/* === SCHRIFTEN ===*/

/* === 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: Calibri, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  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 {
    border: 1px solid grey; 
    margin: 25px auto;
    width: 740px; 
    /*
     === SHOPFORMATIERUNG === 
    width: 940px; 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
    */
  }
  
  #header {
  }

  .headerbild img {
    width: 100%;
  }
  
  #main {
    padding: 2rem 4rem;
  }
  
  #footer {
  }

  #footer img {
    width: 100%;
  }

  .siegel img {
    display: inline-block; 
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {}

  hr {}

  .small{
    font-weight: 400;
    font-size: 2.5rem;
  }

  /* === IMAGES === */

  /* === BUTTONS === */

  .cta {
    text-align: center;
    margin: 2rem 0;
  }

  .btn {
    display: inline-block;
    padding: 1rem 3rem; 
    background: #868686;
    text-transform: uppercase;
    color: #fff; 
  }

  .btn:hover {
    background: #9E9E9E;
  }

  /* === LINKS === */

  a {}

  a:link,
  a:visited,
  a:hover  {
    text-decoration: none; 
    color: #000;
  }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none;  
  }

  li {
    background: url(2a4d9012-732e-4652-99a3-7499ed7f0f4e.jpg) no-repeat 0 9px; 
    padding-left: 1rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

   /* === GRID === */

  .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }

  .leftCol {
      width: 85%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      width: 40%; /*Breite individuell anpassen */ 
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 699px) {
    #container {
        margin: 0;
        width: 100%;
        border: none;
    }

    #main {
      padding: 2rem 2rem;
    }
    #footer {
    }

    .leftCol, .rightCol {
        width: 100%;
    }

    .flex {
        flex-direction: column;
        justify-content: center;
    }

    .sections {
      justify-content: center;
  }

      [class*='section--'] {
      width: 100%;
  }
}
