:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-darkest-gray: #0b62e4;
    --bs-darkest-gray-bg-subtle: #0b62e4;

    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-darkest-gray-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-darkest-gray-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-darkest-gray-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
}

:root {
    --color-lightest-gray: #F7F7F7;
    --color-tertiary: #D3D3D3;
    --color-darkest-gray: #A9A9A9;
    --color-accent: #696969;
    --color-darkest-gray: #404040;
    --color-black: #000000;
}

.navbar,
.btn-darkest-gray,
.btn-darkest-gray:visited {
    background-color: #3D4855;
}


.line {
    width: 50%;
    margin: 0 auto;
    background-color: var(--bs-darkest-gray);
}

/* Overscroll */
.section-1 {
    height: 100vh;
    background-image: url(images/zeitung.png);
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .section-1 {
        height: 100vh;
        background-image: url(images/zeitung.png);
        background-attachment: fixed;
        background-size: contain;
        background-position: center;
    }
}


/* Ende Overscroll */

/* SM */
.bi-instagram,
.bi-instagram:hover {
    color: rgb(255, 255, 255);
}

.bi-youtube,
.bi-youtube:hover {
    color: rgb(255, 255, 255);
}

.bi-chevron-double-down,
.bi-chevron-double-down:hover {
    color: rgb(255, 255, 255);
}

/* Ende SM */

/* backtotop */
#backtotop_button {
    background-color: var(--bs-darkest-gray);
    text-align: center;
    position: fixed;
    bottom: 40px;
    left: auto;
    right: 0;
    z-index: 1000;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}

#backtotop_button a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

#backtotop_button a:hover {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    color: #fff;
}

/* Ende backtotop */

#banner2 {
    background-image: url("images/avenue2.jpg") !important;
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 600px;
    /* You must set a specified height */
    background-position: center;
    /* - Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    position: relative;
}

.bannertext {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 16px;
    position: absolute;
    text-align: center;
    /* Achtung "absolute" braucht immer ein relativ im Eltern-Element */
    bottom: 0px;
    /**text-shadow: 1px 1px #000; bei weißen Text**/
}

header {
    position: relative;
}

/** Größere Monitore **/

@media only screen and (min-width: 570px) {
    #banner2 {
        display: none;
    }
}


/** Kleinere Monitore **/

@media only screen and (max-width: 600px) {

    #banner1,
    #einleitung {
        display: none;
    }

    /* Textausrichtung in der unteren Hälfte */
    #banner2 .container span {
        background-color: rgba(0, 0, 0, 0.2);
        text-shadow: 1px 1px #000;
        padding: 5px;
        margin: -15px;
        color: #fff;
        position: absolute;
        bottom: 0;
    }
}

/* Ende Breakpoinst header */
.video {
    width: 100% !important;
}

.border-dashed {
    --bs-border-style: dashed;
}

.jumbotron {
    background-image: url("images/avenue2.jpg") !important;
}

.bi-chevron-down {
    font-size: xx-large;
    text-shadow: 1px 1px #000;
}

.section-footer {
    background-color: #3D4855;
}

.upper-title {
    text-align: center;
}

.navbar-brand {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
}

.navbar-brand:hover {
    transform: scale(1.1);
    letter-spacing: 0.05rem;
    color: var(--color-tertiary);
}

.nav-link {
    color: white;
    transition: 0.3s ease-in-out;
    height: 1rem;
    display: flex;
    align-items: center;
}

.nav-link:hover {
    color: var(--color-tertiary);
    transform: scale(1.3);
}

.outer-footer {
    background-color: var(--color-accent);
    color: var(--bs-white);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-4 {
    text-align: left;
    font-weight: 400;
    color: var(--color-tertiary);
    margin-top: 1rem;
    line-height: 1.8rem;
}

.footer-last-text {
    color: var(--color-lightest-gray);
    transition: 0.3s ease-in-out;
    transform-origin: left;
    margin-bottom: 0;
}

.footer-last-text:hover {
    transform: scale(1.1);
    letter-spacing: 0.03rem;
    font-weight: 600;
    color: var(--color-lightest-gray);
    cursor: pointer;
}

.middle-collumn {
    text-align: left;
}

.right-collumn {
    text-align: left;
    white-space: nowrap;
}

.bi-envelope {
    margin-right: 0.5rem;
}

.bi-telephone {
    margin-right: 0.5rem;
}

.e-mail-footer {
    transition: 0.3s ease-in-out;
    transform-origin: left;
}

.e-mail-footer:hover {
    transform: scale(1.1);
    color: var(--color-lightest-gray);
    cursor: pointer;
}

.telephone-footer {
    transition: 0.3s ease-in-out;
    transform-origin: left;
}

.telephone-footer:hover {
    transform: scale(1.1);
    color: var(--color-lightest-gray);
    cursor: pointer;
}

.footer-episodes {
    transition: 0.3s ease-in-out;
    transform-origin: left;
}

.footer-episodes:hover {
    transform: scale(1.1);
    color: var(--color-lightest-gray);
    cursor: pointer;
}

.icons-links {
    padding: 0;
    margin: 0;
    color: white;
    display: flex;
    justify-content: center;
}

.icons-single {
    color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    transition: 0.3s ease-in-out;
    padding: 0rem 0.4rem;
    font-size: 1.5rem;
    border: 1px solid var(--color-tertiary);
    border-radius: 5rem;
    margin: 0rem 1rem 1rem 1rem;
}

.icons-single:hover {
    transform: scale(1.15);
    color: var(--color-lightest-gray);
}

.bi-facebook {
    color: var(--color-lightest-gray);
}

.dropdown {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}

.nav-item {
    text-align: left;
}

.nav-link-header {
    color: white;
    transition: 0.3s ease-in-out;
    height: 1rem;
    display: flex;
    align-items: center;
    transform-origin: left;
    text-decoration: none;

}

.nav-link-header:hover {
    color: var(--color-tertiary);
    transform: scale(1.1);
}

.navbar {
    .container-fluid {
        justify-content: left;
    }
}

.dropdown-menu.show {
    margin-top: 0.3rem;
    background-color: var(--color-darkest-gray);
    border-radius: 0;
    border: 2px solid var(--color-accent);
}

.dropdown-item {
    color: var(--color-lightest-gray);
    transition: 0.3s ease-in-out;
    transform-origin: left;
}

.dropdown-item:hover {
    background-color: var(--color-accent);
    font-weight: 600;
    letter-spacing: 1px;
}

.image-banner {
    width: 100%;
    height: auto;
    transition: transform 1s ease;
    overflow: hidden;
    object-fit: cover;
}

.image-banner:hover {
    transform: scale(1.1);
    filter: grayscale(50%);
}

.image-banner-container {
    overflow: hidden;
    padding: 0;
}

.container-fluid {
    padding: 0 !important;
}

.btn-primary {
    color: var(--color-lightest-gray);
    background-color: #3D4855;
    border: none;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--color-accent);
    transform: scale(1.1);
}

.image-folgen-container {
    overflow: hidden;
    padding: 0;
}

.card-img-top {
    transition: 0.5s ease;
}

.card-img-top:hover {
    transform: scale(1.1);
    filter: grayscale(100%);
}

.card {
    padding: 0;
    color: var(--color-accent);
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card:first-child {
    margin-left: 0;
}

.card:last-child {
    margin-right: 0;
}

#backtotop_button {
    background-color: var(--color-darkest-gray);
    color: var(--color-lightest-gray);
    border: var(--color-lightest-gray) solid 1px;
    border-radius: 1rem;
    margin-right: 1rem;
    width: 3rem;
    transition: 0.3s ease;
    padding: 2px;
}

#backtotop_button:hover {
    transform: scale(1.1);
    background-color: var(--color-accent);
}

.card-body {
    .btn {
        margin-top: auto;
    }
}

.btn-secondary {
    color: var(--color-lightest-gray);
    background-color: var(--color-darkest-gray);
    border: none;
    transition: 0.3s ease;
}

.btn-secondary:hover {
    background-color: var(--color-accent);
    transform: scale(1.1);
}

audio {
    margin-left: 1rem;
}

.modal-body {
    text-align: left;
    margin: 0;
    padding-left: 2rem;
    padding-bottom: 1rem;

    p {
        padding: 0;
        margin: 0;
    }
}

.image-arrow {
    width: 1.5rem;
    height: 1.5rem;
}

@media (max-width: 1200px) {
    .card {
        margin: 1rem;
        padding: 0;
    }

    .card:first-child {
        margin-left: 1rem;
    }

    .row {
        flex-direction: column;
    }

    .footer-row {
        display: flex;
        align-items: center;
        justify-content: center;
        .col-4 {
            text-align: center;
            
            .footer-last-text {
                transform-origin: center;
                letter-spacing: 0;
            }

            .footer-episodes {
                transform-origin: center;
                letter-spacing: 0;
            }

            .e-mail-footer {
                transform-origin: center;
                letter-spacing: 0;
            }

            .telephone-footer {
                transform-origin: center;
                letter-spacing: 0;
            }
        }
    }
    .col-4 {
        width: 100%;
    }
}

.navbar-folgen {
    color: var(--color-lightest-gray);
    padding: 0.5rem;
    text-decoration: none;
    transition: 0.3s ease;
}

.navbar-folgen:hover {
    transform: scale(1.1);
}

.about-me-pic {
    overflow: hidden;
    max-width: 50%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.about-me-text {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0 !important;
    text-align: left;
}

#about-me-text-inner {
    margin-bottom: 0;
}

.about-me-pic-out {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-me {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 1200px) {
    .about-me-text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 2rem;
    }

    .about-me-pic {
        max-width: 40%;
    }
}

.btn-third {
    transition: 0.3s ease;
    color: var(--color-lightest-gray);
    overflow: hidden;
    border: none;
}

.btn-third:hover {
    transform: scale(1.1);
    color: var(--color-lightest-gray);
    border: none;
    overflow: hidden;
}

.button-footer {
    color: var(--color-tertiary);
    transition: 0.3s ease;
    text-decoration: none;
}

.button-footer:hover {
    color: var(--color-lightest-gray);
}

.bi-headphones{
    margin-left: 1rem;
}