@media (max-width: 767px) {


    
    .wechselbild .teilA {
        font-size: 14vw;
        line-height: inherit;
    }

    .wechselbild .teilB {
        line-height: 12vw;
        font-size: clamp(16px, 12vw, 40px);
    }



}




#sp-header .row {
	justify-content: space-between;
}

#sp-header .container {
	max-width: none;
}

#sp-header .fa-bars {
	font-size: 250%;
}

#offcanvas-toggler {
	margin-top: 23px;
}