@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Outfit', sans-serif;
	font-weight: 200;
	font-size: 22px;
	line-height: 125%;
	color: #3a4354;
	background-color: #082b4f;
	margin-top: 233px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

figure {
	margin: 0;
}

b,
strong {
	font-weight: 500 !important;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.ce-bodytext a:not(.btn),
.ce-textpic a:not(.btn) {
	color: #2361c0;
}

.ce-bodytext a:not(.btn):hover,
.ce-bodytext a:not(.btn):focus,
.ce-bodytext a:not(.btn):active,
.ce-textpic a:not(.btn):hover,
.ce-textpic a:not(.btn):focus,
.ce-textpic a:not(.btn):active {
	color: #ca2a83;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 25px;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol li::marker,
ul li::marker {
	color: #013668;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

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

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #082b4f;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

h1 {
	font-weight: 500;
	font-size: 80px;
	line-height: 105%;
}

h2 {
	font-weight: 500;
	font-size: 60px;
	line-height: normal;
	color: #2361c0;
}

h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
}

h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #082b4f;
}

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
}

h6 {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
}

/* Tabing Selected Element Css Start */
/* Fokus-Ring nur bei Tastaturbedienung (:focus-visible), nicht bei Mausklick */
a:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

a.btn:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

button:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

.swiper-button-prev:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

.swiper-button-next:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

.swiper-pagination-bullet:focus-visible {
	outline: 5px auto #2361c0 !important;
	outline-offset: 1px !important;
}

/* Bootstrap-Fokus-Ringe (box-shadow) ebenfalls nur bei Tastaturbedienung */
.accordion-button:focus:not(:focus-visible),
.navbar-toggler:focus:not(:focus-visible),
.btn-close:focus:not(:focus-visible),
.page-link:focus:not(:focus-visible) {
	box-shadow: none;
}

/* Tabing Selected Element Css End */

/* Button Css Start */

.btn {
	color: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding: 12px 29px;
	border: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.blue-btn {
	color: #ffffff;
	background-color: #2361c0;
}

.blue-btn:hover {
	color: #ffffff;
	background-color: #082b4f;
}

.pink-btn {
	color: #ffffff;
	background-color: #ca2a83;
}

.pink-btn:hover {
	color: #ca2a83;
	background-color: #ffffff;
}

.btn svg {
	margin-right: 15px;
}

.btn:focus-visible,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: inherit;
	color: #2361c0;
}

/* Button Css End */

/* Common Css Start */

.section-title {
	color: #2361c0;
	font-size: 60px;
	font-weight: 500;
	line-height: normal;
}

.section-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.block-title {
	color: #082b4f;
	font-size: 32px;
	font-weight: 500;
	line-height: 100%;
}

.block-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.content {
	background-color: #ffffff;
}

.skip-link {
	position: fixed;
	top: 4px;
	left: 0;
	font-size: 16px;
	padding: 8px 12px;
	border-width: 17px;
	font-weight: 200;
	line-height: 100%;
	border: 1px solid #3a4354;
	background-color: #ffffff;
	color: #082b4f;
	z-index: 9999;
	text-transform: uppercase;
	border-radius: 0 17px 17px 0;
	-webkit-border-radius: 0 17px 17px 0;
	-moz-border-radius: 0 17px 17px 0;
	-ms-border-radius: 0 17px 17px 0;
	-o-border-radius: 0 17px 17px 0;
	transition: transform .4s, color .4s;
	-webkit-transition: transform .4s, color .4s;
	-moz-transition: transform .4s, color .4s;
	-ms-transition: transform .4s, color .4s;
	-o-transition: transform .4s, color .4s;
	transform: translateX(-110%);
	-webkit-transform: translateX(-110%);
	-moz-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	-o-transform: translateX(-110%);
}

.skip-link:focus,
.skip-link:focus-visible {
	color: #082b4f;
	outline: 0 !important;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.skip-link:hover {
	color: #ffffff;
	background-color: #082b4f;
}

.skip-link span {
	display: inline-block;
	position: relative;
	z-index: 1;
}


@media (max-width: 1599px) {

	h1 {
		font-size: 72px;
	}

}

@media (min-width: 1400px) {
	.container {
		max-width: 1337px;
	}
}

@media (max-width: 1399px) {

	h1 {
		font-size: 65px;
	}

	body {
		margin-top: 170px;
	}

	.section-title {
		font-size: 56px;
	}

	.block-title {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {

	h1 {
		font-size: 58px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 30px;
	}

	body {
		font-size: 20px;
		margin-top: 150px;
	}

	.btn {
		font-size: 18px;
		padding: 10px 20px;
	}

	.btn svg {
		margin-right: 8px;
	}

	.section-title {
		font-size: 50px;
	}

	.block-title {
		font-size: 26px;
	}

	.skip-link {
		top: 0;
		font-size: 14px;
		padding: 8px 10px;
	}
}

@media (max-width: 991px) {

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 28px;
	}

	body {
		font-size: 18px;
		margin-top: 128px;
	}

	.section-title {
		font-size: 42px;
	}

	.block-title {
		font-size: 28px;
	}
}


@media (max-width: 767px) {

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 25px;
	}

	.section-title {
		font-size: 38px;
	}

	.block-title {
		font-size: 25px;
	}
}

/* Common Css End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #082b4f;
	z-index: 99;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.header.h-stick {
	background-color: rgb(8, 43, 79, 0.8);
	backdrop-filter: blur(3px);
}

.header .header-top {
	padding: 6px 0;
	background: linear-gradient(90deg, rgba(35, 97, 192, 1) 0%, rgba(217, 0, 123, 1) 100%);
}

.header-top .header-link ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 45px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-top .header-link ul li a {
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
}

.header-top .header-link ul li a:hover {
	color: #013668;
}

.header .navbar-expand-lg {
	padding: 0;
	justify-content: space-between;
}

.header .navbar-brand {
	width: 100%;
	max-width: 232px;
	height: auto;
	margin: -25px 0;
}

.header.h-stick .navbar-brand {
	max-width: 130px;
}

.header .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	line-height: normal;
	padding: 30px 0;
	margin-right: 38px;
	position: relative;
}

.header .navbar-nav .nav-link::before {
	position: absolute;
	content: "";
	bottom: 20px;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background-color: #2361c0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.header .navbar-nav .nav-item.dropdown:hover .nav-link::before,
.header .navbar-nav .nav-link.show::before,
.header .navbar-nav .nav-link:hover::before {
	width: 100%;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
	align-items: baseline;
}

.header .dropdown .dropdown-toggle::after {
	display: none;
}

.header .nav-item.dropdown .dropdown-menu {
	filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.15));
	background-color: #ffffff;
	padding: 22px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.header .nav-item.dropdown .dropdown-menu .dropdown .dropdown-menu {
	top: 0;
	left: 100%;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
	font-size: 20px;
	font-weight: 200;
	font-family: "Outfit";
	color: #082b4f;
	padding: 0;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item.active,
.header .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	color: #ca2a83;
	background-color: transparent;
}

.header .nav-item.dropdown .dropdown.sub-dropdown.active-sub .dropdown-toggle {
	color: #ca2a83;
}

.header .nav-item.dropdown .dropdown-menu li:not(:last-child) {
	margin-bottom: 8px;
}

.header .navbar-nav .nav-link .menu-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 18px;
	display: none;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .navbar .navbar-toggler {
	position: relative;
	right: 0;
	top: 0;
	width: 30px;
	height: 22px;
	padding: 0;
	box-shadow: none !important;
	border: none;
	z-index: 99999;
}

.header .navbar .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header .navbar .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.header .navbar .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header .navbar .navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.header .navbar .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .dropstart .dropdown-toggle::before {
	display: none;
}

@media (max-width:1399px) {

	/* header css start */
	.header .navbar-brand {
		max-width: 140px;
	}

	.header.h-stick .navbar-brand {
		max-width: 100px;
	}

	.header .navbar-nav .nav-link {
		margin-right: 25px;
	}

	/* header css end */
}

@media (max-width:1199px) {

	/* header css start */
	.header .header-top {
		padding: 4px 0;
	}

	.header .navbar-brand {
		max-width: 95px;
		margin: -12px 0;
	}

	.header.h-stick .navbar-brand {
		max-width: 80px;
	}

	.header .navbar-nav .nav-link {
		font-size: 18px;
		margin-right: 20px;
		padding: 20px 0;
	}

	/* header css end */
}

@media (min-width: 992px) {

	.header .navbar .dropdown:hover>.dropdown-menu,
	.header .navbar .dropend:hover>.dropdown-menu,
	.header .navbar .dropstart:hover>.dropdown-menu {
		display: inline-block !important;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width:991px) {

	/* header css start */
	.header .navbar-brand {
		max-width: 110px;
		margin: -8px 0;
	}

	.header.h-stick .navbar-brand {
		max-width: 90px;
	}

	.header:before {
		position: fixed;
		content: "";
		left: 100%;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		background: rgba(8, 43, 79, 0.7);
		z-index: 9999;
		opacity: 0;
		transition: all .3s ease-in .6s;
		-webkit-transition: all .3s ease-in .6s;
		-moz-transition: all .3s ease-in .6s;
		-ms-transition: all .3s ease-in .6s;
		-o-transition: all .3s ease-in .6s;
	}

	html.nav-menu-open .header:before {
		left: 0;
		opacity: 1;
		visibility: visible;
		transition: all .8s ease-out 0s;
		-webkit-transition: all .8s ease-out 0s;
		-moz-transition: all .8s ease-out 0s;
		-ms-transition: all .8s ease-out 0s;
		-o-transition: all .8s ease-out 0s;
	}

	.header .container {
		max-width: 100%;
	}

	.header .navbar .navbar-collapse {
		position: fixed;
		display: block;
		right: 0;
		top: 0;
		bottom: 0;
		max-width: 375px;
		width: 100%;
		height: 100vh;
		word-wrap: break-word;
		overflow: auto;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		background: #082b4f;
		padding: 0 15px 50px;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-webkit-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-moz-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-ms-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-o-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
	}

	.header .navbar .navbar-collapse.show {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.header .navbar .navbar-collapse:before {
		position: sticky;
		content: "";
		display: block;
		right: 0;
		top: 0;
		max-width: 375px;
		width: 100%;
		height: 160px;
		background: #082b4f;
		z-index: 99999;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-webkit-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-moz-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-ms-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
		-o-transition: all .3s cubic-bezier(.9, .03, 0, .96) .4s;
	}

	.header .navbar .navbar-collapse.show:before {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.header .navbar .navbar-nav .nav-item .nav-link {
		padding: 0;
		margin-right: 0;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .navbar .navbar-nav .dropdown>a:after {
		display: inline-block;
		vertical-align: middle;
		border: none;
		content: "\f078";
		font-family: 'FontAwesome6FreeSolid900';
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.header .navbar .navbar-nav .dropdown>a.show:after {
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
	}

	.header .navbar-nav .nav-link::before {
		bottom: -5px;
		right: inherit;
	}

	.header .navbar-nav .nav-item.dropdown:hover .nav-link::before,
	.header .navbar-nav .nav-link.show::before,
	.header .navbar .navbar-nav .nav-item .nav-link:hover:before {
		width: 54px;
	}

	.header .navbar .navbar-nav .dropdown .dropdown-menu li>a {
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header .nav-item.dropdown .dropdown-menu {
		margin-bottom: 30px;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}

	.header .nav-item.dropdown .dropdown-menu .dropdown.sub-dropdown .dropdown-menu {
		filter: none;
		-webkit-filter: none;
		margin: 0;
		padding: 15px;
	}

	/* header css end */
}

@media (max-width: 767px) {

	/* header css start */
	.header-top .header-link ul {
		justify-content: center;
		gap: 25px;
	}

	.header-top .header-link ul li a span {
		display: none;
	}

	/* header css end */
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Banner Add Start ==========*/

.banner {
	padding: 80px 0 130px;
	background-color: #082b4f;
	position: relative;
	z-index: 1;
}

.banner::after {
	position: absolute;
	content: "";
	bottom: 38px;
	right: 0;
	width: 100%;
	max-width: 652px;
	height: 770px;
	background-image: url(../images/banner-bg.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.banner .banner-main .row {
	align-items: center;
}

.banner .banner-video {
	width: 100%;
	max-width: 595px;
	height: 600px;
	overflow: hidden;
}

.banner .banner-video * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	-ms-border-radius: 27px;
	-o-border-radius: 27px;
}

.banner .banner-content {
	width: 100%;
	max-width: 634px;
}

.banner .banner-content .headline * {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.banner .banner-content .main-title * {
	color: #ffffff;
	margin-bottom: 45px;
}

.banner .banner-content .disc * {
	color: #ffffff;
}


@media (max-width: 1599px) {

	/* banner css start */
	.banner::after {
		max-width: 480px;
		height: 580px;
	}

	/* banner css end */
}

@media (max-width: 1199px) {

	/* banner css start */
	.banner .banner-content .main-title * {
		margin-bottom: 25px;
	}

	/* banner css end */

}

@media (max-width: 991px) {

	/* banner css start */
	.banner {
		padding: 70px 0;
	}

	.banner .banner-content .headline * {
		margin-bottom: 20px;
	}

	.banner .banner-video {
		height: 490px;
	}

	.banner::after {
		max-width: 320px;
		height: 480px;
	}

	/* banner css end */
}

@media (max-width: 767px) {

	/* banner css start */
	.banner .banner-content {
		padding-top: 30px;
		margin: 0 auto;
		text-align: center;
	}

	/* banner css end */
}

@media (max-width: 575px) {

	/* banner css start */
	.banner {
		padding: 40px 0;
	}

	.banner .banner-video {
		height: 380px;
	}

	/* banner css end */
}

/*========== Banner Add End ==========*/


/*========== News Card Add Start ==========*/

.news-wrp {
	padding: 130px 0;
}

.news-wrp-listenansicht {
	padding: 60px 0;
}

.news-main .heading .sub-title * {
	color: #2361c0;
	font-size: 22px;
	font-weight: 200;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.news-main .heading .section-title * {
	margin-bottom: 60px;
}

.news-card {
	width: 100%;
	max-width: 437px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.news-card:hover {
	background-color: rgb(35, 97, 192, 0.10);
}

.news-card a {
	display: block;
	height: 100%;
}

.news-card .news-card-image {
	width: 100%;
	max-width: 437px;
	height: 270px;
}

.news-card .news-card-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card .news-card-content .block-title {
	padding: 35px 0 25px;
}

.news-card-content {
	padding: 30px 32px 45px 36px;
}

.news-card-content .date-category ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 5px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news-card-content .date-category ul li {
	color: #2361c0;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.news-card-content .date-category ul li::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #2361c0;
}

.news-card-content .date-category ul li:last-child::after {
	display: none;
}

.news-card-content .disc * {
	color: #3a4354;
}

.news-card-content .disc *:last-child {
	margin: 0;
}

.news-main .action {
	margin-top: 30px;
	text-align: center;
}

.news-main .action .btn {
	padding: 12px 24px;
}

@media (max-width: 1399px) {

	/* News Css Start */
	.news-card-content {
		padding: 25px;
	}

	/* News Css End */
}

@media (max-width: 1199px) {

	/* News Css Start */
	.news-wrp {
		padding: 70px 0;
	}

	.news-main .heading .sub-title * {
		margin-bottom: 0;
	}

	.news-main .heading .section-title * {
		margin-bottom: 30px;
	}

	.news-card-content .date-category ul li {
		padding-right: 5px;
		margin-right: 5px;
	}

	.news-card-content {
		padding: 20px;
	}

	.news-card .news-card-content .block-title {
		padding: 20px 0;
	}

	.news-main .action {
		margin-top: 40px;
	}

	/* News Css End */
}

@media (max-width: 991px) {

	/* News Css Start */
	.news-card {
		margin-left: auto;
		margin-right: auto;
	}

	/* News Css End */
}

@media (max-width: 767px) {

	/* News Css Start */
	.news-main .heading {
		text-align: center;
	}

	/* News Css End */
}

/*========== News Card Add End ==========*/

.newsteasertext {
	font-weight: 400;
}

/*========== Team Banner Start ==========*/

.team-banner .team-banner-image {
	position: relative;
	width: 100%;
	height: 450px;
}

.team-banner .team-banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-banner .team-banner-image::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(8, 43, 79, 0.4);
}

@media (max-width: 767px) {
.team-banner .team-banner-image {
	height: 300px;
}
}

@media (max-width: 575px) {
.team-banner .team-banner-image {
	height: 185px;
}
}
/*========== Team Banner End ==========*/

/*========== Partnership Start ==========*/

.partnership {

}

.partnership .breadcrumb {
	position: absolute;
	top: 20px;
}



.standard-section .heading {
	width: 100%;
	
	margin-bottom: 25px;
}

.standard-section .heading .sub-headline * {
	display: block;
	color: #2361c0;
	text-transform: uppercase;
}

.standard-section.hintergrunddunkelblau .heading .sub-headline,
.standard-section.hintergrunddunkelblau .heading .sub-headline * {
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Hintergrund Layouts 3-iQ
\* ------------------------------------------------------------ */

.hintergrundgrau {
	background-color: rgb(244, 244, 240);
}

.hintergrundgrau a {
	color: #054cb4;
}

.hintergrunddunkelblau {
	background-color: #082b4f;
	color: #fff;
}

.hintergrunddunkelblau p,
.hintergrunddunkelblau .heading,
.hintergrunddunkelblau .heading *,
.hintergrunddunkelblau h1,
.hintergrunddunkelblau h2,
.hintergrunddunkelblau h3,
.hintergrunddunkelblau h4,
.hintergrunddunkelblau h5,
.hintergrunddunkelblau h6,
.hintergrunddunkelblau .ce-headline,
.hintergrunddunkelblau .section-title,
.hintergrunddunkelblau .sub-title,
.hintergrunddunkelblau .sub-headline,
.standard-section.hintergrunddunkelblau .heading .sub-headline *,
.hintergrunddunkelblau .sub-headline *,
.hintergrunddunkelblau span,
.hintergrunddunkelblau li {
	color: #fff;
}

.hintergrunddunkelblau .ce-bodytext a {
	color: #ca2a83;
}

.hintergrunddunkelblau .ce-bodytext a:hover,
.hintergrunddunkelblau .ce-bodytext a:focus {
	color: #ffb1dc;
}

.partnership .partnership-content ul {
	margin-bottom: 0;
}

.partnership .partnership-content ul li {
	word-break: break-all;
}

.partnership .partnership-content ul li a {
	color: #ca2a83;
}

.partnership .partnership-content ul li a:hover {
	color: #2361c0;
}

.partnership .partnership-content ul li:not(:last-child) {
	margin-bottom: 5px;
}

.partnership .partnership-content ul li::marker {
	color: #2361c0;
}

.partnership .accordion {
	border-bottom: 1px solid #3a4354;
}

.partnership .accordion .accordion-item {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.partnership .accordion .accordion-button {
	color: #082b4f;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	padding: 16px 18px;
	border-top: 1px solid #3a4354;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.partnership .accordion .accordion-button:focus,
.partnership .accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.partnership .accordion .accordion-button::before {
	display: block;
	content: "\f105";
	font-family: 'FontAwesome6FreeSolid900';
	font-size: 22px;
	line-height: normal;
	margin-right: 25px;
	color: #d9007b;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.accordion-button:not(.collapsed)::before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.partnership .accordion .accordion-button::after {
	display: none;
}

.partnership .accordion .accordion-body {
	padding: 0;
	margin-left: 60px;
}

.bhc-players {
	margin-top: 48px;
}

.bhc-players .block-title {
	margin-bottom: 35px;
}

.players-block {
	width: 100%;
	max-width: 190px;
	text-align: center;
	margin-bottom: 20px;
}

.players-block .players-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.players-block .players-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.players-block .player-name * {
	color: #082b4f;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 40px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {

	/* Partnership Css Start */
	.players-block {
		max-width: 210px;
	}

	/* Partnership Css End */
}

@media (max-width: 1199px) {

	/* Partnership Css Start */
	.partnership {
		padding: 70px 0;
	}

	.partnership .breadcrumb {
		position: relative;
		top: inherit;
		margin-bottom: 50px;
	}

	.standard-section .heading .sub-headline * {
		margin-bottom: 20px;
	}

	.partnership .accordion .accordion-button {
		font-size: 20px;
	}

	.players-block .player-name * {
		font-size: 20px;
		margin-top: 20px;
	}

	/* Partnership Css End */
}

@media (max-width: 991px) {

	/* Partnership Css Start */
	.partnership .accordion .accordion-button {
		font-size: 18px;
	}

	.partnership .accordion .accordion-button::before {
		font-size: 20px;
		margin-right: 15px;
	}

	.partnership .accordion .accordion-body {
		margin-left: 45px;
	}

	.players-block .player-name * {
		font-size: 18px;
	}

	/* Partnership Css End */
}

@media (max-width: 767px) {

	/* Partnership Css Start */
	.partnership {
		padding: 40px 0;
	}

	.partnership .breadcrumb {
		margin-bottom: 20px;
	}

	.partnership-content {
		margin-bottom: 40px;
	}

	/* Partnership Css End */
}

@media (max-width: 575px) {

	/* Partnership Css Start */
	.players-block {
		max-width: 190px;
	}

	/* Partnership Css End */
}

/*========== Partnership End ==========*/

/*========== Get To Know Start ==========*/

.get-to-know {
}

.get-to-know .heading .sub-title * {
	color: #2361c0;
	font-size: 22px;
	font-weight: 200;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.get-to-know .heading .section-title * {
	margin-bottom: 18px;
}

.get-to-know .get-to-know-bottom .row {
	row-gap: 62px;
	margin: 0 -17px;
}

.get-to-know .get-to-know-bottom .row>* {
	padding: 0 17px;
}

.get-to-know .get-to-know-card {
	max-width: 301px;
	margin: 0 auto;
	height: 100%;
}

.get-to-know .get-to-know-card .card-img {
	width: 100%;
	max-width: fit-content;
	height: 385px;
	margin: 0 auto;
}

.get-to-know .get-to-know-card .card-img * {
	width: 100%;
	height: 100%;
}

.get-to-know .get-to-know-card .card-img img {
	object-fit: cover;
}

.get-to-know .get-to-know-card .card-content {
	height: auto;
	padding: 32px;
	background: #ffffff;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
}

.get-to-know .get-to-know-card .card-content .card-title * {
	font-weight: 500;
	color: #082b4f;
}

.get-to-know .get-to-know-card .card-content ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.get-to-know .get-to-know-card .card-content ul li:not(:last-child) {
	margin-bottom: 5px;
}

.get-to-know .get-to-know-card .card-content ul li svg {
	font-size: 16px;
	color: #2361c0;
	margin-right: 25px;
}

.get-to-know .get-to-know-card .card-content ul li span {
	font-size: 20px;
	color: #3a4354;
	line-height: 25px;
}

.get-to-know .get-to-know-card .card-content .card-bottom-group {
	padding-top: 10px;
	border-top: 1px solid #3a4354;
}

.get-to-know .get-to-know-card .card-content .card-bottom-group .sub-title {
	color: #2361c0;
	font-size: 16px;
	margin-bottom: 10px;
}

.get-to-know-logo-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.get-to-know-logo-group .get-to-know-logo {
	width: 100%;
	max-width: fit-content;
	height: auto;
}

@media (max-width: 1199px) {


	.get-to-know .heading .sub-title * {
		margin-bottom: 0px;
	}

	/* Get-to-know CSS End */
}

@media (max-width: 991px) {

	/* Get-to-know CSS Start */
	.get-to-know .get-to-know-bottom .row {
		row-gap: 40px;
	}

	.get-to-know .get-to-know-card .card-img {
		height: 415px;
	}

	/* Get-to-know CSS End */
}

@media (max-width: 767px) {

	/* Get-to-know CSS Start */
	.get-to-know .get-to-know-bottom .row {
		margin: 0 -15px;
		row-gap: 30px;
	}

	.get-to-know .get-to-know-bottom .row>* {
		padding: 0 15px;
	}

	.get-to-know .get-to-know-card .card-img {
		height: 345px;
		max-width: 300px;
	}

	.get-to-know .get-to-know-card .card-content {
		padding: 26px;
		max-width: 300px;
		margin: 0 auto;
	}

	.get-to-know .get-to-know-card .card-content ul li svg {
		margin-right: 15px;
	}

	/* Get-to-know CSS End */
}

@media (max-width: 575px) {

	/* Get-to-know CSS Start */
	.get-to-know .get-to-know-card {
		max-width: 430px;
	}

	/* Get-to-know CSS End */
}

/*========== Get To Know End ==========*/

/*========== Sponsoren css Start ==========*/

.sponsoren {
	padding: 130px 0 120px 0;
}

.sponsoren .heading .sub-title * {
	color: #2361c0;
	font-size: 22px;
	font-weight: 200;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.sponsoren .heading .section-title * {
	margin-bottom: 76px;
}

.sponsoren .sponsoren-wrp {
	width: 100%;
	max-width: 1548px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	padding-bottom: 72px;
}

.sponsoren .sponsoren-wrp .swiper-pagination {
	bottom: 0;
}

.sponsoren .sponsoren-wrp .sponsoren-bottom-slider {
	position: relative;
}

.sponsoren .sponsoren-wrp .sponsoren-btn {
	color: #082b4f;
	width: 20px;
	height: 30px;
}

.sponsoren .sponsoren-wrp .sponsoren-btn:hover {
	color: #2361c0;
}

.sponsoren .sponsoren-wrp .sponsoren-slide-img {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	height: 106px;
}

.sponsoren .sponsoren-wrp .sponsoren-slide-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sponsoren .swiper-button-next:after,
.sponsoren .swiper-button-prev:after {
	display: none;
}

.sponsoren .swiper-button-next {
	right: -80px;
}

.sponsoren .swiper-button-prev {
	left: -80px;
}

.sponsoren .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background-color: rgb(58, 67, 84);
	opacity: 0.2;
}

.sponsoren .swiper-pagination-bullet-active {
	opacity: 1;
}

@media (max-width:1799px) {

	/* Sponsore CSS Start */
	.sponsoren .sponsoren-wrp {
		width: 100%;
		max-width: 80%;
	}

	/* Sponsore CSS End */
}

@media (max-width: 1199px) {

	/* Sponsore CSS Start */
	.sponsoren {
		padding: 70px 0;
	}

	.sponsoren .heading .sub-title * {
		margin-bottom: 0px;
	}

	.sponsoren .heading .section-title * {
		margin-bottom: 50px;
	}

	/* Sponsore CSS End */
}

@media (max-width: 991px) {

	/* Sponsore CSS Start */
	.sponsoren .swiper-button-prev {
		left: -50px;
	}

	.sponsoren .swiper-button-next {
		right: -50px;
	}

	.sponsoren .sponsoren-wrp {
		padding-bottom: 50px;
	}

	.sponsoren .heading {
		text-align: center;
	}

	/* Sponsore CSS End */
}

@media (max-width: 767px) {

	/* Sponsore CSS Start */
	.sponsoren {
		padding: 40px 0;
	}

	.sponsoren .sponsoren-wrp .sponsoren-slide-img {
		height: 84px;
	}

	.sponsoren .swiper-button-prev {
		left: -20px;
	}

	.sponsoren .swiper-button-next {
		right: -20px;
	}

	/* Sponsore CSS End */
}

@media (max-width: 575px) {

	/* Sponsoren  CSS Start */
	.sponsoren .swiper-button-prev {
		left: -20px;
	}

	.sponsoren .swiper-button-next {
		right: -20px;
	}

	/* Sponsoren  CSS End */
}

/*========== Sponsoren css End ==========*/


/*========== Schedule css Start ==========*/

.schedule {
	padding: 90px 0 86px 0;
	background: rgba(58, 67, 84, 0.06);
}

.schedule-wrp {
	width: 100%;
}

.schedule-wrp .row>*:not(:last-child) {
	border-right: 1px solid #3a4354;
}

.schedule-wrp .schedule-block {
	width: 100%;
	height: 100%;
	max-width: 370px;
	margin: 0 auto;
	text-align: center;

}

.schedule-wrp .row>*:last-child .schedule-block {
	border-right: none;
}

.schedule-wrp .schedule-block .block-icon {
	width: fit-content;
	margin: 0 auto 43px;
	font-size: 40px;
	color: #2361c0;
}

.schedule-wrp .schedule-block .block-content .block-title {
	margin-bottom: 30px;
}

.schedule-wrp .schedule-block .block-content .disc {
	margin-bottom: 35px;
	line-height: 32px;
}

.schedule-wrp .schedule-block .block-content .disc *:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1399px) {

	/* Schedule CSS Start */
	.schedule-wrp .schedule-block .block-icon {
		margin: 0 auto 30px;
	}

	.schedule-wrp .schedule-block .block-content .block-title {
		margin-bottom: 20px;
	}

	.schedule-wrp .schedule-block .block-content .disc {
		margin-bottom: 30px;
	}

	/* Schedule CSS End */
}

@media (max-width: 1199px) {

	/* Schedule CSS Start */
	.schedule {
		padding: 70px 0;
	}

	.schedule-wrp .schedule-block .block-icon {
		font-size: 30px;
	}

	/* Schedule CSS End */
}

@media (max-width: 991px) {

	/* Schedule CSS Start */
	.schedule-wrp .row>*:not(:last-child) {
		border: none;
	}

	.schedule-wrp .row>*:not(:last-child) .schedule-block {
		border-bottom: 1px solid #3a4354;
	}

	.schedule-wrp .schedule-block {
		max-width: 90%;
		padding: 20px 0;
	}

	/* Schedule CSS End */
}

@media (max-width: 767px) {

	/* Schedule CSS Start */
	.schedule {
		padding: 40px 0;
	}

	.schedule-wrp .schedule-block .block-icon {
		margin: 0 auto 20px;
	}

	.schedule-wrp .schedule-block .block-content .disc {
		margin-bottom: 20px;
	}

	/* Schedule CSS End */
}

/*========== Schedule css End ==========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	padding: 75px 0 22px;
	background-color: #082b4f;
	position: relative;
	z-index: 1;
}

.footer::after {
	position: absolute;
	content: "";
	top: 0;
	right: 10px;
	width: 100%;
	max-width: 645px;
	height: 100%;
	background-image: url(../images/footer-bg-bhc.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.footer-main {
	width: 100%;
	max-width: 634px;
}

.footer-main .block-title * {
	color: #ffffff;
	margin-bottom: 30px;
}

.footer-main .disc * {
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 20px;
}

.footer-main .action .btn {
	padding: 12px 32px;
}

.footer-main .action .blue-btn:hover {
	color: #082b4f;
	background-color: #ffffff;
}

.footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.footer .footer-bottom .detail * {
	font-size: 15px;
	color: #ffffff;
	font-weight: 200;
	margin: 0;
	vertical-align: middle;
}

.footer .footer-bottom ul {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer .footer-bottom ul li a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 200;
	text-decoration: none;
	position: relative;
}

.footer .footer-bottom ul li a:hover {
	color: #ca2a83;
}

.footer .footer-bottom ul li a:after {
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
}

.footer .footer-bottom ul li:last-child a:after {
	display: none;
}

@media (max-width: 1399px) {

	/* footer css start */
	.footer::after {
		max-width: 495px;
	}

	/* footer css end */
}

@media (max-width: 991px) {

	/* footer css start */
	.footer {
		padding: 40px 0 20px;
		text-align: center;
	}

	.footer::after {
		left: 0;
		max-width: 455px;
		margin: 0 auto;
	}

	.footer-main {
		margin: 0 auto;
	}

	.footer .footer-bottom {
		flex-direction: column;
		margin-top: 40px;
		gap: 15px;
	}

	.footer-main .block-title * {
		margin-bottom: 20px;
	}

	/* footer css end */
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*========== 404 Page CSS Start ==========*/
.error-404 {
	padding: 120px 0;
	text-align: center;
}

.error-404 .content-404 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.content-404 .sub-title * {
	font-size: 32px;
	color: #082b4f;
	line-height: 100%;
}

.content-404 .section-title {
	margin: 20px 0;
}

.content-404 .back-to-home .btn {
	padding: 12px 20px;
}

@media (max-width: 1199px) {

	/* 404 Page CSS Start */
	.error-404 {
		padding: 100px 0;
	}

	.content-404 .sub-title * {
		font-size: 26px;
	}

	/* 404 Page CSS End */
}

/*========== 404 Page CSS End ==========*/

/*========== Typography Page CSS Start ==========*/

.typography {
	padding: 120px 0;
}

.typography-main a {
	color: #2361c0;
}

.typography-main a:hover {
	color: #ca2a83;
}

.typography-main img {
	width: 100%;
	max-width: 300px;
}

@media (max-width: 1199px) {

	/* Typography Start */
	.typography {
		padding: 70px 0;
	}

	/* Typography End */
}

@media (max-width: 767px) {

	/* Typography Start */
	.typography-main img {
		max-width: 100%;
	}

	/* Typography End */
}

/*========== Typography Page CSS End ==========*/


/* News Paginierung - Farben anpassen */
.news-pagination .page-item .page-link {
    color: #2361c0;
    border-color: #2361c0;
}

.news-pagination .page-item.active .page-link {
    background-color: #2361c0;
    border-color: #2361c0;
    color: #fff;
}

.news-pagination .page-item .page-link:hover,
.news-pagination .page-item .page-link:focus {
    background-color: #2361c0;
    border-color: #2361c0;
    color: #fff;
}
.pagination {
    --bs-pagination-border-radius: 25px;
}



.standard-section {padding:120px 0 100px}

@media (max-width: 1199px) {
.standard-section {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.standard-section {
		padding: 40px 0;
	}

}

.common-breadcrumbs {padding-top:0px}

.common-breadcrumbs .breadcrumb-item a,
.common-breadcrumbs .breadcrumb-item {
	color: #082b4f;
	font-size: 16px;
	line-height: 36px;
}

.common-breadcrumbs .breadcrumb-item a:hover {
	color: #ca2a83;
}

.common-breadcrumbs .breadcrumb-item+.breadcrumb-item {
	padding-left: 5px;
}

.common-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	font-size: 22px;
	padding-right: 4px;
}



/*========== Zeitstrahl Start ==========*/

.zeitstrahl-wrap .heading {
	text-align: center;
	margin-bottom: 70px;
}

.zeitstrahl {
	position: relative;
	padding: 20px 0 0;
}

.zeitstrahl::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	transform: translateX(-50%);
	background: #d9007b;
}

.zeitstrahl .zs-eintrag {
	position: relative;
	width: 50%;
	padding: 0 60px 56px 0;
	text-align: right;
}

.zeitstrahl .zs-eintrag:nth-child(even) {
	left: 50%;
	padding: 0 0 56px 60px;
	text-align: left;
}

.zeitstrahl .zs-eintrag::before {
	content: "";
	position: absolute;
	top: 8px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2361c0;
	z-index: 1;
}

.zeitstrahl .zs-eintrag:nth-child(even)::before {
	right: auto;
	left: -8px;
}

.zeitstrahl .zs-jahr {
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	color: #ffffff;
	background: linear-gradient(90deg, rgba(35, 97, 192, 1) 0%, rgba(217, 0, 123, 1) 100%);
	padding: 5px 18px;
	border-radius: 25px;
	margin-bottom: 14px;
	letter-spacing: .04em;
}

.zeitstrahl .zs-titel {
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
	color: #082b4f;
	margin-bottom: 8px;
}

.zeitstrahl .zs-text {
	font-size: 19px;
	font-weight: 300;
	color: #3a4354;
}

.zeitstrahl .zs-eintrag.zs-neutral .zs-titel {
	color: #3a4354;
	font-weight: 400;
}

.zeitstrahl .zs-eintrag.zs-highlight .zs-titel {
	font-size: 30px;
	background: linear-gradient(90deg, rgba(35, 97, 192, 1) 0%, rgba(217, 0, 123, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2361c0;
}

.zs-ende {
	text-align: center;
	padding-top: 4px;
}

.zs-ende span {
	display: inline-block;
	background: linear-gradient(90deg, rgba(35, 97, 192, 1) 0%, rgba(217, 0, 123, 1) 100%);
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 10px 28px;
	border-radius: 25px;
}

@media (max-width: 767px) {

	/* Zeitstrahl CSS Start */
	.zeitstrahl-wrap .heading {
		margin-bottom: 45px;
	}

	.zeitstrahl::before {
		left: 10px;
	}

	.zeitstrahl .zs-eintrag,
	.zeitstrahl .zs-eintrag:nth-child(even) {
		width: 100%;
		left: 0;
		padding: 0 0 44px 44px;
		text-align: left;
	}

	.zeitstrahl .zs-eintrag::before,
	.zeitstrahl .zs-eintrag:nth-child(even)::before {
		left: 2px;
		right: auto;
	}

	.zeitstrahl .zs-titel {
		font-size: 22px;
	}

	.zeitstrahl .zs-eintrag.zs-highlight .zs-titel {
		font-size: 25px;
	}

	.zeitstrahl .zs-text {
		font-size: 17px;
	}
	/* Zeitstrahl CSS End */
}

/*========== Zeitstrahl End ==========*/

/*========== Banner Video Loader Start ==========*/

.banner .banner-video {
	position: relative;
}

.banner .banner-video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	margin: -27px 0 0 -27px;
	border: 4px solid rgba(217, 0, 123, .25);
	border-top-color: #d9007b;
	border-radius: 50%;
	animation: banner-video-spin 1s linear infinite;
}

.banner .banner-video video {
	position: relative;
	z-index: 1;
}

@keyframes banner-video-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.banner .banner-video::before {
		animation: none;
	}
}

/*========== Banner Video Loader End ==========*/

/*========== Bildunterschriften Start ==========*/

figure.image figcaption {
	margin-top: 7px;
	color: #575757;
	font-size: .84em;
}

/*========== Bildunterschriften End ==========*/
