#off-canvas {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1px;
	font-size: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 101;
	text-decoration: none;
	line-height: 42px;
	display: none;
	color: #ffffff;
	}
	#off-canvas::before {
		font-size: 2rem;
		color: inherit;
		width: auto;
		height: auto;
		display: block;
	}
#on-canvas {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1px;
	font-size: 0;
	width: 42px;
	height: 42px;
	padding: 0 0 42px 0;
	line-height: 42px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	}
	#on-canvas::before {
		font-size: 2rem;
		color: inherit;
	}
	.header-header #on-canvas {
		display: none;
	}

@media (max-width: 960px) {
	.header-header ul#menu-reiter { display: none; }
	#weiss ul.hauptmenue { height: 0px !important; overflow:hidden; border-bottom: 10px solid #ffffff; }
	#off-canvas { display: block; }
}

.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:100%;
	overflow-x:none;
	overflow-y:auto;
	background:#085136;
	color:#ffffff;
	}
	.sidr.right {
		left:auto;
		right:-260px;
	}
	.sidr.left {
		left:-260px;
		right:auto;
	}
	.sidr .menutrenner {
		height: 20px;
		background: -moz-linear-gradient(
			top,
			#f6f6f6 0%,
			#ffffff);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#f6f6f6),
			to(#ffffff));
		background: -o-linear-gradient(
			top,
			#f6f6f6 0%,
			#ffffff);
		background: linear-gradient(
			top,
			#f6f6f6 0%,
			#ffffff);

	}
	.sidr ul {
		padding: 40px 40px 20px 40px;
		}
		.sidr ul li {
			margin-bottom: 20px;
		}
		.sidr ul ul {
			padding: 20px 0 0px 20px;
		}
		.sidr ul.hauptmenue {
			padding-top: 20px;
			padding-bottom: 40px;
			}
			.sidr ul.hauptmenue li {
				display: block;
				}
				.sidr ul.hauptmenue li a {
					padding-top: 0px;
					padding-bottom: 0px;
					}
					.sidr ul.hauptmenue li ul li a {
						padding-top: 5px;
						padding-bottom: 5px;
					}
.sidr #menu-item-search > a {
	display: none;
	}
	.sidr ul#menu-search-1 {
		padding-left: 0px;
		padding-top: 0px;
		}
		.sidr ul#menu-search-1 ul {
			padding-left: 0px;
			padding-top: 0px;
			}
			.sidr ul#menu-search-1 ul form.style input {
				width: 80% !important;
			}
			.sidr ul#menu-search-1 ul form.style #submit {
				width: 20% !important;
				padding-right: 0px;
				float: right;
				margin-top: 0px;
			}
	.sidr .wrap {
		width: auto;
		max-width: none;
		padding: 0;
	}