section.intro h2,
section.intro h1 {
    color: var(--pri-color);
}
/*@media (min-width: 1160px) {
    section.intro h2,
    section.intro h1 {
        padding-left: var(--side-padding);
    }

    section.intro .w-btn-wrapper.align_left,
    section.intro .wpb_text_column {
        padding-left: calc(var(--side-padding) * 1.5);
    }
}*/

.wpbc_container .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light {
    background-image: url(../images/textures/primary-btn-bg.jpg) !important;
    border-radius: 3em !important;
    color: var(--pri-color) !important;
    font-size: 24px !important;
    text-transform: none !important;
    font-family: Zilla Slab !important;
    padding: 17px 44px !important;;
    line-height: 1 !important;
}

.wpbc_container .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
    border: none !important;
}


@media (min-width: 1160px) {
    section.intro h2 {
        font-size: 64px;
    }
}


.one-half.grey-bg .list .wpb_text_column {
    padding-left: 0;
    
}
.grey-bg h3 {
    color: var(--sec-color);
}

.one-half.grey-bg .list > div {
    margin-left: unset !important;
}

@media (min-width: 1390px) {
    .one-half.grey-bg .list > div.one-half {
        width: 50%;
    }
}

@media (min-width: 1920px) {
    .one-half.grey-bg .list > div:first-child ul li {
        padding-left: calc(var(--side-padding) * 1.5);
    }
}

.wpb_wrapper ul {
    list-style: none;
    list-style-type: none;
    margin: 1em 0 3em !important;
}

.wpb_wrapper ul li {
    font-family: Zilla Slab;
    font-style: italic;
    line-height: 2;
}


.wpb_wrapper ul li:before {
    content: '';
    border: 3px solid var(--pri-color);
    border-radius: 3em;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1ch;
    margin-left: 5px;
}

nav ul li:before {
    content: none;
}

.grey-bg ul li {
    position: relative;
    padding-bottom: 7px;
}
.grey-bg ul li:after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: url(../images/textures/grey-bg-li-underline.svg);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.grey-bg .align_right {
    float: none;
    position: relative;
}

.grey-bg .align_right:before {
    content: '';
    width: calc(100% + var(--side-padding));
    height: 4px;
    background-color: var(--pri-color);
    position: absolute;
    left: calc(var(--side-padding) * 1.5);
    top: -4px;
}
.grey-bg .align_right .w-btn.color_light {
    color: var(--pri-color);
    left: calc(var(--side-padding) * 1.5);
    padding: 8px 44px 17px 0;
    border: unset;
}

body:not(.home) section.intro .list .w-btn-wrapper.align_left, 
body:not(.home) .one-half.grey-bg .list > div:first-child ul li {
    padding-left: calc(var(--side-padding) * 0.5);
}
body:not(.home) .grey-bg .align_right .w-btn.color_light,
body:not(.home) .grey-bg .align_right:before {
    left: calc(var(--side-padding) * 0.5);
}

body:not(.home) .one-half.grey-bg .list > div:first-child ul,
body:not(.home) section.intro .w-btn-wrapper:last-child {
    margin-bottom: 2em !important;
} 
.w-btn.forkandknife:before {
    content: '';
    width: 36px;
    height: 25px;
    background-image: url(../images/icons/forkandknife.svg);
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 1.5ch;
    margin-bottom: -5px;
} 
.funnel h3 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 30px;
}

.vc_section.dark >.l-section {
    padding-bottom: 70px;
}

.color-red.funnel .uvc-main-heading:before,
.color-green.funnel .uvc-main-heading:before {
    content: '';
    width: 66px;
    height: 47px;
    background-image: url(../images/icons/caravan.svg);
    position: absolute;
    left: 0;
    bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.color-red.funnel .uvc-main-heading:before {
    background-image: url(../images/icons/forkandknife.svg);
}

.funnel.funnel-text-left .uvc-main-heading:before {
    left: unset;
    right: 0;
}

.funnel-text-right + .funnel-text-left, 
.funnel-text-left + .funnel-text-right, 
.funnel-text-right + .funnel-text-right, 
.funnel-text-left + .funnel-text-left {
    padding-top: 0;
}


.funnel-text-right > .l-section > .l-section-h > .g-cols,
.funnel-text-left > .l-section > .l-section-h > .g-cols {
    display: flex;
    flex-wrap: nowrap;
}


.funnel-text-left > .l-section > .l-section-h > .g-cols > .one-half,
.funnel-text-right > .l-section > .l-section-h > .g-cols > .one-half {
    width: 50% !important;
    margin: 0 !important;
    background-color: var(--sec-color);
    min-height: 100%;
} 

.funnel-text-left > .l-section > .l-section-h > .g-cols > .one-half:not(.image-col),
.funnel-text-right > .l-section > .l-section-h > .g-cols > .one-half:not(.image-col) {
    padding: 50px 20px;
    color: #ffffff;
}

.funnel-text-left > .l-section > .l-section-h > .g-cols > .one-half:not(.image-col) p,
.funnel-text-right > .l-section > .l-section-h > .g-cols > .one-half:not(.image-col) p {
    color: #ffffff;
}

.funnel-text-left > .l-section > .l-section-h > .g-cols > .one-half.image-col .w-image,
.funnel-text-right > .l-section > .l-section-h > .g-cols > .one-half.image-col .w-image {
    min-height: 100%;
    height: 100%;
}

.funnel-text-left > .l-section > .l-section-h > .g-cols > .one-half.image-col .w-image img,
.funnel-text-right > .l-section > .l-section-h > .g-cols > .one-half.image-col .w-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.branded-heading  {
    position: relative;
    left: 0;
}
.funnel-text-right .branded-heading {
    left: unset;
    right: 0;
}

.branded-heading  .uvc-main-heading {
    padding: 0 var(--side-padding);
    font-size: 30px;
    font-weight: 300;
}


.branded-heading .uvc-sub-heading p,
.branded-heading .uvc-sub-heading {
    font-size: 24px;
    font-style: italic;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -1.5em;
    color: var(--pri-color);
    font-family: Zilla Slab;
}

.funnel-text-right .branded-heading .uvc-sub-heading { 
    right: unset;
    left: 0;
}

.branded-heading:after  {
    content: '';
    width: calc(100% + var(--side-padding));
    height: 4px;
    background-color: var(--pri-color);
    position: absolute;
    bottom: 0;
    left: calc(var(--side-padding) * -1);
}

.funnel-text-right .branded-heading:after  {
    left: unset;
    right: calc(var(--side-padding) * -1);
}
.funnel .branded-heading + .wpb_text_column {
    margin-top: 1.5em;
}

/* DARK */
section.dark .l-section {
    background-color: var(--sec-color);
    padding: var(--side-padding);
    
}

/* GALLERY */
.w-gallery.link_media .w-gallery-item {
    padding: 22px 20px;
}
.no-touch a.w-gallery-item .w-gallery-item-hover {
    left: 20px;
    top: 22px;
    width: calc(100% - 40px);
    height: calc(100% - 44px);
}
.w-gallery-list {
    margin: -22px -20px;
    padding-bottom: 112px;
}

/*DOMAIN ICONS */

.domain-wrapper {
    min-width: 330px;
    width: fit-content;
    margin-left: calc(var(--side-padding) * -1);
    color: var(--pri-color);
    font-family: Zilla Slab;
    font-style: italic;
    position: relative;
}

.domain-wrapper .striping {
    width: calc(100% + var(--side-padding));
    position: absolute;
    right: 0;
    height: 4px;
    background-color: var(--pri-color);
}

.domain-wrapper.align-rechts .striping {
    right: unset;
    left: 0;
}

.domain-wrapper .domain-title {
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 1ch;
}

.domain-wrapper .domain-tagline {
    text-align: right;
}

.domain-wrapper.align-rechts .domain-tagline {
    text-align: left;
}

.domain-wrapper .domain-icons {
    display: flex;
    padding: 10px 30px;
    position: absolute;
}

.domain-wrapper.align-rechts .domain-icons {
    right: 0;
}

.domain-wrapper .domain-icons .icon {
    height: 35px;
    width: 35px;
    background-image: url(../images/icons/forkandknife.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.domain-wrapper.align-rechts .domain-icons .icon {
    margin-right: unset;
    margin-left: 10px;
}

.domain-wrapper .domain-icons .icon.camping {
    background-image: url(../images/icons/caravan.svg);
    height: 33px;
    width: 46px;
}

.domain-wrapper .domain-icons .icon.feest {
    background-image: url(../images/icons/party.svg);
    height: 38px;
    width: 32px;
}

/* USP WITH COUNTER */

section.usp > .l-section > .l-section-h > .g-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

section.usp > .l-section > .l-section-h > .g-cols > div:not(.image-col) {
    background-image: url(../images/textures/footer-bg.jpg);
    background-size: cover;
    padding: 130px var(--side-padding);
    position: relative;
    border-bottom: 4px solid var(--pri-color);
    text-align: center;
    text-transform: uppercase;
    font-family: Zilla Slab Light;
}


section.usp > .l-section > .l-section-h > .g-cols > div:not(.image-col):after {
    content: '';
    width: 84px;
    height: 39px;
    position: absolute;
    display: block;
    background-image: url(../images/icons/logo-mark-grey.svg);
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

body[class*="camping_page"] section.usp > .l-section > .l-section-h > .g-cols > div:not(.image-col):after {
    background-image: url(../images/icons/caravan-grey.svg);
    width: 45px;
    height: 32px;

}

section.usp > .l-section > .l-section-h > .g-cols > div.one-third,
section.usp > .l-section > .l-section-h > .g-cols > div.one-quarter {
    margin-left: 3.42vw;
    width: calc((100%  - (3.42vw * 3)) / 4);
}

section.usp > .l-section > .l-section-h > .g-cols > div.one-third:first-child,
section.usp > .l-section > .l-section-h > .g-cols > div.one-quarter:first-child {
    margin-left: unset;
}

section.usp > .l-section > .l-section-h > .g-cols > div.image-col {
    font-size: 13px;
    font-family: Zilla Slab;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

section.usp > .l-section > .l-section-h > .g-cols > div.image-col > div {
    position: relative;
    z-index: 1;
    padding: 15px var(--side-padding) 20px var(--side-padding);
    background-color: #ffffff;
}

section.usp > .l-section > .l-section-h > .g-cols > div.image-col:after {
    content: '';
    width: calc(100% + 7px);
    height: calc(100% + 14px);
    position: absolute;
    left: -1px;
    top: -7px;
    background-image: url(../images/textures/dots.svg);
    background-repeat: repeat;
    background-size: 7px 7px;
    z-index: -1;
}

section.usp .stats-block {
    background-color: #ffffff;
    width: 123px;
    aspect-ratio: 1/1;
    border-radius: 3em;
    position:absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -123px;
    background-color: #ffffff;
    background-image: url(../images/textures/dot-outline.svg);
}

body[class*="camping_page"] section.usp .stats-block {
    background-image: url(../images/textures/dot-outline-green.svg);
}

section.usp .stats-block .ult-just-icon-wrapper {
    display: none;
}

section.usp .stats-block .stats-desc {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
}

section.usp .stats-block .stats-text,
section.usp .stats-block .stats-number,
section.usp .stats-block .counter_suffix,
section.usp .stats-block .counter_prefix {
    font-family: Zilla Slab Light;
    font-weight: light;
    font-size: 46px !important;
    color: var(--pri-color);
}

/* HOTSPOT */
.ult-tooltipster-content h3 {
    font-size: 24px;
    color: var(--sec-color);
    padding-top: 0;
}

.ult-tooltipster-content,
.ult-tooltipster-content p {
    font-size: 14px !important;
}

.ult-tooltipster-content p {
    margin-bottom: 0;
}

.ult-tooltipster-content {
    padding: 22px !important;
    text-align: left;
    background-image: url(../images/textures/hotspot-bg.jpg);
}

.ult-tooltipster-content a {
    margin-top: 1em;
    border: 1px solid var(--sec-color);
    border-radius: 3em;
    color: var(--sec-color);
    display: block;
    padding: 12px 27px;
    width: fit-content;
    font-family: Zilla Slab Medium;
    font-size: 17px;
}

.ult_hotspot_container {


    border-bottom: 9px solid var(--pri-color);
}

.w-image:not(.no-overlay):before,
.ult_hotspot_container:before {
    content: '';
    width: 100%;
    height: 100%; 
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--overlay-color);
    opacity: 0.3;
    pointer-events: none;
}
.ult-carousel-wrapper .w-image:not(.no-overlay):before {
    z-index: 2;
}

.w-image:not(.no-overlay) {
    position: relative;
}
/* EMBEDDED VIDEO */
section.faq .one-half,
section.video .one-half {
    position: relative;
    width: 50% !important;
}

section.video .one-half.video-col + .one-half {
    padding-left: var(--side-padding);
}
section.video .one-half:not(.video-col) { 
    padding-right: var(--side-padding);
}

section.faq .one-half,
.one-half.video-col + .one-half,
.one-half.video-col {
    width: 50% !important;
    margin-left: 0 !important;
    position: relative;
}
.video-col,
.one-half.video-col {
    border-bottom: 7px solid var(--pri-color);
}

