.main-header {
	background: linear-gradient(to right, #333333 00%, #000000 50%);
	max-height: 210px;
	min-height: 70px;
	border-bottom: 2px solid #EC1B1B;
	z-index: 10;
}

.row {
	max-width: 100% !important;
}

.container {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important; 
}

.logo {
	max-height: 20vh;
	text-align: left;
}

.logo img{
	max-width: 100%;
	max-height: 20vh;
	padding: 10px 0 10px 0;
}

.social {
	height: 70px;
	padding-top: 20px;
	text-align: right;
}

.icon {
	width: 35px;
	margin-left: 5px;
}

.content {
	max-width: 100vw;
/*	padding-top: 250px;*/
	padding: 0;
	margin: 0;
}

.bubble1 {
	background-color: rgba(100,100,100,0.7);
	width: 100%;
	padding: 20px;
	border-radius: 10px;
}

.footer {
	border-top: 2px solid #EC1B1B;
	padding-top: 10px;
	margin-top: 0;
	height: 50px;
	background: linear-gradient(to right, #333333 00%, #000000 50%);	
}

.footer-text {
	padding-top: 5px;
}

.yt {
	border: 2px solid #222222;
	border-radius: 5px;
	box-shadow: 3px 3px 20px #000000;
}

.impressum {
	background-color: rgba(34,34,34,0.7);
	max-width: 100vw;
	padding-bottom: 55px;
}

.member {
	height: 350px;
	margin-bottom: 50px;
}

.hr-update {
	border-color: #EC1B1B;
	margin-bottom: 10px;
}