
/* === SCHRIFTEN === */

@font-face {
  font-family:"Hind-Regular";
  src: url(Hind-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"Hind-Bold";
  src: url(Hind-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:"Hind-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  -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; 
}

.margin-minus {
  margin-left: -4rem; 
  margin-right: -4rem; 
}

.padding-small {
  padding: 2rem 4rem; 
}

.radius {
  border-radius: 20px; 
  padding: 1rem; 
}

  /* === IDS === */ 

  #wrapper {
    border: 1px solid grey; 
    margin: 25px auto;
    width: 700px; 
    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); */
  }
  
  #header {
  }

  .logo {
    padding: 2rem 4rem; 
    text-align: center
  }

  .logo img {
    width: ;
  }

  p.red {
    background: #E3351F;
    color: #fff; 
    font-size: 2rem; 
    text-align: center;
  }

  .header-headerbild img {
    width: 100%;
    vertical-align: bottom;
  }
  
  #main {
    padding: 2rem 4rem;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
  }

  .flex p:nth-of-type(2) {
    border-left: 1px solid #D8D8D8;
    padding-left: 4rem;  
  }
  
  #footer {
    padding: 2rem 4rem; 
  }

  #footer p {
    margin-bottom: 0; 
  }


  /* === TEXT === */

  p {
    margin-bottom: 2rem;
  }

  b, strong  {
    font-family:"Hind-Bold", sans-serif; 
    font-weight: 700; 
  }

  i, em {

  }

  h1 {
    font-family:"Hind-Bold", sans-serif; 
    font-weight: 700; 
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 3rem; 
    color: #E3351F;
  }

  span.smaller {
    font-family:"Hind-Regular", sans-serif; 
    font-weight: 400;
    font-size: 2rem; 
    color: #000;
  }

  .smaller2 {
    display: block; 
    font-size: 1.4rem; 
  }

  .bigger {
    font-size: 1.8rem; 
    color: #E3351F;
  }


  h2 {
    font-family:"Hind-Bold", sans-serif; 
    font-weight: 700;
    font-size: 1.8rem;
    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;
  }

  /* === IMAGES === */

  /* === BUTTONS === */

  /* === LINKS === */

  a:link {
    color: #0563C1;
  }

  a.visited {
    text-decoration: none;
    color: #7b217e;
  }
  
  a.inherit:link, a.inherit:visited {
    color: inherit;
  }

 a:hover {
   text-decoration: underline;
   color: #222056;
 }

  a:active {}

  a:focus {
    -webkit-transform: rotate();
        -ms-transform: rotate();
            transform: rotate();
  }


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none;
  }

  ul ul {
    margin-bottom: 0; 
  }

  li {
    margin-bottom: .5rem;
    background: url(bullet.svg) no-repeat 0 5px;
    background-size: 5px; 
    padding-left: 2rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
  }



/* ===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;
  }

  .col-1 { width: 50%; }
  .col-2 { width: 100%; }
  .col-3 { width: 100%;}
  .col-4 {width: 100%; }


  #main {
    padding: 2rem 2rem;
  }

  #footer {
    padding: 2rem 2rem;
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    [class*='section--'] {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex p:nth-of-type(2) {
    border-left: none;
    padding-left: 0; 
  }

  .logo img {
    width: 250px; 
  }

}

@media only screen and (max-width: 320px) {
  
}