@media (max-width: 1000px) {
  html body p {
    font-size: 19px;
  }
  html body .acf-fc-row ul > li {
    font-size: 19px;
  }
}
body p.small {
  font-size: 0.85em;
}
body .site-content a.popupicon::after {
  content: unset;
  width: 0;
  padding: 0;
}
body.single-project .site-content .acf-fc-row.acf-fc-row-narrow-width,
body .site-content .acf-fc-row.narrow-align-left.acf-fc-row-narrow-width {
  max-width: 1680px;
}
body.single-project .site-content .acf-fc-row.acf-fc-row-narrow-width .acf-fc-columns,
body .site-content .acf-fc-row.narrow-align-left.acf-fc-row-narrow-width .acf-fc-columns {
  max-width: 1200px;
  margin-left: 0;
}
body.single-project .site-content .acf-fc-row.acf-fc-row-extra-narrow-width,
body .site-content .acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width {
  max-width: 1680px;
}
body.single-project .site-content .acf-fc-row.acf-fc-row-extra-narrow-width .acf-fc-columns,
body .site-content .acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width .acf-fc-columns {
  max-width: 948px;
  margin-left: 0;
}
@media (min-width: 1001px) {
  body.single-project .site-content .acf-fc-row.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-narrow-width,
  body.single-project .site-content .acf-fc-row.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width,
  body .site-content .acf-fc-row.narrow-align-left.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-narrow-width,
  body .site-content .acf-fc-row.narrow-align-left.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width {
    margin-left: 0;
  }
}
@media (min-width: 1680px) {
  body.single-project .site-content .acf-fc-row.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-narrow-width,
  body.single-project .site-content .acf-fc-row.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width,
  body .site-content .acf-fc-row.narrow-align-left.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-narrow-width,
  body .site-content .acf-fc-row.narrow-align-left.acf-fc-image_with_text.acf-fc-row.narrow-align-left.acf-fc-row-extra-narrow-width {
    margin-left: calc( 50vw - 1680px/2 );
  }
}
body .site-content a.button::before {
  content: "\2192";
  font-size: 1.2em;
  margin-right: 0.2em;
}
body .site-content div.button-look,
body .site-content div.project-more {
  display: flex;
  justify-content: flex-end;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body .site-content div.button-look a,
body .site-content div.button-look button.styled-button,
body .site-content div.project-more a,
body .site-content div.project-more button.styled-button {
  color: #e5054e;
  text-decoration: none;
  font-size: 2.18rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  text-align: left;
}
body .site-content div.button-look a:hover,
body .site-content div.button-look button.styled-button:hover,
body .site-content div.project-more a:hover,
body .site-content div.project-more button.styled-button:hover {
  color: #221c34;
}
@media (max-width: 1000px) {
  body .site-content div.button-look a,
  body .site-content div.button-look button.styled-button,
  body .site-content div.project-more a,
  body .site-content div.project-more button.styled-button {
    font-size: 2.6rem;
  }
}
body .site-content div.button-look a .button-look-small,
body .site-content div.button-look button.styled-button .button-look-small,
body .site-content div.project-more a .button-look-small,
body .site-content div.project-more button.styled-button .button-look-small {
  font-size: 0.72rem;
  display: block;
  margin-top: 0.5rem;
}
body .site-content div.button-look a .button-look-small:before,
body .site-content div.button-look button.styled-button .button-look-small:before,
body .site-content div.project-more a .button-look-small:before,
body .site-content div.project-more button.styled-button .button-look-small:before {
  font-family: custom-icons;
  content: "\e858";
  margin-right: 0.3rem;
  font-weight: normal;
}
body .site-content .acf-fc-seperator.seperator-line {
  height: 0;
  border-bottom: 1px solid rgba(13,11,20,0.54);
}
body .site-content .styled-button.button-more {
  border: none;
  color: #211b34;
  background: none;
  box-shadow: none;
  font-size: 16px;
}
body .site-content .styled-button.button-more::after {
  content: "\e857";
  font-family: "custom-icons";
  font-size: 15px;
  display: block;
  text-align: right;
}
body .site-content .styled-button.button-more:hover {
  border: none;
  background: none;
  color: #e5054e;
}
@media (min-width: 1001px) {
  body .site-content .acf-fc-row.padding-left .acf-fc-columns {
    padding-left: 136px;
    box-sizing: border-box;
  }
  body .site-content .acf-fc-row.line-left .acf-fc-columns {
    padding-left: 136px;
    box-sizing: border-box;
  }
  body .site-content .acf-fc-row.line-left .acf-fc-columns::before {
    content: "";
    display: block;
    border-top: 1px solid #211b34;
    position: absolute;
    margin-left: -136px;
    margin-top: 0.77rem;
    width: 120px;
  }
}
@media (min-width: 1001px) and (max-width: 1600px) {
  body .site-content .acf-fc-row.padding-left .acf-fc-columns {
    padding-left: 121px;
  }
  body .site-content .acf-fc-row.line-left .acf-fc-columns {
    padding-left: 121px;
  }
  body .site-content .acf-fc-row.line-left .acf-fc-columns::before {
    margin-left: -121px;
    width: 105px;
  }
}
@media (max-width: 1000px) {
  body .site-content h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  body .acf-fc-image-tiles.whatwedo {
    max-width: 550px;
  }
}
@media (min-width: 1001px) and (max-width: 1600px) {
  body .acf-fc-image-tiles.whatwedo {
    max-width: 1200px;
  }
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon {
  border-radius: 0;
  background: white;
  border: 35px solid white;
}
@media (max-width: 400px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon {
    border-width: 10px;
  }
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon::before {
  content: "";
  position: absolute;
  background-color: #fafafa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  color: white;
  transition: all ease 0.5s;
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon:hover {
  transform: none;
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon:hover .image {
  transform: none;
}
@media (min-width: 1001px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .image-container {
    opacity: 1;
    transition: all 0.3s ease;
  }
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon:hover::before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
  }
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon:hover .image-container {
    opacity: 0.1;
  }
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon:hover .text-container.text-position-bottom
          .text-container-inner
          .title
          .title-bottom {
    margin-bottom: -1.2em;
  }
}
@media (max-width: 1000px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon::before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
  }
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .image {
    filter: opacity(0.1);
  }
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner {
  align-items: flex-start;
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .title {
  font-family: 'draftb-300-body', 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
  position: absolute;
  bottom: 0.5rem;
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .title .title-top {
  font-size: 1.85rem;
  font-weight: bold;
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .title .title-bottom {
  font-size: 18px;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .title {
    padding: 0;
  }
}
body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .subtitle {
  font-family: 'draftb-800-heading', 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: normal;
  -webkit-line-clamp: unset;
}
@media (max-width: 1000px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .subtitle {
    opacity: 1;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .subtitle {
    display: block;
  }
}
@media (max-width: 550px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .subtitle {
    font-size: 0.9em;
  }
}
@media (max-width: 450px) {
  body .acf-fc-image-tiles.whatwedo .image-tiles-container .image-tile .item.design-icon .text-container.text-position-bottom .text-container-inner .title .title-bottom {
    font-size: 16px;
  }
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item {
  background: none;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item::before {
  display: block;
  position: absolute;
  content: "";
  background-color: white;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item img.image {
  object-fit: contain;
  transition: filter 0s ease, transform 0.3s ease;
  transform: translateY(0px);
  width: 90%;
  left: 5%;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item .text-container.text-position-middle .text-container-inner {
  transition: top 0.3s ease !important;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item .text-container .title {
  opacity: 0;
  color: var(--color-main);
  font-weight: bold;
  transition: opacity 0.1s ease;
  font-size: 1rem;
  font-family: var(--body-font-family);
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item:hover::before {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item:hover .text-container.text-position-middle .text-container-inner {
  top: 40px;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item:hover .title {
  opacity: 1;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile:nth-child(odd) .item::before {
  border-radius: 50%;
}
body .acf-fc-image-tiles.background-white .image-tiles-container .image-tile .item {
  background: white;
}
body.single-aktuelles .aktuelles-title {
  color: #221c34;
}
body.single-aktuelles .post-tag-and-post-navigation-row {
  display: none;
}
body.single-aktuelles article .acf-fc-row:nth-child(2) {
  margin-top: 50px;
}
@media (min-width: 1050px) {
  .contact-form-container .acf-fc-columns-2 .acf-fc-column-2 {
    padding-left: 80px;
    box-sizing: border-box;
  }
}
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h1,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h2,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h3,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h4,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h5,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content h6,
.acf-fc-row.acf-fc-text.no-wordbreak .acf-fc-text-content p {
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
@media (min-width: 1001px) {
  .acf-fc-row.columns-with-info-block .acf-fc-columns-2 {
    display: flex;
  }
  .acf-fc-row.columns-with-info-block .acf-fc-columns-2 .acf-fc-column-2 {
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 85px;
  }
}
@media (min-width: 1500px) {
  .acf-fc-row.columns-with-info-block .acf-fc-columns-2 .acf-fc-column-1 {
    width: 948px;
    box-sizing: border-box;
  }
  .acf-fc-row.columns-with-info-block .acf-fc-columns-2 .acf-fc-column-2 {
    padding-left: 150px;
    width: calc(100% - 948px);
  }
}
@media (max-width: 1000px) {
  .acf-fc-row.columns-with-info-block .acf-fc-columns-2 .acf-fc-column-2 {
    padding-top: 2rem;
  }
}
.acf-fc-row.columns-with-info-block ul {
  border: 20px solid white;
  padding: 36px;
}
.acf-fc-row.columns-with-info-block ul li {
  text-indent: 0;
  padding: 0px;
  font-style: italic;
}
.acf-fc-row.columns-with-info-block ul li::before {
  content: "";
  width: 0;
  height: 0;
}
.acf-fc-row.columns-with-info-block ul li:not(:first-child) {
  margin-top: 0.75rem;
}
@media (min-width: 1001px) {
  .acf-fc-row.columns-with-info-block .acf-fc-column-1 {
    padding-left: 136px;
    box-sizing: border-box;
  }
  .acf-fc-row.columns-with-info-block .acf-fc-column-1 h2 {
    position: relative;
  }
  .acf-fc-row.columns-with-info-block .acf-fc-column-1 h2::before {
    content: "";
    display: block;
    border-top: 1px solid #211b34;
    position: absolute;
    margin-left: -136px;
    margin-top: 0.77rem;
    width: 120px;
  }
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .acf-fc-row.columns-with-info-block .acf-fc-column-1 {
    padding-left: 121px;
    box-sizing: border-box;
  }
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .acf-fc-row.columns-with-info-block .acf-fc-column-1 h2::before {
    margin-left: -121px;
    width: 104px;
  }
}
body .acf-fc-row.background-color-dc-yellow {
  background: #fc0;
}
body .acf-fc-row.background-color-dc-yellow h1,
body .acf-fc-row.background-color-dc-yellow h2,
body .acf-fc-row.background-color-dc-yellow h3,
body .acf-fc-row.background-color-dc-yellow h4,
body .acf-fc-row.background-color-dc-yellow h5,
body .acf-fc-row.background-color-dc-yellow h6,
body .acf-fc-row.background-color-dc-yellow .h1,
body .acf-fc-row.background-color-dc-yellow .h2,
body .acf-fc-row.background-color-dc-yellow .h3,
body .acf-fc-row.background-color-dc-yellow .h4,
body .acf-fc-row.background-color-dc-yellow .h5,
body .acf-fc-row.background-color-dc-yellow .h6 {
  color: #221c34;
}
.acf-fc-row.acf-fc-image_with_text.image-background-accent .image-container {
  background: var(--color-accent);
}
.acf-fc-row.acf-fc-image_with_text.square-image .image-container {
  height: 400px;
}
@media (min-width: 921px) {
  .acf-fc-row.acf-fc-image_with_text.square-image .image-container {
    width: 400px;
  }
}
@media (min-width: 921px) and (max-width: 1680px) {
  .acf-fc-row.acf-fc-image_with_text.square-image.text-right-of-image .image-container {
    margin-left: 0;
  }
}
.acf-fc-row.acf-fc-image_with_text.quote-mark .image-container {
  position: relative;
}
.acf-fc-row.acf-fc-image_with_text.quote-mark .image-container::before {
  content: "";
  background: url("https://pp-dev.cube.pixelpoint.at/wp-content/themes/pixelpoint/css/../img/hochkomma.svg") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
}
@media (min-width: 1680px) {
  body .acf-fc-row:where:not([class*="acf-fc-row-full-width-columns-"])[class*="acf-fc-row-style-color"],
  body .acf-fc-row:where:not([class*="acf-fc-row-full-width-columns-"]).acf-fc-row-style-colorwhite {
    padding: 0 30px;
    max-width: calc(var(--content-width) + 120px);
    width: 100%;
    box-sizing: border-box;
  }
}
body h1.yellow-underline,
body h2.yellow-underline,
body h3.yellow-underline,
body h4.yellow-underline,
body h5.yellow-underline,
body h6.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h1.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h2.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h3.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h4.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h5.yellow-underline,
body.dark .acf-fc-row.acf-fc-row-style-nobg h6.yellow-underline {
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: 11px;
  color: #fc0;
}
.acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column {
  padding: 24px 16px 16px 16px;
  width: unset;
  border: 35px solid #383248;
  background: #fafafa;
}
.acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column p {
  font-family: var(--heading1-font-family);
  color: var(--body-color);
  font-size: 1.84rem;
  line-height: 1.11;
}
.acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column img {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns {
    grid-template-columns: 1fr;
  }
  .acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column {
    padding: 16px 12px;
    border: 16px solid #383248;
  }
  .acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column p {
    font-size: 1.37rem;
    line-height: 1;
  }
  .acf-fc-row.acf-fc-text.job-block-special-benefits .acf-fc-columns .acf-fc-column img {
    height: 137px;
    width: auto;
  }
}
.acf-fc-row.acf-fc-text.job-form-container .acf-fc-columns-2 {
  display: flex;
  gap: 64px;
}
.acf-fc-row.acf-fc-text.job-form-container .acf-fc-columns-2 .acf-fc-column-1 {
  width: unset;
  flex: 1;
}
.acf-fc-row.acf-fc-text.job-form-container .acf-fc-columns-2 .acf-fc-column-2 {
  width: 812px;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1380px) {
  .acf-fc-row.acf-fc-text.job-form-container .acf-fc-columns-2 {
    flex-direction: column;
  }
}
