.on-slide h2 {  
    font-size: 64px;
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 60px;
}
.on-slide p {
    font-family: 'Lato', sans-serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}

@media(max-width: 1046px) {
    .on-slide h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .on-slide p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .carousel-inner img {
        opacity: 0 !important;
    }
    .on-slide {
        transform: none;
        left:15%;
        top:25%;
        min-width: 70%;
        width: 70%;
        max-width: 70%;
    }
}
@media(max-width: 800px) {
    .on-slide h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px;
    }
    .on-slide p {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .on-slide {
        top: 30%;
        left: 10%;
        min-width: 80%;
        width: 80%;
        max-width: 80%;
    }
}
@media(max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
}
@media(max-width: 500px) {
    .on-slide h2 {
        margin-bottom: 25px;
    }
    .on-slide {
        top: 40%;
        transform: translate(0, -30%);
        left: 10%;
        min-width: 80%;
        width: 80%;
        max-width: 80%;
        
    }
    .on-slide p:nth-child(2) {
        display: none;
    }
}

/*
.wissenswertes {
  
}
.wissenswertes .vc_gitem-post-data-source-post_excerpt,
.wissenswertes .vc_btn3-left {
  display: none;
}
.wissenswertes .vc_gitem-zone-mini .vc_gitem_row > div {
  background-color: #262626;
}
.wissenswertes .vc_gitem-zone-mini .vc_gitem_row > div h4 {
  text-align: center !important;
  color: #ffffff;
}
.wissenswertes .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding-right: 50px;
  padding-bottom: 50px;
}
*/

.headerimage-mobile {
    z-index: -1;
    margin-top: 50px;
}

@media(max-width:424px) {
    .custom_10G101 {
        font-size: 14px !important;
        text-transform: none !important;
        /* margin-top: 30px !important; */
    }
    .custom_10G001 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}
@media(max-height:500px) {
    .custom_10G101 {
        /* margin-top: 30px !important; */
    }
}


/* .news */
.flexbox-parent.news {
  padding-left: 16px;
}
.flexbox-parent.news .flexbox-child {
  width: 428px;
  height: auto;
  border: 1px solid #d4d4d4;
  margin-bottom: 16px;
  margin-right: 16px;
}
.flexbox-parent.news .flexbox-child .text {
  padding: 30px;
}

.flexbox-parent.news .flexbox-child .continue-reading {
  margin-top: 20px;
}
.news div.text div.date {
  font-size: 13px;
  margin-bottom: 0;
}
.news div.text div.headline{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  word-break: break-word;
  font-family: 'Bitter', serif;
}
.news div.text div.excerpt {
  font-size: 16px;
  line-height: 28px;
}

/* standorte */
.flag-click-through {
    pointer-events: none;
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5000;
}
@media(max-width:767px) {
    .flag-click-through {
        top: -20px;
    }
}
