/*----- https://swiperjs.com/demos   -----*/
.swiper-caption h3{
    color: white;
}

/* Swiper Scroll */
.swiper-slide .row {
    flex-direction: column; 
 }
.mySwiper-kenburns .swiper-slide,
.mySwiper-fade-01  .swiper-slide,
.mySwiper-fade-v02 .swiper-slide {
    a/spect-ratio: 16 / 5.42; 
    width: auto;
 /*   max-height: 650px; über template  */
    overflow: hidden;
    border: none;
}

.swiper-slide{
    width: auto;
    overflow: hidden;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  { 
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px; /* Passen Sie die Größe nach Bedarf an */
    }
}
@media only screen and (max-width : 400px)  { 
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 10px; /* Passen Sie die Größe nach Bedarf an */
    }
}
/*  Swiper Buttons / Arrows / bullets -------------------------------------------------------------------------------- */
.btn-swiper{
    color: lightgray;
	border: 1px solid grey;
    background: rgba(0, 0, 0, 0.4);
}		
.btn-swiper a{
	color: grey;
}		

.btn-swiper:hover {
    color: white;
	background: rgba(0, 0, 255, 0.4);
}

.swiper-slide .text ul{
	list-style: square;
	margin-left: 320px;
}

.swiper-slide .text ul li{
    font-size: 0.85em;
	list-style: square;
}

/* Farbe Navigationspfeile ------------------------------------------------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
    color: white;
    opacity: 0.3;
}

.swiper-button-next:hover , .swiper-button-prev:hover {
    opacity: 1.0;
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: 20px;
	height: 20px;
	border: 1px solid white;
	background-color: rgba(30, 144, 255, 0.6);
	opacity: 0.6;
}

.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-prev {
	background-color: #00000050;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,30px);
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,30px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px; /* Passen Sie die Größe nach Bedarf an */
}

/* Hintergrundfarbe Progressbar -------------------------------------------------------------------------------------- */

/* Farbe Progressbar ----- */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #ffffff80;
}

/* Swiper Fade ------------------------------------------------------------------------------------------------------- */
.mySwiper-kenburns .swiper-caption,
.mySwiper-fade-bs  .swiper-caption,
.mySwiper-fade-00  .swiper-caption,
.mySwiper-fade-01  .swiper-caption {
	position: absolute;
	right: 3%;
	bottom: 10%;
	display: block;
	width: auto;
	min-width: 340px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255, 0.5);
	border-bottom: 1px solid rgba(255,255,255, 0.5);
    background: #00000040;
	padding:  1% 3%;
	color: #fff;
	transition: all 0.3s ease;
}
.mySwiper-kenburns .swiper-caption h3,
.mySwiper-fade-bs  .swiper-caption h3,
.mySwiper-fade-00  .swiper-caption h3,
.mySwiper-fade-01  .swiper-caption h3{
    font-size: 1.5em;
    color: white;
	background: none;
}

/* Swiper Fade V02 --------------------------------------------------------------------------------------------------- */
.swiper-caption-v02 {
	position: absolute;
	right: 12%;
	left: 12%;
	bottom: 10%;
	display: block;
	width: auto;
	text-align: center;
	padding:  15px 30px 15px 30px;
    b/ackground: #00000050;
    
}

#content .swiper-caption-v02  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
	color: #fff;
	background: none;
	text-shadow: 1px 1px 2px #333333;
}

/* Swiper creative --------------------------------------------------------------------------------------------------- */

#content .swiper-caption-creative {
	position: absolute;
	right: 10%;
	left: 10%;
	bottom: 10%;
	display: block;
	width: auto;
	min-width: 340px;
	text-align: center;
	padding:  20px 70px 20px 70px;
}

#content .swiper-caption-creative  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
	color: white;
	background: none;
}

/* Swiper Card --------------------------------------------------------------------------------------------------- */

.mySwiper-card .swiper-slide {
    display: flex;
    aspect-ratio: 16 / 9;
	height: auto;
	align-items: center;
	justify-content: center;
	font-size: 12px;
    border-radius: var(--border-radius-images, 6px);
}

/* Swiper flip --------------------------------------------------------------------------------------------------- */

.swiper-caption-flip {
	position: absolute;
	right: 10%;
	left: 10%;
	bottom: 10%;
	display: block;
	width: auto;
	min-width: 340px;
	text-align: center;
	padding:  20px 70px 20px 70px;
}

.swiper-caption-flip  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 2.4em;
	color: #fff;
	background: none;
	text-shadow: 1px 1px 2px #333333;
}

/*  Swiper Coverflow -------------------------------------------------------------------------------------------------- */

.mySwiper-coverflow.swiper {
    padding: 0.5% 0  0.5% 0;
}

.mySwiper-coverflow{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper-coverflow .swiper-slide-prev,
.mySwiper-coverflow .swiper-slide-next {
    opacity: 0.5;
    transition: all 0.2s ease-out;
}

.mySwiper-coverflow .swiper-slide {
    aspect-ratio: 16 / 9;
	height: auto;
	background-position: center;
	background-size: cover;
    border-radius: var(--border-radius-images, 6px);
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
	border: 1px solid #00000040;
}

.mySwiper-coverflow .swiper-slide img{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
		
.mySwiper-coverflow .swiper-caption-parallaxe {
	position: absolute;
	right: 15%;
	left: 15%;
	bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	width: auto;
	text-align: center;
	padding: 10px;
    transition: all 0.3s ease-in-out;
}
#content .mySwiper-coverflow .swiper-caption-parallaxe h3{
    fo/nt-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    color: white;
}

.mySwiper-coverflow .swiper-slide-active .swiper-caption-parallaxe {
        background-color: rgba(0, 0, 0, 0.3);  
}		

.mySwiper-coverflow .swiper-slide img{
	background: transparent;
	opacity: 0.2;
}
.mySwiper-coverflow .swiper-slide.swiper-slide-active img {
	opacity: 1.0;
}

.mySwiper-coverflow .swiper-slide-active .swiper-caption-parallaxe {
	display: block;
}	

/*    Parallax Register Tabs ------------------------------------------------------------------------------------------*/

#mySwiper-tab-parallaxe-01  {
    display: flex;
    border-radius: var(--border-radius-images, 6px);
    -webkit-backdrop-filter: blur(var(--blur-effekt), 4px );
    backdrop-filter: blur(var(--blur-effekt), 4px);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    overflow: hidden;
}	 

#mySwiper-tab-parallaxe-01 .text {
    position: relative;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3;
    height: auto;
    min-height: 75%  !important;
    margin-bottom: 0;
}

#mySwiper-tab-parallaxe-01 .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#mySwiper-tab-parallaxe-01 .swiper-slide {
    height:auto;
    min-height: 100%  !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 8% 3% 8%;
}

#mySwiper-tab-parallaxe-01 .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;

    background-image: url(../../../01-bs-template/images/page/bg-20.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

#mySwiper-tab-parallaxe-01 .swiper-slide .title {
    font-size: 1.3em;
    font-weight: 300;
}

#mySwiper-tab-parallaxe-01 .swiper-slide .subtitle {
    font-size: 21px;
}

#mySwiper-tab-parallaxe-01 p{
    font-size: 1.0rem;
}

#mySwiper-tab-parallaxe-01 .image-left{
    float: left;
    margin-right: 15px;
    padding: 0;
    width: 25%;
    m/in-width: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.1);
    border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-parallaxe-01 .image-right{
    float: right;
    margin-left: 25px;
    padding: 0;
    width: 25%;
    m/in-width: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.0);
    border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-parallaxe-02  {
    display: flex;
    border-radius: var(--border-radius-images, 6px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    overflow: hidden;
}	 

#mySwiper-tab-parallaxe-02 .text {
    position: relative;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3;
    height: auto;
    min-height: 75%  !important;
    margin-bottom: 0;
}

#mySwiper-tab-parallaxe-02 .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#mySwiper-tab-parallaxe-02 .swiper-slide {
    height:auto;
    min-height: 100%  !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 8% 3% 8%;
}


#mySwiper-tab-parallaxe-02 .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;

    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

#mySwiper-tab-parallaxe-02 .swiper-slide .title {
    font-size: 1.3em;
    font-weight: 300;
}

#mySwiper-tab-parallaxe-02 .swiper-slide .subtitle {
    font-size: 21px;
}

#mySwiper-tab-parallaxe-02 p{
    font-size: 1.05rem;
}

#mySwiper-tab-parallaxe-02 .image-left{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0;
    width: 25%;

    height: auto;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.1);
    border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-parallaxe-02 .image-right{
    float: right;
    margin-left: 25px;
    padding: 0;
    width: 25%;
    m/in-width: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.0);
    border-radius: var(--border-radius-images, 6px);
}

/* --- Coverflow ----------------------------------------------------------------------------------------------------- */

#mySwiper-tab-coverflow-v01 {
    display: flex;
    height: auto;
}	 

#mySwiper-tab-coverflow-v01 .text {
    position: relative;
    width: 100%;
    font-size: 0.90rem;
    height: auto;
    min-height: 75%  !important;
    margin-bottom: 0;
}

#mySwiper-tab-coverflow-v01 .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#mySwiper-tab-coverflow-v01 .swiper-slide {
    height:auto;
    max-width: 70%;
    min-height: 80%  !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 8% 3% 8%;
    border-radius: var(--border-radius-images, 6px);
    -webkit-backdrop-filter: blur(var(--blur-effekt), 4px );
    backdrop-filter: blur(var(--blur-effekt), 4px);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    margin: 10px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}


#mySwiper-tab-coverflow-v01 .swiper-slide-prev,
#mySwiper-tab-coverflow-v01 .swiper-slide-next {
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
}


/* Hintergrund der Slide-Bereiches */
#mySwiper-tab-coverflow-v01 .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;
    b/ackground-image: url({TEMPLATE}/01-bs-template/images/page/bg-20.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

#mySwiper-tab-coverflow-v01 .swiper-slide .title {
    font-size: 1.3em;
    font-weight: 300;
}

#mySwiper-tab-coverflow-v01 .swiper-slide .subtitle {
    font-size: 21px;
}

#mySwiper-tab-coverflow-v01 p{
    font-size: 1.05em;
    line-height: 1.3;
}

#mySwiper-tab-coverflow-v01 .image-left{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
    width: 25%;
    min-width: 30%;
    max-width: 100%;
    height: auto;
    overflow: hidden;

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.1);
   border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-coverflow-v01 .image-right{
    float: right;
    margin-left: 25px;
    padding: 0;
    width: 25%;
    m/in-width: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.0);
    border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-coverflow-v02 .tabs-container {
    display: flex;
    height: auto;
}	 

#mySwiper-tab-coverflow-v02 .text {
    position: relative;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3;
    height: auto;
    min-height: 75%  !important;
    margin-bottom: 0;
}

#mySwiper-tab-coverflow-v02 .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#mySwiper-tab-coverflow-v02 .swiper-slide {
    height:auto;
    min-height: 80%  !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 8% 3% 8%;

    border-radius: var(--border-radius-images, 6px);
    max-width: 70%;
    --webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    margin: 10px;
    overflow: hidden;
}

#mySwiper-tab-coverflow-v02 .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;
    b/ackground-image: url({TEMPLATE}/01-bs-template/images/page/bg-20.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

#mySwiper-tab-coverflow-v02 .swiper-slide .title {
    font-size: 1.3em;
    font-weight: 300;
}

#mySwiper-tab-coverflow-v02 .swiper-slide .subtitle {
    font-size: 21px;
}

#mySwiper-tab-coverflow-v02 p{
    font-size: 1.05em;
    line-height: 1.3;
}

#mySwiper-tab-coverflow-v02 .image-left{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
    width: 25%;
    m/in-width: 40%;
    max-width: 100%;
    height: auto;
    overflow: hidden;

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.1);
    border-radius: var(--border-radius-images, 6px);
}

#mySwiper-tab-coverflow-v02 .image-right{
    float: right;
    margin-left: 25px;
    padding: 0;
    width: 25%;
    m/in-width: 300px;
    height: auto;
    overflow: hidden;

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
    border: 0 solid rgba(255,255,255, 1.0);
    border-radius: var(--border-radius-images, 6px);
}

/* Thumbnails -------------------------------------------------------------------------------------------------------- */
.swiper-thumb {
    margin-top: 5px;
}

.mySwiper-thumb {
/*	padding:     im Artikelinhalt Spalten */
	cursor: pointer;
    overflow: hidden;
}

.mySwiper-thumb .swiper-slide {
	width: auto;
	opacity: 0.3;
	transition: opacity .6s ease-in-out;
}

.mySwiper-thumb .swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper-thumb .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	o/bject-fit: cover;
    z-index: 99999;
}     

.mySwiper-thumb-overlay {

    margin: 5px auto 0 auto;
    width: 80%;
    b/ackground: rgba(0, 0, 0, 0.5);
    z-index: 10;
    overflow: hidden;
}

.mySwiper-thumb-overlay .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid transparent;
}

.mySwiper-thumb-overlay .swiper-slide:hover {
    opacity: 1.0;
}

.mySwiper-thumb-overlay .swiper-slide-thumb-active {
    border: 2px solid #ffffff80;
    opacity: 1;
}

/* Ken Burns Effekt --------------------------------------------------------------------------------------------------- */
.swiper-slide {
    animation: none; /* Verhindert wiederholte Animation innerhalb eines Slides */
}

.mySwiper-kenburns .swiper-slide-active img {
     animation: kenburns 5s ease-in-out;  /* Animation einmal abspielen */
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

