html { font-size: 10px }

body {
	background: #FFF;
	margin:0;
	padding: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	width: 100vw !important;
	max-width: 100vw !important;
}

ol, ul {
    box-sizing: border-box;
    list-style-position: inside;
	    padding-inline-start: 2px;
}


.icon-dataset img { max-width: 100px; height: auto }

.offset-anchor {
display: block;
position: relative;
top: -250px;
visibility: hidden;
}

/* Adding Transitions to scaling images and scaling containers */
.os-transition--default, .left-text-link a:after, a.os-defaultbutton.os-button-center:after, a.os-defaultbutton.os-button-left:after,
.room-slide-left .button.os-defaultbutton:after {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.stop-overflow { overflow: hidden }
.os-section-container { 
	position: relative;
	z-index: 9;
}
.block-info { background: yellow; color: #000; padding: 5px 20px; position: absolute; left: 0; top: 0; z-index: 100; font-size: 1.2rem }

:root {
  --highlight-color: #DA7320;
}

* {
	text-decoration: none
}


p a {
	position: relative;
	text-decoration: none;
	color: black;
	overflow: hidden;
	font-weight: 600;
	color:var(--highlight-color);
}

/* p a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: var(--highlight-color);
	transition: width 0.3s ease;
}

p a:hover::before {
	width: 100%;
} */



h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	padding:0;
	margin: 0;
}

h3 {
	font-size:35px;
	color:var(--highlight-color);
}

.os-block-mainHeader {
	/* height: 75vh; */
	height: 100%;
	width: 100vw;
	position: relative;
	max-width: 100%;
}

.os-section-header { height: 70vh }

body.home .os-block-mainHeader {
	margin-bottom:0;
}

.map_button_holder{display:none!important;}

.os-block-mainHeader .title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80%;
	/* display: flex;
	flex-direction: column; */
	align-items: center;
	/* justify-content: flex-end;	 */
	/* background: rgb(0,0,0); */
	/* background: linear-gradient(0deg, rgba(0,0,0,0.5816527294511555) 0%, rgba(255,255,255,0) 85%); */
	color:#FFF;
	padding-bottom: 50px;
	font-size: 35px;
}
.os-block-mainHeader .bg--image {
	height: 70vh;
	overflow: hidden
}

.os-block-mainHeader .bg--image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 75vh;
}


body.home .os-block-mainHeader .watermark {
	width: 500px;
	height: 500px;
	position: absolute;
	right: 0px;
	bottom: -250px;
	overflow: hidden;
}

body.home .os-block-mainHeader .watermark img {
	right: -25%;
	width: 100%;
	opacity: 0.2;
	position: absolute;
}

.os-block-mainHeader .watermark {
	display: none;
}

body.home .os-block-mainHeader .watermark {
	display: block;
}


@media (max-width: 767px) {
	.os-block-mainHeader {
		/* height: auto; */
	}
	body.home .os-block-mainHeader .watermark {
		width: 400px;
		height: 400px;
		position: absolute;
		left: calc(50% - 200px);
		transform: translateX(-50%);
	}

	body.home .os-block-mainHeader .watermark img {
		width: 100%;
		opacity: 0.2;
		position: absolute;
		right: 0;
	}
}

@media (max-width: 1000px) {
	.os-block-mainHeader .bg--image,
	.os-block-mainHeader {
		height: auto;
	}
	.os-section-header { height: auto }
	.os-block-mainHeader .bg--image img { height: auto } 
}


.wp-block-post-excerpt {
	margin: 0 100px;
  max-width: calc(100% - 200px);
}



/* Menu */

#header-menu {
	position: fixed;
	height: 0px!;
	width: 100%;
	z-index: 999;
}

#header-menu::after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(180deg, #FFFFFF 23.1%, rgba(217, 217, 217, 0) 92.72%);
	opacity: 0.8;
	
}

#header-menu .page--logo {
	position: fixed;
	width: 50%;
	z-index: 9;
	padding:20px;
	padding-left:50px;
}

#header-menu  .page--logo img { 
	max-height: 80px;
	width: auto;
}

#header-menu .page--menu {
	position: fixed;
	right:0;
	z-index: 9;
	margin: 20px;
	margin-right:50px;
	text-align: right;
	background:#FFF;
	border-radius: 50px;
	cursor: pointer;
}

#header-menu .page--menu .booking---button {
	background:var(--highlight-color);
	width: auto;
	display: inline-block;
	border-radius: 50px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	height: 50px;
	line-height: 50px;
	color:#FFF;
	padding-left:100px;
	padding-right:20px;
	font-weight: 600;
}
#header-menu .page--menu .booking---button::before {
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/arrow.svg');
	position: absolute;
	left: 10px;
	transition: left 0.3s ease; 
}
#header-menu .page--menu .booking---button:hover::before {
	left: 20px; 
}


#header-menu .page--menu .menu---button {
	background:#FFF;
	width: auto;
	display: inline-block;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	color:var(--highlight-color);
	padding-left:10px;
	padding-right:20px;
	font-weight: 600;
}
#header-menu .page--menu .close---button {
	background:#887f66;
	width: 100px;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	color:#FFF;
	padding-right:30px;
	font-weight: 600;
	position: absolute;
	left:-65px;
	text-align: left;
	opacity: 0;
	transition: opacity 0.3s, background 0.3s;
}
#header-menu .page--menu .close---button:hover {
	background:#FFF;
}

#header-menu .page--menu .close---button::before {
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/close.svg');
	position: absolute;
	left: 23px;
	top: 7px;
}
#header-menu .page--menu .close---button:hover::before {
	filter: invert(100%);
	fill: #DA7320;
}

@media (max-width: 767px) {
	#header-menu {
		height: 85px;
		background:rgba(255,255,255,0.80);
		z-index: 9999;
	}

	#header-menu .page--menu .menu---button {
		 filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
	}
	
	#header-menu .page--menu .menu---button {
		background:#FFF;
		width: auto;
		display: inline-block;
		border-radius: 50px;
		height: 50px;
		line-height: 50px;
		color:var(--highlight-color);
		padding-left:70px;
		padding-right:15px;
		font-weight: 600;
		position: absolute;
		right:-30px !important;
	}
		#header-menu .page--menu .menu---button::before {
			content:'';
			position: absolute;
			left:10px;
			width: 40px;
			height: 50px;
			background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/menu_icon.svg');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
	}
	
	#header-menu .page--menu .booking---button {
		position: fixed !important;
		bottom:22px;
		right: 25%;
		z-index: 999999999999 !important;
	}
	
	#header-menu .page--logo {
    position: fixed;
    width: 50%;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
		padding-left:15px;
}

	#header-menu .page--logo img {
		width: 100%;
	}
	
	#header-menu .page--menu .close---button {
		width: 75px;
		right: -30px;
		padding-right:0px;
		left:unset;
	}
}

/* Layover */

#layover-button {
	position: fixed;
	top:67vh;
	left:20px;
	z-index: 99;
	cursor: pointer;
	filter: drop-shadow(0px 4px 68px rgba(0, 0, 0, 0.25));
	display: block;
}
#layover-button span {
	background:rgba(255,255,255,0.8);
	display: inline-block;
	border-radius: 50px;
	width: auto;
	padding:0px 50px;
	padding-left:10px;
	padding-left:80px;
	color:#000;
	font-weight: 600;
	filter: drop-shadow(0px 4px 68px rgba(0, 0, 0, 0.25));
	opacity: 0;
	height: 71px;
	line-height: 71px;
	transition: opacity 0.3s, padding-left 0.9s;
}

#layover-button:hover span {
	opacity: 1;
	padding-left: 100px;
}

#layover-button::before {
	position: absolute;
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/logo_icon.svg');
	height: 65px;
	width: 65px;
	z-index: 99;
	border:3px solid #FFF;
	border-radius: 100%;
	background:#FFF;
	left:0;
	top: 0;	
	filter: drop-shadow(0px 4px 68px rgba(0, 0, 0, 0.25));
}
#layover::before {
	position: absolute;
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/watermark.svg');
	z-index: -1;
	right:-10%;
	bottom:-10%;
	opacity: 0.1;
}

#layover {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background:rgba(98,88,54,0.9);
	padding-top:100px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: -1;
	pointer-events: none;
}
#layover.active {
	opacity: 1;
	z-index: 9; 
	pointer-events: all;
}

#layover .inner {
	padding:44px;
}

#layover .inner .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
} 
#layover .inner .nav ul li a {
	color:#FFF;
	opacity: 0.6;
	font-size: 22px;
} 
#layover .inner .nav ul li.current-menu-item a {
	color:#FFF;
	opacity: 1;
} 

#layover .inner .nav ul li:hover a {
	color:var(--highlight-color);
	opacity: 1;
} 

#layover .swiper--container {
	display: flex;
	margin-top:50px;
}

#layover .swiper--container .box {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-right: 50px;
}

#layover .swiper--container .box:last-child {
	padding-right: 0;
}

#layover .swiper--container .box img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	box-shadow: 0px 4px 74px 21px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
}

#layover .box p {
	margin-top: 10px;
	color:#FFF;
	font-weight: 600;
}

#layover .burger--footer-container {
	display: flex;
	margin-top:30px;
	color:#FFF;
	
	position: absolute;
    bottom: 150px;
    width: calc(100% - 100px);
}

#layover .item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#layover .item:nth-child(2) {
	align-items: flex-end;
	text-align: right;
}

#layover .item .back {
	height: 51px;
}

#layover .item .back span {
	background:#D9D9D9;
	display: inline-block;
	border-radius: 50px;
	width: auto;
	padding:0px 50px;
	padding-left:80px;
	color:#625836;
	font-weight: 600;
	height: 51px;
    line-height: 51px;
}
#layover .item .back::before {
	position: absolute;
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/logo_icon.svg');
	height: 45px;
	width: 45px;
	z-index: 99;
	border:3px solid #FFF;
	border-radius: 100%;
	background:#FFF;
	filter: drop-shadow(0px 4px 68px rgba(0, 0, 0, 0.25));
}

body.open-layover .menu---button {
	display: none !important;
}


#layover .language_switcher a {
	color:#FFF;
	font-size: 18px;
}
#layover .language_switcher {
    margin-left: 32px;
	    margin-top: -68px;
		opacity: 0;
}
.open-burger #layover .language_switcher a {
	color:#625836;
	font-size: 18px;
}

#layover .language_switcher li:hover a {
  color: var(--highlight-color);
}

.layover-menu {
	position: relative;
}
.swiper-container-layover {
	padding-top:50px;
}

.layover-menu .layover-swiper {
	position: absolute;
	background: red;
	top: 0;
	right: 0;
}

.layover-menu .box p {
	text-align: center;
}
.layover-menu .box p a {
	color: #FFF !important;
}
.layover-menu .box img {
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
}

.layover-menu .box:hover a {
	opacity: 0.8;
}

@media (max-width: 767px) {
	#layover-button {
		position: fixed;
        bottom: 100px;
        left: 20px;
        top: unset;
        display: block;
        z-index: 999;
	}
	
	.page--menu.active .menu---button {
		display: none !important;
	}		
	
	
	.page--menu .lang_switcher {
		display: none !important;
	}	
	
	#layover .language_switcher {
        margin-top: -72px;
        margin-left: 190px;
        z-index: 1000000 !important;
		opacity: 1;
	}
	
	
	#layover .burger--footer-container {
		flex-direction: column;
		bottom: 180px;
        margin-top: 22px;
	}

	#layover .item {
		 margin-bottom: 10px;
	}

	#layover .item:nth-child(2) {
		align-items: flex-start; 
		text-align: center;
	}
	#layover .inner {
		padding-top: 0px;
	}
	
	body.open-layover .booking---button {
		display: none !important;
	}	
	
}

/* Main */ 
.main {
	/* margin:auto;
	padding:100px 100px 0 100px;
	width: calc(100% - 200px); */
	margin: 0 100px;
	max-width: calc(100% - 200px);
	
}

@media (max-width: 767px) {
	.main {
		/* padding:25px 25px 0 25px;
		width: calc(100% - 50px); */
		
		margin: 0 25px;
		max-width: calc(100% - 50px);
	}
}

.bg-section {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 70%, rgba(234,234,234,1) 50%);
}
.bg-section-reverse {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 20%, rgba(234,234,234,1) 20%);
}


/* wonach suchst du */
#switcher-section  {
	position: relative;
}

.switcherSwiper {
    width: 100%;
	overflow: visible;
	position: relative;
	margin-top:50px;
}

.swiper-pagination-bullet {
	opacity: 1 !important;
	width: 15px !important;
	height: 15px !important;
	background: rgba(98, 88, 54, 0.5) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--highlight-color) !important;
}


.switcherSwiper .swiper-slide {
	opacity: 0 !important;
}
.switcherSwiper .swiper-slide-active {
	opacity: 1 !important;
}

.switcherSwiper .swiper-pagination {
	right: -50px !important;
	width: 20px !important;
	height:150px;
	left: unset !important;
}

#switcher-section .swiper-menu  {
	width: 70%;
	position: absolute;
	left: calc(30% + 40px);
	z-index: 9999 !important;
	cursor: pointer;
	margin-top:50px;
}
#switcher-section .swiper-menu .slider-dot {
	display: inline-block;
	color:#625836;
	padding-right: 25px;
}
#switcher-section .slider-dot.active {
	  color:#DA7320;
}

#switcher-section h1 .subheadline {
	color:var(--highlight-color);
	font-weight: 600;
	font-size:20px;
}
#switcher-section h1 {
	font-size:45px;
}

#switcher-section .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#switcher-section .container .left-box {
	width: 30%;
	margin-right: -50px;
	z-index: 5;
	box-shadow: 0px 4px 105px 39px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	background:#FFF;
	padding:50px;
}

#switcher-section .container .left-box .slider---headline {
	color:var(--highlight-color);
	font-weight: 500;
	font-size:20px;
}


#switcher-section .container .right-box {
	width: 70%;
	padding-top:50px;
	object-fit: cover;
}

#switcher-section .container .right-box img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 15px;
}
#switcher-section .container .right-box .slider---menu {
	padding-bottom:0px;
}

@media (max-width: 767px) {	
	
	.bg-section.switcher .main {
		padding:0px;
		width: 100%;
	}
	#switcher-section .container .right-box img {
		border-radius: 0px;
	}
	#switcher-section h1 {
		font-size: 25px;
	}
	
	#switcher-section .swiper-menu, #switcher-section h1 {
		padding:0 25px;
	}
	
	.switcherSwiper {
		height: auto;
		position: relative;
		margin-top:50px;
	}
	
	#switcher-section .container {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	#switcher-section .container .left-box {
		width: auto;
		margin-right: 0;
		margin:-50px 25px 25px 25px
	}
	
	#switcher-section .container .right-box {
		width: 100%;
		padding-top: 0px;
	}
		
	#switcher-section .swiper-menu  {
		width: 100%;
		left: 0px;
	}
	
	#switcher-section .swiper-menu {
		margin-top: 0px;
		width: calc(100% - 40px);
		padding:0 20px;
		margin-bottom:10px;
		margin-top:10px;
		position: relative;
		text-align: center;
	}
	.switcherSwiper {
		margin-top: 20px;
	}
	
	.switcherSwiper .swiper-pagination {
		display: none !important;
	}

	#layover-button::before {height: 44px;width: 44px;}
	
	
}

/* Bilder Section */
#image-section {
	position: relative;
	padding-top:100px;
}
#image-section::before {
	content:'';
	position: absolute;
	z-index: 1;
	left:10%;
	width: 80%;
	height: 80%;
	display: block;
	top:-50px;
	background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/watermark.svg');
	background-size: contain;
	background-repeat: no-repeat;
}


#image-section .left-box .headline {
	color:var(--highlight-color);
}

#image-section .container img {
	max-width: 100%;
	border-radius: 15px;
}
#image-section .container {
	  display: flex;
}

#image-section .left-box {
	width: 30%;
	color:#625836;
	z-index: 3;
}

#image-section .right-box {
	width: 70%;
	text-align: right;
	z-index: 8;
}

#image-section .top-image {
	width: 100%;
	height: auto;
	text-align: right;
	padding-bottom: 20px;
}
#image-section .top-image img {
	  width: 80%;
}
#image-section .bottom-images {
	  display: flex;
}

#image-section .left-bottom-image {
	flex: 1;
}
#image-section .left-bottom-image img {
	width: 80%;
	padding-right:20px;
}
#image-section .right-bottom-image {
	flex: 1;
	position: relative;
}


#image-section ul {
  list-style: none;
  padding: 0;
}

#image-section li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

#image-section li::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--highlight-color);
	border:5px solid var(--highlight-color);
	border-radius: 50%;
	top:2px;

	background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/icon_white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;	
	
}

@media (max-width: 767px) {	
	#image-section {
		padding-top: 20px;
	}

	.column.footeradress p {
    margin-top: 0px;
}
	
	#image-section .container img {
		border-radius: 0px;
	}
	
	#image-section .container {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	#image-section .left-box {
		width: calc(100% - 50px);
		padding:25px;
		        background: #fff;
	}

	#image-section .right-box {
		width: 100%;
		padding-top:0px;
	}
	#image-section .top-image img {
		width: 90%;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}
	.bg-section-reverse .main {
		width: 100%;
		padding:0;
	}
	#image-section .left-bottom-image img {
		width: 90%;
		 object-fit: cover;
		
	}	
	#image-section .right-bottom-image img {
		width: 100%;
	}
	#image-section .left-bottom-image {
		position: relative;
	}
}


/* Room Slider */

.roomSwiper {
	position: relative;
	margin-bottom: 150px;
	
}
.roomSwiper.swiper {
	overflow: visible;
}

.roomSwiper .swiper-arrows {
	position: absolute !important;
	bottom: -100px;
	width: 50%;
	height:auto;
	right: 50px;
}

.room-slider {
    position: relative;
    width: 100%;
    height: 60vh;
}

.room-slider::before {
  content: '';
    background: #ececec;
    position: absolute;
    bottom: -20vh !important;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.room-slider a {
	color:#FFF;
}


.room-slider a::before {
    background-color: #FFF;

}
.room-slider .left--box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 70%;
    padding-top: 40px; 
}

.room-slider .left--box h3 {
    margin: 0; 
    padding: 10px; 
	padding-left:100px;
	color:#A4902E;
}

.room-slider .left--box .left---content {
    background-color: #625836; 
    height: auto;   
	border-bottom-right-radius: 15px;
	color:#FFF;
	padding-top:50px;
	padding-bottom: 50px;
	
}
.room-slider .left--box .left---content p {
	padding-left:100px;
	width: 40%;
}

.room-slider .right--box {
    position: absolute;
    right: 0;
    bottom: 0; 
    width: 50%;
    height: 90%; 
	top: -20px; 
	margin-top:100px;
}

.room-slider .right--box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-slider .overlay--box {
    position: absolute;
    top: 70%; 
    left: 50%;
    transform: translateX(-50%);
	padding:50px;
	background: #FFFFFF;
	opacity: 0.95;
	box-shadow: 0px 4px 144px -36px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	line-height: 2.5em;
	font-size:16px;
}
.room-slider .headline_mobile {
	display: none !important;
}

@media (max-width: 767px) {	
	.room-slider .headline_mobile {
		display: block !important;
	}
	
	.room-slider {
		height: auto;
		padding-top:120px;
	}
	
	.room-slider .left--box {
		position: relative;
		left: 0;
		bottom: 0;
		width: 80%;
		left:10%;
		height: 100%;
		padding-top: 0px !important;
		top:0px;
		z-index: 999;
		border-radius: 5px;
	}
	.room-slider .right--box {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		top: 0px;
		margin-top: 0px;
	}
	.room-slider .left--box .left---content p {
		padding-left: 0px;
		padding:25px;
		padding-top:0px;
		width: calc(100% - 50px);
	}	
	.room-slider .left--box .left---content {
		border-radius: 0px;
		padding:10px 0 10px 0;
	}
	.room-slider .left--box h3 {
		display: none;
	}
	.room-slider .headline_mobile h3 {
		 padding-left: 0px;
		text-align: center;
		color:#A4902E;
	}
	
	.room-slider .overlay--box {		
		padding: 20px;
		top:90%;
		line-height: 2.5em;
		font-size: 14px;
		width: 80%;
	}
	.roomSwiper .swiper-arrows {
		bottom: unset;
		top:65px;
		right: 50%;
		transform: translateX(50%);
		z-index: 99;
	}	
	
	
	.room-slider::before {
    bottom: 0 !important;
}
	
.room-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
  .room-slider .left--box {
    order: 3;
  }

  .room-slider .right--box {
    order: 1;
  }	
	.room-slider .overlay--box  {
		order:2;
		position: unset;
		transform: none;
		width: 70% !important;
		margin-left:10%;
		margin-top:-100px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	
}
	.roomSwiper {
		margin-bottom: 0px;
	}
}


/* teaser */

.teaser-section {
    position: relative;
    width: 100%;
    height: auto;
	min-height: 80vh;
	padding-bottom: 150px;
}
.teaser-section::before {
	content: '';
	background: #ececec;
	position: absolute;
	top:0px;
	width: 100%;
	height: 50%;
	z-index: -1;
}

.teaser-section img {
    border-radius: 15px;
}

.teaser-section .left--box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
	margin-top:150px;
}
.teaser-section .left--box img {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.teaser-section .left--box-content {
	padding-left:100px;
	width: 50%;
	padding-top:50px;
}

.teaser-section .right--box {
    position: absolute;
    right: 0;
    top: 150px; /* Neues Attribut */
    width: 50%;
    height: 90%; /* Geändertes Attribut */
	margin-top:150px;
	max-width: 100%;
}

.teaser-section .right--box img {
	max-width: 100%;
	box-shadow: 0px 4px 54px 5px rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {	
	.teaser-section {
    
    height: auto;
   
}
	
	.teaser-section .right--box {
		top: 100px;
		right:25px;
	}
	
	.teaser-section .left--box  {
		width: 100%;

	}
	
	.teaser-section .left--box img {
		width: 90%;
	}
	.teaser-section .left--box-content {
		padding: 0;
		padding:25px;
   	 width: calc(100% - 50px);
		padding-top:100px;
	}
}


/* more slider */

.overflower {
	overflow: hidden;
}

.more-slider  {
	width: 100%;
	overflow: visible;
	position: relative;
	padding-bottom: 100px;
}

.more-slider-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	padding-bottom:50px;
}

.more-slider-content .box {
	position: relative;
}

.more-slider-content .box:nth-child(2) {
	text-align: right;
}

.more-slider .box {
	position: relative;
	overflow: hidden;
	background: transparent;
	border-radius: 12px;
	overflow: visible;
}

.more-slider .image-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    height: 450px;
}

.more-slider .image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
    object-fit: cover;
}
.more-slider .image-container:hover .image {
    opacity: 1;
    box-shadow: 0px 4px 74px 21px rgba(0, 0, 0, 0.25);
}
.more-slider .caption {
	text-align: center;
	background: transparent;
}
.more-slider .caption p {
	margin-bottom: 0;
	padding-bottom:20px;
	color:#424242;
	opacity: 0.7;
	font-weight: 600;
	font-size: 20px;
}
.more-slider .box:hover .caption p {
	opacity: 1;
}


@media (max-width: 767px) {
	.more-slider {
		padding-bottom: 0px;
	}
	
	.more-slider-content {
		display: flex;
		flex-direction: column;
		justify-content: center; 
		align-items: center; 
		text-align: center;
    }
	.more-slider-content .box:nth-child(2) {
		height:50px;
		width: 100%;
	}
	.more-slider-content .box:nth-child(2) .swiper-button-prev, .more-slider-content .box:nth-child(2) .swiper-button-next {
		width: 50% !important;
	}
	.more-slider-content .box:nth-child(2) .swiper-button-next::after, .more-slider-content .box:nth-child(2) .swiper-button-prev::after {
		width: 70px !important;
	}

}

/* Kontakt */

#kontakt {
	background: #DA7320;
	z-index: 9;
	position: relative;
}
body.home #kontakt {
	margin-top:00px;
}

#kontakt .main {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding: 60px;
	background: transparent;
	color:#FFF;
}
#kontakt .main span {
	display: inline-block;
}

#kontakt .main a {
	border:1px solid #FFF;
	padding-top:17px;
	padding-bottom: 17px;
	padding-left:20px;
	padding-right:120px;
	border-radius: 50px;
	margin-left:25px;
	color: #FFF;
	position: relative;
	width: auto;
}
#kontakt .main a::after {
	content: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/arrow.svg');
	position: absolute;
	right: 30px;
	transition: right 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
}
#kontakt .main span a:hover::after {
	right: 20px;
}


@media (max-width: 767px) {
	#kontakt {
		margin-top:0px;
		padding-bottom: 80px;
		padding-top:15px;
	}
	#kontakt .main {
	  	padding: 0px;
	}
	#kontakt .main span {
		text-align: center;
		width: 100% !important;
		padding-top:15px;
	}
	#kontakt .main a {margin-left: auto;margin-right: auto;}
	#kontakt .main span b {
		text-align: center;
	}
	#kontakt .main span a {
		top:40px;
		display: inline-block;
	}
}


/* Footer */


#footer::before {
	content: "";
	background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/logo_icon_footer.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
	height: 180%;
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: -100%;
	opacity: 1;
}

#footer .footer--logo { max-width: 200px; padding: 30px 0 0 0 }
#footer .footer--logo img { max-width: 100%; height: auto}


#footer .footer--logo .logo-cols {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
}
#footer .footer--logo .logo-cols img {
height: auto;
    max-height: 70px;
}

#footer .footer--logo .logo-cols img.okgo {
	height: 70px !important;
	aspect-ratio:1/1;
}

#footer .footer--logo.logocols {
	max-width: 100%;
}



#footer {
	background: rgba(164, 144, 46, 0.3);
	position: relative;
	font-size:16px;
}

#footer .main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 20px;
	background: transparent;
}

#footer .widgettitle {
	font-size:18px;
}
#footer .column {
	position: relative;
	overflow: hidden;
	background: transparent;
	padding-top:120px;
	color:#625836;
}
#footer .column b {
	font-weight: 600;
	color:var(--highlight-color);
}
#footer .widgettitle b {
	color:#625836;
}

#footer ul {
	list-style: none;
	margin:0;
	padding: 0;
	line-height: 2.2em;
}
#footer ul li a {
	color:#625836;
	opacity: 0.6;
}
#footer ul li:hover a {
	opacity: 1;
}

#footer .gutschein {
	position: absolute;
	right: 0px;
	background: #625836;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	padding:20px 20px;
	bottom:50px;
	padding-right:100px;
	color:#FFF;
	font-weight: 600;
	transition: all 0.3s ease;
}
#footer .gutschein:hover {
	padding-right:150px;
	background:var(--highlight-color);
}


@media (max-width: 767px) {
	#footer .main {
	  grid-template-columns: repeat(1, 1fr);
	}
	#footer .column {
		padding-top: 25px;
	}
	#footer .main {
		padding-bottom: 150px;
	}
}

#footer .footeradress .widget--content a:before { display: none }

/* Socket */

#socket {
	background: #766a35;
	color: rgba(255,255,255,0.6);
	font-size: 15px;
}
#socket a {
	color: rgba(255,255,255,0.6);
}
#socket a:hover {
	color: rgba(255,255,255,1);
}
#socket .main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	max-width: 1310px;
	margin: 0 auto;
	padding: 20px;
	background: transparent;
}
#socket .main .column {
	position: relative;
	overflow: hidden;
	background: transparent;
}
#socket .main .column:last-child {
	text-align: right;
}
#socket ul {
	padding:0;
	margin: 0;
}

#socket li, #socket li a {
	list-style: none;
	display: inline-block;
	color:#FFF;
	color: rgba(255,255,255,0.6);
}
#socket li:hover a {
	color: rgba(255,255,255,1);
}
#socket li::after {
	content:' · ';
	padding-left:8px;
	padding-right: 8px;
}
#socket li:last-child::after {
	content:'';
	padding:0;
}
@media (max-width: 767px) {
	#socket {
		padding-bottom: 180px;
	}
	#socket .main {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		padding:0px;
		padding-top:25px;
	}
	#socket ul {
		text-align: center;
	}
	#socket .main .column {
		text-align: center;
	}
	
	#socket .socket__footermenu {
		padding-right: 30px;
		padding-left: 30px;
		text-align: center;
	}
}

/* Swiper Buttons */


.swiper-container {
	overflow: visible;
}
.swiper-button-next,
.swiper-button-prev {
	width: 70px !important;
	height: 50px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
.swiper-button-next::after{
	content: "" !important;
	display: inline-block !important;
	width: 100px;
	height: 50px;
	background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/slider-arrow.svg') !important;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper-button-prev::after {
	content: "" !important;
	display: inline-block !important;
	width: 100px;
	height: 50px;
	background-image: url('https://achesahomes.ch/wp-content/themes/achesa/assets/img/slider-arrow-prev.svg') !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-prev {
    left: unset !important;
    right: 150px !important;
}

/* Map */

#map {
	position: relative;
	margin-top:50px;
	height: 600px !important;
}
#map .map {
	position: relative;
	height: 600px !important;
	z-index: 5;
}
#map .map .leaflet-pane.leaflet-tile-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.map_button_holder {
    position: absolute;
    top: 20px;
    right: 20px;
	z-index: 9;
}

#map .map_button_holder .map_button {
	border:0px;
	font-weight: 300;
	padding:10px 30px;
	border-radius: 50px;
	color:var(--highlight-color);
	background:#FFF;
	cursor: pointer;
	font-size:18px;
}
#map .map_button_holder .map_button.active {
    background:var(--highlight-color);
	color:#FFF;
}

#map .leaflet-marker-icon {
	background: #FFF;
	border-radius: 100px;
	border: 5px solid #FFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


body.multisite-id-4 #map #map_1 .leaflet-marker-icon:nth-child(1) {
	background: #FFF;
	border: 5px solid var(--highlight-color);
}
body.multisite-id-4 #map #map_1 .leaflet-marker-icon:nth-child(2) {
	background: #FFF;
	border: 5px solid var(--highlight-color);
}


#map .leaflet-popup-content-wrapper {
	font-size:16px;
}

@media screen and (max-width: 767px) {
	#map .map, #map {
		height: 450px !important;
	}
}


/* Zimmer Ausstattung */

#zimmer-ausstattung {
  display: flex;
	background:var(--highlight-color);
	margin-bottom:10%;
	border-radius: 12px;
}

#zimmer-ausstattung .box {
  flex: 1;
}

#zimmer-ausstattung .left {
  width: 30%;
  position: relative;
}

#zimmer-ausstattung .left .image-container {
  height: 110%;
  position: absolute;
  bottom: -20%;
  padding-left: 50px;
  padding-right: 50px;
  top: 50px;
  width: calc(100% - 100px);
  overflow: hidden;
}

#zimmer-ausstattung .left .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}



#zimmer-ausstattung .right {
  width: 70%;
	padding:50px;
	padding-right: 100px;
}
#zimmer-ausstattung .right .headline {
 color:#FFF;
}

#zimmer-ausstattung .right ul {
  list-style: none;
  padding: 0;
}

#zimmer-ausstattung .right ul li {
  padding: 10px 0;
  position: relative;
  color: #FFF;
}

#zimmer-ausstattung .right ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

#zimmer-ausstattung .right ul li:last-child::after {
  display: none;
}


@media (max-width: 767px) {
	.main.room {
		padding: 0px;
		width: 100%;
	}
	
	#zimmer-ausstattung {
		border-radius: 0px;
		flex-direction: column; 
	}
	#zimmer-ausstattung .box.right {
    	order: 1;
		width: calc(100% - 50px);
		padding: 25px !important;
	}
	#zimmer-ausstattung .box.left {
    	order: 2;
	}
	#zimmer-ausstattung .right, #zimmer-ausstattung .left {
	  width: 100%;
	}
	
	#zimmer-ausstattung .left .image-container {
		position: relative;
		top: 50px;
		height: 250px;
	}
	
}



/* Slider gallery */

#gallery {
	padding-top:50px;
}


#gallery .swiper-buttons {
    height: 50px;
    width: 20%;
    z-index: 99999;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
}
#gallery .swiper-buttons .swiper-button-prev {
  left:0px !important;
}


.swiper.swiperGalerieSingleImage { 
	padding: 0 0 0 0;
	position: relative
}
	.swiper.swiperGalerieSingleImage  .swiper-buttons { 
		position: absolute; top: 0; left: 0; text-align: center;
		width: 100%;
		height: 100px;
	 }
	 
	 .singleSwiperContainer { 
		margin-bottom: 100px;
		position: relative;
		padding-top: 100px !important
	  }
	
	 
	 .swiper.swiperGalerieSingleImage .swiper-slide {
		 display: block;
		 height: 800px;
		 margin-top: 0; 
		 width: 100% !important;
		 background: #fee;
		 
	 }
	 
	 .singleSwiperContainerMask {
	 -webkit-border-radius: 20px 20px 20px 20px;
	  border-radius: 20px 20px 20px 20px;
	  overflow: hidden;
	  width: calc(100% - 0px);
	  margin: 0 
	}
	 
	 .swiper-slide-image-view { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center  }
	 
	 .singleSwiperContainer .swiper-button-next {
		 position: absolute; top: 20px; left: calc(50% + 20px); margin: 0
	 }
	 .singleSwiperContainer .swiper-button-prev {
		  position: absolute; top: 20px; left: calc(50% - 90px) !important; margin: 0; right: auto
	  }
	  
	  @media screen and (max-width: 1200px) {
		  .swiper.swiperGalerieSingleImage .swiper-slide { height: 600px; }
	  }
	  @media screen and (max-width: 1000px) {
		    .swiper.swiperGalerieSingleImage .swiper-slide { height: 500px; }
	  }
	  @media screen and (max-width: 800px) {
		      .swiper.swiperGalerieSingleImage .swiper-slide { height: 400px; }
	    }
	  @media screen and (max-width: 600px) {
			.swiper.swiperGalerieSingleImage .swiper-slide { height: 300px; }
	      }
	  

.swiperGalerie .swiper-slide {
	display: flex;
	flex-wrap: nowrap;
	height: 80vh;
	margin-top:100px;
}

.swiperGalerie .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiperGalerie {
    position: relative;
    height: 100%;
}

.swiperGalerie .overlay {
    position: absolute; 
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex; 
    justify-content: center;
    align-items: flex-end; 
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); 	
	padding:30px;
}

.swiperGalerie .overlay-text {
    color: #fff; 
    font-size: 25px;
}

.swiperGalerie .swiper-container {
  position: relative;
}

.swiperGalerie .swiper-button-next::after, .swiperGalerie  .swiper-button-prev::after {
	font-size:25px;
}


@media only screen and (max-width:767px) {
	#gallery {
		margin-top:0px;
	} 
	#gallery .swiper-buttons {
		width: 50%;
	}
	.swiperGalerie .swiper-slide {
		height: 50vh;
	}
}


/* Gutschein Section */

#gutschein {
	background: #645A38;
	text-align: center;
	color: #FFF;
	margin-top:100px;
	padding-bottom: 50px;
}
#gutschein img {
	margin-top:-100px;
}


#gutschein img {
	width: 50% !important;
}

#gutschein .headline {
	font-size:35px;
}
#gutschein .inner {
  width: 50%;
  margin: 0 auto;
}
#gutschein a {
	background:#FFF;
	color:var(--highlight-color);
	border-radius: 50px;
	padding:15px 40px;
	font-weight: 600;
	margin-top: 20px;
	transition: all 0.5s;
}
#gutschein a:hover {
	background:var(--highlight-color);
	color:#FFF;
}
#gutschein p {
	margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
	#gutschein img {
		width: 90% !important;
	}
	#gutschein {
		margin-top:150px;
	}
	#gutschein .inner {
	  width: 90%;
	  margin: 0 auto;
	}
	#gutschein .headline {
		line-height: 1.3em;
	}
	.os-section-container-gutschein .gutschein__image {
		max-width: calc(100% - 100px) !important;
	}
}
	

/* Burger Menu */
#layover.burgermenu {
	background:rgba(255,255,255,0.9);
}
#layover.burgermenu .inner .nav ul li a {
	color:#625836;
	opacity: 1;
	font-size: 18px;
} 

.burger-menu {
    overflow: scroll;
    height: 60vh;
}
/* #layover.burgermenu .inner .nav ul li:hover a {
	color:var(--highlight-color);
	opacity: 1;
}  */

#layover.burgermenu li .sub-menu {
	display: none;
}
#layover.burgermenu .inner .nav ul li {
	position: relative;
}
#layover.burgermenu .inner .nav ul li.menu-item-has-children a::after {
  content: ">"; 
  position: absolute;
}

#layover.burgermenu .inner .nav ul li.menu-item-has-children ul.sub-menu li a::after {
  content: ""; 
}

/* #layover.burgermenu .inner .nav ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
} */


/* Newsletter Form */

#revinate_contact_api_form {
	padding:50px;
	border:0px;
	max-width: 1000px;
}
#revinate_contact_api_form fieldset {
	border: 0px !important
}

.nl_container {
    display: flex;
    flex-wrap: wrap;
  }

  .nl_container .col_nl {
	flex-basis: calc(50% - 20px);    
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
 .nl_container .col_nl.full {
	flex-basis: 100%;    
  }

  @media (max-width: 768px) {
    .nl_container  .col_nl {
       flex-basis: 100%;
		 margin: 5px; /* Hier den Abstand auf mobilen Geräten anpassen */
		 padding: 10px; 
    }
	  #revinate_contact_api_form {
		max-width: 100%;
		padding: 10px;
	}
  }


::placeholder {
        color: #000; 
    }

#revinate_contact_api_form input {
	border-radius: 20px;
	border:1px solid rgba(164, 144, 46, 1);
	padding:15px;
	width: calc(100% - 30px);
	color:#000;
	font-size: 18px !important;
	font-family:"Poppins" !important;
}
#revinate_contact_api_form select,  #revinate_contact_api_form button {
	width: 100%;
	border-radius: 20px;
	border:1px solid rgba(164, 144, 46, 1);
	padding:15px;
	background:#FFF;
	color:#000;
	font-size: 18px !important;
	font-family:"Poppins" !important;
}

#revinate_contact_api_form button {
	background: var(--highlight-color);
	color:#FFF;
	border:1px solid transparent;
}


/* Shop */



.shop-details {
	display: flex;
	flex-direction: row;
}
.shop-details {
    display: flex;
}

.left-holder {
    width: 40%;
}
.right-holder {
    width: 60%;
    align-items: flex-start;
    display: flex;
	top:50px;
}

.left-holder img {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 12;
	object-fit: cover;
}
.right-holder .inner-item  {
	padding: 40px 50px;
	background: rgba(255,255,255,.95);
  -webkit-box-shadow: 0 0 100px 1px rgba(0,0,0,0.15);
  box-shadow: 0 0 100px 1px rgba(0,0,0,0.15);
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
	width: calc(100% + 50px);
	margin-left: -50px;
	transition: all 0.5s;
}

.right-holder .inner-item.fixed  {
top:120px !important;
}

.right-holder {
    position: relative; /* Für die Positionierung des inneren Elements */
}

.right-holder .inner-item {
    position: sticky;
    top: 0; 
}
.inner-item .product-add-to-cart .variations {
	width: 100%;
}
.inner-item .product-add-to-cart .variations tr th {
text-align: left;
	width: 30%;
}
.inner-item .product-add-to-cart .variations tr td {
text-align: left;
	width: 70%;
}
.inner-item .product-add-to-cart .variations tr  {
padding-bottom: 20px !important;
	display: flex;
}


.inner-item .product-add-to-cart .variations tr select {
  width: 100% !important;
  border-radius: 50px !important;
  float: left;
  line-height: 30px !important;
  height: 45px !important;
  border: 1px solid #b4b4b4 !important;
  padding-right: 15px;
	background: transparent !important;
}

.inner-item .product-add-to-cart .woocommerce-variation-price {
	font-size: 50px;
}



.os-teaser-image-textbox.productbox .os-imageteaser-imagecontainer {
  position: absolute;
  width: calc(100% - 600px);
}

.os-teaser-image-textbox.productbox  .os-imageteaser-aside {
  width: calc(650px);
  position: relative;
  z-index: 100;
  padding: 150px 0;
  margin: 0 0 0 calc(100% - 650px);
}


.productbox .quantity {
	width: 25% !important;
	border-radius: 50px !important;
	float:left;
}
.productbox .quantity input {
	width: 100% !important;
	border-radius: 50px !important;
	float:left;
	line-height: 30px !important;
	height: 45px !important;
	border:1px solid #b4b4b4 !important;
	padding-right:15px;
}

.productbox .single_add_to_cart_button {
    border-radius: 50px !important;
    background: var(--highlight-color) !important;
    line-height: 30px !important;
    width: 70%;
    float: left;
    margin-left: 5% !important;
    height: 50px !important;
    transition: transform 0.3s, box-shadow 0.3s;
}

.productbox .single_add_to_cart_button:hover {
 	 transform: scale(1.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); /* Fügt einen Schatten hinzu */
}


.related-products .more-slider .image-container {
	height: 350px;
}


.main.shop {
	padding-top:150px;
	background:rgba(255,255,255,0.8);
}
.main.shop a {
	color:var(--highlight-color);
}

.checkout-button, 
#place_order {
    border-radius: 8px !important;
    background: var(--highlight-color) !important;
    line-height: 30px !important;
}

.add_to_cart_button {
    border-radius: 8px !important;
    background: rgba(234,234,234,1);
    line-height: 30px !important;
	width: auto !important;
	color:#000 !important;
}
.add_to_cart_button.added {
    background: var(--highlight-color) !important;
	color:#FFF !important;
}



.cross-sells {
	display: none !important;
}

.actions button, .actions input {
	height: 40px !important;
}


.actions input#coupon_code {
	width: 150px;
}


.woocommerce-info {
  border-top-color: transparent;
}


.woocommerce-info::before {
  color: var(--highlight-color);
}

.woocommerce-billing-fields input, 
.woocommerce-billing-fields select
.woocommerce-billing-fields textarea,
.wc-block-components-sort-select__select{
	font-family: inherit !important;
	 border-radius: 8px !important;
    line-height: 30px !important;
	border:1px solid #b4b4b4 !important;
	background: #FFF !important;
}


.woocommerce-checkout #payment {
  background-color: #ebebeb;
   border-radius: 8px !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #FFF;
  color: #000;
}


#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #FFF;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}


.wc-block-grid__products .wc-block-grid__product-image img {
	width:100% !important;
}

.wc-block-components-sort-select__label {
	margin-right:0px;
}


#header-menu .page--menu .cart_checker {
  display: inline-block;
  background: #FFF;
  padding-right: 40px;
  padding-left: 20px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  height: 51px;
  padding-top: 5px !important;
  line-height: 51px;
  position: absolute;
  left: -58px;
  z-index: -1;
	border:2px solid var(--highlight-color);
	width: 50%;
}

#header-menu .page--menu .cart_checker svg {
  width: auto;
  height: 25px;
  padding-top: 10px;
left: 20px;
  position: absolute;
}
#header-menu .page--menu .cart_checker svg path.st0 {
	fill:var(--highlight-color);
}


.os-section-switchModule .section-swiper-maingroup{
	overflow: visible !important;
}

.os-section-switchModule .switchercontent{
	overflow: visible !important;
}
.os-section-switchModule{
	overflow: hidden!important;
}

/* Gruppenseite */

body.multisite-id-17 .map_button {
	display: none !important;
}

body.multisite-id-17 #header-menu .page--menu .menu---button::before {
  background-position: center 0px;
    background-size: 75px;
    margin-top: 17px;
    height: 16px;
}
@media (max-width: 767px) {
	body.multisite-id-17  #footer .main {
		padding-bottom: 50px;
	}
	}


/* Gutscheine */
@media (max-width: 767px) {
#myIncertIframe {
	width: calc(100% - 50px) !important;
	padding-left: 25px;
}
}

.section-content.fullwidth {
    width: 90% !important;
    margin: 0 5% !important;
	text-align: left !important;
}