
/* === SCHRIFTEN === */

@font-face {
  font-family: "Roboto";
  src: url(https://multiposting.s3.softgarden.de/0012p00003bWo1PAAS/524f0589-aa7a-447f-8aff-5e265828e6bb/3b35c122-5906-4add-b3c9-c0b9edc7d8b0/891b4620-ac7f-4132-a539-0ca3d44161d2.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(https://multiposting.s3.softgarden.de/0012p00003bWo1PAAS/524f0589-aa7a-447f-8aff-5e265828e6bb/3b35c122-5906-4add-b3c9-c0b9edc7d8b0/e08a9ff5-f166-468f-8e31-1f70ad9c3dd8.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%;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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);
  background: #4c4b63;
}

#header {
  position: relative;
}

.logo {
  padding: 2rem 4rem;
  top: 0; 
  left: calc(50% - 125px); 
  width: 250px;
  position: absolute;
  z-index: 999;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.jobinfos {
  font-weight: 700; 
  text-transform: uppercase;
  margin-bottom: 3rem; 
}

.job {
  position: absolute;
  bottom: 5rem; 
  width: 100%;
  text-align: center;
  color: #fff;
}

.header-headerbild img {
  width: 100%;
  vertical-align: bottom;
  -webkit-filter: brightness(.5);
          filter: brightness(.5);
}

#main {
  padding: 4rem 8rem;
}

.intro {
  margin-bottom: 4rem; 
}

#footer {
  padding: 4rem 8rem;
}

#footer p {
  margin-bottom: 0;
}

/* === TEXT === */

p {
  margin-bottom: 2rem;
}

b,
strong {
  font-weight: 600;
}

i,
em {
}

h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: 600;
}

.smaller {
  font-size: 1.4rem; 
  display: block; 
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

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 === */

.btn {
  background: #ff562b;
  display: inline-block; 
  padding: 1.5rem 4rem;
  font-weight: 700;
  border-radius: 25px;
}

.btn:hover {
  background: #ff6a44;
}

/* === LINKS === */

a:link {
  color: #ff6a44;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a.inherit:link,
a.inherit:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

a:active {
}

a:focus {
  -webkit-transform: rotate();
  -ms-transform: rotate();
  transform: rotate();
}

/* === LISTEN === */

ul {
  margin-bottom: 2rem;
  margin-left: 4rem;
}

ul ul {
  margin-bottom: 0;
}

li {
  margin-bottom: 1rem;
}

.icon{
  list-style-type: none;
}

/* === TABELLEN === */

/* === SECTIONS === */

.sections {
  /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
}

[class*="section--"] {
  margin-bottom: 3rem;
}

.section--5{
  background-color: rgba(255, 255, 255, 0.075);
  padding: 2rem 6rem;
  border-radius: 10px;
  margin-bottom: 0;
}

/* === 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%;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Zwei gleich große Spalten */
  grid-template-rows: repeat(4, auto); /* Vier Zeilen mit automatischer Höhe */
  gap: 10px; /* Abstand zwischen den Elementen */
  width: 100%; /* Volle Breite */
}


/* ===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 2rem;
  }

  .sections {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [class*="section--"] {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .job {
    bottom: 2rem; 
  }

  .jobinfos {
    margin-bottom: 2rem; 
  }

  h1 {
    font-size: 2rem; 
  }

  h2 {
    font-size: 1.8rem;
  }

  .grid-container{
    grid-template-columns: none;
  }
}

@media only screen and (max-width: 320px) {
  .job {
    position: relative;
    color: #252525;
    padding: 4rem 2rem; 
  }

  a.inherit:link,
  a.inherit:visited {
    color: #fff; 
  }
}