/*
Theme Name: mbsz 2026
Author: Gally Websolutions GmbH
Author URI: https://www.gally-websolutions.com
Description: Offical Template, BS v5.0.1 Base with BS Icons 1.5
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/


/*Wordpress editor styles end*/

/*Swiper*/

.swiper{
    padding-bottom: 3em !important;
}

.swiper-button-next,
.swiper-button-prev{
    background: var(--dark-color);
    color: var(--light-color) !important;
    padding: 1em;
    aspect-ratio: 1 / 1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    bottom: 0 !important;
    top: auto !important;

    &::after{
        font-size: 1em !important;
    }
}

.swiper-button-prev{
    left: calc( 50% - 3em) !important;
}
.swiper-button-next{
    right: calc( 50% - 3em) !important;
}

/*Blocker*/

[blocked]{
	pointer-events: none;
}




@media screen and (max-width: 768px){
    .fixbtn{
        bottom: var(--bannerheight);
        top: auto;
    }

}





/*Ankeroffet*/

#kursinformationen{
	scroll-margin-top: 130px; 
}




/*Preisupdate*/
@media screen and (max-width: 768px) {
	
	
	
	#kostendirekt tr {
		display: flex;
    }
	
	#kostendirekt tr td:nth-child(1) {
      	flex: 7; 
		white-space: normal;
		hyphens: none;
	}
	
    #kostendirekt tr td:nth-child(2){
      flex: 1; 
		text-align: right !important;
    }
	
	#kostendirekt tr td:nth-child(3) {
      flex: 2;
    }
}


/*EndPreisupdate*/
	


/* --- yannick was here --- */

header .featuredimage, 
header figure.featuredimage,
header.richtunghead {
    position: relative !important;
    overflow: visible !important;
    display: block !important;
}

.storer-text-badge {
    position: absolute !important;
    bottom: 15px !important; 
    right: 30px !important;
    width: 140px;
    height: 140px;
    background-color: #00a5e2; 
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px;
    z-index: 110;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.storer-text-badge:hover {
    transform: scale(1.05);
}

.storer-text-badge span {
    display: block;
    font-size: 1rem;
    text-transform: none;
}

.storerimg {
    position: absolute !important;
    bottom: 15px !important; 
    right: 30px !important;
    width: 180px !important; 
    height: auto !important;
    aspect-ratio: auto !important; 
    object-fit: contain !important;
    z-index: 110 !important;
}

.bvs-usp-bar .usp-item {
    transition: opacity 0.2s ease;
}

.bvs-usp-bar .usp-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.bvs-usp-bar .usp-text {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .storer-text-badge {
        width: 100px;
        height: 100px;
        bottom: 10px !important; 
        right: 15px !important;
        top: auto !important; 
    }
    .storer-text-badge span {
        font-size: 0.85rem;
    }
    .storerimg {
        width: 120px !important;
        bottom: 10px !important; 
        right: 15px !important;
        top: auto !important; 
    }
}

@media (max-width: 575px) {
    .bvs-usp-bar {
        gap: 12px !important;
    }
    .bvs-usp-bar .usp-text {
        font-size: 0.8rem !important;
    }
}

/** Responsive Tables **/

.accordion-body table {
    overflow-x: auto;
    max-width: 600px;
}

.accordion-body tr {
    border-bottom: 1px solid #ddd;
}

.accordion-body td {
    padding-right: 1rem;
}
