/*----- https://swiperjs.com/demos   -----*/


.swiper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}


.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 {
    aspect-ratio: 16 / 5.42; 
    width: auto;
    max-height: 650px;
    overflow: hidden;
}

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

.swiper-slide img{
	width: 100%;
	height: 100%;
	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 Ticker News ------------------------------------------------------------------------------------------------------- */
.mySwiper-ticker-news {
    will-change: transform;
}


/* Vertikaler slider --*/

.right-container .vert-swiper-container , .left-container .vert-swiper-container{
  max-height: 90%;
}


.vert-swiper-container h3, #horizontal-swiper-container h3{
  font-size: 1.2rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;   
}


.right-container .vert-swiper-container p, .left-container .vert-swiper-container p{
  font-size:0.9rem;
}


#vert-swiper-container.swiper {
     box-sizing: border-box;   /* Border in max-height einrechnen */
    max-height: 500px;          /* gewünschte Höhe */
    overflow: hidden;
}

.vert-swiper-container .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
    box-sizing: border-box;
}

/* horizontaler slider ---------------------------------------------------------------------*/

.right-container .horizontal-swiper-container , .left-container .horizontal-swiper-container{
  m/ax-height: 90%;
}



/* Swiper Navigation Buttons */
.horizontal-swiper-container .swiper-button-prev,
.horizontal-swiper-container .swiper-button-next {
    --swiper-navigation-size: 30px;
}


/* Grundstruktur Horizontal Swiper Container */
.horizontal-swiper-container {
    box-sizing: border-box;
    overflow: hidden;
    b/order: 1px solid red;
    padding: 0;
    margin: 0 0.1%;
    max-height: 580px;
}

/* Swiper Slide */
.horizontal-swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    min-height: 0 !important;
    overflow: visible;
    box-sizing: border-box;
}

/* News Teaser Right */
.horizontal-swiper-container .news-teaser-right {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    box-sizing: border-box;
    min-height: 100%;
    transition: transform 0.8s ease-in-out,
                background-color 0.8s ease-in-out,
                box-shadow 0.5s ease-in-out,
                border-color 0.5s ease-in-out;
}

.horizontal-swiper-container .news-teaser-right:hover {
    background-color: var(--artikel-bg-hover);
    border-color: rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

/* Col-Content */
.horizontal-swiper-container .col-content,
.horizontal-swiper-container .col-content .col-content {
    display: flex;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    overflow: hidden;
    text-overflow: ellipsis;

    min-height: 145px;
    height: auto !important;
}

/* Headings */
.horizontal-swiper-container h3 {
    font-size: 1.2rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Paragraphs */
.right-container .horizontal-swiper-container p,
.left-container .horizontal-swiper-container p,
.horizontal-swiper-container .col-content p {
    font-size: 0.9rem;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* News Column Image */
.horizontal-swiper-container .news-col-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizontal-swiper-container .news-teaser-right h3 {
    flex: 0 0 auto;
}

.horizontal-swiper-container .news-teaser-right > .d-flex {
    flex: 1 1 auto;
    height: 100%;
}

.horizontal-swiper-container .news-teaser-right .news-col-image p,
.news-col-image p {
    display: none;
}

/* Swiper Wrapper & Flex Anpassungen für gleiche Slide-Höhen */
.horizontal-swiper-container.swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.horizontal-swiper-container.swiper .swiper-slide {
    display: flex;
    align-items: stretch;
    height: auto;
}

.horizontal-swiper-container .swiper-slide .d-flex {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: stretch;
}

.horizontal-swiper-container .d-flex.flex-column .news-col-image {
    flex: 0 0 auto;
}

.horizontal-swiper-container img.image-thumb,
.horizontal-swiper-container .news-col-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Vertical Slides / Side Container */
.right-container .swiper-slide .d-flex,
.left-container .swiper-slide .d-flex,
.horizontal-swiper-container.swiper[data-swiper-slides-per-view="1"] .swiper-slide .d-flex {
    flex-direction: column !important;
}

.right-container .swiper-slide .d-flex > div,
.left-container .swiper-slide .d-flex > div,
.horizontal-swiper-container.swiper[data-swiper-slides-per-view="1"] .swiper-slide .d-flex > div {
    width: 100% !important;
}

.horizontal-swiper-container.swiper[data-vertical="true"] .flex-slider-direction {
    flex-direction: column !important;
}

/* Side-Container / Vertical Swiper */
.right-container .horizontal-swiper-container,
.left-container .horizontal-swiper-container {
    bo/rder: 1px solid red;
    height: 380px;
}

.right-container .horizontal-swiper-container .col-content,
.left-container .horizontal-swiper-container .col-content {
    height: 100px;
    b/order: 1px solid black;
    min-height: 0;
}

.right-container .horizontal-swiper-container .news-col-image,
.left-container .horizontal-swiper-container .news-col-image {
    max-height: 190px;
}

.right-container .horizontal-swiper-container .newsEntry,
.left-container .horizontal-swiper-container .newsEntry {
    margin-top: 4px;
    height: 100% !important;
}

/* Media Queries */
@media (min-width: 576px) {
    .horizontal-swiper-container {
        max-height: 420px;
    }

    .horizontal-swiper-container .col-content {
        height: 145px;
    }
}

@media (max-width: 576px) {
    .horizontal-swiper-container .news-teaser-right {
        min-height: 460px !important;
    }
}


/* 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: 15%;
	display: block;
	width: auto;
	m/in-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;
	m/in-width: 340px;
	text-align: center;
	margin:  50% 10% 0% 10%;
    background: #00000030;
}

#content .swiper-caption-creative  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
	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;
	m/in-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);
    }
}

