@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v35-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font: normal 16px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}

html,
body {
    height: 100%;
    min-height: 100%;
    color: #494949;
    background-color: #b0362f;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #e63123;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #e63123;
    text-decoration: underline;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.page-container {
    position: relative;
}

.wrapper {
    padding: 0 20px;
    margin: 0 auto;
}

.hero {
    background: #0f6245;
    padding: 30px 0 250px 0;
    background-image: url('../images/hero.png');
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.hero h1 {
    color: #000;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -.05em;
    font-size: 36px;
}

.hero h2 {
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
}

h2 span {
    display: block;
    font-weight: 400;
    color: #e63123;
}

h3 {
    font-weight: 800;
    font-style: normal;
}

.icon {
    width: 96px;
    margin: 0 auto;
}

.logo {
    margin-bottom: 35px;
}

.logo img {
    width: 70%;
    height: auto;
}

.section {
    padding: 4% 0;
}

.emergency {
    padding: 4% 0;
}

.emergency h3,
.four-steps h3 {
    font-size: 32px;
    margin-top: 0;
}

.emergency ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.emergency li {
    margin: 20px;
    padding: 0;
}

.message {
    background: #f95738;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding: 4% 0;
}

.prefooter {
    text-align: center;
    padding: 4% 0;
}

.prefooter .icon svg {
    color: #0f8b8d;
    fill: #0f8b8d;
}

.footer {
    background: #f9db6c;
    padding: 25px 0;
}

.bg-light {
    background: #f4eded;
    padding: 16px;
    border-radius: 15px;
}

.upcoming-date {
    margin-bottom: 6px;
    padding: 10px 20px;
    background: #f4eded;
    border-radius: 4px;
}

span.date {
    font-weight: 700;
    margin-right: 20px;
}

h3#date {
    font-size: 48px;
    color: #000;
    direction: ltr;
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -.05em;
    margin: 0;
}

span#street {
    display: block;
}

#title,
#street,
#zip,
#city {
    font-size: 24px;
}

.four-steps img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.four-steps h4 {
    font-size: 1.25em;

}

.step {
    padding: 10px 0px 20px 110px;
    position: relative;
    margin-bottom: 40px;
}

.step span {
    display: block;
    left: 0;
    top: 0;
    font-size: 80px;
    position: absolute;
    letter-spacing: -.025em;
    font-weight: 700;
    color: #f95b3d;
}

#hero {
    background-color: #0f6245;
    background-image: url(../images/bg-01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

#hero .logo-apotheke img {
    max-width: 100px;
}

#selector {
    background-color: #ffffff;
}

#xmas {
    padding-top: 100px;
    background-image: url('../images/bg-02.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    color: #e5bdb9;
}

#impfen {
    background-color: #0f6245;
}

.apotheke p.telefon {
    font-size: 1.5rem;
    font-weight: 700;
}

.apotheke p.telefon svg {
    margin-right: 5px;
}

.apotheke h2 {
    margin-bottom: -.75rem;
    font-size: 1rem;
    font-weight: 700;
}

.oeffnungszeiten h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0;
    color: #191919;
    margin-bottom: 0;
    display: inline-block;
}

.wochentage {
    padding: 1rem;
}

.wochentag {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.wochentag.heute {
    color: #000;
}

.wochentag.sichtbar {
    max-height: 55px;
    opacity: 1;
    padding-bottom: 10px;
}

.wochentag h4 {
    margin: 0;
}

.wochentag p {
    margin: 0 0 .5rem 0;
}

.toggleButton {
    background: none;
    border: none;
    color: #b0362f;
    text-decoration: underline;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    outline: none;
    font-size: .85rem;
}

.toggleButton:hover {
    color: #191919;
    text-decoration: underline;
}

.toggleButton:focus {
    text-decoration: none;
}

#xmas .image {
    text-align: center;
    position: relative;
}

#xmas .image svg {
    max-width: 400px;
    height: auto;
}

a.btn {
    background: #0f6245;
    color: #fff;
    padding: 10px 20px;
    border-radius: 500px;
    font-weight: 700;
    font-size: .95rem;
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;

}

a.btn:hover {
    background: #191919;
}
a.btn.outline {
    border: 1px solid #0f6245;
    background: transparent;
    color: #0f6245;
}

a.btn.outline:hover {
    background: #transparent;
    color: #b0362f;
    border-color: #b0362f;
}
.btn.block {
    display: block;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.links {
    margin-bottom: 1rem;
    line-height: 0;
}

.links a {    
    vertical-align: middle;
    font-size: .95rem;
    color: #191919;
    margin-right: 1rem;
    display: block;
    margin-bottom: 10px;
}

.links a:hover {
    text-decoration: none;
    color: #b0362f;
}

.links a svg {
    width: 24px;
    height: auto;
    vertical-align: middle;
    line-height: 0;
    margin-right: 3px;
    stroke: #191919;
}

.links a:hover svg {
    stroke: #b0362f;
}

.col {
    padding: 0 20px 60px 20px;
}

#selector .col {
    text-align: center;
}

#selector .logo a img {
    transition: 0.2s ease-in-out;
}

#selector .logo a:hover img {
    transform: scale(1.05);
}

#footer {
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer.section {
    padding: 30px 0;
}

.col.kalender {
    align-self: center;
}
img.kalender {
	width: 100%;
	height: auto;
	box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

@media (max-width: 767px) {}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        column-gap: 4%;
        flex-flow: row;
		justify-content: center;
    }

    .col {
        padding: 0;
    }

    .hero {
        padding: 40px 0 280px 0;
    }

    #selector .col {
        text-align: left;
    }

    .oeffnungszeiten h3 {
        padding: 5px 0 3px 1rem;
        border-left: 2px solid #0f6245;
    }

    .wochentage {
        border-left: 2px solid #0f6245;
    }

    #xmas {
        padding-top: 200px;
    }
    .btn.block {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1000px) {
    .hero {
        padding: 40px 0 320px 0;
    }

    #hero .logo-apotheke img {
        max-width: 180px;
    }

    .logo {
        width: 360px;
    }
    .section {
        padding: 2% 0;
    }    
}

@media (min-width: 1200px) {
    .wrapper {
        width: 1200px;
    }

    .col.col-sm {
        width: 30%;
    }

    .hero {
        padding: 80px 0 120px 0;
    }

    .logo {
        width: 360px;
    }

    .hero-text {
        width: 50%;
        padding-top: 80px;
    }

    .hero h1 {}

    .hero h2 {}
}

@media (min-width: 1900px) {
    #hero {
        padding-bottom: 60px;
    }
    #hero .logo-apotheke img {
        max-width: 260px;
    }

    #xmas {
        padding-top: 300px;
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px) scale(.8);
    transition: opacity 1s, transform 1s;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}

.fade-in.visible {
    opacity: 1;
    transition-delay: .25s;
}