@font-face {
    font-family: "Korolev Light";
    src: url("../fonts/Korolev Light/Korolev Light.eot");
    /* IE9*/
    src: url("../fonts/Korolev Light/Korolev Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/Korolev Light/Korolev Light.woff2") format("woff2"),
        /* chrome、firefox */
        url("../fonts/Korolev Light/Korolev Light.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/Korolev Light/Korolev Light.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../fonts/Korolev Light/Korolev Light.svg#Korolev Light") format("svg");
    /* iOS 4.1- */
}


html,
body {
    font-size: 22px;
    font-family:"Korolev Light" !important;
}


h1 {

    font-weight: 400;
    font-size: 2.55rem;
    line-height: 1.1;
}

h1.h1-sm {
    font-size: 1.8rem;
}

h2 {
    letter-spacing: .07em;
    font-weight: 400;
}

strong {
    font-weight: 400;
}

.btn {
    border-radius: 0px;
    padding: 15px 40px;
    border: none;
    text-transform: none;
    font-size: 18px;
    transition: none;
}

.btn-primary {
    background: #bb7b4d;
    color: #FFF;
    border-color: #bb7b4d;
}

.btn-primary:hover {
    background: #915124;
    border-color: #915124;
    color: #FFF;
}

.dropdown-item:hover {
    background-color: #bb7b4d !important;
    border-color: #bb7b4d;
    color: #ffffff !important;
}
.dropdown-item{
    border-radius: 0px;
    padding: 6px 16px;
    border: none;
    text-transform: none;
    font-size: 16px;
    transition: none;
    
}

.btn-outline-light {
    border: 1px solid #FFF;
}

.bg-primary {
    background-color: #deaa87 !important;
    color: #000;
}


.navbar-expand-lg .navbar-brand {
    width: 10.5rem;
}


.navbar .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #000;
    letter-spacing: 1.2px;
    padding: 0px 20px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: #aa602a;
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link.active {
    background: #aa602a;
    color: #FFF;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #aa602a;
    color: #FFF;
}

.tischbuchen {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #000;
    margin-left: 30px;
    text-align: center;
}


img.table-icon {
    height: 40px;
    display: block;
}

.max-width-800 {
    max-width: 800px !important;
}

.max-width-900 {
    max-width: 900px !important;
}

.accordion-item,
.accordion-item .accordion-button {
    border-radius: 0px !important;
}

.accordion-button {
    padding: 1.25rem 1.25rem;
}

.accordion-item {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid rgba(14, 17, 31, .125);
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23738252'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    font-weight: bold;
    background-color: #738252;
    box-shadow: inset 0 -1px 0 rgba(14, 17, 31, .125);
}

.btn-block {
    width: 100%;
}

footer {
    font-size: 18px;
    border-top: 4px solid #000;
}

footer::before {
    position: absolute;
    content: "";
    width: 377px;
    height: 157px;
    margin-top: -159px;
    background: url(../img/alpstein_braun.png) 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 12px;
    filter: brightness(0);
    z-index:-5;
}

footer:not(.text-white):not(.text-light) a:not(.btn):not(.dropdown-item):not(.text-muted):not(.rounded-pill) {
    color: #000 !important;
    transition: all .2s ease-in-out;
}

.nav-tabs .nav-link {
    border-bottom: 6px solid transparent;
}

footer:not(.text-white):not(.text-light) a:not(.btn):not(.dropdown-item):not(.text-muted):hover:not(.active):not(.disabled):not(:disabled) {
    color: #798855 !important;
}

footer em {
    font-size: 16px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #798855;
}

.portraitimage {
    width: 100%;
    height: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
}

.inhaber_groupimage {
    width: 100%;
    height: 500px;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}


@media (max-width: 991.98px) {
    h1 {
        font-size: 2.15rem;
        line-height: 1.2;
        letter-spacing: 0.0175em;
        margin-bottom: 1rem !important;
    }

    h2 {
        font-size: 1.58rem;
        line-height: 1.2;
        letter-spacing: 0.075em;
        margin-bottom: 1rem !important;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.2;
        letter-spacing: 0.0175em;
        margin-bottom: 0.7rem !important;
    }

    .navbar-expand-lg.navbar .navbar-collapse>.navbar-nav {
        padding: 1rem;
    }

    .navbar-expand-lg.navbar.navbar-light .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 27px;
        margin-bottom: 20px;
        border-bottom: 0px;
        padding: 5px 10px;
    }

    .container {
        max-width: 95%;
    }

    .calltoaction-booking {
        display: none;
    }


    .inhaber_groupimage {
        height: 430px;
        background-position: 50% 30%;
        background-size: 130%;
    }

    .portraitimage {
        height: 610px;
    }


}



@media screen and (max-width: 500px) {

    .navbar-expand-lg .navbar-brand {
        width: 4rem;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0px;
    }



    img.table-icon {
        height: 30px;
    }

    .tischbuchen {
        font-size: 10px;
        margin-left: 20px;
    }


    .portraitimage {
        height: 350px;
        background-position: 50% 0%;
        background-size: 120%;
    }


    .inhaber_groupimage {
        height: 230px;
        background-position: 50% 30%;
        background-size: 130%;
    }



    .title-image {
        height: 300px !important;
    }

    .second-image {
        height: 250px !important;
    }
}
.vh-100 {
        min-height: 650px;
}