@import url("https://fonts.verwaltungsportal.de/import/?family=Rubik:300,300i,500,500i,800,800i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #f3faff;
	scroll-behavior: smooth;
}

body {
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	color: #444444;
	background: #fff;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	body {
		font-size: 1.125rem;
	}
}

a {
	color: #bf4055;
}

a:hover,
a:focus {
	color: #bf4055;
	text-decoration: underline;
}

:is(main, footer, #headerpic) a,
b,
strong {
	font-weight: 500;
}

:is(#content-area, #headerpic, #topics, footer .tab) a {
	text-decoration: underline;
}

.index #portal-breadcrumb {
	display: none;
}

#headerpic>.row, #menu>.row, header .bf-controls>.row {
   max-width: 1440px;
   width: 100%;
}


/* #region ------------------------------------ bf controls ------------------------------------- */

.bf-controls {
	color: #444444;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.bf-controls {
		background: #dddddd;
		padding: 7px 15px;
	}
}

@media (min-width: 992px) {
	.bf-controls-bg {
		background: #dddddd;
		padding: 7px 0 7px 0;
	}
}

/* contrast + font-size */

#contrast_style {
	padding-right: 15px;
}

#style {
	padding-left: 15px;
	padding-right: 32px;
	position: relative;
}

:is(#contrast_style, #style) button {
	color: #444444;
	font-weight: 500;
	width: 24px;
	height: 24px;
	display: inline-block;
	border: none;
	padding: 0;
}

:is(#contrast_style, #style) button + button {
	margin-left: 4px;
}

#contrast_style button {
	font-size: 0;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

#contrast_style button:hover,
#contrast_style button:focus {
	background: #7cc145;
}

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 1px solid #000;
}

#contrast_style button:nth-of-type(1)::after {
	background: linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, #444444 51%);
}

#contrast_style button:nth-of-type(2)::after {
	background: linear-gradient(-45deg, #444444 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1));
}

#contrast_style button:nth-of-type(3)::after {
	background-color: #ffcc00;
	filter: none !important;
}

#style button {
	background: transparent;
	font-size: 16px;
}

#style button:hover,
#style button:focus {
	text-decoration: underline;
}

/* #endregion --------------------------------- bf controls ------------------------------------- */

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
	display: inline-block;
}

@media (max-width: 991px) {
	#logo {
		padding-top: 20px;
	}
}

#logo img {
	display: block;
}

@media (max-width: 991px) {
	#logo img {
		max-width: 95px;
		width: 100%;
	}
}

#logo .row {
	margin-left: -15px;
	margin-right: -15px;
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: static !important;
	}

	#burgerButton {
		font-size: 0;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background: #fff;
		border: none !important;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButtonInner2,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #0d5a95;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		-webkit-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-moz-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-ms-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-o-transition:
			transform 200ms linear,
			opacity 200ms linear;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		-webkit-transform: rotate(-45deg) translate(-6px, 6px);
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner2 {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		-webkit-transform: rotate(45deg) translate(-4px, -6px);
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButtonInner2 {
		top: 24px;
	}

	#burgerButton:after {
		top: 32px;
		content: "";
		display: block;
	}

	.navbar-nav {
		padding: 20px 10px;
	}

	.navbar-collapse {
		top: 0;
		background: #fff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition:
			left 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			left 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			left 300ms linear,
			opacity 300ms linear;
		-o-transition:
			left 300ms linear,
			opacity 300ms linear;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse[aria-expanded="true"],
	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
	}

	.navbar-toggle::before {
		content: "";
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 0;
		z-index: -1;
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition:
			width 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			width 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			width 300ms linear,
			opacity 300ms linear;
		-o-transition:
			width 300ms linear,
			opacity 300ms linear;
		transition:
			width 300ms linear,
			opacity 300ms linear;
	}

	.navbar-toggle[aria-expanded="true"]::before {
		opacity: 1;
		width: 90px;
	}

	.dropdown-toggle-button-wrapper {
		top: 7px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 3px;
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after,
	.navbar-toggle[aria-expanded="true"]::before {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		left: auto !important;
		position: relative;
		z-index: 60;
		background: rgba(255, 255, 255, 0);
		transition:
			position 200ms ease-in-out,
			background 200ms ease-in-out,
			box-shadow 200ms ease-in-out;
	}

	#menu > .row {
		position: relative;
	}

	#menu > .row::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 18%;
		bottom: 0;
		left: 19%;
		background: #fff;
		box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
		transition: display 200ms ease-in-out;
	}

	#menu > .row > div {
		-webkit-transition: max-width 0.3s 0s ease;
		-moz-transition: max-width 0.3s 0s ease;
		-o-transition: max-width 0.3s 0s ease;
		transition: max-width 0.3s 0s ease;
	}

	.is-sticky #menu {
		background: #fff;
		box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
		transition:
			position 200ms ease-in-out,
			background 200ms ease-in-out,
			box-shadow 200ms ease-in-out;
	}

	.is-sticky #menu > .row::after {
		display: none;
		transition: display 200ms ease-in-out;
	}

	.is-sticky #menu > .row > div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#logo {
		top: -38px;
		position: absolute;
	}

	.logo1 {
		display: inline-block;
		transition: display 200ms ease-in-out;
	}

	.is-sticky .logo1 {
		display: none !important;
		transition: display 200ms ease-in-out;
	}

	#logoSticky {
		display: none;
		opacity: 0;
		position: absolute;
		left: 1vw;
		align-content: center;
		align-items: center;
		top: 0;
		bottom: 0;
		margin: auto;
		transition:
			opacity 200ms ease-in-out,
			display 200ms ease-in-out;
	}

	nav.horizontally #myNavbar {
		background-color: #fff;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	nav.horizontally .navbar-nav {
		width: 100%;
		position: relative;
		padding: 20px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		flex-wrap: wrap;
	}

	.navbar-default .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
		display: block !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"] > ul {
		position: absolute;
		top: calc(100% + 20px);
		left: 0;
		z-index: 1000;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	.navbar-default :is(.open > .dropdown-menu, .navbar-nav li[class*="toplevel"]:hover > ul) {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default li[class*="toplevel"].open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul {
		z-index: 1003;
	}
}

@media (min-width: 1351px) {
	.is-sticky #logoSticky {
		opacity: 1;
		display: flex;
		transition:
			opacity 200ms ease-in-out,
			display 200ms ease-in-out;
	}

	#logo2 {
		display: inline-block;
		max-width: 55px;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default li[class*="toplevel"] > a {
	color: #444444;
	font-weight: 500;
	text-align: left;
	padding: 12px 15px;
	position: relative;
	font-size: 0.9375rem;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-transition:
		color 300ms linear,
		border 300ms linear;
	-moz-transition:
		color 300ms linear,
		border 300ms linear;
	-ms-transition:
		color 300ms linear,
		border 300ms linear;
	-o-transition:
		color 300ms linear,
		border 300ms linear;
	transition:
		color 300ms linear,
		border 300ms linear;
	hyphens: auto;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] + li {
		margin-top: 4px;
	}

	nav.horizontally li[class*="toplevel"] > a.dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"] + li {
		margin-left: 1px;
	}

	.navbar-default li[class*="toplevel"] > a {
		padding: 11px 8px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.navbar-default li[class*="toplevel"] > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default li[class*="toplevel"] > a {
		display: block;
	}
}

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"] > a.dropdown-toggle::before,
	.navbar-default li[class*="toplevel"] > a.dropdown-toggle::after {
		content: "";
		display: block;
		position: absolute;
	}

	.navbar-default li[class*="toplevel"] > a.dropdown-toggle::before {
		width: 7px;
		height: 7px;
		left: calc(50% - 3px);
		bottom: -5px;
		background: #fff;
		border-bottom: 1px solid #444444;
		border-right: 1px solid #444444;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default li[class*="toplevel"]:hover > a,
.navbar-default li[class*="toplevel"] > a:hover,
.navbar-default li[class*="toplevel"] > a:focus,
.navbar-default li[class*="toplevel"].open > a,
.navbar-default li[class*="toplevel"].open > a:hover,
.navbar-default li[class*="toplevel"].open > a:focus,
.navbar-default li[class*="toplevel"][class*="_over"] > a,
.navbar-default li[class*="toplevel"][class*="_over"] > a:hover,
.navbar-default li[class*="toplevel"][class*="_over"] > a:focus {
	color: #0d5a95;
	border-color: #444444;
}

.navbar-default li[class*="toplevel"]:focus-within > a {
	color: #0d5a95;
	border-color: #444444;
}

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"]:hover > a.dropdown-toggle::after,
	.navbar-default li[class*="toplevel"] > a.dropdown-toggle:hover::after,
	.navbar-default li[class*="toplevel"] > a.dropdown-toggle:focus::after,
	.navbar-default li[class*="toplevel"].open > a.dropdown-toggle::after,
	.navbar-default li[class*="toplevel"].open > a.dropdown-toggle:hover::after,
	.navbar-default li[class*="toplevel"].open > a.dropdown-toggle:focus::after {
		opacity: 1;
	}

	.navbar-default li[class*="toplevel"]:focus-within > a.dropdown-toggle::after {
		opacity: 1;
	}
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default li[class*="toplevel"] > .dropdown-menu {
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 4px solid #0d5a95;
}

@media (max-width: 991px) {
	.navbar-default li[class*="toplevel"] > .dropdown-menu {
		margin-top: 10px;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	nav.horizontally .dropdown-menu {
		min-width: 200px;
	}

	.navbar-default li[class*="toplevel"] > .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.9);
		column-count: 3;
		column-gap: 0;
		column-rule: 1px solid rgba(0, 0, 0, 0.3);
		padding: 40px 20px;
		left: 0;
		right: 0;
		border-bottom-width: 8px;
		box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.12);
	}

	.navbar-default li[class*="toplevel"] > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		height: 45px;
		left: 0;
		right: 0;
		top: -45px;
	}

	.navbar-default li[class*="secondlevel"] {
		padding-left: 30px;
		padding-right: 30px;
		display: table;
		width: 100%;
		margin-bottom: 2px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default :is(li[class*="secondlevel"] > a, li[class*="thirdlevel"] > a) {
	color: #444444;
	text-align: left;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}

.navbar-default li[class*="secondlevel"] > a {
	font-weight: 500;
	padding: 8px 20px;
	margin-bottom: 2px;
}

.navbar-default li[class*="thirdlevel"] > a {
	font-weight: 300;
	padding: 6px 0 6px 45px;
}

.navbar-default li[class*="thirdlevel"] > a::before {
	content: "";
	display: block;
	border-radius: 50%;
	background: #444444;
	height: 6px;
	width: 6px;
	position: absolute;
	left: 30px;
	top: 13px;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="secondlevel"] > a.dropdown-toggle2 {
		padding-right: 35px;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-default li[class*="secondlevel"]:hover > a,
.navbar-default li[class*="secondlevel"] > a:hover,
.navbar-default li[class*="secondlevel"] > a:focus,
.navbar-default li[class*="secondlevel"].open > a,
.navbar-default li[class*="secondlevel"].open > a:hover,
.navbar-default li[class*="secondlevel"].open > a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"] > a,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:focus {
	background: #0d5a95;
	color: #fff;
}

.navbar-default li[class*="secondlevel"]:focus-within > a {
	background: #0d5a95;
	color: #fff;
}

.navbar-default li[class*="thirdlevel"] > a:hover::before,
.navbar-default li[class*="thirdlevel"] > a:focus::before,
.navbar-default li[class*="thirdlevel"].open > a::before,
.navbar-default li[class*="thirdlevel"].open > a:hover::before,
.navbar-default li[class*="thirdlevel"].open > a:focus::before,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a::before,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:hover::before,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:focus::before {
	opacity: 1;
}

.navbar-default li[class*="thirdlevel"]:focus-within > a::before {
	opacity: 1;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

header {
	position: relative;
	padding-top: 60px;
	z-index: 101;
}

@media (max-width: 991px) {
	header {
		padding-top: 10px;
	}
}

header::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
}

header::after {
	right: 0;
	bottom: 0;
	left: calc(50% + 73px);
	background: #f2f2f2;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 500px;
}

.index header::after {
	bottom: 165px;
}

@media (max-width: 767px) {
	header::after {
		opacity: 0.2;
	}
}

header::before {
	content: "";
	pointer-events: none;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: inline-block;
	z-index: 12;
	background: repeating-linear-gradient(to right, #7cc145 0%, #7cc145 6.25%, #ffcc00 6.25%, #ffcc00 12.5%, #ff7200 12.5%, #ff7200 18.75%, #43b5e9 18.75%, #43b5e9 25%);
}

@media (min-width: 992px) {
	header::after {
		left: calc(50% - 160px);
	}

	header {
		padding-bottom: 10px;
	}
}

#headerpic {
	overflow: hidden;
	padding-top: clamp(30px, 10vw, 110px);
}

@media (max-width: 991px) {
	#headerpic {
		padding-top: 30px !important;
	}
}

/* header text */

#header-text {
	padding-bottom: clamp(30px, 5vw, 45px);
	hyphens: auto;
}

@media (min-width: 576px) {
	#header-tab > .template-page {
		max-width: 436px;
	}
}

@media (min-width: 992px) {
	#header-text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	body:not(.index) #header-text {
		margin-top: 40px;
	}
}

#header-tab h2 {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	margin-bottom: clamp(20px, 4vw, 40px);
	line-height: 1.55;
	text-transform: uppercase;
}

#header-tab b,
#header-tab strong {
	color: #333333;
}

@media (min-width: 768px) {
	#header-tab b,
	#header-tab strong {
		font-size: 1.3125rem;
	}
}

@media (min-width: 992px) {
	#header-tab {
		width: calc(100% + 140px);
	}

	#header-tab h2 {
		hyphens: none;
	}

	html[style*="font-size: 110%"] #header-tab,
	html[style*="font-size: 120%"] #header-tab,
	html[style*="font-size: 130%"] #header-tab,
	html[style*="font-size: 140%"] #header-tab,
	html[style*="font-size: 150%"] #header-tab,
	html[style*="font-size: 160%"] #header-tab,
	html[style*="font-size: 170%"] #header-tab,
	html[style*="font-size: 180%"] #header-tab,
	html[style*="font-size: 190%"] #header-tab,
	html[style*="font-size: 200%"] #header-tab {
		width: 100%;
	}

	html[style*="font-size: 110%"] #header-tab h2,
	html[style*="font-size: 120%"] #header-tab h2,
	html[style*="font-size: 130%"] #header-tab h2,
	html[style*="font-size: 140%"] #header-tab h2,
	html[style*="font-size: 150%"] #header-tab h2,
	html[style*="font-size: 160%"] #header-tab h2,
	html[style*="font-size: 170%"] #header-tab h2,
	html[style*="font-size: 180%"] #header-tab h2,
	html[style*="font-size: 190%"] #header-tab h2,
	html[style*="font-size: 200%"] #header-tab h2 {
		hyphens: auto;
	}
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* #region -------------------------------------- BannerBox ---------------------------------------- */

#bannerBox {
	max-width: 450px;
	display: block;
	margin: auto;
}

/* #endregion ------------------------------------ BannerBox --------------------------------------- */

/* ----------------------------------------------- content -------------------------------------- */

#content-area {
	text-align: left;
	padding-top: clamp(30px, 10vw, 55px);
	padding-bottom: clamp(30px, 10vw, 105px);
}

.index #content-area {
	padding: 0;
}

.index #aboveContent,
.index #content_footer {
	margin: 0;
}

/* #region --------------------------------------- topics --------------------------------------- */

#topics {
	position: relative;
	z-index: 1;
	padding: clamp(30px, 10vw, 85px) 0 clamp(30px, 10vw, 125px) 0;
	margin-top: 30px;
	font-size: 1rem;
	overflow: hidden;
}

#topics :is(a) {
	font-size: 1.125rem;
}

@media screen {
	#topics::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
	}

	#topics::after {
		right: calc(50% - 90px);
		bottom: 125px;
		left: 0;
		background: #cfdeea;
		border-top-right-radius: 500px;
		max-height: 671px;
	}

	@media (max-width: 1199px) {
		#topics::after {
			left: 0;
			background: #cfdeea;
			border-top-right-radius: 150px;
			max-height: 100%;
			right: 0;
			opacity: 0.5;
			bottom: 0;
		}
	}

	#topics > .row::before {
		content: "";
		position: absolute;
		pointer-events: none;
		left: -19vw;
		bottom: -25px;
		width: 374px;
		height: 862px;
		background-position: left center;
		background-repeat: no-repeat;
	}
}

.topic-tabs :is(h2, h3) {
	font-size: clamp(1.0625rem, 4vw, 1.25rem);
	margin-bottom: clamp(15px, 4vw, 22px);
}

@media (min-width: 992px) {
	.topic-tab-1 {
		margin-top: 0;
	}
}

.topic-tabs .row {
	display: flex;
}

@media (min-width: 992px) {
	.topic-tabs .template-page > .row > *:first-child {
		flex: 0 0 33%;
		max-width: 33%;
	}

	.topic-tabs .template-page > .row > *:last-child {
		flex: 0 0 67%;
		max-width: 67%;
	}
}

.topic-tabs .row + .row {
	padding-top: clamp(20px, 4vw, 55px);
}

@media (max-width: 767px) {
	.topic-tabs .row > * + * {
		padding-top: clamp(20px, 4vw, 55px);
	}
}

.topic-tabs img {
	display: block;
	border-radius: 200px 200px 0 200px;
	width: 100%;
	object-fit: scale-down;
	height: 170px;
	width: 170px;
	background-color: #fff;
	box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.15);
}

/* #endregion ------------------------------------ topics --------------------------------------- */

/* #region --------------------------------------- breaker --------------------------------------- */

#breaker {
	position: relative;
	background-color: #dddddd;
	padding: clamp(30px, 10vw, 95px) 0 clamp(30px, 10vw, 80px) 0;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 767px) {
	#breaker > .row > * + * {
		margin-top: 30px;
	}
}

#breaker::before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgba(13, 90, 149, 1) 30%, rgba(93, 144, 184, 1) 60%, rgba(221, 221, 221, 0) 100%);
}

#breaker::after {
	content: "";
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	width: 720px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: cover;
}

#breaker .tab {
	background-color: #fff;
	border-top-right-radius: 150px;
	padding: clamp(40px, 8vw, 80px) clamp(30px, 8vw, 80px) clamp(30px, 6vw, 60px) clamp(30px, 8vw, 80px);
	z-index: 3;
	position: relative;
}

@media (max-width: 767px) {
	#breaker .tab {
		border-top-right-radius: 110px;
	}
}

#breaker .tab .tabHeadline {
	text-transform: uppercase;
	color: #444444;
	font-size: clamp(1.5rem, 4vw, 2.125rem);
}

#breaker .tab a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #0d5a95;
	color: #0d5a95;
	padding: 10px 35px;
}

#breaker .tab a:hover,
#breaker .tab a:focus {
	background-color: #0d5a95;
	color: #fff;
}

/* #endregion ------------------------------------ breaker --------------------------------------- */

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.headline-border,
.tab-headline h2 {
	padding-left: 20px;
	position: relative;
}

@media (min-width: 992px) {
	.headline-border,
	.tab-headline h2 {
		padding-left: 30px;
	}
}

.headline-border::before,
.tab-headline h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	bottom: clamp(7px, 1vw, 11px);
	left: 0;
	width: 8px;
	background: #0d5a95;
}

.tab-headline h2::before {
	top: clamp(7px, 1vw, 11px);
}

#header-tab h2::before {
	top: clamp(5px, 1vw, 13px);
	bottom: clamp(5px, 1vw, 13px);
}

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #444444;
	font-weight: 800;
	line-height: 1.2;
	font-family: "Rubik", sans-serif;
	margin-bottom: 15px;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 4vw, 3.125rem);
	margin-bottom: clamp(20px, 4vw, 30px);
}

.tab-headline h2 {
	margin-bottom: clamp(20px, 4vw, 55px);
	font-size: clamp(1.875rem, 4vw, 3.75rem);
	text-transform: uppercase;
}

:is(h1, .h1, h2, .h2) :is(i, em) {
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	display: block;
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 4vw, 2.625rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.625rem, 4vw, 2.25rem);
}

h4,
.h4,
.legacy_h4 {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.375rem, 4vw, 1.625rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.25rem, 4vw, 1.375rem);
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- footer --------------------------------------- */

footer {
	background: #fff;
	padding: clamp(30px, 10vw, 50px) 0;
	position: relative;
	font-size: 1rem;
}

footer::before,
footer::after {
	content: "";
	pointer-events: none;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: inline-block;
	z-index: 12;
	background: repeating-linear-gradient(to right, #7cc145 0%, #7cc145 6.25%, #ffcc00 6.25%, #ffcc00 12.5%, #ff7200 12.5%, #ff7200 18.75%, #43b5e9 18.75%, #43b5e9 25%);
	background: -o-repeating-linear-gradient(to right, #7cc145 0%, #7cc145 6.25%, #ffcc00 6.25%, #ffcc00 12.5%, #ff7200 12.5%, #ff7200 18.75%, #43b5e9 18.75%, #43b5e9 25%);
	background: -moz-repeating-linear-gradient(to right, #7cc145 0%, #7cc145 6.25%, #ffcc00 6.25%, #ffcc00 12.5%, #ff7200 12.5%, #ff7200 18.75%, #43b5e9 18.75%, #43b5e9 25%);
	background: -webkit-repeating-linear-gradient(to right, #7cc145 0%, #7cc145 6.25%, #ffcc00 6.25%, #ffcc00 12.5%, #ff7200 12.5%, #ff7200 18.75%, #43b5e9 18.75%, #43b5e9 25%);
}

footer::after {
	top: unset;
	bottom: 0;
}

@media (max-width: 991px) {
	footer > .row > * + * {
		margin-top: 30px;
	}
}

footer .tabHeadline {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: block;
}

#innerfooter ul a {
	color: #666666;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9375rem;
}

#innerfooter ul a:hover,
#innerfooter ul a:focus {
	color: #bf4055;
}

@media (min-width: 576px) {
	#innerfooter li + li::before {
		content: "•";
		margin: 0 15px;
		color: #666666;
	}

	#innerfooter li {
		display: inline-block;
	}
}

/* #endregion ------------------------------------ footer --------------------------------------- */

/* #region -------------------------------------- contrast -------------------------------------- */

.contrast_dark #logo2 img,
.contrast_dark #logo img,
.contrast_dark #contrast_style button,
.contrast_light .tab_link_entry,
.contrast_light .tab_link_entry :is(.tab_date, .tab_link_date) {
	background: #fff !important;
}

.contrast_light .navbar-default .navbar-nav li[class*="toplevel"] > ul > li:is(:first-child, :last-child),
.contrast_dark .navbar-default .navbar-nav li[class*="toplevel"] > ul > li:is(:first-child, :last-child),
.contrast_dark #news .tab-image::after,
.contrast_light #news .tab-image::after,
.contrast_dark #events .tab-image::after,
.contrast_light #events .tab-image::after,
:is(.contrast_dark, .contrast_light) :is(#news, #events) .tab_link_entry .tab_link_title a::before {
	display: none !important;
}

.contrast_light #search :is(label, input) {
	color: #fff !important;
}

/* #endregion ----------------------------------- contrast -------------------------------------- */
