@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-z3x981');
	src:url('fonts/icomoon.eot?#iefix-z3x981') format('embedded-opentype'),
		url('fonts/icomoon.woff?-z3x981') format('woff'),
		url('fonts/icomoon.ttf?-z3x981') format('truetype'),
		url('fonts/icomoon.svg?-z3x981#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-align-left:before {
	content: "\f036";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-heart-o:before {
	content: "\f08a";
}

.icon-phone-square:before {
	content: "\f098";
}

.icon-arrow-circle-left:before {
	content: "\f0a8";
}

.icon-arrow-circle-right:before {
	content: "\f0a9";
}

.icon-bars:before {
	content: "\f0c9";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-envelope:before {
	content: "\e028";
}

.icon-map-pin:before {
	content: "\e047";
}

.icon-heart:before {
	content: "\e04a";
}

.icon-fire:before {
	content: "\e9a9";
}

.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-full:before {
	content: "\e9d9";
}


.menu-kategorien-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.js .menu-kategorien-container {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.menu-kategorien-container.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-toggle, .nav-toggle:hover, .nav-toggle:active {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  color:#fff;
  background-color:#5c0f1b;
  font-size:24px;
  text-decoration: none;
  text-align:center;
  width: 100%;
  display:block;
  font-family:'Yanone Kaffeesatz';
  text-transform:uppercase;
}

.ic {
float: right;
margin: 6px 8px 4px 0;
}
.mnav-text {
  margin: 4px -32px 4px 0;
  line-height: 28px;
  font-size: 26px;
  display:inline-block
}

@media screen and (min-width: 600px) {
  .js .menu-kategorien-container {
    position: relative;
  }
  .js .menu-kategorien-container.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}





/* .nav-toggle:before {
  color: #fff; 
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "\f0c9";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
   font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "\f0c9";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  
  
}

*/
