:root,
[data-bs-theme=light] {
    --bs-blue: #151616;
    --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: #8b919b  ;
    ;
    --bs-primary-bg-subtle: #020202;
    
    --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 */
body{
    background-color: rgba(128, 128, 128, 0.274);
}
#banner1{
    background-image: url(images/titelbild.png);
    background-size: cover;
    background-position: center;

}

.lena{
    min-height: 400px;
    padding: 0;
    margin: -50px 0px !important;

}

.text-body-emphasis{
color: white !important;
}

.navbar-collapse {
    justify-content: center;
}

.modal-body{
    background-color:white;
}

.modal-header{
    background-color:darkgray ;
    color: white !important;
}

.navbar, .btn-primary, .btn-primary:visited{
    background-color: #7ca4b4;
}
/* Hier steht mein Code Ende */



.navbar, .btn-primary, .btn-primary:visited, .btn-primary:hover{
    background-color: #8b919bbb;
	color: #fff;
} 
.btn-primary:hover{
    background-color: #343a40;
	color: #fff;
} 

.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;
}



/* Ende Breakpoinst header */
.video {
    width: 100% !important;
}

.border-dashed {
    --bs-border-style: dashed;
}



.bi-chevron-down{
    font-size: xx-large;
    text-shadow: 1px 1px #000;
}

@media screen and (max-width: 600px){
    #banner1{
        height:800px;
    }
}

.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: grey;
    --bs-btn-border-color: grey;
    --bs-btn-hover-color: grey;
    --bs-btn-hover-bg: grey;
    --bs-btn-hover-border-color: grey;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: grey;
    --bs-btn-active-bg: grey;
    --bs-btn-active-border-color: grey;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: grey;
    --bs-btn-disabled-bg: grey;
    --bs-btn-disabled-border-color: grey;
}

.modal-body{
    background-color: rgba(128, 128, 128, 0.247);
}

.modal-content{
    position: relative;
  }


.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .center2 {
    position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
  }


