body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* Alignment */
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .alignleft {
        display: inline;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        margin-left: 1.5em;
    }
}

/* Captions */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.btn {
    border-radius: 24px !important;
    border: none !important;
    font-size: 14px !important;
    letter-spacing: 0.35px !important;
    font-weight: 500 !important;
    padding: 6px 22px 6px 22px !important;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    background-color: #e72860 !important;
    color: #fff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: #f52160 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.adventure-availability {
    display: block;
    text-align: center;
    color: #ffffff;
}

.adventure-availability .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -1px;
}

.adventure-availability .icon svg * {
    stroke: rgba(255, 255, 255, .6);
}

.adventure-availability .icon svg path,
.adventure-availability .icon svg circle {
    fill: rgba(255, 255, 255, .6);
}

.clever-reach-form form {
    width: 100%;
}

.clever-reach-form label, .cr_form-component--checkbox > span {
    display: none;
}

.clever-reach-form .editable_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.clever-reach-form .cr_form-component--text {
    width: 48% !important;
}

.clever-reach-form .cr_form-component--email {
    width: 66% !important;
}

.clever-reach-form .cr_form-component--checkbox .cr_form-component--group .cr_form-inputgroup--typecheckbox {
    width: 100%;
    display: flex;
    gap: 10px;
}

.clever-reach-form .cr_form-component--checkbox > .cr_form-component--group label {
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    color: var(--e-global-color-secondary);
    margin-bottom: 0;
}

.clever-reach-form input[type=text], .clever-reach-form input[type=email] {
    border-radius: 15px;
    border-color: var(--e-global-color-secondary);
}

.clever-reach-form .cr_form-component--submit {
    width: 30% !important;
    display: flex;
    align-items: flex-start;
}

.clever-reach-form button[type=submit] {
    border-radius: 20px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    width: 100%;
    font-weight: 400;
}

.clever-reach-form .cr_form-inputgroup--typecheckbox > input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.li-custominput {
    margin-top: -5px;
    color: #fff;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 7px;
    border: 1px var(--e-global-color-secondary) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-top: 3px;
}

.li-custominput:hover, .cr-form-switcher:hover {
    cursor: pointer;
}

.cr-form-switcher {
    display: flex;
}

.cr-form-switcher[data-form-name="eltern"] ~ div[data-form="paedagoginnen"] {
    display: none;
}

.cr-form-switcher[data-form-name="paedagoginnen"] ~ div[data-form="eltern"] {
    display: none;
}

.input-active, .input-active-form {
    color: #57544b !important;
}

.cr-form-switcher div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.cr-form-switcher label {
    color: var(--e-global-color-secondary);
    font-size: 24px;
    width: 50%;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 29px;
    letter-spacing: 0.4px;
}

.cr-form-switcher input[type="radio"] {
    display: none;
}

.cr-form-switcher .form-switcher-input {
    display: inline-block;
    border: 1px solid var(--e-global-color-secondary);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    horiz-align: center;
    font-size: 16px;
    border-radius: 15px;
    background: #fff;
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

.custom-markers ul li::before {
    content: '//';
    position: absolute;
    left: 0;
}

.custom-markers ul {
    padding-left: 30px;
    list-style-type: none;
}

.clever-reach-form button.cr_button {
    opacity: 0.8;
    border: none !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6px;
}

.clever-reach-form button.cr_button:hover {
    border: none;
    opacity: 1;
}

@media (max-width: 767px) {
    .clever-reach-form .cr_form-component--submit, .clever-reach-form .cr_form-component--text, .clever-reach-form .cr_form-component--email {
        width: 100% !important;
    }

    .cr-form-switcher {
        flex-direction: column;
    }

    .cr-form-switcher label {
        width: 100%;
        font-size: 20px;
    }
}

.li-mint-adventure-star {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: rgb(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
}

.li-mint-adventure-star.active svg path {
    fill: var(--e-global-color-secondary);
    stroke: var(--e-global-color-secondary);
}

.li-mint-adventure-star svg {
    width: 24px;
    height: 26px;
    margin-top: 2px;
}

.back-to-top-archive {
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
}

.back-to-top-active {
    transition: opacity 0.8s ease-in-out;
    opacity: 1;
}

.back-to-top-archive:hover {
    cursor: pointer;
}

.li-widgets--adventure-star-archive__container .li-mint-adventure-star {
    display: none;
}

.li-open-cookie-settings {
    background: unset;
    border: none;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    padding: unset;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--e-global-color-secondary);
}

.li-open-cookie-settings:hover {
    background: unset;
    color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
    .li-open-cookie-settings {
        font-size: 15px;
    }
}