/* === SCHRIFTEN === */

@font-face {
  font-family: "Montserrat";
  src: url(3c13ed78-264d-48c4-b781-057a1f0a4324.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url(9bd8503e-62d9-4af7-a59f-e8f771a64cd8.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%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  hyphens: auto;
  background: #F1F6F9;
  hyphenate-limit-chars: auto 5 5;
}

.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;
  text-align: justify;
}

.divider {
  border: none;
  height: 1px;
  background-color: lightgrey;
  margin: 20px 0 30px;
}
.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: 250px; 
}

.header-headerbild img {
  width: 100%;
  vertical-align: bottom;
}

.siegel {
  text-align: center;
}

.siegel img {
  height: 100px; 
}

ul.jobinfos {
  list-style: none;
  display: flex; 
  justify-content: center;
  gap: 2rem;
  margin-left: 0; 
}

li.worktime {
  background: url(71937b1a-3cc0-44f5-be2a-2664e758886a.svg) no-repeat 0 0px;
  padding-left: 3rem; 
}

li.location {
  background: url(a3e02816-f6eb-40ed-9ea3-06aa707aafbc.svg) no-repeat 0 0px;
  padding-left: 2rem; 
}

li.startdate {
  background: url(4c7ee40d-584c-450b-b257-3cd346248fdd.svg) no-repeat 0 0px;
  padding-left: 2.5rem; 
}


main {
  padding: 4rem 4rem 2rem;
}

footer {
  padding: 4rem 4rem 2rem;
  background: linear-gradient(to right, #305971, #5fbeca);
  color: #fff; 
}

footer h2 {
  color: #fff;
}


/* === TEXT === */

p {
  margin-bottom: 2rem;
}

b,
strong {
  font-weight: 700;
}

i,
em {
}

h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  hyphens: auto;
  color: #1f2020;
    background: linear-gradient(to right, #305971, #5fbeca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #3d758a;
}

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 === */

a.btn:link {
  background: #ad343e;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px; 
  display: inline-block; 
  margin-top: 1rem; 
}

/* === 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 {
  outline: 2px solid #004f9f;
}
/* === LISTEN === */

ul, ol {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

ul ul, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 1rem;
}

/* === TABELLEN === */

/* === SECTIONS === */

.sections {
  /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
}

[class*="section--"] {
  margin-bottom: 4rem;
  width: 100%;
  hyphens: auto;
}

/* === 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%;
  }

  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) {

  h1 {
    font-size: 2.2rem; 
  }

  ul.jobinfos {
    flex-direction: column;
  }
}

@media only screen and (max-width: 320px) {
}
