html {
	position:relative;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
}

body {
	position:relative;
	margin:0;
	padding:0;
	font-family:sans-serif;
	overflow:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
	font-size:0;
	line-height:0;
}

img {
	border:0;
	outline:0;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#ohsmall, #ohmobile, #ohtablet {
	   display:none;
}

.text-center, .align-center {
	text-align:center;
}

.text-right, .align-right {
	text-align:right;
}

@media (max-width:1023px) {

#ohtablet {
	display:block;
}

}

@media (max-width:767px) {

#ohmobile {
	display:block;
}

}

@media (max-width:480px) {

#ohsmall {
	display:block;
}

}

#menubutton {
	position:fixed;
	right:0;
	top:0;
	width:40px;
	height:40px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:0;
	z-index:1000;
	box-sizing:border-box;
	display:block;
}

#line1, #line2, #line3 {
	position:absolute;
	width:20px;
	height:2px;
	background:#000;
	right:10px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#line1 {
	top:12px;
}

#line2 {
	top:50%;
	margin-top:-1px;
}

#line3 {
	top:auto;
	bottom:12px;
}

.active #line1 {
	-moz-transform:translate(0,7px) rotate(45deg);
	-ms-transform:translate(0,7px) rotate(45deg);
	-o-transform:translate(0,7px) rotate(45deg);
	-webkit-transform:translate(0,7px) rotate(45deg);
	transform:translate(0,7px) rotate(45deg);
}

.active #line2 {
	-moz-transform:translate(0,0) rotate(-45deg);
	-ms-transform:translate(0,0) rotate(-45deg);
	-o-transform:translate(0,0) rotate(-45deg);
	-webkit-transform:translate(0,0) rotate(-45deg);
	transform:translate(0,0) rotate(-45deg);
}

.active #line3 {
	display:none;
}

.oh-typo h1 {
	font-size:21px;
	line-height:1.3;
	margin:0 auto 5px;
	padding:0;
	color:#000;
	font-weight:400;
}

.oh-typo h2 {
	font-size:19px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
	color:#000;
}

.oh-typo h3 {
	font-size:17px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
	color:#000;
}

.oh-typo h4 {
	font-size:15px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
	color:#000;
}

.oh-typo h5 {
	font-size:11px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
	color:#000;
}

.oh-typo h6 {
	font-size:9px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
	color:#000;
}

.oh-typo p {
	font-size:13px;
	line-height:1.3;
	font-weight:400;
	margin:0 auto 5px;
	padding:0;
}

.oh-typo h1 i, .oh-typo h2 i, .oh-typo h3 i, .oh-typo h4 i, .oh-typo h5 i, .oh-typo h6 i, .oh-typo p i {
	font-style:italic;
}

.oh-typo h1 b, .oh-typo h2 b, .oh-typo h3 b, .oh-typo h4 b, .oh-typo h5 b, .oh-typo h6 b, .oh-typo p b {
	font-weight:700;
}

.oh-typo p a {
	color:#06c;
}

.oh-typo p a:hover {
	color:#f00;
}

.oh-typo ul {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
}

.oh-typo ol {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
}

.oh-typo h1:last-child, .oh-typo h2:last-child, .oh-typo h3:last-child, .oh-typo h4:last-child, .oh-typo p:last-child, .oh-typo ul:last-child, .oh-typo ol:last-child {
	margin:0 auto;
}

.text {
	position:relative;
	margin:0 auto 50px;
}

.text-inner {
	position:relative;
	margin:0 auto 100px;
	padding:0 15px;
	max-width:750px;
	box-sizing:border-box;
}

.map {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:67vw;
	background:#587f40;
}

.map-inner {
	position:absolute;
	width:67vw;
	height:67vw;
}

.map svg {
	background:#fff;
}

.map-title {
	position:fixed;
	top:10px;
	left:10px;
	background:#fff;
	border:1px solid #EFEFEF;
	padding:10px;
	border-radius:0;
}

.map-controls {
	position:fixed;
	bottom:10px;
	left:10px;
	background:#fff;
	border:1px solid #EFEFEF;
	padding:10px;
	border-radius:0;
}

.map-controls-zoom-in, .map-controls-zoom-out {
	position:relative;
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../img/zoom-in.svg) no-repeat center center;
	background-size:80% 80%;
	cursor:pointer;
}

.no-touch .map-controls-zoom-in, .no-touch .map-controls-zoom-out {
	opacity:0.7;
}

.map-controls-zoom-out {
	background:url(../img/zoom-out.svg) no-repeat center center;
	background-size:80% 80%;
	margin:0 0 0 8px;
}

.glashaus {
	position:fixed;
	top:0;
	left:67vw;
	bottom:0;
	width:33vw;
	background:#fff;
}

.glashaus-title {
	position:relative;
	padding:20px;
}

.glashaus-inner {
	position:relative;
}

.glashaus-item {
	position:relative;
	padding:20px;
	border-top:1px solid #efefef;
	cursor:pointer;
}

.glashaus-item:nth-child(2n+1) {
	background:#F5FAFF;
}

.pflanzen {
	position:fixed;
	top:0;
	left:67vw;
	bottom:0;
	width:33vw;
	background:#fff;
}

.pflanzen-title {
	position:relative;
	padding:20px;
}

.pflanzen-save, .pflanzen-delete {
	position:relative;
	padding:20px;
	border-top:1px solid #efefef;
	cursor:pointer;
}

.pflanzen-inner {
	position:relative;
}

.pflanzen-item {
	position:relative;
	padding:20px;
	border-top:1px solid #efefef;
	cursor:pointer;
}

.pflanzen-item:nth-child(2n+1) {
	background:#F5FAFF;
}

.pflanzendetail {
	position:fixed;
	top:0;
	left:67vw;
	bottom:0;
	width:33vw;
	background:#fff;
}

.pflanzendetail-title {
	position:relative;
	padding:20px;
}

.pflanzendetail-new {
	position:relative;
	padding:20px;
	border-top:1px solid #efefef;
	cursor:pointer;
}

.pflanzendetail-inner {
	position:relative;
}

.pflanzendetail-item {
	position:relative;
	padding:20px;
	border-top:1px solid #efefef;
	cursor:pointer;
}

.pflanzendetail-item:nth-child(2n+1) {
	background:#F5FAFF;
}


.pflanzendetail-item-note {
	border-top:1px solid #efefef;
	padding:10px 0;
}

.pflanzendetail-item-note-new {
	border-top:1px solid #efefef;
	padding:10px 0;
}

.oh-typo input[type=text], .oh-typo textarea {
	position:relative;
	box-sizing:border-box;
	padding:10px;
	width:100%;
	font-size:16px;
	line-height:20px;
	resize:none;
}
.oh-typo textarea {
	height:80px;
}

.item {
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	border-radius:100%;
	cursor:pointer;
	margin-left:-15px;
	margin-top:-15px;
	background:#B42041;
}

#p2 {
	top:40%;
	left:20%;	
}

#p3 {
	top:60%;
	left:30%;	
}

#p4 {
	top:55%;
	left:70%;	
}

