@font-face {
  font-family: "FSRufus";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("../../fonts/FSRufus_gdi.woff?#iefix") format("woff");
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: "FSRufus-Italic";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url("../../fonts/FSRufus-Italic_gdi.woff") format("woff");
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: "FSRufus-Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("../../fonts/FSRufus-Bold_gdi.woff") format("woff");
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: "TheSans-OT";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("../../fonts/TheSans-OT5Plain_gdi.woff") format("woff");
  unicode-range: U+0020-2666;
}
@font-face {
  font-family: "TheSans-OT-SemiBold-Italic";
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url("../../fonts/TheSans-OT6SemiBoldItalic_gdi.woff") format("woff");
  unicode-range: U+0020-2666;
}
@font-face {
  font-family: "TheSans-OT-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url("../../fonts/TheSans-OT6SemiBold_gdi.woff") format("woff");
  unicode-range: U+0020-2666;
}
@font-face {
  font-family: "TheSans-OT-Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("../../fonts/TheSans-OT7Bold_gdi.woff") format("woff");
  unicode-range: U+0020-2666;
}
/**
 * Die Iconbar himself
 */
/* line 7, ../scss/iconbar.scss */
#iconbar-wrapper {
  padding: 0;
  overflow: visible;
}

/* line 11, ../scss/iconbar.scss */
#iconbar {
  background: transparent;
}
/* line 13, ../scss/iconbar.scss */
#iconbar img {
  height: 100%;
  width: 100%;
  display: inline;
  margin: 0;
}
/* line 19, ../scss/iconbar.scss */
#iconbar label {
  color: rgba(0, 0, 0, 0.8);
  font-family: TheSans-OT-SemiBold;
  text-align: center;
}
/* line 24, ../scss/iconbar.scss */
#iconbar .item {
  background: transparent;
  text-align: left;
  padding: 0;
}
/* line 30, ../scss/iconbar.scss */
#iconbar a:hover {
  text-decoration: none;
}
/* line 34, ../scss/iconbar.scss */
#iconbar a p {
  margin-bottom: 0;
}
/* line 39, ../scss/iconbar.scss */
#iconbar.eight-up .item {
  width: 9%;
  margin-right: 4%;
}
/* line 42, ../scss/iconbar.scss */
#iconbar.eight-up .item:last-child {
  margin: 0;
}
/* line 46, ../scss/iconbar.scss */
#iconbar.seven-up .item {
  width: 9%;
  margin-right: 6.16%;
}
/* line 49, ../scss/iconbar.scss */
#iconbar.seven-up .item:last-child {
  margin: 0;
}
/* line 53, ../scss/iconbar.scss */
#iconbar.six-up .item {
  width: 9%;
  margin-right: 9.2%;
}
/* line 56, ../scss/iconbar.scss */
#iconbar.six-up .item:last-child {
  margin: 0;
}
/* line 60, ../scss/iconbar.scss */
#iconbar.five-up .item {
  width: 9%;
  margin-right: 13.75%;
}
/* line 63, ../scss/iconbar.scss */
#iconbar.five-up .item:last-child {
  margin: 0;
}
/* line 67, ../scss/iconbar.scss */
#iconbar.four-up .item {
  width: 14%;
  margin-right: 14.66%;
}
/* line 70, ../scss/iconbar.scss */
#iconbar.four-up .item:last-child {
  margin: 0;
}
/* line 74, ../scss/iconbar.scss */
#iconbar.three-up .item {
  width: 18%;
  margin-right: 23%;
}
/* line 77, ../scss/iconbar.scss */
#iconbar.three-up .item:last-child {
  margin: 0;
}
/* line 81, ../scss/iconbar.scss */
#iconbar.two-up .item {
  width: 18%;
  margin-right: 64%;
}
/* line 84, ../scss/iconbar.scss */
#iconbar.two-up .item:last-child {
  margin: 0;
}

/**
 * Anpassungen zum Selectric Standard Style
 */
/* line 97, ../scss/iconbar.scss */
.selectric-wrapper {
  margin: 10px 0;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
/* line 102, ../scss/iconbar.scss */
.selectric-wrapper .selectric {
  border-radius: 0 25px;
  overflow: hidden;
}
/* line 105, ../scss/iconbar.scss */
.selectric-wrapper .selectric p {
  color: #000;
  display: block;
  font-family: FSRufus;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 28px;
}
/* line 115, ../scss/iconbar.scss */
.selectric-wrapper .selectric p.label {
  margin: inherit;
  background-color: #008ccd;
}
/* line 119, ../scss/iconbar.scss */
.selectric-wrapper .selectric b.button {
  background-color: #008ccd;
}
/* line 126, ../scss/iconbar.scss */
.selectric-wrapper .selectric-items .selectric-scroll li span.ico {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  height: 30px;
  width: 30px;
  margin: 0 6px 0 0;
  background-size: cover;
}
/* line 136, ../scss/iconbar.scss */
.selectric-wrapper .selectric-items .selectric-scroll li:first-child {
  display: none;
}
