@charset "utf-8";
/* CSS Document */

@media (max-width:767px) {
	.mb-small-fix{
		margin-bottom: 2rem;
	}
}

@media (min-width: 960px) {
	.audiocontainer {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.audiocontainer {
	
	flex-direction: row;
	margin-bottom: 0.5em;
}

.projects-section-bg-light { /*unterer Verlauf*/
  padding-top: 10rem;
padding-bottom: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000015), color-stop(75%, rgba(0, 0, 25, 0.9)), to(rgba(25, 25, 51, 0.8)));
  background: linear-gradient(to bottom, #000015 0%, rgba(0, 0, 25, 0.9) 75%, rgba(25, 25, 51, 0.8) 100%);
}

.iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 6em;
}

body {background-color:#051041;}
