/*
    Use bare values without px because used in function to calc em's
 */
/* breakpoints */
@font-face {
  font-family: "Rotunda-Thin";
  src: url("../fonts/Rotunda_Webfonts/webFonts/Rotunda-Thin/font.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Rotunda-Light";
  src: url("../fonts/Rotunda_Webfonts/webFonts/Rotunda-Light/font.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Rotunda-Regular";
  src: url("../fonts/Rotunda_Webfonts/webFonts/Rotunda-Regular/font.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Rotunda-Medium";
  src: url("../fonts/Rotunda_Webfonts/webFonts/Rotunda-Medium/font.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Rotunda-Bold";
  src: url("../fonts/Rotunda_Webfonts/webFonts/Rotunda-Bold/font.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
/*
    Use bare values without px because used in function to calc em's
 */
/* breakpoints */
/*
    Use bare values without px because used in function to calc em's
 */
/* breakpoints */
/*
    Use bare values without px because used in function to calc em's
 */
/* breakpoints */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

del {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}

a,
a:link,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .tablet-plus-only {
    display: none !important;
  }
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

.text a,
.text a:link,
.text a:visited {
  color: #ff0056;
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .text a:hover {
    color: #ec0049;
  }
}

.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
.FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 45%;
}

.FlexEmbed55:before {
  padding-bottom: 55%;
}

.FlexEmbed75:before {
  padding-bottom: 75%;
}

.FlexEmbedSquare {
  display: block;
  overflow: hidden;
  position: relative;
}
.FlexEmbedSquare:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.pok-collapsible .icon-close {
  display: none;
}
.pok-collapsible .collapse-box-content {
  max-height: 0;
  transition: max-height 0.9s;
  overflow: hidden;
}
.pok-collapsible.pok-collapsible-open .icon-open {
  display: none;
}
.pok-collapsible.pok-collapsible-open .icon-close {
  display: block;
}
.pok-collapsible.pok-collapsible-open .collapse-box-content {
  max-height: 1500px;
  transition: max-height 2s;
}

body {
  font-family: "Rotunda-Light", sans-serif, sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  body {
    overflow: hidden;
  }
}
body ::-webkit-scrollbar {
  display: none;
}

header.main-header {
  z-index: 700;
  transition: height 0.4s, width 0.4s;
  width: 100%;
  height: 55vw;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  header.main-header {
    position: fixed;
    width: 15vw;
    height: 100vh;
  }
}
header.main-header a {
  display: flex;
  flex: 0 0 100%;
}
header.main-header .logo-wrapper {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55vw;
  transform-origin: center;
  transform: rotate(0deg);
  transition: height 0.4s 0.15s, transform 0.4s 0.15s;
}
@media (min-width: 1024px) {
  header.main-header .logo-wrapper {
    height: 15vw;
  }
}
header.main-header .logo-wrapper .logo {
  flex: 0 0 60vw;
  transition: transform 0.4s, flex 0.4s;
}
@media (min-width: 1024px) {
  header.main-header .logo-wrapper .logo {
    flex: 0 0 10vw;
  }
}
header.main-header .info {
  color: white;
  font-weight: lighter;
  line-height: 1.2;
  padding: 30px 15px;
}
header.main-header .info .general-info-title {
  margin-bottom: 20px;
  color: #ff0056;
}
header.main-header .info-desktop {
  display: none;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  visibility: inherit;
  font-size: 12px;
  transition: opacity 0s 0.4s;
}
@media (min-width: 1024px) {
  header.main-header .info-desktop {
    display: flex;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  header.main-header .info-desktop {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .detail-open header.main-header {
    height: 100vh;
    width: 6vw;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .detail-open header.main-header .logo-wrapper {
    height: 15vw;
  }
}
@media (min-width: 1024px) {
  .detail-open header.main-header .logo {
    transform: rotate(-90deg);
  }
}
.detail-open header.main-header .info-desktop {
  transition: opacity 0s;
  opacity: 0;
  visibility: hidden;
}

#main-wrapper.nav-active header.main-header.header-init {
  height: 100vh;
}
@media (min-width: 1024px) {
  #main-wrapper.nav-active header.main-header.header-init {
    width: 100%;
  }
}
#main-wrapper.nav-active header.main-header.header-init .logo-wrapper {
  height: 75vh;
  transform: rotate(-20deg);
}
#main-wrapper.nav-active header.main-header.header-init .logo-wrapper .logo {
  flex: 0 0 100vw;
}
@media (min-width: 1024px) {
  #main-wrapper.nav-active header.main-header.header-init .logo-wrapper .logo {
    flex: 0 0 100vw;
  }
}

.general {
  z-index: 500;
  width: 100%;
  opacity: 1;
  transition: opacity 0.4s 0.5s;
}
@media (min-width: 1024px) {
  .general {
    position: fixed;
    top: 0;
    left: 15vw;
    width: 35vw;
    height: 100vh;
  }
}
.general .scroll-container {
  opacity: 1;
}
@media (min-width: 1024px) {
  .general .scroll-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    height: 100vh;
  }
}
.general .scroll-container .content-visible {
  transition: opacity 0.1s;
  opacity: 1;
}
.general .scroll-container .scrollable {
  width: 100%;
}
@media (min-width: 1024px) {
  .general .scroll-container .scrollable {
    width: 34vw;
  }
}
.general .collapse-box-header {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .detail-open .general {
    opacity: 0;
    transition: opacity 0.1s 0s;
  }
}

.project-nav {
  width: 100%;
  z-index: 500;
}
@media (min-width: 1024px) {
  .project-nav {
    position: fixed;
    right: 0;
    height: 100vh;
    width: 50vw;
  }
}
.project-nav .scroll-container {
  opacity: 1;
}
@media (min-width: 1024px) {
  .project-nav .scroll-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
  }
}
.project-nav .scroll-container .content-visible {
  transition: opacity 0.1s;
  opacity: 1;
}
.project-nav .scroll-container .scrollable {
  width: 100%;
}
@media (min-width: 1024px) {
  .project-nav .scroll-container .scrollable {
    width: 50vw;
  }
}

.contact-button {
  position: fixed;
  z-index: 900;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform-origin: center;
  transition: bottom 0.4s, transform 0.3s;
}
@media (min-width: 1024px) {
  .contact-button {
    bottom: -100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-button:hover {
    transform: rotate(-20deg);
  }
}
.detail-open .contact-button {
  bottom: -100px;
}
@media (min-width: 1024px) {
  .detail-open .contact-button {
    bottom: 20px;
  }
}

.close-button {
  position: fixed;
  z-index: 900;
  top: -100px;
  right: 20px;
  border-radius: 50%;
  background-color: black;
  width: 60px;
  height: 60px;
  transition: top 0.4s, background-color 0.2s;
}
@media (min-width: 1024px) {
  .close-button {
    width: 80px;
    height: 80px;
    right: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .close-button:hover {
    background-color: #ff0056;
  }
}
.detail-open .close-button {
  top: 20px;
  right: 20px;
}
@media (min-width: 1024px) {
  .detail-open .close-button {
    top: 35px;
    right: 35px;
  }
}

.main-content-wrapper {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  transition: left 0.4s;
  background-color: white;
  transition: left 0.4s;
  width: 100vw;
}
@media (min-width: 1024px) {
  .main-content-wrapper {
    width: 94vw;
  }
}
.detail-open .main-content-wrapper {
  left: 0;
}
@media (min-width: 1024px) {
  .detail-open .main-content-wrapper {
    left: 6vw;
  }
}
.main-content-wrapper .scroll-container {
  opacity: 1;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}
.main-content-wrapper .scroll-container .content-visible {
  transition: opacity 0.1s;
  opacity: 1;
}
.main-content-wrapper .scroll-container .scrollable {
  width: 100%;
}

.font-size-small {
  font-size: 12px;
  font-weight: lighter;
}
@media (min-width: 1024px) {
  .font-size-small {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .font-size-small {
    font-size: 16px;
  }
}

.font-size-medium {
  font-size: 4.5vw;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .font-size-medium {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  .font-size-medium {
    font-size: 1.2vw;
  }
}
@media (min-width: 1400px) {
  .font-size-medium {
    font-size: 1.5vw;
  }
}

.font-size-large {
  font-size: 5.8vw;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .font-size-large {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .font-size-large {
    font-size: 1.9vw;
  }
}

.general {
  text-align: left;
}
.general strong {
  font-weight: bold;
}
.general .button {
  display: inline-block;
  padding: 14px 14px 9px 14px;
  background-color: #ff0056;
  color: white;
  border-radius: 4px;
  transition: background-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .general .button:hover {
    background-color: #ec0049;
  }
}
@media (min-width: 1024px) {
  .general .ps {
    height: 100vh;
    padding-top: 5.25vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10vw;
  }
}
.general .pok-collapsible {
  border-bottom: 2px solid black;
}
.general .pok-collapsible h2 {
  font-family: "Rotunda-Regular", sans-serif;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.1;
  padding: 4vw 15px 2.5vw 15px;
  transition: color 0.3s;
}
@media (min-width: 560px) {
  .general .pok-collapsible h2 {
    font-size: 4.5vw;
    padding: 3vw 15px 1.8vw 15px;
  }
}
@media (min-width: 768px) {
  .general .pok-collapsible h2 {
    font-size: 4.5vw;
    padding: 2.8vw 15px 1.3vw 15px;
  }
}
@media (min-width: 1024px) {
  .general .pok-collapsible h2 {
    font-size: 2.6vw;
    padding: 1.2vw 15px 0.5vw 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .general .pok-collapsible h2:hover {
    color: #ff0056;
  }
}
.general .pok-collapsible .collapse-box-content .content-inner {
  padding: 5px 15px 30px 15px;
  font-weight: lighter;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .general .pok-collapsible .collapse-box-content .content-inner {
    padding: 25px 15px 30px 15px;
  }
}
.general .pok-collapsible .collapse-box-content .content-inner p:not(:first-child) {
  margin-top: 15px;
}
.general .pok-collapsible .collapse-box-content .content-inner p.margin-top {
  margin-top: 25px;
}
.general .pok-collapsible .collapse-box-content .content-inner p.margin-top-large {
  margin-top: 50px;
}
.general .get-in-touch {
  display: block;
  margin: 25px 0;
}
.general .info {
  line-height: 1.2;
  padding: 30px 15px;
}
.general .info .general-info-title {
  margin-bottom: 20px;
}
.general .info-desktop {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.general .client-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.general .client-logos .logo-item {
  flex: 0 0 100%;
  padding: 0 15%;
}
@media (min-width: 768px) {
  .general .client-logos .logo-item {
    padding: 0 30%;
  }
}
@media (min-width: 1024px) {
  .general .client-logos .logo-item {
    padding: 0 15%;
  }
}
@media (min-width: 1400px) {
  .general .client-logos .logo-item {
    padding: 0 25%;
  }
}
.general .team-pictures {
  display: flex;
  flex-wrap: wrap;
}
.general .team-pictures .team-member {
  flex: 0 0 50%;
}
.general .team h3 {
  font-family: "Rotunda-Medium", sans-serif;
  margin-top: 15px;
  margin-bottom: 2px;
}
.general .team p.team-member-description {
  margin-top: 0 !important;
}
.general .skills .skill-pair {
  margin-bottom: 5px;
}
.general .font-bold {
  font-family: "Rotunda-Bold", sans-serif;
}
.general .bar-small {
  width: 30%;
  margin: 15px 0;
  height: 2px;
  background-color: black;
}
@media (min-width: 1024px) {
  .general .bar-small {
    margin: 35px 0;
  }
}
.general .content-side-padding {
  padding: 0 15%;
}

@media (min-width: 1024px) {
  .project-nav .ps {
    height: 100vh;
  }
}
.project-nav .project-item {
  position: relative;
  border-bottom: 1px solid black;
  transition: border-color 0.3s;
}
.project-nav .project-item .teaser-image:before {
  padding-bottom: 55%;
}
@media (min-width: 1024px) {
  .project-nav .project-item .teaser-image:before {
    padding-bottom: 55%;
  }
}
.project-nav .project-item .text-block {
  position: absolute;
  padding: 14px 13px 6px 13px;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  font-family: "Rotunda-Medium", sans-serif;
  font-size: 5vw;
  letter-spacing: 1px;
  transition: background-color 0.3s;
}
@media (min-width: 1024px) {
  .project-nav .project-item .text-block {
    font-size: 2.5vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .project-nav .project-item:hover {
    border-color: #ff0056;
  }
  .project-nav .project-item:hover .text-block {
    background-color: #ff0056;
  }
}

.main-content-wrapper .project-detail {
  margin-bottom: 10vw;
}
.main-content-wrapper .project-detail .main-image {
  width: 100%;
  background-repeat: no-repeat;
}
.main-content-wrapper .project-detail .main-image:before {
  padding-bottom: 60%;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .main-image:before {
    padding-bottom: 35%;
  }
}
.main-content-wrapper .project-detail .content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.main-content-wrapper .project-detail .content .title-container {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid black;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .title-container {
    width: 70%;
    margin-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.main-content-wrapper .project-detail .content .title-container h1 {
  font-family: "Rotunda-Medium", sans-serif;
  font-size: 40px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .title-container h1 {
    font-size: 90px;
  }
}
.main-content-wrapper .project-detail .content .title-container .project-lead {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .title-container .project-lead {
    font-size: 60px;
  }
}
.main-content-wrapper .project-detail .content .project-specs {
  flex: 0 0 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid black;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.3;
}
.main-content-wrapper .project-detail .content .project-specs > div:not(:first-child) {
  margin-top: 15px;
}
.main-content-wrapper .project-detail .content .project-specs h3 {
  font-family: "Rotunda-Bold", sans-serif;
}
@media (min-width: 768px) {
  .main-content-wrapper .project-detail .content .project-specs {
    margin-right: 4%;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .project-specs {
    flex: 0 0 30%;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: none;
  }
}
@media (min-width: 1400px) {
  .main-content-wrapper .project-detail .content .project-specs {
    font-size: 30px;
  }
}
.main-content-wrapper .project-detail .content .project-specs .spec {
  padding: 0 5px;
}
.main-content-wrapper .project-detail .content .contentblocks {
  flex: 0 0 100%;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks {
    flex: 0 0 66%;
  }
}
.main-content-wrapper .project-detail .content .contentblocks .cb {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2, .main-content-wrapper .project-detail .content .contentblocks .cb h3, .main-content-wrapper .project-detail .content .contentblocks .cb h4, .main-content-wrapper .project-detail .content .contentblocks .cb p {
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2, .main-content-wrapper .project-detail .content .contentblocks .cb h3, .main-content-wrapper .project-detail .content .contentblocks .cb h4, .main-content-wrapper .project-detail .content .contentblocks .cb p {
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2, .main-content-wrapper .project-detail .content .contentblocks .cb h3, .main-content-wrapper .project-detail .content .contentblocks .cb h4, .main-content-wrapper .project-detail .content .contentblocks .cb p {
    padding-right: 20%;
  }
}
.main-content-wrapper .project-detail .content .contentblocks .cb h2 {
  font-size: 26px;
  font-family: "Rotunda-Bold", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h2 {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.main-content-wrapper .project-detail .content .contentblocks .cb h2:first-child {
  margin-top: 0;
}
.main-content-wrapper .project-detail .content .contentblocks .cb h3 {
  font-size: 24px;
  font-family: "Rotunda-Bold", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h3 {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb h3 {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 12px;
  }
}
.main-content-wrapper .project-detail .content .contentblocks .cb h3:first-child {
  margin-top: 0;
}
.main-content-wrapper .project-detail .content .contentblocks .cb p, .main-content-wrapper .project-detail .content .contentblocks .cb h4 {
  font-size: 20px;
  line-height: 1.3;
}
.main-content-wrapper .project-detail .content .contentblocks .cb p:not(:first-child), .main-content-wrapper .project-detail .content .contentblocks .cb h4:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb p, .main-content-wrapper .project-detail .content .contentblocks .cb h4 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .main-content-wrapper .project-detail .content .contentblocks .cb p, .main-content-wrapper .project-detail .content .contentblocks .cb h4 {
    font-size: 28px;
  }
}
.main-content-wrapper .project-detail .content .contentblocks .cb h4 {
  margin-top: 15px;
  font-family: "Rotunda-Bold", sans-serif;
  margin-bottom: -10px;
}
.main-content-wrapper .project-detail .content .contentblocks .cb h4:first-child {
  margin-top: 0;
}
.main-content-wrapper .project-detail .content .contentblocks .ct-project-image {
  display: flex;
  justify-content: center;
}
.main-content-wrapper .project-detail .content .contentblocks .ct-project-image figure {
  flex: 0 0 100%;
}
.main-content-wrapper .project-detail .content .contentblocks .ct-project-image figure figcaption {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .main-content-wrapper .project-detail .content .contentblocks .ct-project-image.layout-side-padding-on-large figure {
    flex: 0 0 40%;
  }
}
@media (min-width: 1400px) {
  .main-content-wrapper .project-detail .content .contentblocks .ct-project-image.layout-side-padding-on-large figure {
    flex: 0 0 30%;
  }
}

.contact-overlay {
  z-index: 950;
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  display: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-overlay {
    font-size: 25px;
  }
}
.contact-overlay h2 {
  color: #ff0056;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .contact-overlay h2 {
    font-size: 50px;
  }
}
.contact-overlay .contact {
  line-height: 1.3;
}
.contact-overlay .close-button-contact {
  position: fixed;
  z-index: 960;
  bottom: -100px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: black;
  transition: bottom 0.4s, background-color 0.2s;
  transform-origin: center;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .contact-overlay .close-button-contact:hover {
    background-color: #ff0056;
  }
}
.contact-overlay-open .contact-overlay {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.contact-overlay-open .contact-overlay .close-button-contact {
  bottom: 20px;
}

/*# sourceMappingURL=main.css.map */
