
/* === GLOBAL === */
*,
*::after,
*::before {
    margin: 0;
    padding: 0; 
    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: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1f3d30;
  box-sizing: border-box; 
 }

 .clearfix::after {
   content: ""; 
   clear: both; 
   display: block;
 }

 /* === HILFSKLASSEN === */

 .u-center-box {
   margin:0 auto;
 }

 .u-center-text {
  text-align: center;
}

 .margin-bottom-small {
   margin-bottom: 2.5rem;
 }

 .margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}

.margin-bottom-big {
  margin-bottom: 8rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-top-medium {
 margin-top: 4rem;
}

.margin-top-large {
 margin-top: 6rem;
}

.margin-top-big {
 margin-top: 8rem;
}

  /* === IDS === */ 

  #container {
    margin: 25px auto;
    width: 940px; 
    /*
     === SHOPFORMATIERUNG === 
    width: 940px; 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
    */
  }
  
  #header {
  }

  .headerbild img {
    width: 100%;
  }
  
  #main {
    padding: 2rem 4rem .5rem;
  }

  .siegel {
    text-align: right;
  }

  .siegel img {
    margin-right: 2rem;
  }
  
  #footer {
    background-image: url(footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 2rem 4rem;
  }

  .notiz {
    font-size: 1rem;
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 1.8rem;
    color: #1f3d30;
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.6rem;
    color: #85bd00;
  }

  h4 {
      font-size: 1.8rem;
      color: #1f3d30;
  }

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  .button {
    color: #fff;
    background: #d73b85;
    border-radius: 5px;
    padding: .5rem 1.5rem;
    font-size: 1.8rem;
  }

  /* === LINKS === */

  a {}

  a:link,
  a:visited,
  a:hover  {
    text-decoration: none;
    color: #fff;
  }

  a.benefitslink:link{
    text-decoration: none;
    color: #000;
  }

  a.benefitslink:visited, a.benefitslink:hover {
    color: #85bd00;
  }

  .website a:link,
  .website a:visited,
  .website a:hover  {
    font-size: 1.8rem;
    text-decoration: none;
    color: #1f3d30;
    font-weight: bold;
  }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 2.5rem;
    list-style: none;
  }

  li {
    margin-bottom: .5rem;
    padding-left: 2rem;
    background: url(bullet.jpg) no-repeat 0 6px;
  }

  ul.footerlist {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    line-height: 2;
  }

  ul.footerlist li {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 4rem;
    margin-right: 2rem;
  }

  ul.reasons li {
    margin-bottom: 1rem;
    padding-left: 4.5rem;
  }

  .worklife {
    background-image: url(icon_worklife.png);
    background-size: 35px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .pay {
    background-image: url(icon_pay.png);
    background-size: 35px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .arbeiten {
    background-image: url(icon_arbeiten.png);
    background-size: 35px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  
  .familie {
    background-image: url(icon_familie.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .rueckhalt {
    background-image: url(icon_rueckhalt.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .arbeiten-modern {
    background-image: url(icon_arbeiten-modern.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .weiterbildung {
    background-image: url(icon_weiterbildung.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .tarif {
    background-image: url(icon_tarif.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .benefits {
    background-image: url(icon_benefits.png);
    background-size: 30px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  .time {
    background: url(icon_time.png) no-repeat 0 2px;
    background-size: 30px;
  }

  .id {
    background: url(icon_id.png) no-repeat;
    background-size: 30px;
  }

  .ort {
    background: url(icon_ort.png) no-repeat;
    background-size: 30px;
  }

  .kalender {
    background: url(icon_kalender.png) no-repeat;
    background-size: 30px;
  }



  /* === TABELLEN === */

  /* === SECTIONS === */ 

  
.sections { /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
  display: flex; 
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.section--1 { /* 1. Abschnitt im Shopsystem */
  width: 50%;
  color: #000;
}

.section--2 { /* 2. Abschnitt im Shopsystem usw. */
  width: 50%;
  order: -1;
}

.section--3 { /* 2. Abschnitt im Shopsystem usw. */
  width: 50%;
}




  /* === GRID === */

  .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }

  .leftCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 699px) {
    #container {
        margin: 0;
        width: 100%;
        border: none;
    }

    .leftCol, .rightCol {
        width: 100%;
    }

    .flex {
        flex-direction: column;
        justify-content: center;
    }

    .sections {
      justify-content: center;
  }

  .siegel {
    justify-content: space-between;
  }

  {}
  .website, .button  {
    margin-bottom: 1rem;
  }

      [class*='section--'] {
      width: 100%;
  }

  .section--2 {
    order: 0;
  }
}
