

#banner2{
	background-image: url("images/tastatur_22.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;
}



    /** Größere Monitore**/
@media only screen and (min-width: 570px) {
    #banner2{ display:none;
        }
	.audiogroesse{
	width:50%;}
} 

/** Kleinere Monitore **/
@media only screen and (max-width: 600px) {
   #banner1 { display:none;
        }
	
}

.bg-dark {
    bs-bg-opacity: 1;
    background-color: purple !important;
}

footer a, .bi-instagram, a.bi-twitter{
    color:white;
}

/**.display-2{
    margin-top: 50px;
    margin-bottom: 30px;
}***/
.video{
    width: 100%!important;
}

div.col-5{
	margin-top: 120px;
}


