@font-face {
  font-family: 'Brown-R';
  src: url("../fonts/brown-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brown-B';
  src: url("../fonts/brown-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'Brown-R';
  color: #1d1d1b; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, dt, dl, dd, sup, sub, ul, a {
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-weight: normal;
  font-style: normal; }

.write-vertical {
  writing-mode: vertical-rl; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.015em; }

.menu,
.project-detail-link-container a {
  font-family: 'Brown-B'; }

.project-detail-link-container a {
  border-bottom: 1px solid #1d1d1b; }

.content {
  line-height: 130%; }

a {
  color: inherit;
  text-decoration: none; }

.content p a {
  border-bottom: 1px solid #1d1d1b;
  font-family: 'Brown-B';
  transition: color 0.35s, border-color 0.35s; }
  .content p a:hover {
    color: #FFF;
    border-bottom-color: #FFF; }

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: sans-serif;
  font-size: .85em; }

table tr {
  padding: .35em; }

table th,
table td {
  padding: .625em 0;
  text-align: right; }

table td .align-L {
  text-align: left; }

table th {
  letter-spacing: .1em;
  font-weight: 300;
  border-bottom: 1px solid #ccc; }

@media screen and (max-width: 600px) {
  table {
    border: 0; }

  table thead {
    display: none; }

  table tr {
    border-bottom: 3px solid #fff;
    display: block;
    margin-bottom: .625em; }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em; }

  table td:before {
    content: attr(aria-label);
    float: left; }

  table td:last-child {
    border-bottom: 0; } }
ul {
  line-height: 1.3em; }

button {
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #eee;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px #fff;
  cursor: pointer; }
  button:focus {
    outline: 0; }

/*
form {
	width: 100%;
	// background-color: red;

	> div {
		position: relative;

		// Looks like placeholder
		> label {
			opacity: 0.3;
			position: absolute;
			top: 0.55em;
			left: 1em;
			@include transition(opacity);
		}

		> input[type="text"] {
			
		
			&:focus {
				background-color: #EEE;
				& + label {
					opacity: 0;
				}
			}
		// show success!
			&:valid {
				// background: url(../images/check.svg);
				background: red;
				background-size: 20px;
				background-repeat: no-repeat;
				background-position: 20px 20px;

				// continue to hide the label
				& + label {
					opacity: 0;
				}
			}
		}
	}

	input[type="text"],
	button {
		width: 100%;
		display: block;
		padding: $pad-T-S * 0.3 $pad-LR-S * 0.3;
		line-height: 130%;
		margin-bottom: $pad-T-S;
		@include mq(mq-L-UP) {
			display: inline-block;
			// margin-bottom: 0;
		}
	}
	input[type="text"] {
		@include mq(mq-L-UP) {
			width: 65%;
			max-width: 20em;
		}
	}
	button {
		margin-left: 0;
		@include mq(mq-L-UP) {
			width: 30%;
			// min-width: 6em;
			max-width: 10em;
			margin-bottom: 0;
			margin-left: $pad-LR-M;
		}
	}
}
*/
.wpcf7-form-control,
.wpcf7-text,
.wpcf7-submit {
  padding: 1rem; }

.wpcf7-submit {
  width: 100%;
  max-width: 281px;
  min-height: 40px; }

form p {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 1rem 0; }
  form p label span {
    width: 100%;
    margin: 0; }
form input[type="text"], form input[type="text"]:focus,
form input[type="email"],
form input[type="email"]:focus {
  border: none;
  outline: none; }
form input[type="submit"] {
  padding: 1rem;
  border: none;
  outline: none;
  color: #6bcac5;
  background: #1d1d1b;
  font-size: calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'Brown-B';
  margin: 1rem 0;
  transition: background 0.35s, color 0.35s 0.25s; }
  form input[type="submit"]:hover {
    cursor: pointer;
    background: #000;
    color: #FFF; }

h1,
h2 {
  font-size: calc(26px + (45 - 26) * ((100vw - 320px) / (1920 - 320)));
  line-height: 115%; }

h3 {
  font-size: calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320))); }

h4,
h5,
h6 {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'Brown-B'; }

.page-headline {
  margin-bottom: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  display: inline-block; }
  .page-headline::after {
    content: "";
    width: 60px;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -0.25em;
    height: 1px;
    background-color: #1d1d1b; }

.news-list-headline {
  margin-bottom: 0.5em; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.list-none > li {
  list-style: none; }

.floating-li > li {
  display: inline; }

.taR {
  text-align: right; }

.taC {
  text-align: center; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.rel {
  position: relative; }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bg-y {
  background-color: #ffd131; }
  .bg-y .nav,
  .bg-y .menu {
    background-color: #ffd131; }

.bg-b {
  background-color: #6bcac5; }
  .bg-b .nav,
  .bg-b .menu {
    background-color: #6bcac5; }

.bg-o {
  background-color: #f27733; }
  .bg-o .nav,
  .bg-o .menu {
    background-color: #f27733; }

.bg-r {
  background-color: #ed2432; }
  .bg-r .nav,
  .bg-r .menu {
    background-color: #ed2432; }

.bg-ruz {
  background-color: #F9C6C0; }
  .bg-ruz .nav,
  .bg-ruz .menu {
    background-color: #F9C6C0; }

.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.lazyload {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.svg-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .svg-container svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.video-container {
  position: relative;
  background-color: #000; }
  .video-container iframe,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }

.sticky {
  background-color: rgba(255, 255, 255, 0.85);
  top: -1px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 10000; }
  @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .sticky {
      background-color: transparent; } }
  @media screen and (orientation: portrait) {
    .sticky {
      background-color: transparent; } }

.logo {
  position: absolute;
  z-index: 100; }

.logo-header {
  width: calc(120px + (300 - 120) * ((100vw - 320px) / (1920 - 320)));
  top: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  left: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); }
  .logo-header .svg-container {
    padding-bottom: 20%; }
  .logo-header .Detem {
    fill: #1d1d1b; }
  .logo-header .PQ {
    fill: #fff; }

.nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) * 1.25); }
  @media screen and (min-width: 70.1rem) {
    .nav {
      padding-bottom: 0; } }

.menu {
  display: flex;
  flex-direction: column;
  padding: 0 calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) calc(calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) * 2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.65s;
  height: 0;
  z-index: 0; }
  @media screen and (min-width: 70.1rem) {
    .menu {
      padding: 0;
      top: 0;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: baseline;
      position: relative;
      width: 100%;
      height: calc(calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))) + calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) + (calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) * 4.75) ); } }
  .menu .main-nav-list > li {
    position: relative;
    padding: 20px 0; }
    @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .menu .main-nav-list > li {
        padding: 6px 0; } }
    @media screen and (min-width: 70.1rem) {
      .menu .main-nav-list > li {
        padding: 0 0 0 calc(36px + (56 - 36) * ((100vw - 320px) / (1280 - 320))); } }
    .menu .main-nav-list > li a {
      line-height: 100%;
      position: relative;
      z-index: 100; }
    .menu .main-nav-list > li:not(:first-child)::after {
      content: "";
      width: 60px;
      position: absolute;
      display: inline-block;
      left: 0;
      top: 0;
      height: 1px;
      background-color: #1d1d1b; }
    @media screen and (min-width: 70.1rem) {
      .menu .main-nav-list > li:not(:first-child)::after {
        display: none; } }
    @media screen and (min-width: 70.1rem) {
      .menu .main-nav-list > li:first-child {
        padding: 0; } }
    @media screen and (min-width: 70.1rem) {
      .menu .main-nav-list > li, .menu .main-nav-list > li:not(:first-child), .menu .main-nav-list > li:last-child {
        border: none; } }
  .menu .nav,
  .menu .menu,
  .menu .nav-list {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))); }
  .menu .sub-menu {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    list-style: none; }
    @media screen and (min-width: 70.1rem) {
      .menu .sub-menu {
        margin-top: calc(calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) / 2); } }
    .menu .sub-menu li {
      padding: calc(calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) / 2) 0; }
      @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .menu .sub-menu li {
          padding: calc(calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) / 4) 0; } }
      @media screen and (min-width: 70.1rem) {
        .menu .sub-menu li {
          padding: 0; } }
      .menu .sub-menu li a {
        color: #1d1d1b; }
  .menu .main-nav-list,
  .menu .soc-link-list {
    width: 100%; }
  .menu .nav-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%; }
    @media screen and (orientation: portrait) {
      .menu .nav-list {
        margin-top: 100px; } }
    @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .menu .nav-list {
        margin-top: 0; } }
    @media screen and (min-width: 70.1rem) {
      .menu .nav-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 0; } }

.soc-link-list,
.pq-soc-link-list {
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .soc-link-list li,
  .pq-soc-link-list li {
    overflow: hidden; }
  .soc-link-list a,
  .pq-soc-link-list a {
    width: 100%;
    display: block;
    text-indent: -9999px; }
  .soc-link-list a[href^="https://www.facebook.com/"],
  .pq-soc-link-list a[href^="https://www.facebook.com/"] {
    background: url(../images/icon-facebook.svg) center center no-repeat; }
  .soc-link-list a[href^="https://www.youtube.com/"],
  .pq-soc-link-list a[href^="https://www.youtube.com/"] {
    background: url(../images/icon-youtube.svg) center center no-repeat; }
  .soc-link-list a[href^="https://www.instagram.com/"],
  .pq-soc-link-list a[href^="https://www.instagram.com/"] {
    background: url(../images/icon-instagram.svg) center center no-repeat; }
  .soc-link-list a[href^="https://twitter.com/"],
  .pq-soc-link-list a[href^="https://twitter.com/"] {
    background: url(../images/icon-twitter.svg) center center no-repeat; }
  .soc-link-list a[href^="https://cz.pinterest.com/"],
  .pq-soc-link-list a[href^="https://cz.pinterest.com/"] {
    background: url(../images/icon-pinterest.svg) center center no-repeat; }
  .soc-link-list a[href^="https://www.linkedin.com/"],
  .pq-soc-link-list a[href^="https://www.linkedin.com/"] {
    background: url(../images/icon-linkedin.svg) center center no-repeat; }

.soc-link-list {
  margin-top: 100px;
  justify-content: center;
  justify-content: flex-start; }
  @media screen and (min-width: 70.1rem) {
    .soc-link-list {
      justify-content: flex-end;
      margin-top: 0; } }
  @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .soc-link-list {
      margin-top: 0; } }
  .soc-link-list li {
    width: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 0 calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))); }
    @media screen and (min-width: 70.1rem) {
      .soc-link-list li {
        margin: 0 calc(calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))) / 3);
        width: 18px;
        height: 18px; } }
    @media screen and (orientation: portrait) {
      .soc-link-list li {
        margin-right: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))); } }
    .soc-link-list li a {
      line-height: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))); }
      @media screen and (min-width: 70.1rem) {
        .soc-link-list li a {
          line-height: 18px; } }

.pq-soc-link-list {
  margin-top: 100px; }
  @media screen and (min-width: 70.1rem) {
    .pq-soc-link-list {
      justify-content: flex-start;
      margin-top: 0; } }
  @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .pq-soc-link-list {
      margin-top: 0; } }
  .pq-soc-link-list li {
    width: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 0 calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))); }
    @media screen and (min-width: 70.1rem) {
      .pq-soc-link-list li {
        margin: 0 calc(calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))) / 3);
        width: 18px;
        height: 18px; } }
    .pq-soc-link-list li a {
      line-height: calc(40px + (14 - 40) * ((100vw - 320px) / (1920 - 320))); }
      @media screen and (min-width: 70.1rem) {
        .pq-soc-link-list li a {
          line-height: 18px; } }

.menu li:last-child {
  margin-right: 0; }

.nav-switch,
.nav-checkbox {
  display: none; }

.hamburger {
  display: block;
  position: absolute;
  top: calc(3px + (16 - 3) * ((100vw - 320px) / (1920 - 320)));
  right: calc(calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) - 16px);
  z-index: 2;
  overflow: hidden;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent; }
  @media screen and (min-width: 70.1rem) {
    .hamburger {
      display: none;
      visibility: hidden; } }

.hamburger span {
  display: block;
  position: absolute;
  top: 29px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #000;
  z-index: 1; }
  .hamburger span::before, .hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    z-index: 2; }

.hamburger span::before {
  top: -10px; }

.hamburger span::after {
  bottom: -10px; }

/* active state, i.e. menu open */
[type=checkbox]:checked ~ label span::before {
  top: 0; }

[type=checkbox]:checked ~ label span::after {
  bottom: 0; }

[type=checkbox]:checked ~ label ~ .menu {
  padding-top: calc(calc(36px + (56 - 36) * ((100vw - 320px) / (1280 - 320))) * 2.75 + calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))));
  cursor: pointer;
  height: 100vh; }
  @media screen and (min-width: 70.1rem) {
    [type=checkbox]:checked ~ label ~ .menu {
      padding-top: 0; } }

.content {
  margin-top: calc(calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))) + calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) + (calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) * 1.5) );
  padding: 0 calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); }
  @media screen and (min-width: 70.1rem) {
    .content {
      margin-top: calc(calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))) + calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) + (calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) * 7.5) ); } }
  @media screen and (orientation: portrait) {
    .content {
      margin-top: calc(calc(18px + (24 - 18) * ((100vw - 320px) / (1280 - 320))) + calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) + (calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) * 2) ); } }

.content-flex,
.gallery,
.card-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 42.1rem) {
    .content-flex,
    .gallery,
    .card-container {
      flex-direction: row;
      flex-wrap: wrap; } }

.content-row {
  width: 100%; }

.content-column-1_4,
.gallery-item {
  width: 100%; }
  @media screen and (min-width: 42.1rem) {
    .content-column-1_4{
    margin-top:0;
    margin-bottom:calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
    }
    .content-column-1_4,
    .gallery-item {
      width: calc( 50% - calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) ); }
      .content-column-1_4:nth-child(odd),
      .gallery-item:nth-child(odd) {
        margin-right: calc(calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) / 2); }
      .content-column-1_4:nth-child(even),
      .gallery-item:nth-child(even) {
        margin-left: calc(calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) / 2); } }
  @media screen and (min-width: 70.1rem) {
    .content-column-1_4,
    .gallery-item {
      width: calc((100% - calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) * 2) / 3); }
      .content-column-1_4:nth-child(odd), .content-column-1_4:nth-child(even),
      .gallery-item:nth-child(odd),
      .gallery-item:nth-child(even) {
        margin-right: 0;
        margin-left: 0; }
      .content-column-1_4:not(:nth-child(3n+3)),
      .gallery-item:not(:nth-child(3n+3)) {
        margin-right: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))); } }
  @media screen and (min-width: 80.1rem) {
    .content-column-1_4,
    .gallery-item {
      width: calc((100% - calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) * 3) / 4); }
      .content-column-1_4:nth-child(odd), .content-column-1_4:nth-child(even), .content-column-1_4:nth-child(3n+3),
      .gallery-item:nth-child(odd),
      .gallery-item:nth-child(even),
      .gallery-item:nth-child(3n+3) {
        margin-right: 0;
        margin-left: 0; }
      .content-column-1_4:not(:nth-child(4n+4)),
      .gallery-item:not(:nth-child(4n+4)) {
        margin-right: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))); } }
  .content-column-1_4 img,
  .gallery-item img {
    margin-bottom: -3px; }

.content-column + .content-row,
.content-column {
  margin-top: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); }

.gallery {
  padding-bottom: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); }

.project-detail-gallery {
  margin-top: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); }

.gallery-item {
  overflow: hidden;
  margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))); }
  .gallery-item img {
    width: 100%;
    height: auto; }

.content-column-1_2 {
  width: 100%; }
  @media screen and (min-width: 42.1rem) {
    .content-column-1_2 {
      width: calc( 50% - calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) ); }
      .content-column-1_2:nth-child(odd) {
        margin-right: calc(calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) / 2); }
      .content-column-1_2:nth-child(even) {
        margin-left: calc(calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) / 2);
        margin-left: 0; } }

.card {
  background-color: #FFF;
  padding: calc(calc(20px + (40 - 20) * ((100vw - 320px) / (1280 - 320))) * 0.75) calc(calc(20px + (40 - 20) * ((100vw - 320px) / (1280 - 320))) / 2); }
  .card .project-list-featured-img-container {
    margin-top: calc(calc(20px + (40 - 20) * ((100vw - 320px) / (1280 - 320))) / 3);
    width: 100%; }
    .card .project-list-featured-img-container img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .card .project-description {
    margin: calc(calc(20px + (40 - 20) * ((100vw - 320px) / (1280 - 320))) / 2) 0 calc(20px + (40 - 20) * ((100vw - 320px) / (1280 - 320))); }

.project-credentials {
  margin-bottom: 1rem; }

.news-detail-img-container {
  margin-top: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  width: 100%; }
  .news-detail-img-container img {
    width: auto;
    height: auto;
    max-width: 100%; }

.partners-logolink-container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) 0;
  justify-content: space-between; }
  .partners-logolink-container .partners-logolink-item {
    width: 50%;
    max-width: 280px;
    min-width: 150px;
    display: flex;
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    flex-wrap: wrap; }
    .partners-logolink-container .partners-logolink-item img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .partners-logolink-container .partners-logolink-item a {
      border-bottom: none; }
  .partners-logolink-container .border-label {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    align-self: flex-start;
    font-weight: normal;
    position: relative; }
    .partners-logolink-container .border-label::after {
      content: "";
      width: 60px;
      position: absolute;
      display: inline-block;
      left: 0;
      bottom: -0.5em;
      height: 1px;
      background-color: #1d1d1b; }

.footer {
  padding: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) 0 calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) calc(calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))) * 2);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))); }
  @media screen and (min-width: 70.1rem) {
    .footer {
      padding-left: 0; } }

.foot-nav-container {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 70.1rem) {
    .foot-nav-container {
      flex-direction: row;
      justify-content: center; } }

@media screen and (min-width: 70.1rem) {
  .foot-nav-column {
    text-align: center; } }
@media screen and (min-width: 70.1rem) {
  .foot-nav-column:not(:last-child) {
    margin-right: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320))); } }

.foot-nav-item {
  padding: calc(36px + (56 - 36) * ((100vw - 320px) / (1280 - 320))) 0; }
  @media screen and (min-width: 70.1rem) {
    .foot-nav-item {
      padding: 0; } }

/* MENU RELATED TRANSITIONS */
.logo-header,
.nav {
  transition: padding 0.5s ease-out; }

.menu li {
  opacity: 0;
  transition: opacity		0.5s 0.3s; }
  @media screen and (min-width: 70.1rem) {
    .menu li {
      opacity: 1; } }
  .menu li.current-menu-item > a {
    color: #FFF; }
  .menu li a {
    transition: color 0.35s; }
    .menu li a:hover {
      color: #FFF; }

[type=checkbox]:checked ~ label ~ .menu li {
  opacity: 1; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(1) {
    transition: opacity 0.35s 0.8s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(2) {
    transition: opacity 0.35s 1.05s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(3) {
    transition: opacity 0.35s 1.3s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(4) {
    transition: opacity 0.35s 1.55s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(5) {
    transition: opacity 0.35s 1.8s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(6) {
    transition: opacity 0.35s 2.05s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(7) {
    transition: opacity 0.35s 2.3s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(8) {
    transition: opacity 0.35s 2.55s ease-out; }
  [type=checkbox]:checked ~ label ~ .menu li:nth-child(9) {
    transition: opacity 0.35s 2.8s ease-out; }

/*
[type=checkbox]:checked ~ label ~ .menu .soc-link-list li {
	opacity: 1;
	@include uni-offset(6, 0.55, opacity, 0.25);
}
*/
.menu .menu-section:first-of-type {
  transition: border-color		0.25s 0.0s; }

[type=checkbox]:checked ~ label ~ .menu .menu-section:first-of-type {
  transition: border-color		0.5s 0.8s;
  border-color: red; }

.hamburger {
  transition: background 0.65s; }

.hamburger span {
  transition: background 0s 0.65s; }
  .hamburger span::before, .hamburger span::after {
    transition-duration: 0.65s, 0.65s;
    transition-delay: 0.65s, 0s; }

.hamburger span::before {
  transition-property: top, transform; }

.hamburger span::after {
  transition-property: bottom, transform; }

.reveal-menu-on-hover:hover ~ label span::before,
.reveal-menu-on-hover:hover ~ label span::after,
[type=checkbox]:checked ~ label span::before,
[type=checkbox]:checked ~ label span::after {
  transition-delay: 0.65s, 0.65s; }

.js .carousel-headline {
  transform: translate(0, calc(72px + (60 - 72) * ((100vw - 320px) / (1920 - 320)))); }
.js .carousel-category-link {
  transform: translate(0, -100px); }

.js .is-selected .carousel-headline,
.js .is-selected .carousel-category-link {
  transform: translate(0, 0); }
.js .is-selected .carousel-headline {
  transition: transform 0.75s 0.25s; }
.js .is-selected .carousel-category-link {
  transition: transform 0.75s 0.5s; }

html {
  overflow-y: scroll; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li {
  opacity: 1; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(1) {
  transition: opacity 0.25s 1.8s ease-out; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(2) {
  transition: opacity 0.25s 2.05s ease-out; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(3) {
  transition: opacity 0.25s 2.3s ease-out; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(4) {
  transition: opacity 0.25s 2.55s ease-out; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(5) {
  transition: opacity 0.25s 2.8s ease-out; }

[type=checkbox]:checked ~ label ~ .menu .soc-link-list li:nth-child(6) {
  transition: opacity 0.25s 3.05s ease-out; }

.wrapper {
  width: 100%; }

.canvas-container {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .canvas-container:hover {
    z-index: 1000; }

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