body {
    margin: 0;
}

p,
a,
li {
    font-family: 'Myriad Pro Regular', sans-serif;
    color: #191715
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Myriad Pro Bold', sans-serif;
    color: #191715;
}


h1.headline {
    font-size: 38px;
    margin: 8px 0 85px 0;
    text-align: center;
    font-family: 'Myriad Pro Condensed Italic', sans-serif;
    letter-spacing: 13px;
}

h3 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

h4 {
    font-size: 26px;
    color: #0074b8;
    margin: 0;
}

.logo {
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
}

.header {
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
}

.header-content {
    position: absolute;
    top: 193px;
    height: 638px;
    width: 100%;
}

img.overlay-img {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
}

.stoerer {
    background: rgba(255, 255, 0, 0.8);
    width: 42%;
    height: 59%;
    position: absolute;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
    border-top-left-radius: 140px;
}

.stoerer p {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 30px;
}


/* Swiper Slider */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    padding: 40px 60px;
    box-sizing: border-box;
}

/* Swippe Bullets _______________________*/

.swiper-pagination-bullet {
    width: 30px !important; 
    height: 30px !important;
    margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
    background: #0074b8 !important;
}





/* Swippe Bullets __________________ ENDE*/

.content-wrapper {
    display: flex;
    p {
        min-width: 50%;
        font-size: 33px;
        line-height: 1.4;
    }
}

/* News-Bilder */
.news-img {
    object-fit: cover;
    width: 40%;
    margin:30px;
    border-radius: 10px;
}

.static-ticker-wrapper {
    position: absolute;
    bottom: 0;
    background-color: #0074b8;
    width: 100%;
    overflow: hidden;
    height: 100px;
    display: flex;
    align-items: center;
}


/* Stats Ticker */
#stats-ticker {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    animation: ticker 15s linear infinite;
    padding: 10px;
    font-weight: bold;
    color: white;
    font-size: 26px;
}

@keyframes ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.amt-wrapper {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; */
    position: absolute;
    bottom: 100px;
    left: 60px;
}

p.amt {
    font-size: 20px;
    /* writing-mode: vertical-lr;
    text-orientation: mixed; */
}

.reloadBtn {
    opacity: 0;
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 50px;
}
