/* === 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: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
  -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-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 {
  position: relative;
  }

  #transparent {
    position: absolute;
    bottom: 0;
    width: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(rgba(255,255,255,0.2)));
    background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff', GradientType=0 ); /* IE6-9 */
    text-align: right;
  }

  #orange {
    font-size: 20px;
    padding: 10px 43px 10px 54px;
    display: inline-block;
    background: #F84F18;
    color: #FFF;
    font-family: "WWTypeWeb regular", Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  .header-logo {
    padding: 3rem 4rem;
  }

  .header-logo img {
    width: 150px;
  }

  .header-headerbild img {
    width: 100%;
  }
  
  #main {
    padding: 2rem 4rem;
  }

  .intro {
    text-align: justify; 
  }

  .kennziffer {
    color: #000;
    margin-bottom: .5rem;
}

  .sections p {
    line-height: 1.8;
  }

  /* === BENEFITS === */

  .benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .benefits ul {
    margin-left: 0; 
    margin-bottom: 0; 
  }

  .benefits ul li {
    margin-bottom: .5rem;
  }

  .benefit-container {
    width: 48%;
    display: flex;
    margin-bottom: 2rem; 
  }

  .benefits img {
    max-width: 50px;
    margin-right: 4rem; 
  }

  /* === BENEFITS ENDE === */
  
  #footer {
    background: #F2F2F2;
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .read-me {
    background: #f84914;
    color: #fff;
    padding: 0 6rem 2rem 6rem;
  }

  .siegel {
    align-items: center;
    padding: 4rem;
    display: flex; 
    justify-content: space-between;
  }
  .kontakt {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    padding: 2rem;
  }

  .kontaktdaten {
    margin-left: 3rem; 
  }

  .kontaktperson {
    font-size: 2rem;
  }

  .apply {
    background: #fff;
    color: #000;
    background: -o-linear-gradient(45deg,#7a0a6e,#f84914 44%);
    background: linear-gradient(45deg,#7a0a6e,#f84914 44%);
    width: 48%;
    padding: 3px;
    font-size: 3rem;
    position: relative;
    text-align: center;
  }

  .apply:hover > .container {
    background: -o-linear-gradient(45deg,#7a0a6e,#f84914 44%);
    background: linear-gradient(45deg,#7a0a6e,#f84914 44%);
    color: #fff;
  }

  .apply span {
    display: inline-block;
    position: absolute;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .container {
    background: white; 
    height: 100%;
    width: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .apply:hover {
    color: #fff;
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

    h1 {
      font-size: 2.8rem;
      font-weight: 400;
      margin-top: 3rem;
      margin-bottom: 1rem;
  }

  h2 {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 1.5rem; 
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.4rem; 
    margin-bottom: .5rem;
  }

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  /* === LINKS === */

  a {}

  a:link,
  a:visited {
    text-decoration: none; 
    color: #f84914;
  }

  a.inherit:link, a.inherit:visited {
    color: inherit;
  }

  a.inherit:link:hover > .container {

      background: -o-linear-gradient(45deg,#7a0a6e,#f84914 44%);
      background: linear-gradient(45deg,#7a0a6e,#f84914 44%);
  }

  a.link:hover {
    color: #fff;
  }

 a:hover {
   text-decoration: underline;
 }

  a:active {}

  a:focus {
    -webkit-transform: rotate();
        -ms-transform: rotate();
            transform: rotate();
  }


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none;
  }

  .sections li {
    margin-bottom: .5rem;
    background: url(https://multiposting.s3.softgarden.de/001D000000lWraEIAS/90d3b856-fda2-41a3-a892-e32812283129/50c43658-076a-428b-b61a-e0c26610969c/ccb7abe5-1cf8-4a8a-b903-a0b1c69cf750.jpg) no-repeat 0 5px;
    padding-left: 1.5rem; 
  }

  .read-me li {
    margin-bottom: .5rem;
    background: url(https://multiposting.s3.softgarden.de/001D000000lWraEIAS/90d3b856-fda2-41a3-a892-e32812283129/50c43658-076a-428b-b61a-e0c26610969c/6bc86f39-bce9-4c39-abbf-26974ce71e5c.jpg) no-repeat 0 5px;
    padding-left: 1.5rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem; 
  }

  [class*='section--']:not(:last-child) {
    margin-bottom: 3rem; 
  }



  
/* === 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;
  }

  .read-me {
    padding: 0 2rem 2rem 2rem;
  }

  #footer {
    padding: 2rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #footer > * {
    width: 100%;
  }

  .kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .kontakt img {
    margin-bottom: 2rem;
  }

  .apply {
    height: 200px;
    margin-top: 2rem; 
  }

  .apply span {
  }

  .sections {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sections p {
    padding-left: 0; 
  }

    [class*='section--'] {
    width: 100%;
  }

  /* === BENEFITS == */

  .benefits {
    flex-direction: column;
  }

  .benefit-container {
    width: 100%;
  }

  .siegel img:not(:last-child) {
    margin-right: 0; 
    margin-bottom: 2rem; 
  }

.siegel {
  flex-direction: column;
  align-items: center;
}
}