/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
  /* roboto-condensed-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-condensed-v27-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-condensed-v27-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-condensed-v27-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-condensed-v27-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }

  body, h1, h2, h3, h4{
    font-family: 'Roboto Condensed';
    line-height: 1.6;
  }
  
  h4{
    font-weight: 500;
  }

  .qx-element-wrap:nth-child(even) h2 {
    font-size: 20px!important;
    font-weight: 500!important;
  }

  .qx-navbar-nav>li>a{
    font-family: 'Roboto Condensed';
    text-transform: none;
  } 

  .footer a, .footer a:hover{
    color: #9A9A9A;
  }
  
/*
.geoeffnet + ul{
   display: block !important;
}*/

a.grau, a.grau:hover{
  font-family: 'Roboto Condensed';
  text-transform: none;
  font-size: inherit;
  color: lightgray!important;
}


/* test */

.qx-nav *::after {
  display: none !important;
}


em {
color: inherit;
}






/* ====================================================================== */

/* Quix Slider-Pfeile immer sichtbar machen */
.qx-element-media-carousel .qx-slidenav {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  color: #fff !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

/* Quix Hover-Verstecken neutralisieren */
.qx-element-media-carousel .qx-hidden-hover {
  opacity: 1 !important;
  visibility: visible !important;
}

/* SVG größer machen */
.qx-element-media-carousel .qx-slidenav svg {
  width: 28px !important;
  height: 44px !important;
}

/* Pfeillinie weiß und kräftig */
.qx-element-media-carousel .qx-slidenav svg polyline {
  stroke: #fff !important;
  stroke-width: 4 !important;
}

/* Optional: bessere Sichtbarkeit auf hellen Bildern */
.qx-element-media-carousel .qx-slidenav {
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.75));
}