/*!
Theme Name: Female Tech Talents
Theme URI: http://underscores.me/
Author: Dennis Glöckner
Author URI: http://underscores.me/
Description: Female Tech Talents ist ein Projekt der Wirtschaftsförderung Bremen GmbH und bremen digitalmedia e. V.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: femaletechtalents
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Female Tech Talents is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Colors
--------------------------------------------- */

:root {
  --dark-bg-color: #290945;
  --light-bg-color: #fff;
  --dark-bg-text: #fff;
  --light-bg-text: #290945;
  --primary-color: #824efb;
  --accent-color: #eea8e9;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: clip;
}

body.menu-open {
	overflow: hidden;
	touch-action: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* --------------------------------------------------------------
# Base / Global
-------------------------------------------------------------- */

.motion-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--light-bg-color);
	color: var(--light-bg-text);
	font: inherit;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;

	transition: none; /* ❗ wichtig */
}

/* Transition erst aktivieren, wenn Header ready ist */
.site-header.is-ready .motion-toggle {
	transition: background-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

/* Zustand im gescrollten Header */
.site-header.has-bg .motion-toggle {
	background: var(--dark-bg-color);
	color: var(--accent-color);
}

/* Hover (optional, nur wenn ready) */
.site-header.is-ready .motion-toggle:hover {
	opacity: 0.85;
}

/* Accessibility: Motion deaktiviert */
.motion-disabled .motion-toggle {
	opacity: 0.7;
}

.motion-toggle__icon {
	position: relative;
	display: inline-flex;
	width: 1.2rem;
	height: 1.2rem;
	flex: 0 0 auto;
}

.motion-toggle__eye {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease;
}

.motion-toggle__eye--off {
	opacity: 0;
}

.motion-toggle[aria-pressed="true"] .motion-toggle__eye--on {
	opacity: 0;
}

.motion-toggle[aria-pressed="true"] .motion-toggle__eye--off {
	opacity: 1;
}

.motion-disabled * {
	animation: none !important;
	transition: none !important;
	scroll-behavior: auto !important;
}


/* --------------------------------------------------------------
# Typography
-------------------------------------------------------------- */

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

/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/barlow-condensed-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-300 - 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: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/barlow-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-300italic - 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: 'Barlow';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/barlow-v13-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-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: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/barlow-v13-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/barlow-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-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: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/barlow-v13-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - 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: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/barlow-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600italic - 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: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/barlow-v13-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark-bg-text);
	font-family: Barlow, sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
}

/* =========================
   Background contexts
========================= */

.light-bg {
	background: var(--light-bg-color);
	color: var(--light-bg-text);
	padding: 8rem 0 9rem 0;
}

.light-bg :where(
	p,
	li,
	a,
	span,
	strong,
	em,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
) {
	color: inherit;
}


/* =========================
   Headings base
========================= */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

h1.entry-title {
	display: none;
}


/* =========================
   Heading variants
========================= */

h1 {
	font-size: 2rem;
}

h1.small {
	font-size: 1.5rem;
	margin: 0;
}

h1.intro-headline {
	display: inline-block;
	margin: 0 0 0.5rem 0;
	color: var(--accent-color);
	border-radius: 5px;
}

h2 {
	font-size: 3rem;
}

h2.big {
	font-size: 6.5rem;
	line-height: 1;
}

h2.semi-big {
	font-size: 4.5rem;
	line-height: 1;
}

h2.big .span-light-bg {
	color: var(--dark-bg-text);
}

@media (max-width: 1140px) {
	h2.big {
	font-size: 5rem;
}

	h2.semi-big {
	font-size: 4rem;
}
}


@media (max-width: 820px) {
	h2.big {
	font-size: 4rem;
}

		h2.semi-big {
	font-size: 3rem;
}
}

@media (max-width: 590px) {
	h2.big {
	font-size: 3rem;
	line-height: 1.1;
}
}

.wp-block-heading {
	margin: 0;
}

/* Type headline */

.type-headline {
	position: relative;
	display: block;
	right: 0;
	color: var(--dark-bg-text);
	transition: opacity 0.2s ease;
}

.type-headline__measure {
	display: block;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

.type-headline__icon--measure {
	visibility: hidden;
	opacity: 0;
	animation: none !important;
}

.type-headline__content {
	position: absolute;
	inset: 0;
}

.type-headline__icon--measure {
	visibility: hidden;
	opacity: 0;
	animation: none !important;
}

/* Highlighted center text */

.type-headline__center,
.type-headline__center-last-word {
	color: var(--accent-color);
}

/* Icon */

.type-headline__icon {
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	margin: 0;

	background-color: var(--accent-color);

	-webkit-mask: url('icons/icon-star.svg') center / contain no-repeat;
	mask: url('icons/icon-star.svg') center / contain no-repeat;

	vertical-align: 0.02em;

	opacity: 0;
	transform: translateY(0.04em);

	will-change: opacity, transform;
}

.type-headline__icon.is-visible {
	animation: typedIconPop 0.14s steps(2, end) forwards;
}

/* Wrapping */

.type-headline__center-group {
	white-space: normal;
}

.type-headline__center-end-group {
	display: inline-block;
	white-space: nowrap;
}

/* Type headline on light background */

.light-bg .type-headline,
.light-bg .type-headline span:not(.type-headline__center):not(.type-headline__center-last-word):not(.type-headline__icon) {
	color: var(--light-bg-text);
}

.light-bg .type-headline__center,
.light-bg .type-headline__center-last-word {
	color: var(--primary-color);
}

.light-bg .type-headline__icon {
	background-color: var(--primary-color);
}

/* Text blocks */

.type-headline-text-left {
	padding-right: 3rem;
}

.type-headline-text-left p:first-of-type,
.type-headline-text-right p:first-of-type {
	margin-top: 5px;
}

/* JS states */

.js .type-headline {
	visibility: hidden;
}

.js .type-headline.is-ready,
.js .type-headline.is-done {
	visibility: visible;
}

/* Icon animation */

@keyframes typedIconPop {
	0% {
		opacity: 0;
		transform: translateY(0.04em);
	}

	50% {
		opacity: 1;
		transform: translateY(0.04em);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

h1.type-cycle-headline {
	font-weight: 400;
	margin: 0 0 -7px 0;
	color: var(--accent-color);
}

.type-cycle {
	display: block;
	position: relative;
	font-size: 4rem;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
}

.type-cycle__measure {
	display: grid;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

.type-cycle__measure-line {
	grid-area: 1 / 1;
	display: block;
}

.type-cycle__content {
	position: absolute;
	inset: 0;
}

.type-cycle__content::after {
	content: "\00a0|";
	white-space: nowrap;
	display: inline-block;
	color: currentColor;
	animation: typeCursorBlink 1s step-end infinite;
}

.type-cycle.is-done .type-cycle__content::after {
	opacity: 0;
	animation: none;
}

@keyframes typeCursorBlink {
	50% {
		opacity: 0;
	}
}

@media (max-width: 780px) {
	.type-cycle {
		font-size: 3rem;
	}
}


p {
	margin-bottom: 1.5em;
}

p.big {
	font-size: 1.625rem;
}

a {
	color: var(--dark-bg-text);
}

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

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* --------------------------------------------------------------
# Elements
-------------------------------------------------------------- */
body {
	background: var(--dark-bg-color);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* --------------------------------------------------------------
# Links & Focus
-------------------------------------------------------------- */

:focus-visible {
  outline: 2px solid #5b9dd9;
  outline-offset: 2px;
  filter: none;
}

a:hover,
a:active {
	outline: 0;
}

/* --------------------------------------------------------------
# Forms
-------------------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--light-bg-color);
	color: var(--light-bg-text);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts & Pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* --------------------------------------------------------------
# Plugins
-------------------------------------------------------------- */

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending /* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */

.site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.button-link {
	padding: 1em 2em;
	background: var(--accent-color);
	color: var(--light-bg-text);
	border-radius: 100px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	margin-top: 1rem;
}

.button-link-purple {
	padding: 0.75em 1.5em;
	background: var(--primary-color);
	color: var(--dark-bg-text);
	border-radius: 100px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	margin-top: 1rem;
	transition: background 0.3s ease;
}

.button-link-purple:hover, .button-link-purple:focus {
	background: var(--dark-bg-color);
	transition: background 0.3s ease;
}

@media (max-width: 780px) {
	.button-link-purple {
	padding: 0.75em 1.5em;
	font-size: 1.25rem;
	}
}


/* --------------------------------------------------------------
# Header / Top Bar
-------------------------------------------------------------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
	margin-top: 40px;
}

.top-bar {
	--bar-height: 90px;
	--bar-padding-x: 2.5rem;
	--bar-gap: 2rem;

	/* etwas größer */
	--logo-scale: 1.06;

	--logo-link-width: calc(340px * var(--logo-scale));
	--logo-link-height: calc(270px * var(--logo-scale));
	--logo-svg-height: calc(158px * var(--logo-scale));

	/* toggle bleibt gleich groß */
	--toggle-size: 66px;
	--toggle-offset-right: 1.5rem;

	position: relative;
	display: flex;
	align-items: center;
	gap: var(--bar-gap);
	margin: 0;
	height: var(--bar-height);
	padding: 0 var(--bar-padding-x);
	color: #fff;
	overflow: visible;
	background: transparent;
	transition: none;
}

.site-header.is-ready .top-bar {
	transition:
		background-color 0.35s ease,
		box-shadow 0.35s ease;
}

.site-header.has-bg .top-bar {
	background: var(--accent-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.top-bar > * {
	position: relative;
	z-index: 1;
}

.top-bar__branding {
	flex: 0 0 calc(357px * var(--logo-scale));
	position: relative;
	height: var(--bar-height);
	display: flex;
	align-items: flex-start;
	min-width: 0;
}

.top-bar__logo-link {
	display: block;
	position: relative;
	width: calc(520px * var(--logo-scale));
	height: calc(290px * var(--logo-scale));
	text-decoration: none;
	color: #fff;
	line-height: 0;
	z-index: 2;
}

.top-bar__logo {
	position: absolute;
	top: 4px;
	left: 0;
	height: var(--logo-svg-height);
	width: auto;
	display: block;
	overflow: visible;
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.5));
	pointer-events: none;
}

.top-bar__nav {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}

.top-bar__nav ul {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
}

.top-bar__nav li {
	display: flex;
	align-items: center;
	height: 56px;
	text-transform: uppercase;
}

.top-bar__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding: 0;
	color: var(--dark-bg-text);
	text-decoration: none;
	line-height: 1;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.8));
}

.top-bar__nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: currentColor;

	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.35s ease;
}

@media (max-width: 1400px) {
	.top-bar__nav a::after {
		bottom: -5px;
	}
}

.top-bar__nav a:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.top-bar__nav .current-menu-item > a::after,
.top-bar__nav .current_page_item > a::after,
.top-bar__nav .current-menu-ancestor > a::after {
	transform: translateX(-50%) scaleX(1);
}

body.motion-disabled .top-bar__nav a::after {
	transition: none;
}

.site-header.has-bg .top-bar__nav a {
	color: var(--light-bg-text);
	filter: none;
}

.top-bar__widget {
	flex: 0 0 auto;
	min-width: 160px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar__widget .widget,
.wp-block-social-links {
	margin: 0;
}

.top-bar__widget a {
	color: #fff;
	text-decoration: none;
}

.logo-part--icon-left,
.logo-part--icon-right,
.logo-part--line-1,
.logo-part--line-2,
.logo-part--line-3 {
	transition: none;
	will-change: opacity, transform;
}

.site-header.is-ready .logo-part--line-1,
.site-header.is-ready .logo-part--line-2,
.site-header.is-ready .logo-part--line-3,
.site-header.is-ready .logo-part--icon-left,
.site-header.is-ready .logo-part--icon-right {
	transition:
		opacity 0.25s ease,
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled .logo-part--line-1 {
	opacity: 0;
	transform: translateX(-48px);
	transition-delay: 0s;
}

.site-header.is-scrolled .logo-part--line-2 {
	opacity: 0;
	transform: translateX(-48px);
	transition-delay: 0.06s;
}

.site-header.is-scrolled .logo-part--line-3 {
	opacity: 0;
	transform: translateX(-48px);
	transition-delay: 0.12s;
}

.site-header.is-scrolled .logo-part--icon-right {
	opacity: 1;
	transform: translateY(-45px) scale(0.66);
	transition-delay: 0.24s;
}

.site-header.is-scrolled .logo-part--icon-left {
	opacity: 1;
	transform: translateY(-45px) translateX(1px) scale(0.67);
	transition-delay: 0.3s;
}

.site-header:not(.is-scrolled) .logo-part--icon-left {
	transition-delay: 0s;
}

.site-header:not(.is-scrolled) .logo-part--icon-right {
	transition-delay: 0.06s;
}

.site-header:not(.is-scrolled) .logo-part--line-3 {
	transition-delay: 0.12s;
}

.site-header:not(.is-scrolled) .logo-part--line-2 {
	transition-delay: 0.18s;
}

.site-header:not(.is-scrolled) .logo-part--line-1 {
	transition-delay: 0.24s;
}

.logo-part--icon-left path,
.logo-part--icon-right path {
	transition: fill 0.35s ease;
}

.site-header.is-scrolled .logo-part--icon-left path,
.site-header.is-scrolled .logo-part--icon-right path {
	fill: #fff;
}

.site-header.has-bg .logo-part--icon-left path,
.site-header.has-bg .logo-part--icon-right path {
	fill: #290945;
}

.site-header.is-scrolled .top-bar__logo {
	filter: none;
}

.site-header.is-scrolled .top-bar__logo-link {
	width: calc(135px * var(--logo-scale));
	height: calc(90px * var(--logo-scale));
}

.top-bar__logo {
	pointer-events: none;
}

.menu-toggle {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.top-bar__menu-panel {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

.menu-overlay {
	display: none;
}

@media (max-width: 1399px) {
	.top-bar {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;

		/* bleibt perfekt zentriert */
		top: calc((var(--bar-height) - var(--toggle-size)) / 2);

		right: var(--toggle-offset-right);
		width: var(--toggle-size);
		height: var(--toggle-size);
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		color: #fff;
		z-index: 1002;
	}

	.site-header.is-scrolled .menu-toggle {
		top: calc((var(--bar-height) - var(--toggle-size)) / 2);
	}

	.site-header.has-bg .menu-toggle,
	body.menu-open .menu-toggle {
		color: var(--light-bg-text);
	}

	.menu-toggle__burger {
		position: relative;
		display: block;
		width: 34px;
		height: 3px;
		background: currentColor;
		transition:
			background-color 0.2s ease,
			transform 0.25s ease;
	}

	.menu-toggle__burger::before,
	.menu-toggle__burger::after {
		content: "";
		position: absolute;
		left: 0;
		width: 34px;
		height: 3px;
		background: currentColor;
		transition:
			transform 0.25s ease,
			top 0.25s ease,
			opacity 0.2s ease;
	}

	.menu-toggle__burger::before {
		top: -10px;
	}

	.menu-toggle__burger::after {
		top: 10px;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__burger {
		background: transparent;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__burger::before {
		top: 0;
		transform: rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__burger::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.top-bar__menu-panel {
		position: fixed;
		top: 0;
		right: 0;
		width: 70%;
		height: 100dvh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 5.5rem 2.5rem 2rem;
		background: var(--accent-color);
		box-sizing: border-box;
		transform: translateX(100%);
		visibility: hidden;
		pointer-events: none;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		z-index: 1000;
		transition: none;
	}

	.top-bar__menu-panel.is-animating {
		transition:
			transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0.4s;
	}

	.top-bar__menu-panel.is-open {
		transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
		transition:
			transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0s;
	}

	.top-bar__menu-panel .top-bar__nav {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 1rem;
		margin-top: 3rem;
	}

	.top-bar__menu-panel .top-bar__nav ul {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 0.75rem;
		margin: 0;
		padding: 0;
	}

	.top-bar__menu-panel .top-bar__nav li {
		display: block;
		height: auto;
	}

	.top-bar__menu-panel .top-bar__nav a {
		height: auto;
		padding: 0.25rem 0;
		color: var(--light-bg-text);
		filter: none;
	}

	.top-bar__menu-panel .top-bar__widget {
		width: 100%;
		height: auto;
		min-width: 0;
		justify-content: flex-end;
	}

	.top-bar__menu-panel .motion-toggle {
		background: var(--dark-bg-color);
		color: var(--accent-color);
	}

	.menu-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.1s ease;
		z-index: 999;
	}

	.menu-overlay.is-active {
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 1400px) {
	.top-bar__menu-panel {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		background: transparent;
		transform: none;
		visibility: visible;
		pointer-events: auto;
		flex-direction: row;
		align-items: center;
		gap: 2rem;
		overflow: visible;
	}
}

@media (max-width: 780px) {
	.site-header {
		margin-top: 24px;
	}

	.top-bar {
		--bar-height: 82px;
		--bar-padding-x: 1.5rem;
		--bar-gap: 1.25rem;
		--logo-scale: 0.96;
		--toggle-size: 42px;
	}
}

@media (max-width: 580px) {
	.site-header {
		margin-top: 16px;
	}

	.top-bar {
		--bar-height: 74px;
		--bar-padding-x: 1rem;
		--bar-gap: 1rem;
		--logo-scale: 0.86;
		--toggle-size: 40px;
	}
}

@media (max-width: 500px) {
	.site-header {
		margin-top: 10px;
	}

	.top-bar {
		--bar-height: 64px;
		--bar-padding-x: 0.75rem;
		--bar-gap: 0.6rem;
		--logo-scale: 0.66;
		--toggle-size: 34px;
	}

	.top-bar__logo {
		top: 7px;
	}

	.menu-toggle__burger {
		transform: translateY(-1px);
	}
}

@media (max-width: 400px) {
	.site-header {
		margin-top: 8px;
	}

	.top-bar {
		--bar-height: 56px;
		--bar-padding-x: 0.75rem;
		--bar-gap: 0.6rem;
		--logo-scale: 0.58;
		--toggle-size: 34px;
	}

	.top-bar__logo {
		top: 6px;
	}

	.menu-toggle__burger {
		transform: translateY(-1px);
	}
}


/* --------------------------------------------------------------
# Layout Containers
-------------------------------------------------------------- */

.boxed,
aside {
	max-width: 1380px;
	margin: 0 auto;
}

.subpage {
	max-width: 1180px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.boxed {
	padding: 0 2.5rem;
	}
}

@media (max-width: 780px) {
	.boxed {
	padding: 0 1.5rem;
	}
}

.single-post__container {
	max-width: 960px;
	margin: 0 auto;
}

.entry-footer {
	display: none;
}

.page {
	margin: 0;
}

/* --------------------------------------------------------------
# Hero / Intro
-------------------------------------------------------------- */

.hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	margin-top: -140px;
	z-index: 0;
}

.hero__inner {
	position: relative;
	z-index: 1;
	min-height: 100vh;
}

.hero__media {
	position: absolute;
	inset: 0;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	will-change: opacity;
}

.hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 70%,
		var(--dark-bg-color) 100%
	);
	z-index: 1;
	pointer-events: none;
}

.hero__media img {
	width: 100%;
	height: 115%;
	object-fit: cover;
	object-position: center center;
	display: block;
	transform: translate3d(0, 0, 0) scale(1.08);
	will-change: transform;
	opacity: 0.6;
}


.hero--subpage {
	min-height: 700px;
}

.hero--subpage .hero__inner {
	min-height: 700px;
}

.hero--subpage .hero__media {
	height: 700px;
}

.hero--subpage .hero__media::after {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.15) 40%,
		var(--dark-bg-color) 100%
	);
}

.hero--subpage .hero__media img {
	height: 100%;
	transform: translate3d(0, 0, 0) scale(1.03);
	object-position: center center;
	opacity: 0.5;
}


.home-intro {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	padding-bottom: 100px;
}

.home-intro__inner {
	position: relative;
}

.home-intro__left,
.home-intro__right {
	will-change: transform;
}


/* Optional: etwas dezenter auf Mobile */
@media (max-width: 780px) {
	.hero {
		margin-top: -120px;
	}

	.hero__media img {
		height: 110%;
		transform: translate3d(0, 0, 0) scale(1.05);
	}
}


/* --------------------------------------------------------------
# Subpage Header
-------------------------------------------------------------- */

.site-header--subpage {
	--header-offset-top: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
}

body:not(.home) .site-main {
	padding: 200px 0 100px 0;
}

@media (max-width: 780px) {
	body:not(.home) .site-main {
		padding-top: 150px;
	}
}

body:not(.home) .intro-headline {
	margin-top: 0;
}

.site-header--subpage .top-bar {
	background: var(--accent-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: var(--light-bg-text);
}

.site-header--subpage .top-bar__nav a {
	color: var(--light-bg-text);
	filter: none;
}

.site-header--subpage .menu-toggle {
	color: var(--light-bg-text);
}

.site-header--subpage .top-bar__logo-link {
	width: calc(125px * var(--logo-scale));
	height: calc(80px * var(--logo-scale));
}

.site-header--subpage .top-bar__logo {
	filter: none;
}

/* Logo direkt im kompakten Zustand */
.site-header--subpage .logo-part--line-1 {
	opacity: 0;
	transform: translateX(-48px);
}

.site-header--subpage .logo-part--line-2 {
	opacity: 0;
	transform: translateX(-48px);
}

.site-header--subpage .logo-part--line-3 {
	opacity: 0;
	transform: translateX(-48px);
}

.site-header--subpage .logo-part--icon-right {
	opacity: 1;
	transform: translateY(-45px) scale(0.66);
}

.site-header--subpage .logo-part--icon-left {
	opacity: 1;
	transform: translateY(-45px) translateX(1px) scale(0.67);
}

.site-header--subpage .logo-part--icon-left path,
.site-header--subpage .logo-part--icon-right path {
	fill: #290945;
}


.site-footer {
	background: var(--light-bg-color);
	color: var(--light-bg-text);
}

.footer-widgets {
    display: flex;
    gap: 40px;
	max-width: 1380px;
	margin: 0 auto;
	padding: 4em 0 2em 0;
}

.footer-column {
    width: 45%;
}

@media (max-width: 780px) {
    .footer-widgets {
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
    }
}

.footer-widgets h2 {
	font-size: 1.75rem;
}

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

ul.widget-menu li a {
	color: #000;
	font-size: 1.25rem;
}

.contact-card {
	display: flex;
	align-items: center;
	gap: 22px;
}

.contact-card__image {
	flex: 0 0 120px;
}

.contact-card__image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

.contact-card__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.25;
}

.contact-card__name {
	font-weight: 600;
	margin: 0;
}

.contact-card__company {
	font-size: 1rem;
	margin: 0;
}

.contact-card__spacer {
	height: 6px;
}

.contact-card__phone,
.contact-card__email {
	font-size: 1rem;
	margin: 0;
}


.footer-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.footer-feature__image {
	flex: 0 0 40%;
}

.footer-feature__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	padding: 0.3em 0.5em;
}

.footer-feature__content {
	flex: 1;
}

.footer-feature__title {
	margin: 0 0 6px 0;
	font-size: 1.5rem;
	line-height: 1.2;
	text-transform: none;
}

.footer-feature__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

@media (max-width: 600px) {
	.footer-feature {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-feature__image,
	.footer-feature__content {
		flex: none;
		width: 100%;
	}

	.contact-card__image {
	flex: 0 0 80px;
	}

	.contact-card__image img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
	}
}


.footer-partners {
	margin-top: 16px;
}

.footer-partners__label {
	font-size: 1.25rem;
	margin-bottom: 8px;
	font-family: Barlow, sans-serif;
}

.footer-partners__logos {
	display: flex;
	align-items: center;
	gap: 32px;
}

.footer-partners__logos img {
	max-width: 160px;
	width: auto;
	display: block;
	object-fit: contain;
}

@media (max-width: 480px) {
	.footer-partners__logos img {
	max-width: 45%;
	width: 45%;
	}

	.site-footer__copyright {
		margin: 0 auto;
		padding-top: 2rem;
	}

	ul#menu-footer.footer-menu {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}


.site-footer__bottom {
	margin-top: 2rem;
	padding: 4rem 0 4rem 0;
	background: var(--accent-color);

}

.site-footer__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1rem;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-footer__copyright {
	font-size: 1rem;
	color: var(--light-bg-text);
}

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

.footer-menu {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	text-decoration: none;
	color: var(--light-bg-text);
	font-size: 1rem;
	text-decoration: underline;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: none;
}

.dachmarke {
	width: 260px;
	height: auto;
	float: right;
	margin-top: -430px;
}


@media (max-width: 640px) {
	.site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.site-footer__links {
		width: 100%;
	}

	.footer-menu {
		flex-wrap: wrap;
	}
}


/* --------------------------------------------------------------
# Mentor / Post Grids
-------------------------------------------------------------- */

.mentor-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 600px) {
	.mentor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.mentor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.mentor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* GRID */
.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	align-items: stretch;
}

@media (max-width: 900px) {
	.post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.post-grid {
		grid-template-columns: 1fr;
	}
}

.post-card {
	height: 100%;
	display: flex;
	flex-direction: column;

}

.post-card__image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.post-card__content {
	padding: 1.5rem 0 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.post-card__categories {
	font-size: 1rem;
	text-transform: uppercase;
}

.post-card__categories a {
	background: var(--primary-color);
	color: var(--dark-bg-text);
	text-decoration: none;
	display: inline-block;
	padding: .25rem .5rem;
	border-radius: 5px;
	margin: 0 0.25em 0.25em 0;
}

.post-card__title {
	font-size: 2rem;
	margin: 1rem 0 0 0;
	line-height: 1.2;
}

.post-card__title a {
	text-decoration: none;
	color: var(--dark-bg-text);
}

.post-card__excerpt {
	font-size: 1.125rem;
	color: var(--dark-bg-text);
}

.post-card__readmore {
	margin-top: auto;
	font-weight: bold;
	text-decoration: none;
}

a.post-card__readmore {
	color: var(--dark-bg-text);
}

.light-bg .post-card__title a,
.light-bg .post-card__excerpt,
.light-bg .post-card__readmore {
	color: var(--light-bg-text);
}

.gradient-bg {
  position: relative;
  overflow: hidden;
  background: #290945;
  height: 100vh;
  z-index: 0;
}

.gradient-bg::before {
  content: "";
  position: absolute;
  inset: -20%;

  background:
    radial-gradient(circle at 20% 30%, #824efb, transparent 60%),
    radial-gradient(circle at 80% 20%, #eea8e9, transparent 60%),
    radial-gradient(circle at 40% 85%, #80cfaa, transparent 70%),
    radial-gradient(circle at 75% 75%, #fd576f, transparent 55%);

  filter: blur(100px);
  z-index: -1;
}


/* --------------------------------------------------------------
# Mentorinnen Archive / Filter
-------------------------------------------------------------- */

.mentorinnen-archive {
	padding: 3rem 0;
}

.mentorinnen-archive__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.mentorinnen-archive__header {
	margin-bottom: 2rem;
}

.mentorinnen-archive__title {
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
}

.mentorinnen-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.mentorinnen-grid__item {
	min-width: 0;
}

@media (min-width: 640px) {
	.mentorinnen-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.mentorinnen-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.mentorinnen-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


.mentor-slider__item {
	opacity: 0;
	transform: translateX(-40px);
	transition:
		opacity 0.6s ease,
		transform 0.6s ease;
	will-change: opacity, transform;
}

.mentor-slider__item.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/* Motion disabled */
.motion-disabled .mentor-slider__item {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}


.mentorinnen-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.mentorinnen-filter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mentorinnen-filter__button:hover,
.mentorinnen-filter__button:focus {
	background: var(--accent-color);
	border-color: var(--accent-color);
}

.mentorinnen-filter__button.is-active {
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: #000;
}


/* --------------------------------------------------------------
# Motion Utilities
-------------------------------------------------------------- */

.fade-in {
	opacity: 0;
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
	will-change: opacity, transform;
}

.fade-in-up {
	transform: translateY(24px);
}

.fade-in-down {
	transform: translateY(-24px);
}

.fade-in-left {
	transform: translateX(-24px);
}

.fade-in-right {
	transform: translateX(24px);
}

.fade-in.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

/* Delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }
.delay-7 { transition-delay: 0.7s; }
.delay-8 { transition-delay: 0.8s; }

/* Motion aus */
.motion-disabled .fade-in {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.fade-in {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


/* --------------------------------------------------------------
# Feature Steps
-------------------------------------------------------------- */

.feature-steps {
	padding: 7rem 2rem 9rem;
	background: var(--dark-bg-color);
}

.feature-steps__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6.25rem;
	max-width: 1380px;
	margin: 0 auto;
}

.feature-steps__icon {
	display: block;
	height: 160px;
	width: auto;
	margin: 0 auto 1.5rem;
}

.feature-steps__title {
	margin: 2rem 0 2rem;
	font-size: 2.5rem;
	color: var(--dark-bg-text);
	text-align: center;
}

.feature-steps__text {
	margin: 0;
	font-size: 1.25rem;
	color: var(--dark-bg-text);
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
}

/* Icon wächst rein */
.icon-grow {
	transform: scale(0.6);
}

.icon-grow.is-visible {
	transform: scale(1);
}

/* Eigene Delays für diese Section */
.delay-icon-1 { transition-delay: 0.1s; }
.delay-icon-2 { transition-delay: 0.2s; }
.delay-icon-3 { transition-delay: 0.3s; }

.delay-title-1 { transition-delay: 0.25s; }
.delay-title-2 { transition-delay: 0.35s; }
.delay-title-3 { transition-delay: 0.45s; }

.delay-text-1 { transition-delay: 0.75s; }
.delay-text-2 { transition-delay: 0.9s; }
.delay-text-3 { transition-delay: 1.05s; }

@media (max-width: 900px) {
	.feature-steps__inner {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.feature-steps {
		padding: 4rem 1.5rem;
	}
}

/* Motion aus */
.motion-disabled .icon-grow {
	transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.icon-grow {
		transform: none;
	}
}


.home-intro__inner p {
	margin-right: 30px;
}


/* --------------------------------------------------------------
# Team Cards
-------------------------------------------------------------- */

.team-card {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	color: var(--light-bg-text);
}

.team-card + .team-card {
	margin-top: 2rem;
}

.team-card__top {
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: stretch;
	min-height: 240px;
}

.team-card__media {
	position: relative;
	width: 240px;
	flex: 0 0 240px;
	overflow: hidden;
}

.team-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.team-card__photo-credit {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	max-width: calc(100% - 1rem);
	padding: 0.25rem 0.45rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
}

.team-card__content {
	position: relative;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 240px;
}

.team-card__logo {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-card__logo-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.team-card__header {
	margin: 0;
	padding-right: calc(144px + 1.2em);
}

.team-card__name {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.1;
	color: var(--light-bg-text);
}

.team-card__name a {
	color: inherit;
	text-decoration: none;
}

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

.team-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.35rem;
	margin: 0.25rem 0 0;
	color: #555;
	font-size: 1.125rem;
}

.team-card__preview {
	margin-top: 1.25rem;
	padding-right: 1rem;
}

.team-card__question {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.3;
	color: var(--light-bg-text);
}

.team-card__answer-text p {
	margin: 0;
	color: var(--light-bg-text);
	line-height: 1.4;
	font-size: 1.125rem;
	padding-bottom: 2rem;
}

.team-card__answer-text p + p {
	margin-top: 0.75rem;
}

.team-card__footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}

.team-card__socials {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
}

.team-card__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	background: var(--primary-color);
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	color: var(--dark-bg-text);
	text-decoration: none;
	transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.team-card__social-link:hover,
.team-card__social-link:focus {
  background: var(--dark-bg-color);
  border-color: var(--dark-bg-color);
}

.team-card__social-link svg {
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	fill: currentColor;
}

.team-card__social-link svg * {
	fill: currentColor;
}


.team-card__more {
	padding: 0.25em 0.75em;
	background: var(--primary-color);
	color: var(--dark-bg-text);
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-block;
	transition: background 0.3s ease;
}

.team-card__more:hover,
.team-card__more:focus {
	background: var(--dark-bg-color);
	transition: background 0.3s ease;
}

.team-card__more-icon {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
	transform: translateY(1px);
	color: currentColor;
}

.team-card__more-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
	color: currentColor;
}

.team-card__more-icon svg * {
	fill: currentColor;
	stroke: currentColor;
}

@media (max-width: 780px) {
	.team-card {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}

	.team-card__top {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.team-card__media {
		width: 100%;
		min-height: 0;
		overflow: hidden;
	}

	.team-card__image {
		width: 100%;
		height: auto;
	}

	.team-card__content {
		min-height: 0;
		padding: 1.25rem;
	}

	.team-card__header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 1rem;
		align-items: center;
		padding-right: 0;
	}

	.team-card__name {
		grid-column: 1;
		grid-row: 1;
		font-size: 1.75rem;
		min-width: 0;
	}

	.team-card__logo {
		position: static;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		align-self: center;
		width: 112px;
	}

	.team-card__meta {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-top: 1rem;
		padding-top: 0.5rem;
		font-size: 1rem;
		border-top: 1px solid #eee;
	}

	.team-card__answer-text p {
		font-size: 1rem;
	}

	.team-card__preview {
		padding-right: 0;
		margin-top: 1rem;
	}

	.team-card__footer {
		margin-top: 1.25rem;
	}
}


/* --------------------------------------------------------------
# Team Archive Page
-------------------------------------------------------------- */

.team-page__section {
	padding: 3rem 0;
}

.team-page__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.team-page__header {
	margin-bottom: 2rem;
}

.team-page__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.1;
}


/* --------------------------------------------------------------
# Team Single Profile
-------------------------------------------------------------- */

.team-profile {
	padding: 8rem 0;
	color: var(--dark-bg-text);
	max-width: 1180px;
	margin: 0 auto;
}

.team-profile a {
	color: inherit;
}

.team-profile__layout {
	display: grid;
	grid-template-columns: minmax(140px, 340px) 1fr;
	gap: 4rem;
	align-items: start;
}

.team-profile__sidebar {
	position: sticky;
	top: 7rem;
	margin-top: 8px;
	margin-bottom: 3rem;
	background: var(--light-bg-color);
	border-radius: 5px;
}

.team-profile__media {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: transparent;
}

.team-profile__image {
	display: block;
	width: 100%;
	height: auto;
}

.team-profile__photo-credit {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	max-width: calc(100% - 1rem);
	padding: 0.25rem 0.45rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
}

.team-profile__intro {
	padding: 1.5rem 1rem;
}

.team-profile__name {
	margin: 0;
	font-size: 2rem;
	line-height: 1.05;
	color: var(--light-bg-text);
}

.team-profile__meta {
	display: grid;
	gap: 0.2rem;
	margin-top: 0.8rem;
	color: #555;
	font-size: 1.125rem;
	line-height: 1.2;
}

.team-profile__meta-item {
	display: block;
}

.team-profile__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.4rem;
}

.team-profile__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	border-radius: 999px;
	color: var(--dark-bg-text);
	text-decoration: none;
	transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.team-profile__social-link:hover,
.team-profile__social-link:focus {
  background: var(--dark-bg-color);
  border-color: var(--dark-bg-color);
}

.team-profile__social-link svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	fill: currentColor;
}

.team-profile__social-link svg * {
	fill: currentColor;
}

.team-profile__logo {
	margin-top: 2rem;
	max-width: 190px;
}

.team-profile__logo-image {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.team-profile__content {
	padding: 0;
	color: var(--dark-bg-text);
}

.team-profile__content-header {
	margin-bottom: 2rem;
}

.team-profile__headline {
	margin: 0;
	font-size: 2rem;
	line-height: 1.1;
	color: var(--dark-bg-text);
}

.team-profile__answers {
	display: grid;
	gap: 2.5rem;
}

.team-profile__answer {
	padding: .5rem 0 1rem 0;
}

.team-profile__answer:first-child {
	padding-top: 0;
	border-top: 0;
}

.team-profile__question {
	margin: 0 0 0.85rem;
	font-size: 1.75rem;
	line-height: 1.25;
	color: var(--accent-color);
}

.team-profile__answer-text p {
	margin: 0;
	font-size: 1.375rem;
	line-height: 1.6;
	color: var(--dark-bg-text);
}

.team-profile__answer-text p + p {
	margin-top: 1rem;
}

@media (max-width: 900px) {
	.team-profile {
		padding: 3rem 0;
	}

	.team-profile__layout {
		grid-template-columns: 1fr;
		gap: 3rem;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}

	.team-profile__sidebar {
		position: static;
	}

	.team-profile__intro {
		margin-top: 1.5rem;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 1.5rem;
		row-gap: 0.8rem;
		align-items: center;
	}

	.team-profile__name {
		grid-column: 1;
		grid-row: 1;
		font-size: 2.25rem;
	}

	.team-profile__logo {
		grid-column: 2;
		grid-row: 1 / 3;
		justify-self: end;
		align-self: center;
		margin-top: 0;
		max-width: 130px;
	}

	.team-profile__meta {
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
		font-size: 1.15rem;
	}

	.team-profile__socials {
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: 0.4rem;
	}

	.team-profile__content-header {
		margin-bottom: 1.75rem;
	}

	.team-profile__headline {
		font-size: 2.25rem;
	}

	.team-profile__answers {
		gap: 2rem;
	}

	.team-profile__answer {
		padding-top: 2rem;
	}

	.team-profile__question {
		font-size: 1.5rem;
	}

	.team-profile__answer-text p {
		font-size: 1.15rem;
		line-height: 1.55;
	}
}

@media (max-width: 780px) {
	.team-profile {
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 520px) {

	.team-profile__layout {
		gap: 2.25rem;
	}

	.team-profile__intro {
		margin-top: 1.25rem;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 1rem;
		row-gap: 0.7rem;
	}

	.team-profile__name {
		font-size: 1.9rem;
	}

	.team-profile__logo {
		max-width: 95px;
	}

	.team-profile__meta {
		grid-column: 1 / -1;
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.team-profile__socials {
		margin-top: 0.25rem;
	}

	.team-profile__social-link {
		width: 2.45rem;
		height: 2.45rem;
	}

	.team-profile__headline {
		font-size: 1.9rem;
	}

	.team-profile__content-header {
		margin-bottom: 1.5rem;
	}

	.team-profile__answers {
		gap: 1.75rem;
	}

	.team-profile__answer {
		padding-top: 1.75rem;
	}

	.team-profile__question {
		margin-bottom: 0.65rem;
	}

	.team-profile__answer-text p {
		font-size: 1.05rem;
		line-height: 1.55;
	}
}

.team-card {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition:
		opacity 0.6s ease,
		transform 0.6s ease;
}

.team-card.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.motion-disabled .team-card {
	opacity: 1;
	transform: none;
	transition: none;
}


@media (max-width: 900px) {
	.feature-steps__text {
		overflow-wrap: normal;
		word-break: keep-all;
		hyphens: manual;
		max-width: 90%;
		text-align: center;
		margin: 0 auto 3rem auto;

	}
}

@media (max-width: 900px) {
	p.big {
		font-size: 1.25rem;
	}
}

@media (max-width: 780px) {
	p, p.big {
		font-size: 1.25rem;
	}

	.light-bg {
	padding: 4rem 0 5rem 0;
	}

	.feature-steps {
	padding: 5rem 2rem 0;
	}
}

@media (max-width: 1440px) {
	.team-page__section {
	padding: 5rem 2.5rem 1rem;
	}

	.mentorinnen-archive__inner {
	padding: 3rem 2.5rem;
	}

	.footer-widgets {
		padding: 4em 2.5rem 2em 2.5rem;
	}

	.dachmarke {
		width: 200px;
	}
}

@media (max-width: 1180px) {
	.dachmarke {
	width: 260px;
	height: auto;
	float: right;
	margin-top: 0;
	display: block;
}

	.site-footer__bottom {
		padding-top: 5rem;
	}
}

@media (max-width: 780px) {
	.team-page__section {
	padding: 3rem 1.5rem;
	}

	.mentorinnen-archive__inner {
	padding: 3rem 1.5rem;
	}

	.feature-steps {
	padding: 5rem 1rem 0;
	}

	.footer-widgets {
		padding: 2em 2.5rem 2em 2.5rem;
	}
}

/* --------------------------------------------------------------
# Service Links
-------------------------------------------------------------- */

.service-page {
	background: var(--dark-bg-color);
	color: var(--dark-bg-text);
}

.service-links-archive {
	padding: 3rem 0 8rem;
	background: var(--dark-bg-color);
	color: var(--dark-bg-text);
}

.service-links-archive__inner {
	margin: 0 auto;
}

.service-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2.5rem;
}

.service-filter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--light-bg-color);
	color: var(--light-bg-text);
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.service-filter__button:hover,
.service-filter__button:focus,
.service-filter__button.is-active {
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--light-bg-text);
}

.service-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.service-link-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.5rem;
	border-radius: 5px;
	background: var(--light-bg-color);
	color: var(--light-bg-text);
}

.service-link-card[hidden] {
	display: none;
}

.service-link-card__top {
	margin-bottom: 1.25rem;
}

.service-link-card__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.service-link-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 3rem;
	width: 2rem;
	height: 2rem;
	color: var(--dark-bg-text);
	background: var(--primary-color);
	border-radius: 5px;
	padding: 3px;
}

.service-link-card__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	color: currentColor;
	fill: currentColor;
}

.service-link-card__icon svg * {
	fill: currentColor;
	stroke: currentColor;
}

.service-link-card__category {
	margin: 0;

	font-size: 0.95rem;
	line-height: 1.2;

	text-transform: uppercase;

	color: var(--primary-color);

	font-weight: 600;
}

.service-link-card__title {
	width: 100%;

	margin: 0 0 1rem;

	font-size: 2rem;
	line-height: 1.1;

	color: var(--light-bg-text);
}

.service-link-card__text {
	margin: 0 0 1.5rem;
	font-size: 1.125rem;
	line-height: 1.45;
	color: var(--light-bg-text);
}

.service-link-card__button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;

	align-self: flex-end;
	margin-top: auto;

	padding: .25em .75em;

	background: var(--primary-color);
	color: var(--dark-bg-text);

	border-radius: 100px;

	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 700;

	transition: background .3s ease;
}

.service-link-card__button:hover,
.service-link-card__button:focus {
	background: var(--dark-bg-color);
	transition: background .3s ease;
}

.service-link-card__button-icon {
	display: inline-flex;

	width: 1rem;
	height: 1rem;

	transform: translateY(1px);

	color: currentColor;
}

.service-link-card__button-icon svg {
	display: block;

	width: 100%;
	height: 100%;

	fill: currentColor;
	color: currentColor;
}

.service-link-card__button-icon svg * {
	fill: currentColor;
	stroke: currentColor;
}

.service-link-grid__empty {
	margin-top: 2rem;
	color: var(--dark-bg-text);
}

@media (max-width: 1200px) {
	.service-link-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.service-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.service-links-archive {
		padding: 2rem 0 5rem;
	}

	.service-link-grid {
		grid-template-columns: 1fr;
	}

	.service-link-card {
		padding: 1.25rem;
	}
}