@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
.cookiesMSG {
	position: fixed;
	bottom: 0;
	left: 0;
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	background-color: #FFFFFF;
	border: none;
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #008EDD;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
.cookiesMSG a {
	color: #0093FF;
}
.cookiesMSG a:hover {
	color: #508AFF;
}
.cookiesMSG a:visited {
	color: #001F73;
}
.cookiesMSG a:active {
	color: #001F73;
}
.cookieText {
	float: left;
	color: #003D7E;
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	text-align: left;
	height: 90%;
	margin-top: 15px;
	margin-left: 3%;
	vertical-align: middle;
}
.cookieButton {
	margin-left: 40%;
	border: solid;
	border-color: #008EDD;
	border-width: 2px;
	background-color: #FFFFFF;
	color: #008EDD;
	height: 50%;
	width: 10%;
	text-align: center;
	margin-top: 2%;
	padding-top: 9px;
	cursor: pointer;
	font-weight: bold;
}
.cookieButton:hover {
	background-color: #008EDD;
	color: #FFFFFF;
}
.cookieClear {
	clear: left;	
}
.login_container {
	position: absolute;
	background-color: #50A5FF;
	width: 30%;
	left: 35%;
	height: 50%;
	top: 25%;
	min-height: 450px;
	min-width: 500px;
	text-align: center;
	color: #FFFFFF;
}
.logo_login {
	margin-top: 30px;
	height: 100px;
	width: 100px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
.container2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background-color: #FFFFFF;
}
.container3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height:200px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	padding-top: 7px;
	padding-bottom: 7px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(221,243,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(221,243,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(221,243,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf3ff',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	
	float: left;
	height: 100%;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #0080FF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #0080FF;
	text-decoration: none;
}
ul li:hover a {
	color: #01DF01;
}
.hero_header {
	color: #2E9AFE;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #DFF2FF;
	background-image: url(../img/banner_web.jpg);
	background-position: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: center;
	font-weight: lighter;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.text_column_full {
	width: 100%;
	font-weight: lighter;
	color: #A3A3A3;
	display: flex;                   /* establish flex container */
    flex-direction: row;             /* default value; can be omitted */
    flex-wrap: nowrap;               /* default value; can be omitted */
    justify-content: space-around;  /* switched from default (flex-start, see below) */
}
.text_column_full > div {
	width: 29%;
	text-align: center;
}
.about {
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
}
/* Parallax Section */
.banner {
	background-color: #70B1FF;
	background-image: url(../img/bg_main_web.jpg);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #222222;
	text-align: right;
	font-weight: bold;
	font-size:36px;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #444444;
	text-align: right;
	font-weight: bold;
	font-size: 22px;
	padding-right: 100px;
	width: 75%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #2E9AFE;
	color: #2E9AFE;
	background-color: #CEE3F6;
	cursor: pointer;
}
.button:hover {
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #2E9AFE;
	color: #CEE3F6;
	background-color: #2E9AFE;
	cursor: pointer;
	
}
.button:disabled {
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #CCCCCC;
	cursor: not-allowed;
}
.button_login {
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #50A5FF;
}
.button_login:hover {
	background-color: #FEFEFE;
	color: #50A5FF;
	cursor: pointer;
}
.register_form {
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2E9AFE;
	display: none;
}
.txt_login {
	border: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	background-color: #50A5FF;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.txt_login:focus {
	background-color: #FEFEFE;
	color: #50A5FF;
}
.txt_login::-webkit-input-placeholder {
   color: #FFFFFF;
}
.txt_login:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF; 
}
.txt_login::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF; 
}
.txt_login:-ms-input-placeholder {  
   color: #FFFFFF;  
}
.txt_login::input-placeholder {
	color: #FFFFFF;  
}
.txt_login:input-placeholder {
	color: #FFFFFF;  
}
.txt {
	border: solid;
	border-width: 2px;
	border-color: #2E9AFE;
	background-color: #CEE3F6;
	color: #2E9AFE;
	font-weight: bold;
	letter-spacing: 2px;
}
.txt:focus {
	background-color: #2E9AFE;
	color: #CEE3F6;
}
.txt::-webkit-input-placeholder {
   color: #2E9AFE;
}
.txt:-moz-placeholder { /* Firefox 18- */
   color: #2E9AFE;
}
.txt::-moz-placeholder {  /* Firefox 19+ */
   color: #2E9AFE; 
}
.txt:-ms-input-placeholder {  
   color: #2E9AFE; 
}
.txt::input-placeholder {
	color: #2E9AFE; 
}
.txt:input-placeholder {
	color: #2E9AFE;
}
.password_login {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.username_login {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.anrede {
	margin-top: 10px;
	width: 247px;
	height: 30px;
}
.sprache {
	width: 247px;
	height: 30px;
}
.land {
	margin-top: 10px;
	width: 247px;
	height: 30px;
}
.vorname {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.nachname {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.telefon {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.strasse {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.ort {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.plz {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.email {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.id {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.user {
	margin-top: 10px;
	width: 240px;
	height: 23px;
	padding-left: 4px;
}
.reg_message {
	visibility: hidden;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #B3B3B3;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.footer_banner {
	background-color: #CEE3F6;
	color: #2E9AFE;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	
	text-align: center;

}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #70B1FF;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	
	text-align: center;

}
.login_container {
	position: absolute;
	background-color: #50A5FF;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	text-align: center;
	color: #FFFFFF;
}
.hero {
	background-size: contain;
	margin-top: 50px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #70B1FF;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
