
/*  


*/


body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    background-color: #fff;
    background-position: 0 100px;
    background-repeat: no-repeat;
    background-position-y: top;
    background-attachment: fixed
}

body div { box-sizing: border-box; }


body.produkte {
    background-image: url(/images/sd/slider/slider8.jpg);
    background-size: 100% auto
}

body.service {
    background-image: url(/images/sd/bg/service.jpg);
    background-size: 100% auto
}

body.referenzen {
    background-image: url(/images/sd/bg/referenzen.jpg);
    background-size: 100% auto
}

body.partnerbereich {
    background-image: url(/images/sd/bg/partnerbereich.jpg);
    background-size: 100% auto
}

body.unternehmen {
    background-image: url(/images/sd/bg/unternehmen.jpg);
    background-size: 100% auto
}

body.loesungen {
    background-image: url(/images/sd/bg/loesungen.jpg);
    background-size: 100% auto
}

#content {
    width: 100%
}

aside {
    float: right;
    width: 18%;

}

.imgRight {
    float: right;
    width: 50%;
    margin: 0 0 30px 30px
}

/* RESETS */
ul.menu, ul.nav {margin: 0;    padding: 0;}


header {
    position: fixed;
    box-sizing: border-box;
    top: 0; 
    left: 0;
    width: 100%;
    background-image: url(../images/sd/bg/bg-logo.png);
    padding-bottom: 6px;
    z-index: 99;
}


.logo{
    width: 280px; margin-left: 120px
}


h1 {font-size: 32px; 
    color: #035aa2;
    font-weight: normal;
    margin: 10px 0 0px 0 ;
    xborder-bottom: 3px solid #035aa2;
    line-height: 170%}

h2 {
    font-size: 26px; 
    color: #666;
    font-weight: normal;
    margin-bottom: 26px;
    border-bottom: 1px dotted #aaa;
    line-height: 170%

}
h3 {
    font-size: 26px; 
    margin: 12px 0;
    font-weight: normal
}


#main {
    position: relative
}


#slider {
    width: 100%;
    height: 35vh;
    margin-top: 107px;
    overflow: hidden;
    background: #eee;
    font-size: 120%;
    line-height: 1.4
}


.slide .sliderText {  
    font-size: 95%;
    position: absolute; 
    width: 420px;
    left: 100px;
    top: 7vh;
    padding: 30px;

    background: rgba(255,255,255, .7);
    text-shadow: none;
    color: #035aa2
}




#slider h2 { color: #035aa2; border: none; line-height: 130%; margin: 0}



.slides, .slide,  .slide div{
    position: absolute; 
    height: 35vh;
    width: 100%; 
    overflow: hidden;
}

.slide .sliderText a, a.boxed, .btn{
    color: #035aa2;
    padding: 5px 30px;
    border: 1px solid #035aa2
}

.slide .sliderText a:hover, a.boxed:hover{
    color: white;
    background: #035aa2;
    padding: 5px 30px;
    border: 1px solid white;
    cursor: pointer
}


#slider .boxSlideIcons {
    position: absolute;
    top: 26vh;
    left: 50%;
    z-index: 6
}

#slider .boxSlideIcons img{
    width: 160px;
    height: 160px;
    opacity: 0.6;
}





table.produkte {width: 100%}
table.produkte th {font-size: 160%}
table.produkte td {text-align: center; padding: 20px; }
table.produkte td:first-of-type {border-right: 1px dotted silver}

table.produkte tr.horline td {border-bottom: 1px dotted silver; border-right: none}
table.produkte tr.noborder td {border: none}

.hotline {font-size: 24px; font-weight: bold}

.boxleft {float: left; width: 37%;margin-right: 20px; padding:20px; background: #eee; border-radius: 8px}
.boxright {float: left; width: 41%; padding:20px; background: #eee; border-radius: 8px}

a.highlight {background: #005aa5; color: white!important; border-radius: 5px; padding: 5px 10px}


#content {
    min-height: 500px
}


.sidepic {max-width: 100%}

article {
    margin-top: 233px;
    background: white;
    padding: 30px 50px;
    min-height: 500px;
    opacity: 0.985217;
    width: 100%
}

.articleImage {
    float: right;
    margin: 20px 0 30px 30px;
    width: 500px
}


section#aktuelles {
    margin-top: 200px;
}

section#aktuelles article {
    min-height: 0;
    margin-top: 40px;
    display: block;
    clear: both
}

.boxBlue, #copyright {
    background: #145a95;
    padding: 30px;
    color: white
}



.icoForm label {
    color:  #005c75; 
    background-color: silver;
    border: 1px solid silver;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    float: left; 
    margin: 0;
    height: 28px;
    width: 28px;
    font-size: 25px;
    line-height: 30px;
    padding: 4px 4px 4px 7px;
}


/* login */

.icoForm label:before {text-align: center}

.icoForm input {
    font-size: 24px;
    padding: 2px 6px;
    height: 32px;
    margin-bottom: 15px;
    border: 1px solid silver;
    border-left: none;
}



footer {
    font-size: 85%;
    background: #e5e5e5;
    border-top: 1px solid #035aa2;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center
}



footer a {
    margin-top: 0;
    font-size: 15px;
    color: #888;
    padding: 0 10px;
    border-right: 1px solid #aaa
}

footer a:hover {color: #035aa2}

footer a:last-child {border: none}

#copyright {padding: 5px; font-size: 11px} 




/* ----------------------------------------------------------------*/
/* common */

a {color: #035aa2; text-decoration: none}

button {
    font-size: 20px;
    color: #fff;
    background-color: #284e99;
    margin: 10px auto;
    border: none; 
    outline: none;
    padding: 6px 12px;
    cursor: pointer;
}

#content ul.nav {
    color: rgba(255,255,255, .8);
    list-style-type: none;
    width: 160px;
    background: #035aa2;
    padding: 15px;
    margin-top: 290px;
}

#content ul.nav li {border-bottom: 1px dotted silver;
                    padding: 3px
}

#content ul.nav li li {border: none}

#content ul.nav ul {
    list-style-type: circle;

    padding-left: 20px
}

#content ul.nav a {color: rgba(255,255,255, .8);}
#content ul.nav a:hover {color: white;}


section>h2:first-child{margin-top: 0}

.flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    clear: both;
}


.flexRow>div {align-self: flex-start; } /* top alignment of elements */
.flexRow.equal>div {flex: 1; padding: 0 10px} /* equal width */

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.flexCol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.pale {opacity: 0.5}




.red h2 {color: #d21e29!important }
.green h2 {color: #65AF3D!important}
.blue h2 {color: #0180CC!important}



.silver li {background: silver!important;}


.red li {background: #d21e29 }
.red li:hover {background: #ff4e59 }
.green li {background: #65AF3D}
.blue li {background: #0180CC}

.hidden {display: none!important}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.pad5 img {padding: 5px} 
.pad {padding: 25px} 




/* mobile / small res adaptation */


@media only screen and (max-width: 1200px) {
    .slide .sliderText {
        width: 360px;
        padding: 25px;
        font-size: 13px;
            left: 50px;
    }

    .logo{
        margin-left: 0px
    }



    #slider .boxSlideIcons {
        top: 220px;
    }

    #slider .boxSlideIcons img{
        width: 120px;
        height: 120px;
        opacity: 0.6;
    }

    .wrapper {
        width: 90%
    }


}

.CookieDeclaration {display: none}