html body{
    background-color: white;
}

.doh-user-hub-section .container{
    max-width: 480px;
    padding: 0 0 40px 0;
}
.doh-user-hub-welcome-message{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    width: 323px;
    margin: 45px auto 0;
}
.doh-user-hub-language-selection{
    margin-top: 40px;
    text-align: center;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
}
.doh-user-hub-language-selection:hover{
    cursor: pointer;
}
.doh-user-hub-menu-container{
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 41px;
}
.doh-user-hub-menu-container a{
    text-decoration: none;
}
.doh-user-hub-menu-item.inactive{
    opacity: 0.5;
}
.doh-user-hub-menu-item{
    width: 100%;
    height: 146px;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}
.doh-user-hub-menu-item:first-of-type{
    margin-top: 0;
}
.doh-user-hub-menu-item:last-of-type{
    margin-bottom: 0;
}
.doh-user-hub-menu-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #56564E 0%, rgba(86, 86, 78, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#56564E), to(rgba(86, 86, 78, 0)));
    background: linear-gradient(90deg, #56564E 0%, rgba(86, 86, 78, 0) 100%);
    padding-left: 24px;
    padding-top: 20px;
}
.doh-user-hub-menu-text{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #FFFFFF;
}
.doh-user-hub-menu-arrow{
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.doh-user-hub-footer{
    height: 221px;
    width: 100%;
    background: #787871;
}
.doh-user-hub-add-review-button{
    border: 1px solid #56564E;
    border-radius: 0;
    outline: 0;
    margin-top: 28px;
    margin-bottom: 83px;
    width: 100%;
    background: white;
    padding: 24px;
    height: 75px;

    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
    text-align: left;
}
.doh-user-dinner-overview-header{
    width: 100%;
    height: 346px;
    position: relative;
}
.doh-user-dinner-overview-header-inner{
    background: -o-linear-gradient(bottom, #56564E 0%, rgba(86, 86, 78, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#56564E), to(rgba(86, 86, 78, 0)));
    background: linear-gradient(0deg, #56564E 0%, rgba(86, 86, 78, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.doh-user-dinner-overview-header-logo{
    width: 192px;
    height: 82px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.doh-user-dinner-overview-header-text{
    bottom: 24px;
    left: 24px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 139%;
    color: #FFFFFF;
    position: absolute;
}
.doh-user-dinner-overview{
    width: 100%;
    padding: 24px;
}
.doh-user-dinner-overview-date-language{
    width: 100%;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.doh-user-dinner-current-date{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #2C2C29;
    margin-left: 24px;
}
.doh-user-dinner-current-date-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.doh-user-dinner-information-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #2C2C29;
}
.doh-user-dinner-information-container{
    width: 100%;
    margin-top: 24px;
}
.doh-user-dinner-information-timing{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
    margin-top: 16px;
}
.doh-user-dinner-information-general{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #2C2C29;
    margin-top: 16px;
}
.doh-whatsapp-container{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #56564E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100000;
}
.doh-whatsapp-container a{
    max-width: 50%;
    max-height: 50%;
}
.doh-whatsapp-container a img{
    width: 100%;
}
.doh-dinner-proceed-to-order-button{
    height: 75px;
    width: 100%;
    margin: 44px auto 0;
    background: #56564E;
    border: 0;
    outline: none;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #FFF9C7;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doh-dinner-proceed-to-order-link{
    text-decoration: none;
}
.doh-dinner-step-one-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    margin-top: 13px;
}
.doh-dinner-step-one-text-input{
    width: 322px;
    height: 60px;
    border: 1px solid rgba(34, 34, 33, 0.6);
    margin: 0 auto;
    display: block;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 65%;
    color: #2C2C29;
    padding-left: 22px;
}
.doh-dinner-step-one-form{
    width: 322px;
    margin: 0 auto;
}
.doh-dinner-people-label{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
}
.doh-dinner-label{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    color: #2C2C29;
    margin-bottom: 16px;
}
.doh-dinner-name-container{
    width: 100%;
    margin-top: 24px;
}
.doh-dinner-tablenr-container{
    width: 100%;
    margin-top: 16px;
}
.doh-dinner-people-container{
    width: 100%;
    margin-top: 16px;
}
.doh-dinner-person-amount-button{
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 0;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0;

}
.doh-dinner-person-amount-button.inactive{
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4;
}
.doh-dinner-person-amount-button:active{
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    background: #CCCCCC;
}
.doh-dinner-person-amount{
    border: 0;
    outline: 0;
    background: white;
    width: 82px;
    margin: 0;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
}
.doh-dinner-people-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.doh-dinner-people-wrapper:first-of-type{
    margin-bottom: 16px;
}
.doh-dinner-submit{
    width: 322px;
    height: 72px;
    margin: 16px auto 0;
    background: #56564E;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #FFF9C7;
    border: 0;
    outline: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.doh-dinner-submit.disabled{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #FFFFFF;
    background: #E5E5E5;
}
.doh-allergernics-text{
    width: 323px;
    margin-top: 13px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    margin: 0 auto;
}
.doh-allergernics-container{
    max-width: 176px;
    width: calc(50% - 16px);
    height: 134px;
    border: 1px solid #787871;
    border-radius: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.allergenics-checkbox{
    display: none;
}
.doh-dinner-step-two-form{
    padding-left: 23px;
    padding-right: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
}

.doh-allergernics-container:nth-of-type(2n){
    margin-left: 16px;
}
.doh-allergenics-none{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #2C2C29;
    margin: 32px auto 0;
    width: 109px;
    height: 19px;
    -webkit-box-shadow: inset 0px -2px 0px #FFF9C7;
    box-shadow: inset 0px -2px 0px #FFF9C7;
}
.allergen-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}
.allergen-name{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #2C2C29;
    opacity: 0.6;
    margin-bottom: 4px;
}
.allergen-short{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 115%;
    text-align: center;
    color: #2C2C29;
}

.allergenics-checkbox[type="checkbox"]:checked + .doh-allergernics-container{
    border: 2.5px solid #56564E;
}
.allergen-submit{
    background: #56564E;
    width: 366px;
    height: 75px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #FFF9C7;
    border: 0;
    outline: 0;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 24px;
    text-align: left;
}
.doh-meal-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    width: 300px;
    margin: 14px auto 0;
}
.accordion-item .accordion-button{
    background: #56564E;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #FFF9C7;
    height: 93px;
    width: 100%;
}
.accordion-button::after{
    display: none;
}
#coursesAccordion .accordion-item{
    border: 0;
    margin-top: 10px;
    background: white;
}
#coursesAccordion .accordion-button:not(.collapsed){
    color: #FFF9C7;
    background: #56564E;
}
.meal-accordion-wrapper{
    background: #F5F5F5;
    width: 100%;
    margin: 0 auto;
    padding: 24px 32px 32px 32px;
}
.meal-accordion-allergenics{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.allergen-letter{
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}
.allergen-letter.show{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.allergen-letter:first-of-type{
    margin-left: 0;
}
.allergen-letter:last-of-type{
    margin-right: 0;
}
.meal-form-amount{
    margin-top: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #2C2C29;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.meal-accordion-wrapper{
    margin-top: 16px;
}
.allergen-letter.warning{
    background: #EAE19A;
}

.doh-dinner-meal-amount{
    border: 0;
    outline: 0;
    background: transparent;
    width: 82px;
    margin: 0;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
}
.course-header-arrow{
    margin-right: 8px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.accordion-button:not(.collapsed) .course-header-arrow{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.course-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.course-people-amount{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-align: right;
    color: #FFF9C7;
}
.order-summary{
    width: calc(100% - 2.5rem);
    display: block;
    margin: 32px auto 40px;
    height: 72px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #FFF9C7;
    background: #56564E;
    border: 0;
    outline: none;
}
.order-summary-modal{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 100%;
    background: white;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    z-index: 10;
}
.order-summary-modal.show{
    top: 0;
    overflow: scroll;
}
.doh-user-hub-section .container{
    position: relative;
}
.order-summary-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
}
.dinner-overview-course-container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dinner-overview-container{
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding: 0 20px;
}
.dinner-overview-course-name{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
}
.dinner-overview-course-amount{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dinner-overview-mealname{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #2C2C29;
}
.dinner-overview-meal-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.dinner-overview-mealamount{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dinner-overview-course-meal-container{
    padding: 24px 0;
    border-bottom: 1px solid #2C2C29;
}

.dinner-overview-course-meal-container:first-of-type{
    padding-top: 0;
}
.dinner-overview-course-meal-container:last-of-type{
    padding-bottom: 0;
    border: 0;
}
.order-summary-confirm{
    background: #56564E;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    color: #FFF9C7;
    width: calc(100% - 48px);
    height: 72px;
    margin: 0 auto;
    display: block;
    border: 0;
    outline: none;
}
.order-summary-confirmation-container{
    margin-top: 100px;
    padding-top: 16px;
    border-top:  1px solid #2C2C29;
    margin-bottom: 40px;
}
.order-summary-change{
    height: 30px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-summary-change span{
    -webkit-box-shadow: inset 0px -2px 0px #FFF9C7;
    box-shadow: inset 0px -2px 0px #FFF9C7;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;

}
.order-summary-change img{
    margin-right: 16px;
}
.order-summary-container{
    padding-top: 16px;
    overflow: scroll;
}
.thank-you-message{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
}
.thank-you-time{
    ont-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
}
.thank-you-container{
    max-width: 323px;
    width: 100%;
    margin: 150px auto 0;
    height:  100%;
    padding-bottom: 54px;
}
.done-button{
    width: calc(100% - 44px);
    margin: 0 auto 40px;
    height: 72px;
    background: #56564E;

}
.done-button a{
    width: 100%;
    height:  100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #FFF9C7;
}
.thank-you-changes{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #2C2C29;
    margin-top: 22px;
}
.meal-form-amount.execution{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #2C2C29;
    padding-left: 16px;
    margin-top: 16px;
}
.amount-size-container{
    width: 186px;
    min-width: 186px;
}
.execution-size-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #2C2C29;
}
.execution-container{
    margin-top: 47px;
}

.language-picker-modal{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(86, 86, 78, 0.6);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.language-picker-modal.show{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100000000;
}
.language-picker{
    width: 242px;
    height: 142px;
    background: white;
    padding: 28px 50px 28px 32px
}
.language-inner:first-of-type{
    margin-bottom: 21px;
}
.language-inner img{
    margin-right: 30px;
}
.language-inner{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
}
.language-inner a{
    color: #2C2C29;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language-inner a:hover{
    color: #DAD081;
}
.meal-special{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
}
.meal-special img{
    margin-right: 8px;
    width: 18px;
}
.meal-special span{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #212222;

}
.meal-accordion-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    color: #2C2C29;
}
.doh-allergenics-none a{
    text-decoration: none;
    color: #2C2C29;
}
.loading-screen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(154,154,149, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loading-screen.inactive{
    display: none;
}
.loading-screen img{
    max-width: 200px;
}
.go-back-link{
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 50;
}
.meal-accordion-name-subline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 135%;
    color: #2C2C29;
    margin-bottom: 5px;
}
.add-wine-to-order-button{
    width: calc(100% - 44px);
    margin: 0 auto 40px;
    height: 72px;
    background: #FFF9C7;

}
.add-wine-to-order-button a{
    width: 100%;
    height:  100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 65%;
    text-align: center;
    color: #56564E;
}
.add-wine-to-order-text{
    font-family: "Museo Sans";
    padding-bottom: 10px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.doh-wine-card-header{
    width: 100%;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Museo Sans";
    color: #FFF9C7;
    background: #56564E;
    font-size: 26px;
    padding: 16px 32px;
}
.wine-accordion-price{
    margin-top: 20px;
    font-family: "Museo Sans";
    text-align: right;
    font-size: 23px;
}
.wine-accordion-description{
    font-family: "Museo Sans";
}
.wine-accordion-location{
    font-family: "Museo Sans";
    margin-top: 6px;
}
.wine-order-summary-button{
    width: 100%;
    height: 75px;
    margin-top: 30px;
    outline: 0;
    border: 0;
    font-family: "Museo Sans";
    color: #FFF9C7;
    background: #56564E;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wine-order-summary-modal{
    background: white;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    padding: 0 20px;
}
.wine-order-summary-modal.show{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.wine-order-headline{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #2C2C29;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.wine-order-wine-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}
.wine-order-wine-top,
.wine-order-wine-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -7px;
}
.wine-order-wine-top{
    font-size: 12px;
    font-weight: 800;
    font-family: "Museo Sans";
}
.wine-order-wine-bottom{
    font-family: "Museo Sans";
    font-size: 18px;
}
.wine-order-wine-name{
    max-width: 80%;
}
.wine-order-total{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Museo Sans";
    font-weight: bold;
}
.wine-order-accept-button{
    width: 100%;
    height: 78px;
    outline: 0;
    border: 0;
    font-family: "Museo Sans";
    color: #FFF9C7;
    background: #56564E;
    font-size: 22px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.wine-order-decline{
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Museo Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #2C2C29;
}
.wine-order-decline span{
    -webkit-box-shadow: inset 0px -2px 0px #FFF9C7;
    box-shadow: inset 0px -2px 0px #FFF9C7;
}
.wine-order-decline img{
    margin-right: 16px;
}
.success-container{
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    font-size: 20px;
    text-align: center;
    font-family: "Museo Sans";
    font-weight: bold;
}
.success-container.show{
    opacity: 1;
}
.success-container .done-button{
    margin-top: 30px;
}
.meal-accordion-name-subline.snacks{
    font-size: 20px;
    margin-top: 8px;
}
.meal-accordion-name-subline.snack-name{
    font-size: 22px;
    line-height: 135%;
    color: #2C2C29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.meal-accordion-headline.snack-zutaten{
    margin-top: 8px;
    margin-bottom: 8px;
    color: #9A9A95;
    font-weight: 600;
    font-size: 16px;
}

.meal-accordion-wrapper.snack-item{
    padding-top: 65px;
    position: relative;
}
.meal-accordion-snack-image{
    margin: 0 auto;
    width: 182px;
    height: 182px;
    background: green;
    border-radius: 50%;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
}
.accordion-body.snack-item{
    padding-top: 50px;
}
.accordion-body.wine-item{
    padding-top: 40px;
}

.bar-drink-image{
    display: block;
    height: 150px;
}
.meal-accordion-snack-image.drinks{
    width: 130px;
    height: 130px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 30px;
    top: 24px;
}
.accordion-body.snack-item.drinks{
    padding-top: 40px;
}
.meal-accordion-headline.alk-percent{
    font-size: 14px;
    color: #2C2C29;
    font-weight: 400;
}
.snack-preview-image-container.drinks.wine{
    width: auto;
}
.meal-accordion-headline.snack-zutaten.winery{
    font-size: 14px;
    font-weight: 400;
    color: #2C2C29;
}
.meal-accordion-headline.wein-preis{
    font-size: 32px;
    color: #2C2C29;
    text-align: right;
}

.doh-wine-card-wine-image{
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 7px;
}
.meal-accordion-snack-image.winecardfull{
    background: white;
    width: 130px;
    height: 130px;
    top: 24px;
}
.doh-wine-type-headline{
    text-align: center;
    margin-top: 20px;
    font-family: "Museo Sans";
    font-size: 32px;
    color: #56564E;
}
.doh-wine-card-sorting-headline{
    font-size: 24px;
    color: #2C2C29;
    padding-left: 10px;
}
.doh-wine-card-full-arrow{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    margin-left: 8px;
}
.doh-wine-card-sort-name{
    font-size: 20px;
    font-family: "Museo Sans";
    color: #2C2C29;
    font-weight: 600;
}
.doh-wine-card-sorting-headline{
    margin-bottom: 20px;
}
.doh-wine-card-sort{
    margin-top: 5px;
}
.doh-wine-card-sort-range-slider {
    position: relative;
    width: calc(100% - 60px);
    overflow: hidden;
    height: 0;
    text-align: center;
    margin: 0 auto;
    font-family: "Museo Sans";
    font-size: 17px;
}
.doh-wine-card-sort-range-slider.show{
    height: 80px;
    margin: 20px auto 0;
    overflow: visible;
}
.doh-wine-card-sort-range-slider.show input{
    overflow: visible;
}

.doh-wine-card-sort-range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
    width: calc(100% - 60px);
    height: 18px;
    padding: 0;

    -webkit-appearance: none;  /* Override default CSS styles */
    -moz-appearance: none;
    appearance: none;
    background: transparent; /* Grey background */
    outline: none; /* Remove outline */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.doh-wine-card-sort-range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;

}

.doh-wine-card-submit-filter{
    width: 160px;
    height: 40px;
    border-radius: 5px;
    outline: 0;
    border: 0;
    background: #41413b;
    color: #FFF9C7;
    margin: 10px auto;
    display: block;
    font-family: "Museo Sans";
}
.doh-wine-card-submit-filter.reset{
    color: #41413b;
    background: #FFF9C7;
}
.doh-wine-card-sort-container{
    padding-left: 10px;
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s height ease;
    -o-transition: .3s height ease;
    transition: .3s height ease;
}
.doh-wine-card-sort-container.show{
    height: 100%;
}

.doh-wine-card-sort-range-slider input[type=range] {
    height: 33px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
.doh-wine-card-sort-range-slider input[type=range]:focus {
    outline: none;
}
.doh-wine-card-sort-range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    -webkit-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #000000;
    background: #56564E;
    border-radius: 50px;
    border: 1px solid #000000;
}
.doh-wine-card-sort-range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 3px #000000;
    box-shadow: 1px 1px 3px #000000;
    border: 1px solid #56564E;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background: #FFF9C7;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10.5px;
}
.doh-wine-card-sort-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #56564E;
}
.doh-wine-card-sort-range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #56564E;
    border-radius: 50px;
    border: 1px solid #000000;
}
.doh-wine-card-sort-range-slider input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 3px #000000;
    border: 1px solid #56564E;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background: #FFF9C7;
    cursor: pointer;
}
.doh-wine-card-sort-range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.doh-wine-card-sort-range-slider input[type=range]::-ms-fill-lower {
    background: #56564E;
    border: 1px solid #000000;
    border-radius: 100px;
    box-shadow: 1px 1px 1px #000000;
}
.doh-wine-card-sort-range-slider input[type=range]::-ms-fill-upper {
    background: #56564E;
    border: 1px solid #000000;
    border-radius: 100px;
    box-shadow: 1px 1px 1px #000000;
}
.doh-wine-card-sort-range-slider input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 3px #000000;

    height: 25px;
    width: 25px;
    border-radius: 50px;
    background: #FFF9C7;
    cursor: pointer;
}
.doh-wine-card-sort-range-slider input[type=range]:focus::-ms-fill-lower {
    background: #56564E;
}
.doh-wine-card-sort-range-slider input[type=range]:focus::-ms-fill-upper {
    background: #56564E;
}
.doh-wine-card-sort{
    padding-bottom: 10px;
}
.doh-filter-range-values{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.doh-filter-range-left{
    width: 30%;
    text-align: left;
}
.doh-filter-range-right{
    width: 30%;
    text-align: right;
}
.doh-country-name-filterable{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #787871;
    color: #FFF9C7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    padding: 5px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    margin: 3px;
}
.doh-country-name-filterable.clicked{
    background: #FFF9C7;
    color: #41413b;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.doh-wine-filter-country-container{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow: hidden;
    height: 0;
}
.doh-wine-filter-country-container.show{
    height: auto;
    padding-top: 10px;
}
.doh-wine-card-sorting-headline img{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-left: 10px;
}
.doh-wine-card-sorting-headline img.turn{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.doh-wine-card-full-arrow.turn{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.doh-wine-card-sort-name span{
    font-size: 11px;
    color: #52524c;
}
.doh-wine-card-filter-error{
    font-family: "Museo Sans";
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

#winecardFilterable .accordion-button:not(.collapsed){
    color: #FFF9C7;
    background: #56564E;
}
.doh-wine-card-filter-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doh-snacks-only-vegetarian{
    border: 0;
    outline: 0;
    color: #56564E;
    border-radius: 8px;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
}
.doh-wine-intensity-filter-container{
    border: 0;
    outline: 0;
    color: #56564E;
    border-radius: 8px;
    position: relative;
}
.doh-wine-card-sort.intensity .doh-wine-card-sort-range-slider.show{
    height: auto;
}

.doh-snacks-only-vegetarian label,
.doh-wine-intensity-filter-container label{
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #15D762;
}
.doh-wine-intensity-filter-container label{
    color: #56564E;
}
.doh-wine-card-sort.intensity .doh-wine-card-sort-range-slider.show{
    margin-top: 0;
}
.doh-wine-intensity-icon-filter{
    opacity: 0.6;
    margin: auto 2px;
    transition: .5s all ease;
}
.doh-wine-intensity-checkbox:checked+label .doh-wine-intensity-icon-filter{
    opacity: 1;
}

.doh-snacks-only-vegetarian [type="checkbox"],
.doh-wine-intensity-filter-container [type="checkbox"]{
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}

.doh-snacks-only-vegetarian [type="checkbox"] + label::before,
.doh-wine-intensity-filter-container [type="checkbox"] + label::before{
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #000000;
    display: block;
    content: "";
    float: left;
    z-index: 5;
    position: relative;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doh-snacks-only-vegetarian input[type="checkbox"]:checked+label::before,
.doh-wine-intensity-filter-container input[type="checkbox"]:checked+label::before {
    content: ' ';
    font-size: 35px;
    line-height: 1px;
    color: #C2C283;
    background: url('/images/icons/checked.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#courseCollapseSnacks{
    position: relative;
    padding-top: 50px;
}
.doh-snack-error-message{
    font-family: "Museo Sans";
    font-size: 20px;
    margin-top: 60px;
    text-align: center;
}
.veg-icon-snack{
    margin-left: 10px;
    display: block;
}
.doh-atoz-user-container{
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.doh-atoz-user-container h2{
    text-transform: uppercase;
    font-family: "Museo Sans";
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0.03em;
    position: relative;
}
.doh-atoz-user-container p{
    font-family: "Museo Sans";
    font-size: 16px;
    margin-top: 20px;
}
.doh-atoz-searchbar-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height:50px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 6px 22px 1px rgba(86,86,78,0.5);
    box-shadow: 0px 6px 22px 1px rgba(86,86,78,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 1000;
    width: calc(100% - 30px);
    margin: 20px auto 0;
    position: relative;
    background: white;
}
.doh-atoz-searchbar{
    height: 100%;
    font-family: "Museo Sans";
    width: 100%;
    color: #56564E;
    border: 0;
    border-radius: 25px;
    padding-left: 20px;
    font-size: 25px;
}
.doh-atoz-searchbar-container img{
    width: 20px;
}
.doh-atoz-searchbar-container.fixed{
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
}
.doh-atoz-searchbar.hide{
    display: none;
}
.doh-atoz-image-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height:50px;
}
.doh-atoz-searchbar-container.opened{
    width: calc(100% - 30px);
}
.doh-atoz-search-dropdown{
    width: calc(100% - 50px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    background: white;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    height: 0;
    overflow: scroll;
    max-height: 200px;
    -webkit-box-shadow: 0px 6px 22px 1px rgba(86,86,78,0.5);
    box-shadow: 0px 6px 22px 1px rgba(86,86,78,0.5);
    border-radius: 0 0 10px 10px;
}
.doh-atoz-search-dropdown.opened{
    height: 150px;
}
.doh-atoz-search-dropdown-item{
    height: 50px;
    font-family: "Museo Sans";
    font-size: 16px;
    width: 100%;
    border-bottom: .5px solid #56564E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.doh-atoz-search-dropdown-item a{
    color: #2C2C29;
    text-decoration: none;
}
.doh-atoz-headline{
    font-family: "Museo Sans";
    text-align: center;
    font-size: 25px;
    position: relative;
    margin-top: 70px;
    font-weight: 700;
}
.doh-atoz-headline::before{
    width: calc(100% - 60px);
    height: 10px;
    background: #FFF9C7;
    content: ' ';
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: -1;
}
.doh-h2-letter-element{
    position: absolute;
    left: -15px;
    top: -35px;
    font-size: 100px;
    color: #FFF9C7;
    z-index: -1;
}

.doh-spa-container {
    position: relative;
    display:inline-block;
}
.doh-spa-container img {
    display:block;
}
.doh-spa-container .map-selector {
    left:0;
    top:0;
    right:0;
    bottom:0;
    color:#546E7A00;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: top, left, right, bottom, color;
    -o-transition-property: top, left, right, bottom, color;
    transition-property: top, left, right, bottom, color;
}
.doh-spa-container .map-selector.hover {
    color:#546E7A80;
}

.map-selector:after {
    content: '';
    position: absolute;
    background: currentColor;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background: currentColor;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: top, left, right, bottom, background;
    -o-transition-property: top, left, right, bottom, background;
    transition-property: top, left, right, bottom, background;
    pointer-events: none;
}
.doh-spa-content-full{
    width: 100%;
    height: 1000px;
    overflow: scroll;
    position: relative;
}
.doh-spa-container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.doh-spa-positions{
    width: 100%;
    height: 100%;
    position: relative;
}
.doh-spa-spot{
    font-family: "Museo Sans";
    font-size: 20px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
}
.doh-spa-spot-switcher-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.doh-spa-prev{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 20px;
    z-index: 100;
    top: 50%;
}
.doh-spa-prev img{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.doh-spa-next{
    position: absolute;
    right: 20px;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.doh-spa-switcher-full-container{
    position: sticky;
    height: 70px;
    margin-top: 50px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1000;
    top: 0;
    background: white;

}

.doh-spa-dot.active{
    background: #EAE19A;
    color: #2C2C29;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: pulsate 2s infinite;
    animation: pulsate 2s infinite;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);

}

@-webkit-keyframes pulsate {
    0%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    25%{
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    50%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes pulsate {
    0%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    25%{
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    50%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.doh-spa-content-full{
    scroll-behavior: smooth;
}
.doh-user-hub-language-selection.added-padding{
    padding-bottom: 80px;
}
.doh-spa-text-container{
    font-family: "Museo Sans";
    font-size: 15px;
    color: #2C2C29;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
}
.doh-spa-text-container b{
    font-weight: 600;
}
.doh-spa-text-container h2{
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
}
.doh-spa-arrow{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-top: 20px solid #ffffff;
    animation: bounceUpDown 2s infinite;
}
@keyframes bounceUpDown {
    0%{
        bottom: -20px;
    }
    15%{
        bottom: -10px;
    }
    25%{
        bottom: -20px;
    }
    40%{
        bottom: -15px;
    }
    50%{
        bottom: -20px;
    }
    100%{
        bottom: -20px;
    }
}

.doh-order-allergens-modal-backdrop{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000000000;
    background: rgba(86,86,78,0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s all ease;
}
.doh-order-allergens-modal-backdrop.hide{
    opacity: 0;
}
.doh-order-allergens-warning-modal{
    width: 250px;
    height: 135px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    font-family: "Museo Sans";
    position: relative;
}
.doh-allergens-warning-close{
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    transform: rotate(45deg);
    color: #787871;
}

.doh-wine-intensity-icon-container{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doh-wine-intensity-icon{
    margin: auto 15px;
    opacity: 0.7;
}
.accordion-body.wine-item .meal-accordion-wrapper{
    padding-bottom: 0;
}
.doh-wine-intensity-filter-container{
    position: relative;
    text-align: left;
}
.meal-snack-allergens-headline{
    font-family: "Museo Sans";

}
.doh-massage-modal-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    overflow: hidden;
    display: none;
    transition: all .5s ease;
    opacity: 0;
}
.doh-massage-modal-backdrop.show{
    backdrop-filter: blur(4px);
    background: rgba(86, 86, 78, 0.60);
    opacity: 1;
}
.doh-massage-modal-backdrop.display{
    display: block;
}
.doh-massage-modal-inner-container{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 350px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    hyphens: auto;
}
.doh-massage-modal-inner-close{
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    padding-right: 15px;
    padding-top: 15px;
}
.doh-massage-modal-inner-close img{
    height: 15px;
}
.doh-massage-modal-content-inner{
    margin-top: 30px;
}
.doh-massage-price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
}
.doh-massage-type{
    padding: 25px;
    font-family: "Museo Sans";
}
.doh-massage-name{
    font-weight: 600;
}
.doh-massage-anfrage-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: "Museo Sans";
    margin-top: 5px;
    color: #3D3D38;
    text-decoration: none;
    background: #EAE19A;
}

.doh-massage-headline{
    font-family: "Museo Sans";
    width: 80%;
    margin:  0 auto 20px;
}

.doh-massage-headline a{
    text-decoration: none;
}

.doh-massage-modal-headline{
    font-family: "Sophia Bella";
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 800;
    font-size: 35px;
}
#massage-information{
    width: 55px;
    height: 55px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    display: none;
    background: #3D3D38;
    border-radius: 50%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #3D3D38;
    justify-content: center;
    align-items: center;
    font-family: "Museo Sans";
    font-size: 40px;
}
#massage-information img{
    height: 100%;
}
#massage-information.active{
    display: flex;
}
.doh-atoz-back-to-top{
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(500px);
    transition: .8s all ease;
}
.doh-atoz-back-to-top.active{
    transform: none;
}
.doh-atoz-back-to-top img{
    transform: rotate(180deg);
    width: 30%;
}

