/* 
    Created on : 26.11.2020, 14:43:03
    Author     : patrick.dietze
*/

:root {
  --swiper-theme-color: #5c3a05;
}

/* header-Slider */
.header-swiper-container {
    min-height: 80px;
}


p.swiper-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    padding: 0.5rem;
}

@media screen and (min-width: 480px){
    p.swiper-caption {
        left: 1rem;
        bottom: 2rem;
        max-width: 75%;
        padding: 1rem;
    }
}