/*
 * Font Size
 */
 
@import url("https://use.typekit.net/ewg7xpo.css");

html {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	text-rendering: optimizeLegibility!important;
	font-size: 16px!important;
}

	@media all and (min-width:1201px) and (max-width:1800px) {
		html {
			font-size: 14px!important;
		}
	}
	
	@media all and (min-width:901px) and (max-width:1200px) {
		html {
			font-size: 12px!important;
		}
	}
	
	@media all and (min-width:601px) and (max-width:900px) {
		html {
			font-size: 10px!important;
		}
	}
	
	@media all and (min-width:0px) and (max-width:600px) {
		html {
			font-size: 8px!important;
		}
	}



/*
 * Custom Properties
 */

:root {
	--font-family: neue-haas-grotesk-display, sans-serif;
    --font-weight: normal;
	--letter-spacing: 0.075rem;
	
	--h1-font-size: 8rem;
	--h2-font-size: 3rem;
	--p-font-size: 2rem;
	--small-font-size: 1.5rem;
	
	--h1-line-height: 1.0;
	--h2-line-height: 1.1;
	--p-line-height: 1.2;
	--small-line-height: 1.2;
}
	
	@media all and (min-width:1201px) and (max-width:1800px) {
		:root {
			--h1-font-size: 7.125rem;
		}
	}
	
	@media all and (min-width:901px) and (max-width:1200px) {
		:root {
			--h1-font-size: 6.25rem;
		}
	}
	
	@media all and (min-width:601px) and (max-width:900px) {
		:root {
			--h1-font-size: 5.375rem;
		}
	}
	
	@media all and (min-width:0px) and (max-width:600px) {
		:root {
			--h1-font-size: 4.5rem;
		}
	}



/**
 * Reset
 */

body {
	background-color: #fff;
	color: #000;   
}

a {
	text-decoration: none;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.3em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
}



/*
 * Typography
 */
 
[data-predefined-style="true"] bodycopy {
	color: rgba(0, 0, 0, 1);
	font-size: var(--p-font-size);
	line-height: var(--p-line-height);
	font-family: var(--font-family);
    font-weight: normal;
    letter-spacing: 0.065em;
    word-spacing: 0.065em;
	font-style: normal;
	margin: 0;
	padding: 0;
}

[data-predefined-style="true"] h1 {
	color: rgba(0, 0, 0, 1);
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-style: normal;
	margin: 0;
	padding: 0;
}

[data-predefined-style="true"] h2 {
	color: rgba(0, 0, 0, 1);
	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
    letter-spacing: 0.0325em;
    word-spacing: 0.0325em;
	font-style: normal;
	margin: 0;
	padding: 0;
}

[data-predefined-style="true"] small {
	color: rgba(0, 0, 0, 1);
	font-size: var(--small-font-size);
	line-height: var(--small-line-height);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-style: normal;
}

.content_container bodycopy a,
.content_container h1 a,
.content_container h2 a,
.content_container small a {
    color: rgba(0, 0, 0, 1);
	text-decoration: none;
	text-shadow: 1px 1px rgba(255, 255, 255, 1), 1px -1px rgba(255, 255, 255, 1), -1px 1px rgba(255, 255, 255, 1), -1px -1px rgba(255, 255, 255, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-repeat: no-repeat;
	background-position: 0 87.5%;
	background-size: 100% 1px;
}

.content_container bodycopy a:active,
.content_container h1 a:active,
.content_container h2 a:active,
.content_container small a:active {
    color: rgba(217, 212, 207, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 212, 207, 1)), to(rgba(217, 212, 207, 1)));
	background-image: -o-linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-image: linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
}



/*
 * Header
 */
 
/* Home */
[data-id="15164508"],
/* Pages */
[data-id="15166478"],
/* Work*/
[data-id="15200280"] {
	z-index: 10!important;
}

/* Home */
[data-id="15164508"] .content_padding,
/* Pages */
[data-id="15166478"] .content_padding,
/* Work*/
[data-id="15200280"] .content_padding {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}
 
/* Home */
[data-id="15164508"] .content_padding::before,
/* Pages */
[data-id="15166478"] .content_padding::before,
/* Work*/
[data-id="15200280"] .content_padding::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	-webkit-transition: opacity .3s linear 0s;
	-o-transition: opacity .3s linear 0s;
	transition: opacity .3s linear 0s;
	opacity: 0;
}

/* Home */
.pinned_top.background [data-id="15164508"] .content_padding::before,
/* Pages */
.pinned_top.background [data-id="15166478"] .content_padding::before,
/* Work*/
.pinned_top.background [data-id="15200280"] .content_padding::before {
	opacity: 1;
}

/* Home */
[local-style="15164616"],
[data-id="15411196"] > .page_container {
	padding-top: 0!important;
}

/*
 * Logo
 */
 
.pinc-logo a {
	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	color: rgba(0, 0, 0, 1);
}

.pinc-logo a:active {
	color: rgba(217, 212, 207, 1);
}



/*
 * Navigation
 */
 
.pinc-navigation {
	list-style-type: none;
	font-size: 0;
	text-align: right;
}

.pinc-navigation li {
	display: inline-block;
	margin-left: var(--h2-font-size);
}

.pinc-navigation li:first-child {
	margin-left: 0;
}

.pinc-navigation li a {
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	color: rgba(0, 0, 0, 1);
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-repeat: no-repeat;
	background-position: 0 87.5%;
	background-size: 0 1px;
	-webkit-transition: background .3s ease-in-out 0s;
	-o-transition: background .3s ease-in-out 0s;
	transition: background .3s ease-in-out 0s;
}

.pinc-navigation li a:hover,
.pinc-navigation li a.active {
	background-size: 100% 1px;
}
	
.pinc-navigation li a:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 212, 207, 1)), to(rgba(217, 212, 207, 1)));
	background-image: -o-linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-image: linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-size: 100% 1px;
	color: rgba(217, 212, 207, 1);
}

	@media all and (min-width:0px) and (max-width:600px) {
		.pinc-navigation li {
			display: block;
			margin-left: 0;
		}
	}
	
	
	
/*
 * Scroll Down Arrow
 */
 
.scrolldown {
	width: calc(var(--h2-font-size) * 1.5);
	height: calc(var(--h2-font-size) * 1.5);
	display: block;
}

.scrolldown span::before {
	content: "";
	width: var(--h2-font-size);
	height: var(--h2-font-size);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: 0.4rem solid rgba(0, 0, 0, 1);
	border-bottom: 0.4rem solid rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.scrolldown span::after {
	content: "";
	width: 0.4rem;
	height: calc(var(--h2-font-size) *1.45);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.scrolldown {
	-webkit-animation-name: bounce;
	        animation-name: bounce;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    30%  { -webkit-transform: translateY(-1.5rem); transform: translateY(-1.5rem); }
    50%  { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
    }

@keyframes bounce {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    30%  { -webkit-transform: translateY(-1.5rem); transform: translateY(-1.5rem); }
    50%  { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
    }
    
#anchor {
	margin-bottom: calc(var(--h1-font-size) + 2rem);
	display: block;
	width: 1px;
	height: 1px;
}

	@media all and (min-width:0px) and (max-width:600px) {
		.scrolldown {
			pointer-events: none;
		}
		
		#anchor {
			margin-bottom: 1.5rem;
		}
	}



/*
 * Content
 */

.content_container .page > .content_padding{
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}

.content_container [data-view="Content"] {
	margin-bottom: 9rem;
}



/*
 * Tag Filter
 */
 
.pinc-tag-filter {
	list-style-type: none;
	font-size: 0;
	padding: .75rem 0;
	border-top: 1px solid rgba(217, 212, 207, 1);
	border-bottom: 1px solid rgba(217, 212, 207, 1);
}

.pinc-tag-filter li {
	display: inline-block;
	margin-right: var(--h2-font-size);
}

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

.pinc-tag-filter li a {
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	color: rgba(0, 0, 0, 1);
	position: relative;
	text-shadow: 1px 1px rgba(255, 255, 255, 1), 1px -1px rgba(255, 255, 255, 1), -1px 1px rgba(255, 255, 255, 1), -1px -1px rgba(255, 255, 255, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-repeat: no-repeat;
	background-position: 0 87.5%;
	background-size: 0 1px;
	-webkit-transition: background .3s ease-in-out 0s;
	-o-transition: background .3s ease-in-out 0s;
	transition: background .3s ease-in-out 0s;
}

.pinc-tag-filter li a:hover,
.pinc-tag-filter li a.active {
	background-size: 100% 1px;
}

.pinc-tag-filter li a:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 212, 207, 1)), to(rgba(217, 212, 207, 1)));
	background-image: -o-linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-image: linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-size: 100% 1px;
	color: rgba(217, 212, 207, 1);
}

.pinc-tag-filter li:not(:last-child) a::after {
	content: "";
	display: block;
	height: 1px;
	width: var(--h2-font-size);
	position: absolute;
	right: calc(var(--h2-font-size) * -1);
	top: 50%;
	background-color: rgba(0, 0, 0, 1);
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	pointer-events: none;
}

/* Hide filter on pages: about, contact, jobs */
[data-page-id="16744426"] [data-id="15200149"],
[data-page-id="15162720"] [data-id="15200149"],
[data-page-id="21059675"] [data-id="15200149"],
[data-page-id="33592805"] [data-id="15200149"],
[data-page-id="33592845"] [data-id="15200149"]{
	display: none;
}



/* Home */
[data-id="15200149"] .content_padding,
/* Pages */
[data-id="15316511"] .content_padding {
	padding-top: 0!important;
	padding-bottom: 0!important;
}



/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[thumbnails][thumbnail-horizontal-align=middle] {
	justify-content: left!important;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails {
	margin-bottom: 9rem;
}

[data-css-preset] [thumbnails="freeform"] {
    margin-bottom: -3.5rem!important;
}

.thumbnail {
	width: 20%!important;
}

	@media all and (min-width:1201px) and (max-width:1800px) {
		.thumbnail {
			width: 25%!important;
		}
	}
	
	@media all and (min-width:601px) and (max-width:1200px) {
		.thumbnail {
			width: 33.333%!important;
		}
	}
	
	@media all and (min-width:0px) and (max-width:600px) {
		.thumbnail {
			width: 50%!important;
		}
	}

.thumbnail .thumb_image img {
	transition: all .15s ease-in-out 0s;
}

.thumbnail:hover .thumb_image img {
	transform: translateY(-.75rem);
}

.thumbnails .title {
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-style: normal;
	font-size: var(--small-font-size);
	color: rgba(0, 0, 0, 1);
	line-height: var(--small-line-height);
	margin: 1rem 0 2rem;
}



/*
 * Project Hero Image
 */
 
[data-id="15411196"] .page_content > .image-gallery:first-child {
	width: 100vw;
 	height: 75vh!important;
 	position: relative;
 	display: block;
 	left: 50%;
 	right: 50%;
 	margin-top: -1rem;
 	margin-left: -50vw;
 	margin-right: -50vw;
 	overflow: hidden;
}

[data-id="15411196"] .page_content > .image-gallery:first-child .gallery_card,
[data-id="15411196"] .page_content > .image-gallery:first-child .gallery_card .gallery_card_image {
	margin: 0!important;
	padding: 0!important;
	padding-bottom: 0!important;
	width: 100%!important;
	height: 100%!important;
}

[data-id="15411196"] .page_content > .image-gallery:first-child .gallery_card .gallery_card_image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 75vh!important;
	pointer-events: none!important;
}

[data-id="15411196"] .page_content > .image-gallery:first-child .gallery_card .gallery_card_image iframe {
	-webkit-box-sizing: border-box!important;
	        box-sizing: border-box!important;
    position: absolute!important;
	left: 50%!important;
	top: 50%!important;
	-webkit-transform: translate(-50%, -50%)!important;
	    -ms-transform: translate(-50%, -50%)!important;
	        transform: translate(-50%, -50%)!important;
    height: 56.25vw!important;
    min-width: 100%!important;
	min-height: 100%!important;
	width: 177.77777778vh!important;
	pointer-events: none!important;
}

.mobile [data-id="15411196"] .page_content > .image-gallery:first-child {
 	height: 33.3vh!important;
}

.mobile [data-id="15411196"] .page_content > .image-gallery:first-child .gallery_card .gallery_card_image img {
	height: 33.3vh!important;
}


/*
 * Horizontal Rule
 */
 
hr {
	background-color: rgba(217, 212, 207, 1);
}

.page_content > hr:first-child {
	margin: 0;
	margin-top: -1rem;
	margin-bottom: .5rem;
	background-color: rgba(217, 212, 207, 1);
}



/**
 * Loading Animation
 */

.loading[data-loading] {
	display: none;
}



/**
 * Homepage Height Fix
 */

.homepage .pinned_top {
	height: auto!important;
}



/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
	margin: auto /*!quick_view_center_center*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}



/**
 * Quick View Navigation 
 */

.quick-view-navigation .pswp__button-close {  
	width: calc(var(--h2-font-size) * 1.5);
	height: calc(var(--h2-font-size) * 1.5);
	display: block;
	top: 1.5rem;
	right: 1.5rem;
	position: fixed;
}

.quick-view-navigation .pswp__button-close::before,
.quick-view-navigation .pswp__button-close::after {  
	content: "";
	width: calc(var(--h2-font-size) * 1.5);
	height: 0.4rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.quick-view-navigation .pswp__button-close::before{  
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);  
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);  
	        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.quick-view-navigation .pswp__button-close::after {  
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);  
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);  
	        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.quick-view-navigation .close-button {  
	display: none;
}

html .quick-view-navigation .pswp__group .pswp__button-next,
html .quick-view-navigation .pswp__group .pswp__button-prev {  
	width: calc(var(--h2-font-size) * 1.5);
	height: calc(var(--h2-font-size) * 1.5);
	display: block;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

html .quick-view-navigation .pswp__group .pswp__button-next{  
	right: 1.5rem;
}

html .quick-view-navigation .pswp__group .pswp__button-prev {  
	left: 1.5rem;
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

html .quick-view-navigation .pswp__group .pswp__button-next::before,
html .quick-view-navigation .pswp__group .pswp__button-prev::before {  
	content: "";
	width: var(--h2-font-size);
	height: var(--h2-font-size);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: 0.4rem solid rgba(0, 0, 0, 1);
	border-bottom: 0.4rem solid rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

html .quick-view-navigation .pswp__group .pswp__button-next::after,
html .quick-view-navigation .pswp__group .pswp__button-prev::after {  
	content: "";
	width: 0.4rem;
	height: calc(var(--h2-font-size) *1.45);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	        transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

html .quick-view-navigation .pswp__group .right-arrow,
html .quick-view-navigation .pswp__group .left-arrow {  
	display: none;
}



/**
 * Slider Navigation 
 */
 
html .slick-arrow.slick-next,
html .slick-arrow.slick-prev {  
	width: calc(var(--h2-font-size) * 1.5)!important;
	height: calc(var(--h2-font-size) * 1.5)!important;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

html .slick-arrow.slick-next {  
	right: 0;
}

html .slick-arrow.slick-prev {  
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

html .slick-arrow.slick-next::before,
html .slick-arrow.slick-prev::before {  
	content: "";
	width: var(--h2-font-size);
	height: var(--h2-font-size);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: 0.4rem solid rgba(0, 0, 0, 1);
	border-bottom: 0.4rem solid rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

html .slick-arrow.slick-next::after,
html .slick-arrow.slick-prev::after {  
	content: "";
	width: 0.4rem;
	height: calc(var(--h2-font-size) *1.45);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	        transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

html .slick-arrow.slick-next svg,
html .slick-arrow.slick-prev svg {
	display: none;
}





/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}



/*
 * Text Selection
 */

::selection {
    background-color: #d9d4cf;
    color: #000000;
	text-shadow: none;
}

::-webkit-selection {
	background: #d9d4cf;
  	color:#000000;
  	text-shadow:none;
}

::-moz-selection {
    background-color: #d9d4cf;
    color: #000000;
	text-shadow: none;
}

br {
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*
 * Team
 */

.team {
	display: block;
    padding-left: 17%;
    padding-right: 8.5%; 
}

.mobile .team {
	display: block;
    padding-left: 0;
    padding-right: 0; 
}

.team [image-gallery="grid"] {
	align-items: flex-start;
}

.team .gallery_card:nth-child(3),
.team .gallery_card:nth-child(9){
    padding-right: 5rem!important;
}

.team .gallery_image_caption {
	padding-top: 0.5rem;
}

.team .gallery_image_caption small {
	display: block;
}



/*
 * Related Projects
 */
 
 [data-id="15411196"] .page_content::after {
 	content: "Weitere Projekte aus dieser Kategorie";
 	display: block;
 	margin-top: 10.5rem;
 	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	color: rgba(0, 0, 0, 1);
	border-top: 1px solid rgba(217, 212, 207, 1);
	padding-top: 1rem;
 }



/*
 * List Styling
 */
 
.content_container ul {
	margin: 0;
	padding: 0;
	display: table;
}

.content_container ul li {
	list-style: none;
    display: table-row;
}

.content_container ul li::before {
	content: "–";
	padding: 0 1rem 0 0;
	display: table-cell;
}



/*
 * News Startseite
 */
 
[local-style="21061007"] {
	background-color: rgba(255, 255, 0, 1);
}

[local-style="21061007"] bodycopy a,
[local-style="21061007"] h1 a,
[local-style="21061007"] h2 a,
[local-style="21061007"] small a {
    color: rgba(0, 0, 0, 1);
	text-decoration: none;
	text-shadow: 1px 1px rgba(255, 255, 0, 1), 1px -1px rgba(255, 255, 0, 1), -1px 1px rgba(255, 255, 0, 1), -1px -1px rgba(255, 255, 0, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-repeat: no-repeat;
	background-position: 0 87.5%;
	background-size: 100% 1px;
}

[local-style="21061007"] bodycopy a:active,
[local-style="21061007"] h1 a:active,
[local-style="21061007"] h2 a:active,
[local-style="21061007"] small a:active {
    color: rgba(217, 212, 207, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 212, 207, 1)), to(rgba(217, 212, 207, 1)));
	background-image: -o-linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
	background-image: linear-gradient(rgba(217, 212, 207, 1), rgba(217, 212, 207, 1));
}



/*
 * Cursor Circle
 */

.cursor {
	width: 64px;
	height: 64px;
	border: 1px solid #ffffff;
  	border-radius: 50%;
  	position: fixed;
  	transition: all 0.3s ease;
  	transition-property: background, transform;
  	transform-origin: center center;
  	z-index: 999999999;
  	pointer-events: none;
    mix-blend-mode: difference;
}

.down {
 	transform: scale(0.8);	
}

.hide {
  	display: none !important;
}

.touch .cursor {
	display: none !important;
}


/* Cookie-Banner */
.cookie-banner {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    max-width: 280px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    display: none; /* Der Banner wird standardmäßig ausgeblendet */
}

.cookie-banner * {
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: var(--letter-spacing);
    font-weight: var(--font-weight);
}

.cookie-banner p {
	margin: 0;
}

#accept-cookies {
    color: #000;
    width: 100%;
    background: rgba(217, 212, 208, 1.000);
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-top: 15px;
}