body .custom-logo {
    height: auto;
    max-height: none;
    max-width: 400px;
    width: 220px;
}
.carousel-banner {
    overflow-x: hidden;
}
section.banner-row {
    position: relative;
    padding: 15px;
    background: white;
    margin-bottom: 24px;
}
.post-area.full {
    padding: 15px;
}
.banner-slide{
	position:relative;
}
.banner-content {
    position: absolute;
    padding: 29px;
    bottom: 6px;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 99;
    overflow: hidden;
    max-width: calc(100% - 60px);
}
.banner-text {
    max-width: 500px;
    line-height: 1.5rem;
    font-size: 16px;
}
.banner-content.left{
  align-items: flex-start;
	text-align:left;
}
.banner-content.center{
	  align-items: center;
	text-align:center;
}
.banner-content.right {
    align-items: flex-end;
	text-align:right;
}

.banner-content h2{
	color:white;
	font-family:montserrat;
	font-weight:600;
	filter:drop-shadow(2px 4px 6px black);
}
.banner-content p{
	margin:0;
	margin-bottom:7px;
	filter:drop-shadow(2px 4px 6px black);
}
.banner-content a {
    color: white;
    padding: 10px 25px;
    background: #F6BE98;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s all;
    filter:drop-shadow(0px 0px 3px #000029);
}
.banner-content a:hover {
   
    background: #504741;
  
}
.banner-image{
	min-height:371px;
	object-fit:cover;
}
.swiper-pagination {
    margin-bottom: 12px;
}
span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #F6BE98;
}
.swiper-button-next, .swiper-button-prev {
    color: #F6BE98;
    padding: 0 10px;
	transition: 0.3s all;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color:#504741;
}
.post-area.full .headline {
    display: none;
}
.footer-form span {
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
}

form input[type='url'], form input[type='tel'], form input[type='email'], form input[type='text'], form input[type='password'], form input[type='number']{
	width:100%;
	display:block;
}
form textarea{
	max-height:100px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #F6BE98;
    font-size: 20px;
    color: white;
    transition: 0.5s all;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #504741;
}