/* === SCHRIFTEN === */

@font-face {
  font-family: "Barlow";
  src: url(dcef6ad0-c3f5-4c31-bba2-28b18b26a9a7.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Barlow";
  src: url(25dca6c4-3db5-418b-950b-c0ddb59194f6.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Barlow";
  src: url(ff2d0e65-9e6e-4d75-b56c-9e35555285b5.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Barlow";
  src: url(15897aff-0e92-4a34-96a6-330177af30ea.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}

/* === 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%;
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #454545;
  -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;
}

.space-between {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}

.space-around {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-start {
  display: flex; 
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-end {
  display: flex; 
  flex-wrap: wrap;
  align-items: flex-end;
}

/* === IDS === */

#wrapper {
  border: 1px solid grey;
  margin: 25px auto;
  width: 800px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 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); */
  background: #fff;
  position: relative;
}

.skip-link {
  opacity: 0;
  position: absolute;
  z-index: 999;
  background: #fff;
}

.skip-link:focus {
opacity: 1;
}

header {
}

.logo {
  padding: 2rem 4rem;
}

.logo img {
  max-width: 100%;
  height: auto;
  width: 200px;
}

.content {
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap; 
}

.leftCol img {
  width: 300px;
  position: relative;
  left: -7rem;
}

.leftCol {
width: 30%;
}

.rightCol {
width: 70%;
}

main {
  padding: 4rem 4rem 0;
}

.benefits {
  width: calc(100% + 8rem);
  position: relative;
  left: -4rem;
  background: #E5F5F9;
  padding: 2rem 4rem;
  margin-top: 2rem;
}

.benefits--content {
  display: flex; 
  flex-wrap: wrap;
  gap: 0 3rem;
  margin-top: 4rem;
}

.benefits figure {
  width: 30%;
}

.benefits img {
  width: 70px;
  margin-bottom: .5rem;
}

footer {
  padding: 0rem 4rem 0;
}

.kontakt {
  background-color: #FEEA9B;
  width: calc(100% + 8rem);
  position: relative;
  left: -4rem;
  padding: 2rem 4rem;
  background-image: url(imgi_35_698efc96f58f51104f61f467_stellenangebote/_-/_kontakt/_background.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.kontakt__data {
  display: flex; 
  flex-wrap: wrap; 
  gap: 2rem;
  margin-top: 2rem; 
}

p.kontakt-text {
  width: 60%;
  margin-bottom: 0; 
  margin-top: 4rem; 
}

.kontakt__data--asp {
  width: 25%;
}

.kontakt__data--asp img {
  width: 100%;
}

.leafs img {
  width: 100%;
}

.streifen {
  background: url(3b3fd674-3662-4d0c-a7c7-2f19b80b6a45.svg);
  width: calc(100% + 8rem);
  position: relative;
  left: -4rem;
  height: 120px;
  background: cover;
}


/* === TEXT === */

p {
  margin-bottom: 2rem;
}

b,
strong {
  font-weight: 600;
}

i,
em {
}

h1 {
  font-size: 5.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  hyphens: auto;
  font-weight: 500;
  line-height: .5; 
}

.smaller {
  font-weight: 200; 
  font-size: 3rem;
}

.green {
  color: #4f8400;
}

.dark-green {
  color: #095927;
}

.med {
    font-weight: 500;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #095927;
  font-weight: 500;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #095927;
  font-weight: 500;
}

h4 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  font-weight: 200;
}

h5 {
  font-weight: 600;
  font-size: 2rem;
  color: #095927;
}

hr {
  margin: 3rem 0;
  clear: both;
  background-color: #d8d8d8;
  border-top: 3px solid #d8d8d8;
}

/* === IMAGES === */

/* === BUTTONS === */

a.btn {
  background: #4f8400;
  color: #fff; 
  display: inline-block; 
  padding: .5rem 2rem; 
  border-radius: 50px;
  margin-top: 2rem;
}

/* === LINKS === */

a.btn:link {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

a.btn:visited {
  color: #fff;
}

a.btn:hover {
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a.inherit:link,
a.inherit:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

a:active {
}

a:focus {
  outline: 2px solid #004f9f;
}
/* === LISTEN === */

ul, ol {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

ul ul, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 0.5rem;
}

/* === TABELLEN === */

/* === SECTIONS === */

.sections {
  /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 4rem auto 0;
}

[class*="section--"] {
  margin-bottom: 2rem;
}

/* === GRID-SYSTEM === */

[class*="col-"] {
  padding: 0.8rem;
}

.col-1 {
  width: 16.666%;
}
.col-2 {
  width: 33.333%;
}
.col-4 {
  width: 66.666%;
}
.col-3 {
  width: 50%;
}
.col-6 {
  width: 100%;
}

/* ===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%;
  }

  .logo {
    padding: 2rem; 
  }

  main {
    padding: 2rem 2rem 0;
  }

  footer {
    padding: 0rem 2rem 0;
  }

  .sections {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [class*="section--"] {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .leftCol {
    display: none; 
  }

  .rightCol {
    width: 100%;
  }

 .benefits figure {
    width: 45%;
  }

  p.kontakt-text {
    margin-top: 0rem; 
  }
}

@media only screen and (max-width: 320px) {

  .benefits figure {
    width: 100%;
  }

  p.kontakt-text {
    width: 100%;
  }

  .kontakt__data--asp {
    width: 100%;
  }

  .kontakt__data--asp img {
    width: 150px;
  }
}
