body {
    font-family: 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	background: #ffffff;
	font-size:16px;
	min-height: 100vh;
	font-weight: 300;
	line-height:1.2;
	height: 100vh;
}

#main:before {
	content: "";
	width: 200%;
	display: block;
	height: 1000px;
	position: absolute;
	top: -400px;
	left: -70%;
	transform: rotate(15deg);
	background: #17285f;
	z-index: -1;
}
#main h2 {
	margin-top: 12vh;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	z-index: 99;
	position: relative;
	padding-left: 80px;
	margin-bottom: 0;
}
#main h3 {
	font-weight: 100;
	text-align: left;
	margin-left: 80px;
}
#main:after {
	content: "";
	width: 200%;
	display: block;
	height: 1000px;
	position: absolute;
	top: 180px;
	left: -70%;
	transform: rotate(15deg);
	background: #ec1443;
	z-index: -1;
}
#main h2:before {
	content: url(../img/kreis.svg);
	position:absolute;
	left: 0;
	width: 70px;
	top: -10px;
}
#main h2:after {
	content: "Live-Online-Fortbildung";
	position:absolute;
	left: 80px;
	top: -30px;
	color: #fff;
	font-size:18px;
	font-weight: normal;
}
a {
	color: #004884;
	text-decoration:none;
}
b {
	font-weight:bold;
}
a.underL {
	text-decoration:underline;
}
#loginForm .errorMsg {
    border: 1px solid #fff;
	padding: 10px;
	background: #f10;
}
h1, h2, h3, h4, h5 {
}
p {
	margin:10px 0;
	font-size:15px;
	line-height:1.4;
}
hr {
	border:none;
	outline:none;
	height:1px;
	background:#073779;
}
header, main, footer {
	background:#fff;
	width:100%;
	max-width:1150px;
	margin:auto;
	padding:20px 30px;
	box-sizing:border-box;
}
div.clear {
	clear:both;
	width:100%;
}
div#logo {
	position:fixed;
	top:20px;
	right:20px;
	left:auto;
	width:64px;
}
div#logo img {
	width:100%;
}

div#mainContent {
    width: 600px;
    margin: auto;
    max-width: 90%;
    padding-top: 50px;
}
div#vaContent {
	text-align:center;
	padding:20px;
	width:100%;
}
#vaContent img {
	margin:10px auto;
	width:80px;
}
.vaTitle h1 {
	margin:0;
	font-size:40px;
	line-height:1;
}
.vaTitle h2 {	
	margin:0;
	font-size:24px;
	margin-bottom:10px;
}
.vaTitle h3 {	
	margin:0;
	font-size:20px;
	margin-bottom:10px;
}
.vaDate {
	font-weight:bold;
	text-align: left;
	margin-left: 80px;
}

div#auswahl {
	width:800px;
	max-width:90%;
	margin:auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content:center;
}
div.auswahl {
	width:390px;
	max-width:100%;
	color:#333333;
	background:#ffffff;
	border-radius:10px;
	padding:30px;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}

/*Formular Container*/
div#inputForm {
	color:#333333;
	background:#ffffff;
	border-radius:10px;
	padding:30px;
}
#inputForm h1 {
	font-size:24px;
}
#inputForm label {
    width: 125px;
    text-align: left;
    font-weight: normal;
    margin-right: 20px;
    display: inline-block;
}
#inputForm select, #inputForm input {
    width: calc(100% - 151px);
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
    text-align: right;
}
select.valid {
    background-position: right 25px center !important;
    background-repeat: no-repeat;
}
div.c20 {
	height:20px;
}
div.c10 {
	height:10px;
}
.tlnButton {
	width:100%;
	text-align:center;
	background:#333;
	color:#fff;
	padding:10px;
	box-sizing:border-box;
	border:none;
	border-radius:5px;
}
.button {
	width:250px;
	text-align:center;
	background:#fff;
	color:#ec1443;
	padding:10px;
	box-sizing:border-box;
	border:none;
	border-radius:5px;
	border:2px solid #ec1443;
	cursor:pointer;
	display:block;
	margin:auto;
	font-weight:bold;
}
.button:hover {
	background:#ec1443;
	color:#fff;
	border:2px solid #ffffff;
}
#main {
  min-height: calc(100vh - 59px);
  position: relative;
  overflow: hidden;
  height: auto;
}
#footer {
	box-sizing:border-box;
	margin:0;
	margin-top:0;
	background:#fff;
	padding:20px;
	text-align:right;
}
#footer a {
	color:#ec1443;
}
#footer img {
	height: 39px;
	float:left;
	margin-right: 15px;
	margin-top: -10px;
}
#footer img.logo3 {
	height: 48px;
	margin-top: -14px;
}

@media only screen and (max-width: 599px) {
  /* For mobile phones: */
  [class*="col_"] {
    width: 100% !important;
	float:none !important;
	margin-left:0;
	margin-right:0;
	text-align:center;
  }
}