@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:hover .image {
  transform: unset;
  filter: unset;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item.design-icon {
  border: unset;
  border-radius: 0;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item.design-icon .image-container {
  height: 100%;
}
.acf-fc-image-tiles.partner-logo-list .image-tiles-container .image-tile .item.design-icon:hover {
  transform: unset;
}
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;
}
body.page-id-484 #page.site {
  overflow: hidden;
}
@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;
}
