@charset "utf-8";
/* CSS Document */

html,html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "PT Sans",Arial,"Droid sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #F8F8F8;	
}

/* Bild Banner */
.style-banner {
	width: 100%;
	z-index: 1;
	position: relative;
}
/* Content */
.row-content {
	display: flex;
}
.container{
	width: 100%;
}

.headlinecontainerh1{
	width: 80%;
  	background-color: #e30613;	
	padding: 20px 12px 20px 12px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.headlinecontainerh1 h1 {
	color: white;
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
}
