a {
	color: #dfdfdf;
	font-weight: bold;
}
a:link {

}
a:visited {

}
a:hover,
a.dot:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*~~~ FLEX DESIGN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin: 0;
	padding: 0;
	background-color: #6c757d;
	font-family: Montserrat;
	font-size: 10pt;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	max-width: 980px;
	padding: 0;
	list-style: none;
	padding-top: 2px;

}

.layout {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
}

.layout > * {
	padding: 0px;
	flex: 1 100%;
}

.mblLogo {
	padding-left: 10px;
}

.containerReg {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('/images/layout/bgReg2.jpg');
	min-height: 700px;
}

.containerFormReg {
	border-radius: 5px;
	background: #66afe9;
	padding: 20px;
	width: 300px;
}

.containerRegSent {
	border-radius: 5px;
	background: #ffffff;
	padding: 20px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
}

.containerRecSent {
	border-radius: 5px;
	background: #ffffff;
	width: 45%;
	min-width: 300px;
	text-align: center;
}

.regFormInput {
	padding-top: 5px;
}

.regFormInputError {
	color: red;
	border: 1px dotted orangered;
	border-radius: 4px;
}

.regFormInputErrorBox {
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
	color: #A00000;
	font-size: 7pt;
}

* {
	box-sizing: border-box;
}

input[type=text], input[type=password], select, textarea {
	width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 5px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}


/*~~~ Navigation TOP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.navigation {
	font-size: 14pt;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	width:100%;
}

.navigation li {
	padding-right: 8px;
}

.topnavigation {
	background: #d21917;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	border-radius: 5px 5px 0 0;
}

.topnavigation a {
	text-decoration: none;
	display: block;
	padding: 0.2em;
	color: lightgrey;
}

.topnavigation a:hover {
	text-decoration: none;
	display: block;
	color: lightslategray;
}

.detail_imprint {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#imprint_map_box {
	width: 98%;
	height: 400px;
	background-color: silver;
	padding: 2px;
	border-radius: 4px;
}

#osmap {
	width: 100%;
	height: 100%;
}

#imprint_left_box {
	width: 50%;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0b0b0b;
	margin-right: 20px;
}

#imprint_right_box {
	width: 50%;
	text-align: center;
}


/*~~~ Footer navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	background: #d21917;
	text-align: center;
	border-radius: 5px;
}

.navigationFooter {
	font-size: 11pt;
	font-weight: normal;
	list-style: none;
	padding-left: 20px;
	padding-top: 6px;
	display: flex;
	justify-content:center;
	width:100%;
	margin: 0;
}

.navigationFooter li {
	padding-right: 8px;
}

.bottomnavigation {
	background: #d21917;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	color: white;
}

.bottomnavigation a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: white;
}

.bottomnavigation a:hover {
	text-decoration: none;
	display: block;
	color: lightslategray;
}

.loginBox {
	align-items: center;
	justify-content: center;
	padding: 2px;
}

.teaserIMG {
	width: 100%;
	max-height: 400px;
	height: auto;
	padding: 0;
	margin: 0;
}

#footer_copyright_box {
	padding-top: 10px;
	padding-bottom: 6px;
	color: #ffffff;
	font-weight:bold;
	font-style: italic;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

main {
	background: white;
	width:100%;
	min-height: 300px;
	margin: 0;
}

@media all and (min-width: 800px) {
}

@media all and (max-width: 800px) {
	.navigation {
		flex-flow: column wrap;
		padding: 0;
	}

	.topnavigation {
		flex-flow: column wrap;
		padding: 0;
	}

	.topnavigation a {
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid black;
	}

	.navigationFooter {
		flex-flow: column wrap;
		padding: 0;
	}

	.navigationFooter a {
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid black;
	}

	.detail_imprint {
		flex-flow: column wrap;
		padding: 0;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	#imprint_left_box {
		width: 100%;
		text-align: center;
		border-right-style: none;
		margin-right: 0px;
	}

	#imprint_right_box {
		width: 100%;
		padding: 0;
		text-align: center;
		align-items: center;
	}

	#imprint_map_box {
		width: 100%;
		height: 260px;
	}
}

@media all and (max-width: 800px) {
.navigation {
justify-content: space-around;
}
.topnavigation {
justify-content: space-around;
}
}

@media all and (min-width: 800px) {
.content {
flex: 3 0px;
order: 2;
}

.footer {
order: 4;
}
}


#echo_box {
display: none;
padding: 3px;
color: #000000;
background-color: #FFFFF0;
border-width: 1px;
border-style: solid;
border-color: #000000;
}

