

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(0, 0, 0, 0.6) !important;
    color: floralwhite;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}


.bi-instagram,
.bi-instagram:hover {
    color: rgb(255, 255, 255);
}

.bi-youtube,
.bi-youtube:hover {
    color: rgb(255, 255, 255);
}

.btn-primary,
.btn:hover,
btn:focus,
btn:active {
    background-color: rgb(45, 112, 133);
    color: rgb(255, 255, 255);
    border-color: white;
}

.btn:hover {
    background-color: rgb(78, 166, 193);
    color: rgb(255, 255, 255);
    border-color: white;
}

.card-body {
    background-color: rgb(255, 255, 255);
}


.nav-link {
    color: rgb(69, 159, 184);
}


.display-4 {
    color: rgb(69, 159, 184);
    font-size: 5rem;
    padding: 100px 0 100px 0;

}

.display-2 {
    color: rgb(69, 159, 184);
    font-size: 3rem;
    padding: 100px 0 100px 0;

}


.display-7 {
    color: rgb(45, 112, 133);
    font-family: Minion Variable Concept;
    font-size: 9rem;
    padding: 500px 0 100px 0;
}


@media (max-width: 575.98px) { 
	.display-4 {
    font-size: 3rem;
}
.display-7 {
    font-size: 5rem;
	padding: 400px 0 100px 0;
} 

.section-2 {
    height: 100vh;
    background-image: url(images/ich_mit_zeitung.JPG);
    background-attachment: fixed;
    background-size: contain;
	background-position: center;
}

.section-1 {
    height: 100vh;
    background-image: url(images/images/zeitung_12.png);
    background-attachment: fixed;
    background-size: contain;
}

.section-6 {
    height: 100vh;
    background-image: url(images/images/zeitung_4.png);
    background-attachment: fixed;
    background-size: contain;
}		
}


.modal-title {

    color: rgb(95, 183, 207)
}


.navbar {
    color: 95, 183, 207;
}

.video {
    width: 100% !important;

}


.fixed-top {
    -webkit-backface-visibility: hidden;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0, 0, 0, 0.6) !important;
}





.section-2 {
    height: 100vh;
    background-image: url(images/ich_mit_zeitung.JPG);
    background-attachment: fixed;
    background-size: cover;
}






.section-1 {
    height: 100vh;
    background-image: url(images/images/zeitung_12.png);
    background-attachment: fixed;
    background-size: cover;
}

.section-6 {
    height: 100vh;
    background-image: url(images/images/zeitung_4.png);
    background-attachment: fixed;
    background-size: cover;
}