
/* === SCHRIFTEN ===*/

@font-face {
  font-family:"SourceSansPro-Light";
  src: url(SourceSansProLight.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family:"SourceSansPro-Regular";
  src: url(SourceSansProRegular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"SourceSansPro-Bold";
  src: url(SourceSansProBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* === GLOBAL === */
*,
*::after,
*::before {
    margin: 0;
    padding: 0; 
    -webkit-box-sizing: inherit; 
            box-sizing: inherit; 
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}


body {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #303030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  background: #fff;
 }

 .clearfix::after {
   content: ""; 
   clear: both; 
   display: block;
 }

 /* === HILFSKLASSEN === */
.u-justify-text {
  text-align: justify;
}

 .u-center-box {
   margin:0 auto;
 }

 .u-center-text {
  text-align: center;
}

.margin-bottom-xs {
  margin-bottom: 1rem;
}

 .margin-bottom-small {
   margin-bottom: 2rem;
 }

 .margin-bottom-middle {
   margin-bottom: 3rem;
 }

 .margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}

.margin-bottom-big {
  margin-bottom: 8rem;
}

.margin-top-xs {
  margin-top: 1rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-top-middle {
  margin-top: 3rem;
}

.margin-top-medium {
 margin-top: 4rem;
}

.margin-top-large {
 margin-top: 6rem;
}

.margin-top-big {
 margin-top: 8rem;
}

.no-margin {
  margin: 0; 
}

.notiz {
  text-align: right;
  margin-top: 2rem; 
}

  /* === IDS === */ 

  #wrapper {
    border: 1px solid grey; 
    margin: 25px auto;
    width: 850px; 
    /*
     === SHOPFORMATIERUNG === 
    width: 940px; 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
    */
  }
  
  #header {
    padding: 2rem 4rem;
  }

  .header-headerbild img {
    width: 100%;
  }

  .header-headerbild {
    margin-bottom: 4rem; 
  }

  .header-logo {
    margin-bottom: 1rem;
  }

  .header-introtext {
    margin-bottom: 2rem; 
  }

  .header-introtext h2 {
    text-align: center;
  }

  ul.jobinfos {
    font-family:"SourceSansPro-Bold", sans-serif;
    font-weight: 700;
    list-style: none; 
    font-size: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: center;
    border-bottom: 1px solid black; 
    padding-bottom: 4rem;
  }

  .jobinfos li {
    padding-left: 2rem;
    margin-right: 3rem; 
  }

  li.ort {
    background: url(icon_local_schwarz.png) no-repeat 0 2px;
    background-size: 12px;
  }

  li.start {
    background: url(icon_clock_schwarz.png) no-repeat 0 3px;
    background-size: 15px;
  }

  li.vertrag {
    background: url(icon_start_schwarz.png) no-repeat 0 3px;
    background-size: 15px;
  }

  #main {
    padding: 0 4rem 2rem;
  }

  #vorteile {
    border-bottom: 1px solid black; 
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  #vorteile h2 {
    text-align: center;
    margin-bottom: 2rem;
  }

  .vorteile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    font-size: 1rem;
    flex-wrap: wrap;
  }

  .vorteile-flex figure {
    width: 30%;
    text-align: center; 
  }

  .vorteile-flex img {
    max-width: 50px;
    height: 50px;
    margin-bottom: 2rem; 
  }

  .apply {
    text-align: center; 
    padding: 3rem 0 4rem; 
  }

  .ansprechpartner {
    border-bottom: 1px solid black; 
    border-top: 1px solid black;
    text-align: center;
    padding: 3rem 0;
  }

  .ansprechpartner .flex {
    display: flex; 
    justify-content: center;
    flex-wrap: wrap; 
  }
  
  .auszeichnung{
    text-align: center;
     border-bottom: 1px solid black; 
     padding: 3rem 0;
  }
  .siegel{
    margin-right: 1rem;
  }

  .asp {
    max-width: 100%;
    width: 35%;
  }

  .ansprechpartner img {
    margin-bottom: 2rem;
  }

  .blue {
    color: #17a4f9;
    text-transform: uppercase;
    font-size: 1.8rem; 
  }

  
  #footer {
    padding: 0 4rem;
    font-size: 1.4rem; 
    margin-top: 2rem; 
  }

  .footer-container {
    border-top: 1px solid black;
    padding: 2rem 0;
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 3rem;
    font-weight: normal; 
    text-align: center; 
    color: #17a4f9;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #17a4f9;
    font-weight: normal; 
    text-transform: uppercase;
  }
    
  h2.apply {
    color: #001f4a;
    text-transform: capitalize;
    font-weight: bold; 
    margin-bottom: 0;
    font-size: 1;
  }

  h3 {
    font-family: "SourceSansPro-Bold", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    font-weight: normal; 
    text-align: center; 
    margin-bottom: 1rem;
  }

  h4 {

      font-size: 14px;
      color: #637286;
      font-family: "SourceSansPro-Bold", sans-serif;
      text-align: center;
      margin-bottom: 2rem; 
  }

  h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #001f4a;
  }

  h6 {
    font-size: 1.3rem; 
  }

  hr {}

  b, strong {
    font-family:"SourceSansPro-Bold", sans-serif;
    font-weight: 700;

  }
  .wir {
    text-align: justify;
    padding: 2rem 0 0;
  }

  .video {
    border-top: 1px solid black;
    padding: 3rem 0;
  }

  .video h2 {
    text-align: center;
  }

  .video iframe {
    width: 100%;
    height: 478px;
  }

  /* === IMAGES === */

  .info-icons{
    width: 30px;
    margin-right: 10px;
  }

  /* === BUTTONS === */
  .cta {
    text-align: center; 
    margin-top: 2rem;
  }

  .btn {
    color: #fb2b55;
    border: 2px solid #fb2b55;
    display: inline-block; 
    padding: .5rem 4rem;
    text-transform: uppercase;
    font-weight: bold; 
  }

  /* === LINKS === */

  a {}

  a:link,
  a:visited {
    text-decoration: none; 
    color: #001f4a;
  }

 a:hover {
   text-decoration: underline;
 }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem; 
    list-style: none;
  }

  ul ul {
    margin-bottom: 0;
  }

  .sections li {
    margin-bottom: .5rem;
    background: url(bullet.jpg) no-repeat 0 5px;
    padding-left: 1.5rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: row; 
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid black; 
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
  
  .section--1 { /* 1. Abschnitt im Shopsystem */
    width: 48.5%;
  }
  
  .section--2 { /* 2. Abschnitt im Shopsystem usw. */
    width: 48.5%;
  }
  
  .section--3 { /* 2. Abschnitt im Shopsystem usw. */
    width: 48.5%;
  }

/* === GRID-SYSTEM === */

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}


[class*="col-"] {
  padding: .8rem;
}

.col-1 { width: 16.666%;  }
.col-2 { width: 33.333%;  }
.col-4 { width: 66.666%   }
.col-3 { width: 50%;      }
.col-6 { width: 100%;     }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


/* ===RESPONSIVE DESIGN === */


@media (max-width: 1024px) {

  .col-1 { width: 33.333%; }
}


@media only screen and (max-width: 768px) {
  #wrapper {
      margin: 0;
      width: 100%;
      border: none;
  }

  .col-1 { width: 50%; }
  .col-2 { width: 100%; }
  .col-3 { width: 100%;}
  .col-4 {width: 100%; }

  #header {
    padding: 2rem;
  }


.jobinfos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  #main {
    padding: 2rem 2rem;
  }

  .vorteile-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vorteile-flex figure {
    width: 100%;
  }

  #footer {
    padding: 2rem 2rem;
  }

  .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    [class*='section--'] {
    width: 100%;
  }

  .ansprechpartner .flex {
    align-items: center;
  }

  .asp:first-of-type {
    margin-bottom: 4rem; 
  }
}

@media only screen and (max-width: 480px) {
  iframe {
    height: 282px;
  }
} 


@media only screen and (max-width: 320px) {
  iframe {
    height: 180px;
  }
} 
