
/* === SCHRIFTEN === */

@font-face {
  font-family:"FiraSans-Regular";
  src: url(FiraSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"FiraSans-Bold";
  src: url(FiraSans-Bold.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:"FiraSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1A1A18;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
 }

 .clearfix::after {
   content: ""; 
   clear: both; 
   display: block;
 }

 /* === HILFSKLASSEN === */
.u-justify-text {
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; 
}

.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: 3px solid #F6A200; 
    margin: 25px auto;
    width: 600px; 
    background: #fff; 
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); 
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);

  }
  
  #header {
    position: relative;
  }

  .logo {
    position: absolute;
    top: 2rem; 
    left: 4rem; 
  }

  .logo img {
    width: 250px;
  }

  .header-headerbild img {
    width: 100%;
    vertical-align: bottom;
  }

  .jobtitel {
    position: absolute;
    bottom: -6rem;
  }

  .gradient {
    max-width: 90%;
    padding: 2rem 1rem 2rem 4rem; 
    border-top-right-radius: 15px; 
    border-bottom-right-radius: 15px; 
    background: rgb(240,125,48);
    background: -o-linear-gradient(45deg, rgba(240,125,48,1) 0%, rgba(230,47,14,1) 100%);
    background: linear-gradient(45deg, rgba(240,125,48,1) 0%, rgba(230,47,14,1) 100%);
  }

  .standort {
    font-family:"FiraSans-Bold", sans-serif;
    font-weight: 700;
    background: #f6a20b;
    padding: 1rem 4rem;
    max-width: 80%;
    border-bottom-right-radius: 15px;
    font-size: 2.5rem; 
    color: #fff; 
  }
  
  #main {
    padding: 2rem 4rem;
    margin-top: 6rem; 
  }

  .qrcode img {
    width: 100px;
  }
  
  #footer {
    padding: 5rem 4rem 1rem;
    background-image: url(footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: .8em; 
    position: relative;
  }

  .button {
    position: absolute;
    right: 2rem; 
    top: -13rem; 
  }

  .button img {
    width: 180px; 
  }

  #footer p {
    margin-bottom: 0; 
  }


  /* === TEXT === */

  p {
    margin-bottom: 2rem;
  }

  p.search {
    font-size: 1.1em; 
  }

  b, strong  {
    font-family:"FiraSans-Bold", sans-serif;
    font-weight: 700;
  }

  i, em {

  }

  h1 {
    font-family:"FiraSans-Bold", sans-serif;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.4;
    color: #fff; 
  }


  h2 {
    font-family:"FiraSans-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: .5rem;
    line-height: 1.2;  
  }

  h3 {
    font-family:"FiraSans-Bold", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: .5rem;
    font-size: 1.2em;   
  }

  h4 {
    font-size: 2.2rem;
    margin-bottom: .5rem;  
  }

  hr {
    margin: 3rem 0;
    clear: both;
    background-color: #D8D8D8;
    border-top: 3px solid #D8D8D8;
  }

  /* === IMAGES === */

  /* === BUTTONS === */

  /* === LINKS === */

  a {}

  a.visited {
    text-decoration: none;
    color: #7b217e;
  }
  
  a.inherit:link, a.inherit:visited {
    color: inherit;
    text-decoration: none;
  }

 a:hover {
   text-decoration: underline;
   color: #222056;
 }

  a:active {}

  a:focus {
    -webkit-transform: rotate();
        -ms-transform: rotate();
            transform: rotate();
  }

  .bigger {
    font-size: 1.4em; 
  }


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none;
  }

  ul ul {
    margin-bottom: 0; 
  }

  li {
    margin-bottom: .2rem;
    background: url(bullet.jpg) no-repeat 0 4px;
    padding-left: 2rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
  }

  
/* === 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: 2rem 2rem;
  }

  #footer {
    padding: 4rem 2rem 1rem;
  }

  .button img {
    width: 150px; 
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    [class*='section--'] {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {

  .jobtitel {
    bottom: -18rem; 
  }

  .logo {
    left: 1rem; 
    top: 1rem; 
  }
  .logo img {
    width: 120px; 
  }

  #main {
    margin-top: 18rem; 
  }

  .gradient {
    max-width: none; 
    width: 100%;
    padding: 2rem;
  }

  .standort {
    font-size: 2rem; 
    padding: 1rem 2rem; 
  }

  h1 {
    font-size: 3rem; 
 
  }


}

@media only screen and (max-width: 320px) {
  
}