/*
	Theme Name: 	Eywa Beauty
	Datum: 			13. Februar 2025
	Version: 		1.0
	Author: 		id-script // grafik . print . web
	Author URI: 	https://www.id-script.com/
*/

/* ================================================
    -- Default
================================================ */
:root {
	
	--ff-p:			'Lato';
	
	--black:		#232323;
	--white: 		#fff;
	--blue:			#4A9ABE;
	--gray:			#999;
	
	--font-h:		#000;
	--font-p:		#232323;

}

::-moz-selection,
::selection {
	color: var(--white);
	background: var(--blue);
}

body {
	font: 400 14px / 1.4 "Lato", sans-serif;
	letter-spacing: .75px;
	color: var(--font-p);
}

.bg_title {
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: var(--gray);
	opacity: 0.1;
	z-index: 10;
	position: relative;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--black);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: -30px;
	margin-bottom: 0;
	margin-left: 22px;
}

.bg_black h1 {
	color: var(--white);
}

h3 {
	font-size: 24px;
	text-align: center;
	margin: 40px auto 0 auto;
}

h4 {
	color: var(--black);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 14px;
}

p {
	hyphens: auto;
}

a {
	display: block;
	text-decoration: none;
	color: var(--font-p);
	transition: all .4s;
	cursor: pointer;
}

strong {
	font-weight: 600;
}

@media (min-width: 768px){
	.bg_title {font-size: 140px;}
	h1 {
		font-size: 40px;
		margin-top: -60px;
		margin-left: 40px;
	}
}

@media (min-width: 1024px){
	 .bg_title {
		font-size: 180px;
		font-weight: 900;
	}
}

.px-1 {padding: 0 15px;}
.my-1 {margin: 30px auto;}
.py-1 {padding: 30px 0;}

.bg_black.py-1 {padding: 60px 0;}

.bg_black {
	background: var(--black);
	color: var(--white);
}

@media (min-width: 1140px){
	.maxw-2 {max-width: 1140px; margin-left: auto; margin-right: auto;}
}

@media (min-width: 1440px){
	.maxw-1 {max-width: 1440px; margin-left: auto; margin-right: auto;}
}

@media (min-width: 1680px){
	.my-1 {margin: 120px auto;}
	.bg_black.py-1 {padding: 120px 0;}
}

/* ================================================
	-- Header
================================================ */
#header_main {
	position: relative;
	width: 100%;
	height: 80px;
}

@media (min-width: 1024px) {
	.home #header_main {
		position: absolute;
		top: 0;
		left: 0;
	}
}

#header_main .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#header_main .nav_main {
	width: 50%;
	padding-left: 1.25rem;
}

#header_main .logo_mobile img {
	height: 50px;
	width: auto;
	z-index: 10;
}

/* ================================================
	-- Classes
================================================ */
.btn {
	position: relative;
	width: 220px;
	height: 50px;
	line-height: 48px;
	background: var(--black);
	text-align: center;
	border: 1px solid var(--black);
	color: var(--white);
	overflow: hidden;
	cursor: pointer;
	margin-top: 40px;
}
.parent_wrapper .btn {
	margin-left: auto;
	margin-right: auto;
}
.bg_black .btn {
	border: 1px solid var(--white);
}
.btn span {
	position: relative;
	z-index: 10;
	padding-right: 40px;
	transition: all 0.3s cubic-bezier(1, 0.02, 0.74, 0.93) 0s;
}
.btn span:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0px;
	margin: auto 0;
	width: 30px;
	height: 12px;
	background: url("img/arrow-btn-w.svg") no-repeat center;
	transition: all 0.5s ease 0s;
}

.btn span:before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0px;
	margin: auto 0;
	width: 30px;
	height: 12px;
	opacity: 0;
	background: url("img/arrow-btn-b.svg") no-repeat center;
	transform: translateX(-10px);
	transition: all 0.5s ease 0s;
}
.btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	background: var(--white);
	transition: none;
	transition: all 0.5s ease 0s;
}
.bg_black .btn:after {
	background: var(--lack);
}
.btn:hover:after {
	width: 100%;
	background: var(--white);
}
.bg_black .btn:hover:after {
	background: var(--white);
}
.bg_black .btn span:before {
	background: url("img/arrow-btn-b.svg") no-repeat center;	
}
.btn:hover span {
	color: var(--black);
}
.bg_black .btn:hover span {
	color: var(--black);
}
.btn:hover span:after {
	transform: translateX(10px);
	opacity: 0;
}
.btn:hover span:before {
	opacity: 1;
	transform: translateX(0);
}

.sec_title {
	margin-bottom: 40px;
}

/* ================================================
	-- Home: Hero
================================================ */
#home_hero {
	display: none;
}

@media (min-width: 1024px){
	#home_hero {
		display: block;
		height: calc(100vh - 80px);
		width: 100%;
		overflow: hidden;
		
		height: 100vh;
	}

	#home_hero .inner {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}

	#home_hero .ctn {
		width: 50%;
	}
	#home_hero .ctn_img {
		z-index: 100;
	}
	
	#home_hero .ctn_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#home_hero .ctn_txt {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		position: relative;
		height: 100%;
	}

	#home_hero .ctn_txt a {
		width: 100%;
		max-width: 240px;
	}	
}

/* ================================================
	-- Home: Mouse
================================================ */
@media (min-width: 1024px){
	.mouse {
		position: absolute;
		bottom: 50px;
		left: calc(50% - 14px);
		width: 28px;
		height: 41px;
		background: url("img/mouse.svg") no-repeat center;
		background-size: cover;
		transform: translateY(20px);
		transition: all 1s ease 1.7s;
		z-index: 300;
		cursor: pointer;
	}

	.mouse:after {
		content: "";
		position: absolute;
		top: 6px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 4px;
		height: 5px;
		border-radius: 50%;
		background: var(--black);
		animation: mouse 1s ease-in-out infinite;
	}

	.mouse a {
		height: 100%;
	}

	@keyframes mouse {
		0% {
			transform: translateY(0);
			opacity: 0;
		}
		50% {
			transform: translateY(5px);
			opacity: 1;
		}
		100% {
			transform: translateY(10px);
			opacity: 0;
		}
	}
}

/* ================================================
	-- Home: Services
================================================ */

/* parent_wrapper */
.main_home .parent_wrapper {
	position: relative;
	margin: 0 auto 0 auto;
}

/* a */
.parent a { 
	position: relative;
	width: 100%;
	height: 220px;
	margin-bottom: 20px;
}

/* img */
.parent_img {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translate3d(0, 0, 0) rotate(0.0001deg);
	transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 0.8s;
	overflow: hidden;
}
.parent_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-left: 30px;
	position: relative;
	z-index: 1;
	transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0s;
}

/* txt */
.parent_txt {
	white-space: nowrap;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 100;
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.bg_black .parent_txt {
	color: var(--white);
}

/* span */
.parent_txt span {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: 100% 50%;
	top: -7px;
}
/* -- home_damen -- */
.item_hd1 span {left: -80px;}
.item_hd2 span {left: -60px;}
.item_hd3 span {left: -127px;}
.item_hd4 span {left: -77px;}
.item_hd5 span {left: -82px;}
/* -- home_herren -- */
.item_hh1 span {left: -80px;}
.item_hh2 span {left: -60px;}
.item_hh3 span {left: -77px;}
.item_hh4 span {left: -83px;}
/* -- single_damen -- */
.item_sd1 span {left: -80px;}
.item_sd2 span {left: -128px;}
.item_sd3 span {left: -60px;}
.item_sd4 span {left: -83px;}
.item_sd5 span {left: -83px;}
.item_sd6 span {left: -77px;}
/* -- single_herren -- */
.item_sh1 span {left: -81px;}
.item_sh2 span {left: -61px;}
.item_sh5 span {left: -83px;}
.item_sh6 span {left: -77px;}

/* arrow */
.parent_arrow {
	position: absolute;
	width: 60px;
	height: 12px;
	opacity: 0;
	transform-origin: 0 50%; 
	left: 0px; 
	bottom: 30px;
	background: url("img/arrow-b.svg") no-repeat center;
	transition: all 0.7s cubic-bezier(0.23, 1, 0.38, 1) 0s;
}

.bg_black .parent_arrow {
	background: url("img/arrow-w.svg") no-repeat center;
}

/* hover */
.parent a:hover img {
	transition-delay: 0.1s !important;
	transform: translateX(10%) rotate(0.0001deg);
}
.parent a:hover .parent_txt {
	transition-delay: 0.1s !important;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transform: translate3d(30px, 0, 0) rotate(0.0001deg);
}
.parent a:hover .parent_arrow {
	opacity: 1;
	transform: translate3d(30px, 0, 0) rotate(0.0001deg);
	transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 0.1s;
}
.bg_black .parent a:hover .parent_arrow {
	background: url("img/arrow-w.svg") no-repeat center;
}

.txt768 {display: none;}

@media (min-width: 768px){

	.txt768 {
		display: grid;
		align-self: end;
	}
	
	/* parent */
	.parent {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		height: 100%;
		width: 100%;
		max-width: 82%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.grid_1212 {
		grid-template-rows: repeat(12, 1fr); 
		height: 740px;
	}
	.grid_128 {
		grid-template-rows: repeat(8, 1fr); 
		height: 520px;
	}
	.grid_129 {
		grid-template-rows: repeat(9, 1fr); 
		height: 520px;
	}
	.grid_2424 {
		grid-template-rows: repeat(24, 1fr); 
		grid-template-columns: repeat(24, 1fr); 
		height: 640px;
	}
	
	.parent a {
		height: auto;
		margin-bottom: 0;
	}
	/* -- home_damen -- */
	.item_hd1 { grid-area: 1 / 5 / 7 / 12; }
	.item_hd2 { grid-area: 3 / 1 / 7 / 5; }
	.item_hd3 { grid-area: 7 / 1 / 11 / 5; }
	.item_hd4 { grid-area: 7 / 10 / 12 / 13; }	
	.item_hd5 { grid-area: 7 / 5 / 13 / 10; }
	/* -- home_herren -- */
	.item_hh1 { grid-area: 1 / 5 / 8 / 13; }
	.item_hh2 { grid-area: 4 / 1 / 8 / 5; }
	.item_hh3 { grid-area: 8 / 5 / 13 / 10; }
	.item_hh4 { grid-area: 8 / 10 / 11 / 13; }
	/* -- single_damen -- */
	.item_sd1 { grid-area: 1 / 6 / 7 / 11; }
	.item_sd2 { grid-area: 5 / 1 / 11 / 6; } 
	.item_sd3 { grid-area: 7 / 6 / 13 / 12; }
	.item_sd4 { grid-area: 2 / 1 / 5 / 6; }
	.item_sd5 { grid-area: 1 / 2 / 6 / 8; }
	.item_sd6 { grid-area: 4 / 8 / 10 / 13; }	
	.item_sd7 { grid-area: 2 / 8 / 4 / 13; }
	/* -- single_herren -- */
	.item_sh1 { grid-area: 2 / 1 / 8 / 6; }
	.item_sh2 { grid-area: 1 / 6 / 7 / 12; } 
	.item_sh3 { grid-area: 8 / 1 / 9 / 6; }
	.item_sd4 { grid-area: 2 / 1 / 5 / 6; }
	.item_sd5 { grid-area: 1 / 2 / 8 / 8; }
	.item_sd6 { grid-area: 4 / 8 / 10 / 13; }	
	.item_sd7 { grid-area: 2 / 8 / 4 / 13; }
	/* -- studio -- */
	.item_stm1 { grid-area: 1 / 1 / 17 / 10; }
	.item_stm2 { grid-area: 2 / 2 / 18 / 11; }
	.item_stm3 { grid-area: 3 / 12 / 14 / 23; }
	.item_stm4 { grid-area: 12 / 4 / 24 / 17; }
	.item_stm5 { grid-area: 13 / 5 / 23 / 16; }
	.item_stm6 { grid-area: 11 / 25 / 25 / 17; } 

	/* parent_img */
	.parent_img img {
		padding-left: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	
	/* parent_span */
	.parent_txt span {
		top: auto;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.parent .item_hd1 span,
	.parent .item_hh1 span,
	.parent .item_sd1 span,
	.parent .item_sd6 span {
		left: auto;
		right: -20px;
	}
	.parent .item_hd2 span,
	.parent .item_hh2 span
	 {
		left: -73px;
	}
	.parent .item_hd3 span,
	.parent .item_hh3 span,
	.parent .item_sd3 span,
	.parent .item_sd5 span {
		transform-origin: 0 50%;
		left: -18px;
		bottom: -7px;
	}
	.parent .item_sd2 span {
		left: -124px;
	}
	
	.parent .item_sh2 span,
	.parent .item_hd4 span,
	.parent .item_hh4 span,
	.parent .item_sd6 span {
		left: auto;
		right: -20px;
	}
	.parent .item_hd5 span {
		transform-origin: 0 50%;
		left: -18px;
		bottom: -7px;
	}
	
	.parent .item_sh1 span {
		left: -88px;
		top: -7px;
	}
	
	/* parent_arrow */
	.parent .parent_arrow {
		transform: translate3d(-30px, 0, 0) rotate(0.001deg);
	}

	.parent .item_hd1 .parent_arrow,
	.parent .item_hh1 .parent_arrow,
	.parent .item_sd1 .parent_arrow,
	.parent .item_sh2 .parent_arrow,
	.parent .item_sd6 .parent_arrow {
		left: auto;
		right: 0;
	}
	.parent .item_hd2 .parent_arrow,
	.parent .item_hh2 .parent_arrow,
	.parent .item_sd2 .parent_arrow{
		left: 0;
		right: auto;
		top: auto;
	}
	.parent .item_hd3 .parent_arrow,
	.parent .item_hh3 .parent_arrow,
	.parent .item_sd3 .parent_arrow {
		bottom: auto;
		top: 30px;	
	}
	.parent .item_hd4 .parent_arrow,
	.parent .item_hh4 .parent_arrow,
	.parent .item_sd5 .parent_arrow{
		left: auto;
		right: 0;
	}
	.parent .item_hd5 .parent_arrow,
	.parent .item_sd5 .parent_arrow {
		right: auto;
		left: 20px;
		bottom: auto;
		top: 30px;
		transform-origin: center;
	}

	/* hover */
	.parent a:hover .parent_txt {
		transition-delay: 0.1s !important;
		transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	/* text */
	.parent a.item_sh2:hover .parent_txt,
	.parent a.item_hd1:hover .parent_txt,
	.parent a.item_hh1:hover .parent_txt,
	.parent a.item_sd1:hover .parent_txt,
	.parent a.item_sd6:hover .parent_txt {
		transform: translate3d(-10%, 0, 0) rotate(0.0001deg);
	}
	.parent a.item_hd4:hover .parent_txt,
	.parent a.item_hh4:hover .parent_txt {
		transform: translate3d(-20%, 0, 0) rotate(0.0001deg);
	}
	.parent a.item_hd2:hover .parent_txt,
	.parent a.item_hd3:hover .parent_txt,
	.parent a.item_hd5:hover .parent_txt,
	.parent a.item_hh2:hover .parent_txt,
	.parent a.item_hh3:hover .parent_txt,
	.parent a.item_sd2:hover .parent_txt,
	.parent a.item_sd3:hover .parent_txt,
	.parent a.item_sd5:hover .parent_txt {
		transform: translate3d(10%, 0, 0) rotate(0.0001deg);
	}

	/* img */
	.parent a:hover img {
		transition-delay: 0.1s !important;
	}
	.parent a.item_hd1:hover img,
	.parent a.item_hh1:hover img,
	.parent a.item_sd1:hover img,
	.parent a.item_sh2:hover img,
	.parent a.item_sd6:hover img {
		transform: translateX(-10%) rotate(0.0001deg);
	}
	.parent a.item_hd4:hover img,
	.parent a.item_hh4:hover img {
		transform: translateX(-20%) rotate(0.0001deg);
	}
	.parent a.item_hd2:hover img,
	.parent a.item_hd3:hover img,
	.parent a.item_hd5:hover img,
	.parent a.item_hh2:hover img,
	.parent a.item_hh3:hover img,
	.parent a.item_sd2:hover img,
	.parent a.item_sd3:hover img,
	.parent a.item_sd5:hover img {
		transform: translateX(10%) rotate(0.0001deg);
	}

	/* arrow */
	.parent a:hover .parent_arrow {
		transform: translate3d(0, 0, 0) rotate(0.0001deg);
		opacity: 1;
		transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 0.1s;
	}	

}

@media (min-width: 1680px){
	.grid_1212,
	.grid_129,
	.grid_2424 {height: 740px;}
}
/* ================================================
	-- Studio
================================================ */
.address {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	padding: 12px 0;
}

address a {
	line-height: 2.5;
}

address span {
	display: inline-block;
	width: 60px;
	font-weight: 500;
}

.home_studio .ctn_img {
	margin-top: 30px;
	overflow: hidden;
	transition: all .5s ease;
}

.home_studio .ctn_img a:hover {
    transform: scale(1.02);
}

@media (min-width: 768px) {

	.home_studio .ctn {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px 0 0;
	}

	.home_studio .ctn_txt {
		width: 45%;
		padding-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.home_studio .ctn_img {
		width: 55%;
		margin-top: 0;
	}
}

/* ================================================
	-- CTA
================================================ */
#cta img {
	display: none;
}

#cta .inner {
	position: relative;
}

#cta .wrapper {
	position: relative;
	z-index: 500;
	padding: 30px;
}

#cta .wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f6f6f6;
}

#cta .ctn {
	position: relative;
	z-index: 500;
}

@media (min-width: 768px){
	
	#cta .wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: -15px;
	}
	
	#cta .wrapper::after {width: 75%;}
	
	#cta .ctn {
		width: 80%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#cta .ctn_txt {width: 60%;}
	
	#cta img {
		display: block;
		position: absolute;
		width: 260px;
		height: auto;
		top: 47px;
		right: -86px;
	}
	
	.main_single .ctn_btn {margin-left: 0;}
}

@media (min-width: 1024px){

	#cta {
		margin: 100px 0;
	}

}

/* ================================================
	-- Main: Salon
================================================ */
.intro {
  margin-top: 60px;
}

.intro .inner {
	max-width: 80%;
	margin: 0 auto;
}

.intro .ctn {
	max-width: 600px;
}

.item_stm1,
.item_stm4 {
	display: none;
}

.item_stm1,
.item_stm4 {
	border: 1px solid var(--black);
}

.grid_2424 .item {
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	height: 300px;
	margin-bottom: 15px;
}

.item_stm2 {background-image: url(img/kosmetikstudio-illnau-effretikon-1.webp)}
.item_stm3 {background-image: url(img/kosmetikstudio-illnau-effretikon-4.webp)}
.item_stm5 {background-image: url(img/kosmetikstudio-illnau-effretikon-2.webp)}
.item_stm6 {background-image: url(img/kosmetikstudio-illnau-effretikon-3.webp)}

@media (min-width: 768px){
	.grid_2424 .item {
		height: 100%;
	}
	.item_stm1,
	.item_stm4 {
		display: block;
	}

	.intro .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
	}
}

@media (min-width: 1024px){
	.intro {
		margin-top: 100px;
		margin-bottom: 50px;
	}
}

/* ================================================
	-- Main: Women & Men
================================================ */
.menu-nav-damen-main-container {
  width: 100%;
}
	
	/* nav_secondary */
	.nav_secondary {
		display: flex;
		margin-top: -20px;
		z-index: 20;
		position: relative;
	}
	
	.pricelist .nav_secondary {
		margin-top: 0;
		margin-bottom: 40px;
	}	
	
	.nav_secondary ul {
		line-height: 1;
		text-align: center;
		background: var(--black);
		padding: 0;
	}
	.nav_secondary ul li {
		display: inline-block;
		padding: 0 1px;
	}

	.nav_secondary ul li a {
		position: relative;
		color: var(--white);
		line-height: 1;
		padding: 10px 2px;
		overflow: hidden;
	}

	.nav_secondary a::before,
	.nav_secondary a::after {
		content: "";
		position: absolute;
		overflow: hidden;
		background: var(--white);
	}

	.nav_secondary a::before {
		height: 1px;
		width: 110%;
		bottom: 45%;
		left: 105%;
		transition: all 0.3s cubic-bezier(1, 0.02, 0.74, 0.93) 0s;
	}

	.nav_secondary a::after {
		bottom: 45%;
		left: -5%;
		width: 0;
		height: 1px;
		transition: none;
	}
	
	.nav_secondary .current-menu-item a::before, 
	.nav_secondary a:hover::before {
		left: 0;
		transition: all 0s cubic-bezier(1, 0.02, 0.74, 0.93) 0.3s;
	}

	.nav_secondary a:hover::after {
		width: 110%;
		background: transparent;
		transition: all 0.4s cubic-bezier(1, 0.02, 0.74, 0.93) 0s;
	}
		
	.parent_wrapper.pw1 {
		margin-bottom: 60px;
	}

@media (min-width: 500px){
	.menu-nav-damen-main-container {
		width: auto;
	}
	.nav_secondary {
		margin-left: 40px;
		margin-top: -62px;
	}
	.pricelist .nav_secondary {
		margin-left: 0;
		margin-bottom: 40px;
	}
	.nav_secondary ul li {
		padding: 0 12px;
	}
	
	.nav_secondary ul li a {
		padding: 10px 12px;
	}
}

@media (min-width: 1680px){
	.parent_wrapper.pw1 {
		margin-bottom: 180px;
	}
}

  
/* ================================================
	-- Pricelist
================================================ */
.prices {
	padding: 40px 0;
}
.pricelist img {
	height: 220px;
	object-fit: cover;
}

ul.pa-dot-leaders {
	max-width: 640px;
	margin: 0 auto;
	overflow-x: hidden;
    list-style: none;
}

ul.pa-dot-leaders li {
	margin-bottom: 40px;
}

ul.pa-dot-leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

ul.pa-dot-leaders  span:first-child {
    padding-right: 0.33em;
    background: white;
}

ul.pa-dot-leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}

.pricelist_title {
	text-transform: uppercase;
}

@media (min-width: 768px){
	.main_pricelist {
		padding-top: 30px;
	}

	.pricelist img {
		height: 320px;
	}
}


@media (min-width: 1024px) {
	.main_pricelist {
		padding-top: 100px;
	}
}

@media (min-width: 1200px) {
	.pricelist img {
		height: 380px;
	}
}

/* ================================================
	-- Kontakt
================================================ */
#kontakt .ctn_img {
	margin-bottom: 40px;
}

#kontakt address {
	margin-top: 24px;
}

#kontakt .item_form {
	margin: 60px auto;
}

address a {
	color: var(--black);
	display: inline-block;
	position: relative;
}

address a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	border-radius: 5px;
	height: 0.05em;
	bottom: 0;
	left: 0;
	background: var(--black);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

address a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

@media (min-width: 768px){
	#kontakt .ctn_txt {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#kontakt .item_form {width: 45%; margin: 0;}
	#kontakt .item_txt {width: 45%;}
	#kontakt .item_txt address {max-width: 300px;}
}
/* ================================================
	-- Footer: Meta
================================================ */
.meta_inner {
	border-top: 1px solid var(--black);
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0;
	padding: 12px 0 18px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}

.meta_inner span,
.meta_inner a {
	width: 33%;
}

.logo_meta {
	height: 30px;
	width: auto;
}

#meta .instagram {
	text-align: center;
}

#meta .icon-instagram {
	font-size: 26px;
}

#meta .wda {
	transition: 0.3s all;
	text-align: right;
}

#meta .wda i {
	font-size: 20px;
	color: #00cbff !important;
}

#meta [class^="icon-"]::before,
#meta [class*=" icon-"]::before {
	font-weight: 400;
}

#meta .wda:hover {
	font-weight: 600;
	color: #00cbff;
}


	
	
	
	
	
	

