/* host-grotesk-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/host-grotesk-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: italic;
    font-weight: 400;
    src: url('../Fonts/host-grotesk-v5-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/host-grotesk-v5-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: italic;
    font-weight: 500;
    src: url('../Fonts/host-grotesk-v5-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/host-grotesk-v5-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: italic;
    font-weight: 600;
    src: url('../Fonts/host-grotesk-v5-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/host-grotesk-v5-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: italic;
    font-weight: 700;
    src: url('../Fonts/host-grotesk-v5-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: normal;
    font-weight: 800;
    src: url('../Fonts/host-grotesk-v5-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Host Grotesk';
    font-style: italic;
    font-weight: 800;
    src: url('../Fonts/host-grotesk-v5-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

body {
    font-family: 'Host Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    padding-top: 67px;
}

a {
    text-decoration: underline;
}

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

.bg-grey {
    background-color: #B6AEA2;
}

.bg-blue {
    background-color: #1C343E;
    color: #F0EEE0;
}

section.bg-blue.bg-image {
    background-image: url(../Images/Backgrounds/bg-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue a {
    color: #F0EEE0;
}

.bg-yellow {
    background-color: #EFCF42;
}

section.bg-yellow.bg-image {
     background-image: url(../Images/Backgrounds/bg-yellow.svg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     background-color: transparent !important;
}

.bg-yellow h1,
.bg-yellow h2,
.bg-yellow h3,
.bg-yellow a {
    color: #1C343E;
}

.bg-brown {
    background-color: #987B62;
    color: #F0EEE0;
}

section.bg-brown.bg-image {
    background-image: url(../Images/Backgrounds/bg-brown.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.bg-brown h1,
.bg-brown h2,
.bg-brown h3,
.bg-brown a {
    color: #F0EEE0;
}

.bg-light-grey {
    background-color: #F0EEE0;
    color: #1C343E;
}

#traeger-textbox,
section.bg-light-grey.bg-image {
    background-image: url(../Images/Backgrounds/bg-light-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.bg-light-grey h1,
.bg-light-grey h2,
.bg-light-grey h3,
.bg-light-grey a {
    color: #1C343E;
}

/*Buttons*/
.btn.btn-primary {
    background-color: #EFCF42;
    color: #1C343E;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #1C343E;
    color: #F0EEE0;
}

.bg-blue .btn.btn-primary:hover,
.bg-blue .btn.btn-primary:active,
.bg-blue .btn.btn-primary:focus,
.modal .btn.btn-primary:hover,
.modal .btn.btn-primary:active,
.modal .btn.btn-primary:focus {
    background-color: #987B62;
    color: #F0EEE0;
}

.btn.btn-secondary {
    background-color: #1C343E;
    color: #F0EEE0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background-color: #EFCF42;
    color: #1C343E;
}

.bg-yellow .btn.btn-secondary:hover,
.bg-yellow .btn.btn-secondary:active,
.bg-yellow .btn.btn-secondary:focus {
    background-color: #987B62;
    color: #F0EEE0;
}

.navbar-toggler {
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    position: relative;
    z-index: 1050;
    padding: 20px;
    box-shadow: none !important;
    background-color: #1C343E;
}

.toggler-icon-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}

.toggler-icon {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
    display: block;
}

.toggler-icon,
.toggler-icon:before,
.toggler-icon:after {
    position: absolute;
    width: 35px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #F0EEE0;
}

.toggler-icon:after,
.toggler-icon:before {
    display: block;
    content: "";
}

.toggler-icon:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    top: -10px;
}

.toggler-icon:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    bottom: -10px;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}

#navbar {
    background-color: #EFCF42;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

#navbar .navbar-collapse {
    background-color: #1C343E;
}

#navbar .nav-item .nav-link,
#navbar .dropdown .nav-link {
    padding: 8px 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F0EEE0;
}

#navbar #icon-nav-lang {
    display: block;
    position: relative;
    background: url(../Icons/icon-language.svg) no-repeat center center;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    float: left;
}

#navbar .dropdown-menu {
    border-radius: 0;
    border: 0;
}

#mainmenu .dropdown-menu {
    padding: 0;
    background-color: #1C343E;
    margin-top: 0;
}

#mainmenu .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    color: #F0EEE0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#mainmenu .dropdown-menu .dropdown-item:hover,
#mainmenu .dropdown-menu .dropdown-item:active,
#mainmenu .dropdown-menu .dropdown-item:focus,
#mainmenu .dropdown-menu .dropdown-item.active {
    color: #F0EEE0;
    background-color: #1C343E;
    text-decoration: underline;
}

#nav-lang.dropdown .nav-link {
    color: #1C343E;
}

#nav-lang .dropdown-menu {
    margin-top: 0;
    padding: 0;
    background-color: #EFCF42;
}

#nav-lang .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    color: #1C343E;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#nav-lang .dropdown-menu .dropdown-item span.icon {
    display: inline-block;
    margin-right: 5px;
}

#nav-lang span.icon-markup img {
    width: 22px;
    height: 22px;
}

#nav-lang .dropdown-menu .dropdown-item:hover,
#nav-lang .dropdown-menu .dropdown-item:active,
#nav-lang .dropdown-menu .dropdown-item:focus,
#nav-lang .dropdown-menu .dropdown-item.active {
    color: #1C343E;
    background-color: #EFCF42;
    text-decoration: underline;
}

#nav-lang .dropdown-menu {
    margin-left: 0 !important;
    min-width: 0;
}

@media(max-width: 991px) {
    #nav-lang {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navbar-brand {
    margin-left: 20px;
}

#navbar .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
}

section.section {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 43px;
}

h1.page-header {
    line-height: 0.9;
    color: #F0EEE0;
    font-size: 60px;
}

h1.page-header span.page-header-line {
    display: block;
    position: relative;
}

#about-header h1,
#faq-header h1 {
    margin-bottom: 110px;
}

#rooms h1,
h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
}

h2.large-header {
    font-weight: 800;
    font-size: 48px;
}

#legal h2 {
    font-size: 25px;
}

h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

/*Page Headers*/
div#page-heading {
    background-color: rgba(0,0,0,0.2);
}

h1#header-344 {
    line-height: 1;
    font-size: 40px;
}

h1.page-header span.page-header-line:first-child {
    transform: rotate(-3.86deg);
}

h1.page-header span.page-header-line:nth-child(2) {
    transform: rotate(3.52deg);
}

h1.page-header span.page-header-line:nth-child(3) {
    transform: rotate(-3.04deg);
}

/*Home*/
.card,
.card-img-top {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

h3.header-zielgruppe {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 17px;
}

.zielgruppe-wrapper:nth-child(1) h3.header-zielgruppe,
.zielgruppe-wrapper:nth-child(6) h3.header-zielgruppe,
.zielgruppe-wrapper:nth-child(3) h3.header-zielgruppe,
.zielgruppe-wrapper:nth-child(5) h3.header-zielgruppe {
    color: #1C343E;
}

.zielgruppe-wrapper:nth-child(2) h3.header-zielgruppe,
.zielgruppe-wrapper:nth-child(4) h3.header-zielgruppe {
    color: #F0EEE0;
}

.zielgruppe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.zielgruppe-desc {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
}


.zielgruppe-wrapper:nth-child(1) .zielgruppe,
.zielgruppe-wrapper:nth-child(6) .zielgruppe {
    background-color: #B6AEA2;
    color: #1C343E;
}

.zielgruppe-wrapper:nth-child(2) .zielgruppe,
.zielgruppe-wrapper:nth-child(4) .zielgruppe {
    background-color: #987B62;
    color: #F0EEE0;
}

.zielgruppe-wrapper:nth-child(3) .zielgruppe,
.zielgruppe-wrapper:nth-child(5) .zielgruppe {
    background-color: #EFCF42;
    color: #1C343E;
}

/*Portale*/
.sleps-widget > div,
.sleps-widget.tripadvisor > div > div,
.sleps-widget.holidaycheck > div > div,
.sleps-widget > iframe {
    display: block;
    margin: auto;
    position: relative;
}

.sleps-widget > a {
    display: block;
    position: relative;
    text-align: center;
}

/*Über Uns*/

#about-traeger {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-pro .sp-buttons {
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 25px;
}

.slider-pro .sp-buttons .sp-button {
    background-color: #55666c;
    border: 2px solid #55666c;
}

.slider-pro .sp-buttons .sp-button.sp-selected-button {
    background-color: #1C343E;
    border: 2px solid #1C343E;
}

.bg-blue .slider-pro .sp-buttons .sp-button,
.bg-brown .slider-pro .sp-buttons .sp-button {
    background-color: #cdc0ad;
    border: 2px solid #cdc0ad;
}

.bg-blue .slider-pro .sp-buttons .sp-button.sp-selected-button,
.bg-brown .slider-pro .sp-buttons .sp-button.sp-selected-button {
    background-color: #F0EEE0;
    border: 2px solid #F0EEE0;
}

@media(max-width: 991px) {
    #about-traeger {
        background-image: none !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}

p.traeger-header,
h2.traeger-mainheader {
    color: #987B62;
}

p.traeger-header {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

h2.traeger-mainheader {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 30px;
}

/*Augsburg*/
#augsburg-vorbereitung {
    color: #1C343E;
}

div.file-download {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1C343E;
    line-height: 38px;
}

span.download-title {
    font-weight: 700;
}

.btn.btn-download {
    float: right;
    text-transform: none;
    font-size: 17px;
}

.btn.btn-download:before {
    display: inline-block;
    position: relative;
    content: '';
    background: url('../Icons/icon-download-chevron-down.svg') no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 12px;
}

/*Map*/
#map {
    min-height: 600px;
    overflow: hidden;
}

gmp-map {
    color: #000;
}

#map, gmp-map {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

/*FAQ*/
.accordion .accordion-item,
.accordion .accordion-button,
.accordion .accordion-collapse,
.accordion .accordion-body {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.accordion .accordion-button,
.accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: #1C343E;
    font-weight: 700;
    font-size: 16px;
}

.accordion .accordion-body {
    font-weight: 400;
    padding-right: 30px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #1C343E;
}

/*Zimmer*/

#rooms {
    background-color: #F0EEE0;
}

.room.bg-yellow.bg-image {
    background-image: url('../Images/Backgrounds/bg-rooms-yellow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.room.bg-blue.bg-image {
    background-image: url('../Images/Backgrounds/bg-rooms-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.room.bg-brown.bg-image {
    background-image: url('../Images/Backgrounds/bg-rooms-brown.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

@media(min-width: 1200px) {
    .room.bg-image {
        background-size: 100% auto;
    }
}

@media(min-width: 1400px) {
    .room.bg-image {
        min-height: 662px;
        background-size: cover;
    }
}

.room-image-slider .sp-buttons {
    bottom: -40px;
}

.room-description {
    font-size: 17px;
}

span.room-guests,
span.room-size {
    display: inline-block;
    font-size: 17px;
    margin-right: 20px;
}

span.room-guests:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 20px;
    background: url('../Icons/icon-guests.svg') no-repeat center center;
    background-size: cover;
    margin-right: 5px;
}

span.room-size:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 21px;
    height: 20px;
    background: url('../Icons/icon-size.svg') no-repeat center center;
    background-size: cover;
    margin-right: 5px;
}

.room.bg-blue span.room-guests:before,
.room.bg-brown span.room-guests:before {
    background-image: url('../Icons/icon-guests-light.svg');
}

.room.bg-blue span.room-size:before,
.room.bg-brown span.room-size:before {
    background-image: url('../Icons/icon-size-light.svg');
}

.room-details .features {
    display: block;
    position: relative;
    width: 100%;
}

span.room-bathroom,
span.room-features {
    display: inline-block;
    font-size: 17px;
    line-height: 1.3;
    padding: 5px;
    border: 1px solid #1C343E;
    margin-right: 15px;
    margin-bottom: 15px;
}

.room.bg-blue span.room-bathroom,
.room.bg-blue span.room-features,
.room.bg-brown span.room-bathroom,
.room.bg-brown span.room-features {
    border-color: #F0EEE0;
}

p.room-price {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media(min-width: 992px) and (max-width: 1199px) {
    span.room-bathroom,
    span.room-features {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    span.room-guests,
    span.room-size {
        font-size: 14px;
        margin-right: 10px;
    }

    span.room-guests:before {
        width: 11px;
        height: 17px;
    }

    span.room-size:before {
        width: 18px;
        height: 17px;
    }

    p.room-price {
        font-size: 25px;
    }
}

/*Modal und Kontaktformular*/
.modal-content,
.modal-header,
.modal-footer,
.modal-body,
.form-control {
    border-radius: 0;
}

.modal-body,
.modal-header,
.modal-footer {
    background-color: #1C343E;
    color: #F0EEE0;
    border-bottom: 0;
}

.modal-body a,
.modal-footer a,
.modal-header a {
    color: #F0EEE0;
    text-decoration: underline;
}

.modal-body a:hover,
.modal-footer a:hover,
.modal-header a:hover {
    color: #F0EEE0;
    text-decoration: none;
}

.modal-header h1.modal-title {
    font-size: 30px;
}

.modal-footer {
    justify-content: center;
}

label.form-label,
label.form-check-label {
    font-size: 17px;
}

.form-control {
    color: #1C343E;
    font-weight: 700;
    font-size: 18px;
}

.form-control.error {
    background-color: rgba(239,207,66,.9);
}

.form-group {
    margin-bottom: 10px;
}

.form-check {
    padding-left: 2px;
}

.modal button.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0eee0'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    color: #F0EEE0;
    border-color: #F0EEE0;
    opacity: 0.7;
}

.modal button.btn-close:hover {
    opacity: 1;
}

#contactform .btn-toolbar {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 35px;
}

#contactform .form-text {
    font-size: 15px;
}

#contactform textarea {
    min-height: 100px;
}

#contactform .error.form-text,
#contactform .has-error span.required {
    color: #EFCF42;
}

h2.confirmation-message-header {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.confirmation-message-body {
    text-align: center;
}

/*Buchen*/
#bookbox-form input {
    border: 0;
    border-bottom: 2px solid #EFCF42 !important;
    background-color: #1C343E;
    color: #EFCF42;
    font-weight: 500;
    font-size: 25px;
    padding-left: 0;
    box-shadow: none !important;
}

.room-bookbox-form input {
    border: 0;
    border-bottom: 1px solid #1C343E !important;
    background-color: transparent !important;
    color: #1C343E;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
    box-shadow: none !important;
}

.room.bg-blue .room-bookbox-form input,
.room.bg-brown .room-bookbox-form input {
    border-bottom: 1px solid #F0EEE0 !important;
    color: #F0EEE0;
}

@media(max-width: 991px) {
    .room-bookbox-form input {
        font-size: 17px;
    }
}

#bookbox-submit,
.room-bookbox-submit {
    font-size: 17px !important;
}

#bookbox-submit:after {
    display: inline-block;
    position: relative;
    content: '';
    background: url('../Icons/icon-arrow-right.svg') no-repeat center center;
    background-size: cover;
    width: 34px;
    height: 20px;
    float: right;
    margin-top: 2px;
}

#bookbox-submit:hover,
#bookbox-submit:active,
#bookbox-submit:focus {
    background-color: #EFCF42;
    color: #1C343E;
}
#bookbox-submit:hover span,
#bookbox-submit:active span,
#bookbox-submit:focus span {
    text-decoration: underline;
}

/* Standard */
#bookbox-form input::placeholder {
    color: #efcf42;
    opacity: 1; /* wichtig für Firefox */
    text-transform: uppercase;
}

.room-bookbox-form input::placeholder {
    color: #1C343E;
    opacity: 1; /* wichtig für Firefox */
    text-transform: uppercase;
}

.room.bg-blue .room-bookbox-form input::placeholder,
.room.bg-brown .room-bookbox-form input::placeholder {
    color: #F0EEE0;
    text-transform: uppercase;
}

/* Chrome, Safari, Edge */
#bookbox-form input::-webkit-input-placeholder {
    color: #efcf42;
    text-transform: uppercase;
}

.room-bookbox-form input::-webkit-input-placeholder {
    color: #1C343E;
    text-transform: uppercase;
}

.room.bg-blue .room-bookbox-form input::-webkit-input-placeholder,
.room.bg-brown .room-bookbox-form input::-webkit-input-placeholder {
    color: #F0EEE0;
    text-transform: uppercase;
}

/* Firefox */
#bookbox-form input::-moz-placeholder {
    color: #efcf42;
    opacity: 1;
    text-transform: uppercase;
}

.room-bookbox-form input::-moz-placeholder {
    color: #1C343E;
    opacity: 1;
    text-transform: uppercase;
}

.room.bg-blue .room-bookbox-form input::-moz-placeholder,
.room.bg-brown .room-bookbox-form input::-moz-placeholder {
    color: #F0EEE0;
    text-transform: uppercase;
}

/* Internet Explorer */
#bookbox-form input:-ms-input-placeholder {
    color: #efcf42;
    text-transform: uppercase;
}

.room-bookbox-form input:-ms-input-placeholder {
    color: #1C343E;
    text-transform: uppercase;
}

.room.bg-blue .room-bookbox-form input:-ms-input-placeholder,
.room.bg-brown .room-bookbox-form input:-ms-input-placeholder {
    color: #F0EEE0;
    text-transform: uppercase;
}

/* Edge (alt) */
#bookbox-form input::-ms-input-placeholder {
    color: #efcf42;
    text-transform: uppercase;
}

.room-bookbox-form input::-ms-input-placeholder {
    color: #1C343E;
    text-transform: uppercase;
}

.room.bg-blue .room-bookbox-form input::-ms-input-placeholder,
.room.bg-brown .room-bookbox-form input::-ms-input-placeholder {
    color: #F0EEE0;
    text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
#guests::-webkit-outer-spin-button,
#guests::-webkit-inner-spin-button,
#guests-male::-webkit-outer-spin-button,
#guests-male::-webkit-inner-spin-button,
#guests-female::-webkit-outer-spin-button,
#guests-female::-webkit-inner-spin-button,
.guests::-webkit-outer-spin-button,
.guests::-webkit-inner-spin-button,
.guests-male::-webkit-outer-spin-button,
.guests-male::-webkit-inner-spin-button,
.guests-female::-webkit-outer-spin-button,
.guests-female::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#bookbox-form .datepicker-picker,
.room-bookbox-form .datepicker-picker {
    background-color: #EFCF42;
    color: #1C343E;
    border-radius: 0;
    font-size: 16px;
}

#bookbox-form .datepicker-controls button,
.room-bookbox-form .datepicker-controls button {
    padding: 6px 0;
    background-color: #1C343E;
    color: #F0EEE0;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    box-shadow: none;
}

#bookbox-form .datepicker span,
.room-bookbox-form .datepicker span {
    border-radius: 0;
}

#bookbox-form .datepicker-cell.today:not(.selected),
#bookbox-form .datepicker-cell.today.focused:not(.selected),
.room-bookbox-form .datepicker-cell.today:not(.selected),
.room-bookbox-form .datepicker-cell.today.focused:not(.selected) {
    background-color: #987B62;
    color: #F0EEE0;
}

#bookbox-form .datepicker-cell.selected,
#bookbox-form .datepicker-cell.selected:hover,
#bookbox-form .datepicker-cell:not(.disabled):hover,
#bookbox-form .datepicker-cell.focused:not(.selected),
.room-bookbox-form .datepicker-cell.selected,
.room-bookbox-form .datepicker-cell.selected:hover,
.room-bookbox-form .datepicker-cell:not(.disabled):hover,
.room-bookbox-form .datepicker-cell.focused:not(.selected) {
    background-color: #1C343E;
    color: #F0EEE0;
}

#bookbox-form .datepicker-cell.today:not(.selected):not(.disabled),
.room-bookbox-form .datepicker-cell.today:not(.selected):not(.disabled) {
    color: #F0EEE0;
}
#bookbox-form .datepicker-cell.today.disabled,
.room-bookbox-form .datepicker-cell.today.disabled {
    background-color: #EFCF42;
    color: rgba(33,37,41,.5);
}

/* Firefox */
#guests,
#guests-male,
#guests-female,
.guests,
.guests-male,
.guests-female {
    -moz-appearance: textfield;
}

/*Footer*/
footer {
    background-color: #1C343E;
    color: #F0EEE0;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer a {
    color: #F0EEE0;
}

.sitemap li.sitemap-item {
    padding: 5px 0;
}

#footer-portals-header {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
}

#footer-contact {
    line-height: 34.3px;
}

.sitemap .sitemap-link {
    color: #F0EEE0;
    text-decoration: none;
    font-size: 16px;
}

.sitemap .sitemap-link:hover,
.sitemap .sitemap-link:active,
.sitemap .sitemap-link:focus {
    text-decoration: underline;
}

.social-nav,
.legal-nav {
    flex-direction: row;
}

.social-nav .sitemap-link {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
}

#sitemap-instagram .sitemap-link {
    background: url('../Icons/icon-instagram.svg') no-repeat center center;
    background-size: cover;
    background-position: center center;
}

#sitemap-facebook .sitemap-link {
    background: url('../Icons/icon-facebook.svg') no-repeat center center;
    background-size: cover;
    background-position: center center;
}

#oeffnungszeiten,
.legal-nav .sitemap-link {
    font-size: 14px;
}

#oeffnungszeiten p {
    margin: 0;
}

.legal-nav .sitemap-item {
    margin: 0 10px;
}

@media(max-width: 575px) {
    .sitemap-wrapper {
        padding: 0 !important;
    }
}

@media(min-width: 768px) {

    h1.page-header {
        font-size: 80px;
    }

    h1#header-344 {
        font-size: 60px;
    }

    #card-348 {
        margin-top: 45px;
    }

    #bookbox-submit {
        font-size: 20px !important;
    }

    #about-header,
    #faq-header {
        background-image: url('../Images/Logo/sleps-logo-dark.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 115vw auto;
        min-height: 400px;
    }

    #about-header h1,
    #faq-header h1 {
        margin-bottom: 70px;
    }

    footer {
        font-size: 18px;
    }

    #footer-portals-header,
    .sitemap .sitemap-link {
        font-size: 18px;
    }

    #footer-portals-header {
        padding: 5px 10px;
    }

    .sitemap li.sitemap-item {
        padding: 5px 10px;
    }

    #oeffnungszeiten,
    .legal-nav .sitemap-link {
        font-size: 14px;
    }
}

