@charset "UTF-8";

/*
Theme Name: marktplatz
Author: Agentur medienlabor
Author URI: https://agentur-medienlabor.de/
Version: 1.0.1
Text Domain: marktplatz
*/

/* Variables */
:root {
	--color-turq-light: #D0EDF1;
	--color-turq-gov: #63C3D1;
	--color-turq-dark: #3C808B;
	--color-marktplatz-red: #e15666;
	--color-black: #212121;
	--color-white: #ffffff;
	--color-gray-1: #616161;
	--color-gray-2: #E0E0E0;
	--color-gray-3: #F5F5F5;

	--gap: 8px;
}

.has-turq-light-background-color {
	background-color: var(--color-turq-light);
}

.has-turq-gov-background-color {
	background-color: var(--color-turq-gov);
}

.has-turq-dark-background-color {
	background-color: var(--color-turq-dark);
}

.has-marktplatz-red-background-color {
	background-color: var(--color-marktplatz-red);
}

.has-black-background-color {
	background-color: var(--color-black);
}

.has-white-background-color {
	background-color: var(--color-white);
}

.has-gray-1-background-color {
	background-color: var(--color-gray-1);
}

.has-gray-2-background-color {
	background-color: var(--color-gray-2);
}

.has-gray-3-background-color {
	background-color: var(--color-gray-3);
}


.has-turq-light-color {
	color: var(--color-turq-light);
}

.has-turq-gov-color {
	color: var(--color-turq-gov);
}

.has-turq-dark-color {
	color: var(--color-turq-dark);
}

.has-marktplatz-red-color {
	color: var(--color-marktplatz-red);
}

.has-black-color {
	color: var(--color-black);
}

.has-white-color {
	color: var(--color-white);
}

.has-gray-1-color {
	color: var(--color-gray-1);
}

.has-gray-2-color {
	color: var(--color-gray-2);
}

.has-gray-3-color {
	color: var(--color-gray-3);
}


/* 1.0 - Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: var(--color-background);
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}

b, strong {
	font-family: 'Open Sans';
	font-weight: 600;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: var(--color-black);
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--color-black);
}

h1 {
	font-size: 28px;
	line-height: 1.6em;
	text-transform: none;
	font-family: 'Open Sans';
	font-weight: 600;
	margin-bottom: calc(var(--gap) * 4);
}

body.home h1 {
	margin-bottom: 24px;
	font-weight: 600;
}

h2 {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: calc(var(--gap) * 4);
	padding-top: calc(var(--gap) * 2);
	font-family: 'Open Sans';
	font-weight: 600;
}

h2:first-child {
	padding-top: 0;
}

body.home h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: var(--gap);
	font-family: 'Open Sans';
	font-weight: 600;
}

body.home h3 {
	font-size: 24px;
}

h4, h5, h6 {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: var(--gap);
}

p {
	margin-bottom: calc(var(--gap) * 4);
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color-black);
	text-decoration: underline;
	font-weight: 400;
	transition: .3s all;
}

a:hover {
	color: var(--color-gray-1);
	transition: .3s all;
}

span.meta {
	font-family: 'Open Sans';
	letter-spacing: .2px;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: var(--color-gray-2);
}

dfn,
cite,
em,
i {
	font-family: "Open Sans";
	font-weight: normal;
	font-style: italic;
}

blockquote {

}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

ul,
ol {
	margin: 0 0 calc(var(--gap) * 3) calc(var(--gap) * 2);
}

ul.check li {
	margin: 0 0 calc(var(--gap) * 3);
	padding: 0 0 0 calc(var(--gap) * 4);
	list-style: none;
	background-image: url("img/check.svg");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* - - - - - Basic Styles - - - - - */

#content {
	padding-top: 170px;
}

#content.no-spacing-top {
	padding-top: 0 !important;
}

.hide {
	display: none !important;
}

.container {
	width: 1750px;
	padding: 0 40px;
	margin: 0 auto;
}

.has-background {
	padding: calc(var(--gap) * 6) calc(var(--gap) * 10);
}

.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6 {
	color: var(--color-white);
}

.wayback-button {
	margin-top: calc(var(--gap) * 5);
}

/* Hinzugefügt am 21.02.25, um passend zum wayback-button.js den button standardmäßig auf display none zu setzen */
.single-article-footer .wayback-button {
	display: none;
}


.wp-block-button a:not(.has-text-color),
.wp-block-button a:not(.has-text-color) {
	color: var(--color-white);
	background-color: var(--color-black);
}

.wp-block-button[class^='is-style'] a,
.wp-block-button[class*='is-style'] a {
	padding: calc(var(--gap) * 1.75) calc(var(--gap) * 2);
	border-radius: 4px;
	margin-bottom: calc(var(--gap) * 2);
	font-size: 14px;
	line-height: 22px;
	border: none !important;
}

.wp-block-button[class^='is-style-icon-'] a:before,
.wp-block-button[class*='is-style-icon-'] a:before,
.wp-block-button[class^='is-style-icon-'] a:after,
.wp-block-button[class*='is-style-icon-'] a:after,
.wp-block-button[class*='is-style-download'] a:before,
.wp-block-button[class^='is-style-download'] a:before {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	margin-top: -2px;
}

.wp-block-button[class*='is-style-download'] a:before {
	margin-top: 10px;
	transform: rotate(180deg);
}

.wp-block-button[class*='is-style-download'],
.wp-block-button[class^='is-style-download'],
.wp-block-button[class*='is-style-download'] a,
.wp-block-button[class^='is-style-download'] a {
	display: block;
	width: 100%;
	text-align: left;
}

.wp-block-button[class^='is-style-icon-l-email'] a:before,
.wp-block-button[class*='is-style-icon-l-email'] a:before,
.wp-block-button[class^='is-style-icon-r-email'] a:after,
.wp-block-button[class*='is-style-icon-r-email'] a:after {
	margin-top: -3px;
}


.wp-block-button[class^='is-style-icon-r'] a:after,
.wp-block-button[class*='is-style-icon-r'] a:after {
	content: '';
	margin-left: 12px;
}

.wp-block-button[class^='is-style-icon-l'] a:before,
.wp-block-button[class*='is-style-icon-l'] a:before,
.wp-block-button[class*='is-style-download'] a:before,
.wp-block-button[class^='is-style-download'] a:before {
	content: '';
	margin-right: 12px;
}

.wp-block-button[class^='is-style-icon-r-pfeil'] a:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a:after,
.wp-block-button[class^='is-style-icon-l-pfeil'] a:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a:before,
.wp-block-button[class*='is-style-download'] a:before,
.wp-block-button[class^='is-style-download'] a:before {
	content: url(img/arrow.svg);
}

.wp-block-button[class^='is-style-icon-r-pfeil'] a.has-white-color:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a.has-white-color:after,
.wp-block-button[class^='is-style-icon-r-pfeil'] a:not(.has-background):after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a:not(.has-text-color):after,
.wp-block-button[class^='is-style-icon-l-pfeil'] a.has-white-color:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a.has-white-color:before,
.wp-block-button[class^='is-style-icon-l-pfeil'] a:not(.has-background):before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a:not(.has-text-color):before {
	content: url(img/arrow-white.svg);
}

/* :hover */
.wp-block-button a:hover {
	background-color: #424242 !important;
	color: var(--color-white) !important;
}



.wp-block-button[class^='is-style-icon-l-pfeil'] a:hover:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a:hover:before,
.wp-block-button[class^='is-style-icon-r-pfeil'] a:hover:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a:hover:after,
.wp-block-button[class*='is-style-download'] a:hover:before,
.wp-block-button[class^='is-style-download'] a:hover:before {
	content: url(img/arrow-white.svg);
}

.wp-block-button a.has-white-background-color:hover,
.wp-block-button a.has-gray-2-background-color:hover,
.wp-block-button a.has-gray-3-background-color:hover {
	background-color: #E0E0E0 !important;
	color: var(--color-black) !important;
}

.wp-block-button[class^='is-style-icon-r-pfeil'] a.has-white-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a.has-white-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-pfeil'] a.has-white-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a.has-white-background-color:hover:before,
.wp-block-button[class^='is-style-icon-r-pfeil'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-pfeil'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class^='is-style-icon-r-pfeil'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-pfeil'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-pfeil'] a.has-gray-3-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-pfeil'] a.has-gray-3-background-color:hover:before,
.wp-block-button[class*='is-style-download'] a.has-white-background-color:hover:before,
.wp-block-button[class^='is-style-download'] a.has-white-background-color:hover:before,
.wp-block-button[class*='is-style-download'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class^='is-style-download'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class*='is-style-download'] a.has-gray-3-background-color:hover:before,
.wp-block-button[class^='is-style-download'] a.has-gray-3-background-color:hover:before {
	content: url(img/arrow.svg);
}


/* E-Mail-Buttons */
.wp-block-button[class^='is-style-icon-r-email'] a:after,
.wp-block-button[class*='is-style-icon-r-email'] a:after,
.wp-block-button[class^='is-style-icon-l-email'] a:before,
.wp-block-button[class*='is-style-icon-l-email'] a:before {
	content: url(img/email.svg);
}

.wp-block-button[class^='is-style-icon-r-email'] a.has-white-color:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-white-color:after,
.wp-block-button[class^='is-style-icon-r-email'] a:not(.has-background):after,
.wp-block-button[class*='is-style-icon-r-email'] a:not(.has-text-color):after,
.wp-block-button[class^='is-style-icon-l-email'] a.has-white-color:before,
.wp-block-button[class*='is-style-icon-l-email'] a.has-white-color:before,
.wp-block-button[class^='is-style-icon-l-email'] a:not(.has-background):before,
.wp-block-button[class*='is-style-icon-l-email'] a:not(.has-text-color):before {
	content: url(img/email-white.svg);
}

/* :hover */
.wp-block-button[class^='is-style-icon-r-email'] a:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a:hover:after,
.wp-block-button[class^='is-style-icon-l-email'] a:hover:before,
.wp-block-button[class*='is-style-icon-l-email'] a:hover:before {
	content: url(img/email-white.svg);
}

/* .wp-block-button[class^='is-style-icon-r-email'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-email'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-email'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class^='is-style-icon-r-email'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-email'] a.has-gray-3-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-email'] a.has-gray-3-background-color:hover:before {
	content: url(img/email-white.svg);
} */

.wp-block-button[class^='is-style-icon-r-email'] a.has-white-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-white-background-color:hover:after,
.wp-block-button[class^='is-style-icon-r-email'] a.has-white-background-color:hover:before,
.wp-block-button[class*='is-style-icon-r-email'] a.has-white-background-color:hover:before,
.wp-block-button[class^='is-style-icon-r-email'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-gray-2-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-email'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-email'] a.has-gray-2-background-color:hover:before,
.wp-block-button[class^='is-style-icon-r-email'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class*='is-style-icon-r-email'] a.has-gray-3-background-color:hover:after,
.wp-block-button[class^='is-style-icon-l-email'] a.has-gray-3-background-color:hover:before,
.wp-block-button[class*='is-style-icon-l-email'] a.has-gray-3-background-color:hover:before {
	content: url(img/arrow.svg);
}

/* Rotation */
.wp-block-button[class^='-rechts'] a:before,
.wp-block-button[class*='-rechts'] a:before,
.wp-block-button[class^='-rechts'] a:after,
.wp-block-button[class*='-rechts'] a:after {
	transform: rotate(90deg);
}

.wp-block-button[class^='-unten'] a:before,
.wp-block-button[class*='-unten'] a:before,
.wp-block-button[class^='-unten'] a:after,
.wp-block-button[class*='-unten'] a:after {
	transform: rotate(180deg);
}

.wp-block-button[class^='-links'] a:before,
.wp-block-button[class*='-links'] a:before,
.wp-block-button[class^='-links'] a:after,
.wp-block-button[class*='-links'] a:after {
	transform: rotate(270deg);
}

.wp-block-button[class^='-oben-rechts'] a:before,
.wp-block-button[class*='-oben-rechts'] a:before,
.wp-block-button[class^='-oben-rechts'] a:after,
.wp-block-button[class*='-oben-rechts'] a:after {
	transform: rotate(45deg);
}

.wp-block-button.is-style-download em,
.wp-block-button.is-style-download a em {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	display: block;
	padding-left: 27px;
}

.wp-block-button.is-style-download,
.wp-block-button.is-style-download a {
	font-size: 18px !important;
	line-height: 30px !important;
}

.wp-block-button.is-style-download a {
	background-color: var(--color-gray-3);
	color: var(--color-black);
}





.is-style-image-round-3-1 {
	aspect-ratio: 3 / 1;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 0 calc(var(--gap) * 4);
}

.is-style-image-round-2-1 {
	aspect-ratio: 2 / 1;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: calc(var(--gap) * 2) 0 calc(var(--gap) * 4);
}

.is-style-image-round-3-1 img,
.is-style-image-round-2-1 img {
	width: 100%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-columns {
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-columns > .wp-block-column.has-background {
	padding-bottom: 10px;
}

.wp-block-cover {
	overflow: hidden;
	background-color: #d0edf1;
	padding: calc(var(--gap) * 10) calc(var(--gap) * 7) calc(var(--gap) * 8);
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-cover.extended {
	width: 100vw;
	margin: 0 auto;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	background-image: url(img/block-structure-2.svg);
	background-repeat: no-repeat;
	background-position: right -20% top 125%;
	background-size: 725px;
}

.wp-block-cover.extended .wp-block-cover__inner-container {
	width: 1750px;
}

.wp-block-cover.extended .wp-block-cover__background {
	display: none;
}

.wp-block-cover img {
	opacity: .35;
}

.icon-ueberschrift .wp-block-group__inner-container {
	overflow: hidden;
}

.icon-ueberschrift .wp-block-image.icon,
.icon-ueberschrift h2,
.icon-ueberschrift h3,
.icon-ueberschrift h4,
.icon-ueberschrift h5,
.icon-ueberschrift h6 {
	float: left;
	clear: none;
	display: inline-block;
	padding: 0;
}

.icon-ueberschrift .wp-block-image.icon .alignleft {
	margin: 8px 16px 0 0;
}

.wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

blockquote {
	background-color: var(--color-gray-3);
	padding: calc(var(--gap) * 4);
	border-radius: 20px;
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-quote {
	background-image: url(img/quote.svg);
	background-size: contain;
	background-position: left 32px top -20px;
	background-repeat: no-repeat;
}

.wp-block-quote p {
	font-family: 'Literata';
	font-size: 20px;
	line-height: 40px;
}

.wp-block-quote cite {
	font-size: 12px;
	line-height: 32px;
	font-family: 'Open Sans';
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.lightweight-accordion {
	margin-bottom: calc(var(--gap) * 3) !important;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 6px;

}

.lightweight-accordion.active-hash {
	border: 2px solid var(--color-turq-gov);
}

.lightweight-accordion .lightweight-accordion-title {
	background-color: var(--color-white) !important;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	padding: calc(var(--gap) * 2.5) calc(var(--gap) * 2.5) calc(var(--gap) * 2.25) !important;
	transition: .3s all;
}

.lightweight-accordion-title:hover {
	background-color: var(--color-gray-2) !important;
	transition: .3s all;
}

.lightweight-accordion-title h1,
.lightweight-accordion-title h2,
.lightweight-accordion-title h3,
.lightweight-accordion-title h4,
.lightweight-accordion-title h5,
.lightweight-accordion-title h6,
.lightweight-accordion-title p,
.lightweight-accordion-title span {
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 28px !important;
	padding: 0 !important
}

.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h3,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h4,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h5,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title h6,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title p,
.lightweight-accordion .lightweight-accordion .lightweight-accordion-title span {
	font-weight: 400 !important;
}

.lightweight-accordion .lightweight-accordion-title::marker {
	content: '';
}

.lightweight-accordion .lightweight-accordion-title:after {
	content: url(img/expand.svg);
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s all;
}

.lightweight-accordion details[open] > .lightweight-accordion-title:after {
	transform: translate(-50%, -50%) rotate(180deg);
	transition: .3s all;
}

.lightweight-accordion .lightweight-accordion-body {
	padding: calc(var(--gap) * 1.5) calc(var(--gap) * 2.5) calc(var(--gap) * 2.25) !important;
	/* padding: calc(var(--gap) * 4) 0 calc(var(--gap) * 2) !important; */
	background: #ffffff !important;
}

.lightweight-accordion .lightweight-accordion-body p a:after {
	content: url(img/arrow.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	left: 16px;
	top: 6px;
}

.wpcf7 {
	margin-top: calc(var(--gap) * 10);
}

form.wpcf7-form br {
	display: none;
}

.form-col-1 {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-1-row {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-1-row:last-child {
	margin-bottom: 0;
}

.form-col-2 {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-2-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(var(--gap) * 3);
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-2-row:last-child {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control {
	display: block;
	width: 100%;
}

.wpcf7-form-control,
.wpcf7-form-control::placeholder {
	font-size: 18px;
	line-height: 30px;
	padding: var(--gap) calc(var(--gap) * 1.65);
	color: var(--color-black);
}

.wpcf7-form-control::placeholder {
	padding: 0;
	color: #57585A;
}

select.wpcf7-form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("img/down.svg") calc(100% - (var(--gap) * 1.5)) / calc(var(--gap) * 3) no-repeat;
}

input.wpcf7-form-control,
select.wpcf7-form-control,
button.wpcf7-form-control,
textarea.wpcf7-form-control {
	border-radius: 4px;
	border: 1px solid var(--color-black);
	outline: 0;
}

.wpcf7-form label {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	margin-bottom: calc(var(--gap) * 2);
}

input.wpcf7-form-control.wpcf7-file {
	opacity: 0;
	height: 100%;
}

.form-col-2-item.upload {
	position: relative;
}

.form-col-2-item.upload .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
}

.form-col-2-item.upload:hover .upload-overlay {
	opacity: .65;
	cursor: pointer;
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay {
	display: block;
	border-radius: 4px;
	border: 1px dashed var(--color-gray-3);
	padding: calc(var(--gap) * 4) calc(var(--gap) * 18);
	text-align: center;
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay .upload-icon {
	background-image: url("img/upload.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: calc(var(--gap) * 7);
	height: calc(var(--gap) * 7);
	margin: 0 auto calc(var(--gap) * 3);
}

.form-col-2-item.upload .upload-overlay span {
	display: block;
	color: var(--color-gray-2);
}

.form-col-2-item.upload .upload-overlay span:first-child {
	margin-bottom: var(--gap);
	color: var(--color-gray-1);
}

.wpcf7-form-control.wpcf7-radio {
	padding: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-list-item-label {
	font-weight: 400;
	color: var(--color-black);
}

.wpcf7-list-item > label {
	margin-bottom: 0;
}

input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 12px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	color: var(--color-black);
}

input.wpcf7-submit[type="submit"] {
	display: inline-block;
	width: auto;
	background-color: var(--color-black);
	border: 0;
	color: var(--color-white);
}

.wpcf7 .wpcf7-submit:disabled {
	background-color: var(--color-gray-3);
}

.form-col-2-item.label-inside {
	position: relative;
}

.form-col-2-item.label-inside label {
	position: absolute;
	z-index: 100;
	top: 8px;
	left: 14px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin: 0;
}

.form-col-2-item.label-inside .wpcf7-form-control {
	background-color: var(--color-white);
	position: relative;
	z-index: 200;
	transition: .3s all;
}

.form-col-2-item.label-inside .wpcf7-form-control.active-element {
	background-color: transparent;
	padding: calc(var(--gap) * 1.75) calc(var(--gap) * 1.65) calc(var(--gap) * 0.25);
	z-index: 90;
	transition: .3s all;
}

input[type="text"]:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 1px solid var(--color-gray-1) !important;
}

.wp-block-table table {
	border-radius: 12px;
	overflow: hidden;
}

.wp-block-table table,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-table table thead {
	border: 0;
}

.wp-block-table table thead {
	background-color: var(--color-black);
}

.wp-block-table table thead th {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding: 14px 24px 12px;
}

.wp-block-table table tbody tr:nth-child(even) {
	background-color: var(--color-gray-3);
}

.wp-block-table table tbody tr:nth-child(even) td {
	color: var(--color-black);
}

.wp-block-table table tbody tr td {
	color: var(--color-gray-1);
	padding: 14px 24px;
}

.wp-block-separator {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 calc(var(--gap) * 4);
	padding-top: calc(var(--gap) * 4);
	border-top: 0;
	border-bottom: 1px solid black;
}

.wp-block-gallery,
.wp-block-file,
.wp-block-media-text,
.wp-block-embed,
.wp-block-table {
	margin-bottom: calc(var(--gap) * 5);
}

.wp-block-file {
	background-color: var(--color-gray-3);
	padding: calc(var(--gap) * 2) calc(var(--gap) * 4);
	border-radius: 12px;
}

.wp-block-file__button {
	background-color: var(--color-black);
	color: var(--color-white);
	padding: calc(var(--gap) * 1) calc(var(--gap) * 2);
}

.wp-block-embed iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
}

figcaption {
	font-size: 14px;
	line-height: 20px;
	color: var(--color-black);
}

/* - - - - - Anpassung 22.04.24 - Anzeige Hilfe-Seite im MP-System - - - - - */

.page-id-21 header#page-header,
.page-id-21 section#notice,
.page-id-21 footer#page-footer,
.page-id-21 article .single-article-footer {
	display: none;
}

.page-id-21 #content {
  padding-top: 0;
}

/* - - - - - Header Styles - - - - - */

header#page-header {
	box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.05);
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

header#page-header .container {
	background-color: #fff;
	background-image: url(img/block-structure.svg);
	background-repeat: no-repeat;
	background-position: right 10% bottom -35%;
	background-size: 800px;
	padding: 46px 40px 24px
}

header#page-header .site-logo {
	display: inline-block;
	margin-bottom: 22px;
}

header#page-header .site-logo img {
	height: 78px;
	display: inline-block;
	width: auto;
}

.menu-toggle {
	display: none;
}

nav.primary-navigation {
	float: right;
	margin-top: 64px;
}

nav.primary-navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

nav.primary-navigation ul li {
	display: inline-block;
	padding: 8px 17px;
	position: relative;
}

nav.primary-navigation ul li a {
	text-decoration: none;
	color: var(--color-black);
	font-size: 20px;
}

nav.primary-navigation ul li:hover > a {
	color: var(--color-gray-1);
}

nav.primary-navigation ul li ul.sub-menu {
	display: none;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	position: absolute;
	text-align: initial;
	background-color: #fff;
	padding: 10px 20px;
	width: max-content;
	top: 75px;
	left: 15px;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li {
	display: block;
	padding: 0;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li a {
	display: block;
	padding: 5px 0;
}

section#notice {
	position: relative;
}

section#notice a {
	font-weight: 400;
	color: var(--color-black);
}

.notice-article {
	display: flex;
	justify-content: center;
	padding: 13px;
}

.notice-article img {
	max-width: 56px;
}

.notice-article .notice-article-text {
	padding: 13px 0 0 24px;
}

/* - - - - - Home Styles - - - - - */



/* - - - - - Footer Styles - - - - - */

main#page-content {

}

.main-article-content {
		padding: calc(var(--gap) * 5) 0 calc(var(--gap) * 10);
		background-color: var(--color-white);
}

.main-article-content.with-page-teaser {
	padding: 0 0 calc(var(--gap) * 10);
}

.page-header-image {
	background: linear-gradient(92deg, rgba(60, 128, 139, 0.80) 0%, rgba(60, 181, 219, 0.80) 38.37%, rgba(99, 195, 209, 0.80) 82.12%);
}

.article-header-image {
	margin-bottom: calc(var(--gap) * 4);
	border-radius: 20px;
	overflow: hidden;
}

.page-header-image img {
	opacity: .35;
}

#related-topics .full {
	padding: calc(var(--gap) * 5) 0 calc(var(--gap) * 15);
}

#related-topics .full h2 {
	margin-bottom: calc(var(--gap) * 5);
}

/* .related-topics-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(var(--gap) * 4);
} */

.related-topics-wrapper {
	overflow: hidden;
}

.related-topics-wrapper .swiper-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: calc(var(--gap) * 4) !important;
}

.related-topics-wrapper .swiper-wrapper {
	position: inherit;
	width: inherit;
	height: inherit;
	z-index: inherit;
	display: inherit;
	transition-property: none;
	transition-timing-function: unset;
	box-sizing: inherit;
	align-items: unset;
}

.related-topics-wrapper .swiper-slide {
	flex-shrink: unset;
  width: inherit;
  height: inherit;
  position: inherit;
  transition-property: none;
  display: inherit;
	justify-content: unset;
	align-items: unset;
}

article.related-topic {
	flex: 1 0 21%;
	background-color: var(--color-white);
	border-radius: 20px;
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

article.related-topic header.related-topic-header {

}

.related-topic-content {
	padding: calc(var(--gap) * 4);
}

footer.related-topic-footer {
	padding: 0 calc(var(--gap) * 4) calc(var(--gap) * 4);
}

.shortcode-personen-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	gap: calc(var(--gap) * 6) calc(var(--gap) * 4);
	margin-bottom: calc(var(--gap) * 4);
}

.shortcode-personen-item {
	flex: 0 0 calc(100% / 2 - calc(var(--gap) * 4) / 2 * (2 - 1));
	background-color: var(--color-gray-3);
	padding: calc(var(--gap) * 6);
}

.shortcode-personen-wrapper.count-3 .shortcode-personen-item {
	flex: 0 0 calc(100% / 3 - calc(var(--gap) * 4) / 3 * (3 - 1));
	padding: calc(var(--gap) * 4);
}

.shortcode-personen-item .shortcode-personen-thumbnail-wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.shortcode-personen-item header.shortcode-personen-header h3 {
	margin-bottom: calc(var(--gap) * 3);
}

.shortcode-personen-item header.shortcode-personen-header span.function {

}

.shortcode-personen-item .shortcode-personen-content {
	margin-top: calc(var(--gap) * 3);
}

.shortcode-personen-item .shortcode-personen-content img {
	width: 20px;
	padding-top: 6px;
	margin-right: 12px;
}

.shortcode-personen-item .shortcode-personen-content a {
	text-decoration: none;
	color: var(--color-black);
	transition: .3s all;
}

.shortcode-personen-item .shortcode-personen-content a:hover {
	color: var(--color-gray-2);
	transition: .3s all;
}

#search-results {
	background-color: var(--color-background);
}

.search-items-wrapper {
	margin-top: calc(var(--gap) * 4);
}

.search-item {
	background-color: var(--color-white);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column: reverse;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: calc(var(--gap) * 4);
}

.search-item .search-item-content {
	padding: calc(var(--gap) * 7) calc(var(--gap) * 5);
	order: 1;
}

.search-item .search-item-content h3 {
	margin-top: calc(var(--gap) * 2)
}

.search-item .search-item-header {
	order: 2;
}

.search-item .search-item-header img {
	object-fit: cover;
}


.shortcode-partner-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(var(--gap) * 2) calc(var(--gap) * 4);
	padding: calc(var(--gap) * 8);
	align-items: center;
}

.shortcode-partner-item {
	flex: 0 0 21%;
	padding: 0 calc(var(--gap) * 2);
}

.shortcode-partner-thumbnail-wrapper img {
	opacity: 1;
}

.page-teaser {
	background-color: var(--color-turq-light);
	padding: calc(var(--gap) * 12.5) calc(var(--gap) * 16.25);
	margin-bottom: calc(var(--gap) * 6);
	position: relative;
	overflow: hidden;
}

.page-teaser .container .page-teaser-content,
.provider-logo-wrapper img {
	position: relative;
	z-index: 10;
}

.teaser-pattern {
	background-image: url(img/block-structure-3-white.svg);
  background-size: auto;
  background-position: initial;
  background-repeat: no-repeat;
  width: 650px;
  height: 400px;
  position: absolute;
  top: -80px;
  right: -300px;
  z-index: 9;
}

.page-teaser h1 {
	padding-top: 0;
	line-height: 40px;
	font-weight: 600;
}

.page-teaser-content {
	max-width: 60%;
}

.provider-logo-wrapper {
	background-color: var(--color-white);
  height: 120%;
  border-radius: 30px;
  width: 30%;
  /* padding: 160px 2% 200px; */
  transform: rotate(22.757deg);
  position: absolute;
  right: 0;
  top: -50px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.provider-logo-wrapper img {
	width: 200px;
	height: 150px;
	margin: 20px auto 0;
	display: block;
}

.background-seperator {
	width: 10%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.single-article-footer .wp-block-buttons a {
	background-color: var(--color-gray-3);
	color: var(--color-black);
}

.single-article-footer .wp-block-buttons a:hover {
	background-color: var(--color-gray-2) !important;
	color: var(--color-black) !important;
}

.single-article-footer .wp-block-buttons a:before {
	content: url(img/arrow.svg) !important;
}

/* - - - - - Footer Styles - - - - - */

footer#page-footer {
	background-color: var(--color-turq-light);
	/*padding: 112px 0 42px;*/
	padding: 80px 0 42px;
	position: relative;
	/* background-image: url(img/block-structure-footer-white.svg); 
	background-repeat: no-repeat;
	background-position: top -80px left 30px; */
}

footer#page-footer .row {
	display: flex;
	/* align-items: end; */
}

footer#page-footer .page-footer__left-column {
	width: calc(100% - (45% + 120px));
}

footer#page-footer .page-footer__left-column p {
	margin-bottom: 20px;
}

footer#page-footer span.meta {
	margin-top: 74px;
	color: var(--color-black);
	display: block;
	text-align: left;
	/*width: calc(100% - (45% + 120px));*/
}

footer#page-footer nav.footer-navigation {
	width: 45%;
}

nav.footer-navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

nav.footer-navigation ul li {
	width: 50%;
	/*margin-bottom: 42px;*/
	margin-bottom: 24px;
}

/* nav.footer-navigation ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
} */

nav.footer-navigation ul li a {
	color: var(--color-black);
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	transition: .3s all;
}

nav.footer-navigation ul li a:hover {
	opacity: .5;
}

nav.footer-navigation ul li ul.sub-menu {
	display: block;
	padding: 0;
	margin: 0;
}

nav.footer-navigation ul li ul.sub-menu li {
	float: none;
}

nav.footer-navigation ul li ul.sub-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
	display: block;
}

footer#page-footer .row img {
	margin-top: auto;
	width: 160px;
}

.scroll-to-top {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: calc(var(--gap) * 9);
	height: calc(var(--gap) * 9);
	border-radius: 100%;
	background-color: var(--color-white);
	padding: 24px;
	filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.20));
	display: none;
}

.scroll-to-top:hover {
	background-color: var(--color-turq-gov);
}

/* Custom styling for pw protected pages */ 
body:has(.custom-password) {
	background-color: #f0f0f1;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-password {
	padding: clamp(1rem, -0.1494rem + 4.9042vw, 5rem);
}

.custom-password .custom-password__intro {
	margin-bottom: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
}

.custom-password .custom-password__intro .wp-block-heading {
	font-size: 24px;
    margin-bottom: 8px;
}

.custom-password form {
	width: 540px;
	width: 100%;
    margin: 0 auto;
    padding: clamp(1rem, 0.0883rem + 3.8898vw, 2.5rem);
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.custom-password input[type="password"] {
	font-size: 16px;
    border-radius: 4px;
    border: 1px solid var(--color-black);
    padding: 6px 12px;
}

.custom-password form input[type="submit"] {
	border: none;
	border-radius: 4px;
    background-color: #000;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.custom-password .custom-password__outro {
	max-width: 500px;
    margin: 24px auto;
}

@media(min-width: 768px) {
	body:has(.custom-password) {
		min-height: 100vh;
	}
}
