/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'boatdriver_icons';
  src: url('../fonts/boatdriver.eot?2749716');
  src: url('../fonts/boatdriver.eot?2749716#iefix') format('embedded-opentype'),
       url('../fonts/boatdriver.woff2?2749716') format('woff2'),
       url('../fonts/boatdriver.woff?2749716') format('woff'),
       url('../fonts/boatdriver.ttf?2749716') format('truetype'),
       url('../fonts/boatdriver.svg?2749716#boatdriver') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'boatdriver';
    src: url('../font/boatdriver.svg?2749716#boatdriver') format('svg');
  }
}
*/
 
 [class^="bd_theme_icon-"]:before, [class*=" bd_theme_icon-"]:before {
  font-family: "boatdriver_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="bd_theme_file_icon-"]:after, [class*=" bd_theme_file_icon-"]:after,
[class^="bd_theme_right_icon-"]:after, [class*=" bd_theme_right_icon-"]:after {
  font-family: "boatdriver_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bd_theme_icon-nach_unten_icon:before { content: '\e800'; }
.bd_theme_icon-nach_links_icon:before { content: '\e800'; -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.bd_theme_icon-nach_oben_icon:before { content: '\e801'; }
.bd_theme_icon-wiederholung_icon:before { content: '\e802'; }
.bd_theme_icon-zahnrad_icon:before { content: '\e803'; }
.bd_theme_icon-zurück_icon:before { content: '\e804'; }
.bd_theme_icon-zurück_pfeil_icon:before { content: '\e805'; }
.bd_theme_icon-auffrischen_icon:before { content: '\e806'; }
.bd_theme_icon-buch_icon:before { content: '\e807'; }
.bd_theme_icon-dokument_icon:before { content: '\e808'; }
.bd_theme_icon-fahne_icon:before { content: '\e809'; }
.bd_theme_icon-gutzeichen_icon:before { content: '\e80a'; }
.bd_theme_icon-nach_oben_ok_icon:before { content: '\e80b'; }
.bd_theme_icon-liste_icon:before { content: '\e80c'; }
.bd_theme_icon-lupe_icon:before { content: '\e80d'; }
.bd_theme_icon-next_icon-1:before { content: '\e80e'; }
.bd_theme_icon-prev_icon-1:before { content: '\e80f'; }
.bd_theme_icon-pruefung_icon:before { content: '\e810'; }
.bd_theme_icon-schlechtzeichen_icon:before { content: '\e811'; }
.bd_theme_icon-uhr_icon:before { content: '\e812'; }
.bd_theme_icon-video_icon:before { content: '\e813'; }
.bd_theme_icon-weiter_icon:before { content: '\e814'; }
.bd_theme_icon-weiter_pfeil_icon:before { content: '\e815'; }
.bd_theme_icon-karteikarten_icon:before { content: '\e816'; }
.bd_theme_icon-ablegen_icon:before { content: '\e817'; }
.bd_theme_icon-leistung_icon:before { content: '\e818'; }
.bd_theme_icon-raster_icon:before { content: '\e819'; }
.bd_theme_icon-home-outline:before { content: '\e81a'; }
.bd_theme_icon-nach_unten_ok_icon:before { content: '\e81b'; }
.bd_theme_icon-basket:before { content: '\e81c'; }
.bd_theme_icon-movie_icon:before { content: '\e81d'; }
.bd_theme_icon-home_icon:before { content: '\e81e'; }
.bd_theme_icon-spin5:before { content: '\e838'; }
.bd_theme_icon-share:before { content: '\e81f'; }
.bd_theme_icon-glyph-1:before { content: '\e820'; }
.bd_theme_icon-glyph-2:before { content: '\e821'; }
.bd_theme_icon-glyph-3:before { content: '\e822'; }
.bd_theme_icon-glyph-4:before { content: '\e823'; }
.bd_theme_icon-glyph-5:before { content: '\e824'; }
.bd_theme_icon-glyph-6:before { content: '\e825'; } /* Pfeil nach oben */
.bd_theme_icon-glyph-7:before { content: '\e826'; } /* Pfeil nach rechts */
.bd_theme_icon-glyph-8:before { content: '\e827'; } /* Pfeil nach unten */
.bd_theme_icon-glyph-9:before { content: '\e828'; } /* Pfeil nach links */
.bd_theme_icon-glyph-10:before { content: '\e829'; }
.bd_theme_icon-glyph-11:before { content: '\e82a'; }
.bd_theme_icon-ersatzartikel:before { content: '\e82b'; }
.bd_theme_icon-user:before { content: '\e82c'; }
.bd_theme_icon-orange-1-4:before { content: '\e881'; color: #ef5b34;}
.bd_theme_icon-blue-1-2:before { content: '\e883'; color: #006ab0; }
.bd_theme_icon-green-3-4:before { content: '\e885'; color: #009007; }
.bd_theme_icon-green-check:before { content: '\e886'; color: #009007; }
.bd_theme_icon-grey-questionmark:before { content: '\e887'; color: #666; }
.bd_theme_icon-red-1-1:before { content: '\e888'; color: #666; }
.bd_theme_icon-green-1-1:before { content: '\e889'; color: #009007; }
.bd_theme_icon-user-new:before { content: '\e88a'; }
.bd_theme_icon-elearning:before { content: '\e88b'; }
.bd_theme_icon-filter:before { content: '\e88c'; }
.bd_theme_icon-home-boatdriver:before { content: '\e88d'; }
.bd_theme_icon-info:before { content: '\e88e'; }
.bd_theme_icon-kurse:before { content: '\e88f'; }
.bd_theme_icon-news:before { content: '\e890'; }
.bd_theme_icon-shopping-bag:before { content: '\e891'; }
.bd_theme_icon-vsms:before { content: '\e892'; }
.bd_theme_icon-menu:before { content: '\f008'; }
.bd_theme_icon-question-circle-o:before { content: '\f29c'; }
.bd_theme_icon-youtube:before { content: '\f16a'; }
.bd_theme_icon-twitter:before { content: '\f304'; }
.bd_theme_icon-facebook:before { content: '\f308'; }
.bd_theme_icon-instagram:before { content: '\f32d'; }
.bd_theme_icon-bootsschule:before { content: '\e893'; }
.bd_theme_icon-gutzeichen_empty:before { content: '\e894'; }
.bd_theme_icon-trash:before { content: '\e82e'; }


/******** Icons after ****************/
.bd_theme_file_icon-pdf:after { content: '\f1c1'; }
.bd_theme_file_icon-doc-text:after { content: '\f0f6'; }
.bd_theme_file_icon-word:after { content: '\f1c2'; }
.bd_theme_file_icon-excel:after { content: '\f1c3'; }
.bd_theme_file_icon-powerpoint:after { content: '\f1c4'; }
.bd_theme_file_icon-image:after { content: '\f1c5'; }
.bd_theme_file_icon-archive:after { content: '\f1c6'; }
.bd_theme_file_icon-audio:after { content: '\f1c7'; }
.bd_theme_file_icon-video:after { content: '\f1c8'; }
.bd_theme_file_icon-code:after { content: '\f1c9'; }
.bd_theme_right_icon-next:after { content: '\e80e'; }