/*
THEME NAME: Sägenvier 2025
VERSION: 1.0
AUTHOR: Ewald Natter
AUTHOR URI: http://www.freelenz.at
*/

/* FONTS
-------------------------------------------------------------------------------- */  
  
@import url('https://use.typekit.net/uxs0qga.css');

@font-face {
  font-family: Maax-Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Maax-Mono-Regular.woff2") format("woff2");
  } 
  
@font-face {
  font-family: Maax-Mono;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Maax-Mono-Bold.woff2") format("woff2");
  }    
  
.avenir {
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: 1.45;
  }  
  
/* GENERAL
-------------------------------------------------------------------------------- */   

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  
  --blue: #0057BA;
  --header-height: calc(48vw / 1920 * 100);
  
  --font-size-tiny: calc(12vw / 1920 * 100);
  --font-size-small: calc(14vw / 1920 * 100);
  --font-size-default: calc(16vw / 1920 * 100);
  --font-size-medium: calc(18vw / 1920 * 100);
  --font-size-large: calc(20vw / 1920 * 100);
  }
  
HTML {
  scrollbar-width: none;
  }  
  
BODY {
  font-family: Maax-Mono;
  font-size: var(--font-size-medium);
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-font-smoothing: antialiased; 
  }  
  
A {
  text-decoration: none;
  transition: 0.2s;
  color: #000;
  }  
  
A:hover {
  color: var(--blue);
  }  
  
VIDEO {
  max-width: 100%;
  height: auto;
  }  
  
.tablet,
.mobile {
  display: none;
  }  
  
::selection {
  background: var(--blue);
  color: #fff;
  }  

/* HEADER
-------------------------------------------------------------------------------- */

HEADER {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: #fff;
  }
  
HEADER #logo {
  min-width: 20vw;
  }  
  
HEADER #logo .hover {
  display: none;
  }  
  
HEADER #logo:hover .hover {
  display: block;
  }
  
HEADER #logo:hover .default {
  display: none;
  }
  
BODY.menu HEADER #logo .default,
BODY.menu #toolbar {
  display: none;
  }  
  
BODY.menu HEADER #logo .hover {
  display: block;
  }

HEADER A {
  display: inline-block;
  font-size: calc(35vw / 1920 * 100);
  line-height: var(--header-height);
  padding-left: calc(10vw / 1920 * 100);
  cursor: pointer;
  }

HEADER H1 {
  font-weight: normal;
  padding: 3px 10px;
  }
  
HEADER #link-menu {
  position: absolute;
  top: 0;
  left: 60%;
  transition: 0.2s;
  display: none;
  }
  
HEADER #back {
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  width: var(--header-height);
  line-height: var(--header-height);
  text-align: center;
  }  
  
HEADER #back I {  
  font-size: calc(24vw / 1920 * 100);
  line-height: var(--header-height);
  }
  
HEADER #language {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: calc(10vw / 1920 * 100);
  display: none;
  }
  
BODY.home HEADER #language {
  display: block;
  }  
  
BODY.home MAIN {
  padding-top: 0;
  }  
  
HEADER #language UL {
  display: flex;
  }  
  
HEADER #language UL LI {
  list-style-type: none;
  font-size: var(--font-size-large);
  line-height: var(--header-height);
  }  
  
HEADER #language UL LI:before {    
  content: "/";
  display: inline;
  padding: 0 calc(0vw / 1920 * 100);
  }
  
HEADER #language UL LI:first-child:before {    
  display: none;
  }  
  
HEADER #language UL LI A {
  font-size: 0;
  text-transform: uppercase;
  padding: 0;
  float: left;
  }  
  
HEADER #language UL LI:before {
  float: left;
  }  
  
HEADER #language LI.wpml-ls-item-de A:before {
  content: "DE";
  font-size: var(--font-size-large);
  }  
  
HEADER #language LI.wpml-ls-item-en A:before {
  content: "EN";
  font-size: var(--font-size-large);
  }   
  
/* SUBHEADER
-------------------------------------------------------------------------------- */    

.subheader {
  position: fixed;
  z-index: 9;
  width: 100%;
  font-weight: normal;
  font-size: calc(35vw / 1920 * 100);
  line-height: var(--header-height);
  padding-left: calc(10vw / 1920 * 100);
  background: #000;
  color: #fff;
  padding-top: var(--header-height);
  }  
  
/* BURGER
------------------------------------------------------------ */   
  
#burger {
  position: fixed;
  z-index: 100; 
  width: calc(48vw / 1920 * 100);
  height: calc(48vw / 1920 * 100);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  transition: position 0s;
  cursor: pointer;
  right: 0;
  top: 0;
  }

#burger SPAN {
  display: block;
  position: absolute;
  width: calc(30vw / 1920 * 100);
  height: 2px;
  background: #000;
  opacity: 1;
  right: calc(10vw / 1920 * 100);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  }
  
@media (min-width: 1600px){
  
  #burger SPAN {
    height: 2.5px;
    }
}

@media (min-width: 1900px){
  
  #burger SPAN {
    height: 3px;
    }
}

@media (min-width: 2400px){
  
  #burger SPAN {
    height: 3.5px;
    }
}
  
#burger:hover SPAN {  
  /*background: var(--blue);*/
  }

#burger span:nth-child(1) {
  top: calc(12vw / 1920 * 100);
  }

#burger span:nth-child(2) {
  top: calc(22vw / 1920 * 100);
  }
  
#burger span:nth-child(3) {
  top: calc(32vw / 1920 * 100);
  }

BODY.menu #burger span:nth-child(1) {
  width: 0%;
  }

BODY.menu #burger span:nth-child(2) {
  transform: rotate(45deg);
  }

BODY.menu #burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(22vw / 1920 * 100);
  }
  
BODY.menu #link-menu {
  opacity: 0;
  }

/* MENÜ
-------------------------------------------------------------------------------- */  
  
#menu {
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: calc(48vw / 1920 * 100);
  left: 100vw;
  right: 0;
  bottom: 0;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 1px;
  transition: 400ms cubic-bezier(.77,0,.175,1);
  }  
  
BODY.menu #menu {
  left: 0;
  }  
  
#menu .tile {
  display: block;
  background: #000;
  color: #fff;
  font-size: calc(35vw / 1920 * 100);
  padding: calc(10vw / 1920 * 100);
  position: relative;
  overflow: hidden;
  }  
  
#menu A.tile:hover {  
  background: var(--blue);
  }
  
#menu .tile IMG {
  position: absolute;
  }  
  
#menu .t1 {
  grid-column: span 2;
  grid-row: span 2;
  }  
  
#menu .t1 IMG {
  top: -1px;
  right: -1px;
  width: auto;
  height: 37%;
  }  
  
#menu #team,
#menu .t3 {
  grid-row: span 2;
  }  
  
#menu .t3 IMG {
  top: -1px;
  right: 0px;
  height: 50%;
  width: auto;
  }    
  
#menu #archive {
  grid-row: span 2;
  } 
  
#menu .t7 {
  grid-row: span 2;
  }  
  
#menu .t7 IMG {
  top: -1px;
  right: -1px;
  height: 50%;
  width: auto;
  }   
  
#menu #auftraggeberinnen {
  grid-column: span 2;
  grid-row: span 2;
  }    
  
#menu .t9 IMG {
  top: -1px;
  left: 0px;
  height: 100%;
  width: auto;
  }    
  
/* INTRO
-------------------------------------------------------------------------------- */   

#intro {
  font-size: calc(100vw / 1920 * 100);
  padding: calc(43vw / 1920 * 100);
  padding-top: calc(122vw / 1920 * 100);
  margin-bottom: calc(112vw / 1920 * 100);
  }

#grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 53.75vw;
  background: #eee;
  gap: 0px;
  }  
  
#grid .slider {
  display: none;
  }  
  
#grid .slider .description {
  display: none;
  }  
  
#grid .project {
  display: block;
  overflow: hidden;
  grid-row: span 1;
  grid-column: span 1;
  position: relative;
  background: #ddd;
  }  
  
#grid .item.portrait {
  grid-row: span 2;
  }  
  
#grid .item.landscape.big {
  grid-column: span 2;
  grid-row: span 2;
  }  
  
#grid .project FIGURE {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  
#grid .project FIGURE IMG {  
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.2s;
  }
  
#grid .project FIGURE IMG.hover {    
  opacity: 0;
  }
  
#grid .project:hover FIGURE IMG.hover {    
  opacity: 1;
  }  
  
FIGCAPTION {
  display: block;
  position: absolute;
  background: #fff;
  bottom: 0;
  width: 100%;
  padding: calc(5vw / 1920 * 100) calc(10vw / 1920 * 100);
  bottom: calc(80vw / 1920 * -100);
  transition: 0.2s;
  color: #000;
  font-size: var(--font-size-medium);
  }
  
.item:hover FIGCAPTION,
.grid-item:hover FIGCAPTION {    
  bottom: 0;
  }
  
/* SPLIDE SLIDER
-------------------------------------------------------------------------------- */  

.splide {
  cursor: pointer;
  }

.splide IMG,
.splide VIDEO {
  max-height: 100%;
  width: auto;
  }  
  
/* SINGLE PROJEKTSEITE
-------------------------------------------------------------------------------- */    
  
.single-project {
  height: 100%;
  overflow: hidden;
  }

.single-project HEADER {
  display: none;
  }

.single-project #close {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: calc(50vw / 1920 * 100);
  height: calc(50vw / 1920 * 100);
  text-align: center;
  }  
  
.single-project #close I {  
  font-size: calc(25vw / 1920 * 100);
  line-height: calc(50vw / 1920 * 100);
  }  
  
.single-project .swiper {     
  position: fixed;
  width: 100%;
  top: 0;
  height: calc(100% - 48px);
  transition: height 600ms cubic-bezier(.77,0,.175,1), visibility 600ms cubic-bezier(.77,0,.175,1);
  cursor: grab;
  }
  
.single-project .swiper:active {      
  cursor: grabbing;
  }
  
.single-project .swiper .swiper-slide {
  width: auto;
  } 
  
.single-project .swiper .swiper-pagination { 
  display: none;
  }
  
.single-project .swiper .swiper-slide IMG,
.single-project .swiper .swiper-slide VIDEO {     
  height: 100%;
  width: auto;
  }  
  
.single-project .swiper .swiper-button-next {
  right: calc(16vw / 1920 * 100);
  top: 50%;
  margin-top: calc(25vw / 1920 * -100);
  transition: 0.2s;
  }  
  
.single-project .swiper .swiper-button-next:hover {  
  transform: translateX(5px);
  }  
  
.single-project .swiper .swiper-button-next:after {
  font-family: icomoon;
  font-size: calc(25vw / 1920 * 100);
  content: "\e908";
  color: #fff;
  }  
  
.single-project .text {
  height: 60%;
  position: absolute;
  z-index: 2;
  top: 100%;
  transform: translateY(-48px);
  width: 100%;
  background: #fff;
  transition: transform 600ms cubic-bezier(.77,0,.175,1), visibility 600ms cubic-bezier(.77,0,.175,1);
  }
  
.single-project .text .scrollable {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  z-index: 2;
  position: relative;
  }  
  
.single-project .text .scrollable::-webkit-scrollbar {
  display: none;
  }  
  
.single-project .text .head {
  font-size: 20px;
  line-height: 48px;
  padding: 0 10px;
  cursor: pointer;
  }  
  
.single-project .text .next {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  font-size: var(--font-size-default);
  right: 10px;
  text-align: right;
  }  
  
.single-project .text .content {  
  padding: 15px 10px;
  max-width: 700px;
  }
  
.single-project .text .content P {    
  margin-bottom: 1.5em;
  font-size: var(--font-size-default);
  line-height: 1.375;
  }
  
.single-project .text .content P:last-child {
  margin-bottom: 0;
  }  
  
.single-project .text .toggle {
  position: absolute;
  z-index: 2;
  height: 48px;
  width: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  top: 0;
  right: 0;
  transition: 1s;
  }
  
.single-project .text .toggle:before {    
  font-family: icomoon;
  content: "\e904";
  }
  
.single-project MAIN.details .swiper {
  height: 40%;
  }
  
.single-project MAIN.details .text {
  transform: translateY(-60vh);
  } 
  
.single-project MAIN.details .text .toggle {
  transform: rotate(-45deg);
  } 
  
/* MASONRY
-------------------------------------------------------------------------------- */   

#masonry,
#masonry-overlay {
  width: 100vw;
  float: right;
  transition: opacity 0.25s;
  }
  
#masonry.narrow,
#masonry-overlay.narrow,
#masonry-client {
  width: 60vw;
  transition: opacity 0.25s;
  }
  
#masonry-overlay {
  position: fixed;
  right: 0;
  top: var(--header-height);
  bottom: 0;
  background: #fff;
  scrollbar-width: none;
  overflow-y: scroll;
  }
  
#masonry-overlay::-webkit-scrollbar {
  display: none;
  } 

.masonry .tile {
  width: 20vw;
  aspect-ratio: 384 / 258;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  }  
  
.masonry .tile.empty,
.masonry .tile.light {
  cursor: inherit;
  }  
  
.masonry .tile FIGURE {  
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #B2B2B2;
  background: linear-gradient(45deg,rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
  }
  
.masonry .tile FIGURE IMG {   
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
  }
  
#archiv #details {
  position: fixed;
  top: calc(48vw / 1920 * 100);
  bottom: 0;
  left: 0;
  width: 40%;
  overflow-y: scroll;
  scrollbar-width: none;
  } 
  
#archiv #details:hover + #masonry.narrow,
#archiv #details:hover ~ #masonry-overlay.narrow #masonry-client {  
  opacity: 0.4;
  }
  
#archiv #details::-webkit-scrollbar {
  display: none;
  }
  
#archiv .details:before {   
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  }
  
#archiv .details.loading:before {  
  opacity: 1;
  visibility: visible;
  }
  
#archiv .details ARTICLE {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }  
  
#archiv .details ARTICLE .swiper {
  background: linear-gradient(45deg,rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
  aspect-ratio: 384 / 258;
  overflow: visible;
  cursor: pointer;
  }
  
#archiv .details ARTICLE .swiper .swiper-slide IMG {  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: 0.2s;
  }
  
#archiv .details ARTICLE .swiper .swiper-slide.video {
  background: #fff !important;
  }  
  
#archiv .details ARTICLE .swiper.ready .swiper-slide IMG {
  opacity: 1;
  }
  
#archiv .details ARTICLE .swiper.ready .swiper-slide .plyr--video {
  position: relative;
  height: 100%;
  }
  
#archiv .details ARTICLE .swiper-pagination {  
  font-size: var(--font-size-large);
  line-height: 1.25;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  text-align: right;
  padding: calc(10vw / 1920 * 100);
  width: 100px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 1px; 
  }
  
#archiv .details ARTICLE .swiper-button-prev,
#archiv .details ARTICLE .swiper-button-next {
  display: none;
  }  
  
#archiv .details ARTICLE .text {
  padding: calc(10vw / 1920 * 100);
  padding-right: calc(50vw / 1920 * 100);
  }  
  
#archiv .details ARTICLE .text .title {  
  font-size: var(--font-size-large);
  line-height: 1.25;
  padding-right: calc(50vw / 1920 * 100);
  margin-bottom: 1em;
  }
  
#archiv .details ARTICLE .text P {  
  font-family: "avenir-next-lt-pro", sans-serif;
  margin-bottom: 1em;
  font-size: var(--font-size-default);
  line-height: 1.45;
  }
  
#archiv .details ARTICLE .bottom {
  padding: calc(10vw / 1920 * 100);
  }
  
#archiv .details ARTICLE .bottom A { 
  color: #000;
  font-size: var(--font-size-default);
  cursor: pointer;
  }
  
#archiv .details ARTICLE .bottom A:hover {    
  color: var(--blue);
  }
  
#archiv .details ARTICLE .bottom #back-to-archive {
  display: none;
  }  
  
.single-client #archiv .details ARTICLE .bottom #customer-posts,
#archiv .details ARTICLE .bottom.client #customer-posts {
  display: none;
  }

.single-client #archiv .details ARTICLE .bottom #back-to-archive,
#archiv .details ARTICLE .bottom.client #back-to-archive {
  display: inline-block;
  }
  
/* BÜRO TEAM
-------------------------------------------------------------------------------- */   

#team #masonry {
  scrollbar-width: none;
  overflow-y: scroll;
  }  
  
#team #masonry::-webkit-scrollbar {
  display: none;
  }
  
#team .tile FIGURE IMG {
  filter: grayscale(1);
  }
  
#team .tile:hover FIGURE IMG {
  filter: grayscale(0);
  }  
  
#team .tile > .name {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(30vw / 1920 * 100);
  line-height: calc(30vw / 1920 * 100);
  font-size: var(--font-size-large);
  padding-left: calc(10vw / 1920 * 100);
  background: #fff;
  }
  
#team .tile.coworking .name {
  background: #F4E7D1;
  }   
  
#team.show-details .tile.coworking .name {   
  background: #F4E7D1;
  }  
  
#team .tile.head {
  background: #000;
  color: #fff;
  padding: calc(10vw / 1920 * 100);
  font-size: calc(35vw / 1920 * 100);
  transition: none;
  } 
  
#team .tile.black:hover {  
  background: var(--blue);
  }
  
#team .tile.light {   
  background: #F4E7D1;
  color: #000;
  }
  
#team .tile.clear {     
  clear: both;
  }
  
#team .tile.e3 {
  display: none;
  }  
  
#team .tile .details {
  display: none;
  position: absolute;
  left: -100000px;
  }
  
#team #details {
  width: 39.99%;
  position: fixed;
  top: calc(48vw / 1920 * 100);
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  }
  
#team #details::-webkit-scrollbar {
  display: none;
  }  

#team #details .type {   
  height: 100%;
  }
  
#team #details .type.coworking {    
  background: #F4E7D1;
  }
  
#team #details .top {   
  display: flex;
  }
  
#team #details .top H2 {  
  font-weight: normal;
  font-size: calc(35vw / 1920 * 100);
  padding-left: calc(10vw / 1920 * 100);
  }
  
#team #details P {
  margin-bottom: 1.5em;
  }  
  
#team #details FIGURE {  
  width: 50%;
  aspect-ratio: 384 / 516;
  background: #eee;
  position: relative;
  }
  
#team #details FIGURE IMG {  
  width: 100%;
  height: auto;
  } 
  
#team #details FIGURE .credits { 
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  padding: calc(5vw / 1920 * 100) calc(12vw / 1920 * 100);
  font-size: var(--font-size-tiny);
  line-height: 1.9;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  }
  
#team #details FIGURE:hover .credits { 
  opacity: 1;
  }  
  
#team #details .contact {
  padding: calc(12vw / 1920 * 100);
  padding-right: calc(100vw / 1920 * 100);
  font-size: var(--font-size-large);
  margin-bottom: 1em;
  }
  
#team #details .contact .name {  
  margin-bottom: 1.5em;
  }
  
#team #details .description {
  font-size: var(--font-size-default);
  padding: calc(12vw / 1920 * 100);
  padding-right: calc(48vw / 1920 * 100);
  }  
  
#buero .ex {
  font-family: Maax-Mono;
  font-size: var(--font-size-small);
  line-height: 1.64;
  margin-top: 2.9em;
  }  
  
/* LAYOUT / COLUMNS
-------------------------------------------------------------------------------- */   

MAIN {
  padding-top: calc(48vw / 1920 * 100);
  }
  
H2.subheader + MAIN {
  padding-top: calc(var(--header-height)*2);
  }

MAIN.columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-size: var(--font-size-default);
  }

MAIN.columns .left {
  padding: calc(12vw / 1920 * 100);
  width: 40%;
  line-height: 1.45;
  }
  
MAIN.columns .right {
  padding: calc(12vw / 1920 * 100);
  width: 60%;
  line-height: 1.6;
  }
  
MAIN.columns P {   
  margin-bottom: 1.5em;
  max-width: 768px;
  }
  
MAIN.columns .right.gallery {  
  position: fixed;
  top: calc(48vw / 1920 * 100);
  right: 0;
  padding: 0;
  }
  
MAIN.columns .right.gallery #swiper {
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: grab;
  } 
  
MAIN.columns .right.gallery #swiper:active {   
  cursor: grabbing;
  }
  
MAIN.columns .right.gallery #swiper IMG {  
  max-width: 100%;
  height: auto;
  }
  
MAIN.columns .right.gallery #swiper .swiper-pagination-fraction {
  padding: calc(4vw / 1920 * 100) calc(12vw / 1920 * 100);
  text-align: right;
  position: static;
  display: flex;
  justify-content: flex-end;
  gap: 1px; 
  }  
  
MAIN.columns .back {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: calc(12vw / 1920 * 100);
  font-size: var(--font-size-default);
  }  
  
MAIN.columns .back.right-corner {
  left: auto;
  right: 0;
  }    
  
.page-template-auszeichnungen .swiper-pagination-fraction,
.page-template-kunden .swiper-pagination-fraction {
  display: none !important;
  }    
  
/* AUSZEICHNUNGEN
-------------------------------------------------------------------------------- */   
  
#auszeichnungen .left H3 {
  font-weight: normal;
  font-size: var(--font-size-small);
  }  
  
#auszeichnungen .left P { 
  font-size: var(--font-size-small);
  }  
  
#auszeichnungen .left IMG {   
  display: none;
  }  
  
/* AUSZEICHNUNGEN
-------------------------------------------------------------------------------- */   
  
#kunden .left H3 {
  font-weight: normal;
  font-size: var(--font-size-small);
  }  
  
#kunden .left A { 
  font-size: var(--font-size-small);
  line-height: 1.6;
  display: inline-block;
  color: #000 !important;
  }  
  
/* KONTAKT / IMPRESSUM
-------------------------------------------------------------------------------- */ 

#kontakt .left {
  font-size: 20px;
  line-height: 1.25;
  }

#kontakt .right {
  padding: 0;
  }
  
#kontakt #social #menu-item-26285 {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: calc(12vw / 1920 * 100);
  }  
  
#kontakt #social #menu-item-26285 A {
  font-size: var(--font-size-small);
  }  
  
#kontakt #social LI {
  display: inline-block;
 }  
 
#kontakt #social LI A {
  padding-right: 10px;
  }  
  
#kontakt #map {  
  margin-top: calc(48vw / 1920 * -100);
  aspect-ratio: 3 / 2;
  }
  
#kontakt #map .gm-style-iw {
  font-family: Maax-Mono;
  padding: 0 20px 10px 20px !important;
  }  
  
#kontakt #map .gm-style-iw-ch {
  height: 0 !important;
  }
  
#kontakt #map .gm-style-iw-d {
  margin-top: -25px;
  }  
  
#kontakt #map .gm-style-iw BUTTON {
  position: absolute;
  right: -20px !important;
  top: 0px;
  }

#kontakt #map .gm-style-iw,  
#kontakt #map .gm-style-iw-tc {
  margin-top: -10px !important;
  }  
  
/* ARCHIV TAGS / KATEGORIEN
-------------------------------------------------------------------------------- */  

#archiv.tags {
  padding-top: calc(48vw / 1920 * 100);
  }

#archiv.tags .grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 53.75vw;
  gap: 0px;
  }
  
#archiv.tags .grid .item {
  background: linear-gradient(45deg,rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
  grid-row: span 1;
  grid-column: span 1;
  }
  
#archiv.tags .grid .item.portrait {  
  grid-row: span 2;
  }
  
#archiv.tags .grid .item.large {  
  grid-column: span 2;
  grid-row: span 2;
  }  
  
#archiv.tags .grid .item FIGCAPTION {
  bottom: 0;
  }  
  
/* ARCHIV DEFAULT
-------------------------------------------------------------------------------- */   
  
#archiv.masonry {
  position: fixed;
  top: calc(48vw / 1920 * 100);
  left: 0;
  right: 0;
  bottom: 0;
  scrollbar-width: none;
  overflow-y: scroll;
  }
  
#archiv.masonry::-webkit-scrollbar {
  display: none;
  }
  
#archiv .item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  }
  
#archiv.masonry .tile {
  aspect-ratio: 384 / 258;
  width: 20vw;
  scroll-snap-align: start;
  }  
  
#archiv .item IMG {  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  }

#search {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 40%;
  width: 20%;
  }
  
#search I {
  font-size: calc(30vw / 1920 * 100);
  line-height: calc(48vw / 1920 * 100);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
  }  
  
#search INPUT {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: calc(48vw / 1920 * 100);
  height: calc(48vw / 1920 * 100);
  font-size: calc(35vw / 1920 * 100);
  font-family: inherit;
  border: none;
  }
  
#order {
  font-size: calc(35vw / 1920 * 100);
  line-height: calc(48vw / 1920 * 100);
  position: fixed;
  top: 0;
  left: 60%;
  z-index: 20;
  }  
  
#tags {
  font-size: calc(35vw / 1920 * 100);
  line-height: calc(48vw / 1920 * 100);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 80%;
  }    
  
#category-title {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 20%;
  line-height: calc(60vw / 1920 * 100);
  font-size: var(--font-size-medium);
  }  
  
/* SÄGENFILM
-------------------------------------------------------------------------------- */  

.saegenfilm {
  padding-top: var(--header-height);
  }
  
.saegenfilm VIDEO {  
  aspect-ratio: 16 / 9;
  background: #eee;
  }
  
/* PLYR CUSTOM
-------------------------------------------------------------------------------- */    

.plyr__video-wrapper {
  position: relative;
  background: #fff;  
  }
  
.plyr__video-embed__container {
  }

.plyr--video {
  --plyr-video-range-track-background: #000;
  --plyr-range-track-height: 1.5px;
  --plyr-font-size-time: 20px;
  --plyr-range-thumb-height: 18px;
  --plyr-color-main: #000;
  }
  
.plyr__progress__container {
  margin-left: 20px;
  margin-right: 20px;
  }  
  
.plyr--video .plyr__controls {
  background: #fff;
  color: #000;
  padding: 0;
  bottom: 0px;
  height: 49px;
  max-width: 384px;
  overflow: visible;
  }
  
.plyr--video .plyr__controls:before {  
  content: " ";
  background: #fff;
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 49px;
  }
  
.plyr--video .plyr__controls svg {  
  height: 16px;
  }
  
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  width: 1.5px;
  border-radius: 0;
  background: #000;
  box-shadow: none !important;
  }  
  
.plyr--video .plyr__control:hover {
  background: none;
  color: #000;
  }  
  
.plyr__controls__item svg {
  display: none;
  }
  
.plyr__control {
  width: 48px !important;
  padding: 0;
  box-sizing: content-box;
  }  
  
.plyr__control:before {
  font-family: icomoon;
  font-size: 22px;
  content: "\e900";
  }
  
.plyr__control--pressed:before {
  content: "\e901";
  font-size: 18px;
  }  
  
.plyr__volume BUTTON:before {
  font-family: icomoon;
  font-size: 22px;
  content: "\e902";
  }  
 
.plyr__volume BUTTON.plyr__control--pressed:before {
  content: "\e903";
  }  
  
/* COOKIE BANNER
-------------------------------------------------------------------------------- */   
  
.cookie-notice-container {
  background: #000;
  }
  
.cn-button.wp-default {
  background: var(--blue);
  border: none;
  text-shadow: none;
  color: #fff;
  font-family: Maax-Mono;
  margin-left: 20px !important;
  }  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
