* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    opacity: 0.95;
    font-weight: 400;
    z-index: 99999;
}

#system-message-container .alert-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

#system-message-container .alert {
    border-radius: 0 !important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
    color: #000 !important;
    margin-bottom: 0;
}

html.form-lock body,
body.form-lock {
    overflow: hidden !important;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 30px 0;
}

#sp-footer {
    flex: 0 0 auto;
    text-align: center;
}

#sp-footer .sp-copyright {
    font-weight: 400;
    font-size: 14px;
}

#sp-footer .row {
    align-items: center;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(240, 242, 245, 1);
}

::-webkit-scrollbar-thumb {
    background: rgba(72, 76, 85, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(240, 242, 245, 1);
    border-radius: 10px;
}

:focus {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #000;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: normal;
    margin: 0 0 16px 0;
}

h1 {
    font-size: 34px;
    line-height: 34px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 30px 0 10px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
}

.btn-sm {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 0.2rem;
}

#sp-submenu .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 15px 0 0 0;
}

#sp-submenu .menu li {
    margin-right: 18px;
    list-style-type: none;
    list-style-image: none;
}

#sp-submenu .menu li:last-child {
    margin-right: 0;
}

#sp-submenu .menu li a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

#sp-submenu .menu li a.color-blue {
    color: #3BB5CA;
}

#sp-submenu .menu li a.color-green {
    color: #80D030;
}

.customawards,
.customawards img {
    max-height: 96px;
}

.hcontact {
    line-height: 1.7rem;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}

.hcontact .hnummer {
    font-size: 22px;
}

.hcontact .hozeit {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: block;
}

.c-switch {
    padding-bottom: 10px;
}

.c-switch-items {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.c-switch-items .c-switch-item {
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    display: inline-block;
    width: inherit;
    transition: all .3s ease-out;
}

.c-switch-items .c-switch-item:last-child {
    margin-right: 0;
}

.c-switch-items .c-switch-item.active {
    cursor: crosshair;
    pointer-events: none;
}

.action-banner {
    overflow: hidden;
    position: relative;
    background-image: url('/images/border.png');
    background-size: 10px;
    padding-top: 10px;
    margin-top: -10px;
}

.thead-light {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    background: #1ea6e6;
    color: white;
}
.action-banner .swiper-slide {
    height: 450px;
}

.action-banner .swiper-slide .container,
.action-banner .swiper-slide .row {
    height: 100%;
}

.action-banner .swiper-slide .inner {
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s;
    transition: opacity 1s ease 0.3s;
}

.action-banner .swiper-slide-active .inner {
    opacity: 1;
}

.action-banner .swiper-slide .title {
    font-size: 36px;
    line-height: 38px;
    padding: 0 0 13px 0;
    font-weight: bold;
}

.action-banner .swiper-slide .text-block {
    line-height: 22px;
}

.action-banner .swiper-slide .text-block p:last-child {
    margin-bottom: 0;
}

.action-banner .swiper-slide .banner-button a {
    margin-top: 30px;
}

#sp-menu {
    margin-top: 15px;
}

#sp-menu .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}

#sp-menu .menu li {
    list-style-type: none;
    list-style-image: none;
}

#sp-menu .menu li a,
#sp-menu .menu li span {
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    padding: 8px 0;
    color: #fff;
    display: inline-block;
}

#sp-menu .menu li span.menu-separator {
    font-size: 15px;
    font-weight: 700;
    margin-right: 25px;
    font-weight: 700;
}

#sp-menu .menu li:last-child a {
    margin-right: 0;
}

#sp-menu .menu li a:hover {
    text-decoration: underline;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 60px;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " »";
    padding: 0 5px;
}

.image {
    display: block;
    margin: 0 auto;
}

.image100 {
    border-radius: 100%;
}

.image30-l {
    border-radius: 0 30%;
}

.image30-r {
    border-radius: 30% 0;
}

input[type="tel"],
input[type="text"],
input[type="date"],
input[type="search"],
input[type="email"],
input[type="password"],
select,
textarea {
    background-color: #f2f4f6!important;
    border: none!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

input[type="tel"],
input[type="text"],
input[type="date"],
input[type="search"],
input[type="email"],
input[type="password"],
select {
    height: 50px!important;
    line-height: 20px!important;
    padding-left: 15px;
}

textarea {
    min-height: 75px!important;
    line-height: 1.4!important;
    padding-left: 15px;
    padding-right: 15px;
}

select {
    background-image: url(/images/icons/select.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 44px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.quickbooking select {
    width: 180px;
    text-align: right;
    direction: rtl;
}

.quickbooking input[type="text"],
.quickbooking input[type="date"] {
    width: 270px;
}

.inputfolder,
.datefolder,
.selectfolder {
    position: relative;
}

.inputfolder input[type="text"],
.datefolder input[type="date"],
.selectfolder select {
    font-weight: 700;
}

.inputfolder .placeholder,
.datefolder .placeholder,
.selectfolder .placeholder {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    line-height: 50px;
    background-repeat: no-repeat;
}

.quickbooking .inputfolder .placeholder,
.quickbooking .datefolder .placeholder {
    padding-left: 56px;
    background-image: url(/images/icons/icon-datepicker-min.png);
    background-position: 17px 13px;
}

.quickbooking .btn {
    height: 50px!important;
    line-height: 50px!important;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.inputcont {
    margin-bottom: 15px;
}

.inputcont:last-child {
    margin-bottom: 0;
}

.inputcont input,
.inputcont textarea {
    width: 100%!important;
}

.bg-1 {
    border-top: 10px solid #e6e6e6;
    border-bottom: 10px solid #e6e6e6;
    background-color: #d3d3d3;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 0;
    background-image: url(/images/e_echo.jpeg);
}

.bg-1 .bg-white-t {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/swirl_pattern.png);
}

.price-list {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.price-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    border-bottom: 5px solid;
}

.price-list__head span {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}

.uk-accordion-title {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 5px solid;
    padding: 8px 30px 8px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.price-list__body .uk-accordion-title {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
}

.uk-accordion-title:after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.uk-open>.uk-accordion-title:after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-accordion-content {
    margin-top: 0;
    display: none;
}

.uk-accordion-content>.custom>:last-child {
    margin-bottom: 0;
}

.price-list__body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.price-list__body table td {
    padding: 6px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    color: #333;
}

.price-list__body table td:first-child {
    padding-left: 10px;
}

.price-list__body table td:last-child {
    text-align: center;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}


/* RESPONSIVE */

@media (min-width: 991px) {
    ul.tag-list {
        margin-top: 20px;
        list-style-type: disc;
        padding-left: 0;
    }
    ul.tag-list li {
        font-size: 16px;
        display: inline;
    }
    ul.tag-list li span {
        display: inline-block;
        padding: 4px 12px;
        margin: 0 7px 7px 0;
        background-color: #80D030;
        color: #fff;
        border-radius: 7px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    #sp-header .logo img {
        transform: unset;
    }
    #sp-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #sp-submenu .menu {
        justify-content: center;
    }
    #sp-submenu .menu li a {
        font-size: 14px;
    }
    .hcontact {
        font-size: 0;
    }
    .hcontact .hnummer {
        font-size: 16px;
    }
    .c-switch {
        margin-top: 15px;
    }
    .action-banner .swiper-slide .title {
        font-size: 24px;
        line-height: 28px;
    }
    .action-banner .swiper-slide .text-block {
        font-size: 14px;
        line-height: 18px;
    }
    #sp-menu .menu li.menu-divider {
        display: none;
    }
    #sp-menu .menu {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        margin: 0 -15px;
    }
    #sp-menu .menu li {
        border-bottom: 1px solid #fff;
    }
    #sp-menu .menu li:last-child {
        border-bottom: 0;
    }
    #sp-menu .menu li a {
        text-align: center;
        display: block;
        font-weight: 600;
        font-size: 16px;
    }
    .quickbooking .inputfolder,
    .quickbooking .datefolder,
    .quickbooking .selectfolder {
        margin: 5px 0;
    }
    .quickbooking input[type="text"],
    .quickbooking input[type="date"],
    .quickbooking select,
    .quickbooking .btn {
        width: 100%!important;
    }
    .quickbooking .inputfolder input[type="text"],
    .quickbooking .inputfolder input[type="date"],
    .quickbooking .datefolder input[type="text"],
    .quickbooking .datefolder input[type="date"],
    .quickbooking .selectfolder select {
        text-align: right;
    }
    .quickbooking .btn {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}