/*Allgemein Bereich---------------------------------------------------*/
@font-face {
    font-family:'Great Vibes';
    src: url(GreatVibes-Regular.ttf)
}

@font-face {
    font-family:'Quicksand';
    src: url(Quicksand-VariableFont_wght.ttf)
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}


body {            
    width: 100%;
	height: 100%;
    font-family: 'Quicksand', sans-serif;    
    font-weight: 300;            
}
            
#info, #fotos, #preisliste, #pricelist{
    display: none;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 6rem); /* Adjust this to your footer's height */
}

/*Logo Bereich--------------------------------------------------------*/
.title {            
    width:100%;
    height:12rem;           
    display: flex;            
    align-items: center;            
}
            
#logo {
    width:100%;   
    height: auto;
}
            
#klein {
    display: none;        
}
            
#mittel {
    display: none;         
}

/*Menü Bereich--------------------------------------------------------*/            			
.menu {            
    position: sticky;
    top:0;
    display: flex;      
    justify-content: space-around;          
    align-items: center;           
    background-color: rgb(244,163,107);            
    height: 4rem;    
    font-size: 1.5rem;   
    font-weight: 500;	
    z-index: 1000;
}
            
.menu div {
    color: white;
    height: 4rem;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
            
.menu div:nth-of-type(n+1):hover {
    color: white;
    background-color: rgb(240,106,12);            
}
						
 /*Home Bereich-------------------------------------------------------*/            	
#home {
    width: 100%;
}
#t {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
	padding: 0rem 15rem 6rem 15rem;
}
            
.welcome{
    font-family: 'Great Vibes', cursive;
    font-size: 2.7rem;
    text-align: center;
    letter-spacing: normal;
	margin-top: 6rem;
}
            
p{
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.05rem;
}
			
.sub {
	color: rgb(134,189,136);
}
			
#t > div:first-of-type .sub {
	color: rgb(244,163,107);
}

.t1 {
	margin-top: 4rem;
}
			
.t2 {
	margin-top: 2rem;
}

/*Info Bereich--------------------------------------------------------*/ 
#info1 {
    display: flex;
    height: 35rem;
    justify-content: space-around;
    align-items: center;
    margin: 2rem 1.5rem 0 1.5rem;
}
            
.text {
    flex-basis: 15%;
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
}

.plan {
    flex-basis: 50%;
    height:75%;
    width: 75%;
    display: flex;
    justify-content: center;
}
            
#auf {display: none;}
            
h3 {
    width: 100%;
    margin-bottom: 0.5rem;
    font-family: 'Great Vibes', cursive;
    font-size: 2.7rem;
    letter-spacing: normal;
}
            
.pfeil {
    height:0.8rem;
}

ul li p {
    margin: 0 0 0 0.5rem;
    display: none;
    text-align: left;
    font-size: 1rem;
}
            
ul {list-style-type: none;}
            
input{display: none;}
            
input:nth-of-type(1):checked + p{
    display: block;                
}
                        
#deko3{
    display: flex;
    width: 100%;
    height: 5.5rem;
    margin: 1rem 0 0 0;
}
            
#deko3 img {
    width:100%;
    height:60%;
}

.info2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height:35rem;
    margin:5rem 4rem 3rem 4rem;
    font-size:1.2rem;
    line-height: 2.5rem;
}
            
a {
    color: rgb(53,145,56);
    text-decoration: none;
}
            
a:hover {
    color: rgb(236,102,8);
}

/*Galerie Bereich-----------------------------------------------------*/            
#fotos {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Kontakt/Adresse Bereich---------------------------------------------*/            
#kontakt {
    width: 100%;
    bottom:0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(134,189,136);
	z-index: 999;
    height: 6rem;
    font-size: 1.05rem;
    color: white;
}

.inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 40%;
}

.outer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 40%;
}

.tit {
	font-family: 'Great Vibes', cursive;
    font-size: 2.1rem;
    font-weight: 500;
	width: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.tit a{
    color: white;
	border-bottom: 1px solid rgb(134,189,136);
}

.outer a {color: white;}
			
.tit a:hover{
	text-decoration: underline;
}

.ad {margin: 0 0 0 0.3rem;}
			
.mail {display: none;}
			
.where {display: none;}	