.elementor-kit-8{--e-global-color-primary:#665742;--e-global-color-secondary:#785D33;--e-global-color-text:#665742;--e-global-color-accent:#785D33;--e-global-color-a9589c7:#FFFFFF;--e-global-color-eeb540b:#E2DCD3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://www.turnerhof.com/wp-content/uploads/bg.jpg");color:var( --e-global-color-primary );font-family:"Asap", Sans-serif;font-size:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-size:1em;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-a9589c7 );border-radius:2px 2px 2px 2px;padding:18px 25px 18px 25px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-a9589c7 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:1.2em;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-8 h1{font-size:2.4em;}.elementor-kit-8 h2{font-size:2.4em;}.elementor-kit-8 h3{font-size:1.9em;}.elementor-kit-8 h4{font-size:1.9em;}.elementor-kit-8 h5{font-size:1.7em;}.elementor-kit-8 h6{font-size:1.7em;}.elementor-kit-8 img:hover{filter:brightness( 85% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-8 img{transition-duration:0.3s;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}@media(max-width:1550px){.elementor-kit-8{font-size:1.2em;}.elementor-kit-8 h1{font-size:2.1em;}.elementor-kit-8 h2{font-size:2.1em;}.elementor-kit-8 h3{font-size:1.7em;}.elementor-kit-8 h4{font-size:1.7em;}.elementor-kit-8 h5{font-size:1.5em;}.elementor-kit-8 h6{font-size:1.5em;}}@media(max-width:1025px){.elementor-kit-8{font-size:1em;}.elementor-kit-8 h1{font-size:1.9em;}.elementor-kit-8 h2{font-size:1.9em;}.elementor-kit-8 h3{font-size:1.5em;}.elementor-kit-8 h4{font-size:1.5em;}.elementor-kit-8 h5{font-size:1.4em;}.elementor-kit-8 h6{font-size:1.4em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{padding:14px 25px 14px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:1.5em;}.elementor-kit-8 h2{font-size:1.5em;}.elementor-kit-8 h3{font-size:1.3em;}.elementor-kit-8 h4{font-size:1.3em;}.elementor-kit-8 h5{font-size:1.2em;}.elementor-kit-8 h6{font-size:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{line-height:1.2em;padding:8px 15px 8px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*****************Header*********************/


/* Alle Swiper-Ebenen erben die Höhe und strecken sich */
.headerbild .elementor-image-carousel-wrapper.swiper,
.headerbild .swiper-wrapper,
.headerbild .swiper-slide,
.headerbild .swiper-slide-inner {
  min-height: inherit;
  height: 100%;
}

/* Bild selbst NICHT überschreiben (deine Regeln bleiben),
   nur den Inline-Gap vermeiden */
.headerbild .swiper-slide-image { 
    display: block;
}

/* Pagination unten mittig */
.headerbild .swiper-horizontal > .swiper-pagination-bullets,
.headerbild .swiper-pagination-bullets.swiper-pagination-horizontal,
.immo-galery .swiper-horizontal > .swiper-pagination-bullets,
.immo-galery .swiper-pagination-bullets.swiper-pagination-horizontal
{
  position: absolute !important;
  left: 50%;
  bottom: -15px !important;
  transform: translateX(-50%);
  text-align: center !important;
  width: 100%;
  z-index: 9;
}

.headerbild .swiper-pagination-bullet,
.immo-galery .swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
  background: #665742!important;
}

.headerbild .swiper-pagination-bullet-active,
.immo-galery .swiper-pagination-bullet-active{
  transform: scale(1.4);
  transition: transform 0.3s ease;
}


.headercontainer {
     max-width: 2400px !important;
     margin: 0 auto;
     height: 100vh;
}

.headerslider-cont {
      padding: 100px 80px 40px 0px;
}

.headerlogo-cont {
    padding: 50px 30px 30px 30px;
}

.logoslogan {
    font-size:2em;
}

.headerbild img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  object-position: center center;
  filter: brightness( 85% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.headerbild-service img {
  width: 100vw;
  height: 70vh;
}

@media only screen and (max-width: 1550px) {
.headercontainer {
     height: 95vh;
}

.headerbild img {
  height: 75vh;
}

.headerslider-cont {
    padding: 100px 50px 50px 0px;
}

.headerlogo-cont {
    padding: 70px 30px 30px 30px;
}

.logoslogan {
    font-size:1.5em;
}
}


@media only screen and (max-width: 1025px) {
.headerbild .swiper-pagination-bullet,
.immo-galery .swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
}

.headercontainer {
    height: 100vh!important;
}

.headerslider-cont {
    padding: 20px 20px 50px 20px;
}

.headerbild img {
  height: 60vh;
}

.headerlogo-cont {
    padding: 80px 30px 0px 30px;
}

.headerbild-service img {
  height: 60vh;
}

.logoslogan {
    font-size:1.8em;
}
}

@media only screen and (max-width: 767px) {
.headercontainer {
    height: 600px!important;
}

.headerbild .swiper-pagination-bullet,
.immo-galery .swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
}

.headerslider-cont {
    padding: 0px 0px 0px 0px;
}

.headerbild img {
  height: 380px;
}

.headerbild-service img {
  height: 520px;
}

.headerlogo-cont {
    padding: 60px 20px 0px 20px;
}

.logoslogan {
    font-size:1.2em;
}
}

/* ==Ken-Burns== */

.headerbild .swiper-slide-inner{
  overflow: hidden;
}

.headerbild .swiper img.swiper-slide-image{
  transform: scale(1.03);
  will-change: transform, opacity;
}

.headerbild .swiper .swiper-slide-active img.swiper-slide-image{
  animation: headerbild-kenburns 5s ease-in-out forwards; /* 5s = autoplay_speed bei dir */
}

.headerbild .swiper .swiper-slide-prev img.swiper-slide-image{
  animation: none !important;
  transform: scale(1.15) !important; /* hält den End-Zoom, bis er ausgeblendet ist */
}


.headerbild .swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) img.swiper-slide-image{
  animation: none !important;
  transform: scale(1.03) !important;
}

/* Keyframes: dezenter Zoom */
@keyframes headerbild-kenburns{
  from { transform: scale(1.03); }
  to   { transform: scale(1.15); }
}


/*Headerbutton */
.headerkreis{
  display: inline-block;
  width: fit-content;
}

/* Der eigentliche Kreis */
.headerkreis .elementor-icon-box-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  aspect-ratio: 1 / 1;
  width: fit-content;

  border-radius: 50%;
  background: rgba(102, 87, 66, 0.60);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* Animation */
  animation: kreisFadeRotate 1s ease-out forwards;
}

/* Animation Definition */
@keyframes kreisFadeRotate {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(5deg) scale(1);
  }
}

.headerkreis .elementor-icon-box-title,
.headerkreis .elementor-icon-box-description{
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.headerkreis .elementor-icon-box-title{
  margin-top: 20px;
  font-weight: 800;
  line-height: 1.05;
  font-size: 1.5em;
}

.headerkreis .elementor-icon-box-description{
  margin-top: 5px;
  font-size: 1em;
  line-height: 1.6;
}

.headerkreis .elementor-icon-box-title a:hover {
    color: #E4E3E1 !important;
}

@media only screen and (max-width: 1025px) {
.headerkreis .elementor-icon-box-content{
   padding: 20px;
}

.headerkreis .elementor-icon-box-title{
  font-size: 1.3em;
}

.headerkreis .elementor-icon-box-description{
  font-size: 1em;
}
}

@media only screen and (max-width: 767px) {
.headerkreis .elementor-icon-box-content{
   padding: 15px;
}

.headerkreis .elementor-icon-box-title{
  font-size: 1.2em;
}

.headerkreis .elementor-icon-box-description{
  font-size: 0.9em;
}
}





/*****************Content********************/

/* Content Container */
.maincontainer {
    padding: 100px 70px 100px 70px;
}

.contentbild img {
  height: 600px;
  width: 100vw;
  object-fit: cover;
  object-position: center center;
}

.content-box {
    padding: 80px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #66574238 0%, #66574200 100%);
}

.content1024 {
    max-width: 1024px!important;
    text-align: center;
}


@media only screen and (max-width: 1550px) {
.maincontainer {
    padding: 100px 50px 100px 50px;
}

.content-box {
    padding: 50px 0px 50px 50px;
}
}

@media only screen and (max-width: 1025px) {
.maincontainer {
    padding: 80px 40px 80px 40px;
}

.content-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #66574238 0%, #66574200 100%);
        padding: 50px;
}

.contentbild img {
  height: 450px;
}
}

@media only screen and (max-width: 767px) {
.maincontainer {
    padding: 30px 15px 50px 15px;
}

.contentbild img {
  height: 350px;
}

.content-box {
    padding: 40px 10px 80px 10px;
}
}

/* Überschriften */
.dualheading .elementor-image-box-description {
    font-size: 1.5em!important;
    letter-spacing: 0px!important;
    margin-bottom: 20px!important;
    margin: 0 auto;
    font-family: "Lucida Handwriting", Sans-serif;
    color:  #785D33;

}


.dualheading .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
}

.dualheading .elementor-image-box-img,
.dualheading2 .elementor-image-box-img {
    margin-bottom: 10px !important;
    width: 300px;
    height: auto;
}

@media only screen and (max-width: 1025px) {
.dualheading .elementor-icon-box-description {
     font-size: 1.2em!important;
}

.dualheading .elementor-image-box-img,
.dualheading2 .elementor-image-box-img {
    width: 250px;
}
}

@media only screen and (max-width: 767px) {
.dualheading .elementor-image-box-description {
    font-size: 1.2em!important;
}

.dualheading .elementor-icon-box-description {
     font-size: 1em!important;
}

.dualheading .elementor-image-box-img,
.dualheading2 .elementor-image-box-img {
    width: 200px;
}
}

/************Imageslider*********************/


.immo-galery-nav .elementor-swiper-button-prev {
   left: -50px!important;
}

.immo-galery-nav .elementor-swiper-button-next {
   right: -50px!important;
}

.immo-galery-nav .elementor-swiper-button svg {
  height: 80px!important;
  width: 80px!important;
  color: #665742!important;
}


.immo-galery-nav .elementor-swiper-button-next:hover svg, .immo-galery-nav .elementor-swiper-button-prev:hover svg {
    color: #785D33!important;
}


.immo-galery img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 1550px) {
.immo-galery img {
   height: 600px;
}

.immo-galery-nav .elementor-swiper-button svg {
  height: 70px!important;
  width: 70px!important;
}
}

@media only screen and (max-width: 1025px) {
.immo-galery img {
  height: 500px;
  padding: 0 10px;
}

.immo-galery-nav .elementor-swiper-button-prev {
   left: -35px!important;
}

.immo-galery-nav .elementor-swiper-button-next {
   right: -35px!important;
}

.immo-galery-nav .elementor-swiper-button svg {
  height: 70px!important;
  width: 70px!important;
}
}

@media only screen and (max-width: 767px) {
.immo-galery img {
   height: 320px;
}

.immo-galery-nav .elementor-swiper-button-prev {
   left: -25px!important;
}

.immo-galery-nav .elementor-swiper-button-next {
   right: -25px!important;
}

.immo-galery-nav .elementor-swiper-button svg {
  height: 60px!important;
  width: 60px!important;
}
}


/********************Panobild ******************/

/* Panobild mit 5 Icons */
.infobox .elementor-icon-box-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 30px;

  width: 220px;        
  height: 220px;        
  border-radius: 50%;

  background: rgba(102, 87, 66, 0.40);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  overflow: hidden;      
  box-sizing: border-box;
}


/* Icon selbst sauber mittig */
.infobox .elementor-icon{
  font-size: 35px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ffffff!important;
    margin-top: 10px;
}




/* Text */
.infobox .elementor-icon-box-title{
  color: #fff;
  font-family: "Lucida Handwriting";
  font-size: 1.4em;
  margin: 0;
}

.infobox .elementor-icon-box-description{
  color: #fff;
  font-size: 0.8em;
  margin: 6px 0 0 0;
}




@media only screen and (max-width: 1550px) { .infobox .elementor-icon-box-wrapper {
    width: 200px!important;
    height: 200px!important;  
    padding: 20px;
}

.infobox .elementor-icon{
  font-size: 30px !important;
}
}

@media only screen and (max-width: 1025px) { .infobox .elementor-icon-box-wrapper {
    width: 170px!important;
    height: 170px!important;  
    padding: 20px;
}

.infobox .elementor-icon{
  font-size: 25px !important;
  margin-top: 0px;
}
}

@media only screen and (max-width: 767px) {

.infobox .elementor-icon-box-wrapper {
    width: 140px!important;
    height: 140px!important;  
    padding: 20px;
}

.infobox .elementor-icon-box-title{
  font-size: 1.1em;
}

.infobox .elementor-icon-box-description {
    font-size: 0.8em;
    line-height: 15px;
    margin-top: 0px!important;
}

.infobox .elementor-icon {
   font-size: 20px!important;
   margin-bottom: -10px!important;
}
}



/* Links */
.liste-text a, .elementor-widget-text-editor a, .elementor-tab-content a, a .elementor-icon-list-text  {
  background: linear-gradient(to left, #785D33, #665742 100%);
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 4px;
  background-repeat: repeat-x;
  text-decoration: none;
}

/*  Aufzählungen */
.listsyle li {
  padding-left: 5px;
  text-indent: -28px;
  padding-bottom: 5px;
}

.listsyle li::before {
   content: "❍"; 
   font-size: 1.3em;
   margin-right: 0.4em;
   color: #785D33;
   position: relative;
   top: 2px;
}

.listsyle ul {
   list-style-type: none !important;
   margin-bottom: 20px;
   padding-left: 20px !important;
}

.nohover img:hover {
  filter: brightness( 100% ) contrast( 100% )!important ;
}


/* Buttons und Angebote out */
.page-id-64 .cta-buttons-out, 
.page-id-1747 .cta-buttons-out, 
.page-id-4366 .angebote-out, 
.page-id-110 .cta-buttons-out, 
.page-id-5381 .angebote-out, 
.page-id-2073 .cta-buttons-out, 
.page-id-1348 .centerbutton, 
.single .cta-buttons-out,
.buchen{
    display: none !important; 
}


body {
	overflow-x: hidden!important;
}

/* Browser hover */
a,a:link,a:visited{outline:none!important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    line-height: 1.2 !important;
}


/*Video Ligthbox*/
.elementor-lightbox .elementor-video-container iframe {
  width: 100%!important;
  height: 100%!important;
}

/*gesamte Box verlinken*/
.boxlink a::before,
.boxlink a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Silbentrennung */
p {
   -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -moz-hyphens: auto;
  hyphens: auto;
}

.elementor-image-box-description,
.elementor-image-box-description.elementor-inline-editing {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* Ausgangszustand: Unsichtbar und verschoben */
.text-view {
    opacity: 0; /* Unsichtbar */
    transform: translateY(100px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
    will-change: opacity, transform; 
}

.text-view.visible {
    opacity: 1; 
    transform: translateY(0); 
}

/* Spezielle Regel für den Elementor Editor */
body.elementor-editor-active .text-view,
.elementor-editor-preview .text-view{
    opacity: 1 !important;
    transform: translateY(0) !important; 
    transition: none !important; 
}

/* WPML */
.wpml-elementor-ls li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none; 
}

/* Website User Rechte */
.elementor-editor-content-only .elementor-editor-element-edit,
.elementor-editor-content-only .elementor-editor-element-add,
.elementor-editor-content-only .elementor-editor-element-remove ,
.elementor-editor-content-only .elementor-add-section-inner { 
    display: none!important;
}


/* Ankerlinks */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}


/* Cookie Banner */
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
 padding: 0px!important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    text-transform: none!important;
}

@media only screen and (max-width: 767px) {
 .cmplz-cookiebanner {
     width: 95% !important;
 
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Asap';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.eot');
	src: url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.woff2') format('woff2'),
		url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.woff') format('woff'),
		url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.ttf') format('truetype'),
		url('https://www.turnerhof.com/wp-content/uploads/Asap-Regular.svg#Asap') format('svg');
}
/* End Custom Fonts CSS */