
/* === SCHRIFTEN === */

@font-face {
  font-family:"Archivo";
  src: url(https://multiposting.s3.softgarden.de/0017S000009oSXcQAM/b2421d87-2377-41e8-8639-da1077ec5d14/07fb5ecf-8284-43a5-aba1-e14fb5863001/8507b7a3-3217-4400-98b5-5022e9abea46.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"Archivo";
  src: url(https://multiposting.s3.softgarden.de/0017S000009oSXcQAM/b2421d87-2377-41e8-8639-da1077ec5d14/07fb5ecf-8284-43a5-aba1-e14fb5863001/a0eb16c5-1f25-4268-8c7a-ce74ecf5ad9d.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}


/* === 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: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1F1D1D;
  -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; 
}

.flex{
  display: flex;
  gap: 2rem;
}

  /* === IDS === */ 

  #wrapper {
    border: 1px solid grey; 
    margin: 25px auto;
    width: 800px; 
    background: #fff;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); 
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    /* width: 940px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0, .25); 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25); */

  }

  .container {

  }

  
  header {
  }
  
  video{
    width: 100%;
  }

  .logo {
    padding: 2rem 4rem; 
  }

  .logo img {
    max-width: 100%;
  }

  .header-headerbild img {
    width: 100%;
    vertical-align: bottom;
  }

  .jobtitle{
    padding: 2rem 4rem;
  }
  
  main {

  }
  
  footer {
    padding: 2rem 4rem; 
    background: url(https://multiposting.s3.softgarden.de/0017S000009oSXcQAM/b2421d87-2377-41e8-8639-da1077ec5d14/07fb5ecf-8284-43a5-aba1-e14fb5863001/dd03b8fd-0c3c-41d6-838d-83f80fdee197.jpg);
    color: #fff;
  }

  footer p {
    margin-bottom: 0; 
  }


  /* === TEXT === */

  p {
    margin-bottom: 2rem;
  }

  i, em {

  }

  h1 {
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }


  h2 {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    margin-bottom: .5rem;
    line-height: 1.2;  
  }

  h3 {
    font-size: 2.2rem;
    margin-bottom: .5rem;  
  }

  h4 {
    font-size: 2.2rem;
    margin-bottom: .5rem;  
  }

  hr {
    margin: 3rem 0;
    clear: both;
    background-color: #D8D8D8;
    border-top: 3px solid #D8D8D8;
  }

  .contact{
    padding: 2rem 4rem;
  }

  .contact p{
    background-color: #F7F7F7;
    padding: 2rem;
    width: 200px;
  }

  /* === IMAGES === */

  .asp{
    width: 200px;
  }

  .footer-logo{
    width: 150px;
    margin-bottom: 2rem;
  }

  /* === BUTTONS === */

  .btn{
    background-color: #960415;
    color: #fff;
    border: 1px solid #960415;
    padding: 1rem 2rem;
    text-align: center;
    width: 200px;
    margin: 2rem auto;
  }

  .btn:hover{
    background-color: #fff;
    color: #960415;
    border: 1px solid #960415;
  }

  /* === LINKS === */

  a:link {color: #fff;}

  a:visited {
    text-decoration: none;
    color: #960415;
  }
  
  a.inherit:link, a.inherit:visited {
    color: inherit;
  }

 a:hover {
   text-decoration: underline;
   color: #960415;
 }

  a:active {}

  a:focus {
    -webkit-transform: rotate();
        -ms-transform: rotate();
            transform: rotate();
  }


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    margin-left: 2rem; 
  }

  ul ul {
    margin-bottom: 0; 
  }

  li {
    margin-bottom: .2rem;
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #960415;
    color: #fff;
    padding: 2rem 4rem;
  }

  [class*='section--'] {
    width: 48.5%;
  }

  .section--3{
    width: 100%;
  }

  
/* === GRID-SYSTEM === */

[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%;     }


/* ===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 {

  }


  footer {
    padding: 2rem 2rem;
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding: 2rem 2rem;
  }

    [class*='section--'] {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 320px) {
  .flex{
    flex-direction: column;
  }
}