/* specials_header-teaser-oeffnungszeiten.css */
.header-teaser {
    margin-top: -250px;
}
.header-teaser .bg {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 25px 25px 25px;
    border-radius: 15px;
}
.header-teaser .bg:first-child {
    padding-left: 35px;
}
.header-teaser svg {
    margin-bottom: -3px;
}
.header-teaser svg path {
    fill:#fff!important;
}
.header-teaser a {
    box-shadow: none;
}
.header-teaser table {
    margin-top:20px;
}
@media screen and (max-width: 992px) {
    .header-teaser {
        max-width: 820px;
    }
}
@media screen and (max-width: 576px) {
    .header-teaser .bg {
	    padding-top: 25px!important;
	    padding-bottom: 25px!important;
	    padding-left: 30px;
	    padding-right:15px!important;
    }
    .header-teaser .text-big {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 380px) {
    #open-hours tr td:nth-child(2) {
        padding-left:5px!important;
        padding-right:5px!important;
    }
    .header-teaser .bg {
        padding-left:20px;
        font-size:14px!important;
    }
}