@charset "UTF-8";
/* CSS Document
FERIENHAUS STEINLOHE
*/

/* Webfonts-Einbindung */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* Farbwerte
 
Tannengrün (Primärfarbe)
rgba(47,79,79,1)
#2F4F4F

Erdiges Beige (Sekundärfarbe)
rgba(210,180,140,1)
#D2B48C

Holzbraun (Akzentfarbe)
#8B5A2B

Cremeweiß (Hintergrundfarbe)
#FAF3E0

Salbeigrün (Buttons und Hover)
rgba(167,199,161,1)
#A7C7A1


*/


/* Reset * * * * * * * * */
*{
margin: 0;
padding: 0;
-mozbox-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wrapper{
max-width: 1250px;
padding: 0 25px;
margin: 0 auto;
}
 
.column {
float: left;
margin: 25px 0 25px 5%;
padding: 25px 0;
}
 
.column:first-child{
margin-left: 0;
}
 
/* Clearfix */
.row:before,
.row:after {
content: " ";
display: table;
}
 
.row::after {
clear: both;
}
 
/* Raster */
 
.col_1{
width: 100%;
}
 
.col_1_2{
width: 47.5%;
}
   
.col_1_3{
width: 30%;
}
 
.col_2_3{
width: 65%;
}
 
.col_1_4{
width: 21.25%;
}
 
.col_3_4{
width: 73.75%;
}

/* Typo */

h1, h2, h3, h4, h5, h6{
font-family: "Playfair Display", serif;
font-weight: 600;    
margin-bottom: 20px;
color: rgba(47,79,79,1);
line-height: 1.2;
}

h1{     
font-size: 3.000rem;   
margin-bottom: 25px;     
} 
 
h2{     
font-size: 2.250rem; /* 36px; */     
} 
 
h3{    
font-size: 1.75rem; /* 28px; */ 
font-weight: 600;
}


/* Links */
a {
    color: #2F4F4F;
    text-decoration: none;
}

a:hover {
    color: #8B5A2B;
}

p {margin: 0 0 15px;}

em {font-weight: 600;}

/* Allgemeine Klassen */

body{background: #FAF3E0; font: 400 1.250rem/1.6 "Nunito", serif; color: #8B5A2B;}
img{max-width: 100%;}

/* NAVIGATION */

#navigation{ float:right; margin-top: 25px;}
#navigation li{display: inline;list-style: none;margin-left: 30px;}
#navigation li a{color: #D2B48C; text-decoration: none;text-transform: uppercase;font-size: 1.100rem; font-weight: 600;padding: 7px 0;}
#navigation li a:hover{border-bottom: 2px solid; text-decoration: none; }


/* Responsive Navigation */

.nav-toggle {display:none; padding: 10px 15px; color:rgba(210,180,140,1); border: 1px solid rgba(210,180,140,1);}
.nav-toggle:hover {background: rgba(210,180,140,1);text-decoration:none; color: rgba(47,79,79,1);}



/* Bildergalerie */

.gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            margin: 20px;
        }
        .gallery img {
            width: 350px;
            height: auto;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        }

/* Buttons */

.button {
    background-color: #A7C7A1;
    color: #2F4F4F;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
	transition: all 0.15s linear 0s;
}

.button:hover {
    background-color: #2F4F4F;
    color: #FAF3E0;
}


/* HEADER */

.header{background: rgba(47,79,79,1);}
#logo{max-height: 65px;}

/* HERO */

.hero { background: url('../img/ferienhaus-steinlohe.jpg') no-repeat center center fixed; height: 600px; background-size: cover;}


/* TEASER */

.teaser {padding: 40px 0;}
.teaser img {border-radius: 10px;}


/* WOHNUNGEN */

.wohnungen {padding: 60px 0; text-align: center;background: rgba(210,180,140,0.3);}
.wohnungen img { max-width: 100%; border-radius: 30px; margin-bottom: 40px;}
.wohnungen p {margin: 30px 0;}

/* Overview */

.overview {text-align: center; padding: 100px 0;}
.overview p {margin: 30px 0;}
.overview .col_1_2 {border: 1px solid rgba(210,180,140,1); background: rgba(210,180,140,0.3); border-radius: 5px; padding: 20px; height: 330px;}

/* Footer */

footer {background: rgba(47,79,79,1);color: #D2B48C; padding: 50px 0;font-size: 1.20rem;}
footer a {color: #D2B48C;}
.impress{font-size: 0.800rem; margin-left: 40px;}

/* TEASER Wohnungen */

.teaser-wohnungen {padding: 40px 0; background: rgba(210,180,140,0.3);}
.teaser-wohnungen img {border-radius: 10px;}
.teaser-wohnungen li {margin-left: 22px;}
.inline{display:inline;}
.width{width: 200px;}

/* Ausstattung Wohnungen */
.ausstattung {padding: 60px 0;}
.ausstattung .col_1_3 {border: 1px solid rgba(210,180,140,1); background: rgba(210,180,140,0.3); border-radius: 5px; padding: 20px;}
.ausstattung li{margin-left: 20px;}
.ausstattung .zusatz {font-size: 0.900rem;}

/* Massagen */
.massagen {padding: 60px 0;}
.massagen .col_1_3 {border: 1px solid rgba(210,180,140,1); background: rgba(210,180,140,0.3); border-radius: 5px; padding: 20px;}
.massagen h2 {text-align: center;}
#no-frame {padding: 20px; background: #FAF3E0; border: none;}

/* Umgebung */
.umgebung {padding: 60px 0;}
.umgebung h2 {text-align: center;}
.umgebung img {border-radius: 10px; margin-bottom: 20px;}



/* Media Queries */

 
@media (max-width: 950px){
.col_1, .col_1_2, .col_1_3, .col_2_3, .col_1_4, .col_3_4 {width: 100%;}
.column{margin-left: 0;}

/* Responsive Navigation */

nav {height: 0; transition: height .5s ease-in-out; overflow:hidden;}
.nav-toggle {display:block; }
#nav-open:target .nav-closed {display:block; } 
.nav-closed, #nav-closed:target .nav-closed, #nav-open:target .nav-open {display:none; }
#nav-open:target nav {display: block; height: 400px;}

#navigation{
margin-top:0;
float: none;
border-bottom: 1px solid #ccc;
}
 
#navigation li{
display: block;
margin-left: 0;
text-align: left;
border-top: 1px solid #ccc;
}
 
#navigation li a{
margin-left: 0;
display: block;
padding: 15px;
}
.logo{max-width: 300px;}

/* HERO */

.hero { background: url('../img/ferienhaus-steinlohe.jpg') no-repeat center center scroll; height: 400px; background-size: cover;}
}




