@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/menu-icons/icomoon.otf?3');
  src:  url('../fonts/menu-icons/icomoon.otf?3') format('embedded-opentype'),
    url('../fonts/menu-icons/icomoon.ttf?3') format('truetype'),
    url('../fonts/menu-icons/icomoon.woff?3') format('woff'),
    url('../fonts/menu-icons/icomoon.woff2?3') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-nach_art_typ:before {
  content: "\eaeb";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_eigenschaft:before {
  content: "\eaec";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_einsatzort:before {
  content: "\eaed";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_farbe:before {
  content: "\eaee";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_institution:before {
  content: "\eaef";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_material:before {
  content: "\eaf0";
  color: #848386;
  font-size: 19px;
  vertical-align: sub;
}
.icon-nach_zubehör:before {
  content: "\eaf1";
  color: #848386;
  font-size: 21px;
  vertical-align: sub;
  margin-right: -2px;
}
.tische .icon-nach_art_typ:before {
  content: "\f002";
  color: #848386;
  font-size: 28px;
  vertical-align: bottom;
  margin-left: -4px;
  margin-right: -5px;
}
.tische .icon-nach_zubehör:before {
  content: "\f001";
  color: #848386;
  font-size: 21px;
  vertical-align: sub;
  margin-right: -2px;
}
@media screen and ( max-width: 960px ) {
	.tische .icon-nach_art_typ::before {
	  vertical-align: middle;
	  font-size: 25px;
	}
}
