/*
	Theme Name: Fandango
	Theme URI: https://www.fandangofilm.de
	Description: Fandango WordPress Theme
	Version: 1.0.0
	Author: Qwaiko GmbH
	Author URI: http://qwaiko.de
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  overflow-x: hidden;
}
body {
  font-size: 100%;
  font-family: "AvenirNextLTW01-Regular";
  background: #0b1b24;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  background: #0b1b24;
  border-radius: 4px;
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background: #ffcd00;
  border-radius: 4px;
  width: 8px;
}
html::-webkit-scrollbar-track {
  border-radius: 4px;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 {
  color: #fff;
  font-size: 1.5em;
  font-family: "Avenir Next LT W01 Demi";
}
h1 > a {
  color: #fff;
}
h2 {
  color: #fff;
  font-size: 1em;
  font-family: "Avenir Next LT W01 Demi";
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  line-height: 1.3;
  font-family: "Avenir Next LT W01 Demi";
}
a {
  color: #ffcd00;
  text-decoration: none;
}
a:hover {
  color: #ffcd00;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #ffcd00;
}
::selection {
  background: #ffcd00 !important;
  color: #0b1b24 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
::-webkit-selection {
  background: #ffcd00 !important;
  color: #0b1b24 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #ffcd00 !important;
  color: #0b1b24 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.has-text-color.has-yello-color {
  color: #ffcd00 !important;
}
.wp-block-separator.has-yello-background-color {
  background-color: #ffcd00 !important;
  margin-top: 2em;
  border-color: #ffcd00 !important;
}
.highlight,
.highlight > a,
.is_highlight a.title,
#project-posts article > .post-container h2 {
  color: #0b1b24;
  background-color: #ffcd00;
  padding: 4px 16px;
  display: inline-block;
  font-family: "AvenirNextLTW01-Medium";
  font-size: 1em;
  line-height: 1.3;
  text-decoration: none;
}
.is_highlight a.title {
  z-index: 2;
}
input[type="submit"],
.page-template-template-contact .wpcf7 .wpcf7 input.wpcf7-form-control.wpcf7-submit,
.wp-block-button__link,
.button,
.wp-block-file__button {
  color: #0b1b24;
  background-color: #ffcd00 !important;
  padding: 12px 100px 12px 24px !important;
  display: inline-block !important;
  font-family: "Avenir Next LT W01 Demi" !important;
  font-size: 1em;
  line-height: 1.5 !important;
  border: 0;
  outline: 0;
  background-image: url("img/submit.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  background-size: 30px 21px !important;
  min-width: 240px !important;
  max-width: 480px !important;
  text-align: left !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.wp-block-file {
  margin: 1em 0;
}
.wp-block-file__button {
  background-image: none !important;
  border-radius: 0 !important;
  min-width: 80px !important;
  max-width: 240px !important;
  padding: 8px 12px 8px 12px !important;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited,
.wp-block-file__button:active,
.wp-block-file__button:focus,
.wp-block-file__button:hover,
.wp-block-file__button:visited {
  color: #0b1b24 !important;
}
input[type="submit"]:hover,
.page-template-template-contact .wpcf7 .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
.wp-block-button__link:hover,
.button:hover {
  background-position: 95% center !important;
}
.wp-block-buttons .wp-block-button {
  margin: 1em 0;
}
.hidden {
  visibility: hidden;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  overflow: hidden;
}
/* header */
.header {
  background-color: transparent;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  padding-top: 26px;
  z-index: 999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.scrolled .header {
  background-color: #0b1b24;
  padding-top: 0;
  height: 80px;
}
body.bottom.scrolled .header {
  background-color: #ffffff;
}
.header-wrap {
  margin: 0 auto;
  width: 83.333333%;
  position: relative;
}
/* menu-button */
.menu-btn {
  width: 28px;
  height: 21px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 0;
  top: 50%;
  margin-top: -13px;
  z-index: 999;
}
body.scrolled .menu-btn {
  margin-top: -7px;
}
.menu-btn a {
  font-family: "Avenir Next LT W01 Demi";
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  top: 4px;
  left: -40px;
  font-size: 0.625em;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-btn span:nth-child(2) {
  top: 0px;
}
.menu-btn span:nth-child(3) {
  top: 9px;
}
.menu-btn span:nth-child(4) {
  top: 18px;
}
.menu-btn.open a {
  color: #0b1b24;
}
.menu-btn.open span:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #0b1b24;
}
.menu-btn.open span:nth-child(3) {
  opacity: 0;
  left: -28px;
  background: #0b1b24;
}
.menu-btn.open span:nth-child(4) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #0b1b24;
}
body.bottom .menu-btn a {
  color: #0b1b24;
}
body.bottom .menu-btn span {
  background: #0b1b24;
}
/* logo */
.logo {
  width: 180px;
  margin-left: -14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.scrolled .logo {
  margin-top: 13px;
}
/* nav */
.main-nav {
  position: fixed;
  right: -100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffcd00;
  padding: 120px 8px 0 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 998;
}
body.open-menu .main-nav {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.main-nav > ul {
  list-style: none;
  width: 83.333333%;
  margin: 0 auto;
  padding: 0;
}
.main-nav > ul > li {
  margin-bottom: 16px;
}
.main-nav > ul > li > a {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 1.5em;
  color: #0b1b24;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.main-nav > ul > li > a:hover {
  color: #ffffff;
}
.main-nav > ul > li > a:hover::before {
  transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
}
/* quick contact */
.quick-contact {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url("img/quick-contact.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  right: 25px;
  top: 26px;
  -webkit-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  margin-right: -8.333333%;
}
.quick-contact:hover {
  background-size: 50px 50px;
}
body.scrolled .quick-contact {
  top: 16px;
}
/* main */
/* .wrapper,
section.projects ul.display-posts-listing,
section.projects .uagb-post__items article,
#project-posts,
#project-posts article,
#project-posts article img,
#project-posts article video {
  -webkit-transition: all 333ms ease-out;
  -ms-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
} */
section.projects .uagb-post__items article,
#project-posts article img,
#project-posts article video {
  -webkit-transition: opacity 333ms ease-out;
  -ms-transition: opacity 333ms ease-out;
  -moz-transition: opacity 333ms ease-out;
  -o-transition: opacity 333ms ease-out;
  transition: opacity 333ms ease-out;
}
.wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/*
body.home main {
	width: calc(200vw + 5528px);
	height: 100vh;
}
body.mobile.home main {
	width: 100%;
	height: 100vh;
}
body.home #horiz_container_outer {
	width: 100vw;
	height: 100vh;
	position: relative;
}

body.home #horiz_container_inner {
	width: fit-content;
	height: fit-content;
	position: absolute;
	left: 0;
	top: 0;
}*/
main {
  padding-bottom: 80px;
}
main > section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px 0 0 0;
}
body.home main > section {
  padding: 0 !important;
}
/*
body.home main > section {
	width: 100vw;
	float: left;
}
body.mobile.home main > section {
	float: none;
}
*/
section .contain {
  padding-left: 8px;
  padding-right: 8px;
}
/* Projects */
/*section.projects {
	background-color: #0B1B24;
	top: 0;
	overflow: hidden;
}
section.projects .contain {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
	scrollbar-width: none;
	margin-left: 8px;
	width: calc(100% - 8px);
}
section.projects .contain.end {
	overflow-x: hidden;
}
section.projects .contain::-webkit-scrollbar {
  display: none;
}*/
.uagb-post__items {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-left: 8px !important;
  margin-top: 8px;
  width: calc(100% - 16px);
  padding: 0;
}
/* ul.display-posts-listing {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
} */
.uagb-post__items article {
  width: 100% !important;
  height: auto;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1;
  overflow: hidden;
}
.uagb-post__items article .uagb-post__inner-wrap {
  background: transparent !important;
}
.uagb-post__items article img {
  -webkit-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
.uagb-post__items article .uagb-post__text {
  display: none;
}
.uagb-post__items article:not(.is_highlight) img,
.uagb-post__items:hover article:not(.is_highlight) img {
  opacity: 0.6;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(20%); /* Current draft standard */
  -webkit-filter: grayscale(20%); /* New WebKit */
  -moz-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  -o-filter: grayscale(20%);
}
.uagb-post__items:hover article:not(.is_highlight):hover img {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(0%); /* Current draft standard */
  -webkit-filter: grayscale(0%); /* New WebKit */
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.uagb-post__items article.is_highlight {
  width: 100%;
  height: auto;
}
.uagb-post__items article img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.uagb-post__items article a.title {
  display: none;
}
.uagb-post__items article.is_highlight a.title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.uagb-post__items article video {
  display: block;
  width: 100%;
  height: auto;
}

.uagb-block-9883603b.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child {
  margin: 0 !important;
}
/* About */
body.kontakt .content .contain > h1,
body.ueber-uns .content .contain > h1 {
  display: none;
}
.wp-block-group.about {
  color: #fff;
  position: relative;
  padding: 6em 0;
}
.wp-block-group.about .wp-block-group__inner-container {
  width: 83.333333%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wp-block-group.about .wp-block-group__inner-container p {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 1.125em;
  margin-top: 0;
}
.wp-block-mitarbeiter {
  display: flex;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 2px solid #ffcd00;
  flex-wrap: wrap;
}
.wp-block-mitarbeiter.align_textleft {
  float: none;
  margin: 0 0 2em 0;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% -1em);
}
.wp-block-mitarbeiter.align_textright {
  float: none;
  margin: 0 0 2em 0;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.wp-block-mitarbeiter .ma-image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.wp-block-mitarbeiter .ma-image img {
  width: 100%;
  height: auto;
}
.wp-block-mitarbeiter .ma-info {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.wp-block-mitarbeiter .ma-info h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #ffcd00;
  margin-bottom: 0;
}
.wp-block-mitarbeiter .ma-info h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1em;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
.vid-stage img {
  width: 100%;
  height: auto;
}
/* jobs */
.page-template-jobs section.content .contain {
  width: 83.333333%;
  margin: 0 auto;
  position: relative;
  margin-left: 8.333333%;
  color: #ffffff;
}
/* Contact */
section.contact {
  color: #04131c;
}
section.contact .contain {
  width: 83.333333%;
  margin: 0 auto;
  position: relative;
  margin-left: 8.333333%;
}
.page-template-template-contact .wpcf7 form {
  width: 100%;
  margin-top: 3em;
}
.page-template-template-contact .wpcf7 form label {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 0.625em;
  line-height: 1.3;
  color: #ffcd00;
}
.page-template-template-contact .wpcf7 form label.name,
.page-template-template-contact .wpcf7 form label.email {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.page-template-template-contact .wpcf7 form label.name {
  padding-right: 0;
}
.page-template-template-contact .wpcf7 form label.email {
  padding-left: 0;
}
.page-template-template-contact .wpcf7 form label.text {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.page-template-template-contact .wpcf7 form label.name span,
.page-template-template-contact .wpcf7 form label.name span input,
.page-template-template-contact .wpcf7 form label.email span,
.page-template-template-contact .wpcf7 form label.email span input,
.page-template-template-contact .wpcf7 form label.text span,
.page-template-template-contact .wpcf7 form label.text span textarea {
  width: 100%;
  display: block;
  font-size: 1.25em;
}
.page-template-template-contact .wpcf7 form label.name span input,
.page-template-template-contact .wpcf7 form label.email span input,
.page-template-template-contact .wpcf7 form label.text span textarea {
  border: 0;
  border-bottom: 2px solid #ffcd00;
  padding: 24px 0;
  outline: 0;
  background-color: transparent;
  color: #fff;
}
.page-template-template-contact .wpcf7 form label.name span input::-webkit-input-placeholder,
.page-template-template-contact .wpcf7 form label.email span input::-webkit-input-placeholder,
.page-template-template-contact .wpcf7 form label.text span textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.page-template-template-contact .wpcf7 form label.name span input::-moz-placeholder,
.page-template-template-contact .wpcf7 form label.email span input::-moz-placeholder,
.page-template-template-contact .wpcf7 form label.text span textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.page-template-template-contact .wpcf7 form label.name span input:-ms-input-placeholder,
.page-template-template-contact .wpcf7 form label.email span input:-ms-input-placeholder,
.page-template-template-contact .wpcf7 form label.text span textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.page-template-template-contact .wpcf7 form label.name span input:-moz-placeholder,
.page-template-template-contact .wpcf7 form label.email span input:-moz-placeholder,
.page-template-template-contact .wpcf7 form label.text span textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* Produktionen */
#project-posts {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
#project-posts article {
  width: 100%;
  padding: 8px;
  float: left;
  overflow: hidden;
}
#project-posts article.double {
  width: 100%;
}
#project-posts .grid-sizer {
  width: 100%;
}
#project-posts.finished article img,
#project-posts.finished article video {
  opacity: 0.4;
}
#project-posts.finished article:hover img,
#project-posts.finished article:hover video {
  opacity: 1;
}
#project-posts article > .post-container {
  min-height: 100px;
  width: 100%;
  position: relative;
}
#project-posts article > .post-container h2 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-weight: normal;
}
#project-posts article > .post-container h2 a {
  color: #0b1b24;
  font-family: "AvenirNextLTW01-Medium";
}
#project-posts article img {
  width: 100%;
  height: auto;
}
#project-posts article img.desktop {
  display: block;
}
#project-posts article img.mobile {
  display: none;
}

#project-posts article.double img.desktop {
  display: none;
}
#project-posts article.double img.mobile {
  display: block;
}

/* Page */
body.page-template-template-contact .contain,
body.page-template-default .contain {
  width: 83.333333%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
body.page-template-template-contact .wp-block-image figure,
body.page-template-default .wp-block-image figure {
  position: relative;
}
body.page-template-template-contact .wp-block-image figure figcaption,
body.page-template-default .wp-block-image figure figcaption {
  position: absolute;
  color: #0b1b24;
  text-transform: uppercase;
  font-family: "Avenir Next LT W01 Demi";
  background-color: #ffcd00;
  padding: 4px 16px;
  display: block;
  font-size: 1.125em;
  line-height: 1.5;
  bottom: 0;
  transform: translateY(50%);
  margin: 0;
}
/* News */
body.blog #posts {
  width: 83.333333%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
body.single article,
.page-template-jobs article,
body.blog article {
  width: 100%;
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 2px solid #000;
}
body.single article {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body.single article .post-container,
.page-template-jobs article .post-container,
body.blog article .post-container {
  display: block;
  color: #fff;
}
body.single article .post-container > div,
.page-template-jobs article .post-container > div,
body.blog article .post-container > div {
  width: 100%;
  max-width: 100%;
}
body.single article .post-container > div:last-child,
.page-template-jobs article .post-container > div:last-child,
body.blog article .post-container > div:last-child {
  padding-left: 0;
}
body.single article .post-container > div:last-child h1,
.page-template-jobs article .post-container > div:last-child h1,
body.blog article .post-container > div:last-child h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single-produktionen articler .highlight {
  margin-top: 32px !important;
}
/* Single */
body.single #project .contain {
  width: 83.333333%;
  margin: 0 auto;
  position: relative;
}
body.single #project .contain article p {
  color: #fff;
  font-size: 1em;
  font-family: "Avenir Next LT W01 Demi";
}
body.single-produktionen #project .contain article .highlight {
  margin-top: 32px !important;
}
/* Post Meta */
.post-info {
  width: 100%;
  padding: 16px 0;
}
.post-info > span {
  text-transform: uppercase;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 0.625em;
  display: block;
  color: #ffffff;
}
.post-info .type {
  color: #ffcd00;
  margin-bottom: 4px;
}
/* sidebar */
.wp-block-group.small {
  margin-top: 32px;
  text-transform: uppercase;
}
.wp-block-group.small h4 {
  font-size: 0.625em !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #ffcd00;
}
.wp-block-group.small p {
  font-size: 0.625em !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 64px;
}
.wp-block-columns .wp-block-column *:first-child {
  margin-top: 0;
}
article.page p,
article.post p {
  font-size: 0.75em;
  font-family: "Avenir Next LT W01 Demi";
}
/* footer */
.footer {
  position: relative;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10;
  padding: 1em 0;
}
.footer nav {
  width: 83.333333%;
  margin: 0 auto;
}
.footer nav ul {
  list-style: none;
  margin: 1em 0;
  padding-left: 8px;
  padding-right: 8px;
}
.footer nav ul li {
  display: block;
  margin-right: 16px;
}
.footer nav ul li a {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 0.825em;
  line-height: 1.3;
}
.footer .social-media {
  position: absolute;
  right: 8.333333%;
  top: 50%;
  transform: translate(0, -50%);
}
.footer .social-media .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.footer .social-media .icon svg {
  width: 100%;
  height: auto;
}
/*------------------------------------*\
    VIDEO
\*------------------------------------*/
.wp-block-video {
  width: 100%;
  height: auto;
  position: relative;
}
.wp-block-video .video-mask {
  height: 170px;
  position: relative;
  margin-left: 8px !important;
  margin-top: 8px;
  width: calc(100% - 16px);
  padding: 0;
  overflow: hidden;
}

figure.wp-block-video:first-of-type video {
  width: 100%;
  height: 100vh;
}

figure.wp-block-video:not(:first-of-type) video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wp-block-video figcaption {
  width: 83.333333%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 4em;
  margin-top: 0;
}
.wp-block-video figcaption > a {
  display: inline-block;
}
.wp-block-video figcaption h2 {
  color: #0b1b24;
  background-color: #ffcd00;
  padding: 4px 16px;
  display: inline-block;
  font-family: "AvenirNextLTW01-Medium";
  font-size: 1em;
  line-height: 1.3;
  transform: translateY(-50%);
  margin: 0;
}

article.page .wp-block-video figcaption p,
.wp-block-video figcaption p {
  color: #fff;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 1.125em;
  margin-top: 20px;
  margin-bottom: 80px;
}

body.home article.page .wp-block-video:first-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url("img/arrow-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 640px) {
  article.page .wp-block-video figcaption p,
  .wp-block-video figcaption h2 {
    font-size: 1.5em;
  }

  .wp-block-video .video-mask {
    height: 360px;
  }
  article.page .wp-block-video figcaption p {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .wp-block-video figcaption {
    width: 66.666666%;
  }
  .wp-block-video .video-mask {
    height: 400px;
  }
}

@media only screen and (min-width: 1440px) {
  .wp-block-video .video-mask {
    height: 500px;
  }
}

@media only screen and (min-width: 1600px) {
  .wp-block-video figcaption {
    width: 50%;
  }
  .wp-block-video .video-mask {
    height: 600px;
  }
}

/* @media only screen and (min-width: 1140px){
	.wp-block-video figcaption h2 {
		font-size: 2.5em;
	}
} */
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
@keyframes offset_normal {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes offset_normal {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes offset_normal {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes offset_normal {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes offset_normal {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes offset_infinite {
  0% {
    stroke-dashoffset: 960;
  }
  50% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 320;
  }
}
/* Firefox < 16 */
@-moz-keyframes offset_infinite {
  0% {
    stroke-dashoffset: 960;
  }
  50% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 320;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes offset_infinite {
  0% {
    stroke-dashoffset: 960;
  }
  50% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 320;
  }
}
/* Internet Explorer */
@-ms-keyframes offset_infinite {
  0% {
    stroke-dashoffset: 960;
  }
  50% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 320;
  }
}
/* Opera < 12.1 */
@-o-keyframes offset_infinite {
  0% {
    stroke-dashoffset: 960;
  }
  50% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 320;
  }
}
@keyframes scales {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Firefox < 16 */
@-moz-keyframes scales {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes scales {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Internet Explorer */
@-ms-keyframes scales {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Opera < 12.1 */
@-o-keyframes scales {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#f_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#f_2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}
#f_3 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
#a1_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}
#a1_2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}
#n1_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
#n1_2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}
#d_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}
#a2_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}
#a2_2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}
#n2_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
#n2_2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}
#g_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
#o_1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation-name: offset_normal;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}
/* Lightbox */
.pgc-rev-lb-b-view {
  z-index: 99999999999 !important;
}
.pgc-rev-lb-b-view .pgc-rev-lb-b-bg {
  background-color: rgba(24, 41, 50, 0.95) !important;
}
.pgc-rev-slider-view .pgc-rev-slider-next-prev-button {
  background-color: rgb(0, 0, 0, 0) !important;
  width: 30px !important;
  height: 30px !important;
}
.pgc-rev-item-menu-view .pgc-rev-item-menu-button svg,
.pgc-rev-slider-view .pgc-rev-slider-next-prev-button svg {
  fill: #ffcd00 !important;
}
.pgc-rev-lb-b-caption-wrap-nt {
  font-family: "AvenirNextLTW01-Medium" !important;
  background-color: rgb(0, 0, 0, 0) !important;
}
.pgc-rev-item-menu-view .pgc-rev-item-menu-button {
  border-radius: 0 !important;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url("fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src:
    url("fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"),
    url("fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),
    url("fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"),
    url("fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNextLTW01-Medium";
  src: url("fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src:
    url("fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"),
    url("fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"),
    url("fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"),
    url("fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url("fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src:
    url("fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"),
    url("fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"),
    url("fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"),
    url("fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNextLTW01-Heavy";
  src: url("fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix");
  src:
    url("fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix") format("eot"),
    url("fonts/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2") format("woff2"),
    url("fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format("woff"),
    url("fonts/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf") format("truetype");
}

/*------------------------------------*\
    VIDEOS
\*------------------------------------*/
.mejs-offscreen {
  display: none !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 400px) {
  .logo {
    width: 240px;
    margin-left: -14px;
  }
  .menu-btn {
    margin-top: -10px;
  }
  body.scrolled .logo {
    margin-top: 8px;
  }
  body.scrolled .menu-btn {
    margin-top: -13px;
  }
  .footer nav ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  body.blog #posts,
  .uagb-post__items {
    width: calc(100% - 32px) !important;
    margin-left: 16px !important;
  }
  .page-template-jobs section.content .contain,
  section.contact .contain {
    margin-left: 16px !important;
  }
  .wp-block-image .alignleft {
    margin: 0;
  }
}
@media only screen and (min-width: 640px) {
  .header {
    padding-top: 40px;
  }
  main > section {
    padding: 180px 0 0 0;
  }
  #project-posts .grid-sizer,
  #project-posts article {
    width: 50%;
  }
  #project-posts article.double {
    width: 100%;
  }
  #project-posts article.double img.desktop,
  #project-posts article img.desktop {
    display: block;
  }
  #project-posts article.double img.mobile,
  #project-posts article img.mobile {
    display: none;
  }

  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  article.page p,
  article.post p {
    font-size: 1em;
  }
  .wp-block-group.small {
    margin-top: 64px;
  }
  .highlight,
  .is_highlight a.title,
  .wp-block-group.about .wp-block-group__inner-container p {
    font-size: 1.5em;
  }
  body.mobile .project-nav {
    bottom: 32px;
  }
  body.single article .post-container,
  .page-template-jobs article .post-container,
  body.blog article .post-container {
    display: flex;
  }
  body.single article .post-container > div,
  .page-template-jobs article .post-container > div,
  body.blog article .post-container > div {
    width: 100%;
    max-width: 50%;
  }
  body.single article .post-container > div:last-child,
  .page-template-jobs article .post-container > div:last-child,
  body.blog article .post-container > div:last-child {
    padding-left: 20px;
  }
  body.single article .post-container > div:last-child h1,
  .page-template-jobs article .post-container > div:last-child h1,
  body.blog article .post-container > div:last-child h1 {
    margin-top: 0;
  }
  body.single #project .contain article p {
    font-size: 1.5em;
  }
  body.single #project .contain article .highlight {
    margin-top: 0;
  }
  /* .uagb-post__items article {
    width: 25%;
  }
  .uagb-post__items article.is_highlight {
    width: 50%;
  } */
  .wp-block-mitarbeiter .ma-image {
    width: 48%;
    max-width: 48%;
    min-width: 48%;
  }
  .wp-block-mitarbeiter .ma-info {
    width: 48%;
    max-width: 48%;
    min-width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 400px;
    margin-left: -32px;
  }
  body.scrolled .logo {
    width: 216px;
    margin-top: 12px;
    margin-left: -13px;
  }
  body.single #project .contain,
  .wp-block-group.about .wp-block-group__inner-container {
    width: 66.666666%;
  }
  body.page-template-template-contact .contain,
  body.page-template-default .contain {
    width: 66.666666%;
  }
  .page-template-template-contact .wpcf7 form label.name {
    padding-right: 8px;
  }
  .page-template-template-contact .wpcf7 form label.email {
    padding-left: 8px;
  }
  .page-template-template-contact .wpcf7 form label.name,
  .page-template-template-contact .wpcf7 form label.email {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .logo {
    display: block;
    float: left;
  }
  .menu-btn {
    display: none;
  }
  .main-nav {
    background: transparent;
    padding: 0;
    right: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    float: left;
    margin-top: 42px;
    width: calc(100% - 368px);
  }
  body.scrolled .main-nav {
    width: calc(100% - 205px);
    margin-top: 32px;
  }
  .main-nav > ul {
    width: 100%;
    text-align: right;
  }
  .main-nav > ul > li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
  }
  /* .main-nav > ul > li:last-child {
    margin-right: 0;
	} */
  .main-nav > ul > li:first-child {
    margin-left: 0;
  }
  .main-nav > ul > li > a {
    font-size: 1em;
    color: #fff;
  }
  body.bottom .main-nav > ul > li > a {
    color: #0b1b24;
  }
  .main-nav > ul > li > a:hover,
  .main-nav > ul > li.current-menu-item > a {
    color: #ffcd00;
  }
  .main-nav > ul > li > a::before {
    display: none;
  }
  .quick-contact {
    display: block;
  }
  #project-posts .grid-sizer,
  #project-posts article {
    width: 50%;
  }
  #project-posts article.double {
    width: 100%;
  }
  #project-posts article img.desktop {
    display: block;
  }
  #project-posts article img.mobile {
    display: none;
  }
  /* .uagb-post__items article {
    width: 20% !important;
  }
  .uagb-post__items article.is_highlight {
    width: 40%;
  } */
}
@media only screen and (min-width: 1280px) {
  .main-nav > ul > li {
    margin-left: 12px;
    margin-right: 12px;
  }
  /* .uagb-post__items article {
    width: 20%;
  }
  .uagb-post__items article.is_highlight {
    width: 40%;
  } */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}
@media only screen and (min-width: 1600px) {
  body.single #project .contain,
  .wp-block-group.about .wp-block-group__inner-container {
    width: 50%;
  }
  body.page-template-template-contact .contain,
  body.page-template-default .contain {
    width: 50%;
  }
  .main-nav > ul > li {
    margin-left: 48px;
    margin-right: 48px;
  }
  #project-posts article > .post-container h2 {
    font-size: 1.5em;
  }
  /* .uagb-post__items article {
    width: 25%;
  }
  .uagb-post__items article.is_highlight {
    width: 50%;
  } */
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    Language Switcher
\*------------------------------------*/
@media only screen and (min-width: 1024px) {
  .main-nav > ul > li:last-child {
    margin-left: 0 !important;
  }

  .main-nav > ul > li.wpml-ls-menu-item > a {
    color: transparent;
    width: 48px;
    border-left: 1px solid white;
    display: inline-block;
    position: relative;
  }

  .main-nav > ul > li.wpml-ls-menu-item > a > span::before,
  .main-nav > ul > li.wpml-ls-menu-item > a > span::after {
    position: absolute;
    color: white;
    top: 0;
  }

  /* .main-nav > ul > li.wpml-ls-menu-item > a > span::before {
		content: "DE";
		left: 0;
	} */

  .main-nav > ul > li.wpml-ls-menu-item > a > span::after {
    left: 1em;
  }

  .main-nav > ul > li.wpml-ls-menu-item.wpml-ls-item-en > a > span::after {
    content: "EN";
  }
  .main-nav > ul > li.wpml-ls-menu-item.wpml-ls-item-de > a > span::after {
    content: "DE";
  }

  .main-nav > ul > li.wpml-ls-menu-item > a:hover > span::after {
    color: #ffcd00;
  }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
  /* contain-intrinsic-size: 3000px 1500px; */
  all: unset;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top;
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}
