@font-face {
	font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
}

@font-face {
	font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
}

@font-face {
	font-family: 'corinthia';
    src: url('../fonts/Corinthia-Regular.woff2') format('woff2'),
         url('../fonts/Corinthia-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
}

:root {
	--bgcolortop: rgba(217, 202, 169, 1);
	--bgcolorlight: rgba(247, 231, 206, 1);
  --bgcolordark: rgba(229, 216, 190, 1);
	--bgcolorthird: rgba(164, 123, 103, 1);
  --textcolormain: rgba(105, 56, 34, 1);
  --textcolordark: rgba(0, 0, 0, 1);
	--textcolorthird: rgba(255, 255, 255, 1);
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: border-box;
	text-decoration: none;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
  font-family: 'opensans', arial, sans-serif;
	color: var(--textcolormain);
}

header {
  background-color: var(--bgcolortop);
	min-height: 100vh;
}

h1, h2, h3, h4, .notice {
	margin: 0;
  font-family: 'robotoregular', arial, sans-serif;
	font-weight: normal;
}

h1 {
	text-align: center;
	line-height: 1;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

blockquote {
	font-family: 'corinthia', arial, sans-serif;
	line-height: 1.1;
	margin: 2rem 0 15px 0;
}

cite {
	display: block;
	text-align: center;
}

a, a:visited {
	color: var(--textcolormain);
}

a:hover, a :focus {
	text-decoration: underline;
}

img {
	width: 100%;
	height: auto;
}

.insta {
  display: block;
  width: 2.438rem;
  height: 2.438rem;
}

.insta img {
	filter: invert(24%) sepia(13%) saturate(2892%) hue-rotate(334deg) brightness(87%) contrast(86%)
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

header .container {
	display: grid;
}

header #main_nav {
	grid-area: menu;
}

.klicker {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	width: 60px;
  height: 60px;
	margin: 0 auto;
	border: 0;
}

.klicker span {
	display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--textcolormain);
  border-radius: 0px;
  opacity: 1;
  left: 15px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.klicker span:nth-child(1) {
  top: 18px;
}

.klicker span:nth-child(2),.klicker span:nth-child(3) {
  top: 28px;
}

.klicker span:nth-child(4) {
  top: 38px;
}

.menu_mobile_active .klicker span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}

.menu_mobile_active .klicker span:nth-child(2) {
	width: 55%;
	left: 15px;
  transform: rotate(45deg);
}

.menu_mobile_active .klicker span:nth-child(3) {
	width: 55%;
	left: 15px;
  transform: rotate(-45deg);
}

.menu_mobile_active .klicker span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}

header .phone {
	grid-area: phone;
}

.phone {
	white-space: nowrap;
}

header .insta {
	grid-area: instagram;
}

header #logo {
	grid-area: logo;
	max-width: 1200px;
	width: 70%;
}

section.hell {
  background-color: var(--bgcolorlight);
}

section.dunkel {
  background-color: var(--bgcolordark);
}

section.braun {
  background-color: var(--bgcolorthird);
	color: var(--textcolorthird);
}

.notice {
	text-transform: uppercase;
  display: inline-block;
}

.notice span {
	position: relative;
  display: inline-block;
  background-color: var(--textcolormain);
}

.slick-slider {
  width: 100%;
  max-width: 1259px;
  overflow: hidden;
}

.slick-slider img {
  width: 100%;
  height: auto;
}

.slick-dots li {
	width: 30px;
	height: 30px;
}

.slick-dots li button:before {
	color: var(--bgcolorlight);
	font-size: 0.75rem;
	opacity: 0.7;
}

.personal-info h2 {
	font-size: 1.5rem;
}

.personal-info h2 p {
	margin: 0 0 10px 0;
}

.slick-dots li.slick-active button:before {
	color: var(--textcolormain);
}

.section_infos .info-content {
	display: grid;
}

.section_infos .info-content .hours {
	grid-area: hours;
}

.section_infos .info-content .adress {
	grid-area: address;
}

.section_infos .info-content .map {
	grid-area: map;
}

.section_infos .info-content .social {
	grid-area: social;
}

.info-header img {
  max-width: 573px;
}

.map img {
  max-width: 540px;
}

.product-item {
	margin-top: 40px;
}

.product-item img {
  max-width: 330px;
}

.section_prices {
  background-position: top right;
  background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
  background-size: 65%;
}

.price-item h2 {
	margin-bottom: 20px;
}

.price-item ul, .price-item p {
	color: var(--textcolordark);
}

.price-item li {
	margin-bottom: 10px;
}

.InputfieldHeader {
	display: block;
	text-align: left;
	max-width: 500px;
	margin: 10px auto;
}

.Inputfield:first-of-type {
	display: none;
}

.Inputfield {
	margin-bottom: 20px;
}

.InputfieldMaxWidth {
	background-color: var(--bgcolordark);
	border: none;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 20px;
}

.InputfieldTextarea .InputfieldMaxWidth {
	height: 300px;
}

.InputfieldSubmit button {
	background-color: var(--bgcolordark);
	color: var(--textcolormain);
	font-size: 1.2rem;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
}

.InputfieldSubmit button:hover, .InputfieldSubmit button:focus, .InputfieldMaxWidth:hover, .InputfieldMaxWidth:focus {
	background-color: rgba(210, 200, 180, 1);
}

.contact-phones p {
	margin-bottom: 0;
}

footer {
  background-color: var(--bgcolorthird);
	color: rgba(255, 255, 255, 1);
}

footer a, footer a:visited {
	color: rgba(255, 255, 255, 1);
}

footer .insta img {
	filter: invert(100%)
}

#footer-logo {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}

footer .copyright {
	margin-top: 30px;
	flex-wrap: wrap;
}

.basic-page {
	background-color: var(--bgcolorlight);
}

.basic-page h1 {
		margin-bottom: 100px;
}

.basic-page h2 {
		margin-top: 50px;
}

@media screen and (max-width: 900px) {

	body {
		font-size: 1.2rem;
		text-align: center;
	}

	h1 {
		margin: 1.75rem 0 2.56rem 0;
		font-size: 3.75rem;
	}

	blockquote {
		font-size: 4.8rem;
	}

	header {
		padding: 7.5vh 0;
	}

	p {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

  header .container {
		justify-items: center;
    grid-template-areas:
			"menu"
			"logo"
			"phone"
			"instagram";
  }

	#main_nav ul {
		height: 0px;
		margin-top: 5.59vh;
		overflow: hidden;

	}

	.menu_mobile_active #main_nav ul {
		height: 100%;
	}

	#main_nav li {
		text-align: center;
		margin-bottom: 1.125rem;
	}

	#logo {
		margin-top: 13.44vh;
	}

	#arrow-down {
		margin-top: 40px;
	}

	.phone{
	margin-top: 19.35vh;
	}

	.insta {
		margin-top: 5.91vh;
	}

	section {
	  padding: 16vh 0;
	}

	.notice {
		display: flex;
		font-size: 0.625rem;
		letter-spacing: 3.6px;
		margin-left: 8vw;
	}

	.notice span {
		height: 12px;
		width: 12px;
		margin-right: 12px;
	}

	.section_slider h1 {
		margin-left: 30px;
		margin-right: 30px;
	}

	.slick-dots {
	  bottom: 0px;
	}

	.slider-info, .personal-repeater {
		margin: 0 18.47vw;
	}

	.slider-info {
		margin: 60px 30px 80px 30px;
	}

	.slider-phone {
		display: flex;
		flex-direction: column-reverse;
	}

	.slider-phone p {
		margin-bottom: 10px;
	}

	.slider-phone .insta {
		margin: 20px auto;
	}

	.personal-item {
		margin-bottom: 120px;
	}

	.personal-item:last-child {
		margin-bottom: 0px;
	}

	.personal-item h2 {
		margin: 20px;
	}

	.personal-item img {
		max-width: 180px;
	}

	.section_infos .container, .section_citation .container, .section_prices .container, .section_contact .container {
		padding: 0 30px;
	}

	.section_infos .info-content div {
		margin: 20px 0;
	}

	.section_infos .info-content {
		margin-top: 20px;
		grid-template-areas:
			"hours"
			"map"
			"address"
			"social"
	}

	.section_infos .insta {
		margin: 0 auto 20px auto;
	}

	.citation-header {
		margin-top: 150px;
	}

	.citation-header h1 {
		font-size: 2rem;
	}

	.section_prices h1 {
		width: 60%;
		min-width: 300px;
		margin: 60px auto 2.56rem auto;
	}

	.price-item {
		margin-top: 50px;
	}

	.contact-phones .insta {
		margin: 30px auto;
	}

	footer {
		padding: 50px 30px;
	}

	#footer-logo {
		max-width: 300px;
	}

	#to-top {
		display: block;
		margin-bottom: 22px;
	}

	#footer_nav {
		display: none;
	}

	footer .insta {
		margin: 40px auto 0 auto;
	}

	.basic-page {
		padding: 100px 30px;
	}

}

@media screen and (max-width: 500px) {

	h1 {
		font-size: 3.2rem;
	}

	.section_prices h1 {
		margin-top: 80px;
	}
}

@media screen and (min-width: 900px) {

	body {
		font-size: 1.3rem;
	}

	h1 {
		margin: 2.625rem 0  4.25rem 0;
		font-size: 6.75rem;
	}

	blockquote {
		font-size: 7.3rem;
		text-align: center;
		width: 70vw;
		max-width: 1100px;
		margin: 0 auto;
	}

	header {
		padding: 4rem 7.18vw;
	}

	header .container {
		grid-template-columns: 1fr 40px 250px;
		grid-template-rows: 50px calc(100vh - 170px);
    grid-template-areas:
			"menu instagram phone"
			"logo logo logo";
  }

	.klicker {
		display: none;
	}

	#main_nav ul {
		display: flex;
	}

	#main_nav li {
		margin-right: 6.71vw;
	}

	header .phone {
		margin-left: 3rem;
	}

	#logo {
		align-self: center;
		justify-self: center;
	}

	#arrow-down {
		display: none;
	}

	section {
		padding: 19vh 7.18vw;
	}

	.notice {
		font-size: 1rem;
		letter-spacing: 5.7px;
	}

	.notice span {
		bottom: -2px;
		height: 18px;
		width: 18px;
	  margin-right: 19px;
	}

	.slick-dots {
	  bottom: 10px;
	}

	.slider-info {
		display: flex;
		margin-top: 80px;
		margin-bottom: 140px;
	}

	.slider-text {
		text-align: right;
		width: 50%;
		padding-right: 75px;
		border-right: 2px solid var(--textcolormain);
	}

	.slider-phone {
		font-size: 2rem;
		width: 50%;
		padding-left: 75px;
	}

	.slider-info p {
		margin-top: 25px;
	}

	.slider-info p:last-child {
		margin-bottom: 0px;
	}

	.slider-phone p {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.slider-phone .insta {
		margin-top: 30px;
	}

	.personal-item img {
		max-width: 250px;
	}

	.personal-repeater {
		display: flex;
		flex-wrap: wrap;
		gap: 100px 5vw;
		justify-content: space-around;
	}

	.personal-item {
		width: 43%;
	}

	.personal-item picture {
		display: block;
		text-align: center;
	}

	.personal-info {
		display: flex;
		flex-direction: row-reverse;
		margin-top: 40px;
	}

	.personal-info div {
		text-align: right;
		padding-right: 20px;
		border-right: 2px solid var(--textcolormain);
	}

	.personal-info div p {
		margin-bottom: 0;
	}

	.personal-info h2 {
		margin-top: 23px;
		padding-left: 20px;
	}

	.info-header {
		display: flex;
		gap: 50px;
	}

	.info-header picture {
		margin: -50px -30px;
	}

	.info-content {
		margin-top: 100px;
		grid-template-areas:
		 	"hours map social"
			"adress map social";
	}

	.hours, .address {
		text-align: right;
		padding-right: 75px;
		border-right: 2px solid var(--textcolormain);
	}

	.map {
		margin: 0 50px 0 75px;
	}

	.info-content .insta {
		margin-bottom: 40px;
	}

	.citation-header {
		margin-top: 150px;
	}

	.citation-header h1 {
		font-size: 2.3rem;
	}

	.products-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
	}

	.product-item {
		text-align: center;
	}

	.section_prices {
	  background-size: 55%;
	}

	.section_prices h1 {
		line-height: 0.85;
		text-align: left;
		padding-left: 40px;
	}

	.section_prices h1 span {
		position: relative;
		display: block;
	}

	.section_prices .title-1, .section_prices .title-3 {
			font-size: 4.2rem;
	}

	.section_prices .title-1 {
			margin-left: 75px;
	}

	.section_prices .title-2 {
			color: rgba(164, 123, 103, 1);
			font-size: 7.2rem;
			margin-top: -8px;
	}

	.section_prices .title-3 {
			margin-left: 120px;
	}

	.prices-list-wrapper {
		margin-top: 200px;
		margin-bottom: 100px;
	}

	.hell .price-item {
		background-color: var(--bgcolordark);
	}

	.dunkel .price-item {
		background-color: var(--bgcolorlight);
	}

	.prices-items {
		display: flex;
		justify-content: space-around;
	}

	.price-item {
		width: 33%;
		min-width: 230px;
		flex-wrap: wrap;
		box-shadow:  -15px 15px 2px rgba(0, 0, 0, 0.02);
		padding:60px 40px 40px 40px;
		margin-right: 50px;
	}

	.price-item:first-child {
		margin-top: -80px;
		margin-bottom: 80px;
	}

	.price-item:last-child {
		margin-right: 0px;
		margin-top: 80px;
		margin-bottom: -80px;
	}

	.section_contact h1 {
		text-align: left;
		margin-left: 80px;
	}

	.contact-details {
		text-align: center;
		max-width: 850px;
		margin: 0 auto;
	}

	.contact-details p {
		margin-top: 0;
	}

	.contact-details .insta {
		margin-top: 5px;
	}

	.contact-phones {
		display: flex;
		justify-content: space-between;
		text-align: left;
		max-width: 500px;
		margin: 0 auto;
	}

	.contact-form {
		margin-top: 30px;
	}

	footer {
		padding: 50px 7.18vw;
	}

	footer .container {
		display: flex;
		justify-content: space-between;
		column-gap: 80px;
	}

	#to-top {
		display: none
	}

	footer .insta {
		margin-top: 30px;
	}

	.footer_address {
		white-space: nowrap;
	}

	.basic-page {
		padding: 19vh 7.18vw;
	}
}
