body {
    font-family: 'Lora', sans-serif;
    color: #222222;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}

@font-face {
    font-family: 'lorabold';
    src: url('../fonts/lora-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'lorabold_italic';
    src: url('../fonts/lora-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'loraitalic';
    src: url('../fonts/lora-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a, a:link, a:active, a:hover, a:visited{
  color: #ad4f4f;
}

/* blurb h3 */
h3.qx-blurb-title {
  margin-bottom: 10px !important;

}


/* blurb kontakt 3 */
.id-116 h3.qx-blurb-title {

  color: #000000 !important;
}



/* Impr. DS ausblenden */

li.itemid117, li.itemid118{
  display: none !important;
}

.bildrand {
  border: 1px solid #cccccc;
}

a.left-off-canvas-toggle.menu-icon {
    width: 800px;
    padding-top:8px;
    padding-left:10px;
}

.headerlogos p{
  margin-bottom: 0px !important;
}

/* Startbackground */

body {
    background-size: cover;
}

/* Leistungskasten Startseite */
.leistungenborder{
  border-top: 6px solid #e8231d;
}

/* Navi */

.left-off-canvas-menu li a:not(.button) {
    color: white;
}


/* Mobile Navi Burger Menu */
.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    height: 42px;
    font-size: 25px;
    line-height: 1;
    padding: 8px 8px;
    background: transparent;
    color: #fff;
}


.off-canvas-content{
background-color: #ffffff;
}

.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: #ffffff;
    background: #ffffff;
    overflow-y: hidden;
}

.off-canvas {
background-color: #333;
 background: #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;
}


/* Made */

.footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #000;
    /* border-top: 6px solid #a1a1a1; */
}





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


.footerlinks{
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}

.made{
  margin-bottom:0px;
  padding-bottom: 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 */

.footerlinksbg{
  background-color: #4d4d4d;
}
 
.footer_bg .qx-element a {
    color: #b9b9b9 !important;
    text-decoration: none;
    line-height: 26px;
}



/* ******************************************** */
/* ZIEGLER */
/* ******************************************** */




.start-slots strong{
  font-size: 23px;
}

.id-105 .inhalt{
  padding-top: 0px;
  margin-top:-190px
}

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn{
  font-size: 22px !important;
}

.schatten-header{
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 1);
}

li.itemid101{
  display: none !important;
}

.id-101 .inhalt {
  padding-top:0px;
}


a.qx-btn {
  text-decoration: none !important;
}

h1 {
    font-size: 80px;
    font-weight: 500;
    color: #800032;
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
    font-family: 'Dancing Script', cursive;
}

h2 {
 font-size: 35px;
      font-family: Dancing Script;
 font-weight: 300;
 color: #747474;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 margin-bottom: 30px !important;
 line-height:39px;
}


h3 {
 font-family: 'Lora', Arial, sans-serif;
 font-size: 30px;
 font-weight: 300;
 color: #cc0000;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 margin-bottom: 30px !important;
 line-height:39px;
}

h4 {
 font-family: 'Lora', Arial, sans-serif;
}

 
    
.headerbg{

}



.footer-content{
  margin-top: 55px;
  background-color: green;
  
-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;
}

span.image-title {
    display: none !important;
}

.dj-megamenu-custom90 li a.dj-up_a img {
    border: 0;
    margin: 0;
    max-height: 82px;
    vertical-align: middle;
    margin-top: -15px;
}

ul#dj-megamenu90 {
    width: 1030px;
    margin: 0 auto !important;
    text-align: center;
    padding-left: 0px !important;
}


li.dj-mobileitem.itemid-169 {
    display: none;
}

li.dj-up.itemid105 {
    display: none;
}

.row.headerlogos {
    background-color: #800032;
}

/* mobile styles */
/* ++++++++++++++++++++++++++++++++++++ */


@media only screen and (max-width:500px) {  
  
  
h1 {
 font-size: 35px;
 padding-bottom: 10px;
 line-height: 45px;
}

h2 {
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 1.2;
}

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

 
  .navifullwidthcolor {
    border-bottom: 0px solid #EDFF05;
  }
  
  .dj-mobile-open-btn{
    padding: -1px 5px !important;
  }
  
.id-105 .inhalt {
    padding-top: 0px;
    margin-top: 0px;
}
    
}

/* DJ Menu Pro */
/* ------------------------------------------- */

/* fuer alle generell */
li a.dj-up_a {
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 1px;
    border-left: 0px solid #ffffff !important;
    border-right: 0px solid #ffffff !important;
    text-transform: uppercase !important;
    font-family: 'Lora', serif;
}

.dj-submenu{
  font-family: 'Lora', Arial, sans-serif;  
}

.dj-megamenu-custom90 li ul.dj-submenu > li > a{
    font-weight: 500 !important;
}




/* Navihoehe */ 
li a.dj-up_a span{
    height: 36px !important;
    line-height: 36px !important;
}
li a.dj-up_a{
   height: 36px !important;
   padding-top: 0px !important;
}

/* fuer aktiv */
.dj-up_a.active{
  font-weight: bold !important;
  /* background: none !important; */
}

/* Hintergrund allgemein */
ul.dj-megamenu {
  background: none !important;
  font-family: 'Monterrat',serif, Arial;
}

li ul.dj-submenu > li > a {
  font-size: 12px !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;
}


