/* === SCHRIFTEN === */

@font-face {
  font-family: "RobotoCondensed-Light";
  src: url(https://multiposting.s3.softgarden.de/001D000000tdquPIAQ/f34bf2a0-dc15-4608-8569-500458e56c8d/ea6b1e53-241e-4376-bbcd-f0a5d7547668/5cfb697c-d2fe-4b45-b376-4a8da63fd504.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url(https://multiposting.s3.softgarden.de/001D000000tdquPIAQ/f34bf2a0-dc15-4608-8569-500458e56c8d/ea6b1e53-241e-4376-bbcd-f0a5d7547668/e7971b36-9448-4017-a9b3-87d3e68478f7.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url(https://multiposting.s3.softgarden.de/001D000000tdquPIAQ/f34bf2a0-dc15-4608-8569-500458e56c8d/ea6b1e53-241e-4376-bbcd-f0a5d7547668/9dc6e39b-b619-40e1-9a77-c14c324c4628.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 {
  font-family: "RobotoCondensed-Light", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  -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;
}

/* === 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);
  background: #fff;
}

#header {
  padding: 2rem 3rem; 
}

.intro {
  text-align: justify;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.header-headerbild img {
  width: 100%;
  vertical-align: bottom;
}

#main {
  padding: 2rem 4rem 0;
}

.benefits {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between;
}

figure {
  width: 45%;
  display: flex; 
  gap: 2rem; 
  align-items: flex-start;
}

figure img {
  width: 30px; 
}


#footer {
  padding: 2rem 4rem;
  font-size: 1.2rem; 
  background: #F3F0EC;
}

#footer .col-4 {
  background: #EFEBE5;
  border-top-left-radius: 20px;
  padding: 3rem; 
}


.flex {
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap; 
  align-items: flex-end;
}

.logo-aseag img {
  width: 70px;
}

.apply {
  display: flex; 
  gap: 2rem; 
}

.apply p, .kontakt p {
  position: relative;
  top: 2px; 
}

.kontakt {
  display: flex; 
  gap: 2rem;
}

.company {
  display: flex; 
  justify-content: space-between;
}


.logo-stawag img {
  width: 70px; 
}

.website {
  font-size: 1.6rem; 
}

/* === TEXT === */

p {
  margin-bottom: 2rem;
}

b,
strong {
  font-family: "RobotoCondensed-Bold", Arial, sans-serif;
  font-weight: 700;
}

i,
em {
}

h1 {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-weight: 200; 
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #4DA32F;
}

p.jobinfos {
  color: #4CA22F;
}

span.smaller {
 font-size: 3.3rem; 
 display: block;  
}

h2 {
  font-family: "RobotoCondensed-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #575756;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

hr {
  margin: 3rem 0;
  clear: both;
  background-color: #d8d8d8;
  border-top: 3px solid #d8d8d8;
}

/* === IMAGES === */

/* === BUTTONS === */

/* === LINKS === */

a:link {
  color: #0563c1;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #7b217e;
}

a.inherit:link,
a.inherit:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #222056;
}

a:active {
}

a:focus {
  -webkit-transform: rotate();
  -ms-transform: rotate();
  transform: rotate();
}

/* === LISTEN === */

ul {
  margin-bottom: 2rem;
  list-style: none;
}

ul ul {
  margin-bottom: 0;
}

li {
  background: url(https://multiposting.s3.softgarden.de/001D000000tdquPIAQ/f34bf2a0-dc15-4608-8569-500458e56c8d/ea6b1e53-241e-4376-bbcd-f0a5d7547668/90da23ed-a4ce-47f3-8e83-25ee54105b00.svg) no-repeat 0 8px;
  background-size: 4px;
  padding-left: 2rem; 
}

/* === TABELLEN === */

/* === SECTIONS === */

.sections {
  /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap; 
}

[class*="section--"] {
  margin-bottom: 2rem;
  width: 48.5%;
}

/* === GRID-SYSTEM === */

[class*="col-"] {
  padding: 0.8rem;
}

.col-1 {
  width: 16.666%;
}
.col-2 {
  width: 28%;
}
.col-4 {
  width: 70%;
}
.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%;
  }

  #main {
    padding: 2rem 2rem;
  }

  #footer {
    padding: 2rem 0rem 0 2rem;
  }

  .logo img {
    width: 150px;
  }

  .sections {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [class*="section--"] {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3rem; 
  }

  .benefits {
    height: 100%;
  }

  figure {
    width: 100%;
  }

  span.smaller {
    font-size: 2.4rem; 
  }

  .apply {
    flex-direction: column;
    gap: 0rem; 
  }

  .kontakt {
    flex-direction: column;
    gap: 0rem; 
  }

  .company {
    display: flex; 
    flex-direction: column;
  }

  .company > * {
    margin-bottom: 1rem; 
  }
}

@media only screen and (max-width: 320px) {
}
