/* === SCHRIFTEN ===*/

@font-face {
  font-family:"Istok";
  src: url(https://multiposting.s3.softgarden.de/001D000000lWGigIAG/dd126f3a-4653-4bff-846c-35272a26bc95/d379d2db-bdcd-46d0-919c-200e876326b6/e7029353-3871-41be-90c5-68f7a41613b8.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family:"Istok";
  src: url(https://multiposting.s3.softgarden.de/001D000000lWGigIAG/dd126f3a-4653-4bff-846c-35272a26bc95/d379d2db-bdcd-46d0-919c-200e876326b6/e389765f-0241-4fbb-bdcf-f18ef6a658c6.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* === GLOBAL === */
*,
*::after,
*::before {
    margin: 0;
    padding: 0; 
    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: "Istok", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000;
  box-sizing: border-box; 
 }

 .clearfix::after {
   content: ""; 
   clear: both; 
   display: block;
 }

 /* === HILFSKLASSEN === */

 .u-center-box {
   margin:0 auto;
 }

 .u-center-text {
  text-align: center;
}

 .margin-bottom-small {
   margin-bottom: 2rem;
 }

 .margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}

.margin-bottom-big {
  margin-bottom: 8rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-top-medium {
 margin-top: 4rem;
}

.margin-top-large {
 margin-top: 6rem;
}

.margin-top-big {
 margin-top: 8rem;
}

  /* === IDS === */ 

  #container {
    margin: 25px auto; 
    width: 940px; 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
    */
  }
  
  #header {
    position: relative;
  }

  #header p {
    position: absolute; 
    padding: 1rem 2rem;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%; 
    background: rgba(255,255,255, .8);
  }

  .headerbild img {
    width: 100%;
  }

  .aushang {
    font-weight: 700; 
    color: red; 
    font-size: 1.6rem; 
  }

  .logo {
    position: absolute;
    width: 295px;
    height: 167px;
    right: 11rem;
    top: 0;
  }
  
  #main {
    padding: 4rem 8rem 0;
  }

  #main img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .aufgabentitel {
    position: relative;
  }

  #footer {
    padding: 2rem 8rem 0;
  }

  .fussleiste {
    display: flex; 
    align-items: center;
    justify-content: space-between;
  }

  .fussleiste p {
    color: #343333;
    font-size: 1.1rem; 
  }

  .trenner {
    color: #e30613;
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  p.ueberschrift {
    font-size: 3rem;
    font-weight: 700; 
    text-align: center;
  }

  h1 {
    font-size: 3rem;
    color: #fff; 
    background: #e30613;
    display: inline-block; 
    padding: 2rem 2rem 2rem;
    margin-bottom: 3rem;
    text-align: center;
    border-radius: 20px;
    width: 100%;
  }

  h1 p {
    margin-bottom: 0; 
    font-size: 1.6rem;
  }

  h1 ul {
    font-size: 1.6rem;
  }

  h1 li {
    margin-bottom: .2rem;
  }


  h2 {
    position: absolute;
    font-weight: bold;
    font-size: 1.6rem;
    bottom: 1.2rem; 
    left: 15rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }

  h4 {}

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */
  .button {
    background: #e30613;
    position: relative; 
    display: inline-block; 
    float: right;
    font-size: 1.8rem;
    padding: 1rem 6rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  /* === LINKS === */

  a {
    text-decoration: none; 
  }

  a.mail:link,
  a.mail:visited,
  a.mail:hover  {
    color: #000; 
  }

  a.mail:link,
  a.mail:visited,
  a.mail:hover  {
    color: #000; 
  }

  a.website:link,
  a.website:visited,
  a.website:hover  {
    color: #fff; 
  }

  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none; 
  }

  li {
    margin-bottom: .5rem;
    background: url(https://multiposting.s3.softgarden.de/001D000000lWGigIAG/dd126f3a-4653-4bff-846c-35272a26bc95/d379d2db-bdcd-46d0-919c-200e876326b6/b5eeb37e-f5eb-4b69-bc7e-764af393dad9.png) no-repeat 0 7px;
    padding-left: 2rem;
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  
.row { /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.row:not(:last-child) {
  margin-bottom: 4rem; 
}

.section--1 { /* 1. Abschnitt im Shopsystem */
  column-count: 1; 
  color: #000;
}

.section--2 { /* 2. Abschnitt im Shopsystem usw. */
  column-count: 1; 
}

.section--3 { /* 2. Abschnitt im Shopsystem usw. */
  column-count: 1; 
  width: 100%;
}

  /* === GRID === */

  .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }

  .leftCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 699px) {
    #container {
        margin: 0;
        width: 100%;
        border: none;
    }

    #main {
      padding: 2rem 2rem;
    }

    #footer {
      padding: 2rem 2rem;
    }

    ul {
      margin-bottom: 0;
    }

    .aufgabentitel {
      margin-top: 1rem;
    }

    .leftCol, .rightCol {
        width: 100%;
    }

    .flex {
        flex-direction: column;
        justify-content: center;
    }

    .row {
      justify-content: center;
  }

      [class*='section--'] {
      width: 100%;
  }

  .section--1, .section--2, .section--3 {
    column-count: 1; 
  }

  .fussleiste {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
 h2 {
   left: 6rem; 
 }