

	* {
		padding: 0;
		margin: 0;
	}



	a.button,
	span.button,
	select,
	input[type="text"]
	{
	/*	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		border-radius: 5px;
		text-transform: none;
		text-indent: 0;
		font-weight: bold;
		vertical-align: middle;
		line-height: 20px;
		display: block;
		height: 40px;
		width: 100%;
		padding: 10px;*/
	}
	a.button,
	span.button
	{
		background: #4BD963;
		color: #fff !important;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
	}
	select,
	input[type="text"]
	{
		background: #fff;
		border: 1px solid #ccc;
	}
	.mm-label.button
	{
		text-indent: 0 !important;
		padding: 20px 20px 40px 20px !important;
	}

	pre
	{
		font-size: 12px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav:not(.mm-menu)
	{
		display: none;
	}


	.header
	{
		background: #093B00;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 40px;
	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	
		width: 100%;
		height: 60px;
		padding: 0 20px;
	}
	.header > a
	{
		background: center center no-repeat transparent;
		background-image: url(../img/grundlayout/button-navigation.png);
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 1000;
	}


	.fa
	{
		font-size: 17px;
		margin: 0 20px 0 4px;
	}
	body.no-icons .fa
	{
		display: none;
	}


	html.mm-opened.mm-zoom-menu body
	{
	 	background: #333;
	}
	html.mm-opened.mm-zoom-menu.mm-light body
	{
		background: #f3f3f3;
	}
	html.mm-opened.mm-zoom-menu.mm-black body
	{
		background: #000;
	}
	html.mm-opened.mm-zoom-menu.mm-white body
	{
		background: #fff;
	}
	html.mm-opened.mm-zoom-menu .mm-page
	{
		background-color: #fff;
	}

	.button-rechts img {
		border-radius: 5px;
	}
	.button-rechts {
		float: right;
		padding-top: 13px;
		margin-left: 10px;
	}
	.header-logo-mobil {
		position: absolute;
		right: 20px;
	}
	.header-logo-mobil img {
		height: 40px;
		margin-top: 10px;
		width: auto;
	}
	.button-mobil-box {
		position: absolute;
		left: 80px;
		height: 60px;
		border-left: 1px solid #D6D6D6;
	}
	.header-email-button {
		float: left;
		margin-left: 10px;
		padding-top: 16px;
	}
	.header-email-button img {
		border: 1px solid #D6D6D6;
		border-radius: 5px;
		height: 20px;
		width: auto;
		padding: 4px 12px;
		display: block;
	}
	
	.header-tel-button {
		float: left;
		margin-left: 20px;
		padding-top: 16px;
	}
	.header-tel-button img {
		border: 1px solid #D6D6D6;
		border-radius: 5px;
		height: 20px;
		width: auto;
		padding: 4px 12px;
		display: block;
	}
		.header-suche-button {
		float: left;
		margin-left: 10px;
		padding-top: 16px;
	}
	.header-suche-button img {
		border: 1px solid #D6D6D6;
		border-radius: 5px;
		height: 20px;
		width: auto;
		padding: 4px 12px;
		display: block;
	}

