/* === SCHRIFTEN ===*/

@font-face {
  font-family:"Montserrat-Regular";
  src: url(Montserrat-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:"Montserrat-SemiBold";
  src: url(Montserrat-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}


@font-face {
  font-family:"CabinCondensed-SemiBold";
  src: url(CabinCondensed-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family:"CabinCondensed-Bold";
  src: url(CabinCondensed-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 {
  text-align: justify;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color:#353a3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
 }

 .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; 
    /*
     === SHOPFORMATIERUNG === 
    width: 940px; 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25);
    */
  }
  
  #header {
  }

  .logo {
    padding: 4rem;
  }

  .headerbild img {
    width: 100%;
  }
  
  #main {
    padding: 2rem 4rem;
  }
  
  #footer {
    background: #525758;
    color: #fff; 
  }

  .socialmedia-icons > * {
    margin-right: 2rem; 
  }
  .kontaktdaten {
    width: 35%;
  }

  .zertifikat {
    width: 20%;
    text-align: center; 
  }

  .socialmedia{
    font-size: 1.2rem; 
    width: 30%;
    line-height: 1.3;
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  .bigger {
    font-size: 1.4rem; 
    margin-bottom: 2rem; 
  }

  /* === ICONS === */

  i {
    font-size: 2.5rem; 
  }

  h1, h2, h3, #footer {
    text-align: left; 
  }

  h1 {
    font-family: "CabinCondensed-Bold", sans-serif;
    color: #D9073A;
    font-weight: 700; 
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  h2 {
    font-family: "CabinCondensed-SemiBold", sans-serif; 
    font-weight: 500; 
    font-size: 2.4rem;
    margin-bottom: .7rem; 
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {}

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  .cta-btn {
    text-align: center; 
    margin-top: 6rem; 
    margin-bottom: 6rem; 
  }

  /* === LINKS === */

  a {}

  a:link,
  a:visited {
    text-decoration: none; 
  }

 a:hover {
   text-decoration: underline;
 }

 a.cta-btn {
   background: #D9073A;
   color: #fff; 
   font-size: 2rem; 
   padding: 1rem 8rem;
   text-transform: uppercase;
   font-family:"Montserrat-SemiBold", sans-serif;
   font-weight: 500;
 }

 a.mail, a.website, a.icons {
   color: #fff; 
 }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    margin-left: 4rem; 
    text-align: left; 
  }

  li {
    margin-bottom: .5rem;
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
  }
  
/* === GRID-SYSTEM === */

.container {
  padding: 2rem 4rem; 
}

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .leftCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 699px) {
    #wrapper {
        margin: 0;
        width: 100%;
        border: none;
    }

    #main {
      padding: 2rem 2rem;
    }

    .flex > * {
      width: 100%;
    }

    .leftCol, .rightCol {
        width: 100%;
    }
.kontaktdaten {
  margin-bottom: 2rem; 
}

    .zertifikat {
      margin-bottom: 2rem; 
    }

    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .sections {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }

      [class*='section--'] {
      width: 100%;
  }
}
