:root {
  --color-background: #000000;
  --color-text: #ffffff;
  --color-yellow: #FFCC00;
  --color-orange: #F59C01;
  --color-mix: #FAB709; }

/*
@media (prefers-color-scheme: light) {
    :root {
        --color-background: #f4f4f4;
        --color-text: #333;
        --color-yellow: #FFCC00;
        --color-orange: #F59C01;
        --color-mix: #FAB709;
    }
}*/
body.azubi {
  padding: 0;
  margin-top: 140px; }
body.show-nav .masthead {
  background-color: rgba(0, 0, 0, 0.8); }

.azubi .masthead {
  display: block;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0; }
  .azubi .masthead::before, .azubi .masthead::after {
    content: none; }

.masthead--wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem; }
  .masthead--wrapper > .button {
    margin: 0 0 0 auto; }
    @media screen and (max-width: 500px) {
      .masthead--wrapper > .button {
        font-size: .8rem;
        padding: 0.5rem 1rem;
        line-height: 1.2rem; } }
.masthead--toggle {
  border: none;
  background: none;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #909090;
  cursor: pointer; }
  @media screen and (max-width: 500px) {
    .masthead--toggle {
      margin-right: 0; } }
.masthead--logo {
  max-width: 130px;
  width: 100%; }
  .masthead--logo img {
    border-radius: 0; }
.masthead--nav {
  position: absolute;
  transform: translate(0, -200%);
  transition: all 0.5s ease;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .show-nav .masthead--nav {
    transform: translate(0); }
  .masthead--nav .azubi-nav__container {
    max-width: 1024px;
    padding: 2rem;
    margin: 0 auto; }
    .masthead--nav .azubi-nav__container .azubi-nav {
      display: flex;
      flex-flow: row wrap;
      gap: 1rem 2rem;
      margin: 0;
      list-style: none; }
      .masthead--nav .azubi-nav__container .azubi-nav li {
        flex: 1 0 100%;
        max-width: 150px; }
        @media screen and (max-width: 500px) {
          .masthead--nav .azubi-nav__container .azubi-nav li {
            max-width: 100%; } }
    .masthead--nav .azubi-nav__container a {
      display: inline-block;
      padding: 0.5rem 1rem;
      text-decoration: none;
      color: var(--color-text);
      border: 1px solid;
      border-radius: 4px;
      width: 100%; }

img {
  border-radius: 12px;
  overflow: hidden; }

h1,
h2,
h3,
h4 {
  color: var(--color-text) !important; }

h1,
h2 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  transition: all 3s ease; }
  h1::before, h1::after,
  h2::before,
  h2::after {
    content: '';
    position: absolute;
    left: 0; }
  h1::after,
  h2::after {
    height: 2px;
    width: 100%;
    bottom: 2px;
    background-color: white; }
  h1::before,
  h2::before {
    width: 20%;
    height: 6px;
    bottom: 0;
    z-index: 2;
    background-color: var(--color-mix); }
  h1.visible::before,
  h2.visible::before {
    width: 80%;
    transition: all 1s ease; }

.icon-list {
  display: flex;
  flex-flow: column;
  gap: 1rem; }
  .icon-list li {
    position: relative;
    padding-left: 3rem; }
    .icon-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 1.2rem;
      width: 30px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent; }
    .icon-list li.gehalt::before {
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/emoticon-podbi344-gehalt.png"); }
    .icon-list li.erfuellung::before {
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/emoticon-podbi344-erfuellung.png"); }
    .icon-list li.spielraum::before {
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/emoticon-podbi344-spielraum.png"); }
    .icon-list li.team::before {
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/emoticon-podbi344-team.png"); }

.timeline {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 0;
  padding: 4rem 0;
  margin: 1rem 0; }
  .timeline::before, .timeline::after {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    transform: translate(-50%, 0); }
  .timeline::before {
    top: .9rem;
    border-radius: 50%;
    border: 1px solid var(--color-yellow); }
  .timeline::after {
    bottom: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-timeline.svg"); }
  .timeline li {
    position: relative;
    padding: 1rem 0 1rem 2rem;
    margin: 0;
    border-left: 1px solid var(--color-yellow); }
    .timeline li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2rem;
      width: 1.5rem;
      height: 1px;
      background-color: var(--color-yellow); }

.button {
  display: inline-block;
  padding: 0.75rem 2rem;
  margin: 1rem 0;
  background: linear-gradient(to bottom, var(--color-yellow) 0%, var(--color-orange) 40%, var(--color-orange) 100%);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: none; }
  .button.facebook, .button.instagram, .button.youtube {
    position: relative;
    display: inline-block;
    text-indent: -999rem;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 1rem .5rem; }
    .button.facebook::after, .button.instagram::after, .button.youtube::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .button.facebook::after {
    background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-facebook.png"); }
  .button.instagram::after {
    background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-instagram.png"); }
  .button.youtube::after {
    background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-youtube.png"); }

.lines {
  margin: 2rem 0;
  padding: 0;
  list-style: none; }
  .lines li {
    position: relative;
    padding: 1.25rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-yellow);
    text-align: center;
    font-size: 1.25rem; }
    .lines li:before {
      content: none; }
    .lines li:first-of-type {
      border-top: 1px solid var(--color-yellow); }

.content.azubi {
  padding: 0 2rem;
  color: var(--color-text); }
  @media screen and (max-width: 500px) {
    .content.azubi {
      padding: 0 1rem; } }
  .content.azubi .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.89;
    pointer-events: none; }
    .content.azubi .background::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-background);
      opacity: 0.40; }
    .content.azubi .background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 0; }
  .content.azubi .claim {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-orange); }
  .content.azubi .module {
    position: relative;
    max-width: 1024px;
    margin: 4rem auto;
    z-index: 2; }
  .content.azubi .module.anchors {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 12px; }
    .content.azubi .module.anchors .anchors {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 300px));
      gap: 2rem;
      justify-content: flex-start; }
      .content.azubi .module.anchors .anchors li {
        position: relative;
        padding-left: 2rem;
        text-align: left; }
        .content.azubi .module.anchors .anchors li::before {
          content: '';
          position: absolute;
          top: 0.8rem;
          left: 0;
          width: 1rem;
          height: 1rem;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-anchors.svg");
          background-color: transparent; }
        .content.azubi .module.anchors .anchors li a {
          color: inherit;
          text-decoration: none;
          font-weight: inherit; }
  .content.azubi .cta {
    position: relative;
    padding: 8rem 0;
    margin: 2rem auto; }
    @media screen and (min-width: 768px) {
      .content.azubi .cta {
        margin: 4rem auto; } }
    .content.azubi .cta::before, .content.azubi .cta::after {
      content: '';
      position: absolute;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .content.azubi .cta::before {
      top: 0;
      left: 0;
      max-width: 240px;
      width: clamp(140px, 30%, 240px);
      height: 130px;
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-arrow.svg"); }
    .content.azubi .cta::after {
      left: 50%;
      top: 50%;
      height: 100%;
      max-width: 220px;
      width: 100%;
      transform: translate(-50%, -50%);
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-background.svg");
      z-index: 1; }
    .content.azubi .cta__wrapper {
      position: relative;
      display: flex;
      flex-flow: column;
      place-items: center;
      gap: 1rem;
      padding: 2rem 0;
      margin: 2rem auto;
      text-align: center;
      z-index: 2; }
      .content.azubi .cta__wrapper::before, .content.azubi .cta__wrapper::after {
        content: '';
        position: absolute;
        left: 50%;
        width: 150px;
        height: 1px;
        transform: translate(-50%, 0);
        background-color: var(--color-yellow); }
      .content.azubi .cta__wrapper::before {
        top: 0; }
      .content.azubi .cta__wrapper::after {
        bottom: 0; }
      .content.azubi .cta__wrapper > * {
        margin: 0; }
  .content.azubi .image-text__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    gap: 2rem; }
    @media screen and (min-width: 768px) {
      .content.azubi .image-text__wrapper {
        gap: 4rem; }
        .content.azubi .image-text__wrapper.big {
          grid-template-columns: 1fr 1fr; }
        .content.azubi .image-text__wrapper.left {
          grid-template-areas: "image text"; }
          .content.azubi .image-text__wrapper.left.small {
            grid-template-columns: 1fr 3fr; }
        .content.azubi .image-text__wrapper.right {
          grid-template-areas: "text image"; }
          .content.azubi .image-text__wrapper.right.small {
            grid-template-columns: 3fr 1fr; } }
  .content.azubi .image-text__text {
    grid-area: text; }
    @media screen and (min-width: 768px) {
      .content.azubi .image-text__text {
        padding-top: 8rem; } }
  .content.azubi .image-text__image {
    grid-area: image; }
  .content.azubi .progress__element {
    display: grid;
    grid-template-areas: "title . money" "bar bar bar" "text text text";
    gap: 0.5rem;
    margin-bottom: 1rem; }
    .content.azubi .progress__element .title {
      grid-area: title;
      font-family: 'Dax', sans-serif;
      font-size: 1.5rem; }
    .content.azubi .progress__element .money {
      grid-area: money;
      font-family: 'Dax', sans-serif;
      font-size: 1.5rem; }
    .content.azubi .progress__element .bar {
      grid-area: bar;
      height: 20px;
      border-radius: 11px;
      border: 2px solid #fff;
      background: linear-gradient(to right, var(--color-yellow) 0%, var(--color-orange) 30%, transparent 30%);
      transition: all 0.5s ease; }
    .content.azubi .progress__element .text {
      grid-area: text; }
  .content.azubi .rate__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "form";
    gap: 1rem; }
    @media screen and (min-width: 768px) {
      .content.azubi .rate__wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "form image";
        gap: 2rem; } }
    @media screen and (min-width: 1023px) {
      .content.azubi .rate__wrapper {
        gap: 4rem; } }
  .content.azubi .rate__form {
    position: relative;
    grid-area: form; }
    .content.azubi .rate__form .formular__element {
      display: flex;
      flex-flow: column;
      gap: 0.5rem;
      margin-bottom: 1rem; }
      .content.azubi .rate__form .formular__element .stars {
        display: flex;
        flex-flow: row nowrap;
        gap: 1rem;
        margin: 1rem 0; }
        .content.azubi .rate__form .formular__element .stars .star {
          position: relative;
          width: 60px;
          height: 60px; }
          .content.azubi .rate__form .formular__element .stars .star::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-star.svg");
            z-index: 2;
            border-radius: 50%;
            pointer-events: none;
            background-color: white; }
          .content.azubi .rate__form .formular__element .stars .star.selected::before {
            background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-star-checked.svg"); }
        .content.azubi .rate__form .formular__element .stars input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none;
          background: none;
          accent-color: white; }
          .content.azubi .rate__form .formular__element .stars input:checked {
            outline: none; }
    .content.azubi .rate__form .formular__input--textarea {
      padding: 0.5rem; }
    .content.azubi .rate__form .formular__legal {
      position: relative; }
      .content.azubi .rate__form .formular__legal .formular__label {
        padding-left: 2rem;
        position: relative;
        left: 0;
        transform: none;
        color: white; }
      .content.azubi .rate__form .formular__legal .formular__input {
        position: absolute;
        left: 0;
        top: 0.6rem;
        width: 14px;
        height: 14px;
        padding: 0;
        transform: scale(1.4); }
    .content.azubi .rate__form .formular__admin-notice {
      color: #c40505 !important;
      font-weight: bold; }
    .content.azubi .rate__form .formular__submit {
      cursor: pointer; }
      .content.azubi .rate__form .formular__submit:disabled {
        cursor: not-allowed;
        background: #797979ed; }
  .content.azubi .rate__image {
    grid-area: image; }
  .content.azubi .rate__text {
    margin-top: 2rem;
    text-align: center; }
  .content.azubi .slider .logo {
    display: block;
    max-width: 200px;
    width: 100%;
    overflow: visible; }
    .content.azubi .slider .logo path {
      fill: #909090;
      transform-box: fill-box;
      transition: all 0.5s ease-in-out;
      transform-origin: center; }
      .content.azubi .slider .logo path.active {
        fill: var(--color-orange);
        transform: scale(1.2); }
  .content.azubi .glide {
    text-align: center; }
    .content.azubi .glide__arrows {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      max-width: 450px;
      margin: 0 auto 2rem auto; }
    .content.azubi .glide__arrow {
      padding: 0;
      background: none;
      border: none;
      width: 30px;
      height: 30px;
      cursor: pointer;
      fill: #909090; }
    .content.azubi .glide__bullets {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1rem; }
    .content.azubi .glide__bullet {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid #909090;
      background-color: transparent; }
      .content.azubi .glide__bullet--active {
        background-color: white; }
  .content.azubi .statement__wrapper {
    position: relative;
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: 1fr 2fr;
    gap: clamp(2rem, 2vw, 3rem);
    align-items: center; }
    @media screen and (max-width: 600px) {
      .content.azubi .statement__wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "text ";
        gap: 2rem; } }
  .content.azubi .statement__image {
    grid-area: image; }
  .content.azubi .statement__text {
    grid-area: text; }
  .content.azubi .video-text__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "video" "text";
    gap: 1rem; }
    @media screen and (min-width: 768px) {
      .content.azubi .video-text__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 2rem; }
        .content.azubi .video-text__wrapper.left {
          grid-template-areas: "video text"; }
        .content.azubi .video-text__wrapper.right {
          grid-template-areas: "text video"; } }
    @media screen and (min-width: 1023px) {
      .content.azubi .video-text__wrapper {
        gap: 4rem; } }
  .content.azubi .video-text__video {
    position: relative;
    grid-area: video;
    aspect-ratio: 9/16; }
    .content.azubi .video-text__video iframe,
    .content.azubi .video-text__video img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .content.azubi .video-text__video img {
      object-fit: cover; }
    .content.azubi .video-text__video iframe {
      border: none;
      display: none; }
    .content.azubi .video-text__video.loaded iframe {
      display: block; }
    @media screen and (max-width: 767px) {
      .content.azubi .video-text__video {
        height: 100%;
        width: 100%;
        max-height: 700px;
        padding-bottom: calc(9/16 * 100%); } }
  .content.azubi .video-text__text {
    grid-area: text; }
    @media screen and (min-width: 768px) {
      .content.azubi .video-text__text {
        padding-top: 8rem; } }
  .content.azubi .video-text__button {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    padding: 0.5rem 1rem .5rem 3rem;
    background-color: #fff;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: none; }
    .content.azubi .video-text__button::before {
      content: '';
      position: absolute;
      top: 0.55rem;
      left: 1rem;
      width: 25px;
      height: 25px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-play.svg"); }
  .content.azubi .videos h2 {
    max-width: 500px; }
  .content.azubi .videos__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
    @media screen and (max-width: 767px) {
      .content.azubi .videos__wrapper {
        grid-template-columns: repeat(2, minmax(200px, 400px)); } }
    @media screen and (max-width: 600px) {
      .content.azubi .videos__wrapper {
        grid-template-columns: repeat(1, 1fr); } }
  .content.azubi .videos__element {
    position: relative;
    aspect-ratio: 9/16; }
    .content.azubi .videos__element iframe,
    .content.azubi .videos__element img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .content.azubi .videos__element img {
      object-fit: cover;
      cursor: pointer; }
    .content.azubi .videos__element iframe {
      border: none;
      display: none; }
    .content.azubi .videos__element.loaded iframe {
      display: block; }
  .content.azubi .rundgang-text__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    gap: 2rem; }
    @media screen and (min-width: 768px) {
      .content.azubi .rundgang-text__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 4rem; }
        .content.azubi .rundgang-text__wrapper.left {
          grid-template-areas: "image text"; }
        .content.azubi .rundgang-text__wrapper.right {
          grid-template-areas: "text image"; } }
  .content.azubi .rundgang-text__text {
    grid-area: text; }
    @media screen and (min-width: 768px) {
      .content.azubi .rundgang-text__text {
        padding-top: 8rem; } }
  .content.azubi .rundgang-text__image {
    grid-area: image; }
  .content.azubi .news__wrapper {
    display: grid;
    gap: 2rem; }
    @media screen and (min-width: 600px) {
      .content.azubi .news__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 1rem; } }
    @media screen and (min-width: 1023px) {
      .content.azubi .news__wrapper {
        grid-template-columns: 1fr 1fr 1fr; } }
  .content.azubi .news__element {
    position: relative; }
    .content.azubi .news__element .text {
      background-color: var(--color-orange);
      color: #fff;
      border-radius: 12px;
      overflow: hidden; }
    @media screen and (max-width: 599px) {
      .content.azubi .news__element:nth-of-type(2n) .text {
        background-color: var(--color-yellow);
        color: #555555; }
      .content.azubi .news__element:nth-of-type(2n) .link::before {
        background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-link-black.png"); }
      .content.azubi .news__element:nth-of-type(2n) h3 {
        color: #555555 !important; } }
    @media screen and (min-width: 600px) and (max-width: 1023px) {
      .content.azubi .news__element:nth-of-type(2) .text, .content.azubi .news__element:nth-of-type(3) .text, .content.azubi .news__element:nth-of-type(6) .text, .content.azubi .news__element:nth-of-type(7) .text, .content.azubi .news__element:nth-of-type(10) .text, .content.azubi .news__element:nth-of-type(11) .text {
        background-color: var(--color-yellow);
        color: #555555; }
      .content.azubi .news__element:nth-of-type(2) .link::before, .content.azubi .news__element:nth-of-type(3) .link::before, .content.azubi .news__element:nth-of-type(6) .link::before, .content.azubi .news__element:nth-of-type(7) .link::before, .content.azubi .news__element:nth-of-type(10) .link::before, .content.azubi .news__element:nth-of-type(11) .link::before {
        background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-link-black.png"); }
      .content.azubi .news__element:nth-of-type(2) h3, .content.azubi .news__element:nth-of-type(3) h3, .content.azubi .news__element:nth-of-type(6) h3, .content.azubi .news__element:nth-of-type(7) h3, .content.azubi .news__element:nth-of-type(10) h3, .content.azubi .news__element:nth-of-type(11) h3 {
        color: #555555 !important; }
      .content.azubi .news__element:nth-of-type(5) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        grid-column: 1/3; }
        .content.azubi .news__element:nth-of-type(5) img {
          display: block;
          height: 100%;
          width: 100%;
          object-fit: cover; } }
    @media screen and (min-width: 1024px) {
      .content.azubi .news__element {
        display: flex; }
        .content.azubi .news__element img {
          display: none; }
        .content.azubi .news__element:nth-of-type(2) .text, .content.azubi .news__element:nth-of-type(4) .text, .content.azubi .news__element:nth-of-type(5) .text {
          background-color: var(--color-yellow);
          color: #555555; }
        .content.azubi .news__element:nth-of-type(2) .link::before, .content.azubi .news__element:nth-of-type(4) .link::before, .content.azubi .news__element:nth-of-type(5) .link::before {
          background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-link-black.png"); }
        .content.azubi .news__element:nth-of-type(2) h3, .content.azubi .news__element:nth-of-type(4) h3, .content.azubi .news__element:nth-of-type(5) h3 {
          color: #555555 !important; }
        .content.azubi .news__element:nth-of-type(4) {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 1rem;
          grid-column: 1/3; }
          .content.azubi .news__element:nth-of-type(4) img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover; } }
    .content.azubi .news__element .text {
      padding: 1rem; }
      @media screen and (min-width: 600px) {
        .content.azubi .news__element .text {
          height: 100%; } }
    .content.azubi .news__element a {
      text-decoration: none; }
      .content.azubi .news__element a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .content.azubi .news__element h3 {
      margin: 0; }
    .content.azubi .news__element p {
      margin: 1rem 0 2rem 0; }
    .content.azubi .news__element .link {
      position: relative;
      padding-right: 2rem;
      font-weight: bold; }
      .content.azubi .news__element .link::before {
        content: '';
        position: absolute;
        top: 0.2rem;
        right: 0;
        width: 16px;
        height: 16px;
        background-image: url("https://podbi344.de/wp-content/themes/podbi-2021/graphics/icon-azubi-link.png");
        background-position: center;
        background-repeat: no-repeat; }
    .content.azubi .news__element img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 599px) {
        .content.azubi .news__element img {
          display: block;
          margin-top: 1rem; } }
      @media screen and (min-width: 600px) and (max-width: 1023px) {
        .content.azubi .news__element img {
          display: none; } }
  .content.azubi .interview__wrapper {
    display: flex;
    flex-flow: column;
    gap: 1rem; }
  .content.azubi .interview__message {
    position: relative;
    display: grid;
    gap: 1rem; }
    .content.azubi .interview__message.left {
      grid-template-columns: 80px 1fr 80px;
      grid-template-areas: "icon text space";
      justify-content: flex-start; }
      @media screen and (max-width: 767px) {
        .content.azubi .interview__message.left {
          grid-template-columns: 40px 1fr;
          grid-template-areas: "icon text"; } }
      .content.azubi .interview__message.left .interview__text {
        border-radius: 0 9px 9px 9px; }
        .content.azubi .interview__message.left .interview__text::before {
          left: 0;
          clip-path: polygon(0 0, 100% 100%, 100% 0);
          transform: translateX(-99%);
          border-radius: 5px 0 0 0; }
    .content.azubi .interview__message.right {
      grid-template-columns: 80px 1fr 80px;
      grid-template-areas: "space text icon";
      justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        .content.azubi .interview__message.right {
          grid-template-columns: 1fr 40px;
          grid-template-areas: "text icon"; } }
      .content.azubi .interview__message.right .interview__text {
        border-radius: 9px 0 9px 9px; }
        .content.azubi .interview__message.right .interview__text::before {
          right: 0;
          clip-path: polygon(0 0, 100% 0, 0 100%);
          transform: translateX(99%);
          border-radius: 0 5px 0 0; }
  .content.azubi .interview__icon {
    display: block;
    border-radius: 50%;
    width: 80px;
    grid-area: icon; }
    @media screen and (max-width: 767px) {
      .content.azubi .interview__icon {
        width: 40px; } }
  .content.azubi .interview__text {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: .7rem;
    grid-area: text; }
    .content.azubi .interview__text::before {
      content: '';
      position: absolute;
      top: 0.1px;
      background-color: inherit;
      width: 1.5rem;
      height: 2rem; }
      @media screen and (max-width: 767px) {
        .content.azubi .interview__text::before {
          width: 1rem; } }
    .content.azubi .interview__text .name {
      display: block;
      margin-bottom: .4rem;
      font-weight: bold;
      font-size: 1.1rem; }
    .content.azubi .interview__text p {
      margin: .5rem 0; }
      .content.azubi .interview__text p:first-of-type {
        margin-top: 0; }
      .content.azubi .interview__text p:last-of-type {
        margin-bottom: 0; }

.page-footer {
  position: relative;
  z-index: 2; }
  .page-footer__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 2rem; }
    .page-footer__container .footer-nav {
      display: flex;
      flex-flow: row wrap;
      gap: 1rem;
      list-style: none; }
      .page-footer__container .footer-nav a {
        color: #fff;
        text-decoration: none; }
