@charset "UTF-8";
/*========================================================
  Theme Name: Politican
  Description: HTML Template
  Author: Ralf Waetzig
========================================================*/

/* Own CSS 227,6,19
------------------------------------------------------- */
.bg-rwaetzig-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(0,122,169,1) !important;
}

.bg-rwaetzig-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(242,145,0,1) !important;
}

.bg-rwaetzig-red {
    --bs-bg-opacity: 1;
    background-color: rgba(227,6,19,1) !important;
}

/* Hero Image
-------------------------------------------------------
.hero-wrap {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
*/

.header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.hero-wrap {
    position: relative;
    overflow: hidden;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-wrap .hero-mask {
    z-index: 0;
}

.hero-wrap .hero-content {
    position: relative;
    z-index: 5;
}

.hero-wrap .hero-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

@media (max-width: 991.98px) {
    .hero-wrap .hero-bg {
        background-attachment: initial !important;
        background-position: center center !important;
    }
}

/* Erweiterung Schriftgroesse
------------------------------------------------------- */
.fs-7 {
    font-size: 0.8rem !important;
}

body {
    height: 5000px;
}