@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot');
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot');
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 1rem;
}

body {
  color: #2c3032;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.28em;
  font-weight: 400;
}

#wrapper {
  max-width: 1050px;
  margin: 16px auto;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}

header {
  position: relative;
}

.title {
  position: absolute;
  bottom: 8%;
  left: 4.8%;
  width: 456px;
  height: 346px;
  background: #213544;
  border-radius: 24px;
  padding: 60px 32px 40px;
}

.title {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

article {
  padding: 16px 64px 8px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 42px;
}

.box {
  width: 42%;
}

.box:first-of-type {
  width: 50%;
}

.margin {
  margin: -6px 0 12px;
}

.color a {
  color: #204ca1 !important;
  text-decoration: underline !important;
}

figure {
  display: flex;
  gap: 6px;
  margin: -16px 0 0;
}

footer {
  padding: 10px 64px;
  background: #163243;
  position: relative;
}

.jetzt-bewerben {
  position: absolute;
  right: 16px;
  bottom: 70%;
  background: #d61a23;
  border-radius: 12px;
  padding: 33px 16px 68px;
  width: 174px;
}

.jetzt-bewerben:before {
  content: "";
  width: 34px;
  height: 34px;
  background: #d61a23;
  position: absolute;
  top: 99%;
  right: 12%;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
}

footer p {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

p:not(:last-of-type) {
  margin: 0 0 12px;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 27px 0;
  font-weight: 700;
  font-size: 27px;
  line-height: 28px;
  color: #fff;
}

h1 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  color: #fff;
}

h3 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #d2182f;
}

h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #fff;
}

h4+p {
  font-size: 10px;
}

h4+p a {
  color: #fff !important;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  margin: 0 0 7px;
}

li:before {
  content: '\25A0';
  color: #d2182f;
  float: left;
  font-size: 12px;
  text-indent: -42px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #2c3032;
  text-decoration: none;
}

@media all and (max-width: 1048px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  .title {
    left: 16px;
    bottom: 16px;
    width: auto;
    height: auto;
    padding: 16px;
    border-radius: 16px;
  }

  article {
    padding: 16px 16px 8px;
  }

  footer {
    padding: 16px;
  }

  footer figure {
    position: static;
    display: flex;
    justify-content: center;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  :is(a, span) {
    white-space: nowrap;
  }

  br:not(.margin+p+p br, footer br) {
    display: none;
  }
}

@media all and (max-width: 960px) {
  .flex {
    padding: 0;
  }

  .box {
    width: 46%;
  }

  figure {
    margin: 16px 0 0;
  }

  ul li {
    padding-left: 16px;
  }

  li:before {
    text-indent: -16px;
  }
}

@media all and (max-width: 767px) {
  .title {
    position: static;
    border-radius: 0;
  }

  .flex {
    flex-direction: column;
  }

  .box {
    width: 100% !important;
  }

  .jetzt-bewerben {
    bottom: 90%;
  }
}

@media all and (max-width: 480px) {
  figure {
    margin: 16px 0 180px;
    justify-content: center;
  }

  footer {
    padding-top: 32px;
  }
}