/*
Theme Name: ITS / If The Serpent
Theme URI: https://iftheserpent.com
Description: Custom Theme for If The Serpent
*/

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

:root {
  --offset: max(5px, 1vw);
  --offset-minus:  min(-5px, -1vw);
  --max_width: 100%;
  --columns: 12;
  --gap: 16px;
  --baseline: 10px;
  --baseline-offset: 0;
  --font_color: #EBEBEB;
  --font_color_menu: #121212;
  --color_grey:#BCBCBC;
  --easing:cubic-bezier(0.33, 1, 0.68, 1);
  --indent:max(66px, 12.3vw);

  --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;
}

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


@font-face {
    font-family: 'AnoSerif';
    src: url('fonts/AnoserifBlack-Regular.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'AnoSerif';
    src: url('fonts/AnoserifBlack-BackItalic.woff2') format('woff2');
    font-style: italic;
}


/*------------------------------------------------------
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: #141414;
	margin:0 !important;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}

body {
	font: normal 14px/normal 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	font-size: max(22px, 0.97vw);
	color: var(--font_color);
	width:100%;
	background: #141414;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	overflow:hidden;
}

form input,
form textarea,
.matter-textfield-filled,
form select,
input.livesearch {
	font: normal 14px/normal 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	font-size: max(12px, 0.97vw);
}

body.noscroll {
	overflow: hidden;
}

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

#wpadminbar {
	display:none !important;
}

a:focus, button:focus, input:focus, div:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, img:focus {
    outline: 2px dotted #000 !important;
}

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

::selection {
  background: #BCBCBC;
  color:var(--font_color);
}

::-moz-selection {
  background: #BCBCBC;
  color:var(--font_color);
}

a::selection {
	color:var(--font_color) !important;
}

a::-moz-selection {
	color:var(--font_color) !important;
}

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

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

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

h1 {
	font: 60px/normal 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	font-size: max(30px, 4.16vw);
	line-height: max(30px, 4.16vw);
}

.nav_outer.active nav ul a {
	display:block;
	font: 64px/60px 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	font-size: max(32px, 5.44vw);
	line-height: max(30px, 5.16vw);
}

h2,
form input#submit_register,
form input#submit_dossier,
form input[type="submit"],
.outer_call_to_cation a {
	font: 22px/normal 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	font-size: max(15px, 2.02vw);
}

.flexible_content_lead h2,
.font_big,
.page_register form legend,
.designers_list h2,
.lauftext,
.title_designers_list h2 {
	font-size:22px;
	font-size: max(15px, 3.32vw);
	line-height:1.111111;
	font-family: 'AnoSerif';
}

footer .footer_row_2 .footer_column_1,
footer .footer_title,
.mobile_footer_title {
	font-size: max(10px, 0.69vw);
}

p {
	margin-bottom: 30px;
	hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}

b, strong, header .nav_outer .subnav, footer .footer_inside  {
	font-weight: normal;
	font-family:'AnoSerif';
}

i {
	font-style: italic;
	font-family:'AnoSerif';
}

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

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: var(--font_color_menu);
	-webkit-transition:color 0.2s var(--easing);
	transition:color 0.2s var(--easing);
}

body.no_touch a:hover {
	color:var(--color_grey);
}

: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;
}

input:focus:required:invalid, textarea:focus:required:invalid {
	border-bottom:none 0 !important;
}

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

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

.wysiwig_content ul,
.message ul {
    margin-left: 0;
    padding-left: var(--indent);
    margin-left:20px;
}

.wysiwig_content ul {
	margin-bottom:30px;
}

.title_designers_list h2 {
	display:block;
	margin-left:var(--indent);
}

.wysiwig_content .title_with_indent {
	display:block;
	text-indent:var(--indent);
}

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

/*------------------------------------------------------
COOKIE BANNER
------------------------------------------------------*/

.cookie_banner {
	display:none;
	z-index:100;
	position:fixed;
	bottom:0;
	width: -moz-calc(40vw - 32px);
	width: -webkit-calc(40vw - 32px);
	width: -o-calc(40vw - 32px);
	width: calc(40vw - 32px);
	right:var(--offset);
	border-radius:14px;
	background: linear-gradient(180deg, #141414 55.77%, rgba(255, 255, 255, 0) 100%);
	padding:12px 16px 0 16px;
}

.cookie_banner:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:transparent;
	border-radius:14px;
	border:none;
	pointer-events:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.cookie_banner a.accept_cookies {
	display:table;
	border:none;
	border-radius:14px;
	padding:6px 12px;
	background:#fff;
	margin-bottom:12px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cookie_banner .outer_accept_cookies {
	display:block;
}


/*------------------------------------------------------
DETAIL PAGE FADE-IN
------------------------------------------------------*/

/*
.detail_page .fade_element {
	opacity:1;
	-webkit-transition:opacity 0.4s linear;
	transition:opacity 0.4s linear;
}
*/

.detail_page {
	opacity:0;
	background: #141414;
}

body.home .detail_page {
	opacity:1;
}

.detail_page.show {
	-webkit-transition:opacity 0.4s linear;
	transition:opacity 0.4s linear;
	opacity:1;
}

/*
body.home .detail_page .fade_element {
	opacity:1;
}

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

.detail_page.show .fade_element:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.detail_page.show .fade_element:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.detail_page.show .fade_element:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.detail_page.show .fade_element:nth-child(4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.detail_page.show .fade_element:nth-child(5) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.detail_page.show .fade_element:nth-child(6) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
*/

/*------------------------------------------------------
OVERLAY
------------------------------------------------------*/

#overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-blend-mode: multiply;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.sticky_close {
	position:absolute;
	top:0;
	right:166px;
	right: max(30px, 11.5vw);
	z-index:101;
}

a.close_overlay {
	display:block;
	position:relative;
	text-indent:-10000px;
	right:0;
	top:0;
	width: max(58px, 7.6vw);
	height: max(58px, 7.6vw);
	background:url('images/close_icon.svg') no-repeat center center;
	background-size:100% 100%;
	position:absolute;
}

.detail_page.do_blur {
	background: #FFFFFF;
	background-blend-mode: multiply;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

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

.grid {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	grid-template-columns: repeat(var(--columns), 1fr);
	align-items: start;
}

.full_columns {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.small_width {
	margin-left:var(--indent);
	margin-right:var(--indent);
}

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

header {
	position:fixed;
	z-index:1000;
}

.close_nav {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	cursor:pointer;
}

.close_nav.active {
	display:block;
}

header .quicklinks,
header .nav_outer,
header .logo_section {
	position:fixed;
	left:50%;
	width:586px;
	margin-left:-293px;
	width: 40.6vw;
	margin-left: -20.3vw;
	border:none;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:2;
}

header .quicklinks {
	display:none;
	top:15px;
	height:29px;
	border-radius:14px;
	top: max(15px, 1vw);
	height:max(32px, 2vw);
}

body.home header .quicklinks {
	display: flex;
}

.inside_quicklinks {
	display: flex;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	justify-content: space-between;
	align-items: flex-start;
	margin-left:20px;
	margin-right:20px;

	width: -moz-calc(100% - max(28px, 2.76vw));
	width: -webkit-calc(100% - max(28px, 2.76vw));
	width: -o-calc(100% - max(28px, 2.76vw));
	width: calc(100% - max(28px, 2.76vw));
	margin-left: max(14px, 1.38vw);
	margin-right: max(14px, 1.38vw);
}

.inside_quicklinks a:nth-child(1) {
	text-align:left;
}

.inside_quicklinks a:nth-child(2) {
	text-align:center;
}

.inside_quicklinks a:nth-child(3) {
	text-align:right;
}

header .nav_outer,
header .logo_section,
body.home header.has_overlay .nav_outer, 
body.home header.has_overlay .logo_section {
	top:15px;
	height:42px;
	justify-content: left;
	top:max(8px, 1vw);
	height:max(32px, 2.9vw);
	-webkit-transition:top 0.8s var(--easing);
	transition:top 0.8s var(--easing);
}

body.home header .nav_outer, 
body.home header .logo_section {
	top:47px;
	top:max(50px, 3.2vw);
}

header .logo_section {
	border:none;
	background:transparent;
	overflow:visible;
}

header .logo_section a.home_logo {
	margin-left:20px;
	margin-left:max(14px, 1.38vw);
}

header .logo_section .hamburger {
	width:156px;
	height:21px;
	position:absolute;
	right:20px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition:-webkit-transform 0.6s var(--easing);
	transition:transform 0.6s var(--easing);
	width:max(80px, 10.8vw);
	height:max(21px, 1.45vw);
	right:max(14px, 1.38vw);
}

body.lang_fr header .logo_section .hamburger {
	width:max(80px, 6.8vw);
}

header .logo_section .hamburger span {
	width:100%;
	height:1px;
	background:var(--font_color_menu);
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: -webkit-rotate(0deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-webkit-transition:-webkit-transform 0.5s var(--easing);
	transition:transform 0.5s var(--easing);
}

header .logo_section .hamburger span.line_1 {
	top:7px;
	top:max(7px, 0.48vw);
}

header .logo_section .hamburger span.line_2 {
	top:14px;
	top:max(14px, 0.97vw);
}

body.no_touch .logo_section .hamburger:hover span.line_1,
body.no_touch .logo_section .hamburger:hover span.line_2 {
	background:var(--color_grey);
}

body.no_touch .logo_section .hamburger.inactive:hover span.line_1 {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

body.no_touch .logo_section .hamburger.inactive:hover span.line_2 {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

header .logo_section .hamburger.active {
	top:23px;
	height:112px;
	-webkit-transform: translateX(20vw);
	transform: translateX(20vw);

	top:max(23px, 1.6vw);
	height:max(58px, 7.7vw);

}

header .logo_section .hamburger.active span.line_1 {
	top:55px;
	top:max(55px, 3.81vw);
	transform: rotate(45deg);
	-webkit-transform: -webkit-rotate(45deg);
}

header .logo_section .hamburger.active span.line_2 {
	top:55px;
	top:max(55px, 3.81vw);
	transform: rotate(-45deg);
	-webkit-transform: -webkit-rotate(-45deg);
}

header .nav_outer {
	border-radius:14px;
}

header .nav_outer.active_nav {
	-webkit-transition:all 0.6s var(--easing);
	transition:all 0.6s var(--easing);
}

header .nav_outer.active {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height:36vw !important;
	margin-left:0;
	left:15px;
	right:15px;

	height:max(55px, 36.1vw);
	left:max(5px, 0.96vw);
	right:max(5px, 0.96vw);
}

header .nav_outer .subnav {
	display:none;
	position:absolute;
	bottom:0;
	left:20px;
	right:20px;

	left:max(14px, 1.38vw);
	right:max(14px, 1.38vw);
}

header .nav_outer.active .subnav {
	display:block;
}

header .nav_outer .subnav .subnav_inside {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	grid-template-columns: repeat(6, 1fr);
	align-items: start;
	padding-bottom:20px;
	padding-bottom:max(20px, 1.38vw);
}

header .nav_outer .subnav .subnav_inside ul.lang_switch {
	list-style:none;
}

header .nav_outer .subnav .subnav_inside ul.lang_switch li.current-lang {
	display:none;
}

header .nav_outer .subnav .subnav_inside ul.lang_switch li a {
	text-transform:uppercase;
}

header .nav_outer .subnav .column_subnav_nav {
	padding-bottom:20px;
}

header .nav_outer .subnav .column_subnav_nav_5,
header .nav_outer .subnav .column_subnav_nav_6 {
	text-align:right;
}

header .nav_outer .subnav .column_subnav_nav_5 a,
header .nav_outer .subnav .column_subnav_nav_6 a {
	display:inline-block;
}

header .nav_outer .subnav a {
	display:table;
}

.subnav .desktop_only {
	display:block;
}

.subnav .mobile_only {
	display:none;
}

/*------------------------------------------------------
LOGO ANIMATION
------------------------------------------------------*/

.outer_logo_anim {
	width:100vw;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	pointer-events:none;
}

.logo_anim {
	text-align:center;
	position:fixed;
	left:50%;
	top:0;
	overflow:visible;
	background:transparent;
	opacity:0;
}

/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

.nav_outer nav {
	display:none;
}

.nav_outer.active nav {
	display:block;
	position:absolute;
	top:40px;
	left:20px;
	top:max(40px, 2.77vw);
	left:max(20px, 1.38vw);
}

.nav_outer.active nav ul {
	list-style:none;
}

.nav_outer.active nav ul li,
.subnav_inside .column_subnav_nav {
	opacity:0;
	-webkit-transition:opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1);
	transition:opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1);
}

header:not(.has_overlay) .nav_outer nav ul li.current_page_item a,
header.has_overlay .nav_outer nav ul li.active_overlay_nav a {
	color:var(--color_grey);
}

.nav_outer.active nav.show ul li,
.subnav_inside.show .column_subnav_nav  {
	opacity:1;
}

.nav_outer.active nav.show ul li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.nav_outer.active nav.show ul li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.nav_outer.active nav.show ul li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav_outer.active nav.show ul li:nth-child(4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.nav_outer.active nav.show ul li:nth-child(5) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.subnav_inside.show .column_subnav_nav:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.subnav_inside.show .column_subnav_nav:nth-child(2) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.subnav_inside.show .column_subnav_nav:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.subnav_inside.show .column_subnav_nav:nth-child(5) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.subnav_inside.show .column_subnav_nav:nth-child(6) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


/*------------------------------------------------------
HOME
------------------------------------------------------*/

.page_home .stretch_slides {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:50;
}

.slides {
	pointer-events:none;
	padding-bottom: max(15px, 1vw);
}

.slides .slide {
	width:100vw;
	opacity:0;
	height: calc(var(--vh, 1vh) * 100);
}

.page_home .stretch_slides .stretch_slide {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: calc(var(--vh, 1vh) * 100);
	width:100vw;
	white-space: nowrap;
	overflow: hidden;
}

.page_home .stretch_slides .stretch_slide.has_hochformat .media_hochformat,
.page_home .stretch_slides .stretch_slide.has_hochformat .media_querformat {
	display:none;
}

@media (orientation: portrait) {
	.page_home .stretch_slides .stretch_slide.has_hochformat .media_hochformat {
		display:block;
	}
}

@media (orientation: landscape) {
	.page_home .stretch_slides .stretch_slide.has_hochformat .media_querformat {
		display:block;
	}
}

.page_home .stretch_slides .stretch_slide.top_slide {
	display:block;
	transform: scaleY(1);
	z-index:2;
	transform-origin: 50% 0% 0px;
	background:#141414;
}

.page_home .stretch_slides .stretch_slide.bottom_slide {
	display: block;
	transform: scaleY(0);
	transform-origin: 50% 100% 0px;
}

.page_home .stretch_slides .stretch_slide.inactive {
	transform-origin: 50% 100% 0px;
	  transform: scaleY(0);
}

.page_home .stretch_slides .stretch_slide img,
.page_home .stretch_slides .stretch_slide video {
	width:100%;
	height:100%;
	object-fit:cover;
}

.slide_infos,
.slide_infos_fixed {
	position:absolute;
	bottom:10px;
	left:15px;
	right:15px;
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	grid-template-columns: repeat(3, 1fr);
	align-items: end;
	z-index:5;
	opacity:0;
	pointer-events:none;
	-webkit-transition:opacity 0.4s var(--easing), color 0.4s var(--easing);
	transition:opacity 0.4s var(--easing), color 0.4s var(--easing);
}

.slide_infos.hide {
	display:none;
}

.slide_infos.slide_infos_fixed.active {
	opacity:1;
	pointer-events:all;
}

.slide_infos_fixed {
	position:fixed;
	z-index:99;
}

a.slide_infos {
	color:var(--font_color);
}

body.no_touch a.slide_infos:hover {
	color:#fff;
}

.slide_infos div {
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

.slide_infos .mobile_only {
	display:none;
}

.slide_infos .mobile_only {
	display:none;
}

.slide_infos .column_left {
	text-align:left;
}

.slide_infos .column_middle {
	text-align:center;
}

.slide_infos .column_right {
	text-align:right;
}

.slide_gradient {
	position:absolute;
	top:60%;
	left:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:1;
	-webkit-transition:top 1s var(--easing);
	transition:top 1s var(--easing);
} 

.slide_gradient.color_neonrosa {
	background: linear-gradient(180deg, rgba(255, 139, 255, 0) 0%, rgba(255, 139, 255, 0.5) 75.48%, #FF8BFF 100%);
}

.slide_gradient.color_sonnengelb {
	background: linear-gradient(180deg, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0.5) 75.48%, #FFB500 100%);
}

.slide_gradient.color_violett {
	background: linear-gradient(180deg, rgba(175, 92, 255, 0) 0%, rgba(175, 92, 255, 0.5) 75.48%, #AF5CFF 100%);
}

.slide_gradient.color_neongruen {
	background: linear-gradient(180deg, rgba(81, 255, 104, 0) 0%, rgba(81, 255, 104, 0.5) 75.48%, #51FF68 100%);
}

.slide_gradient.color_dark {
	background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.5) 75.48%, #141414 100%);
}

/*------------------------------------------------------
DEFAULT PAGE
------------------------------------------------------*/

.page_default {
	min-height:100vh;
	padding:73px var(--offset) 113px var(--offset);
	padding:max(73px, 5vw) var(--offset) max(113px, 7.8vw);
}

.page_default h1 {
	margin-bottom:10px;
	margin-bottom:max(10px, 0.69vw);

}

.page_register h1,
.page_newsletter h1 {
	margin-bottom:80px;
	margin-bottom:max(60px, 5.5vw);
}

.sticky_title {
	display:block;
	position:relative;
	z-index:100;
	padding-top: 40px;
	margin-bottom:max(40px, 2.7vw);
	will-change: transform;
}

/*------------------------------------------------------
FLEXIBLE CONTENT
------------------------------------------------------*/

.flexible_content {
	padding-bottom:88px;
	padding-bottom:max(30px, 6.1vw);
}

/*------------------------------------------------------
FLEXIBLE CONTENT | SUBTITLE
------------------------------------------------------*/

.flexible_content.flexible_content_subtitle {
	padding-bottom:44px;
	padding-bottom:max(44px, 3vw);
}

/*------------------------------------------------------
FLEXIBLE CONTENT | LEAD
------------------------------------------------------*/

.flexible_content_lead.has_border {
	border:none;
	background: #212529;
	padding:15px 20px;
	border-radius:14px;
	margin-bottom:30px;
}

.flexible_content_lead.has_border ul,
.flexible_content_lead.has_border span.title_with_indent {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.flexible_content_lead.has_border p:last-child {
	margin-bottom:0;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | DOWNLOADS
------------------------------------------------------*/

.flexible_content_downloads {
	display:flex;
	gap: var(--offset);
}

.flexible_content_downloads .column_left_downloads {
	width:27%;
}

.flexible_content_downloads .column_right_downloads {
	width:73%;
}

.flexible_content_downloads .column_right_downloads a {
	display:table;
	color:var(--font_color)
}

.flexible_content_downloads .column_right_downloads a:before {
	content:'•';
	padding-left:5px;
	padding-right:10px;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | GALLERY
------------------------------------------------------*/

.flexible_content_gallery {
	display:block;
	height:815px;
	height:max(279px, 56.6vw);
	margin-left:var(--offset-minus);
	margin-right:var(--offset-minus);
}

.flexible_content_gallery .outer_horizontal_slider {
	position:relative;
}

.flexible_content_gallery .horizontal_slider,
.flexible_content_gallery .thumbs {
	display:block;
	position: relative;
	width: 100%;
	height:815px;
	height:max(279px, 56.6vw);
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	will-change: transform;
	user-select: none;
	cursor: grab;
	font-size: 0;
	scrollbar-width: none;
	z-index:0;
}

.flexible_content_gallery .horizontal_slider.active,
.flexible_content_gallery .thumbs.active {
	cursor: grabbing;
}

.flexible_content_gallery .horizontal_slider * {
	pointer-events:none;
}

.flexible_content_gallery .outer_horizontal_slider.total_1 .horizontal_slider {
	cursor:default;
}

.flexible_content_gallery .horizontal_slider .inside_horizontal_swiper {
	background:var(--color_grey);
}

.flexible_content_gallery .thumbs .slide {
	filter: brightness(100%);
	-webkit-transition:all 0.5s var(--easing);
	transition:all 0.5s var(--easing);
}

body.no_touch .flexible_content_gallery .thumbs .slide:hover {
	filter: brightness(50%);
}

.flexible_content_gallery .horizontal_slider::-webkit-scrollbar,
.flexible_content_gallery .thumbs::-webkit-scrollbar {
    display: none;
}

.flexible_content_gallery .horizontal_slider:active,
.flexible_content_gallery .thumbs:active {
	cursor: grabbing;
	cursor: -webkit-grabbing;

}
.flexible_content_gallery .horizontal_slider .slide,
.flexible_content_gallery .thumbs .slide {
	display:inline-block;
	height:100%;
	width:auto;
	margin:0;
	padding:0;
}

.flexible_content_gallery .horizontal_slider .slide img,
.flexible_content_gallery .horizontal_slider .slide video,
.flexible_content_gallery .thumbs .slide img,
.flexible_content_gallery .thumbs .slide video  {
	height:815px;
	height:max(279px, 56.6vw);
	width:auto;
	display:block;
	pointer-events:none;
	margin:0;
	padding:0;
}

/* Thumbs */

.flexible_content_gallery .outer_thumbs {
	position:absolute;
	bottom:38px;
	right:var(--offset-minus);
	width: 30vw;
	height:81.5px;
	height:max(41.85px, 8.5vw);
	overflow:hidden;
}

.flexible_content_gallery .thumbs {
	width: 100%;
	height:100%;
	z-index:1;
}

.flexible_content_gallery .thumbs .inside_horizontal_swiper {
	text-align:right;
}

.flexible_content_gallery .thumbs .slide img,
.flexible_content_gallery .thumbs .slide video {
	height:81.5px;
	height:max(41.85px, 8.5vw);
	width:auto;
}

/* Legende */

.flexible_content_gallery .horizontal_slider .slide {
	position:relative;
}

.flexible_content_gallery .horizontal_slider .slide .media_legend {
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:10;
	font-size: max(12px, 0.97vw);
	color:#fff;
	white-space: wrap;
}

.flexible_content_gallery .horizontal_slider .slide .media_legend_dunkel {
	color:#000;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | TEAM
------------------------------------------------------*/

.flexible_content_team .team_section {
	display:flex;
	gap: var(--offset);
	padding-bottom:55px;
	padding-bottom:max(20px, 3.8vw);
}

.flexible_content_team .team_section:last-child {
	margin-bottom:0;
}

.flexible_content_team .colum_left_team_section {
	width:27%;
}

.flexible_content_team .colum_right_team_section {
	width:73%;
}

.flexible_content_team .team_member {
	 display:flex;
	 gap:117px;
	 margin-bottom:38px;

	 gap:max(20px, 8.12vw);
	 margin-bottom:max(20px, 2.6vw);
}

.flexible_content_team .team_member p {
	hyphens:none;
}

.flexible_content_team .team_member:last-child {
	margin-bottom:0;
}

.flexible_content_team .team_member .team_member_left {
	width:61%;
}

.flexible_content_team .team_member .team_member_right {
	width:39%;
}

.flexible_content_team .team_member .team_member_right img {
	width:100%;
	height:auto;
	aspect-ratio:4 / 5;
	object-fit:cover;
}

.flexible_content_team .team_member a.team_mail {
	text-decoration:none;
}

.flexible_content_team .team_member a.team_mail:before {
	content:'•';
	padding-left:5px;
	padding-right:10px;

	padding-left:max(5px, 0.34vw);
	padding-right:max(10px, 0.69vw);
}

/*------------------------------------------------------
FLEXIBLE CONTENT | 2 COLUMNS
------------------------------------------------------*/

.flexible_content_text_2_spaltig {
	display:flex;
	gap:60px;
	gap:max(20px, 4.16vw);
}

.flexible_content_text_2_spaltig .two_columns_left,
.flexible_content_text_2_spaltig .two_columns_right {
	width:50%;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | CALL TO ACTION
------------------------------------------------------*/

.outer_subnavigation,
.outer_call_to_cation,
.outer_filter {
	text-align:center;
}

.outer_call_to_cation a {
	display: inline-flex;
	justify-content: left;
	align-items: center;
	/*
	min-width: -moz-calc(40.6vw - max(14px, 1.38vw));
	min-width: -webkit-calc(40.6vw - max(14px, 1.38vw));
	min-width: -o-calc(40.6vw - max(14px, 1.38vw));
	min-width: calc(40.6vw - max(14px, 1.38vw));
	*/
	padding-left:max(14px, 1.38vw);
	padding-right:max(14px, 1.38vw);
	background:#fff;
	border:1px solid var(--font_color);
	border-radius:14px;
	height: max(32px, 2.9vw);
} 

.outer_subnavigation .subnavigation,
.outer_filter .filter,
input.livesearch {
	display:inline-block;
	text-align:center;
	width: -moz-calc(40.6vw - max(14px, 1.38vw));
	width: -webkit-calc(40.6vw - max(14px, 1.38vw));
	width: -o-calc(40.6vw - max(14px, 1.38vw));
	width: calc(40.6vw - max(14px, 1.38vw));
	padding-left:max(14px, 1.38vw);
	height: max(32px, 2.9vw);
	border:none;
	background: #1f1f25;
	line-height:max(32px, 2.9vw);
	border-radius:14px;
	-webkit-transition:background 0.4s var(--easing), color 0.4s var(--easing);
	transition:background 0.4s var(--easing), color 0.4s var(--easing);
}

/*------------------------------------------------------
FLEXIBLE CONTENT | PROJECT LIST
------------------------------------------------------*/

.project_list .project_section_title {
	margin-bottom:40px;
	margin-bottom:max(20px, 2.7vw);
}

.project_list .project_list_section .project_row {
	margin-bottom:10px;
	margin-bottom:max(10px, 0.69vw);
}

.project_list .project_list_section .project_row:last-child {
	margin-bottom:0;
}

.project_list .project_list_section .project_info {
	display: -ms-grid;
	display: grid;
	grid-gap: 8px;
	grid-gap:max(8px, 0.55vw);
	grid-row-gap: 0px;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
}

.project_list .project_list_section {
	margin-bottom:60px;
	margin-bottom:max(20px, 4.16vw);
}

/*------------------------------------------------------
SUBNAVIGATION + FILTER
------------------------------------------------------*/

.outer_subnavigation,
.outer_filter {
	margin-bottom:50px;
	margin-bottom:max(20px, 3.47vw);
	text-align:center;
}

.outer_filter {
	margin-bottom:5px;
}

.outer_subnavigation .subnavigation,
.outer_filter .filter,
input.livesearch {
	height:auto;
	min-height:29px;
	text-align:left;
}

.outer_subnavigation .subnavigation .subnavigation_current,
.outer_filter .filter .filter_current {
	display:block;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outer_subnavigation .subnavigation .subnavigation_current span.arrow,
.outer_filter .filter .filter_current span.arrow {
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-5px;
	transform: rotate(0deg);
	-webkit-transform: -webkit-rotate(0deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-webkit-transition: -webkit-transform 0.2s var(--easing);
	transition: transform 0.2s var(--easing);
}

.outer_subnavigation .subnavigation.active .subnavigation_current span.arrow,
.outer_filter .filter.active .filter_current span.arrow  {
	transform: rotate(180deg);
	-webkit-transform: -webkit-rotate(180deg);
}

.outer_subnavigation .subnavigation .subnavigation_values,
.outer_filter .filter .filter_values {
	display:none;
	padding:max(20px, 1.38vw);
}

.outer_subnavigation .subnavigation .subnavigation_values a,
.outer_filter .filter .filter_values a {
	display:block;
	line-height:initial;
	text-align:left;
	margin-bottom:2px;
	color: var(--font_color)
}

.outer_filter .filter .filter_values a.active,
.subnavigation_values a.active {
	color:var(--color_grey);
}

/*------------------------------------------------------
DESIGNER:INNEN
------------------------------------------------------*/

.designerinnen_listing {
	background:#121212;
	border:none;
	border-radius:14px;
	padding:max(20px, 1.94vw);
}

.search_outer {
	display:block;
	text-align:center;
	padding-bottom:80px;
	padding-bottom:max(40px, 5.55vw);
}

.search_outer input {
	text-align:left;
}

.search_outer input::-webkit-input-placeholder {
    color: var(--font_color);
}

.search_outer input:-moz-placeholder {
   color: var(--font_color);
   opacity: 1;
}

.search_outer input::-moz-placeholder {
   color: var(--font_color);
   opacity: 1;
}

.search_outer input:-ms-input-placeholder {
   color: var(--font_color);
}

.designerinnen_listing {
	display:block;
	padding-bottom:80px;
	margin-bottom:80px;
}

.designerinnen_listing .filters {
	padding-bottom:30px;
	padding-bottom:max(30px, 2vw);
}

.designers_list .letter_section {
	display:none;
	padding-bottom:20px;
}

.designers_list .letter_section.show {
	display:block;
	padding-bottom:20px;
}

.title_designers_list h2 {
	padding-bottom:20px;
}

.designers_list .letter_title {
	padding-top:20px;
}

.designers_list .letter_title  h2 {
	margin-left:30px;
	padding-bottom:20px;

	margin-left:max(10px, 2vw);
	padding-bottom:max(15px, 1.38vw);

}

.overlay_image {
	display:none;
}

.designer_row {
	display:none;
	padding-bottom:5px;
}

.designer_row .mobile_content {
	display:none;
}

.designer_row.show {
	display:block;
}

.designer_row .inside_designer_row {
	gap: 10px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding:17px 0;
	width: -moz-calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: calc(100% - 2px);
	border:none;
	background: #1f1f25;
	border-radius:14px;

	gap: max(10px, 0.69vw);
}

.designer_row .designer_column_1 {
	width:22%;
	width: -moz-calc(22% - max(20px, 2.69vw) - 1px);
	width: -webkit-calc(22% - max(20px, 2.69vw) - 1px);
	width: -o-calc(22% - max(20px, 2.69vw) - 1px);
	width: calc(22% - max(20px, 2.69vw) - 1px);
	padding-left:29px;
	padding-left:max(10px, 2vw);
}

.designer_row .designer_column_2 {
	width:25%;
	width: -moz-calc(25% - 8px);
	width: -webkit-calc(25% - 8px);
	width: -o-calc(25% - 8px);
	width: calc(25% - 8px);
}

.designer_row .designer_column_3 {
	width:34%;
	width: -moz-calc(34% - 8px);
	width: -webkit-calc(34% - 8px);
	width: -o-calc(34% - 8px);
	width: calc(34% - 8px);
}

.designer_row .designer_column_4 {
	width:12%;
	width: -moz-calc(12% - 8px);
	width: -webkit-calc(12% - 8px);
	width: -o-calc(12% - 8px);
	width: calc(12% - 8px);
}

.designer_row .designer_column_5 {
	width:7%;
	width: -moz-calc(7% - 8px);
	width: -webkit-calc(7% - 8px);
	width: -o-calc(7% - 8px);
	width: calc(7% - 8px);
	text-align:right;
	display: flex;
	justify-content: right;
	align-items: center;
}

.designer_row a.show_image {
	display:inline-block;
	margin-right:20px;
	width:17px;
	height:24px;
	background:url('../assets/icons/outputs.svg') no-repeat center center;
	background-size:100% auto;
}

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

.designerinnen_image_overlay .inside_image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:5%;
	width:90%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	pointer-events:none;
}

.designerinnen_image_overlay .inside_image img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: center;
}

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

/*------------------------------------------------------
FÃ–RDERUNG
------------------------------------------------------*/

.countdowns {
	display:block;
	text-align:center;
	position:relative;
	margin-bottom:90px;
	margin-top:-10vw;
	z-index:100;
}

.countdowns .countdown,
.stoerer_home {
	position: relative;
	width:38vw;
	height:38vw;
	border-radius:50%;
	background:#ededed;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border:none;
	z-index:99;
	background: radial-gradient(50% 50% at 50% 50%, rgba(81, 255, 104, 0) 69.23%, rgba(81, 255, 104, 0.5) 88.94%, #51FF68 100%);
	-webkit-transition:opacity 1s var(--easing);
	transition:opacity 1s var(--easing);
}

.stoerer_home {
	width:20vw;
	height:20vw;
	max-width:466px;
	max-height:466px;
}

.countdowns .countdown.countdown_1,
.countdowns .countdown.countdown_3 {
	position:absolute;
	top:0;
}

.countdowns .countdown.countdown_1 {
	left:0;
}

.countdowns .countdown.countdown_3 {
	right:0;
}

.countdowns .countdown h2,
.stoerer_home h2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.countdowns .countdown .circle-text,
.stoerer_home .circle-text {
	overflow:visible;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -o-calc(100% - 20px);
	height: calc(100% - 20px);
	transform: rotate(200deg);
	animation: rotateText200 40s linear infinite;
}

.stoerer_home .circle-text {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: -o-calc(100% - 30px);
}

.countdowns .countdown.countdown_2 .circle-text {
	transform: rotate(0deg);
	animation: rotateText 40s linear infinite;
}

.countdowns .countdown svg > .circle-text-path,
.stoerer_home svg > .circle-text-path {
	font-family: 'AnoSerif', Helvetica, Arial, Verdana, sans-serif;
	/*font-size: max(12px, 0.97vw);*/
	letter-spacing:0;
	font-style:italic
}

.stoerer_home {
	opacity:0;
	pointer-events:none;
	position:absolute;
	width:20vw;
	height:20vw;
	max-width:466px;
	max-height:466px;
	bottom:40px;
	right:var(--offset);
	/*background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 52.88%, #FFFFFF 100%);*/
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.3) 52.88%, #FFFFFF 100%);
}

@keyframes rotateText {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes rotateText200 {
  from { transform: rotate(200deg); }
  to   { transform: rotate(560deg); }
}

/*------------------------------------------------------
REGISTER
------------------------------------------------------*/

form {
	margin:30px;
	border-radius:14px;
	border:none;
	padding:20px 15px;
	box-shadow: inset 4px 4px 150px 60px #212529;
	border-radius: 12px;
	padding-bottom:200px;
}

form fieldset {
	border:0;
	padding-bottom:20px;
}

form legend {
	padding:0 25px 25px 25px;
}

.matter-textfield-filled,
form .select {
	width:100%;
	border:none;
	border-radius:14px;
	background:#fff;
	margin-bottom:5px;
}

.matter-textfield-filled > input, 
.matter-textfield-filled > textarea,
form select {
	border-bottom:none 0;
	height:62px;
	color:var(--font_color);
	background:transparent;
	padding: 0 20px 7px;
}

.matter-textfield-filled > textarea {
	height:135px;
}

form select {
	border:1px solid #000;
	border-radius:14px;
	background:#fff;
	width:100%;
	color: var(--color_grey);
	margin-bottom:5px;
}

form select.valid {
	color: var(--font_color);
}

.matter-textfield-filled > input + span, .matter-textfield-filled > textarea + span {
	color:var(--color_grey) !important;
	padding: 7px 20px 0;
}

.matter-textfield-filled > input + span::after, .matter-textfield-filled > textarea + span::after {
	display:none;
}

.matter-textfield-filled:hover > input, .matter-textfield-filled:hover > textarea {
	background:transparent;
}

.matter-checkbox {
	display:block;
	width:100%;
}

.matter-checkbox input {
	display:block;
	position:relative;
	float:left;
	width:110px;
	height:62px;
	border-radius:14px;
	border:1px solid #000;
	background:#fff;
	margin:0;
}

.matter-checkbox span {
	display:block;
	float:left;
	margin-left:10px;
	width: -moz-calc(100% - 120px) !important;
	width: -webkit-calc(100% - 120px) !important;
	width: -o-calc(100% - 120px) !important;
	width: calc(100% - 120px) !important;
	height:62px;
	padding:0 20px !important;
	background:#ffff;
	border:1px solid var(--font_color);
	border-radius:14px;
	line-height:62px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.matter-checkbox > input:checked, .matter-checkbox > input:indeterminate {
	background:#fff;
	border-color:none;
}

.matter-checkbox > input:checked + span::before, 
.matter-checkbox > input:indeterminate + span::before,
.matter-checkbox > input + span::before {
	background-color:transparent;
}

.matter-checkbox > input + span::after {
	top: 20px;
	left: 45px;
}

form .form_two_columns {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	grid-row-gap: 0px;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
}

span.upload_info {
	display:block;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:-10px;
	color:var(--color_grey);
}

form input#submit_register,
form input#submit_dossier {
	width:586px;
	max-width:100%;
	height:42px;
	display:block;
	margin:0 auto;
	margin-top:20px;
	padding:0;
	background:#fff;
	border:1px solid var(--font_color);
	border-radius:14px;
	padding:0 20px;
	text-align:left;
	cursor:pointer;
	-webkit-transition:color 0.4s var(--easing);
	transition:color 0.4s var(--easing);
}

body.no_touch form input#submit_register:hover,
body.no_touch form input#submit_dossier:hover {
	color:var(--color_grey);
}

form .message,
form .success {
	display: none;
	border-radius:14px;
	border:1px solid #000;
	background:#fff;
	padding:0 20px;
}

form .message,
form .success,
.matter-textfield-filled.error, 
form select.error {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 37.98%, #FF8BFF 100%) !important;
}

form .message .inside_message,
form .success .inside_success {
	display: flex;
	justify-content: left;
	align-items: center;
	width:100%;
	height:100%;
	min-height:62px;
}

.message ul,
.success ul {
	padding:15px 12px;
}

.matter-textfield-filled > input:not(:focus):placeholder-shown + span, .matter-textfield-filled > textarea:not(:focus):placeholder-shown + span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.matter-checkbox span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*------------------------------------------------------
NEWSLETTER
------------------------------------------------------*/

.outer_newsletter {
	min-height: calc(var(--vh, 1vh) * 100);
}

.outer_newsletter form {
	background:#fff;
	padding-bottom:0;
}

form input[type="submit"] {
	width:auto;
	max-width:100%;
	height:42px;
	display:block;
	margin:0 auto;
	margin-top:20px;
	padding:0;
	color:#000 !important;
	background:#fff;
	border:none;
	border-radius:14px;
	padding:0 20px;
	text-align:left;
	cursor:pointer;
	-webkit-transition:color 0.4s var(--easing);
	transition:color 0.4s var(--easing);
}

body.no_touch form input[type="submit"]:hover {
	color:var(--color_grey);
}

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

footer {
	display:block;
	position:relative;
	min-height:180px;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	padding:0 5px 37px 5px;
	padding-bottom:max(15px, 1vw);
}

body.home footer {
	padding-bottom:0;
}

footer .desktop_only {
	display:block;
}

footer .mobile_only {
	display:none;
}

footer .footer_inside {
	display:block;
	border:1px solid var(--font_color);
	border-radius:14px;
	padding:15px 20px;
}

body.home .scroll_content footer {
	opacity:1;
	pointer-events:none;
}

body.home .stretch_slides .stretch_slide {
	z-index:1;
}

body.home .stretch_slides footer {
	position:absolute;
	opacity:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	padding-bottom:max(15px, 1vw);
	-webkit-transition:opacity 2s var(--easing);
	transition:opacity 2s var(--easing);
}
footer .footer_row_1,
footer .footer_row_2 {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	grid-template-columns: repeat(6, 1fr);
	align-items: start;
}

footer .footer_row_1 a {
	display:table;
	color:var(--font_color)
}

footer .footer_row_2 {
	align-items: center;
	padding-top:77px;
}

footer .footer_row_2 .footer_column {
	pointer-events:none;
}

footer .footer_row_2 a {
	display:inline-block;
	pointer-events:all;
	-webkit-transition:opacity 0.4s var(--easing);
	transition:opacity 0.4s var(--easing);
}

body.no_touch footer .footer_row_2 a:hover {
	opacity:0.5;
}

footer .footer_row_2 .footer_column_1 {
	-ms-grid-columns: 1 / 2;
	grid-column:1 / 2;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
	font-family: 'AnoSerif';
}

footer .footer_row_2 .footer_column_2 {
	-ms-grid-columns: 2 / 4;
	grid-column:2 / 4;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
}

footer .footer_row_2 .footer_column_2 a,
footer .footer_row_2 .footer_column_4 a {
	margin-right:25px;
}

footer .footer_row_2 .footer_column_2 a:last-child,
footer .footer_row_2 .footer_column_4 a:last-child  {
	margin-right:0;
}

footer .footer_row_2 .footer_column_3 {
	-ms-grid-columns: 3 / 5;
	grid-column:3 / 5;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
	text-align:center;
}

footer .footer_row_2 .footer_column_3 a {
	display:inline-block;
}

footer .footer_row_2 .footer_column_4 {
	-ms-grid-columns: 4 / 7;
	grid-column:4 / 7;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
	font-family: 'AnoSerif';
	display: flex;
	justify-content: right;
	align-items: center;
}

.footer_title {
	align-self: center;
	display:inline-block;
	margin-right:25px;
}

footer .footer_row_2.mobile_footer_rows {
	display:none;
}

.mc4wp-response {
	margin-top:20px;
}

/*------------------------------------------------------
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
   }
}

/*------------------------------------------------------
TABLET
------------------------------------------------------*/

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

	header .quicklinks,
	header .nav_outer,
	header .logo_section {
		width: 60.6vw;
		margin-left: -30.3vw;
	}

	.outer_call_to_cation a {
		width: -moz-calc(60.6vw - max(14px, 1.38vw));
		width: -webkit-calc(60.6vw - max(14px, 1.38vw));
		width: -o-calc(60.6vw - max(14px, 1.38vw));
		width: calc(60.6vw - max(14px, 1.38vw));
	}

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

	.flexible_content_team .team_member .team_member_right img {
		width:50%;
	}


}

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

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

	header .quicklinks,
	header .nav_outer,
	header .logo_section {
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);
		margin-left: 5px;
		left:0;
	}

	.outer_call_to_cation a,
	.outer_subnavigation .subnavigation {
		width: -moz-calc(100% - max(14px, 1.38vw) - 15px);
		width: -webkit-calc(100% - max(14px, 1.38vw) - 15px);
		width: -o-calc(100% - max(14px, 1.38vw) - 15px);
		width: calc(100% - max(14px, 1.38vw) - 15px);
	} 

	header .nav_outer.active {
		display:block;
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);
		height:480px !important;
	}

	.nav_outer.active nav {
		top:100px;
	}

	header .nav_outer .subnav {
		position:relative;
		width: -moz-calc(100% - 28px);
		width: -webkit-calc(100% - 28px);
		width: -o-calc(100% - 28px);
		width: calc(100% - 28px);
		margin-top:0;
		bottom:initial;
	}

	.nav_outer.active nav {
		left:14px;
		right:14px;
	}

	.subnav .mobile_only {
		display:block;
	}

	.subnav .desktop_only {
		display:none;
	}

	header .nav_outer .subnav .subnav_inside {
		display:block;
	}

	header .nav_outer .subnav .column_subnav_nav.column_subnav_nav_1 {
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
	}

	header .nav_outer .subnav .column_subnav_nav.column_subnav_nav_2,
	header .nav_outer .subnav .column_subnav_nav.column_subnav_nav_5 {
		width:50%;
		float:left;
		text-align:left;
	}

	header .nav_outer .subnav .column_subnav_nav.column_subnav_nav_5:after {
		content:'';
		clear:both;
	}

	header .logo_section .hamburger.active {
		top:initial;
		right:0;
		transform: translateX(0);
	}

	header .nav_outer .subnav a {
		margin-bottom:5px;
	}

	.nav_outer.active nav ul a {
		margin-bottom:5px;
	}

	.nav_outer.active nav {
		position:relative;
		top:0;
		left:0;
		right:0;
		margin-left:14px;
		margin-right:14px;
		padding-top:100px;
	}

	.flexible_content_team.small_width {
		margin-left:0;
		margin-right:0;
	}

	.flexible_content_team .team_section {
		display:block;
	}

	.flexible_content_team .colum_left_team_section,
	.flexible_content_team .colum_right_team_section,
	.flexible_content_team .team_member .team_member_left,
	.flexible_content_team .team_member .team_member_right {
		display:block;
		width:100%;
	}

	.flexible_content_team .colum_left_team_section {
		margin-left:var(--indent);
		margin-bottom:20px;
	}

	.flexible_content_team .team_member {
		display:block;
	}

	.flexible_content_team .team_member .team_member_right {
		margin-top:20px;
		margin-bottom:40px;
		margin-left:var(--indent);
		margin-right:var(--offset);
		width:auto;
	}

	.flexible_content_text_2_spaltig.small_width,
	.flexible_content_downloads.small_width,
	.flexible_content_call_to_action.small_width {
		display:block;
		margin-left:0;
		margin-right:0;
	}

	.flexible_content_text_2_spaltig .two_columns_left, .flexible_content_text_2_spaltig .two_columns_right,
	.flexible_content_downloads .column_right_downloads {
		width:100%;
		width: -moz-calc(100% - (var(--indent) * 2));
		width: -webkit-calc(100% - (var(--indent) * 2));
		width: -o-calc(100% - (var(--indent) * 2));
		width: calc(100% - (var(--indent) * 2));
		padding-left:var(--indent);
		padding-right:var(--indent);
	}

	.countdowns .countdown.countdown_1, .countdowns .countdown.countdown_3 {
		position:relative;
	}

	.team_member_left .font_big p {
		margin-bottom:10px;
	}

	.countdowns .countdown.countdown_2,
	.countdowns .countdown.countdown_3 {
		margin-top:-38vw;
	}

	.countdowns .countdown, .stoerer_home {
		height: -moz-calc(65vw - 40px);
		height: -webkit-calc(65vw - 40px);
		height: -o-calc(65vw - 40px);
		height: calc(65vw - 40px);
		width: -moz-calc(65vw - 40px);
		width: -webkit-calc(65vw - 40px);
		width: -o-calc(65vw - 40px);
		width: calc(65vw - 40px);
	}


	.countdowns .countdown {
		height: -moz-calc(100vw - 40px);
		height: -webkit-calc(100vw - 40px);
		height: -o-calc(100vw - 40px);
		height: calc(100vw - 40px);
		width: -moz-calc(100vw - 40px);
		width: -webkit-calc(100vw - 40px);
		width: -o-calc(100vw - 40px);
		width: calc(100vw - 40px);
	}

	.sticky_close {
		right:5px;
	}

	.stoerer_home {
		left:5px;
	}

	.outer_filter .filter {
		width: -moz-calc(100% - max(14px, 1.38vw) - 2px);
		width: -webkit-calc(100% - max(14px, 1.38vw) - 2px);
		width: -o-calc(100% - max(14px, 1.38vw) - 2px);
		width: calc(100% - max(14px, 1.38vw) - 2px);
	}

	input.livesearch {
		width: -moz-calc(100% - max(14px, 1.38vw) - 4px);
		width: -webkit-calc(100% - max(14px, 1.38vw) - 4px);
		width: -o-calc(100% - max(14px, 1.38vw) - 4px);
		width: calc(100% - max(14px, 1.38vw) - 4px);
	}

	.outer_filter.small_width {
		margin-left:0;
		margin-right:0;
	}

	.designerinnen_listing {
		padding-left:0;
		padding-right:0;
	}

	.designers_list .letter_title h2 {
		font-family: 'AnoSerif';
	}

	.designer_row .designer_column_2,
	.designer_row .designer_column_4,
	.designer_row .designer_column_5 {
		display:none;
	}

	.designer_row .designer_column_1,
	.designer_row .designer_column_3 {
		display:block;
		width:48%;
		float:left;
		white-space: nowrap;
		overflow:hidden;
		overflow: hidden;
		white-space: nowrap;
		position:relative;
		z-index:0;
	}

	.designer_row .inside_designer_row {
		display:block;
	}

	.designer_row .designer_column_1 br,
	.designer_row .designer_column_3 br {
		display:none;
	}

	.designer_row .designer_column_1:after,
	.designer_row .designer_column_3:after {
		content:'';
		position:absolute;
		top:-10px;
		bottom:-10px;
		right:0;
		width:20%;
		background: linear-gradient(90deg,rgba(31, 31, 37, 0) 0%, rgba(31, 31, 37, 1) 100%);
		z-index:1;
	}

	.designer_row.show {
		display:block;
		position:relative;
		cursor:pointer;
	}

	.designer_row:after {
		content:'';
		display:block;
		position:absolute;
		right:10px;
		top:17px;
		width:12px;
		height:12px;
		z-index:5;
		background:url('images/plus_icon.svg') no-repeat center center;
		background-size:12px auto;
		transform: rotate(0);
		-webkit-transform: -webkit-rotate(0);
		transform-origin: center center;
		-webkit-transform-origin: center center;
		-webkit-transition: -webkit-transform 0.5s var(--easing);
		transition: transform 0.5s var(--easing);
	}

	.designer_row.mobile_active:after {
		transform: rotate(-45deg);
		-webkit-transform: -webkit-rotate(-45deg);
	}

	.designer_row .mobile_content {
		display:none;
		position:relative;
		z-index:4;
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
		padding:0 10px;
	}

	.designer_row .mobile_content .section_2,
	.designer_row .mobile_content .section_4 {
		margin-left:var(--indent);
	}

	.designer_row .mobile_content .section_5 {
		text-align:right;
	}

	.outer_subnavigation.small_width {
		margin-left:0;
		margin-right:0;
	}

	.flexible_content_gallery .outer_thumbs {
		width: 40vw;
		bottom:20px;
	}

	.flexible_content_gallery.has_legend_1 .outer_thumbs {
		bottom:70px;
	}

	.countdowns {
		margin-top: -58px;
	}

	body.lang_fr header .logo_section .hamburger {
		width:max(35px, 6.8vw);
	}

	form {
		margin:5px;
	}

	.matter-checkbox input {
		width:40px;
		height:62px;
	}

	.matter-checkbox span {
		margin-left:5px;
		width: -moz-calc(100% - 45px) !important;
		width: -webkit-calc(100% - 45px) !important;
		width: -o-calc(100% - 45px) !important;
		width: calc(100% - 45px) !important;
	}

	.matter-checkbox > input + span::after {
		left:12px;
	}

	.matter-textfield-filled > input, .matter-textfield-filled > textarea, form select {
		height:52px;
	}

	.matter-textfield-filled > input:not(:focus):placeholder-shown + span, .matter-textfield-filled > textarea:not(:focus):placeholder-shown + span {
		line-height:35px;
	}

	a.close_overlay {
		top:38px;
		width: max(33px, 7.6vw);
  		height: max(33px, 7.6vw);
	}


	.flexible_content_gallery .horizontal_slider .slide .media_legend {
		bottom:-50px;
		height:50px;
		left:10px;
		z-index:10;
		font-size: max(12px, 0.97vw);
		color:#fff;
		white-space: wrap;
		color:#000;
	}

	.flexible_content_gallery.has_legend_1 .horizontal_slider {
		padding-bottom:50px;
	}

	.flexible_content_gallery.has_legend_1 {
		margin-bottom:50px;
	}

	footer {
		min-height:220px;
	}

	footer .desktop_only {
		display:none;
	}

	footer .mobile_only {
		display:block;
	}

	footer .footer_row_1 {
		grid-template-columns: repeat(2, 1fr);
	}

	footer .footer_row_1 a {
		margin-bottom:5px;
	}

	footer .footer_row_2 {
		padding-top:40px;
	}

	footer .footer_row_2.mobile_footer_rows {
		display: -ms-grid;
		display: grid;
		align-items: start;
		padding-left:20px;
		padding-right:20px;
	}

	.mobile_footer_rows .mobile_footer_row_1 {
		display: -ms-grid;
		display: grid;
		grid-gap: var(--gap);
		grid-row-gap: 0px;
		grid-template-columns: repeat(var(--columns), 1fr);
		align-items: start;
	}

	.mobile_footer_rows .mobile_footer_row_1 .mobile_footer_column_1 {
		-ms-grid-columns: 1 / 10;
		grid-column:1 / 10;
		-ms-grid-row: 1 / 1;
		grid-row:1 / 1;
	}

	.mobile_footer_rows .mobile_footer_row_1 .mobile_footer_column_2 {
		-ms-grid-columns: 9 / 13;
		grid-column:9 / 13;
		text-align:right;
		-ms-grid-row: 1 / 1;
		grid-row:1 / 1;
	}

	.mobile_footer_rows .mobile_footer_row_1 .mobile_footer_column_2 a {
		display:inline-block;
	}

	.mobile_footer_rows .mobile_footer_row_1 .mobile_footer_column_2 img {
		width:85px;
		height:auto;
	}

	.mobile_footer_rows .mobile_footer_row_1 .mobile_footer_title {
		margin-bottom:30px;
	}

	.mobile_footer_rows .mobile_footer_logos a {
		display:inline-block;
		margin-right:20px;
	}

	.mobile_footer_rows .mobile_footer_logos a:last-child {
		margin-right:0;
	}

	.mobile_footer_row_2 .footer_title {
		display:block;
		margin-top:40px;
		margin-bottom:24px;
	}

	.mobile_footer_row_2 a {
		margin-right:20px;
	}

	.slide_infos {
		display:block;
		padding-left: 14px;
	    width: 100%;
	    overflow-x: auto;
	    overflow-y: hidden;
	    white-space: nowrap;
	    scrollbar-width: none;
	    margin-left:0;
	    margin-right:0;
	}

	.slide_infos div {
		display:inline-block;
		margin-right:12px;
	}

	.slide_infos {
		left:0;
		right:0;
	}

	.sticky_title {
		margin-left:20px;
	}

	.cookie_banner {
		width: -moz-calc(80vw - 32px);
		width: -webkit-calc(80vw - 32px);
		width: -o-calc(80vw - 32px);
		width: calc(100vw - 32px - (var(--offset)*2));
		padding-bottom:20px;
	}

	.cookie_banner .outer_accept_cookies {
		display:block;
		text-align:right;
	}

	.cookie_banner a.accept_cookies {
		display:inline-block;
	}

}

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

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

	body.lang_fr header .nav_outer.active {
		height:525px !important;
	}

}

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

	header .nav_outer.active {
		height:auto !important;
	}

}