@charset "utf-8";
 
/*
* CSS-Design
* Zimmerei Stelzer
*/

/* Webfonts-Einbindung */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Farbwerte
 
Grau
rgba(149,141,133,1)
#958d85
 
Grün
rgba(25,118,58,1)
#19763a

*/


/* Reset * * * * * * * * */

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

/* Clearfix */
.row:before,
.row:after {
content: " ";
display: table;
}
 
.row::after {
clear: both;
}


/* Raster */
 
.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;
}

.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%;
}


/* Allgemeine Definitionen */

body{font: 500 1.200rem/1.5 "Montserrat", serif; color: rgba(149,141,133,1);}
img{max-width: 100%;}
em{font-weight: 800;}
section{padding:50px 0;}
.center{text-align: center;}
.img-box {
    padding: 0px;
    border: 1px solid rgba(220,227,230,1);
    border-radius: 15px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}
.imprint{color: #fff; font-size: 0.800rem;text-align: center;}
.imprint a{color: #fff; font-size: 0.800rem;}

/* Typo */

h1, h2, h3, h4, h5, h6{
font-family: "Montserrat", serif;
font-style: italic;
font-weight: 700;    
margin-bottom: 20px;
color: rgba(25,118,58,1);
line-height: 1.2;
}

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

a{color: rgba(25,118,58,1,); text-decoration: none;}
a:hover{text-decoration: underline;}

p {margin: 0 0 15px;}



/* Backgrounds */

.light{background: rgba(149,141,133,0.1);}
.green{background: rgba(25,118,58,1);}


/* Button */

.button{
background: rgba(149,141,133,0.1);
border: solid 2px rgba(25,118,58,1);
padding: 10px 20px 8px;
text-decoration: none;
letter-spacing: 1px;
color: rgba(25,118,58,1);
display: inline-block;
margin: 20px 25px 20px 0;
transition: all 0.15s linear 0s;
border-radius: 15px;
}
.button:hover{
background: rgba(25,118,58,1);
color: #fff;
text-decoration: none;
}


/* NAVIGATION */

#navigation{ float:right; margin-top: 35px;}
#navigation li{display: inline;list-style: none;margin-left: 35px;}
#navigation li a{text-decoration: none;text-transform: uppercase; font-size: 1.125rem; font-weight: 900; color: rgba(149,141,133,1); padding: 5px;}
#navigation li a:hover{text-decoration: none; color: rgba(25,118,58,1);}

/* Responsive Navigation */

.nav-toggle {display:none; background: rgba(25,118,58,1); padding: 10px 15px; color:#fff;;}
.nav-toggle:hover {background: rgba(149,141,133,1);text-decoration:none;}




/* Header */

#logo{max-height: 80px;}
.header{background: rgba(149,141,133,0.2); border-bottom: 3px solid rgba(25,118,58,1);}
.header .column {padding: 0 0; margin:20px 0;}
.header img {margin-top: 5px;}



/* HERO */

.hero{background: url('../img/hero_zimmerei-stelzer.JPG') center center no-repeat; min-height: 600px; background-size: cover; margin:0; position: relative;z-index: 1;}

/* Footer */

footer {background: rgba(149,141,133,0.3); padding: 50px 0;font-size: 1.20rem; border-top: 3px solid rgba(25,118,58,1);}
footer a {color: rgba(149,141,133,1);}

/* Media Queries */

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

.response .column{
max-width: 360px;
margin: 25px auto;
float: none;
}

/* 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: 300px;}

#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;
}

}












