.kontaktentry {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
}

.kontaktentryspielortcontent {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.kontaktentryspielortcontent table {
	position:absolute;
	top: 50%;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
	transform: translate(0, -50%);
}

.kontaktentryspielortcontent table tr td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "SourceSansPro";
	font-size: 20px;
	color: #FFF;
}

.ken1 {
  background: #22313F;
}

.ken2 {
  background: #2C3E50;
}

.kontaktentryimg1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 175px;
}

.kontaktentryimg2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 175px;
}

.kontaktentry img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
}

.kontaktentry h3 {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0;
	padding: 0;
	right: 0;
	width: 100%;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.kontaktentry h4 {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	right: 0;
	text-align: center;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
	font-weight: 100;
}

.kontaktentrycontent1 {
	position: absolute;
	top: 0;
	left: 175px;
	right: 0;
	bottom: 0;
}

.kontaktentrycontent2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 175px;
	bottom: 0;
}

.kontaktentrydescription {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.kontaktentrydescription table {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.kontaktentrydescription table tr td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

#maintextkontakt {
	background: #3b526a;
	position: absolute;
	top: 12.5%;
	left: 100%;
	width: 100%;
	bottom: 0;
	overflow-x: auto;
	padding: 10px;
}

#maintextkontakt h1 {
	padding: 0;
	margin: 0;
	font-family: "SourceSansPro";
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
}

#maintextkontakt p {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
}

#maintexterfolg {
	background: #3b526a;
	position: absolute;
	top: 120px;
	left: 100%;
	width: 100%;
	bottom: 0;
}

#maintexterfolg h1 {
	font-family: "SourceSansPro";
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translate(0,-50%);
	margin-top: -40px;
}

#okbutton {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	margin-top: 60px;
	background: #2C3E50;
	font-family: "SourceSansPro";
	font-size: 24px;
	color: #FFF;
	cursor: pointer;
}

.mailkontaktin {
	animation-name: mailin;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.mailkontaktout {
	animation-name: mailout;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.erfolgreichin {
	animation-name: erfolgin;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.erfolgreichout {
	animation-name: erfolgout;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes mailin {
	from {
		left: 100%;
	}
	to {
		left: 0;
	}
}

@keyframes mailout {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}

@keyframes erfolgin {
	from {
		left: 100%;
	}
	to {
		left: 0;
	}
}

@keyframes erfolgout {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}

#maintablediv {
	position: absolute;
	top: 60px;
	left: 10px;
	right: 30px;
	bottom: 70px;
}

#maintablediv input[type=text] {
	margin: 0;
	padding: 5px;
	height: 40px;
	width: 100%;
	border: 0;
	border-radius: 0;
	outline: none;
	background: #2C3E50;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
}

input[type=submit] {
	position: absolute;
	bottom: 10px;
	right: 30px;
	width: 150px;
	height: 50px;
	border: 0;
	background: #2C3E50;
	font-family: "SourceSansPro";
	font-size: 24px;
	color: #FFF;
	cursor: pointer;
}

#maintablediv textarea {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	resize: none;
	border: 0;
	outline: 0;
	background: #2C3E50;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
}

#maintablediv p {
	margin: 0;
	padding: 0;
	font-family: "SourceSansPro";
	font-size: 18px;
	color: #FFF;
}

.widthtext {
  width: 175px;
}
