@font-face {
    font-family: 'Saira Condensed';
    src: url('../fonts/sairacondensed-bold-webfont.woff2') format('woff2'),
        url('../fonts/sairacondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira Condensed';
    src: url('../fonts/sairacondensed-extralight-webfont.woff2') format('woff2'),
        url('../fonts/sairacondensed-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
        url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
        overflow-x:hidden;
        position:relative;
        margin: 0;
        padding:0;
        font-family: 'Open Sans', sans-serif;
        font-weight:300;
        font-size: 13px;
        line-height: 1.5em;
        color: #666666;
        background: rgba(85, 85, 85, 1.0);
        background: linear-gradient(90deg, rgba(36,38,37,1) 20%, rgba(85,85,85,1) 50%, rgba(36,38,37,1) 80%);  /* https://cssgradient.io/ */
}
header {
        position: static;
        top: 0;
        width: 100%;
        z-index: 5000;
        background: rgba(255, 255, 255, 1.0);
        border-bottom: 0px solid #3a3736; 
        box-shadow: 0 3px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
        -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
        -o-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
.js header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5000;
        background: rgba(255, 255, 255, 1.0);
}
.oldie header {
        position: static;
        top: 0;
        min-height: 110px;
        width: 100%;
        z-index: 5000;
        background-color: #ffffff;
}
.header {                         
        padding: 0px 20px;
}
.headerWrapper {
        position: relative;
}
.topBar {
        min-height: 40px;
        background: rgb(85,85,85);
        background: radial-gradient(circle, rgba(85,85,85,1) 0%, rgba(36,38,37,1) 60%);  /* https://cssgradient.io/ */
}
.topBarContainer {
        color: #bdce34;
        font-weight: 700;
        font-size: 12px;
        margin: 0 20px 0 25px;
}
.topBarContainer a {
        color: #fff;        
}
.topBarContainer a:hover {
        color: #bdce34;        
}
.page_container {
        margin-top: 0px;
        background: #fff;
}
.js .page_container {
        margin-top: 100px;
}
.oldie .page_container {
        margin-top: 0px;
}
.alignCenter {
        text-align: center;
}
.alignLeft {
        text-align: left !important;
}
.centerBelow767px {
        text-align: left;
}
.RightCenterBelow767px {
  text-align: right;
}
.sliderContainer {
        background-color: #3a3736;
}
.shadow-in-front-of-images { 
        position: relative;
}
.shadow-in-front-of-images:before {        
        content: "";        
        position: absolute;        
        z-index: 1;        
        top: 0;        
        left: 0;        
        width: 100%;        
        pointer-events: none;
}
.shadow-in-front-of-images.box-shadow:before {        
        height: 100%;        
        box-shadow: inset 0 -3px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.5);
        -ms-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.5);
        -o-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.5); 
}
.contentContainer {
        padding: 0px 20px;                          
}

h1, h2, h3, h4, h5, h6 {
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 700;
        color: #444;
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1.5;
        -ms-hyphens: auto; /* ab IE10 */
        -moz-hyphens: auto; /* seit Firefox 6 */
        -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
        hyphens: auto;
}
h3, h4, h5, h6 {
        margin-bottom: 15px;
}
h1 {
        font-size: 28px;
}
h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #777;
        padding-bottom: 10px;
        margin-bottom: 0px;
        letter-spacing: 2px;
        word-spacing: 5px;
        line-height: 1.2;

}
h3 {
        font-size: 22px;
}
h5 {
        font-size: 18px;
        color: #666666;
        margin: 20px 0 10px 0;
}
.page-header h1 {        
        padding-bottom: 10px;
        margin-bottom: 20px;                
        font-family: 'Saira Condensed', sans-serif; 
        font-weight: 200;
        font-size: 20px;
        color: #686868;  
        letter-spacing: 4px;
        text-transform: uppercase;
}
.page-header h2 {
        font-size: 55px;
        text-transform: none;        
        color: #bdce34; 
        font-family: 'Saira Condensed', sans-serif; 
        font-weight: 200;
        letter-spacing: -1px;
        word-spacing: 0px;
}
.page-header h3 {
        font-size: 40px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 300;
        color: #888888;
}
.noUnderline {
        border-bottom: 0px;
}
.borderTopBottom {        
        border-top: 50px solid #bcaf95;
        border-bottom: 20px solid #bcaf95;
}
.borderTop {        
        border-top: 20px solid #ccc;
}
.borderBottom {        
        border-bottom: 20px solid #fff;
}
.containerWhite {        
        background: #fff;        
}
.containerGreen {
        background: #bdce34; /* Old browsers */
}
.containerDunkelGrau {        
        background: rgba(85, 85, 85, 1.0);        
}

/* Falls nicht benötigt, dann rauslöschen */
.height100ProzentTable {
        display: table;
        border-spacing: 25px;
        width: 100%;
} 
.containerBeige {
        display: table-cell;
        box-sizing: border-box; 
        cell-spacing: 8px;
        margin: 1.5em;
        vertical-align: top;
        text-align: left; 
}
.containerBeige:nth-child(1) { width: 47%; text-align: right;}
.containerBeige:nth-child(2) { width: 47%; padding: 25px;}
/* Falls nicht benötigt, dann rauslöschen */

.headlineMitLinie {
        padding: 0px 0;
        position: relative;
}
.sectionHeaderH2 {
        font-size: 45px;
        text-transform: none;         
        color: #444;
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 700;
        letter-spacing: 0px;
        word-spacing: 0px;
        text-align: center;          
        padding: 0px 30px;        
}
.bgGrey .sectionHeaderH2 {
        background: #e6e6e6;
}
.dividerLine {
    border-bottom: 1px dotted #888;
    position: absolute;
    top: 100%;
    width: 100%;
}
.headlineMitLinie .sectionHeaderH2 {
        position: relative;
        display: inline-block;
}
.centerContainer {
        position: relative;
        text-align: center;
}
.textHervorhebung {
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 700;
        font-size: 1.5em !important;
}
.fontSize11px {
        font-size: 11px;
        line-height: 1.5;
}
.fontSize13px {
        font-size: 13px;
        line-height: 1.5;
}
.fontSize135px p {
        font-size: 13.5px;
        line-height: 1.7em;
}
.fontSize14px p {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 15px 0;
}
.fontSize15px p {
        font-size: 15px;
        line-height: 1.8; 
        margin: 0 0 15px 0;
        /*hyphens: auto;*/
}
.fontSize14px h4, .fontSize15px h4 {
        margin: 30px 0 15px 0;        
}
.fontSize14px h4:first-of-type, .fontSize15px h4:first-of-type {
        margin: 0px 0 15px 0;        
}
.fontSize15px ul {
        font-size: 15px;
        line-height: 1.8;
        list-style-position:outside;
        margin: 0 0 30px 15px;
        /*list-style: none;*/
}
.fontSize15px li {
        line-height: 1.6;
}
.fontSize15pxPUL p, .fontSize15pxPUL ul li {
        font-size: 15px;
        line-height: 1.8;
}

table.fontSize13px td {
        font-size: 13px;
        line-height: 1.8;         
}
table.fontSize15px td {
        font-size: 15px;
        line-height: 1.8; 
}
.fontSize17px p {
        font-size: 17px;
        line-height: 1.8; 
        margin: 0 0 30px 0;
}
a {
        color:#bdce34;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
}
a:focus, a:hover, a:active {
        text-decoration:none;
        color:#999;
        outline: none !important;
}
.mehrLesen {
        font-size: 11px; 
        font-weight: 900;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        color: #07307f;
        text-transform: uppercase; 
}
.mehrLesen:hover {
        color: #ccc;
}
.colorWhite {
        color: #fff;
}

.fleft {float:left;
}
.fright {float:right;
}
.floatLeft {float:left;
}
.floatRight {float:right;
}
.clear {
        height:0;
        clear:both;
        font-size:0;
}
.alignRight {
    text-align: right;
}
img {
        outline:0;
        vertical-align:top;
}
address {
    display: block;
    margin-bottom: 0px;
    line-height: 20px;
}
.logo { 
        position: absolute;
        left: 0;
        background: #bdce34; 
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.5); 
        box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.5); 
        border-radius: 0px 0px 25px 25px;       
}
.logo img {
    max-width:100%;
    margin-right: 20px;
}

.topNav {
        margin: 0;
}

/* Anfang: Begrenzung der Breite des Sliders in alten IE's und Opera auf 980px sowie zentrierte Platzierung */
.oldie .camera_wrap {
width: 940px;
margin: auto;
float: none;
}
.oldie #main_slider {
margin-top: 0;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0px;
padding-bottom: 0px;
}
.oldie .header {
width: 940px;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
/* Ende: Begrenzung der Breite des Sliders in alten IE's und Opera auf 980px sowie zentrierte Platzierung */
.container {
      padding: 0px 20px;
}
.bgGrey {
      background: #e6e6e6;
}
.bgLightGrey {
      background: #f6f6f6;
}
.bgDarkGrey {
      background: #4c4b4b;
}
.bgDarkGreyLight {
      background: #7c7b7b;
}
.bgDarkGrey h3 {
      color: #aaa;
      margin-bottom: 0px;
      margin-top: 6px;
      text-transform: uppercase;
      font-size: 32px;
      line-height: 1.0;
}
.bgDarkGrey .h3Reset {
      font-size: 22px;
      margin-bottom: 15px;
      text-transform: none;
}      
.bgDarkGrey h4 {
      color: #bdce34;
      font-weight: 200;
      font-size: 22.5px;
}
.bgDarkGrey p {
      color: #fff;
}
.iconBig1 i {
      font-size: 120px;
      color: #888;
      margin-bottom: 20px;
}

.contentFrame {
      margin-left: 20px;
}
.span12 .contentFrame {
      margin-left: 0px;
}

.contentFrame ul {
    margin: 0 0 30px 0px;
}
.contentFrame li {
    margin-left: 15px;
    font-size: 15px;
    line-height: 1.8;
} 

.abstand-oben-7px {
        margin-top: 3px !important;
}
.abstand-oben-10px {
        margin-top: 10px;
}
.pt10px {
        padding-top: 10px;
}
.abstand-oben-20px {
        margin-top: 20px;
}
.pt20px {
        padding-top: 20px;
}
.abstand-oben-30px {
        margin-top: 30px;
}
.abstand-oben-40px {
        margin-top: 40px;
}
.pt40px {
        padding-top: 40px;
}
.abstand-oben-50px {
        margin-top: 50px;
}
.pt50px {
        padding-top: 50px;
}
.abstand-oben-60px {
        margin-top: 60px;
}
.pt60px {
        padding-top: 60px;
}
.abstand-oben-70px {
        margin-top: 70px;
}
.abstand-oben-80px {
        margin-top: 80px;
}
.pt80px {
        padding-top: 80px;
}
.abstand-oben-90px {
        margin-top: 90px;
}
.abstand-oben-100px {
        margin-top: 100px;
}
.abstand-unten-5px {
        margin-bottom: 5px !important;
}
.abstand-unten-10px {
        margin-bottom: 10px;
}
.pb10px {
        padding-bottom: 10px;
}
.abstand-unten-20px {
        margin-bottom: 20px !important;
}
.pb20px {
        padding-bottom: 20px;
}
.abstand-unten-25px {
        margin-bottom: 25px;
}
.pb25px {
        padding-bottom: 25px;
}
.abstand-unten-30px {
        margin-bottom: 30px !important;
}
.pb30px {
        padding-bottom: 30px;
}
.abstand-unten-35px {
        margin-bottom: 35px;
}
.abstand-unten-40px {
        margin-bottom: 40px !important;
}
.pb40px {
        padding-bottom: 40px;
}
.abstand-unten-50px {
        margin-bottom: 50px;
}
.pb50px {
        padding-bottom: 50px;
}
.abstand-unten-60px {
        margin-bottom: 60px;
}
.pb60px {
        padding-bottom: 60px;
}
.abstand-unten-70px {
        margin-bottom: 70px;
}
.abstand-unten-80px {
        margin-bottom: 80px;
}
.pb80px {
        padding-bottom: 80px;
}
.abstand-unten-90px {
        margin-bottom: 90px;
}
.abstand-unten-100px {
        margin-bottom: 100px;
}
.ptb20px {
         padding-top: 20px; padding-bottom: 20px;
}
.ptb40 {
      padding-top: 40px;
      padding-bottom: 40px;
}
.ptb80 {
      padding: 80px 0px;
}
.ptb120 {
      padding: 120px 0px;
}
.abstand-links-5px {
        margin-left: 5px;
}
.abstand-rechts-5px {
        margin-right: 5px !important;
}
.abstand-links-10px {
        margin-left: 10px;
}
.abstand-rechts-10px {
        margin-right: 10px;
}
.abstand-rechts-15px {
        margin-right: 15px;
}
.abstand-links-20px {
        margin-left: 20px;
}
.abstand-rechts-20px {
        margin-right: 20px;
}

.teaser {
        background-color: #fff;
        border: 15px solid #fff;  
        color: #555555;      
        padding: 0px;           
        margin-bottom: 15px;         
}
.teaser-image-frame {
        background-color: #e6e6e6;       
        position: relative;
        z-index: 0;
}
.teaser-image img {    
        z-index: -1;
}
.teaser-image a {
        height: 100%;
}
.teaser-body {
        padding: 15px;        
        font-size: 12px;
        line-height: 1.8em;
        background: rgba(255, 255, 255, 0.5);
        }
.teaser-body p {
        margin: 0 0 10px 0;
}
.teaser-body h3 {
        color: #a5bccc;
        font-size: 17px;
        text-decoration: none;
        text-transform: uppercase;
        background-image: url("../images/square-blue-10x10px.gif");
        background-position: 0px 6px;
        background-repeat: no-repeat;
        padding-left: 15px;
        border-bottom: 1px dotted #565656;
        padding-bottom: 10px;
}
.teaser-body h2 {
        color: #565656;
        font-size: 21px;
        text-transform: none;
        margin-bottom: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        line-height: 1.0;
        padding-bottom: 0;
}
.teaser-body a {
        color:#000;
        font-weight: 900;
}
.teaser-body a:hover, a:focus {
        color:#a5bccc;
}

.teaser2 {
        background-color: none;
        border: 0px solid #fff;  
        color: #fff;      
        padding: 0px;           
        margin-bottom: 15px;         
}
.teaser2-image-frame {
        border: 0px solid #fff;      
        position: relative;
        z-index: 0;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
}
.teaser2-image-frame:hover {
        transition: all 0.3s ease-in-out 0s;
        opacity: 0.5;
}
.teaser2 .teaser-body h2 {
        color: #fff;
        font-size: 28px;
        text-transform: none;
        margin-bottom: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        line-height: 1.0;
        padding-bottom: 0;
}
.teaser2 .teaser-body h3 {
        color: #007e36;
        font-size: 17px;
        text-decoration: none;
        text-transform: uppercase;
        background-image: none;
        background-position: 0px 6px;
        background-repeat: no-repeat;
        padding-left: 0px;          
        border-bottom: 1px dotted #000;
        padding-bottom: 10px;
}
.teaser2 .teaser-body p {
        color:#000;        
}
.teaser2 .teaser-body a {
        color:#07307f;
        font-weight: 900;
}
.teaser2 .teaser-body a:hover, a:focus {
        color:#fff;
}

.teaserPurple {
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        border-radius: 0px;        
}
.teaserPurple i.teaserHeadIcon {
        display: block;
        width: 90px;
        height: 90px;
        line-height: 89px;
        margin: 0 auto;
        font-size: 40px;
        color: #4c4b4b;
        margin-bottom: 0px;
        border: 0px solid #fff;
        border-radius: 10%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;        
}
.teaserPurple:hover i.teaserHeadIcon {
        color: #fff;        
}
.containerGreen .teaserPurple:hover i.teaserHeadIcon {
        color: #fff;        
}
.teaserPurple:hover .teaserLink {
        color: #fff;        
}
.teaserPurple h3 {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 26px; 
        color: #fff;
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 700;
        border-bottom: 1px solid #4c4b4b;      
}
.teaserPurple p, .teaserPurple ul {
        line-height: 1.6em;
        letter-spacing: 0.035em; 
        color: #4c4b4b;  
        font-size: 14px;
        margin-bottom: 1.2em;     
}
.teaserPurple p.teaserLink {
        font-family: 'Saira Condensed', sans-serif; 
        font-weight: 700; 
        color: #bbb;  
        font-size: 16px; 
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;    
}
.containerGreen .teaserPurple p.teaserLink, .containerBlue .teaserPurple p.teaserLink {
        color: #fff;           
}
.teaserPurple p.teaserLink:hover {
        color: #4c4b4b;           
}
.teaserPurple ul {        
        margin: 0 0 30px 0;           
}
.teaserPurple ul li {
        list-style: none;        
        padding: 8px 0;
        border-bottom: 1px solid #aaa;
        line-height: 1.6em;           
}
.priceBig span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}
.teaserPurpleOutline {
        border: 1px solid #aaa;
        padding: 40px 20px;
        border-radius: 40px;           
}
.teaserPurpleOutline p, .teaserPurpleOutline ul {
        font-size: 14px;           
}
.teaserPurpleLow {        
        margin-top: 160px;           
}


.nav > li a:hover, .nav > li a:focus {
    background-color: #eeeeee;
}
.nav li.current {
}
.nav li.current > a {
    border-right: 0px solid #dddddd;
}

#kontakt-sektion {
        padding:22px 0px 0 0;
        color:#fff; 
        border-top: 20px solid #ccc;
}
#kontakt-sektion a {
        color:#fff;
}
#kontakt-sektion a:hover {
        color:#000;
}
#footer ul {
        padding:0;
        margin:0;
        list-style:none;
}
#footer {
        color:#ccc;        
}
#footer a {
        color:#ccc;        
}
#footer a span {
        color:#bdce34;
}
#footer a:hover, #footer a:hover span {
        color:#ccc;
        transition: all 0.5s ease-in-out;   
}
.footer_bottom a {
        color:#ccc;        
}
.footer_bottom a span {
        color:#bdce34;
}
.footer_bottom a:hover, .footer_bottom a:hover span {
        color:#ccc;
        transition: all 0.5s ease-in-out;   
}
#footer h4, #kontakt-sektion h4 {
        margin-bottom:15px;
        background:none;
        border-bottom: 0;
        text-transform: none;
        line-height:1.5em;
        color:#fff;
        font-size:19px;
        letter-spacing: 0px;
        word-spacing: 0px;
}
.footerTeaser {
       
}
.footerTeaser i.footerTeaserHeadIcon {
        font-size: 40px;
        color: #bdce34;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;        
}
.footerTeaser:hover i.footerTeaserHeadIcon {
        color: #fff;        
}
.abstandUntenResponsiv-20-40px {
        margin-bottom:20px;
}
.abstandUntenResponsiv-0-40px {
        margin-bottom: 0px;
}
.mailLink {
        color:#a5b3bf !important;
}
.mailLink:hover {
        color:#07307f !important;
} 
.mitgliedschaften img:hover {
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out; 
        -ms-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out;
}
.mitgliedschaften a {
        color: #a5b3bf !important;
}
.mitgliedschaften a:hover {
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.kooperationen {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
}
.kooperationen img {
        opacity: 0.5;
}
.koop-item {
        background: rgba(35, 35, 35, 0.25);
        height:61px;
        width:125px;
        margin:0 3px 3px 0px;        
        padding: 10px;
        display: flex; 
        justify-content: center; 
        align-items: center; 
}
.koop-item:hover {
        background: rgba(35, 35, 35, 0.8);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;        
}
.koop-item:hover img {
        opacity: 1.0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
#footer p, #kontakt-sektion p {
        margin: 15px 0 15px 0;
        font-size: 14px;
        line-height: 1.5em;
}
.wordCloud {text-align: center;}
#footer .tags {
        margin:0 0px 0px 0px;
}
#footer .tags li {
        display:inline-block;
        margin:0 0px 3px 0px;
        padding:0 12px;
        height:25px;
        line-height:25px;
        background: rgba(35, 35, 35, 0.4);
        color:#ddd  !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        font-size: 13px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        opacity: 1.0;
}
#footer .tags li:hover {        
        background: rgba(35, 35, 35, 0.8);
        color:#fff !important;
        text-decoration:none;        
        cursor: pointer;             
        opacity: 1.0;
}
hr.trennerFooterBelow767 {
    background: #fff;
    opacity: 0.3;
    border: 0;
    height: 0px;
    margin: 0px 0;
}
.footer_top {
        padding: 22px 0px 8px 0px;        
}
.footer_bottom {
        margin:0 0;
        background: url(../images/bgFooter.jpg) repeat-y #242625;
        background-position: center top;        
}
.footer_bottom .container {
        padding:20px 20px 160px 20px;         
}
.copyright {
        padding:0;
        font-size:14px;
        color:#ddd;
        min-height: 33px;
        display: flex;
        align-items: center;
        justify-content: center; 
}
.copyright img {
        float: left;
}
.copyrightText {
        margin-left: 10px;
        margin-top: 7px;
}
.owlMedia {
        font-size: 11px;  
        line-height: 1.2em;
        padding: 19px 0;
}
.owlMedia a {
        color:#ddd !important;
        padding: 20px 0;
}
.owlMedia a:hover {
        color:#bdce34 !important;
} 
.well {
        border-radius: 25px;
        margin-bottom: 50px;
}
.a-well {
        color: #666666 !important;
        display: block;
}
.a-well:hover {
        color: #000 !important;
        transition: all 0.3s ease-in-out 0s;
        opacity: 0.6;
}
.well h4 {
        font-size: 26px;
        margin-top: 13px;
}
.wellKontakt {
    background-color: #f5f5f5; 
}
.wellKontakt p { 
    line-height: 1.8;
} 
.wellKontakt hr {
    border-top: 1px dotted #fff;
    border-bottom: 0px solid #ffffff;
    margin: 30px 0;
}
.wellKontakt a {
        color: #fff !important;
}
.wellKontakt a:hover {
        color: #333 !important;
}
.wellKontakt .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
    color: #e50043;
}
.wellKontakt .table td {
    border-top: 0px;
}
.wellGreen {
    background: #bdce34; 
    border: 0px; 
}
.wellGreen h3 {
    color: #fff !important; 
}
.wellGreen p {
    color: #333 !important; 
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.wellGreen a {
        color: #fff !important;
}
.wellGreen a:hover {
        color: #333 !important;
}
.bgWhite {
    background-color: #fff; 
}

.small-slider {
        margin: 0 -20px;
        background-color: #e6e6e6;
        position: relative;
        z-index: 0;
}
#main_slider_js-fallback {        
        text-align: center;
        width: 100%;             
        display: block;        
}
.js #main_slider_js-fallback {
        display: none;
}
#main_slider2 {
        text-align: center;
        width: 100%;
        background-image: url("../images/slider/titelbild-firmenchronik.jpg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;   
        border-bottom: 15px solid #fff;
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5);
        padding-bottom: 0;
}
.contentFrame .row {
        margin-left: 0px;
}
#NeurophysiologischeDiagnostik, #Infiltrationen {
	scroll-behavior: smooth;
}


/* SlideDown element */
.slideDown {
        padding:0 0px 0 0; margin: 0 0 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 0px solid #bbb;
        }      
        .slideDown dt{
                   display:block;
                   background-color:#ddd;                   
                   color:#4c4b4b;
                   padding:20px 20px 20px 20px;
                   margin-bottom:0px;
                   font-family: 'Saira Condensed', sans-serif;
                   font-weight: 700;                   
                   font-size:20px;
                   cursor:pointer;                   
                   -webkit-border-radius: 10px;
                   -moz-border-radius: 10px;
                   border-radius: 10px;
                   border: 0px solid #cccccc;
                   transition: all 0.3s ease-in-out 0s;
                   text-align: center;
                   } 
        .slideDown dt i {color: #4c4b4b; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .slideDown dt > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown dt:hover > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown dt > i.fa-chevron-up {display: none;}                    /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown dt.active > i.fa-chevron-down {display: none;}           /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown dt.active > i.fa-chevron-up {display: inline-block; color: #aaa;}     /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */                                 
        .slideDown dt:hover,.slideDown dt.active{background-color:#444; color:#fff; border: 0px solid #e50043;}
        .slideDown dt.active{ -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
        .slideDown dd{display:none;padding:25px 25px 25px 25px;margin-left: 0px; background: rgba(255, 255, 255, 1.0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; color: #444;}
        .bgLightGrey .slideDown dd{background: rgba(255, 255, 255, 1.0);}
        .slideDown dd p {color: #333;}
        #block dd{display:block}
        .slideDown.absolute{position:relative;}
        .slideDown.absolute dd{position:absolute;z-index:999;background:url(../images/texture.gif) 50% 0 repeat #fff;}
        .slideDown hr {
            border-color: #a80067 currentcolor #ffffff;
            margin: 10px 0 20px 0;
        } 
        .slideDown dt:hover i,.slideDown dt.active i {color: #fff; text-shadow:0 0 5px #fff; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .slideDown h4 {color: #aabb22 !important;font-size: 22.5px;}
        .slideDown a {color: #680;}
        .slideDown a:hover {color: #aabb22;}  

/* SlideDown1 */        
.slideDown1 {
        padding:0 0px 0 0; margin: 0 0 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 0px solid #bbb;
        }
/*.slideDown1:hover, .slideDown1.active {
        border: 1px solid #fff;
        }*/        
/*.slideDown1{padding:0 1px 0 0; margin: 0 0 0px; overflow: hidden;}*/
        .slideDown1 dt{
                   display:block;
                   background-color:#888;                   
                   color:#4c4b4b;
                   padding:20px 20px 20px 20px;
                   margin-bottom:0px;
                   font-family: 'Saira Condensed', sans-serif;
                   font-weight: 700;                   
                   font-size:20px;
                   cursor:pointer;                   
                   -webkit-border-radius: 10px;
                   -moz-border-radius: 10px;
                   border-radius: 10px;
                   border: 0px solid #cccccc;
                   transition: all 0.3s ease-in-out 0s;
                   text-align: center;
                   } 
        .slideDown1 dt i {color: #4c4b4b; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .slideDown1 dt > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown1 dt:hover > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown1 dt > i.fa-chevron-up {display: none;}                    /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown1 dt.active > i.fa-chevron-down {display: none;}           /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown1 dt.active > i.fa-chevron-up {display: inline-block; color: #aaa;}     /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */                                 
        .slideDown1 dt:hover,.slideDown1 dt.active{background-color:#666; color:#fff; border: 0px solid #e50043;}
        .slideDown1 dt.active{ -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
        .slideDown1 dd{display:none;padding:25px 25px 25px 25px;margin-left: 0px; background-color:#777;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; color: #fff;}
        #block dd{display:block}
        .slideDown1.absolute{position:relative;}
        .slideDown1.absolute dd{position:absolute;z-index:999;background:url(../images/texture.gif) 50% 0 repeat #fff;}
        .slideDown1 hr {
            border-color: #a80067 currentcolor #ffffff;
            margin: 10px 0 20px 0;
        } 
        .slideDown1 dt:hover i,.slideDown dt.active i {color: #fff; text-shadow:0 0 5px #fff; /*transition: all 0.3s ease-in-out 0.3s;*/}        

/* SlideDown2 */        
.slideDown2 {
        padding:0 0px 0 0; margin: 0 0 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 0px solid #bbb;
        }
/*.slideDown2:hover, .slideDown2.active {
        border: 1px solid #fff;
        }*/        
/*.slideDown2{padding:0 1px 0 0; margin: 0 0 0px; overflow: hidden;}*/
        .slideDown2 dt{
                   display:block;
                   background-color:#888;                   
                   color:#4c4b4b;
                   padding:20px 20px 20px 20px;
                   margin-bottom:0px;
                   font-family: 'Saira Condensed', sans-serif;
                   font-weight: 700;                   
                   font-size:20px;
                   cursor:pointer;                   
                   -webkit-border-radius: 10px;
                   -moz-border-radius: 10px;
                   border-radius: 10px;
                   border: 0px solid #cccccc;
                   transition: all 0.3s ease-in-out 0s;
                   text-align: center;
                   } 
        .slideDown2 dt i {color: #4c4b4b; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .slideDown2 dt > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown2 dt:hover > i.fa-chevron-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown2 dt > i.fa-chevron-up {display: none;}                    /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown2 dt.active > i.fa-chevron-down {display: none;}           /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown2 dt.active > i.fa-chevron-up {display: inline-block; color: #aaa;}     /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */                                 
        .slideDown2 dt:hover,.slideDown2 dt.active{background-color:#666; color:#fff; border: 0px solid #e50043;}
        .slideDown2 dt.active{ -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
        .slideDown2 dd{display:none;padding:25px 25px 25px 25px;margin-left: 0px; background-color:#777;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; color: #fff;}
        #block dd{display:block}
        .slideDown2.absolute{position:relative;}
        .slideDown2.absolute dd{position:absolute;z-index:999;background:url(../images/texture.gif) 50% 0 repeat #fff;}
        .slideDown2 hr {
            border-color: #a80067 currentcolor #ffffff;
            margin: 10px 0 20px 0;
        } 
        .slideDown2 dt:hover i,.slideDown dt.active i {color: #fff; text-shadow:0 0 5px #fff; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .slideDown2 span {color: #fff;}
        .slideDown2 h4 {margin-top: 40px !important;}
        .slideDown2 .textHervorhebung {margin: 20px 0 0px 0; line-height: 1.2;}
        .slideDown2 p {line-height: 1.5;}
        .slideDown2 a:hover {color: #ddd;}
        .bgDarkGreyLight .slideDown2 dt, .bgDarkGreyLight .slideDown2 dt i {background-color:#4c4b4b; color:#888;}
        .bgDarkGreyLight .slideDown2 dt:hover, .bgDarkGreyLight .slideDown2 dt.active{color:#fff;}
        .bgDarkGreyLight .slideDown2 dd{background-color:#666;}
        
.slideDown3 {
        padding:0 0px 0 0; margin: 0 0 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #bbb;
        }
/*.slideDown3{padding:0 1px 0 0; margin: 0 0 0px; overflow: hidden;}*/
        .slideDown3 dt{
                   display:block;
                   background-color:#ececec;                   
                   color:#666666;
                   padding:5px 5px 8px 25px;
                   margin-bottom:0px;
                   font-weight:bold;                   
                   font-size:11.5px;
                   cursor:pointer;                   
                   -webkit-border-radius: 10px;
                   -moz-border-radius: 10px;
                   border-radius: 10px;
                   border: 0px solid #cccccc;
                   transition: all 0.3s ease-in-out 0s;
                   } 
        .slideDown3 dt > i.fa-chevron-circle-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown3 dt > i.fa-chevron-circle-up {display: none;}                    /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown3 dt.active > i.fa-chevron-circle-down {display: none;}           /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .slideDown3 dt.active > i.fa-chevron-circle-up {display: inline-block;}     /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */                                 
        .slideDown3 dt:hover,.slideDown3 dt.active{background: rgb(229, 0, 67); background: linear-gradient(35deg, rgba(176,9,51,1) 0%, rgba(229,0,67,1) 75%); color:#fff;text-shadow:0 0 5px #fff; border: 0px solid #e50043;}
        .slideDown3 dt.active{ -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
        .slideDown3 dd{display:none;padding:25px 25px 25px 25px;margin-left: 0px; background-color:#fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; color: #000;}
        #block dd{display:block}
        .slideDown3.absolute{position:relative;}
        .slideDown3.absolute dd{position:absolute;z-index:999;background:url(../images/texture.gif) 50% 0 repeat #fff;}
        .slideDown3 hr {
            border-color: #a80067 currentcolor #ffffff;
            margin: 10px 0 20px 0;
        } 
        .slideDown3 dt:hover i,.slideDown dt.active i {color: #fff; /*transition: all 0.3s ease-in-out 0.3s;*/}
.noscript {padding:10px 20px 20px 20px;}

.downloadButton {
        padding:0 0px 0 0; margin: 0 0 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #bbb;display:block;
        }
        .downloadButton > div {
                   display:block;
                   background-color:#ececec;                   
                   color:#666666;
                   padding:20px 20px 20px 20px;
                   margin-bottom:0px;
                   font-family: 'Saira Condensed', sans-serif;
                   font-weight: 200;                   
                   font-size:20px;
                   cursor:pointer;                   
                   -webkit-border-radius: 10px;
                   -moz-border-radius: 10px;
                   border-radius: 10px;
                   transition: all 0.3s ease-in-out 0s;
                   text-align: center;
                   } 
        .downloadButton > div i {color: #fff; /*transition: all 0.3s ease-in-out 0.3s;*/}
        .downloadButton > div > i.fa-chevron-circle-down {display: none;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .downloadButton > div:hover > i.fa-chevron-circle-down {display: inline-block;}          /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */
        .downloadButton > div > i.fa-chevron-circle-up {display: none;}                    /* Von mir ergänzt, um das Font-Awesome-Icon bei Auf und Zu zu wechseln */                                                
        .downloadButton > div:hover {background: rgb(229, 0, 67); background: linear-gradient(35deg, rgba(176,9,51,1) 0%, rgba(229,0,67,1) 75%); color:#fff; border: 0px solid #e50043;}                 
        .downloadButton > div:hover i {color: #fff; text-shadow:0 0 5px #fff;}


.borderBottomDotted {
        border-bottom: 1px dotted #cccccc;
        padding-bottom: 15px;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
        position: relative;
        padding:0;
        margin:25px 0 0 0;
}

#filters li {
        display:inline-block;
  background-image: none;
  padding-left: 0;
}
#filters li a,
.tags a {
        display:inline-block;
        margin:0 0 4px 0;
        padding:0 11px;
        height:28px;
        line-height:28px;
        background-color:#393939;
        background-position:0 0;
        background-repeat:no-repeat;
        color:#c5c5c5 !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #666666, #393939);
  background-repeat: repeat-x;
}
#filters li a:hover,
#filters li a.selected,
.tags a:hover {
        background-color:#0074ac ;
        text-decoration:none;
        color:#fff  !important;
  background-image: linear-gradient(to bottom, #0088cc, #0074ac);
  background-repeat: repeat-x;
}

/**** Isotope CSS3 transitions ****/


.randLinks0 .span3 {
    margin-left: 0px;
}
.randLinks0 .span4 {
    margin-left: 0px;
}
.randLinks0 .span5 {
    margin-left: 0px;
}
.randLinks0 .span8 {
    margin-left: 0px;
}
.table {
    margin-bottom: 10px;
}

.map-container {
	width: 100%;
	margin: 40px 0 0 0;
  border: 0px solid #ccc;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
  border: 0px solid #ccc;
}
.map-container iframe.clicked{
	pointer-events: auto;
} 
.mapAbstandUnten0 {
  padding-bottom: 0 !important;
}

  
/* Flexisel
==========================*/
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px; 
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    width:85%;
    margin: auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px 10px 0px 0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:1.5em;
}
.nbs-flexisel-item h3 {
    text-transform: uppercase;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0px;
    height:auto;
}
#partners li img {max-width: 70%;}
.js #partners li img {max-width: 100%;}

/*** Flexisel: Schöner Hover-Effekt auf Bilder - siehe Template Yellow ***/
#partners img:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out; 
    -ms-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
#partners h3 a:hover{
    color: #ffc400;
}
#partners li { 
    display: block; 
    float: left;
}
.js #partners li {
    height: 125px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
/*** Flexisel Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1.0;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/button-next.png) no-repeat;
}
/*** Flexisel eigene Styles ***/  
.bilderRahmenWeiss img {
    border: 10px solid #fff;
}
.slideDown .nbs-flexisel-nav-left {
    top: 55px !important;    
}
.slideDown .nbs-flexisel-nav-right {
    top: 55px !important;
}
.slideDown .nbs-flexisel-container {
    background: #eee none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

/*** Promobox ***/
.promobox {
    background: #4c4b4b none repeat scroll 0 0;
    color: #fff;
    padding: 40px 0 70px;
}
.promobox p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 20px 15px 20px;
}

/* Anfang --- PrettyPhoto-Lightbox - eigene Styles */
.currentTextHolder {
    display: none;   /* Anfang --- Entfernt bei der PrettyPhoto-Lightbox die Seitenzahlen */
}
.pp_inline {
   line-height: 1.5em;
}
.pp_inline a:hover, .pp_inline a:focus {
   color: #999999;
}
.pp_inline {
   padding: 20px;
}
.pp_close {
   margin: 0 20px;
}
.pp_social {
    display:none;
} 
/* Ende --- PrettyPhoto-Lightbox - eigene Styles */
/* Anfang --- Parallax */
.parallax h4 {
    font-family: 'Saira Condensed', sans-serif;
}
.slideDown i {
    color: #07307f;
}
.parallax-1  {
    background-image: url("../images/galerien/parallax-01.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-motiv-2  {
        background-image: url("../images/galerien/parallax-02.jpg");
}
.parallax-motiv-3  {
        background-image: url("../images/galerien/parallax-03.jpg");
} 
.parallax-motiv-4  {
        background-image: url("../images/galerien/parallax-04.jpg");
} 
.parallax-motiv-5  {
        background-image: url("../images/galerien/parallax-05.jpg");
}
.parallax-motiv-6  {
        background-image: url("../images/galerien/parallax-06.jpg");
}    
.parallax-bgcolor-white  {
    background-color: rgba(189,206,52,0.55);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.4);    
}
.parallax-bgcolor-white p, .parallax-bgcolor-white li {
    color: #666;    
} 
.parallax-bgcolor-black {
    background-color: rgba(95,95,95,0.85);
    transition: all 0.3s linear;    
}
.parallax-bgcolor-black-light {
    background-color: rgba(95,95,95,0.5);
    transition: all 0.3s linear;   
}
.parallax-bgcolor-black:hover {
    background-color: rgba(95,95,95,1.0); 
    transition: all 0.3s linear;   
}
.noHover:hover {
    background-color: rgba(95,95,95,0.75);
}
.parallax-bgcolor-black h2  { 
    color: #bdce34;    
}
.parallax-bgcolor-black h1, .parallax-bgcolor-black h4, .parallax-bgcolor-black .sectionHeaderH2  {
    color: #fff;    
}
.parallax-bgcolor-black .page-header  {
    border-bottom: 1px dotted #fff;    
}
.parallax-bgcolor-black p, .parallax-bgcolor-black ul  {
    color: #fff;    
}
.parallax-bgcolor-black .dividerLine  {
    border-bottom: 1px dotted #fff;    
}
.parallax-bg-rounded  {
    border-radius: 35px;    
}
.parallaxH3 {
    color: #777;
    padding-bottom: 10px;    
}


/* Ende --- Parallax */
/* Anfang - Images Overlay
==========================*/
.work {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.work-image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden; 	
	  -webkit-transition: box-shadow 0.2s ease;
	  transition: box-shadow 0.2s ease;    
    /* nachfolgend eigene Styles */
    width: 100%;   
    margin-bottom: 20px;
}

.work-image img {
    display: block;
    margin: auto;    
	  -webkit-transition: all 0.2s ease;
	  transition: all 0.2s ease;
    /* nachfolgend eigene Styles */
    background: #fff;  
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.work-image:hover img {
    -webkit-transform: scale(1.1);
	  transform: scale(1.1);
}

.link-overlay {
	position: absolute;
	top: 0;       left: 0;
	bottom: 0;    right: 0;

	background: rgba(0,0,0,0);

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease; 
  
  opacity:0;
  
  color: #fff;
  text-align: left;
  font-size: 11px;
  line-height: 1.2em !important; 
  height: 100%;  
}
.lehrfahrzeuge .link-overlay {
	padding: 15px;
}
.link-overlay h5 {
	color: #fff;
  margin: 0 0 10px 0;
}
.link-overlay li {
	line-height: 1.2em;
}

.link-overlay:before {
	display: block;

	width: 46px;
	height: 46px;

	position: absolute;
	top: 50%;    left: 50%;

	margin: -22px 0 0 -25px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	font: 14px/46px 'FontAwesome';
	color: #2c2c2c;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;

	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-image:hover .link-overlay { 
  background: rgba(20,22,23,0.6);
  opacity:1;
}
.lehrfahrzeuge .work-image:hover .link-overlay {
	background: rgba(20,22,23,0.8);
}

.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.work-image:hover {
	background: #fff;
}
/* Ende - Images Overlay
==========================*/


/* --- Kontaktformular Anfang --- */
.versteckeNachfolger + * {
    display: none;
}
.formInputDesign {
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}
.kontaktFormular {
    margin: 10px 0 0px 0;
    padding-bottom: 20px;
} 
.kontaktFormular input, .kontaktFormular select, .kontaktFormular textarea {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
}
.kontaktFormular label {
    font-size: 11.5px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.kontaktFormular .errormsg {
    color: #f00;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}
textarea.formInputDesign {
    height: auto;
    min-height: 100px;
}
.umbruchFormFelderRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 1.3rem;*/
    width: 100%;
}
.umbruchFormFelderCol {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 .95rem;
    position: relative;
}
.umbruchFormFelderColStr {
    width: 80.5%;
    margin: 0 .95rem;
    position: relative;
    margin-left: 0px;
}
.umbruchFormFelderColNr {
    width: 15.5%;
    margin: 0 .95rem;
    position: relative;
}
.umbruchFormFelderColPLZ {
    width: 21%;
    margin: 0 .95rem;
    position: relative;
    margin-left: 0px;
}
.umbruchFormFelderColOrt {
    width: 75%;
    margin: 0 .95rem;
    position: relative;
}
.umbruchFormFelderCol:first-child {
    margin-left: 0px;
}
.umbruchFormFelderCol:last-child {

}
.btn {
    font-size: 15px;
    border-radius: 45px;
}
.btn-primary {
    background-color:#9bac12;
    text-decoration:none;
    color:#fff  !important;
    background-image: linear-gradient(to bottom, #bdce34, #9bac12);
    background-repeat: repeat-x;
    margin-top: 10px;
    width: 100%;
    height: 40px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color:#9bac12;
}
.footerKontaktForm {
    font-size: 11.5px;
}
.alert {
    padding: 20px;
    border-radius: 10px;
}
blockquote {
    border-left: 0px solid #eeeeee;
    margin: 0 0 0px;
    padding: 0 0 0 0px;
}
blockquote p {
    margin: 0 0 5px;
}
#poweredby {
    display: none;
  }
/* --- Kontaktformular Ende --- */

.listenTeaserBild { 
        padding: 20px 0px 0px 0px;
        width: 100%;
}
.listenTeaserBild .span3 { 
        margin-left: 0px;
}
.listenTeaserBild img { 
        border: 1px solid #bbb;
        border-radius: 25px;
        max-width: 98%;
        transition: all 0.3s ease-in-out 0s;
        margin-bottom: 20px;                 
}
.listenTeaserBild img:hover { 
        border: 7px solid #e50043;
}
.parallax-bgcolor-white hr {

}
.listenTeaserBild a { 
        font-weight: bold;
}
.listenTeaserBild-Text { 
        margin-bottom: 20px;
}
.listenTeaserColorInversion {
        background: #07307f; 
        margin-bottom: 30px;    
}
.listenTeaserColorInversion .listenTeaserBild-Text h4, .listenTeaserColorInversion .listenTeaserBild-Text ul li {  
        color: #fff;    
}
.listenTeaserColorInversion .listenTeaserBild-Text li::before {
        content: "\25AA";
        color: #000 !important;
}
.listenTeaserColorInversion .span5 {
        margin-left: 15px;    
}
.listenTeaserColorInversion .listenTeaserBild img { 
        border: 10px solid #fff;
        transition: all 0.3s ease-in-out 0s;
}
.listenTeaserColorInversion .listenTeaserBild img:hover { 
        border: 10px solid #dededa;
        transition: all 0.3s ease-in-out 0s;
}
.listenTeaserColorInversion .slideDown {
        background: #fff;
}
.listenTeaserColorInversion .listenTeaserBild-Text h4 {
        margin-bottom: 23px;
}
/* Tabelle auf grauem Hintergrund mit weißen Zeilen */
.whiteCols.table-striped tbody > tr:nth-child(odd) > td,
.whiteCols.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.whiteCols.table-striped tbody > tr:nth-child(even) > td,
.whiteCols.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f6f6f6;
}
/* Tabelle auf grauem Hintergrund mit weißen Zeilen */
/* Tabelle auf dunkelgrauem Hintergrund mit weißen Zeilen */
.darkCols.table-striped tbody > tr:nth-child(odd) > td,
.darkCols.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #7c7b7b;
  color: #fff;
  border-top: 0px;
}
.darkCols.table-striped tbody > tr:nth-child(even) > td,
.darkCols.table-striped tbody > tr:nth-child(even) > th {
  background-color: #4c4b4b;
  color: #fff;
  border-top: 0px;
}
/* Tabelle auf dunkelgrauem Hintergrund mit weißen Zeilen */

.datenschutzerklaerung {
    text-align: left;
}
.datenschutzerklaerung li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 25px;
    font-size: 13px;
    line-height: 20px;
}
.datenschutzerklaerung li li {
    list-style-type: disc;
}
.datenschutzerklaerung ul {
    margin-bottom: 10px;
}  
.imgDynHeight {
    max-height: 400px;
    min-height: 200px;
    width: 100%; 
    overflow: hidden; 
    margin: 0 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
}
 
.tab-pane ul {
    margin-left: 0;
}
.tab-pane li {
    list-style-type: none;
}
.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    background: rgba(0, 0, 0, 0.02); 
    background: rgba(255, 255, 255, 0.65);
}
.nav-tabs > li > a {    
    background: rgb(229, 0, 67); 
    background: linear-gradient(35deg, rgba(176,9,51,1) 0%, rgba(229,0,67,1) 75%); 
    color:#fff;    
}
.nav > li a:hover, .nav > li a:focus {
    background: linear-gradient(35deg, rgba(176,9,51,1) 0%, rgba(229,0,67,1) 50%);
    color: #eee;
    border: 1px solid transparent;
} 
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background: #fff;
}
.nav-tabs {
    margin-bottom: 0px;
}
.circle-img-border-w {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 100vh; 
  border: 10px solid white;
  background: white;
}
.teamSection img {
  margin-bottom: 20px;
}
.teamSection h4 {
  font-size: 34px;
  line-height: 1;
}
.teamSectionName {
  margin-bottom: 0px !important;
}
.newsBox {
  display: block;
}
.newsBox img {
  margin-bottom: 20px;
  border: 10px solid #e6e6e6;
}
.bgGrey .newsBox img {
  border: 10px solid #fff;
}
.newsBox h3 {
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.newsBox p {
  color: #666;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;   
}
.newsBox:hover p {
 
}
