.leistungen {
	margin-top:1em;
	padding: 0;
}
.leistungen h1 {
	color:#8eba04;
	font-size: 1.5em;
	text-align: left;
	margin:0 0 0.5em 0;
	padding:0;
}

.leistungen h2 {
	color:#8eba04;
	font-size: 1.25em;
	text-align: left;
	margin:0;
	padding:0;
}

.leistungen h3 {
	font-size: 1em;
	text-align: left;
	margin:0;
	padding:0;
}

.leistungen p {
	margin: 0 0 1em 0;
}

.lmenu {
	margin-bottom: 2em;
	overflow: auto;
  	white-space: nowrap;
}
 /* Hide scrollbar for Chrome, Safari and Opera */
.lmenu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.lmenu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.lmenuitem {
	display: inline-block;
	background-color: #EEE;
	border-radius: 2px;
	margin: 0;
	padding: 14px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}
.lmenuitem:hover {
	background-color: #AAA;
	color: white;
}
.select {
	background-color: #7da903;
	color: white;
}

.lmenubuttonwrap {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-right:2px;
	display: none;
}
.rmenubuttonwrap {
	margin-right:0;
	margin-left:2px;
}
.lmenubutton {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width:50px;
	height:50px;
	background-color: #EEE;
	border-radius: 4px;
	font-weight:300;
 	font-size:2em;
 	cursor: pointer;
}
.lmenubutton:hover {
	background-color: #AAA;
	color: white;
}
.lmenuinnerwrap {
	/* width:80%; */
	width: calc(100% - 104px);
	float:left;
}
.lmenuwrap {
	width:100%;
	margin-top:3em;
}
.smenu {
	float: left;
}
.smenuselect {
	color:#8eba04;
}

.leistunginfobox {
	background: #eee url("achtung.svg") no-repeat 1em 0.75em;
	background-size: 3em;
	padding: 1em 2em 1em 6em;
	margin-bottom: 1em;
	border-radius: 1em;
}

.leistunginfobox > p {
	padding:0;
	margin:0;
	color: #444;
}

.leistunginfobox > p > a {
  white-space: nowrap;
}

.leistunginfobox > p > a:hover {
	color: #8eba04;
}


@media screen and (max-width:1120px) {
	
	.leistungen h1 {
		font-size:1.25em;
	}
	.lmenubuttonwrap {
		display: block;
	}
   
}

@media screen and (max-width:915px) {
   
}

@media screen and (max-width:890px) {
   
	
}

@media screen and (max-width:725px) {
   
}

@media screen and (max-width:550px) {
  
	
}