body {
    font-family: 'Exo', Arial, sans-serif;
    color: #000000;
    line-height: 24px;
    font-size: 17px;

}


a.left-off-canvas-toggle.menu-icon {
    width: 800px;
    padding-top:8px;
    padding-left:10px;
}

/* Startbackground */

body {
    background-size: cover;
}


/* Datenschutz, Impressum, DOWNLOADBEREICH, PARTNERLIFT MITGLIEDER, ONLINEANFRAGE verstecken */

.itemid121, .itemid120, .itemid134, .itemid135, .itemid136, .itemid163, .itemid164, .itemid165, .itemid166, .itemid167{
  display: none !important;
}

/* Navi */

.left-off-canvas-menu li a:not(.button) {
    color: white;
}

.off-canvas-content{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,fcfcfc+53,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eaeaea 0%, #fcfcfc 53%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eaeaea 0%,#fcfcfc 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eaeaea 0%,#fcfcfc 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.off-canvas li.active > a:first-child:not(.button), .side-nav li a:not(.button):hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.side-nav ul {
    list-style-type:none;
    margin-left:0;
}

.side-nav li {
    border-bottom:1px solid #555555;
}

.side-nav li.divider {
    border-top:0;
    border-bottom:none;
    visibility:hidden;
    margin:0;
}

/* Mobile Navi */

.title-bar-title {
    color:white;
}

.off-canvas-wrapper {
    background-color: #EC1C24;
    background: #EC1C24;
    overflow-y: hidden;
}

.off-canvas {
    background-color: #333;
}

.off-canvas li {
    float:left;
    width:100%;
}

.off-canvas a {
    color: #fff;
}

.menu > li > a {
    padding:0.9rem 1.0rem;
    /* float: right; */
}

.off-canvas li a:not(.button):hover, .off-canvas li.active > a:first-child:not(.button) {
    text-decoration:none;
    background-color: #444343;
}



/* Logo */






/* Made */

.made {
    height: auto;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    text-decoration: none ;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.made a{
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}





span.separator {
    visibility: hidden;
}

.footer {
    height: auto;
    /* width: 100%; */
    background-color: #0E77B9;
    padding-top: 35px;
    padding-bottom: 65px;
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.made{
    /* margin-top: 5px; */
    /* margin-bottom: 10px; */
    /*margin-top: 10px;*/
}

nav.tab-bar {
    float: right;
}

.dropdown.menu .submenu {
  border: none; }

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #ffffff transparent transparent; }

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #ffffff; }

.js-drilldown-back::before {
  border-color: transparent #ffffff transparent transparent; }




.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu{
    display: none;
}

.expand {
    display: block !important;
}

.menu-btn div {
 position: absolute;
 left: 100%;
 top: 64%;
 padding-right: 8px;
 margin-top: -0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
 z-index: 99;
}

.menu-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}

.responsive-menu{
 display: none;
}

.expand {
 display: block !important;
}


.title-bar {
    background: #222;
    color: #fefefe;
    padding: 0.5rem;
    z-index: 1000;
    position: relative;
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 100%;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;
}

span.text-content {
  color: white;
  cursor: pointer;
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 70%;
  width: 100%;
  opacity: 0;
  z-index: 1000;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
   z-index:300;
   position:absolute;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}


@media only screen and (min-width: 700px) {









.title-bar {
    background: #fff;
    color: #01832d !important;
    padding: 0.5rem;
}




}

@media only screen and (min-width: 1024px) {


}

/* ------------------------------------------------------------------------------- */
/* Styles: neue Navi, Footer etc. */
/* ------------------------------------------------------------------------------- */


.sprachen{
  padding-top: 25px;
  padding-right: 60px;
  text-align: right;
}

.logo_header{
    padding-top: 31px;
    padding-bottom: 10px;
    padding-left: 60px;
}

.logo_header img{
    width:100%;
    max-width:403px;
}



.navborderbottom{border-bottom:0px solid #CBCFC8;}


/* footer */


.footer_bg{
    padding-top: 12px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1c1c+3,000000+85 */
background: #1c1c1c; /* Old browsers */
background: -moz-linear-gradient(top,  #1c1c1c 3%, #000000 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1c1c1c 3%,#000000 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1c1c1c 3%,#000000 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  
   font-size: 11px;
}
 
.footer_bg .qx-element a {
    color: #575757;
    text-decoration: underline;
    font-size: 14px;
    line-height: 19px;
}
 
.footer_bg .qx-element strong {
color: #000000 ;
font-size: 16px;
}
 
.footer_bg .qx-element em, .footer_bg span, .footer_bg i {
color: #000000;
}

.footer_bg .sppb-addon-content a, .footer_bg .qx-element a:hover{
color: #000000;
text-decoration: none;
}
 
.footer_bg .qx-element p{
    color: #000000;
    font-size: 14px;
    line-height: 19px;
}

.footerlinks a, .footerlinks {
 text-align:center;
 font-size: 13px;
 text-decoration: none !important;
}

.footerlinks {
 color: #ffffff !important;
}

.footer_bg a, .footer_bg a:link, .footer_bg a:active, .footer_bg a:visited, .footer_bg a:hover{
  color: #ffffff !important;
}


/* ******************************************** */
/* RECH   */
/* ******************************************** */

.inhalt {
  padding-top:40px;
}

.adresse_header .qx-element-blurb img{
   width: 105px;
}

.adresse_header .qx-element-blurb p{
  line-height: 18px;
  font-weight: bold;
  font-size: 13px;
}

a.qx-btn {
  text-decoration: none !important;
}

.start-box {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1c24+0,ad0006+95 */
background: #ec1c24; /* Old browsers */
background: -moz-linear-gradient(top,  #ec1c24 0%, #ad0006 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ec1c24 0%,#ad0006 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ec1c24 0%,#ad0006 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#ad0006',GradientType=0 ); /* IE6-9 */

}

h1 {
 font-family: 'Roboto Slab', serif, Georgia;
 font-size: 39px;
 font-weight: bold;
 text-transform: uppercase;
 text-shadow: 0px 1px 1px rgba(130, 130, 130, 1);
 color: #EC1C24;
 padding-bottom: 20px;
 line-height:40px;
 border-bottom: 5px solid #EC1C24;
}

h2 {
 font-family: 'Exo', Arial, sans-serif;
 font-size: 25px;
 font-weight: bold;
 color: #333333;
 padding-top: 15px;
 padding-bottom: 15px;
 line-height:29px;
}

.navifullwidthcolor{
margin-bottom: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edff05+11,7c7c7c+18,5d5d5d+32,3f3f3f+53,1f1f1f+100 */
background: #edff05; /* Old browsers */
background: -moz-linear-gradient(top,  #edff05 11%, #7c7c7c 18%, #5d5d5d 32%, #3f3f3f 53%, #1f1f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #edff05 11%,#7c7c7c 18%,#5d5d5d 32%,#3f3f3f 53%,#1f1f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #edff05 11%,#7c7c7c 18%,#5d5d5d 32%,#3f3f3f 53%,#1f1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edff05', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
border-bottom: 4px solid #000000;
}
 
    
.headerbg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1c24+85,bd0007+100 */
background: #ec1c24; /* Old browsers */
background: -moz-linear-gradient(top,  #ec1c24 85%, #bd0007 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ec1c24 85%,#bd0007 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ec1c24 85%,#bd0007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#bd0007',GradientType=0 ); /* IE6-9 */

  
}


.adresse_header{
 padding-top: 0px;
}

.adresse_header  p{
 font-size: 15px !important;
 color: #ffffff;
}

.adresse_header h1 {
 font-size: 22px;
 font-weight: 800;
 color: #374b78;
 padding-bottom: 0px;
 margin-bottom: 0px;
 letter-spacing: 0px;
}


.adresse_header a span, .adresse_header a:link span, .adresse_header a:active span, .adresse_header a:visited span{
color: #000000 !important;
text-decoration: underline;
font-size: 14px !important;;
}
 

/* Kontaktformular rapid ex */
input.btn-primary{
  padding: 15px;
  font-weight: bold;
}

input.btn-primary.button{
  background-color: #374b78;
}
.rpx_field_input, .rpx_anti_spam_answer, .rpx_label, .rpx_as_label{
    text-align: left !important;
}

input::-webkit-input-placeholder {
color: #575757 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #575757 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #575757 !important;  
}
 
input:-ms-input-placeholder {  
color: #575757 !important;  
}

textarea::-webkit-input-placeholder {
color: #575757 !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #575757 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #575757 !important;  
}
 
textarea:-ms-input-placeholder {  
color: #575757 !important;  
}


a, a:link, a:active, a:visited {
color: #000000;
text-decoration: underline;
}


.footer-content{
  margin-top: 55px;
  border-top: 4px solid #F4FB24;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1c24+0,ad0006+81 */
background: #ec1c24; /* Old browsers */
background: -moz-linear-gradient(top,  #ec1c24 0%, #ad0006 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ec1c24 0%,#ad0006 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ec1c24 0%,#ad0006 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#ad0006',GradientType=0 ); /* IE6-9 */
  
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.39);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.39);

}

.footer-content a, .footer-content a:link, .footer-content a:active, .footer-content a:visited {
  text-decoration: none !important;
  color: #ffffff;
}

.partnerlogos img{
  padding-right: 60px;
  padding-bottom: 15px;
}


/* mobile styles */
/* ++++++++++++++++++++++++++++++++++++ */


@media only screen and (max-width:500px) {  

     
.logo_header img{
    width:100%;
    max-width: 300px;
    padding-bottom: 0px;
    padding-top: 20px;
    }
  
.logo_header{
    text-align: center;
    padding-left: 0px;
  }
    
.navifullwidthcolor{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
     box-shadow: none;
}
  
.adresse_header{
    padding-top: 0px;
  }
  
  .adresse_header h1 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
  }
    .adresse_header p {
    font-size: 18px;
    text-align: center;
  }
  
.adresse_header a, .adresse_header a:link, .adresse_header a:active, .adresse_header a:visited {
color: #000000;
text-decoration: underline;
font-size: 18px;
}
    
  .headerlogos{
    border-bottom: 5px solid #ffff00;
  }  
 
  .navifullwidthcolor {
    border-bottom: 0px solid #EDFF05;
  }
  
  .dj-mobile-open-btn{
    padding: -1px 5px !important;
  }
  
  
  .sprachen {
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 35px;
}
  
    
}

/* DJ Menu Pro */
/* ------------------------------------------- */

/* für alle generell */
li a.dj-up_a {
text-transform: uppercase !important;
font-size: 12px !important;
font-weight: normal !important;
letter-spacing: 1px;
padding-top: 2px !important;
border-left: 0px solid #ffffff !important;
border-right: 0px solid #ffffff !important;
}

/* für aktiv */
.dj-up_a.active{
  font-weight: bold !important;
  text-transform: uppercase !important;
  /* background: none !important; */
}

/* Hintergrund allgemein */
ul.dj-megamenu {
  background: none !important;
  font-family: 'Exo',sans-serif, Arial;
}

li ul.dj-submenu > li > a {
  font-size: 14px !important;
}

/* Sticky-Navi: Hintergrundfarbe */

.dj-megamenu-sticky{
    background-color: #365492 !important;
    border-top: 5px solid #AEB5CA !important;
    border-bottom: 2px solid #0B2A6D !important;
}

/* copyright von galerie ausschalten */
.copyright-block {
  display: none !important;
}

