@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&amp;family=Open+Sans:wght@300;400;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&amp;display=swap");

html {
    scroll-behavior: smooth;
    font-family: "Avenir LT 35", sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

nav {
    background-color: unset !important;
    box-shadow: none !important;
}

body {
    /* background: linear-gradient(160deg, #ffffff 0, #dedede 58%); */
    background: #ffffff;
}

h1 {
    font-family: "Miriam Libre";
    font-size: 45px;
    line-height: 0em;
    letter-spacing: -1px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Avenir LT 35", sans-serif;
}

p {
    font-family: "Avenir LT 35", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 16px;
    font-weight: 400;
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-select-container select { display: inline!important; }


.noselect {
    -webkit-touch-callout: none !important;
    /* iOS Safari */
    -webkit-user-select: none !important;
    /* Safari */
    -khtml-user-select: none !important;
    /* Konqueror HTML */
    -moz-user-select: none !important;
    /* Old versions of Firefox */
    -ms-user-select: none !important;
    /* Internet Explorer/Edge */
    user-select: none !important;
}

.eicon-share-arrow {
    display: none;
}

.elementor-slideshow__title {
    display: none;
}

.elementor-message.elementor-message-success {
    color: #fff !important;
    /* display: block; */
    padding: 20px;
    background: #5fce7c;
    font-family: "Avenir LT 35", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

/* Cookie Modal Window Close*/
button#cliModalClose {
    background: none;
}

.footerLink * {
    font-family: "Avenir LT 35", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.9;
    letter-spacing: 0;
    transition: 0.2s ease;
}

.footerLink *:hover {
    color: #fed046;
    text-decoration: none;
    transition: 0.2s ease;
}

/* .elementor-nav-menu--dropdown {
    background: rgba(41, 44, 49, 0.7);
    backdrop-filter: blur(13px);
} */

/* .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
    display: inline-block;
} */

.elementor-slide-heading {
    display: none;
}

.no-bullets {
    list-style-type: none;
}

#available,
#notavailable {
    font-family: "Avenir LT 35", sans-serif;
    font-size: 18px;
}

#available::before {
    content: "■  ";
    color: darkseagreen;
}

#notavailable::before {
    content: "■  ";
    color: rosybrown;
}

.white-border table * {
    border-color: #ffffff !important;
}

/* hide the Google Recaptcha V3 badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Down-Arrow in Parallax / Slider section -> sticky to bottom */
body:not(.rtl) .elementor-4519 .elementor-element.elementor-element-5d24113 {
    bottom: 0px;
}

.elementor-widget-text-editor {
    font-family: "Avenir LT 35", sans-serif !important;
}

/*Disables the wp standard header*/
#masthead {
    display: none !important;
}

/*Disables wp standard nav toggle button*/
button.sub-menu-toggle {
    display: none !important;
}

.black-blur {
    background: rgb(23 23 25 / 70%);
    backdrop-filter: blur(5px);
}

.white-blur {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
}

.grey-blur {
    background: rgb(209 209 209 / 88%);
    backdrop-filter: blur(5px);
}

.elementor-nav-menu--main .elementor-nav-menu a:hover {
    text-decoration: none;
}

.custom-html-widget .table td {
    vertical-align: middle;
}

/* changes background-color of every 2nd row*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(186, 200, 189);
}

.elementor-3283 .elementor-element.elementor-element-02902b3>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

::selection {
    background: #fed046;
    color: #878787;
}

/**************************************** Buttons ***************************************/
.button_gelb {
    color: #ffffff;
    background-color: #fed046;
    box-shadow: none;
    padding: 15px 20px;
    transition: all 0.5s;
}

.button_gelb:hover {
    background-color: #ffbd0a;
    box-shadow: inset 0px 0px 165.98px 27.02px rgba(18, 18, 17, 0.08);
}

a.nicdark_display_inline_block.button_lila {
    background-color: #6b6974;
    transition: all 0.5s;
}

a.nicdark_display_inline_block.button_lila:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.metro {
    display: inline-block;
    border-bottom: 1px dashed #464646;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    transition: 0.2s ease;
}

.metro:hover {
    color: #fed046;
    transition: 0.2s ease;
    text-decoration: none;
    border-color: #fed046;
}

.metro::after {
    content: "›";
    font-size: 100%;
    padding-left: 5px;
}

.metro2 {
    display: inline-block;
    border-bottom: 1px dashed #464646;
    margin: 0px 5px 0px 3px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    transition: 0.2s ease;
}

.metro2:hover {
    color: #fed046;
    transition: 0.2s ease;
    text-decoration: none;
    border-color: #fed046;
}

@media only screen and (max-width: 767px) {
    .elementor-4519 .elementor-element.elementor-element-56b02be0 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20% 0% 0% 0%;
    }
}

@media only screen and (max-width: 500px) {
    .elementor-4519 .elementor-element.elementor-element-56b02be0 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 40% 0% 0% 0%;
    }
}

/* IPhone X landscape */
@media screen and (max-width: 1024px),
screen and (max-height: 500px) {
    .elementor-heading-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 812px) {
    #cookie-notice {
        position: fixed;
        min-width: 100%;
        height: auto;
        z-index: 100000;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px;
        left: 0;
        text-align: center;
        font-weight: 400;
        font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
            "Helvetica Neue", sans-serif;
    }
}

.but_GY *:hover {
    text-decoration: none;
    transition-duration: 0.3s;
}

.but {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.but-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.but-4 span {
    z-index: 20;
}

.but-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.but-4:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

div.elementor-slide-description>div.row {
    flex-wrap: nowrap;
}

.elementor-widget-image a {
    display: block;
}