@charset "utf-8";
/* CSS Document */
.navbar {
	background-color: #a0d6f3 !important;
	
}
.navbar-brand {
	color: black;
}

.nav-link {
	color: black;
}

.container-fluid {
	background-color: #a0d6f3 !important;
	padding: 10px;
}

.video {
    width: 100%!important;
}
.display-3{
	font-weight: 600;
}


/** Größere Monitore **/
@media only screen and (min-width: 570px) {

}

/** Kleinere Monitore **/
@media only screen and (max-width: 600px) {


.display-3{
font-weight: 600;
}	
}

  /* 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;
  }
}

footer a i, footer a:link, footer bi:link{
	color: #000 !important;
}	

.bi-black {
    color:black;
    }




