/* Bootstrap 4 breakpoints */
/* Extra small devices (phones, 320px and up) */
@media (min-width: 320px) {
    h1 {
        font-size: 16px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 11px;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 16px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
}

body {
    font-size: 16px;
    margin-top: -20px;
    background: url(https://paf-berlin.de/home/assets/img/udssr/udssr_big.png) no-repeat fixed center -400px !important;
}

a {
    color: #333;
    text-decoration: none !important;
}

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

.ddr-verfassung a {
    color: var(--bs-warning) !important;
}

.ddr-verfassung a:hover {
    color: var(--bs-light) !important;
}

.active {
    color: var(--bs-danger);
}

.hover-warning:hover {
    color: var(--bs-warning) !important;
}

.main-container {
    max-width: 1400px;
    margin-top: 5px !important;
    border: 1px solid #333 !important;
    /*background: #e6e6e6 !important;*/
    background: linear-gradient(90deg,
            rgba(68, 68, 68, 0.5) 0%,
            rgba(204, 18, 18, 0.9) 46%,
            rgba(68, 68, 68, 0.5) 100%);
    padding: 0 !important;
    /*opacity: 0.95 !important;*/
}

.sticky-container {
    position: sticky;
    top: 0px;
    z-index: 10;
    margin-top: 5px !important;
    background: #e6e6e6 !important;
    /*opacity: 0.95 !important;*/
}

.text-hyphens {
    text-align: justify;
    hyphens: auto;
}

.text-shadow-sm {
    text-shadow: black 1px 1px;
}

.content img,
.content video {
    border: 1px solid #333;
}

.rss-menu p {
    margin-bottom: 5px;
}

.rss-menu-big {
    color: #333;
    font-size: 15px;
    text-shadow: 0px 1px 0px #e7e7e8;
}

.float-image {
    min-height: 260px;
    height: auto;
}

.float-image img,
.float-image img:after {
    display: inline;
}

.float-img img {
    max-width: 240px;
    height: auto;
    margin: 5px 5px 5px 0;
}

.img-left {
    padding-left: 4%;
}

.img-center {
    padding: 0 4% 0 4%;
}

.img-right {
    padding-right: 4%;
}

.text-hyphens {
    text-align: justify;
    hyphens: auto;
}

.navbar-logo {
    margin-top: 5px;
    margin-right: 15px;
}

.background-ddr {
    background: url(http://www.paf-berlin.de/home/assets/img/ddr_gross.png) fixed no-repeat center;
    margin-top: 50px;
}

.to-top {
    position: fixed;
    bottom: 50px;
    left: 45%;
    margin-left: -330px;
    z-index: 100;
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 28px;
}

.to-top a {
    text-decoration: none;
}

.dark-shadow {
    text-shadow: 0.5px 0.5px #555 !important;
}