@charset "UTF-8";
/*
Theme Name:		nexTab Child Theme
Theme URI:		http://XXX.XX
Description:	Child theme for the Divi theme by elegantthemes
Author:			nexTab.de - Oliver Gehrmann
Author URI:		https://nextab.de
Template:		Divi
Version:		1.0
*/
/* #region Font Definitions */
/* plus-jakarta-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* plus-jakarta-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/jakarta/plus-jakarta-sans-v8-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 28px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6,
.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  font-size: 20px;
}

/* #endregion */
/* #region Flex-Designs */
/* #region Fullheight Sections */
/* #region max-width 782px */
/* #endregion */
/* #endregion Fullheight Sections */
/* Centered Text / Img on one side, text on other */
/* #endregion */
/* #region Placeholder Mixin */
/* #endregion */
/* #region Forms & Selects */
/* #region Pretty ACF Forms */
/* #endregion */
/* #endregion */
/* #region Testimonial Slider */
/* #endregion */
/* #region Blog-Feed (Grid) */
/* #endregion */
/* #region Fix Blog Thumbnails */
/* #endregion Fix Blog Thumbnails */
/* #region Lists with colored bullet points */
/* #endregion */
/* #region Fix Divi Comments */
.commentlist {
  margin-top: 1rem;
}

.commentlist .comment-body {
  padding-right: 0;
}

.commentlist .comment-body .comment_avatar {
  top: 0;
}

.commentlist .comment-body .comment_avatar img {
  border-radius: 50%;
}

.commentlist .comment-body .comment_area .reply-container {
  display: block;
  text-align: right;
}

.commentlist .comment-body .comment_area .comment-reply-link {
  position: relative;
  top: 1rem;
}

.commentlist .comment-body .comment_area .comment-reply-link::after {
  font-size: 20px;
}

.commentlist .comment .children {
  margin-left: 2rem;
}

/* #region max-width 767px */
@media only screen and (max-width: 767px) {
  .commentlist .comment .children {
    margin-left: 1rem;
  }
  .commentlist article.comment-body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
    padding-left: 0;
  }
  .commentlist .comment_avatar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 17%;
  }
  .commentlist .comment_avatar img {
    max-width: 100%;
    width: 100%;
  }
  .commentlist .comment_postinfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.1;
    margin: 0 0 3px;
    row-gap: 5px;
    width: 77%;
  }
  .commentlist .comment_area {
    margin-top: 5px;
    width: 100%;
  }
}

/* #endregion max-width 767px */
/* #endregion Fix Divi Comments */
/* #region Centered Page Navi */
/* #endregion */
/* #region Cookie Notice */
#cookie-notice #cn-close-notice {
  display: none;
}

#cookie-notice #cn-notice-buttons {
  display: block;
}

/* #endregion Cookie Notice */
/* #region details / summary Support */
details {
  margin-top: 5px;
}

details summary {
  color: #225691;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: underline;
}

details summary::-webkit-details-marker {
  display: none;
  /* don't show Triangle */
}

details:hover summary, details[open] summary {
  text-decoration: none;
}

details[open] summary {
  margin-bottom: 7px;
}

/* #endregion details / summary Support */
/* #region Footer */
/* Footer with non-floating widgets */
/* #endregion */
/* #region Nav Fixes */
#page-container #top-menu-nav > ul > li > a:hover, #page-container .bottom-nav a:hover, #page-container #footer-bottom .et-social-icon a:hover, #page-container .et_mobile_menu li a:hover, #page-container .nav ul li a:hover, #page-container footer#main-footer #footer-info a:hover, #page-container .et-menu a:hover, #page-container #et-boc #top-menu-nav > ul > li > a:hover, #page-container #et-boc .bottom-nav a:hover, #page-container #et-boc #footer-bottom .et-social-icon a:hover, #page-container #et-boc .et_mobile_menu li a:hover, #page-container #et-boc .nav ul li a:hover, #page-container #et-boc footer#main-footer #footer-info a:hover, #page-container #et-boc .et-menu a:hover {
  opacity: 1;
}

/* #endregion */
/* #region Responsive Design */
/* #region min-width 981px */
@media only screen and (min-width: 981px) {
  .et_pb_top_divider .et_pb_row.centered-text .et_pb_column .et_pb_module:first-child {
    margin-top: 100px;
  }
}

/* #endregion */
/* #region max-width 980px */
@media only screen and (max-width: 980px) {
  .et_fixed_nav header#main-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .et_pb_row.reverse-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .et_pb_row.reverse-responsive .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_row.reverse-responsive .et_pb_column:last-child {
    margin-bottom: 30px;
  }
  .et_pb_row.reverse-responsive.et_pb_gutters1 .et_pb_column:last-child {
    margin-bottom: 0;
  }
  /* #region Pimp my mobile Menu Icon */
  .mobile_menu_bar::before {
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* #endregion */
  /* fullwidth mobile nav menu aka gooder menu */
}

/* #endregion */
/* #region max-width 600px */
@media only screen and (max-width: 600px) {
  body.et_fixed_nav.logged-in header#main-header.et-fixed-header {
    top: 0 !important;
  }
}

/* #endregion */
/* #region max-width 479px */
@media only screen and (max-width: 479px) {
  .container, .et_pb_row, .et_pb_row.centered-text .et_pb_column .et_pb_module, .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 90%;
  }
}

/* #endregion */
/* #endregion */
/* #region General Styling */
html {
  font-size: 16px;
}

body {
  color: #000;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6 !important;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.3;
}

.container,
.et_pb_row {
  width: calc(100% - 20px * 2);
}

#page-container {
  padding-top: 92px;
}

/* #endregion */
/* #region Custom Navigation */
header .et_builder_inner_content {
  z-index: 9999 !important;
}

.custom-nav-section {
  z-index: 9999;
}

.custom-nav-section .custom-nav-row {
  z-index: 9999;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(((100% - 1900px) / 2) + 176px);
  margin-left: calc(((100% - 1900px) / 2));
  margin-top: 10px;
  background-color: #fff;
  width: auto;
  padding-inline: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 1940px) {
  .custom-nav-section .custom-nav-row {
    margin-right: calc(20px + 176px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .custom-nav-section .custom-nav-row {
    margin-right: 20px;
  }
}

.custom-nav-section .custom-nav-row .et_pb_column {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}

.custom-nav-section .custom-nav-row .custom-nav-logo {
  margin: 0;
  height: 52px;
}

.custom-nav-section .custom-nav-row .custom-nav-logo .et_pb_image_wrap img {
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.custom-nav-section .custom-nav-row .custom-nav-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

.custom-nav-section .custom-nav-row .custom-nav-menu .et_pb_menu_inner_container {
  position: static;
}

.custom-nav-section .custom-nav-row .custom-nav-menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "M";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
  .custom-nav-section .custom-nav-row .custom-nav-menu #menu-hauptmenue {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .custom-nav-section .custom-nav-row .custom-nav-menu .et_mobile_nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 0 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.custom-nav-section .custom-nav-row .custom-nav-menu .et_mobile_nav_menu .et_mobile_menu {
  list-style-type: none;
  top: 82px;
  padding: 0;
  border-radius: 8px;
}

.custom-nav-section .custom-nav-row .et_pb_button_module_wrapper {
  margin: 0;
  position: absolute;
  right: -176px;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .custom-nav-section .custom-nav-row .et_pb_button_module_wrapper {
    display: none;
  }
}

.custom-nav-section .custom-nav-row .et_pb_button_module_wrapper .custom-nav-button {
  height: 72px;
  width: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: solid 0px #225691;
  /* Umrandungsfarbe ändern */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #225691;
  /* Hintergrundfarbe ändern */
  color: #f4f4f4 !important;
  /* Textfarbe ändern */
}

.custom-nav-section .custom-nav-row .et_pb_button_module_wrapper .custom-nav-button::after {
  content: none;
}

.custom-nav-section .custom-nav-row .et_pb_button_module_wrapper .custom-nav-button:hover {
  background: #4889d2;
  /* Hintergrundfarbe im Hover State ändern */
  padding: .3em 1em;
}

/* #endregion */
/* #region Header */
#top-menu-nav #top-menu .menu_cta a {
  color: #fff !important;
}

/* #region Mobile Menu until 1200px */
@media screen and (max-width: 1200px) {
  #main-header #top-menu-nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #main-header #et_mobile_nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 0 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* #endregion */
/* #endregion */
/* #region Header Video Row */
.header-video-row {
  position: relative;
}

@media (max-width: 980px) {
  .header-video-row {
    overflow: visible !important;
  }
}

.header-video-row .et_pb_column {
  position: static;
}

.header-video-row .et_pb_column .et_pb_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  width: 550px;
}

@media (max-width: 980px) {
  .header-video-row .et_pb_column .et_pb_text {
    width: auto;
    right: 20px;
  }
}

/* #endregion */
/* #region Logo Slider */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 1.5rem));
            transform: translateX(calc(-50% - 1.5rem));
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 1.5rem));
            transform: translateX(calc(-50% - 1.5rem));
  }
}

.logo-slider-container {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
  margin-inline: 20px;
}

.logo-slider-container .logo-slider-mobile {
  width: calc(100% - 20px * 2);
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 980px) {
  .logo-slider-container .logo-slider-mobile {
    -ms-grid-columns: (minmax(150px, 1fr))[6];
        grid-template-columns: repeat(6, minmax(150px, 1fr));
  }
}

@media (max-width: 479px) {
  .logo-slider-container .logo-slider-mobile {
    -ms-grid-columns: (200px)[6];
        grid-template-columns: repeat(6, 200px);
  }
}

.logo-slider-container .logo-slider-mobile .et_pb_column {
  width: 100% !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 980px) {
  .logo-slider-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    -webkit-animation: marquee 10s linear infinite;
            animation: marquee 10s linear infinite;
  }
  .logo-slider-container .logo-slider-mobile {
    width: auto;
  }
  .logo-slider-container:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@media (max-width: 479px) {
  .logo-slider-container {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
}

/* #endregion */
/* #region Blurb Grid */
.blurb-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.blurb-grid.grid-column-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1199px) {
  .blurb-grid.grid-column-4 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 980px) {
  .blurb-grid.grid-column-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 599px) {
  .blurb-grid.grid-column-4 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.blurb-grid.grid-row-2 {
  -ms-grid-rows: (minmax(75px, 1fr))[4];
      grid-template-rows: repeat(4, minmax(75px, 1fr));
}

@media only screen and (max-width: 1199px) {
  .blurb-grid.grid-row-2 {
    -ms-grid-rows: (minmax(150px, 1fr))[3];
        grid-template-rows: repeat(3, minmax(150px, 1fr));
  }
}

@media only screen and (max-width: 980px) {
  .blurb-grid.grid-row-2 {
    -ms-grid-rows: (minmax(150px, 1fr))[4];
        grid-template-rows: repeat(4, minmax(150px, 1fr));
  }
}

@media only screen and (max-width: 599px) {
  .blurb-grid.grid-row-2 {
    -ms-grid-rows: (minmax(150px, 1fr))[7];
        grid-template-rows: repeat(7, minmax(150px, 1fr));
  }
}

.blurb-grid.grid-row-2 .et_pb_column {
  grid-row: span 4;
}

@media only screen and (max-width: 1199px) {
  .blurb-grid.grid-row-2 .et_pb_column {
    grid-row: span 2;
  }
}

@media only screen and (max-width: 980px) {
  .blurb-grid.grid-row-2 .et_pb_column {
    grid-row: span 1;
    grid-column: span 2;
    -ms-grid-columns: subgrid;
        grid-template-columns: subgrid;
  }
}

@media only screen and (max-width: 599px) {
  .blurb-grid.grid-row-2 .et_pb_column {
    grid-column: span 1;
    grid-row: span 2;
  }
}

.blurb-grid .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
}

@media only screen and (max-width: 1199px) {
  .blurb-grid .et_pb_column:has(.row-span-2) {
    grid-row: span 1;
    grid-column: span 3;
  }
}

@media only screen and (max-width: 980px) {
  .blurb-grid .et_pb_column:has(.row-span-2) {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 599px) {
  .blurb-grid .et_pb_column:has(.row-span-2) {
    grid-column: span 1;
  }
}

.blurb-grid .et_pb_column .et_pb_blurb {
  margin-bottom: 0 !important;
  grid-row: span 2;
}

@media only screen and (max-width: 1199px) {
  .blurb-grid .et_pb_column .et_pb_blurb {
    grid-row: span 1;
  }
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  height: 100%;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  position: absolute;
  display: block;
  top: 1px;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  padding-left: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  padding-left: 28px;
  position: absolute;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  padding-block: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  padding-bottom: 0;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .et_pb_button {
  font-size: 16px;
  color: #000;
  border: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .et_pb_button:is(:hover, :focus-visible) {
  color: #000 !important;
  background-color: transparent;
  padding: 0;
}

.blurb-grid .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .et_pb_button::after {
  opacity: 1;
  margin-left: 0;
  position: static;
  color: #000 !important;
  content: '$';
  font-family: 'Etmodules';
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blurb-grid .et_pb_column .et_pb_blurb.row-span-2 {
  aspect-ratio: auto;
  grid-row: span 3;
}

@media only screen and (max-width: 1199px) {
  .blurb-grid .et_pb_column .et_pb_blurb.row-span-2 {
    grid-row: span 1;
  }
}

@media only screen and (max-width: 980px) {
  .blurb-grid .et_pb_column .et_pb_blurb.row-span-2 {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 599px) {
  .blurb-grid .et_pb_column .et_pb_blurb.row-span-2 {
    grid-column: span 1;
  }
}

.blurb-grid .et_pb_column .et_pb_blurb.blurb-no-heading .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* #endregion */
/* #region Testimonials Slider */
.testimonial-slider .et_pb_module_inner .swiper-buttton-container {
  left: unset;
  top: -100px;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

@media (max-width: 980px) {
  .testimonial-slider .et_pb_module_inner .swiper-buttton-container {
    display: none;
  }
}

.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-prev,
.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-next {
  background-color: transparent !important;
  margin-inline: 0;
}

.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-prev::before,
.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-next::before {
  color: #000 !important;
}

.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-next::before {
  content: '$';
}

.testimonial-slider .et_pb_module_inner .swiper-buttton-container .swiper-button-prev::before {
  content: '#';
}

.testimonial-slider .testimonial-slider-item {
  background-color: #fff;
  border-radius: 8px;
}

.testimonial-slider .testimonial-slider-item .dica-item {
  padding-bottom: 250px;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-image-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 120px;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-image-container .dica-item-image {
  aspect-ratio: 3 / 3.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-item-content .content {
  font-size: 16px;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-item-content .item-subtitle {
  font-size: 16px;
  position: absolute;
  bottom: 130px;
  -webkit-transform: translateY(calc(100% + 1rem));
          transform: translateY(calc(100% + 1rem));
  left: calc(120px + 20px + 1rem);
  right: 20px;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-item-content .item-subtitle strong {
  display: block;
  padding-top: 1rem;
}

.testimonial-slider .testimonial-slider-item .dica-item .dica-item-content .item-title {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 130px;
  padding-bottom: 0;
  left: calc(120px + 20px + 1rem);
  right: 20px;
}

/* #endregion */
/* #region Ansprechpartner Row */
.ansprechpartner-row .et_pb_column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* #endregion */
/* #region Kompetenzen Row */
.kompetenzen-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 90px) calc(50% - 10px);
      grid-template-columns: calc(50% - 90px) calc(50% - 10px);
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

@media screen and (min-width: 1400px) {
  .kompetenzen-row {
    -ms-grid-columns: calc(50% - 130px) calc(50% - 10px);
        grid-template-columns: calc(50% - 130px) calc(50% - 10px);
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }
}

@media screen and (min-width: 1800px) {
  .kompetenzen-row {
    -ms-grid-columns: calc(50% - 150px) calc(50% - 10px);
        grid-template-columns: calc(50% - 150px) calc(50% - 10px);
    -webkit-column-gap: 160px;
            column-gap: 160px;
  }
}

@media (max-width: 980px) {
  .kompetenzen-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.kompetenzen-row .et_pb_column:not(.et_pb_sticky_module) {
  width: 100% !important;
  margin: 0 !important;
}

.kompetenzen-row .kompetenzen-img-text-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px !important;
}

@media (max-width: 980px) {
  .kompetenzen-row .kompetenzen-img-text-module {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 250px !important;
  }
}

/* #endregion */
/* #region Footer */
body.cookies-not-set footer .bottom-nav {
  padding-bottom: 7rem;
}

.footer-logo-row {
  width: 75%;
  max-width: 1275px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
  -ms-grid-columns: 125px 150px 150px 200px;
      grid-template-columns: 125px 150px 150px 200px;
}

@media (max-width: 980px) {
  .footer-logo-row {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 767px) {
  .footer-logo-row {
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
  }
}

.footer-logo-row::after {
  content: none;
}

.footer-logo-row .et_pb_column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
}

.footer-logo-row .et_pb_column .et_pb_image .et_pb_image_wrap img {
  max-width: 200px;
  width: 100%;
}

/* #endregion */
/* #region Sup Pages */
/* #region Sup Page Header */
.sup-page-header .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap {
  height: 100%;
  max-height: 712px;
  width: 100%;
}

.sup-page-header .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
  height: 100%;
  max-height: 712px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* #endregion */
/* #endregion */
/* #region Responsive Design */
/* #region min-width 981px */
/* #endregion */
/* #region max-width 980px */
/* #endregion */
/* #region max-width 767px */
/* #endregion */
/* #region max-width 479px */
/* #endregion */
/* #endregion */
/* #region WordPress Hacking */
#wp-admin-bar-my-account a {
  font-size: 0;
}

/* #endregion */
/* #region Job Posting */
#page-container .job-post {
  padding-top: 204px;
  max-width: 1200px;
}

#page-container .job-post .job-side .job-content-wrap {
  border: none;
  background-color: #f9f9f9;
  padding: 40px;
}

#page-container .job-post .job-side .job-content-wrap .position_logo {
  margin-top: 0;
}

#page-container .job-listing .job-preview {
  border-radius: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

#page-container .job-listing .job-preview .job-content {
  display: block;
  padding: 0;
}

#page-container .job-listing .job-preview .job-content h5 {
  font-size: 22px;
  margin-bottom: 0;
  color: #1a217f !important;
}

#page-container .job-listing .job-preview .job-content h5 a {
  color: #1a217f !important;
}

#page-container .job-listing .job-preview .job-cta {
  display: none;
}

/* #endregion Job Posting */
/* #region Swiper Sytling */
.gbn-swiper .dica-container {
  row-gap: 1rem;
}

.gbn-swiper .dica-container .swiper-buttton-container {
  left: unset;
  top: 0;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.gbn-swiper .dica-container .swiper-buttton-container .swiper-button-prev,
.gbn-swiper .dica-container .swiper-buttton-container .swiper-button-next {
  margin-inline: 0;
}

.gbn-swiper .dica-container .swiper-pagination {
  position: absolute;
  top: 0;
  right: calc((53px + 3rem + 53px) / 2);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  left: unset;
  bottom: unset;
  width: auto;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 5px;
}

.gbn-swiper .dica-container .swiper-pagination .swiper-pagination-total {
  letter-spacing: 0;
}

/* #endregion */
/* #region CTA Section */
.gbn-cta-section {
  -webkit-clip-path: polygon(calc(5% + 0px) calc(0% + 8px), calc(5% + 1px) calc(0% + 5px), calc(5% + 2px) calc(0% + 3px), calc(5% + 3px) calc(0% + 2px), calc(5% + 3px) calc(0% + 2px), calc(5% + 5px) calc(0% + 1px), calc(5% + 8px) calc(0% + 0px), 100% 0, 100% 100%, calc(0% + 8px) calc(100% - 0px), calc(0% + 5px) calc(100% - 1px), calc(0% + 3px) calc(100% - 2px), calc(0% + 3px) calc(100% - 2px), calc(0% + 2px) calc(100% - 3px), calc(0% + 1px) calc(100% - 5px), calc(0% + 0px) calc(100% - 8px));
          clip-path: polygon(calc(5% + 0px) calc(0% + 8px), calc(5% + 1px) calc(0% + 5px), calc(5% + 2px) calc(0% + 3px), calc(5% + 3px) calc(0% + 2px), calc(5% + 3px) calc(0% + 2px), calc(5% + 5px) calc(0% + 1px), calc(5% + 8px) calc(0% + 0px), 100% 0, 100% 100%, calc(0% + 8px) calc(100% - 0px), calc(0% + 5px) calc(100% - 1px), calc(0% + 3px) calc(100% - 2px), calc(0% + 3px) calc(100% - 2px), calc(0% + 2px) calc(100% - 3px), calc(0% + 1px) calc(100% - 5px), calc(0% + 0px) calc(100% - 8px));
}

/* #endregion */
/* #region Ken Burns Effect */
.background-image-zoom {
  -webkit-animation: kenBurnsEffect 20s ease-in-out infinite;
          animation: kenBurnsEffect 20s ease-in-out infinite;
}

@-webkit-keyframes kenBurnsEffect {
  0% {
    background-size: 110%;
    background-position: center;
  }
  50% {
    background-size: 120%;
    background-position: center right;
  }
  100% {
    background-size: 110%;
    background-position: center;
  }
}

@keyframes kenBurnsEffect {
  0% {
    background-size: 110%;
    background-position: center;
  }
  50% {
    background-size: 120%;
    background-position: center right;
  }
  100% {
    background-size: 110%;
    background-position: center;
  }
}

/* #endregion */
/*# sourceMappingURL=style.css.map */