

/* maven-pro-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v39-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/maven-pro-v39-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Maven Pro';
	font-size: 16px;
	line-height: 25px;
	color: #646464
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header {
	/* background: url(../images/frau-rote-haare.webp);
	background-size: cover;
	background-repeat: no-repeat; */
	height: 800px;
	/* background-position: bottom;
	background-attachment: fixed; */
	overflow: hidden;
	position: relative;
}

.header-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.sidenav {
	position: fixed;
	left: 0;
	top: 40vh;
	z-index: 3!important;
}

.sidenav img {
	background: #C95C3D;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	object-fit: contain;
}

nav {
	display: flex;
	width: 80%;
	margin-left: 10%;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: fixed;
	top: 0;
	z-index: 99;
	padding: 10px 5%;
	left: 0;
}

.logo img {
	height: 70px;
}

nav ul {
	display: flex;
}

nav ul li a {
	color: #C95C3D;
	text-transform: uppercase;
	margin-left: 25px;
	text-decoration: none;
	font-size: 18px;
}

.dropdown {
	display: none;
}

.slogan {
	position: absolute;
	top: 400px;
	right: 0;
	background: #fff;
	padding: 50px 10% 20px 3%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	line-height: 40px;
	z-index: 2!important;
	max-width: 70%;

}

.slogan span,
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #C95C3D
}

h2 {
	padding-bottom: 20px;
}

h3 {
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

h4 {
	padding-bottom: 0px;
	padding-top: 30px;
	text-transform: uppercase;
	color: #C95C3D;
	font-size: 20px;
	font-weight: 700;
}


.flex {
	display: flex;
	align-items: center;
	column-gap: 100px;
}

#ueber-uns {
	padding: 100px 10%;
}

#ueber-uns .col {
	width: 50%;
}

.jubilaeum {
	width: 250px;
	margin-top: 30px;
}

.team {
	width: 100%;
	max-width: 400px;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.namen {
	width: 100%;
	max-width: 400px;
	padding: 20px;
	color: #fff;
	margin-top: 10px;
	background: #C95C3D;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#parallax1 {
	text-align: center;
	color: #fff;
	background: url(../images/haarstraehnen.webp);
	padding: 200px 10%;
	font-size: 24px;
	line-height: 34px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


#haare,
#kosmetik {
	padding: 100px 0% 100px 10%;
	background: #ffefea
}

#haare ul,
#kosmetik ul {
	margin-top: 30px;
	margin-bottom: 30px;
}

#haare ul img,
#kosmetik ul img {
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}

#haare ul li,
#kosmetik ul li {
	margin-bottom: 20px;
}

#haare ul span,
#kosmetik ul span {
	font-size: 18px;
	color: #4D607F;
	font-weight: 700;
}

#haare p span,
#kosmetik p span {

	font-weight: 700;
	color: #C95C3D
}

#haare .col1,
#kosmetik .col1 {
	width: 45%;
}

#haare .col2,
#kosmetik .col2 {
	width: 55%;
}

#haare .col2 .box,
#kosmetik .col2 .box {
	background: #C95C3D;
	padding: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#haare .col2 .flex,
#kosmetik .col2 .flex {
	column-gap: 0px;
}

#haare .col2 .box img,
#kosmetik .col2 .box img {
	width: 94%;
	margin: 2%;
	border-radius: 20px;
}

.parallax2 {
	background: url(../images/kosmetik-parallax.webp);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}

#kosmetik {
	background: #fff !important;
}

.parallax3 {
	height: 400px;
	background: url(../images/gesicht-kosmetik.webp);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#kontakt {
	background: #ffefea;
	padding: 100px 10%;
}

#kontakt .col {
	width: 50%;
}

footer {
	background: #C95C3D;
	color: #fff;
	padding: 100px 10%;
}

footer .col {
	width: 33.3%;
}


.modaloverlay h3 {
	font-size: 30px !important;
	padding-bottom: 20px;
	text-align: center;
	text-transform: inherit;
}

.modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99999;
	display: none;
}

.modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
}

.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 3em;
	overflow-y: scroll;
	height: 45vh;
	margin-left: 5%;
	z-index: 9999;
	width: 40%;
	margin-top: 20vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: 700;
}

.modals h3 {
	color: #C95C3D;
	font-size: 40px;
	text-align: left;
}

.modals p {
	color: #5f5f5f;
}

.modaloverlay a {
	color: #000;
	text-decoration: none;
}

.modaloverlay .close {
	background-color: #000;
	color: white;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

#kontakt iframe {
	width: 100%;
}

.dse {
	background: #a54b31;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px 10%;
}

.dse a {
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
}

#impressum{
	padding: 100px 10%;
}
#impressum .col{
	width: 50%;
}

#impressum .flex{
	align-items: flex-start;
}

#impressum a{
	color: #C95C3D;
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1080px) {
	av ul li a {
		margin-left: 15px;
		font-size: 15px;
	}

	#impressum .col{
		width: 100%;
	}

	.modaloverlay .modals {
		padding: 2em;
		height: 55vh;
		width: 70%;
	}

	header {
		height: 600px;
	}

	.slogan {
		top: 300px;
		padding: 20px 10% 20px 3%;
		max-width: 65%;
	}

	.slogan span,
	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	#parallax1 {
		font-size: 18px;
		line-height: 28px;
		padding: 100px 10%;
	}

	.parallax2,
	.parallax3 {
		height: 250px;
	}

	.flex {
		display: block;
	}

	#ueber-uns .col {
		width: 100%;
	}

	.namen {
		margin-bottom: 40px;
	}

	#haare .col1,
	#kosmetik .col1 {
		width: 100%;
	}

	#haare .col2,
	#kosmetik .col2 {
		width: 100%;
	}

	#haare,
	#kosmetik {
		padding: 100px 10% 100px 10%;
	}

	#haare .box,
	#kosmetik .box {
		border-radius: 20px;
		margin-top: 40px;
	}

	.box .flex {
		display: flex
	}

	#kontakt .col {
		width: 100%;
	}

	footer .col {
		width: 100%;
	}

	.logo img {
		height: 50px;
	}
}

@media screen and (max-width: 960px) {
	nav {
		width: 100%;
		margin-left: 0%;
	}
}

@media screen and (max-width: 750px) {
	nav ul {
		display: none;
	}

	.dropbtn {
		background-color: #fff;
		color: #C95C3D;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 15px;
		right: 5%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(201, 92, 61, 0.55);
	}

	.show {
		display: block;
	}

	#parallax1 {
		background-attachment: inherit
	}

	.parallax2,
	.parallax3 {

		background-attachment: inherit
	}

	header {
		height: 500px;
		background-attachment: inherit;
	}

	.slogan {
		top: 200px;
		line-height: 24px;
	}

	.sidenav img {
		width: 35px;
		height: 35px;
		padding: 10px;
	}
}

@media screen and (max-width: 500px) {
	.box .flex {
		display: block;
	}

	footer img {
		width: 250px;
		margin-top: 30px;
	}

	.slogan {
		padding: 20px 5% 20px 3%;
		max-width: 75%;
	}

	#haare ul img,
	#kosmetik ul img {
		float: none;
		padding-bottom: 0px;
		margin-right: 00px;
		padding-top: 10px;
	}

	body {
		font-size: 15px;
		line-height: 25px;
	}

	.modaloverlay h3 {
		font-size: 22px !important;
		padding-bottom: 10px;
	}

	#parallax1 {
		font-size: 16px;
		line-height: 34px;
		padding: 50px 10%;
	}

	.modaloverlay .modals {
		width: 90%;
	}

	.dse a {
		padding-right: 13px;
	}
}
