@import url("https://cdn.3wm.de/cdnjs/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://cdn.3wm.de/cdnjs/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
/* cabin-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cabin-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cabin-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/cabin-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cabin-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ms-madi-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ms Madi';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ms-madi-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**
 * Formulare
 */
form {
    max-width: max-content;
    margin: 0 auto;
}

.form_row.email_confirm {
    position: absolute;
    left: -9999px;
    z-index: -1;
    opacity: 0;
}

form#frontendForm_1 {
    margin: 0 auto;
    /*transform: translateX(-45px);*/
}

form#frontendForm_1 .submit .form_element {
    text-align: right;
}

.formularContainer input[type='checkbox'], .formularContainer input[type='radio'] {
    visibility: hidden;
}

.form_row {
    margin: 15px 0;
    display: flex;
}

.form_row.required .form_label label:after {
    content: '*';
}

.form_label {
    display: inline-block;
    width: 250px;
    padding-right: 10px;
    vertical-align: top;
}

.desktop .form_label {
    line-height: 29px;
    min-height: 29px;
    text-align: right;
}

.form_element {
    display: inline-block;
    width: calc(100% - 260px);
    text-align: left;
}

.form_element input,
.form_element textarea,
.form_element select {
    border: 1px solid #000;
}

.form_error {
    color: #DD1A1A;
    padding-top: 3px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="email"],
textarea {
    background-color: #fff;
    color: #444542;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    vertical-align: middle;
    resize: none;
}

textarea {
    height: 100px;
}

option {
    color: black;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #fff;
    color: #444542;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #000;
}

.ui-checkbox {
    border: none;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: none;
    padding: 2px 5px;
    overflow: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    padding-left: 40px;
    padding-right: 10px;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
}

.ui-btn-icon-right:after {
    content: '';
    right: 5px;
    top: 16px;
    width: 23px;
    height: 16px;
    cursor: auto;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-top: -14px;
    margin-left: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after {
    content: '\f00c';
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '\f00d';
}

.formularContainer input[type='submit'] {
    background: none;
    color: #fff;
    border-color: #fff;
}

/****************************************************************/
.formularContainer .ui-checkbox {
    background: transparent;
    outline: none;
    color: inherit;
    vertical-align: middle;
}

.formularContainer .ui-checkbox .ui-btn:after {
    opacity: 1;
    top: 13px;
    left: 0;
    line-height: 27px;
    text-align: center;
    font-size: 22px !important;
    background-color: #fff !important;
    height: 27px;
    width: 27px;
    color: #444542;
    border: 1px solid #000;
}

.formularContainer .ui-checkbox > .ui-btn {
    padding-left: 40px !important;
    border: none !important;
    overflow: visible !important;
    text-align: left;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '';
}

/* Feedback form */

.formularContainer .form_row.radio.plugin .ui-radio {
    position: relative;
    float: left;
    width: calc(15% - 2px);
    min-width: 45px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/Enchi-Chili-nichtaktiv.png');
    outline: none;
    border: none;
}

.formularContainer .form_row.radio.plugin .ui-radio:first-child,
.formularContainer .form_row.radio.plugin .ui-radio.active {
    background-image: url('../images/Enchi-Chili-aktiv.png');
}

.formularContainer .form_row.radio.plugin .ui-radio:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.formularContainer .form_row.radio.plugin .ui-radio label {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

/* mobile Form */

@media (max-width: 650px) {
    .form_label {
        font-size: 1.2em !important;
        margin-bottom: 5px;
        width: 100% !important;
        text-align: center !important;
    }

    input {
        font-size: 18px !important;
    }

    .formularContainer .form_row.radio.plugin .ui-radio {
        float: none;
    }

    .form_element {
        text-align: center !important;
        width: 100% !important;
    }
}

/*maps*/
.map_wrapper {
    text-align: center;
}

.map_wrapper .form_row.text {
    width: 45% !important;
    display: inline-block;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-top: none;
    border-bottom: none;
    float: none !important;
}

.mobile .map_wrapper .form_row.text {
    width: 100% !important;
}

.map_wrapper .form_row.text .form_element {
    width: 100%;
    text-align: center;
}

.map_wrapper .form_row.text .form_element input {
    max-width: none;
}

.map_wrapper .form_row.route_options {
    position: static;
    margin-top: 0;
    margin-bottom: 30px;
}

.map_wrapper .form_row.route_options .form_element {
    width: 100% !important;
    text-align: center;
}

/*Opentable*/
.opentable iframe {
    /*max-height: 200px;*/
}

/* Animations*/
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(-1);
        transform: translateX(-1000px) scaleX(-1);
        /*opacity: 0;*/
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(-1);
        transform: translateX(-1000px) scaleX(-1);
        /*opacity: 0;*/
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@-webkit-keyframes slide-in-right--gedreht {
    0% {
        -webkit-transform: translateX(1000px) rotate(20deg);
        transform: translateX(1000px) rotate(20deg);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) rotate(20deg);
        transform: translateX(0) rotate(20deg);
    }
}

@keyframes slide-in-right--gedreht {
    0% {
        -webkit-transform: translateX(1000px) rotate(20deg);
        transform: translateX(1000px) rotate(20deg);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) rotate(20deg);
        transform: translateX(0) rotate(20deg);
    }
}

@-webkit-keyframes slide-in-left--gespiegelt-xy {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(-1) scaleY(-1);
        transform: translateX(-1000px) scaleX(-1) scaleY(-1);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) scaleX(-1) scaleY(-1);
        transform: translateX(0) scaleX(-1) scaleY(-1);
    }
}

@keyframes slide-in-left--gespiegelt-xy {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(-1) scaleY(-1);
        transform: translateX(-1000px) scaleX(-1) scaleY(-1);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) scaleX(-1) scaleY(-1);
        transform: translateX(0) scaleX(-1) scaleY(-1);
    }
}

@-webkit-keyframes slide-in-right--gedreht-negativ {
    0% {
        -webkit-transform: translateX(1000px) rotate(-33deg);
        transform: translateX(1000px) rotate(-33deg);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) rotate(-33deg);
        transform: translateX(0) rotate(-33deg);
    }
}

@keyframes slide-in-right--gedreht-negativ {
    0% {
        -webkit-transform: translateX(1000px) rotate(-33deg);
        transform: translateX(1000px) rotate(-33deg);
    }
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0) rotate(-33deg);
        transform: translateX(0) rotate(-33deg);
    }
}

body:has(.four_o_four_wrapper) {
    background: url("/theme/images/background.jpg") repeat top center;
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}

.opentable iframe {
    transform: scale(1.1);
}