/* 
    CSS reset by Michael Guenther
    based on Meyers CSS reset
    Licensing: public domain
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, main, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, nav, main, section, article, footer{
    width: 100%;
}

/* for horizontal navigation - eliminates li tag bug*/
nav li{
    display: block;
}

.center{
    text-align: center;
}

.clear{
    clear: both;
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

body{
    font-family: OpenSans, sans-serif;
}

h1, h2, h3, h4{
    text-transform: uppercase;
    color: #989898;
}

h1{
    font-size: 3rem;
    line-height: 4rem;
}

h2{
    font-size: 2rem;
    line-height: 3.5rem;
}

h3{
    font-size: 1.5rem;
    line-height: 2.5rem;
}

h4{
    font-size: 1.2rem;
    line-height: 2.0rem;
}

p, ul{
    line-height: 1.4rem;
}

a{
    color: #B0CA1F;
}

a:hover{
    text-decoration: none;
}

.active{
    color: rgba(150,150,150,1);
    font-weight: bold;
}
    
.sticky { 
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;  
  margin: auto;
}

strong{
    font-weight: bold;
}

hr{
    border: 0; 
    height: 1px; 
    background-image: linear-gradient(to right, rgba(176, 202, 31, 0), rgba(176, 202, 31, 0.75), rgba(176, 202, 31, 0));
}

.logo_head{
    max-width: 300px;
    padding: 25px 50px 20px 50px;
    margin: auto;
}

.logo_head img{
    width: 100%;
    min-width: 200px;
}

.icon{
    width: 200px;
    padding-top: 50px;
}

.icon2{
    width: 125px;
    padding-top: 100px;
    padding-bottom: 36px;
}

.header_picture{
    position: relative;
}

#header_text{
    position: absolute;
    right: 0;
    bottom: 2px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    border-left: 3px solid #AFCA0B;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    font-size: 0.8em;
    line-height: 1em;
}

footer{
    margin-top: 50px;
    padding: 50px 0;
/*    background: rgb(152,152,152);*/
    background: rgba(0,0,0,0.85);
    color: white;
    line-height: 1.2em;
}

footer .col-md-3{
    padding: 0 50px;
    line-height: 1.2rem;
}

.section1{
    padding-top: 50px;
}

.article1, .article2, .article3{
    padding-top: 50px;
    display: none;
}

.footer{
     padding-left: 35px;
}

.spacer{
    height: 25px;
}

.impressum{
    padding-left: 35px;
}

.zert{
    text-align: center;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.zert:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.lift{
    padding-top: 20px;
}

.center{
    text-align: center;
    margin: auto:
}

.lightbox{
    width: 100vw;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
    overflow-y: auto;
}

.lightbox, #light_wind, #light_industrie, #light_others{
    display: none;
    
}

#light_wind, #light_industrie, #light_others{
    margin: 25px;
    border: 1px solid grey;
}

#light_wind ul, #light_industrie ul, #light_others ul{
    list-style: url(../images/haken_blue.png);
}

#light_wind ul li, #light_industrie ul li, #light_others ul li{
 padding-top: 10px;   
}


article ul{
    padding-left: 25px;
    list-style: url(../images/haken_blue.png);
}

article ul li{
    padding-top: 10px;
    list-style-position: outside;
}

.menu{
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding-bottom: 15px;
}

#nav{
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,1);
  border-bottom: 2px solid #AFCA0B;
}

.navi{
    display: none;
}

.navi ul li{
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
}

.picture{ 
    padding-top: 25px; 
    padding-bottom: 25px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
    #header_text{
        position: absolute;
        right: 0;
        bottom: 10%;
        box-sizing: border-box;
        background: rgba(0,0,0,0.5);
        border-left: 3px solid #AFCA0B;
        padding: 15px 30px;
        text-transform: uppercase;
        color: white;
        font-size: 1.5em;
    } 
    
    #header_text ul li{
        padding: 5px 0;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .impressum{
        text-align: right; 
        padding-right: 35px;
    }
    
    #header_text{
        position: absolute;
        right: 0;
        bottom: 10%;
        box-sizing: border-box;
        background: rgba(0,0,0,0.5);
        border-left: 5px solid #AFCA0B;
        padding: 25px 50px;
        text-transform: uppercase;
        color: white;
        font-size: 2em;
    } 
    
    #header_text ul li{
        padding: 10px 0;
    }
    
    .menu{
        display: none;
    }
    
    .logo_head{
        margin: 0;
    }
    
    .navi{
        display: block;
        float: right;
        padding-right: 30px;
    }
    
    nav li{
        display: inline-block;
        margin-right: -4px;
    }

    .navi ul li{
        padding: 25px 10px;

    }
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    #header_text{
        position: absolute;
        right: 0;
        bottom: 50px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.5);
        border-left: 5px solid #AFCA0B;
        padding: 30px 75px;
        text-transform: uppercase;
        color: white;
        font-size: 2.5em;
    } 
    
    #header_text ul li{
        padding: 15px 0;
    }
    
}