/* asap-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: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/asap-v34-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v33-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-serif-v33-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Graphit-regular */
@font-face {
  font-family: 'Graphit-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Graphit-Web-Regular.eot') format('eot'),
       url('../fonts/Graphit-Web-Regular.woff') format('woff'),
       url('../fonts/Graphit-Web-Regular.woff2') format('woff2');
}
/* Graphit-medium */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Graphit';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Graphit-Web-Medium.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/Graphit-Web-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}  

h5 {
  font-weight: 100;
}

.hyphens_none p {
  hyphens: none !important;

}

.font_noto-serif p, .font_noto-serif li {
    font-family: Noto Serif;
    font-style: italic;
    margin-bottom: 6px;
}

/* Aufzählung in der Legende - Labeplan */
.legende ol {
  list-style: none;
  padding: 0;
}
.legende li::before {
  content: counter(list-item);
  width: 0.8em;
  height: 0.8em;
  background: #006a35;
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 5px;
  margin: 3px 5px 10px 0;
  float: left;
}

.header .inside {
  padding-left: 0 !important;
}

#mmenu .mod_navigation li ul li a {
  font-size: 20px;
  font-family: 'Graphit-regular';
}

/* Weißer Hintergrund bei Lage */
.panel_bg-white-overflow:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 68.8rem;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    background-color: #fff;
    padding-bottom: 60px;
}

/* Startseite "Zahlen & Fakten"  */
.headline.h3 {
color: #00361e;
font-family: 'Graphit-regular';
font-weight: 600;
}

/* Gallerie */
.ce_gallery ul {
  margin-left: 0px!important;
}

/* Mietobjekte Übersicht */
.newsteaser-inside {
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
  margin: 10px;
  display: inline-block;
}
.newsteaser-inside ul {
    padding-left: 25px;
    margin-top: 15px;
}
.newsteaser-inside li {
    font-family: Noto Serif;
    font-style: italic;
    list-style-type: disc;
    margin-bottom: 3px;
}
.newsteaser-inside:hover {
   transform: translateY(-10px);
   transition: all .6s;
   box-shadow: 0 25px 55px rgba(0,0,0,0.22);
}
.newsteaser-inside {
   transition: transform 1s ease-out;
}
.newsteaser.newsteaser-inside:after {
   display: block;
   position: absolute;
   content: '';
   width: 100%;
   height: 6px;
   left: 0;
   bottom: 0;
   background: #c5d984;
   z-index: 10;
   transform: scaleX(0) translateZ(0);
   transition: 0.45s cubic-bezier(0.24,1,0.30,1);
   transform-origin: 0 0;
}

/* Liste - Mietobjekte-Details */
.ce_featurelist_inside ul {
  margin-left: 0!important;
}

/* Grid-Spaltenabstand Größe "S" überschreiben */
.autogrid_row.gutter_s.ce_productbox {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

/* Color-Box */
#cboxTitle {
  color: var(--body-color);
}
#cboxOverlay {
    background-image: linear-gradient(145deg,rgba(234, 240, 214, 1) 0%, rgba(163, 199, 64, 1) 100%);
}
#cboxCurrent {
  display: none !important;
}
#cboxLoadedContent {
    border: 5px solid #fff;
}
#cboxClose {
  width: 30px !important;
  height: 30px !important;
  right: 5px !important;
  transition-duration:0.5s;
}
#cboxClose:hover {
  opacity: 0.75;
  transform: rotate(90deg);
}

/* FOOTER - Rahmen links bei Adresse */
.column_border_left {
  border-left: 1px solid rgba(255,255,255,0.3);
}

/* Checkbox */

[type="checkbox"], [type="radio"] {
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label, [type="radio"] + label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  padding-left:40px;
  position: relative;
  margin-top: -30px;
}
[type="checkbox"] + label:before, [type="radio"] + label:before {
  width: 22px;
  height: 18px;
  background-image: url("../../images/formular_unchecked.png");
  display: block;
  content: "";
  float: left;
  margin-left: 15px;
  margin-top: 2px;
  z-index: 5;
  position: absolute;
  left: 0px;
}
[type="checkbox"]:checked+label::before {
  background-image: url("../../images/formular_checked.png");
}

/* Smatphone generell */
@media only screen and (max-device-width: 480px) {

  /* Grid-Spaltenabstand Größe "S" überschreiben */
  .autogrid_row.gutter_s.ce_productbox {
      margin-left: -10px !important;
      margin-right: -10px !important;
  }
  .ce_countup.style2 {
    text-align: center !important;
  }
  .ce_divider_extended.version3 {
    width: 100%;
    }

  /* FOOTER - Rahmen links bei Adresse */
  .column_border_left {
    border-left: none;
  }
}
@media screen and (max-width: 1300px) {
  /* Stile hier, die angewendet werden, wenn die Bildschirmbreite 1300px oder kleiner ist */
  .row_daten_fakten_none {
    display: none;
  }
  .row_daten_fakten_100 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12);
  }
}