/**
 * Fluid type
 *
 * @see https://github.com/robertraichle/fluid-type-mixin
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=ba1625f2-1f92-4afd-8439-a3f884061763");
@font-face {
  font-family: "BodoniAntiquaW01-Light";
  src: url("../fonts/2bcaafc9-fa0a-4667-b96c-6e0d1c734bd6.woff2") format("woff2"), url("../fonts/c794e65f-c9a0-40cc-b0e9-d022d9e408ba.woff") format("woff"); }
@font-face {
  font-family: "BodoniAntiquaW01-Regula";
  src: url("../fonts/4fa48124-cfba-4af6-9efa-e07bf6cd4a90.woff2") format("woff2"), url("../fonts/1a38a164-f795-4c81-b4c3-2371c8406d88.woff") format("woff"); }
@font-face {
  font-family: "Futura PT W01 Light";
  src: url("../fonts/9ad55860-bbe2-4e51-be58-08b45bdda354.woff2") format("woff2"), url("../fonts/eceb6e13-403b-4d2b-af74-c05bc9c2535e.woff") format("woff"); }
@font-face {
  font-family: "Futura PT W01 Book";
  src: url("../fonts/aafdd021-88d4-41d8-8e15-fe91f83e4b17.woff2") format("woff2"), url("../fonts/81d44d4b-ac07-4ad4-8cdd-4df771a3c1c3.woff") format("woff"); }
@font-face {
  font-family: "Futura PT W01 Medium";
  src: url("../fonts/f7552419-a773-41ab-ae4a-b12b1d853f02.woff2") format("woff2"), url("../fonts/83e72918-97c3-41cd-8a7d-4056788a00f0.woff") format("woff"); }
@font-face {
  font-family: "Futura PT W01 Medium";
  src: url("../fonts/f7552419-a773-41ab-ae4a-b12b1d853f02.woff2") format("woff2"), url("../fonts/83e72918-97c3-41cd-8a7d-4056788a00f0.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-MediumItalic";
  src: url("../fonts/BentonSansCond-MediumItalic.woff2") format("woff2"), url("../fonts/BentonSansCond-MediumItalic.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-Book";
  src: url("../fonts/BentonSansCond-Book.woff2") format("woff2"), url("../fonts/BentonSansCond-Book.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-Medium";
  src: url("../fonts/BentonSansCond-Medium.woff2") format("woff2"), url("../fonts/BentonSansCond-Medium.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-Medium";
  src: url("../fonts/BentonSansCond-Medium.woff2") format("woff2"), url("../fonts/BentonSansCond-Medium.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-Regular";
  src: url("../fonts/BentonSansCond-Regular.woff2") format("woff2"), url("../fonts/BentonSansCond-Regular.woff") format("woff"); }
@font-face {
  font-family: "BentonSansCond-Bold";
  src: url("../fonts/BentonSansCond-Bold.woff2") format("woff2"), url("../fonts/BentonSansCond-Bold.woff") format("woff"); }
@font-face {
  font-family: "Ubuntu Regular";
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Ubuntu Medium";
  src: url("../fonts/Ubuntu-Medium.ttf") format("truetype"); }
:root {
  --color__white: #ffffff;
  --color__primary: #e4dfdb;
  --color__secondary: #675340;
  --color__tertiary: #878787;
  --font__text: "BentonSansCond-Regular";
  --font__text--bold: "BentonSansCond-Bold";
  --font__text--alternate-light: "BentonSansCond-Book";
  --font__text--alternate-bold: "BentonSansCond-Bold";
  --font__text--alternate: "BentonSansCond-Regular";
  --font__headings: "minion-pro, serif"; }

/**
 * Fluid type
 *
 * @see https://github.com/robertraichle/fluid-type-mixin
 */
p {
  color: var(--color__secondary); }

h1,
h2,
h3 {
  color: var(--color__secondary); }

h1 {
  font-family: var(--font__headings);
  font-weight: 500;
  font-style: italic; }

h2 {
  font-weight: 500;
  font-style: italic; }

p {
  font-family: var(--font__text);
  line-height: 1.8; }
  p a {
    color: var(--color__secondary); }
    p a:hover {
      color: var(--color__secondary); }
  p strong {
    font-family: var(--font__text--bold);
    font-weight: normal; }

strong {
  color: inherit; }

table {
  margin: 0 0 10rem;
  width: 100%; }
  table tr td {
    padding: 1rem 0; }
  table.jobadsloader_table tr {
    border-bottom: 1px solid #cccccc; }

ul li {
  font-family: var(--font__text); }
ul.ul-example {
  position: relative; }
@media (min-width: 992px) {
  ul.ul-example:before {
    content: 'z. B.';
    position: absolute;
    top: 0.5rem;
    left: 0;
    transform: translateX(calc(-100% - 1rem));
    color: var(--color__white);
    line-height: 1.3;
    background: var(--color__primary);
    opacity: 0.5;
    padding: 0 1rem 0 2rem; } }

hr.short {
  width: 16%;
  border-top-width: 2px;
  border-top-color: var(--color__secondary); }

#contact-sidebar {
  display: none; }

.smaller-list li {
  font-size: 1.6rem;
  line-height: 1.3; }

header.bildwelt .navigation .navbar-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 23rem;
  width: 140px;
  height: auto;
  background: var(--color__primary); }
  @media screen and (min-width: 200px) {
    header.bildwelt .navigation .navbar-header .logo {
      width: calc( 140px + 90 * (100vw - 200px) / 1000 ); } }
  @media screen and (min-width: 1200px) {
    header.bildwelt .navigation .navbar-header .logo {
      width: 230px; } }
  header.bildwelt .navigation .navbar-header .logo a {
    display: block;
    height: auto;
    width: 100%; }
  header.bildwelt .navigation .navbar-header .logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    max-width: none !important; }
    @media screen and (min-width: 200px) {
      header.bildwelt .navigation .navbar-header .logo img {
        padding: calc( 20px + 20 * (100vw - 200px) / 1000 ); } }
    @media screen and (min-width: 1200px) {
      header.bildwelt .navigation .navbar-header .logo img {
        padding: 40px; } }
    header.bildwelt .navigation .navbar-header .logo img.desktop {
      display: none; }
    header.bildwelt .navigation .navbar-header .logo img.mobile {
      display: block;
      padding: 16px; }
      @media screen and (min-width: 200px) {
        header.bildwelt .navigation .navbar-header .logo img.mobile {
          padding: calc( 16px + 8 * (100vw - 200px) / 1000 ); } }
      @media screen and (min-width: 1200px) {
        header.bildwelt .navigation .navbar-header .logo img.mobile {
          padding: 24px; } }
    @media (min-width: 992px) {
      header.bildwelt .navigation .navbar-header .logo img.desktop {
        display: block; }
      header.bildwelt .navigation .navbar-header .logo img.mobile {
        display: none; } }
  @media (max-width: 991px) {
    header.bildwelt .navigation .navbar-header .logo {
      width: auto;
      height: 60px; }
      header.bildwelt .navigation .navbar-header .logo > a {
        height: 100%; }
        header.bildwelt .navigation .navbar-header .logo > a > img {
          height: 100%;
          object-fit: contain; }
          header.bildwelt .navigation .navbar-header .logo > a > img.mobile {
            padding: 10px 24px; } }
header.bildwelt .navigation .navbar-header .mobile-top-navi {
  background-color: rgba(255, 255, 255, 0.9);
  display: none; }
  header.bildwelt .navigation .navbar-header .mobile-top-navi .icon-bar {
    background-color: var(--color__primary); }
@media (min-width: 992px) {
  header.bildwelt .navigation .navbar-nav li {
    width: calc(25% - 0.4rem); } }
header.bildwelt .navigation .navbar-nav > li > a {
  line-height: 1.1; }
header.bildwelt .navigation .navbar-nav li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--color__primary);
  font-family: var(--font__text--alternate-light); }
header.bildwelt .navigation .navbar-nav li:hover a {
  background-color: rgba(213, 110, 143, 0.9);
  color: var(--color__white); }
header.bildwelt .navigation .navbar-nav li.current-menu-item a, header.bildwelt .navigation .navbar-nav li.current-menu-parent a {
  background-color: rgba(213, 110, 143, 0.9);
  color: var(--color__white); }
header.bildwelt .navigation .navbar-nav li.dropdown > a::after {
  background: url(../img/arrow_navi.svg) no-repeat bottom center;
  height: 1.5rem;
  top: unset;
  width: 2.1rem; }
header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9); }
  header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu li {
    height: auto; }
    header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu li a {
      background: rgba(255, 255, 255, 0.9);
      color: var(--color__primary); }
      header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu li a:hover {
        background-color: rgba(213, 110, 143, 0.8);
        color: var(--color__white); }
    header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu li.current-menu-item a, header.bildwelt .navigation .navbar-nav li.dropdown .dropdown-menu li.current-menu-parent a {
      background-color: rgba(213, 110, 143, 0.8);
      color: var(--color__white); }
@media (min-width: 992px) {
  header.bildwelt .navigation .navbar-nav li {
    height: 13.1rem; }
    header.bildwelt .navigation .navbar-nav li a {
      align-items: center;
      bottom: 0;
      display: flex;
      justify-content: center;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; } }

#breadcrumbs {
  color: var(--color__tertiary); }

article .custom-list {
  display: flex;
  flex-direction: column; }
  article .custom-list > * {
    width: 100%; }
  article .custom-list ul {
    margin-left: 2rem;
    padding-left: 1rem; }
    article .custom-list ul li {
      font-family: var(--font__text);
      line-height: 1.8;
      list-style-type: none;
      padding: 0.5rem 0;
      position: relative; }
      article .custom-list ul li::before {
        content: url(../img/checkmark.svg);
        position: absolute;
        left: -3rem; }
  @media (min-width: 768px) {
    article .custom-list {
      flex-direction: row; } }
article .inner-content {
  min-height: 700px; }
  article .inner-content .right-side {
    background: var(--color__primary); }
    article .inner-content .right-side .link-parent .bigger-button,
    article .inner-content .right-side .link-parent .btn-default,
    article .inner-content .right-side .link-parent .btn-default.simple {
      background: var(--color__primary);
      color: var(--color__white);
      text-decoration: none;
      padding: 0 2.5rem; }
    article .inner-content .right-side .link-parent .btn-default,
    article .inner-content .right-side .link-parent .btn-default.simple {
      font-family: var(--font__text--alternate-bold);
      text-align: left;
      font-size: 18px; }
      @media screen and (min-width: 200px) {
        article .inner-content .right-side .link-parent .btn-default,
        article .inner-content .right-side .link-parent .btn-default.simple {
          font-size: calc( 18px + 4 * (100vw - 200px) / 1000 ); } }
      @media screen and (min-width: 1200px) {
        article .inner-content .right-side .link-parent .btn-default,
        article .inner-content .right-side .link-parent .btn-default.simple {
          font-size: 22px; } }
      article .inner-content .right-side .link-parent .btn-default:active,
      article .inner-content .right-side .link-parent .btn-default.simple:active {
        box-shadow: none; }
      article .inner-content .right-side .link-parent .btn-default::before,
      article .inner-content .right-side .link-parent .btn-default.simple::before {
        background: url(../img/arrow_white.svg) no-repeat center center;
        background-size: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  article .inner-content .left-side.full-size {
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center; }
article .move-in-right {
  background-color: var(--color__primary); }
  article .move-in-right .left {
    color: var(--color__white); }
    article .move-in-right .left h2 {
      font-family: var(--font__text--alternate);
      line-height: 1.3;
      color: var(--color__secondary);
      font-size: 20px; }
      @media screen and (min-width: 200px) {
        article .move-in-right .left h2 {
          font-size: calc( 20px + 8 * (100vw - 200px) / 1000 ); } }
      @media screen and (min-width: 1200px) {
        article .move-in-right .left h2 {
          font-size: 28px; } }
    article .move-in-right .left img {
      bottom: 0;
      left: 0;
      margin: 0;
      right: 0;
      width: 100%; }
    article .move-in-right .left .btn-default.simple {
      background: var(--color__primary);
      color: var(--color__white);
      text-decoration: none;
      padding: 0 2.5rem;
      font-family: var(--font__text--alternate-bold);
      text-align: left;
      font-size: 18px; }
      @media screen and (min-width: 200px) {
        article .move-in-right .left .btn-default.simple {
          font-size: calc( 18px + 4 * (100vw - 200px) / 1000 ); } }
      @media screen and (min-width: 1200px) {
        article .move-in-right .left .btn-default.simple {
          font-size: 22px; } }
      article .move-in-right .left .btn-default.simple:active {
        box-shadow: none; }
      article .move-in-right .left .btn-default.simple::before {
        background: url(../img/arrow_white.svg) no-repeat center center;
        background-size: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    article .move-in-right .left .link-parent .bigger-button,
    article .move-in-right .left .link-parent .btn-default {
      background: var(--color__primary);
      color: var(--color__secondary);
      text-decoration: none;
      padding: 0 2.5rem; }
      article .move-in-right .left .link-parent .bigger-button:hover,
      article .move-in-right .left .link-parent .btn-default:hover {
        text-decoration: underline; }
    article .move-in-right .left .link-parent .btn-default {
      font-family: var(--font__text--alternate-bold);
      text-align: left;
      font-size: 18px; }
      @media screen and (min-width: 200px) {
        article .move-in-right .left .link-parent .btn-default {
          font-size: calc( 18px + 4 * (100vw - 200px) / 1000 ); } }
      @media screen and (min-width: 1200px) {
        article .move-in-right .left .link-parent .btn-default {
          font-size: 22px; } }
      article .move-in-right .left .link-parent .btn-default:active {
        box-shadow: none; }
      article .move-in-right .left .link-parent .btn-default::before {
        background: url(../img/arrow_pink.svg) no-repeat center center;
        background-size: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

.download-area {
  display: none; }

.frontpage-bottom-image {
  display: none; }

.map-overview {
  background: none;
  overflow: hidden; }
  .map-overview .inner-content > div {
    padding-bottom: 3rem; }
    .map-overview .inner-content > div.mobile__button {
      padding-bottom: 0;
      background-color: var(--color__primary); }
      .map-overview .inner-content > div.mobile__button .mobile__button--places {
        display: flex;
        align-items: center;
        justify-content: center; }
        .map-overview .inner-content > div.mobile__button .mobile__button--places:hover {
          color: var(--color__white); }
        .map-overview .inner-content > div.mobile__button .mobile__button--places h2 {
          color: var(--color__white);
          margin: 0;
          padding: 1em; }
      @media screen and (min-width: 768px) {
        .map-overview .inner-content > div.mobile__button {
          display: none; } }
  .map-overview .liste {
    display: block; }
    .map-overview .liste .list-wrapper {
      position: relative; }
      .map-overview .liste .list-wrapper.first-list {
        height: 11.2rem; }
      .map-overview .liste .list-wrapper .list-city {
        padding-top: 1rem; }
    .map-overview .liste .headline {
      background-color: var(--color__primary);
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      padding-right: 3rem;
      margin-left: -2rem;
      transform: translateY(-100%); }
      .map-overview .liste .headline span {
        color: var(--color__white);
        font-family: var(--font__text--alternate);
        font-size: 2.6rem;
        margin: 0;
        padding-left: 2.5rem;
        position: relative; }
    .map-overview .liste .list-city li {
      list-style-type: disc;
      position: relative; }
      .map-overview .liste .list-city li::marker {
        color: var(--color__primary); }
      .map-overview .liste .list-city li a {
        color: black;
        padding-left: 0; }
        .map-overview .liste .list-city li a:hover, .map-overview .liste .list-city li a.active {
          color: var(--color__primary); }
          .map-overview .liste .list-city li a:hover:before, .map-overview .liste .list-city li a.active:before {
            display: none; }
  .map-overview .description img {
    display: block;
    margin: 0 0 5rem;
    width: 60%; }
  .map-overview .description .liste.mobile {
    margin-left: 0;
    padding-top: 4.8rem; }
    .map-overview .description .liste.mobile .headline {
      width: calc(100% + 5rem);
      margin-left: -2.5rem; }
  .map-overview .map .german-map {
    margin-left: 5rem;
    position: relative;
    height: 54rem;
    width: 41rem; }
    .map-overview .map .german-map img {
      height: 54rem;
      width: 41rem; }
    .map-overview .map .german-map #oberau {
      position: absolute;
      top: 49rem;
      left: 22rem; }
    .map-overview .map .german-map #berlin {
      position: absolute;
      top: 16.5rem;
      right: 7rem; }
      .map-overview .map .german-map #berlin .circle {
        margin-left: auto; }
    .map-overview .map .german-map #pforzheim {
      position: absolute;
      top: 41.5rem;
      left: 11.5rem; }
    .map-overview .map .german-map #floersheim-dalsheim {
      position: absolute;
      top: 35rem;
      left: 3.5rem; }
      .map-overview .map .german-map #floersheim-dalsheim a {
        display: flex;
        align-items: center; }
      .map-overview .map .german-map #floersheim-dalsheim .city {
        margin-right: 0.2rem; }
    .map-overview .map .german-map #frankenthal {
      position: absolute;
      top: 36.5rem;
      left: 7.7rem; }
    .map-overview .map .german-map #gummersbach {
      position: absolute;
      top: 25.9rem;
      left: 4.6rem; }
    .map-overview .map .german-map #heilbronn {
      position: absolute;
      top: 39.5rem;
      left: 13.2rem; }
      .map-overview .map .german-map #heilbronn a {
        display: flex;
        flex-direction: column-reverse; }
    .map-overview .map .german-map #homburg {
      position: absolute;
      top: 38rem;
      left: 3.6rem; }
    .map-overview .map .german-map #laatzen {
      position: absolute;
      top: 17rem;
      left: 15.6rem; }
    .map-overview .map .german-map #leimen {
      position: absolute;
      top: 38.2rem;
      left: 11.6rem; }
    .map-overview .map .german-map #mainz {
      position: absolute;
      top: 35.4rem;
      left: 9.5rem; }
      .map-overview .map .german-map #mainz a {
        display: flex;
        flex-direction: row-reverse; }
      .map-overview .map .german-map #mainz .city {
        margin-left: 0.2rem; }
    .map-overview .map .german-map #pirmasens {
      position: absolute;
      top: 39.5rem;
      left: 6.5rem; }
      .map-overview .map .german-map #pirmasens a {
        display: flex;
        flex-direction: row-reverse; }
      .map-overview .map .german-map #pirmasens .city {
        margin-left: 0.2rem; }
    .map-overview .map .german-map #saarlouis {
      position: absolute;
      top: 39rem;
      left: -0.8rem; }
      .map-overview .map .german-map #saarlouis a {
        display: flex;
        flex-direction: row; }
      .map-overview .map .german-map #saarlouis .city {
        margin-right: 0.2rem; }
    .map-overview .map .german-map #pforzheim {
      left: 11rem; }
      .map-overview .map .german-map #pforzheim .circle {
        float: none;
        top: auto;
        left: auto; }
      .map-overview .map .german-map #pforzheim .city {
        float: none;
        padding: 0; }
    @media (min-width: 1200px) {
      .map-overview .map .german-map {
        height: 60rem;
        width: 47rem; }
        .map-overview .map .german-map img {
          height: 60rem;
          width: 47rem; }
        .map-overview .map .german-map #oberau {
          position: absolute;
          top: 54.7rem;
          left: 25.5rem; }
        .map-overview .map .german-map #berlin {
          position: absolute;
          top: 18.5rem;
          right: 7rem; }
          .map-overview .map .german-map #berlin .circle {
            margin-left: auto; }
        .map-overview .map .german-map #pforzheim {
          position: absolute;
          top: 46.2rem;
          left: 13rem; }
        .map-overview .map .german-map #floersheim-dalsheim {
          position: absolute;
          top: 39rem;
          left: 5rem; }
          .map-overview .map .german-map #floersheim-dalsheim a {
            display: flex;
            align-items: center; }
          .map-overview .map .german-map #floersheim-dalsheim .city {
            margin-right: 0.2rem; }
        .map-overview .map .german-map #frankenthal {
          position: absolute;
          top: 40.8rem;
          left: 9.3rem; }
        .map-overview .map .german-map #gummersbach {
          position: absolute;
          top: 29rem;
          left: 5.8rem; }
        .map-overview .map .german-map #heilbronn {
          position: absolute;
          top: 44rem;
          left: 15.5rem; }
          .map-overview .map .german-map #heilbronn a {
            display: flex;
            flex-direction: column-reverse; }
        .map-overview .map .german-map #homburg {
          position: absolute;
          top: 42.4rem;
          left: 4.5rem; }
        .map-overview .map .german-map #laatzen {
          position: absolute;
          top: 18.7rem;
          left: 17.6rem; }
        .map-overview .map .german-map #leimen {
          position: absolute;
          top: 42.5rem;
          left: 13.6rem; }
        .map-overview .map .german-map #mainz {
          position: absolute;
          top: 39.4rem;
          left: 10.9rem; }
          .map-overview .map .german-map #mainz a {
            display: flex;
            flex-direction: row-reverse; }
          .map-overview .map .german-map #mainz .city {
            margin-left: 0.2rem; }
        .map-overview .map .german-map #pirmasens {
          position: absolute;
          top: 44rem;
          left: 7.5rem; }
          .map-overview .map .german-map #pirmasens a {
            display: flex;
            flex-direction: row-reverse; }
          .map-overview .map .german-map #pirmasens .city {
            margin-left: 0.2rem; }
        .map-overview .map .german-map #saarlouis {
          position: absolute;
          top: 43.5rem;
          left: -0.3rem; }
          .map-overview .map .german-map #saarlouis a {
            display: flex;
            flex-direction: row; }
          .map-overview .map .german-map #saarlouis .city {
            margin-right: 0.2rem; } }
    .map-overview .map .german-map .city {
      color: black;
      font-size: 9px;
      line-height: 1; }
    .map-overview .map .german-map .circle {
      background: var(--color__primary);
      margin: 0 auto; }
    .map-overview .map .german-map .hover-town a:hover {
      text-decoration: none; }
    .map-overview .map .german-map .hover-town:hover .circle, .map-overview .map .german-map .hover-town.active .circle {
      background: var(--color__primary); }

.home .frontpage-bottom-image {
  display: block; }
.home .map-overview {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10rem; }
  .home .map-overview .row {
    margin: 0 auto; }
    .home .map-overview .row.wrapper {
      display: flex; }
  .home .map-overview .description {
    background: var(--color__primary);
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%; }
    .home .map-overview .description p {
      color: var(--color__white); }
  .home .map-overview .liste {
    display: none; }
  @media (min-width: 992px) {
    .home .map-overview .description,
    .home .map-overview .map {
      width: 50%; }
    .home .map-overview .description {
      padding-left: 10rem;
      padding-right: 10rem; }
    .home .map-overview .map {
      padding: 0; }
      .home .map-overview .map .german-map {
        float: none;
        position: relative;
        margin: 5rem auto; }
    .home .map-overview .wrapper {
      border: 2px solid var(--color__primary); } }

.content-circle {
  display: flex;
  flex-direction: column;
  margin-bottom: 20rem;
  margin-top: 5rem; }
  .content-circle-text {
    width: 100%; }
  .content-circle-wrapper {
    position: relative;
    width: 100%; }
  .content-circle-circle {
    background-color: #eabdcf;
    height: 0;
    width: 100%;
    padding-top: 22rem;
    position: absolute; }
    .content-circle-circle > div {
      padding: 0 5%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .content-circle-circle > div h2 {
        font-family: var(--font__headings);
        font-size: 3rem; }
      .content-circle-circle > div p {
        color: var(--color__white); }
  @media (min-width: 992px) {
    .content-circle {
      gap: 10rem;
      flex-direction: row;
      margin-bottom: 0; }
      .content-circle-text {
        width: 50%; }
      .content-circle-wrapper {
        width: 50%; }
      .content-circle-circle {
        border-radius: 50%;
        padding-top: 100%; }
        .content-circle-circle > div {
          padding: 0 15%; } }
  @media (min-width: 1200px) {
    .content-circle-text {
      width: 60%; }
    .content-circle-wrapper {
      width: 40%; } }

/* JOBS */
.jobadsloader_table {
  margin-top: 2rem; }
  .jobadsloader_table tr:first-child {
    display: none; }
  .jobadsloader_table td {
    color: #282828; }
  .jobadsloader_table a {
    color: #282828; }
    .jobadsloader_table a:hover {
      color: var(--color__primary);
      text-decoration: none; }

footer {
  background: var(--color__secondary); }
  footer .inner-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 0.5em; }
    footer .inner-footer nav ul {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      footer .inner-footer nav ul > * + * {
        margin-left: 1em; }
      footer .inner-footer nav ul li {
        font-size: 1.4rem; }
        footer .inner-footer nav ul li a {
          color: var(--color__tertiary);
          font-family: var(--font__text); }
          footer .inner-footer nav ul li a:hover {
            color: var(--color__primary); }
    footer .inner-footer .divider::after {
      border-bottom: 1px solid var(--color__primary);
      content: '';
      left: 50%;
      position: absolute;
      width: 6rem;
      transform: translateX(-50%); }
    footer .inner-footer .group-link {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      footer .inner-footer .group-link > * + * {
        margin-left: 1em; }
      footer .inner-footer .group-link a:hover {
        color: var(--color__primary); }
    footer .inner-footer .group-link,
    footer .inner-footer .group-link a {
      color: var(--color__tertiary);
      font-family: var(--font__text);
      font-size: 1.4rem; }
  @media only screen and (max-width: 480px) {
    footer .footer-content .inner-footer {
      align-items: flex-start;
      height: auto;
      padding-top: 1rem; }
      footer .footer-content .inner-footer .meta-address,
      footer .footer-content .inner-footer .meta-navigation {
        display: block;
        text-align: left; }
      footer .footer-content .inner-footer .meta-address {
        margin-bottom: 2rem;
        position: relative;
        top: 0;
        transform: none; }
        footer .footer-content .inner-footer .meta-address p {
          font-size: 1.2rem;
    font-weight: 300;
    color: #fff; margin: 0 0 14.5px; }
      footer .footer-content .inner-footer .meta-navigation {
        transform: none; } 
	 footer .footer-content .inner-footer .meta-navigation ul li a {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
  }
 footer .footer-content .inner-footer .meta-address a {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
  }
}
  @media only screen and (min-width: 480px) {
    footer .footer-content .inner-footer {
      align-items: flex-start;
      height: auto;
      padding-top: 1rem; }
      footer .footer-content .inner-footer .meta-address,
      footer .footer-content .inner-footer .meta-navigation {
        display: block;
        text-align: left; }
      footer .footer-content .inner-footer .meta-address {
        margin-bottom: 2rem;
        position: relative;
        top: 0;
        transform: none; }
        footer .footer-content .inner-footer .meta-address p {
          margin: 0 0 14.5px; }
      footer .footer-content .inner-footer .meta-navigation {
        transform: none; } }
  @media only screen and (min-width: 768px) {
    footer .footer-content .inner-footer {
      height: auto; } }
  @media (min-width: 576px) {
    footer .inner-footer {
      flex-direction: row; }
      footer .inner-footer .divider::after {
        border-bottom: 0;
        border-right: 1px solid var(--color__primary);
        content: '';
        margin: 0 1em;
        padding: 0.25em 0;
        position: relative;
        left: unset;
        transform: unset; } }

.karte-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  background: var(--color__primary);
  padding: 1rem 2rem;
  color: var(--color__white);
  z-index: 2; }
  .karte-button:hover {
    color: var(--color__white); }
  .karte-button h2 {
    color: var(--color__white);
    margin: 0;
    font-size: 1.4rem; }
  @media (min-width: 576px) {
    .karte-button h2 {
      font-size: 2rem; } }

a.btn-custom {
  padding: 0.9rem 2rem 1rem;
  position: relative;
  background: var(--color__primary);
  color: var(--color__white);
  transition: all 0.25s;
  border: 0;
  text-decoration: none; }
  a.btn-custom:hover {
    transform: scale(1.1);
    background: var(--color__primary);
    color: var(--color__white);
    text-decoration: none; }
  a.btn-custom.arrow-icon {
    padding: 0.9rem 2rem 1rem 5.3rem; }
    a.btn-custom.arrow-icon:before {
      content: '';
      position: absolute;
      top: 1.8rem;
      left: 2.6rem;
      width: 0.85rem;
      height: 1.3rem;
      background: url("../img/arrow_white_right.png") no-repeat center center;
      background-size: 100%; }

article .inner-content .left-side.full-size.border-infobox {
  border: 2px solid var(--color__secondary);
  text-align: center;
  padding: 2% 5%;
  margin-bottom: 10rem; }
  article .inner-content .left-side.full-size.border-infobox > * {
    font-family: var(--font__headings);
    font-size: 2.5rem;
    font-weight: 500;
    font-style: italic; }
  article .inner-content .left-side.full-size.border-infobox h2 {
    font-size: 3.4rem;
    font-weight: 700; }
  article .inner-content .left-side.full-size.border-infobox h3 {
    font-size: 3rem;
    font-weight: 700; }
  article .inner-content .left-side.full-size.border-infobox a {
    text-decoration: underline; }
    article .inner-content .left-side.full-size.border-infobox a:hover {
      text-decoration: none; }

.text-bg {
  background-color: var(--color__secondary); }

ul li {
  color: var(--color__secondary); }

.home .media-text-module__container {
  padding: 5rem 0; }

.media-text-module {
  margin-bottom: 10rem;
  overflow: visible; }
  .media-text-module__container {
    background-color: var(--color__primary);
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 0 0 5rem 0; }
  .media-text-module__wrapper {
    display: flex;
    flex-direction: column; }
    .media-text-module__wrapper > * {
      width: 100%; }
    .media-text-module__wrapper .media-text-module__image {
      position: relative; }
      .media-text-module__wrapper .media-text-module__image--headline {
        background-color: var(--color__primary);
        display: flex;
        justify-content: flex-end;
        left: 0;
        padding-right: 3rem;
        position: absolute;
        right: 0;
        top: -2.3rem; }
        .media-text-module__wrapper .media-text-module__image--headline a {
          color: var(--color__white);
          font-family: var(--font__text--alternate);
          font-size: 2.6rem;
          margin: 0;
          padding-left: 2.5rem;
          position: relative; }
          .media-text-module__wrapper .media-text-module__image--headline a::before {
            background: url(../img/arrow_white.svg) no-repeat center center;
            background-size: 100%;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 1.35rem; }
      .media-text-module__wrapper .media-text-module__image img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    .media-text-module__wrapper .media-text-module__wysiwyg {
      margin: 0 auto;
      width: 85.71428571%; }
      .media-text-module__wrapper .media-text-module__wysiwyg .text-container h2 {
        font-family: var(--font__headings);
        font-size: 3.2rem; }
        .media-text-module__wrapper .media-text-module__wysiwyg .text-container h2:not(:first-of-type) {
          margin-top: 5rem; }
      .media-text-module__wrapper .media-text-module__wysiwyg .text-container h3 {
        font-family: var(--font__text--bold);
        font-size: 2rem; }
      .media-text-module__wrapper .media-text-module__wysiwyg .text-container li::marker {
        color: var(--color__secondary); }
  @media (min-width: 768px) {
    .media-text-module__container {
      gap: 5rem;
      padding: 15rem 0; }
    .media-text-module__wrapper {
      flex-direction: row;
      gap: 5rem; }
      .media-text-module__wrapper.text-left .media-text-module__wysiwyg {
        padding-left: 5rem;
        padding-right: 0; }
    .media-text-module .media-text-module__wysiwyg {
      padding-right: 5rem;
      width: 100%; }
      .media-text-module .media-text-module__wysiwyg .text-container h2 {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .media-text-module__container {
      gap: 12rem; }
    .media-text-module__wrapper {
      gap: 8rem; }
      .media-text-module__wrapper .media-text-module__image--headline {
        right: 23%; }
        .media-text-module__wrapper .media-text-module__image--headline p {
          margin-left: 15%; }
      .media-text-module__wrapper.text-left .media-text-module__wysiwyg {
        padding-left: 8rem;
        padding-right: 0; }
    .media-text-module .media-text-module__wysiwyg {
      padding-right: 8rem; } }
  @media (min-width: 1200px) {
    .media-text-module__wrapper {
      gap: 10rem; }
      .media-text-module__wrapper .media-text-module__image--headline {
        right: 30%; }
      .media-text-module__wrapper.text-left .media-text-module__wysiwyg {
        padding-left: 25rem;
        padding-right: 0; }
    .media-text-module .media-text-module__wysiwyg {
      padding-right: 10rem; } }
  @media (min-width: 1600px) {
    .media-text-module .media-text-module__image--headline {
      right: 40%; } }

/*# sourceMappingURL=styles.css.map */
