/* Hauptnavigation ------------- */
#navirespons {
  display: none;
}
#mainnavi {
  display: block;
  width: 240px;
	max-width: 240px;
	padding-top: 20px;
	  padding-bottom: 50px;
  text-align: center;
  z-index: 8200;
  background-color: #fff;
  border-radius: 17px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 2px 30px 0 rgba(80, 80, 80, 0.30);
}
nav > ul {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
	text-align: center;
}
nav ul > li {
  display: block;
  text-align: center;
}

nav ul a {
	display: block;
	width: 100%;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.9rem;
  font-size: calc(12px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
	  padding: 10px;
  border: 0px solid red;
  -o-transition: color .1s ease-out, background 1s ease-in;
  -ms-transition: color .1s ease-out, background 1s ease-in;
  -moz-transition: color .1s ease-out, background 1s ease-in;
  transition: color .1s ease-out, background 1s ease-in;
}
nav ul a::first-child {
  padding-left: 0;
}
nav ul a {
	position: relative;
  color: #d93534;
}
nav ul a.pfeil:after {
	position: absolute;
  font-family: "Font Awesome 5 free";
	content: "\f107";
margin-left: 14px;
	color: #d93534;
	font-weight: 900;
}
nav ul a:visited {}
nav ul a:hover {
  color: #000;
  text-decoration: none;
}
nav ul a:focus, nav ul a:active {}

nav ul#mainnavi > li > ul {
	display: none;
	}
nav ul#mainnavi li:hover  ul  {
	display: block !important;
 transition: 2s ease-in;
	}

nav ul#mainnavi li ul li a {
	display: block;
	background-color: #efefef !important;
	font-size: 0.85rem;
	font-size: calc(10px + (25 - 20) * ((100vw - 320px) / (1600 - 320)));
 transition: 2s ease-in;
	
	}
nav ul.kontakt {
  margin-bottom: 15px;
}
nav ul.kontakt a {
  display: block;
  margin: 0;
  width: 100%;
  line-height: 100%;
  padding: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 8200;
  background-color: #d83535;
  border-radius: 17px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
}
/* Fuss-Navi --------------------- */
ul.fussnavi {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.fussnavi li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 130%;
}
ul.fussnavi li:before {
  position: inherit;
  top: inherit;
  left: inherit;
  content: inherit;
}
ul.fussnavi li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.7em;
  font-weight: normal;
}
ul.fussnavi a:hover {
  color: #efefef;
  text-decoration: none;
}
ul.fussnavi a.letztes {
  display: block;
  height: auto;
  padding-bottom: 0;
}
ul.fussnavi a.active {
  color: #fff;
  text-decoration: none;
}