/* CSS Document */
.logo{
	width:4%;
}

.banner{
	background-image: url("../images/idk.webp");
	height: 500px;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.banner h1{
	position: absolute;
	top: 10%;
	left: 30%;
	right: 30%;
	text-shadow: 1px 1px #000;
	text-align: center;
}


.bg-dark{
	background-color: #6A26CB;
}

a,
a:link,
a:visited {
	color: white
}

nav a,
nav a:link,
nav a:visited
footer a,
footer a:link,
footer a:visited{
	color: whitesmoke
}

.btn-primary {
    color: black;
    background-color: white;
    border-color: white;
}


.inhalt h3 {
  color:#353333;
}
.inhalt h3 {
  background-color:#dbe9bf;
	padding-left: 2px;
}
audio{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.box-audio{
	position: relative;
}

.bg-dark{
	background-color: #090909 !important;
}


	/* Desktop */
	#pdf-iframe {
		height: 450px;
		width: 100%;
	}

	/* Mobile */
	@media screen and (max-width: 992px) {
	  #pdf-iframe {
		height: 200px;
		width: 100%;
	  }
	}
