* {
	margin: 0;
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: var(--font-default-size);
}

body {
	font-family: var(--font-default-family);
	font-weight: var(--font-default-weight);
	font-size: var(--font-default-size);
	background-color: var(--color-white);
	color: var(--color-text);
	-webkit-font-smoothing: antialiased;
	min-width: var(--global-min-width);
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input, button, textarea, select {
	font: inherit;
	box-sizing: border-box;
}

b, strong {
	font-weight: var(--font-default-weight-bold);
}

i, em {
	font-style: var(--font-default-italic);
}

.width {
	width: 100%;
	max-width: var(--content-max-width);
	padding: 0 var(--spacing-half);
	box-sizing: border-box;
	margin: 0 auto;
}

	.width .width {
		padding-left: 0;
		padding-right: 0;
	}

.content a {
	color: var(--color-highlight-alternate);
	text-decoration: underline;
}

	.content a:hover {
		color: var(--color-highlight);
	}

.button,
input[type="submit"] {
	display: inline-block;
	text-decoration: none !important;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	padding: 0.4em 1em;
	text-align: center;
	display: inline-block;
	font-weight: var(--font-default-weight-semibold);
	font-size: 1.2em;
	z-index: 5;
	color: var(--color-white) !important;
	background: var(--color-black);
	border: 2px solid var(--color-black);
}

	.button:hover,
	input[type="submit"]:hover {
		background: var(--color-white);
		color: var(--color-black) !important;
	}

	.button.button--outline {
		border: none;
		background: none;
		color: var(--color-text) !important;
		padding: 0.6em 1em;
		margin: 1em 0;
		--button-color-1: var(--color-highlight);
		--button-color-2: var(--color-highlight-alternate);
	}

	.button.button--outline:before,
	.button.button--outline:after {
		content: "";
		border: 3px solid;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		transition: transform 250ms ease-in-out;
	}

		.button.button--outline:before {
			z-index: 2;
			border-color: var(--button-color-1);
			transform: translateX(4px) translateY(-4px);
		}

			.button.button--outline:hover:before {
				transform: translateX(-4px) translateY(4px);
			}

		.button.button--outline:after {
			z-index: 1;
			border-color: var(--button-color-2);
			transform: translateX(-4px) translateY(4px);
		}

			.button.button--outline:hover:after {
				transform: translateX(4px) translateY(-4px);
			}

	.button--outline.button--red-blue {
		--color-highlight: var(--color-red);
		--color-highlight-alternate: var(--color-blue);
	}

	.button--outline.button--orange-green {
		--color-highlight: var(--color-orange);
		--color-highlight-alternate: var(--color-green);
	}

body.section-debattieren-in-sprachlerngruppen {
	--color-highlight: var(--color-orange);
	--color-highlight-alternate: var(--color-green);
}

.screen-reader-text {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 9999;
	padding: 10px 20px;
	background-color: var(--color-black);
	color: var(--color-white);
}

	.screen-reader-text:focus {
		top: 0;
	}


.wpcf7-form {
}

	.wpcf7-form p {
		display: flex;
		justify-content: flex-start;
		--gap: 20px;
		gap: var(--gap);
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.wpcf7-form label {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
		.wpcf7-form label input {
			width: 100%;
			box-sizing: border-box;
		}

		.wpcf7-form label label {
			margin-bottom: 0;
		}

		.wpcf7-form label.half {
			width: calc(50% - var(--gap) / 2);
		}

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

		.wpcf7-form .wpcf7-list-item label {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}

			.wpcf7-form .wpcf7-list-item label input[type="checkbox"] {
				margin: 5px 8px 0 0;
			}

	.wpcf7 form .wpcf7-response-output {
		margin: 40px 0 0;
	}

	.wpcf7-form input[type="file"] {
		width: auto;
		border: 0;
		display: inline-block;
		background: #eee;
	}

	.wpcf7-form hr {
		width: 100%;
		height: 1px;
		background: #666;
		margin: 40px 0;
		border: 0;
	}

	.wpcf7-form small {
		font-size: 12px;
		opacity: 0.7;
	}

	.wpcf7-form ol {
		margin-top: 10px;
	}

		.wpcf7-form ol li + li {
			margin-top: 10px;
		}

	@media (max-width: 480px) {

		.wpcf7-form label.half {
			width: 100%;
		}

	}

 .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed,
	body .embed-container > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.embed-container .BorlabsCookie,
	.embed-container .BorlabsCookie ._brlbs-content-blocker,
	.embed-container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
	.embed-container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
		width: 100%;
		height: 100%;
	}

hr {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	border-top: 4px solid var(--color-text);
}

.content {
	line-height: var(--font-default-line-height);
	color: var(--color-text);
}

	.content ul,
	.content ol {
		margin: 0;
		padding-left: 20px;
	}

		.content ul {
			list-style-type: disc;
		}

		.content ol {
			list-style-type: decimal;
		}

	.content ul.no-list-style,
	.content ol.no-list-style {
		padding: 0;
		list-style-type: none;
	}

	.content * + p,
	.content * + ul,
	.content * + ol,
	.content * + img,
	.content * + picture,
	.content * + svg,
	.content * + video,
	.content * + blockquote,
	.content * + dl,
	.content * + figure,
	.content * + form,
	.content * + h1,
	.content * + h2,
	.content * + h3,
	.content * + h4,
	.content * + h5,
	.content * + h6,
	.content * + hr,
	.content * + nav,
	.content * + pre,
	.content * + table {
		margin-top: 1em;
	}

.header {
	background: var(--color-white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--header-height);
	z-index: 105;
	--header-background-color: var(--color-highlight);
	box-sizing: border-box;
	padding-bottom: 5px;
	transition: top 200ms ease-in-out;
}

	.header .menu-wrapper > .width {
		padding-left: 10px;
		padding-right: 10px;
	}

	body.scrolled .header {
		top: calc(-1 * var(--header-height));
	}

	.header .menu-wrapper {
		height: 100%;
		background-color: var(--header-background-color);
	}

	.header nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: calc(var(--header-height) - 5px);
	}

	.header .menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}

		.header .menu li {
			display: inline;
		}

		.header .menu a {
			display: inline-block;
			color: var(--color-white);
			text-decoration: none;
			height: calc(var(--header-height) - 5px);
			box-sizing: border-box;
			display: inline-flex;
			align-items: center;
			font-size: var(--font-default-size-menu);
			font-weight: var(--font-default-weight-semibold);
			padding: 10px;
			position: relative;
			z-index: 5;
		}
		
			.header .menu a:before {
				content: "";
				display: block;
				height: calc(100% - 10px);
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				z-index: -1;
			}

			.header .menu a:hover,
			.header .menu a:focus {
				text-decoration: underline;
			}

			.header .menu .current-menu-item a,
			.header .menu .current-page-ancestor a {
				color: var(--color-black);
				text-decoration: none;
			}

				.header .menu .current-menu-item a:before,
				.header .menu .current-page-ancestor a:before {
					background: var(--color-white);
				}

	.header .menu .sub-menu {
		display: none;
	}

	.header .menu-icon {
		display: none;
	}

	.header .menu-back-icon {
		display: none;
	}

	@media ( max-width: 1040px ) {

		.header .menu-icon {
			position: absolute;
			display: block;
			right: 20px;
			top: 3px;
			width: 30px;
			height: 40px;
			cursor: pointer;
			z-index: 50;
		}

			.header .menu-icon__inner,
			.header .menu-icon__inner:before,
			.header .menu-icon__inner:after {
				pointer-events: none;
				display: block;
				height: 3px;
				background: var(--color-white);
				width: 100%;
				left: 0;
				top: 50%;
				position: absolute;

				-moz-transform: translate(0px, -50%);
				-webkit-transform: translate(0px, -50%);
				-o-transform: translate(0px, -50%);
				-ms-transform: translate(0px, -50%);
				transform: translate(0px, -50%);

				-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
				transition: all 200ms ease-in-out;
			}

				.header .menu-icon__inner:before,
				.header .menu-icon__inner:after {
					content: "";
				}

				.header .menu-icon .menu-icon__inner:before {
					margin-top: -8px;
				}

					.header .menu-icon:hover .menu-icon__inner:before {
						margin-top: -6px;
					}

				.header .menu-icon .menu-icon__inner:after {
					margin-top: 8px;
				}

					.header .menu-icon:hover .menu-icon__inner:after {
						margin-top: 6px;
					}

			.menu-open .menu-icon .menu-icon__inner {
				background-color: transparent;
			}

				.menu-open .header .menu-icon .menu-icon__inner:before {
					margin-top: 0;

					-moz-transform: rotate(45deg) translate(0px, 0px);
					-webkit-transform: rotate(45deg) translate(0px, 0px);
					-o-transform: rotate(45deg) translate(0px, 0px);
					-ms-transform: rotate(45deg) translate(0px, 0px);
					transform: rotate(45deg) translate(0px, 0px);
				}

				.menu-open .header .menu-icon .menu-icon__inner:after {
					margin-top: 0;

					-moz-transform: rotate(-45deg) translate(0px, 0px);
					-webkit-transform: rotate(-45deg) translate(0px, 0px);
					-o-transform: rotate(-45deg) translate(0px, 0px);
					-ms-transform: rotate(-45deg) translate(0px, 0px);
					transform: rotate(-45deg) translate(0px, 0px);
				}

		body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-back-icon {
			display: block;
			width: 40px;
			height: 40px;
			position: absolute;
			left: 10px;
			top: 3px;
			color: var(--color-white);
			font-size: 10px;
			text-transform: uppercase;
			display: flex;
			justify-content: center;
			align-items: center;
			padding-left: 8px;
			line-height: 1;
			background: url(../img/icons/arrow-left.svg) no-repeat left center / auto 20px;
			cursor: pointer;
		}

		.header .menu-wrapper nav {
			display: none;
		}

			.menu-open .header {
				height: auto;
			}

			.menu-open .header .menu-wrapper nav {
				height: auto;
				display: block;
				padding-top: var(--header-height);
				padding-bottom: 20px;
				text-align: center;
			}
			
			.menu-open .header .menu-wrapper nav ul {
				display: block;
			}
			
			.menu-open .header .menu-wrapper nav li {
				display: block;
			}

			.header .menu a {
				height: unset;
			}

			.header .menu .current-menu-item a,
			.header .menu .current-page-ancestor a {
				color: var(--color-white);
				font-weight: var(--font-default-weight-bold);
				text-decoration: underline;
			}

				.header .menu .current-menu-item a:before,
				.header .menu .current-page-ancestor a:before {
					display: none;
				}

			.header .menu + .menu {
				margin-top: 1em;
			}

			.header .menu#menu-main-center a {
				font-size: calc(var(--font-default-size-menu) * 1.15);
			}

		body.scrolled .header {
			top: 0;
		}

		body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-wrapper nav li {
			display: none;
		}

			body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-wrapper nav li.current-menu-item,
			body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-wrapper nav li.current-page-ancestor {
				display: block;
			}
			
				body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-wrapper nav li.current-menu-item a,
				body.menu-open:has(.subheader):not(.header-show-menu) .header .menu-wrapper nav li.current-page-ancestor a {
					font-size: 14px !important;
					padding: 4px 40px;
					max-width: 300px;
				}

			body.menu-open:has(.subheader):not(.header-show-menu) .header .menu + .menu {
				margin-top: 0;
			}

			body.menu-open:has(.subheader):not(.header-show-menu) .header nav {
				padding-top: 0;
				padding-bottom: 0;
				height: calc(var(--header-height) - 5px);
				display: flex;
				flex-direction: column;
			}

	}

.subheader {
	box-shadow: 0px 3px 6px rgba(0,0,0,.2);
	max-height: var(--subheader-height-closed);
	box-sizing: border-box;
	z-index: 100;
	position: fixed;
	top: var(--header-height);
	left: 0;
	width: 100%;
	background: var(--color-white);
	transition: all 200ms ease-in-out;
	overflow: hidden;

	--subheader-spacing-top: var(--spacing);
	--logo-width: 140px;
}

	body.scrolled .subheader {
		top: 0;
		--subheader-height-closed: 70px;
		--subheader-spacing-top: var(--spacing-half);
	}

	.subheader:has(.menu-item-has-children:hover) {
		max-height: 1000px;
	}

	.subheader > .width {
		position: relative;
		min-height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.subheader__logo {
		display: block;
		margin-right: var(--spacing);
		height: calc(var(--subheader-height-closed) - 20px);
		width: auto;
		position: absolute;
		left: 20px;
		top: 8px;
		transition: height 200ms ease-in-out;
	}

		.subheader__logo img {
			display: block;
			width: auto;
			max-width: 130px;
			height: 100%;
		}

	.subheader nav {
		width: calc(100% - var(--logo-width) - var(--spacing-half));
		box-sizing: border-box;
		padding-top: var(--subheader-spacing-top);
		transition: padding 200ms ease-in-out;
	}

	.subheader ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.subheader .menu {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}

		.subheader .menu > li {
			padding: 0 var(--spacing-half) var(--spacing);
		}

		.subheader li.spacing-top {
			padding-top: 0.7em;
		}

		.subheader li.spacing-bottom {
			padding-bottom: 0.7em;
		}

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

			.subheader .menu > li > a {
				font-weight: var(--font-default-weight-semibold);
				font-size: 0.9rem;
				position: relative;
			}

			.subheader .sub-menu a {
				font-weight: var(--font-default-weight-medium);
				font-size: 0.8rem;
			}

			.subheader .current-menu-item > a,
			.subheader .current_page_ancestor > a,
			.subheader a:hover {
				text-decoration: underline;
			}

		.subheader li {
			min-width: 200px;
		}

		.subheader .sub-menu {
			opacity: 0;
			max-height: 0;
			overflow: hidden;
			display: block;
			pointer-events: none;
			transition: all 300ms ease-in-out;
			padding-top: 50px;
		}

			.subheader .menu > li.menu-item-has-children > a:after {
				content: "";
				display: block;
				width: 40px;
				margin-left: -20px;
				height: 40px;
				position: absolute;
				left: 50%;
				bottom: -40px;
				pointer-events: none;
				opacity: 0;
				background: transparent url(../img/icons/arrow-down.svg) no-repeat center center / 24px auto;
			}
			
				.subheader .menu > li.menu-item-has-children:hover > a:after {
					opacity: 1;
				}

			.subheader .sub-menu li + li {
				margin-top: 0.2em;
			}

			.subheader .menu-item-has-children:hover .sub-menu {
				opacity: 1;
				max-height: 600px;
				pointer-events: all;
			}

	@media ( max-width: 1040px ) {

		.subheader {
			display: none;
		}

		body.header-show-menu .subheader {
			display: none !important;
		}

		body.menu-open .subheader {
			display: block;
			position: fixed;
			max-height: unset;
			top: var(--header-height);
		}

		.subheader__logo {
			height: 80px;
		}

		.subheader nav {
			padding-top: var(--spacing-half);
			padding-bottom: 10px;
			width: 100%;
		}

		.subheader .menu {
			display: block;
			text-align: center;
		}

		.subheader .menu-item-has-children .sub-menu {
			display: none;
			opacity: 1;
			max-height: unset;
			pointer-events: all;
			padding-top: 12px;
		}
		
			.subheader .menu > li > a {
				font-size: calc(var(--font-default-size-menu) * 1.15);
			}

			.subheader .menu-item-has-children.submenu-open .sub-menu {
				display: block;
			}

			.subheader .menu > li.menu-item-has-children > a:after {
				bottom: -35px;
				display: none;
			}

			.subheader .menu > li {
				padding-bottom: 30px;
			}
		
	}

.subfooter__spacer {
	flex-grow: 1;
}

.subfooter {
	padding: var(--spacing-double) 0;
	position: relative;
	margin-top: var(--spacing-double);
	margin-bottom: calc(-1 * var(--spacing-double));
}

	.subfooter:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.1;
		background: var(--color-highlight-alternate);
		z-index: -1;
		pointer-events: none;
	}

	.subfooter h3.subfooter__headline {
		font-size: 0.8rem;
	}

		.subfooter .subfooter__logolist + h3.subfooter__headline {
			margin-top: 3em;
			border-top: 3px solid var(--color-text);
			padding-top: 1em;
		}

	.subfooter .subfooter__logolist {
		list-style-type: none;
		margin: 1em 0 0 !important;
		padding: 0;
		display: flex;
		gap: 40px;
		justify-content: flex-start;
		text-align: center;
		align-items: center;
	}

		.subfooter__logolist li {
			flex-basis: 25%;
		}

			.subfooter__logolist li img {
				display: block;
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 80px;
			}

	@media ( max-width: 940px ) {

		.subfooter__logolist {
			flex-wrap: wrap;
		}

		.subfooter__logolist li {
			flex-basis: 275px;
		}

	}

	@media ( max-width: 640px ) {

		.subheader__logolist {
			gap: 20px;
		}

		.subfooter__logolist li {
			flex-basis: calc(50% - 20px);
		}

	}

.footer {
	background: var(--color-highlight-alternate);
	--color-text: var(--color-white);
	padding: var(--spacing) 0;
	font-weight: var(--font-default-weight-medium);
	font-size: var(--font-default-size-footer);
	height: var(--footer-height);
	box-sizing: border-box;
}

	.footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

		.footer ul li {
			display: inline;
		}

		.footer a {
			display: inline-block;
			padding: 5px;
			text-decoration: none;
			color: var(--color-text);
		}

			.footer a:hover,
			.footer .current-menu-item a {
				color: var(--color-text);
				text-decoration: underline;
			}

.main {
	--main-spacing-top: var(--spacing-tripple);
	--main-spacing-bottom: var(--spacing-double);

	box-sizing: border-box;
	padding: calc(var(--header-height) + var(--subheader-height) + var(--main-spacing-top)) 0 var(--main-spacing-bottom);
	min-height: calc(100vh - var(--footer-height));
	display: flex;
	flex-direction: column;
}

	@media ( max-width: 1040px ) {

		.main {
			--main-spacing-top: var(--spacing-double);
		}

	}

	@media ( max-width: 640px ) {

		.main {
			--main-spacing-top: var(--spacing);
			--main-spacing-bottom: var(--spacing);
		}

	}

.teaser {
	--button-container-width: 350px;
	--gap: var(--spacing);
}

	.teaser__content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

		.teaser hr {
			width: 100%;
			margin-bottom: var(--spacing);
		}

		.teaser__text-container {
			width: calc(100% - var(--gap) - var(--button-container-width));
			text-wrap: balance;
		}

		.teaser__button-container {
			width: var(--button-container-width);
			text-align: right;
		}

	@media ( max-width: 1040px ) {

		.teaser {
			--button-container-width: 270px;
			--gap: var(--spacing-half);
		}

	}

	@media ( max-width: 840px ) {

		.teaser__content {
			display: block;
		}

		.teaser__text-container {
			width: 100%;
			display: block;
		}

		.teaser__button-container {
			width: 100%;
			display: block;
			margin-top: 1em;
			text-align: unset;
		}

	}

.slideshow {
	--height: 400px;
}

	.slideshow img {
		height: var(--height);
		width: auto;
		max-width: unset;
	}

	.slideshow.slideshow--inited {
	}

		.slideshow.slideshow--inited .slideshow__slide {
			width: fit-content;
		}
	
		.tns-outer {
			position: relative;
		}

			.tns-outer img {
				margin-top: -20px; /* this fixes the top gap that appears when using 'autoWidth: true' */
			}

			.tns-outer .tns-controls button {
				position: absolute;
				z-index: 10;
				left: 0;
				top: 0;
				width: 60px;
				height: 100%;
				color: transparent;
				border: 0;
				padding: 20px;
				margin: 0;
				box-sizing: border-box;
				cursor: pointer;
				background: transparent;
				--icon-image: url(../img/icons/arrow-left.svg);
			}

				.tns-outer .tns-controls button:after {
					content: "";
					display: block;
					position: absolute;
					left: 50%;
					top: 50%;
					width: 50px;
					margin-left: -25px;
					height: 50px;
					margin-top: -25px;
					background: var(--icon-image) no-repeat center center / contain;
				}
			
				.tns-outer .tns-controls button + button {
					left: auto;
					right: 0;
					--icon-image: url(../img/icons/arrow-right.svg);
				}

			.tns-outer .tns-nav {
				position: absolute;
				bottom: 2px;
				left: 0;
				width: 100%;
				z-index: 10;
				text-align: center;
				line-height: 1;
				z-index: 5;
			}

				.tns-outer .tns-nav button {
					display: inline-block;
					cursor: pointer;
					width: 20px;
					height: 20px;
					background: transparent;
					padding: 0;
					margin: 0;
					border: 0;
					position: relative;
				}
					
					.tns-outer .tns-nav button:after {
						content: "";
						display: block;
						width: 14px;
						margin-left: -7px;
						height: 14px;
						margin-top: -7px;
						position: absolute;
						left: 50%;
						top: 50%;
						border: 2px solid var(--color-white);
						border-radius: 50%;
					}

						.tns-outer .tns-nav button:hover:after {
							background: var(--color-blue);
						}

						.tns-outer .tns-nav button.tns-nav-active:after {
							background: var(--color-white);
						}


		.tns-outer button[data-action="start"],
		.tns-outer button[data-action="stop"] {
			display: none;
		}

	.slideshow:not(.slideshow--inited) {
		white-space: nowrap;
		overflow: hidden;
		display: flex;
		gap: var(--spacing-half);
	}

	@media ( max-width: 840px ) {

		.slideshow {
			--height: 300px;
		}

	}

	@media ( max-width: 640px ) {

		.slideshow {
			--height: 200px;
		}

		.tns-outer .tns-nav button {
			width: 14px;
			height: 14px;
		}

			.tns-outer .tns-nav button:after {
				width: 10px;
				margin-left: -5px;
				height: 10px;
				margin-top: -5px;
			}

	}

.toggle {
}

	.toggle__title {
		list-style: none;
		padding: 20px 30px 20px 0;
		cursor: pointer;
		border-top: 2px solid var(--color-black);
		font-weight: var(--font-default-weight-bold);
		position: relative;
	}

		.toggle__title:before,
		.toggle__title:after {
			content: "";
			width: 24px;
			height: 24px;
			margin-top: -12px;
			display: block;
			position: absolute;
			right: 0;
			top: 50%;
			background: var(--color-black);
			mask: var(--mask-image) no-repeat right center / contain;
			pointer-events: none;
			opacity: 1;
		}

			.toggle__title:before {
				--mask-image: url(../img/icons/arrow-down.svg);
			}

				.toggle[open] .toggle__title:before {
					opacity: 0;
				}

			.toggle__title:after {
				--mask-image: url(../img/icons/arrow-up.svg);
				opacity: 0;
			}
		
				.toggle[open] .toggle__title:after {
					opacity: 1;
				}

		.toggle__title::-webkit-details-marker {
			display:none;
		}

	.toggle__content {
		padding-bottom: 20px;
	}

.verbund-list {
	display: flex;
	--gap: var(--spacing);
	gap: var(--gap);
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	text-align: center;
}

	.verbund-list li {
		flex-basis: calc(25% - 3/4*var(--gap));
	}

	.verbund-list__title {
		display: block;
		margin-top: 6px;
	}

	.verbund-list__thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}

	.verbund-list a {
		display: block;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		color: var(--color-black);
		text-decoration: none;
		font-weight: var(--font-default-weight-semibold);
		font-size: 0.8em;
	}

		.verbund-list a:hover {
			color: var(--color-highlight);
		}

@media ( max-width: 840px ) {

	.verbund-list {
		--gap: var(--spacing-half);
	}

	.verbund-list li {
		flex-basis: calc(33% - 2/3*var(--gap));
	}

}

@media ( max-width: 540px ) {

	.verbund-list {
		--gap: var(--spacing-quarter);
	}

	.verbund-list li {
		flex-basis: calc(50% - 1/2*var(--gap));
	}

}
