@charset "UTF-8";
/*!
Theme Name: alpha e.V. Theme
Theme URI: http://underscores.me/
Author: Felix Bleidt
Author URI: http://underscores.me/
Description: a custom theme for alpha 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: alpha
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.

alpha e.V. Theme 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

--------------------------------------------------------------*/
@font-face {
	font-family: 'Proxima';
	src: url("fonts/ProximaNovaA-Light.woff") format("woff"), url("fonts/ProximaNovaA-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima';
	src: url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima';
	src: url("fonts/proxima_nova_alt_semibold-webfont.woff") format("woff"), url("fonts/proxima_nova_alt_semibold-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima';
	src: url("fonts/ProximaNovaA-Bold.woff") format("woff"), url("fonts/ProximaNovaA-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima';
	src: url("fonts/ProximaNovaA-RegularIt.woff") format("woff"), url("fonts/ProximaNovaA-RegularIt.ttf") format("truetype");
	font-style: italic;
	font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	background-color: #ffffff;
	padding-top: 10px;
}

/**
 * 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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #6c757a;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: clamp(1.125rem, 1.7vw, 1.25rem);
	font-weight: 400;
	line-height: 1.5;
}

.is-h1 {
	clear: both;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin: 10px 0px 20px 0px;
	font-size: clamp(2rem, 4vw, 3rem);
	color: #c20639;
}

.is-h2 {
	clear: both;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin: 0px 0px 20px 0px;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	color: #6c757a;
}

.is-h1-b {
	clear: both;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin: 10px 0px 20px 0px;
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	color: #c20639;
}

.text-bb {
	color: #000000;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: clamp(1.125rem, 1.7vw, 1.25rem);
	font-weight: 500;
	line-height: 1.5;
}

.text-bb-125 {
	color: #000000;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.text-br {
	color: #c20639;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.text-b {
	color: #6c757a;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.text-rb {
	color: #000000;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.text-rr {
	color: #c20639;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.text-rr:hover {
	color: #6c757a;
}

.text-rg {
	color: #6c757a;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.text-l {
	color: #000000;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 200;
	line-height: 1.5;
}

.text-bezeichner {
	color: #000000;
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.projekt-wrapper h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}

h1 {
	clear: both;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	color: #c20639;
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 10px 0px 20px 0px;
}

h2 {
	clear: both;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin: 0px 0px 20px 0px;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	color: #6c757a;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}

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: #dae7f1;
}

.site-header {
	display: grid;
	grid-template-columns: 7fr 3fr;
	grid-template-areas: "right right";
	background-color: #ffffff;
	height: clamp(60px, 10vw, 120px);
	position: sticky;
	top: 0;
	z-index: 9999;
}

.header-inner {
	grid-area: right;
	display: grid;
	grid-template-columns: 7fr 3fr;
	gap: 2rem;
	height: inherit;
	align-items: center;
}

.site-branding {
	justify-self: end;
}

.site-branding img {
	max-width: clamp(100px, 17vw, 200px);
}

.site {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #ecf3f8;
}

#angebote {
	gap: clamp(10px, 2vw, 20px);
}

.kachel-block {
	color: white;
}

.kachel-block:hover {
	color: black;
}

.tile-front {
	overflow-wrap: break-word;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: square;
	list-style-position: outside;
}

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

ul li::marker {
	color: #ffd000;
}

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;
}

ul.taxonomie-linkliste {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/* 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
--------------------------------------------- */
a {
	color: #6c757a;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #c20639;
}

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

.kontaktperson a {
	color: inherit;
}

.kontaktperson a:before {
	content: '';
	display: inline-block;
	background-color: currentColor;
	/* Farbe über Textfarbe steuerbar */
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}

.kontaktperson a.link-tel:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
}

.kontaktperson a.link-mail:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z'/%3E%3C/svg%3E");
}

.projekt_pdf a:before {
	content: '';
	display: inline-block;
	background-color: currentColor;
	/* Farbe über Textfarbe steuerbar */
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z'/></svg>");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z'/></svg>");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	color: #6c757a;
}

ul.taxonomie-linkliste {
	color: #6c757a;
	text-decoration: none;
	list-style: none;
}

ul.taxonomie-linkliste li:before {
	content: '';
	display: inline-block;
	background-color: currentColor;
	/* Farbe über Textfarbe steuerbar */
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	color: #ffd000;
}

ul.taxonomie-linkliste a {
	color: black;
	text-decoration: none;
}

ul.taxonomie-linkliste a:hover {
	color: #c20639;
	font-weight: 400;
}

ul.taxonomie-linkliste li:hover::before {
	color: #c20639;
}

.jobs-badge {
	grid-column: 2;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(80px, calc(17vw - 20px), 180px);
	height: clamp(80px, calc(17vw - 20px), 180px);
	background-color: #c20639;
	color: white;
	text-decoration: none;
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 10;
	/* damit es über dem Bild liegt */
	overflow: hidden;
	text-align: center;
	rotate: -10deg;
	transition: all 0.3s ease-in;
}

.jobs-badge:hover {
	zoom: 1.05;
	transition: all 0.2s ease;
	color: white;
}

.jobs-badge div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.jobs-badge p {
	margin: 0;
	padding: 0 5px;
	font-size: clamp(12px, 2vw, 22px);
	line-height: 1.2;
	color: #ffffff;
}

.archive-projekt-image {
	position: relative;
}

.archive-jobs-badge {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c20639;
	color: white;
	text-decoration: none;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1.2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 10;
	/* damit es über dem Bild liegt */
	overflow: hidden;
	text-align: center;
	rotate: -10deg;
}

.archive-jobs-badge.normal {
	display: none;
	right: -10px;
	top: -20px;
	width: clamp(75px, calc(1rem + 8vw), 100px);
	height: clamp(75px, calc(1rem + 8vw), 100px);
	font-size: clamp(12px, 1.5vw, 1rem);
}

.archive-jobs-badge.phone {
	right: -10px;
	top: -10px;
	height: 30px;
	width: 30px;
	font-size: 0.75rem;
}

.archive-jobs-badge.normal:hover {
	zoom: 1.05;
	transition: all 0.2s ease;
	color: white;
}

.archive-jobs-badge div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.archive-jobs-badge p {
	margin: 0;
	padding: 0 5px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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;
	background-color: #ecf3f8;
}

textarea {
	width: 100%;
}

/* Grundstruktur */
.chip-group {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	margin-bottom: 2rem;
	position: relative;
	align-items: flex-start;
}

.chip-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-chip, .clear-btn {
	background-color: #6c757a;
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	position: relative;
	z-index: 1;
	transition: background-color 0.2s;
	width: fit-content;
}

.clear-btn {
	line-height: 1.5;
	border: 0;
}

.main-chip:hover {
	background-color: #ffd000;
	color: black;
}

.main-chip.active {
	background-color: #ffd000;
	color: black;
}

.main-chip.has-filter {
	background-color: #ffd000;
	color: black;
}

/* Container für Subchips */
.sub-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	z-index: 10;
	min-width: 200px;
	padding-top: 0.5rem;
}

.fade-slide-enter-active,
.fade-slide-leave-active {
	transition: all 0.4s ease;
	overflow: hidden;
}

.fade-slide-enter-from,
.fade-slide-leave-to {
	opacity: 0;
	transform: translateX(-10px);
}

.fade-slide-enter-to,
.fade-slide-leave-from {
	opacity: 1;
	transform: translateX(0);
}

/* Chips */
.sub-chip {
	background-color: #6c757a;
	color: white;
	padding: 0.4rem 0.8rem;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.2s;
	white-space: wrap;
	text-align: center;
}

.sub-chip:hover {
	background-color: #ffd000;
	color: black;
}

.sub-chip.active {
	background-color: #c20639;
	color: white;
}

/* Stellenangebote-Layout */
.archive-post {
	padding: 1rem 0;
}

.archive-job-wrapper {
	display: flex;
	gap: 1rem;
}

.archive-job-img-wrapper {
	flex-shrink: 0;
}

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

.archive-job-details-wrapper {
	flex-grow: 1;
}

.job-projektname {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 0 0.5rem;
}

.job-kurzbeschreibung {
	margin: 0;
	color: #555;
}

/* Mobile Optimierung */
@media (min-width: 768px) {
	.chip-group {
		flex-direction: column;
		gap: 1rem;
	}
	.chip-container {
		flex-direction: row;
	}
	.sub-chips {
		padding: 0 0 0 0.5rem;
	}
	.archive-job-wrapper {
		flex-direction: column;
	}
	.archive-job-img-wrapper {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.footer-divider {
	all: unset;
	/* killt ALLE UA-Styles */
	display: block;
	height: 1px;
	background: #ecf3f8;
	margin-left: 2rem;
	margin-right: 2rem;
	border-top: 3px dotted #6c757a;
}

.site-footer {
	background-color: #ecf3f8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2rem;
	padding-right: 2rem;
}

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

.site-footer .footer-socials {
	display: flex;
}

.site-footer .footer-socials .alpha-social-icon {
	width: 3rem;
	height: 3rem;
}

.site-footer .footer-socials .alpha-social-icon svg path {
	fill: currentColor;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* ===================================
   Basisstruktur Navigation
=================================== */
.main-navigation {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

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

.main-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	flex-direction: column;
}

.main-navigation ul .menu-item {
	position: relative;
}

.main-navigation .menu li {
	box-sizing: inherit;
}

.main-navigation .menu li a {
	display: block;
	padding: 0;
	text-decoration: none;
}

.main-navigation .menu li a::before {
	content: attr(data-text);
	font-weight: 400;
	visibility: hidden;
	height: 0;
	display: block;
	overflow: hidden;
}

.main-navigation .menu li a:hover {
	color: #000;
	font-weight: 400;
}

.main-navigation .current-menu-item > a:not([data-text="Angebote"]),
.main-navigation .current-menu-parent > a:not([data-text="Angebote"]),
.main-navigation .current-menu-ancestor > a:not([data-text="Angebote"]) {
	color: #c20639;
	font-weight: 400;
}

/* =========================
   Burger Toggle / Mobilmenü
========================= */
.menu-toggle {
	display: block;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 0 0 0 1em;
}

.main-navigation.toggled .menu {
	width: 50vw;
}

.hamburger-icon {
	display: block;
	width: 2rem;
	height: 1.5rem;
	position: relative;
}

.line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
	position: absolute;
	left: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.line.line-1 {
	top: 0;
}

.line.line-2 {
	top: 0.75rem;
}

.line.line-3 {
	top: 1.5rem;
}

.toggled .hamburger-icon .line-1 {
	top: 0.75rem;
	transform: rotate(45deg);
}

.menu-toggle.toggled .line-2 {
	opacity: 0;
	transform: translateX(-20px);
}

.menu-toggle.toggled .line-3 {
	top: 0.75rem;
	transform: rotate(-45deg);
}

/* =========================
   Submenüs
========================= */
.main-navigation .menu li ul {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	z-index: 1000;
}

.menu-item-has-children.open > .sub-menu {
	display: flex;
}

/* =========================
   Submenüs (angepasst für Desktop)
========================= */
@media (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation .menu {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		position: relative;
		margin-left: 4rem;
	}
	.main-navigation .menu > .menu-item-has-children > .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #dae7f1;
		box-shadow: none;
		flex-direction: column;
		white-space: nowrap;
		/* verhindert Umbruch */
		width: auto;
	}
	.submenu-arrow {
		position: absolute;
		top: 0;
		transform: translateY(-100%);
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #dae7f1;
		z-index: 10;
	}
	.main-navigation .menu > .menu-item-has-children:hover > .sub-menu {
		display: flex;
		font-size: 1rem;
		border-bottom: 1px solid black;
	}
	.main-navigation .menu > .menu-item-has-children > .sub-menu > li {
		flex: 0 0 auto;
		/* verhindert, dass sie sich zusammenschieben */
		min-width: 200px;
		/* optional, je nach Inhalt */
	}
	.main-navigation .menu > .menu-item-has-children > .sub-menu > li a {
		padding: 20px;
		box-shadow: 0px 27px 11px -31px;
	}
	.main-navigation .menu > .menu-item-has-children > .sub-menu > li a:hover {
		box-shadow: 0px 16px 20px -19px;
	}
	.main-navigation .sub-menu .menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children::after {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		width: 5px;
		/* ≥ Abstand */
		height: 100%;
	}
	.main-navigation .sub-menu .sub-menu {
		display: none;
		position: relative;
		left: 0;
		background: #dae7f1;
		flex-direction: column;
		box-shadow: none;
	}
	.main-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
		display: flex;
		position: absolute;
		left: calc(100% + 5px);
		top: 0;
	}
	/* Icons im Desktop ausblenden */
	.menu-item-has-children > .submenu-toggle {
		display: none;
	}
}

/* Mobile Submenü – Standardzustand (geschlossen) */
@media (max-width: 1023px) {
	.menu .sub-menu {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		flex-direction: column;
		background: #f7f7f7;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.menu-item.open > .sub-menu {
		max-height: 1000px;
		/* muss groß genug sein – bei Bedarf dynamisch */
	}
	/* Pfeil in einer Zeile mit Link */
	.menu-item-has-children > a,
	.menu-item-has-children > .submenu-toggle {
		display: inline-block;
		vertical-align: middle;
	}
	.submenu-toggle {
		margin-left: 0.5em;
		cursor: pointer;
		font-size: 1.2em;
		line-height: 1;
	}
	/* Submenu-Icon */
	.submenu-plus {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1.2em;
		height: 1.2em;
		border: 2px solid;
		border-radius: 50%;
	}
	.pl-line {
		display: block;
		height: 2px;
		background-color: #000;
		border-radius: 1px;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.pl-line.line-1 {
		width: 60%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.pl-line.line-2 {
		height: 60%;
		width: 2px;
	}
	/* Submenu-Icon toggle */
	.submenu-toggle.open .pl-line.line-1 {
		transform: translateX(20px);
		opacity: 0;
	}
	.submenu-toggle.open .pl-line.line-2 {
		transform: rotate(90deg);
	}
}

/* ===== Mobile Navigation Basis ===== */
@media (max-width: 1023px) {
	.main-navigation {
		width: 100%;
		flex: 0 0 100%;
	}
	.main-navigation .menu {
		display: block;
		width: 100vw;
		flex-direction: column;
		background: #f7f7f7;
		z-index: 9999;
		transition: all 0.8s ease;
		opacity: 0;
		max-height: 0;
		overflow: hidden;
	}
	.main-navigation.toggled .menu {
		display: flex;
		max-height: 100vh;
		opacity: 1;
	}
	.main-navigation .menu li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ddd;
		padding: 0.75rem 1rem;
		position: relative;
		width: 100%;
		flex-direction: column;
	}
	.main-navigation .menu li a {
		flex: 1;
		text-decoration: none;
		color: #333;
		font-weight: 300;
	}
	.menu .sub-menu {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease;
		flex-direction: column;
		background: #f7f7f7;
		width: 100%;
		padding: 0;
		margin: 0;
		position: static !important;
	}
	.menu .sub-menu li {
		padding: 0.5rem 0;
		border-bottom: none;
	}
	.menu-item-has-children > a,
	.menu-item-has-children > .submenu-toggle {
		display: inline-block;
		vertical-align: middle;
	}
	.submenu-toggle {
		margin-left: 0.5em;
		cursor: pointer;
		font-size: 1.2em;
		line-height: 1;
		user-select: none;
	}
	/* Box-Shadows entfernen */
	.main-navigation .menu li ul,
	.menu-search-form-wrapper {
		box-shadow: none !important;
	}
	.sub-item-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	/* Link füllt maximal den Raum */
	.sub-item-container > a {
		flex: 1;
		text-decoration: none;
		color: #333;
	}
	/* Toggle kleiner und rechts */
	.sub-item-container > .submenu-toggle {
		margin-left: 0.5rem;
		cursor: pointer;
		font-size: 1.2em;
		line-height: 1;
		user-select: none;
	}
}

/* =========================
   Suchformular
========================= */
.search-container {
	position: relative;
}

.menu-search-form-wrapper {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	padding: 1rem;
	width: 30vw;
}

/* Aktiviert */
.menu-search-form-wrapper.active {
	max-height: 500px;
	opacity: 1;
	pointer-events: auto;
	display: block;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.search-field {
	width: 100%;
	padding: 0.5em 2.5em 0.5em 1em;
	border-radius: 999px;
	border: 1px solid #ccc;
	font-size: 1em;
	transition: border-color 0.2s;
}

.search-field:focus {
	border-color: #0073aa;
	outline: none;
}

.search-icon-button {
	position: absolute;
	right: 0.5em;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	color: #666;
}

.search-icon-button .dashicons {
	font-size: 1.2em;
}

.search-clear-icon {
	position: absolute;
	right: 2em;
	cursor: pointer;
	font-size: 1.2em;
	color: #aaa;
	display: none;
	user-select: none;
}

@media (max-width: 768px) {
	.main-navigation.toggled .menu {
		width: 100vw;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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 .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;
}

.hair-space {
	white-space: nowrap;
}

.outer-grid > *:not(.headerbild-wrapper):not(.contact-wrapper):not(.pdf-wrapper),
.entry-content > *:not(.headerbild-wrapper):not(.contact-wrapper) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.headerbild {
	grid-column: 1 / -1;
	display: block;
	max-width: 100%;
	height: auto;
}

.projekt_pdf {
	text-align: right;
	padding: 0px 20px 5px 40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffd000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd000;
}

.alpha-grid {
	display: grid;
	gap: 2rem;
}

.outer-grid {
	grid-template-areas: "img" "head" "body" "pdf" "right" "archiv";
}

.inner-flex-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.inner-flex-2 ul {
	list-style-position: outside;
	padding-left: 1rem;
}

.inner-flex-2 ul li {
	margin-bottom: 0.25rem;
}

.inner-flex-2-left {
	flex: 0 0 150px;
}

.inner-flex-2-right {
	flex: 1 1 300px;
}

.alpha-home-kachel > div {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
}

.kachel-block {
	flex: 1 0 0;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	max-width: clamp(200px, 100vw, 400px);
}

.tile-front {
	padding: 10px 5px;
}

.archive-projekt-wrapper {
	display: flex;
	gap: 1rem;
}

.archive-projekt-img-wrapper {
	flex: 1 1 0;
	position: relative;
	padding-top: 0.4rem;
	min-width: 20%;
	max-width: 20%;
}

.archive-projekt-details-wrapper {
	flex: 1 0 0;
}

.archive-projekt-img-wrapper figure {
	margin: 0;
}

.archive-projekt-details-wrapper p {
	margin: 0;
	padding: 0 0 0 0;
}

.archive-projekt-details-wrapper h3 {
	margin: 0;
	padding: 0 0 0 0;
}

.headerbild-wrapper {
	grid-area: img;
	position: relative;
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: 7fr 3fr;
	gap: 2rem;
}

.head-wrapper {
	grid-area: head;
}

.body-wrapper {
	grid-area: body;
}

.pdf-wrapper {
	grid-area: pdf;
}

.contact-wrapper {
	grid-area: right;
	container: contact / inline-size;
	margin-top: 20px;
}

.post-archiv-wrapper {
	grid-area: archiv;
	position: relative;
	background-color: #ecf3f8;
	padding-top: 2rem;
}

.divider {
	margin-bottom: 2rem;
}

.divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;
	border-top: 3px dotted #6c757a;
}

.head-wrapper {
	display: flex;
	flex-direction: column;
}

.head-wrapper > .angebote-wrapper {
	margin-top: auto;
}

.head-wrapper > .angebote-wrapper > * {
	margin: 0;
	padding: 0;
}

.projekt-head-wrapper {
	grid-area: head;
}

.projekt-kontakt-wrapper {
	grid-area: right;
}

.body-wrapper .icon-heading-wrapper:first-child {
	margin-top: 0;
}

.icon-wrapper {
	width: clamp(180px, 30vw, 250px);
}

.projekt-image img {
	width: 100%;
	height: auto;
}

h1.projekt_projektname {
	color: #c20639;
}

h2.projekt-heading {
	color: #c20639;
	margin: 0;
}

[class^="projekt_"][class$="_wrappe"] {
	display: flex;
}

.projekt-icon {
	clear: left;
	float: left;
	max-width: 150px;
	padding-right: 50px;
}

div.icon-heading-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bild-extern-wrapper {
	display: flex;
	flex-direction: column;
}

.bild-extern-wrapper .bild-link-wrapper {
	display: flex;
	gap: 1rem;
}

.bild-extern-wrapper .bild-link-wrapper .img-wrapper {
	flex: 0 0 auto;
	max-width: clamp(150px, 20vw, 200px);
}

.bild-extern-wrapper .bild-link-wrapper .link {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.bild-extern-wrapper .bild-link-wrapper .link .dsgvo-underline {
	font-size: 0.875rem;
}

.kontakt-bar {
	padding: 2px 10px;
	flex-basis: 100%;
	align-items: center;
	background-color: #ffd000;
}

.contact-person-wrapper {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	flex-direction: column;
	padding-left: 2rem;
}

.contact-person {
	display: flex;
	margin-bottom: 1rem;
}

@container (max-width: 310px) {
	.contact-wrapper .contact-person-wrapper {
		justify-content: flex-start;
	}
	.contact-person {
		flex-direction: column;
	}
}

.contact-person .contact-img-wrapper {
	width: 70px;
	margin-right: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}

.contact-person img {
	width: 100%;
	border-radius: 100px;
}

.contact-archive-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
	align-items: stretch;
}

.contact-archive-wrapper article.archive-contact {
	margin: 0;
}

.contact-archive-wrapper > .archive-contact {
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: flex-start;
}

.contact-archive-wrapper .archive-job-image {
	margin: 0;
}

.contact-details-wrapper {
	display: flex;
	flex-direction: column;
}

.contact-details-wrapper [class^="contact-"] {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	flex-wrap: wrap;
	position: relative;
	transition: all 2.3s ease;
}

.contact-details-wrapper [class^="contact-"] img.contact-img-qr {
	width: 100%;
	opacity: 0;
	margin-top: 0.25rem;
	flex-basis: 100%;
	position: absolute;
	top: 0;
	border-radius: 0;
	background-color: white;
	transform: translateY(-100px);
	transition: all 0.3s ease;
	pointer-events: none;
}

.contact-details-wrapper [class^="contact-"] a.hover-link:hover + img {
	transform: translateY(30px) translateX(-3px);
	opacity: 1;
	z-index: 9999;
}

.abteilung-gruppe .contact-archive-wrapper a.hover-link:hover + img {
	transform: translateY(15px) translateX(-50px);
	box-shadow: -2px 11px 20px -6px;
}

.abteilung-gruppe {
	margin-bottom: 2rem;
}

.m-0 {
	margin: 0rem;
}

.mt-0 {
	margin-top: 0rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.p-0 {
	padding: 0rem;
}

.pt-0 {
	padding-top: 0rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.pl-0 {
	padding-left: 0rem;
}

.pr-0 {
	padding-right: 0rem;
}

.m-0-5 {
	margin: 0.5rem;
}

.mt-0-5 {
	margin-top: 0.5rem;
}

.mb-0-5 {
	margin-bottom: 0.5rem;
}

.p-0-5 {
	padding: 0.5rem;
}

.pt-0-5 {
	padding-top: 0.5rem;
}

.pb-0-5 {
	padding-bottom: 0.5rem;
}

.pl-0-5 {
	padding-left: 0.5rem;
}

.pr-0-5 {
	padding-right: 0.5rem;
}

.m-1 {
	margin: 1rem;
}

.mt-1 {
	margin-top: 1rem;
}

.mb-1, ul {
	margin-bottom: 1rem;
}

.p-1 {
	padding: 1rem;
}

.pt-1 {
	padding-top: 1rem;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pl-1 {
	padding-left: 1rem;
}

.pr-1 {
	padding-right: 1rem;
}

.m-2 {
	margin: 2rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.p-2 {
	padding: 2rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pr-2 {
	padding-right: 2rem;
}

.m-3 {
	margin: 3rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.p-3 {
	padding: 3rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pr-3 {
	padding-right: 3rem;
}

.m-4 {
	margin: 4rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.p-4 {
	padding: 4rem;
}

.pt-4 {
	padding-top: 4rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.pl-4 {
	padding-left: 4rem;
}

.pr-4 {
	padding-right: 4rem;
}

.m-5 {
	margin: 5rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.p-5 {
	padding: 5rem;
}

.pt-5 {
	padding-top: 5rem;
}

.pb-5 {
	padding-bottom: 5rem;
}

.pl-5 {
	padding-left: 5rem;
}

.pr-5 {
	padding-right: 5rem;
}

/* Temp area for quick tests */
.alpha-kooperation img {
	float: left;
	margin-right: 20px;
	shape-outside: inset(0px 0px 3px 0px);
	margin-top: 7px;
	width: clamp(130px, 15vw, 185px);
}

.alpha-bild-text img {
	float: right;
	margin-left: 20px;
	shape-outside: inset(0px 0px 3px 0px);
	margin-top: 7px;
	width: clamp(130px, 15vw, 185px);
}

.footnote {
	font-size: clamp(14px, 40vw, 16px);
}

.pdf-wrapper > * + * {
	margin-top: 2rem;
}

.alpha-download-wrapper {
	display: grid;
	grid-template-columns: 1rem clamp(100px, calc(2rem + 10vw), 150px) clamp(210px, 60vw, 300px);
	/*grid-template-rows: minmax(100px, 134px) max-content minmax(100px, 133px);*/
	grid-auto-rows: min-content;
}

.alpha-download-wrapper .download-link {
	grid-column: 1 / -1;
	grid-row: 2;
	background-color: #ffd000;
	display: grid;
	grid-template-columns: 1rem clamp(100px, calc(2rem + 10vw), 150px) clamp(210px, 60vw, 300px);
}

.alpha-download-wrapper .download-link span.download-text {
	grid-column: 3;
	padding-right: 5px;
	margin-left: clamp(0.75rem, 2vw, 2rem);
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.alpha-download-wrapper .download-link svg {
	width: 1em;
	height: 1em;
	display: block;
}

.alpha-download-wrapper .download-link svg path {
	fill: currentColor;
}

.alpha-download-wrapper .download-img-wrapper {
	grid-column: 2 / 3;
	grid-row: 1 / 4;
	align-self: center;
}

.alpha-download-wrapper .download-img-wrapper img {
	width: 100%;
	display: block;
}

.download-link:hover + .download-img-wrapper, a.download-img-wrapper:hover {
	transition: box-shadow 0.2s ease, transform 0.4s ease;
	transform: translateY(-4px) translateX(2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.similar-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.icon-s {
	width: 1em;
	height: 1em;
	display: block;
}

.stellenangebot .contact-wrapper {
	grid-area: pdf;
}

.fachbereich-header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: center;
}

.fachbereich-header .fachbild {
	flex: 0 0 auto;
	max-width: clamp(200px, 60vw, 600px);
}

.fachbereich-header .fachbereich-inner-flex {
	text-align: center;
}

.job-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.job-archive-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-wrap: wrap;
}

.job-archive-wrapper .job-img-wrapper {
	display: none;
	flex: 0 0 200px;
	width: clamp(200px, calc(340px - 10vw), 300px);
	margin: 0;
}

.job-archive-wrapper .job-details-wrapper {
	grid-column: 2;
	display: grid;
	gap: 0;
}

.job-archive-wrapper .job-details-wrapper .top-line-wrapper {
	grid-row: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.job-archive-wrapper .job-details-wrapper .top-line-wrapper > div {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.job-archive-wrapper .job-details-wrapper .details-wrapper {
	grid-row: 2;
}

.alpha-download-kategorie {
	margin-bottom: 3rem;
}

.alpha-downloads-list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.alpha-download-fachbereich-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: flex-start;
}

.alpha-download-fachbereich-wrapper .download-item-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
	gap: 2rem;
}

.download-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.download-item img {
	flex: 0 0 auto;
	max-width: clamp(60px, 10vw, 80px);
	object-fit: contain;
}

.download-item .hover-link:hover img {
	transition: box-shadow 0.2s ease, transform 0.4s ease;
	transform: translateY(-4px) translateX(2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.download-item .download-text-wrapper {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

p.search-excerpt {
	margin-bottom: 0;
}

/* Media Queries
--------------------------------------------- */
@media (min-width: 768px) {
	.site-branding {
		justify-self: start;
	}
	.jobs-badge {
		bottom: 0;
		top: initial;
		right: initial;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1;
	}
	.alpha-home-kachel > div {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.kachel-block {
		min-width: auto;
	}
	.archive-jobs-badge.normal {
		display: block;
	}
	.archive-jobs-badge.phone {
		display: none;
	}
	article.contacts .outer-grid, .projekt.contacts .outer-grid {
		grid-template-columns: 7fr 3fr;
		grid-template-areas: "img img" "head right" "body body" "pdf pdf" "archiv archiv";
	}
	article.full-text, .outer-grid {
		grid-template-columns: 7fr 3fr;
		grid-template-areas: "img img" "head head" "body body" "pdf pdf" "archiv archiv";
	}
	.contact-person-wrapper {
		flex-direction: row;
		padding-left: 0;
		justify-content: flex-start;
	}
}

@media (min-width: 1024px) {
	.outer-grid > *:not(.headerbild-wrapper):not(.contact-wrapper):not(.pdf-wrapper),
	.entry-content > *:not(.headerbild-wrapper):not(.contact-wrapper) {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.site-header {
		grid-template-areas: "left right";
		gap: 2rem;
		position: relative;
		align-items: end;
	}
	.header-inner {
		grid-area: right;
		align-items: end;
	}
	.icon-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
	.pdf-wrapper .alpha-download-wrapper {
		grid-template-columns: 4rem clamp(100px, calc(2rem + 10vw), 150px) clamp(210px, 60vw, 350px);
	}
	.pdf-wrapper .alpha-download-wrapper .download-link {
		grid-template-columns: 4rem clamp(100px, calc(2rem + 10vw), 150px) clamp(210px, 60vw, 350px);
	}
	.footer-divider {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	.site-footer {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

/*# sourceMappingURL=style.css.map */