@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600,400&subset=latin,latin-ext);


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
*{
    outline: none;
}

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, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {	
margin: 0;	
padding: 0;	
border: 0;	
font-size: 100%;	
vertical-align: baseline;
}

a {
    text-decoration: none;
}



body {
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px;
    line-height: 24px;
}

a {
    color: #765e59;
    -webkit-transition: color 900ms linear;
    -moz-transition: color 900ms linear;
    -ms-transition: color 900ms linear;
    -o-transition: color 900ms linear;
    transition: color 900ms linear;
}

h1,
h2,
.footer-bottom-logo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 32px; margin: 40px 0;
    line-height: 40px;
}
h2 {
    font-size: 28px; margin: 30px 0;
    line-height: 36px;
}

p{
    margin-bottom: 15px;
}

.inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

#head {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    /*background: url("/img/home.jpg") no-repeat;
    background-position: left top;
    background-size: cover;*/
}

#head .header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 500;
}

#head .arrow {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -29px;
    z-index: 500;

}

#head .h1-container {
    top:50%;
    left:50%;
    width:900px;
    height:95px;
    color: #ffffff;
    position:absolute;
    text-align:center;
    margin: -47px 0 0 -450px;
}

#head .h1-container h1 {
    margin:auto;
    vertical-align:middle;
    font-size: 72px;
    line-height: 80px;
    opacity: 1;
    -webkit-transition: opacity 900ms linear;
    -moz-transition: opacity 900ms linear;
    -ms-transition: opacity 900ms linear;
    -o-transition: opacity 900ms linear;
    transition: opacity 900ms linear;
}

#head .h1-container .button-elektromos {
    margin-top: 60px;
    font-size: 19px;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: opacity 900ms linear;
    -moz-transition: opacity 900ms linear;
    -ms-transition: opacity 900ms linear;
    -o-transition: opacity 900ms linear;
    transition: opacity 900ms linear;
}

#head .h1-container .button-elektromos a {
    color: #ffffff;
}

#head .headimg {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}

#head .headimg:hover,
#head .arrow {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

#head:hover .h1-container h1,
#head:hover .h1-container .button-elektromos {
    opacity: 0.3;
}

#head .h1-container .button-elektromos:hover {
    color: #ffffff;
    opacity: 1;
}

#content {
    color: #666464;
}

#content a {
    color: #db7c34;
}

#content a:hover {
    color: #000000;
}

#content > .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer {
    background: #aca8a7;
    width: 100%;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #d1d1d1;
}

#footer .inner {
    min-height: 300px;
    padding-bottom: 80px;
}

#footer .lablec-logo {
    display: block;
    margin: 50px auto;
}

#footer .footer-bottom-logo {
    font-size: 45px;
    margin-top: 60px;
    letter-spacing: 0.8px;
}

#footer .footer-bottom-logo a:hover {
    color: #ffffff;
}

#footer .footer-bottom-logo img {
    width: 75px;
    height: auto;
    vertical-align: middle;
}



