html { font-size: 17px; }
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 300;
    background: rgba( 0,81,161,.05);
    color: #1d1d1d; 
}
@media (max-width: 767px ) {
    html,body { font-size: 14px; }
}
/*
blau:       #0051A1 / rgb( 0,81,161)   
dunkelgrau: #58585a / rgb( 88, 88, 90)
hellgrau:   #b1b3b4 / rgb(177,179,180)  
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #0051A1;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.headline {
    margin: 2em 15px 0;
    border-bottom: 1px dotted #58585a;
}
.headline:first-child{ margin-top: 0; }
.headline h1 { font-size: 34px; }
.headline h2 { font-size: 28px; }
.headline h2, 
.headline h3, 
.headline h4 { }

div h2:first-child,
div h3:first-child,
div h4:first-child { margin-top: 0; }

.margin-bottom-5   { margin-bottom:5px;  }
.margin-bottom-10  { margin-bottom:10px; } 
.margin-bottom-15  { margin-bottom:15px; }
.margin-bottom-20  { margin-bottom:20px; }
.margin-bottom-25  { margin-bottom:25px; }
.margin-bottom-30  { margin-bottom:30px; }
.margin-bottom-35  { margin-bottom:35px; }
.margin-bottom-40  { margin-bottom:40px; }
.margin-bottom-45  { margin-bottom:45px; }
.margin-bottom-50  { margin-bottom:50px; }
.margin-bottom-55  { margin-bottom:55px; }
.margin-bottom-60  { margin-bottom:60px; }
.margin-bottom-80  { margin-bottom:80px; }
.margin-bottom-100 { margin-bottom:100px;}

a {
   color: #0051A1;
   text-decoration: none; 
   font-weight: 400; 
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #0e327a;
   text-decoration: underline;
}
.button a {
    display: inline-block;
    background: #0051A1;
    color: #fff;
    padding: .5rem 2rem;
    font-weight: 400;
            border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #000000;
}

ul { padding: 0; padding-left: 1.2em;  }
li { list-style-image: url(images/li7_2.png); padding-left: 2px; margin-bottom: 5px; }

b, strong { font-weight: 600; }

.btn-primary { background-color: #0051A1; border-color: #0051A1; }
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active { background-color: #fff; border-color: #0051A1; color:#0051A1;}

.br4 {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
span.txt-blue { color: #0051A1; }




/* HEADER ########################### */

#header-image-title {
    padding: 6rem 0;
}
#header-title {
    margin: 0 auto;
    padding: 10px 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
}
#header-title h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (max-width: 767px) {
    #header-title h2 { font-size: 2rem; }
}
@media (max-width: 575px) {
    #header-image-title {padding: 2rem 0;}
    #header-title h2 { hyphens: auto; }
}

.navbar-fixed-top {
    width: 100%;
}
.navber-default.navbar-fixed-top {
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.navbar-default { background: #fff; }
#A1 .navbar-default { border: 0px none; }
.navbar-default > .container { position: relative; }
.navbar-header { height: 85px; }
.navbar-fixed-top-spacer { height: 85px; }


/* Logo-Position */
.navbar-header .navbar-brand {
    padding: 0; 
    position: absolute;
    left: 0; 
    top:22px;
}
.navbar-header .navbar-brand2 {
    padding: 0; 
    position: absolute;
    right: 15px; 
    top:22px;
}
.navbar-header .navbar-brand_x,
.navbar-header .navbar-brand_x img,
.navbar-header .navbar-brand2_x, 
.navbar-header .navbar-brand2_x img { display: none; }

#logo-large { width: 100px; margin-left: 12px; } 
#logo2-large {}
#logo-medium, #logo2-medium { display: none; }
#logo-small, #logo2-small { display: none; }


.navbar-nav { font-size: 17px; position: absolute; bottom: 0px; right: 0px; font-weight: 300;  }
.navbar-main { margin-left: 10%; }
.navbar-nav li { list-style-image: none; }
.navbar-nav > li { margin: 0 1px; }
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a { padding: 2px 7px 2px; border-bottom: 3px solid transparent; transition: 0.9s ease; color: #1d1d1d; }
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover { border-bottom: 3px solid #666; }
.navbar-nav > li > a:active { border-bottom: 3px solid #0051A1; }
.navbar-nav > li.dropdown > a:focus,
.navbar-nav > li.dropdown > a:active { border-bottom: 3px solid #666; }

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a {
    background: #fff;
    box-shadow: none;
    border-bottom: 3px solid #0051A1;
}
.navbar-toggle { margin-top: 23px; margin-right: 90px; margin-right: 0; }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.navbar-nav > li.lang-nav-separator span {  display: block; width: 20px; height: 1px; }
.navbar-nav > li.lang img { opacity: .6; -webkit-filter: grayscale(80%); filter: grayscale(80%); transition: 0.9s ease; }
.navbar-nav > li.lang.lang-active img { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.navbar-nav > li.lang > a { border-bottom: 1px solid transparent; padding-bottom: 0;}
.navbar-nav > li.lang > a:focus,
.navbar-nav > li.lang > a:hover,
.navbar-nav > li.lang > a:active { border-bottom-color:transparent; }
.navbar-nav > li.lang > a:focus img,
.navbar-nav > li.lang > a:hover img,
.navbar-nav > li.lang > a:active  img { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); }

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
        margin-right: 15px;
        margin-top: 11px;
    }
	.navbar-form {
		margin-top: 11px;
	}
    .navbar-header {
        float:none;
    }
}
@media (max-width: 767px) {
    .navbar-header .collapse, .navbar-toggle {
        margin-right: 25px;
        margin-top: 11px;
    }
	.navbar-form {
		margin-top: 11px;
	}
}
@media (max-width: 550px) {
    
}
@media (max-width: 400px) {
    .navbar-header .collapse, .navbar-toggle {
        margin-top: 18px;
        margin-right: 15px;
    }
}

#searchform { display: block; padding-top: 7px; margin-right: 0px;}
#searchform button { background: #fff; border-color: #ddd; }

@media(max-width: 1199px) { 
    #searchform { position: absolute; top: 0px; padding-top: 0px; right: 75px; }
}
@media(max-width: 767px) { 
    #searchform {  }
    #searchform {
        /*display: none;*/
        padding: 0;
        margin-left: 0;
        box-shadow: none;
        margin: 0 15px;
        border: 0;
    }
    #searchform .form-group {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle; 
        margin-top: 8px; 
        margin-bottom: 8px;
    }
    .navbar-default .navbar-form input {
        width: 100%;
    }
    #searchform button { /*display: none;*/ }
    .navbar-default .navbar-collapse {
        border: 0px none;
    }
}

.navbar > .container .navbar-brand { margin-left: 15px; }


ol ol, 
ol ul, 
ul ol, 
ul ul {
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    
    .navbar-header { height: 56px; }
	.navbar-header .navbar-brand { top: 10px; }
	.navbar > .container .navbar-brand { margin-left: 18px; }
    .navbar-fixed-top-spacer { height: 56px; }
    
    .navbar-default .container { width: auto; }
    .navbar-nav { position: relative; margin: 0; float: none; bottom:inherit; left: inherit; padding-top: 15px; }
    

    ul.nav.navbar-nav {
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        margin-bottom: 0px;
    }
    ul.nav.navbar-nav > li { float: none; }
    ul.nav.navbar-nav > li > a {
        padding: 14px;
        margin: 0;
        border: 0;
        border-left: 5px solid transparent;
    }
    
    ul.nav.navbar-nav.navbar-nav > li { margin:0; }
    ul.nav.navbar-nav > li > a {
        padding: 14px;
        margin: 0;
        border: 0;
        border-left: 5px solid transparent;
        border-bottom: 1px solid #ddd;
    }
    
    .navbar-default .navbar-nav > li a:hover,
    .navbar-default .navbar-nav > li a:active { border-bottom: 1px solid #eee; }
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .open > a {
        background: #fff;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        border-left: 5px solid #0051A1;
    }
 
    .navbar-nav > li > a:active { border-bottom: 1px solid #0051A1; }
    .navbar-nav > li.dropdown > a:focus,
    .navbar-nav > li.dropdown > a:active { border-bottom: 1px solid transparent; }
    
    .navbar-nav > li.dropdown .dropdown-menu > li > a, 
    .navbar-nav > li.dropdown .dropdown-menu > li > a:focus, 
    .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
        border-bottom: 0px solid transparent;
    }
    .navbar-nav > li.dropdown .dropdown-menu > .active > a, 
    .navbar-nav > li.dropdown .dropdown-menu > .active > a:focus, 
    .navbar-nav > li.dropdown .dropdown-menu > .active > a:hover {
        background: #0051A1;
    }
    
    #logo-large { display: none; }
    #logo-medium { display: block; width: 90px; }
    #logo-small { display: none; }
}

@media (max-width: 550px) {
    .navbar-header { }
    
    .navbar-fixed-top-spacer {  }
    .navbar-nav { padding-top: 0px; }
    
    #searchform { display: none; }
    
    #logo-large, #logo2-large { display: none; }
    #logo-medium, #logo2-medium { display: none; }
    #logo-small, #logo2-small { display: block; }
    #logo-small { width: 90px; }
}
@media (max-width: 400px) {
    #logo2-small { display: none; }
}







/* MAIN */
#main { min-height: 300px; background: #fff; padding: 60px 0 40px;}
@media (max-width: 550px) {
  #main { padding: 40px 0 20px;}
}
/*
blau:       #0051A1 / rgb( 0,81,161)   
dunkelgrau: #58585a / rgb( 88, 88, 90)
hellgrau:   #b1b3b4 / rgb(177,179,180)  
*/


/* FOOTER */
#footer {
    border-top: 1px solid #0051A1;
} 
.footer-brand-txt { margin: 30px 0; }
.footer-brand img { max-width: 100%; height: auto; }
#footer .btn-u { background: #59197C; }
#footer .btn-u:hover, #footer .btn-u:focus, #footer .btn-u:active { background: #43afc5; }
#footer .headline { border-bottom: 1px dotted #000; }
#footer .headline h2 { color: #000; }
.copyright { padding: 0 0 15px; font-size: 90%; }
.copyright p { margin-bottom: 0; }
.copyright span:before {
    content: "| ";
}
@media(max-width: 767px) { 
    .copyright span:before {
        content: "";
    }
    .copyright span { display: block;}
}

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


/* SPECIAL ELEMENTS */
.hero-image .container, 
.hero-image .container-fluid, 
.hero-image .row,
.hero-image .row > div,
.hero-image .img-holder {padding: 0; margin: 0; }

/* Masterslider */
.master-slider { margin-top: -40px !important; }
.ms-view { background: #fff; }
.ms-title { 
    text-align: center; font-size: 48px; font-weight: 700; color: #0051A1; line-height: 50px; 
    background: rgba(255,255,255,.6);
    padding: 5px;
}
.ms-copyright { color: #bbb; padding: 5px; }
@media(max-width: 500px) { 
    .ms-title { font-size: 60px; line-height: 60px; }
    .ms-copyright { font-size: 36px; padding: 15px; }
}
#s7 { margin-bottom: 40px; }



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

.btn {
            border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.yform label { font-weight: 300; }
span.error { color: #a94442; }

#plz_ort, #alt_plz_ort { display: table; width: 100%; }
#yform-formular-plz, #yform-formular-alt_plz,
#yform-formular-ort, #yform-formular-alt_ort { display: table-cell; }
#yform-formular-plz, #yform-formular-alt_plz { width: 120px; padding-right: 15px;  }




/* light youtube player */
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

/* Auto-Hiding Navbar */
.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(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media (max-width: 768px) {    
    .headroom--bottom {
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
             -o-transform: translateY(0%);
                transform: translateY(0%);
    }
}

.container-fake {padding-left: 15px; padding-right: 15px;}
.no-cr { margin-left: -15px; margin-right: -15px; overflow: hidden; }


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



/* 
    ##############################################
    ##############################################
*/
/*
blau:       #0051A1 / rgb( 0,81,161)   
dunkelgrau: #58585a / rgb( 88, 88, 90)
hellgrau:   #b1b3b4 / rgb(177,179,180)  
*/
/* MODULE */

/*Text/Bild*/
.img-holder { margin: 6px 0 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);
}
.img-left { float: left; margin-right: 1em; }
.img-right { float: right; margin-left: 1em; }
.img-center img { margin: 0 auto; }
.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; }
@media(max-width: 768px) {
    .img-holder { margin-top: 0; }
    .img-left, .img-right { float: none; margin-left: 0; margin-right: 0; }
}
.txt-holder ul { overflow: hidden; }


/* Bilder als Navi (ehemals 3 bilder oben) */
.img-nav > div > div { padding-top: 25px; }

.img-link img {
    -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-link.img-zoom img { box-shadow: none; }
.img-link.img-zoom {
    -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: #0051A1; font-weight: 700; }

.img-links-v1 a { display: block; position: relative; }
.img-links-v1 a h4 { 
    position: absolute; 
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    background: rgba(0,81,161,.8)/* #0051A1*/;
    color: #fff;
    -webkit-transition: background 0.5s;
       -moz-transition: background 0.5s;
            transition: background 0.5s;
    -webkit-transition: padding 0.25s;
       -moz-transition: padding 0.25s;
            transition: padding 0.25s;
}
.img-links-v1 a:focus h4,
.img-links-v1 a:hover h4,
.img-links-v1 a:active h4 { background: rgba(0,81,161,1); padding-bottom: 20px; }
/*
.img-links a h4 { 
    background: rgb( 0,81,161); color: #fff; margin: 0; padding: 10px 0; 
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
}
.img-links a:focus,
.img-links a:hover,
.img-links a:active { text-decoration: none; }
.img-links a:focus h4,
.img-links a:hover h4,
.img-links a:active h4 { background: rgba( 0,81,161,.8); }
*/
.col-links-5 { width: 20%; display: inline-block; vertical-align: top; padding: 1px 4px; }
@media(max-width: 768px) {
    .col-links-5 { width: 50%; }
}
@media(min-width: 550px) and (max-width: 768px) {
    .col-links-5:last-child { display: block; margin-left:auto; margin-right: auto; }
}
@media(max-width: 549px) {
    .col-links-5 { width: 100%; }
}

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


/* Ansprechpartner*/
.asps {}
.asp { overflow: hidden;}
.asp p { line-height: 1.35em; }
.asp-img { text-align: left; width: 30%; float: left; padding-right: 15px;}
.asp-data.has-img { width: 70%; float: left; }
.asp .beruf { font-size: 80%; }
.asp .bereiche { font-size: 90%; }

@media(min-width: 768px) and (max-width: 991px) {
    .asp-img { width: 100%; float: none; margin-bottom: 15px; }
    .asp-data.has-img { width: 100%; float: none; }
}
@media(max-width: 549px) {
    .asp-img { width: 100%; float: none; margin-bottom: 15px; }
    .asp-data.has-img { width: 100%; float: none; }
}

/* Googlemap */
.googelmapsroutenplaner {
    margin-bottom: 40px;
}

/* 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: #0051A1;
}
.sitemap li li li:after {
    background: #fff;
    border: 3px solid #0051A1;
}
.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: 550px) { 
    .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; }


/* FAQs */
.faq { margin-bottom: 40px; }
.faq-default dt i.fa {
    color: #0051A1;
}


/* PANELS */
.panel:hover { background: rgba( 0,81,161,.05);  }
.panel-primary { border-color: rgb(0,81,161); }/*rgba(0,81,161,.8)*/
.panel-primary > .panel-heading { background-color: rgb( 0,81,161); border-color: rgb( 0,81,161); font-size: 120%; font-weight: 400; }
.panel-footer { padding: 5px 15px 7px; }
.panel-primary > .panel-footer { background-color: rgba(177,179,180,.3); }


/* Testimonials */
.testimonial { background: #ecebeb; overflow: hidden; margin: 15px 0; }
.testimonial:first-child {margin-top: 0;}
.testimonial h5, .testimonial p { padding-left: 8px; padding-right: 8px; }
.testimonial h5 { font-size: 16px; font-weight: 700; color: #0A3278; }
.testimonial p { line-height: 1.35em; }
@media(max-width: 991px) {
    .testimonial img { float: left; margin-right: 15px; width: 25%; }
}
@media(max-width: 450px) { 
    .testimonial img { width: 30%; } 
}

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

.timetable .timetable-day { width: 140px; font-weight: 400; }
/*.timetable .timetable-day { background: #efefef; padding-left: 5px; }*/

.timetable .timetable-time { width: 150px; padding-left: 5px; padding-right: 5px; }

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


@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 #0051A1; }
    .timetable .new-day .timetable-cell { border-top: 0px none; }
    .timetable .timetable-day { padding-top: 8px; }
    .timetable .timetable-time { padding-left: 20px; }
    .timetable .timetable-desc { padding-left: 40px; }
}


/* Sponsor-logos */
_sponsorlogos h3, .sponsorlogos h4 { margin-bottom: 0; } 
_sponsorlogos .sponsorlogo.mitgliedschaften { padding: 10px 20px 0; }
.logos-with-desc-overlay .sponsorlogo > a.logo-link:hover { border-color: #0051A1; }

/* Events */
.event-year > div { background: rgba( 0,81,161,.08); margin-bottom: 1.5em; overflow: hidden; }
.event-year h3:first-child { margin-top: 10px; }

.event { margin-bottom: 1.5em; }
.event-yearwrapper hr.event-separator { margin-top:0; margin-bottom: 1.4em; border-top: 3px solid rgba( 0,81,161,.08); }
.event-yearwrapper hr.event-separator:last-child{ display: none; }

.event-datum { font-size: 110%; color: #000; }
.event-name { font-weight: 700; }
.event-desc { margin: 10px 0; }
.event-desc p:last-child{ margin-bottom: 0; }

@media(max-width: 991px) {
    .event-image { margin-bottom: 12px; }
}


/* Downloads */
.downloads.fa-ul > li { list-style-image: none; padding: inherit; }
.downloads.fa-ul > li i { line-height: 1.8em; }
.downloads li a { line-height: 2em; }


/* ======================================================== */
/* bootstrap carousel */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.carousel-caption { bottom: 10px; }
.carousel-caption h3 { color: #fff; font-size: 250%; }
@media (max-width: 992px) {
    .carousel-caption { top: 20px; }
    .carousel-caption h3 { font-size: 200%; }
}
@media (max-width: 767px) {
    .carousel-caption { top: 0px; }
    .carousel-caption h3,
    .carousel-caption p  { font-size: 95%; margin-bottom: 0; }
}
@media (max-width: 350px) {
    .carousel-caption { padding-top: 13px; }
    .carousel-caption p  { font-size: 85%; }
}

/*CleverReach Formulare */
.cr_site{margin:0;padding:0;text-align:center;background-color:#eeeeee;}
.cr_font{font-family: 'Montserrat', sans-serif;}
.cr_body h2, .cr_header h2{line-height:28px;margin:0 0 10px 0;}
.cr_body h1, .cr_header h2{margin-bottom:15px;padding:0;margin-top:0;}
.wrapper, .cr_page{margin:0 0 10px;text-align:left;}
.cr_header{text-align:center;background: transparent !Important;}
.cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;text-align:left;font-weight:bold;position:relative;}
.cr_button{display:inline-block;font-family:'Helvetica', Arial, sans-serif;width:auto;white-space:nowrap;height:32px;margin:5px 5px 0 0;padding:0 22px;text-decoration:none;text-align:center;font-weight:bold;font-style:normal;line-height:32px;cursor:pointer;border:0;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;vertical-align:top;}
.cr_button{background-color:#333;color:#ffffff;}
.cr_button:hover,.cr_button-small:hover{opacity:0.7;filter:alpha(opacity=70);}
.powered{padding:20px 0;width:560px;margin:0 auto;}
.formbox{line-height:150%;color:#333333;}
.cr_ipe_item label{line-height:150%;}
.cr_ipe_item textarea {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;}
.cr_ipe_item input {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;padding: 5px;}
.cr_ipe_item select {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;display: block;margin: 0;padding: 5px;width: 100%;}
.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr_ipe_item input.cr_ipe_radio{-moz-appearance: radio;border-radius: 100% 100% 100% 100% !important;margin: 3px 3px 0 5px;}
.submit_container{text-align:left;}
.cr_ipe_item{ padding:1px 0px; margin:1px 0px; }
.cr_ipe_item.inactive {display:none;}
.imprint{font-size:0.8em;}
.cr_captcha{padding-left:130px;}
.cr_error{font-size:1.1em;padding:10px;}
.clever_form_error{background-color:#f99; color:#000; border:1px solid #f22 !important}
.clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#000; font-size:14px !important;  }
.cr_site {background-color:#eee;}
.cr_header {color:#000000;}
.cr_body {background-color:#ffffff;color:#000000;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0084ff;}
.imprint{color:#000;}


.cr_site {background-color:#ffffff;}
.cr_body {color:#000000;background-color:#ffffff;}
.cr_header {color:#000000;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0051A1;}
.imprint {color:#000000;}
.cr_font {font-family: 'Montserrat', sans-serif;}
.cr_button {background-color:#0051A1;}


.cr_page { width: 100%; max-width: 750px; }
.formbox {
    line-height: 150%;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
}
.cr_ipe_item input[type="radio"], 
.cr_ipe_item input[type="checkbox"] {
    top:0px;
    margin-right: 6px;
}
.cr_ipe_item label.optional { font-weight: 400; }



.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio | use 75% for 4:3 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video { margin-bottom: 1.5em; }