::selection { color: #ffffff; background: #e56e00; } 
/*** BODY ***/

/*** THEME-BODY ***/
.tbk__title {
  font-weight: 800;
}
.grid-ibx__title {
  font-family: "Josefin-sans", Helvetica, Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.grid-ibx__desc {
  font-family: "Josefin-sans", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/*** NAVI ***/
.site-header .siteheader-container {
  height: 105px;
}
.main-nav ul {
  margin-top: -40px;
}
.main-nav > ul > .menu-item > a {
  padding: 6px 10px;
}
img.ribbon {
  float: right;
  max-width: 75%;
  margin-top: -40px;
}
/*
.kl-cta-ribbon {
  font-size: 17px;
  font-weight: 800;
  display: block;
}
.kl-cta-ribbon:hover {
  color: #000;
  background: #e56e00;
}
.kl-cta-ribbon:hover .trisvg path {
  fill: #e56e00;
}
.kl-cta-ribbon strong {
  font-size: 17px;
  font-weight: 800;
  display: block;
}
*/
.site-header.header--fixed {
  border-bottom: 2px solid #000000;
}
.zn-res-menuwrapper {
  margin-top: -40px;
}

/*** START ***/
.m_title {
  font-size: 36px;
  font-weight: 600;
}
.image-boxes-text {
  font-size: 20px;
  font-weight: 600;
}
.grid-ibx--hover-shadow .grid-ibx__item:hover {
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.4);
}

/*** RUNDGANG ***/
.rundgang iframe {
  min-height: 650px;
  width: 100%;
}

/*** PARTNER ***/
.partners_carousel-link {
  border: 0px solid #f9f9f9;
}
.partners_carousel-link:hover {
  border: 0px solid #eee;
}

/*** CONTACT ***/
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  font-family: "Josefin-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 16px;
  border: 2px solid #e56e00;
}
input[type="submit"] {
  color: #ffffff;
  background: #e56e00;
  border: 0px solid #e56e00 !important;
}
input[type="submit"]:hover {
  color: #ffffff;
  background: #000000;
  border: 0px solid #e56e00 !important;
}

/*** FOOTER ***/
.copyright {
  font-size: 14px;
}
.flag h2 {
  font-size: 22px;
  line-height: 1px;
}
.flag h3 {
  font-size: 30px;
  line-height: 20px;
}

/*** COOKIE ***/
#cmplz-document {
  font-size: 14px;
  margin-top: 0;
  max-width: 100%;
  text-justify: inter-word;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
  .map { height: 550px; }
}
@media (max-width: 980px) {
  .rundgang iframe { min-height: 440px; width: 100%; }
}
@media (max-width: 736px) {
  .map { height: 500px; }
}
@media (max-width: 480px) {
  .rundgang iframe { min-height: 240px; width: 100%; }
  .map { height: 400px; }
}