@import url(reset.css);
@import url("./base/footer.css");
@import url("./base/header.css");
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: var(--color-body);
	color: var(--color-text);
}

:target {
	scroll-margin-top: 0px;
}

:root {
	--color-text: #d1d4db;
	--color-body: #111;
	--color-heading: #f5f5f5;
	--color-primary: #ea910d;
	--color-secondary: rgba(234, 145, 13, 0.05);
	--text-btn: #fff;
}

.container {
	max-width: 1580px;
	padding-inline: clamp(24px, 5vw, 170px);
	margin: 0 auto;
	overflow: hidden;
}

/*-----------GESTALTUNG-----------*/
body {
	font-family: 'Inter';
	background-color: var(--color-body);
	color: var(--color-text);
	overflow-x: hidden;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: var(--color-text);
}

a {
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	color: white;
	text-decoration: none;
	color: var(--color-primary);
}

h1 {
	font-family: 'Montserrat';
	font-size: 82px;
	font-weight: 700;
	color: var(--color-heading);
}

.headline{
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 600;
	color: var(--color-primary);
	margin-bottom: 16px;
}

.claim{
	font-family: 'Montserrat';
	font-size: 82px!important;
	line-height: 92px;
	font-weight: 700;
	color: var(--color-heading);
}

h2 {
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 600;
	color: var(--color-primary);
	margin-bottom: 16px;
}

.subline {
	font-family: "'Inter';
	font-size: 21px;
	font-weight: 300;
	max-width: 800px;
	color: var(--color-heading);
	margin-bottom: 44px;
}

h3, .tabcontent h2 {
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: 600;
	color: var(--color-primary);
}



.subline-small {
	font-family: 'Inter';
	font-size: 21px;
	font-weight: 300;
	color: var(--color-heading);
}

#parallax {
	background: url(../images/reifen.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 400px;
}


.parallax-2 {
	background: url(../images/auto-scheinwerferlicht.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 400px;
}

span {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 400;
	color: var(--color-heading);
}

strong {
	font-weight: 600;
}

.section-headline {
	display: flex;
	flex-direction: column;
}

/*----------- Buttons -----------*/
.main-btn {
	display: inline-block;
}

.main-btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;

	padding-bottom: 8px;

	font-size: 18px;
	font-weight: 300;
	text-decoration: none;

	color: var(--color-primary);
}

.main-btn a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background: var(--color-primary);
	transition: width 0.35s ease;
}

.main-btn:hover a::after {
	width: 100%;
}

.cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	padding: 16px 24px;
	border-radius: 6px;
	background: var(--color-primary);
	color: var(--color-heading);
	font-size: 20px;
	font-weight: 400;
	transition:
		transform 0.3s ease,
		background 0.3s ease;
	border: var(--color-primary) solid 1px;
}

.cta__btn:hover {
	border: solid 1px --color-primary;
	background-color: #ea920d90;
}

.faq-preview__headline .btn {
	border-bottom: 1px solid rgba(239, 151, 20, 0.55);
	padding-bottom: 10px;
	display: inline-block;
	margin-top: 40px;
	width: 300px;
}

.btn svg {
	margin-left: 10px;
}


.frage {
	background-color: rgba(239, 151, 20, 0.06);
	color: rgba(239, 151, 20, 0.78);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 300;
	outline: none;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.4s;
}

.active,
.frage:hover {
	background-color: rgba(239, 151, 20, 0.16);
}

.frage:after {
	content: '\002B';
	color: rgba(239, 151, 20, 0.55);
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.panel p {
	padding: 20px
}

.panel {
	padding: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 0, 0, 0.12);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


/* ===================== HOME ==================== */

/* ----------- Hero ----------- */
.hero__media {
	position: relative;
	height: 100%;
}

.hero video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to left,
			rgba(17, 17, 17, 0) 0%,
			rgba(17, 17, 17, 1) 100%);
	pointer-events: none;
}

.hero__content {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	/* max-width: 600px; */
}

.hero__heading {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hero p {
	font-size: 45px;
}

/* MEDIA */
@media (max-width: 1920px) {
	.paint-info__wrapper {
		justify-items: flex-end;
	}
}

@media (max-width: 1570px) {
	.hero__content {
		transform: translate(-20%, -50%);
	}
}

@media (max-width: 587px) {
	h1, .claim {
		font-size: 42px;
	}

	.hero p {
		font-size: 24px;
	}

	.hero__content {
		gap: 32px;
	}
}

/* ----------- Intro ----------- */
.intro {
	padding: 80px 0;
}

.intro__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
	align-items: center;
}

.intro__media img {
	width: 100%;
	height: 420px;
	display: block;
	object-fit: cover;
	border-radius: 6px;
}

.intro__text {
	overflow: hidden;
	transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: height;
}

.intro__text p {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 300;
}

.intro__toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	padding: 0 0 8px;
	border: none;
	background: transparent;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.logo img {
	height: 80px;
	object-fit: contain;
}

span {
	font-family: "Inter";
	font-size: 18px;
	font-weight: 300;
	color: var(--color-primary);
}

.intro__toggle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--color-primary);
	transition: width 0.3s ease;
}

.intro__toggle:hover::after {
	width: 100%;
}

.intro__toggle-icon {
	position: relative;
	width: 9px;
	height: 14px;
	flex-shrink: 0;
}

.intro__toggle-icon svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.25s ease;
}

.arrow-down {
	opacity: 1;
}

.arrow-up {
	opacity: 0;
}

.intro__content {
	position: relative;
	padding-left: 40px;
}

.intro__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 120px;
	background: rgba(239, 151, 20, 0.4);
}

.intro__content.is-open .arrow-down {
	opacity: 0;
}

.intro__content.is-open .arrow-up {
	opacity: 1;
}

/* MEDIA */
@media (max-width: 1000px) {
	.intro {
		padding: 64px 0;
	}

	
	 .hero__content {
    position: absolute;
    top: 35%;
  }
	
	h1{
		font-size: 48px;
	}
	
Element {
}
.hero p {
  font-size: 35px;
}
	
	.intro__wrapper {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.intro__media img {
		height: 340px;
	}
	

	.intro__content::before {
		display: none;
	}

	.intro__content h2 {
		font-size: 34px;
	}

	.intro__content h3 {
		margin-bottom: 32px;

		font-size: 22px;
	}

	.intro__line {
		display: none;
	}
}

@media (max-width: 700px) {
	.intro {
		padding: 52px 0;
	}

	.intro__wrapper {
		width: min(92%, 1330px);
		gap: 28px;
	}

	.intro__media img {
		height: 260px;
	}

	.intro__content h2 {
		font-size: 28px;
	}

	.intro__content h3 {
		margin-bottom: 24px;
		font-size: 20px;
	}

	.intro__text p {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 1.65;
	}

	.intro__toggle {
		margin-top: 20px;
		font-size: 16px;
	}
}


.faq-img {
	width: 100%;
	margin-top: 50px;
	border-radius: 15px;
	max-width: 500px;

}

/*-------tabs------------*/
.tab {
	width: 30%;
	height: auto;
}

.flex {
	display: flex;
	align-items: center
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: rgba(239, 151, 20, 0.06);
	padding: 22px 16px;
	color: rgb(239, 151, 20);
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	margin-bottom: 10px;
	transition: 0.3s;
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
	border-radius: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: rgba(239, 151, 20, 0.16);
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: rgba(239, 151, 20, 0.16);
}

/* Style the tab content */
.tabcontent {
	padding: 50px;
	width: 70%;
	border-left: none;
	height: auto;
}


/* ----------- SERVICES ----------- */
.services {
	padding: 110px 0;
	background: var(--color-body);
}

.services__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.services__grid-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.tabcontent ul {
	list-style: disc;
	font-weight: 300;
	margin-left: 20px;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 18px;
}

.tabs {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 40px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 34px 24px 30px;
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(239, 151, 20, 0.05);
	transition:
		border-color 0.35s ease,
		transform 0.35s ease,
		background 0.35s ease;
	gap: 18px;
}

.service-card:hover {
	border-color: rgba(239, 151, 20, 0.75);
	background: rgba(239, 151, 20, 0.05);
}

.service-card:hover a::after {
	width: 100%;
}

.service-card__icon {
	height: 49px;
	display: flex;
	align-items: center;
}

/* MEDIA */
@media (max-width: 1200px) {
	.services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 980px) {
	.flex {
		display: block;
		align-items: center;
	}

	.tab {
		width: 100%;
		clear: both;
		height: 250px;
	}

	.tab button {
		float: left;
		width: 48%;
		height: 100px;
		margin: 1%;
	}

	.tabcontent {
		width: 100%;
		padding: 100px 0px;
		margin-top: 50px;
	}
}

@media (max-width: 700px) {
	.services {
		padding: 72px 0;
	}
	
	.hero__content {
    position: absolute;
    top: 25%;
  }
	
	h1{
		font-size: 35px;
	}
	 .hero p {
    font-size: 25px;
  }

	.services__headline {
		margin-bottom: 40px;
	}

	.services__headline h2 {
		margin-bottom: 16px;

		font-size: 36px;
	}

	.services__headline p {
		font-size: 18px;
	}

	.services__grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: auto;
	}
}

/* ----------- Paint-Info ----------- */
.paint-info {
	position: relative;
	overflow: hidden;
	padding: 88px 0;
	background: var(--color-body);
}

.paint-info__wrapper {
	position: relative;
	z-index: 2;
	width: min(90%, 1330px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 32px;
	align-items: center;
}

.paint-info__headline {
	padding-right: 32px;
}

.paint-info__text {
	position: relative;
	padding-left: 32px;
}

.paint-info__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 120px;
	transform: translateY(-50%);
	background: rgba(239, 151, 20, 0.55);
}

.paint-info__splash {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

.paint-info__splash--left {
	left: 0;
	top: 50%;
	width: 300px;
	transform: translateY(-50%);
}

.paint-info__splash--right {
	right: 0;
	top: 50%;
	width: 170px;
	transform: translateY(-50%);
}

/* MEDIA */
@media (max-width: 1300px) {
	.paint-info__splash--left {
		width: 220px;
		opacity: 0.1;
	}

	.paint-info__splash--right {
		width: 130px;
		opacity: 0.1;
	}
}

@media (max-width: 1000px) {
	.paint-info {
		padding: 72px 0;
	}

	.paint-info__wrapper {
		grid-template-columns: 1fr;
		gap: 28px;
		justify-items: start;
	}

	.paint-info__text {
		padding-left: 0;
	}

	.paint-info__text::before {
		display: none;
	}
}

@media (max-width: 700px) {
	.paint-info {
		padding: 60px 0;
	}

	.paint-info__wrapper {
		width: min(92%, 980px);
	}

	.paint-info__headline h2 {
		font-size: 26px;
	}

	.paint-info__headline p {
		font-size: 21px;
	}

	.paint-info__text p {
		font-size: 17px;
		line-height: 1.6;
	}

	.paint-info__splash--left {
		display: none;
	}

	.paint-info__splash--right {
		opacity: 0.45;
	}
}

/* ----------- Advantages ----------- */
.advantages {
	padding: 110px 0;
	background: var(--color-body);
}

.advantages__headline {
	width: min(90%, 1330px);
	margin: 0 auto;
}

.advantages__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 48px;
	align-items: center;
}

.advantages__headline {
	margin-bottom: 38px;
}

.advantages__headline h2 {
	margin-bottom: 18px;
	max-width: 760px;
	color: var(--color-primary);
}

.advantages__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.advantages-item {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 42px;
	padding: 18px 22px;
	border-radius: 6px;
	background: rgba(239, 151, 20, 0.05);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--color-text);
	transition:
		background 0.3s ease,
		transform 0.3s ease;
}

.advantages-item span {
	color: var(--color-primary);
	font-size: 20px;
	line-height: 1;
}

.advantages__right h3 {
	margin-bottom: 8px;
	color: var(--color-primary);
}

.advantages__right .subline-small {
	margin-bottom: 28px;
	color: var(--color-heading);
}

.advantages__text p:first-child {
	margin-bottom: 18px;
}

/* MEDIA */
@media (max-width: 1000px) {
	.advantages {
		padding: 80px 0;
	}

	.advantages__wrapper {
		grid-template-columns: 1fr;
		gap: 56px;
	}
}

@media (max-width: 700px) {

	.tab button {
		float: none;
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}

	.tab {
		height: auto;
	}

	.tabcontent {
		width: 100%;
		padding: 0px 0px;
		margin-top: 50px;
	}

	.advantages {
		padding: 64px 0;
	}

	.advantages__wrapper {
		width: min(92%, 1280px);
	}

	.advantages__headline {
		margin-bottom: 30px;
	}

	.advantages-item {
		gap: 14px;
		padding: 16px 18px;
		font-size: 16px;
	}
}

/* ----------- Banner ----------- */
.cta-banner {
	position: relative;

	background-image:
		linear-gradient(rgba(5, 5, 5, 0.25), rgba(5, 5, 5, 0.25)),
		url("../images/auto-rotes-licht.jpg");
	background-size: cover;
	background-position: center 58%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cta-banner-1 {
	position: relative;

	background-image: url(../images/oldtimer-bg.jpg);
	background-size: cover;
	background-position: center 58%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cta-banner__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 58%;
}

.cta-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg,
			rgba(5, 5, 5, 0.82) 0%,
			rgba(5, 5, 5, 0.6) 55%,
			rgba(5, 5, 5, 0) 100%);
}

.cta-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(92%, 1330px);
	/* min-height: 420px; */
	padding: 140px 60px;
	margin: 0 auto;
}

.cta-banner__content h3 {
	margin-bottom: 6px;
	color: var(--color-primary);
}

.cta-banner__content .subline-small {
	margin-bottom: 28px;
	color: var(--color-heading);
}

.cta-banner__text {
	margin-bottom: 44px;
	max-width: 520px;
}

/* MEDIA */
@media (max-width: 1000px) {
	.cta-banner {
		min-height: 520px;
		margin: 80px auto;
	}

	.cta-banner__overlay {
		background: linear-gradient(180deg,
				rgba(5, 5, 5, 0.6) 0%,
				rgba(5, 5, 5, 0.6) 45%,
				rgba(5, 5, 5, 0) 100%);
	}

	.cta-banner__content {
		justify-content: flex-end;
		min-height: 520px;
		max-width: 100%;
		padding: 42px 32px;
	}
}

@media (max-width: 700px) {
	.cta-banner {
		min-height: 560px;
		width: 100%;
	}

	.cta-banner__content {
		min-height: 560px;
		padding: 36px 22px;
	}

	.cta-banner__text {
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.hero__media {
  position: relative;
  height: 400px;
}
	  .hero__content {
    position: absolute;
    top: 30%;
  }
}

/* ----------- About ----------- */
.about {
	padding: 110px 0;
	background: var(--color-body);
}

.about__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 72px;
	align-items: center;
}

#impressum {
	padding: 150px 15%;
}

#impressum .col {
	width: 50%;
}

#impressum .flex {
	column-gap: 80px;
}

.about__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 42px;
}

.about__text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.about__media {
	overflow: hidden;
	border-radius: 6px;
}

.about__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* MEDIA */
@media (max-width: 1000px) {
	.about {
		padding: 80px 0;
	}

	.about__wrapper {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.about__media {
		order: -1;
	}
}

@media (max-width: 700px) {
	.about {
		padding: 64px 0;
	}

	.about__wrapper {
		width: min(92%, 1400px);
		gap: 36px;
	}

	.about__content {
		gap: 32px;
	}

	.about__headline {
		gap: 8px;
	}

	.about__text {
		gap: 18px;
	}
}

/* ----------- Contact-Preview ----------- */
.contact-preview {
	padding: 110px 0;
	background: var(--color-body);
}

.contact-preview__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
}

.contact-preview__headline {
	max-width: 620px;
	margin-bottom: 48px;
}

.contact-preview__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.7fr 1fr;
	gap: 22px;
	align-items: stretch;
}

.contact-preview__card,
.contact-preview__map {
	border-radius: 4px;
	background: rgba(239, 151, 20, 0.05);
}

.contact-preview__card {
	padding: 28px 26px;
}

.contact-data {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
}

.contact-data div {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 22px;
}

.contact-data dt {
	color: var(--color-primary);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}

.contact-data dd {
	margin: 0;

	color: #d7d7d7;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}

.contact-data a {
	color: #d7d7d7;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-preview__card--hours h3 {
	margin-bottom: 28px;
	color: var(--color-primary);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}

.opening-hours {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.opening-hours__row {
	display: grid;
	grid-template-columns: 79px 1fr;
	gap: 18px;
	color: #d7d7d7;
	font-size: 18px;
	line-height: 1.4;
}

.opening-hours__row strong {
	font-weight: 400;
}

.contact-preview__map {
	position: relative;
	overflow: hidden;
	min-height: 290px;
	display: block;
}

.contact-preview__map img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: 0.65;
}

.contact-preview__pin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 46px;
	transform: translate(-50%, -50%);
	background: var(--color-primary);
	clip-path: path("M17 0C7.6 0 0 7.6 0 17c0 12.8 17 29 17 29s17-16.2 17-29C34 7.6 26.4 0 17 0Zm0 24a7 7 0 1 1 0-14a7 7 0 0 1 0 14Z"
		);
}

/* MEDIA */
@media (max-width: 1100px) {
	.contact-preview__grid {
		grid-template-columns: 1fr 1fr;
	}

	.contact-preview__map {
		grid-column: 1 / -1;
		min-height: 320px;
	}
}

@media (max-width: 700px) {
	.contact-preview {
		padding: 64px 0;
	}

	.contact-preview__wrapper {
		width: min(92%, 1400px);
	}

	.contact-preview__headline {
		margin-bottom: 36px;
	}

	.contact-preview__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.contact-preview__card {
		padding: 24px 20px;
	}

	.contact-data div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.contact-data {
		gap: 20px;
	}

	.opening-hours__row {
		grid-template-columns: 72px 1fr;
		font-size: 16px;
	}

	.contact-preview__map {
		min-height: 260px;
	}
}

/* ----------- Contact-Preview ----------- */
.contact-cta {
	padding: 42px 0;
	background: rgba(239, 151, 20, 0.05);
}

.contact-cta__wrapper {
	width: min(90%, 1330px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.contact-cta__wrapper h3 {
	color: var(--color-heading);
}

@media (max-width: 800px) {
	.contact-cta__wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ----------- F.A.Q. ----------- */

.faq-preview {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	padding: 110px 0;
	background: #050505;
}

.faq-preview__bg {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
	opacity: 0.85;
}

.faq-preview::after {
	content: "";

	position: absolute;
	inset: 0;

	background: rgba(5, 5, 5, 0.28);
}

.faq-preview__wrapper {
	position: relative;
	z-index: 2;

	width: min(90%, 1400px);
	margin: 0 auto;

	display: grid;
	grid-template-columns: 0.7fr 1fr;
	gap: 80px;
	align-items: flex-start;
}

.faq-preview__headline {
	padding-top: 10px;
}


@media (max-width: 1000px) {
	.faq-preview {
		padding: 80px 0;
	}

	.faq-preview__wrapper {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.faq-preview__accordion {
		padding-left: 0;
	}

	.faq-preview__accordion::before {
		display: none;
	}
}

/* MOBILE */

@media (max-width: 700px) {
	.faq-preview {
		padding: 64px 0;
	}

	.faq-preview__wrapper {
		width: min(92%, 1400px);
	}

	.faq-item__trigger {
		padding: 18px 20px;
		font-size: 16px;
	}

	.faq-item__content p {
		padding: 22px 20px;
	}
}
