

.logo{
    width:15%;
}

.navbar, .btn-primary, .btn-primary:visited, .btn-active-border-color{
    background-color:rgb(241, 165, 190)!important;
    border-color: rgb(241, 165, 190)!important;
} 

.btn-primary:hover{
background-color:rgb(240, 133, 169)!important;
}

.footer{
    background-color:rgb(240, 150, 180);
}

.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;
}

/* Zentrieren */
.text-center {
    text-align: center;
}

/* Größe anpassen */
.custom-image {
    max-width: 300px; /* Breite des Bildes (kann angepasst werden) */
    height: auto; /* Automatische Höhenanpassung für das Seitenverhältnis */
    margin: 0 auto; /* Zentrierung bei Bedarf */
}

@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;
}