:root {
    --epark-main: #933e3c;
    --epark-main2: #a40133;
    --epark-main-hover: #dd0024;
    --epark-beige: #f8ecdb;
    --epark-warning: #b99880;
    --epark-content: #4c2f14;
    --epark-rose: #cc0066;
}

html, body {
    /*font-family: 'LudvigvanBethoveenRegular';*/
}
body {
    background-color: var(--epark-beige);
    background-image: url(/img/bgtop-s-.jpg);
    background-position: 50% -130px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.roboto {font-family: 'Roboto', sans-serif !important;}

.text-main {color: var(--epark-main);}
.text-main2 {color: var(--epark-main2);}
.text-beige {color: var(--epark-beige);}
.text-content {color: var(--epark-content);}
.text-rose {color: var(--epark-rose);}

.bg-main {background-color: var(--epark-main);}
.bg-main2 {background-color: var(--epark-main2);}
.bg-beige {background-color: var(--epark-beige);}
.bg-content {background-color: var(--epark-content);}
.bg-rose {background-color: var(--epark-rose);}

.border-main {border-color: var(--epark-main) !important;}
.border-main2 {border-color: var(--epark-main2) !important;}
.border-beige {border-color: var(--epark-beige) !important;}
.border-content {border-color: var(--epark-content) !important;}
.border-rose {border-color: var(--epark-rose) !important;}

a {color: var(--epark-main) !important;}
a:hover {color: var(--epark-main-hover) !important;}

.fs05 {font-size: .5rem;}
.fs06 {font-size: .6rem;}
.fs07 {font-size: .7rem;}
.fs08 {font-size: .8rem;}
.fs09 {font-size: .9rem;}
.fs10 {font-size: 1rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs16 {font-size: 1.6rem;}
.fs17 {font-size: 1.7rem;}
.fs18 {font-size: 1.8rem;}
.fs19 {font-size: 1.9rem;}
.fs20 {font-size: 2rem;}
.fs21 {font-size: 2.1rem;}
.fs22 {font-size: 2.2rem;}
.fs23 {font-size: 2.3rem;}
.fs24 {font-size: 2.4rem;}
.fs25 {font-size: 2.5rem;}
.fs26 {font-size: 2.6rem;}
.fs27 {font-size: 2.7rem;}
.fs28 {font-size: 2.8rem;}
.fs29 {font-size: 2.9rem;}
.fs30 {font-size: 3rem;}

.lh08 {line-height: .8em;}
.lh09 {line-height: .9em;}
.lh1 {line-height: 1em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}
.lh13 {line-height: 1.3em;}
.lh14 {line-height: 1.4em;}
.lh15 {line-height: 1.5em;}
.lh16 {line-height: 1.6em;}
.lh17 {line-height: 1.7em;}
.lh18 {line-height: 1.8em;}
.lh19 {line-height: 1.9em;}
.lh2 {line-height: 2em;}

.pointer {cursor: pointer;}

h1,h2,h3,h4,h5,h6 {
    font-family: 'LudvigvanBethoveenRegular' !important;
    font-weight: bold;
}

.bi::before, [class*=" bi-"]::before, [class^="bi-"]::before {
    vertical-align: -.2em;
}
.features-box .bi::before, .features-box [class*=" bi-"]::before, .features-box [class^="bi-"]::before {
    vertical-align: 2px;
}
.features-box > .col > div {
    position: relative;
}
.features-box > .col > div > img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: .7;
    width: 36px;
}

header a {
    text-decoration: none;
}

.logo {
    transition: all .3s linear;
}
.img-flip-h {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.img-flip-v {
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.blur-20 {
    backdrop-filter: blur(20px);
}
sup {
    display: inline-block;
    transform: translateY(2px);
}

.mask1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.mask1 > .row {
    position: relative;
    z-index: 4;
}
.mask1:after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 3;
}
.mask1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    filter: blur(20px);
    filter: grayscale(1);
    opacity: .2;
    z-index: 2;
}
.mask1 input {
    background-clip: border-box !important;
}

.img-grayscale-hover {
    transition: all .6s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
}
.img-grayscale-hover:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.clip1 {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}
.clip2 {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

button.form-select:focus {
    box-shadow: none !important;
}

.dropdown-item:hover {
    background-color: var(--epark-main);
    color: #ffffff !important;
}

.carousel .carousel-control-next {
    width: 50px !important;
    z-index: 10 !important;
}
.carousel .carousel-control-prev {
    width: 50px !important;
    z-index: 10 !important;
}
.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    background: var(--epark-main) !important;
    opacity: 1 !important;
}
.carousel .carousel-indicators {
    margin-bottom: .7rem !important;
    z-index: 10 !important;
}
.carousel .carousel-indicators [data-bs-target] {
    height: 5px !important;
}
.carousel .carousel-item img {
    position: relative;
    z-index: 1;
}
.carousel .carousel-item .bg_bot {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(25,35,48,0) 30%, rgba(255, 92, 53, 0.1) 100%);
    z-index: 2;
}
.carousel .carousel-inner {
    overflow: hidden;
    border-radius: 6px !important;
}

/*.carousel-inner .carousel-item {*/
/*    transition: -webkit-transform 1s ease;*/
/*    transition: transform 1s ease;*/
/*    transition: transform 1s ease, -webkit-transform 1s ease;*/
/*}*/
/*.carousel-inner .carousel-item img {*/
    /*border-radius: 6px !important;*/
/*}*/
/*.carousel-inner .carousel-item:not(.active) img {*/
    /*filter: blur(10px);*/
    /*transition: all .5s ease;*/
/*}*/

.page_content {
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 6px;
    background-image: url(/img/ebottom.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    min-height: 50vh;
}
.page_content_w {
    padding: 2rem 4rem;
    position: relative;
    z-index: 1;
    background-image: url(/img/e.hotel.elisabethpark.webp);
    background-repeat: no-repeat;
    background-position: 0 0px;
    min-height: 300px;
}

.page_content h1.page_name,
.page_content h2.page_name,
.page_content h3.page_name {
    font-size: 3.6rem;
    font-weight: 500;
    font-family: 'LudvigvanBethoveenRegular' !important;
}

.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4 {
    color: var(--epark-main);
}

.page_content h1:not(.page_name),
.page_content h2:not(.page_name),
.page_content h3:not(.page_name) {
    color: var(--epark-main2);
    font-weight: 500;
    font-size: 1.8rem;
    font-family: 'Roboto', Sans-Serif !important;
    /*position: relative;*/
    /*padding-left: 36px;*/
    /*margin-top: 2rem;*/
    /*z-index: 1;*/
}
/*.page_content h3:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('/img/favicon.png');*/
/*    !*filter: grayscale(100%);*!*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: 0 0;*/
/*    !*background-color: #0a6aa1;*!*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    margin-top: 3px;*/
/*    z-index: 2;*/
/*    !*background-size: contain;*!*/
/*}*/

.page_content h2,
.page_content h4 {
    color: var(--epark-main);
    font-weight: 500;
    /*position: relative;*/
    /*padding-left: 36px;*/
    /*margin-top: 2rem;*/
    /*z-index: 1;*/
}
/*.page_content h2:before,*/
/*.page_content h4:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('/img/favicon.png');*/
/*    !*filter: grayscale(100%);*!*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: 0 0;*/
/*    !*background-color: #0a6aa1;*!*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    margin-top: 3px;*/
/*    z-index: 2;*/
/*    !*background-size: contain;*!*/
/*}*/


.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--epark-main);
}

.topmenu .dropdown-menu > li {
    position: relative;
}
.topmenu .dropdown-menu > li > ul {
    position: absolute;
    right: 0;
    display: none;
}
.topmenu .dropdown-menu > li:hover > ul {
    display: block;
    right: 0;
}

/*ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) {*/
/*    list-style: none;*/
/*}*/
/*ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) li:not(.nav-item) {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    padding-left: 20px;*/
/*}*/
/*ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) li:not(.nav-item):before {*/
/*    content: '\f633';*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: 0;*/
/*    display: inline-block;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    color: var(--epark-main);*/
/*    font-family: bootstrap-icons !important;*/
/*}*/

.swiper-button-next, .swiper-button-prev {
    color: var(--epark-content) !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--epark-content)) !important;
}

.card-box {
    position: relative;
    transition: all .6s ease;
    border-color: #DAD9DE;
    overflow: hidden;
}
.card-box .card-body {
    position: relative;
    z-index: 2;
}

.product_img {
    width: auto;
    height: 100%;
    max-height: 195px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product_img img,
.product_img .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-height: 195px !important;
}


ul.topmenu {
    position: relative;
}
ul.topmenu > li {
    position: relative;
}
ul.topmenu > li > a {

}
ul.topmenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #ffffff;
}
ul.topmenu > li:hover > a {

}
ul.topmenu > li > ul {
    /*transition: all 1s ease !important;*/
    /*opacity: .3 !important;*/
}
ul.topmenu > li:hover > ul {
    display: block;
    /*opacity: 1 !important;*/
}

ul.footermenu > li:hover > a {
    color: var(--epark-main) !important;
}

.rounded-button {
    transition: all .6s ease;
}

table td, table th {
    vertical-align: top;
}

table thead td, table thead th {
    text-transform: uppercase !important;
    background-color: var(--epark-content) !important;
    color: #ffffff !important;
}

.form-floating > label {
    padding-left: 29px !important;
}
.form-floating input {
    padding-left: 28px !important;
}

.c-horizontal .dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.languages {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: 355px;
}
#slogan {
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    font-family: AdineKirnbergRegular;
    font-size: 2.6rem;
    font-weight: bold;
}
.ww_source {
    position: absolute;
    left: -9999px;
    opacity: 0;
}