/* Font smoothing (mainly firefox) */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}




/*
:root {
    --headerheight: 38px;
    --footerheight: 150px;
}
*/


body, html {
  height: 100%;
  overflow: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #b1b8b0;
	
	font-family: 'asapregular', Arial, Verdana, Helvetica;

	
}

.cell_background {
	position: absolute;
	/* top: var(--headerheight); */
	top: 38px;
	left: 0px;
	/* bottom: var(--footerheight); */
	bottom: 100px;
	width: 100%;
	/* height: 100%; */
	/*
	background-image: URL('../intro_bg.jpg');
	*/
	
	
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-ms-behavior: url('/backgroundsize.min.htc');
}














/* Intro-Navigation */
.cell_header { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: var(--headerheight); */
	height: 38px;
	background-color: #778F67;
	z-index: 2;
	

	
}
.cell_header_content {
	font-size: 25px;
	/* line-height: var(--headerheight); */
	line-height: 38px;
	font-family: 'asapregular', Arial, Verdana, Helvetica;
	font-weight: 200;
	display: block;
	letter-spacing: 1px;
}

.cell_header a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 26px;
}











.cell_button {
	position: absolute;
	
	top: 78px;
	right: 120px;
	/*
	width: 146px;
	height: 146px;
	*/
	width: 259px;
	height: 259px;
	
	min-width: 148px;
	
	background-image: URL('../button_staenderaetin_259.png');
	/* background-image: URL('../buton_danke_259_213.png'); */
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	
}
/*@media screen and (max-width: 1280px) {*/
	.cell_button {
		/*top: 12%;*/
		right: 0px;
		margin-right: 6%;
		width: 15%;
		height: 250px;
	}
/*}*/

















.cell_footer {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	/* height: var(--footerheight); */
	/* background-color: #778f6b; */
	
	/* padding-top: 20px; */
}
.cell_footer_content, .cell_header_content {
	position: relative;
	margin: auto;
	width: 80%;
	max-width: 1065px;
	/* min-width: 500px; */
	
}
.cell_footer_content_wrapper {
	background-color: #778f6b;
}
.cell_footer_content {
	margin-top: 10px;
	color: white;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.5px;
	
	padding-top: 10px;
	padding-bottom: 5px;
	
	text-align: justify;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
-o-hyphenate-limit-chars: auto 3;
	-o-hyphenate-limit-lines: 4;
    -ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
-moz-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-lines: 4;
   hyphenate-limit-chars: auto 3;
	hyphenate-limit-lines: 4;
	
	
}
.cell_footer_content a {
	color: #bfe26c;
	text-decoration: none;
}

.cell_footer_form {
	padding-top: 10px;
	text-align: center;
}
.cell_footer_form input {
	font-size: 25px;
	line-height: 44px;
	color: white;
	/* background-color: #fa2d26; */
	background-color: #e2007a;
	cursor: pointer;
	border: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.cell_footer_bottomspacer {
	min-height: 6px;
	line-height: 6px;
	font-size: 6px;
	background-color: #778f6b;
}
@media screen and (max-width: 1280px) {
	.cell_footer_content {
		font-size: 22px;
		line-height: 24px;
	}
	.cell_footer_form input {
		font-size: 20px;
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 800px) {
	.cell_footer_content {
		font-size: 16px;
		line-height: 19px;
	}
	.cell_footer_form input {
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 600px) {
	.cell_footer_content {
		font-size: 14px;
		line-height: 16px;
		width: 90%;
	}
	.cell_footer_form input {
		font-size: 14px;
		width: 100%;
	}
	.cell_footer_bottomspacer {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.cell_footer_content {
		font-size: 12px;
		line-height: 15px;
		width: 90%;
	}
	.cell_footer_form input {
		font-size: 12px;
		width: 100%;
	}
	.cell_footer_bottomspacer {
		display: none;
	}
}






.mobmenu_button {
		display: none;
	}






/* Seitenbreite
Menu wechseln, Background Oberkant ausrichten */
@media screen and (max-width: 1100px) { /* vorher: 975px; */
	.cell_header_content {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 915px) { /* vorher: 800px; */
	.cell_header {
		display: none;
	}
	.mobmenu_button {
		display: block;
	}
	.cell_header_content {
		display: none;
	}
	
	.cell_background {
		top: 0px;
	}
	.cell_button {
		top: 35px;
	}
	.mobmenu_button {
		display: block;
	}
}






/* Login Menu */
.cell_login_wrapper {
	position: absolute;
	top: 40px;
	left: 0px;
	max-width: 400px;
	z-index: 10;
	background-color: whitesmoke;
}






