:root {
	--intro-title-color: #6027a9;
	--intro-title-shadow: 0 0 10px #63ffdb;
}

[data-theme="dark"] {
	--intro-title-color: #51e5f5;
	--intro-title-shadow: 0 0 10px #172e6d;
}

.inhalte-wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(0.5rem, 1.75vw, 3rem);
	padding: clamp(1rem, 2vw, 2rem);
	padding-top: 0;
}

@media (max-width: 520px) {
	.inhalte-wrapper {
		padding: 0.25rem;
	}
}

/* Title */

.intro-title {
	padding: 2rem;
	text-align: center;
	letter-spacing: 4px;
	color: var(--intro-title-color);
	text-shadow: var(--intro-title-shadow);
}

.intro-title h1 {
	font-family: 'Sansation';
	font-size: calc(clamp(2.25rem, 6vw, 3.25rem) + var(--font-size-large));
	margin: 0;
}

.sub {
	font-family: 'Saira Stencil';
	font-size: calc(clamp(0.9rem, 2vw, 1.1rem) + var(--font-size-larger));
	opacity: 0.8;
	margin-top: 10px;
}

/* === CONTENT === */

.content-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
	grid-template-rows: repeat(2, auto);   /* 2 Reihen */
	gap: clamp(0.25rem, 1.5vw, 1rem);
	/*outline: 1px solid rgb(39 231 199 / 5%);*/
}

@media (max-width: 950px) {
	.content-wrapper {
		grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
	}
	.desc {
		line-height: normal !important;
	}
	.section {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
}

@media (max-width: 340px) {
	.content-wrapper {
		grid-template-columns: 1fr; /* 1 Spalte */
	}
}

@media (max-width: 520px) {
	.content-wrapper {
		border-radius: unset;
	}
	.section {
		padding-left: 0 !important;
	}
}

/* == Allgemein == */

.section {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 2vw, 2rem);
	padding-top: clamp(1rem, 2vw, 2rem);
	transition: background 0.4s ease, transform 0.4s ease;
	border-radius: 8px;
	overflow: hidden;
	outline: 1px solid rgba(96, 255, 218, 0.3);
	cursor: default;
}

.section:hover {
	background: rgba(255,255,255,0.04);
}

/* Text */

.section-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(0.75rem, 3vw, 3rem);
}

/*title*/
.section .title {
	padding-left: 1rem;
	font-size: calc(clamp(1.5rem, 5vw, 2.25rem) + var(--font-size-larger));
	color: #b388ff;
	text-shadow: 0 0 8px rgba(179,136,255,0.6);
	transition: transform 0.3s ease;
	will-change: transform;
}

.section:hover .title {
	transform: translateX(5px);
}

.section .title span {
	position: relative;
}

/*desc*/
.desc {
	position: relative;
	max-width: 800px;
	line-height: 1.6;
}

.desc p {
	margin: 0;
	position: relative;
	padding: 0 1rem;
	font-size: calc(clamp(0.75rem, 2.5vw, 1rem) + var(--font-size-larger));
}

/* Link */

.link-wrapper {
	margin-top: clamp(1rem, 4vw, 2rem);
	padding-left: 1rem;
}

.link {
	display: inline-block;
	position: relative;
	padding: clamp(0.3rem, 1.1vw, 0.7rem) clamp(0.8rem, 2vw, 1.2rem);
	font-size: calc(clamp(0.9rem, 2vw, 1rem) + var(--font-size-larger));
	text-decoration: none;
	color: #00ffe1;
	border: 1px solid rgba(0,255,200,0.3);
	transition: 0.3s;
	background: #0f1220de;
}
	
.link::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,255,200,0);
	transition: background 0.3s ease;
}

.link:hover {
	box-shadow: 0 0 15px rgba(0,255,200,0.4);
}

.link:hover::before {
	background: rgba(0,255,200,0.1);
}

/* == PART ANGEBOTE == */

.offr::before {
	content:'';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('../sources/assets/source-a/Angebote.avif');
	background-position: center;
	background-size: cover;
}

@font-face {
    font-family: 'Sansation';
    src: url('../lib/fonts/Sansation/Sansation-Bold.woff2') format('woff2'),
        url('../lib/fonts/Sansation/Sansation-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.offr .title {
	font-family: 'Sansation';
	color: #00ff2d;
    text-shadow: 0 0 8px rgba(91, 189, 11, 0.85);
}

.offr .title span::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000;
	filter: blur(20px);
	z-index: -1;
}

.offr .desc p {
	z-index: 1;
	color: white;
}

.offr .desc::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 1);
	filter: blur(20px);
}

/* == PART PSY == */

.psy::before {
	content:'';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('../sources/assets/galaxy.avif');
	background-position: center;
	background-size: cover;
}

@font-face {
    font-family: 'Pacifico';
    src: url('../lib/fonts/Pacifico/Pacifico-Regular.woff2') format('woff2'),
        url('../lib/fonts/Pacifico/Pacifico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.psy .title {
	font-family: 'Pacifico';
	color: #b00eff;
    text-shadow: 0 0 8px rgba(1, 9, 16, 0.85);
}

.psy .title span::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #001893b5;
	filter: blur(20px);
	z-index: -1;
}

.psy .desc p {
	z-index: 1;
	color: white;
}

.psy .desc::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 1);
	filter: blur(20px);
}

/* == PART PHI == */

.phi::before {
	content:'';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('../sources/assets/source-a/Philosophie.avif');
	background-position: center;
	background-size: cover;
}

@font-face {
    font-family: 'Saira Stencil';
    src: url('../lib/fonts/Saira Stencil/SairaStencil-Thin.woff2') format('woff2'),
        url('../lib/fonts/Saira Stencil/SairaStencil-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.phi .title {
	font-family: 'Saira Stencil';
	font-weight: bold;
	color: #ddd802;
    text-shadow: 0 0 8px rgba(157, 137, 0, 0.85);
}

.phi .title span::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000;
	filter: blur(20px);
	z-index: -1;
}

.phi .desc p {
	z-index: 1;
	color: white;
}

.phi .desc::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 1);
	filter: blur(20px);
}

/* == PART LAB == */

.lab::before {
	content:'';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('../sources/assets/source-a/Lab-Studio-raw.avif');
	background-position: center;
	background-size: cover;
}

@font-face {
    font-family: 'Audiowide';
    src: url('../lib/fonts/Audiowide/Audiowide-Regular.woff2') format('woff2'),
        url('../lib/fonts/Audiowide/Audiowide-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.lab .title {
	font-family: 'Audiowide';
	color: #57d7ff;
    text-shadow: 0 0 8px rgba(0, 207, 204, 0.85);
}

.lab .title span::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000;
	filter: blur(20px);
	z-index: -1;
}

.lab .desc p {
	z-index: 1;
	color: white;
}

.lab .desc::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 1);
	filter: blur(20px);
}

/* == PART USER == */

.usr::before {
	content:'';
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('../sources/assets/source-a/Profil_Universum.avif');
	background-position: center;
	background-size: cover;
}

@font-face {
    font-family: 'Oxanium';
    src: url('../lib/fonts/Oxanium/Oxanium-ExtraLight.woff2') format('woff2'),
        url('../lib/fonts/Oxanium/Oxanium-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


.usr .title {
	font-family: 'Oxanium';
	font-weight: bold;
	color: #ff0000;
    text-shadow: 0 0 8px rgba(207, 13, 13, 0.85);
}

.usr .title span::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000;
	filter: blur(20px);
	z-index: -1;
}

.usr .desc p {
	z-index: 1;
	color: white;
}

.usr .desc::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 1);
	filter: blur(20px);
}

/* == PART SOON == */

.soon {
	opacity: 0.5;
}

/* == SIDE NOTE == */

.side-note {
	opacity: 0.9;
	font-size: calc(clamp(0.7rem, 2vw, 0.9rem) + var(--font-size-larger));
	padding: 0 1rem;
}