/* --------------------------------------------------------
# Primary Theme Color: #006080 <--- SEARCH & REPLACE! -----
# Secondary Theme Color: #eaeaea <--- SEARCH & REPLACE! ---
-------------------------------------------------------- */

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, button, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* Main HTML Elements */
:root {
	--padding: 15px;
	--padding-lg: calc(var(--padding) * 2);
	--padding-sm: calc(var(--padding) / 2);
	--margin: 15px;
	--margin-lg: calc(var(--margin) * 2);
	--margin-sm: calc(var(--margin) / 2);
	--flex-gap-row: 30px;
	--flex-gap-col: calc(var(--flex-gap-row) / 2);

	--bodycolor: #000000;
	--darkgray: #383838;
	--bluegray: #5B6F89;
	--gray: #484848;
	--silver: #c8c8c8;
	--gainsboro: #E7EAEE;
	--whitesmoke: #E0DDDA;
	--lightgray: #F3F4F6;
	--input-border-color: #163358;
	--ikiss-norel: #c20000;

	--font-family: Roboto, Helvetica, Arial, sans-serif;
	--font-light: 300;
	--font-regular: 400;
	--font-medium:500;
	--font-bold: 700;
	--font-boldblack: 900;
}
html, body, legend, fieldset, input, .gmc_control ul.fancytree-container {
	font-display: swap;
	font-family: var(--font-family, system-ui, Helvetica, Arial);
	font-weight: var(--font-regular, normal);
	/*letter-spacing: 0.02em;*/
}
html {
	font-size: 18px;
	font-size: var(--fontsize);
	font-size: max(var(--fontsize), 1em);
	font-size: clamp(1rem, 0.7656rem + 0.75vw, 1.1875rem);
	background-color: #fff;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--bodycolor, #000000);
}
abbr[title] {
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
}
abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
	content: ' (' attr(title) ')';
}
@media screen and (min-width: 1024px){
	abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
		content: '';
	}
	abbr[title] {
		cursor: help;
	}
}
blockquote {
	border-left: 3px solid var(--gainsboro, #E7EAEE);
	padding: calc(var(--padding, 15px) / 3) var(--padding, 15px);
	margin: 10px 0;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
span > [class*="fa-"] {
	margin-right: 0.25em;
}
small {
	font-size: 0.75em;
}
small > [class*="fa-"] {
	font-size: 1rem;
	line-height: 1;
	margin-right: 0.25em;
	opacity: 0.7;
	vertical-align: unset;
}
a > [class*="fa-"], button > [class*="fa-"] {
	line-height: 1.33;
	vertical-align: baseline;
	margin-right: 0.25em;
}
.ikiss-autoscroll { /* horizontaler Scrollbalken fuer breite Tabellen */
	width: 100%;
	margin: 1em 0;
    overflow-x: auto;
    white-space: nowrap;
}
.ikiss-autoscroll table {
    margin: 0; /* margin nun am umschliessenden Element */
}
table {
	margin: 1em 0;
}
table caption {
	caption-side: bottom;
	text-align: left;
	font-style: italic;
	margin-top: 0.5em;
}
table th:not([style*=text-align]) {
	text-align: left;
}
table.tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tbl th, .tbl td {
	padding: 10px 15px;
}
.tbl th {
	font-weight: var(--font-bold, bold);
	text-align: left;
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid rgba(0, 0, 0, 0.075);
}
.tbl tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.5);
}
.tbl tr:hover {
	background-color: rgba(0, 0, 0, 0.025);
}
.tbl tr:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tbl tr th {
	border-bottom: none;
}
*, *::after, *::before {
	box-sizing: border-box;
}
code {
	font-family: monospace;
}
audio, video {
	display: block;
	width: 100%;
}
button[i_tp] {
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000 !important;
	background-color: #f0f0f0;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px;
}
pre {
	display: block;
	width: fit-content;
	font-family: Consolas, monospace;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000 !important;
	background-color: #f0f0f0;
	border: 1px solid #e8e8e8;
	padding: 15px;
	-webkit-hyphens: none;
	hyphens: none;
	white-space: break-spaces;
}
p {
	margin: 0 0 0.75em 0;
}
p:empty {
	display: none;
}
ul, ol {
	padding-left: var(--padding-lg, 30px);
}
ul:not(:last-child), ol:not(:last-child) {
	margin-bottom: 0.75em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ul.ikiss-unordered-list, ol.ikiss-ordered-list {
	display: flow-root;
}
@media screen and (max-width: 767px) {
	ul.ikiss-unordered-list, ol.ikiss-ordered-list {
		width: 100%;
	}
}
strong, b {
	font-weight: var(--font-bold, bold);
}
em {
	font-style: italic;
}
sup {
	font-size: 0.625em;
	vertical-align: super;
}
sub {
	font-size: 0.625em;
	vertical-align: bottom;
	margin-top: 3px;
}
input, textarea, select {
	font: inherit;
	color: inherit;
	border-radius: 2px;
}
input[type="reset"] {
	color: var(--gray, #484848) !important;
	background-color: var(--gainsboro, #E7EAEE) !important;
}
input[readonly] {
	color: #595959 !important;
	background-color: var(--whitesmoke, #f0f0f0) !important;
}
hr {
	display: block;
	clear: both;
	height: 1px;
	background-color: var(--whitesmoke, #f0f0f0);
	border: none;
	margin-bottom: var(--margin, 15px);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: medium;
	font-weight: var(--font-medium);
	line-height: 1.333em;
	color: #163358;
	color: var(--primarycolor, #163358);
	margin: 1em 0 0.75em;
}
#content h1:not(.list-title):not(.accordion-title):not(.widget-title),
#content h2:not(.list-title):not(.accordion-title):not(.widget-title) {
	font-family: var(--font-headline);
	font-weight: var(--font-medium, medium);
}
#content h3:not(.list-title):not(.accordion-title):not(.widget-title),
#content h4:not(.list-title):not(.accordion-title):not(.widget-title) {
	font-family: var(--font-headline);
	font-weight: var(--font-regular, regular);
}
#content h3:not(.list-title):not(.accordion-title):not(.widget-title),
#content h4:not(.list-title):not(.accordion-title):not(.widget-title) {
	font-family: var(--font-headline);
	font-weight: var(--font-bold, bold);
}
.page-title {
	font-size: 2.105em;
	margin: 0 0 0.75em;
	font-weight: 500;
	font-weight: var(--font-medium);
}
h1 {
	font-size: 2.105em;
	font-weight: 500;
	font-weight: var(--font-medium);
}
h2 {
	font-size: 1.474em;
	font-weight: 500;
	font-weight: var(--font-medium);	
}
h3 {
	font-size: 1.368em;
	font-weight:400;
	font-weight: var(--font-regular);
}
h4 {
	font-size: 1.316em;
	font-weight:400;
	font-weight: var(--font-regular);
}
h5 {
	font-size: 1.158em;
	font-weight:700;
	font-weight: var(--font-bold);
}
h6 {
	font-size: 1em;
	font-weight:700;
	font-weight: var(--font-bold);
}
.location-form h1, .location-form h2, .location-form h3, .location-form h4, .location-form h5, .location-form h6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    height: 2.625rem;
}
h1 > [class*="fa-"], h2 > [class*="fa-"], h3 > [class*="fa-"], h4 > [class*="fa-"], h5 > [class*="fa-"], h6 > [class*="fa-"] {
	font-size: 1em;
	line-height: 1;
	margin-right: 0.5em;
}
img, svg, video {
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}
@supports (-webkit-overflow-scrolling: touch) {
	body * {
		background-attachment: scroll !important;
	}
}
/* Colors */
.primary-bg-color,
button.primary-bg-color {
	color: var(--primarytextcolor, #fff);
	background-color: var(--primarycolor, #163358);
}
.primary-bg-color a, .primary-bg-color * {
	color: var(--primarytextcolor, #fff);
	opacity: 1;
}
.primary-bg-color a:active {
	color: var(--primarycolor, #163358);
	opacity: 1;
}
.primary-text-color {
	color: var(--primarytextcolor, #ffffff);
}
.secondary-bg-color {
	color: var(--secondarytextcolor, #163358);
	background-color: var(--secondarycolor, #F6DB45);
}
.secondary-bg-color a, .secondary-bg-color * {
	color: var(--secondarytextcolor, #163358);
	opacity: 1;
}
.secondary-bg-color input,
.secondary-bg-color textarea,
.secondary-bg-color select {
	background-color: var(--secondarycolor, #F6DB45);
}
.secondary-text-color {
	color: var(--secondarytextcolor, #163358);
}
a,
.linkcolor,
.linkcolor a {
	color: var(--linkcolor, #163358);
	text-decoration: none;
}
:focus,
:focus-visible,
:-moz-focusring {
	outline: 3px solid var(--linkcolor, #163358);
}
:target::before {
	content: '';
	display: block;
}
a[class*="csslink_"],
.mceContentBody a:not([class]),
.directedit-editnode a:not([class]),
.ikiss-form-element a,
.more,
.quickmenu ul a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
a[class*="csslink_"]:hover, a[class*="csslink_"]:focus, a[class*="csslink_"].tab-focus,
.mceContentBody a:not([class]):hover, .mceContentBody a:not([class]):focus, .mceContentBody a:not([class]).tab-focus,
.directedit-editnode a:not([class]):hover, .directedit-editnode a:not([class]):focus, .directedit-editnode a:not([class]).tab-focus,
.more:hover, .more:focus, .more.tab-focus,
.quickmenu ul a:hover, .quickmenu ul a:focus, .quickmenu ul a.tab-focus {
	text-decoration-thickness: 2px;
}
.main-content a[class*="csslink_intern"]:not(.hide-icon)::before,
.main-content a[class*="csslink_extern"]:not(.hide-icon)::before,
.main-content a[class*="csslink_anker"]:not(.hide-icon)::before,
.slicknav_menu a[href^="/redirect.phtml?extlink"]::before,
.classicnav .main-navigation a[href^="/redirect.phtml?extlink"]::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	-webkit-mask-size: auto;
	mask-size: auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--linkcolor, #163358);
}
.main-content .ikiss_norel a[class*="csslink_intern"]:not(.hide-icon)::before,
.main-content .ikiss_norel a[class*="csslink_extern"]:not(.hide-icon)::before,
.main-content .ikiss_norel a[class*="csslink_anker"]:not(.hide-icon)::before,
.slicknav_menu .ikiss_norel a[href^="/redirect.phtml?extlink"]::before,
.classicnav .main-navigation .ikiss_norel a[href^="/redirect.phtml?extlink"]::before {
	background-color: var(--ikiss-norel, #c20000);
}
.main-content a[class*="csslink_anker"]:not(.hide-icon):hover::before,
.main-content a[class*="csslink_anker"]:not(.hide-icon):focus::before,
.main-content a[class*="csslink_anker"]:not(.hide-icon).tab-focus::before {
	background-color: var(--primarytextcolor, #fff);
}
.main-content .btn a[class*="csslink_"]:not(.hide-icon)::before,
.main-content .iframe-message a[class*="csslink_"]:not(.hide-icon)::before {
	display: none;
}
.main-content a[class*="csslink_intern"]:not(.hide-icon)::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M448 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM312.4 273.5c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-12.9-7.6-17.5l-136-128c-9.7-9.1-24.8-8.6-33.9 1s-8.6 24.8 1 33.9L235.5 232 152 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0 83.5 0-91.9 86.5c-9.7 9.1-10.1 24.3-1 33.9s24.3 10.1 33.9 1l136-128z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M448 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM312.4 273.5c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-12.9-7.6-17.5l-136-128c-9.7-9.1-24.8-8.6-33.9 1s-8.6 24.8 1 33.9L235.5 232 152 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0 83.5 0-91.9 86.5c-9.7 9.1-10.1 24.3-1 33.9s24.3 10.1 33.9 1l136-128z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_extern"]:not(.hide-icon)::before,
.slicknav_menu a[href^="/redirect.phtml?extlink"]::before,
.classicnav .main-navigation a[href^="/redirect.phtml?extlink"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M352 128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0L41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 205.3 288 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M352 128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0L41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 205.3 288 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224z'/%3E%3C/svg%3E");
}
.slicknav_menu a[href^="/redirect.phtml?extlink"]::before,
.classicnav .main-navigation a[href^="/redirect.phtml?extlink"]::before {
	background-color: var(--primarycolor, #163358);
	width: 1em;
    height: 1em;
    font-size: 1em;
    margin-right: 0.125em;
}
.main-content a[class*="csslink_anker"]:not(.hide-icon)::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M320 80a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 0c-44.2 0-80 35.8-80 80c0 35.9 23.7 66.3 56.3 76.4c-.2 1.2-.3 2.4-.3 3.6v32H216c-13.3 0-24 10.7-24 24s10.7 24 24 24h48V464H240c-73.7 0-133.7-58.6-135.9-131.8l16.3 14c10.1 8.6 25.2 7.5 33.8-2.6s7.5-25.2-2.6-33.8l-56-48c-9-7.7-22.3-7.7-31.2 0l-56 48c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6L56 332.1C58.2 431.8 139.8 512 240 512h48 48c100.2 0 181.8-80.2 184-179.9l16.4 14.1c10.1 8.6 25.2 7.5 33.8-2.6s7.5-25.2-2.6-33.8l-56-48c-9-7.7-22.2-7.7-31.2 0l-56 48c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l16.3-14C469.7 405.4 409.7 464 336 464H312V240h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H312V160c0-1.2-.1-2.4-.3-3.6C344.3 146.3 368 115.9 368 80c0-44.2-35.8-80-80-80z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M320 80a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 0c-44.2 0-80 35.8-80 80c0 35.9 23.7 66.3 56.3 76.4c-.2 1.2-.3 2.4-.3 3.6v32H216c-13.3 0-24 10.7-24 24s10.7 24 24 24h48V464H240c-73.7 0-133.7-58.6-135.9-131.8l16.3 14c10.1 8.6 25.2 7.5 33.8-2.6s7.5-25.2-2.6-33.8l-56-48c-9-7.7-22.3-7.7-31.2 0l-56 48c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6L56 332.1C58.2 431.8 139.8 512 240 512h48 48c100.2 0 181.8-80.2 184-179.9l16.4 14.1c10.1 8.6 25.2 7.5 33.8-2.6s7.5-25.2-2.6-33.8l-56-48c-9-7.7-22.2-7.7-31.2 0l-56 48c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l16.3-14C469.7 405.4 409.7 464 336 464H312V240h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H312V160c0-1.2-.1-2.4-.3-3.6C344.3 146.3 368 115.9 368 80c0-44.2-35.8-80-80-80z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_anker"].bis_antrag::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M144 272h85.8L48 110.4V356.8l59.9-68.4C117 278 130.2 272 144 272zM0 426V55.2C0 42.4 10.4 32 23.2 32c5.7 0 11.2 2.1 15.4 5.9l274 243.6c4.7 4.2 7.4 10.2 7.4 16.5c0 12.2-9.9 22.1-22.1 22.1H170.5l59.1 126.8c5.6 12 .4 26.3-11.6 31.9s-26.3 .4-31.9-11.6L126.7 339.7 38.6 440.5C34.4 445.3 28.4 448 22 448c-12.2 0-22-9.9-22-22z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M144 272h85.8L48 110.4V356.8l59.9-68.4C117 278 130.2 272 144 272zM0 426V55.2C0 42.4 10.4 32 23.2 32c5.7 0 11.2 2.1 15.4 5.9l274 243.6c4.7 4.2 7.4 10.2 7.4 16.5c0 12.2-9.9 22.1-22.1 22.1H170.5l59.1 126.8c5.6 12 .4 26.3-11.6 31.9s-26.3 .4-31.9-11.6L126.7 339.7 38.6 440.5C34.4 445.3 28.4 448 22 448c-12.2 0-22-9.9-22-22z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_anker"].bis_formular::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_anker"].bis_formular_ext::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M336 448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80v96h48V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V368H336v80zM489 215c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H494.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M336 448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80v96h48V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V368H336v80zM489 215c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H494.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_anker"].leichte_sprache::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM256 0a96 96 0 1 1 0 192A96 96 0 1 1 256 0zM228 279l-.2-.1c-.7-.5-2.4-1.5-5.2-2.9c-5.5-2.8-15.4-7.3-30.6-12.2c-28-9-74.2-19.3-144-22.7V417.4c84.9 5 147.1 22.3 184 35.7V282l-4-3zm52 3V453.1c36.9-13.4 99.1-30.7 184-35.7V241.1c-69.9 3.4-116 13.7-144 22.7c-15.1 4.9-25 9.4-30.6 12.2c-2.8 1.4-4.5 2.4-5.2 2.9l-.2 .1-4 3zM32 192.5C199.2 197.4 256 240 256 240s56.8-42.6 224-47.5c17.7-.5 32 13.9 32 31.5V432c0 17.7-14.4 31.9-32 32.7c-114.9 4.7-186.9 33.7-208.8 43.8c-4.8 2.2-9.9 3.5-15.1 3.5s-10.4-1.3-15.1-3.5c-21.9-10.1-93.9-39.1-208.8-43.8c-17.7-.7-32-15-32-32.7V224c0-17.7 14.4-32.1 32-31.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM256 0a96 96 0 1 1 0 192A96 96 0 1 1 256 0zM228 279l-.2-.1c-.7-.5-2.4-1.5-5.2-2.9c-5.5-2.8-15.4-7.3-30.6-12.2c-28-9-74.2-19.3-144-22.7V417.4c84.9 5 147.1 22.3 184 35.7V282l-4-3zm52 3V453.1c36.9-13.4 99.1-30.7 184-35.7V241.1c-69.9 3.4-116 13.7-144 22.7c-15.1 4.9-25 9.4-30.6 12.2c-2.8 1.4-4.5 2.4-5.2 2.9l-.2 .1-4 3zM32 192.5C199.2 197.4 256 240 256 240s56.8-42.6 224-47.5c17.7-.5 32 13.9 32 31.5V432c0 17.7-14.4 31.9-32 32.7c-114.9 4.7-186.9 33.7-208.8 43.8c-4.8 2.2-9.9 3.5-15.1 3.5s-10.4-1.3-15.1-3.5c-21.9-10.1-93.9-39.1-208.8-43.8c-17.7-.7-32-15-32-32.7V224c0-17.7 14.4-32.1 32-31.5z'/%3E%3C/svg%3E");
}
.main-content a[class*="csslink_anker"].alltag_sprache::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M208 416c0-26.5-21.5-48-48-48H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16V352c0 8.8-7.2 16-16 16H309.3c-10.4 0-20.5 3.4-28.8 9.6L208 432V416zm-.2 76.2l.2-.2 101.3-76H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h48 48v48 4 .3 6.4V496c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM168 112c-13.3 0-24 10.7-24 24s10.7 24 24 24h64V296c0 13.3 10.7 24 24 24s24-10.7 24-24V160h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 168z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M208 416c0-26.5-21.5-48-48-48H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16V352c0 8.8-7.2 16-16 16H309.3c-10.4 0-20.5 3.4-28.8 9.6L208 432V416zm-.2 76.2l.2-.2 101.3-76H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h48 48v48 4 .3 6.4V496c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM168 112c-13.3 0-24 10.7-24 24s10.7 24 24 24h64V296c0 13.3 10.7 24 24 24s24-10.7 24-24V160h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 168z'/%3E%3C/svg%3E");
}
.ankertop a.btn[class*="csslink_anker"]:before{
    content:none;
}
.btn a[class*="csslink_"], .secondary-btn a[class*="csslink_"],
a[class*="csslink_"].btn, a[class*="csslink_"].secondary-btn {
	text-decoration: inherit;
}
a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input,
a.secondary-btn, button.secondary-btn, input.secondary-btn, .secondary-btn a, p.btn-row a {
	display: inline-block;
	position: relative;
	min-height: 2.5em;
	font-weight: var(--font-bold, bold);
	font-size: 1em;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
	z-index: 1;
	padding: 0.85em 1em;
	margin: 10px 10px 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: all 0.1s ease;
}
a[class*="csslink_anker"].btn {
    padding: 0.65em 1em;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.ikiss_norel a[class*="csslink_anker"].btn:hover::after,
.ikiss_norel a[class*="csslink_anker"].btn:focus::after,
.ikiss_norel a[class*="csslink_anker"].btn.tab-focus::after {
    background-color:#C6DFFF;
}
a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input, p.btn-row a {
	color: var(--btntextcolor, #fff);
	background-color: var(--btncolor, #006080);
	border: none !important;
}
input.btn:hover,
input.btn:focus {
    background-color: var(--bluegray, #5B6F89);
}
a.secondary-btn, button.secondary-btn, input.secondary-btn, .secondary-btn a {
	color: var(--primarycolor, #163358);
	background-color: var(--primarytextcolor, #fff);
	border: 2px solid var(--primarycolor, #163358);
}
.btn a[class*="csslink_"],
.secondary-btn a[class*="csslink_"] {
	margin: 0;
}
.flex-row + .btn {
	margin-top: calc(var(--flex-gap-row, 30px) / 2);
}
p.btn-row {
  width: 100%;
  margin: -0.5em;
}
p.btn-row a {
    margin: 0.5em;
}
a.btn::after, button.btn::after, input.btn::after, .btn a::after, span.ikiss-field-button input::after,
a.secondary-btn::after, button.secondary-btn::after, input.secondary-btn::after, .secondary-btn a::after,
p.btn-row a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.25s ease;
	z-index: -1;
	opacity: 0;
}
a.btn::after, button.btn::after, input.btn::after, .btn a::after, span.ikiss-field-button input::after,p.btn-row a::after {
	background-color: var(--bluegray, #5B6F89);
}
a.btn:hover, button.btn:hover, input.btn:hover, .btn a:hover, span.ikiss-field-button input:hover,
a.btn:focus, button.btn:focus, input.btn:focus, .btn a:focus, span.ikiss-field-button input:focus,
a.btn.tab-focus, button.btn.tab-focus, input.btn.tab-focus, .btn a.tab-focus, span.ikiss-field-button input.tab-focus,
a.secondary-btn:hover, button.secondary-btn:hover, input.secondary-btn:hover, .secondary-btn a:hover,
a.secondary-btn:focus, button.secondary-btn:focus, input.secondary-btn:focus, .secondary-btn a:focus,
a.secondary-btn.tab-focus, button.secondary-btn.tab-focus, input.secondary-btn.tab-focus, .secondary-btn a.tab-focus,
p.btn-row a:hover,
p.btn-row a:focus,
p.btn-row a.tab-focus {
	color: var(--primarytextcolor, #fff);
}
a.btn:hover::after, button.btn:hover::after, input.btn:hover::after, .btn a:hover::after, span.ikiss-field-button input:hover::after,
a.btn:focus::after, button.btn:focus::after, input.btn:focus::after, .btn a:focus::after, span.ikiss-field-button input:focus::after,
a.btn.tab-focus::after, button.btn.tab-focus::after, input.btn.tab-focus::after, .btn a.tab-focus::after, span.ikiss-field-button input.tab-focus::after,
a.secondary-btn:hover::after, button.secondary-btn:hover::after, input.secondary-btn:hover::after, .secondary-btn a:hover::after,
a.secondary-btn:focus::after, button.secondary-btn:focus::after, input.secondary-btn:focus::after, .secondary-btn a:focus::after,
a.secondary-btn.tab-focus::after, button.secondary-btn.tab-focus::after, input.secondary-btn.tab-focus::after, .secondary-btn a.tab-focus::after,
p.btn-row a:hover:after,
p.btn-row a:focus:after,
p.btn-row a.tab-focus:after {
	opacity: 1;
}
/*a.btn:active, button.btn:active, input.btn:active, .btn a:active, span.ikiss-field-button input:active,
a.secondary-btn:active, button.secondary-btn:active, input.secondary-btn:active, .secondary-btn a:active {
	transform: scale(0.97);
}*/
.main-content .btn-row a[class*="csslink_anker"]:not(.hide-icon):hover::before,
.main-content .btn-row a[class*="csslink_anker"]:not(.hide-icon):focus::before,
.main-content .btn-row a[class*="csslink_anker"]:not(.hide-icon).tab-focus::before {
    background-color:var(--primarytextcolor, #fff);
}
/* Buttons neben dem Suchergebnis-Titel (SOLR/Veranstaltungen) */
a.h2-btn {
	margin: 1.6em 0 0 10px;
}
.btn-row {
	margin: -0.375em;
}
h1 + .btn-row {
	margin-bottom: 2em;
}
.btn-row .btn {
	margin: 0.375em;
}

/* Layout Helpers & Gridsystem */
nav ul {
	padding: 0;
	margin: 0;
}
nav li {
	list-style: none;
}
.nav-h li {
	display: inline-block;
}
.shadow {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.transition {
	transition: all 0.25s ease;
}
.circle,
.img-circle {
	border-radius: 50%;
}
.rounded,
.img-rounded {
	border-radius: 10px;
}
.bgimg-top {
	background-position: center top !important;
}
.bgimg-center {
	background-position: center center !important;
}
.bgimg-bottom {
	background-position: center bottom !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.fullwidth {
	width: 100%;
}
.sm-only {
	display: none;
}
.spacer {
	display: block;
	width: 100%;
	margin: var(--margin, 15px) 0;
}
.nomargin {
	margin: 0 !important;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.static {
	position: static;
}
.clear, .cb {
	clear: both;
	overflow: hidden;
	height: 0px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.hide {
	display: none !important;
}
.block, .show {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
@media screen and (max-width: 767px) {
	.flex-sm {
		display: flex;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.flex-md {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.flex-lg {
		display: flex;
	}
}
.order-0 {
	order: 0;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}

.autoscroll {
	overflow-x: auto;
}
.noscroll {
	overflow: hidden;
}
.grayscale {
	filter: grayscale(100%);
}
.unstyled-list, .abc-list, .inline-list, .volltextsuche ul {
	list-style: none;
	padding-left: 0;
}
.unstyled-list .unstyled-list {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: var(--margin-lg, 30px);
}
.unstyled-list li:not(:last-child),
.volltextsuche li:not(:last-child) {
	margin-bottom: 0.5em;
}
.abc-list {
	margin: 1.5em -1px;
}
.abc-list li {
	display: inline-block;
	font-size: 1.157rem;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	color: var(--primarycolor, #163358);
	background-color: var(--secondarycolor, #F6DB45);
	margin: 1px;
}
.abc-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-weight: var(--font-bold, bold);
	text-decoration: none;
	color: var(--primarycolor, #163358);
}
.abc-list li a:hover,
.abc-list li a:focus,
.abc-list li a.tab-focus,
.abc-list li a.active {
	color: var(--primarytextcolor, #fff);
	background-color: var(--primarycolor, #163358);
}
.inline-list li {
	display: inline-block;
}
.link-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0.75em;
}
.link-list .link-list {
	margin-top: 0.5em;
}
.link-list:not(:last-child),
.link-list_item:not(:last-child) .link-list {
	margin-bottom: 0.75em;
}
.link-list_item {
	margin-left: 1.5em;
}
.link-list_item:not(:last-child) {
	margin-bottom: 0.5em;
}
.link-list_link {
	display: inline-block;
	text-decoration: none;
	padding-left: 1.5em;
	margin-left: -1.5em;
	font-weight: var(--font-medium);
}
.link-list_link-icon {
	width: 1.25em;
	text-align: center;
	margin-right: 0.25em;
	margin-left: -1.5em;
}
.link-list_link-icon.colored[class*="fa-file-"] {
	color: var(--gray, #484848);
}
.link-list_link-icon.colored.fa-file-word {
	color: #185abd;
}
.link-list_link-icon.colored.fa-file-excel {
	color: #107a40;
}
.link-list_link-icon.colored.fa-file-powerpoint {
	color: #c43f1d;
}
.link-list_link-icon.colored.fa-file-pdf {
	color: #f40f02;
}
.link-list_link-title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.link-list_link-title.url {
	word-break: break-all;
	-webkit-hyphens: none;
	hyphens: none;
}
.link-list_link:hover .link-list_link-title, .link-list_link:focus .link-list_link-title {
	text-decoration-thickness: 2px;
}
.link-list_link-title:not(:last-child),
.link-list_prop:not(:last-child),
.link-list_link:not(:last-child) {
	margin-right: 0.5rem;
}
.link-list_link-title.file {
	margin-right: 0.25em;
}
.link-list_properties {
	font-size: 0.842rem;
	color: var(--bodyycolor, #000);
	font-style:normal;
	font-weight: var(--font-regular);
}
.link-list_prop.formular,
.link-list_prop.service {
    color: var(--primarycolor, #163358);
    background-color: var(--lightgray, #F3F4F6);
    border-radius: 17px;
    padding: 4px 10px;
    margin-top: 0.25rem;
}
.dlboxen .link-list_properties {
	color: var(--primarycolor, #163358);
	font-style: italic;
}
.link-list_prop {
	display: inline-block;
}
.link-list_prop-icon {
	margin-right: 0.25em;
}
.link-list_docreader-link {
	display: inline-block;
	font-size: 0.8125rem;
	text-decoration: underline;
}
.link-list_docreader-icon {
	margin-right: 0.25em;
}
.wrapper {
	max-width: 100%;
	width: 1270px;
	padding: 0 var(--padding, 15px);
	margin: auto;
	transition: width 0.4s;
}
.row {
	margin: 0 calc(-1 * var(--margin, 15px));
}
.row::after {
	display: table;
	content: '';
	clear: both;
}
#tinymce .row {
	margin: 0 !important;
}
.column-1, .column-2, .column-3, .column-2x3, .column-4, .column-2x4, .column-3x4, .column-5, .column-2x5, .column-3x5, .column-4x5, .column-6, .column-2x6, .column-3x6, .column-4x6, .column-5x6 {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: var(--padding, 15px);
	padding-left: var(--padding, 15px);
	transition: width 0.2s ease-in;
	-webkit-hyphens: auto;
	hyphens: auto;
	box-sizing: border-box;
}
/* Columns => Number = Horizontal column count */
.column-1 {
	width: 100%;
}
.column-2, .column-2x4, .column-3x6 {
	width: 50%;
}
.column-3, .column-2x6 {
	width: 33.333%;
}
.column-2x3, .column-4x6 {
	width: 66.666%;
}
.column-4 {
	width: 25%;
}
.column-3x4 {
	width: 75%;
}
.column-5 {
	width: 20%;
}
.column-2x5 {
	width: 40%;
}
.column-3x5 {
	width: 60%;
}
.column-4x5 {
	width: 80%;
}
.column-6 {
	width: 16.666%;
}
.column-5x6 {
	width: 83.333%;
}
.collapse [class*="column-"] {
	padding: 0;
}
.collapse [class*="flex-col-"] {
	margin: 0;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

/* Layout Helper Media Queries */
@media screen and (min-width: 1024px) {
	.hide-lg {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.column-md-1 {
		width: 100%;
	}
	.column-md-2, .column-md-2x4, .column-md-3x6 {
		width: 50%;
	}
	.column-md-3, .column-md-2x6 {
		width: 33.333%;
	}
	.column-md-2x3, .column-md-4x6 {
		width: 66.666%;
	}
	.column-md-4 {
		width: 25%;
	}
	.column-md-3x4 {
		width: 75%;
	}
	.column-md-5 {
		width: 20%;
	}
	.column-md-2x5 {
		width: 40%;
	}
	.column-md-3x5 {
		width: 60%;
	}
	.column-md-4x5 {
		width: 80%;
	}
	.column-md-6 {
		width: 16.666%;
	}
	.column-md-5x6 {
		width: 83.333%;
	}
	.md-only {
		display: block;
	}
	.hide-md {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-2x3, .column-2x4, .column-3x4, .column-2x5, .column-3x5, .column-4x5, .column-2x6, .column-3x6, .column-4x6, .column-5x6 {
		width: 100%;
	}
	.column-sm-1 {
		width: 100%;
	}
	.column-sm-2, .column-sm-2x4, .column-sm-3x6 {
		width: 50%;
	}
	.column-sm-3, .column-sm-2x6 {
		width: 33.333%;
	}
	.column-sm-2x3, .column-sm-4x6 {
		width: 66.666%;
	}
	.column-sm-4 {
		width: 25%;
	}
	.column-sm-3x4 {
		width: 75%;
	}
	.column-sm-5 {
		width: 20%;
	}
	.column-sm-2x5 {
		width: 40%;
	}
	.column-sm-3x5 {
		width: 60%;
	}
	.column-sm-4x5 {
		width: 80%;
	}
	.column-sm-6 {
		width: 16.666%;
	}
	.column-sm-5x6 {
		width: 83.333%;
	}
	.sm-only {
		display: block !important;
	}
	.hide-sm {
		display: none !important;
	}
}

/* Flex-Grid */
.flex-row {
	--flex-gap-row: 30px;
	--flex-gap-col: 30px;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: calc(-1 * var(--flex-gap-row, 30px) / 2) calc(-1 * var(--flex-gap-col, 30px) / 2);
}
.flex-row.collapse {
	margin: 0;
}
[class*="flex-col-"] {
	flex-grow: 0;
	flex-shrink: 1;
	min-width: 0;
	padding: 0;
	margin: calc(var(--flex-gap-row, 30px) / 2) calc(var(--flex-gap-col, 30px) / 2);
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.flex-col-1 {
	flex-basis: 100%;
	width: 100%;
}
.flex-col-2, .flex-col-2x4, .flex-col-3x6 {
	flex-basis: calc(50% - var(--flex-gap-col, 30px));
	width: calc(50% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-2, .flex-col-2x4, .flex-col-3x6 { /* Edge */
		flex-basis: calc(49.999% - var(--flex-gap-col, 30px));
		width: calc(49.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-2, .collapse .flex-col-2x4, .collapse .flex-col-3x6 {
	flex-basis: 50%;
	width: 50%;
}
.flex-col-3, .flex-col-2x6 {
	flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
	width: calc(33.333% - var(--flex-gap-col, 30px));
}
.collapse .flex-col-3, .collapse .flex-col-2x6 {
	flex-basis: 33.333%;
	width: 33.333%;
}
.flex-col-2x3, .flex-col-4x6 {
	flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
	width: calc(66.666% - var(--flex-gap-col, 30px));
}
.collapse .flex-col-2x3, .collapse .flex-col-4x6 {
	flex-basis: 66.666%;
	width: 66.666%;
}
.flex-col-4 {
	flex-basis: calc(25% - var(--flex-gap-col, 30px));
	width: calc(25% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-4 { /* Edge */
		flex-basis: calc(24.999% - var(--flex-gap-col, 30px));
		width: calc(24.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-4 {
	flex-basis: 25%;
	width: 25%;
}
.flex-col-3x4 {
	flex-basis: calc(75% - var(--flex-gap-col, 30px));
	width: calc(75% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-3x4 { /* Edge */
		flex-basis: calc(74.999% - var(--flex-gap-col, 30px));
		width: calc(74.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-3x4 {
	flex-basis: 75%;
	width: 75%;
}
.flex-col-5 {
	flex-basis: calc(20% - var(--flex-gap-col, 30px));
	width: calc(20% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-5 { /* Edge */
		flex-basis: calc(19.999% - var(--flex-gap-col, 30px));
		width: calc(19.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-5 {
	flex-basis: 20%;
	width: 20%;
}
.flex-col-2x5 {
	flex-basis: calc(40% - var(--flex-gap-col, 30px));
	width: calc(40% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-2x5 { /* Edge */
		flex-basis: calc(39.999% - var(--flex-gap-col, 30px));
		width: calc(39.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-2x5 {
	flex-basis: 40%;
	width: 40%;
}
.flex-col-3x5 {
	flex-basis: calc(60% - var(--flex-gap-col, 30px));
	width: calc(60% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-3x5 { /* Edge */
		flex-basis: calc(59.999% - var(--flex-gap-col, 30px));
		width: calc(59.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-3x5 {
	flex-basis: 60%;
	width: 60%;
}
.flex-col-4x5 {
	flex-basis: calc(80% - var(--flex-gap-col, 30px));
	width: calc(80% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) {
	.flex-col-4x5 { /* Edge */
		flex-basis: calc(79.999% - var(--flex-gap-col, 30px));
		width: calc(79.999% - var(--flex-gap-col, 30px));
	}
}
.collapse .flex-col-4x5 {
	flex-basis: 80%;
	width: 80%;
}
.flex-col-6 {
	flex-basis: calc(16.666% - var(--flex-gap-col, 30px));
	width: calc(16.666% - var(--flex-gap-col, 30px));
}
.collapse .flex-col-6 {
	flex-basis: 16.666%;
	width: 16.666%;
}
.flex-col-5x6 {
	flex-basis: calc(83.333% - var(--flex-gap-col, 30px));
	width: calc(83.333% - var(--flex-gap-col, 30px));
}
.collapse .flex-col-5x6 {
	flex-basis: 83.333%;
	width: 83.333%;
}
@media only screen and (max-width: 1023px) {
	.flex-col-md-1 {
		flex-basis: 100%;
		width: 100%;
	}
	.flex-col-md-2, .flex-col-md-2x4, .flex-col-md-3x6 {
		flex-basis: calc(50% - var(--flex-gap-col, 30px));
		width: calc(50% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-2, .flex-col-md-2x4, .flex-col-md-3x6 {
			flex-basis: calc(49.999% - var(--flex-gap-col, 30px));
			width: calc(49.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-2, .collapse .flex-col-md-2x4, .collapse .flex-col-md-3x6 {
		flex-basis: 50%;
		width: 50%;
	}
	.flex-col-md-3, .flex-col-md-2x6 {
		flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
		width: calc(33.333% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-md-3, .collapse .flex-col-md-2x6 {
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.flex-col-md-2x3, .flex-col-md-4x6 {
		flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
		width: calc(66.666% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-md-2x3, .collapse .flex-col-md-4x6 {
		flex-basis: 66.666%;
		width: 66.666%;
	}
	.flex-col-md-4 {
		flex-basis: calc(25% - var(--flex-gap-col, 30px));
		width: calc(25% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-4 {
			flex-basis: calc(24.999% - var(--flex-gap-col, 30px));
			width: calc(24.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-4 {
		flex-basis: 25%;
		width: 25%;
	}
	.flex-col-md-3x4 {
		flex-basis: calc(75% - var(--flex-gap-col, 30px));
		width: calc(75% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-3x4 {
			flex-basis: calc(74.999% - var(--flex-gap-col, 30px));
			width: calc(74.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-3x4 {
		flex-basis: 75%;
		width: 75%;
	}
	.flex-col-md-5 {
		flex-basis: calc(20% - var(--flex-gap-col, 30px));
		width: calc(20% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-5 {
			flex-basis: calc(19.999% - var(--flex-gap-col, 30px));
			width: calc(19.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-5 {
		flex-basis: 20%;
		width: 20%;
	}
	.flex-col-md-2x5 {
		flex-basis: calc(40% - var(--flex-gap-col, 30px));
		width: calc(40% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-2x5 {
			flex-basis: calc(39.999% - var(--flex-gap-col, 30px));
			width: calc(39.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-2x5 {
		flex-basis: 40%;
		width: 40%;
	}
	.flex-col-md-3x5 {
		flex-basis: calc(60% - var(--flex-gap-col, 30px));
		width: calc(60% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-3x5 {
			flex-basis: calc(59.999% - var(--flex-gap-col, 30px));
			width: calc(59.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-3x5 {
		flex-basis: 60%;
		width: 60%;
	}
	.flex-col-md-4x5 {
		flex-basis: calc(80% - var(--flex-gap-col, 30px));
		width: calc(80% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-md-4x5 {
			flex-basis: calc(79.999% - var(--flex-gap-col, 30px));
			width: calc(79.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-md-4x5 {
		flex-basis: 80%;
		width: 80%;
	}
	.flex-col-md-6 {
		flex-basis: calc(16.666% - var(--flex-gap-col, 30px));
		width: calc(16.666% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-md-6 {
		flex-basis: 16.666%;
		width: 16.666%;
	}
	.flex-col-md-5x6 {
		flex-basis: calc(83.333% - var(--flex-gap-col, 30px));
		width: calc(83.333% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-md-5x6 {
		flex-basis: 83.333%;
		width: 83.333%;
	}
}
@media only screen and (max-width: 767px) {
	.flex-col-sm-1, [class*="flex-col-"], .collapse [class*="flex-col-"] {
		flex-basis: 100%;
		width: 100%;
		margin-bottom: calc(var(--flex-gap-col, 30px) / 2);
	}
	.flex-col-sm-2 {
		flex-basis: calc(50% - var(--flex-gap-col, 30px));
		width: calc(50% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-sm-2 {
			flex-basis: calc(49.999% - var(--flex-gap-col, 30px));
			width: calc(49.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-sm-2 {
		flex-basis: 50%;
		width: 50%;
	}
	.flex-col-sm-3 {
		flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
		width: calc(33.333% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-sm-3 {
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.flex-col-sm-2x3 {
		flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
		width: calc(66.666% - var(--flex-gap-col, 30px));
	}
	.collapse .flex-col-sm-2x3 {
		flex-basis: 66.666%;
		width: 66.666%;
	}
	.flex-col-sm-4 {
		flex-basis: calc(25% - var(--flex-gap-col, 30px));
		width: calc(25% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) {
		.flex-col-sm-4 { /* Edge */
			flex-basis: calc(24.999% - var(--flex-gap-col, 30px));
			width: calc(24.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-sm-4 {
		flex-basis: 25%;
		width: 25%;
	}
	.flex-col-sm-3x4 {
		flex-basis: calc(75% - var(--flex-gap-col, 30px));
		width: calc(75% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) {
		.flex-col-sm-3x4 { /* Edge */
			flex-basis: calc(74.999% - var(--flex-gap-col, 30px));
			width: calc(74.999% - var(--flex-gap-col, 30px));
		}
	}
	.collapse .flex-col-sm-3x4 {
		flex-basis: 75%;
		width: 75%;
	}
}

/* BITV / Screenreader */
.sr-only {
	position: absolute;
	top: auto;
	left: -5000px;
	overflow: hidden;
	height: auto;
}
.sr-links {
	position: fixed;
	top: -5000px;
	left: -5000px;
	z-index: 9999;
}
.sr-links a {
	display: inline-block;
	position: absolute;
	text-decoration: none;
	font-size: 1rem;
	font-weight: var(--font-bold, bold);
	color: #fff;
	background-color: var(--bodycolor, #000000);
	white-space: nowrap;
	padding: 0.5em 1em;
}
.sr-links a:focus {
	top: 5015px;
	left: 5015px;
}

/* BITV: Fokus-Hervorhebung bei Tastaturbedienung */
a, button, input, select, textarea, [id], [tabindex] {
	scroll-margin: 15px;
}
:focus {
	border: 0;
	outline: 0;
}
::-moz-focus-inner {
	border: 0;
}
.tab-focus,
audio:focus-visible, video:focus-visible,
.cnw_translationbox:focus-within {
	position: relative;
	border-radius: 0.1rem;
	box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 5px #000 !important;
	transition: all 0s !important;
}
.main-navigation .tab-focus {
	z-index: 79;
}
.top .tab-focus {
	z-index: 9999 !important;
}
.classic-sticky #nav .wrap-nav .tab-focus,
.modern-nav #nav-mob :not(.childs) .wrap-nav .tab-focus:not(.slicknav_item) {
	border-radius: 0.3rem;
	box-shadow: inset 0px 0px 0px 2px #000, inset 0px 0px 0px 4px #fff !important;
}
.pswp__button.tab-focus {
	outline: none !important;
	border-radius: 0.1rem;
	box-shadow: 0px 0px 0px 3px #fff !important;
}
.mediathek .result-list .list-img {
	overflow: visible;
}
.abc-list li a, .image-gallery a {
	display: block;
	position: relative;
}
.site-header .titelbild-slider {
	overflow: visible;
}