html {
  margin: 0;
}
body {
  border: 15px white solid;
  border-bottom: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: white;
  margin: 0;
  background: #3a3a3a;
}
body strong {
  font-weight: 600;
}
body img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
body a {
  color: #aa8453;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
}
body a img {
  border: none;
}
body a.anchor {
  line-height: 0;
}
body h1, body h2, body h3, body h4 {
  margin-top: 0;
}
body h1 {
  font-size: 72px;
  line-height: 140%;
  font-weight: 700;
}
body h2 {
  line-height: 120%;
  font-size: 48px;
  font-weight: 600;
}
body h3.subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #aa8453;
}
body ul {
  margin: 0;
  padding: 0;
}
body em {
  font-style: normal;
  background: #aa8453;
}
body .hidden {
  display: none;
}
body .header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}
body .header .menubutton {
  display: none;
}
body .header .mainmenu ul.mod-menu {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}
body .header .mainmenu ul.mod-menu img {
  width: 113px;
}
body .header .mainmenu ul.mod-menu li.default img {
  border: 2px white solid;
  border-radius: 50%;
}
body .header .mainmenu ul.mod-menu ul {
  display: none;
  position: absolute;
  width: 200px;
  padding: 15px 20px;
  top: 90px;
  list-style: none;
  background: #3a3a3a;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  color: white;
}
body .header .mainmenu ul.mod-menu ul a {
  display: inline-block;
  padding: 5px 0;
  color: white;
}
body .header .mainmenu ul.mod-menu ul li.active > a, body .header .mainmenu ul.mod-menu ul a:hover {
  color: #aa8453;
}
body .header .mainmenu ul.mod-menu > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 190px;
  flex: 0 0 190px;
  text-align: center;
  padding: 0 15px;
}
body .header .mainmenu ul.mod-menu > li > a {
  padding: 10px 0;
}
body .header .mainmenu a {
  color: white;
  transition: color 0.2s;
}
body .header .mainmenu li.active > a, body .header .mainmenu a:hover {
  color: #aa8453;
}
body .header .mainmenu a:hover + span + ul, body .header .mainmenu ul ul:hover {
  display: block;
}
body .header .mainmenu .toggleSubmenu {
  display: none;
}
body .header .phone {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  font-weight: 800;
}
body .header .phone a {
  display: flex;
  align-items: center;
  color: white;
}
body .header .phone img {
  margin-right: 2px;
}
body .headerImage .image {
  display: flex;
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  height: 580px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center;
}
body .headerImage .image h1 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
body .subheader .partialoverlay {
  position: absolute;
  height: 160px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 110;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0) 100%);
}
body .body {
  min-height: 800px;
}
body .body h1 {
  font-size: 48px;
}
body .body .mod-breadcrumbs {
  display: flex;
  list-style: none;
  max-width: 1500px;
  padding: 40px 20px;
  margin: 0 auto;
}
body .body .mod-breadcrumbs li::after {
  display: inline-block;
  padding: 0 10px;
  content: "|";
}
body .body .mod-breadcrumbs li:first-child {
  display: none;
}
body .body .mod-breadcrumbs li:last-child::after {
  display: none;
}
body .body .page.static .row.odd {
  background: #4a4a4a;
}
body .body .page.static .row.opening {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 20px;
  align-items: center;
}
body .body .page.static .row.opening .image {
  flex: 0 0 calc(50% - 50px);
  text-align: center;
}
body .body .page.static .row.opening .image img {
  max-width: 230px;
  height: auto;
}
body .body .page.static .row.opening .description {
  flex: 0 0 calc(50% - 100px);
  line-height: 160%;
  font-size: 24px;
}
body .body .page.static .row.twocol h2::after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  background: #aa8453;
}
body .body .page.static .row.twocol .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  padding: 95px 20px;
  margin: 0 auto;
}
body .body .page.static .row.twocol .image, body .body .page.static .row.twocol .text {
  flex: 0 0 calc(50% - 50px);
}
body .body .page.static .row.twocol .image {
  text-align: center;
}
body .body .page.static .row.twocol .image img {
  max-width: 100%;
}
body .body .page.static .row.twocol .description {
  line-height: 180%;
}
body .body .page.static .row.twocol.odd .image {
  order: 2;
}
body .body .page.static .row.twocol.odd .text {
  order: 1;
}
body .body .page.static .row.onecol .wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 20px;
}
body .body .page.static .row.onecol.droppicsFullWidth .wrap {
  max-width: none;
}
body .body .page.static .row.onecol.droppicsFullWidth #droppicsgallery40 .droppicspictures .wimg {
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
body .body .page.static .row.products {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
body .body .page.static .row.products .title {
  text-align: center;
}
body .body .page.static .row.products .list {
  column-count: 3;
  column-gap: 40px;
  padding-bottom: 60px;
}
body .body .page.static .row.products .list h3 {
  margin-bottom: 12px;
  font-size: 26px;
  color: white;
}
body .body .page.static .row.products .list .project {
  padding-bottom: 10px;
  margin-bottom: 40px;
  break-inside: avoid-column;
}
body .body .page.static .row.products .list .project img {
  width: 100%;
}
body .body .page.static .row.products .list .text {
  padding-top: 15px;
}
body .body .page.static .row.products .list .description {
  padding-bottom: 10px;
  color: white;
}
body .body .page.static .row.products .list .readmore {
  text-decoration: underline;
  font-weight: bold;
}
body .body .page.static .row.products .all {
  padding-bottom: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
body .body .page.static .row.team img {
  width: 240px;
  border-radius: 50%;
  margin-bottom: 40px;
}
body .body .page.static .row.team h3 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 900;
}
body .body .page.static .row.team a {
  font-weight: bold;
}
body .body .page.static .row.team .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}
body .body .page.static .row.team .person1, body .body .page.static .row.team .person2, body .body .page.static .row.team .person3 {
  flex: 0 0 calc(33.3333% - 40px);
  padding: 80px 20px;
  line-height: 150%;
  text-align: center;
  font-size: 18px;
}
body .body .page.static .row.map {
  padding: 80px 0 0;
}
body .body .page.static .row.map iframe {
  width: 100%;
  height: 600px;
}
body .body .page.static .row.map .mapframe {
  line-height: 0;
}
body .body .page.static .row.map .title {
  padding: 0 20px;
  text-align: center;
}
body .body .page.static .row.onecol.droppicsFullWidth .wimg h3 {
  max-width: 485px;
  padding-top: 15px;
  margin-bottom: 12px;
  font-size: 26px;
  color: white;
  text-align: left;
}
body .body .page.static .row.onecol.droppicsFullWidth .wimg .description {
  max-width: 485px;
  padding-bottom: 10px;
  color: white;
  padding: 0 0 10px;
  text-align: left;
}
body .body .com-content-category-blog {
  display: flex;
  flex-wrap: wrap;
}
body .body .com-content-category-blog .description {
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
body .body .com-content-category-blog .description > * {
  max-width: 1200px;
  margin: 0 auto;
}
body .body .com-content-category-blog .listTitle {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding-top: 60px;
  text-align: center;
}
body .body .com-content-category-blog .cat-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1500px;
  padding-top: 60px;
  margin: 0 auto;
  gap: 20px;
}
body .body .com-content-category-blog .com-content-category-blog__child {
  flex: 0 0 calc(33.3333% - 14px);
  padding-bottom: 50px;
}
body .body .com-content-category-blog .com-content-category-blog__child a {
  color: white;
}
body .body .com-content-category-blog .com-content-category-blog__child h3 {
  padding: 20px 20px 0;
  margin-bottom: 10px;
  font-size: 26px;
  color: white;
}
body .body .com-content-category-blog .com-content-category-blog__child .description {
  padding: 0 20px 25px;
  text-align: left;
}
body .body .com-content-category-blog .com-content-category-blog__child .readmore {
  padding: 0 20px;
  font-weight: bold;
  color: #aa8453;
}
body .body .items-leading {
  column-count: 3;
  column-gap: 40px;
  padding-bottom: 60px;
  padding-top: 80px;
  padding-left: 40px;
  flex: 1;
  padding-right: 80px;
}
body .body .items-leading h3 {
  margin-bottom: 12px;
  font-size: 26px;
  color: white;
}
body .body .items-leading .project {
  padding-bottom: 10px;
  margin-bottom: 40px;
  break-inside: avoid-column;
}
body .body .items-leading .project img {
  width: 100%;
}
body .body .items-leading .text {
  padding-top: 15px;
}
body .body .items-leading .description {
  padding-bottom: 10px;
  color: white;
}
body .body .items-leading .readmore {
  text-decoration: underline;
  font-weight: bold;
}
body .body .items-leading .description, body .body .items-leading .row.onecol.droppicsFullWidth .description {
  padding: 0 0 10px;
  text-align: left;
}
body .body .similarCategories {
  box-sizing: border-box;
  flex: 0 0 300px;
  padding-right: 50px;
  padding-top: 80px;
}
body .body .similarCategories ul {
  list-style: none;
}
body .body .similarCategories li {
  padding-bottom: 8px;
}
body .body .similarCategories a {
  display: flex;
  color: white;
}
body .body .similarCategories a::before {
  content: "-";
  display: block;
  padding-right: 6px;
}
body .body .referenz {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
}
body .body .referenz .infos > div {
  padding-bottom: 15px;
}
body .body .referenz .blocks {
  padding-top: 50px;
}
body .body .referenz .blocks .block {
  padding-bottom: 50px;
}
body .body .referenz .blocks .two {
  display: flex;
  flex-wrap: wrap;
}
body .body .referenz .blocks .two img {
  max-width: 100%;
}
body .body .referenz .blocks .two .image, body .body .referenz .blocks .two .text {
  box-sizing: border-box;
  flex: 0 0 50%;
}
body .body .referenz .blocks .two .text {
  padding: 40px;
}
body .body .referenz .blocks .block:nth-child(2n) .two .image {
  order: 2;
}
body .body .referenz .blocks .block:nth-child(2n) .two .text {
  order: 1;
}
body .body .referenz .blocks .imagegallery {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}
body .body .referenz .blocks .imagegallery a.glightbox {
  max-width: calc(25% - 20px);
  margin-bottom: 20px;
}
body .body .referenz .relatedProducts {
  padding-top: 80px;
}
body .body .referenz .relatedProducts .title {
  text-align: center;
}
body .body .referenz .relatedProducts .list {
  column-count: 3;
  column-gap: 40px;
  padding-bottom: 60px;
}
body .body .referenz .relatedProducts .list h3 {
  margin-bottom: 12px;
  font-size: 26px;
  color: white;
}
body .body .referenz .relatedProducts .list .project {
  padding-bottom: 10px;
  margin-bottom: 40px;
  break-inside: avoid-column;
}
body .body .referenz .relatedProducts .list .project img {
  width: 100%;
}
body .body .referenz .relatedProducts .list .text {
  padding-top: 15px;
}
body .body .referenz .relatedProducts .list .description {
  padding-bottom: 10px;
  color: white;
}
body .body .referenz .relatedProducts .list .readmore {
  text-decoration: underline;
  font-weight: bold;
}
body .body .cookiebanner {
  color: #3a3a3a;
}
body .body .cookiebanner .buttons a {
  background-color: #aa8453;
}
body .body .cookiebanner .buttons a:hover {
  background-color: #654f32;
}
body .footer-container {
  background: #2d3032;
  color: white;
}
body .footer-container a {
  color: white;
  text-decoration: underline;
}
body .footer-container a:hover {
  color: #aa8453;
}
body .footer {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  padding: 50px 20px;
  margin: 0 auto;
  line-height: 150%;
  font-weight: 300;
}
body .footer a {
  text-decoration: none;
}
body .footer h4 {
  font-size: 20px;
  font-weight: bold;
}
body .footer ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
body .footer li {
  padding-bottom: 6px;
}
body .footer .mod-languages p {
  display: none;
}
body .footer ul.lang-block {
  display: flex;
  padding-top: 20px;
  font-weight: bold;
}
body .footer ul.lang-block li {
  padding-right: 15px;
  margin: 0;
}
body .footer ul.lang-block a {
  padding: 0;
}
body .footer ul.lang-block .lang-active {
  background: transparent;
}
body .footer ul.lang-block .lang-active a {
  text-decoration: underline;
}
body .footer .left {
  flex: 1;
  padding-right: 20px;
  font-size: 16px;
}
body .footer .right {
  font-size: 20px;
}
body .footer .right .mod-menu {
  font-weight: bold;
}
body .footer .mod-socials {
  padding-top: 40px;
}
body .footer .mod-socials h4 {
  margin-bottom: 15px;
}
body .footer .mod-socials a {
  display: inline-block;
  margin-right: 10px;
}
body .footer .mod-socials img {
  width: 32px;
  height: auto;
}
body .up {
  display: block;
  width: 79px;
  height: 79px;
  background: url("../images/up.png") no-repeat center;
  background-size: 100%;
}
body::after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: white;
}
body.imageHeader .header {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 200;
}
body.imageHeader .header .mainmenu a {
  color: white;
}
body.imageHeader .header .mainmenu li.active > a, body.imageHeader .header .mainmenu a:hover {
  color: #aa8453;
}
body.imageHeader .subheader {
  position: relative;
  height: calc(100vh - 15px);
  z-index: 100;
}
body.imageHeader .subheader .image, body.imageHeader .subheader .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.imageHeader .subheader .image {
  z-index: 101;
}
body.imageHeader .subheader .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.imageHeader .subheader .over {
  display: flex;
  align-items: center;
  z-index: 102;
}
body.imageHeader .subheader .over h1 {
  position: relative;
  text-align: center;
  max-width: 1000px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  color: white;
  z-index: 104;
}
body.imageHeader .subheader .over::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 103;
}
body.noimageHeader .subheader {
  padding-top: 70px;
}
body.noimageHeader .subheader h1 {
  font-size: 48px;
  text-align: center;
}
body.referenz .body .mod-breadcrumbs {
  max-width: 1400px;
}
body.referenz .subheader.portrait {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1400px;
  padding-top: 0;
  margin: 0 auto;
}
body.referenz .subheader.portrait .image {
  max-width: 40%;
  padding-right: 90px;
}
body.referenz .subheader.portrait .over {
  flex: 1;
}
@media (max-width: 1400px) {
  body .body .items-leading .project h3 .project h3, body .body .row.onecol.droppicsFullWidth .wimg h3 .project h3 {
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  body h1 {
    font-size: 60px;
  }
  body .header .menubutton {
    display: block;
    width: 43px;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
    transition: none !important;
  }
  body .header .menubutton img {
    width: auto;
    height: 27px;
  }
  body .header .menubutton img.opened {
    display: none;
  }
  body .header .menubutton .dark {
    display: none;
  }
  body .header .mainmenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body .header .mainmenu ul.mod-menu {
    flex: 1;
    padding-left: 81px;
  }
  body .header .mainmenu ul.mod-menu > li {
    display: none;
  }
  body .header .mainmenu ul.mod-menu > li.default {
    display: block;
  }
  body .header .phone {
    display: none;
  }
  body .body .com-content-category-blog .com-content-category-blog__child h3 {
    font-size: 22px;
  }
  body .body .items-leading {
    column-count: 2;
  }
  body .body .items-leading h3 {
    font-size: 20px;
  }
  body.menuopen {
    overflow-y: hidden;
    background: #3a3a3a;
    border-color: #3a3a3a;
  }
  body.menuopen .header {
    position: absolute;
    width: calc(100% - 30px);
  }
  body.menuopen .header .menubutton {
    position: absolute;
    right: 20px;
    top: 74px;
  }
  body.menuopen .header .menubutton img.closed {
    display: none;
  }
  body.menuopen .header .menubutton img.opened {
    display: inline-block;
    margin-top: 14px;
  }
  body.menuopen .header .mainmenu {
    position: fixed;
    background: rgba(50, 50, 50, 0.85);
    left: 0;
    top: 0;
    height: 100%;
    align-items: start;
    box-sizing: border-box;
    padding: 0;
    overflow: scroll;
    z-index: 100000;
  }
  body.menuopen .header .mainmenu ul.mod-menu {
    position: absolute;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: start;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 26px;
  }
  body.menuopen .header .mainmenu ul.mod-menu > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 20px;
    order: 2;
  }
  body.menuopen .header .mainmenu ul.mod-menu > li.default {
    order: 1;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-left: -2px;
  }
  body.menuopen .header .mainmenu ul.mod-menu > li.default a {
    display: inline-block;
  }
  body.menuopen .header .mainmenu ul.mod-menu ul {
    position: static;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    color: white;
  }
  body.menuopen .header .mainmenu ul.mod-menu ul a {
    color: white;
  }
  body.menuopen .header .mainmenu ul.mod-menu a:hover + span + ul, body.menuopen .header .mainmenu ul.mod-menu ul:hover {
    display: none;
  }
  body.menuopen .header .mainmenu ul.mod-menu li.submenuOpen ul, body.menuopen .header .mainmenu ul.mod-menu li.submenuOpen a:hover + ul, body.menuopen .header .mainmenu ul.mod-menu li.submenuOpen ul:hover {
    display: block !important;
  }
  body.menuopen .header .mainmenu .toggleSubmenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 12px;
    line-height: 28px;
    height: 33px;
    transition: transform 0.4s;
    cursor: pointer;
  }
  body.menuopen .header .mainmenu .toggleSubmenu img {
    height: 18px;
    width: auto;
  }
  body.menuopen .header .mainmenu .toggleSubmenu .bright {
    display: none;
  }
  body.menuopen .header .mainmenu li.deeper > a {
    padding: 10px 60px;
  }
  body.menuopen .header .mainmenu li.deeper.open ul {
    display: block !important;
  }
  body.menuopen .header .mainmenu li.deeper.open .toggleSubmenu {
    transform: rotate(180deg);
  }
  body.menuopen .header .phone {
    display: block;
    position: fixed;
    box-sizing: border-box;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 1000000;
    font-size: 16px;
    background: #222;
  }
  body.menuopen .header .phone a {
    justify-content: center;
  }
  body.menuopen .subheader-container, body.menuopen .body-container, body.menuopen .footer-container {
    filter: blur(10px);
  }
  body.menuopen:after {
    display: none;
  }
  body.imageHeader .header .menubutton .bright {
    display: block;
  }
  body.imageHeader .header .menubutton .dark {
    display: none;
  }
  body.imageHeader .header .mainmenu .toggleSubmenu {
    display: inline-block;
  }
  body.imageHeader .header .mainmenu .toggleSubmenu .bright {
    display: inline-block;
  }
  body.imageHeader .header .mainmenu .toggleSubmenu .dark {
    display: none;
  }
}
@media (max-width: 1100px) {
  body h2 {
    font-size: 36px;
  }
  body h3.subtitle {
    margin-bottom: 5px;
  }
  body .body .page.static .row.products .list h3 {
    font-size: 20px;
  }
  body .body .page.static .row.team h3 {
    font-size: 24px;
  }
  body .body .com-content-category-blog .com-content-category-blog__child {
    flex: 0 0 calc(50% - 14px);
  }
  body .body .items-leading {
    padding-right: 0;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  body .body .similarCategories {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-top: 0;
    padding-bottom: 80px;
    text-align: center;
  }
  body .body .similarCategories a {
    justify-content: center;
  }
  body .body .referenz .relatedProducts .list h3 {
    font-size: 20px;
  }
  body.referenz .subheader.portrait h1 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  body .body .page.static .row.opening .image, body .body .page.static .row.opening .description {
    flex: 0 0 calc(50% - 20px);
    font-size: 20px;
  }
  body .body .page.static .row.products .list {
    column-count: 2;
  }
  body .body .items-leading {
    column-count: 2;
  }
  body .body .referenz .relatedProducts .list {
    column-count: 2;
  }
}
@media (max-width: 800px) {
  body h1 {
    font-size: 42px;
  }
  body h2 {
    font-size: 28px;
  }
  body .body .referenz .blocks .imagegallery a.glightbox {
    max-width: calc(33.3333% - 20px);
  }
  body .body .page.static .row.team .wrap {
    justify-content: center;
  }
  body .body .page.static .row.team .person1, body .body .page.static .row.team .person2, body .body .page.static .row.team .person3 {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  body .body .page.static .row.team .person1 {
    padding-bottom: 20px;
  }
  body .body .page.static .row.team .person2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .body .page.static .row.team .person3 {
    padding-top: 20px;
  }
}
@media (max-width: 720px) {
  body .body .page.static .row.opening .image, body .body .page.static .row.opening .description {
    flex: 0 0 calc(50% - 20px);
    font-size: 20px;
  }
  body .body .page.static .row.twocol .image, body .body .page.static .row.twocol .text {
    flex: 0 0 calc(50% - 20px);
  }
  body .body .page.static .row.products .list {
    column-gap: 30px;
  }
  body .body .items-leading {
    column-gap: 30px;
  }
  body .body .com-content-category-blog .com-content-category-blog__child h3 {
    font-size: 20px;
  }
  body .body .referenz .relatedProducts .list {
    column-gap: 30px;
  }
  body.referenz .subheader.portrait {
    justify-content: center;
  }
  body.referenz .subheader.portrait h1 {
    font-size: 36px;
  }
  body.referenz .subheader.portrait .image {
    padding-right: 0;
    max-width: 420px;
  }
  body.referenz .subheader.portrait .over {
    flex: 0 0 100%;
    padding-top: 20px;
    text-align: center;
  }
}
@media (max-width: 660px) {
  body .body .page.static .row.opening .image, body .body .page.static .row.opening .description {
    flex: 0 0 100%;
    text-align: center;
  }
  body .body .page.static .row.opening .image {
    padding-bottom: 20px;
  }
  body .body .page.static .row.twocol .image, body .body .page.static .row.twocol .text {
    flex: 0 0 100%;
  }
  body .body .page.static .row.twocol .image {
    order: 1 !important;
    padding-bottom: 50px;
  }
  body .body .page.static .row.twocol .text {
    order: 2 !important;
  }
}
@media (max-width: 600px) {
  body .body h2 {
    font-size: 24px;
  }
  body .body h3.subtitle {
    font-size: 15px;
  }
  body .body .page.static .row.products .list {
    column-count: 1;
  }
  body .body .page.static .row.onecol.droppicsFullWidth .wimg h3 {
    max-width: 100%;
  }
  body .body .items-leading {
    column-count: 1;
  }
  body .body .com-content-category-blog .com-content-category-blog__child {
    flex: 0 0 calc(100%);
  }
  body .body .referenz .relatedProducts .list {
    column-count: 1;
  }
  body .footer {
    flex-wrap: wrap;
  }
  body .footer .left, body .footer .right {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 520px) {
  body h1 {
    font-size: 32px;
  }
  body .body .page.static .row.map iframe {
    height: 500px;
  }
  body .body .referenz .blocks .imagegallery a.glightbox {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 440px) {
  body .header .mainmenu ul.mod-menu > li {
    width: auto;
    flex: auto;
  }
  body.menuopen .header .mainmenu ul.mod-menu {
    font-size: 22px;
  }
  body.menuopen .header .mainmenu ul.mod-menu ul {
    font-size: 16px;
  }
}
