/*
Theme Name: praxis c/o
Theme URI: https://prxs.ch
Description: Custom Them for praxis c/o
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
VARIABLES
------------------------------------------------------*/

:root {
  --offset:10px;
  --offset-minus:-10px;
  --offset_content: clamp(114px, 8.3vw, 160px);
  --offset_content-minus: clamp(-114px, -8.3vw, -160px);
  --max_width: 100%;
  --columns: 12;
  --gap: 16px;
  --baseline: 0;
  --baseline-offset: 0;
  --font_color: #000;
  --color_blue:#0B0BFD;
  --color_yellow:#FFEB00;
  --row_height:2.8vw;
  --easing:cubic-bezier(0.33, 1, 0.68, 1);

  --grid_color: hsla(204, 80%, 72%, 0.25);
  --repeating_width: calc(100% / var(--columns));
  --column_width: calc((100% /  (var(--columns)) -  var(--gap)));
  --background_width: calc(100% +  var(--gap));
  --background_columns: repeating-linear-gradient(to right, var(--grid_color), var(--grid_color) var(--column_width), transparent var(--column_width), transparent var(--repeating_width));
  --background_baseline: repeating-linear-gradient(to bottom, var(--grid_color), var(--grid_color) 1px, transparent 1px, transparent var(--baseline));
}

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

* {
	min-height: 0;
	min-width: 0;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, header, footer {
	margin: 0;
	padding: 0;
}

sub, sup {
	line-height: 0;
}

/*
a:focus, button:focus, input:focus, div:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, img:focus {
    outline: 2px dotted var(--font_color) !important;
}

*:focus:not(:focus-visible)
#overlay:focus {
	outline: 0 !important;
}
*/

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'CMU Bright Bold';
    src: url('styles/fonts/CMUBright-Bold.woff2') format('woff2'),
         url('styles/fonts/CMUBright-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CMU Bright Bold Oblique';
    src: url('styles/fonts/CMUBright-BoldOblique.woff2') format('woff2'),
         url('styles/fonts/CMUBright-BoldOblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GRID HELPER
------------------------------------------------------*/

/* Grid */

/*
html::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - (2 * var(--offset)));
	max-width: var(--max_width);
	min-height: calc(100vh - 86px);
	content: '';
	background-image: var(--background_columns), var(--background_baseline);
	background-size: var(--background_width) 100%;
	background-position: 0 var(--baseline-offset);
	z-index: 1000;
	pointer-events: none;
}

/* Squares */

/*
$square: transparent 0 calc(20px - 1px),#ccc 0 20px;

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: repeating-linear-gradient(to right, $square), repeating-linear-gradient(to bottom,$square) #fff;
}
*/

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #fff;
	margin:0 !important;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
	overscroll-behavior: none;
}

html.is_black {
	background:#000;
}

body {
	width: -moz-calc(100% - (var(--offset))*2);
	width: -webkit-calc(100% - (var(--offset))*2);
	width: -o-calc(100% - (var(--offset))*2);
	width: calc(100% - (var(--offset))*2);
	height:100%;
	padding: 0 var(--offset);
	font-family: 'CMU Bright Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size:clamp(20px, 1.56vw, 30px);
	line-height:clamp(40px, 2.6vw, 50px);
	letter-spacing:clamp(-0.02em, -0.0015vw, -0.03em);
	color: var(--font_color);
	overflow-x: hidden;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	overflow:hidden;
}

/*
body.active_intro *,
body.active_intro footer {
	pointer-events:none !important;
}
*/

html, body, main, .detail_page {
	scrollbar-width: none;
	overscroll-behavior: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
main::-webkit-scrollbar,
.detail_page::-webkit-scrollbar {
    display: none;
}

body.noscroll {
	overflow: hidden;
}

body.wait, body.wait a {
	cursor:wait;
	overflow-y:hidden;
}

#wpadminbar {
	display:none !important;
}

div:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

::selection {
  background: #000;
  color:#fff;
}

::-moz-selection {
  background: #000;
  color:#fff;
}

a::selection {
	color:#fff !important;
}

a::-moz-selection {
	color:#fff !important;
}

.ie_message {
	display: none;
	padding: 10px;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

.news .inside_news {
	line-height:clamp(24px, 2.29vw, 44px);
}

p {
	margin-bottom: 0;
}

.small_type {
	font-size:clamp(16px, 1vw, 20px);
	line-height:clamp(21px, 1.4vw, 27px);
}

quote {
	font-size:clamp(30px, 2.6vw, 50px);
	line-height:clamp(35px, 2.76vw, 53px);
	letter-spacing:clamp(-0.03em, -0.05em, -0.05em);
}

b, strong {
	font-weight: bold;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: var(--color_blue);
}

:focus {
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	display: block;
	border: none 0;
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	-webkit-transition:opacity 0.5s;
	transition: opacity 0.5s;
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	display:block;
	outline: 0;
	-moz-outline-style: none;
}

/* Responsive iFrame */

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
Focus Input & Textarea
------------------------------------------------------*/

input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="button"], button {
   outline:none !important;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0 !important;
}

/*------------------------------------------------------
WYSIWIG CONTENT
------------------------------------------------------*/

.wysiwig_content img {
	display: block;
	width: 100%;
	height: auto;
}

.wysiwig_content div {
	max-width:100% !important;
}

.wysiwig_content .wp-caption-text {
	margin-top:10px;
}

.wysiwig_content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wysiwig_content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.wysiwig_content ul > li:before {
    display: inline-block;
    content: "–";
    width: 1em;
    margin-left: -1em;
}

.wysiwig_content ol {
	margin-left: 0;
    padding-left: 1em;
}

.wysiwig_content hr {
	border:none;
	height: 1px;
	background:var(--font_color);
	margin-bottom:20px;
}

.wyswig_content p {
	display:block;
	padding-bottom:20px;
}

/*------------------------------------------------------
GRID
------------------------------------------------------*/

main {
	width:100%;
	height:100%;
	overflow:hidden;
}

.detail_page {
	left:var(--offset);
	right:var(--offset);
	top:0;
	height:100%;
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2;
	-webkit-transition:background 0.4s var(--easing), height 0.8s var(--easing), color 0.4s var(--easing);
	transition:background 0.4s var(--easing), height 0.8s var(--easing), color 0.4s var(--easing);
}

.inside_detail_page {
	display:block;
}

/*
.detail_page.home_height {
	height: calc((var(--vh, 1vh) * 100) - (17.21vw / 2));
}

.detail_page.project_height {
	height: calc((var(--vh, 1vh) * 100) - (17.21vw / 4));
}

.detail_page.about_height {
	height: calc(var(--row_height) * 13);
	overflow:auto;
	scrollbar-width: none;
}
*/

.detail_page.about_height ::-webkit-scrollbar {
    display: none;
}

.detail_page * {
	color:#000;
}

.detail_page.is_black {
	margin-left:var(--offset-minus);
	margin-right:var(--offset-minus);
	padding-left:var(--offset);
	padding-right:var(--offset);
}

.detail_page.is_black * {
	color:#fff;
}

.project_listing_outer,
.project_detail,
.about_outer {
	display:none;
}

.project_detail.active,
.about_outer.active {
	display:block;
}

.project_listing_outer.active {
	display:grid;
	top:0;
}

/*------------------------------------------------------
NEWS
------------------------------------------------------*/

.news {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}

.bg_close_news {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	cursor:pointer;
}

.news .inside_news {
	display: flex;
	align-items: flex-start;
	z-index:1;
	position:relative;
	pointer-events:none;
}

.news .inside_news .news_content {
	display:block;
	width:100%;
	background:#FFEB00;
	margin-top:0.4vw;
	margin-left:-3px;
	height:calc(100vh - 6.1vw);
	position:relative;
}

.news .inside_news .news_content a {
	color:var(--color_blue);
}

.news .logo_title {
	opacity:1;
	flex-shrink: 0;
}

.news .about_content {
	flex-grow: 1;
}

.news .close_news {
	position:absolute;
	bottom:0.44vw;
	left:10px;
	text-decoration: underline;
}

.inside_news_content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:5vw;
	overflow:auto;
	scrollbar-width: none;
	padding:0 10px 10px 10px;
	pointer-events:all;
}

.inside_news_content .news_media {
	display:block;
	width:-webkit-fit-content;
	width:fit-content;
	max-width:620px;
	margin:0 auto;
	mix-blend-mode: multiply;
	transform: translate3d(0,0,0);
	margin-top:5vw;
	margin-bottom:0;
}
.inside_news_content .news_media img,
.inside_news_content .news_media video {
	display:block;
	width:auto;
	height:22vw;
}
.inside_news_content .news_media .media_legend {
	margin-top:2.5px;
	text-align:left;
}

.inside_news_content::-webkit-scrollbar {
    display: none;
}

/*------------------------------------------------------
PROJECT OVERVIEW
------------------------------------------------------*/

.project_row {
	display: flex;
	opacity:0;
	align-items: center;
	position:relative;
	color: var(--font_color);
	text-transform: lowercase;
	border-bottom: 1px solid var(--font_color);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition:opacity 0.8s var(--easing);
	transition:opacity 0.8s var(--easing);
	z-index:1;
	height:var(--row_height)
}

.detail_page .project_row.show {
	opacity:1;
}

.project_row.inactive {
	cursor:pointer;
}

.project_row.inactive .logo_title a {
	pointer-events:all;
}

.logo_title a {
	-webkit-transition:color 0.4s var(--easing);
	transition:color 0.4s var(--easing);
}

/*body.no_touch .project_row.inactive .logo_title a:hover,*/
body.no_touch .page_about .logo_title a:hover {
	color:#CBCBCB;
}

.project_row .logo_title,
.table_row .logo_title,
.text_tabelle .logo_title,
.page_about .logo_title,
.news .logo_title {
	opacity: 0;
	width: auto;
	padding-left: 0;
	padding-right: 10px;
	flex: 0 0 auto;
	-webkit-transition: opacity 0.4s var(--easing);
	transition: opacity 0.4s var(--easing);
}

.project_row .logo_title.spacer,
.page_about .logo_title.spacer,
.news .logo_title.spacer  {
	pointer-events:none;
	opacity:0 !important;
	visibility:hidden;
}

.project_row .project_title {
	width: 22%;
	flex: 0 0 22%;
}

.project_row .logo_title a {
	-webkit-transition:color 0.4s var(--easing);
	transition:color 0.4s var(--easing);
}

.project_row .project_thumbs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
	position:relative;
	height: 2vw;
	margin-right: calc(22% + auto);
	overflow: auto;
	white-space: nowrap;
	scrollbar-width: none;
	opacity: 0;
	pointer-events: none;
	background-blend-mode: color;
	-webkit-transition: opacity 0.4s var(--easing);
	transition: opacity 0.4s var(--easing);
}

.project_row .project_thumbs .current_slide {
	opacity:0;
	pointer-events:none;
	position:absolute;
	width:20px;
	height:100%;
	background:var(--font_color);
	top:0;
	left:0;
	z-index:1;
	-webkit-transition:width 0.4s var(--easing), left 0.4s var(--easing), opacity 0.4s var(--easing);
	transition:width 0.4s var(--easing), left 0.4s var(--easing), opacity 0.4s var(--easing);
}

.project_row.active .project_thumbs .current_slide {
	opacity:1;
}

.project_row.init .project_thumbs,
.project_row:hover .project_thumbs,
.project_row.init .logo_title,
.project_row:hover .logo_title {
	opacity:0.9;
}

.project_row .project_thumbs::-webkit-scrollbar {
	display: none;
}

.project_row .project_thumbs .project_slider {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: auto;
	margin: 0 auto;
	position:relative;
}

.project_row .project_thumbs .show_slide {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 2.5px;
	flex-shrink: 0;
	overflow-y:hidden;
	-webkit-transition:opacity 0.4s var(--easing);
	transition:opacity 0.4s var(--easing);
}

.project_row.active .project_thumbs .show_slide {
	cursor:pointer;
}

body.no_touch .project_row.active .project_thumbs .show_slide:hover {
	opacity:0.5;
}

.project_row .project_thumbs img,
.project_row .project_thumbs video {
	height: 100%;
	width: auto;
	filter: grayscale(100%);
	flex-shrink: 0;
}

.project_row .project_thumbs .project_thumb_txt {
	width:2vw;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project_row .project_thumbs .project_thumb_txt span {
	display:inline-block;
}

.project_row .project_filter {
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	pointer-events:none;
	-webkit-transition:opacity 0.4s var(--easing);
	transition:opacity 0.4s var(--easing);
}

.project_row.active .project_filter {
	opacity:1;
	pointer-events:all;
}

.project_row .project_filter a {
	-webkit-transition:color 0.4s var(--easing);
	transition:color 0.4s var(--easing);
	margin:0 5px;
}

body.no_touch .project_row .project_filter a.inactive:hover,
.project_row .project_filter:not(.init) a.inactive {
	color:#CBCBCB;
}

.project_row .project_thumbs .project_thumb {
	display:none;
}

.project_row .project_thumbs .project_thumb.show {
	display:flex;
}

.project_row.active .project_thumbs {
	cursor: grab;
}
.project_row.active .project_thumbs.dragging {
	cursor: grabbing;
}

/*------------------------------------------------------
ACTIVE PROJECT ROW
------------------------------------------------------*/

.project_row.hide {
	opacity:0 !important;
	pointer-events:none;
	-webkit-transition:none;
	transition:none;
}

.project_row.show.active,
.project_row.show.active .logo_title,
.project_row.show.active .project_thumbs {
	opacity:1 !important;
	pointer-events:none;
	border-bottom:none 0;
}

.project_row.show.active .project_thumbs,
.project_row.show.active .logo_title a {
	pointer-events:all;
}

.project_row.show.active .logo_title a {
	color:#CBCBCB;
}

body.no_touch .project_row.show.active .logo_title a:hover {
	color:#000;
}

/*------------------------------------------------------
PROJECT DETAIL
------------------------------------------------------*/

.project_detail {
	position:absolute;
	top:2.8vw;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	overflow:visible;
	z-index:-1;
	scrollbar-width: none;
}

.project_detail::-webkit-scrollbar {
    display: none;
}

.project_detail .inside_project_detail,
.project_detail .swiper,
.project_detail .swiper .swiper-wrapper,
.project_detail .swiper .swiper-wrapper .swiper-slide,
.project_detail .next,
.project_detail .prev {
	height:100% !important;
	overscroll-behavior: none;
}

.project_detail .swiper .swiper-wrapper .swiper-slide {
	overflow:auto;
	scrollbar-width: none;
}

.project_detail .swiper .swiper-wrapper .swiper-slide::-webkit-scrollbar {
    display: none;
}

.project_detail .next,
.project_detail .prev {
	position:absolute;
	top:0;
	bottom:0;
	width:50vw;
	opacity:0.5;
	z-index:2;
	cursor:pointer;
}

.project_detail .prev {
	left:0;
	cursor: w-resize;
	cursor: url(images/icon_left.webp), auto;
}

.project_detail .next {
	right:0;
	cursor: e-resize;
	cursor: url(images/icon_right.webp), auto;
}

.project_detail .swiper .swiper-wrapper .swiper-slide {
	display:none;
	opacity:0;
	pointer-events:none;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:opacity 0.4s var(--easing);
	transition:opacity 0.4s var(--easing);
}

.project_detail .swiper .swiper-wrapper .swiper-slide.show {
	display:block;
}

.project_detail .swiper .swiper-wrapper .swiper-slide.active {
	opacity:1;
	pointer-events:all;
}

.swiper, main, .detail_page.project_height  {
	overflow:visible !important;
}

.project_detail .swiper .swiper-wrapper .swiper-slide.type_fullscreen {
	height:calc(100vh + 2.8vw) !important;
	background:#fff;
}

/*------------------------------------------------------
PROJECT DETAIL | IMG + VID
------------------------------------------------------*/

.swiper-slide.filter_img.type_fullscreen,
.swiper-slide.filter_vid.type_fullscreen,
.swiper-slide.filter_pln.type_fullscreen {
	margin-top:-2.8vw;
	margin-left:var(--offset-minus);
	margin-right:var(--offset-minus);
	width:100vw !important;
}

.swiper-slide.filter_img.type_fullscreen img,
.swiper-slide.filter_pln.type_fullscreen img,
.swiper-slide.filter_vid.type_fullscreen video {
	width:100%;
	height:100vh;
	object-fit:cover;
	object-position: center center;
}

.swiper-slide.filter_img.type_passpartout img,
.swiper-slide.filter_pln.type_passpartout img,
.swiper-slide.filter_vid.type_passpartout video {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: center center;
}

.swiper-slide.filter_img.type_passpartout.format_portrait img,
.swiper-slide.filter_pln.type_passpartout.format_portrait img,
.swiper-slide.filter_vid.type_passpartout.format_portrait video {
	width:60%;
	margin:0 auto;
}

.swiper-slide.filter_img.type_passpartout.format_landscape img,
.swiper-slide.filter_pln.type_passpartout.format_landscape img,
.swiper-slide.filter_vid.type_passpartout.format_landscape video {
	width:calc(100% - (var(--offset) * 2));
	margin-left:var(--offset);
	margin-right:var(--offset);
	margin-top:1.4vw;
	margin-bottom:2.8vw;
	height:calc(100% - 9.11vw);
	object-fit:contain;
	object-position: center center;
}

.swiper-slide.filter_img.type_passpartout.format_portrait img,
.swiper-slide.filter_pln.type_passpartout.format_portrait img,
.swiper-slide.filter_vid.type_passpartout.format_portrait video {
	margin-top:1.4vw;
	height:calc(100% - 2.5vw);
}

.swiper-slide .legend {
	position:fixed;
	bottom:5vw;
	left:0;
	font-size:clamp(20px, 1.56vw, 30px);
	line-height:clamp(20px, 1.56vw, 30px);
	text-align:left;
}

.swiper-slide.filter_img.type_passpartout.format_portrait .legend ,
.swiper-slide.filter_pln.type_passpartout.format_portrait .legend ,
.swiper-slide.filter_vid.type_passpartout.format_portrait .legend  {
	width:20%;
}

/*------------------------------------------------------
TXT
------------------------------------------------------*/

.text_laufschrift {
	display:block;
	max-width:calc(680px - (var(--offset) * 2));
	width:calc(100% - (var(--offset) * 2));
	padding-left:var(--offset);
	padding-right:var(--offset);
	margin:0 auto;
	padding-top:45px;
	height:calc(100% - (45px + 4.555vw));
	overflow:auto;
	scrollbar-width: none;
	text-align:left;
	padding-bottom:4.555vw;
}

.text_laufschrift::-webkit-scrollbar {
    display: none;
}

.text_zitat {
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:calc(1300px - (var(--offset) * 2));
	width:calc(100% - (var(--offset) * 2));
	margin:0 auto;
	margin-top:-2.8vw;
}

.text_zitat quote {
	text-align:left;
	padding-bottom:4.555vw;
}

.text_tabelle {
	text-align:left;
	border-top:1px solid var(--font_color);
	background-image: repeating-linear-gradient(
	to bottom,
	transparent 0,
	transparent calc(var(--row_height) - 1px),
	#000 calc(var(--row_height) - 1px),
	#000 var(--row_height));
	padding-bottom:1px;
	padding-bottom:calc(4.555vw - 1px)
}

.text_tabelle .table_row {
	display: flex;
	align-items: start;
	z-index: 1;
	line-height: var(--row_height);
}

.text_tabelle .column_left {
	width: 11%;
  	flex: 0 0 11%;
}

.text_tabelle .column_right {
	display: flex;
	flex: 1 1 auto;
	padding-right:7.7vw;
}

.text_tabelle .column_right p {
	margin-bottom:0;
	padding-bottom:0;
}

.text_tabelle .table_row a {
	color: #0B0BFD;
	text-decoration: underline;
}


/*------------------------------------------------------
ABOUT
------------------------------------------------------*/

.about_outer {
	display:none;
}

.fixed_logo_mobile {
	display:none;
}

.detail_page.is_black .page_about,
.detail_page.is_black .page_about * {
	color:#fff;
	pointer-events:all;
}

.page_about .inside_about {
	padding-bottom:calc(18.22vw + (var(--row_height) / 2));
}

.page_about .about_with_grids {
	background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(var(--row_height) - 1px),
		#fff calc(var(--row_height) - 1px),
		#fff var(--row_height)
	);
	line-height:var(--row_height);
	padding-bottom:10px;
}

.page_about .logo_section,
.page_about .team_row {
	display: flex;
	align-items: flex-start;
}

.page_about .team_row {
	padding-bottom:0;
}

.page_about .logo_section .about_info a,
.page_about .team_row a.show_team_detail,
.page_about .team_row .team_text a {
	color:#0B0BFD !important;
	text-decoration:underline;
}

.page_about .logo_title,
.page_about .team_row .logo_title {
	opacity:1;
	flex-shrink: 0;
}

.page_about .logo_section.init.show .logo_title {
	opacity:1;
}

.page_about .about_content,
.page_about .team_content {
	flex-grow: 1;
}

.page_about .team_content {
	display:flex;
}

.page_about .team_row .column_left {
	width:17vw;
	flex-shrink: 0;
}

.page_about .team_row .column_left a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page_about .team_row .column_right {
	flex-grow: 1;
}

.page_about .team_row .column_right .team_text {
	display:none;
}

.page_about .about_logo_section .logo_title {
	opacity:0;
	-webkit-transition:opacity 0.4s var(--easing);
	transition:opacity 0.4s var(--easing);
}

body.no_touch .page_about .about_logo_section:hover .logo_title {
	opacity:1;
}


/*------------------------------------------------------
FOOTER
------------------------------------------------------*/

footer {
	position:fixed;
	opacity:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	height:18.22vw;
	pointer-events:none;
	padding-left:clamp(10px, 1vw, 20px);
	padding-right:clamp(10px, 1vw, 20px);
	-webkit-transition:background 0.4s var(--easing), opacity 0.8s linear;
	transition:background 0.4s var(--easing), opacity 0.8s linear;
}

footer * {
	pointer-events:none !important;
}

.goto_about {
	position:fixed;
	top:calc(100% - 18.22vw);
	bottom:0;
	left:0;
	right:0;
	background:transparent;
	opacity:1;
	height:18.22vw;
	z-index:10000;
	cursor:pointer;
	-webkit-transition:height 0.8s var(--easing),top 0.8s var(--easing);
	transition:height 0.8s var(--easing),top 0.8s var(--easing);
}

.goto_about.hide, .goto_about.has_news {
	display:none !important;
}

footer .logo_hide {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#fff;
	height:0%;
	-webkit-transition:height 0.8s var(--easing), top 0.8s var(--easing);
	transition:height 0.8s var(--easing), top 0.8s var(--easing);
}

footer.is_black .logo_hide {
	background:#000;
}

footer .logo_hide.home_height {
	height:50%;
}

.goto_about.home_height {
	height:9.11vw;
	top:calc(100% - 9.11vw);
}

footer .logo_hide.project_height {
	height:75%;
}

.goto_about.project_height {
	height:4.555vw;
	top:calc(100% - 4.555vw);
}

footer .logo_hide.about_height,
footer .logo_hide.has_mouseover {
	height:0%;
}

.goto_about.about_height,
.goto_about.has_mouseover {
	top:calc(100% - 18.22vw);
	height:18.22vw;
}

footer.is_black {
	z-index:100;
}

footer.show {
	opacity:1;
}

footer a {
	pointer-events:all;
}

footer svg {
	width:100%;
	height:auto;
	fill: #000;
	-webkit-transition: fill 0.8s var(--easing);
    transition: fill 0.8s var(--easing);
}

footer.is_black svg {
	fill:#fff;
}

/*------------------------------------------------------
IE
------------------------------------------------------*/

.ie_message {
	display: none;
	padding: 10px;
}

.ie_message a {
	text-decoration: underline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.ie_message {
		display: block !important;
	}
   header, main, footer {
    display: none !important
   }
}

/*------------------------------------------------------
MOBILE
------------------------------------------------------*/

@media all and (max-width: 960px) and (min-width: 0) {

	:root {
	  --row_height:40px;
	}

	/*
	.detail_page {
		overflow:hidden;
	}
	*/

	.project_title.spacer, 
	.logo_title.spacer,
	.project_row .project_thumbs,
	.project_row .project_filter {
		display:none;
	}

	.project_row.mobile_view .project_thumbs,
	.project_row.mobile_view .project_filter {
		display:block;
	}

	.project_row {
		height:auto;
	}

	.project_row .project_title {
		width: 100%;
		flex: 0 0 100%;
		z-index:10;
	}

	.project_row.mobile_view:before,
	.project_row.mobile_view:after,
	.project_row.mobile_view .project_filter:after {
		display: block;
		content: '';
	    position: fixed;
	    left: 10px;
	    height: 1px;
	    background: var(--font_color);
	    width: calc(100% - 20px);
	    right: 10px;
	}

	.project_row:before {
		top: 40px;
	}

	.project_row:after {
		top:100px;
	}

	.project_row.active .project_thumbs {
		position:fixed;
		top:50px;
		left:0;
		right:0;
		height:40px;
	}

	.project_row .project_thumbs .project_thumb_txt {
		width:40px;
	}

	.project_row .project_filter {
		position:fixed;
		padding-top:100px;
		height:40px;
		left:0;
		right:0;
	}

	.project_row.show.active, .project_row.show.active .logo_title, .project_row.show.active .project_thumbs {
		z-index:10;
	}

	.project_row .project_filter:after {
		top:140px;
	}

	.project_row .project_filter a {
		margin:0 10px;
	}

	.text_zitat,
	.text_laufschrift {
		margin-top: 0;
		height:auto;
		padding-top:10px;
	}

	.text_zitat {
		min-height:100%;
	}

	.project_detail .swiper .swiper-wrapper .swiper-slide {
		top:130px;
		height: calc(100% - 130px) !important;
		overflow:none;
	}

	.project_detail .swiper .swiper-wrapper .swiper-slide.type_fullscreen {
		top:0;
		height:100vh !important;
	}

	.swiper-slide.type_passpartout {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide.filter_pln.type_passpartout.format_portrait img {
		margin-top:40px;
		margin-bottom:40px;
		height:calc(100% - 80px);
	}

	.text_tabelle {
		margin-left:var(--offset);
		margin-right:var(--offset);
	}

	 .text_tabelle .logo_title {
	 	display:none;
	 }

	 .text_tabelle .column_left {
	 	width:40%;
	 	flex: 0 0 40%;
	 }

	 .text_tabelle .table_row {
	 	border-top:none;
	 }

	 .text_tabelle .column_left {
	 	min-height:var(--row_height);
	 }

	.page_about .team_content {
	 	display:block;
	 }

	 .page_about .team_content .column_left {
		width:calc(100% - 10px);
		flex-shrink: 0;
	}

	.page_about .team_content .column_right {
		flex-grow: 0;
		width:calc(100% - 10px);
	}

	.swiper-slide.filter_img.type_passpartout.format_portrait .legend ,
	.swiper-slide.filter_pln.type_passpartout.format_portrait .legend ,
	.swiper-slide.filter_vid.type_passpartout.format_portrait .legend  {
		width:auto;
	}

	.swiper-slide.filter_img.type_passpartout.format_portrait img, 
	.swiper-slide.filter_pln.type_passpartout.format_portrait img, 
	.swiper-slide.filter_vid.type_passpartout.format_portrait video {
		width:80%;
	}

	footer .logo_hide.project_height {
		height:60%;
	}

	.goto_about.project_height {
		height:7.28vw;
		top:calc(100% - 7.28vw);
	}

	.project_row.show.active {
		position:relative;
	}

	.project_listing_outer.active {
		position:sticky;
		top:0;
	}

	.project_row.show.active:after {
		display:block;
		content:'';
		position:fixed;
		bottom:0;
		left:10px;
		right:10px;
		width:calc(100% - 20px);
		height:1px;
		background:#000;
	}

	.text_tabelle {
		border-top:none 0;
		margin-left:0;
		margin-right:0;
	}

	.fixed_logo_mobile {
		display:block;
		position:fixed;
		top:0;
		left:var(--offset);
		z-index:100;
	}

	.page_about .logo_title {
		opacity:0;
	}

	.fixed_logo_mobile a {
		color:#fff !important;
	}

	.swiper-slide .legend {
		bottom:10vw;
	}

	.news .inside_news .news_content {
		margin-top:9px;
	}

	.inside_news_content .news_media {
		display:none;
	}

}