
/* === SCHRIFTEN ===*/

@font-face {
  font-family:"FiraSans-Regular";
  src: url(FiraSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}

/* === 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%; 
  hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  /* word-break: break-all; */
}


body {
  font-family: "FiraSans-Regular", sans-serif;
  font-weight: 400; 
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1D1D1B;
  -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-left-text {
  text-align: left;
}

.u-right-text {
  text-align: right;
}

 .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; 
}

  /* === IDS === */ 

  #wrapper {
    border: 1px solid grey; 
    margin: 25px auto;
    width: 850px; 
  }
  
  #header {
  }

  .logo {
    text-align: center;
    padding: 2rem; 
  }
  .logo img {
    width: 200px;
  }

  .intro {
    padding: 2rem 4rem; 
  }

  .header-headerbild img {
    width: 100%;
  }
  
  #main {
    padding: 6rem 4rem;
  }

  .jobtitle {
    text-align: center;
    margin-bottom: 6rem;
  }
  
  #footer {
    padding: 4rem 4rem;
    background: #F6EFE5;
    background-image: url(logo_trans.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
  }

  #footer p {
    margin-bottom: 0; 
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    font-family: "FiraSans-Regular", sans-serif;
    font-weight: 400; 
    font-size: 3.6rem;
    color: #c09f59;
  }

  h2 {
    font-family: "FiraSans-Regular", sans-serif;
    font-weight: 400; 
    font-size: 2.2rem;
    color: #c09f59;
    margin-bottom: 2rem; 
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {}

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  /* === LINKS === */

  a {}

  a:link {
    text-decoration: none; 
    color: #0563c1;
  }

  a.visited {
    text-decoration: none;
    color: #7b217e;
  }
  
  a.inherit:link, a.inherit:visited {
    color: inherit;
  }

 a:hover {
   text-decoration: underline;
 }

 a.gold:link, a.gold:visited {
   color: #c09f59;
 }

  a:active {}

  a:focus {
    -webkit-transform: rotate();
        -ms-transform: rotate();
            transform: rotate();
  }


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    margin-left: 2rem; 
    list-style: none; 
  }

  ul.arrow li {
    margin-bottom: 1.5rem;
    background: url(bullet_arrow.svg) no-repeat 0 2px;
    padding-left: 2.7rem; 
  }

  ul.checkmark li {
    margin-bottom: 1.5rem;
    background: url(bullet_checkmark.svg) no-repeat 0 2px;
    padding-left: 2.7rem; 
  }


  /* === 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;
  }
  
  .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: 100%;
    margin-top: 2rem; 
  }
  
/* === GRID-SYSTEM === */

/* ===RESPONSIVE DESIGN === */

@media only screen and (max-width: 940px) and (max-width: 850px) and (max-width: 700px) {
  #wrapper {
     width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  #wrapper {
      margin: 0;
      width: 100%;
      border: none;
  }

  #main {
    padding: 4rem 4rem;
  }

  .jobtitle {
    margin-bottom: 2rem; 
  }

  h1 {
    font-size: 3rem;
  }

  #footer {
    padding: 4rem;
  }

  ul {
    margin-left: 0; 
  }

  .desktop {
     display: none; 
  }

  .apply {
    margin-top: 1rem; 
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    [class*='section--'] {
    width: 100%;
  }
}