/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #E2E3DB;
	color: #000;
	margin: 0px;
	line-height: 1.6;
	font-size: 20px;
	scroll-behavior: smooth;
}
h1, h2 {
	font-family: "rufina", sans-serif;
	font-size: 47px;
	font-weight: 400;
	color: #73141C;
	margin: 0 0 10px;	
	line-height: 1.2;
}
h3, h4, h6 {
	font-family: "rufina", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 47px;
	color: #73141C;
	margin: 0 0 10px;	
	line-height: 1.2;
}
h5 {
	font-family: "open-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #000;
	margin: 0 0 10px;	
	line-height: 1.2;
}
h3.untertitel{
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #A89F83;
	margin: 0 0 30px;
	font-size: 17px;
	text-transform: uppercase;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #73141C;
	text-decoration: none;
}
a:active, a:hover {
	color: #A89F83;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
strong{
	font-weight:600;
}

/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 80px;
}
.margin_unten{
	margin-bottom: 80px;
}
main{
	position: relative;
	width:100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
.fullwidth{
	width:100%;
	position: relative;
}
.dark{
	background-color:#A89F83;
	color:#fff;
	padding: 80px 0;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color:#fff;
}
.family h1, .family h2, .family h3, .family h4, .family h5, .family h6{
	color:#fff;
}

/* //////////////////////////////////// Header //////////////////////////////////// */
.logo {
	margin-top: 30px;
	text-align: center;
	width: 400px;
	max-width: 80%;
	height: auto;
	z-index: 8;
}
.logo a{
	display: block;
	line-height: 0;
}
.logo img,
.logo svg {
	height: 100px;
	width: auto;
}
.whatsapp{
	position:fixed;
	z-index: 10;
	bottom: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
}
.whatsapp a, .whatsapp_mobile a{
	display:block;
	width: 100%;
	height: 100%;
}
@keyframes wobble-left {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-6deg); }
  40%  { transform: rotate(2deg); }
  60%  { transform: rotate(-3deg); }
  80%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}
.whatsapp svg, .whatsapp_mobile svg {
  transition: none;
}
.whatsapp:hover svg, .whatsapp_mobile:hover svg {
  animation: wobble-left 1.2s ease;
}
.whatsapp_mobile{
	display:none;
}

#main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,80%) 35%, transparent 100%);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 200px;
}
.menuwrapper{
	position: fixed;
	right: 60px;
	top: 30px;
	z-index: 11;
	width: auto;
	height: 60px;
	display: flex;
	flex-direction: row;
	gap:20px;
	align-items: center;
}
.menu {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	height: 100vh;
	z-index: 10;
	overflow: scroll;
	padding: 0 10%;
	-webkit-transition: 2.5s ease-in-out;
	-moz-transition: 2.5s ease-in-out;
	-o-transition: 2.5s ease-in-out;
	transition: 2.5s ease-in-out;
	overflow: scroll;
	background-color: #A89F83;
	text-align: center;
}
.slide_in{
	display: block;
}
.inner_menu{
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	margin-bottom: 50px;
	position: relative;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.nav-menu li{
	display: block;
	margin: 0 auto 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	font-family: "rufina", sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #73141C;
	line-height: 1.2;
}
.nav-menu li a:hover, .nav-menu li.current-menu-item a{
	color: #fff;	
}
.menu-description{
	color:#000;
	font-size: 20px;
    display: block;
	position: absolute;
	left: -70px;
	top: 14px;
}

.header_button {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 11;
}
.anfragen a{
	color: #fff;
	background-color: #73141C;
	padding: 7px 30px 3px;
	text-align: center;
	z-index: 11;
	width: auto;
	height: auto;
	text-transform: uppercase;
	display: block;
	border: 1px solid #73141C;
	font-size: 1rem;
}
.anfragen a:hover{
	color: #73141C;
	background-color: #fff;
}
.open_menu{
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 11;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
.open_menu:hover{
	cursor: pointer;
}
.open_menu span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 1px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.open_menu:hover span{
	background-color: #000;
}
.open_menu span:nth-child(2){
	top: 18px;
}
.open_menu span:nth-child(3), .open_menu span:nth-child(4){
	top: 29px;
	width: 80%;
	left: 10%;
}
.open_menu span:nth-child(5){
	top: 40px;
}
.open_menu.open span:nth-child(2){
	display: none;
}
.open_menu.open span:nth-child(3){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 29px;
	width: 100%;
	left: 0;
}
.open_menu.open span:nth-child(4){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 29px;
	width: 100%;
	left: 0;
}
.open_menu.open span:nth-child(5){
	display: none;
}
#languages {
	position: relative;
	line-height: 1;
	margin: 60px 0;
}
#languages a{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.15rem;
	color: #000;
	line-height: 1;
}
#languages a:nth-child(1){
	margin-right: 10px;
}
#languages a:nth-child(2){
	margin-left: 10px;
}
#languages a:hover{
	color: #73141C;
}
#languages a.active_lang{
	display: none;
}

/* //////////////////////////////////// Button //////////////////////////////////// */
.button{
	display: inline-block;
	width: auto;
	position: relative;
	cursor: pointer;
}
.button a, .button span{
	display: block;
	padding: 10px 20px;
	font-size: 1rem;
}
.button a:hover, .button span:hover{
	
}


/* //////////////////////////////////// Inhalt //////////////////////////////////// */
/* TITEL - TEXT - LINK */
.textblock{
	padding-right: 0%;
}
.blocklink{
	padding-top: 20px;
}
.buttonlink{
	display: inline-block;
	padding: 13px 20px 10px;
	background-color: #73141C;
	border: 1px solid #73141C;
	line-height: 1;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	color:#fff;
	width: auto;
}
.buttonlink:hover{
	color:#73141C;
	background-color: #fff;
}

/* UMGEBUNG-SEITEN */
.seitenlinks-wrapper {
    width: 100%;
    max-width: 100%;
}
.seitenbild-wrapper {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.seitenbild-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.seitentitel {
    text-align: center;
    margin: 1em auto 0;
    font-size: 37px;
	max-width: 40%;
}
.seitenlink-button {
    text-align: center;
    margin-top: 1em;
}

/* AKTIV-SEITEN */
.seitenlinks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.seitenlink-row {
    display: flex;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
}
.bild-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.bild-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.seitenlink-bild, .seitenlink-text {
    flex: 1 1 45%;
}
.seitenlink-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
	text-align: left;
    align-items: flex-start; /* <<< Das ist wichtig */
}
/* Alternierende Anordnung */
.bild-links .seitenlink-bild {
    order: 0;
}
.bild-links .seitenlink-text {
    order: 1;
}
.bild-rechts .seitenlink-bild {
    order: 1;
}
.bild-rechts .seitenlink-text {
    order: 0;
}

/* SEITEN LINK MIT TEXT */
.littlepad{
	padding:20px 0;
}

/* PREISE BLOCK */
.red{
	color: #73141C!important;
}
.wohnungsinfo{
	margin-top: 40px;
}
.preis_wrap{
	margin: 0 auto 40px;
	max-width: 500px;
}
.preis{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 2px solid #fff;
}
.preistitel{
	font-family: "rufina", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px;	
}
.preiszeitraum{
	
}

/* AKKORDEON */
.akkordeonwrap{
	color:#fff;
	padding: 30px 0;
}
.akkordeonwrap a{
	color:#73141C;
	text-decoration: underline;
}
.akkordeonwrap a:hover{
	color:#000000;
	text-decoration: underline;
}
.akkordeontitel{
	font-size:25px;
	margin-bottom: 40px;
	color: #73141C;
}
.accordion-item {
	padding: 30px 20px 20px;
	margin-bottom: 15px;
	position: relative;
	font-size: 17px;
	border-top: 2px solid #fff;
}
.accordion-item:nth-child(1) {
	border-top: 0;
}
.accordion-item h2{
	margin-bottom: 0;
	color: #73141C!important;
}
.accordion-content {
    display: none;
	padding-right: 40px;
	padding-top: 20px;
}
#agb .accordion-content {
    color: #000;
}
.accordion-header {
    cursor: pointer;
	padding-right: 40px;
	font-size: 25px;
	font-weight:400;
}
.toggle {
    position: absolute;
	right: 20px;
	top: 28px;
	color:#73141C;
}

/* CODE */
.standort_map iframe{
	width: 100%!important;
	height: 100%!important;
}

/* //////////////////////////////////// Swiper //////////////////////////////////// */
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	width: 100%;
    height: 100%;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
    display: flex;
	margin: 0!important;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.big{
	height:100vh;
}
.small{
	height:60vh;
}
.swiper_nav{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.swiper_arrows{
	width: 10px;
	line-height: 0;
	cursor: pointer;
}
.swiper-pagination{
	margin: 0 20px;
	line-height: 0;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 15px;
	background-color: #1E2529;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	cursor: pointer;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active, .swiper-button-disabled{
	opacity: 0.5;
}
.swiper-button-next{
	top:50%!important;
	right: 20px!important;
	display: block!important;
	width: 30px!important;
	height: 30px!important;
	background-image: url('http://www.karcherhof.com.w0206310.kasserver.com/wp-content/themes/effekt/images/next.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	z-index: 9!important;
	cursor: pointer!important;
}
.swiper-button-prev{
	top:50%!important;
	left: 20px!important;
	display: block!important;
	width: 30px!important;
	height: 30px!important;
	background-image: url('http://www.karcherhof.com.w0206310.kasserver.com/wp-content/themes/effekt/images/prev.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	content: none!important;
	z-index: 9!important;
	cursor: pointer!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content:none!important;
}
.video-full {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.fullwidth .video-full {
	height: 100%;
	width: 100%;
}
.format43 {
	aspect-ratio: 3 / 2;
	width: 100%;
	position: relative;
}
.format43 .swiper-slide {
	width: 100%;
	height: 100%;
}
.format43 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoblocked{
	position: relative;
	padding-top: 56.25%; /* Seitenverhältnis 16:9 */
	height: 0;
}
.videoblocked .video-full {
	height: 100%;
	width: 100%;
}


/* CAROUSELL LINKS */
.flex_slider{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.flex_slider .slider_nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 40px;
	padding: 0 40px;
	flex-shrink: 0;
	z-index: 1;
}
.flex_slider .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}
.flex_slider .swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.flex_slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}
.flex_slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	line-height: 0;	
	margin-right: 50px!important;
}
.flex_slider .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100vh;
	display: block;
}
.flex_slider .swiper_arrows{
	width: 40px;
	line-height: 0;
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.flex_slider .swiper-button-disabled{
	opacity: 0.5;
}
.flex_slider .swiper_auflistung .swiper-slide{
	 opacity: 0.3;
	 transition: opacity 0.4s ease;
	 line-height: inherit;
}
.flex_slider .swiper_auflistung .swiper-slide-active{
	 opacity: 1;
}
.flex_slider .swiper_auflistung .swiper-slide .bild_box{
	position: relative;
}
.flex_slider .swiper_auflistung .swiper-slide .bild_box::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.flex_slider .swiper_auflistung .swiper-slide img{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.info_leiste{
	position:absolute;
	z-index: 3;
	bottom: 20px;
	left: 20px;
	text-align: left;
}
.info_leiste h2{
	color:#fff;
	text-shadow: 0 0 12px #000;
	font-size: 37px;
}
.car_box_link{
	position:absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}


/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.wpcf7{
	text-align: left !important;
}
.abstand_row{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.input{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
.input.last{
	margin: 0 auto;
	float: right;
}
.input.full{
	width: 100%;
}
.input label, .bemerkungen label{
	color: #73141C;
	display: block;
	font-size: 1.15rem;
}

.input input, .input select{
	width: 100%;
	height: 40px;
	font-size: 1.15rem;
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	padding: 0 10px;
	border: 1px solid #000;
	background-color: #fff;
}
.bemerkungen{
	width: 100%;
	margin-bottom: 20px;
}
textarea{
	width: 100%;
	height: 100px;
	font-size: 1.15rem;
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #000;
}
.check_anfrage{
	float: left;
	line-height: 1;
}
.check_anfrage span{
	margin: 0 auto;
}
.check{
	margin: 0 auto;
	width: 13px;
}
.check_anfrage_text{
	width: calc(100% - 23px);
	float: right;
	font-size: 1.15rem;
}
.anfragen_btn {
    width: auto;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	margin-top: 30px;
	padding: 13px 20px 10px;
  	background-color: #73141C;
  	border: 1px solid #73141C;
  	line-height: 1;
  	text-align: center;
  	color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.anfragen_btn:hover{
	cursor: pointer;
	background-color: #ffffff;
	color: #73141C;
}
.anfragen_btn:disabled{
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.wpcf7-not-valid-tip{
	font-size: 0.9rem;
	margin-top: 5px;
}


/* //////////////////////////////////// Footer //////////////////////////////////// */
footer{
	position:relative;
	padding: 50px 0;
	background-color: #73141C;
	color: #fff;
	text-align: center;
}
footer .w1280{
	maxx-width:80%;
}
footer h4{
	color:#fff;
	margin-bottom: 30px;
}
footer p{
	margin: 0;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.mapslink{
	font-size:12px;
	margin-bottom:20px;
}
.telefon a, .mail a{
	font-family: "rufina", sans-serif;
	font-size: 25px;
	font-weight: 400;
}
.mail{
	margin-bottom:20px;
}
.vereinigung-logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.vereinigung-logo-link {
    display: inline-block;
}
.vereinigung-logo-img {
    height: 80px;
    width: auto;
}
.footer_social{
	margin-bottom:10px;
}
.footer_social svg{
	width: auto;
	height: 30px;
	margin: 0 10px;
}
.impressum{
	font-size:12px;
}
.impressum a{
	display: inline-block;
}
.family{
	position:relative;
  	overflow: hidden;
}
.family img {
  	width: 100%;
  	height: auto;
  	display: block;
  	object-fit: cover;
  	object-position: top;
	min-height: 320px;
}
.overlay{
	position:absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.imageoverlay{
	position:absolute;
	z-index: 2;
	bottom: 40px;
	left:calc(50% - 640px);
}
.newslink{
	font-family: "rufina", sans-serif;
	font-size: 25px;
	font-weight: 400;
	display: block;
	margin-top: 40px;
}
.newswrap{
	margin:40px 0;
}

.post-carousel {
  	width: 100%;
}
.post-carousel .swiper-slide {
  	box-sizing: border-box;
	margin-right: 30px!important;
}
.post-card {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	text-align: center;
  	text-decoration: none;
  	color: inherit;
}
.post-thumbnail {
  	width: 100%;
  	aspect-ratio: 1 / 1;
  	overflow: hidden;
}
.post-thumbnail img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.post-title {
  	font-size: 1.2rem;
  	margin: 1rem 0 0.5rem;
}
.post-categories {
  	font-size: 0.9rem;
  	color: #777;
}
.post-category:not(:last-child)::after {
  	content: ", ";
}
.post-read-more {
  	margin-top: 0.5rem;
	color:#A89F83;
	font-size: 17px;
}
.post-card:hover .post-read-more {
	color:#73141C;
}
.post-carousel .swiper-button-next,
.post-carousel .swiper-button-prev {
  	color: #000;
	display: none!important;
}
.post-masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.post-masonry-item {
  width: 33.333%;
  padding: 15px;
  box-sizing: border-box;
}
.post-filter-buttons {
  text-align: center;
  margin: 40px auto 20px;
}
.filter-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  border: 1px solid #73141C;
  background: transparent;
  color: #73141C;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-button:hover,
.filter-button.active {
  background: #73141C;
  color: #fff;
}

.wohnung-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.wohnung-item {
    width: calc(50% - 20px);
    text-decoration: none;
    position: relative;
    display: block;
    margin-bottom: 60px; /* HIER! Genug Abstand nach unten */
}
.wohnung-item:hover .wohnung-bezeichnung, .wohnung-item:hover .wohnung-name{
    color: #73141C;
}
.wohnung-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wohnung-box {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    background-color: #E2E3DB;
    transform: translateY(50%);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.wohnung-bezeichnung {
    margin-bottom: 0;
	font-size: 17px;
	color:#A89F83;
}
.wohnung-name {
    font-size: 32px;
	font-family: "rufina", sans-serif;
	font-weight: 400;
	color:#A89F83;
	line-height: 1;
}




.rcb-sc-link{
    width:auto;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.wpcf7 form.sent .wpcf7-response-output{
	color:#fff!important;
	background-color: #46b450!important;
	text-align: center!important;
	font-weight: bold!important;
	padding: 20px!important;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}