@charset "UTF-8";

/*  
Theme Name: Densholures.com V2024
Theme URI: http://www.densholures.com/wp-content/themes/dlu-bs/
Description: Wordpress Theme for Densholures.com
Author: Christian Meinke
Author URI: http://www.christianmeinke.com/
Last edited: July 12, 2024
*/

:root {
	--bg-color: #fff;
	/* #F8F7F1 */
	--bg-color-alt: #F1EFEC;
	--content-color: #000;
	--bg-color-inverted: #000;
	--content-color-inverted: #fff;
}

@font-face {
	font-family: 'Matter-Light';
	src: url('assets/fonts/Matter-Light.woff2') format('woff2'),
		url('assets/fonts/Matter-Light.woff') format('woff');
	font-display: swap;
	font-weight: 200
}

@font-face {
	font-family: 'Matter-Regular';
	src: url('assets/fonts/Matter-Regular.woff2') format('woff2'),
		url('assets/fonts/Matter-Regular.woff') format('woff');
	font-display: swap;
	font-weight: 400
}

@font-face {
	font-family: 'Teodor-Light';
	src: url('assets/fonts/Teodor-Light.woff2') format('woff2'),
		url('assets/fonts/Teodor-Light.woff') format('woff');
	font-display: swap;
	font-weight: 200
}

@font-face {
	font-family: 'Teodor-Regular';
	src: url('assets/fonts/Teodor-Regular.woff2') format('woff2'),
		url('assets/fonts/Teodor-Regular.woff') format('woff');
	font-display: swap;
	font-weight: 350
}

@font-face {
	font-family: 'Teodor-Medium';
	src: url('assets/fonts/Teodor-Medium.woff2') format('woff2'),
		url('assets/fonts/Teodor-Medium.woff') format('woff');
	font-display: swap;
	font-weight: 500
}

/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.revealOnScroll {
	opacity: 0;
}

* {
	font-variant-ligatures: none
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: var(--bg-color);
	color: var(--content-color);
	font-family: 'Matter-Regular', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .05em;
}

body.page-template-products,
body.page-template-products-single,
body.page-template-products-single-alt,
body.home {
	background: var(--content-color) !important;
	color: var(--bg-color);
}

body.page-template-products a,
body.page-template-products-single a,
body.page-template-products-single-alt a,
body.home a {
	color: var(--bg-color);
}

#frontpage-teasers {
	color: var(--content-color);
	background: var(--bg-color);
}

#frontpage-teasers a {
	color: var(--content-color);
}

#frontpage-teasers a:before {
	background: var(--content-color);
}

#frontpage-teasers a:hover:before {}

body.page-template-products span,
body.page-template-products-single span,
body.page-template-products-single-alt span,
body.home span {
	color: color-mix(in srgb, var(--bg-color) 50%, transparent);
}

body.page-template-products a:before,
body.page-template-products-single a:before,
body.page-template-products-single-alt a:before,
body.home a:before {
	background: var(--bg-color);
}

body.page-template-products a:hover:before,
body.page-template-products-single a:hover:before,
body.page-template-products-single-alt a:hover:before,
body.home a:hover:before {}

body.page-template-products .content ul li,
body.page-template-products-single .content ul li,
body.page-template-products-single-alt .content ul li,
body.home .content ul li {
	border-bottom: 1px solid var(--bg-color);
}

body.page-template-products hr,
body.page-template-products-single hr,
body.page-template-products-single-alt hr,
body.home hr {
	background: var(--bg-color);
}

body.page-template-products .header .nav-toggle .icon-bar,
body.page-template-products-single .header .nav-toggle .icon-bar,
body.page-template-products-single-alt .header .nav-toggle .icon-bar,
body.home .header .nav-toggle .icon-bar {
	background-color: var(--bg-color);
}

body.page-template-products .site-logo,
body.page-template-products-single .site-logo,
body.page-template-products-single-alt .site-logo,
body.home .site-logo {
	background-image: url("http://www.densholures.com/wp-content/themes/dlu-bs/assets/img/dl-monogram-frame-white.svg");
}

body.overflow-hidden {
	/* when primary navigation is visible, the content in the background won't scroll */
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--content-color);
}


p a, h1 a {
	text-decoration: none;
	position: relative;
	color: var(--content-color);
}

p a:before, h1 a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	background: var(--content-color);
	visibility: visible;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

p a:hover:before, h1 a:hover:before {
	visibility: visible;
	width: 0
}

a.instagram {
	padding: 0 0 5px 32px;
	background-image:url("http://www.densholures.com/wp-content/themes/dlu-bs/assets/img/instagram-inv.svg");
	background-repeat:no-repeat;
}

a.extwitter {
	padding: 0 0 5px 32px;
	background-image:url("http://www.densholures.com/wp-content/themes/dlu-bs/assets/img/extwitter-inv.svg");
	background-repeat:no-repeat;
}
a:hover.instagram,
a:hover.extwitter  {
	opacity: 0.6;
}

ol,
ul {
	list-style: none;
	margin: 0
}

img {
	display: block;
	vertical-align: middle;
	height: auto;
	max-width: 100%
}

.header {
	position: fixed;
	top: 0;
	height: 90px;
	width: 100%;
	z-index: 999;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.header.active .nav-toggle .icon-bar {
	background-color: var(--content-color-inverted)
}

button.nav-toggle {
	float: right;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 27px;
	/*- 8px */
	padding: 17px 10px 12px 10px;
	position: relative;
	z-index: 999999;
	background-color: transparent;
	border: none;
	cursor: pointer !important;
}

.nav-toggle .nav-toggle-label {
	position: absolute;
	right: 49px;
	top: 13px;
	margin: 0;
	padding: 0;
	color: var(--content-color);
	display: none
}

.header.active .nav-toggle .nav-toggle-label {
	color: var(--content-color-inverted);
}

.header .nav-toggle:hover,
.header .nav-toggle:focus {
	background-color: transparent;
	color: var(--content-color);
	outline: none;
	border: none;
}

.header .nav-toggle .icon-bar {
	border: none;
	display: block;
	height: 2.5px;
	margin-bottom: 4px;
	width: 28px;
	border-radius: 0;
	background-color: var(--content-color);
}

.nav-toggle .icon-bar:nth-of-type(2),
nav-toggle .icon-bar:nth-of-type(3) {
	top: 0;
}

.nav-toggle .icon-bar {
	position: relative;
	transition: all 250ms ease-in-out;
}

.nav-toggle.active .icon-bar:nth-of-type(1) {
	top: 3px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.nav-toggle .icon-bar:nth-of-type(2),
.nav-toggle.active .icon-bar:nth-of-type(2) {
	display: none;
}

.nav-toggle.active .icon-bar:nth-of-type(3) {
	top: -3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}

.nav-brand {
	padding: 30px 0 0 30px;
	z-index: 99;
	max-width: 48px !important;
}

.nav-brand a {
	text-decoration: none;
	color: var(--content-color);
	opacity: 1.0;
}

.nav-brand a:hover {
	opacity: 0.6;
}

.nav-brand a:before {
	width: 0%;
}

.site-logo {
	height: 40px;
	width: auto;
	z-index: 9999;
	margin-top: 0px;
	background-image: url("http://www.densholures.com/wp-content/themes/dlu-bs/assets/img/dl-monogram-frame-black.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}

.header.active .site-logo {
	background-image: url("http://www.densholures.com/wp-content/themes/dlu-bs/assets/img/dl-monogram-frame-white.svg");
}

.site-logo:hover {
	opacity: 0.7;
}

.primary-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 105vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.96);
	/*background-color:rgba(23,29,37,0.98);*/
	/* background-color:rgba(27,35,43,0.98); */
	color: var(--content-color-inverted);
	z-index: 2;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
	opacity: 0;
}

.primary-nav.is-visible {
	-webkit-transform: translateY(-16px);
	-moz-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	-o-transform: translateY(-16px);
	transform: translateY(-16px);
	opacity: 1;
}

ul.primary-nav {
	padding-top: 30vh;
	margin: 0;
}

ul.primary-nav li {
	width: 70%;
	display: block;
	padding: 0;
	font-family: 'Matter-Light', Helvetica, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 0.01em;
	font-size: 32px;
	line-height: 1.5em;
}

ul.primary-nav li.label {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	font-family: 'Matter-regular', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

ul.primary-nav li.label span {
	opacity: 0.6;
}

ul.primary-nav li.label a {
	font-family: 'Matter-regular', Helvetica, Arial, sans-serif;
}

ul.primary-nav li a {
	color: var(--content-color-inverted);
	font-family: 'Teodor-Regular', Helvetica, Arial, sans-serif;
	font-weight: 350;
	letter-spacing: 0.02em;
}

ul.primary-nav li a:before {
	background: var(--content-color-inverted);
	width: 0%;
}

ul.primary-nav li a:hover:before {
	visibility: visible;
	width: 100%;
}

ul.primary-nav li hr.nav-devider {
	background: var(--content-color-inverted);
}

/* Main Layout Blocks */
html,
body {
	height: 100%;
	margin: 0;
}

#main {
	padding-top: 15vh;
	overflow: hidden;
}

#main.home,
#main.products {
	padding-top: 0px !important;
}

.top-slide {
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover!important;
	background-size: cover !important;
}

@media screen and (max-width: 768px) {
	.top-slide.product-single {
		background-position: center right -200px !important;
	}
}

#bottom {
	padding: 4em 40px 4em 50px;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.scroll-to {
	display: block;
	padding: 1em 0;
	text-align: center;
}

#bottom,
.scroll-to {
	background: var(--bg-color-inverted);
	color: var(--content-color-inverted);
}

a.scroll-to {
	color: var(--content-color-inverted);
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.scroll-to:hover {
	color: rgba(248, 247, 241, 0.5);
}

a.scroll-to:before,
a.scroll-to:hover:before {
	width: 0;
}

.content {
	padding: 3em 40px 4em 40px;
}

hr {
	width: 48px;
	margin: 30px 0 30px 0px;
	background: var(--content-color);
	border: 0;
	height: 2px;
}

hr.light {
	background: var(--content-color);
	height: 1px;
}

.content p.intro {
	font-family: 'Teodor-Regular', Helvetica, Arial, sans-serif;
	font-weight: 350;
	letter-spacing: 0.005em !important;
	font-size: 32px;
	line-height: 1.2em;
	padding-bottom: 0em;
}

.content p.intro-small {
	width: 75%;
}

@media screen and (min-width: 992px) {
	.mobile-only {
		display: none;
	}
}


@media screen and (max-width: 992px) {
	.bigscreen-only {
		display: none;
	}
}

body.page-template-portfolio-single-page #main {
	padding-top: 25vh;
}

p.width-70 {
	width: 70%;
}

.content h1.intro {
	font-family: 'Teodor-Regular', Helvetica, Arial, sans-serif;
	font-weight: 350;
	letter-spacing: 0.005em !important;

	font-size: 45px;
	line-height: 1.2em;
	padding: 0.5em 0 0.3em 0;
	max-width: 95%;
}

.content p.intro a {
	font-family: 'Teodor-Regular', Helvetica, Arial, sans-serif;
	font-weight: 350;
}

.content.inverted {
	background: var(--bg-color-inverted);
	color: var(--content-color-inverted);
}

.content.inverted a {
	color: var(--content-color-inverted);
}

.content.inverted a:before {
	background: var(--content-color-inverted);
}

.content.inverted a:hover:before {}

.content.inverted ul li {
	border-bottom: 1px solid var(--content-color-inverted);
}

.content.inverted hr {
	background: var(--content-color-inverted);
}

.back-link,
.post-links {
	font-size: 16px;
}

.content p {
	font-family: 'Matter-light', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.02em;
}

.content p a {
	font-family: 'Matter-regular', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.content ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

.content ul li {
	display: inline-block;
	padding: 1em 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid var(--content-color);
	width: 49%;
}

#main.blog {
	padding-top: 18vh;
}

#main.blog-frontpage {
	padding-top: 16vh;
}

.blog.content {
	padding: 0;
}

#frontpage-teasers {}

.v-spacer {
	height: 5vh;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.row.post-links {
	margin: 10vh 0 10vh 0;
}

.post-tile,
.column {
	flex-basis: 1;
}

@media screen and (max-width: 768px) {

	.post-tile,
	.column {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

	.post-tile,
	.column {
		width: 50%;
		/* 50% */
	}
}

.post-tile {
	position: relative;
	height: 50vw;
	text-align: left;
	border-radius: 0 20px 0 40px;
}

@media screen and (max-width: 768px) {
	.post-tile {
		height: 135vw;
	}

	.content p {
		margin: 0 0 1.8em 0;
	}
}

.post-tile a.post-tile-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-tile a.post-tile-link:before,
.post-tile a.post-tile-link:hover:before {
	width: 0;
}

.post-tile h1.post-title {
	position: absolute;
	top: 4vw;
	right: 40px;
	left: auto;
	text-align: right;
	width: 80%;
	z-index: 3;
}

.post-tile:nth-child(4n-7) h1.post-title {
	left: 40px;
	text-align: left;
}

.post-tile h1.post-title,
.post-tile .post-date {
	font-family: 'Teodor-Regular', Helvetica, Arial, sans-serif !important;
	font-weight: 350;
	line-height: 1.1em;
	font-size: 45px;
}

.post-tile .post-date {
	position: absolute;
	top: 60vw;
	right: -78px;
	left: auto;
	width: auto;
	z-index: 4;

	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top;
}

.post-tile:nth-child(4n-7) .post-date {
	left: 80px;
}

.post-tile .post-meta {
	position: absolute;
	bottom: 13vw;
	left: 40px;
	width: auto;
	z-index: 98;
	font-size: 14px;
	z-index: 4;
}

.post-tile hr {
	position: absolute;
	bottom: 0;
	right: 40px;
	margin: 0 0 0 0;
	height: 3px;
}

.post-tile:nth-child(4n-7) hr {
	bottom: 0;
	left: 0;
	margin: 0 0 0 40px;
}

.post-tile a.image-link {
	position: absolute;
	top: 52vw;
	right: auto;
	display: block;
	width: 70%;
	z-index: 2;
}

.post-tile:nth-child(4n-7) a.image-link {
	right: 0;
	left: auto;
}

.post-tile a.image-link img.post-thumbnail {
	height: auto;
	width: 100%;
}

.post-tile a.image-link:before,
.post-tile a.image-link:hover:before {
	width: 0;
}

.post-tile a img.post-thumbnail {
	opacity: 1.0;
}

.post-tile a:hover img.post-thumbnail {
	opacity: 0.8;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.post-excerpt p {
	font-family: 'Teodor-Light', Helvetica, Arial, sans-serif;
	font-weight: 200;
	line-height: 1.3em;
	font-size: 28px;
	letter-spacing: 0.005em;
	margin: 1em 0 1.5em 0;
}

.illu-wrapper {
	width: 100%;
	height: 275px;
	position: relative;
	overflow: visible;
}

.illu-wrapper object {
	height: 275px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.illu-wrapper.purpose {
	height: 325px;
}

.illu-wrapper.purpose object {
	height: 325px;
	right: -15px;
}

.illu-wrapper.collaboration object {
	left: 15px;
}

.illu-wrapper.human-centric object {
	right: 10px;
}

h1 {
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.content h1 {
	font-family: 'Matter-Regular', Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

h2 {
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	font-weight: 400;
	padding: 0.5em 0 0 0;
}

h3 {
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	font-weight: 400;
	padding: 0.7em 0 0 0;
}

h4 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	font-weight: 400;
	padding: 0.7em 0 0 0;
}

h2,
h3,
h4 {
	font-family: 'Matter-Regular', Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.work h2:before,
.work h3:before,
.work h4:before {
	content: "—";
	margin-right: 0.3em;
}

.content figure.wp-block-image img {
	margin: 1em 0 1em 0;
	/* using size settings for post images
	width: 100%;
	height: auto;
	*/
}

.content .wp-block-image figcaption {
	margin: 0.5em 0 2.5em 40px;
	font-family: 'Matter-Light', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.content figure.wp-block-image {
	margin: 0 0 0 -40px !important;
	width: calc(100% + 80px) !important;
}

figure.tiled-gallery__item a img:hover {
	opacity: .8;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

figure.tiled-gallery__item a:hover:after {
	width: 0%;
}

.jp-carousel-titleanddesc {
	border-top: var(--content-color) !important;
	padding: 0 !important;
	font-family: 'Matter-Light', Helvetica, Arial, sans-serif !important;
	font-weight: 200 !important;
	font-size: 18px !important;
	text-align: center !important;
	display: none !important;
}

.jp-carousel-image-meta,
.jp-carousel-previous-button,
.jp-carousel-next-button,
.jp-carousel-photo-info,
.jp-carousel-photo-info h2,
.jp-carousel-photo-icons-container,
.jp-carousel-pagination-container

/*.jp-carousel-info-footer */
	{
	display: none !important;
}

.jp-carousel-photo-caption,
.jp-carousel-photo-title {
	font-family: 'Matter-Light', Helvetica, Arial, sans-serif !important;
	font-weight: 200 !important;
	color: var(--content-color);
}

dt.gallery-icon .landscape {}

dt.gallery-icon .portrait {}

.wp-block-jetpack-tiled-gallery {
	max-width: 100% !important;
	margin: 0 !important;
}

.tiled-gallery__gallery {
	width: calc(100% + 80px) !important;
	margin-left: -40px !important;
}

.tiled-gallery__item>img {
	background-color: transparent !important;
}

/* New Photography Page */

.grid-layout {
	display: grid;
	gap: var(--gap);
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width: 768px) {
	.grid-layout {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (min-width: 1024px) {
	.grid-layout {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media (min-width: 1920px) {
	.grid-layout {
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}
}

:root {
	--gap: clamp(30px, 3vw, 40px)
}

.grid-layout {
	font-family: 'Matter-regular', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}

.grid-layout p {
	margin: 0.7em 0 0.5em 0
}

p>span {
	color: color-mix(in srgb, var(--content-color) 50%, transparent);
	font-size: 0.8em
}

.spacing {
	padding: 2rem
}

.spacing-x {
	padding-left: var(--gap);
	padding-right: var(--gap)
}

a.swipebox {
	display: none
}

a.swipebox img:hover {
	opacity: 0.7;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

a.swipebox:nth-of-type(1) {
	display: block
}

a.swipebox:before,
a.swipebox:hover:before {
	width: 0
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.nav-brand {
		padding: 40px 0 0 40px;
		z-index: 99;
		max-width: 48px !important;
	}

	.tiled-gallery__gallery {
		width: 100% !important;
		margin-left: 0 !important;
	}

	a:before {
		bottom: -5px;
	}

	li.menu-item a:before {
		height: 2px;
	}

	.mobile {
		display: none;
	}

	#main.blog {
		padding-top: 20vh;
	}

	#main.blog-frontpage {
		padding-top: 18vh;
	}

	#bottom {
		padding: 2em 40px 4em 40px;
	}

	ul.primary-nav {
		padding: 26vh 0 0 20%;
	}

	hr {
		height: 2px;
		width: 56px;
		margin: 0px 0 50px 0px;
	}

	hr.light {
		height: 2px;
	}

	hr.nav-devider {
		margin: 1.5em 0 1em 0;
		background: var(--content-color-inverted);
		width: 56px;
	}

	.content {
		padding: 2em 5% 4em 15%;
	}

	.content p.intro {
		font-size: 60px;
		line-height: 1.2em;
		letter-spacing: 0.02em;
	}

	.back-link,
	.post-links {
		font-size: 18px;
	}

	.content p {
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing: 0.01em;
	}
	
	.content p.intro-small {
		width: 40%;
	}

	.grid-layout {
		font-size: 16px;
	}

	.content ul {
		padding: 0 0 60px 0;
	}

	.content ul li {
		width: 24%;
		font-size: 15px;
		padding: 1.5em 0;
	}

	.post-tile h1.post-title {
		top: 5vw;
		margin: 0;
		right: 40px;
		text-align: right;
		width: 85%;
		font-size: 60px;
		line-height: 1.1em;
		letter-spacing: 0.02em;
	}

	.post-tile:nth-child(4n-7) h1.post-title {
		left: 40px;
		text-align: left;
	}

	.post-tile .post-date {
		top: 23vw;
		margin: 0;
		right: -118px;
		left: auto;
		font-size: 60px;
	}

	.post-tile:nth-child(4n-7) .post-date {
		left: 98px;
	}

	.post-tile .post-meta {
		bottom: 4vw;
		left: 40px;
		font-size: 16px;
	}

	.post-tile:nth-child(4n-7) .post-meta {
		left: auto;
		right: 40px;
	}

	.post-tile hr {
		position: absolute;
		margin: 0;
		bottom: 0;
		right: 40px;
		height: 3px;
	}

	.post-tile:nth-child(4n-7) hr {
		left: 40px;
		margin: 0;
	}

	.post-tile a.image-link {
		top: 16vw;
		left: 40px;
		width: 55%;
	}

	.post-tile:nth-child(4n-7) a.image-link {
		right: 40px;
		width: 55%;
	}

	.post-excerpt p {
		line-height: 1.4em;
		font-size: 36px;
		letter-spacing: 0.01em;
		margin: 0 0 1.5em 20%;
	}

	.illu-wrapper {
		height: 350px;
	}

	.illu-wrapper object {
		height: 350px;
	}

	.illu-wrapper.purpose {
		height: 460px;
	}

	.illu-wrapper.purpose object {
		height: 460px;
		right: 50px;
	}

	.illu-wrapper.collaboration object {
		left: 50px;
	}

	.illu-wrapper.human-centric object {
		right: 50px;
	}

	.header .nav-toggle {
		margin-right: 40px;
		margin-top: 46px;
	}

	.nav-brand {
		max-width: 56px !important;
	}

	.site-logo {
		height: 48px;
		margin: 0;
	}

	ul.primary-nav li {
		font-size: 48px; /* 58 */
		line-height: 1.5em;
		letter-spacing: 0.0em;
	}

	ul.primary-nav li.label {
		font-size: 18px; /* 20 */
		line-height: 1.4em;
		letter-spacing: 0.0em;
	}

	figcaption {
		font-size: 16px;
	}

	.content figure.wp-block-image img {
		margin: 1em 0 1em 0;
	}

	.content figure.wp-block-image {
		margin: 0 !important;
		width: 100% !important;
	}

	.content .wp-block-image figcaption {
		margin: 0.5em 0 4em 0;
		font-size: 16px;
	}

	h1 {
		font-size: 58px;
		line-height: 1.2em;
		letter-spacing: 0.0em;
	}

	.content h1.intro {
		font-size: 75px;
	}

	h2 {
		font-size: 32px;
		line-height: 1.5em;
		letter-spacing: 0.01em;
		margin: 0 0 1.0em 0;
	}

	h3 {
		font-size: 24px;
		line-height: 1.5em;
		letter-spacing: 0.01em;
		margin: 0 15% 1.0em 0;
	}

	h4 {
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: 0.02em;
		margin: 0 25% 1.0em 0;
	}

	h2,
	h3,
	h4 {
		/*font-weight:400;*/
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#main {
		padding-top: 14vh;
	}

	#main.blog {
		padding-top: 15vh;
	}

	#main.blog-frontpage {
		padding-top: 8vh;
	}

	#frontpage-teasers {
		padding: 0 0 0 calc(17%);
		/* % doesn't really work here. To be improved! */
	}

	#frontpage-teasers .post-tile {
		/*width: calc(45vw - 17%);*/
		/* % doesn't really work here. To be improved! */
		width: calc(40% + 0px);
		height: calc(45vw - 8vw);
	}

	#frontpage-teasers .post-tile h1.post-title {
		width: 80%;
	}

	.back-link,
	.post-links {
		font-size: 16px;
	}

	.content p {
		font-size: 20px;
	}

	.grid-layout {
		font-size: 16px;
	}

	.post-tile h1.post-title {
		width: 60%;
	}

	.post-excerpt p {
		font-size: 36px;
	}

	.content {
		padding: 2em 15% 2em 20%;
	}

	.blog.content {
		padding: 0px 0 0 0;
	}

	.post-details h1.intro {
		width: 80%;
	}

	.post-content {
		padding-right: 20%;
	}

	.illu-wrapper {
		margin-top: 3em;
		height: calc(450px - 100px);
	}

	.illu-wrapper object {
		height: 450px;
		right: 0;
		top: -100px;
	}

	.illu-wrapper.purpose {
		height: calc(540px - 200px) !important;
	}

	.illu-wrapper.purpose object {
		height: 540px !important;
		right: 100px;
		top: -200px;
	}

	.illu-wrapper.collaboration object {
		left: 100px;
	}

	.illu-wrapper.human-centric object {
		right: 100px;
	}

	.m-line {
		height: 3px;
	}

	.content figure.wp-block-image {
		margin: 0 !important;
	}

	/*
	.wp-block-jetpack-tiled-gallery {
		max-width: 95% !important;
		margin-right: 5% !important;
	}
	*/

	.swiper-zoom-container {
		padding: 60px 120px;
	}

}

/* Medium devices (desktops, 1450px and up) */
@media (min-width: 1450px) {

	.content {
		padding: 3em 20% 4em 20%;
	}

	.content p.intro {
		font-size: 78px;
		line-height: 1.2em;
	}

	.back-link,
	.post-links {
		font-size: 18px;
	}

	.content p {
		font-size: 20px;
		letter-spacing: 0.01em;
	}

	.content ul li {
		font-size: 22px;
		padding: 1.8em 0;
	}

	h1.post-title {
		font-size: 78px;
	}

	.content h1.intro {
		font-size: 100px;
	}

	.post-tile h1.post-title {
		font-size: 78px;
		line-height: 1.2em;
		letter-spacing: 0.02em;
	}

	.post-tile .post-date {
		font-size: 78px;
	}

	.post-tile .post-date {
		top: 20vw;
		margin: 0;
		right: -170px;
		left: auto;
	}

	.post-tile:nth-child(4n-7) .post-date {
		left: 110px;
	}

	.post-tile .post-meta {
		font-size: 18px;
	}

	.post-excerpt p {
		font-size: 46px;
	}

	.illu-wrapper {
		height: calc(550px - 100px);
		padding-bottom: 5em;
	}

	.illu-wrapper object {
		height: 550px;
		right: 0;
		top: -100px;
	}

	.illu-wrapper.purpose object {
		right: 200px;
	}

	.illu-wrapper.collaboration object {
		left: 200px;
	}

	.illu-wrapper.human-centric object {
		right: 200px;
	}

	hr {
		margin: 25px 0 75px 0px;
	}

	ul.primary-nav li {
		font-size: 48px; /* 64 */
		line-height: 1.7em;
		letter-spacing: 0.0em;
	}

	ul.primary-nav li.label {
		font-size: 40px;
		line-height: 1.7em;
		letter-spacing: 0.0em;
	}

	h1 {
		font-size: 64px;
		line-height: 88px;
		letter-spacing: 0.0em;
	}

	h2 {
		font-size: 48px;
		line-height: 1.2em;
		letter-spacing: 0.01em;
	}

	h3 {
		font-size: 42px;
		line-height: 1.3em;
		letter-spacing: 0.01em;
	}

	h4 {
		font-size: 30px;
		line-height: 1.4em;
		letter-spacing: 0.01em;
	}

}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.fade-in {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}