/* @override 
	https://www.blasch-architekten.de/fileadmin/templates/css/simplemenu.css?*
	https://neu.blasch-architekten.de/fileadmin/templates/css/simplemenu.css?* */

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

/* @group Animation Icon */

.top-animate-navi {
  background: rgba(0, 0, 0, 1)); !important;
  top: 7px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate-navi {
  opacity: 0;
}

.bottom-animate-navi {
  background: rgba(0, 0, 0, 1); !important;
  top: 7px !important;
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.top-menu-navi {
  top: 0px;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
}

.mid-menu-navi {
  top: 8px;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
}

.bottom-menu-navi {
  top: 16px;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
}

/* @end */

/* @group klickbares Icon */

.menui {
	background: rgba(0, 0, 0, 1);
	transition: 0.6s ease;
	transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	margin-top: 20px;
	position: absolute;
}

/* @end */

/* @group Touchfläche */

.hamburger {
	display: block;
	width: 40px;
	height: 20px;
	padding: 20px;
}

/* @end */

/* @group Navigation */

.mobileNavi {
	position: fixed;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	background: rgba(255, 255, 255, 1);
}

.mobileNavi ul#menu,
body div.mobileNavi ul {
	list-style: none;
	margin: 0;
	padding: 30px;
	text-align: center;
}

.mobileNavi ul#menu li,

body div.mobileNavi ul li  {
	display: block;
	margin-bottom: 15px;
}

.mobileNavi ul#menu li:last-child {
	margin-bottom: 0;
}

.mobileNavi ul#menu li a,
body div.mobileNavi ul li a {
	text-decoration: none;
	font: normal 18px "TT Hoves W03 Medium";
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
}

.mobileNavi ul#menu li.aktiv a {
	text-decoration: underline;
}

/* @end */

/* @group unsichtbar bei Desktop */

.mobileNavi,
.mobileNavi-icon,
.mobileNavi ul#menu {
	display: none;
}

/* @end */

@media only screen and (max-width: 1023px) {

.mobileNavi ul#menu {
	display: block;
}

.mobileNavi-icon {
	display: block;
	
	width: 80px;
	height: auto;
	
	position: fixed;
	
	bottom: 0px;
	right: 0px;
	z-index: 1;
	
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in, all 0.2s ease-out; /* Safari / Chrome */
	-moz-transition: all 0.2s ease-in, all 0.2s ease-out; /* Firefox */
	-o-transition: all 0.2s ease-in, all 0.2s ease-out; /* Opera */
	transition: all 0.2s ease-in, all 0.2s ease-out; /* Standard */
}

}