: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-primary: #0b62e4;
    --bs-primary-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-primary-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-primary-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-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
}


/*
   Hier steht mein Code Beginn
*/

h1 {
	color: #1C4F1A;
}


.Trailer{
	margin: 0 auto;
}


/* 
  Hier steht mein Code Ende
*/
.navbar, .btn-primary, .btn-primary:visited{
    background-color: var(--bs-primary);
} 


.line{
    width: 50%;
    margin: 0 auto;
    background-color: var(--bs-primary);
}

/* 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-primary);
    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;
}