html, body { height: 100%; margin: 0; padding: 0; }
html { font-size: 16px; scroll-padding-top: 110px; }
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fff;
    color: #111; 
}
@media(max-width: 575px) {
    html, body { font-size: 14px; }
}
/*
blau   1d71b8 rgb(29,113,184)
orange f07f3c rgb(240,127,60)
hintergrunblau: 99cad1 rgb(153,202,209)
dunkelblau (HL) 114978

blau   005aa0 rgb(0,90,160)
magenta a0235a rgb(160,35,90)
hover-blau 27b4f8
dunkelblau (HL) 114978

CI 023d6b / WEB 004176

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


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

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #004176;
    line-height: 1.25;
}
h2 { font-size: 2.8rem }
h3 { font-size: 2.1rem }
h4 { font-size: 1.5rem }
h5, h6 { color: #111; }
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child { margin-top: 0; }

.projektname h4 + h4 { font-size: 1.8em; margin-top: .5em; }

@media(max-width: 767px) {
    h2 { font-size: 2rem }
    h3 { font-size: 1.6rem }
    h4 { font-size: 1.2rem }
    .projektname h4 + h4 { font-size: 1.5em;}
}
@media(max-width: 370px) {
    h2 { font-size: 1.5rem; hyphens: auto; }
    h3 { font-size: 1.3rem }
    h4 { font-size: 1.1rem }
    .projektname h4 + h4 { font-size: 1.25em;}
}

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

a { color: #005aa0; text-decoration: none; font-weight: 400; }
a:focus,
a:hover,
a:active { color: #27b4f8; text-decoration: none; }

a:not(.nav-link) {
    -webkit-transition: all .6s; transition: all .6s;
}
a.nav-link {
    -webkit-transition: border-color .6s; transition: border-color .6s;
}

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

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b9d25f;
    border-color: #b9d25f;
}

.btn-secondary { background-color: #adbde3; border-color: #adbde3; color:#fff; min-width: 235px; }
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active { color: #000; background-color: #ebebeb; border-color: #ebebeb; }

.btn-nomin .btn-primary,
.btn-nomin .btn-secondary { min-width: inherit }

.btn-min50 .btn-primary,
.btn-min50 .btn-secondary { min-width: 50% }

.btn4newsletter .btn {
    font-size: 13px !important;
    min-width: 210px;
    border-radius: 0;
}

/* Listen */
ul { padding: 0; padding-left: 1.2rem; }
#main li { list-style-image: url(images/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 */
.space-0.bottom-0 { margin-bottom: -1rem; }
.space-1 { padding-top: 1rem; padding-bottom: 0; }
.space-3 { padding-top: 3rem; padding-bottom: 2rem; }
.space-5 { padding-top: 6.5rem; padding-bottom: 5.5rem; }

.space-1.space-top { padding-bottom: 0; }
.space-3.space-top { padding-bottom: 0; }
.space-5.space-top { padding-bottom: 0; }

.space-1.space-bottom { padding-top: 0; }
.space-3.space-bottom { padding-top: 0; }
.space-5.space-bottom { padding-top: 0; }


/* Section-Background */
.tc-bright p, .tc-bright h2, .tc-bright h3, .tc-bright h4, .tc-bright h5, .tc-bright h6,     
.tc-bright li { color: #fff }

.tc-dark p, 
.tc-dark li { color: #000  }

.bg-primary   { background-color: #004176 !important; }
.bg-secondary { background-color: #def !important; }
.bg-white     { background-color: #fff; }
.bg-gray      { background-color: rgba(238,238,238,1); }
.bg-darkgray  { background-color: rgba(221, 221, 221, 1); }
.bg-dark      { background-color: #000; }

/* sonstige Hilfsklassen und CKEditor-Klassen */
span.marker { background: rgba(255,200,0,.4); }
span.txt-colored { color: rgba(173,189,227,1); }
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; }

.kleingedrucktes p { font-size: .8rem; font-weight: 300; }

.magenta { color:#a0235a; }

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

#s3 .container,
#s408 .container,
#s570 .container { max-width: 1440px; padding: 0; }


/* HEADER ########################### */
#header { 
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
    z-index: 1000;
}
#header > .container { position: relative; }
.headroom-header, #headroom-spacer { height: 114px; }
.main { margin-top: 114px; }

#logo { z-index: 101; margin: 30px; width: 175px; display: inline-block; position: absolute; top: 0; right: 0; }
#logo img { width: 100%; height: auto; }
#logo a span { 
    position: absolute; top: 2px; right: -32px; font-size: 1.3rem; color: #005aa0; -webkit-transition: all .6s; transition: all .6s;
}
#logo a:focus span,
#logo a:hover span,
#logo a:active span {
    color: #f07f3c;
}
@media(max-width: 575px) {
    #logo { max-width: 208px; }
}

/* NAVI ############################# */
#navtog1, #navtog2 { 
    position: absolute; top: 36px; left: 0px; text-align: center; display: none; z-index: 1300;
}
.hamburger { padding: 9px 15px; }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #004176;
}
.hamburger.is-active:hover, .hamburger:hover { opacity: .9; }
#mainnav {  
    position: absolute; bottom: 0; left: 0; width: 100%; z-index: 100;   
}
#mainnav .nav { 
    margin-top: 0px; 
    margin-right: 5px; 
}
#mainnav .nav-item { margin-right: 10px; margin-left: 10px; }
#mainnav .nav-link { border-radius: 0; padding: 15px .1rem 5px; border-bottom: 5px solid transparent; position: relative; }
#mainnav .nav-item:hover > .nav-link,
#mainnav .nav-item.dropdown.show > .nav-link,
#mainnav .nav-link.active { border-bottom-color:#004176;  }
#mainnav .nav-link.active { color: #004176; }
#mainnav a { 
    color: #000; background: #fff; 
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem; 
    line-height: 1.5;
}
#mainnav .nav-link:hover
#mainnav ul.nav > li > a {   }
#mainnav .dropdown-toggle::after { display: none; }
#mainnav .dropdown-menu {
    border-radius: 0;
    padding: 0; margin: 0;
    width: auto;
    border-color: #eee;
    background: #eee; 
}
#mainnav .dropdown-item { padding: 10px 1rem; white-space: inherit; }
#mainnav .dropdown-menu a {  
    color: #000; background: #eee; 
    line-height: 1.1;
    position: relative;
}
#mainnav .dropdown-menu a:focus,
#mainnav .dropdown-menu a:hover,
#mainnav .dropdown-menu a:active { color: #005aa0; }
#mainnav .dropdown-menu a.active { color: #004176; font-weight: 400; }

#topnav {  
	position: absolute; top: 0; left: 0; width: 100%; z-index: 100;   
}
#topnav .nav { 
	margin-top: 5px; 
	margin-right: 5px; 
}
#topnav .nav-item { margin-right: 10px; margin-left: 10px; }
#topnav .nav-link { border-radius: 0; padding: 7px .1rem 7px; position: relative; }
#topnav a { 
	color: #333; background: #fff; 
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: .85rem; 
	line-height: 1.5;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
	color:#004176; text-decoration: underline;
}
    
@media(max-width: 1199px) { 
    #mainnav { display: none; position: relative; }
    #mainnav .nav {
        display: block;
        margin: 80px 0 0;
        padding: 32px 15px 15px;
        background: #fff;
        -webkit-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.3);
           -moz-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.3);
                box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.3);
    }
    #mainnav .nav-item { border: 0; background: #eee; margin: 0 7px;}
    #mainnav .nav-link { border: 0; background: #eee; padding: 13px 15px 7px;}
    #mainnav .nav-link:hover,
    #mainnav .nav-link.active { font-weight: 700; }
    
    #mainnav .dropdown-toggle i.fa { display: none; }
    #mainnav .dropdown-item { padding-top: 5px; }
    #mainnav .dropdown-menu {
        display: block !important; 
        position: relative !important;
        transform: none !important; 
        margin-bottom: 5px; 
        float: none; 
        border-color: transparent; 
        padding-left: 20px;
    }
    #navtog1, #navtog2 { display: block;}
}
@media(max-width: 991px) { }
@media(max-width: 767px) {
    #navtog1, #navtog2 { left: 21px; }
    #header .container { max-width: 100%; }
    #mainnav .container { padding: 0; }
    #mainnav .nav { padding: 35px 24px 20px; }
}
@media(max-width: 575px) {
    #navtog1, #navtog2 { left: 8px; }
    #mainnav .container { padding: 0; }
}


/* Auto-Hiding Navbar */
.headroom-header { 
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030; 
}
.headroom {
    /*will-change: transform;*/
    -webkit-transition: transform 200ms linear;
       -moz-transition: transform 200ms linear;
         -o-transition: transform 200ms linear;
            transition: transform 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    
}
.headroom--unpinned {
    -webkit-transform: translateY(-125%);
       -moz-transform: translateY(-125%);
        -ms-transform: translateY(-125%);
         -o-transform: translateY(-125%);
            transform: translateY(-125%);
}   
.headroom--bottom {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
}



/* MASTERSLIDER STARTSEITE ###########################*/
.slider-holder {}
.ms-title-headline h2 {
    margin-bottom: 15px; padding: 10px 15px; font-size: 2.2rem; background: rgba(255,255,255,.8); font-weight: 700; text-align: center;
}
.ms-slide .img-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #004176;
    z-index: 1;
    padding: 1px 10px;
    font-size: 60%;
}
@media(max-width: 1199px) {
    .ms-title-headline h2 { margin-bottom: 0; font-size: 2rem; }
}
@media(max-width: 767px) {
    .ms-title-headline h2 { font-size: 1.5rem; padding: 4px 15px 5px; }
}
@media(max-width: 575px) {
    .ms-title-headline h2 { font-size: 1.2rem; }
}
@media(max-width: 474px) {
    .ms-title-headline h2 { font-size: 1rem; }
}

/* MAIN ###########################*/
#main { min-height: 300px; background: transparent; padding: 50px 0;}
.slider-holder, .header_img {  margin-top: -50px; }
.header_img figure { margin: 0; }
@media(max-width: 767px) {
    #main { padding: 30px 0px;}
    .slider-holder, .header_img {  margin-top: -30px; }
}
@media(max-width: 575px) {
    #main { padding: 20px 0px;}
    .slider-holder, .header_img {  margin-top: -20px; }
}

/* FOOTER ###########################*/
#footer-top { background: #fff; }

#footer { position: relative; } 
#footer .footer-content { font-size: .9rem; }
#footer .copyright-content { background: #002036; font-size: .9rem; padding-top: 24px; padding-bottom: 24px; color: #fff; }
#footer .copyright-content p:first-child{ margin-top: 1rem;}

#footer .linkicons { 
    text-align: center;
    margin-top: -45px;
}
#footer .linkicons a {
    display: inline-block;
    margin: 0 .5rem;
    width: 42px;
    line-height: 42px;
    font-size: 23px;
    border-radius: 50%;
    background-color: #005aa0;
    color: #fff; 
    -webkit-transition: all .5s;
            transition: all .5s;
}
#footer .linkicons a:focus,
#footer .linkicons a:hover,
#footer .linkicons a:active { color: #fff; background-color: #f07f3c; border-color: #f07f3c; }

#footer .copyright-content a { color: #fff; margin-left: 15px; }
#footer .copyright-content a:focus,
#footer .copyright-content a:hover,
#footer .copyright-content a:active { text-decoration: underline; }

.but_sm_holder { text-align: center; margin: -20px 0 1em; }
.but_sm { 
    display: inline-block;
    width: 42px;
    line-height: 40px;
    border-radius: 50%;
    background: #0b72b5;
    color: #fff;
    font-size: 1.5em;
    margin: 0 5px;
    transition: all .3s ease;
    border: 1px solid #0b72b5;
}
.but_sm:focus, .but_sm:hover, .but_sm:active { color: #0b72b5; background: #fff; border-color: #0b72b5; }
.but_sm span { position: absolute; top:-32000px; left: -32000px; }





/* 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; }

.rex-yform div.alert ul { margin-bottom: 0; }
.rex-yform .alert-danger {
    background-color: rgba(160,35,90,.2);
    border-color: rgba(160,35,90,1);
}


/* 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-top: 2em;
}
.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 Standardinhalt **********/
.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);
}
/* 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; margin-left: -15px; margin-right: -15px; }

.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: -15px; margin-right: -15px; }

figcaption { padding: 4px; font-size: .8rem; text-align: left; }
figcaption, .figure-caption { color: #000; }
figcaption span { display: block; }
figcaption span.img-copyright { display: block; font-size: .9em; line-height: inherit; }

.twocols { 
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
       -moz-column-count: 2; /* Old Firefox */
            column-count: 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
}
.addContentHolder  { margin-top: 1rem; }
.addContentHolder .btn-addContent { margin-bottom: 1rem; }

@media(max-width: 767px) {
    .img-large.img-left,
    .img-large.img-right { float: none; margin-left: 0; margin-right: 0; }
    .twocols { 
        -webkit-column-count: inherit; /* Old Chrome, Safari and Opera */
           -moz-column-count: inherit; /* Old Firefox */
                column-count: inherit;
    }
}
@media(max-width: 575px) {
    .img-medium.img-left,
    .img-medium.img-right { float: none; margin-left: 0; margin-right: 0; }
}
/* einfache Bildergallerie*/
.gallery{}
.gallery-item { margin-bottom: 1rem; margin-top: 1rem; }
.justify-content-center .gallery-item { text-align: center; }
.justify-content-start .gallery-item { text-align: left; }
.justify-content-end .gallery-item { text-align: right; }

/* Video-Plyr default-color #1aafff / rgb(185,210,95) */ 
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: rgba(185,210,95,1);
    color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: rgba(185,210,95,1);
    color: #fff
}
.plyr__control--overlaid {
    background: rgba(185,210,95,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    color: #fff;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: rgba(185,210,95,1);
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: rgba(185,210,95,1);
}
.plyr--full-ui input[type=range] {
    color: rgba(185,210,95,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(185,210,95,.5);
}
/********** MODUL Standardinhalt **********/



/********** MODUL Bilder-Navigation **********/
.img-links img { 
    width:100%; 
    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: #005aa0; font-size: 1.4rem; }
.img-links .rounded-circle { 
    border: 2px solid transparent; 
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
}
.img-links .rounded-circle:hover { border-color: #005aa0; }
.img-links figure { margin-bottom: .25rem; }

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



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


@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 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 **********/


/********** MODUL SPRECHER AUS DB **********/
.speakers { margin-bottom: 2rem; }
.speaker { 
    margin-bottom: 2rem;
}
.speaker > p.speaker-name { position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; margin-bottom: 0; -webkit-transition: bottom .4s; transition: bottom .4s; }
.speaker > p.speaker-name span { padding: 2px 10px 0; background: #fff; display: inline-block; }
.speaker:hover p.speaker-name { bottom: -50px; }
.speaker .speaker-overlay { cursor: pointer; background-color: rgba(0,65,118,.8); }
.speaker .speaker-overlay { cursor: default; }
.speaker .speaker-overlay h3 { color: #fff; font-size: 1.5rem; }
.speaker .speaker-overlay .link-img-icons { text-align: center; }
.speaker .speaker-overlay span.link-img-ico { font-size: 3rem; margin: 0 10px; cursor: pointer; -webkit-transition: color .6s; transition: color .6s; }
.speaker .speaker-overlay span.link-img-ico:hover { color: #b9d25f; }

.speaker::before {
    content: "";
    display: block;
    height: 100px; /* fixed header height*/
    margin-top: -100px; /* negative fixed header height */
}

.speakers h3 { 
    font-size: 1.75rem; margin-bottom: 1rem;
}
.speakers .speaker-img {  
    max-width: 262px;
}
.speakers .speaker-img img,
.speaker-modal .speaker-img-modal img {  
    border: 1px solid rgba(90,105,110,.2);
}
.speaker-modal .modal-header {
    border-bottom: 0 none; padding-bottom: 0;
}
.speaker-modal .modal-header .close {
    line-height: 1.5; 
}
.speaker-modal .speaker-img-modal {
    float: right; width: 235px; margin-left: 1rem; margin-bottom: .3rem;
}
.speaker-modal .modal-footer { 
    border-top: 0 none; padding-top: 0;
}
.speaker-modal .modal-footer .btn {
    margin-right: 0;
}
.speaker-modal .embed-responsive { background: #000; }
@media(max-width: 767px) {
    .speaker { margin-bottom: 4rem; }
    .speakers .speaker-img { 
        margin-bottom: 1rem;
    }
}
@media(max-width: 540px) {
    .speaker-modal .speaker-img-modal { 
        float: none; margin-left: 0; margin-bottom: 1rem;
    }
}
/******* ENDE MODUL SPRECHER AUS DB ********/

ul.timelist { list-style: none; padding-left: 1.5rem; margin: 1.5rem 0; }
.timelist li { list-style-image: none !important; background-image: none !important; padding-left: 0; 
    margin-bottom: .75rem;
}
.timeinfo {
    font-size: .9rem;
    font-weight: 700;
    margin-left: -1.5rem;
    color: #004C9B;
}
span.timeinfo:before  { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; font-size: .9rem; width: 1.5em;
    text-align: center; display: inline-block; }

.lecturer {
    color: #666;
    margin-bottom: 10px;
    font-size: .9em;
}
.tag1, .tag2 { padding-top: 1rem; }
/*
.tag1 { background: rgba(253, 228, 187, 0.3) }
.tag2 { background: rgba(213, 255, 218, 0.3) }
*/
.tag1 { background: rgba(240, 126, 60, 0.1) }
.tag2 { background: rgba(29, 56, 118, 0.05) }




/* 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 1rem; max-width: 1100px; }
.sponsorlogos img { max-width: 100%; height: auto; }
.sponsorlogos a:focus { outline: 0 none; }
.sponsorlogos h3 {
	margin-bottom: 1rem;
}
.sponsorlogos .sponsorlogo {
    box-sizing: border-box; 
    display: inline-block; 
    padding: 5px; 
}

.sponsorlogo > a.logo-link,.sponsorlogo > span {
    display: block; 
    padding: 10px; 
    background-color: #fff;
    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;
    }
    
}

/******* MODUL PROGRAMMPUNKTE ********/
.progitem > div > div p:last-child{ margin-bottom: 0; }


.progitems-default .progitem {
    margin-bottom: 1.25rem;
}
.progitems-default .pp-speaker li { line-height: 1.3; margin-bottom: .3rem; }
.progitems-default .pp-desc > p {
    margin-top: .25rem;
    margin-bottom: .25rem;
}
.progitems-default .pp-time {
    color: #004176;
    margin-top: .25rem;
    margin-bottom: .25rem;
}
.progitems-default .pp-time i{ 
    font-size: 120%; color: rgba(185,210,32,1);/* CI-Grün: 185,210,92,1*/
}
.progitems-default .pp-desc2 {
    margin: 1rem 0 0;
}
.progitems-default .pp-desc2 p:last-child {
    margin-bottom: .25rem;
}
.progitems-default .pp-desc2 ul li {
    margin-bottom: .75rem;
    line-height: 1.25;
}
.progitems-default .pp-desc2 ul li:last-child {
    margin-bottom: 0;
}
.progitems-default .pp-more {
    margin-top: -.25rem; margin-bottom: 5px;
}
.progitems-default .pp-more a {
    border: 1px solid rgba(90,105,110,.2);
    padding: 2px 1.2rem 2px;
}
.progitems-default .pp-more a:focus { color: #000; }
.progitems-default .pp-speaker .name {
    display: inline-block;
}
.progitems-default .pp-speaker .company {
    display: inline-block; 
    color: rgba(90,105,110,.8);
}
.progitems-default .pp-speaker .abstract {
    display: block; 
    margin-top: .5rem;
}
.progitems-default .pp-speaker .abstract p {
    margin-bottom: .5rem:
}
.progitems-default .pp-speaker .abstract p:last-child{
    margin-bottom: 1rem;
}

.bg1 .progitems-default {
    background: rgba(238,238,238,1); 
    padding-top: .5rem;
}
/*************************************/
.progitems-timeline1 { margin-bottom: 0; }
.progitems-timeline1 .progitem > div { padding-top: .75rem; padding-bottom: 1.25rem; }
.progitems-timeline1 .progitem > div > div p:last-child{ margin-bottom: 0.2em; }
.progitems-timeline1 .pp-time {
    border-right: 1px solid #004176;
    color: #004176;
    text-align: right;
    max-width: 110px;
}
.progitems-timeline1 .pp-time > div { position: relative; padding-right: 12px; padding-top: 6px; }
.progitems-timeline1 .pp-time i { background: #fff; font-size: 1.4rem; position: absolute; right: -26px; }
.progitems-timeline1 .pp-time span { margin-top: -3px; }

.progitems-timeline1 .pp-desc > div { position: relative; margin-left: 15px; border: 1px solid #b9d25f; padding: 5px 15px; background: rgba(185,210,95,.04)}
.progitems-timeline1 .pp-desc > div:before{
    content: '';
    position: absolute;
    top:7px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #b9d25f;
    border-bottom: 8px solid transparent;
    
}
.progitems-timeline1 .pp-desc p:last-child { margin-bottom: 0; }
.progitems-timeline1 .pp-speaker { margin-bottom: .3em; }
.progitems-timeline1 .pp-speaker .name { font-weight: 700; }
.progitems-timeline1 .pp-speaker .company { display: block; color: #111 }
.progitems-timeline1 .pp-speaker .job { display: block; color: #111; }

.progitems-timeline1 .pp-more { }
.btn-more {
    min-width: inherit; padding: 2px 10px; margin-bottom: .4em; margin-top: .5em;
}
.btn-more span.pp-more-text {
    font-size: .9em;
}
.btn-more:focus, .btn-more:hover, .btn-more:active {
    background: #b9d25f; color: #fff; border-color: #b9d25f;
}
@media (max-width: 767px) {
    .progitems-timeline1 .progitem .pp-time {
        border-right: 0 none;
        padding: 0 15px;
        text-align: left;
    }
    .progitems-timeline1 .progitem .pp-time span {
        padding-top: 1rem; display: inline-block; font-weight: bold;
    }
    .progitems-timeline1:first-of-type .progitem .pp-time span {
        padding-top: 0;
    }
    .progitems-timeline1 .progitem .pp-desc {
        padding: 0 15px;
    }
    .progitems-timeline1 .pp-desc > div {
        margin-left: 0;
    }
    .progitems-timeline1 .pp-desc > div:before {
        display: none;
    }
    .progitems-timeline1 .pp-time i {
        position: relative; display: none;
    }
}


/***** ENDE MODUL PROGRAMMPUNKTE *****/
.progitems-default .pp-time { max-width: 110px; }



.register {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; 
    background: #eb5f73;
    /*
    -webkit-box-shadow: 2px 3px 8px -3px rgba(0,0,0,0.55);
       -moz-box-shadow: 2px 3px 8px -3px rgba(0,0,0,0.55);
            box-shadow: 2px 3px 8px -3px rgba(0,0,0,0.55);
    */
    color: #fff;
    line-height: 1.1;
    text-align: center;
    font-size: .9em;
}
.register:focus,
.register:hover,
.register:active {
    color: #fff;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}

.register-header {
    position: absolute; 
    width: 90px; 
    height: 90px;
    top: 61px; 
    right: 238px;
}
.register-title {
    font-size: 1em;
    position: absolute; 
    width: 105px; 
    height: 105px;
    bottom: -80px; 
    right: 105px;
}

#A1 #register,
#A36 #register { display: none; }

@media screen and (max-width: 1199px){
    .register-title { right: 175px; width: 80px; height: 80px; font-size: .9rem; bottom: -71px;}
}
@media screen and (max-width: 991px){
    .register-title { right: 75px; }
    .register-header {
        right: inherit; left: 120px; top: 12px;
    }
}
@media screen and (max-width: 575px){
    .register-header,
    .register-title { width: 80px; height: 80px; } 
    .register-title { right: 15px; border-bottom: -70px;}
    .register-header {
        left: 100px; top: 15px;
    }
}
@media screen and (max-width: 575px){
    .register-header {
        left: 75px; top: 24px; width: 66px; height: 66px;
    }
}




.hero-header {
  position:relative
}
.hero-header>.container {
  position:relative
}
.hero-header.img-overlay-1:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  z-index:-1;
  top:0;
  left:0;
  background:-moz-linear-gradient(left,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(left,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 100%);
  background:linear-gradient(to right,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000",endColorstr="#00000000",GradientType=1)
}
.hero-header.no-maintop {
	margin-top: -50px;
}
.hh-25 {
  height:25vh;
  min-height:auto
}
.hh-33 {
  height:33vh;
  min-height:auto
}
.hh-50 {
  height:50vh;
  min-height:auto
}
.hh-75 {
  height:75vh;
  min-height:auto
}
.hh-100 {
  height:100vh;
  min-height:auto
}
.hh-noheight {
  height:auto!important
}
.hh-bg-video {
  position:absolute;
  z-index:0;
  object-fit:cover;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
video.hh-bg-video::-webkit-media-controls {
  display:none!important
}
.hh-image {
  background-position:center center;
  background-size:cover
}
.hh-content {
  display:inline-block;
  width:auto;
  max-width:50%;
  z-index:1
}
.hh-content .btn {
  width:100%;
  min-width:auto;
  max-width:235px
}
.hh-content p:last-child {
  margin-bottom:0
}
.hh-content .btn {
  width:100%;
  min-width:auto;
  max-width:235px
}
@media screen and (max-width: 767px){
	.hero-header { min-height: 250px !important }
	.hero-header.no-maintop { margin-top: -30px;}
}
@media screen and (max-width: 575px){
	.hero-header { min-height: 215px !important }
	.hero-header.no-maintop { margin-top: -20px;}
}