/* === SCHRIFTEN ===*/

@font-face {
  font-family:"RobotoCond";
  src: url(RobotoCondensedLight.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family:"RobotoCond";
  src: url(RobotoCondensedRegular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"RobotoCond";
  src: url(RobotoCondensedBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* === 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: "RobotoCond", sans-serif;
  font-weight: 200; 
  font-size: 1.7rem;
  line-height: 1.4;
  color: #3e3c3d;
  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: 2rem;
 }

 .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;
}

.no-margin {
  margin: 0; 
}


  /* === IDS === */ 

  #container {
    /* border: 1px solid grey; 
    margin: 25px auto;
    width: 1240px;  */
    
     === SHOPFORMATIERUNG === 
    width: 900px; 
    border: 1px solid grey; 
    margin: 25px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
   
  }
  
  #header {
  }

  .logo {
    margin: 2rem; 
  }
  .logo img{
    width: 200px;
  }

  .headerbild img {
    width: 100%;
  }
  
  #main {
    display: flex; 
    flex-direction: row; 
    padding: 2rem 4rem;
    align-items: flex-start; 
    justify-content: space-between;
  }

  .jobinfos {
    font-size: 2.4rem; 
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    margin-bottom: 3rem; 
    margin-top: 3rem; 
  }

  .local {
    background: url(icon_local.png) no-repeat 0 0px;
    line-height: 30px; 
    background-size: 20px;
    padding-left: 2.5rem;
  }

  .anstellungsart {
    background: url(icon_anstellungsart.png) no-repeat 0 7px;
    line-height: 40px; 
    background-size: 40px;
    padding-left: 4.5rem; 
  }

  .arbeitszeit{
    background: url(icon_arbeitszeit.png) no-repeat 0 0;
    line-height: 30px; 
    background-size: 30px; 
    padding-left: 3.5rem; 
  }

  .asp-pic img {
    width: 100%;
    margin-bottom: .7rem; 
  } 
  
  #footer {
    display: flex;
    flex-direction: row;
    padding: 4rem;
    background: #73C054; 
    color: #fff; 
  }

  #footer a {
    color: #fff;
  }

  .flex-item1 {
    margin-right: 10rem; 
  }

  .socialmedia img {
    max-width: 30px; 
    max-height: 30px; 
    background: #666666;
    padding: .5rem; 
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 5rem;
    color: #13a538;
    margin-bottom: 2rem; 
    font-weight: 200; 
  }

  .smaller {
    font-size: 1.7rem; 
    display: block; 
    color: #3e3c3d;
  }

  h2 {
    font-size: 4.5rem;
    font-weight: 200; 
    color: #13a538;
    margin-bottom: 1.5rem; 
  }

  h3 {
    font-size: 3rem;
    font-weight: 400; 
    margin-bottom: 1rem; 
  }

  h4 {
    font-size: 2.4rem; 
    font-weight: 400; 
  }

  h5 {
    font-size: 2.4rem; 
    margin-bottom: 2rem; 
    font-weight: 400; 
  }


  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  .button {
      border: 4px solid #e5007f;
      display: inline-block; 
      color: #e5007f;
      border-radius: 4px;
      padding-left: 16px;
      padding-right: 16px;
      font-size: 3rem;
      transition: 0.25s ease-in-out;
      margin-bottom: 2rem; 
      }

    .button:hover {
      background: #e5007f;
      color: #fff; 

    }

  /* === LINKS === */

  a {}

  a:link,
  a:visited,
  a:hover  {
    text-decoration: none; 
    color: #13a538;
  }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 4rem;
    margin-left: 4.5rem; 
  }

  li {
    margin-bottom: .9rem;
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 
  
  /* === GRID === */

  .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }

  .leftCol {
      width: 64%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      display: flex; 
      width: 32%; /*Breite individuell anpassen */ 

      flex-direction: column;  
      margin-top: 2rem; 
  }

  .grey-bg {
    background: #EEEEEE;
    padding: 1rem 1.5rem;
  }

  .siegel {
    text-align: center;
    margin-top: 2rem; 
  }

  .siegel img{
    width: 250px;
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 850px) {
    #container {
        margin: 0;
        width: 100%;
        border: none;
    }

    #main {
      padding: 2rem 2rem 0;
      flex-direction: column; 
    }

    #footer {
      padding: 2rem 2rem;
    }

    .leftCol, .rightCol {
        width: 100%;
    }

    .rightCol {
      flex-direction: row; 
    }

    .flex {
        flex-direction: column;
        justify-content: center;
    }

    .sections {
      justify-content: center;
  }

      [class*='section--'] {
      width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .rightCol {
    flex-direction: column;
    margin-bottom: 1rem;  
  }

  #footer {
    flex-direction: column;
  }

  .flex-item1 {
    margin-bottom: 1rem; 
  }

  .jobinfos {
    flex-direction: column; 
   }
}
