/*
Theme Name: Poromotions managment
Author: Dejan
Version: 1.0
*/



/***********************************************
                    FONT
***********************************************/

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */

}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Bludhaven-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bludhaven';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/BLUDHAVEN.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


 /***********************************************
                    BODY, HTML
***********************************************/
/* * {
    border: 1px solid violet;
} */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: var(--beige-light);
    color: #2F2F2F;
    scroll-behavior: smooth;
    background-color: #fff;
    padding-top: 52px;
}
body.home {
    padding-top: 0 !important;
}
body.admin-bar nav, body.admin-bar #offcanvasNavbar {
  top: 46px;
}
/***********************************************
                    ROOT
***********************************************/
:root {
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
    --main-beige: #AD9C83;
    --beige-light: #F9F6F2A8;
    --color-title: #2F2F2F;
    --color-text: #444;
    --nav-link-color: rgba(250, 250, 250, 0.7);
    --nav-link-hover: rgba(250, 250, 250, 1);
    --footer-border: 1px solid #DEDEDE;
}
a, a:hover {
  text-decoration: none;
  color: #fff;
}

.container-fluid {
  max-width: 1755px !important;
}
.container {
  max-width: 1290px !important;
}
.container-lg {
  max-width: 1320px !important;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ol, ul {
  padding-left: 16px;
  font-family: var(--font-secondary);
  color: var(--color-text);
  font-size: 18px;
}
/***********************************************
                PRE-D CLASSES
***********************************************/
.title-color {
  color: var(--color-title) !important;
}
.bg-white {
    background-color: #fff;
}
.fs-36 {
  font-size: 36px !important;
}
.bg-beige-light {
    background-color: rgba(249, 246, 242, 0.66);
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-wrap h2, .section-title {
  font-family: var(--font-primary);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-title);
  margin-top: 40px;
  margin-bottom: 11px;
}
.section-title {
  margin-top: 0px;
}
.text-wrap h3 {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.text-wrap ul > li > ul {
    list-style-type: none !important;
}
.text-wrap ul > li > ul li:before {
	content: "•";
  color: var(--main-beige);
  font-weight: bold;
  display: inline-block; 
  width: 16px; 
  margin-left: -16px; 
}
.section-title {
  margin-bottom: 40px;
}
.text-wrap p, .downloads-text {
  font-family: var(--font-secondary);
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.btn {
  font-size: 14px;
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: var(--main-beige);
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 24px;
  border: 0 !important;
}
.btn-md {
  padding: 18px 40px;
}
.btn:hover {
  color: #fff;
  background-color: #D3BE9F;
}
.btn:active {
  background-color: #95856E !important;
  border-color: unset !important;
}
.btn:focus {
  background-color: #AD9C83 !important;
}
.bg-overlay::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(47, 47, 47, 0.63);
  mix-blend-mode: multiply; 
}

/********************************
	RECAPTCHA BADGE HIDE
*********************************/
.grecaptcha-badge {
	display: none;
}

.error-page-img-box {
	max-width: 404px;
}
/***********************************************
                NAVBAR
***********************************************/
.navbar.hidden {
	transform: translateY(-100%);

}
.navbar.gradient {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.home .navbar::after {
  background-color: rgba(47, 47, 47, 0.9);
}
.navbar::after {
  content: '';
  position: absolute;
  background-color: rgba(47, 47, 47, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
  /* transform: translateY(-100%); */
}
.gradient::after {
  opacity: 1;
  /* transform: translateY(0%); */
}
/* body .gradient {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255, 255, 255, 0.95) 0%);
} */
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;

}

.navbar-brand {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-title);
  padding: 0;
  z-index: 11111;
}
.navbar-brand img {
	max-width: 150px;
}
.home .navbar-brand {
  color: #fff;
}
.home .navbar-brand:hover {
  color: #fff;
}
.home .nav-link {
  color: var(--nav-link-color) !important; 
}
.home .nav-link:hover {
  color: var(--nav-link-hover) !important;
}
.nav-link:hover {
  color: var(--nav-link-hover) !important;
}
.navbar-brand:hover {
  color: var(--color-text);
  text-transform: uppercase;
}
.btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.offcanvas {
  background-color: transparent;
}
.offcanvas.offcanvas-end {
  border-left: 0;
}
.offcanvas-body {
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
  padding-top: 60px;
}
.offcanvas-backdrop.show {
  opacity: 0;
}
.offcanvas-title {
  color: #fff;
}
.offcanvas-header {
  padding-top: 32px;
}
.nav-link {
  font-family: var(--font-secondary);
  letter-spacing: 0.56px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--nav-link-color);
}
.nav-link.active::before {
  transform: scaleX(1);
  opacity: 1;
}
.nav-link:hover, .nav-link:focus {
  color: var(--nav-link-color);
}

.navbar-expand-xxl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  font-weight: 500;
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:focus-visible, .btn-close:focus, .btn-close:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.navbar-toggler {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  z-index: 4444444;
}
.navbar-toggler span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
}
body.home .navbar-toggler span, .navbar-toggler span.iks {
  background-color: #fff;
}
.navbar-toggler span:first-child {
  margin-bottom: 4px;
}
.navbar-toggler span:last-child {
  margin-top: 4px;
}

.navbar-toggler .mid {
  transition: all 0.3s ease-in-out;
  transform: translateX(0%);
  opacity: 1;
}
.navbar-toggler .bot {
  top: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-toggler .top {
  top: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-toggler .mid.iks {
  opacity: 0;

}
.woocommerce img, .woocommerce-page img {
  height: 100% !important;

}
.navbar-toggler .top.iks {
  transform: rotate(45deg);
  top: 8px;
  position: relative;
}

.navbar-toggler .bot.iks {
  transform: rotate(-45deg);
  top: -4px;
  position: relative;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:focus-visible, .btn-close:focus, .btn-close:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}

#navigation.show {
  transform: translateY(0%);
}

#navigation {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
} 

/***********************************************
                HERO
***********************************************/
.hero-section {
	height: 100vh;
	height: 100svh;
	min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
#heroCarousel {
	max-width: unset !important;
	margin: unset !important;
}
#heroCarousel .carousel-inner {
	height: 100%;
}
#heroCarousel .carousel-item {
	height: 100%;
}
#heroCarousel .carousel-item img {
	max-height: unset;
}
.hero-wrap {
  position: relative;
  z-index: 1;
	max-width: 840px;
	background-color: rgba(47, 47, 47, 0.75); 
	padding: 20px;
/*   min-height: 300px; */
}
.alle-flachen .hero-title {
	font-size: 27px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.alle-flachen .hero-title {
		margin-top: 40px;
		font-size: 40px;
		margin-bottom: 60px;
	}
	.section-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.hero-title {
  font-size: 40px;
  text-transform: uppercase;
  color: #FAFAFA;
  font-weight: 500;
  line-height: 1.3;
}
.hero-subtitle {
	font-size: 15px;
  margin-bottom: 20px;
   font-weight: 400;
 /* text-transform: uppercase; */
}
.scroll-down-box {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 24px;
  height: 40px;
}
.scroll-down-box img:first-child {
  position: absolute;
  top: 20%;
  left: 35%;
  width: 7px;
  height: 7px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.scroll-down-box img:last-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-down-box:hover img:first-child {
  transform: translateY(15px);
}

/***********************************************
                SUCHEN SECTION
***********************************************/
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suchen-section .suchen-text-wrap {
  padding-top: 60px;
}
.suchen-section .suchen-text-wrap + h2 {
  margin-top: 0 !important;
}
.nav-link {
  position: relative;
  display: inline-block;
}
body.home .navbar-brand:focus, body.home .navbar-brand:hover {
  color: var(--nav-link-color);
  transition: all 0.3s ease-in-out;
}
.navbar-brand:focus, .navbar-brand:hover {
  color: var(--color-title);
  transition: all 0.3s ease-in-out;
}
.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: var(--nav-link-color);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.nav-link:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.prebutton-text {
  font-size: 32px;
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 60px;
}
.regions-card {
  max-width: 406px;
  display: block;
  margin: 0 auto;
}
.regions-card-img-box::before {
  transition: all 0.4s ease-in-out;
}
.regions-card-img-box .btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.city-section .btn {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}
.city-section .regions-card:hover .btn {
  opacity: 0.75;
}
.regions-card-img-box.bg-overlay::before {
  background-color: transparent;
}
.city-section .regions-card-img-box.bg-overlay::before {
  background-color: rgba(47, 47, 47, 0.63) !important;
}
.regions-card-img-box .btn:hover {
  background-color: var(--main-beige);
  color: #fff;
}
.regions-card:hover .btn {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}
.regions-card:hover .regions-card-img-box.bg-overlay::before {
  background-color: rgba(47, 47, 47, 0.63);
}
.regions-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--color-title);
  margin-top: 32px;
  text-transform: uppercase;
}

.personal-section .text-wrap {
  margin-bottom: 60px;
}

/***********************************************
                FOOTER
***********************************************/
.footer-icons a {
  width: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 12.5px;
}
footer .navbar-brand {
	z-index: 0;
	display: inline-block;
	max-width: 220px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
footer .navbar-brand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer .navbar-brand:hover::before {
	transform: scaleX(0);
}
.footer-icons a::before {
  content: unset;
}
.footer-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0;
}
.footer-menu ul li a {
  color: var(--color-title);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
  display: inline;
  position: relative;
}
.footer-icons a {
  position: static;
}
footer a {
  position: relative;
}
footer a::before {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: var(--color-title);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
footer a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.contact-informations a {
  color: var(--color-title);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.copyrights-text {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.2;
}
.privacy-policy a {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-title);
  margin-right: 40px;
  letter-spacing: 4%;
  text-transform: uppercase;
}
.copyrights {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: var(--footer-border);
}
.footer-main-part {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wincasa-img-box {
	max-width: 290px;
}
.wincasa-img-box img {
	 width: 290px;
}
/***********************************************
                ALLE FLACHEN PAGE
***********************************************/
.alle-flachen {
  padding-top: 65px;
}
.card-wrap-block{
	height: calc(100% - 217px);
}
.button-and-text-wrap{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.alle-flachen .alle-flachen-filter {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 963px;
  margin-left: auto;
  margin-right: auto;
}
.alle-flachen-filter .form-select {
  height: 56px;
  border: 1px solid var(--color-title);
  border-radius: 0;
  padding: 15px 24px;
  font-size: 18px;
  color: var(--color-title);
  max-width: 305px;
}
.form-select:focus, .form-select:focus-visible {
  box-shadow: none;
  outline: 0;
}
.flachen-card {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
}
.flachen-img-top {
  width: 100%;
  height: 217px;

}
.weitere-sect .flachen-card {
	padding-bottom: 70px;
}
.weitere-sect .flachen-card .btn {
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.weitere-icon-box {
	height: auto;
	max-height: 105px;
	padding-left: 26px;
}
.weitere-icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.flachen-card-body {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.flachen-card {
  position: relative;
}

.flachen-card-subtitle {
  color: var(--main-beige);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.flachen-card-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-title);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.flachen-card-text {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 20px;
}
.flachen-card-price {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/***********************************************
                FLACHEN SINGLE SWIPER
***********************************************/
.swiper-button {
  background-color: transparent;
  border: 1px solid var(--main-beige);
  background-color: var(--main-beige);
  width: 39px;
  height: 39px;
  opacity: 0.75;
  border-radius: 50%;
  background-image: url('images/btn-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s ease-in-out;
}
.swiper-button:hover {
  background-color: var(--main-beige);
  opacity: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
}
.swiper-button.flachen-button-prev {
  transform: rotate(-180deg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: unset;
}
.carousel {
  max-width: 1200px;
  margin: 0 auto;
}
.carousel-item {
  height: 320px;

}
.flachen-single-swiper-section .swiper {
  width: 100%;
  height: 100%;
  overflow-y: visible;

}
.flachen-single-swiper-section .swiper .swiper-wrapper {
		max-height: 700px;
}
.carousel-item img {
  max-height: 700px;
}
.carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flachen-single-swiper-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
	aspect-ratio: 4/2;
}
.flachen-single-swiper-section .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flachen-single-swiper-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 29px;
  height: 29px;
  border: 1px solid #000;
  background: url('images/pagination-dot.svg');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet:hover {
  transform: scale(1);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--main-beige);
  background: url('images/pagination-dot-biege.svg');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transform: scale(1);
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,-58px);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,5px);
}

/***********************************************
                FLACHEN SINGLE MAIN
***********************************************/
.flachen-single-main .text-wrap h2 {
  font-size: 30px;
}
.flachen-single-swiper-section {
  padding-top: 20px;
}
.flachen-single-main {
  padding-top: 20px;
}
.downloads-wrap {
  padding-top: 30px;
  border-top: 1px solid #DEDEDE;
}
.downloads-text {
  margin-bottom: 20px;
}
.download-box .pdf-size {
  margin-top: 8px;
  color: var(--color-title);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  max-width: 179px;
  text-align: center;
}
.downloads-wrap .download-box {
  margin-bottom: 30px;
}
.downloads-wrap .download-box:last-child {
  margin-bottom: 0px;
}
.calendar {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
}

/* 
CUSTOM WOOCOMERCE CSS
*/

/* 
CALENDAR
*/
/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
	background-color: var(--beige-light) !important;
  background-image: unset !important;
  color: var(--color-title) !important ;
  border: 0 !important;
}
#wc-bookings-booking-form {
  border: 0 !important;
}
@media (min-width: 1200px) {
	#wc-bookings-booking-form {
		padding: 1em 1em 0 !important;
	}

}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
	background-color: #EEE6D9 !important;
	color: #933535 !important;
}
tr.order-total {
	display: flex;
}
@media (min-width: 576px) {
	tr.order-total {
	display: contents;
	}
}
/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
	background-color: var(--beige-light) !important;
  border: 0 !important;
}
.wc-bookings-date-picker .ui-datepicker td {
  border: 0 !important;
  border-radius: 50% !important;
  height: 56px !important;
  width: 56px !important;
  background-color: transparent !important;
  color: #666666 !important;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-e {
  background-image: url(../images/ui-icons_222222_256x240.png) !important;
  background-position: -32px 0;
}
.wc-bookings-date-picker .ui-widget-content {
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background: var(--main-beige) !important;
  border-radius: 50% !important;
}
/* Days of the week header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
	background-color: var(--beige-light) !important;
}


/* Fully booked calendar days */
.wc-bookings-date-picker .ui-datepicker td.fully_booked a, 
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
	background-color: red !important;
}

/* Fully booked calendar days color opacity */
 .wc-bookings-date-picker .ui-datepicker td.ui-state-disabled {
	opacity: .35;
 }
 form.cart {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding-bottom: 50px;
 }
.wc-bookings-booking-form {
	padding: 0 !important;
}
.wc-bookings-booking-form-button {
  font-size: 14px !important;
  font-family: var(--font-secondary) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  background-color: var(--main-beige) !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
  text-align: right;
  margin-right: 50px !important;

}
.wc-bookings-booking-cost.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  background-color: transparent !important;
  border: 0 !important;
  font-weight: 600 !important;
  font-family: var(--font-primary) !important;
  max-width: 350px;
  margin: 0 auto;
}
.wc-bookings-booking-form-button:active {
  background-color: #95856E !important;
}
.wc-bookings-booking-form-button:focus {
  background-color: #AD9C83 !important;
}
.wc-bookings-booking-form-button:hover {
  color: #fff !important;
  background-color: #D3BE9F !important;
}
.ui-widget-header .ui-icon {
  background-image: url('images/Next.svg') !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, #wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  transition: all 0.3s ease-in-out;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}
.ui-datepicker-title {
  font-family: var(--font-primary);
}

/* 
      CHECKOUT
*/
.woocommerce-order-overview {
	padding-left: 0 !important;
}
.woocommerce-order-overview {
	font-size: 16px;
}
.ty-desc p {
	line-height: 2;
  text-align: center;
}
.ty-desc-icon {
	margin-bottom: 50px !important;
}
.woocommerce-billing-fields h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-title);
  text-transform: uppercase;
  margin-bottom: 33px;
}
.woocommerce-billing-fields label, .woocommerce-additional-fields label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.woocommerce-billing-fields input, .select2-selection__rendered{
	font-size: 16px;
}

.woocommerce-billing-fields .required {
  color: #FF3232;
}
.woocommerce-billing-fields .input-text, .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 12px 16px;
  border: 1px solid #DEDEDE;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('images/select-woo-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  border: 0;
}
.woocommerce-billing-fields .form-row {
  margin-bottom: 24px !important;
}
.woocommerce-additional-fields h3 {
  display: none;
}
#order_review {
  background-color: var(--beige-light);
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10); 
}
.wc_payment_methods {
  display: none;
}
#order_review .shop_table {
  border: 0;
	  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-color: var(--main-beige) var(--beige-light);
  scrollbar-width: thin;
}
@media (min-width: 992px) {
	#order_review .shop_table {
	  white-space: unset;
	}
	.woocommerce-billing-fields input, .select2-selection__rendered{
	font-size: 18px;
	}
}
.woocommerce-notices-wrapper {
  display: none;
}
.checkout-rednotice-box {
  border: 1px solid #EA8080;
  background: var(--Alert-fill, #FFE3E3);
  padding: 41px 29px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.place-order {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;

}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}
#place_order {

    font-size: 14px;
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: var(--main-beige);
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 23px;
}
#place_order:active {
  background-color: #95856E !important;
}
#place_order:focus {
  background-color: #AD9C83 !important;
}
#place_order:hover {
  color: #fff !important;
  background-color: #D3BE9F !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-size: 18px;
  color: var(--color-title);
  line-height: 1.4;
  font-weight: 400 !important;
}
.order-total bdi {
  color: var(--color-title);
  font-weight: 600;
  line-height: 1;
  font-size: 36px;
}
.woocommerce-Price-amount {
  text-align: right;
}
td:nth-child(2) {
  text-align: right;
}
.woocommerce table.shop_table thead {
  display: none;
}
.cart_item {
  font-weight: 600;
}
.variation-Dauer, .variation-Buchungsdatum {
  color: var(--main-beige);

}
.cart_item .variation {
  margin-top: 20px;
}
.woocommerce form .form-row .optional {
  visibility: hidden;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 2px solid var(--main-beige);
  border-radius: 0px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	top: 4px;
	position: relative;
}
label.checkbox {
  text-transform: unset !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-title);
}
input[type="checkbox"]::before {
  content: "";
  width: 7px;
  height: 7px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main-beige);
  display: inline-block;
  top: -10px;
  position: relative;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7-form .wpcf7-list-item-label {
	font-weight: 500;
	text-transform: initial;
}
.wpcf7 .wpcf7-submit {
	border: 2px solid var(--main-beige) !important;
}
.wpcf7 .wpcf7-submit:disabled {
	border: 2px solid var(--main-beige) !important;
}
.wpcf7-form input[type="checkbox"]::before {
	top: -6px !important;
	left: 2px !important;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #FF3232;
}
.woocommerce table.shop_table th {
  padding-top: 25px;
  padding-bottom: 25px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  color: #212529;
  background-color: #FFE3E3;
  border: 1px solid #EA8080;
}

/*
	Thank You Page
*/
.status-complete {
	display: none;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none;
}
.woocommerce-thankyou-order-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.woocommerce-thankyou-order-details li {
	padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cfc8d8;
	border-right: none !important;
}

.woocommerce-thankyou-order-details li:last-child {
	border-bottom: none;
}
.ty-desc-icon {
	width: 50px;
}
.ty-desc-icon img {
	width: 100%;
	height: auto;
}

/***********************************************
                KONTAKT
**********************************************/
.kontakt-info .kontakt-wrap {
  width: 56px;
  height: 56px;
}
.kontakt-info .kontakt-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-wrap p a {
  color: var(--color-title);
}
.kontakt-info {
  max-width: 891px;
  margin: 0 auto;
  margin-top: 60px;
}
.kontakt-box {
  min-width: 172px;
}
.wpcf7-form label {
	font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.wpcf7-form label .wpcf7-form-control-wrap input, .wpcf7-form label .wpcf7-form-control-wrap textarea {
	margin-top: 6px;
	  padding: 12px 16px;
	  border: 1px solid #DEDEDE;
	border-radius: 0;
}
.wpcf7-form label .wpcf7-form-control-wrap input[aria-required="true"]:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: red;
	color: red;
	top: 0;
	left: 0;
}
span.required {
	color: red;
	font-weight: 700;
}
.wpcf7-form label .wpcf7-form-control-wrap input {
	height: 50px;
	position: relative;
}
.form-control:focus {
	box-shadow: 0 0 0 .25rem rgba(173,156,131,.25);
}
.form-control::placeholder {
	opacity: 0.7;
}
.iframe-map {
  width: 100%;
  /* filter: grayscale(100%); */
}
/* * {
    border: 1px solid violet;
} */
.weitere-text-wrap {
	max-width: 862px;
}
@media (max-height: 576px) and (max-width: 700px) {
	.hero-title {
		font-size: 48px;

	}
	.hero-subtitle {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.hero-wrap {
		justify-content: center !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.navbar-brand img {
		max-width: 230px;
	}
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.admin-bar nav, body.admin-bar #offcanvasNavbar {
    top: 32px;
  }
    .text-wrap h2, .section-title {
        font-size: 40px;
    }
    .section-title {
      margin-bottom: 60px;
    }

    /* FLACHEN SINGLE */
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,36px);
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset,36px);
    }
    .flachen-single-main .text-wrap h2 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .flachen-single-main .text-wrap h3, .flachen-single-main .text-wrap p {
        margin-bottom: 30px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .section-padding {
    padding-top: 100px ;
    padding-bottom: 100px ;
  }

}
@media (min-width: 992px) and (min-height: 992px) {

    body.home {
        padding-top: 0;
    }
    body {
        padding-top: 86.4px;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .section-padding-sm {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .city-section .btn {
        transform: translate(-50%,-50%) scale(0);
        opacity: 0;
      }
      .city-section .regions-card:hover .btn {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
      }

    /* NAVIGATION */
    .navbar {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .navbar-brand {
        font-size: 32px;
    }
    .offcanvas-header {
        padding-top: 47px;
    }    
    .navbar-toggler {
        transform: scale(1.2);
    }

    /* HERO */
    .hero-wrap {
/*         min-height: 437px; */
        	padding-top: 65px;
	padding-bottom: 47px;
	padding-left: 60px;
	padding-right: 60px;
		background-color: rgba(47, 47, 47, 0.9);
    }
    .hero-title {
        font-size: 72px;
    }
    .hero-subtitle {
      font-size: 26px;
		margin-bottom: 50px;
    }
    .scroll-down-box {
        bottom: 40px;
    }

    /* SUCHEN */
    .suchen-text-wrap {
        padding-left: 40px;
    }

    /* PERSONAL */
    .personal-section .text-wrap {
        padding-right: 25px;
    }

    /* FOOTER */
    .privacy-policy a {
        margin-right: 0;
        margin-left: 40px;
    }
    footer .navbar-brand {
        font-size: 28px;
    }

    /* ALLE FLACHEN */
    .alle-flachen .alle-flachen-filter {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    /* FLACHEN SINGLE */
    .calendar {
        margin-right: 40px;
    }
    .flachen-single-swiper-section {
      padding-top: 40px;
    }

    /* KONTAKT */
    .kontakt-info {
        margin-top: 100px;
    }

}
@media (min-width: 992px) {
		.woocommerce-thankyou-order-details {
		flex-direction: row;
	}
	.woocommerce-thankyou-order-details li {
		padding-top: 0;
	  padding-bottom: 0;
	  border-bottom: none;
		border-right: 1px dashed #cfc8d8 !important;
	}

	.woocommerce ul.order_details li:last-of-type {
		border-right: none !important;
		margin-right: 0;
		padding-right: 0;
	}
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* SUCHEN */
    .suchen-text-wrap {
        padding-left: 80px;
    }
    footer .navbar-brand {
        font-size: 32px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* NAVIGATION */
    .offcanvas-header, .offcanvas-body {
        background-color: transparent;
        backdrop-filter: blur(0);
    }
    .nav-link {
        font-size: 14px;
        color: var(--nav-link-color);
    }
    .navbar-brand {
      font-size: 27px;
    }
    .navbar-nav .nav-item {
        margin-left: 8px;
        margin-right: 8px;
    }
    .navbar-nav .nav-item:first-child {
        margin-left: 0;
    }
    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
    .navbar-nav {
        flex-wrap: wrap;
    }

    
    body.home .nav-link::before {
      background-color: var(--nav-link-color);
    }
    /* SUCHEN */
    .suchen-text-wrap {
        padding-left: 100px;
    }

    .calendar {
        margin-right: 90px;
    }
    .nav-link.active {
        color: var(--nav-link-color) !important;
    }
    body.home .nav-link  {
        color: var(--nav-link-color) !important;
    }
    body.home .nav-link.active {
        color: #FAFAFA !important;
    }
	.alle-flachen .hero-title {
		font-size: 52px;
	}
}
@media (min-width: 1602px) {
    .navbar-nav .nav-item {
        margin-right: 16px;
        margin-left: 16px;
    }
    .navbar-brand {
      font-size: 32px;
    }
}
@media (min-width: 1650px) {
    .navbar-nav .nav-item {
        margin-right: 20px;
        margin-left: 20px;
    }
    .nav-link {
        font-size: 14px;
    }
}