/*--- Base ---*/
/* Funktionen und Variablen */
/* --- Farben --- */
/* S/W */
/* Stahlbau Nägele */
/* New Colors */
/* --- Typography --- */
@font-face {
  font-family: "Headlined";
  src: url('../fonts/headlined.woff2') format('woff2'), url('../fonts/headlined.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'oxygen';
  src: url('../fonts/oxygen-bold-webfont.woff2') format('woff2'), url('../fonts/oxygen-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'oxygen';
  src: url('../fonts/oxygen-light-webfont.woff2') format('woff2'), url('../fonts/oxygen-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'oxygen';
  src: url('../fonts/oxygen-regular-webfont.woff2') format('woff2'), url('../fonts/oxygen-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* --- Widths --- */
/* Max Width of #page wrapper */
/* Different grid widths */
/* Responsive Breakpoints */
/* --- Shortcuts --- */
/* ===== LESS Functions ======================================
	Author: Fabian Wilhelm
============================================================ */
/* Inaltsverzeichnis 
----------------------------------
1. Gradients
----------------------------------
2. Border Radius
----------------------------------
3. Box Shadow
----------------------------------
4. Transitions
----------------------------------
5. Animations
----------------------------------
6. Transform
----------------------------------
7. Animations
----------------------------------
7. Boxmodel Fix
----------------------------------
8. Text Spalten
----------------------------------
9. Flexbox
----------------------------------
10. Sonstiges 
----------------------------------
11. Projekt spezifisch
----------------------------------
*/
/*--- 1. Gradients ---*/
/* Gradient Funktion Hex zu RGBA Transparenzen und IE 8 Stellen Hex Umrechnung */
/* Gradient Top > Bottom */
/* Gradient Left > Right */
/* Gradient Radial */
/*--- 2. Border Radius ---*/
/*--- 3. Box Shadow ---*/
/*--- 4. Transitions ---*/
/*--- 5. Animations ---*/
/*--- 6. Transform ---*/
/* 3D Functions */
/*--- 7. Boxmodel Fix ---*/
/*--- 8. Text Spalten ---*/
/*--- 9. Flexbox ---*/
/* flex-start, flex-end, center, baseline, stretch */
/* flex-start, flex-end, space-between, space-around, baseline, stretch */
/* row, row-reverse, column, column-reverse */
/* row, row-reverse, column, column-reverse */
/* flex-start, flex-end, center, space-between, space-around */
/* nowrap, wrap, wrap-reverse */
/*--- 10. Sonstiges ---*/
/* Mouse Over */
/* Font Smoothing */
/* Clearfix (im Zweifel lieber die .clearfix Klasse verwenden)*/
.teaser_hero {
  background-color: #0a0a0a;
  height: auto !important;
}
.teaser_hero .fader_item {
  transition-duration: 3s;
}
.teaser_hero .fader_item img {
  transition-duration: 8s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.teaser_hero .fader_item.show img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.teaser_apprenticeship {
  position: relative;
  overflow: hidden;
}
.teaser_apprenticeship .stoerer {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f26810 url('../img/_ausbildung/bg_stoerer.png') no-repeat center;
  background-size: 55%;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  right: -15px;
  left: auto;
  top: -25px;
  text-indent: -10000px;
}
.teaser_apprenticeship .wrapper_apprenticeship {
  max-height: 70vh;
  position: relative;
  overflow: hidden;
}
.teaser_apprenticeship:after {
  transition: all 250ms ease;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.teaser_apprenticeship.promo_opened:after {
  opacity: 1;
}
.teaser_apprenticeship.promo_opened .promo_possibilities .btn_slide:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.teaser_apprenticeship.promo_opened .time:before {
  -webkit-transform: rotate(2880deg);
  -moz-transform: rotate(2880deg);
  -ms-transform: rotate(2880deg);
  transform: rotate(2880deg);
}
.teaser_apprenticeship.promo_opened .time:after {
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  transform: rotate(450deg);
}
.teaser_apprenticeship .apprenticeship_quickfacts {
  background-color: #FFF;
  clear: both;
  text-align: center;
  position: relative;
  width: 40%;
  z-index: 5;
}
.teaser_apprenticeship .apprenticeship_quickfacts .fact {
  padding: 48px 0;
}
.teaser_apprenticeship .time {
  border: 2px solid #1f1f1f;
  border-radius: 100%;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.teaser_apprenticeship .time:after,
.teaser_apprenticeship .time:before {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: all 2s ease;
  border-radius: 0 0 3px 3px;
  background-color: #1f1f1f;
  content: "";
  left: 50%;
  width: 2px;
  margin-left: -1px;
  position: absolute;
}
.teaser_apprenticeship .time:before {
  height: calc(50% - 2px);
  top: 2px;
}
.teaser_apprenticeship .time:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 30%;
  top: 20%;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .promo_tree .start,
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .promo_tree .arrow {
  background-color: #005E91 !important;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .btn_slide {
  background-color: #005E91;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .btn_slide:hover {
  background-color: #006fab;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .nav_tabs {
  background-color: rgba(0, 94, 145, 0.85);
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .nav_tabs .tab_item.active {
  color: #005E91;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .tab_content p a {
  color: #005E91;
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"].promo_opened:after {
  background-color: rgba(0, 44, 69, 0.75);
}
.teaser_apprenticeship[data-apprenticeship-theme="metallbauer"] .tab_element {
  height: 290px;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .promo_tree .start,
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .promo_tree .arrow {
  background-color: #779CB2 !important;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .btn_slide {
  background-color: #779CB2;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .btn_slide:hover {
  background-color: #87a8bb;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .nav_tabs {
  background-color: rgba(119, 156, 178, 0.85);
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .nav_tabs .tab_item.active {
  color: #779CB2;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"] .tab_content p a {
  color: #779CB2;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauzeichner"].promo_opened:after {
  background-color: rgba(80, 118, 141, 0.75);
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .promo_tree .start,
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .promo_tree .arrow {
  background-color: #EF9C4C !important;
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .btn_slide {
  background-color: #EF9C4C;
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .btn_slide:hover {
  background-color: #f1a963;
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .nav_tabs {
  background-color: rgba(239, 156, 76, 0.85);
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .nav_tabs .tab_item.active {
  color: #EF9C4C;
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"] .tab_content p a {
  color: #EF9C4C;
}
.teaser_apprenticeship[data-apprenticeship-theme="systemplaner"].promo_opened:after {
  background-color: rgba(219, 117, 20, 0.75);
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .promo_tree .start,
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .promo_tree .arrow {
  background-color: #EA524D !important;
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .btn_slide {
  background-color: #EA524D;
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .btn_slide:hover {
  background-color: #ed6864;
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .nav_tabs {
  background-color: rgba(234, 82, 77, 0.85);
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .nav_tabs .tab_item.active {
  color: #EA524D;
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"] .tab_content p a {
  color: #EA524D;
}
.teaser_apprenticeship[data-apprenticeship-theme="kaufmann"].promo_opened:after {
  background-color: rgba(210, 31, 25, 0.75);
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .promo_tree .start,
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .promo_tree .arrow {
  background-color: #5E4342 !important;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .btn_slide {
  background-color: #5E4342;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .btn_slide:hover {
  background-color: #6d4e4d;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .nav_tabs {
  background-color: rgba(94, 67, 66, 0.85);
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .nav_tabs .tab_item.active {
  color: #5E4342;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"] .tab_content p a {
  color: #5E4342;
}
.teaser_apprenticeship[data-apprenticeship-theme="bauingenieurswesen"].promo_opened:after {
  background-color: rgba(49, 35, 34, 0.75);
}
.teaser_apprenticeship .nav_apprenticeship {
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  float: left;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.teaser_apprenticeship .nav_apprenticeship .control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
  width: 100px;
}
.teaser_apprenticeship .nav_apprenticeship .control a {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px solid #e6eaec;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.teaser_apprenticeship .nav_apprenticeship .control a:hover {
  background-color: #e6eaec;
}
.teaser_apprenticeship .nav_apprenticeship .control a.prev {
  background-image: url('../img/icon_arrow_t.svg');
}
.teaser_apprenticeship .nav_apprenticeship .control a.next {
  background-image: url('../img/icon_arrow_d.svg');
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 100px);
  width: 100px;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.active .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.type_metallbauer {
  background-image: url('../img/_ausbildung/icon_metallbauer.svg');
  background-color: #005E91;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.type_bauzeichner {
  background-image: url('../img/_ausbildung/icon_bauzeichner.svg');
  background-color: #779CB2;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.type_systemplaner {
  background-image: url('../img/_ausbildung/icon_systemplaner.svg');
  background-color: #EF9C4C;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.type_kaufmann {
  background-image: url('../img/_ausbildung/icon_kaufmann.svg');
  background-color: #EA524D;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a.type_bauingenieurswesen {
  background-image: url('../img/_ausbildung/icon_bauingenieurwesen.svg');
  background-color: #5E4342;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a .title {
  box-shadow: 8px 0 12px rgba(0, 0, 0, 0.2);
  background-color: inherit;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 24px;
  color: #FFF;
}
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a .title strong,
.teaser_apprenticeship .nav_apprenticeship .apprenticeship_type a .title span {
  display: block;
  white-space: nowrap;
}
.teaser_apprenticeship .tab_element {
  box-shadow: 0 -5px 32px rgba(0, 0, 0, 0.45);
  background-color: #FFF;
  position: absolute;
  height: 260px;
  right: 0;
  bottom: 0;
  padding: 24px 24px 48px;
  width: 60%;
  z-index: 10;
}
.teaser_apprenticeship .tab_element .tab_content {
  max-height: 100%;
  overflow-y: auto;
}
.teaser_apprenticeship .promo_possibilities {
  transition: all 300ms ease;
  background-color: #FFF;
  position: absolute;
  height: 32px;
  right: 0;
  bottom: 0;
  width: 60%;
  z-index: 110;
  text-align: right;
}
.teaser_apprenticeship .promo_possibilities .btn_slide {
  color: #FFF;
  padding: 6px 12px 6px 36px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.teaser_apprenticeship .promo_possibilities .btn_slide:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "»";
  font-size: 18px;
  left: 12px;
  top: 2px;
  position: absolute;
}
.teaser_apprenticeship .promo_possibilities .btn_slide:hover {
  color: #FFF;
}
.teaser_apprenticeship .promo_possibilities.animate {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
  height: 100%;
}
.teaser_apprenticeship .promo_possibilities .promo_tree {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  height: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 36px 24px;
  text-align: center;
}
.teaser_apprenticeship .promo_possibilities .promo_tree.animate div span.level {
  opacity: 1;
}
.teaser_apprenticeship .promo_possibilities .promo_tree.animate div span.arrow {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.teaser_apprenticeship .promo_possibilities .promo_tree.animate div span.arrow:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree.animate div span.arrow:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(1) .level {
  transition-delay: 500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(1) .arrow {
  transition-delay: 250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(1) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(1) .arrow:after {
  transition-delay: 400ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(2) .level {
  transition-delay: 750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(2) .arrow {
  transition-delay: 500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(2) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(2) .arrow:after {
  transition-delay: 650ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(3) .level {
  transition-delay: 1000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(3) .arrow {
  transition-delay: 750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(3) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(3) .arrow:after {
  transition-delay: 900ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(4) .level {
  transition-delay: 1250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(4) .arrow {
  transition-delay: 1000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(4) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(4) .arrow:after {
  transition-delay: 1150ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(5) .level {
  transition-delay: 1500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(5) .arrow {
  transition-delay: 1250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(5) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(5) .arrow:after {
  transition-delay: 1400ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(6) .level {
  transition-delay: 1750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(6) .arrow {
  transition-delay: 1500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(6) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(6) .arrow:after {
  transition-delay: 1650ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(7) .level {
  transition-delay: 2000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(7) .arrow {
  transition-delay: 1750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(7) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(7) .arrow:after {
  transition-delay: 1900ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(8) .level {
  transition-delay: 2250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(8) .arrow {
  transition-delay: 2000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(8) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(8) .arrow:after {
  transition-delay: 2150ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(9) .level {
  transition-delay: 2500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(9) .arrow {
  transition-delay: 2250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(9) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(9) .arrow:after {
  transition-delay: 2400ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(10) .level {
  transition-delay: 2750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(10) .arrow {
  transition-delay: 2500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(10) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(10) .arrow:after {
  transition-delay: 2650ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(11) .level {
  transition-delay: 3000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(11) .arrow {
  transition-delay: 2750ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(11) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(11) .arrow:after {
  transition-delay: 2900ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(12) .level {
  transition-delay: 3250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(12) .arrow {
  transition-delay: 3000ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(12) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(12) .arrow:after {
  transition-delay: 3150ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(13) .level {
  transition-delay: 3500ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(13) .arrow {
  transition-delay: 3250ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(13) .arrow:before,
.teaser_apprenticeship .promo_possibilities .promo_tree div:nth-child(13) .arrow:after {
  transition-delay: 3400ms;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.level {
  transition: all 200ms ease;
  opacity: 0;
  background-color: #9F9990;
  font-weight: bold;
  color: #FFF;
  padding: 6px 24px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.level.special {
  background-color: #797369;
  padding: 12px 36px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.level.start {
  font-weight: bold;
  color: #FFF;
  padding: 12px 24px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.arrow {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: all 250ms ease;
  height: 20px;
  width: 2px;
  opacity: 0;
  position: relative;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.arrow:after,
.teaser_apprenticeship .promo_possibilities .promo_tree span.arrow:before {
  transition: all 250ms ease;
  content: "";
  background-color: inherit;
  width: 2px;
  height: 10px;
  position: absolute;
  top: -2px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.arrow:after {
  right: 0px;
}
.teaser_apprenticeship .promo_possibilities .promo_tree span.arrow:before {
  left: 0px;
}
.teaser_apprenticeship .nav_tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  z-index: 100;
}
.teaser_apprenticeship .nav_tabs .tab_item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  padding: 9px 6px;
  text-decoration: none;
  text-align: center;
}
.teaser_apprenticeship .nav_tabs .tab_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.teaser_apprenticeship .nav_tabs .tab_item.active {
  box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  color: #0069b4;
  text-shadow: none;
}
.teaser_apprenticeship .keyvisual {
  background-color: #333;
  float: right;
  height: 865px;
  overflow: hidden;
}
.teaser_apprenticeship .keyvisual img {
  margin: -20px -10px 0;
}
.application_contact .contact_person .avatar {
  margin-bottom: 6px;
}
.application_contact .contact_person .avatar img {
  height: auto;
  width: 100%;
}
.application_contact .contact_address {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  padding: 24px;
  width: 100%;
}
.application_contact .mail,
.application_contact .address {
  display: block;
  border-top: 1px solid #c9d2d6;
  padding: 12px 0 12px 42px;
  text-decoration: none;
  position: relative;
}
.application_contact .mail:before,
.application_contact .address:before {
  content: "";
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #f26810;
  position: absolute;
  left: 0;
  top: 8px;
  height: 30px;
  width: 30px;
}
.application_contact .mail:before {
  background-image: url('../img/icon_mail.svg');
}
.application_contact .address:before {
  background-image: url('../img/icon_pin.svg');
}
@media all and (min-width: 880px) {
  .nav_apprenticeship .apprenticeship_type a:after {
    -webkit-transform: translate3d(-15px, 0, 0);
    -moz-transform: translate3d(-15px, 0, 0);
    -ms-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    transition: all 100ms ease;
    content: "";
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    height: 100%;
    width: 20px;
    background-color: inherit;
    z-index: -1;
  }
  .nav_apprenticeship .apprenticeship_type a:not(.active):hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: bounceRight 600ms 1 ease;
    -moz-animation: bounceRight 600ms 1 ease;
    animation: bounceRight 600ms 1 ease;
  }
}
@media all and (max-width: 880px) {
  .teaser_apprenticeship .stoerer {
    height: 100px;
    width: 100px;
    top: 60px;
  }
  .teaser_apprenticeship .keyvisual {
    float: none;
    height: auto;
    position: relative;
  }
  .teaser_apprenticeship .keyvisual .keyvisual_icon,
  .teaser_apprenticeship .keyvisual .keyvisual_foreground {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .teaser_apprenticeship .keyvisual img {
    margin: 0;
    width: 100%;
  }
  .teaser_apprenticeship .wrapper_apprenticeship {
    max-height: 80vh;
  }
  .teaser_apprenticeship .wrapper_apprenticeship .nav_apprenticeship {
    float: none;
    height: auto;
    position: relative;
    width: 100%;
  }
  .teaser_apprenticeship .wrapper_apprenticeship .nav_apprenticeship .apprenticeship_type {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
    width: 100%;
  }
  .teaser_apprenticeship .wrapper_apprenticeship .nav_apprenticeship .apprenticeship_type a {
    background-size: 38px;
  }
  .teaser_apprenticeship .wrapper_apprenticeship .nav_apprenticeship .apprenticeship_type a .title {
    box-shadow: none;
    font-size: 10px;
    text-align: center;
    position: static;
    padding: 0;
  }
  .teaser_apprenticeship .wrapper_apprenticeship .nav_apprenticeship .control {
    display: none;
  }
  .teaser_apprenticeship .nav_tabs {
    top: -31px;
    overflow-y: auto;
  }
  .teaser_apprenticeship .nav_tabs .tab_item {
    padding: 6px 12px;
    font-size: 13px;
  }
  .teaser_apprenticeship .apprenticeship_quickfacts {
    display: none;
  }
  .teaser_apprenticeship .tab_element {
    padding: 12px 12px 36px 12px;
    width: 100%;
    min-height: 320px;
    height: auto !important;
    position: relative;
  }
  .teaser_apprenticeship .tab_element p,
  .teaser_apprenticeship .tab_element ul {
    font-size: 13px;
  }
  .teaser_apprenticeship .promo_possibilities {
    height: 30px;
    width: 100%;
  }
  .teaser_apprenticeship .promo_possibilities .btn_slide {
    padding: 1px 12px 3px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .teaser_apprenticeship .promo_possibilities .btn_slide:before {
    position: static;
    margin-right: 6px;
    display: inline-block;
  }
  .application_contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .application_contact .col.contact_person {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
    width: 50%;
    text-align: center;
  }
}
