/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: rgb(90, 90, 90);
}

.clearfix:after, #footer > .inside:after, body.kontakt .mod_article:after, #sub-footer > .inside:after, #header > .inside:after  {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.inside {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;   
}

.mod_article {
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #f2f2f2; 
}

.mod_article.first {
    border-top: none;
}

.highlight-text {
    font-size: 22px;
    line-height: 35px;
}

.bg-grey {
    background-color: #f2f2f2;
}

a {
    color: rgb(29, 141, 178);
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

li {
    list-style-type: disc;
    margin-left: 20px;
}

.mod_sitemap li {
    list-style-type: none;
    margin-left: 0px;
}

h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.mod_article h1 {
    font-size: 22px;
    line-height: 35px;
    margin-top: 0;
}

h2 {
    color: rgb(140, 140, 140);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0; 
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(230,230,230);
    z-index: 100;
    padding: 0 40px;
    background-color: #fff;
}

#header > .inside {
    max-width: 1020px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    font-size: 10px;
    line-height: 10px;
    padding-top: 26px;
}

#logo .title {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}

#nav-mobile {
    display: none;
    position: relative;
    float: right;
    width: 80px;
    height: 30px;
    margin: 26px 0 15px;
    text-transform: uppercase;
    cursor: pointer;
}

#nav-mobile:hover {
    color: rgb(29, 141, 178);
}

#nav-mobile select {
    position: absolute;
    opacity: 0!important;
    top: 0;
    right: 0;
    z-index: 1002;
    cursor: pointer;
}

#nav-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 102;  
    padding-top: 29px;
}

#nav-main a {
    color: rgb(77, 79, 79);
    text-decoration: none;
}

#nav-main a:hover {
    color: rgb(29, 141, 178);
    cursor: pointer;
}

#nav-main strong {
    font-weight: normal;
    color: rgb(29, 141, 178);
}

#nav-main li {
    display: inline-block;
    padding: 0 0 0 20px;    
}

#main {
    margin-top: 80px;
}

#slider {
    height: 350px;
    overflow: hidden;
    background-image: url("/files/bilder/slider-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.home #slider {
    height: 500px;
}

#slider-logo {
    display: none;
}

body.home #slider #slider-title {
    display: none;
}

body.home #slider-logo {
    display: block;
}

#slider h1 {
    display: inline-block;
    margin: 145px auto 0;
    padding: 0;
    text-align: left;
    color: rgb(34, 172, 217);
    font-size: 32px;
    line-height: 35px;
    
}

#slider-logo h1 {
    color: rgb(34, 172, 217);
    text-shadow: 0px 0px 5px #fff;
    margin-top: 200px;
    letter-spacing: -2px;
}

#slider-logo p {
    font-size: 17px;
    line-height: 17px;
}

#kontaktform.ce_form {
    float: left;
    width: 50%;
}

#kontaktdaten {
    padding-left: 60px;
    text-align: right;
}

#kontaktform label {
    display: block;
}

#kontaktform input, #kontaktform textarea, #kontaktform .submit {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 20px;
}

#kontaktform .submit {
    cursor: pointer;
}

#sub-footer {
    background-color: rgb(239, 239, 239);
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 60px;
    font-size: 13px;
    font-weight: 300;
}

.footer-item {
    display: inline-block;
    float: left;
    width: 25%;
}

.mod_sitemap.footer-item {
    float: right;
    text-align: right;;
}

#footer {
    background-color: rgb(29,141,178);
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 5px;
}

#footer > .inside > p {
    float: left;
}

#footer a {
    color: #fff;
}

#nav-impressum {
    float: right;
}

#nav-impressum li {
    display: inline-block;
    padding: 0 0 0 5px;
}

@media screen and (min-width: 900px) {
    body.home figure.float_above {
        float: left;
    }
}

@media (max-width: 900px) {
    #nav-main {
        display: none;
    }
    
    #nav-mobile {
        display: block;
    }
    
    #kontaktform.ce_form {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    
    #kontaktdaten {
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width: 800px) {
    .footer-item {
        width: 50%;
    }
    #sub-footer .mod_sitemap {
        display: none;
    }
    
     #nav-mobile {
        display: block;
        float: none;
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }
    
    #nav-mobile select {
        width: 100%;
    }
    
    #logo {
        position: inherit;
        text-align: center;
        padding-top: 20px;
    }
    
    #logo .title {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 550px) {
    #footer {
        text-align: center;
    }
    
    #footer > .inside > p {
        float: none;
        margin-bottom: 0;
    }
    #nav-impressum {
        float: none;
    }
    
    #slider h1 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (max-width: 480px) {
    .footer-item {
        float: none;
        width: 100%;
    }
}
