/*
Theme Name: 	POLYLUCHS
Theme URI: 		http://thememascot.net
Description: 	Hotel Booking WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		5.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	hoexr-child
Template: 		hoexr
*/
:root {
	--color-blue: #93A9AE;
	--color-lila: #CCABB1;
	--color-gold: #aa8453;
}
/* fonts */
@font-face {
    font-family: "Untitled";
    src: url("../../../wp-content/themes/hoexr-child/fonts/v5/Untitled.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/v5/Untitled.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/v5/Untitled.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Gilda Display";
    src: url("../../../wp-content/themes/hoexr-child/fonts/GildaDisplay-Regular.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/GildaDisplay-Regular.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/GildaDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("../../../wp-content/themes/hoexr-child/fonts/BarlowCondensed-Regular.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/BarlowCondensed-Regular.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/BarlowCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Barlow";
    src: url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Regular.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Regular.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Regular.woff") format("woff");
  	font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Barlow";
    src: url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Medium.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Medium.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Barlow";
    src: url("../../../wp-content/themes/hoexr-child/fonts/Barlow-SemiBold.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-SemiBold.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Barlow";
    src: url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Bold.woff2") format("woff2"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Bold.ttf") format("truetype"),
        url("../../../wp-content/themes/hoexr-child/fonts/Barlow-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
.icon {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "Untitled" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#preloader {
    position: fixed;
    top: 0!important;
    left: 0!important;right:0!important;bottom:0!important;
    width: 100%;
    height: 100%;
    z-index:99999;
	text-align:center!important;
}
#spinner {
display: inline-block!important;
width:200px!important;
	height:200px!important;
}

.scroll-to-top a {background-image: linear-gradient(to right, #93a9ae 0%, #93a9ae 51%, #93a9ae 100%)!important;box-shadow: 0 7px 30px rgba(0, 0, 0, 0)!important;}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff; /* Hintergrund */
}

::-webkit-scrollbar-thumb {
    background: #93a9ae; /* Scrollbalken */
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #93a9ae;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #93a9ae #fff;
}


.hide{display:none!important}

.color-lila,.color-lila .title {color:var(--color-lila)!important}


.bg-blue{background: var(--color-blue)!important;}
.bg-lila{background: var(--color-lila)!important;}

.three-layer-loaderbg .layer .overlay{background: #1C1C1C!important;}

.button-mobil-hotel,.button-mobil-weinbar{
    position: absolute;
    left: calc(50% - 65px);
    top: 15px;
    z-index: 12;
    color: #fff;
    padding: 5px 10px;
    transform: rotate(0deg);
    width: 140px !important;
    text-align: center !important;
}
.button-mobil-hotel a,.button-mobil-weinbar a{color: #fff!important;}

/* Bootstrap Modal Core CSS (only modal-related styles) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
/* Klein – max. 420px */
.modal-small .modal-dialog {
    max-width: 480px;
    width: 100%;
    margin: 60px auto;
	height: 85%!important;
	max-height: 800px!important;
}

/* Mittel – 50% der Website-Content-Breite */
.modal-medium .modal-dialog {
    max-width: 50vw;
    width: 100%;
    margin: 60px auto;
}

/* Groß – volle Website-/Viewport-Breite */
.modal-large .modal-dialog {
    max-width: 100vw;
    width: 100%;
    margin: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2)!important;
  border-radius: 0!important;
  outline: 0;
	height: 100%!important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
	overflow-y: scroll;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: .25rem;
}

/* Utility required for fade transitions */
.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}
/* pulse animation */
.pulse-animate {
    animation: pulse 1s ease-out 3;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
/* Metaslider */
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a {
    background: rgba(255,255,255,0)!important;
    top: calc(50% - 150px)!important;
	width: 30px!important;
    height: 30px!important;
}
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a:after {
	mask-size: 30px auto!important;
}
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-prev:after {
    mask-image: url(https://b14phma.myrdbx.io/wp-content/uploads/left-1.svg)!important;
}
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-next:after {
    mask-image: url(https://b14phma.myrdbx.io/wp-content/uploads/right-1.svg)!important;
}



/* tabs */
#hotelAGB,#hotelAGB:hover {background-color: var(--color-blue)!important;background-image: none;}
#weinbarAGB,#weinbarAGB:hover {background-color: var(--color-lila)!important;background-image: none;}
/* bg slideshow */
.custom-swiper-dots {
    position: absolute!important;
    bottom: 150px!important; /* Abstand vom unteren Rand des Sliders */
    left: 50%!important;
    transform: translateX(-50%)!important;
    display: flex!important;
    gap: 10px!important; /* Abstand zwischen den Dots */
    z-index: 9999!important;
	align-items: center;
}

/* Inaktive Dots */
.custom-swiper-dots .dot {
    width: 12px!important;
    height: 12px!important;
    background-color: #fff!important; /* weißer Kreis */
    border-radius: 50%!important;
    cursor: pointer!important;
    transition: all 0.3s ease!important;
	border: 2px solid transparent !important;
}

/* Aktiver Dot: weißer Rahmen um inneren Kreis */
.custom-swiper-dots .dot.active {
    width: 14px!important;  /* größer als innerer Kreis */
    height: 14px!important;
    background-color: transparent!important; /* Hintergrund transparent, damit Rahmen sichtbar */
    border: 1px solid #fff!important; /* sichtbarer weißer Rahmen */
    border-radius: 50%!important;
    box-sizing: border-box!important;
    position: relative!important;
}
/* Optional: innerer weißer Kreis für aktiven Dot */
.custom-swiper-dots .dot.active::after {
    content: ''!important;
    position: absolute!important;
    top: 1px!important;   /* Abstand vom Rahmen */
    left: 1px!important;
    width: 10px!important;  /* kleiner als Rahmen */
    height: 10px!important;
    background-color: #fff!important;
    border-radius: 50%!important;
}

#weinbarAngebote .tm-swiper-container .tm-swiper-button-next:hover, .tm-swiper-container .tm-swiper-button-prev:hover {background-color: var(--color-lila)!important;}

.tm-swiper-container .tm-swiper-button-next:hover, .tm-swiper-container .tm-swiper-button-prev:hover{background-color:var(--color-blue)!important;}


/* Website styles */
.hide {display: none!important;}

#weinbarAngebote .features-block-style3 .inner-box .content-box:after{background-color: var(--color-lila)!important;}

#headerZimmerButton.btn-theme-colored1{background-color: transparent!important;}

.main-content-area ul > li, .main-content-area ol > li, .page-content ul > li, .page-content ol > li, .post-content ul > li, .post-content ol > li, .post-excerpt ul > li, .post-excerpt ol > li, .wpb_text_column ul > li, .wpb_text_column ol > li, .comment-list ul > li, .comment-list ol > li{margin-bottom: 0px!important;}

.main-content-area article .post-excerpt p {margin-bottom: 10px!important;}

form input[type=text], form input[type=email], form input[type=url], form input[type=file], form input[type=password], form input[type=number], form input[type=date], form input[type=search], form input[type=tel], form textarea, form select{
    height: 48px;
    font-size: 14px;
    font-size: 0.875rem;
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px!important;
    color: #666;
}
form input[type=text], form input[type=email], form input[type=url], form input[type=file], form input[type=password], form input[type=number], form input[type=date], form input[type=search], form input[type=tel], form textarea {
    width: 100%;
    padding: 5px 10px;
}

.btn-outline-theme-colored1,.btn-theme-colored1 {border-radius: 0px!important;}

.blue-button-bg a{background-color:var(--color-blue)!important;border-radius:0px!important;}

#tischReservierenModalButtonZero a,#tischReservierenModalButtonOne a,#tischReservierenModalButtonTwo a,#kontaktLilaButton a,.lila-button-bg a{background-color:var(--color-lila)!important;border-radius:0px!important;}

#tischReservierenModalButtonZero a,#zimmerBuchenHeader a {font-size: var(--btn-font-size)!important;line-height: 1.4!important}
    
#event-registration-form-ajax {line-height: normal!important}
#event-registration-form-ajax input {border-color: var(--color-lila)!important}



.news-details-bottom,body.single-post .entry-meta{display:none !important;}

#eventDetails{}
#eventDetails h2{margin-top:0px!important;}
#eventDetails .entry-meta{display:block!important;}
#eventDetails .desc{padding-bottom:40px;border-bottom:1px solid #e0e4e8;}
#eventDetails .weitere-infos{margin:40px 0;background-color:#F2F3F5;padding:25px;}
#eventDetails .weitere-infos tr td:first-child {width: 200px;white-space: nowrap;}
#eventDetails .weitere-infos td{padding:0px!important;border:0px!important;text-transform: none!important;}
#eventDetails .details-image{position:relative!important;}
#eventDetails .details-image img {width: 100%;height: auto;display: block;}
#eventDetails .details-image .details-count{position:absolute!important;bottom:0;right:0;background-color:var(--color-lila);color:#fff;padding:10px;}
#eventDetails .details-image .details-count b{color:#fff!important;}
#eventDetails i{color:var(--color-lila)!important;}
#eventDetails .details-image .details-count small{display:block!important; margin-top: -10px;}
#eventDetails .elementor-widget-button a,#detailsSidebar .elementor-widget-button a,#event-registration-form-ajax .send-button{display:block;background-color:var(--color-lila)!important;border-radius:0px!important; padding: 1rem 2.4rem!important;}

#detailsSidebar{margin-bottom:40px!important;}

#detailsItemsSidebar{background-color:#F2F3F5;padding:20px;}
#detailsItemsSidebar article{display:flex!important;margin-top:20px;}
#detailsItemsSidebar article .sidebar-item-image{width:100px!important;padding-right:20px;}
#detailsItemsSidebar article .sidebar-item-content{width:calc(100% - 100px)!important;}
#detailsItemsSidebar article .sidebar-item-content i{margin-right:5px!important;color:var(--color-lila)!important;}
#detailsItemsSidebar article .sidebar-item-content time{color: var(--entry-meta-color-light);font-size: 14px;}
#detailsItemsSidebar article .sidebar-item-content .entry-title{font-family: var(--heading-font-family)!important;line-height:normal;}

.events-slider{background-image:url(https://b14phma.myrdbx.io/wp-content/uploads/revslider/Slider-Home3/home5-2.png);background-size: cover;background-position: center center;background-repeat: no-repeat;color:#fff!important;width:550px;}
.events-slider .swiper-slide{padding:40px!important;}
.events-slider a{color:#fff!important;}

.events-slider .entry-title,.events-slider .entry-title-datum {font-family: var(--section-title-font-family);}
.events-slider .entry-title {font-size:var(--h2-font-size);font-weight: var(--headings-font-weight-h2);line-height:normal;margin:20px 0 0 0;}
.events-slider .entry-title-datum {font-size:var(--h4-font-size);font-weight: var(--headings-font-weight-h4);line-height:normal;}

.events-slider .elementor-element.elementor-element-5a07d7d .elementor-button {background-color: transparent!important;border-style: solid!important;border-width: 1px 1px 1px 1px!important;border-color: var(--color-lila)!important;color: var(--color-lila)!important;margin-top:20px;border-radius:0!important;}
.events-slider .post-single-meta{text-transform: uppercase;font-size: 14px;}
.events-slider .post-single-meta span {background-color: var(--color-lila) !important;padding: 5px 15px;margin-right: 20px;border-radius: 20px;color: #222;}


.old-events-list{list-style: none;}

#eventsList .isotope-layout.grid-3 .isotope-item{width: 33.2%!important;}
#eventsList .tm-sc-blog .blog-item-current-style2 .inner-box .entry-content .read-more{background-color: var(--color-lila);color:#fff;}
#eventsList .tm-sc-blog .blog-item-current-style2 .inner-box .entry-content .read-more:before {background-color: var(--theme-color2);}
#eventsList .tm-sc-blog .blog-item-current-style2 .inner-box .entry-content .content-inner .entry-meta li i{color: var(--color-lila);}
#eventsList .tm-sc-blog .blog-item-current-style2 a:hover{color: var(--color-lila)!important;}

.info-ausgebucht{
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    color: red;
    font-weight: bold;
}

#eventsListOne .tm-sc-blog .blog-item-current-style2 {width: 100%!important;}

.menuzord-primary-nav .menuzord-menu ul.dropdown li.bg-blue-header-nav a:after {background: var(--color-blue)!important;}
.menuzord-primary-nav .menuzord-menu ul.dropdown li.bg-lila-header-nav a:after {background: var(--color-lila)!important;}

#elementor-header-top-sticky.visible .mega-menu-link{color:#222!important;}

.swiper-pagination .swiper-pagination-bullet {width: 6px!important;height: 6px!important;border-radius: 50%!important;background-color: #fff!important;transition: all 0.3s ease!important;cursor: pointer!important;}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #fff!important;outline: 1px solid #fff!important;outline-offset: 4px!important;}


.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle::before,
.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle::after,
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle::after,
.service-block-style9 .feature-row .content-column .inner-column .sec-title .service-subtitle::after,
.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle::after,
.features-block-style1 .feature-row .content-column .inner-column .sec-title .features-subtitle::after,
.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle::before{display:none!important;}

.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle {padding-left: 0!important;}

.bg-blue-info .service-block-style9 .feature-row .content-column .inner-column::before {background-color: var(--color-blue)!important;}
.bg-lila-info .service-block-style9 .feature-row .content-column .inner-column::before {background-color: var(--color-lila)!important;}

.bg-blue-info a:hover {color: var(--color-blue)!important;}
.bg-lila-info a:hover {color: var(--color-lila)!important;}

.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(1) .service-block-style1 .inner-box::before,
.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(2) .service-block-style1 .inner-box::before,
.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(4) .service-block-style1 .inner-box::before{background-color: var(--color-blue)!important;}

.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(3) .service-block-style1 .inner-box::before,
.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(5) .service-block-style1 .inner-box::before{background-color: var(--color-lila)!important;}

.startseite-bg .isotope-layout-inner .isotope-item:nth-of-type(6) .service-block-style1 .inner-box::before{background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-lila) 50%, var(--color-lila) 100%)!important;}

.isotope-layout-inner .bereich-Boutiquehotel .team-current-theme1 .info-box::before,.bereich-Boutiquehotel .team-current-theme1 .info-box::before,.isotope-layout-inner .bereich-Boutiquehotel .team-current-theme1 .info-box::after,.bereich-Boutiquehotel .team-current-theme1 .info-box::after{background: var(--color-blue)!important;}
.isotope-layout-inner .bereich-Weinbar .team-current-theme1 .info-box::before,.bereich-Weinbar .team-current-theme1 .info-box::before,.isotope-layout-inner .bereich-Weinbar .team-current-theme1 .info-box::after,.bereich-Weinbar .team-current-theme1 .info-box::after{background: var(--color-lila)!important;}

.startseite-bg .isotope-layout-inner .bereich-Boutiquehotel .team-current-theme1 .info-box .team-title:hover{color: var(--color-blue)!important;}
.startseite-bg .isotope-layout-inner .bereich-Weinbar .team-current-theme1 .info-box .team-title:hover{color: var(--color-lila)!important;}

.startseite-bg .isotope-item:nth-of-type(1) .service-block-style1 .inner-box .icon-box i,
.startseite-bg .isotope-item:nth-of-type(2) .service-block-style1 .inner-box .icon-box i,
.startseite-bg .isotope-item:nth-of-type(4) .service-block-style1 .inner-box .icon-box i{color: var(--color-blue)!important;}

.startseite-bg .isotope-item:nth-of-type(3) .service-block-style1 .inner-box .icon-box i,
.startseite-bg .isotope-item:nth-of-type(5) .service-block-style1 .inner-box .icon-box i,
.startseite-bg .isotope-item:nth-of-type(6) .service-block-style1 .inner-box .icon-box i{color: var(--color-lila)!important;}

.fruehstueck-bg .isotope-layout-inner .isotope-item .service-block-style1 .inner-box::before{background-color: var(--color-blue)!important;}

#ctaFullHrefBlue a:hover,#auswahlFullHrefBlue a:hover{color: var(--color-blue)!important;}

#auswahlFullHrefLila a:hover{color: var(--color-lila)!important;}

.elementor-115530 .elementor-element.elementor-element-6629cc9::before{background: var(--color-blue)!important;content: "";position: absolute;top: 0;left: 40px;width: 95px;height: 11px;}

.category-weinbar .post-single-meta{background-color: var(--color-lila)!important;}
.category-boutiquehotel .post-single-meta{background-color: var(--color-blue)!important;}

.category-weinbar .entry-meta li i {color: var(--color-lila)!important;}
.category-boutiquehotel .entry-meta li i {color: var(--color-blue)!important;}
/* ------------------------------------------------------------------------------------------------------------------------ Weinbar */
/*
.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(1) .service-block-style1 .inner-box::before,
.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(2) .service-block-style1 .inner-box::before,
.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(4) .service-block-style1 .inner-box::before,
.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(5) .service-block-style1 .inner-box::before,
.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(6) .service-block-style1 .inner-box::before{background-color: var(--color-lila)!important;}

.weinbar-vorzuege .isotope-layout-inner .isotope-item:nth-of-type(3) .service-block-style1 .inner-box::before {
    background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-lila) 50%, var(--color-lila) 100%) !important;
}
*/
.weinbar-vorzuege .isotope-layout-inner .isotope-item .service-block-style1 .inner-box::before{background-color: var(--color-lila)!important;}
.weinbar-vorzuege .service-block-style1 .inner-box .icon-box i {color: var(--color-lila)!important;}

.service-block-style8 .inner-box .image-box .image img{width: 100%!important;height: auto!important;display: block!important;}


#weinbarAuswahl .isotope-item {margin:0!important;padding:10px;}


.features-block-style3 .inner-box .content-box .features-title a:hover {color:#fff!important;}
/* ------------------------------------------------------------------------------------------------------------------------ Weinkarte */
.wine-select .pricing-block-style1 .inner-box {
    position: relative!important;
    padding: 0px!important;
    display: flex!important;
    align-items: flex-start!important;
}
.wine-select .pricing-block-style1 .inner-box .thumb {
    position: relative!important;
	margin-right:20px!important;
	max-width: 90px!important;
}
.wine-select .pricing-block-style1 .inner-box .content-box {
display: flex!important;
    flex-direction: column!important;
    gap: 0px!important;
    flex: 1!important;
}
.pricing-details {margin-bottom: 0px;}
.pricing-details-one {font-size: 14px;display: block;position:relative;top:-10px;}

.pricing-block-style1 .inner-box .content-box .pricing-details.pricing-top{position: relative!important;top: 5px!important;}
.pricing-block-style1 .inner-box .pricing-subtitle {top: 5px!important;}

.parent {
    display: flex;
    width: 100%;
    align-items: center; /* optional */
}

.left,
.right {
    flex: 0 0 auto;   /* nur so breit wie der Inhalt */
    white-space: nowrap; /* optional: verhindert Zeilenumbruch */
}
.right {
	font-weight: var(--headings-font-weight-h5);
	font-size: var(--h5-font-size);
	line-height: var(--section-title-subtitle-line-height);
	font-family: var(--heading-font-family);
	color: var(--headings-color);
	position: relative;
    top: 6px;
}
.center {
    flex: 1 1 auto;
	border-bottom: 1px dashed #c0bfbe;
	margin:0 10px;
	position: relative;
    top: -2px;
}
.left h5 {
	margin-top:0!important;
}
/* ------------------------------------------------------------------------------------------------------------------------ Location */
.service-block-style3 .inner-box .image img {width: 100%;height: auto;display: block;}
/* ------------------------------------------------------------------------------------------------------------------------ Reservierungen Plugin */
.reservation-wrapper .wis2-panel--horizontal .wis2-el {display: block!important;}
.wis2-panel--horizontal .wis2-label,.reservation-wrapper .wis2-panel--horizontal .wis2-input-group .wis2-input {float: none!important;width: 100%!important;display:block!important;margin-left: 0px!important;margin-right: 0px!important;text-align: left!important;}
.wis2-panel--horizontal .wis2-el {height: auto!important;}
.reservation-wrapper .wis2-panel--horizontal .wis2-title,.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-title {display: none!important;}
.wis2-panel--horizontal .wis2-input-group .wis2-input {line-height: 12px!important;height: calc(1.8rem + 18px)!important;padding: 18px 20px!important;outline: 0!important;color: #686a6f!important;font-size: 1rem!important;border-radius: 0px!important;}
.wis2-panel--horizontal .wis2-button{height:calc(1.8rem + 18px)!important;color: #fff!important;background-color: var(--color-blue)!important;border: 1px solid var(--color-blue)!important;font-size: var(--btn-font-size)!important;line-height: 1.4 !important;padding: 13px!important;font-family: var(--body-font-family) !important;font-weight: 600 !important;letter-spacing: 0.05em !important;overflow: hidden !important;text-align: center !important;border-radius: 0px!important;}

.reservation-wrapper-vertikal #wis2-panel .wis2-panel--horizontal .wis2-el {text-align:center}
.reservation-wrapper-vertikal #wis2-panel .wis2-panel--horizontal .wis2-label{position: relative;z-index: 9;top: 15px;background: #fff;left: 0px;padding: 5px;display: inline-block !important;width: auto !important;}
.reservation-wrapper-vertikal #wis2-panel .wis2-input:before {display: none!important;}


.reservation-wrapper .wis2-panel--horizontal .wis2-input-group .wis2-input {background-color: rgba(255, 255, 255, 1)!important;border: 1px solid rgba(255, 255, 255, 1)!important;}

.reservation-wrapper-vertikal{}
.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-el {display: inline-block!important;width:33%!important;padding: 0px 10px!important;}
.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-title {display: none!important;}
.reservation-wrapper-vertikal .wis2-input-group{}
.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-input-group .wis2-input {width: 100%!important;margin-left: 0!important;}
.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-el {vertical-align: bottom!important;}

.reservation-wrapper-vertikal .wis2-panel--horizontal .wis2-input-group .wis2-input {background-color: rgba(255, 255, 255, 1)!important;border: 1px solid var(--color-blue)!important;}
/* ------------------------------------------------------------------------------------------------------------------------ Zimmer */
.bg-blue-info .features-block-style1 .feature-row .content-column .inner-column::before {background: var(--color-blue)!important;}
/* ------------------------------------------------------------------------------------------------------------------------ Testimonials */
.testimonial-block-style1 .content-box .image-box .thumb-blue::before{background-color: var(--color-blue)!important;}
.testimonial-block-style1 .content-box .image-box .thumb-lila::before{background-color: var(--color-lila)!important;}
/* ------------------------------------------------------------------------------------------------------------------------ FAQ - Cards */
.tm-accordion.skin-classic .card{box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0)!important;background-color: var(--theme-color-light)!important;}
.tm-accordion.skin-classic .card .card-header .title,.tm-accordion.skin-classic .card .card-header .title:not(.collapsed) {background-color: var(--theme-color-light)!important;}

.tm-accordion.skin-classic .card .card-body {
    padding: 1rem 0 0 0!important;
    margin: 0 1.5rem 1rem 1.5rem!important;
    border-top: 1px solid #222!important;
}


.tm-accordion .card .card-header .title .accordion-controls-icon {
  -webkit-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  transform: rotate(-90deg)!important;
}
.tm-accordion .card .card-header .title:not(.collapsed) .accordion-controls-icon {
  -webkit-transform: rotate(0deg)!important;
  -ms-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
}
.tm-accordion .card .card-header .title:not(.collapsed) {
	color:#222!important;
}
/* ------------------------------------------------------------------------------------------------------------------------ Zimmer Details */
#zimmerDetails {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: var(--color-blue);
    --border-color: var(--color-blue);
    --border-radius: 10px 10px 10px 10px;
    --margin-top: 25px;
    --margin-bottom: 25px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
	background-color: #F5F6F7;
}

#zimmerDesc,#zimmerAusstattung,.gallery-container {margin-bottom: 25px!important;}

#zimmerAusstattung {border-bottom: 1px solid var(--color-blue);}
#zimmerAusstattung .ausstattung-outer{padding:0px;}
#zimmerAusstattung .ausstattung-inner{display:ruby;}
#zimmerAusstattung .ausstattung-item{
    width: var(--container-widget-width, 50%);
    max-width: 50%;
    --container-widget-width: 50%;
    --container-widget-flex-grow: 0;
	margin-bottom:20px;
}
#zimmerAusstattung  .icon-box .icon-box-title, .icon-box .icon-box-title a{padding-right: 20px;}
#zimmerAusstattung .ausstattung-item .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 0px;
    width: 63px;
    height: 63px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-blue);
}
#zimmerAusstattung .ausstattung-item .icon span{color: var(--color-blue);font-size: 2.0rem;}

#zimmerAusstattung .ausstattung-item .icon i {
    color: var(--color-blue);
}

#zimmerAusstattung .ausstattung-item .icon svg {
    fill: var(--color-blue);
}
#zimmerAusstattung .ausstattung-item:hover .icon i,#zimmerAusstattung .ausstattung-item:hover .icon span {
    color: var(--theme-color3);
}

#zimmerAusstattung .ausstattung-item:hover .icon svg {
    fill: var(--theme-color3);
}

#zimmerAusstattung .ausstattung-item:hover .icon {
    background-color: var(--color-blue);
}

#detailsSocial {text-align: end;}
#detailsSocial .elementor-social-icon {
    background-color: #F2F3F5;
	font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	border-radius: 50%;
	align-items: center;
    background-color: #f2f3f5;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
#detailsSocial .elementor-social-icon svg {
    fill: #000000!important;
}

#detailsKontakt {margin-top:40px;padding:25px;background-color: #f2f3f5;}
#detailsKontakt .form-control, #detailsKontakt .input-text, #detailsKontakt .comment-respond textarea, #detailsKontakt .comment-respond input[type=email], #detailsKontakt .comment-respond input[type=url], #detailsKontakt .comment-respond input[type=text] {height: calc(1.8rem + 32px);padding: 14px 20px;outline: 0;background-color: rgba(255, 255, 255, 1);border: 1px solid rgba(255, 255, 255, 1);color: #686a6f;font-size: 1rem;} 
#detailsKontakt .btn-theme-colored1 {color: #fff!important;background-color: var(--color-blue)!important;border-color: var(--color-blue)!important;border: 1px solid!important;}

#detailsKontaktBlue {margin-top:40px;padding:25px;background-color: #f2f3f5;}
#detailsKontaktBlue .form-control, #detailsKontaktBlue .input-text, #detailsKontaktBlue .comment-respond textarea, #detailsKontaktBlue .comment-respond input[type=email], #detailsKontaktBlue .comment-respond input[type=url], #detailsKontaktBlue .comment-respond input[type=text] {height: calc(1.8rem + 32px);padding: 14px 20px;outline: 0;background-color: rgba(255, 255, 255, 1);border: 1px solid rgba(255, 255, 255, 1);color: #686a6f;font-size: 1rem;} 
#detailsKontaktBlue .btn-theme-colored1 {color: #fff!important;background-color: var(--color-blue)!important;border-color: var(--color-blue)!important;border: 1px solid!important;}

#detailsKontaktBlue .form-control:active, #detailsKontaktBlue .form-control:focus,
#detailsKontaktBlue .input-text:active,
#detailsKontaktBlue .input-text:focus {
  box-shadow: 0 0 0 0px var(--color-blue)!important;
  border-color: var(--color-blue)!important;
}

#detailsKontaktLila {margin-top:40px;padding:25px;background-color: #CCABB170;}
#detailsKontaktLila .form-control, #detailsKontaktLila .input-text, #detailsKontaktLila .comment-respond textarea, #detailsKontaktLila .comment-respond input[type=email], #detailsKontaktLila .comment-respond input[type=url], #detailsKontaktLila .comment-respond input[type=text] {height: calc(1.8rem + 32px);padding: 14px 20px;outline: 0;background-color: rgba(255, 255, 255, 1);border: 1px solid rgba(255, 255, 255, 1);color: #686a6f;font-size: 1rem;} 
#detailsKontaktLila .btn-theme-colored1 {color: #fff!important;background-color: var(--color-lila)!important;border-color: var(--color-lila)!important;border: 1px solid!important;}

#detailsKontaktLila .form-control:active, #detailsKontaktLila .form-control:focus,
#detailsKontaktLila .input-text:active,
#detailsKontaktLila .input-text:focus {
  box-shadow: 0 0 0 0px var(--color-lila)!important;
  border-color: var(--color-lila)!important;
}

.reservation-wrapper {border-radius: 0px;background-color: #F5F6F7;padding:25px;}


.gallery-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.swiper-main {
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
/* === Pfeile (Navigation) === */
.swiper-button-next,
.swiper-button-prev {
  color: #fff!important; /* weiße Pfeile */
  background: none; /* kein Hintergrund */
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.2);
}
/* Optional: bessere Sichtbarkeit auf hellen Bildern */
.swiper-button-next::after,
.swiper-button-prev::after {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 30px!important;
}
.swiper-thumbs {
  margin-top: 10px;
  height: auto;
}
.swiper-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 0px; /* auch aktive Slides haben abgerundete Ecken */
}
.swiper-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px!important; /* hier werden die Ecken wirklich rund */
}

.swiper-main-1, .swiper-main-2 {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.swiper-main-1 .swiper-slide img,.swiper-main-2 .swiper-slide img,.swiper-main-3 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto; /* Bild behält sein Seitenverhältnis */
}

.swiper-main-3 {
  max-width: 500px!important;
  position: relative!important;
  overflow: visible!important; /* Wichtig, damit Pfeile außerhalb sichtbar sind */
}

/* Gemeinsames Styling */
.swiper-main-3 .swiper-button-prev,
.swiper-main-3 .swiper-button-next {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  width: 38px!important;  /* Größe anpassen */
  height: 38px!important;
  cursor: pointer!important;
  z-index: 10!important;
}
.swiper-main-3 .swiper-button-prev::after,
.swiper-main-3 .swiper-button-next::after {
  display: none!important;
}

/* Linker Pfeil */
.swiper-main-3 .swiper-button-prev.custom-prev {
  left: -60px!important; /* Position außerhalb des Sliders */
}

/* Rechter Pfeil */
.swiper-main-3 .swiper-button-next.custom-next {
  right: -60px!important; /* Position außerhalb des Sliders */
}

/* Bilder in den Buttons */
.swiper-main-3 .swiper-button-prev img,
.swiper-main-3 .swiper-button-next img {
  width: 100%!important;
  height: auto!important;
  display: block!important;
}

/* Optional: Hover-Effekt */
.swiper-main-3 .swiper-button-prev:hover img,
.swiper-main-3 .swiper-button-next:hover img {
  opacity: 0.7!important;
  transition: opacity 0.2s ease!important;
}

#pageHeader01 .swiper-button-next {left: 40px !important;}
#pageHeader01 .swiper-button-prev {right: 40px !important;}

#pageHeader01 .swiper-veranstaltungen .swiper-button-next {right: 5px !important;}
#pageHeader01 .swiper-veranstaltungen .swiper-button-prev {left: 5px !important;}

body .main-content-area, body .sidebar-area {padding-top: 0px!important;padding-bottom: 0px!important;}



/* Responsive Anpassung */
@media (max-width: 1024px) {
	.custom-swiper-dots {display: none!important;}
}
@media (max-width: 768px) {
	body .main-content-area, body .sidebar-area {padding-top: 80px!important;padding-bottom: 80px!important;}
	
	#ticketModalButtonTwo {display: none!important;}
	
	h1,h2,
	.tm-sc-section-title .title-wrapper h2.title,
	.service-block-style9 .feature-row .content-column .inner-column .sec-title .service-title,
	.features-block-style1 .feature-row .content-column .inner-column .sec-title .features-title,
	.events-slider .entry-title{font-size: 2rem!important;}
	
	.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle,
	.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle,
	.service-block-style9 .feature-row .content-column .inner-column .sec-title .service-subtitle,
	.features-block-style1 .feature-row .content-column .inner-column .sec-title .features-subtitle,
	.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle{font-size: 1rem!important;}
	
	#eventsListOne .tm-sc-blog .blog-item-current-style2 {width: 100% !important;}
	
  	.swiper-main-3 .swiper-button-prev.custom-prev {left: -40px!important;}
  	.swiper-main-3 .swiper-button-next.custom-next {right: -40px!important;}
	
	#eventsList .isotope-layout.grid-3 .isotope-item{width: 100%!important;}
	
	.reservation-wrapper {margin-top:20px!important;padding: 10px 15px!important;}
	
	#zimmerAusstattung .ausstattung-inner {display: inline-block!important;}
	#zimmerAusstattung .ausstattung-item .icon {width: 40px!important;height: 40px!important;}
	#zimmerAusstattung .ausstattung-item .icon span {font-size: 1.5rem;}
	#zimmerAusstattung .ausstattung-item .icon i {font-size: 25px!important;}
	#zimmerAusstattung h5 {font-size:1rem!important;margin-top:0px!important;}
	#zimmerAusstattung .ausstattung-item {display: inline-block!important;width: calc(50% - 20px)!important;max-width: calc(50% - 20px)!important;--container-widget-width: auto!important;margin-right:20px!important;margin-bottom:10px!important;}
	
	#zimmerDetails {--padding-left: 10px!important;--padding-right: 10px!important;}
	#zimmerDetails.e-con>.e-con-inner {padding-block-end: 10px!important;padding-block-start: 10px!important;gap:0px!important;}
	#zimmerDetails h5 {margin-top: 0px!important;}
	#zimmerDetails .elementor-element-27f12d6,#zimmerDetails .elementor-element-c2de51d {flex: 0 0 50%!important;}
	
	.events-slider {width: 100%;}
	#pageHeader01 .swiper-button-next {left: 10px !important;}
	#pageHeader01 .swiper-button-prev {right: 10px !important;}

	
}
@media screen and (max-width:600px) {
	#wis2-panel .wis2-panel.wis2-panel--horizontal .wis2-input-group {width: 50% !important;display:inline-block!important}
	#wis2-panel .wis2-panel.wis2-panel--horizontal .wis2-el.wis2-button-hld {width: 100% !important;margin-top:20px;}
}

