html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a img {
  border: 0;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  text-align: left;
  background: transparent;
}

*:focus {
  outline: none;
}

button, input, textarea {
  font: inherit;
}

@font-face {
  font-family: Zona Pro;
  src: url("fonts/ZonaPro-Bold.eot");
  src: url("fonts/ZonaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/zonapro-bold-webfont.woff2") format("woff2"), url("fonts/zonapro-bold-webfont.woff") format("woff"), url("fonts/ZonaPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Zona Pro Thin;
  src: url("fonts/ZonaPro-Thin.eot");
  src: url("fonts/ZonaPro-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/zonapro-thin-webfont.woff2") format("woff2"), url("fonts/zonapro-thin-webfont.woff") format("woff"), url("fonts/ZonaPro-Thin.ttf") format("truetype"), url("fonts/ZonaPro-Thin.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 50%;
}
@media screen and (min-width: 1150px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: #ffffff;
  color: #333;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
}

.wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 1024px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (min-width: 1150px) {
  .wrap {
    width: 85%;
  }
}

.wysiwyg p {
  padding-bottom: 1.5rem;
}
.wysiwyg strong {
  font-weight: 600;
  text-transform: uppercase;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg ul {
  margin-left: 1.5rem;
}
.wysiwyg ul li {
  list-style: square;
  padding-left: 0.75rem;
}

header {
  margin-top: 1.5rem;
  padding: 3rem 0;
}
@media screen and (min-width: 750px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
}

.logo a {
  display: block;
  width: 290px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 750px) {
  .logo a {
    width: 315px;
    height: 55px;
  }
}

#main-menu ul {
  display: none;
}
#main-menu ul li {
  position: relative;
}
#main-menu ul li.active a {
  color: #375172;
}
#main-menu ul li a {
  display: block;
  padding: 1.5rem 3rem;
  color: #769ca3;
  cursor: pointer;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 750px) {
  #main-menu ul li a {
    padding: 0.3rem 3rem;
    border-right: 2px solid #769ca3;
  }
}
#main-menu ul li:last-of-type a {
  border-right: none;
}
@media screen and (min-width: 1024px) {
  #main-menu ul {
    display: flex;
  }
}

#language-select {
  position: absolute;
  top: 1.5rem;
  right: 0.5%;
}
@media screen and (min-width: 1024px) {
  #language-select {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    height: 55px;
  }
}
#language-select ul {
  display: flex;
}
#language-select ul li a {
  padding: 0.3rem 0.5rem;
  font-size: 1.1rem;
  color: #769ca3;
}
#language-select ul li a:hover {
  color: #375172;
}
#language-select ul li.active a {
  color: #375172;
}

footer {
  color: #ffffff;
  background-color: #293d56;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
}
footer .footer-content ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  footer .footer-content ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .footer-content ul li a {
  display: block;
  padding: 0.3rem 3rem;
  font-size: 0.8rem;
  color: #ffffff;
  cursor: pointer;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
}
footer .footer-content ul li a:hover {
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  footer .footer-content ul li a {
    border-right: 3px solid #769ca3;
  }
}
footer .footer-content ul li:last-of-type a {
  border-right: none;
}
footer .footer-content p {
  padding: 1.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  font-family: Zona Pro Thin;
}
footer .footer-content p a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 750px) {
  footer .footer-content p {
    padding: 0;
    text-align: left;
  }
}
footer .footer-content span {
  display: block;
  padding: 0.3rem 3rem;
  font-size: 0.7rem;
  font-family: Zona Pro Thin;
  color: #d4d8dd;
}

@media screen and (min-width: 750px) {
  .pageblock {
    display: flex;
    border-bottom: 3px solid #fff;
  }
  .pageblock:nth-of-type(even) .image-wrapper {
    order: 1;
  }
  .pageblock:nth-of-type(odd) .block-content {
    order: 1;
  }
}
.pageblock .image-wrapper {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageblock .image-wrapper img {
  display: block;
  width: 100%;
}
.pageblock .image-wrapper .contact-button {
  display: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  cursor: pointer;
  background-color: #375172;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
}
.pageblock .image-wrapper .contact-button:hover {
  background-color: rgb(46.701183432, 68.7781065089, 96.798816568);
}
@media screen and (min-width: 750px) {
  .pageblock .image-wrapper .contact-button {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .pageblock .image-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
    border-right: 3px solid #ffffff;
    background-repeat: no-repeat;
  }
}
.pageblock .block-content {
  width: 100%;
  padding: 1.5rem 1.5rem;
  background-color: #f4f7f8;
}
.pageblock .block-content h3 {
  padding: 1.5rem 0;
  font-size: 1.5rem;
  color: #375172;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
}
.pageblock .block-content p.date {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #769ca3;
}
@media screen and (min-width: 750px) {
  .pageblock .block-content p.date {
    margin-bottom: 3.75rem;
  }
}
.pageblock .block-content .wysiwyg {
  font-family: Zona Pro Thin;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
  font-size: 1.3rem;
  text-align: left;
  line-height: 3rem;
  color: #375172;
}
@media screen and (min-width: 750px) {
  .pageblock .block-content {
    width: 50%;
    min-height: 600px;
    padding: 3rem 4.5rem;
  }
  .pageblock .block-content h3 {
    padding: 3rem 0;
  }
}

.hamburger {
  position: absolute;
  top: 4.5rem;
  right: 2.5%;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-box .hamburger-inner {
  position: absolute;
  top: 2px;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #375172;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.hamburger-box .hamburger-inner:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #375172;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger-box .hamburger-inner:after {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #375172;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@media screen and (min-width: 1024px) {
  .hamburger-box {
    display: none;
  }
}

body.open-nav #main-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
body.open-nav #main-menu .hamburger-box .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
body.open-nav #main-menu .hamburger-box .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}
body.open-nav #main-menu .hamburger-box .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

#intro {
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 1024px) {
  #intro {
    display: flex;
  }
}
#intro h2 {
  padding-bottom: 3rem;
  font-size: 2.1rem;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
}
#intro #intro-text {
  width: 100%;
  padding: 3rem 1.5rem;
  background-color: #769ca3;
  color: #fff;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
  #intro #intro-text {
    width: 48%;
    padding: 9rem 4.5rem;
  }
}
#intro #intro-contact {
  width: 100%;
}
@media screen and (min-width: 750px) {
  #intro #intro-contact {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
  }
}
@media screen and (min-width: 750px) and (min-width: 1024px) {
  #intro #intro-contact {
    flex-direction: column;
    width: 18.66%;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
#intro #intro-contact .image-wrapper {
  display: none;
  flex-grow: 1;
  min-height: 300px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #intro #intro-contact .image-wrapper {
    display: flex;
    border-bottom: 3px solid #ffffff;
  }
}
#intro #intro-contact .contact-button {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: #375172;
}
#intro #intro-contact .contact-button a {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 0;
}
#intro #intro-contact .contact-button a:hover {
  color: #375172;
  background-color: #ffffff;
}
#intro #intro-image {
  display: none;
  width: 33.33%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  #intro #intro-image {
    display: block;
  }
}

#products {
  margin: 0;
}
@media screen and (min-width: 750px) {
  #products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -3rem;
    margin-left: -1 rem/2;
    margin-right: -1 rem/2;
  }
  #products > * {
    width: 50%;
  }
  #products > * {
    float: left;
    display: flex;
    flex-direction: column;
    padding-top: 1 rem;
    padding-right: 1 rem/2;
    padding-bottom: 0;
    padding-left: 1 rem/2;
  }
  #products {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -3rem;
    margin-left: -1 rem/2;
    margin-right: -1 rem/2;
  }
  #products > * {
    width: 33.3333333333%;
  }
  #products > * {
    float: left;
    display: flex;
    flex-direction: column;
    padding-top: 1 rem;
    padding-right: 1 rem/2;
    padding-bottom: 0;
    padding-left: 1 rem/2;
  }
  #products {
    margin: 0;
  }
}
#products .product {
  display: flex;
  width: 100%;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 750px) {
  #products .product {
    width: 50%;
    max-height: 550px;
    min-height: 550px;
  }
}
@media screen and (min-width: 1024px) {
  #products .product {
    width: 33.33%;
    max-height: 550px;
    min-height: 550px;
  }
}
#products .product a {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
#products .product a .product-image-wrapper {
  display: none;
  padding: 6rem 0;
  transition: padding 0.3s linear;
}
#products .product a .product-image-wrapper img {
  display: block;
  width: 35%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #products .product a .product-image-wrapper {
    display: block;
  }
}
#products .product a .product-intro-text {
  display: none;
  padding: 0 4.5rem;
  font-family: Zona Pro Thin;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
}
#products .product a .product-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#products .product a .product-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#products .product a .product-title h2 {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
}
@media screen and (min-width: 750px) {
  #products .product a:hover {
    justify-content: flex-start;
  }
  #products .product a:hover .product-image-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #products .product a:hover .product-image-wrapper img {
    width: 30%;
  }
  #products .product a:hover .product-intro-text {
    display: block;
  }
  #products .product a:hover .product-intro-text h2 {
    position: relative;
    z-index: 2;
    padding-bottom: 9rem;
    font-family: Zona Pro;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 2.1rem;
    line-height: 3rem;
  }
  #products .product a:hover .product-title {
    display: none;
  }
}

#intro-text {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}

#productrange {
  width: 100%;
}
@media screen and (min-width: 750px) {
  #productrange {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 25% !important;
    width: 100%;
    min-height: 550px;
  }
}
@media screen and (min-width: 1024px) {
  #productrange {
    flex-direction: row;
    width: 100%;
    flex-basis: auto;
  }
}
#productrange .productrange-info {
  width: 100%;
  padding: 6rem;
  background-color: #f4f7f8;
}
@media screen and (min-width: 1024px) {
  #productrange .productrange-info {
    max-width: 33.33%;
  }
}
#productrange .productrange-info h2 {
  padding-bottom: 3rem;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
  font-size: 1.4;
  color: #375172;
}
#productrange .productrange-info .productrange-text {
  font-family: Zona Pro Thin;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
  font-size: 1.5rem;
  text-align: left;
}
#productrange .productrange-photo {
  display: flex;
  flex-grow: 1;
  width: 100%;
  background-image: url(img/1-trudiplas.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  #productrange .productrange-photo {
    max-width: 66.66%;
  }
}

#product-nav {
  background-color: #f4f7f8;
}
#product-nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  #product-nav ul {
    flex-direction: row;
  }
}
#product-nav ul li a {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  position: relative;
  display: block;
  padding: 1.5rem 0.75rem;
  border-bottom: 1px solid #e3e9eb;
  font-size: 1.1rem;
  color: #375172;
}
@media screen and (min-width: 1024px) {
  #product-nav ul li a {
    padding: 1rem 0.75rem;
  }
}
#product-nav ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #769ca3;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s ease-in, opacity 0.1s ease-in;
}
#product-nav ul li a:hover:before {
  content: attr(title);
  position: absolute;
  z-index: 999;
  top: 50%;
  display: block;
  margin-top: -1.5rem;
  font-size: 1.1rem;
  color: #ffffff;
}
#product-nav ul li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
@media screen and (min-width: 750px) {
  #product-nav ul li a {
    padding: 1rem 3rem;
    border-right: 1px solid #e3e9eb;
    border-bottom: 0;
  }
}
#product-nav ul li.active a {
  background-color: #769ca3;
  color: #ffffff;
}

#products-wrapper {
  overflow: hidden;
}
#products-wrapper .product a {
  padding: 6rem 0;
}
@media screen and (min-width: 750px) {
  #products-wrapper .product a {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
}
#products-wrapper .product a .product-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  #products-wrapper .product a .product-image-wrapper {
    width: 80%;
  }
}
#products-wrapper .product a .product-image-wrapper img {
  display: block;
  width: 100%;
}
#products-wrapper .product a .product-image-wrapper .product-content {
  position: absolute;
  z-index: 9999;
  top: 50%;
  margin-top: -3rem;
  padding-left: 3rem;
}
@media screen and (min-width: 750px) {
  #products-wrapper .product a .product-image-wrapper .product-content {
    margin-top: -3rem;
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  #products-wrapper .product a .product-image-wrapper .product-content {
    margin-top: -6rem;
    padding-left: 15rem;
  }
}
@media screen and (min-width: 1150px) {
  #products-wrapper .product a .product-image-wrapper .product-content {
    margin-top: -6rem;
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1280px) {
  #products-wrapper .product a .product-image-wrapper .product-content {
    margin-top: -6rem;
    padding-left: 15rem;
  }
}
#products-wrapper .product a .product-image-wrapper .product-content h2 {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  #products-wrapper .product a .product-image-wrapper .product-content h2 {
    padding-bottom: 3rem;
  }
}
#products-wrapper .product a .product-image-wrapper .product-content .wysiwyg {
  display: none;
  width: 60%;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1150px) {
  #products-wrapper .product a .product-image-wrapper .product-content .wysiwyg {
    display: block;
    width: 70%;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
}
#products-wrapper .product a .product-image-wrapper:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#products-wrapper .product a .product-logo-wrapper {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  #products-wrapper .product a .product-logo-wrapper {
    display: block;
    width: 20%;
  }
  #products-wrapper .product a .product-logo-wrapper img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  #products-wrapper .product a .product-logo-wrapper {
    padding: 9rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  #products-wrapper .product a:hover .product-content .wysiwyg {
    display: block;
    opacity: 1;
  }
}

@media screen and (min-width: 750px) {
  #intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -3rem;
    margin-left: 0;
    margin-right: 0;
  }
  #intro-wrapper > * {
    width: 50%;
  }
  #intro-wrapper > * {
    float: left;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #intro-wrapper {
    margin: 0;
    border-bottom: 3px solid #fff;
  }
}
#intro-wrapper .product-info {
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 750px) {
  #intro-wrapper .product-info {
    padding: 3rem 6rem;
    border-right: 3px solid #fff;
  }
}
#intro-wrapper .product-info .intro {
  text-align: center;
}
@media screen and (min-width: 750px) {
  #intro-wrapper .product-info .intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4.5rem;
    text-align: left;
  }
}
#intro-wrapper .product-info .intro h2 {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
  font-size: 2.8rem;
}
#intro-wrapper .product-info .intro .logo-wrapper {
  padding: 1.5rem 0;
}
#intro-wrapper .product-info .intro .logo-wrapper img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #intro-wrapper .product-info .intro .logo-wrapper img {
    width: 80%;
  }
}
#intro-wrapper .product-info .product-description {
  text-align: center;
}
#intro-wrapper .product-info .product-description .wysiwyg {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 4rem;
}
@media screen and (min-width: 750px) {
  #intro-wrapper .product-info .product-description {
    text-align: left;
  }
}
#intro-wrapper .product-image-wrapper img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .productblock {
    display: flex;
    border-bottom: 3px solid #ffffff;
  }
}
@media screen and (min-width: 750px) {
  .productblock .image-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-right: 3px solid #ffffff;
  }
}
.productblock .image-wrapper img {
  display: block;
  width: 100%;
}
.productblock .image-wrapper .contact-button {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 1.5rem;
  cursor: pointer;
  background-color: #375172;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
}
.productblock .image-wrapper .contact-button:hover {
  background-color: rgb(46.701183432, 68.7781065089, 96.798816568);
}
.productblock .block-content {
  padding: 1.5rem 1.5rem;
  background-color: #e3e9eb;
}
@media screen and (min-width: 750px) {
  .productblock .block-content {
    width: 50%;
    padding: 3rem 4.5rem;
  }
}
.productblock .block-content h3 {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  color: #375172;
}
@media screen and (min-width: 750px) {
  .productblock .block-content h3 {
    padding: 3rem 0;
  }
}
.productblock .block-content .wysiwyg {
  font-family: Zona Pro Thin;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
  font-size: 1.3rem;
  text-align: left;
  line-height: 4rem;
  color: #375172;
}

@media screen and (min-width: 750px) {
  #product-photos {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
#product-photos .product-photo {
  width: 100%;
}
#product-photos .product-photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 750px) {
  #product-photos .product-photo {
    width: 25%;
  }
}
#product-photos #content-fill {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 3rem 9rem;
  background-color: #769ca3;
}
#product-photos #content-fill h2 {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  #product-photos #content-fill {
    display: flex;
  }
}

@media screen and (min-width: 750px) {
  .page-intro {
    display: flex;
    border-bottom: 3px solid #ffffff;
  }
}
.page-intro .block-content {
  width: 100%;
  padding: 1.5rem 1.5rem;
  color: #ffffff;
  background-color: #375172;
}
.page-intro .block-content h2 {
  padding-bottom: 3rem;
  font-size: 2.1rem;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
}
.page-intro .block-content p.date {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #769ca3;
}
@media screen and (min-width: 750px) {
  .page-intro .block-content p.date {
    margin-bottom: 3.75rem;
  }
}
.page-intro .block-content .wysiwyg {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 750px) {
  .page-intro .block-content {
    width: 50%;
    min-height: 500px;
    padding: 4.5rem 4.5rem;
    border-right: 3px solid #ffffff;
  }
  .page-intro .block-content h2 {
    padding-bottom: 6rem;
  }
}
.page-intro .image-wrapper {
  display: none;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-intro .image-wrapper img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .page-intro .image-wrapper {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  #contact-intro-wrapper {
    display: flex;
  }
}
#contact-intro-wrapper #contact-options {
  padding: 1.5rem 1.5rem;
  background-color: #375172;
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  #contact-intro-wrapper #contact-options {
    width: 50%;
    padding: 3rem;
  }
}
#contact-intro-wrapper #contact-options ul > li > a {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  line-height: 1rem;
}
#contact-intro-wrapper #contact-options h2 {
  margin-bottom: 3rem;
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3rem;
}
@media screen and (min-width: 750px) {
  #contact-intro-wrapper #contact-options h2 {
    margin-bottom: 6rem;
  }
}
#contact-intro-wrapper #contact-options ul > li {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 750px) {
  #contact-intro-wrapper #contact-options ul > li {
    margin-bottom: 3rem;
  }
}
#contact-intro-wrapper #contact-options ul > li a {
  position: relative;
  display: inline-block;
  margin-left: 6rem;
  padding: 1.5rem 0;
  letter-spacing: 0.2rem;
  cursor: pointer;
}
#contact-intro-wrapper #contact-options ul > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6rem;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border: 1px solid #ffffff;
}
#contact-intro-wrapper #contact-options ul > li.active a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4.5rem;
  display: block;
  width: 1px;
  height: 4.2rem;
  background-color: #769ca3;
  transform: rotate(-45deg);
}
#contact-intro-wrapper .contact-information {
  padding: 3rem 1.5rem;
  background-color: #769ca3;
}
@media screen and (min-width: 750px) {
  #contact-intro-wrapper .contact-information {
    width: 50%;
    padding: 7.5rem 6rem;
    border-left: 1px solid #ffffff;
  }
}
#contact-intro-wrapper .contact-information p {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
}

@media screen and (min-width: 750px) {
  .form-wrapper {
    display: flex;
    margin: 0;
  }
}
.form-wrapper label {
  display: none;
}

.form {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 750px) {
  .form {
    width: 50%;
    padding: 4.5rem;
    border-top: 1px solid #ffffff;
  }
}
.form h2 {
  padding-bottom: 1.5rem;
  font-size: 2.1rem;
  text-transform: uppercase;
  color: #375172;
}
@media screen and (min-width: 750px) {
  .form h2 {
    padding-bottom: 3rem;
  }
}
.form span {
  display: block;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 3rem;
  font-family: Zona Pro Thin;
}
@media screen and (min-width: 750px) {
  .form span {
    padding-bottom: 3rem;
  }
}

.form-information {
  clear: both;
}
@media screen and (min-width: 750px) {
  .form-information {
    width: 50%;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.form-information .photo-wrapper img {
  display: block;
  width: 100%;
}
.form-information .address-information {
  padding: 3rem 1.5rem;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  background-color: #769ca3;
}
@media screen and (min-width: 750px) {
  .form-information .address-information {
    padding: 4.5rem;
  }
}
.form-information .address-information span {
  display: block;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 750px) {
  .form-information .address-information span {
    padding-bottom: 6rem;
  }
}
.form-information .address-information p {
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  font-family: Zona Pro Thin;
}
.form-information .address-information p.upp {
  text-transform: uppercase;
}

.contact-fieldsets {
  appearance: none;
}
.contact-fieldsets input:not([type=checkbox]) {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 0.75rem;
  border: 2px solid #375172;
  border-radius: 0;
  font-size: 1.1rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #769ca3;
  appearance: none;
}
@media screen and (min-width: 750px) {
  .contact-fieldsets input:not([type=checkbox]) {
    margin-bottom: 3rem;
    padding: 1.5rem 1.5rem;
  }
  .contact-fieldsets input:not([type=checkbox]):has(+ .error) {
    margin-bottom: 0.6rem;
  }
}
.contact-fieldsets input:not([type=checkbox]):focus-visible {
  outline: 2px solid #769ca3;
}
.contact-fieldsets .error {
  margin-bottom: 1.5rem;
  color: crimson;
}
@media screen and (min-width: 750px) {
  .contact-fieldsets .error {
    margin-bottom: 3rem;
  }
}
.contact-fieldsets input[placeholder] {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #769ca3;
}
.contact-fieldsets textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 3rem;
  padding: 0.75rem 0.75rem;
  border: 2px solid #375172;
  border-radius: 0;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-transform: lowercase !important;
  color: #769ca3;
  appearance: none;
}
@media screen and (min-width: 750px) {
  .contact-fieldsets textarea {
    padding: 1.5rem 1.5rem;
  }
}
.contact-fieldsets textarea:focus-visible {
  outline: 2px solid #769ca3;
}
.contact-fieldsets textarea[placeholder] {
  font-size: 1.1rem;
  color: #769ca3;
}
.contact-fieldsets fieldset.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-bottom: 1.5rem;
  cursor: pointer;
  gap: 1.5rem;
}
@media screen and (min-width: 750px) {
  .contact-fieldsets fieldset.checkbox {
    padding-bottom: 3rem;
  }
}
.contact-fieldsets fieldset.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid #375172;
  cursor: pointer;
  flex-shrink: 0;
}
.contact-fieldsets fieldset.checkbox input[type=checkbox]::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #769ca3;
}
.contact-fieldsets fieldset.checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact-fieldsets fieldset.checkbox input[type=checkbox]:focus-visible {
  outline: 2px solid #769ca3;
}
.contact-fieldsets fieldset.checkbox label {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #769ca3;
  cursor: pointer;
}
.contact-fieldsets fieldset.checkbox label a {
  text-decoration: underline;
}
.contact-fieldsets fieldset.checkbox .error {
  grid-column: span 2;
  color: crimson;
}

.submit {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
  display: block;
  float: right;
  margin-bottom: 3rem;
  padding: 1.5rem 3rem;
  border: 2px solid #375172;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
  background-color: #375172;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .submit {
    margin-bottom: 0;
  }
}
.submit:hover {
  background-color: #ffffff;
  color: #375172;
  transition: background-color 0.2s ease-in-out;
}

#contact_form {
  display: none;
}

#form-wrapper.form2 #call {
  display: none;
}
#form-wrapper.form2 #contact_form {
  display: block;
}

.contactform-success {
  font-family: Zona Pro;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  text-transform: lowercase;
}
.contactform-success p {
  padding-bottom: 3rem;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #769ca3;
}

:-moz-placeholder {
  text-transform: uppercase;
  color: #769ca3;
}

::-moz-placeholder {
  text-transform: uppercase;
  color: #769ca3;
}

:-ms-input-placeholder {
  text-transform: uppercase;
  color: #769ca3;
}

.cookie-notice {
  position: fixed;
  z-index: 9999;
  background-color: #f4f7f8;
  padding: 1.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cookie-notice {
    font-size: 1.5rem;
    left: unset;
    bottom: 3rem;
    right: 3rem;
  }
}
.cookie-notice__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.cookie-notice__wrapper > * {
  margin-bottom: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cookie-notice__wrapper > * {
    text-align: left;
  }
}
.cookie-notice__wrapper > *:last-child {
  margin-bottom: unset;
}
.cookie-notice__footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 650px) {
  .cookie-notice__footer {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-notice__footer {
    justify-content: flex-start;
  }
}
.cookie-notice__link {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.cookie-notice__link:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' xmlns='http://www.w3.org/2000/svg' height='24' fill='none' viewBox='0 0 24 24'><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.25 4.75H6.75C5.64543 4.75 4.75 5.64543 4.75 6.75V17.25C4.75 18.3546 5.64543 19.25 6.75 19.25H17.25C18.3546 19.25 19.25 18.3546 19.25 17.25V14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.25 9.25V4.75H14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 5L11.75 12.25'/></svg>");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
}
.cookie-notice__button--essential, .cookie-notice__button--agree {
  text-align: center;
  cursor: pointer;
  border: 1px solid #375172;
  color: #375172;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
  padding: 0.6rem 1.5rem;
}
.cookie-notice__button--essential:hover, .cookie-notice__button--agree:hover {
  transform: scale(1.03);
}
.cookie-notice__button--agree {
  background-color: #375172;
  color: white;
}

.product.gray {
  background-color: #ffffff;
}
.product.gray a .product-intro-text {
  color: #375172;
}
.product.gray a .product-title h2 {
  color: #375172;
}
.product.gray a .product-title:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.product.gray a .product-image-wrapper h2 {
  color: #375172;
}
.product.gray a .product-image-wrapper:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.product.gray a .product-image-wrapper .product-content {
  color: #375172;
}

.product-info.gray {
  background-color: #ffffff;
  color: #375172;
}

.product.green {
  background-color: #769ca3;
}
.product.green a .product-intro-text {
  color: #ffffff;
}
.product.green a .product-title h2 {
  color: #ffffff;
}
.product.green a .product-title:after {
  background-color: rgba(118, 156, 163, 0.8);
}
.product.green a .product-image-wrapper h2 {
  color: #ffffff;
}
.product.green a .product-image-wrapper:after {
  background-color: rgba(118, 156, 163, 0.8);
}
.product.green a .product-image-wrapper .product-content {
  color: #ffffff;
}

.product-info.green {
  background-color: #769ca3;
  color: #ffffff;
}

.product.blue {
  background-color: #375172;
}
.product.blue a .product-intro-text {
  color: #ffffff;
}
.product.blue a .product-title h2 {
  color: #ffffff;
}
.product.blue a .product-title:after {
  background-color: rgba(55, 81, 114, 0.8);
}
.product.blue a .product-image-wrapper h2 {
  color: #ffffff;
}
.product.blue a .product-image-wrapper:after {
  background-color: rgba(55, 81, 114, 0.8);
}
.product.blue a .product-image-wrapper .product-content {
  color: #ffffff;
}

.product-info.blue {
  background-color: #375172;
  color: #ffffff;
}