/*
Theme Name: erlengutstrasse erlenbach
Author: Milan
Version: 1.0
*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */


@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Bold.ttf");
    font-weight: 700;
}


.captcha-wrap img {
	max-width: 70px;
	margin-bottom: 0 !important;
}
.captcha-wrap input.wpcf7-captchar {
	box-shadow: none;
	outline: 0;
	padding-top: .5rem !important;
  	padding-bottom: .5rem !important;
	color: #333;
	border: 0;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
	width: 100%;
	height: 30vw;
	margin-bottom: 0px !important;
}
._brlbs-thumbnail {
	width: 100% !important;
}

body{
    font-family: 'Poppins', sans-serif;
}
img{
    width: 100%;
    height: auto;
}
h2{
    font-size: 45px;
}
p{
    font-size: 18px;
}
.container-large{
    max-width: 1435px;
}
.container-small{
    max-width: 762px;
}

.wohnen-text h2{
    margin-bottom: 2rem;
}
.contact-form{
    background-color: #B09A78;
}

.submit{
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #70624C;
}
.form-input{
    outline: none;
    box-shadow: none;
    border: none;
    width: 100%;
}
.required{
    color: #E60000;
}

.form-checkbox{
    width: 15px;
    height: 15px;
}
.map{
    width: 100%;
}
.logo{
    width: 100px;
}
.footer-text p, .footer-text a{
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    height: 15px;
}
.wpcf7-list-item{
	margin-left:0!important;
	margin-right:1rem!important;
}
.zimmer .wpcf7-list-item input{
	appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #C3CBCD;
    background-clip: content-box;
    padding: 2px;
    cursor: pointer;
	border-radius:10px;
}
.zimmer .wpcf7-list-item input:checked{
	background-color:#FFFFFF;
}
.wpcf7-form input, .wpcf7-select{
	color:#333;
}
.wpcf7-acceptance input{
	appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #C3CBCD;
	border-radius:4px;
    background-clip: content-box;
    padding: 2px;
    cursor: pointer;
}
.wpcf7-acceptance input:checked{
	background-color:#fff;
}
.wpcf7-submit{
	color:#fff!important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn, .cli-switch input:checked + .cli-slider{
	background-color:#B09A78!important;
}
@media(min-width:992px){
		.wpcf7-form-control .first, .wpcf7-list-item:nth-child(3), .wpcf7-acceptance .wpcf7-list-item{
		margin-left: 0;
	}
		.wpcf7-form-control .first, .wpcf7-form-control:nth-child(2){
		margin-bottom: 1rem;
	}
	.wpcf7-list-item:nth-child(2){
		margin-left:5px!important;
	}
}
@media(max-width:992px){
	h2{
    	font-size: 26px;
	}
	#hero img{
		height:300px;
		object-fit:cover;
	}
	.wohnen-text{
		text-wrap:nowrap;
	}
	.wpcf7-list-item{
		width:100%;
	}
}