.hero-area  {
    min-height: 550px;
}
.hero-area {
    background-image: url("../img/hero/hero.webp");
    position: relative;
    padding: 150px 0 0;
    z-index: 2;
}
.private {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("../img/hero/hero-private.webp");
    position: relative;
    padding: 150px 0 0;
    z-index: 2;
}

.hero-home {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/mack-home.webp");
}

.hero-ueber-mich {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/mack-ueber-mich.jpg");
}

.hero-termine {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/mack-termine.jpg");
    background-position: 50% 20%;
}

.hero-tour {
    background-image: url("../img/mack-tour.webp");
}

.hero-rueckblick {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/mack-rueckblick.jpg");
    /* Hier eventuell das Bild noch zoomen oder so.... */
}

.hero-standpunkte {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/mack-standpunkte.jpg");
    background-position: 50% 35%;
}

.contact-section form .single-form textarea::placeholder,
.contact-section form .single-form input::placeholder {
    color: rgb(141, 141, 141);
}

.text-black {
    color: #000 !important;
}

.text-center {
    text-align: center !important;
}

.hero-content {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .hero-content {
        margin-top: 230px !important;
    }
}
.read-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: #ca080c;
    overflow: hidden;
}
.read-btn:hover {
    color: #fff;
    background: #ca080c;
}
.report-cover {
    width: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    height: 400px !important;
}
.page-item.active .page-link {
    background-color: #ca080c;
    border-color: #ca080c;
}
.page-link, .page-link:hover {
    z-index: 2;
    color: #ca080c;
}
.schedule-item {
    min-height: 180px;
}

.stoerer-wrapper {
    position: relative;
}

.stoerer {
    position: absolute;
} 

.stoerer-home {
    z-index: 10;
    width: 150px;
    height: 150px;
    top: -30px;
    left: -30px;
}


@media only screen and (max-width: 1199px) {
    .stoerer-home {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .stoerer-home {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 380px) {
    .stoerer-home {
        width: 100px;
        height: 100px;
    }
}

.viewpoint-card {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    max-width: 420px;
}

.viewpoint-card .img-wrapper {
    height: 250px;
}

.viewpoint-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viewpoint-card .single-counter {
    height: 100%;
}


@media only screen and (max-width: 1399px) {
    .viewpoint-card .single-counter h4 {
        font-size: 24px;
    }
}

.viewpoint-sm h4 {
    font-size: 20px !important;
}

.viewpoint-link a {
    font-size: 19px;
    color: #fff;
    text-decoration: underline;
}

.viewpoint-card.election-countdown .single-counter {
    background-color: #ca080c;
}

.countdown-time {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.countdown-time .label {
    color: #fff;
    font-weight: 600 !important;
    font-size: 17px !important;
}

.countdown-time .time-display {
    font-size: 35px !important;
    font-weight: 1000 !important;
}

.election-coming {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.election-over {
    display: none;
}

@media only screen and  (min-width: 992px) {
    .nav-item {
        position: relative;
    }
    
    .nav-item:hover .submenu {
        display: block;
    }
    
    .submenu {
        position: absolute;
        left: -12px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        display: none;
        background-color: #ca080c88;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and  (max-width: 991px) {
    .nav-item {
        display: flex;
        flex-direction: row;
    }

    .submenu::before {
        content: "→";
        top: 6px;
        left: 10px;
        position: absolute;
    }
    
    .submenu {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }
}

