html, body { height: 100%; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fff;
    color: #000; 
}
@media(max-width: 575px) {
    html, body { font-size: 14px; }
}
/*
hellgrau: EFEFEF / rgba(239,239,239,1) 
rot:      E40038 / rgba(228,0,56,1)

bacnetblau: 0070ba / rgba(0,112,186,1) 
bacnetgrün: 92c02a / rgba(146,192,42,1)

Farbverlauf: http://www.colorzilla.com/gradient-editor/#0070ba+0,00a1d4+53,95c11f+100
*/


/* ### Standard-Elemente ########################### */

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.05;
}
h2 { font-size: 2.8rem }
h3 { font-size: 2.2rem }
h4 { font-size: 1.8rem }
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child { margin-top: 0; }


/* Links */
a,
a:focus, 
a:hover, 
a:active { outline: 0 !important; }

a { color: #E40038; text-decoration: none; font-weight: 400; -webkit-transition: all .9s; transition: all .9s; }
a:focus,
a:hover,
a:active { color: #000; text-decoration: none; }


/* Buttons */
.btn { 
    margin-right: 12px;
    padding: 7px 14px 5px;
    -webkit-transition: all .9s;
            transition: all .9s;
    white-space: inherit;
            border-radius: 0px 0px 0px 0px;
       -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    
}
.btn-primary { background-color: #E40038; border-color: #E40038; color:#fff; min-width: 235px; }
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active { background-color: #000; border-color: #000; }


/* Listen */
ul { padding: 0; padding-left: 1.2rem; }
#main li { list-style-image: url(../png/li7_2.png); padding-left: 2px; }


/* align-items */
.items-center {
      -webkit-box-align: center;
         -moz-box-align: center;
         -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
/* margin-bottom */
.margin-bottom-5   { margin-bottom:5px;  }
.margin-bottom-15  { margin-bottom:15px; }
.margin-bottom-30  { margin-bottom:30px; }
.margin-bottom-60  { margin-bottom:60px; }

/* Section-Space */
/* space2: top = margin-bottom + 60px */
.space-2-top.bottom-0   { padding-top:60px;  padding-bottom:0; }
.space-2-top.bottom-5   { padding-top:65px;  padding-bottom:0; }
.space-2-top.bottom-15  { padding-top:75px;  padding-bottom:0; }
.space-2-top.bottom-30  { padding-top:90px;  padding-bottom:0; }
.space-2-top.bottom-60  { padding-top:120px; padding-bottom:0; }

.space-2.bottom-0   { padding-top:60px;  padding-bottom:calc(60px - 1rem) }
.space-2.bottom-5   { padding-top:65px;  padding-bottom:calc(60px - 1rem) }
.space-2.bottom-15  { padding-top:75px;  padding-bottom:calc(60px - 1rem) }
.space-2.bottom-30  { padding-top:90px;  padding-bottom:calc(60px - 1rem) }
.space-2.bottom-60  { padding-top:120px; padding-bottom:calc(60px - 1rem) }

.space-2-bottom.bottom-0   { padding-top:0px;  padding-bottom:calc(60px - 1rem) }
.space-2-bottom.bottom-5   { padding-top:0px;  padding-bottom:calc(60px - 1rem) }
.space-2-bottom.bottom-15  { padding-top:0px;  padding-bottom:calc(60px - 1rem) }
.space-2-bottom.bottom-30  { padding-top:0px;  padding-bottom:calc(60px - 1rem) }
.space-2-bottom.bottom-60  { padding-top:0px;  padding-bottom:calc(60px - 1rem) }

@media(max-width: 575px) {
    /* space2: top = margin-bottom + 30px */
    .space-2-top.bottom-0   { padding-top:30px;  padding-bottom:0; }
    .space-2-top.bottom-5   { padding-top:35px;  padding-bottom:0; }
    .space-2-top.bottom-15  { padding-top:45px;  padding-bottom:0; }
    .space-2-top.bottom-30  { padding-top:60px;  padding-bottom:0; }
    .space-2-top.bottom-60  { padding-top:90px;  padding-bottom:0; }
    
    .space-2.bottom-0   { padding-top:30px;  padding-bottom:calc(30px - 1rem) }
    .space-2.bottom-5   { padding-top:35px;  padding-bottom:calc(30px - 1rem) }
    .space-2.bottom-15  { padding-top:45px;  padding-bottom:calc(30px - 1rem) }
    .space-2.bottom-30  { padding-top:60px;  padding-bottom:calc(30px - 1rem) }
    .space-2.bottom-60  { padding-top:90px;  padding-bottom:calc(30px - 1rem) }
    
    .space-2-bottom.bottom-0   { padding-top:0px;  padding-bottom:calc(30px - 1rem) }
    .space-2-bottom.bottom-5   { padding-top:0px;  padding-bottom:calc(30px - 1rem) }
    .space-2-bottom.bottom-15  { padding-top:0px;  padding-bottom:calc(30px - 1rem) }
    .space-2-bottom.bottom-30  { padding-top:0px;  padding-bottom:calc(30px - 1rem) }
    .space-2-bottom.bottom-60  { padding-top:0px;  padding-bottom:calc(30px - 1rem) }

}
/*
div[class*="col"] p:last-child { margin-bottom: 0; }
.row > div:first-child p:last-child { margin-bottom: 1rem; }
*/
.tc-bright { color: #fff; }
.tc-bright h2,
.tc-bright h3 { color: #E40038;}

section.bg-default { background-color: gray; }
section.bg-primary { background-color: #006485; }

section.bg-dark { background: #000 !important; }
section.bg-gray { background: #DAE0E1; }
section.bg-gray {
    -webkit-animation: colorchange 30s ease infinite;
       -moz-animation: colorchange 30s ease infinite;
            animation: colorchange 30s ease infinite;
}
@keyframes colorchange {
    0%   {background: rgba(219, 225, 225, 1)  }
    50%  {background: rgba(219, 225, 225, 0.4)}
    100% {background: rgba(219, 225, 225, 1)  }
}
@-moz-keyframes colorchange {
    0%   {background: rgba(219, 225, 225, 1)  }
    50%  {background: rgba(219, 225, 225, 0.4)}
    100% {background: rgba(219, 225, 225, 1)  }
}
@-webkit-keyframes colorchange {
    0%   {background: rgba(219, 225, 225, 1)  }
    50%  {background: rgba(219, 225, 225, 0.4)}
    100% {background: rgba(219, 225, 225, 1)  } 
}

/* sonstige Hilfsklassen und CKEditor-Klassen */
span.marker { background: rgba(255,237,0,.4); }
span.txt-colored { color: #E40038; }
a.download-pdf {  }
a.download-pdf:before { content: "\f1c1"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; font-size: 1.2rem;}
li a.download-pdf:before { font-size: 1rem;}

a.phone:before  { content: "\f095"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; font-size: 1.1rem; width: 1.5em;
    text-align: center; display: inline-block; }
a.mobile:before { content: "\f10b"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; font-size: 1.1rem; width: 1.5em;
    text-align: center; display: inline-block; }
a.mail:before   { content: "\f0e0"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; font-size: 1.1rem; width: 1.5em;
    text-align: center; display: inline-block; } /*\f003*/

.btn-full { display: block; width: 100%; min-width: inherit; text-align: center; margin-right: 0; }

p.flexbtn { margin-left: -8px; margin-right: -8px; display: flex; }
p.flexbtn .btn { margin: 0 8px; flex-grow: 1; }
.kleingedrucktes p { font-size: .8rem; font-weight: 300; }

/* ### Container-Elemente ########################### */
.noscript_warning {  }
/* wrapper */
.w1 {}
.w2 {}
.w3 {}



/* HEADER ########################### */
#header { border-top: 10px solid #000; z-index: 50; border-bottom: 1px solid rgba(219, 225, 225, 1); }
#A5 #header { border-bottom-color: transparent; }
#header > .container { position: relative; text-align: center; }

#logo { margin: -10px auto 20px; max-width: 325px; }
#mainnavlogo { margin: -10px 0 20px; max-width: 67px; float: left;}

#contact { 
    text-align: left;
    position: absolute; 
    top: 20px; left: 15px;
    z-index: 10;
    min-width: 150px;
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
#contact a { color: #000; }
#contact a:focus,
#contact a:hover,
#contact a:active { color: #E40038; }

#contact.open { min-width: 400px; }
.toggleContactContent {
    background: #000; 
    color:#fff;
    position: relative;
    width: 100%;
    cursor: pointer;
} 
.open .toggleContactContent { max-width: 370px;}
.toggleContactContent span { 
    display: block; 
    text-transform: uppercase; 
    font-size: 1.8rem; 
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; 
    padding: 7px 1rem 4px;
}
.toggleContactContent img { 
    position: absolute; right: 1rem; top: 13px; opacity: 0;
    -webkit-transition:opacity 0.3s ease-in-out;
       -moz-transition:opacity 0.3s ease-in-out;
         -o-transition:opacity 0.3s ease-in-out;
            transition:opacity 0.3s ease-in-out;
}
.open .toggleContactContent img { opacity: 1 }

.contact-content {
    position: absolute; top: 48px; left: 0; width: 370px;
    padding: 1rem 1rem 0;
    display: none; 
    background: #fff;
}
@media(max-width: 1199px) {
    #contact { display: none; }
    #logo { margin: -10px 0 20px; max-width: 250px; }
}
@media(max-width: 575px) {
    #logo { max-width: 218px; }
}

/* NAVI ############################# */
#navtog1, #navtog2 { position: absolute; top: 20px; right: 15px; background: #000; height: 48px; width: 53px; text-align: center;}
.navtog span {display: block; cursor: pointer; line-height: 48px; }

#mainnav { 
    background: #fff; 
    display: none; 
    position: absolute; top: 0; left: 0; width: 100%; z-index: 100; 
    border-top: 10px solid #000;  
}
#mainnav .nav { 
    margin-top: 20px; 
    margin-right: 53px; 
}
#mainnav .nav-item { margin-right: 5px; }
#mainnav .nav-link { border-radius: 0; padding: 7px 1rem 4px; }
#mainnav a { 
    color: #fff; background: #000; 
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.8rem; 
}
#mainnav > ul > li > a { text-transform: uppercase;  }
#mainnav .dropdown-toggle::after { display: none; }
#mainnav .dropdown-menu {
    border-radius: 0;
    padding: 0; margin: 0;
    width: 100%;
    border-color: #000;
}
#mainnav .dropdown-item { padding: 10px 1rem 10px 2rem; white-space: inherit; }
#mainnav .dropdown-menu a {  
    color: #000; background: #fff; 
    font-size: 1.5rem; 
    line-height: 1.1;
    position: relative;
}
#mainnav .dropdown-menu a:before { content: '• '; position: absolute; left:11px; top: 6px; font-size: 1.5em; }
#mainnav .dropdown-menu a:focus,
#mainnav .dropdown-menu a:hover,
#mainnav .dropdown-menu a:active { color: #E40038; }
#mainnav .dropdown-menu a.active { color: #E40038; font-weight: 400; }

@media(max-width: 1199px) {
    #mainnav .nav {
        display: block;
        margin-top: 125px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #mainnav .nav-item { margin-right: 0px; margin-bottom: 5px; }
    #mainnav .dropdown-menu {
        display: block !important; position: relative; margin-bottom: 5px;
    }
    #navtog1, #navtog2 { height: 52px; width: 52px; top: 26px;}
    .navtog span {line-height: 52px; }
}
@media(max-width: 991px) {
    #mainnav .nav { margin-top: 92px;}
}
@media(max-width: 575px) {
    #navtog1, #navtog2 { height: 45px; width: 45px; top: 22px;}
    .navtog span {line-height: 44px; }
    #mainnav .nav { margin-top: 80px; }
}

/* MASTERSLIDER STARTSEITE ###########################*/
.startslider { margin-top: -135px; }
.startslider > div { z-index: -1; }
.startslider h2 { font-size: 6rem; color: #fff; }

/* MAIN ###########################*/
#main { min-height: 300px; background: transparent; padding: 0;}


/* FOOTER ###########################*/
#footer { 
    background: #E40038;
    line-height: 1.3; 
    color:#fff; 
}
#footer h2, #footer h3, #footer h4 { color: #fff; margin-bottom: 0; }
#footer .btn-secondary { background-color: #fff; border-color: #fff; color: #000; width: 100%; max-width: 15.571rem; }
#footer .btn-secondary:focus,
#footer .btn-secondary:hover,
#footer .btn-secondary:active { background-color: #000; border-color: #000; color: #fff; }

#footer .footer-content {
    position: relative; padding-top: 80px;
}
#footer-logo {
    position: absolute; right: 15px; top: 0;
    width: 325px; height: 115px;
    background: url(../png/sc_logo_footer_325x115.png) right top no-repeat;
}
#footer a { color: #fff; }
#footer a:focus,
#footer a:hover,
#footer a:active { color: #000; }

#footer .linkicons { padding: 0 15px; margin-bottom: 1rem;  }
#footer .linkicons i { 
    width: 40px; height: 40px; line-height: 40px;
    font-size: 1.75rem;
    background: #fff;
    margin-right: 1rem; 
    -webkit-transition: all .9s;
            transition: all .9s;
}
#footer .linkicons a { color: #E40038; -webkit-transition: all .2s; transition: all .2s; }
#footer .linkicons a:focus,
#footer .linkicons a:hover,
#footer .linkicons a:active { color: #fff; }
#footer .linkicons a:focus i,
#footer .linkicons a:hover i,
#footer .linkicons a:active i { background: #000; }

#copyright { border-top: 1px solid #fff; padding-top: 1rem; margin-top: 60px; font-size: .8rem }
#copyright a { padding: 0 15px 0 0; }

#footer .footer-content a:not(.btn) { display: inline-block; line-height: 1.5; padding-top: 2px; }

@media(max-width: 991px) {
    #footer-logo {
        right: 0px; top: 0; left: 32px;
        width: 250px; height: 88px;
        background: url(../png/sc_logo_footer_250x88.png) right top no-repeat;
    }
    #footer .footer-content { padding-top: 125px; }
    #footer .footer-content p { margin-bottom: 1.2rem; }
    
}
@media(max-width: 575px) {
    #footer-logo {
        width: 218px; height: 77px;
        background: url(../png/sc_logo_footer_218x77.png) right top no-repeat;
    }
    #footer .footer-content { padding-top: 110px; }
    #footer .linkicons { margin-top: 1.5rem; }
    #copyright { margin-top: 0; font-size: .9rem; padding-bottom: 1rem; }
    #copyright a { display: block; margin-bottom: 1rem; }
}





/* SPECIAL ELEMENTS ###########################*/
label.control-label { font-size: 14px; margin-bottom: 1px; }
.forminfo {
    margin: 25px 0 15px; font-size: 80%;
}
.formcheckbox label input{
    margin-top: -5px;
}
.form-group { margin-bottom: 10px; }



/* Back to Top */
a.back-to-top {
    display: none;
    position: absolute;
    top:-1px;
    right:8px;
    font-size: 1.5em; 
    line-height: 35px;
    width: 35px;
    text-align: center;
    color: #2a7cc0;
    background: #fff;
    opacity: .5;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
       -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
            box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
            border-radius: 4px 4px 4px 4px;
       -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #ddd;
}
a.back-to-top:focus,
a.back-to-top:hover,
a.back-to-top:active { color: #000; opacity: 1; }

.img-circle { 
    border: 2px solid transparent; 
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
}
.img-circle:hover { border-color: #0A3278; }

.img-zoom { position: relative; overflow: hidden; }
.img-zoom img { 
       -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}
.img-zoom:hover img {
       -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.mfp-title span.copyright { display: block; font-size: 85%; opacity: .8; }

/* pagination */
.rex-nav-pagination { text-align: center; margin-bottom: 20px; }
.rex-nav-pagination .pagination { margin-bottom: 5px; }

/* 
    ##############################################
    ##############################################
*/

/* MODULE */
/********** MODUL Einzelne Ueberschrift **********/
/* Headline*/
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid #338dc9;*/
    /*padding-bottom: 10px;*/
    padding: 0 5px 10px;
    margin-bottom: 0px;  
}
.headline h1::after, .headline h2::after, .headline h3::after, .headline h4::after, .headline h5::after, .headline h6::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #0070ba;
    background: -moz-linear-gradient(left, #0070ba 0%, #00a3d4 54%, #96c11f 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0070ba), color-stop(54%, #00a3d4), color-stop(100%, #96c11f));
    background: -webkit-linear-gradient(left, #0070ba 0%, #00a3d4 54%, #96c11f 100%);
    background: -o-linear-gradient(left, #0070ba 0%, #00a3d4 54%, #96c11f 100%);
    background: -ms-linear-gradient(left, #0070ba 0%, #00a3d4 54%, #96c11f 100%);
    background: linear-gradient(to right, #0070ba 0%, #00a3d4 54%, #96c11f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070ba', endColorstr='#96c11f', GradientType=1 );
}

.headline {
    margin: 2em 0px 0;
}
.headline .headline-inner {
    border-bottom: 1px dotted #58585a;
}
.headline .text-left .headline-inner { margin-left: -5px; }
.headline .text-right .headline-inner { margin-right: -5px; }
.headline:first-child{ margin-top: 0; }

.hl-small { font-weight: 300; font-size: 16px; color: #58585a; } 

/* Headline v2*/
.headline2 h1,
.headline2 h2,
.headline2 h3,
.headline2 h4,
.headline2 h5,
.headline2 h6 {
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid #338dc9;*/
    /*padding-bottom: 10px;*/
    padding: 0 5px 10px;
    margin-bottom: 0px;  
}
.headline2 {
    margin: 2em 0px 0;
}
.headline2:first-child{ margin-top: 0; }

/* Headline v3*/
.headline3 h1,
.headline3 h2,
.headline3 h3,
.headline3 h4,
.headline3 h5,
.headline3 h6 {
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid #338dc9;*/
    /*padding-bottom: 10px;*/
    padding: 0 5px 10px;
    margin-bottom: 0px;  
}
.headline2 {
    margin: 2em 0px 0;
}
.headline2:first-child{ margin-top: 0; }


/********** MODUL Einzelne Ueberschrift **********/



/********** MODUL Text/Bild **********/
/*
.img-holder { margin-top: 6px; margin-bottom:10px ; }
.img-holder .img-circle { 
    border: 2px solid #b1b3b4;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.center-block img { margin: 0 auto; }
.img-left { float: left; margin-right: 1em; }
.img-right { float: right; margin-left: 1em; }
.img-caption { 
    display: block; 
    font-size: 90%; 
    background: rgba(0,0,0,.1); 
    padding: 1px 5px; 
    line-height: 1.5em; 
}
.img-copyright { 
    display: block; 
    font-size: 11px; 
    padding: 0; 
    line-height: 13px; 
}
.txt-holder ul { overflow: hidden; }
.img-thumbnail {
    border-radius: 0;
    background: #EFEFEF;
}

@media(max-width: 768px) {
    .img-holder { margin-top: 0; }
    .img-left, .img-right { float: none; margin-left: 0; margin-right: 0; }
}
*/
/********** MODUL Text/Bild **********/



/********** MODUL Standardinhalt **********/
/* figure-holder */
.img-intxt {display: inline-block; margin-bottom: .3rem}
.img-intxt.img-left { float: left; margin-right: 1rem;}
.img-intxt.img-right { float: right; margin-left: 1rem;}
.img-intxt + p { margin-top: -5px; }
.img-intxt figure, 
.img-txtbottom figure { margin-bottom: 0; }

.img-txttop.img-center,
.img-txtbottom.img-center { text-align: center; } 
.img-txttop.img-right,
.img-txtbottom.img-right { text-align: right; } 
.img-txttop.img-left, 
.img-txttop.img-right,
.img-txtbottom.img-left, 
.img-txtbottom.img-right { float: none; margin-left: 0; margin-right: 0; }

figcaption { padding: 0 4px; background: #ddd; font-size: .8rem; }
figcaption span { display: block; }
figcaption span.img-copyright { display: block; font-size: .9em; line-height: inherit; }

@media(max-width: 767px) {
    .img-large.img-left,
    .img-large.img-right { float: none; margin-left: 0; margin-right: 0; }
}
@media(max-width: 575px) {
    .img-medium.img-left,
    .img-medium.img-right { float: none; margin-left: 0; margin-right: 0; }
}

/* Video-Plyr default-color #1aafff / rgb(26,175,255) */ 
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: rgba(26,175,255,1);
    color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: rgba(26,175,255,1);
    color: #fff
}
.plyr__control--overlaid {
    background: rgba(26,175,255,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    color: #fff;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: rgba(26,175,255,1);
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: rgba(26,175,255,1);
}
.plyr--full-ui input[type=range] {
    color: rgba(26,175,255,1);
}
.plyr__control.plyr__tab-focus,
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26,175,255,.5);
}
/********** MODUL Standardinhalt **********/



/********** MODUL Bilder-Navigation **********/

.img-nav > div > div { padding-top: 25px; }
.img-links img { max-width: 220px; 
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.img-links a h4 { color: #92c02a; }

/********** MODUL Bilder-Navigation **********/



/********** MODUL Masterslider **********/
.ms-view { background: transparent; }

@media(max-width: 991px) {
    .ms-caption h2 { margin-top: 12% !important; }
}
@media(max-width: 767px) {
    .startslider h2 { font-size: 5rem; }
    .ms-caption h2 { margin-top: 100px !important; }
}
@media(max-width: 575px) {
    .startslider h2 { font-size: 4rem; }
    .ms-caption h2 { margin-top: 150px !important; }
}
@media(max-width: 374px) {
    .startslider h2 { font-size: 3rem; }
}

/********** MODUL Masterslider **********/



/********** MODUL Linkliste **********/

ul.linklist { margin-bottom: 0; }
ul.linklist li { padding-bottom: 6px; list-style-image: none !important; } 
ul.linklist li a { line-height: 1.3em; }
ul.linklist .fa-li { font-size: 1.2em; }
.toggle-linklist { cursor: pointer; }
.toggle-linklist i { font-size: 75%; }
.toggle-linklist:hover { color: #0087c9; }

/********** MODUL linkliste **********/


/********** MODUL Prozessschritte **********/
.sc_process {}
.sc_process h2 { line-height: 1.05; }
.sc_process .pimg { 
    margin-bottom: 60px;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position-y: 10px;
}

.sc_process .step2 { margin-top: 90px; }
.sc_process .step3,
.sc_process .step4 { margin-top: 25px; }
@media(max-width: 1199px) {
    .sc_process .step2 { margin-top: 70px; }
    .sc_process .step3,
    .sc_process .step4 { margin-top: 20px; }
}
@media(max-width: 991px) {
}
@media(max-width: 767px) {
    .sc_process .step1 { margin-left: -15px; }
    .sc_process .step2,
    .sc_process .step3,
    .sc_process .step4 { margin-top: 10px; margin-left: -15px; }
}
@media(max-width: 575px) {
    .sc_process .step1,
    .sc_process .step2,
    .sc_process .step3,
    .sc_process .step4 { margin-top: 0px; }
}

/********** MODUL Prozessschritte **********/














/********** MODUL TIMETABLE **********/
.timetable { display: table; width: 100%; line-height: 1.3em; /*border-bottom: 1px solid #92c02a;*/ }
.timetable .timetable-row { display: table-row; }
.timetable .timetable-cell { display: table-cell; padding: 8px 0; }
.timetable .new-day .timetable-cell { border-top: 1px solid #92c02a;  }
.timetable .timetable-cell i { color: #92c02a; }

.timetable .timetable-day { width: 140px; font-weight: 400; }

.timetable .timetable-time { width: 125px; padding-left: 5px; padding-right: 5px; color: #0070ba; font-weight: 400; }
.timetable .timetable-time span { padding-left: 5px; }

.timetable .timetable-desc p:last-child { margin-bottom: 0; }

.timetable-bg1 .timetable-time,
.timetable-bg1 .timetable-desc { background: rgba(110, 110, 110, 0.1); }
.timetable-bg2 .timetable-time,
.timetable-bg2 .timetable-desc { background: rgba(12, 114, 181, 0.2); }

@media(max-width: 767px) {
    .timetable .timetable-row,
    .timetable .timetable-cell { display: block; width: 100%; }
    .timetable .timetable-cell { padding: 0 0 8px; }
    .timetable .new-day { border-top: 1px solid #92c02a; }
    .timetable .new-day .timetable-cell { border-top: 0px none; }
    .timetable .timetable-day { padding-top: 8px; }
    .timetable .timetable-time { padding-left: 5px; }
    .timetable .timetable-desc { padding-left: 28px; }
}
/********** ENDE MODUL TIMETABLE **********/



/* Sitemap */
.sitemap { padding: 0 48px; margin-top: -15px; margin-bottom: 3em; }
.sitemap ul {padding: 0; list-style-type: none; }
.sitemap li { 
    position: relative; 
    margin:0px; 
    padding: 16px 0px 16px 10px; 
    border-left: 2px solid #0e327a; 
}
.sitemap li:last-child { padding-bottom: 0; }
.sitemap li:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 2px solid #0e327a;
  background: #0e327a;
  width: 100%;
}
.sitemap li:after {
    content: '';
    position: absolute;
    top: 26px;
    left: -6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0e327a;
}
.sitemap li li:after {
    background: #92c02a;
}
.sitemap li li li:after {
    background: #fff;
    border: 3px solid #92c02a;
}
.sitemap > ul > li:first-child { padding-top: 30px; }
.sitemap > ul > li:first-child:before { top:45px; }
.sitemap > ul > li:first-child:after { top:41px; }
.sitemap a {
    position: relative;
    z-index: 10; 
    display: block; 
    margin-left: 15px;
    padding: 5px 15px; 
    border-left: 2px solid #0e327a; 
    background: #f4f4f4;
    color: #0e327a;
}
.sitemap li ul li { margin-left: 15px; padding-bottom: 0; }
.sitemap li ul li a { background: #f9f9f9; }
.sitemap li ul li ul { padding-bottom: 15px; }
@media(max-width: 575px) { 
    .sitemap { padding: 0; } 
}

/* Suchergebnisse */
.search_it-title a { display: block; }
.search_it-url { display: block; color: gray; font-weight: 300; font-size: 85%; margin-top: -2px; line-height: 1.3em; }
.hit { background: rgba(255,237,0,.2); }
.search_it-teaser .hit { font-weight: 400; }


.marker { background: rgba(255,237,0,.4); }
#A22 .marker { font-size: 75%; background: transparent; }





/********** MODUL SPONSORENLOGOS **********/
.sponsorlogos { padding-left: 15px; padding-right: 15px; margin: 0 auto; max-width: 1100px; }
.sponsorlogos img { max-width: 100%; height: auto; }
.sponsorlogos a:focus { outline: 0 none; }

.sponsorlogos .sponsorlogo {
    box-sizing: border-box; 
    display: inline-block; 
    padding: 5px; 
}

.sponsorlogo > a.logo-link,.sponsorlogo > span {
    display: block; padding: 10px; 
    border: 1px solid #efefef;
            border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    transition: 0.5s ease;
    text-align: center;
}
.sponsorlogo > a.logo-link:hover {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
       -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
}
.logos-only .sponsorlogo > a.logo-link:hover,
.logos-with-desc-overlay .sponsorlogo > a.logo-link:hover { border-color: #666; }

.sponsortypeinfo { font-size: 65%; }

/* ======================================================== */
/* logos mit beschreibung */
.logos-with-desc { margin-left: 0; margin-right: 0; }
.logos-with-desc { display: table; }
.logos-with-desc img {
    max-width: inherit; 
}
.logos-with-desc .sponsorimg {
    display: table-cell; padding: 0 2em 1em 0;
}
.logos-with-desc .sponsorinfo {
    display: table-cell; vertical-align: top;
}
.sponsorinfo a.logo-link {
    display: block; padding: .5em 0;
}
@media (max-width: 767px) {
    .logos-with-desc { display: block; }
    .sponsorlogos.logos-with-desc img { max-width: 100%; }
    .logos-with-desc .sponsorimg {
        display: block; width: 100%; padding: 0 0 1em 0;
    }
    .logos-with-desc .sponsorinfo {
        display: block; width: 100%;
    }
}

/* logos mit beschreibung matchmaking */
.logos-with-desc-mm { margin-left: 0; margin-right: 0; }
.logos-with-desc-mm { display: table; width: 100%; }
.logos-with-desc-mm img {
    max-width: inherit; 
}
.sponsorlogos.logos-with-desc-mm .sponsorlogo { padding: 0; border-bottom: 1px dotted #ccc; }
.sponsorlogos.logos-with-desc-mm .sponsorlogo.no-desc { display: none; }
.sponsorlogos.logos-with-desc-mm .sponsorlogo.first_class { font-size: 18px; }
.sponsorlogos.logos-with-desc-mm .sponsorlogo.premium_business,
.sponsorlogos.logos-with-desc-mm .sponsorlogo.business_class { font-size: 16.5px; }
.sponsorlogos.logos-with-desc-mm .sponsorlogo.economy_class { font-size: 15px; }
.logos-with-desc-mm .sponsorimg {
    display: table-cell; padding: 0 0 1em; min-width: 202px; text-align: right;
}
.logos-with-desc-mm .sponsorinfo {
    display: table-cell; vertical-align: middle; padding-left: 2em;
}
.logos-with-desc-mm .sponsorinfo a.logo-link {
    display: block; padding: .5em 0;
}
@media (max-width: 767px) {
    .logos-with-desc-mm { display: block; }
    .sponsorlogos.logos-with-desc-mm img { max-width: 100%; }
    .logos-with-desc-mm .sponsorimg {
        display: block; width: 100%; padding: 0; text-align: left;
    }
    .logos-with-desc-mm .sponsorinfo {
        display: block; width: 100%; padding: 0 0 1em 0;
    }
}

/* ======================================================== */
/* bootstrap modal-overlys */
.sponsorlogos .modal .sponsor-modal { display: table; width: 100%; }
.sponsorlogos .modal .sponsorimg {
    display: inline-block;
    padding: 0 0 1em 2em;
    float: right;
}
.sponsorlogos .modal .sponsordesc {
    padding: 0 0 .5em;
}
.sponsorlogos .modal h4.modal-title {
    font-weight: 600;
}
.sponsorlogos .modal h6.companyUrl {
    font-size: 16px; font-weight: 600;
    margin-bottom: 0;
}

/* #s84 .sponsorlogos { margin-top: -20px; } */

/*===============================================================*/
/*sponsor box*/
.sponsorlogos .sponsorlogo.sponsorlogo_120x90_box{
	vertical-align: top;
}

.logos-only-box .sponsorlogoholder{
	display: block; padding: 4px; 
    border: 1px solid #efefef;
            border-radius: 0px 0px 6px 6px;
       -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    transition: 0.5s ease;
    text-align: center;
	display:table-cell;
	vertical-align:middle;
	border-top: 3px solid #efefef;
}

.logos-only-box .first_class .sponsorlogoholder{
	border-color:#d29545;
}
.logos-only-box .premium_business .sponsorlogoholder,
.logos-only-box .business_class .sponsorlogoholder{
	border-color:#89898f;
}
.logos-only-box .economy_class .sponsorlogoholder{
	border-color:#ce6f50;
}
.logos-only-box .firstEl {
	margin-left:15px;
}
.logos-only-box .first_class.firstEl {
	margin-left:0px;
}


.logos-only-box .sponsorlogoholder:hover {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
       -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
}
.logos-only-box .sponsorlogo_70_52 .sponsorlogoholder:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-color: #0070ba;
}
.logos-only-box .sponsorlogo.sponsorlogo_70_52 > a.logo-link:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.sponsorlogos .sponsorlogo.first_class_sponsor .sponsorlogoholder img{
	width:100%;
	max-width:120px;
}

.sponsorlogos.logos-only-box .sponsorlogo_70_52 .sponsorlogoholder  {
    width: 80px; height: 64px;
} 

/*.sponsorlogos .sponsorlogo.business_class_sponsor .sponsorlogoholder img{
	width:66%;
}

.sponsorlogos .sponsorlogo.economy_class_sponsor .sponsorlogoholder img{
	width:50%;
}*/

@media (max-width: 767px) {
    .logos-only-box .firstEl {margin-left:0px;}
}


/* ======================================================== */
/* Logos pro Zeile */
/* xs => < 544px */
@media (max-width: 543px) {
    .lpr-xs-1 .sponsorlogo { width: 100%; }
    .lpr-xs-2 .sponsorlogo { width: 50%; }
    .lpr-xs-3 .sponsorlogo { width: 33.3%; }
    .lpr-xs-4 .sponsorlogo { width: 25%; }
}

/* sm => >= 544px */
@media (min-width: 544px) {
    .lpr-sm-1 .sponsorlogo { width: 100%; }
    .lpr-sm-2 .sponsorlogo { width: 50%; }
    .lpr-sm-3 .sponsorlogo { width: 33.3%; }
    .lpr-sm-4 .sponsorlogo { width: 25%; }
    .lpr-sm-5 .sponsorlogo { width: 20%; }
    .lpr-sm-6 .sponsorlogo { width: 16.6%; }
}

/* md => >= 768px */
@media (min-width: 768px) {
    .lpr-md-1 .sponsorlogo { width: 100%; }
    .lpr-md-2 .sponsorlogo { width: 50%; }
    .lpr-md-3 .sponsorlogo { width: 33.3%; }
    .lpr-md-4 .sponsorlogo { width: 25%; }
    .lpr-md-5 .sponsorlogo { width: 20%; }
    .lpr-md-6 .sponsorlogo { width: 16.6%; }    
}

/* lg => >= 992px */
@media (min-width: 992px) {
    .lpr-lg-1 .sponsorlogo { width: 100%; }
    .lpr-lg-2 .sponsorlogo { width: 50%; }
    .lpr-lg-3 .sponsorlogo { width: 33.3%; }
    .lpr-lg-4 .sponsorlogo { width: 25%; }
    .lpr-lg-5 .sponsorlogo { width: 20%; }
    .lpr-lg-6 .sponsorlogo { width: 16.6%; }     
}

/* xl => >= 1200px */
@media (min-width: 1200px) {
    .lpr-xl-1 .sponsorlogo { width: 100%; }
    .lpr-xl-2 .sponsorlogo { width: 50%; }
    .lpr-xl-3 .sponsorlogo { width: 33.3%; }
    .lpr-xl-4 .sponsorlogo { width: 25%; }
    .lpr-xl-5 .sponsorlogo { width: 20%; }
    .lpr-xl-6 .sponsorlogo { width: 16.6%; }     
}
/********** ENDE MODUL SPONSORENLOGOS **********/
.logos-with-desc-overlay .sponsorlogo > a.logo-link:hover { border-color: #92c02a; }


/* ======================================================== */
/* bootstrap carousel */
.carousel-caption { bottom: inherit; top: 50px; }
.carousel-caption h3 { color: #fff; font-size: 250%; }
.carousel-caption p { line-height: 1em; font-size: 110% }
.carousel-caption p span.desc { display: inline-block; padding: 5px 15px; font-weight: 400; background: rgba(33, 36, 97,.65); }
.carousel-caption p span.b2 {  }
@media (max-width: 992px) {
    .carousel-caption { top: 20px; }
    .carousel-caption h3 { font-size: 200%; }
    .carousel-caption p span.b2 { display: block; }
}
@media (max-width: 767px) {
    .carousel-caption { top: 0px; }
    .carousel-caption h3 { font-size: 95%; margin-bottom: 10px; }
    .carousel-caption p  { font-size: 80%; margin-bottom: 0; margin-left: -15%; margin-right: -15%; }
}
@media (max-width: 350px) {
    .carousel-caption { padding-top: 13px; }
    .carousel-caption p  { font-size: 75%; }
}

/* Standard-Content für alle Seiten */
.std-content {}




/* PROGRAMM */
.psect-time { color:#0070ba; }
.psect-time:before { content: "\f072"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px;}
p.psect-time { margin-bottom: 0px; }
table.psect {
    width: 100%; border-collapse: collapse;
    border-left:1px solid #58585A;
    background: rgba(127, 127, 127, 0.04);
    position: relative;
}
table.psect::before {
    content: '';
    width: 30%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    background: #58585A;
    
    background: -moz-linear-gradient(left, rgba(88,88,90,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#00000000',GradientType=1 );
}
table.psect::after {
    content: '';
    width: 20%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    background: #58585A;
    
    background: -moz-linear-gradient(left, rgba(88,88,90,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#00000000',GradientType=1 );
}
table.psect.psect-break::before {
    width: 30%;
}
table.psect.psect-break::after {
    width: 100%;
}

table.psect td { vertical-align: top; padding: 10px; }

table.psect { background: rgba(127, 127, 127, 0.04) }
table.psect.psect-break { background: transparent; }

table.psect h2,
table.psect h3 { margin-top: 0; }
table.psect.psect-break h3 { margin-bottom: 0; }

/*2 cols*/
table.psect.psect-2-col td {
    width: 50%; 
}
.table.psect.psect-2-col td:first-child{ padding-right: 15px; }
.table.psect.psect-2-col td:last-child{ padding-left: 15px; }

@media (max-width: 575px) {
    table.psect.psect-2-col.psect-xs-1-col td {
        display: block;
        width: 100%; 
        position: relative;
        padding: 10px;
    }
    table.psect.psect-2-col.psect-xs-1-col td:last-child:before{
        content: '';
        width: 50px;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 1px;
        background: #58585A;
        
        background: -moz-linear-gradient(left, rgba(88,88,90,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(88,88,90,1) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#00000000',GradientType=1 );
    }
    table.psect.psect-2-col.psect-xs-1-col td:last-child:after{
        content: 'parallel';
        position: absolute;
        left: 55px;
        top: -13px;
        font-size: 12px;
    }
    
}