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

a:link, a:visited {
  color: #2D2D2D;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
	
}

#label {
  position: absolute;
  width: 381px;
  height: 106px;
  top: 0px;
  left: 600px;
}

#wrapper {
    width:1000px;
    position:absolute;
    left:50%;
    margin-left:-450px;
}

#red {
	
	width:800px;
	height: 280px;
	padding: 100px;
	background-color: #A10000;
	color: #ffffff;
	font-size: 12pt;
	line-height: 26px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

#impressum {
	margin-top: 50px;
	width:1000px;
	height: 280px;
	padding: 100px;
	
	color: #333333;
	font-size: 12pt;
	line-height: 26px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

#datenschutz {
	margin-top: 50px;
	width:1000px;
	height: 280px;
	padding: 100px;
	
	color: #333333;
	font-size: 12pt;
	line-height: 26px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	background-color: #F5F5F5;
}

.flexbox-container > div {
	width: 500px;
	padding: 80px;
	
	
	color: #2d2d2d;
	font-size: 12pt;
	line-height: 24px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.flexbox-container > div:first-child {
	margin-right: 0px;
	border-right: 1px solid black;
	text-align: right;
}



#footer {
	text-align: center;
	width:1000px;
	height: 100px;
	padding-top: 50px;
	background-color: #F5F5F5;
	color: #2d2d2d;
	font-size: 10pt;
	line-height: 24px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

h1 {
	color: #ffffff;
	font-size: 22pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

