@charset "utf-8";


/*
* Harald Kienzler Website
*/



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

html{	
	font-size: 100%; /* Browserstandard: 16px */
}


img{
	max-width: 100%;
    	height: auto;
}

body{
	font-family: 'Figtree', Helvetica, Arial, sans-serif;
    	font-weight: 400;
    	font-size: 18px;
	color:  black;
	background-color: lightyellow;
}

/* Layout * * * * * * * * */

ul, ol{
	margin: 5px 0 12px 30px;
}

ul li{
    
    	line-height: 30px;
}



.wrapper{
	width:960px;
	margin: 0 auto;
	overflow: hidden;
	
}

.teaserbox {
	width:960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
	
}

#header{
	
	padding: 20px;
	
}


#teaser{
	
	padding: 20px;
	height: 30em;
	
}

#footer{
	
	padding: 20px 0 50px;
	
}

p {
	padding: 20px 0px;
}

.bild_oben {
    float: right;
}


/* Spalten * * * * * * * * */

.col_1, .col_1_2, .col_1_3{
	float: left;
	margin: 20px 20px 20px 0px;
	}


.col_1{ 
	width:940px;
}

.col_1_2{
	width:47.5%;
}

.col_1_3{
	width:300px;
	position: relative;
}


.border{
    border: 3px solid black;

    
}



/* Navigation */

#mobile-menu-btn{
	display: none;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Figtree', Helvetica, Arial, sans-serif;
	text-align: center;
}

ul#navigation{
	float: right;
	margin: 20px 20px 0 0;
}

ul#navigation li{
	display: inline;
	margin: 0 0 0 30px;
	list-style: none;
}

ul#navigation li a{
	color: black;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Figtree', Helvetica, Arial, sans-serif;
	

}

ul#navigation li a:hover{
	color: blue;
}
ul#navigation li a:hover, ul#navigation li a.active{
	color: blue;
}


/* Typografie */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Figtree', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 10px 0;

}

h1{
	color: black;
	font-size: 46px; 
	font-weight: 600;
	line-height: 60px; 
	margin-top: 10px; 
}

h2{
	font-size: 25px;
	line-height: 34px;
}

h3{
	font-size: 23px;    
	line-height: 32px;
    	font-weight: 700;
}
 
h4{    
	font-size: 21px;    
	line-height: 30px;
	font-weight: 600;
}
 
h5{
	font-size: 19px;    
	line-height: 28px;
    	font-weight: 400;
} 
 
h6{
	font-size: 18px;
	line-height: 26px;
    	font-weight: 300;
}

#teaser h1{
	color: black;
	font-size: 100px;
   	font-weight: 800;
	line-height: 110px;
	
	transform: rotate(-4deg);

    	
}

#teaser h2{
   	color: black;
	font-size: 30px;
        font-style: italic;
	margin: 60px 0px 10px 0px;
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	transform: rotate(2deg);


}

#inhalt h2{
    	font-weight: 700;
    	font-style: bold;
    	font-size: 30px;
}

a{
	color: red;
	text-decoration: none;
}

a:hover{
	color: blue;
}
.col_1_2 h2{
    	font-style:regular;
    	font-weight: 700;
}

.col_1_2 h3{
    	margin-top: 10px;
}

#footer a:hover{
	color: blue;
    	font-family: 'Figtree', Helvetica, Arial, sans-serif;
}

#footer{
    	font-family: 'Figtree', Helvetica, Arial, sans-serif;
}

p{
	margin-bottom: 20px;
    	font-size: 16px;
    	line-height: 25px;    
}


.button{
	background: red;
	padding: 8px 20px;
	color: #fff;
	font-size: 18px;
	
}

.button:hover{
	background: blue;
	color: #fff;
}





table{
	border-collapse: collapse;
	margin: 12px 0 24px;
	}


thead{
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
    	background: black;
	color: #fff;
}

th{
	padding: 10px 20px;
}

td{
	border-top: 4px solid #fff;
	padding: 10px 20px;
	border-right: 1px solid #fff;
    	font-size: 16px;
}

tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}
     
tbody tr:nth-child(odd) {
    background-color: #f2f3f3;
}
    

@media print {
 
#header, #footer { 
display: none; 
} 
 

}

/* Media Queries * * * * * * * * */

@media only screen and (min-width: 760px) and (max-width: 979px) {


.wrapper{
	width: 98%;
}

    
ul#navigation{
	float: right;
	margin: 20px 20px 0 0;
 	
	display: inline;
}

ul#navigation li{
	display: inline;
	list-style: none;
}

ul#navigation a{
	text-decoration: none;
	padding: 10px 5px;
}



.teaserbox{
	width: 98%;
}

/* Raster responsiv * * * * * * * * */
    
.col_1, .col_1_2, .col_1_3{
	float: left;
	margin: 25px 0 25px 2%;
	}


.col_1{ 
	width:98%;
    margin-bottom: 0px;
}

.col_1_2{
	width:47.5%;
}

.col_1_3{
	width:31%;

}

    

    
.border{
    margin: 20px 15px 20px 20px;
}

    
}



@media only screen and (max-width: 759px) {

.wrapper{
	width: 98%;
}

.bild_oben{
        float: left;
    }



a#mobile-menu-btn{
	display: block;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
	padding: 10px 0;
	margin: 25px 0 0;
}
a#mobile-menu-btn:hover{
	display: block;
	color: red;
	text-decoration: none;
	padding: 10px 0;
	margin: 25px 0 0;
}


ul#navigation{
	display: none;
	margin: 0px;
    	padding: 10px 0px;
    	width: 98%;
    
 }
    
ul#navigation li {
	display: block;
	float: none;
    	border-top: 1px solid black;
	border-bottom: 1px solid black;
    	padding: 5px;
    	margin: 5px 0 ;
}

ul#navigation li a{
    display: block;
    
}

ul#navigation a{
	text-decoration: none;
	padding: 10px 5px;
	margin: 0px;
}


    
/* Raster responsiv * * * * * * * * */
    
.col_1, .col_1_2, .col_1_3{
	float: left;
	margin: 10px 4% 20px 4%;
	}


.col_1{ 
	width:98%;
    margin-bottom: 0px;
}

.col_1_2{
	width:98%;
}

.col_1_3{
	width:98%;
	position: relative;
}


    

#teaser h2{
    
	font-size: 25px;
}

#teaser h1{
    
	font-size: 70px;
}


.border{
    margin: 20px 15px 20px 20px;
}
.teaserbox{
	width: 98%;
	padding: 0px 0px 10px 0px;
}

   
}