﻿.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Optional: für gleichmäßige Füllung */
}
/*banner*/
.p-relative {
    position: relative;
}
.image-fit{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center;
}
.transform-center {
	color:#ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transition: opacity 50s; 
    /*transform: translate(0%, -50%);*/
    z-index: 1;
}
.text-custom-white img {
  display: inline-block;
  max-width: 150px!important;
  height: auto;
}
@media (max-width:575.98px){
	.transform-center{ top: 10%;
	-webkit-transform: translateY(-10%);
  	-ms-transform: translateY(-10%);
  	transform: translateY(-10%);
	}
}
@media (min-width:576px){
	.transform-center{ top: 10%;
	-webkit-transform: translateY(-10%);
  	-ms-transform: translateY(-10%);
  	transform: translateY(-10%);
	}
}
@media (min-width:768px){
	.transform-center{ top: 30%;
	-webkit-transform: translateY(-30%);
  	-ms-transform: translateY(-30%);
  	transform: translateY(-30%);
	}
}
@media (min-width:992px){
	.transform-center{ top: 40%;
	-webkit-transform: translateY(-40%);
  	-ms-transform: translateY(-40%);
  	transform: translateY(-40%);
	}
}
@media (min-width:1200px){
	.transform-center{ top: 50%;  
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	}
}

.text-custom-white {
    color: #f6f6f6!important;
}
.text-custom-blue {
    color: #fd5d14;
}
.slide-h1{
    font-size: 50px;
    line-height: normal;
    text-shadow: 1px 1px 3px #747474;
}
.slide-h2{
    font-size: 45px;
    line-height: normal;
    text-shadow: 1px 1px 3px #747474;
}
.slide-h3{
    font-size: 25px;
    line-height: normal;
    text-shadow: 1px 1px 3px #747474;
}



.slide-h1,.slide-h2,.slide-h3 {
    font-family: 'Barlow Condensed',sans-serif;
    font-weight: 600;
    color: #f6f6f6;
}

/*simple-banner*/
.simple-banner{
    position: relative;
    height: 800px;
    z-index: 1;
}
.simple-banner .slide-item{
    height: 800px;
    position: relative;
    overflow: hidden;
}
.simple-banner .slide-item:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
@media (max-width:575.98px){.simple-banner,.simple-banner .slide-item{ position: relative; height: 500px; z-index: 1;}.simple-banner .slide-item:before{height: 500px!important;}}

@media (min-width:576px){.simple-banner,.simple-banner .slide-item{ position: relative; height: 600px; z-index: 1;}.simple-banner .slide-item:before{height: 600px!important;}}

@media (min-width:768px){.simple-banner,.simple-banner .slide-item{ position: relative; height: 600px; z-index: 1;}.simple-banner .slide-item:before{height: 600px!important;}}

@media (min-width:992px){.simple-banner,.simple-banner .slide-item{ position: relative; height: 600px; z-index: 1;}.simple-banner .slide-item:before{height: 600px!important;}}

@media (min-width:1200px){.simple-banner,.simple-banner .slide-item{ position: relative; height: 60vh; z-index: 1;}.simple-banner .slide-item:before{height: 60vh!important;}}

.zzz{
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}

/*
.simple-banner .slider-btn{
    position: initial;
    top: 0;
    right: 0;
    left: 0;
}
.simple-banner .slider-btn .swiper-button-next{
    right: 45px;
}
.simple-banner .slider-btn .swiper-button-prev{
    left: 45px;
}
.simple-banner .slider-btn .swiper-button-next span,
.simple-banner .slider-btn .swiper-button-prev span{
    font-size: 35px;
    padding: 0px 25px;
    color: #fff;
    border: 1px solid #fd5d14;
}
.simple-banner .slider-btn .swiper-button-prev span:after {
    background-color: #fd5d14;
}
*/
.simple-banner .slide-item img{
    animation: scale 20s linear infinite;
}
.simple-banner .slide-item img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.simple-banner .slide-item .content-wrapper{
    transition: all 1s linear;
    transition-delay: 1s;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font: 400 20px/45px 'FontAwesome';
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
  background: #252328;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:before {
  content: '\f053';
}

.swiper-button-next:before {
  content: '\f054';
}
.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
    background: #71ACF7;
}


/* ##################### Animation Text ###################################### */
.content-wrapper {
    transform: translateX(-150%);
    opacity: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}

.swiper-slide-active .content-wrapper {
    transform: translateX(0);
    opacity: 1;
}
.simple-banner .slider-search .search-title{
    background-color: #fd5d14;
    padding: 15px 30px;
    display: table;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.simple-banner .slider-search .search-title:before {
    border-right: 25px solid transparent;
    content: "";
    left: 20px;
    position: absolute;
    bottom: -30px;
    transform: rotate(20deg);
    border-top: 35px solid #fd5d14;
}
.simple-banner .slider-search .search-form{
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .2);
    padding: 30px;
    padding-bottom: 10px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9);
}
.simple-banner .slider-search .search-form .form-group button{
    height: 50px;
}
@media (max-width: 767px){
	.content-wrapper{
	text-align:center;
	margin-top:50px;
	}
}

