@charset "UTF-8";

/* ---------------------------------------------------------------------------------------
Keyvisual
--------------------------------------------------------------------------------------- */
#keyvisual-start {
  float: left;
  height: 700px;
  margin-bottom: -90px;
  position: relative;
  top: -90px;
  width: 100%;
  overflow: hidden;
}

.keyvisual-start-text {
  font-family: 'DIN Next W02 Bold', sans-serif;
  margin: 0 auto;
  position: relative;
  top: 300px;
}

.keyvisual-start-text h1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}

.keyvisual-start-text h3 {
  font-size: 17px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.keyvisual__img {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 1200px;
}

.keyvisual__logo {
    position: absolute;
    bottom: 290px;
    right: 0;
    width: 280px;
}

@media screen and (min-width: 1500px) {
    .keyvisual__img {
        width: 1400px;
    }

    .keyvisual__logo {
        bottom: 350px;
    }
}

@media screen and (max-width: 1300px) {
    .keyvisual__img {
        width: 1100px;
        right: -50px;
    }

    .keyvisual__logo {
        width: 250px;
    }
}

@media screen and (max-width: 850px) {
    .keyvisual__img {
        width: 950px;
        right: -75px;
        bottom: -30px;
    }

    .keyvisual__logo {
        top: auto;
        bottom: 350px;
        width: 200px;
    }
}

@media screen and (max-width: 540px) {
    .keyvisual__img {
        width: 160%;
        right: -15%;
        bottom: 0;
    }
}



a.button-start {
  background: #00abc4;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  margin-right: 30px;
  padding: 24px;
  padding-bottom: 19px;
  text-transform: uppercase;
}

a.button-start:hover {
  background: #000;
}

a.button-start.outline {
  background: #fff;
  border: 2px solid #00abc4;
  color: #00abc4;
  display: inline-block;
  padding: 22px;
  padding-bottom: 17px;
}

a.button-start.outline:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

@media screen and (min-height:200px) {

  .keyvisual-start-text h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .keyvisual-start-text h3 {
    font-size: 17px;
    line-height: 26px;
  }

}

@media screen and (min-height:400px) {
  .keyvisual-start-text {
    display: block;
    top: 150px;
  }

}

@media screen and (min-height:600px) {
  .keyvisual-start-text {
    top: 150px;
  }

  .keyvisual-start-text h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
  }

}

@media screen and (min-height:800px) {
  #keyvisual-start {
    height: 750px;
  }

  .keyvisual-start-text {
    top: 300px;
  }

  .keyvisual-stsart-text h3 {
    font-size: 17px;
    line-height: 26px;
  }

}

@media screen and (min-height: 900px) {
  #keyvisual-start {
    height: 800px;
  }
}

@media screen and (min-width:800px) and (max-width:1000px) {
  .keyvisual___img {
    bottom: -50px;
  }
}

@media screen and (min-height:1000px) {
  #keyvisual-start {
    height: 850px;
  }

}

@media screen and (min-height:1200px) {
  #keyvisual-start {
    height: 1050px;
  }

}

@media screen and (max-width:1000px) {
  .keyvisual-start-text h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .keyvisual-start-text h3 {
    font-size: 17px;
    line-height: 26px;
  }

}

@media screen and (max-width:800px) {
  .keyvisual-start-text h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .keyvisual-start-text h3 {
    font-size: 17px;
    line-height: 26px;
  }

  a.button-start {
    margin-bottom: 20px;
  }

  .keyvisual-start-text {
    top: 200px;
  }

}

/* ---------------------------------------------------------------------------------------
Slider Ausbildung
--------------------------------------------------------------------------------------- */

.ausbildung-slider li {
    margin: 0 20px;
    width: 28.333%;
    display: inline-block;
    list-style: none;
}

.ausbildung-slider li a span{
  color: #00abc4;
  font-size: 17px;
  margin-left: 10px;
}

.ausbildung-slider li a:hover span{
  color: #fff;
}

.ausbildung-slider li b {
  font-family: 'DIN Next W02 Bold', sans-serif;
  font-weight: normal;
  display: block;
}

.ausbildung-slider li img {
  margin-bottom: 19px;
}

.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-loading .slick-list {
  background: url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: -44px;
  width: 40px;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 42%;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '';
  display: block;
  background: url(../images/icon-arrow-left.svg) no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 12px;
}

.slick-prev:hover:before {
  content: '';
  display: block;
  background: url(../images/icon-arrow-left-black.svg) no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 12px;
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 42%;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
  display: block;
  background: url(../images/icon-arrow-right.svg) no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 12px;
}

.slick-next:hover:before {
  content: '';
  display: block;
  background: url(../images/icon-arrow-right-black.svg) no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 12px;
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-slider {
  margin: 34px 0 60px 0;
  padding: 0;
}

.slick-dots {
  bottom: -50px;
  line-height: 55px;
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  padding: 0;
  position: relative;
  width: 14px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: #000;
}

.slick-dots li button:before {
  content: '•';
  color: #fff;
  font-size: 40px;
  left: 0;
  height: 15px;
  line-height: 20px;
  opacity: .5;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.overview {
  display: none;
}

@media screen and (max-width:1280px) {
  .slick-prev {
    left: 35%;
  }

  .slick-next {
    right: 35%;
  }

}

@media screen and (max-width:1000px) {
  .slick-prev {
    left: 32%;
  }

  .slick-next {
    right: 32%;
  }

  .ausbildung-slider li b {
    display: block;
  }

}

@media screen and (max-width:799px) {
  .slick-prev {
    left: 25%;
  }

  .slick-next {
    right: 25%;
  }

  .overview {
    display: block;
    font-family: "DIN Next W02 Light";
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -47px;
    width: 100%;
  }

  .overview a {
    background: url(../images/icon-list.svg) no-repeat 0 2px;
    background-size: 16px;
    padding-left: 30px;
  }

  .overview a:hover {
    background: url(../images/icon-list-black.svg) no-repeat 0 2px;
    background-size: 16px;
  }

}

@media screen and (max-width:600px) {
  .slick-prev {
    left: 15%;
  }

  .slick-next {
    right: 15%;
  }

}

@media screen and (max-width:400px) {
  .slick-prev {
    left: 5%;
  }

  .slick-next {
    right: 5%;
  }

}

/* ---------------------------------------------------------------------------------------
Teaser
--------------------------------------------------------------------------------------- */
.teaser {
  float: left;
  margin: 100px 0;
  width: 100%;
}

.teaser .branche img,
.teaser .unternehmen img,
.teaser .karriere img {
  margin: 47px 0 0 0;
}

.teaser p {
  line-height: 22px;
  margin: 18px 0 6px 0;
}

.teaser p b {
  display: block;
}

@media screen and (max-width:1280px) {
  .teaser {
    margin: 110px 0;
  }

}

@media screen and (max-width:1040px) {
  .teaser {
    margin: 70px 0 20px;
  }

  .teaser a {
    line-height: 22px;
  }

}

@media screen and (max-width:800px) {

  .teaser p {
    line-height: 22px;
    margin: 9px 0 5px 0;
  }

  .teaser > div > div:last-of-type {
    margin-bottom: 0;
  }

  .teaser .branche img,
  .teaser .unternehmen img,
  .teaser .karriere img {
    margin: 30px 0 0 0;
  }

}

/* ---------------------------------------------------------------------------------------
Dein Job
--------------------------------------------------------------------------------------- */
.deinjob { margin: 113px 0 52px 0; }

.deinjob ul {
	list-style: none;
	margin: 55px 0 0 40px;
	padding: 0;
}

.deinjob ul li {
	float: left;
	font-size: 24px;
	font-family:'DIN Next W02 Bold', sans-serif;
	line-height: 28px;
	margin-bottom: 60px;
	width: 100%;
}

.deinjob ul li:last-child {
	margin-bottom: 0px;
}

.deinjob ul li:before {
	background: #d0cfcf;
	border-radius: 20px;
	color: #777;
	content: "1.";
	display: block;
	float: left;
	font-size: 22px;
	height: 40px;
	margin: 0 20px 0 0;
	width: 40px;
	padding-top: 8px;
	padding-left: 2px;
	position: relative;
	text-align: center;
	top: -8px;
}

.deinjob ul li:nth-child(2):before { content: "2."; }
.deinjob ul li:nth-child(3):before { content: "3."; }
.deinjob ul li strong {	display: block; font-size: 26px }


@media screen and (max-width: 1280px) {
.deinjob { margin: 93px 0 92px 0; }
}

@media screen and (max-width: 1040px) {
.deinjob { margin: 54px 0 93px 0; }
}

@media screen and (max-width: 800px) {
.deinjob { margin: 35px 0 -60px 0; }
.deinjob h3 { font-size: 34px; }
.deinjob ul { margin: 60px 0 0 0; }
}

/* ---------------------------------------------------------------------------------------
Kursfinder
--------------------------------------------------------------------------------------- */
.kursfinder {
	background: #00abc4;
	color: #fff;
	padding: 40px;
	max-width: 500px;
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .kursfinder {
    max-width: none;
  }
}

.kursfinder a {
	color: #fff !important;
	font-size: 22px;
	margin: 20px 40px 0 0;
}

.kursfinder a:before {
	background: url(../images/icon-arrow-right.svg) no-repeat;
	background-size: 10px 10px;
	height: 10px;
	width: 20px;
}

.kursfinder h3 {
  color: white;
}

@media screen and (max-width:1280px) {
  .greybg {
    margin-bottom: 58px;
  }

}

@media screen and (max-width:1040px) {
  .greybg {
    margin-bottom: 164px;
    padding: 40px 40px 0 40px;
  }

}

@media screen and (max-width:800px) {
  .greybg {
    margin-bottom: 188px;
  }

}


/* ---------------------------------------------------------------------------------------
CTA ("Arsch hoch!")
--------------------------------------------------------------------------------------- */

.cta {
  clear: both;
  position: relative;
  overflow: hidden;
}

.cta__img {
  position: absolute;
  left: -180px;
  bottom: 0;
  max-height: 100%;
  max-width: 140%;
  width: auto;
}

.cta__text {
  position: relative;
  z-index: 1;
  float: right;
  min-width: 45%;
  padding: 75px 50px 75px 0;
}

.cta__list {
  margin: 70px 0 50px;
  font-size: 1.6em;
}

.cta__list li {
  list-style: none;
  margin-bottom: 50px;
  margin-left: 30px;
}

.cta__list span {
  display: inline-block;
  width:  65px;
  height: 65px;
  line-height: 74px;
  text-align: center;
  letter-spacing: -1px;

  background: #00abc4;
  color: #fff;
  border-radius: 50%;
  margin: -4px 20px -4px -30px;
}
.cta__list a {
  color: #333;
}

.cta__logo {
    position: absolute;
    top: 120px;
    left: -50px;
    width: 250px;
}

@media screen and (min-width: 1500px) {
    .cta__img {
        left: 0;
    }
}

@media screen and (min-width: 1250px) {
    .cta__logo {
        top: 100px;
        left: 0;
        width: 300px;
    }
}

@media screen and (max-width: 950px) {
    .cta__logo {
        top: 50px;
        width: 200px;
    }
}

@media screen and (max-width: 700px) and (min-width: 600px){
    .cta__logo {
        top: 140px;
        width: 150px;
    }
}

@media screen and (max-width: 475px) {
    .cta__logo {
        display: none;
    }
}





@media screen and (max-width: 1040px) {
  .cta__img {
    bottom: 50px;
  }
}

@media screen and (max-width: 950px) {
  .cta__img {
    left: -280px;
    bottom: -40px;
    max-width: 160%;
  }
}

@media screen and (max-width: 800px) {
  .cta__img {
    bottom: 20px;
    left: -300px;
    max-width: 170%;
  }

  .cta h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 700px) {
   .cta__text {
    margin: 0 auto;
    padding: 90px 30px 40px;
  }

  .cta__img {
    bottom: 130px;
    left: -200px;
    max-width: 160%;
  }

  .cta__list {
    float: right;
  }

  .kursfinder {
    clear: both;
  }

}

@media screen and (max-width:700px) and (min-width: 650px) {
  .cta__img {
    bottom: 110px;
  }
}

@media screen and (max-width: 600px) {
  .cta__text {
    display: table;
    float: none;
  }

  .cta__img {
    bottom: -20px;
    left: -290px;
    max-width: 250%;
  }

  .cta__list {
    font-size: 1.2em;
  }

  .cta h1 {
    float: right;
    font-size: 40px;
  }
}

@media screen and (max-width: 475px) {
  .cta__list {
    padding-left: 0;
    font-size: 16px;
    margin: 90px 0 60px;
  }

  .cta__img {
    bottom: auto;
    top: 90px;
    left: -310px;
    max-width: 1180px;
  }


  .cta h1 {
    float: none;
    text-align: center;
  }

  .cta__list li {
    margin-bottom: 30px;
  }

  .cta__list span {
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin: -4px 10px -4px 0px;
  }
}


.keyvisual__text {
  font-family: 'DIN Next W02 Bold', sans-serif;
  margin: 0 auto;
  position: relative;
  top: 320px;
}

.keyvisual__text h1 {
  font-size: 75px;
  line-height: 73px;
  margin-bottom: 35px;
}

.keyvisual__text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
    font-family:'DIN Next W02 Light', sans-serif;
}

.keyvisual__text .button-start {
  font-size: 20px;
  padding: 24px 50px 20px;
}


@media screen and (max-width: 800px) {
    .keyvisual__text h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
  }

  .keyvisual__text h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
  }

  .keyvisual__text .button-start {
    font-size: 18px;
    padding: 20px 40px 15px;
  }
}

@media screen and (max-width: 950px), screen and (max-height: 800px) {
  .keyvisual__text h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .keyvisual__text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .keyvisual__text .button-start {
    font-size: 17px;
    padding: 18px 30px 14px;
  }
}

@media screen and (max-width: 370px) {
  .keyvisual__text h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .keyvisual__text h3 {
    font-size: 15px;
    line-height: 22px;
  }
}


@media screen and (max-height: 1080px) {
  .keyvisual__text {
    position: relative;
    top: 230px;
  }
}

@media screen and (max-height: 800px) {
  .keyvisual__text {
    position: relative;
    top: 220px;
  }
}






@media screen and (min-height: 1200px) and (min-width: 1700px) {
    .keyvisual__logo {
        bottom: 460px;
    }
}

@media screen and (max-height: 1080px) {
    .keyvisual__text {
        top: 300px;
    }
}



@media screen and (min-width: 1800px) {
    .keyvisual__img {
        right: 50px;
    }
}


@media screen and (min-height: 900px) and (max-width: 1700px), screen and (max-width: 2100px) and (max-height: 1200px) {
    .keyvisual__logo {
        bottom: 460px;
        width: 250px;
    }

    .keyvisual__img {
        width: 1300px;
    }

}

@media screen and (max-width: 2100px) and (max-height: 1200px) {
    .keyvisual__logo {
        bottom: 340px;
    }
}


@media screen and (min-width: 1700px) {
    .keyvisual__text {
        padding-left: 200px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1300px), screen and (max-height: 900px) and (min-width: 700px) and (max-width: 1400px) {
    .keyvisual__img {
        width: 1200px;
        right: -30px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
   .keyvisual__img {
        width: 900px;
        right: 20px;
        bottom: 0;
    }

    .keyvisual__logo {
        width: 220px;
        bottom: 350px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1150px), screen and (max-height: 900px) and (min-width: 700px) and (max-width: 1280px)  {
   .keyvisual__img {
        width: 800px;
        right: -10px;
        bottom: 0;
    }

    .keyvisual__logo {
        width: 200px;
        bottom: 330px;
    }
}

@media screen and (max-width: 850px) {
   .keyvisual__img {
        width: 750px;
        bottom: 0;
    }

    .keyvisual__logo {
        width: 150px;
        bottom: 350px;
    }
}

@media screen and (min-width: 530px) and (max-width: 750px) {
    .keyvisual__img {
        width: 650px;
        bottom: 0;
    }
}

@media screen and (max-width: 530px) {
    .keyvisual__img {
        width: 550px;
        bottom: 0;
    }

    .keyvisual__logo {
        bottom: 250px;
    }
}

@media screen and (max-height: 1100px) and (min-width: 550px) {
    .keyvisual__text h1 {
        font-size: 62px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1500px) and (max-height: 1100px) {
    .keyvisual__text {
        top: 270px;
    }

    .keyvisual__text h3 {
        margin-bottom: 21px;
    }
}


@media screen and (max-height: 900px) {
    .keyvisual__logo {
        bottom: 320px;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual__logo {
        bottom: 220px;
        width: 125px;
    }
}

@media screen and (max-width: 950px) {
    .keyvisual__text h1 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 700px) and (max-height: 900px) {
    .keyvisual__logo {
        bottom: 260px;
    }
}


@media screen and (max-width: 530px) and (max-height: 900px) {
    .keyvisual__logo {
        bottom: 220px;
        width: 110px;
    }

    .keyvisual__text {
        top: 240px;
    }

    .keyvisual__text h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .keyvisual__text a.button-start {
        font-size: 16px;
        padding: 12px 20px 10px;
    }
}

@media screen and (max-width: 800px) and (max-height: 500px) {
    #keyvisual-start {
        height: 650px;
    }

    .keyvisual__text {
        top: 220px;
    }
}

@media screen and (max-width: 750px) and (min-width: 530px) and (min-height: 800px) {
    .keyvisual__logo {
        bottom: 250px;
    }
}

@media screen and (min-height: 800px) and (max-width: 950px) and (min-width: 800px), screen and (max-width: 800px) and (min-width: 570px) and (min-height: 900px) {
    .keyvisual__text {
        padding-left: 100px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1300px), screen and (max-height: 900px) and (max-width: 1400px) and (min-width: 900px) {
    .keyvisual__text {
        padding-left: 150px
    }
}
