/* --------------------------------------------------------
# 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, .frontend 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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 */
html {
	background-color: #fff;
	font-size: 16px; /* IE 11 */
	font-size: max(16px, 1em);
	scroll-behavior: smooth;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.333;
}
abbr[title] {
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer; /* iOS :hover Fix */
}
abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
	content: ' (' attr(title) ')';
}
@media screen and (min-width: 961px){
	abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
		content: '';
	}
	abbr[title] {
	cursor:help;
	}
}
blockquote {
	padding: 5px 15px;
	margin: 10px 0;
	border-left: 3px solid #e5e5e5;
}
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;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
	vertical-align: unset;
}
a > [class*="fa-"], button > [class*="fa-"] {
	line-height: 1.33;
	vertical-align: baseline;
	margin-right: 0.25em;
}
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	font-family: monospace;
}
audio, video {
	display: block;
	width: 100%;
}
pre {
	font-family: Consolas, monospace;
	font-size: 1rem;
	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 { /* leere Absaetze durch Codeeinbindungen etc. zwecks BITV ausblenden */
	display: none;
}
ul, ol {
	margin-bottom: 0.75em;
	padding-left: 30px;
}
ul ul, ol ol {
	margin-bottom: 0;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ul.ikiss-unordered-list, ol.ikiss-ordered-list {
	display: flow-root;
}
@media screen and (max-width: 640px) {
	ul.ikiss-unordered-list, ol.ikiss-ordered-list {
		width: 100%;
	}
}
strong, b {
	font-weight: 700;
}
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 {
	font: inherit;
	color: inherit;
}
select {
	font: inherit;
	color: inherit;
}
input[type="reset"] {
	color: #555 !important;
	background-color: #eaeaea !important;
}
input[readonly] {
	color: #777;
	background-color: #eee;
}
hr {
	height: 1px;
	background-color: #eee;
	border: none;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 1em 0 0.75em;
	color: #404040;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
h1 > [class*="fa-"], h2 > [class*="fa-"], h3 > [class*="fa-"], h4 > [class*="fa-"], h5 > [class*="fa-"], h6 > [class*="fa-"] {
	font-size: 1.25em;
	line-height: 1;
	vertical-align: top;
	margin-right: 0.5em;
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}
table {
	margin: 1em 0;
}
table th:not([style*=text-align]) {
	text-align: left;
}
table caption {
	caption-side: bottom;
	text-align: left;
	font-style: italic;
	margin-top: 0.5em;
}
table.tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tbl tr:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}
.tbl th, .tbl td {
	padding: 10px 15px;
}
.tbl th {
	text-align: left;
	font-weight: bold;
}
.tbl tr:nth-child(even) {
	background-color: #f8f8f8;
}
.tbl tr:hover {
	background-color: #f0f0f0;
}

/* Colors */
.primary-bg-color {
	background-color: #006080;
	color: #fff;
}
.primary-bg-color a, .primary-bg-color a:active, .primary-bg-color * {
	color: #fff;
	opacity: 1;
}
.primary-text-color {
	color: #006080;
}
.secondary-bg-color {
	background-color: #EAEAEA; 
	color: #444;
}
.secondary-bg-color a, .secondary-bg-color * {
	color: #444;
	opacity: 1;
}
.secondary-text-color {
	color: #303030;
}
a {
	color: #006080;
	text-decoration: none;
}
a[class*="csslink_"],
.mceContentBody a:not([class]), /* Bearbeitungsmodus im Backend */
.directedit-editnode a:not([class]), /* Bearbeitungsmodus im Frontend */
.more,
.com-list a {
	text-decoration: underline;
}
.btn a[class*="csslink_"],
a[class*="csslink_"].btn {
	text-decoration: inherit;
}
a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #006080;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	border: none !important;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
	z-index: 1;
	padding: 0.5em 1em;
	margin: 10px 10px 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	min-height: 2.5em; /* min- fuer mehrzeilige Buttons */
	line-height: 1.5; /* damit die Beschriftung von Buttons und Links auf gleicher Hoehe liegt */
}
.btn a[class*="csslink_"] {
	margin: 0;
}
a.btn::after, button.btn::after, input.btn::after, .btn a::after, span.ikiss-field-button input::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: -1;
}
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 {
	height: 100%;
}
a.btn:active, button.btn:active, input.btn:active, .btn a:active, span.ikiss-field-button input:active {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
a.h2-btn { /* Buttons neben dem Suchergebnis-Titel (SOLR/Veranstaltungen) */
	margin:1.6em 0 0 10px;
}
.btn-row {
	margin: -0.375em;
}
.btn-row .btn {
	margin: 0.375em;
}

/* Layout Helpers & Gridsystem */
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	list-style: none;
}
.nav-h li {
	display: inline-block;
}
.shadow {
	-webkit-box-shadow: 0 5px 10px #000;
	-moz-box-shadow: 0 5px 10px #000;
	box-shadow: 0 5px 10px #000;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img-rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	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: 15px 0;
}
.nomargin {
	margin: 0 !important;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.static {
	position: static;
}
.clear, .cb {
	clear: both;
	overflow: hidden;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height:1px;
}
.clearfix::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.hide {
	display: none !important;
}
.block, .show {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.order-0 {
	order: 0;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.autoscroll {
	overflow-x: auto;
}
.noscroll {
	overflow: hidden;
}
.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}
.unstyled-list, .result-list, .abc-list, .com-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: 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;
	margin: 1px;
	width: 2.95em;
	height: 2.95em;
	line-height: 2.95em;
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
	color: #6c6c6c; /* Mindestkontrast 4,5:1 */
}
.abc-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #404040;
	font-weight: bold;
}
.com-list li:not(:last-child) {
	margin-bottom: 0.25em;
}
.com-list [class*="fa-"] {
	margin-right: 0.25em;
}
.inline-list li {
	display: inline-block;
}
.link-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0.75em; /* gesamte Liste haelt gleichen Abstand wie Absaetze */
}
.link-list .link-list {
	margin-bottom: 0.75em;
	margin-top: 0.5em;
}
.link-list_item {
	margin-left: 1.5em;
}
.link-list_item:not(:last-child) {
	margin-bottom: 0.5em;
}
.link-list_link {
	display: inline-block; /* wichtig fuer umlaufenden Tastaturfokus bei mehrzeiligen Links */
	text-decoration: none; /* stattdessen wird nur .link-list_link-title unterstrichen */
	padding-left: 1.5em; /* damit auch das Icon innerhalb des Tastaturfokus erscheint */
	margin-left: -1.5em; /* damit auch das Icon innerhalb des Tastaturfokus erscheint */
}
.link-list_link-icon {
	margin-left: -1.5em;
	margin-right: 0.25em;
	text-align: center;
	width: 1.25em;
}
.link-list_link-icon.colored[class*="fa-file-"] { /* faerbt alle Dateityp-Symbole grau, ausser folgende spezielle Dateitypen */
	color: #606060;
}
.link-list_link-icon.colored.fa-file-pdf {
	color: #e90707;
}
.link-list_link-icon.colored.fa-file-word {
	color: #2b579a;
}
.link-list_link-icon.colored.fa-file-excel {
	color: #217346;
}
.link-list_link-icon.colored.fa-file-powerpoint {
	color: #d24726;
}
.link-list_link-title {
	text-decoration: underline;
}
.link-list_link-title:not(:last-child), /* Abstand zu Eigenschaften - alle Abstaende hinten/nach rechts, damit die Einrueckung bei Umbruch stimmt */
.link-list_prop:not(:last-child), /* Abstand zwischen Eigenschaften */
.link-list_link:not(:last-child) { /* Abstand zum Vorlesen-Link */
	margin-right: 0.5rem; /* einheitlicher Abstand trotz unterschiedlicher Schriftgroessen, daher hier rem-Wert */
}
.link-list_link-title.file { /* verringerter Abstand bei Dateityp und -groesse ohne Icon */
	margin-right: 0.25em;
}
.link-list_properties {
	color: #606060;
	font-size: 0.8125rem;
}
.link-list_prop {
	display: inline-block; /* verhindert Umbruch zwischen Icon und Text */
}
.link-list_prop-icon {
	margin-right: 0.25em; /* entspricht 1 Leerzeichen in passender Schriftgroesse */
}
.link-list_docreader-link {
	display: inline-block; /* verhindert Umbruch zwischen Icon und Text */
	text-decoration: underline;
	font-size: 0.8125rem; /* gleiche Groesse wie link-list_properties */
}
.link-list_docreader-icon {
	margin-right: 0.25em; /* entspricht 1 Leerzeichen in passender Schriftgroesse */
}
.wrapper {
	max-width: 100%;
	width: 1270px;
	margin: auto;
	padding: 0 15px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
}
.row {
	margin: 0 -15px;
}
.row::after {
	display: table;
	content: '';
	clear: both;
}
#tinymce .row {
	margin: 0 !important;
}
[class*="column-"] {
	/* Vorhandene Klassen: column-1, -2, -3, -2x3, -4, -2x4, -3x4, -5, -2x5, -3x5, -4x5, -6, -2x6, -3x6, -4x6, -5x6 */
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	-webkit-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

/* Layout Helper Media Queries */
@media screen and (min-width: 961px) {
	.hide-lg {
		display: none;
	}
}
@media screen and (max-width: 960px) {
	.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: 680px) {
	[class*="column-"] {
		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; /* Abstand nach oben/unten */
	--flex-gap-col: 30px; /* Abstand nach links/rechts */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-box-align: stretch;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: -15px;
	margin: calc(-1 * var(--flex-gap-row, 30px) / 2) calc(-1 * var(--flex-gap-col, 30px) / 2);
}
[class*="flex-col-"] {
	/* Vorhandene Klassen: flex-col-1, -2, -3, -2x3, -4, -2x4, -3x4, -5, -2x5, -3x5, -4x5, -6, -2x6, -3x6, -4x6, -5x6 */
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 1;
	min-width: 0;
	padding: 0;
	margin: 15px;
	margin: calc(var(--flex-gap-row, 30px) / 2) calc(var(--flex-gap-col, 30px) / 2);
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-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% - 30px);
	flex-basis: calc(50% - var(--flex-gap-col, 30px));
	width: calc(50% - 30px);
	width: calc(50% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-2, .flex-col-2x4, .flex-col-3x6 {
		flex-basis: calc(49.999% - var(--flex-gap-col, 30px));
		width: calc(49.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-3, .flex-col-2x6 {
	flex-basis: calc(33.333% - 30px);
	flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
	width: calc(33.333% - 30px);
	width: calc(33.333% - var(--flex-gap-col, 30px));
}
.flex-col-2x3, .flex-col-4x6 {
	flex-basis: calc(66.666% - 30px);
	flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
	width: calc(66.666% - 30px);
	width: calc(66.666% - var(--flex-gap-col, 30px));
}
.flex-col-4 {
	flex-basis: calc(25% - 30px);
	flex-basis: calc(25% - var(--flex-gap-col, 30px));
	width: calc(25% - 30px);
	width: calc(25% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-4 {
		flex-basis: calc(24.999% - var(--flex-gap-col, 30px));
		width: calc(24.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-3x4 {
	flex-basis: calc(75% - 30px);
	flex-basis: calc(75% - var(--flex-gap-col, 30px));
	width: calc(75% - 30px);
	width: calc(75% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-3x4 {
		flex-basis: calc(74.999% - var(--flex-gap-col, 30px));
		width: calc(74.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-5 {
	flex-basis: calc(20% - 30px);
	flex-basis: calc(20% - var(--flex-gap-col, 30px));
	width: calc(20% - 30px);
	width: calc(20% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-5 {
		flex-basis: calc(19.999% - var(--flex-gap-col, 30px));
		width: calc(19.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-2x5 {
	flex-basis: calc(40% - 30px);
	flex-basis: calc(40% - var(--flex-gap-col, 30px));
	width: calc(40% - 30px);
	width: calc(40% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-2x5 {
		flex-basis: calc(39.999% - var(--flex-gap-col, 30px));
		width: calc(39.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-3x5 {
	flex-basis: calc(60% - 30px);
	flex-basis: calc(60% - var(--flex-gap-col, 30px));
	width: calc(60% - 30px);
	width: calc(60% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-3x5 {
		flex-basis: calc(59.999% - var(--flex-gap-col, 30px));
		width: calc(59.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-4x5 {
	flex-basis: calc(80% - 30px);
	flex-basis: calc(80% - var(--flex-gap-col, 30px));
	width: calc(80% - 30px);
	width: calc(80% - var(--flex-gap-col, 30px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.flex-col-4x5 {
		flex-basis: calc(79.999% - var(--flex-gap-col, 30px));
		width: calc(79.999% - var(--flex-gap-col, 30px));
	}
}
.flex-col-6 {
	flex-basis: calc(16.666% - 30px);
	flex-basis: calc(16.666% - var(--flex-gap-col, 30px));
	width: calc(16.666% - 30px);
	width: calc(16.666% - var(--flex-gap-col, 30px));
}
.flex-col-5x6 {
	flex-basis: calc(83.333% - 30px);
	flex-basis: calc(83.333% - var(--flex-gap-col, 30px));
	width: calc(83.333% - 30px);
	width: calc(83.333% - var(--flex-gap-col, 30px));
}
@media only screen and (max-width: 960px) {
	.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% - 30px);
		flex-basis: calc(50% - var(--flex-gap-col, 30px));
		width: calc(50% - 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));
		}
	}
	.flex-col-md-3, .flex-col-md-2x6 {
		flex-basis: calc(33.333% - 30px);
		flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
		width: calc(33.333% - 30px);
		width: calc(33.333% - var(--flex-gap-col, 30px));
	}
	.flex-col-md-2x3, .flex-col-md-4x6 {
		flex-basis: calc(66.666% - 30px);
		flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
		width: calc(66.666% - 30px);
		width: calc(66.666% - var(--flex-gap-col, 30px));
	}
	.flex-col-md-4 {
		flex-basis: calc(25% - 30px);
		flex-basis: calc(25% - var(--flex-gap-col, 30px));
		width: calc(25% - 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));
		}
	}
	.flex-col-md-3x4 {
		flex-basis: calc(75% - 30px);
		flex-basis: calc(75% - var(--flex-gap-col, 30px));
		width: calc(75% - 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));
		}
	}
	.flex-col-md-5 {
		flex-basis: calc(20% - 30px);
		flex-basis: calc(20% - var(--flex-gap-col, 30px));
		width: calc(20% - 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));
		}
	}
	.flex-col-md-2x5 {
		flex-basis: calc(40% - 30px);
		flex-basis: calc(40% - var(--flex-gap-col, 30px));
		width: calc(40% - 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));
		}
	}
	.flex-col-md-3x5 {
		flex-basis: calc(60% - 30px);
		flex-basis: calc(60% - var(--flex-gap-col, 30px));
		width: calc(60% - 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));
		}
	}
	.flex-col-md-4x5 {
		flex-basis: calc(80% - 30px);
		flex-basis: calc(80% - var(--flex-gap-col, 30px));
		width: calc(80% - 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));
		}
	}
	.flex-col-md-6 {
		flex-basis: calc(16.666% - 30px);
		flex-basis: calc(16.666% - var(--flex-gap-col, 30px));
		width: calc(16.666% - 30px);
		width: calc(16.666% - var(--flex-gap-col, 30px));
	}
	.flex-col-md-5x6 {
		flex-basis: calc(83.333% - 30px);
		flex-basis: calc(83.333% - var(--flex-gap-col, 30px));
		width: calc(83.333% - 30px);
		width: calc(83.333% - var(--flex-gap-col, 30px));
	}
}
@media only screen and (max-width: 680px) {
	.flex-col-sm-1, [class*="flex-col-"] {
		flex-basis: 100%;
		width: 100%;
	}
	.flex-col-sm-2, .flex-col-sm-2x4 {
		flex-basis: calc(50% - 30px);
		flex-basis: calc(50% - var(--flex-gap-col, 30px));
		width: calc(50% - 30px);
		width: calc(50% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-sm-2, .flex-col-sm-2x4 {
			flex-basis: calc(49.999% - var(--flex-gap-col, 30px));
			width: calc(49.999% - var(--flex-gap-col, 30px));
		}
	}
	.flex-col-sm-3 {
		flex-basis: calc(33.333% - 30px);
		flex-basis: calc(33.333% - var(--flex-gap-col, 30px));
		width: calc(33.333% - 30px);
		width: calc(33.333% - var(--flex-gap-col, 30px));
	}
	.flex-col-sm-2x3 {
		flex-basis: calc(66.666% - 30px);
		flex-basis: calc(66.666% - var(--flex-gap-col, 30px));
		width: calc(66.666% - 30px);
		width: calc(66.666% - var(--flex-gap-col, 30px));
	}
	.flex-col-sm-4 {
		flex-basis: calc(25% - 30px);
		flex-basis: calc(25% - var(--flex-gap-col, 30px));
		width: calc(25% - 30px);
		width: calc(25% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-sm-4 {
			flex-basis: calc(24.999% - var(--flex-gap-col, 30px));
			width: calc(24.999% - var(--flex-gap-col, 30px));
		}
	}
	.flex-col-sm-3x4 {
		flex-basis: calc(75% - 30px);
		flex-basis: calc(75% - var(--flex-gap-col, 30px));
		width: calc(75% - 30px);
		width: calc(75% - var(--flex-gap-col, 30px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.flex-col-sm-3x4 {
			flex-basis: calc(74.999% - var(--flex-gap-col, 30px));
			width: calc(74.999% - var(--flex-gap-col, 30px));
		}
	}
}

/* BITV: Screenreader */
.sr-only {
	position: absolute;
	left: -5000px;
	top: auto;
	overflow: hidden;
	height: auto; /* noetig fuer versteckte Bilder, weil Klasse auch bei Font Awesome in Verwendung */
}
.sr-links {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	left: -5000px;
}
.sr-links a {
	display: inline-block;
	position: absolute;
	padding: 0.5em 1em;
	background: #000;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	border-radius: 0.25em;
}
.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 {
	position: relative;
	z-index: 9999;
	border-radius: 0.125rem;
	box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 5px #757575 !important;
	transition: all 0s !important;
}
#nav .tab-focus {
	z-index: 79;
}
.photoswipe-gallery.tab-focus {
	z-index: 1500;
}
.pswp__button.tab-focus {
    outline: none !important;
    border-radius: 0.25rem; /* doppelter Radius, weil hier kein doppelter Schatten verwendet wird */
    box-shadow: 0px 0px 0px 3px #fff !important;
}
.mediathek .result-list .list-img {
	overflow: visible;
}
.abc-list li a, .image-gallery li a {
	display: block;
	position: relative;
}
.site-header .titelbild-slider {
	overflow: visible;
}