/*
Theme Name: kopfart
*/

a.post-edit-link {
	opacity: 0.2; padding: 0 5px; text-transform: uppercase; display: inline-block; color: #000; position: absolute; bottom: 0; right: 0;
	font-size: 0; width: 25px; height: 25px; background: url('img/wp-icon-edit.svg') no-repeat center center #ccc;
	background-size: 18px; z-index: 100000;
	border-bottom: none;
}
.page-content > a.post-edit-link {
	position: fixed;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'Cormorant';
	src: url('font/CormorantGaramond-MediumItalic.woff2') format('woff2');
	font-weight: 1 999;
	font-display: swap;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('font/SpaceGrotesk-VariableFont_wght.ttf') format('ttf');
	font-weight: 1 999;
	font-display: swap;
}
* {
	box-sizing: border-box;
}
html {
	min-height: 100vh;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	/* font-family: "Source Sans Pro", sans-serif; */
	font-family: "Space Grotesk", sans-serif;
	font-size: 1em;
	font-weight: 350;
	color: #333;
	scroll-behavior: smooth;
	min-height: 100vh;
	line-height: 1.4em;
	overflow-x: hidden;
}
@media (min-width: 800px) {
	body { font-size: 1.10em;}
}
@media (min-width: 1000px) {
	body { font-size: 1.15em; }
}
@media (min-width: 1200px) {
	body { font-size: 1.20em; }
}
@media (min-width: 1400px) {
	body { font-size: 1.25em; }
}
@media (min-width: 1600px) {
	body { font-size: 1.30em; }
}
@media (min-width: 1800px) {
	body { font-size: 1.35em; }
}
.site-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.site-container > .content {
	flex: 1;
}
b, strong {
	font-weight: bold;
	font-size: calc(1em + 0.06em);
}

::selection {
	color: rgb(238, 146, 146);
	background: rgb(250, 250, 207);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
hr {
	border-bottom: 0 !important;
	border-top: 1px solid #000;
	width: 100%;
}
figure {
	margin: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.max-size {
	position: relative;
	max-width: 1200px;
	z-index: 2;
	margin: 0 auto;
	/* height: 100%; */
	/* pointer-events: none; */
	/* padding: 0 1em; */
	width: 100%;
}
.header {
	width: 100%;
	padding: 0.75em 1em;
	top: 0;
	z-index: 99999;
	height: 75px;
	position: fixed;
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 80px;
}
.minimized-header {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	pointer-events: none;
}
.logo img {
	max-height: 80px;
	max-width: 300px;
}
@media (max-width: 768px) {
	.logo img {
		max-width: 180px;
	}
}
.logo,
.extras {
	transition: all 0.2s;
}
.minimized-header .logo,
.minimized-header .extras {
	opacity: 0;
}
.header .instalink {
	margin-left: 10px;
}
.header .extras {
	display: flex;
}
a:link,
a:visited,
a:hover,
a:active {
	/* text-decoration: none; */
	color: #333;
}
/* a[href^="mailto:"]:before { 
	content:' ';
	background: url('img/icon-mail.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 0.8em;
	margin-right: 0.2em;
	height: 1em;
	vertical-align: middle;
}
a[href^="tel:"]:before {
	content:' ';
	background: url('img/icon-phone.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 0.8em;
	margin-right: 0.2em;
	height: 1em;
	vertical-align: middle;
}
a[href^="tel:"] {
	white-space: nowrap;
}
a[href$=".pdf"]:before {
	content:' ';
	background: url('img/icon-pdf.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 0.8em;
	margin-right: 0.2em;
	height: 1em;
	vertical-align: middle;
} */
/**  micro grid system
------------------------------------------------------------- **/
.flexrow {
	display: flex;
}
.flexrow > div {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0;
	position: relative;
}
.flexrow > div:first-child {margin-left: 0;}
.flexrow > div:last-child {margin-right: 0;}

@media (max-width: 768px) {
	.flexrow {
		display: block;
	}
}
.flexrow.mobile {
	display: flex;
}
@media (max-width: 768px) {
	.flexrow.mobile {
		display: flex !important;
	}
}

label.description {
	display: block;
	color: #666;
	font-size: 12px;
	margin-bottom: 2px;
}

@media (max-width: 768px) {
	.logo > div {
		display: none;
	}
	.flexrow .col {
		margin-left: 0 !important;
	}
	.back-button {
		display: none;
	}
	.numbers {
		font-size: 1em;
		margin-left: 1em;
	}
	.numbers .num {
		width: 100px;
	}
	.checkitem label {
		font-size: 14px;
	}
}

.menu-toggle {
	display: block;
	cursor: pointer;
	position: fixed;
	z-index: 9999999;
	top: 23px;
	right: 20px;
	bottom: 0px;
	width: 40px;
	height: 30px;
	cursor: pointer;
} 

/* animated menu icon */
.menu-toggle span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: auto;
	height: 2px;
	display: block;
	background: #000;
}
.menu-toggle span:before,
.menu-toggle span:after {
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	display: block;
	content: '';
	background: #000;
	transition: all 0.2s ease-in-out;

}
.menu-toggle span:before {top: -10px;}
.menu-toggle span:after {bottom: -10px;}

.show-menu .menu-toggle span {
	background-color: transparent;
}
.show-menu .menu-toggle span:before,
.show-menu .menu-toggle span:after {
	top: 50%;
	background: #fff;
}
.show-menu .menu-toggle span:before { transform: rotate(45deg); }
.show-menu .menu-toggle span:after { transform: rotate(-45deg); }



input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: 1px solid #999;
	outline: none;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	border-radius: 4px;
	font-family: inherit;
	background: #ffffff;
	font-size: initial;
}
textarea {
	resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #000;
}
select {
	background: url("img/arrow-down.svg") no-repeat center right 10px;
	background-size: 15px;
	padding-right: 35px;
}
select::-ms-expand {
	display: none;
}
option[disabled] {
	color: #666;
}
input[type="checkbox"],
input[type="radio"] {
	/* -webkit-appearance: none;
	appearance: none; */
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	vertical-align: middle;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}
input[type="radio"] {
	border-radius: 100%;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: url("img/icon-check.svg") no-repeat center center #fff;
	background-size: 70%;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	border: 1px solid #000;
	outline: 0;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	font-weight: bold;
}
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px;
	border: 1px solid #ccc;
	outline: none;
	vertical-align: middle;
	border-radius: 5px;
	font-family: inherit;
	background: none;
}
/**  menu
------------------------------------------------------------- **/
nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #333;
	z-index: 999999;
	color: #fff;
	transform: translateX(100%);
	transition: all 0.5s;
}
.show-menu nav {
	transform: translateX(0);
}
.close-menu {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('img/icon-close-menu.svg') center center no-repeat;
	background-size: 20px;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	color: #fff;
	border: none;
	padding: 0.2em 0;
	transition: all 0.2s;
	font-family: "Cormorant";
	text-transform: uppercase;
	font-size: 5em;
	transition: all 0.2s;
}
@media (max-width: 768px) {
	nav ul li a {
		font-size: 13vw;
	}
}
nav ul li a:hover {
	color: rgba(255,255,255,0.5);
}

/* footer on bottom, menu centered*/
nav > div {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
nav > div > .centered {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav > div > footer {
	flex-shrink: 0;
	padding: 1em;
}
.menu-mainmenu-container {
	max-width: 900px;
	margin: 0 auto;
}

/* nav footer animation */
nav footer {
	border-top: 1px dashed #fff;
}
nav .runningtxt {
	max-width: 100%;
	overflow: hidden;
}
nav .runningtxt__inner {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	animation: runningtxt 20s linear infinite;
	animation-play-state: running;
}
nav .runningtxt__inner span {
	font-size: inherit;
	padding: 0 5px;
	white-space: nowrap;
}
@keyframes runningtxt {
	  0% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(-50%, 0, 0);}
}
nav .runningtxt__inner:hover {
	animation-play-state: paused;
}

/* stagger in animation */
.show-menu nav ul li {
	animation-name: animateIn;
	animation-duration: 350ms;
	animation-delay: calc(var(--animation-order) * 100ms);
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@keyframes animateIn {
	0% { opacity: 0;
		transform: scale(0.6) translateY(-8px);
	}
	100% { opacity: 1; }
}
nav ul li:nth-of-type(1) {--animation-order: 1;}
nav ul li:nth-of-type(2) {--animation-order: 2;}
nav ul li:nth-of-type(3) {--animation-order: 3;}
nav ul li:nth-of-type(4) {--animation-order: 4;}
nav ul li:nth-of-type(5) {--animation-order: 5;}
nav ul li:nth-of-type(6) {--animation-order: 6;}
nav ul li:nth-of-type(7) {--animation-order: 7;}
nav ul li:nth-of-type(8) {--animation-order: 8;}
nav ul li:nth-of-type(9) {--animation-order: 9;}
nav ul li:nth-of-type(10) {--animation-order: 10;}

/***** hover animation **/
@media (min-width: 800px) {
	nav ul li {
		display: inline-block;
	}

	nav ul li a:after {
		content:'';
		display: inline-block;
		width: 200px;
		height: 40px;
	}
	nav ul li a:hover:after {
		animation: animatedWave 20s linear infinite;	
		background-image: url("img/link-wave.svg");
		background-repeat: repeat-x;
		background-position: center;
	}
	@keyframes animatedWave {
		  0% { background-position: 0 center; }
		100% { background-position: 1000px center; }
	}
	nav ul li {
		transition: all 0.2s;
	}
	nav ul li:after {
		content:'';
		display: inline-block;
		width: 40px;
		height: 40px;
	}
	nav ul li:hover {
		padding-left: 20px;
	}
	nav ul li:hover:after {
		background: url("img/link-arrow.svg") no-repeat;
		background-size: contain;
	}
}

/* Sprachumschalter */
/* ----------------------------------------------- */
ul#qtranslate-chooser {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	display: inline-block;
}
ul#qtranslate-chooser li {
	display: inline;
}
ul#qtranslate-chooser li a {
	color:rgba(0,0,0,0.5);
}
ul#qtranslate-chooser li.active a {
	color: #000;
}
ul#qtranslate-chooser li:not(:last-child):after {
	content: '|';
	color: rgba(0,0,0,0.5);
}
ul#qtranslate-chooser a {
 text-decoration: none;
 margin: 0 5px;
}


/* general styles */
/* ----------------------------------------------- */
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: inherit;
	margin: 0;
}
small {
	display: block;
	line-height: 1.2em;
}
h1,h2,h3,h4,h5 {
	color: #373639;
	font-weight: 350;
	line-height: 1em;
	font-family: "Cormorant";
	/* mix-blend-mode: difference; */
	margin-bottom: 0;
}
p:empty {
	display: none;
}
/* p,ul {
	margin-bottom: 0.35em;
} */
b, strong {
	font-weight: 600;
}
.content-header {
	background: #79bcbb;
	min-height: 170px;
	display: flex;
}
.content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.content ul > li {
	padding-left: 2em;
	text-indent: -1em;
}
.content ul > li:before {
	content: "⇒";
	padding-right: 5px;
}
ol > li {
	text-indent: 0;
}
.indent {
	padding-left: 1em;
}
.has-small-font-size {
	line-height: 1.2em;
}
.wp-block-columns {
	margin-bottom: 0em;
}
/* IE 11 block */
/* ----------------------------------------------- */
.ie11 {
	display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html,body {
		overflow: hidden;
	}
	.site-container {
		opacity: 0;
	}
	body:before {
		content:'';
		display: block;
		position: absolute;
		width:100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10000000;
		background: rgba(0,0,0,0.7);
	}
	.ie11 {
		position: absolute;
		width:300px;
		height: 200px;
		top: 50%;
		left: 50%;
		margin-top: -100px;
		margin-left: -150px;
		z-index: 10000001;
		background: #fff;
		border-radius: 10px;
		text-align: center;
		display: flex;
		align-items: center; 
		justify-content: center;
		color: red;
		border: 2px solid red;
	}
	.ie11 span:before {
		content:'⚠️';
		display: block;
		margin-bottom: 0.5em;
		font-size: 40px;
	}
}

/* scroll arrow */
/* ----------------------------------------------- */
.scroll-arrow {
	height: 400px;
	width: 20px;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 111111;
	opacity: 0;
	transition: all 5s;
	transform: scale(0.7);

	animation: animatedScroller 20s linear infinite;	
	background-image: url("img/scroll-wave.svg");
	background-repeat: repeat-y;
	/* background-size: contain; */
	background-position: center;
}
@keyframes animatedScroller {
	  0% { background-position: center 0; }
	100% { background-position: center 1000px; }
}
.scroll-arrow:after {
	content:'';
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 50px;
	background-image: url("img/scroll-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.scroll-arrow:before {
	content:'';
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 70px;
	background-image: url("img/text-scroll.svg");
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 768px) {
	.scroll-arrow {
		right: 0;
		left: 0;
		margin: auto;
		display: none;
	}
}
section {
	opacity: 0;
	transition: all 1s;
}
section.animate {
	/* border: 1px solid red; */
	opacity: 1;
}
section.animate  .scroll-arrow {
	opacity: 1;
}


/* custom styles */
/* ALL SECTIONS */
/* ----------------------------------------------- */

.page-content > *:first-child {
	min-height: calc(100vh - 75px);
	margin-top: 75px;
	overflow: hidden;
}
section.wp-block-group {
	padding: 2rem;
}
section {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* border: 1px solid red; */
}
div.section-inner {
	padding: 2em;
	/* border: 1px solid red; */
}
section .text-area {
	margin-bottom: 1em;
}

@media (max-width: 1000px) {
	section.wp-block-group,
	div.section-inner {
		padding: 2em;
	}
}
section h1 {
	font-size: 5em;
	line-height: 0.75em;
	white-space: nowrap;
	margin-bottom: 0.25em;
	margin-top: 0;
}
@media (max-width: 1000px) {
	section h1 {font-size: 10vw;}	
}

a.wp-block-button__link {
	border-radius: 0 !important;
	color: #fff;
}
span.hinterlegt {
	background-color:#fff;
	padding: 0.5em 0 0.2em 0;
	box-shadow: 0.3em 0px 0px #fff, -0.3em 0px 0px #fff;
	box-decoration-break: clone;
	line-height: 1.5em;
}

mark {
	background: none;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	mark {
		display: none;
	}
}
/* HOVER EFFECT BUTTON  */

.button {
	overflow: hidden;
	position: relative;
	text-shadow: none;
}
.button::after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 10;
  }
.button:hover::after {
	left: 120%;
	transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button-effect::after {
	background: rgb(255, 255, 255);
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 10;
  }
.button-effect::after {
	left: 120%;
	transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}


#grecaptcha5 {
	width: fit-content;
	margin: auto;
}


/* FORMULAR-APPLICATION */

.application h3 {
	font-size: 3.5rem;
	padding-bottom: 1.5rem;
	padding-top: 0px;
}

#submitButton7 {
	margin: auto;
	border: none;
	color: white;
	text-shadow: none;
	background-color: #32373c;
	border-radius: 0;
	color: #fff;
	font-weight: 200;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	text-align: center;
}

.kaliforms-form-container label {
	font-family: "Space Grotesk", sans-serif !important;
	font-weight: 200 "Space Grotesk", sans-serif;
}

.misc-karriere .text-area {
padding: 0.8rem;
}

.kali-form-field-row .input{
	font-weight: 100!important;

}

.filepond--drop-label label {
	font-weight: 100 !important;
}

.filepond--credits {
	display: none;
}

.h1-karriere {
	text-indent: -0.5em;
}

@media (max-width: 450px) {
.h1-karriere {
	word-break: break-all;
	font-size: 3rem !important;
}
}

/*  SECTION HERO */
/* ----------------------------------------------- */




.stylisten-gesucht {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	position: absolute;
	z-index: 333;
	bottom: 15%;
	right: 5%;
	background: url('img/scissors.svg') no-repeat center center #fff;
	background-size: 50%;
	cursor: pointer;
	border: 10px solid #fff;
}
.stylisten-gesucht .circle {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	background: url('img/gesucht.svg') no-repeat center center;
	background-size: contain;
	animation:spin 8s linear infinite;
}
@media (max-width: 400px) {
	.stylisten-gesucht {
			width: 150px;
			height: 150px;
	}
}

.section-hero {
	height: 100vh;
	background-position: center center;
	background-size: cover;
}
@media (min-width: 1367px) {
	.section-hero {
		background-attachment: fixed;
	}
}
.section-hero h1 {
	margin-left: 0.5em;
	text-indent: -0.5em;
	mix-blend-mode: normal;
	/* color: #fff;
	text-shadow: 2px 1px 3px #555454; */
	color: rgb(44, 44, 44);
	text-shadow: 2px 1px 5px #e4e4e4;
}
.section-hero .button {
	margin-top: 1.25em;
}
.section-hero .text-area {
	margin-top: 1em;
}
.section-hero .text-area a {
	text-decoration: none;
}
.section-hero .text-area .inner-area {
	display: inline-block;
	padding: 1em 1em 1em 0;
	/* position: relative; */
	font-weight: 400;
	/* color: white;
	text-shadow: #393939 1px 0px 2.5px; */
	color: rgb(0, 0, 0);
	text-shadow: #c7c7c7 1px 0px 2.5px;
	width: 100%;
}
.section-hero .text-area .inner-area.hinterlegt {
	/* background: #fff; */
	display: inline-block;
	z-index: 1;
}
.section-hero .text-area .inner-area.hinterlegt:after {
	content:'';
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
/*  SECTION PREISE */
/* ----------------------------------------------- */
/* .section-preise .scroll-arrow {
	position: absolute;
	right: auto;
	left: 5%;
	top: 10%;
} */
.wp-block-table td,
.wp-block-table th {
	border: none;
}
.section-preise .wp-block-table td {
	padding-left: 0;
	padding-right: 0;
}
.section-preise {
	position: relative;
}
.section-preise h1 {
	text-align: right;
	margin-bottom: 0.5em;
}
.section-preise .image-area {
	margin-left: -4em;
	margin-bottom: 2em;
}
.section-preise .image-area img {
	width: 100%;
}
@media (min-width: 800px) {

	.section-preise .image-area {
		margin-left: -4em;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.section-preise .pricing {
		max-width: 50%;
		right: 4em;
		top: 20%;
		margin-right: 3rem;
		float: right;
	}
}

@media (min-width: 1300px) {
	.section-preise .image-area {
		position: relative;
	}
	.section-preise .pricing {
		position: absolute;
	}
	.section-preise h1 {
		position: absolute;
		right: 0;
		top: -2%;
	}
}

.section-preise .pricing .pricing-box-1 {
	margin-bottom: 2em;
}
.section-preise table td:nth-child(1) {
	width: 100% !important;
}
.section-preise table td:nth-child(2) {
	white-space: nowrap !important;
}

.section-preise td {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}


/* collapsible */
.collapsible-header {
	cursor: pointer;
	padding: 0.5em 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.collapsible-header:after {
	content:'';
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: url('img/arrow-down.svg') no-repeat center center;
	background-size: 20px;
}
.collapsible.open .collapsible-header:after {
	transform: scaleY(-1);
}
.collapsible-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	font-size: .9rem;
	line-height: 1.4em;
}
.collapsible.open .collapsible-content {
	max-height: 3000px;
	transition: max-height 1s ease-in-out;
}
.collapsible-txt {
	padding: 0.5em 0;
}
.price-info {
	margin-bottom: 2em;
}


/*  SECTION SALONS */
/* ----------------------------------------------- */
.section-salons h1 {
	text-align: center;
}
.section-salons .headline {
	font-weight: bold;
	margin-top: 0.5em;
}

.section-salons .wp-block-button__link {
	margin: 2em auto;
	display: table;
}
.section-salons .salons {
	display: flex;
	flex-wrap: wrap;
}
.section-salons .salons > .block {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	width: 25%;
	padding: 0.5em;
	position: relative;
	text-align: center;
}
.section-salons .salons .image-area {
	width: 200px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
.section-salons .salons .image-area .slider {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.wrapper {
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 300px;
}
.slides {
	display: flex;
	position: relative;
	top: 0;
	left: -200px;
	width: 10000px;
}
.slides.shifting {
	transition: left 2.4s ease-out;
}
.section-salons .salons .icon {
	width: 40px;
	height: 50px;
	margin: 0 auto;
	z-index: 1000;
	transition: all 0.3s;
}
.section-salons .salons .block:hover .icon {
	transform: scale(1.2);
}
.section-salons .salons .image-area .icon {
	position: absolute;
	bottom: -14px;
}
.section-salons .salons .txt {
	font-size: 0.85em;
	line-height: 1.2em;
}
@media(max-width: 900px) {
	.section-salons .salons > .block {
		width: 50%;
		margin-bottom: 1.5em;
	}
}
@media(max-width: 550px) {
	.section-salons .salons > .block {
		width: 100%;
		display: block;
	}
	.section-salons .salons .image-area {
		height: 200px;
	}
}
.section-salons a {
	text-decoration: none;
}

/*  SECTION MISC */
/* ----------------------------------------------- */

.section-misc .scroll-arrow {
	position: absolute;
	left: auto;
	right: 5%;
	top: auto;
	bottom: 10%;
}

.section-misc .image-area {
	/* border: 1px solid red; */
	margin-left: -4em;
}
@media (min-width: 1000px) {
	.section-misc .text-area {
		position: absolute;
		top: 0;
		left: 40%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section-misc .text-area .button {
		margin-left: -4rem;
	}
	.section-misc h1 {
		margin-left: -4rem;
		text-indent: -4rem;
	}

	.section-misc .text-area .inner-area {
		background: #fff;
		padding: 2em;
	}
}

/*  SECTION TEAM */
/* ----------------------------------------------- */

@media (min-width: 768px) {
	.section-team .text-area  {
		position: absolute;
		z-index: 4;
	}
	.section-team .text-area span { 
		background-color:#fff;
		padding: 0.3em 0 0.3em 0;
		box-shadow: 0.3em 0px 0px #fff, -0.3em 0px 0px #fff;
		box-decoration-break: clone;
		line-height: 2em;
	}
}

.section-team .button {
	margin: 2em auto;
	display: table;
}


ul.gallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: dense;
}
ul.gallery li {
	overflow: hidden;
	border: 15px solid #fff;
	position: relative;
	height: 400px;
}
body.home ul.gallery li.image-long {
	grid-column-end: span 2;
}
body.home ul.gallery li.image-high {
	grid-row-end: span 2;
	height: 800px;
}
ul.gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
ul.gallery li:hover img {
	transform: scale(1.05)
}
@media (max-width: 900px) {
	ul.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	ul.gallery li {
		border: 5px solid #fff;
		height: 200px;
	}
	body.home ul.gallery li.image-high {
		height: 400px;
	}
}


ul.gallery li a.salon-link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

 .member-data {
	 position: absolute;
	 bottom: 0;
	 opacity: 0;
	 transition: all 1s;
 }

li.team-member:hover .member-data {
	opacity: 1;
}
.member-data .team-name,
.member-data .label,
.member-data .status,
.team-member .type {
	background: #fff;
	padding: 0 10px;
}
.member-data .label,
.team-member .type {
	font-size: 0.85em;
	line-height: 1.25em;
}


.member-data .label > p {
	margin: 0;
}
.member-data .team-name h2 {
	margin: 0;
	padding: 0.1em 0em;
}

.gallery div[class^='salon-icon-'] {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}
div.salon-icon-kopfart1 {
	background-image: url('img/symbol-k1.svg');
}
div.salon-icon-kopfart2 {
	background-image: url('img/symbol-k2.svg');
}
div.salon-icon-kopfart3 {
	background-image: url('img/symbol-k3.svg');
}
div.salon-icon-kopfart4 {
	background-image: url('img/symbol-k4.svg');
}

ul.gallery li.animate .member-data {
	opacity: 1;
}



/*  SECTION GUTSCHEIN */
/* ----------------------------------------------- */
/* .section-gutschein {
	border: 10px solid yellow;
} */
.gutschein {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	position: absolute;
	z-index: 333;
	top: 50%;
	right: 5%;
	background: url('img/euro.svg') no-repeat center center #fff;
	background-size: 50%;
	cursor: pointer;
	border: 10px solid #fff;
}
.gutschein .circle {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	background: url('img/neukunden.svg') no-repeat center center;
	background-size: contain;
	animation:spin 8s linear infinite;
}
@keyframes spin { 
	100% { transform:rotate(360deg); } 
}
@media (max-width: 768px) {
	.gutschein {
		width: 150px;
		height: 150px;
	}
}
.section-gutschein .image-area {
	/* margin-left: 50%; */
	text-align: right;
	margin-right: -4em;
}
.section-gutschein .image-area  img {
	display: inline;
}
@media (min-width: 768px) {
	.section-gutschein .text-area {
		position: absolute;
		top: 3em;
		z-index: 3;
	}
	.section-gutschein .text-area .inner-area {
		margin-left: 0;
		background: #fff;
		padding: 2em;
	}
	
}

.section-gutschein .text-area h1 {
	margin-bottom: 0.5em;
}
.section-gutschein .text-area span { 
	background-color:#fff;
	padding: 0.3em 0 0.1em 0;
	box-shadow: 0.3em 0px 0px #fff, -0.3em 0px 0px #fff;
	box-decoration-break: clone;
	line-height: 1.5em;
}



/*  SECTION AVEDA */
/* ----------------------------------------------- */
.section-aveda {
	min-height: 150px;
	width: 110%;
	transform: rotate(1deg);
	margin-left: -5%;
}
.section-aveda .section-inner {
	padding: 0;
}
.section-aveda .text-area {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
}
.marquee {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	left: 0;
	padding: 0.6em;
}
.marquee__inner {
	/* width: fit-content; */
	width: 200vw;
	height: 30px;
	display: flex;
	position: relative;
	transform: translate3d(0, 0, 0);

	/* animation-name: marquee;
	animation-duration: 20s; 
	animation-timing-function: ease-out; 
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-play-state: paused; */

	/* animation: marquee 20s linear alternate infinite;
	animation-play-state: running; */
	background: url('img/aveda.svg') repeat-x;
	background-size: contain;
}
.marquee span {
	font-size: 10vw;
	padding: 0 2vw;
}
.animate .marquee__inner{
	animation-play-state: running;
}
/* .marquee:hover .marquee__inner {
	animation-play-state: paused;
} */
@keyframes marquee {
	  0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100vw, 0, 0); }
}

.marquee.invertiert {
	background: rgba(230, 226, 226, 0.5);
}
.marquee.invertiert .marquee__inner {
	background: url('img/aveda-white.svg') repeat-x;
	background-size: contain;
}



/*  SECTION INSTAGRAM */
/* ----------------------------------------------- */
.section-insta h1 {
	/* margin-left: -2rem; */
	text-indent: -2rem;
}
.section-insta .image-area {
	/* border: 1px solid red; */
	margin-left: -4em;
}
.section-insta .text-area {
	position: absolute;
	top: 0;
	left: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-insta .text-area .inner-area {
	background: #fff;
	padding: 2em;
}
.section-insta .text-area .button {
	margin-top: 1.5em;
}

/*  SECTION welle */
/* ----------------------------------------------- */
.animate .wave-a,
.animate .wave-b {
	animation: animatedWave2 5s 1 forwards, animatedWave 20s linear infinite;
}
.wave-a,
.wave-b {
	height: 20px;
	background-image: url("img/wave.svg");
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 20px;
}
.wave-a {
	width: 50%;
}
.wave-b {
	width: 30%;
}
@keyframes animatedWave2 {
	  0% {transform: rotate(3deg) translateX(-100%);}
	100% {transform: rotate(3deg) translateX(0);}
}
.welle.right {
	transform: scaleX(-1);
}
@media (max-width: 768px) {
	.wave-a,
	.wave-b {
		height: 10px;
		background-size: auto 10px;
	}
}
/**  footer
------------------------------------------------------------- **/

.site-container > footer {
	padding: 2em;
	position: relative;
	font-size: 0.75em;
}
.site-container > footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 10px;
	background: url('img/waves-footer.svg') no-repeat top left;
	background-size: contain;
}
.site-container > footer .logo {
	margin-bottom: 1em;
}

.site-container > footer .instalink {
	margin-right: 1em;
}
@media (min-width: 768px) {
	.site-container > footer .mokka {
		text-align: right;
	}
}

.section-team .data {
	display: none;
}
.overlay .location::before {
	content: '';
	background: url('img/location\ pin\ dark\ grey.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
}
.overlay .phone::before {
	content: '';
	background: url('img/telephone\ dark\ grey.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: rgba(51,51,51,0.7); */
	background-image: url(/wp-content/themes/kopfart/img/popupslider/K1_1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 199999;
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	display: none;
	transition: all 0.2s;
}
.overlay.show {
	display: flex;
}
.overlay .box {
	background-color: #fff;

	/* position:absolute;
	top: 50%;
	left: 50%; */
	/* padding: 2em 2em; */
	width: 16em;
	text-align: center;
	position: relative;
}
.overlay .close {
	position: absolute;
	right: 0px;
	padding: 10px;
}
.overlay .box .logo {
	background-color: #000;
	/* margin: 0em 2em; */
	border: #000 solid 25px;
}

.overlay .content {
	padding-top: 1.4em;
}
.overlay .content div{
	margin: 1em 0em;
}

.overlay .box .button-popup {
	color: white;
	background-color: rgb(77, 77, 77);
	padding: 1.4em 2em;
	font-size: 1.1em;
	margin-bottom: 1.6em;
	text-decoration: none;
	margin: 2em auto;
	margin-bottom: 2em;
	display: table;
}



.wp-block-button__link {
	height: auto !important;
	width: auto !important;
}