@font-face {
    font-family: 'FontAwesome';
    src: url("/bundle/fonts/fontawesome-webfont.ttf") format('truetype');
}


header {
    z-index: 1000;
}

main {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 510px;
    position: relative;
    padding-bottom: 50px;
}


img {
    max-width: 100%;
    height: auto;
}

.header-logo {
    max-width: 240px;
}


.language-dropdown summary {
    list-style: none;
    cursor: pointer;
}

.language-dropdown {
    position: relative;
}

.language-options {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.language-modal {
    display: none;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1000;
    position: absolute;
}

@media (max-width: 1400px) {
    .language-modal {
        right: 15px
    }
}
.language-modal-content {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    width: auto;
    position: relative;
}

.language-options {
    display: flex;
    flex-direction: column;
}

.language-box {
    display: flex;
    flex-direction: column;
}

.language-option {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: left;
}

.language-option:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.flag-container img {
    width: 20px;
    margin-right: 8px;
}

.indexPage .previewImageCol.limitPreviewImageSize {
    text-align: center;
}


.indexPage .previewImageCol.limitPreviewImageSize .voucherImageMockupPrint {
    padding: 14px 0;
}


.indexPage .previewImageCol .voucherImageMockupPdf {
    padding: 25px 0;
}

.voucherPreviewTabs .voucherImageMockup .voucherActive {
    display: table;
    width: 100%;
    min-height: 185px;
    text-align: center;
}


.voucherPreviewTabs .voucherImageMockup.voucherActive > div {
    display: table-cell;
    vertical-align: middle;
}


.emittentInfo {
    line-height: 4;
    font-size: 15px;
}

.voucherPreviewTab.voucherActive {
    color: white;
}

.h-0 {
    height: 0;
}

.fa-shopping-cart {
    font-family: "FontAwesome", serif;
    font-size: 30px;
}

.inline {
    line-height: 1;
    display: block;
}

header .header-logo {
    margin: 20px 0 20px auto;
}

.indexPage .indexPageContent {
    padding: 25px 25px 8px 25px;
}

.indexPageContent .indexPageInner .fs b, .indexPageContent .indexPageInner .fs p {
    font-size: 32px
}

.indexPageContent .indexPageInner .fs li {
    line-height: 1;
    font-size: 24px;
}

.indexPageContent .custom-margin div b {
    font-size: 40px;
}

.indexPageContent .custom-margin .headline-2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

.indexPageContent .custom-margin .headline-2 p {
    font-size: 32px;
}

.indexPageContent .custom-margin li {
    line-height: 1;
    font-size: 24px;
}

.indexBoxRow .empty {
    font-size: 32px;
}

.font-size {
    font-size: 20px;
}

.indexPageContent .indexPageInner {
    padding: 25px;
    margin: 0px auto;
}

.fonts b {
    font-size: 32px
}

ul.inline {
    padding: 0;
    margin-bottom: 0;
}

ul.inline li {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

/*middle side*/

ul.menu {
    margin: 0 20px;
    list-style-type: none;
    padding: 0;
    font-size: 15px;
}

.mainNav ul.menu > li {
    margin-bottom: 0;
    padding: 8px 0;
}

ul.menu li {
    margin: 0;
    list-style-type: none;
}

.subDescription {
    font-size: 15px
}

.mainNav ul.menu > li a {
    font-size: 1.6rem;
    text-transform: none;
}

.mainNav .menu .badge {
    position: relative;
    top: -20px;
    right: 15px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    width: 24px;
    height: 24px
}

.shoppingCartMenu li {
    transition: transform 0.3s ease;
}

.shoppingCartMenu li:hover {
    transform: scale(1.1);
}

.shoppingCartMenu li a {
    align-items: center;
    text-decoration: none;
    color: black
}

.shoppingCartMenu li:hover a {
    color: #3c3c3c;
}

.customCart .changeQuantity, .bookingCol .changeQuantity, .indexPage .changeQuantity {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.3s all ease;
    border: none
}

.removeQuantity {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.changeQuantity + .quantity {
    margin-right: 0 !important;
}

.changeQuantity {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    background: #f8f5eb;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    transition: 0.3s all ease;
    cursor: pointer;
}


.addQuantity {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity input[type="number"] {
    width: 50px;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.screen-reader-text {
    position: absolute;
}

label, legend {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.customCart .quantity input.qty, .bookingCol .quantity input.qty, .indexPage .quantity input.qty {
    margin: 0;
    width: 42px;
    float: left;
    padding: 0;
    height: 48px;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

input[type="number"], select {
    height: 42px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;

}

.fa.fa-long-arrow-right:before {
    content: "\f30b";
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.in-line {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.indexPage .indexBoxRow {
    margin-bottom: 40px;
}

.chooseVariableProduct {
    width: 100%;
    padding: 6px 12px;
    background-color: #f9f9f9;
    appearance: none;
    padding-right: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    background-image: url('/select.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 45px;
}

.chooseVariableProduct:focus {
    outline: none;
}

.max-w {
    max-width: 150px;
}

.indexPage .button.buttonCta {
    margin-top: 0;
}

.indexPage form .button {
    width: 100%;
    max-width: 245px;
    font-size: 1.25rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
}

.buttonCta, .buttonMainCta {
    font-weight: bold;
    border-radius: 8px;
}

.footer-menu-bc {
    background-color: #0a0a0a;
}

.footer-menu-bc li a {

}

.footer-menu-bc span {
    font-size: 12px
}

@media (max-width: 767px) {
    .facts {
        display: inline-block;
        font-size: 17px;
        margin: 0 20px 0 0
    }

    .select-type {
        margin-bottom: 10px !important;
    }

    .indexPage .indexPageInner div {
        justify-content: center;
    }

    .indexPage form .button {
        max-width: none;
    }

    .indexPage .previewImageCol .voucherImageMockupPdf {
        justify-content: center;
        display: flex;
    }

    .div-center {
        justify-content: center;
        align-items: center;
    }

    .logoCol {
        margin-bottom: 30px
    }

    div.custom-margin {
        margin-left: 0.5rem;
    }

    .main-footer {
        display: none;
    }

    .indexPage .indexPageContent {
        padding: 0
    }

}

.custom-margin {
    margin-left: 2rem;
}

footer {
    padding-top: 36px;
}

.full-width-line {
    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.27);
    margin-bottom: 0.5rem;
    margin-top: 10px
}

.site-impressum .full-width-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0.27) 50%, transparent 50%);
    margin-bottom: 0.5rem;
    margin-top: 10px
}


.headline5 {
    font-size: 18px;
    margin: 0 0 0px
}

.footerLogo, img.footerLogo {
    width: auto;
    max-width: 400px;
    height: 36px;

}

.select-type {
    display: flex;
    align-items: center;
    font-size: 1.20rem;
}

.select-type span {
    font-size: 1rem;
    font-weight: 200;
}

.select-type input[type="radio"] {
    transform: scale(1.7);
    margin-right: 5px;
}

.paymentIcon {
    margin: 10px 10px 0 0
}

.twintIcon {
    height: 70px;
    margin: 10px 10px 0 0
}

.socialMediaCol {
    text-align: left;
}

.copyright {
    font-size: 12px;
    margin-right: 20px;
}

.button {
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s all ease;
    font-size: 16px
}

.menu ul, ul.menu, ul.menu li {
    list-style-type: none;
    padding: 0;
    font-size: 15px
}

ol, ul {
    list-style-position: inside;
    padding-left: 15px;
    padding-right: 10%;
    margin-top: 0;
}

a {
    color: #303030;
}

ul {
    list-style: disc;
}

.inline ul.menu > li {
    display: inline-block;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"], .woocommerce .button.button-primary, .pagination a.next {
    border-radius: 0;

    box-shadow: none;
    box-sizing: border-box;
}

.main-footer {
    display: none;
}

@media (max-width: 992px) {
    .footerInfo {
        margin-top: 0

    }
}

@media (max-width: 522px) {
    .inline {
        line-height: normal;
        display: block;
    }


}

.success-page header .backButton {
    letter-spacing: 0;
    height: auto;
    font-weight: 300;
    border-radius: 0;
    line-height: 1.2;
    border: none;
    font-size: 14px;
    padding: 0 30px;
    margin: 10px 0 0 30px
}

@media (max-width: 575px) {
    .footer-flex {
        flex-direction: column;
    }

    .footer-flex .copyright {
        order: 1;
    }

    .footer-flex nav {
        margin-top: 10px;
        order: 2
    }

    .custom-auto-margin {
        left: auto;
    }

    .footer-flex .copyright {
        order: 1;
    }

    .footer-flex nav {
        margin-top: 10px;
        order: 2
    }

    ul.menu li {
        margin: 0
    }

    .custom-logo {
        width: auto;
        height: auto;
        max-width: 180px;
        max-height: 48px;
    }

    header .header-logo {
        margin: 10px 0 10px 10px;
    }

    .subDescription,
    .emittentInfo {
        font-size: 13px
    }

    ul.menu li {
        margin: 0
    }

    li a {
        padding: 0 0 0 0;
        margin-right: 0;
    }

    .mainNav {
        margin-left: auto;
        margin-right: 10px;
    }

    .mainNav ul.menu > li a {
        font-size: 1.6rem;
        padding: 0;
        text-transform: none;
        margin-right: 0;
    }
}

.success-page footer {
    background-color: #ffffff

}

.success-page footer a {
    color: #0a0a0a;
    text-decoration: underline;
}

.main-info-success .info-text {
    text-align: center;
    padding: 50px 20px;
}

.success-page .checkmark {
    font-size: 50px;
}

.success-page .logo {
    margin-top: 80px;
}

.main-info-success .info-text {
    text-align: center;
    padding: 50px 20px;

}

.email-note {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}

.instructions {
    font-size: 16px;
    color: #333;
    margin: 20px 0;

}


.message {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.subtext {
    font-size: 16px;
    margin-bottom: 50px;
}

.download-btn {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.success-page footer .footer-info, .main-info-success .info-text {
    max-width: 750px
}

@media (max-width: 1199px) {
    .indexPage .button.buttonCta {
        margin-top: 15px
    }

    .indexPage .indexBoxRow {
        margin-bottom: 15px;
    }
}