/*!
Theme Name: mutiny
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

html {
	overflow-y: scroll;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: ABCMonumentGrotesk-Regular !important;
	background-color: #FDF9F0;
	color: #000000;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: ABCFavoritProVariable2;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCFavoritProVariable2.ttf") format("truetype");
}
.ABCFavoritProVariable2{
	font-family:ABCFavoritProVariable2;
}

@font-face {
    font-family: ABCFavoritProVariable3;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCFavoritProVariable3.ttf") format("truetype");
}
.ABCFavoritProVariable3{
	font-family:ABCFavoritProVariable3;
}

@font-face {
    font-family: ABCFavoritProVariable;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCFavoritProVariable.ttf") format("truetype");
}
.ABCFavoritProVariable{
	font-family:ABCFavoritProVariable;
}

@font-face {
    font-family: ABCMonumentGrotesk-Medium;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCMonumentGrotesk-Medium.otf") format("opentype");
}
.ABCMonumentGrotesk-Medium{
	font-family:ABCMonumentGrotesk-Medium;
}

@font-face {
    font-family: ABCMonumentGrotesk-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCMonumentGrotesk-Regular.otf") format("opentype");
}
.ABCMonumentGrotesk-Regular{
	font-family:ABCMonumentGrotesk-Regular;
}

@font-face {
    font-family: ABCFavorit-Medium-Trial;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/mutiny/fonts/ABCFavorit-Medium-Trial.otf") format("opentype");
}
.ABCFavorit-Medium-Trial{
	font-family:ABCFavorit-Medium-Trial;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.blueFontColor {
	color: #004EFF !important;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href, .classic_href:hover, .classic_href:active, .classic_href:focus {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

#kuka_cookie-categories * {
	color: #000 !important;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
}

#filters_modal_toggler {
    color: #000 !important;
}

.error404 #masthead .motto_wrapper, .error404 #colophon, .error404 .bottom-links {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.otgs-development-site-front-end {
    display: none !important;
}

.error404 {
	width: 100%;
	height: 100vh;
}

.mobile .kuka_modal-content {
	height: calc(var(--vh, 1vh) * 100);
}

.error404 #masthead {
	z-index: 9;
}

#kuka_preferences-re-cookies {
    bottom: 4em;
}

.image_gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.image_gallery img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: auto;
    margin-bottom: 8px;
}

#site-navigation-desktop {
	position: fixed;
}

#site-navigation-desktop ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

#site-navigation-desktop ul li a {
	text-decoration: none;
	color: #000000;
}

.single-project .project_item a,
.tax-project_category .project_item a,
.selected-projects .project_item a {
	text-decoration: underline !important;
}

.single-object .object_item a,
.craft .object_item a,
.tax-object_category .object_item a {
	text-decoration: underline !important;
}

.wpml-ls, .wpml-ls-item a {
	padding: 0;
}

.menu_additions, .menu_additions li {
	margin-right: 0 !important;
}

.menu_additions {
    display: flex;
    align-items: center;
}

.fancybox__content {
    height: 100% !important;
}

.custom-close-button {
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
}

.fancybox__backdrop {
    background: #FDF9F0 !important;
}

.mobile .fancybox-custom-counter {
	top: 18px;
	left: 13px;
}

.f-button {
	color: #000000 !important;
}

.fancybox__nav {
	opacity: 1 !important;
}

.f-button:hover:not([disabled]) {
    background-color: transparent !important;
    color: #000000 !important;
}

.f-button svg {
	filter: none !important;
}

.f-button,
.f-button:hover,
.f-button:focus,
.f-button:active,
.f-button:focus-visible,
.f-button:focus-within {
	outline: 0;
	box-shadow: none !important;
}


.fancybox__nav .f-button.is-next {
	right: 0 !important;
	display: flex;
    justify-content: flex-end;
}

.fancybox__nav .f-button.is-prev {
	left: 0 !important;
	display: flex;
    justify-content: flex-start;
}

.with-fancybox .fancybox-image {
    margin: 0 !important;
    margin-top: auto !important;
}

.fancybox-custom-counter {
	position: fixed !important;
	color: #000 !important;
	pointer-events: none !important;
	z-index: 99999 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: var(--f-button-transition);
}

#full_project_collapse .accordion-collapse {
    overflow: scroll;
}

#full_project_collapse .accordion-collapse::-webkit-scrollbar {
    display: none;
}

.desktop .project_label {
	text-decoration: underline;
}

.mobile #full_project_collapse {
	width: 100%;
	height: auto;
}

.mobile #full_project_collapse .accordion-collapse {
	height: auto;
}

#masthead {
    height: max-content;
    position: fixed;
    width: 100%;
    top: 0;
}

.mobile .single-project #main,
.mobile .single-object #main {
	margin-top: var(--masthead_height);;
	padding-bottom: 5px;
}

.mobile .tax-project_category #main,
.mobile .tax-object_category #main,
.mobile .selected-projects #main,
.mobile .home #main,
.mobile .profile #main,
.mobile .craft #main {
	margin-top: var(--masthead_height);
	padding-bottom: 5px;
}

.desktop #full_project_list {
	position: fixed;
	top: 40%;
}

.projects_list {
    display: flex;
    flex-direction: column;
}

.basic_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.basic_list li a {
	text-decoration: none;
	color: #000000;
}

.mobile .archive_tax {
	margin-top: 25px;
}

.mobile .selected_tax {
	margin-bottom: 27px;
}

.project_label {
	background-color: transparent;
	border: none;
	padding: 0;
}

#full_project_list a:hover,
#categories_filter a:hover {
	text-decoration: underline;
}

#full_project_collapse * {
    background: transparent;
    border: none !important;
    color: #000;
    width: 100%;
}

.project_label, .project_label:hover, .project_label:focus, .project_label:active, .project_label:visited {
	outline: 0 !important;
	box-shadow: none !important;
}

.project_label::after {
	display: none !important;
}

.cat_filter_col_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#categories_filter, #project_info {
    position: fixed;
}

.mobile #project_info svg {
	width: 26.59px;
	height: 26.59px;
	margin-top: 15px;
}

.f-button.is-prev svg, .f-button.is-next svg, .f-button.is-close svg, .custom-close-button svg {
	display: none !important;
}

.f-button.is-prev::before {
    background-image: url(/wp-content/themes/mutiny/images/arr_fancy.svg);
    background-repeat: no-repeat;
    background-size: 32.59px;
    left: 0 !important;
    background-position: left center;
}

.f-button.is-next::before {
    background-image: url(/wp-content/themes/mutiny/images/arr_fancy.svg);
    background-repeat: no-repeat;
    background-size: 32.59px;
    right: 0 !important;
    background-position: left center;
	transform: rotate(180deg);
}

.mobile .custom-close-button {
	top: 13px !important;
}

.custom-close-button {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.custom-close-button::before {
    content: '';
    background-image: url(/wp-content/themes/mutiny/images/close_fancy.svg);
    background-repeat: no-repeat;
    background-size: 43.22px;
    background-position: center;
    display: block;
    width: 43.22px;
    height: 43.22px;
}

#full_project_list a.active, #categories_filter li.active a {
	text-decoration: underline;
}

#categories_filter ul {
	list-style: none;
	padding-left: 0;
}

#categories_filter ul li {
	position: relative;
}

#categories_filter ul li.active::before {
    content: "";
    position: absolute;
    top: 40%;
	margin-top: 1px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.59' height='9' viewBox='0 0 32.59 9'%3e%3cg transform='translate(-496 -507.725)'%3e%3cline x2='26.59' transform='translate(502 512.225)' fill='none' stroke='%23000' stroke-width='1'/%3e%3cpath d='M4.5,0,9,8H0Z' transform='translate(496 516.725) rotate(-90)'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile #categories_filter ul li.active::before {
	width: 32.59px;
	height: 9px;
    left: -41px;
	margin-top: 2px;
}

a[data-fancybox="gallery"], a[data-fancybox="gallery"]:hover, a[data-fancybox="gallery"]:focus, a[data-fancybox="gallery"]:active, a[data-fancybox="gallery"]:visited, a[data-fancybox="gallery"]:focus-visible, a[data-fancybox="gallery"]:focus-within {
	outline: 0;
	box-shadow: none;
}

.mobile .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 4.79vw !important;
}

#gallery_toggler {
	cursor: pointer;
}

.f-button.is-close-btn {
	display: none !important;
}

.inner_col_flex {
    display: flex;
    align-items: flex-start;
}

.top_info table {
	max-width: max-content;
}

.mobile .top_info table .first_col {
	padding-right: 45px;
}

.mobile .top_info svg {
	margin-left: 45px;
}

.mobile .main_projects {
	padding-bottom: 100px;
}

.main_projects img {
    width: 100%;
    height: auto;
}

.half_col {
	display: flex;
	flex-wrap: wrap;
}

.main_projects.half_col {
    display: flex;
    justify-content: space-between;
}

.main_projects.half_col a:last-child {
    margin-bottom: 0;
}

.selected_tax.active {
	text-decoration: underline;
	text-underline-offset: 1px;
}

.wpml-ls-link {
	display: flex !important;
}

.desktop .zindex1 {
	z-index: 1;
}

#menu_toggler {
	background-color: transparent;
	border: none;
	padding: 0;
}

.mobile #masthead {
	top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
	padding-right: 15px;
	background-color: #FDF9F0;
	min-height: 88px;
	z-index: 9999;
}

.mobile #categories_filter, .mobile #project_info {
    position: relative;
}

.kuka_modal-content, .kuka_accordion, .kuka_panel table {
    background-color: #FDF9F0;
}

#kuka_preferences-re-cookies {
	display: none !important;
}

.offcanvas-end {
    width: 100%;
    border: none;
}

.offcanvas {
	background-color: #FDF9F0;
}

.btn-close {
	background: none;
	opacity: 1 !important;
	padding: 0 !important;
	position: absolute;
	top: 21px;
	right: 25px;
}

.mobile #primary-menu li a {
    color: #004EFF;
	text-decoration: none !important;
	font-size: 64px;
	line-height: 68px;
	letter-spacing: 0.96px;
}

.mobile .wpml-ls-legacy-list-horizontal a span {
	letter-spacing: 0.24px;
}

.bottom_menu_info * {
    letter-spacing: 0.24px !important;
}

.mobile #primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.offcanvas-header {
    justify-content: flex-end;
    padding: 0;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 70px 19px 12px;
    overflow-y: auto;
}

.mobile .wpml-ls-link {
    font-size: 16px;
    line-height: 23px;
}

.mobile .wpml-ls-link {
    font-size: 16px !important;
    line-height: 23px !important;
}

.mobile .menu_additions {
	display: none;
}

.mobile-lang {
    color: #004EFF;
    display: flex;
    align-items: center;
}

.mobile .bottom_menu_info a {
	line-height: 17px;
}

.mobile .bottom_menu_info .socials_wrap {
    display: flex;
    flex-direction: column;
}

.address_info a {
	text-decoration-skip-ink: auto;
	text-underline-offset: 1px;
}

.mobile .bottom_menu_info {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .address_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lh17 {
	line-height: 17px;
}

.lh18 {
	line-height: 18px;
}

.mobile .desktop_page_wrapper  {
    display: none;
}

.desktop .mobile_page_wrapper {
	display: none;
}

.mobile .project_label:not(.collapsed) {
	margin-bottom: 23px;
}

.mobile .collapsing {
	transition: none !important;
}

#filters_modal_toggler {
    background-color: transparent;
    border: none;
    padding: 0;
    display: block;
    margin-left: auto;
}

#filtersModal .modal-dialog {
    margin: 0;
}

.mobile .modal-backdrop {
    display: none;
}

#filtersModal .modal-content {
    background: #FDF9F0;
    border: none;
    border-radius: 0;
    height: 100vh;
}

#filtersMenu .btn-close {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    right: 0;
    display: block;
    margin-left: auto;
}

#filtersMenu .btn-close,
#filtersMenu .btn-close:hover,
#filtersMenu .btn-close:active,
#filtersMenu .btn-close:focus,
#filtersMenu .btn-close:focus-visible,
#filtersMenu .btn-close:focus-within {
	outline: 0;
	box-shadow: none;
}

.image_gallery a,
.image_gallery a:hover,
.image_gallery a:active,
.image_gallery a:focus,
.image_gallery a:focus-visible,
.image_gallery a:focus-within
.image_gallery img,
.image_gallery img:hover,
.image_gallery img:active,
.image_gallery img:focus,
.image_gallery img:focus-visible,
.image_gallery img:focus-within {
	outline: 0;
	box-shadow: none;
}

#Menu {
    z-index: 9999;
}

#filtersMenu .offcanvas-body {
    padding: var(--offcanvasPadding);
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
}

#filtersMenu .offcanvas-body::-webkit-scrollbar {
	display: none;
}

.mobile .cat_filter_col_wrapper {
	align-items: flex-start;
	justify-content: flex-start;
}

#filtersMenu {
	height: calc(var(--vh, 1vh) * 100);
}

#filtersMenu .offcanvas-body {
	height: calc(var(--vh, 1vh) * 100);
}

.content_filter_wrapper {
    min-height: var(--contentfilterHeight);
}

.kuka_cookie-consent-popup {
    background-color: #FFFFFF !important;
    border: none;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.loading .kuka_cookie-consent-popup {
    z-index: 11 !important;
}

.mobile #Menu {
    z-index: 9999999999;
}

/* Mobile swiper */
.gallery-wrapper .scroll-container {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.gallery-wrapper .image-item {
	scroll-snap-align: start;
	position: relative;
}

.gallery-wrapper .image-item img {
	width: 100%;
	height: auto;
	display: block;
}

.mobile .gallery-wrapper .image-item {
	/* max-width: max-content; */
}

.gallery-wrapper #caption {
	padding-top: 13px;
}

.gallery-wrapper .controls, .gallery-wrapper #caption {
	padding-left: 13px !important;
	padding-right: 13px !important;
}

.gallery-wrapper .caption-grid {
	font-size: 18px;
	line-height: 21px;
}

.gallery-wrapper .caption-grid .col span {
	display: block;
}

.gallery-wrapper .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    user-select: none;
}

.gallery-wrapper .arrow {
    cursor: pointer;
    height: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery-wrapper .arrow svg, .gallery-wrapper .plus svg {
	vertical-align: top;
}

.gallery-wrapper .plus {
	margin-top: 12px;
}

.gallery-wrapper .scroll-container::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.gallery-wrapper {
    margin-bottom: 40px;
    min-height: var(--galleryHeight);
}

.mobile .home .gallery-wrapper,
.mobile .selected-projects .gallery-wrapper,
.mobile .single-project .gallery-wrapper,
.mobile .single-object .gallery-wrapper,
.mobile .craft .gallery-wrapper,
.mobile .tax-project_category .gallery-wrapper {
    margin-bottom: 0;
    min-height: var(--galleryHeight_hmpg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project_nav_mbl {
	margin-bottom: 34.4px
}

.mobile .home .project_nav_mbl {
    margin-bottom: 22px;
}

.mobile_page_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .privacy-policy .cropped_mbl * {
    overflow-wrap: break-word;
}

.mobile .privacy-policy #main.croppedContent,
.mobile .selected-projects #main.croppedContent,
.mobile .profile #main .croppedContent,
.mobile .home #main.croppedContent,
.mobile .press #main.croppedContent,
.mobile .craft #main.croppedContent,
.mobile .single-project #main.croppedContent,
.mobile .profile #main.croppedContent,
.mobile .single-object #main.croppedContent,
.mobile .tax-project_category #main.croppedContent,
.mobile .tax-object_category #main.croppedContent {
    padding-left: 0;
    padding-right: 0;
}

.single-project .gallery-wrapper,
.single-object .gallery-wrapper {
    min-height: max-content;
}

.mobile .single-project #main,
.mobile .single-object #main {
	padding-bottom: 13px;
}

.mobile .mobile_page_wrapper img {
	margin-bottom: 0;
}

.mobile .fancybox__container {
    z-index: 99999;
}

.fancybox__container.is-closing .projects_main_info,
.fancybox__container.is-closing .custom-close-button,
.fancybox__container.is-closing .fancybox-custom-counter {
	display: none;
}

.archive_table th {
	font-weight: normal;
}

.mobile .scroll_wrap {
	margin-top: 0;
}

.mobile .archive_projects .table_body_scroll {
	max-height: max-content;
	padding-left: 0;
}

.mobile .theader_archive {
	padding-left: 0;
}

.archive_projects {
    position: relative;
}

.table_body_scroll_outer::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='524.456' viewBox='0 0 9 524.456'%3E%3Cg id='Group_5488' data-name='Group 5488' transform='translate(-960 -106.41)'%3E%3Cpath id='Path_5094' data-name='Path 5094' d='M0,0H518.717' transform='translate(964.5 112.149) rotate(90)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M4.5,0,9,8H0Z' transform='translate(960 106.41)'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    position: absolute;
    left: 0;
    height: 100%;
    display: block;
    width: 9px;
}

.mobile .scroll_wrap {
	padding-left: 0;
}

.mobile .archive_table th {
	padding-bottom: 15px;
}

.mobile .archive_projects {
	margin-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
}

.table_body_scroll_outer::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M4.5,0,9,8H0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    left: 0;
    height: 8px;
    display: block;
    width: 9px;
    transform: rotate(180deg);
}

.table_container {
	position: relative;
	border-collapse: collapse;
}

.desktop .table_container > table {
  	table-layout: fixed;
}

.desktop .table_container thead th {
	position: sticky;
	top: 0;
}

.desktop .table_body_scroll {
	overflow-y: auto;
	position: relative;
}

.table_body_scroll_outer {
	position: relative;
}

.desktop .table_body_scroll table {
  	table-layout: fixed;
}

.mobile .p_name {
	width: 39%;
}

.mobile .p_year {
    width: 10% !important;
    text-align: right;
}

.img_active {
	/* width: 100%; */
	width: max-content;
    height: auto;
}

.press .img_active {
	width: 100%;
}

.desktop .press .img_active_href {
    position: fixed;
	width: max-content;
}

.mobile .img_active_href {
	padding-right: 0;
	top: 0;
	width: 100%;
}

.img_wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.p_name {
	cursor: pointer;
}

.p_name.active {
	text-decoration: underline;
}

.mobile .archive_table.theader_archive th:not(.p_name) {
	width: 0;
}

.mobile .archive_table.theader_archive {
	margin-left: 0;
}

.mobile .lh20 {
	line-height: 20px;
}

.archive.tax-project_category,
.press {
    overflow-x: hidden;
}

.nounderline {
	text-decoration: none !important;
	cursor: default;
	pointer-events: none;
}

.mobile .table_body_scroll {
	padding-bottom: 0;
}

.archive_projects .table_body_scroll::-webkit-scrollbar {
	display: none;
}

.term-archive .fancybox__backdrop, .press .fancybox__backdrop {
    background: #000000 !important;
}

.term-archive .custom-close-button, .press .custom-close-button {
	filter: invert(1);
}

.img_active_href,
.img_active_href:hover,
.img_active_href:focus,
.img_active_href:active,
.img_active_href:visited,
.img_active_href:focus-visible,
.img_active_href:focus-within {
	outline: 0;
	box-shadow: none;
}

.projects_main_info {
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.projects_main_info a {
    text-decoration: none;
    color: #fff;
}

.mobile .projects_main_info {
	padding-left: 2.5vw;
	padding-right: 2.5vw;
	height: 4.21vw;
}

.projects_main_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.term-archive .custom-close-button, .press .custom-close-button {
    z-index: 9;
    width: max-content;
}

.desktop .field_p_name {
    width: 25%;
}

.desktop .field_p_site {
    width: 22%;
}

.desktop .field_p_link {
    width: 22%;
	text-align: end;
}

.desktop .field_p_href {
    width: 25%;
	text-align: end;
}

.desktop .field_p_gap {
	width: 6%;
}

.mobile .table_body_scroll_outer::before, .mobile .table_body_scroll_outer::after {
	display: none;
}

.mobile .archive_projects * {
    font-size: 16px;
    line-height: 17px;
}

.mobile .projects_main_info {
    padding-left: 13px;
    padding-right: 13px;
    height: auto;
    display: block;
    bottom: 43px;
    top: auto;
	font-size: 16px;
	line-height: 21px;
}

.indicator {
    position: fixed;
    right: 60px;
    /* margin-top: 53px; */
    margin-top: 73px;
    z-index: 1;
}

.mobile .img_active {
    position: fixed;
	top: 88px;
    z-index: 1;
}

.term-archive .fancybox__nav button {
    filter: invert(1);
}

.pb8 {
	margin-bottom: 8px;
}

.mobile .pb423 {
	padding-bottom: 0;
}

.cropped_mbl {
	padding-left: 13px;
	padding-right: 13px;
}

.mobile .home #full_project_list {
	display: none;
}

.home .zindex1.pb423 .ps170:last-child {
    margin-bottom: 10px !important;
}

.custom-prev, .custom-next {
	background-color: transparent;
	border: none;
	padding: 0;
}

.mobile .pb138 {
	padding-bottom: 7.18vw;
}

.sticky-info {
	position: sticky;
	flex-shrink: 0;
}

.mobile .sticky-info {
	top: 0;
}

.home #project_info table tr td {
    width: 50%;
    vertical-align: text-top;
}

.desktop .home #project_info table tr td {
    width: 33%;
}

.home #project_info {
    position: absolute;
}

.mobile .sticky-info {
	display: none;
}

.no_nav {
	position: relative;
}

.no_nav::before {
    content: '';
    background: #FDF9F0;
    width: 50%;
    height: 101%;
    position: absolute;
    left: -50%;
	display: none;
}

.no_nav.about {
	z-index: 11;
}

.projects_slider img {
    width: 100%;
    height: 100%;
}

.before_index_1::before {
  z-index: 1;
}
.before_index_2::before {
  z-index: 2;
}
.before_index_3::before {
  z-index: 3;
}
.before_index_4::before {
  z-index: 4;
}
.before_index_5::before {
  z-index: 5;
}
.before_index_6::before {
  z-index: 6;
}
.before_index_7::before {
  z-index: 7;
}
.before_index_8::before {
  z-index: 8;
}
.before_index_9::before {
  z-index: 9;
}
.before_index_10::before {
  z-index: 10;
}

.home #full_project_list {
	z-index: 12;
}

.home #masthead {
	z-index: 14;
}

.press .press_item a {
	text-decoration: underline !important;
}

.mobile .block_title {
    margin-top: 112px;
    margin-bottom: 17px;
}

.desktop .press .table_container > table {
    table-layout: auto;
}

.desktop .press .table_container thead th {
    position: relative;
    top: 0;
	width: max-content;
}

.press .table_body_scroll_outer::before, .press .table_body_scroll_outer::after {
	display: none;
}

.press .table_body_scroll {
    max-height: max-content !important;
    overflow-y: auto;
    padding-bottom: 0;
}

.awards_table tbody tr {
    border-bottom: 1px solid #000;
}

.mobile .awards_table tbody tr td {
    padding-top: 40px;
    padding-bottom: 14px;
}

.desktop .press .table_body_scroll table {
    table-layout: auto;
}

.press .awards_table tbody tr td {
    vertical-align: text-top;
}

.p_project_trigger, .p_project_trigger_media {
	cursor: pointer;
}

.p_project_trigger.active, .p_project_trigger_media.active {
	text-decoration: underline !important;
}

.press .awards_table tbody tr:first-child td {
    padding-top: 0;
}

.mobile .press .archive_projects {
    margin-top: 0;
}

.top_row_a {
    border: none !important;
}

.top_row_a td {
	padding: 0 !important;
	padding-top: 45px !important;
}

.bottom_row_a td {
	padding-top: 15px !important;
	padding-bottom: 11px !important;
}

tr.top_row_a:first-child td {
    padding-top: 0 !important;
}

.mobile #masthead h1 {
	font-family: ABCFavorit-Medium-Trial;
}

.mobile .profile .mobile_page_wrapper h2.mb33 {
    font-family: ABCFavorit-Medium-Trial;
}

.mobile .interviews_table {
	margin-top: 86px;
	margin-bottom: 18px;
}

.press .awards_table tbody tr:last-child {
    border-bottom: none;
}

.press .interviews_table .awards_table tbody tr:last-child td {
    padding-bottom: 0 !important;
}

.profile .profile_item a {
	text-decoration: underline !important;
}

.mobile .mt20, .mb20 {
	margin-top: 1.04vw;
	margin-bottom: 1.04vw;
}

.mobile .info_sidebar {
	width: 7.5vw;
	bottom: 0.78vw;
}

#socials_list {
	position: fixed;
	top: 40%;
}

.mobile .mt33 {
	margin-top: 21px;
}

.mobile .mb33 {
	margin-bottom: 21px;
}

#members img {
	object-fit: cover;
}

.mobile #members img {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.mobile #members {
	margin-bottom: 0;
}

.mobile .mt-30 {
	margin-top: 30px;
}

.mobile .error404 .page-header h1 {
    font-size: 120px;
    line-height: 109px;
}

.wpml-ls-link::before {
    content: "(";
}

.wpml-ls-link::after {
    content: ")";
}

.home .projects_slider .slick-track {
    cursor: pointer;
}

.home .sticky-info .slick-nav-buttons svg {
	margin-top: 0 !important;
}

.back_to_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .term-archive .img_active {
    pointer-events: none !important;
}

.mobile .first_col {
    vertical-align: baseline;
    min-width: 77px;
}

.press .fancybox__nav .f-button.is-next, .press .fancybox__nav .f-button.is-prev {
    filter: invert(1);
}

.archive_projects table td {
    vertical-align: baseline;
}

.mobile .press .awards_table tbody tr td.p_country {
    padding-right: 10px !important;
}

.mobile .term-archive .img_active {
    /* height: 284px !important; */
    width: 100%;
    height: 56.156vw !important;
    background-color: #FDF9F0;
    object-fit: contain;
}

.mobile .term-archive .mobile_page_wrapper {
	/* padding-top: 283px; */
	padding-top: 56.156vw;
}

.mobile .table_container thead th {
    position: sticky;
    top: 0;
}

.mobile .top_link {
	margin-bottom: 17px;
}

.mobile .bottom_link {
	margin-top: 17px;
}

.mobile .offcanvas .address_info {
    margin-left: 30px;
}

.mobile .term-archive .table_container {
	max-height: max-content;
	overflow: auto;
}

.mobile .term-archive .table_container table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.mobile .term-archive .table_container thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}

.mobile .term-archive .table_container table thead {
    position: fixed;
    background: #FDF9F0;
    margin-top: -20px;
    padding-top: 19px;
    width: 100%;
    margin-left: -13px;
    padding-left: 13px;
    padding-right: 13px;
}

.mobile .term-archive .archive_projects {
	margin-top: 0;
	padding-top: 20px;
	background-color: #FDF9F0;
}

.mobile .term-archive .table_container table tbody {
    /* padding-top: 36px !important; */
    padding-top: 56px !important;
    display: block;
}

.mobile .term-archive .table_container table thead tr {
	width: 100%;
    display: flex;
    justify-content: space-between;
}

#loader {
    /* display: none !important; */
    width: 100%;
    height: 100vh;
    background: #FDF9F0;
    z-index: 13;
    position: relative;
    position: fixed;
    top: 0;
	overflow-y: auto; /* or scroll */
}

#loader img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

#loader video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.loading  nav#site-navigation-desktop {
    display: none;
}

.mobile .loading #masthead {
    background: transparent;
}

.mobile .slick-list {
    height: 100vh !important;
}

.mobile .bottom_menu_info * {
    font-size: 16px;
}

.mobile .term-archive .p_name.mobile_p_name {
	pointer-events: none;
}

.sticky-info {
    transition: none !important;
}

.desktop #site-navigation-desktop li.menu_additions, #site-navigation-desktop li.menu_additions * {
    height: 24px;
    display: flex;
    align-items: center;
}

#project_info tr td {
    vertical-align: baseline;
}

.mobile .term-archive .p_name {
	width: 30%;
}

#full_project_collapse .accordion-button.project_label {
    text-decoration: underline;
}

#full_project_collapse .accordion-button.project_label.collapsed {
    text-decoration: none;
}

.mobile .gallery-wrapper .image-item img {
	/* max-height: 116.925vw; */
	/* max-width: max-content; */
    /* object-fit: cover; */
	max-height: 103.925vw;
    object-fit: contain;
}

.mobile .home .image-item img {
	/* max-height: 120.925vw; */
	object-position: left;
}

.mobile .profile .gallery-wrapper .image-item img {
    /* width: 283px !important; */
    /* height: 396px !important; */
    /* max-height: 396px !important; */
    object-fit: contain;
    max-width: max-content !important;
    height: 96vw !important;
    width: 69vw !important;
    max-height: 96vw !important;
}

.mobile .fancybox__nav {
    position: absolute;
    bottom: 28px;
	left: 13px;
	right: 13px;
}

.desktop .fancybox__nav .f-button.is-next {
    right: 15px !important;
}

.desktop .fancybox__nav .f-button.is-prev {
    left: 15px !important;
}

.desktop .fancybox__nav .f-button:before {
    height: 50vh;
    top: -22.5vh !important;
	width: 25vw;
}

.desktop .fancybox__nav .f-button.is-next:before {
    left: auto;
}

.custom-close-button {
	width: max-content;
}

.mobile .gallery-wrapper .image-item:last-child {
    /* margin-right: 15%; */
}

.mobile .profile .gallery-wrapper .image-item:last-child {
    margin-right: 25%;
}

.kuka_cookie-consent-popup button, #kuka_cookie-consent-popup #kuka_save-preferences {
    text-transform: capitalize !important;
}

#kuka_cookie-consent-popup #kuka_accept-all-cookies {
    margin-left: 0 !important;
}

#kuka_cookie-consent-popup #kuka_preferences-cookies {
    margin-right: 0 !important;
}

.kuka_cookie-consent-popup {
    padding-top: 11px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 6px;
}

.kuka_cookie-consent-popup button, #kuka_save-preferences {
    margin-top: 0 !important;
	font-weight: 100 !important;
}

.kuka_cookies-bar-btn_wrapper {
	margin-top: 10px;
}

.kuka_modal-content, .kuka_accordion, .kuka_panel table {
    background-color: #ffffff;
}

.mobile .press .block_title {
	letter-spacing: -1.5px;
}

.mobile .home .about h2 {
    margin-top: 0 !important;
}

.mobile .privacy-policy .mobile_page_wrapper {
	margin-top: 89px;
	padding-bottom: 10px;
}

.mobile .custom_p, .mobile .custom_p p,
.mobile #kuka_cookie-consent-popup .kuka_popup_desc,
.mobile .kuka_modal-content *:not(.kuka_close-modal),
.mobile .kuka_popup_title,
.mobile .kuka_cookie-consent-popup button, .mobile #kuka_save-preferences {
	font-size: 18px !important;
	line-height: 21px !important;
	letter-spacing: 0.27px !important;
}

.kuka_cookies-bar-btn_wrapper {
    justify-content: flex-start;
}

.kuka_cookie-consent-popup button, #kuka_save-preferences {
    background: transparent !important;
    color: #000 !important;
    width: max-content !important;
    padding: 0 !important;
    text-decoration: underline;
    margin-left: 0 !important;
    height: auto !important;
    max-width: max-content !important;
    min-height: max-content !important;
    max-height: max-content !important;
    margin-top: 0 !important;
}

.kuka_cookie-consent-popup {
	bottom: 0 !important;
}

.kuka_popup_title {
	font-weight: 100 !important;
}

#kuka_cookie-preferences-modal #kuka_save-preferences {
    margin-top: 15px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.mobile .kuka_cookie-consent-popup button, .mobile #kuka_save-preferences {
    margin-right: 20px !important;
}

.menu_privacy {
	margin-right: 0 !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.desktop #site-navigation-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 16px;
}

.menu_privacy a {
    text-decoration: none;
    color: #000 !important;
}

.mobile #masthead .col-6 h1 {
	margin-left: 15px;
}

#menu_toggler,
#menu_toggler:hover,
#menu_toggler:active,
#menu_toggler:focus,
#menu_toggler:focus-visible,
#menu_toggler:focus-within,
#menu_toggler:visited {
	outline: 0;
	box-shadow: none;
}

.desktop #members .row.gx-0 {
	display: flex;
	justify-content: space-between;
}

.mobile .offcanvas #categories_filter {
    margin-left: 15px;
}

.loading #masthead {
    pointer-events: none;
}

#categories_collapse .accordion-item {
    background: transparent;
    border: none;
    padding: 0;
}

.mobile .loading {
    overflow: hidden;
    overflow-y: hidden !important;
    height: 100vh;
}

.p_project_trigger_mbl.active, .p_project_trigger_mbl_media.active {
    text-decoration: underline;
}

.mobile #categories_filter.all_taxes_filter .basic_list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile #categories_filter.all_taxes_filter ul li {
	width: max-content !important;
}

.mobile .mbl_title_awards {
    padding-left: 10px;
	margin-left: 15px;
}

.mobile .press .fancybox-image {
    max-height: 60%;
    margin: auto !important;
}

.mobile .press .projects_main_info * {
	font-size: 16px;
    line-height: 21px;
}

.mobile .press .projects_main_info {
	z-index: 9;
}

.mobile .press .fancybox__nav .f-button.is-prev, .mobile .press .fancybox__nav .f-button.is-next {
    border-radius: 0;
    height: 25px !important;
}

.home.loading #primary {
  overflow: hidden;
  height: 100vh;
}

.mobile .press .archive_projects .p_project_trigger_mbl,
.mobile .press .archive_projects .p_project_trigger_mbl_media {
    font-weight: 700;
    letter-spacing: 0.7px;
}

.mobile .press #masthead {
    min-height: max-content;
    padding-bottom: 0;
}

.visibility-hidden {
	visibility: hidden !important;
}

.mobile .role_line {
	min-height: 1.927vw;
}

.mobile .role_line {
    min-height: 42px;
}

.desktop .press .archive_table td p {
    padding-right: 15px;
}

.selected-projects .top_info table .first_col,
.craft .top_info table .first_col,
.tax-project_category .top_info table .first_col {
    vertical-align: top;
}

.mobile .home #caption table tr td:first-child p,
.mobile .craft #caption table tr td:first-child p,
.mobile .selected-projects #caption table tr td:first-child p,
.mobile .single-project #caption table tr td:first-child p,
.mobile .tax-project_category #caption table tr td:first-child p,
.mobile .single-object #caption table tr td:first-child p {
	padding-right: 5px;
}

.mobile .home #caption table tr td:last-child p,
.mobile .craft #caption table tr td:last-child p,
.mobile .selected-projects #caption table tr td:last-child p,
.mobile .single-project #caption table tr td:last-child p,
.mobile .tax-project_category #caption table tr td:last-child p,
.mobile .single-object #caption table tr td:last-child p {
	word-wrap: break-word;
	max-width: 28vw;
}

.mobile .press .p_award p,
.mobile .press .p_project p {
	padding-right: 8px;
}

.mobile .home .href_to_add img {
	max-width: 100%;
	margin-bottom: 17px;
}

.mobile .home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add a {
	margin-top: 25px;
}

.home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add img {
    width: max-content;
    height: auto;
    margin-left: 0;
    display: block;
    max-width: 100%;
}

.mobile .home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add img {
    margin-left: 0;
}

.home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add a {
	text-align: left;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (max-height: 670px) {
	.mobile .gallery-wrapper .image-item img {
		/* max-height: 99.8vw; */
	}
}

@media (max-height: 740px) {
	.mobile .gallery-wrapper .image-item img {
		/* max-height: 92.93vw; */
	}
}

@media (max-width: 819px) and (max-height: 1179px) {
	.mobile .home .gallery-wrapper .image-item img {
		max-height: 121vw !important;
	}
}

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 25px;
		line-height: 26px;
		letter-spacing: -1.5px;
	}

	h2, h2 p {
		font-size: 21px;
		line-height: 22px;
	}

	h3, h3 p {
		font-size: 30px;
		line-height: 26px;
	}

	h6, h6 p {
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
	}

	p,
	#full_project_list a,
	.menu_privacy a,
	#categories_filter li,
	#categories_filter a,
	#site-navigation-desktop ul li a,
	.project_label,
	.socials_wrap a,
	.address_info,
	.field_p_name,
	.field_p_site,
	.field_p_link,
	.field_p_href {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.20px;
	}

	.main_excerpt {
		margin-bottom: 22.8vw;
	}

	.croppedContent {
		padding-left: 13px;
		padding-right: 13px;
	}

	#site-navigation-desktop {
		left: 15px;
		bottom: 15px;
	}
}

@media (max-width: 395px) {
	p, #full_project_list a, .menu_privacy a, #categories_filter li, #categories_filter a, #site-navigation-desktop ul li a, .project_label, .socials_wrap a, .address_info, .field_p_name, .field_p_site, .field_p_link, .field_p_href {
		font-size: 14.5px;
		line-height: 21px;
		letter-spacing: 0.20px;
	}

	h6, h6 p {
		font-size: 14.5px;
		line-height: 21px;
		font-weight: normal;
	}
}

@media (min-width: 1025px) {
	h1, h1 p {
		/* font-size: 4.68vw; */
		font-size: 4.27vw;
		line-height: 4.16vw;
		letter-spacing: -0.23vw;
	}

	h2, h2 p {
		font-size: 1.45vw;
		line-height: 1.14vw;
	}

	h3, h3 p {
		font-size: 1.77vw;
		line-height: 1.14vw;
	}

	p,
	#full_project_list a,
	.menu_privacy a,
	#categories_filter li,
	#categories_filter a,
	#site-navigation-desktop ul li a,
	.project_label,
	.socials_wrap a,
	.address_info,
	.field_p_name,
	.field_p_site,
	.field_p_link,
	.field_p_href {
		font-size: max(0.83vw, 10.5px);
		line-height: max(0.88vw, 13px);
	}

	.custom_p, .custom_p p, #kuka_cookie-consent-popup .kuka_popup_desc {
		font-size: max(0.83vw, 12px);
		line-height: max(0.93vw, 13px);
		letter-spacing: 0.012vw;
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences, .kuka_popup_title, .kuka_modal-content *:not(.kuka_close-modal) {
		font-size: max(0.83vw, 12px) !important;
		line-height: max(0.93vw, 13px) !important;
		letter-spacing: 0.012vw !important;
	}

	.main_excerpt {
		margin-bottom: 22.8vw;
	}

	.croppedContent {
		padding-left: 0.78vw;
		padding-right: 0.78vw;
	}

	#site-navigation-desktop {
		left: 0.78vw;
		bottom: 6px;
	}

	.fancybox-custom-counter {
		top: 1.87vw;
		left: 2.5vw;
	}

	#full_project_collapse {
		width: 12.5vw;
		top: 21.7vw;
	}

	#full_project_collapse .accordion-collapse {
		height: 14.63vw;
	}

	.project_label {
		margin-bottom: 2.34vw;
	}

	.single-project #main,
	.profile #main,
	.home #main,
	.single-object #main,
	.tax-project_category #main,
	.tax-object_category #main,
	.selected-projects #main,
	.craft #main {
		margin-top: 4.79vw;
	}

	.archive_tax {
		margin-top: 0.78vw;
	}

	.selected_tax {
		margin-bottom: 0.78vw;
	}

	#categories_filter:not(.info_sidebar) {
		bottom: 70px;
		padding-right: 1.3vw;
	}

	#project_info {
		top: 40%;
		padding-right: 1.3vw;
	}

	#site-navigation-desktop ul li {
		margin-right: 2.6vw;
	}
	
	#categories_filter:not(.info_sidebar), #project_info {
		width: 14vw;
	}

	.project_title {
		height: 3.5vw;
	}

	.ps170 {
		padding-left: 8.85vw;
	}

	.main_excerpt p {
		line-height: max(0.93vw, 14px);
	}

	#masthead {
		top: 0.93vw;
	}

	#project_info svg {
		width: 1.38vw;
		height: 1.38vw;
		margin-top: 0.78vw;
	}

	.custom-close-button {
		top: 1.09vw !important;
	}

	#categories_filter ul li.active::before {
		width: 1.69vw;
		height: 0.46vw;
    	left: -2.13vw;
	}

	.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
		padding-top: 4.79vw !important;
	}

	.top_info table .first_col {
		padding-right: 2.34vw;
	}

	.top_info svg {
		margin-left: 2.34vw;
	}

	.main_projects {
		padding-bottom: 17.16vw;
	}

	.top_info .inner_col_flex .project_title {
		width: 190px;
	}

	.main_projects.half_col a {
		width: 22.5vw;
		margin-bottom: 4.79vw;
	}

	.main_projects.full_col a {
		margin-bottom: 2.68vw;
	}

	#masthead {
		padding-left: 0.36vw;
	}

	.scroll_wrap {
		margin-top: 1.3vw;
	}

	.archive_projects .table_body_scroll {
		max-height: 27.03vw;
		padding-left: 1.4vw;
	}

	.theader_archive {
		padding-left: 1.4vw;
	}

	.scroll_wrap {
		padding-left: 1.45vw;
	}

	.archive_table th {
		padding-bottom: 0.78vw;
	}

	.p_name_w {
		width: 16.1vw;
	}

	.img_active_href {
		padding-right: 1.3vw;
		top: 6.19vw;
		width: 19.11vw;
		width: 100%;
        text-align: right;
	}

	.archive_table.theader_archive th:not(.p_name) {
		width: 7.79vw;
	}

	.archive_table.theader_archive {
		margin-left: 0;
	}

	.lh20 {
		line-height: 1.04vw;
	}

	.table_body_scroll {
		padding-bottom: 7.81vw;
	}

	.projects_main_info {
		padding-left: 2.5vw;
		padding-right: 2.5vw;
	    height: 4.2vw;
	}

	.back_to_top {
		padding-top: 8.22vw;
		padding-bottom: 9.63vw;
	}

	.pb423 {
		padding-bottom: 22.03vw;
	}

	.pb138 {
		padding-bottom: 7.18vw;
	}

	.sticky-info {
		top: 14.06vw;
	}

	.home #project_info {
		width: 12vw;
	}

	.home #project_info::before {
		height: 10.9vw;
		top: -10.9vw;
	}

	.no_nav.about::after {
		width: 8.85vw;
		height: 10.9vw;
		top: -10.7vw;
		left: -10.1vw;
	}

	.block_title {
		margin-top: 1.19vw;
		margin-bottom: 2.6vw;
	}

	.awards_table tbody tr td {
		padding-top: 0.62vw;
		padding-bottom: 1.25vw;
	}

	.interviews_table {
		margin-top: 2.86vw;
		margin-bottom: 22.86vw;
	}

	.mt20, .mb20 {
		margin-top: 1.04vw;
		margin-bottom: 1.04vw;
	}
	
	.info_sidebar {
		bottom: 2.76vw;
	}

	.info_sidebar, #socials_list {
		margin-right: 2.6vw;
		width: 7.5vw;
	}

	.mt33 {
		margin-top: 1.71vw;
	}

	.mb33 {
		margin-bottom: 1.71vw;
	}

	.scroll_members {
		margin-top: 5.41vw;
		margin-bottom: 5.67vw;
	}

	#members img {
		height: 20.625vw;
		margin-top: 0.78vw;
		margin-bottom: 4.5vw;
	}

	#members {
		margin-bottom: 17.4vw;
	}

	.with-fancybox .fancybox-image {
		max-height: 51.5vw !important;
	}

	.error404 .page-header h1 {
		font-size: 17.7vw;
		line-height: 14.06vw;
	}

	.term-archive .archive_projects .p_year_w {
		width: 5.93vw !important;
        max-width: 5.93vw !important;
	}

	.term-archive .archive_projects .p_size_w {
		width: 7.55vw !important;
        max-width: 7.55vw !important;
	}

	.term-archive .archive_projects .p_status_w {
		width: 8.59vw !important;
        max-width: 8.59vw !important;
	}

	.term-archive .archive_projects .p_site_w {
		width: 6.97vw !important;
        max-width: 6.97vw !important;
	}
	
	.table_body_scroll_header {
		padding-left: 1.4vw;
	}

	.home .sticky-info .slick-nav-buttons svg {
		width: 1.69vw !important;
		height: 0.46vw !important;
	}

	.trigger_project {
		padding-right: 1.04vw;
	}

	.p_name_wa {
		width: 12.6vw;
	}

	.p_country_wa {
		width: 5.573vw;
	}

	.p_year_wa {
		width: 5.52vw;
	}

	.p_type_wa {
		width: 3.12vw;
	}

	body.hide-scrollbar .col-lg-8 .h_title {
		margin-left: -0.075vw;
	}

	.ps5 {
		/* padding-left: 1.2vw; */
		padding-left: 0.2vw;
	}

	.info_sidebar, #socials_list {
		width: 10.5vw;
	}

	#full_project_collapse {
		min-width: max-content;
	}

	#full_project_collapse .accordion-collapse {
		height: 12.63vw;
	}

	#full_project_collapse {
		max-width: 9.06vw;
	}

	#project_info tr td:first-child {
		width: 4.16vw;
	}

	.desktop .last_lis {
		line-height: 1.25 !important;
	}

	.privacy-policy .col-lg-6.zindex1 {
		margin-top: 4.79vw;
		padding-bottom: 15.3vw;
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences {
		margin-right: 2.55vw !important;
	}

	.kuka_cookie-consent-popup {
		width: 44.06vw;
		min-width: 44.06vw;
	}

	#site-navigation-desktop ul li {
		line-height: max(0.83vw, 12px);
	}

	#site-navigation-desktop ul {
		height: max(0.83vw, 12px);
	}

	#site-navigation-desktop {
		width: calc(50% - 0.78vw);
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences {
		line-height: max(0.52vw, 10px) !important;
	}

	.kuka_cookies-bar-btn_wrapper {
		height: max(0.83vw, 15px);
	}

	.home .menu_privacy {
		width: 12.06vw;
		margin-right: 20px !important;
	}

	.home #project_info {
		right: calc(100% + 20px);
	}

	.selected-projects .menu_privacy, .tax-project_category .menu_privacy, .single-project .menu_privacy, .profile .menu_privacy, .tax-object_category .menu_privacy, .single-object .menu_privacy, .craft .menu_privacy, .press .menu_privacy, .privacy-policy .menu_privacy {
		width: 14vw;
		margin-right: 0 !important;
	}

	.profile .menu_privacy {
		width: 14vw;
	}

	.tax-project_category .menu_privacy, .tax-object_category .menu_privacy {
		width: 14vw !important;
	}

	.term-archive .menu_privacy {
		width: 14vw !important;
	}

	#members .col-lg-4 {
		width: 14.7vw;
	}

	.info_sidebar, #socials_list {
		width: 11.3vw;
	}

	.role_line {
		min-height: 37px;
	}

	.home #project_info table tr td:first-child p,
	.single-project #project_info table tr td:first-child p,
	.single-object #project_info table tr td:first-child p {
		padding-right: 4px;
	}

	.home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add a {
		width: 100%;
		display: block;
		margin-top: 1.302vw;
	}

	.desktop .selected-projects .main_projects .inner_col_flex svg,
	.desktop .craft .main_projects .inner_col_flex svg {
		width: 1.385vw;
		height: 1.385vw;
		min-width: 1.385vw;
		min-height: 1.385vw;
	}

	.img_active {
		max-width: 19.74vw;
	}

	.desktop .archive .img_active_href {
		margin-top: 1.302vw;
	}
}

@media (min-width: 1366px) {
	.home #project_info table tr td:first-child p,
	.single-project #project_info table tr td:first-child p,
	.single-object #project_info table tr td:first-child p {
		padding-right: 6px;
	}

	.scroll_members {
		margin-bottom: 14.67vw;
	}

	#full_project_collapse .accordion-collapse {
		height: 14.63vw;
	}

	#categories_filter:not(.info_sidebar), #project_info {
		width: 11.5vw;
	}

	.ps5 {
		padding-left: 2.34vw;
	}

	.desktop .last_lis {
		line-height: 1.15 !important;
	}

	.project_title {
		height: 3.17vw;
	}

	.selected-projects .menu_privacy, .tax-project_category .menu_privacy, .single-project .menu_privacy, .profile .menu_privacy, .tax-object_category .menu_privacy, .single-object .menu_privacy, .craft .menu_privacy, .press .menu_privacy, .privacy-policy .menu_privacy {
		/* width: 11vw; */
		width: 11.5vw;
	}

	.tax-project_category .menu_privacy, .tax-object_category .menu_privacy {
		/* width: 11vw !important; */
		width: 11.5vw !important;
	}

	.info_sidebar, #socials_list {
		width: 8.9vw;
	}

	.home #project_info {
		width: 10vw;
	}

	.home .menu_privacy {
		width: 10.03vw;
	}
}

@media (min-width: 1400px) {
	.home .menu_privacy {
		width: 10.1vw;
	}

	.home #project_info {
		width: 10.1vw;
	}
}

@media (min-width: 1500px) {
	.info_sidebar, #socials_list {
		width: 8.9vw;
	}

	.desktop .last_lis {
		line-height: 1.15 !important;
	}

	.profile .menu_privacy {
		width: 11.5vw;
	}

	.home .menu_privacy {
		width: 10.25vw;
	}

	.home #project_info {
		width: 10.25vw;
	}
}

@media (min-width: 1600px) {
	.home .menu_privacy {
		width: 10.3vw;
	}

	.home #project_info {
		width: 10.3vw;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		/* font-size: 90px; */
		font-size: 82px;
		line-height: 80px;
		letter-spacing: -4.5px;
	}

	h2, h2 p {
		font-size: 28px;
		line-height: 22px;
	}

	h3, h3 p {
		font-size: 34px;
		line-height: 22px;
	}

	p,
	#full_project_list a,
	.menu_privacy a,
	#categories_filter li,
	#categories_filter a,
	#site-navigation-desktop ul li a,
	.project_label,
	.socials_wrap a,
	.address_info,
	.field_p_name,
	.field_p_site,
	.field_p_link,
	.field_p_href {
		font-size: 15.5px;
		line-height: 17px;
	}

	.custom_p, .custom_p p, #kuka_cookie-consent-popup .kuka_popup_desc {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.24px;
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences, .kuka_popup_title, .kuka_modal-content *:not(.kuka_close-modal) {
		font-size: 16px !important;
		line-height: 18px !important;
		letter-spacing: 0.24px !important;
	}

	.main_excerpt {
		margin-bottom: 438px;
	}

	.croppedContent {
		padding-left: 15px;
		padding-right: 15px;
	}

	#site-navigation-desktop {
		left: 15px;
		bottom: 6px;
	}

	.fancybox-custom-counter {
		top: 36px;
		left: 48px;
	}

	#full_project_collapse {
		width: 240px;
		top: 417px;
	}

	#full_project_collapse .accordion-collapse {
		height: 281px;
	}

	.project_label {
		margin-bottom: 45px;
	}

	.single-project #main,
	.profile #main,
	.home #main,
	.single-object #main,
	.tax-project_category #main,
	.tax-object_category #main,
	.selected-projects #main,
	.craft #main {
		margin-top: 92px;
	}

	.archive_tax {
		margin-top: 15px;
	}

	.selected_tax {
		margin-bottom: 15px;
	}

	#categories_filter:not(.info_sidebar) {
		bottom: 70px;
		padding-right: 25px;
	}

	#project_info {
		top: 40%;
		padding-right: 25px;
	}

	#site-navigation-desktop ul li {
		margin-right: 50px;
	}

	#categories_filter:not(.info_sidebar), #project_info {
		/* width: 192px; */
		width: 202px;
	}

	.project_title {
		height: 61px;
	}

	.ps170 {
		padding-left: 170px;
	}

	.main_excerpt p {
		line-height: 18px;
	}

	#masthead {
		top: 18px;
	}

	#project_info svg {
		width: 26.59px;
		height: 26.59px;
		margin-top: 15px;
	}

	.custom-close-button {
		top: 21px !important;
	}

	#categories_filter ul li.active::before {
		width: 32.59px;
		height: 9px;
    	left: -41px;
	}

	.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
		padding-top: 92px !important;
	}
		
	.top_info table .first_col {
		padding-right: 45px;
	}

	.top_info svg {
		margin-left: 45px;
	}

	.main_projects {
		padding-bottom: 329.5px;
	}

	.top_info .inner_col_flex .project_title {
		width: 190px;
	}

	.main_projects.half_col a {
		width: 432px;
		margin-bottom: 92px;
	}

	.main_projects.full_col a {
		margin-bottom: 51.5px;
	}

	#masthead {
		padding-left: 7px;
	}

	.scroll_wrap {
		margin-top: 25px;
	}
	
	.archive_projects .table_body_scroll {
		max-height: 519px;
		padding-left: 27px;
	}

	.theader_archive {
		padding-left: 27px;
	}

	.scroll_wrap {
		padding-left: 28px;
	}

	.archive_table th {
		padding-bottom: 15px;
	}

	.p_name_w {
		width: 310px;
	}

	.img_active_href {
		padding-right: 25px;
		top: 119px;
		width: 367px;
        width: 100%;
        text-align: right;
	}

	.archive_table.theader_archive th:not(.p_name) {
		width: 149.75px;
	}

	.archive_table.theader_archive {
		margin-left: 0;
	}

	.lh20 {
		line-height: 20px;
	}

	.table_body_scroll {
		padding-bottom: 150px;
	}

	.projects_main_info {
		padding-left: 48px;
		padding-right: 48px;
	    height: 81px;
	}

	.back_to_top {
		padding-top: 158px;
		padding-bottom: 185px;
	}

	.pb423 {
		padding-bottom: 423px;
	}

	.pb138 {
		padding-bottom: 138px;
	}

	.sticky-info {
		top: 270px;
	}

	.home #project_info {
		/* width: 190px; */
		/* width: 167px; */
		width: 173px;
	}

	.home #project_info::before {
		height: 210px;
		top: -210px;
	}

	.no_nav.about::after {
		width: 170px;
		height: 210px;
		top: -206px;
		left: -195px;
	}

	.block_title {
		margin-top: 23px;
		margin-bottom: 50px;
	}

	.awards_table tbody tr td {
		padding-top: 12px;
		padding-bottom: 24px;
	}

	.interviews_table {
		margin-top: 55px;
		margin-bottom: 439px;
	}

	.mt20, .mb20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.info_sidebar {
		bottom: 53px;
	}

	.info_sidebar, #socials_list {
		margin-right: 50px;
		/* width: 142px; */
		width: 152px;
	}

	.mt33 {
		margin-top: 33px;
	}

	.mb33 {
		margin-bottom: 33px;
	}

	.scroll_members {
		margin-top: 104px;
		/* margin-bottom: 109px; */
		margin-bottom: 169px;
	}

	#members img {
		height: 396px;
		margin-top: 15px;
		margin-bottom: 90px;
	}

	#members {
		margin-bottom: 348px;
	}

	.with-fancybox .fancybox-image {
		max-height: 989px !important;
	}

	.error404 .page-header h1 {
		font-size: 340px;
		line-height: 270px;
	}

	.term-archive .archive_projects .p_year_w {
		width: 114px !important;
        max-width: 114px !important;
	}

	.term-archive .archive_projects .p_size_w {
		width: 145px !important;
        max-width: 145px !important;
	}

	.term-archive .archive_projects .p_status_w {
		width: 165px !important;
        max-width: 165px !important;
	}

	.term-archive .archive_projects .p_site_w {
		width: 134px !important;
        max-width: 134px !important;
	}

	.table_body_scroll_header {
		padding-left: 27px;
	}

	.home .sticky-info .slick-nav-buttons svg {
		width: 32.59px !important;
		height: 9px !important;
	}

	.trigger_project {
		padding-right: 20px;
	}

	.p_name_wa {
		width: 243px;
	}

	.p_country_wa {
		width: 107px;
	}

	.p_year_wa {
		width: 106px;
	}

	.p_type_wa {
		width: 60px;
	}

	body.hide-scrollbar .col-lg-8 .h_title {
		margin-left: -1.5px;
	}

	.ps5 {
		padding-left: 45px;
	}

	#full_project_collapse {
		max-width: 174px;
	}

	.upper-content-wrapper {
		height: calc(100vh - 92px + 60px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#project_info tr td:first-child {
		width: 80px;
	}

	.privacy-policy .col-lg-6.zindex1 {
		margin-top: 92px;
		padding-bottom: 294px;
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences {
		margin-right: 49px !important;
	}

	.kuka_cookie-consent-popup {
		width: 846px;
		min-width: 846px;
	}

	#site-navigation-desktop ul li {
		line-height: 16px;
	}

	#site-navigation-desktop ul {
		height: 16px;
	}

	#site-navigation-desktop {
		width: calc(50% - 15px);
	}

	.kuka_cookie-consent-popup button, #kuka_save-preferences {
		line-height: 12px !important;
	}

	.kuka_cookies-bar-btn_wrapper {
		height: 16px
	}

	.home .menu_privacy {
		/* width: 192px; */
		width: 202px;
		margin-right: 0 !important;
	}

	.selected-projects .menu_privacy, .tax-project_category .menu_privacy, .single-project .menu_privacy, .profile .menu_privacy, .tax-object_category .menu_privacy, .single-object .menu_privacy, .craft .menu_privacy, .press .menu_privacy, .privacy-policy .menu_privacy {
		width: 167px;
		/* margin-right: 25px !important; */
		margin-right: 35px !important;
	}

	.profile .menu_privacy {
		width: 167px !important;
	}

	.tax-project_category .menu_privacy, .tax-object_category .menu_privacy {
		width: 167px !important;
	}

	#members .col-lg-4 {
		width: 283px;
	}

	.home #project_info {
    	right: calc(100% + 30px);
	}

	.role_line {
		min-height: 37px;
	}

	.home .media_home_wrapper .ps170.pt-lg-1.mb-4.d-flex.flex-column.cropped_mbl .href_to_add a {
		width: 100%;
		display: block;
		margin-top: 25px;
	}

	.desktop .selected-projects .main_projects .inner_col_flex svg,
	.desktop .craft .main_projects .inner_col_flex svg {
		width: 26.59px;
		height: 26.59px;
		min-width: 26.59px;
		min-height: 26.59px;
	}

	.img_active {
		max-width: 379px;
	}

	.desktop .archive .img_active_href {
		margin-top: 25px;
	}
}

@media (min-width: 1921px) {
	h1, h1 p {
		font-size: 4.68vw;
		line-height: 4.16vw;
		letter-spacing: -0.23vw;
	}

	#members img {
		height: 19.2vw;
		margin-top: 0.78vw;
		margin-bottom: 4.5vw;
	}

	.main_projects.half_col a {
		width: 22.5vw;
		margin-bottom: 4.79vw;
	}
	
	.img_active_href {
		padding-right: 1.3vw;
		top: 6.19vw;
		width: 19.11vw;
	}

	.with-fancybox .fancybox-image {
		max-height: 51.5vw !important;
	}

	.ps170 {
		padding-left: 8.85vw;
	}

	body.hide-scrollbar .col-lg-8 .h_title {
		margin-left: -0.075vw;
	}

	.fancybox__content {
		min-width: 80vw;
	}

	#members .col-lg-4 {
		width: 14.7vw;
	}

	.img_active {
		max-width: 19.219vw;
	}

	.desktop .archive .img_active_href {
		margin-top: 2.5vw !important;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/