:root {
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-overlay: #00000066;
  --clr-cascade: #8ba7a6;
  --clr-bandicoot: #7c7c70;
}
html {
  font-size: 16px !important;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: #454e55;
  font-weight: 300;
  font-size: 1rem;
  font-family: 'Sora', sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.0625rem;
  }
}
h2 {
  margin: 0 0 0.75rem 0;
  color: #2d2e30;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
}
@media screen and (min-width: 1200px) {
  h2 {
    margin: 0 0 1rem 0;
    font-size: 1.99rem;
  }
}
h3 {
  margin: 0;
  margin: 0 0 1.5rem -2px;
  color: #373b3e;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  h3 {
    margin: 0 0 1rem -5px;
    font-size: 4rem;
  }
}
h3 strong {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  h3 span {
    display: inline-block;
    padding-left: 3px;
  }
}
h4 {
  text-transform: uppercase;
  font-weight: 400;
}
p {
  margin: 0 0 1em 0;
  text-align: justify;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
small {
  font-size: 0.85rem;
}
button {
  line-height: 1.6;
}
.dialog-off-canvas-main-canvas {
  overflow-x: hidden;
  max-width: 100vw;
}
.wrap {
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 1200px;
}
#block-submenu {
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 1200px;
}
#block-submenu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#block-submenu .menu-item {
  flex-basis: 33%;
  padding: 0;
  margin: 1rem 0 0 0;
  color: #ec7250;
}
#block-submenu .menu-item::before {
  content: "⟶";
}
#block-submenu .menu-item a {
  color: #454e55;
  font-weight: 500;
  text-decoration: underline;
}
#block-submenu .menu-item a:hover {
  text-decoration: none;
}
.mybutton {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 0;
  background-color: #373b3e;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #373b3e;
  transition: 0.2s;
}
.mybutton:hover {
  background-color: #2d2e30;
  border: 1px solid #2d2e30;
  color: #fff;
}
.mybutton--border {
  color: #373b3e;
  background-color: transparent;
}
.mybutton--call-to-action {
  font-size: 1.99rem;
  background: #ec7250;
  border: 1px solid #ec7250;
}
.mybutton--section {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .mybutton--section {
    margin-top: 4rem;
  }
}
.frontsection {
  scroll-snap-align: start;
}
@media screen and (min-width: 1200px) {
  .frontsection {
    display: flex;
  }
}
.frontsection:nth-child(1) {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontsection:nth-child(1) {
    padding-top: 0;
  }
}
.frontsection:nth-child(2) {
  background: url(../img/bg_blob_raffia_2.svg) 100% 100% no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .frontsection:nth-child(2) {
    background: url(../img/bg_blob_raffia_flip.svg) 50% 105% no-repeat;
  }
}
.frontsection:nth-child(2) .frontsection__blob {
  align-items: flex-start;
  padding-top: 4rem;
}
.frontsection:nth-child(3) {
  background-color: var(--clr-cascade);
}
.frontsection__descr {
  display: flex;
  justify-content: flex-end;
  padding: 3rem 1.5rem 0 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontsection__descr {
    padding: 8.5rem 0;
    width: 50%;
  }
}
.frontsection:nth-child(even) .frontsection__descr {
  justify-content: flex-start;
  order: 2;
}
@media screen and (min-width: 1200px) {
  .frontsection__body {
    padding: 0 2rem;
    max-width: 45rem;
  }
}
.frontsection__body h4 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .frontsection__body h4 {
    display: block;
  }
}
.frontsection__gal {
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 1200px) {
  .frontsection__gal {
    padding: 4rem 0 0 4.75rem;
  }
}
.frontsection__gal .imgbox {
  margin: 0 -1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontsection__gal .imgbox {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .frontsection__gal .imgbox img {
    width: 30%;
    transition: all 0.25s;
  }
}
@media screen and (min-width: 1200px) {
  .frontsection__gal .imgbox img:hover {
    cursor: pointer;
    transform: scale(1.2);
  }
}
.frontsection__gal .imgbox img:nth-child(2),
.frontsection__gal .imgbox img:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .frontsection__gal .imgbox img:nth-child(2),
  .frontsection__gal .imgbox img:nth-child(3) {
    display: block;
  }
}
.frontsection__blob {
  display: none;
}
@media screen and (min-width: 1200px) {
  .frontsection__blob {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
.blob {
  position: relative;
  max-width: 650px;
  width: 80%;
  opacity: 0;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 0px 5px #fff inset;
}
.blob .mask {
  display: none;
  width: 100%;
  height: 100%;
}
.blob--1 {
  background: url(../img/bg_blob_1.webp) 50% 50% no-repeat;
  background-size: cover;
}
.blob--2 {
  background: url(../img/bg_blob_2.webp) 50% 50% no-repeat;
  background-size: cover;
}
.blob--3 {
  background: url(../img/bg_blob_3.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.path-frontpage .blob--3 {
  box-shadow: 0px 0px 0px 5px var(--clr-cascade) inset;
}
.blob--3 .mask {
  display: none;
}
.blob--4 {
  background: url(../img/bg_blob_4.webp) 50% 50% no-repeat;
  background-size: cover;
}
.blob--5 {
  background: url(../img/bg_blob_5.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.path-frontpage .blob--5 {
  box-shadow: 0px 0px 0px 5px #e8d6b0 inset;
}
.blob--6 {
  background: url(../img/bg_blob_6.webp) 50% 50% no-repeat;
  background-size: cover;
}
figure {
  position: relative;
  width: 600px;
}
figure img {
  visibility: hidden;
  width: 100%;
}
figure svg {
  position: absolute;
  top: -2px;
  left: 0;
}
.project {
  display: inline-block;
}
.main {
  min-height: 80vh;
}
.node__content {
  min-height: 50vh;
}
@media screen and (min-width: 1200px) {
  .node__content {
    padding: 6.625rem 1.5rem;
  }
}
.node__content p ~ h2 {
  margin-top: 3rem;
}
.node__content strong {
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .content-flex {
    display: flex;
    margin-bottom: 6.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-flex__text {
    width: 50%;
  }
}
.content-flex__text h2 {
  font-weight: 200;
}
@media screen and (min-width: 1200px) {
  .content-flex__text--55 {
    max-width: 55%;
  }
}
.contacts {
  padding: 5.625rem 1rem;
  background-color: #f8f8f8;
  text-align: center;
}
.contacts--showroom {
  margin-top: 5rem;
}
.contacts-logo {
  margin: 0 auto;
  padding: 5.625rem 0;
  max-width: 13rem;
}
@media screen and (min-width: 1200px) {
  .contacts-logo {
    padding: 0 0 5.625rem 0;
  }
}
.contacts-logo--holding {
  padding: 5.625rem 0;
}
.contacts__title {
  font-size: 2.25rem;
  color: #939393;
}
@media screen and (min-width: 1200px) {
  .contacts__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .contacts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contacts-list__item {
  flex-basis: 33%;
  box-sizing: border-box;
  padding: 3rem;
}
.contacts-list__item h2 {
  color: #454e55;
  border-bottom: 1px solid #454e55;
  font-size: 1.0625rem;
  padding-bottom: 2rem;
  text-align-last: left;
}
.contacts__phone {
  padding: 2rem;
}
.contacts__phone a {
  color: #454e55;
  font-weight: 700;
}
.contacts__reg {
  font-weight: 700;
  font-size: 0.85rem;
}
.pager {
  padding: 0 0 1rem 0;
}
.pager-items {
  margin: 0;
  padding: 0;
}
.pager__item a {
  color: #454e55;
  font-weight: 400;
}
.pager__item.is-active a {
  font-weight: 400;
  text-decoration: underline;
}
.timeline {
  background: url(../img/timeline_line.svg) 50% 50% repeat-y;
  background-size: 2px 100px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
  grid-template-areas: 'year marker text';
  padding: 2rem 0;
}
.timeline-item:nth-child(even) {
  grid-template-areas: 'text marker year';
}
.timeline-item__year {
  grid-area: year;
  justify-self: end;
  font-weight: 800;
  align-self: center;
  padding: 1rem;
}
.timeline-item:nth-child(even) .timeline-item__year {
  justify-self: start;
}
.timeline-item__marker {
  width: 4rem;
  height: 4rem;
  grid-area: marker;
  justify-self: center;
  align-self: center;
  background: url(../img/timeline_dot.svg) 50% 50% no-repeat;
}
.timeline-item:nth-child(even) .timeline-item__marker {
  transform: rotate(180deg);
}
.timeline-item__text {
  grid-area: text;
  align-self: center;
  text-align: justify;
}
.timeline-item:nth-child(even) .timeline-item__text {
  text-align: justify;
}
.career {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.career-item {
  margin-bottom: 2rem;
}
.career-item h2 {
  background-color: #454e55;
  color: #fff;
  margin: 0;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.career-item__strong {
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
.tiles {
  background-color: #eaeaea;
  padding: 1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.tile {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 2rem;
}
.tile::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.crossroad {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  padding-bottom: 20vh;
}
@media screen and (min-width: 600px) {
  .crossroad {
    flex-direction: row;
    padding-bottom: 10vh;
  }
}
.crossroad a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.99rem;
  border: 2px solid #fff;
  padding: 0.25rem 2rem;
  transition: transform 0.2s;
}
.crossroad a:hover {
  transform: scale(1.1);
}
.crossroad-close {
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  transform: rotate(45deg);
  font-size: 3rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9rem;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
label {
  display: block;
}
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0 0.5rem -0.1em 0;
  width: 1em;
  height: 1em;
  border: 1px solid #454e55;
  outline: none;
  background-color: #454e55;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  background-color: gray;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #fff;
  box-shadow: inset 0 0 0 0.2em #454e55;
}
header {
  display: flex;
  flex-direction: column;
  height: 100vh;
  scroll-snap-align: start;
}
.headerbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .headerbar {
    padding-right: 0;
    height: 105px;
  }
}
.headerbar__logo {
  flex-basis: 50%;
}
@media screen and (min-width: 1200px) {
  .headerbar__logo {
    flex-basis: 25%;
  }
}
.headerbar__logo a {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.headerbar__logo svg {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .headerbar__logo svg {
    width: 7.5rem;
  }
}
.headerbar__menublock {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .headerbar__menublock {
    padding-left: 5rem;
  }
}
.headerbar__menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .headerbar__menu {
    display: block;
  }
}
.headerbar__menu .menu--main .menu {
  display: flex;
  margin: 0;
}
.headerbar__menu .menu--main .menu-item {
  padding: 0 2rem;
  text-transform: uppercase;
  list-style-type: none;
  list-style-image: none;
}
.headerbar__menu .menu--main .menu-item a {
  color: #000;
  white-space: nowrap;
}
.headerbar__menutoggle {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .headerbar__menutoggle {
    width: 5rem;
    justify-content: center;
  }
}
.headerbar__buttonblock {
  position: absolute;
  top: 0;
  right: 1rem;
}
@media screen and (min-width: 1200px) {
  .headerbar__buttonblock {
    position: static;
    display: flex;
    align-items: center;
    flex-basis: 25%;
    justify-content: space-around;
  }
}
.headerbar__fb {
  display: none;
}
@media screen and (min-width: 1200px) {
  .headerbar__fb {
    display: block;
  }
}
.headerbar__fbtoggle {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem 0.4rem 1.5rem;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  background-color: #fff;
}
.headerbar__fbtoggle svg {
  display: block;
  margin-top: -3px;
  margin-right: 1rem;
  width: 1rem;
  fill: #000;
}
.header__fbcontainer {
  position: absolute;
  top: 0;
  right: -29.5rem;
  z-index: 1;
  box-sizing: border-boxbox;
  padding: 0 1rem 0 3rem;
  width: 25rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: right 0.25s;
}
.fb-active .header__fbcontainer {
  display: block;
  right: 0;
}
.header__fbclose {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  color: #fff;
}
.headerbar__langswitch .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  text-transform: uppercase;
}
.headerbar__langswitch .links a {
  margin: 0 0.5rem;
  border-bottom: 1px solid transparent;
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .headerbar__langswitch .links a {
    padding: 0.5rem 0;
    color: #454e55;
    font-size: 1.0625rem;
  }
}
.headerbar__langswitch .links a:hover {
  color: #000;
}
.headerbar__langswitch .links a.is-active {
  border-bottom: 1px solid #000;
  color: black;
}
.megamenu {
  position: absolute;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  padding: 5rem 5rem 3rem 5rem;
  width: 100%;
  background-color: var(--clr-bandicoot);
  transition: left 0.25s;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .megamenu {
    transition: left 0.5s;
  }
}
.megamenu-active .megamenu {
  top: 0;
  left: 0;
}
.megamenu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .megamenu ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.megamenu ul.menu li {
  flex-basis: 20%;
  list-style-type: none;
  list-style-image: none;
}
.megamenu ul.menu ul {
  display: block;
  margin: 2rem 0;
  text-transform: lowercase;
}
.megamenu a {
  color: #000;
}
.header__hero {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
  background-image: url(../img/hero_front_02.webp);
  background-position: 50% 50%;
  background-size: 300vw 70vh, cover;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 1200px) {
  .header__hero {
    background-image: url(../img/hero_front_02.webp);
    background-position: 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
}
.page-node-type-reference .header__hero {
  background-image: none;
  background-color: var(--clr-cascade);
}
.page-node-type-reference .header__hero .page-title {
  color: #454e55;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-node-type-reference .header__hero {
    background-image: none;
  }
  .page-node-type-reference .header__hero .page-title {
    font-size: 5.4rem;
  }
}
.header__hero svg {
  width: 30%;
}
@media screen and (min-width: 1200px) {
  .header__hero svg {
    width: 15rem;
  }
}
.node-185 .header__hero,
.node-186 .header__hero,
.node-189 .header__hero {
  background-image: url(../img/hero_02.webp);
}
@media screen and (min-width: 1200px) {
  .node-185 .header__hero,
  .node-186 .header__hero,
  .node-189 .header__hero {
    background-image: url(../img/hero_02.webp);
  }
}
.node-187 .header__hero {
  background-image: url(../img/hero_04.jpg);
}
@media screen and (min-width: 1200px) {
  .node-187 .header__hero {
    background-image: url(../img/hero_04.jpg);
  }
}
.node-188 .header__hero {
  background-image: url(../img/hero_05.jpg);
}
@media screen and (min-width: 1200px) {
  .node-188 .header__hero {
    background-image: url(../img/hero_05.jpg);
  }
}
.path-reference .header__hero {
  background-image: url(../img/hero_03.jpg);
}
@media screen and (min-width: 1200px) {
  .path-reference .header__hero {
    background-image: url(../img/hero_03.jpg);
  }
}
.hero-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent url(../img/hero_bottom.svg) 50% 100% no-repeat;
  background-size: contain;
}
.header__hero .page-title {
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  color: #fff;
  font-size: 3rem;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__hero .page-title {
    font-size: 6rem;
  }
}
.node-187 .header__hero .page-title {
  display: none;
}
.fadeslider {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.fadeslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%, 50% 50%;
  background-size: 300vw 70vh, cover;
  background-repeat: no-repeat, no-repeat;
  opacity: 0;
  transition: opacity 2s;
}
@media screen and (min-width: 1200px) {
  .fadeslide {
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
  }
}
.fadeslide.visible {
  opacity: 1;
}
.fadeslider--186 .fadeslide--1 {
  background-image: url(../img/hero_lightning_01.jpg);
}
.fadeslider--186 .fadeslide--2 {
  background-image: url(../img/hero_lightning_02.jpg);
}
.fadeslider--186 .fadeslide--3 {
  background-image: url(../img/hero_lightning_03.jpg);
}
.fadeslider--187 .fadeslide--1 {
  background-image: url(../img/hero_interiors_01.webp);
}
.fadeslider--187 .fadeslide--2 {
  background-image: url(../img/hero_interiors_02.webp);
}
.fadeslider--187 .fadeslide--3 {
  background-image: url(../img/hero_interiors_03.webp);
}
.fadeslider--187 .fadeslide--4 {
  background-image: url(../img/hero_interiors_04.webp);
}
.fadeslider--187 .fadeslide--5 {
  background-image: url(../img/hero_interiors_05.webp);
}
.fadeslider--188 .fadeslide--1 {
  background-image: url(../img/hero_production_01.jpg);
}
.fadeslider--188 .fadeslide--2 {
  background-image: url(../img/hero_production_02.jpg);
}
.fadeslider--188 .fadeslide--3 {
  background-image: url(../img/hero_production_03.jpg);
}
.fadeslider--188 .fadeslide--4 {
  background-image: url(../img/hero_production_01.jpg);
}
.fadeslider--188 .fadeslide--5 {
  background-image: url(../img/hero_production_02.jpg);
}
.fadeslider--189 .fadeslide--1 {
  background-image: url(../img/hero_about_01.jpg);
}
.fadeslider--189 .fadeslide--2 {
  background-image: url(../img/hero_about_02.jpg);
}
.fadeslider--189 .fadeslide--3 {
  background-image: url(../img/hero_about_03.jpg);
}
.fadeslider--190 .fadeslide--1 {
  background-image: url(../img/hero_showroom_01.jpg);
}
.fadeslider--190 .fadeslide--2 {
  background-image: url(../img/hero_showroom_02.jpg);
}
.fadeslider--190 .fadeslide--3 {
  background-image: url(../img/hero_showroom_03.jpg);
}
.fadeslider--ref .fadeslide--1 {
  background-image: url(../img/hero_reference_01.webp);
}
.fadeslider--ref .fadeslide--2 {
  background-image: url(../img/hero_reference_02.webp);
}
.fadeslider--ref .fadeslide--3 {
  background-image: url(../img/hero_reference_03.webp);
}
.fadeslider--ref .fadeslide--4 {
  background-image: url(../img/hero_reference_04.webp);
}
.fadeslider--ref .fadeslide--5 {
  background-image: url(../img/hero_reference_05.webp);
}
.view-ref {
  min-height: 70vh;
}
.view-ref .view-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6.625rem 0 3rem 0;
}
@media screen and (min-width: 1200px) {
  .view-ref .view-header {
    flex-direction: row;
    justify-content: center;
  }
}
.view-ref .view-header a {
  margin: 0 2rem;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  color: #454e55;
  text-transform: uppercase;
  font-size: 1.99rem;
}
.view-ref .view-header a.active {
  border-bottom: 2px solid #454e55;
}
.view-ref .view-content {
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (min-width: 1200px) {
  .view-ref .view-content {
    display: grid;
    padding: 6.625rem 1.5rem;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1200px) {
  .view-ref.reference-block .view-content {
    padding: 1.5rem;
  }
}
.view-filters {
  margin: 0 auto;
  max-width: 1200px;
}
.view-filters .bef-exposed-form .form-composite legend {
  display: none;
}
.view-filters .bef-exposed-form .fieldgroup {
  float: none;
}
.view-filters .bef-exposed-form .bef-checkboxes,
.view-filters .bef-exposed-form .form-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-filters .bef-exposed-form .bef-checkboxes .form-item,
.view-filters .bef-exposed-form .form-radios .form-item {
  margin: 1rem;
  padding: 0;
}
.reference-item {
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .reference-item {
    margin-bottom: 0;
    aspect-ratio: 2/1;
  }
}
.reference-item__img {
  height: 100%;
}
.reference-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .reference-item__content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: var(--clr-white);
  }
}
.reference-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: var(--clr-overlay);
  color: var(--clr-white);
}
@media screen and (min-width: 1200px) {
  .reference-item__title {
    display: block;
    order: 2;
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
  }
}
.reference-item__expand-toggle {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s;
}
@media screen and (min-width: 1200px) {
  .reference-item__expand-toggle {
    display: none;
  }
}
.expanded .reference-item__expand-toggle {
  transform: rotate(45deg);
}
.reference-item__descr {
  position: relative;
  display: none;
}
@media screen and (min-width: 1200px) {
  .reference-item__descr {
    overflow: hidden;
    flex-basis: 100%;
    order: 1;
    display: block;
  }
}
.expanded .reference-item__descr {
  display: block;
}
.reference-item__text {
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: var(--clr-overlay);
}
@media screen and (min-width: 1200px) {
  .reference-item__text {
    position: absolute;
    top: 100%;
    padding: 2.25rem 1.75rem;
    width: 100%;
    height: 100%;
    background-color: var(--clr-overlay);
    transition: top 0.2s;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .reference-item:hover .reference-item__text {
    top: 0;
  }
}
.reference-item__year {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .reference-item__year {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1rem;
  }
}
.reference-item__descr-title {
  font-size: 2em;
}
.reference-item__gallery {
  text-align: center;
}
.reference-item__gallery .mybutton {
  margin-bottom: 0.5rem;
  color: var(--clr-white);
  border-color: var(--clr-white);
  cursor: pointer;
}
.reference-item__link {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 0;
  background-color: #373b3e;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #373b3e;
  transition: 0.2s;
  color: var(--clr-white);
  border-color: var(--clr-white);
  background-color: transparent;
}
.reference-item__link:hover {
  background-color: #2d2e30;
  border: 1px solid #2d2e30;
  color: #fff;
}
.reference-item__link--border {
  color: #373b3e;
  background-color: transparent;
}
.reference-item__link--call-to-action {
  font-size: 1.99rem;
  background: #ec7250;
  border: 1px solid #ec7250;
}
.reference-item__link:hover {
  border-color: var(--clr-white);
}
@media screen and (min-width: 600px) {
  .refdetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.refdetail__photos .field__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
.refdetail__photos .field__item img {
  display: block;
  width: 100%;
}
.refdetail__photos .field__item:first-child {
  grid-column-start: 1;
  grid-column-end: span 5;
}
.refdetail__text {
  padding-top: 1rem;
}
@media screen and (min-width: 600px) {
  .refdetail__text {
    padding-top: 0;
  }
}
.refdetail__share {
  margin: 2rem 0;
}
.share {
  display: inline-block;
  color: #000;
  align-items: center;
  border: 1px solid #000;
  padding: 0.25rem 1rem;
}
.share:hover {
  background-color: #61c9e2;
}
.share svg {
  display: inline-block;
  width: 1em;
  margin-bottom: -2px;
}
.footer {
  scroll-snap-align: start;
  background-color: var(--clr-white);
}
.footer__call-to-action {
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer__call-to-action {
    padding: 1rem 0 11rem 0;
  }
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .footer__wrap {
    display: grid;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: "footermenu footerlogo footeraddress footersocial" "footercopyright footercopyright footercopyright footercopyright";
  }
}
.footer__menu {
  align-self: center;
  grid-area: footermenu;
  order: 4;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1200px) {
  .footer__menu {
    margin: 0;
  }
}
.footer__menu .menu--footer-menu .menu {
  margin: 0;
  text-transform: uppercase;
}
.footer__menu .menu--footer-menu .menu .menu-item {
  padding: 1rem 0;
}
.footer__menu .menu--footer-menu .menu .menu-item a {
  color: #000;
  font-weight: 400;
}
.footer__logo {
  order: 1;
  align-self: center;
  grid-area: footerlogo;
}
.footer__logo svg {
  display: block;
  margin: 0 auto;
  width: 40%;
}
@media screen and (min-width: 1200px) {
  .footer__logo svg {
    width: 10rem;
  }
}
.footer__address {
  order: 2;
  margin: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .footer__address {
    margin: 0;
    grid-area: footeraddress;
    align-self: center;
    padding-left: 2rem;
  }
}
.footer__social {
  order: 3;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .footer__social {
    align-self: center;
    grid-area: footersocial;
  }
}
.footer__social svg {
  margin: 0.56rem;
  width: 3.5rem;
}
.footer__copyright {
  order: 5;
  padding: 3rem 0 4rem 0;
}
@media screen and (min-width: 1200px) {
  .footer__copyright {
    justify-self: center;
    grid-area: footercopyright;
    padding: 12rem 0;
  }
}
.page-node-type-business-card {
  background-color: #fff;
}
.page-node-type-business-card .tabs.primary {
  margin: 0;
}
.page-node-type-business-card.edit {
  padding: 1rem;
}
.page-node-type-business-card.edit label {
  display: block;
}
.business-card {
  background-color: #fff;
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 3rem;
}
.business-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/business_card_bg_2.svg) 50% 0 no-repeat;
  background-size: 1920px;
  margin-bottom: 4.5rem;
}
.business-card__logo {
  padding: 5rem 0 4.5rem 0;
}
.business-card__logo svg {
  width: 10rem;
}
.business-card--login .business-card__logo {
  padding: 5rem 0 2.5rem 0;
}
.business-card__name {
  font-weight: 900;
  order: 2;
  font-size: 1.5rem;
  margin: 4rem 0 0 0;
}
.business-card--login .business-card__name {
  margin: 0 0 2rem 0;
}
.business-card__photo {
  order: 1;
}
.business-card__photo img {
  display: block;
  border-radius: 99rem;
  width: 9rem;
}
.business-card__job {
  order: 3;
  font-size: 1rem;
  font-weight: 100;
}
.business-card__links {
  display: grid;
  grid-template-columns: 4.625rem 4.625rem;
  grid-template-rows: auto;
  justify-content: center;
  column-gap: 2.75rem;
  row-gap: 2.75rem;
}
.business-card__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.625rem;
  height: 4.625rem;
  background-color: rgba(97, 201, 226, 0.15);
  border-radius: 9rem;
  color: #000;
}
.business-card__link a svg {
  width: 1.75rem;
  height: 1.75rem;
}
.business-card__form {
  background-color: #e8d6b0;
  order: 2;
  padding: 2rem;
  border-radius: 1rem;
}
.business-card__form .user-login-form label {
  display: block;
  margin-bottom: 0.5rem;
}
.business-card__form .user-login-form .form-required::after {
  display: none;
}
.business-card__form .user-login-form .form-item-name,
.business-card__form .user-login-form .form-type-password {
  margin: 0 0 1rem 0;
}
.business-card__form .user-login-form .form-item-name input,
.business-card__form .user-login-form .form-type-password input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  background: #fff;
  border: 0;
  padding: 0.5rem;
}
.business-card__form .user-login-form .form-actions {
  margin: 2rem 0 0 0;
}
.business-card__form .user-login-form .form-submit {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 0;
  background-color: #373b3e;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #373b3e;
  transition: 0.2s;
  width: 100%;
}
.business-card__form .user-login-form .form-submit:hover {
  background-color: #2d2e30;
  border: 1px solid #2d2e30;
  color: #fff;
}
.business-card__form .user-login-form .form-submit--border {
  color: #373b3e;
  background-color: transparent;
}
.business-card__form .user-login-form .form-submit--call-to-action {
  font-size: 1.99rem;
  background: #ec7250;
  border: 1px solid #ec7250;
}
.business-card__form .item-list {
  display: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}
/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
  outline: 0;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  overflow: hidden;
}
#cboxTitle {
  display: none;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxClose {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9rem;
}
#cboxClose::before {
  content: 'x';
  font-size: 1rem;
}
#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 0;
  color: transparent;
  outline: 0;
  opacity: 0.25;
  transition: opacity 0.2s;
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 0.75;
}
#cboxNext {
  left: 50%;
}
#cboxPrevious::after,
#cboxNext::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  z-index: 999;
  border-radius: 9rem;
}
#cboxPrevious::after {
  left: 2rem;
  background: #fff url(../img/prev.svg) 50% 50% no-repeat;
  background-size: 2rem 2rem;
}
#cboxNext::after {
  right: 2rem;
  background: #fff url(../img/next.svg) 50% 50% no-repeat;
  background-size: 2rem 2rem;
}
.nodisplay {
  display: none;
}
.tac {
  text-align: center;
}
/**
 * OokHamburger
 *
 * Pure CSS animated hamburger menu button.
 *
 * Exmaple code:
 *
 * <div id="hamburger">
 *   <span>Toggle menu</span>
 * </div>
 *
 * <nav id="main-menu" class="main-menu" role="navigation">
 *   <ul>
 *     <li><a href="#">link</a></li>
 *   </ul>
 * </nav>
 *
 * <script>
 *   var toggle = document.getElementById('hamburger');
 *   var mainMenu = document.getElementById('main-menu');
 *   if(toggle) {
 *     toggle.addEventListener( "click", function(e) {
 *       e.preventDefault();
 *       (this.classList.contains("active") === true) ? this.classList.remove("active") : this.classList.add("active");
 *       (mainMenu.classList.contains("visible") === true) ? mainMenu.classList.remove("visible") : mainMenu.classList.add("visible");
 *     });
 *   }
 * </script>
 */
#hamburger {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
#hamburger span {
  position: absolute;
  top: 46.875%;
  left: 18.75%;
  width: 62.5%;
  height: 0.125rem;
  background-color: #000;
  transition: background 0s 0.2s;
}
#hamburger span:before,
#hamburger span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
}
#hamburger span:before {
  top: -400%;
  transition-property: top, transform;
}
#hamburger span:after {
  bottom: -400%;
  transition-property: bottom, transform;
}
.megamenu-active #hamburger span {
  background: none;
}
.megamenu-active #hamburger span:before {
  top: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
}
.megamenu-active #hamburger span:after {
  bottom: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
}
.cookiebar {
  display: none;
  z-index: 250;
}
.cookiebar.visible {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 100vh;
  padding: 1rem;
  background-color: #eaeaea;
  color: #454e55;
  overflow-y: auto;
  font-size: 0.8rem;
}
@media screen and (min-width: 600px) {
  .cookiebar.visible {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 900px) {
  .cookiebar.visible {
    font-size: 1.0625rem;
  }
}
.cookiebar-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1200px) {
  .cookiebar-main {
    flex-direction: row;
  }
}
.cookiebar-main__title {
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .cookiebar-main__title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .cookiebar-main__actions {
    white-space: nowrap;
    padding-right: 3rem;
  }
}
.cookiebar-button {
  margin: 1em 0;
  border: 0;
  background-color: #2d2e30;
  color: #fff;
  padding: 1em;
  cursor: pointer;
  transition: all 0.2s;
}
.cookiebar-button:hover {
  background-color: #141516;
}
.cookiebar-button--acceptall {
  background-color: #2d2e30;
  color: #fff;
  font-weight: bold;
}
.cookiebar-button--acceptall:hover {
  background-color: #004d00;
}
.cookiebar-button--save {
  background-color: #2d2e30;
  color: #fff;
}
.cookiebar-button--save:hover {
  background-color: #141516;
}
.cookiebar-choices {
  display: none;
}
.cookiebar-choices.expanded {
  display: block;
}
.cookiebar-choices ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*# sourceMappingURL=./style.css.map */