/*
Theme Name: Neumann, Schmeer & Partner
Description: Child template from POWER+RADACH werbeagentur gmbh
Version: 1.0
Template: pr-master-theme
Author: POWER+RADACH werbeagentur gmbh
Author URI: https://www.power-radach.de/
*/
html,
body {
  --primary-font: "Barlow",
      sans-serif;
  --secondary-font: "Miriam Libre",
      sans-serif;
  --global-padding: 20px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --grey-light: #F0F0F0;
  --grey-dark: #EEE;
  --primary-color: #546C76;
  --primary-color-dark: #ADC4C2;
  --secondary-color: #F49D5C;
  --secondary-color-light: #FFD5B9;
  --textcolor: #2A2A2E;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
  --white-color: #FFFFFF;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
html, body {
  --h1-font-family: "Miriam Libre", sans-serif !important;
  --h1-font-size: 50px;
  --h1-line-height: 1.3;
  --h1-font-weight: 800;
  --h1-margin-bottom: 60px;
  --h2-font-family: "Miriam Libre", sans-serif !important;
  --h2-font-size: 50px;
  --h2-line-height: 1.3;
  --h2-font-weight: 800;
  --h2-margin-bottom: 60px;
  --h3-font-family: "Miriam Libre", sans-serif !important;
  --h3-font-size: 30px;
  --h3-line-height: 1.3;
  --h3-font-weight: 800;
  --h3-margin-bottom: 50px;
  --h4-font-family: "Barlow", sans-serif;
  --h4-font-size: 22px;
  --h4-line-height: 1.3;
  --h4-font-weight: 800;
  --h4-margin-bottom: 40px;
  --h5-font-size: 22px;
  --h5-line-height: 1.4;
  --h5-font-weight: 800;
  --h5-margin-bottom: 40px;
  --h1-color: var(--textcolor);
  --h2-color: var(--textcolor);
  --h3-color: var(--textcolor);
  --h4-color: var(--secondary-color);
  --h5-color: #000000;
}

.h2-secondary {
  color: var(--h4-color) !important;
}

@media (max-width: 1025px) {
  html, body {
    --h1-font-size: 36px;
    --h2-font-size: 36px;
  }
}
html, body {
  --p-font-size: 19px;
  --p-line-height: 1.4;
  --p-font-weight: 400;
  --p-margin-bottom: 30px;
  --p-strong-font-weight: 700;
}

.quote-outer-wrapper .quote-inner-wrapper .wp-block-quote p {
  font-family: "Miriam Libre";
  font-size: 34px;
  font-weight: 800;
}
.quote-outer-wrapper .quote-inner-wrapper .wp-block-quote cite {
  font-family: "Barlow";
  font-style: normal;
  font-size: 25px;
}

@media (max-width: 1025px) {
  .quote-outer-wrapper .quote-inner-wrapper .wp-block-quote p {
    font-size: 24px;
    font-weight: 800;
  }
}
html, body {
  --cover-block-background-color: rgba(20, 51, 64, 0.6);
  --cover-block-opacity: 0.75;
}

.page-template-news .wp-block-cover .wp-block-cover__inner-container {
  background: var(--cover-block-background-color);
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 35%;
  left: 0;
  padding-top: 80px;
  margin-left: 15%;
}

.wp-block-cover {
  border-bottom: 5px solid var(--secondary-color);
}
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 3;
}
.wp-block-cover #headline-news-container {
  background: var(--cover-block-background-color);
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 35%;
  left: 0;
  padding-top: 80px;
  margin-left: 15%;
}
.wp-block-cover #headline-news {
  font-family: var(--h2-font-family);
  font-weight: 700;
  cursor: pointer;
  color: var(--white-color);
  position: absolute;
  padding-top: 80px;
  padding-right: 0;
  top: -20px;
  z-index: 3;
  bottom: -30px;
  text-align: right;
  left: 0;
  width: 80%;
  margin-left: 0;
  transition: all 0.25s ease;
}
.wp-block-cover #headline-news:hover {
  transform: translateX(25px);
  color: var(--secondary-color) !important;
}

.wp-block-cover__background {
  display: none !important;
}

#schnelleinstieg-list {
  background: var(--cover-block-background-color);
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 35%;
  left: 0;
  padding-top: 80px;
  margin-left: 15%;
}
#schnelleinstieg-list p, #schnelleinstieg-list p a {
  color: var(--white-color);
  text-decoration: none;
  padding-right: 20% !important;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 0;
  font-family: "Miriam Libre" !important;
  font-weight: bold;
}
#schnelleinstieg-list p:hover, #schnelleinstieg-list p a:hover {
  transform: translateX(25px);
  color: var(--secondary-color) !important;
}
#schnelleinstieg-list p:hover > strong, #schnelleinstieg-list p a:hover > strong {
  color: var(--secondary-color) !important;
}
#schnelleinstieg-list p a {
  padding-right: 0 !important;
}
#schnelleinstieg-list.open {
  opacity: 0;
  z-index: 0;
}

@media (max-width: 1025px) {
  #schnelleinstieg-list,
  #headline-news-container,
  .page-template-news .wp-block-cover .wp-block-cover__inner-container,
  .single-post #headline-news-container {
    width: 80%;
    margin-left: 0;
  }
  #schnelleinstieg-list p,
  #headline-news-container p,
  .page-template-news .wp-block-cover .wp-block-cover__inner-container p,
  .single-post #headline-news-container p {
    padding-right: 10% !important;
  }
  .wp-block-cover #headline-news {
    left: 20px;
  }
}
html, body {
  --block-container-padding-left: 20px;
  --block-container-padding-right: 20px;
}
@media (max-width: 1025px) {
  html, body {
    --block-container-bigger-padding: initial !important;
  }
}

.block-container-outer-wrapper {
  padding-left: initial !important;
  padding-right: initial !important;
}
.block-container-outer-wrapper .block-container-inner-wrapper {
  padding-left: var(--block-container-padding-left) !important;
  padding-right: var(--block-container-padding-right) !important;
}

/*#block-container-bigger-padding-1,
#block-container-bigger-padding-2,
#block-container-bigger-padding-3,
#block-container-bigger-padding-4 {
  padding: var(--block-container-bigger-padding);
}
*/
@media (max-width: 1025px) {
  #block-container-bigger-padding-2 .column-outer-wrapper.custom-width.outer-wrapper {
    width: initial !important;
  }
}
html, body {
  --column-block-padding-right: 35px;
  --block-container-bigger-padding-bottom: 75px;
}
@media (max-width: 1025px) {
  html, body {
    --column-block-padding-right: initial !important;
  }
}

#block-container-bigger-padding-1 .column-outer-wrapper {
  padding-right: var(--column-block-padding-right);
}
#block-container-bigger-padding-1 .wp-block-image {
  margin-top: 10px;
}

#ansprechpartnerin .column-outer-wrapper.custom-width.outer-wrapper {
  margin-right: 20px;
}

@media (max-width: 1025px) {
  #ansprechpartnerin .column-outer-wrapper {
    width: 100% !important;
  }
  .custom-break .columns-inner-wrapper .wp-block-columns.custom-break {
    flex-direction: column;
  }
  .custom-break .columns-inner-wrapper .wp-block-columns.custom-break .custom-width {
    width: initial !important;
  }
  #column-reverse {
    flex-direction: column-reverse;
  }
}
html, body {
  --last-post-block-padding: 30px;
  --last-post-hover-color: var(--primary-color);
  --last-post-title-font-family: var(--h4-font-family);
  --last-post-title-font-size: 23px;
}

.single-last-post {
  padding: var(--last-post-block-padding);
  overflow: hidden;
}
.single-last-post .last-post-thumbnail {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-last-post .last-post-title {
  font-family: var(--last-post-title-font-family) !important;
  font-size: var(--last-post-title-font-size) !important;
}
.single-last-post svg {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: 20px;
  right: 20px;
}
.single-last-post:hover {
  background-color: var(--last-post-hover-color);
}
.single-last-post:hover > svg path {
  fill: var(--white-color);
}

.home .single-last-post {
  padding-bottom: 55px !important;
}
.home .single-last-post .last-post-thumbnail {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .single-last-post svg {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: 30px;
  right: 25px;
  z-index: 2;
}
.home .single-last-post:hover {
  background-color: var(--last-post-hover-color);
}
.home .single-last-post:hover > svg path {
  fill: var(--white-color);
}
.home .single-last-post:before {
  transform: scale(1) !important;
}

.page-template-jobs .single-last-post {
  padding: var(--last-post-block-padding);
  overflow: hidden;
}
.page-template-jobs .single-last-post .last-post-thumbnail {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-jobs .single-last-post .last-post-title {
  position: initial;
  top: initial;
  margin-left: initial !important;
  width: initial !important;
  z-index: initial;
}
.page-template-jobs .single-last-post svg {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: 20px;
  right: 20px;
}
.page-template-jobs .single-last-post:hover {
  background-color: var(--last-post-hover-color);
}
.page-template-jobs .single-last-post:hover > .last-post-thumbnail {
  transform: scale(1.07);
}
.page-template-jobs .single-last-post:hover > svg path {
  fill: var(--white-color);
}
.page-template-jobs .single-last-post:before {
  display: none;
}

.page-template-news .single-last-post {
  padding-bottom: 55px !important;
  padding-top: 30px !important;
}
.page-template-news .single-last-post .last-post-excerpt {
  color: #000;
}
.page-template-news .single-last-post:hover > .last-post-excerpt, .page-template-news .single-last-post:hover .last-post-title {
  color: var(--white-color) !important;
}
.page-template-news .mandanteninformationen .single-last-post {
  background-color: #EBEBEB;
  margin: 0 40px 40px 0;
}
.page-template-news .mandanteninformationen .single-last-post .last-post-title {
  z-index: 2 !important;
  top: initial;
  margin-left: initial !important;
  width: initial !important;
  color: var(--primary-color) !important;
}
.page-template-news .mandanteninformationen .single-last-post .last-post-excerpt {
  color: #000 !important;
  z-index: 2 !important;
}
.page-template-news .mandanteninformationen .single-last-post svg path {
  fill: var(--secondary-color);
}
.page-template-news .mandanteninformationen .single-last-post:hover {
  background-color: var(--primary-color);
}
.page-template-news .mandanteninformationen .single-last-post:hover > .last-post-title {
  color: var(--secondary-color) !important;
}
.page-template-news .mandanteninformationen .single-last-post:hover > .last-post-excerpt {
  color: var(--white-color) !important;
}
.page-template-news .mandanteninformationen .single-last-post:hover > svg path {
  fill: var(--white-color);
}
.page-template-news .mandanteninformationen .single-last-post:before {
  display: none;
}

@media (max-width: 1281px) {
  .last-posts-result-container .single-last-post .last-post-title {
    /*  position: initial;
      margin-left: initial !important;
      width: initial !important;
      color: #000000 !important;*/
  }
  .last-posts-result-container .single-last-post:before {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .single-last-post {
    padding-right: 0;
  }
  .single-last-post .last-post-title {
    font-size: 19px !important;
  }
  .page-template-news .single-last-post {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 480px) {
  .home .single-last-post {
    padding-right: 0;
  }
}
.last-posts-outer-wrapper > .inner-wrapper .single-last-post[type="2"]:before {
  opacity: 0.925 !important;
}

.tile-container[type="2"] {
  cursor: pointer;
  z-index: 0;
}
.tile-container[type="2"] img {
  transition: transform 0.5s ease;
  top: 15% !important;
  left: 0 !important;
  transform: scale(1.3) !important;
}
.tile-container[type="2"]:hover img {
  transform: scale(1.5) !important;
}

.tile-container[type="2"] .tile-image {
  width: inherit !important;
}

.tile-container[type="2"] .tile-title {
  font-size: 28px !important;
  padding: initial !important;
}

.tile-container[type="2"] .tile-title:after {
  display: none;
}

.tile-container .tile-content {
  display: none;
}
.tile-container div {
  background-color: rgba(84, 108, 118, 0.75);
  position: relative;
  z-index: 99;
  padding: 12px 20px;
  margin: 0;
}
.tile-container div svg {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 32px;
}
.tile-container div svg path {
  fill: var(--secondary-color);
}
.tile-container p {
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.tile-container span {
  font-family: var(--h2-font-family) !important;
  padding: 0;
  margin: 0;
}
.tile-container:hover > div {
  background-color: rgb(84, 108, 118);
}
.tile-container:hover > div > p, .tile-container:hover > div svg {
  transform: scale(1.1) !important;
}

.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):first-child {
  min-width: 100% !important;
}
.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):first-child .tile-inner-wrapper.inner-wrapper {
  min-width: 100% !important;
  margin-bottom: 70px !important;
}
.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):first-child .tile-inner-wrapper.inner-wrapper a {
  min-height: 434px;
}

.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2) {
  margin-right: 7% !important;
  width: 46.5%;
  min-width: 46.5%;
}
.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2) a {
  min-height: 412px;
}
@media (max-width: 1025px) {
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2) a img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: inherit;
    width: auto !important;
  }
}

.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) {
  margin-top: 0 !important;
  margin-right: 0 !important;
  width: 46.5%;
  min-width: 46.5%;
}
.tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) a {
  min-height: 412px;
}
@media (max-width: 1025px) {
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) a img {
    height: inherit;
    width: auto !important;
  }
}

#block-container-bigger-padding-4 .block-container-inner-wrapper.inner-wrapper {
  padding-top: 0;
}

@media (max-width: 1025px) {
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):first-child,
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2),
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) {
    width: 100% !important;
    min-width: 100% !important;
  }
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):first-child .tile-inner-wrapper.inner-wrapper,
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2) .tile-inner-wrapper.inner-wrapper,
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) .tile-inner-wrapper.inner-wrapper {
    min-width: initial !important;
    margin-bottom: initial !important;
  }
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(2n + 2),
  .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 3) {
    margin-top: 20px !important;
    margin-right: initial !important;
  }
  .tile-container[type="2"] .tile-image {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
html, body {
  --team-lightbox-outer-wrapper-padding: 30px;
  --team-lightbox-outer-wrapper-hover-color: var(--primary-color);
}

.wp-block-column .ansprechpartner-container svg {
  position: absolute;
  width: 30px;
  right: 18px;
  bottom: 9px;
}

.team-lightbox-outer-wrapper {
  padding: var(--team-lightbox-outer-wrapper-padding);
  cursor: pointer;
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-photo-container {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-photo-container #ansprechpartner-photo {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  min-height: 260px !important;
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container {
  padding-top: 0 !important;
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail {
  margin-top: 14px;
  /*&.ansprechpartner-detail-more {
    margin-top: 0;
  }*/
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail.ansprechpartner-detail-name {
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  font-size: var(--h4-font-size);
}
.team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail.ansprechpartner-detail-phone, .team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail.ansprechpartner-detail-gender, .team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail.ansprechpartner-detail-mail, .team-lightbox-outer-wrapper .team-lightbox-inner-wrapper .team_lightbox-container .ansprechpartner-details-container .ansprechpartner-detail.ansprechpartner-detail-more {
  display: none !important;
}
.team-lightbox-outer-wrapper svg {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: -10px !important;
  right: -10px !important;
}
.team-lightbox-outer-wrapper svg path {
  fill: var(--white-color);
}
.team-lightbox-outer-wrapper:hover {
  background-color: var(--team-lightbox-outer-wrapper-hover-color);
}
.team-lightbox-outer-wrapper:hover .ansprechpartner-detail {
  color: var(--white-color) !important;
}
.team-lightbox-outer-wrapper:hover .ansprechpartner-photo-container {
  transform: scale(1.07) !important;
}
.team-lightbox-outer-wrapper:hover .ansprechpartner-photo-container #ansprechpartner-photo {
  cursor: pointer !important;
}

.fancybox__slide.is-selected {
  background-color: var(--primary-color);
}
.fancybox__slide #dialog-content {
  max-width: 100% !important;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.fancybox__slide #dialog-content .wp-block-column {
  padding: 0 20px;
}
.fancybox__slide #dialog-content h1 {
  padding-top: 0;
  margin-top: 0;
  margin-left: 20px;
  color: var(--secondary-color);
}

html, body {
  --jalousie-header-text-size: var(--h4-font-size);
}

#wrapper .jalousie-outer-wrapper .jalousie-inner-wrapper .jalousie-header-container .jalousie-header-text {
  font-size: var(--jalousie-header-text-size) !important;
  color: var(--textcolor) !important;
}
#wrapper .jalousie-outer-wrapper .jalousie-inner-wrapper .jalousie-header-container:after {
  content: none !important;
}
#wrapper .jalousie-outer-wrapper .jalousie-inner-wrapper .jalousie-header-container svg {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper .jalousie-outer-wrapper.open .jalousie-inner-wrapper .jalousie-header-container .jalousie-header-text {
  color: var(--secondary-color) !important;
}
#wrapper .jalousie-outer-wrapper.open .jalousie-inner-wrapper .jalousie-header-container svg path {
  fill: var(--secondary-color) !important;
  d: path("M91.4,150.6H0V91.4h91.4H242v59.1h-91") !important;
}
#wrapper #ansprechpartner-jalousie h3 {
  margin-left: 30px;
  margin-bottom: 20px;
}

html, body {
  --column-block-padding-right: 35px;
  --block-container-bigger-padding-bottom: 75px;
}

#block-container-bigger-padding-3 .wp-block-button {
  transition: all 0.3s ease;
}
#block-container-bigger-padding-3 .wp-block-button .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color) !important;
  font-size: 16px;
}
#block-container-bigger-padding-3 .wp-block-button .wp-block-button__link svg {
  position: relative;
  width: 23px;
  height: 23px;
  bottom: -5px;
  right: -10px;
}
#block-container-bigger-padding-3 .wp-block-button:hover {
  transform: scale(1.07) !important;
}

#block-container-bigger-padding-4 .wp-block-button {
  transition: all 0.3s ease;
}
#block-container-bigger-padding-4 .wp-block-button .wp-block-button__link {
  background-color: transparent;
  color: var(--white-color) !important;
  font-size: 16px;
  padding: 0;
}
#block-container-bigger-padding-4 .wp-block-button .wp-block-button__link svg {
  position: relative;
  width: 23px;
  height: 23px;
  bottom: -5px;
  right: -10px;
}
#block-container-bigger-padding-4 .wp-block-button .wp-block-button__link svg path {
  fill: var(--secondary-color) !important;
}
#block-container-bigger-padding-4 .wp-block-button:hover {
  transform: scale(1.07) !important;
  background-color: transparent !important;
}

.nf-field-element button {
  background-color: var(--primary-color) !important;
  font-size: var(--p-font-size) !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.nf-field-element button:hover {
  background-color: var(--secondary-color) !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.nf-field-element input[type=submit] {
  font-size: var(--p-font-size) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: var(--h1-font-family) !important;
}
.nf-field-element input[type=submit]:hover {
  background-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

html, body {
  --form-inputs-border-width: 1px;
  --form-inputs-border-style: solid;
  --form-inputs-border-color: var(--secondary-color);
  --form-label-margin-bottom: 5px;
  --form-label-margin-top: 15px;
  --form-input-padding-top: 5px;
  --form-input-padding-right: 5px;
  --form-input-padding-bottom: 5px;
  --form-input-padding-left: 5px;
  --form-textarea-padding-top: 5px;
  --form-textarea-padding-right: 5px;
  --form-textarea-padding-bottom: 5px;
  --form-textarea-padding-left: 5px;
}

.ninja-hidden {
  display: none !important;
}

#formular-termin .nf-field-label {
  font-family: var(--h1-font-family) !important;
}
#formular-termin ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#formular-termin .label-left .nf-field-label {
  width: initial !important;
}
#formular-termin .label-left .nf-field-element {
  width: 86% !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content textarea {
  border: 1px solid var(--secondary-color) !important;
  background: var(--white-color) !important;
}

.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
  border-color: var(--secondary-color) !important;
  background: var(--white-color) !important;
}

#wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container.file_upload-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button {
  cursor: pointer;
}

html, body {
  --header-background-color: var(--primary-color);
  --submenu-font-size: 34px;
  --menu-font-family: var(--h4-font-family);
}

.page-template-jobs #jobs_navigation,
.page-template-jobs-page #jobs_navigation,
.post-job-page #jobs_navigation {
  position: absolute;
  top: 22px;
  right: 100px;
  line-height: 0;
}
.page-template-jobs #jobs_navigation #jobnav,
.page-template-jobs-page #jobs_navigation #jobnav,
.post-job-page #jobs_navigation #jobnav {
  display: flex;
  list-style: none;
}
.page-template-jobs #jobs_navigation #jobnav li,
.page-template-jobs-page #jobs_navigation #jobnav li,
.post-job-page #jobs_navigation #jobnav li {
  display: inline-block;
  padding-right: 50px;
}
.page-template-jobs #jobs_navigation #jobnav li a,
.page-template-jobs-page #jobs_navigation #jobnav li a,
.post-job-page #jobs_navigation #jobnav li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-family: var(--h1-font-family);
}
.page-template-jobs #logo-small,
.page-template-jobs-page #logo-small,
.post-job-page #logo-small {
  position: absolute;
  top: 32px;
  right: 60px;
  width: 56px;
  z-index: 1;
}
.page-template-jobs #header-outer,
.page-template-jobs-page #header-outer,
.post-job-page #header-outer {
  background-color: var(--secondary-color);
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
}
.page-template-jobs #header-outer #header-inner #nsp-logo,
.page-template-jobs-page #header-outer #header-inner #nsp-logo,
.post-job-page #header-outer #header-inner #nsp-logo {
  left: 80px;
  z-index: 3;
  top: 12px;
}
.page-template-jobs #header-outer #header-inner #nsp-logo img,
.page-template-jobs-page #header-outer #header-inner #nsp-logo img,
.post-job-page #header-outer #header-inner #nsp-logo img {
  width: 220px;
}
.page-template-jobs #jobs-header-text,
.page-template-jobs-page #jobs-header-text,
.post-job-page #jobs-header-text {
  position: absolute;
  z-index: 3;
  top: 130px;
  padding: 0;
  max-width: 600px;
  right: 10%;
}
.page-template-jobs #jobs-header-text h5,
.page-template-jobs-page #jobs-header-text h5,
.post-job-page #jobs-header-text h5 {
  font-size: var(--h5-font-size);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.page-template-jobs #jobs-header-text p,
.page-template-jobs-page #jobs-header-text p,
.post-job-page #jobs-header-text p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.page-template-jobs #video-block .column-inner-wrapper.inner-wrapper,
.page-template-jobs-page #video-block .column-inner-wrapper.inner-wrapper,
.post-job-page #video-block .column-inner-wrapper.inner-wrapper {
  max-width: 100%;
}
.page-template-jobs #video-block .column-inner-wrapper.inner-wrapper .video-inner-wrapper.inner-wrapper,
.page-template-jobs-page #video-block .column-inner-wrapper.inner-wrapper .video-inner-wrapper.inner-wrapper,
.post-job-page #video-block .column-inner-wrapper.inner-wrapper .video-inner-wrapper.inner-wrapper {
  max-width: 100%;
}
.page-template-jobs .wp-block-video,
.page-template-jobs-page .wp-block-video,
.post-job-page .wp-block-video {
  margin-left: 80px;
}
.page-template-jobs .plus-icon,
.page-template-jobs-page .plus-icon,
.post-job-page .plus-icon {
  margin-top: -1px;
}
.page-template-jobs .plus-icon .image-outer-wrapper.size-full.outer-wrapper,
.page-template-jobs-page .plus-icon .image-outer-wrapper.size-full.outer-wrapper,
.post-job-page .plus-icon .image-outer-wrapper.size-full.outer-wrapper {
  position: relative;
}
.page-template-jobs .plus-icon #plus-icon-jobs,
.page-template-jobs-page .plus-icon #plus-icon-jobs,
.post-job-page .plus-icon #plus-icon-jobs {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 500px;
  height: 500px;
}
.page-template-jobs .plus-icon #plus-icon-jobs img,
.page-template-jobs-page .plus-icon #plus-icon-jobs img,
.post-job-page .plus-icon #plus-icon-jobs img {
  width: 500px;
  opacity: 0.7;
}
.page-template-jobs .right-middle-column,
.page-template-jobs-page .right-middle-column,
.post-job-page .right-middle-column {
  align-items: center;
}
.page-template-jobs .right-middle-column .column-outer-wrapper,
.page-template-jobs-page .right-middle-column .column-outer-wrapper,
.post-job-page .right-middle-column .column-outer-wrapper {
  margin-right: 0 !important;
}
.page-template-jobs .right-middle-column .wp-block-image,
.page-template-jobs-page .right-middle-column .wp-block-image,
.post-job-page .right-middle-column .wp-block-image {
  margin: 0 !important;
}
.page-template-jobs .right-middle-column .wp-block-image img,
.page-template-jobs-page .right-middle-column .wp-block-image img,
.post-job-page .right-middle-column .wp-block-image img {
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-jobs .right-middle-column #left-side,
.page-template-jobs-page .right-middle-column #left-side,
.post-job-page .right-middle-column #left-side {
  padding: 50px;
}
.page-template-jobs .single-last-post:hover,
.page-template-jobs-page .single-last-post:hover,
.post-job-page .single-last-post:hover {
  background-color: var(--primary-color);
}
.page-template-jobs .single-last-post:hover .last-post-title,
.page-template-jobs-page .single-last-post:hover .last-post-title,
.post-job-page .single-last-post:hover .last-post-title {
  color: var(--white-color) !important;
}
.page-template-jobs #plus-block,
.page-template-jobs-page #plus-block,
.post-job-page #plus-block {
  display: none;
}
.page-template-jobs #plus-block .columns-inner-wrapper.inner-wrapper section .column-inner-wrapper.inner-wrapper,
.page-template-jobs-page #plus-block .columns-inner-wrapper.inner-wrapper section .column-inner-wrapper.inner-wrapper,
.post-job-page #plus-block .columns-inner-wrapper.inner-wrapper section .column-inner-wrapper.inner-wrapper {
  max-width: initial !important;
}
.page-template-jobs #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image,
.page-template-jobs-page #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image,
.post-job-page #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-jobs #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image img,
.page-template-jobs-page #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image img,
.post-job-page #plus-block .columns-inner-wrapper.inner-wrapper section section:first-child .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 570px;
}
.page-template-jobs #plus-block #plus-white,
.page-template-jobs-page #plus-block #plus-white,
.post-job-page #plus-block #plus-white {
  position: relative;
}
.page-template-jobs #plus-block #plus-white img,
.page-template-jobs-page #plus-block #plus-white img,
.post-job-page #plus-block #plus-white img {
  position: absolute;
  bottom: 100px;
  right: -227px;
  width: 365px;
  height: 365px;
  -o-object-fit: initial;
     object-fit: initial;
  min-height: initial;
}
.page-template-jobs #plus-block #plus-block-right,
.page-template-jobs-page #plus-block #plus-block-right,
.post-job-page #plus-block #plus-block-right {
  padding: 150px 200px 100px 280px;
}
.page-template-jobs #plus-block #plus-block-right .heading-inner-wrapper h2,
.page-template-jobs-page #plus-block #plus-block-right .heading-inner-wrapper h2,
.post-job-page #plus-block #plus-block-right .heading-inner-wrapper h2 {
  color: var(--white-color) !important;
  margin-bottom: 10px;
}
.page-template-jobs #steps .wp-block-image,
.page-template-jobs-page #steps .wp-block-image,
.post-job-page #steps .wp-block-image {
  display: block;
  margin-bottom: 20px;
}
.page-template-jobs #steps .wp-block-image img,
.page-template-jobs-page #steps .wp-block-image img,
.post-job-page #steps .wp-block-image img {
  margin: auto;
}
.page-template-jobs .tile-container[type="2"],
.page-template-jobs-page .tile-container[type="2"],
.post-job-page .tile-container[type="2"] {
  margin-bottom: 70px;
}
.page-template-jobs .group-inner-wrapper .wp-block-group__inner-container,
.page-template-jobs-page .group-inner-wrapper .wp-block-group__inner-container,
.post-job-page .group-inner-wrapper .wp-block-group__inner-container {
  padding: 60px;
}
.page-template-jobs #bieten section:first-child,
.page-template-jobs-page #bieten section:first-child,
.post-job-page #bieten section:first-child {
  max-width: initial !important;
}
.page-template-jobs #karriere-sidebar,
.page-template-jobs-page #karriere-sidebar,
.post-job-page #karriere-sidebar {
  padding: 30px;
}
.page-template-jobs #nsp-logo-2,
.page-template-jobs-page #nsp-logo-2,
.post-job-page #nsp-logo-2 {
  display: none;
}
@media (max-width: 1281px) {
  .page-template-jobs #work-life > section:first-of-type,
  .page-template-jobs-page #work-life > section:first-of-type,
  .post-job-page #work-life > section:first-of-type {
    width: 100% !important;
  }
  .page-template-jobs #work-life > section:last-of-type,
  .page-template-jobs-page #work-life > section:last-of-type,
  .post-job-page #work-life > section:last-of-type {
    display: none;
  }
  .page-template-jobs #arbeiten-bei,
  .page-template-jobs-page #arbeiten-bei,
  .post-job-page #arbeiten-bei {
    display: none;
  }
}
.page-template-jobs #arbeiten-bei > section:nth-of-type(2),
.page-template-jobs-page #arbeiten-bei > section:nth-of-type(2),
.post-job-page #arbeiten-bei > section:nth-of-type(2) {
  background-image: url("/wp-content/uploads/2022/12/Prostak2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}
.page-template-jobs .heading-outer-wrapper .heading-inner-wrapper .alignwide,
.page-template-jobs-page .heading-outer-wrapper .heading-inner-wrapper .alignwide,
.post-job-page .heading-outer-wrapper .heading-inner-wrapper .alignwide {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-jobs #nsp-logo {
  position: absolute;
  width: 430px;
  left: 73px;
  top: 180px;
  z-index: 1000;
  transition: width 1s ease-in-out;
}
.page-template-jobs #header-outer {
  background-color: var(--secondary-color);
  height: 90px;
  z-index: 999;
}
.page-template-jobs #header-outer #header-inner #nsp-logo {
  top: 170px;
}
.page-template-jobs .jobs-page {
  border-top: 195px solid var(--secondary-color);
}
.page-template-jobs #work-life > .column-outer-wrapper {
  padding: 0 5%;
}

@media (max-width: 1025px) {
  .page-template-jobs #header-inner,
  .page-template-jobs-page #header-inner,
  .post-job-page #header-inner {
    height: 0;
  }
  .page-template-jobs #logo-small,
  .page-template-jobs-page #logo-small,
  .post-job-page #logo-small {
    display: block;
    right: 100px;
  }
  .page-template-jobs #nsp-logo-2,
  .page-template-jobs-page #nsp-logo-2,
  .post-job-page #nsp-logo-2 {
    display: block;
    position: fixed;
    top: 20px;
    left: 30px;
    width: 150px;
    z-index: 999;
  }
  .page-template-jobs #jobs_navigation,
  .page-template-jobs-page #jobs_navigation,
  .post-job-page #jobs_navigation {
    position: initial;
    line-height: initial;
  }
  .page-template-jobs #jobs_navigation #jobnav,
  .page-template-jobs-page #jobs_navigation #jobnav,
  .post-job-page #jobs_navigation #jobnav {
    display: initial;
  }
  .page-template-jobs #jobs_navigation #jobnav li,
  .page-template-jobs-page #jobs_navigation #jobnav li,
  .post-job-page #jobs_navigation #jobnav li {
    display: flex;
    padding-right: initial;
  }
  .page-template-jobs .plus-icon #plus-icon-jobs,
  .page-template-jobs-page .plus-icon #plus-icon-jobs,
  .post-job-page .plus-icon #plus-icon-jobs {
    height: 200px;
    width: 200px;
  }
  .page-template-jobs #jobs-header-text,
  .page-template-jobs-page #jobs-header-text,
  .post-job-page #jobs-header-text {
    position: initial;
    padding: 0 5%;
    margin-top: -50px;
    max-width: initial !important;
  }
  .page-template-jobs .right-middle-column .columns-outer-wrapper.full-width.outer-wrapper,
  .page-template-jobs-page .right-middle-column .columns-outer-wrapper.full-width.outer-wrapper,
  .post-job-page .right-middle-column .columns-outer-wrapper.full-width.outer-wrapper {
    position: initial;
  }
  .page-template-jobs .right-middle-column #left-side,
  .page-template-jobs-page .right-middle-column #left-side,
  .post-job-page .right-middle-column #left-side {
    padding: initial;
  }
  .page-template-jobs .jobs-page,
  .page-template-jobs-page .jobs-page,
  .post-job-page .jobs-page {
    border-top: 0 !important;
    margin-top: -1px;
  }
  .page-template-jobs #left-side,
  .page-template-jobs #right-side,
  .page-template-jobs-page #left-side,
  .page-template-jobs-page #right-side,
  .post-job-page #left-side,
  .post-job-page #right-side {
    flex-basis: 100% !important;
  }
  .page-template-jobs #left-side,
  .page-template-jobs-page #left-side,
  .post-job-page #left-side {
    padding-top: 15px !important;
  }
  .page-template-jobs #work-life .column-outer-wrapper,
  .page-template-jobs-page #work-life .column-outer-wrapper,
  .post-job-page #work-life .column-outer-wrapper {
    flex-basis: 100%;
    padding: 0 5%;
  }
  .page-template-jobs #arbeiten-bei .full-width.custom-width,
  .page-template-jobs-page #arbeiten-bei .full-width.custom-width,
  .post-job-page #arbeiten-bei .full-width.custom-width {
    padding: 0 !important;
  }
  .post-job-page .custom-width {
    width: 100% !important;
  }
  .post-job-page #nsp-logo {
    display: none;
  }
  #icon-list .column-outer-wrapper {
    width: 50% !important;
  }
  #video-block {
    margin-top: -260px !important;
  }
  #video-block .column-outer-wrapper {
    flex-basis: 80%;
  }
  #bewerbungsprozess .columns-outer-wrapper > .inner-wrapper > .wp-block-columns[rowlen="3"] > *:not(.custom-width) {
    min-width: calc(33.333% - var(--columns-gutter, var(--grid-gutter, 0px)) * 2 / 3);
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #video-block {
    margin-top: initial !important;
  }
}
@media (max-width: 480px) {
  #bewerbungsprozess .wp-block-columns .columns-outer-wrapper.outer-wrapper {
    width: initial !important;
  }
}
@media (max-width: 1281px) {
  .page-template-jobs #nsp-logo {
    width: 300px;
    left: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 781px) {
  #video-block {
    margin-top: initial !important;
  }
}
#wrapper .list-outer-wrapper .list-inner-wrapper ul li,
#wrapper .list-outer-wrapper .list-inner-wrapper ol li {
  padding-left: var(--list-item-padding-left, var(--list-item-before-width, 20px)) !important;
}

html, body {
  --icon-list-max-height: 140px;
}

#icon-list .column-outer-wrapper {
  cursor: pointer;
  min-height: 250px;
}
#icon-list .column-outer-wrapper p {
  display: none;
  font-size: 22px;
}
#icon-list .column-outer-wrapper:hover img, #icon-list .column-outer-wrapper:hover h4 {
  display: none;
}
#icon-list .column-outer-wrapper:hover p {
  display: block;
}
#icon-list img {
  max-height: var(--icon-list-max-height);
  margin: 0 auto;
}
#icon-list p, #icon-list h4 {
  color: var(--white-color);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-jobs-page #icon-list img {
  max-height: 75px;
}

@media (max-width: 480px) {
  #icon-list .column-outer-wrapper p {
    font-size: 18px;
    width: 95%;
  }
}
html, body {
  --menu-font-size: 24px;
  --menu-font-size-responsive: 20px;
  --submenu-font-size: 34px;
  --submenu-font-size-small: 22px;
  --menu-font-family: var(--h4-font-family);
}

#header-outer {
  height: 125px;
  background-color: var(--white-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

#nsp-logo {
  position: absolute;
  width: 178px;
  right: 100px;
  top: 31px;
}

#beraten-text {
  position: absolute;
  max-width: 350px;
  top: -10px;
  right: 100px;
}

#burger {
  cursor: pointer;
  fill: var(--primary-color);
  position: fixed;
  left: 50px;
  top: 40px;
  z-index: 100;
}
#burger text {
  font-weight: bold;
}

#burger-jobs {
  display: none;
  cursor: pointer;
  fill: var(--white-color);
  position: fixed;
  right: -35px;
  top: 23px;
  z-index: 100;
}

#mein-nsp {
  position: fixed;
  left: 260px;
  top: 47px;
  z-index: 100;
  width: 90px;
}
#mein-nsp a {
  font-family: var(--h4-font-family);
  font-weight: bold;
  text-decoration: none;
  color: var(--primary-color);
}
#mein-nsp #logo-mein-nsp {
  position: absolute;
  left: 45px;
  top: 6px;
}
@supports (-webkit-touch-callout: none) {
  #mein-nsp #logo-mein-nsp {
    top: 0;
    max-width: 62px;
  }
}

#wrapper.open {
  z-index: 0;
}

#menu-switcher {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: start;
  margin: 0;
}
#menu-switcher > li {
  flex: 0 0 auto;
  padding-right: 20px;
}
#menu-switcher > li#close {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 45px;
  font-weight: 700;
}
#menu-switcher > li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: var(--menu-font-size);
  font-weight: 700;
}

#header_navigation {
  overflow-y: auto;
}

#submenu-news {
  display: none;
}
#submenu-news li {
  justify-content: normal !important;
}

#header_navigation {
  background-color: rgba(244, 157, 92, 0.95);
  position: absolute;
  width: 70%;
  height: calc(80vh + 15px);
  z-index: 100;
  top: 105px;
  font-family: var(--menu-font-family);
  transition: transform 0.3s ease;
  transform: translateX(-100%);
}
#header_navigation .header-menu {
  width: 350px;
  list-style: none;
}
#header_navigation .header-menu a {
  text-decoration: none;
}
#header_navigation .header-menu li {
  border-bottom: 1px solid white;
  max-width: 320px;
  line-height: 46px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  transition: justify-content 1s;
}
#header_navigation .header-menu li.active {
  justify-content: flex-end;
  transition: flex 1s;
}
#header_navigation .header-menu li.active > .animation {
  flex: 0;
}
#header_navigation .header-menu li a {
  text-decoration: none;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: 700;
  flex: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#header_navigation .header-menu li .animation {
  transition: flex 0.35s;
  flex: 1;
}
#header_navigation .header-menu li .sub-menu {
  position: absolute;
  list-style: none;
  left: 320px;
  padding-left: 100px;
  display: none;
}
#header_navigation .header-menu li .sub-menu li {
  border-bottom: none;
  text-align: left !important;
  padding: 0 0 15px 0;
  max-width: 100%;
}
#header_navigation .header-menu li .sub-menu li a {
  font-size: var(--submenu-font-size);
  padding-right: 0px !important;
}
#header_navigation .header-menu li .sub-menu li:after {
  display: none;
}
#header_navigation .header-menu li .sub-menu li:hover {
  justify-content: initial;
}
#header_navigation .header-menu li .sub-menu li .animation {
  flex: 1 !important;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post {
  line-height: 22px;
  margin-right: 55px;
  padding-right: 15px;
  border-bottom: 1px solid var(--white-color);
  padding-top: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post .menu-item-title {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0;
  display: block;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post .menu-item-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 290px;
  max-height: 175px;
  height: auto;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post .menu-item-description {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post .menu-item-description:after {
  content: "mehr";
  display: block;
  font-weight: 700;
  margin-top: -10px;
  position: absolute;
  right: 60px;
}
#header_navigation .header-menu li .sub-menu .menu-item-object-post a {
  font-size: var(--submenu-font-size-small);
}
#header_navigation .header-menu li .sub-menu.active {
  display: inline-block;
  padding-bottom: 50px;
}
#header_navigation .header-menu li:after {
  margin-right: 0.75em;
  margin-top: 10px;
  content: "";
  display: inline-block;
  opacity: 0;
  width: 24px;
  height: 24px;
  border-right: 0.15em solid var(--white-color);
  border-top: 0.15em solid var(--white-color);
  transform: rotate(45deg);
  margin-left: 0.4em;
  border-radius: 1px;
}
#header_navigation .header-menu li:hover {
  justify-content: flex-end;
  transition: flex 1s;
}
#header_navigation .header-menu li:hover:after {
  opacity: 1;
}
#header_navigation .header-menu li:hover > .animation {
  flex: 0;
}
#header_navigation .header-menu li marker {
  display: none;
}
#header_navigation .header-menu li.active:after {
  opacity: 1;
}
#header_navigation.open {
  transform: translateX(0%);
}
#header_navigation .standorte {
  font-family: var(--menu-font-family);
  font-size: var(--menu-font-size);
  font-weight: normal;
  color: var(--white-color);
  left: 40px;
  position: absolute;
  bottom: 30px;
}
#header_navigation .standorte ul {
  font-size: 16px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2px;
  margin-top: 5px;
}
#header_navigation .standorte ul div {
  transition: opacity 0.5s ease;
  opacity: 0;
  position: relative;
  margin-left: 190px;
  margin-top: -21px;
  width: 178px;
  font-weight: 300;
}
#header_navigation .standorte ul li {
  line-height: 25px;
  cursor: pointer;
  margin-bottom: 25px;
}
#header_navigation .standorte ul li:hover > div {
  opacity: 1;
}
#header_navigation .standorte img {
  width: 28px;
  height: 28px;
  margin-right: 28px;
}

@media (max-width: 1025px) {
  #header_navigation,
  .menu-jobsnavigation-container {
    width: 100%;
    background-color: rgba(244, 157, 92, 0.95);
    position: absolute;
    height: calc(80vh + 15px);
    z-index: 100;
    top: 105px;
    font-family: var(--menu-font-family);
    transition: transform 0.3s ease;
    transform: translateX(-100%);
  }
  #header_navigation .header-menu,
  #header_navigation #jobnav,
  .menu-jobsnavigation-container .header-menu,
  .menu-jobsnavigation-container #jobnav {
    width: 320px;
    position: absolute;
    top: 60px;
    right: 70px;
  }
  #header_navigation .header-menu li,
  #header_navigation #jobnav li,
  .menu-jobsnavigation-container .header-menu li,
  .menu-jobsnavigation-container #jobnav li {
    text-align: left;
    padding: 4px 0;
    border-bottom: 1px solid white;
    max-width: 320px;
    line-height: 40px;
    text-align: right;
    display: block;
  }
  #header_navigation .header-menu li .sub-menu,
  #header_navigation #jobnav li .sub-menu,
  .menu-jobsnavigation-container .header-menu li .sub-menu,
  .menu-jobsnavigation-container #jobnav li .sub-menu {
    position: initial;
    left: 0;
    padding-left: 5px;
  }
  #header_navigation .header-menu li .sub-menu a,
  #header_navigation #jobnav li .sub-menu a,
  .menu-jobsnavigation-container .header-menu li .sub-menu a,
  .menu-jobsnavigation-container #jobnav li .sub-menu a {
    font-size: var(--menu-font-size-responsive) !important;
    font-weight: normal;
  }
  #header_navigation .header-menu li .sub-menu.active,
  #header_navigation #jobnav li .sub-menu.active,
  .menu-jobsnavigation-container .header-menu li .sub-menu.active,
  .menu-jobsnavigation-container #jobnav li .sub-menu.active {
    display: block;
    padding-bottom: initial;
  }
  #header_navigation .header-menu li .sub-menu li,
  #header_navigation #jobnav li .sub-menu li,
  .menu-jobsnavigation-container .header-menu li .sub-menu li,
  .menu-jobsnavigation-container #jobnav li .sub-menu li {
    padding: 0;
    text-align: right !important;
  }
  #header_navigation .header-menu li .sub-menu .menu-item-object-post,
  #header_navigation #jobnav li .sub-menu .menu-item-object-post,
  .menu-jobsnavigation-container .header-menu li .sub-menu .menu-item-object-post,
  .menu-jobsnavigation-container #jobnav li .sub-menu .menu-item-object-post {
    display: none;
  }
  #header_navigation .header-menu a,
  #header_navigation #jobnav a,
  .menu-jobsnavigation-container .header-menu a,
  .menu-jobsnavigation-container #jobnav a {
    padding-right: 0;
  }
  #header_navigation .header-menu a li:after,
  #header_navigation #jobnav a li:after,
  .menu-jobsnavigation-container .header-menu a li:after,
  .menu-jobsnavigation-container #jobnav a li:after {
    display: none;
  }
  #header_navigation .standorte,
  .menu-jobsnavigation-container .standorte {
    display: none;
  }
  #header_navigation.open,
  .menu-jobsnavigation-container.open {
    transform: translateX(0%);
  }
  #beraten-text {
    display: none;
  }
  #nsp-logo {
    right: 10px;
    width: 115px;
  }
  #burger {
    left: 6px;
  }
  #burger text {
    display: none;
  }
  #burger-jobs {
    display: block;
  }
  #mein-nsp {
    left: 180px;
  }
  .page-template-jobs #nsp-logo,
  .page-template-jobs-page #nsp-logo,
  #logo-small {
    display: none;
  }
  #close {
    width: 50px;
  }
  #close:after {
    font-size: 60px;
    line-height: 40px;
  }
}
@media (max-width: 580px) {
  #mein-nsp {
    left: 110px;
  }
}
#iubenda_policy {
  font-family: Barlow, sans-serif !important;
}

#iubenda_policy p {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 21px !important;
  margin-bottom: 9px !important;
}

#iubenda_policy h1 {
  font-size: 48px !important;
  line-height: 50px !important;
  margin-bottom: 20px !important;
}

#iubenda_policy h2 {
  font-size: 38px !important;
  line-height: 40px !important;
  margin-bottom: 18px !important;
}

#iubenda_policy h3 {
  font-size: 28px !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
}

#iubenda_policy h4 {
  font-size: 21px !important;
  line-height: 22px !important;
  margin-bottom: 12px !important;
}

html, body {
  display: flex;
  flex-direction: column;
}

footer {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-holder {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
footer .footer-holder .address p {
  line-height: 28px;
  margin: 0;
  margin-right: 120px;
}
footer .footer-holder .address img {
  display: inline-flex;
  width: 100px;
  height: auto;
  padding-bottom: 20px;
}
footer .footer-holder ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-width: 200px;
       column-width: 200px;
  margin-right: 80px;
}
footer .footer-holder ul li {
  list-style: none;
  line-height: 28px;
}
footer .footer-holder ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: var(--p-strong-font-weight);
}
footer .footer-holder .partners-holder ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  padding-left: 0;
}
footer .footer-holder .partners-holder ul li a {
  font-weight: normal;
}
footer .footer-holder .partners-holder a {
  color: var(--white-color);
}
footer .footer-holder .partners-holder p {
  margin-bottom: 0;
}
footer .footer-nav .menu a:hover {
  text-decoration: none;
  color: #F49D5C;
}
footer .footer-holder .partners-holder ul {
  margin: 0;
}

.address .footer-link {
  text-decoration: none;
  color: #fff;
}

.footer-link:hover {
  text-decoration: none;
  color: #F49D5C;
}

@media (max-width: 1025px) {
  footer .footer-holder .address p {
    margin-right: 70px;
  }
}
@media (max-width: 768px) {
  footer .footer-holder {
    flex-direction: column;
    display: inline-block;
  }
  footer .footer-holder .address p {
    margin-right: initial;
  }
  footer .footer-holder .partners-holder {
    padding-top: 20px;
  }
}