[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
background: black !important;
color: #fff !important;
}
.reservation-mode-toggle button{
padding: 3px 15px !important;
border: 1px solid #000 !important;
color: #000 !important;
background: #fff !important;
border-radius: 50px;
width: auto !important;
}
.reservation-mode-toggle button.active{
color: #fff !important;
background: #000 !important;
}
.menu-switch .pll-parent-menu-item .sub-menu {
background: #eee !important;
width: 138px !important;
right: 0 !important;
left: inherit !important;
margin-top: 23px !important;
}
.menu-switch .pll-parent-menu-item .sub-menu .current-lang a {
color: #000000 !important;
font-weight: 600 !important;
}
#reservation-guests .counter{
background: transparent;
justify-content: end;
}
#reservation-guests .counter-value1{
color: #000;
}
.menu-switch .current-menu-parent, .pll-parent-menu-item  {
width: 30px;
height: 30px;
background: url(//dev2.temeron.de/wp-content/uploads/2025/07/globe-languages.svg);
background-repeat: no-repeat;
background-size: contain;
}
.pll-parent-menu-item  .current-menu-parent .sub-menu {
background: #eee !important;
width: 138px !important;
right: 0 !important;
left: inherit !important;
margin-top: 23px !important;
}
.reservation-widget-new {
display: flex;
padding: 0;
border: none;
border-radius: 50px;
background-color: #f8f8f8;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-block-start: 0;
width: 70%;
margin: auto;
margin-top: -200px;
position: relative;
}
.reservation-widget-new .field {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
padding: 15px 0;
justify-content: center;
width: 160px;
margin-left: 30px;
}
.reservation-widget-new.minimal .field {
padding: 20px 0;
margin-left: unset;
}
.reservation-widget-new.minimal .field:first-child {
margin-left: 25px;
}
.reservation-widget-new .field:first-child {
margin-left: 40px;
justify-content: unset;
align-items: unset;
}
.reservation-widget-new .field-seperator-container {
display: flex;
align-items: center;
}
.reservation-widget-new .field-seperator {
border-left: 1px solid #BF9266;
height: 50%;
margin: auto;
}
.reservation-widget-new .field-header {
font-weight: 500;
font-size: 18px; 
color: #242222;
cursor: pointer;
white-space: nowrap;
line-height: normal;
}
.reservation-widget-new.minimal .field-header {
display: none;
}
.reservation-widget-new .field-value {
font-weight: 400;
font-size: 16px;
color: #FC7A1E !important;
cursor: pointer;
white-space: nowrap;
line-height: normal;
}
.reservation-widget-new input.field-value {
max-width: 120px;
border: 0;
outline: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: text;
}
.reservation-widget-new .field-value::placeholder {
color: #A87746;
}
.reservation-widget-new .field-expand {
display: none;
position: absolute;
top: 100%;
margin-top: 1px;
}
.reservation-widget-new .field-expand.show {
display: flex;
}
.reservation-widget-new .field-expand.dropdown {
flex-direction: column;
padding: 30px 40px;
min-width: 20rem;
background-color: #fff;
border-radius: 20px;
z-index: 99;
box-shadow: 2px 2px 21px 0px #24222229;
}
.reservation-widget-new .dropdown-item {
padding: 1rem 0;
font-weight: 500;
font-size: 18px;
white-space: nowrap;
border-bottom: 1px solid #C6BDB0;
cursor: pointer;
line-height: normal;
}
.reservation-widget-new .dropdown-item:last-child {
border-bottom: 0;
}
.reservation-widget-new #reservation-dates .calendar {
width: 20rem;
}
.reservation-widget-new .guests {
width: 400px;
}
.reservation-widget-new .guest-meta {
display: flex;
flex-direction: column;
}
.reservation-widget-new .room-header {
font-size: 18px;
font-weight: bold;
margin-bottom: 25px;
color: #333;
line-height: normal;
}
.reservation-widget-new .guest-selection {
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.reservation-widget-new .guest-type {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
line-height: normal;
}
.reservation-widget-new .age-range {
font-size: 14px;
color: black;
line-height: normal;
}
.reservation-widget-new .counter {
display: flex;
justify-content: space-between;
align-items: center;
}
.reservation-widget-new .counter-button {
display: flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid black;
background: white;
cursor: pointer;
font-size: 18px;
user-select: none;
font-weight: 400;
margin: 0 10px;
}
.reservation-widget-new .counter-value1 {
font-size: 16px;
font-weight: 400;
width: 10px;
text-align: center;
}
.reservation-widget-new #reservation-code input {
padding: 0;
}
.reservation-widget-new .guest-selection[data-age="children"] {
flex-direction: column;
align-items: flex-start;
}
.reservation-widget-new .guest-selection[data-age="children"] .guest-meta,
.reservation-widget-new .guest-selection[data-age="children"] .counter {
display: flex;
}
.reservation-widget-new .guest-selection[data-age="children"] .guest-selection-row {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
#children-ages-container {
margin-top: 15px;
width: 100%;
}
.reservation-widget-new button {
padding: 0;
background-color: #333; 
color: white;
border: none;
border-radius: 50px; 
cursor: pointer;
font-size: 1rem;
white-space: nowrap; 
margin-right: -2px;
}
.reservation-widget-new button .button-text{
padding: 10px;
}
.reservation-widget-new button:hover {
background-color: #555;
}
.reservation-widget-new.minimal .button-text {
display: none;
}
.reservation-widget-new.minimal button {
width: 60px;
}
.reservation-widget-new.minimal .field {
flex-direction: row;
}
.reservation-widget-new .button-icon {
display: none;
height: 100%;
}
.reservation-widget-new.minimal .button-icon {
display: block;
width: 60px;
height: 60px;
}
.reservation-widget-new.minimal .button-icon .dashicons{
font-size: 40px;
}
.sticky-widget {
position: fixed;
top: 23px;
z-index: 9999999;
width: 40%;
z-index: 1000;
background-color: white;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
height: 60px;
margin-top: 0;
left: 50%;
transform: translateX(-50%);
transition: none !important;
}
header.hasPromoCode + #content .sticky-widget {
top: 50px !important;
}
header.hasPromoCode + #content .minimenu.elementor-sticky--active {
top: 105px !important;
}
@media only screen and (max-width: 767px) {
.elementor-widget-theme-site-logo{
max-width: 150px !important;
}
}
.sticky-widget .field {
align-items: center;
}
.sticky-widget .field:first-child {
align-items: center;
}
.sticky-widget .field-header {
font-size: 16px;
}
.sticky-widget .field-value {
font-size: 16px;
}
.mobile-text {
display: none;
} .flatpickr-calendar {
border-radius: 15px;
width: min-content !important;
min-width: auto !important;
padding: 70px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
border: none !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
top: auto !important;
right: 10px !important;
margin-top: 7px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
top: auto !important;
left: 10px !important;
margin-top: 7px;
} .flatpickr-calendar .flatpickr-month .cur-month, 
.flatpickr-calendar .flatpickr-month .numInput {
font-size: 18px;
font-weight: 400;
} .flatpickr-calendar .flatpickr-months {
margin-bottom: 35px;
} .flatpickr-calendar .flatpickr-weekdaycontainer .flatpickr-weekday {
font-size: 14px;
font-weight: 400;
color: #242222;
} .flatpickr-calendar .dayContainer {
border: none;
box-shadow: none;
} .flatpickr-day {
margin: 0;
height: 40px;
line-height: 40px;
width: 40px;
border-radius: 50% !important;
color: #333;
font-weight: 400;
margin-top: 0 !important;
} .flatpickr-day:hover {
background: #f0f0f0;
} .flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.inRange {
box-shadow: none;
}
.flatpickr-calendar .flatpickr-day {
margin-top: 0;
}
.flatpickr-calendar .flatpickr-day.inRange {
box-shadow: 5px 0px 0px 0px rgba(191,146,102,0.35);
} .flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
background-color: #BF9266 !important;
border-color: #BF9266 !important;
color: #FFF !important;
font-weight: 400;
position: relative;
z-index: 3;
} .flatpickr-day.inRange {
background: rgba(191, 146, 102, 0.35) !important;
border-color: transparent !important;
border-radius: 0 !important;
margin: 0 !important;
border: none;
} .flatpickr-day.startRange {
border-radius: 50%;
margin-right: 0 !important;
position: relative;
z-index: 10;
}
.flatpickr-day.startRange::after {
content: "";
position: absolute;
top: -1px;
right: -6px;
background-color: rgba(191, 146, 102, 0.35);
width: 20px;
height: 39px;
}
.flatpickr-day.endRange::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
background-color: rgba(191,146,102,0.35);
width: 12px;
height: 39px;
}    .flatpickr-day.endRange {
border-radius: 50%;
margin-left: 0 !important; position: relative;
}   .flatpickr-day.selected:not(.startRange):not(.endRange) {
border-radius: 50% !important;
box-shadow: 0 5px 10px rgba(191, 146, 102, 0.4) !important;
} .flatpickr-day.startRange.endRange {
border-radius: 50% !important;
box-shadow: 0 5px 10px rgba(191, 146, 102, 0.4) !important;
} .flatpickr-day.today {
border-color: #BF9266;
color: #BF9266;
font-weight: 500;
} .flatpickr-current-month {
font-weight: 500 !important;
padding: 15px 0 !important;
} .flatpickr-prev-month,
.flatpickr-next-month {
padding: 10px !important;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
fill: #333 !important;
width: 16px !important;
height: 16px !important;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #BF9266 !important;
} .date-toggle-buttons {
display: flex;
justify-content: center;
margin-bottom: 25px;
gap: 10px;
}
.date-toggle-buttons button {
border-radius: 50px;
padding: 8px 20px;
border: none;
font-size: 14px;
font-weight: 400;
cursor: pointer;
transition: all 0.2s ease;
}
.date-toggle-buttons button.active {
background-color: #242222;
color: white;
}
.date-toggle-buttons button:not(.active) {
background-color: transparent;
border: 1px solid #e0e0e0;
} .flatpickr-calendar {
width: auto !important;
top: 70px !important;
left: 0px !important;
}
.heroimagecontainer .flatpickr-calendar {
width: auto !important;
top: 70px !important;
left: 0px !important;
}
.sticky-widget .flatpickr-calendar {
left: 0px !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
@media (max-width: 768px) {.reservation-widget-new {
flex-direction: row;
width: 90vw;
}}@media (max-width: 768px) {.reservation-widget-new .field {
margin-right: 0;
margin-bottom: 0.5rem; 
width: 100%;
}}@media (max-width: 768px) {#reservation-dates, #reservation-guests, #reservation-code, .reservation-widget-new  .field-seperator-container, .desktop-text {
display: none;
}}
@media (max-width: 768px) {
.reservation-widget-new #reservation-location {
margin-bottom: 0;
margin-left: 30px;
width: 185px;
}
.reservation-widget-new .field-header.mobile-text {
display: inline;
font-size: 16px;
color: #FC7A1E;
}
.reservation-widget-new button{
width: 50px;
}
.dashicons-search:before{
font-size: 40px;
}
}
@media (max-width: 768px) {#search-button .button-text {
display: none;
}}@media (max-width: 768px) {#search-button .button-icon {
display: flex;
}}@media (max-width: 768px) {.reservation-widget-new button {
padding: 0;
}}@media (max-width: 768px) {.reservation-widget-new .field:first-child {
justify-content: center;
}}  #mobile-modal-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999999;
display: none;
overflow-y: auto;
}
#mobile-modal-container.active {
display: block;
}
@media (min-width: 767px) {
#mobile-modal-container .mobile-modal{
width: 60%;
left: 20%;
}
} body.modal-open {
overflow: hidden !important;
position: fixed;
width: 100%;
height: 100%;
} .mobile-modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
display: flex;
flex-direction: column;
} .modal-header {
display: flex;
align-items: center;
padding: 20px 20px 40px 20px;
border-bottom: 1px solid #e5e5e5;
z-index: 2; }
.modal-title {
flex: 1;
text-align: center;
font-size: 24px;
font-weight: 400;
margin: 0;
}
.modal-back-btn,
.modal-close-btn {
background: none;
border: none;
padding: 8px;
cursor: pointer;
color: #333;
z-index: 3; }
.modal-header-spacer {
width: 40px; } .location-list {
padding: 0;
margin: 0;
}
.location-item {
padding: 20px 0;
border-bottom: 1px solid #e5e5e5;
cursor: pointer;
font-size: 18px;
}
.location-item:active {
background-color: #f9f9f9;
} .modal-tabs {
display: flex;
justify-content: center;
padding: 16px;
gap: 8px;
z-index: 2; position: relative;
background-color: #fff;
}
.tab-btn {
padding: 8px 16px;
border-radius: 24px;
border: 1px solid #e5e5e5;
background: none;
cursor: pointer;
font-size: 14px;
}
.tab-btn.active {
background-color: #333;
color: white;
border-color: #333;
} .modal-body {
flex: 1;
padding: 16px;
overflow-y: auto;
position: relative; z-index: 1; } #daterangepicker-container {
width: 100%;
height: auto;
display: flex;
justify-content: center;
position: relative; z-index: 1; }
.modal-promocode {
margin-bottom: 30px;
padding: 0 20px;
}
.modal-promocode .field-value {
width: 100%;
height: 50px;
padding-left: 30px;
border-radius: 40px;
color: black;
border: 1px solid #A87746;
}
.modal-promocode .field-value::placeholder {
text-align: center;
color: #A87746;
} .modal-footer {
padding: 16px;
border-top: 1px solid #e5e5e5;
position: relative;
z-index: 2; background-color: #fff;
box-shadow: 2px 2px 21px 0px rgba(0, 0, 0, 0.10);
}
.modal-confirm-btn {
width: 100%;
padding: 16px;
background-color: #E4DFD7;
color: black;
border: none;
border-radius: 4px;
font-size: 18px;
font-weight: 500;
cursor: pointer;
border-radius: 40px;
} .guest-section {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
padding-bottom: 16px;
border-bottom: 1px solid #f0f0f0;
}
.guest-type-header h3 {
margin: 0 0 4px 0;
font-size: 18px;
font-weight: 500;
}
.age-description {
margin: 0;
color: black;
font-size: 14px;
}
.guest-counter {
display: flex;
align-items: center;
}
.counter-btn {
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #ccc;
background: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
cursor: pointer;
color: black;
}
.counter-value1 {
margin: 0 12px;
font-size: 18px;
min-width: 24px;
text-align: center;
color: black;
} .child-age-input {
margin-bottom: 16px;
}
.select-wrapper {
position: relative;
}
.child-age-select {
width: 100%;
padding: 12px 16px;
border: 1px solid #ccc;
border-radius: 4px;
appearance: none;
font-size: 16px;
color: black;
}
.child-age-select option {
color: black;
}
.select-arrow {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #333;
pointer-events: none;
} .extra-months-container {
display: none;
}
.extra-months-container.show {
display: block;
}
.child-age-select.input-error {
border: 1px solid red;
background-color: #ffe5e5;
} @media (max-width: 767px) { .field-expand {
display: none !important;
} .reservation-widget .field {
cursor: pointer;
} .field-value {
font-size: 16px;
} body:not(.modal-open) .daterangepicker {
display: none !important;
}
} .homepage-search-bar,
.mobile-search-bar {
display: flex;
align-items: center;
margin: 16px;
padding: 12px 16px;
background-color: #fff;
border-radius: 24px;
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.search-icon {
margin-right: 8px;
}
.search-placeholder {
color: #6B7280;
font-size: 15px;
} .modal-loading {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
}
.modal-loading::after {
content: "";
width: 24px;
height: 24px;
border: 2px solid #ccc;
border-top-color: #333;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
#litepicker-container {
max-width: 100vw;
overflow-x: hidden;
}
.litepicker {
width: 100% !important;
min-width: unset !important;
}
.litepicker .container__main {
width: 100%;
}
.litepicker .container__months { width: 100%;
}
.litepicker .month-item {
margin-bottom: 12px;
box-shadow: none !important;
border-radius: 12px;
width: 100% !important;
}
.litepicker .container__months {
max-height: 70vh;
overflow-y: auto;
} #litepicker-container,
.litepicker,
.litepicker .container__main,
.litepicker .container__months {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
} .litepicker .month-item {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 0 15px 0;
box-shadow: none;
padding-bottom: 10px;
background: #fff;
box-sizing: border-box;
} .litepicker .month-item-weekdays-row,
.litepicker .container__days {
display: grid !important;
grid-template-columns: repeat(7, 1fr) !important;
width: 100% !important;
gap: 0;
box-sizing: border-box;
} .litepicker .container__days > *,
.litepicker .month-item-weekdays-row > * {
text-align: center;
min-width: 0;
max-width: 100%;
padding: 0.3em 0;
box-sizing: border-box;
min-height: 2.3em;
font-variant-numeric: tabular-nums;
width: unset !important;
display: flex;
align-items: center;
justify-content: center;
}
.litepicker .container__days > * {
aspect-ratio: 1 / 1; 
} .litepicker .container__months {
display: flex;
gap: 12px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
} .litepicker .container__months {
max-height: 70vh;
overflow-y: visible;
}  .litepicker .day-item.is-in-range {
background-color: rgba(191,146,102,0.35) !important;
color: black !important;
}
.litepicker .day-item.is-start-date {
border-radius: 50% 0 0 50% !important;
}
.litepicker .day-item.is-end-date {
border-radius: 0 50% 50% 0 !important;
}
.litepicker .day-item.is-start-date, .litepicker .day-item.is-end-date {
background: #BF9266 !important;
color: white !important;
}
.litepicker .day-item.is-locked {
color: #ccc !important;
background: #f6f6f6 !important;
cursor: not-allowed;
}
.litepicker .day-item.is-start-date::after, .litepicker .day-item.is-end-date::after {
content: "";
border-radius: unset !important;
background-color: rgba(191,146,102,0.35);
}
.litepicker .month-item-header .month-item-year, .litepicker .month-item-header .month-item-name {
font-weight: 500;
font-size: 16px;
}
.litepicker .month-item-header {
margin-bottom: 15px;
}
.pp-srp-mobile-summary {
display: none;
align-items: center;
background-color: #f8f8f800;
border-radius: 50px;
padding: 8px 50px 0 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: background-color 0.2s ease;
height: 60px;
width: 220px;
}
.backTo{
position: absolute;
left: calc(-50vw + 130px);
}
@media (max-width:1200px) {
.reservation-widget-new .field-value,.reservation-widget-new .field-header{
font-size:12px !important;
}
.reservation-widget-new button .button-text{
font-size: 12px !important;
padding: 22px;
}
}
@media (max-width: 980px) {
.home .reservation-widget-new.sticky-widget{
display: none;
}
}
@media (max-width: 767px) {
.home .reservation-widget-new{
margin-top: -80px;
}
.home .pp-srp-mobile-summary{
display: none !important;
}
body.reservationPage:not(.home){
.sticky-widget{ top: 5px;}
.pp-srp-mobile-summary {
display: flex;
}
#reservation-location, #search-button{ display: none;}
.reservation-widget-new{ width: auto;}
.reservation-widget-new.minimal .field-header, .reservation-widget-new.minimal .field-value {
display: block; 
color: #A87746;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.reservation-widget-new.minimal .field-value { margin-top: 5px; }
.reservation-widget-new.minimal .field{
flex-direction: column;
align-items: baseline;
}
.elementor-widget-theme-site-logo{ display: none;}
.menu-switch{ display: none !important;}
.header-menu {
position: fixed !important;
right: 29px !important;
top: 5px;
}
}
body.reservationPage:not(.home):not(.reservationPageObject){
.header-menu {
position: fixed !important;
right: 29px !important;
top: 25px;
}
}
}
body.reservationPage:not(.home) header .elementor-widget-nav-menu:first-child{
display: none;
}
.reservation-loader{
display: none;
width: 100%;
height: 100%;
overflow: hidden;
background: #ffffffbd;
position: fixed;
top: 0;
left: 0;
z-index: 999999999999;
position: fixed;
}
.reservation-loader img {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 767px) {
.smartmentsProperty .apaleo-propery-pics {
margin-left: 0 !important;
width: 100% !important;
}
body.smartmentsProperty .elementor-shortcode {
padding: 10px;
width: 100%;
overflow: hidden;
margin-top: -30px;
}
}