@import "fonts.css";
@import "usercentrics.css";

.uk-logo {
    position: relative;
}
    .uk-logo img {
        transform: translate(0, 20px);
    }
.uk-logo:before {
    content: "";
    background: url(../images/logo-bg.svg) no-repeat center top;
    width: 518px;
    height: 55px;
    position: absolute;
    display: block;
    bottom: -55px;
    right: 0;
    transform: translate(21%, 0);
}
.uk-button {
    padding-top: 4px;
}
.uk-navbar-right .uk-navbar-item,
.uk-navbar-right .uk-navbar-nav>li>a,
.uk-navbar-right .uk-navbar-toggle {
    min-height: 0px;
    line-height: 1;
    padding: 0 20px;
    font-size: 25px;
    border-right: 2px solid #ceb178;
}
.uk-navbar-right .uk-navbar-nav>li:last-of-type>a {
    border: 0;
    padding-right: 0;
}


.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 0px;
    line-height: 1;
    padding: 0 15px;
    font-size: 25px;
}

.uk-navbar-toggle-icon {
    background: url('../images/wd-open.svg') no-repeat center;
    background-size: contain;
    width: 30px;
    height: 22px;
}
.uk-navbar-toggle-icon svg {
    display: none;
}
#module-110 {
    position: absolute;
    right: 0;
}
.wd-info {
    margin: 0;
}
    .wd-mobile-contact {}
        .wd-mobile-contact > div {
            background-color: #CEB178;
        }
        #tm-dialog-mobile .uk-close,
        .wd-mobile-contact .uk-close {
            color: #fff;
        }

        .uk-nav-default>li>a {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .uk-nav-default>li:last-of-type >a {
            border-bottom: none;
        }
        .wd-mobile-contact .h1 {
            padding-bottom: 20px;
        }

        .wd-mobile-contact .h1,
        .uk-nav-default>li>a {
            font-family: SairaCustom;
            color: #fff;
            border-bottom: solid 1px #fff;
            text-transform: uppercase;
            font-size: 30px;
            letter-spacing: 0;
            font-weight: 600;
            font-style: italic;
            text-align: center;
        }
        .wd-mobile-contact .uk-modal-dialog {
            padding: 10px 35px 25px;
        }

.uk-section-primary:not(.uk-preserve-color) .tm-child-list-divider>ul>li:nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2) {
    border-top-color: rgba(255,255,255,1);
}
#tm-dialog-mobile {
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0,0,0,.6);
}
    #tm-dialog-mobile > .uk-modal-dialog {
        background-color: #CEB178;
    }
    #tm-dialog-mobile [class*=uk-modal-close-]:first-child+* {
        min-height: 10px !important;
    }

.badge-wrapper img {
    margin-top: 50px;
}

h1 span {
    background-color: #CEB178;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    line-height: 1.2;
    margin: 0;
}
h1 span:before,
h1 span:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 83px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    background-size: cover;
}
    h1 span:before {
        background-image: url("../images/h1-left.svg");
        left: -26px;
    }
    h1 span:after {
        background-image: url("../images/h1-right.svg");
        right: -26px;
    }
.uk-modal-close-full {
    background: transparent;
}
.wd-slider > *{
    height: calc(100vw * 0.35);
    min-height: 300px;
    max-height: 90vh;
}

.wd-item-list {
    background-color: #CEB178;
    padding: 15px 28px;
}
    .wd-item-list .el-item {
        padding: 20px 10px;
        margin: 0;
    }
        .wd-item-list .el-item, .wd-item-list .el-item a {
            color: #000;
        }
    .wd-item-list .el-image {
        margin-right: 10px;
    }
    .wd-item-list .el-content {
        line-height: 1.4;
    }


.price-table-item {
    background-color: #CEB178;
    padding: 15px 23px;
}
    .price-table-item h3 {
        font-family: 'SairaCustom';
        font-weight: 900;
        font-size: 35px;
        letter-spacing: 0.02em;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
    .price-table-item hr {
        border-top-color: #fff !important;
        margin: 10px;
    }
    .price-table-item p {
        margin: 0;
        color: #000;
    }
    .price-table-price {
        font-family: 'SairaCustom';
        font-weight: bold;
        font-style: italic;
        font-size: 55px;
        text-align: center;
        color: #363738;
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
        box-sizing: border-box;
        line-height: 1;
        margin: 15px 0;
    }
        .price-table-price span.cents {
            font-size: 32px;
            vertical-align: top;
            line-height: 1.3;
            margin: 0 6px;
        }

.uk-card-default .uk-grid .el-content {
    border-top: solid 1px #fff;
    padding-top: 6px;
    margin-top: 10px !important;
}



@media screen and (max-width: 960px) {
    html,
    .uk-subnav>*>:first-child {
        font-size: 16px;
    }

        .badge-wrapper img {
            max-width: 136px;
            position: absolute;
            right: 10%;
            margin-top: 140px;
        }
    .uk-navbar-container:after {
        content: "";
        background: url(../images/logo-bg.svg) no-repeat center -1px;
        width: 100vw;
        height: calc(100vw * 0.11);
        position: absolute;
        display: block;
        background-size: contain;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 600px;
    }
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        min-height: 72px;
        line-height: 1;
        padding: 0 15px;
        font-size: 25px;
    }
    .uk-logo {
        position: static;
        max-width: 263px;
        min-width: 226px;
        transform: translate(0, 26px);
    }
        .uk-logo img {
            transform: none;
            max-width: 90%;
        }
    .uk-logo:before {
        content: none;
    }

    h1.uk-position-relative {
        position: static !important;
        margin-top: 30px;
    }

    h1 span {
        background-color: transparent;
        display: inline-block;
        position: static;
        padding: 0;
        line-height: 1.2;
        margin: 0;
    }
    h1 span:before, h1 span:after {
        content: none;
    }
    .uk-button {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 41px;
        border: solid 3px;
        font-weight: 600;
    }
    .uk-tile {
        padding: 18px 35px;
    }
    [data-uk-cover], [uk-cover] {
        max-width: none;
        position: absolute;
        left: 0;
        top: 0;
        --uk-position-translate-x: 0;
        --uk-position-translate-y: 0;
    }
}
@media screen and (max-width: 700px) {
    .uk-logo {
        position: static;
        max-width: 263px;
        min-width: 226px;
        transform: translate(0, 26px);
    }
}
@media screen and (max-width: 600px) {
    .uk-logo {
        position: static;
        max-width: 263px;
        min-width: 226px;
        transform: translate(0, calc(100vw * 0.05));
    }
}
@media screen and (max-width: 500px) {
    .uk-navbar-container:after {
        content: "";
        background-image: url('../images/bogen-mobile.svg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: calc(100vw * 0.144);
        position: absolute;
    }
    .uk-logo {
        margin-top: 10px;
    }
}