@media (max-width: 576px) {
	.first-section {
		margin-top: 58px;
	}
}

@media (min-width: 577px) {
	.first-section {
		margin-top: 85px;
	}
}
.div-y-center {
	display: flex;
	align-items: center; /* Vertikale Zentrierung */
	justify-content: center; /* Horizontale Zentrierung */
}

.headUppercase {
	font-family: 'Geologica', sans-serif !important;
	text-transform:uppercase !important;
}

.hero {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	display: block;
}

.text-element {
	display: inline-block; /* Für Inline-Elemente ist inline-block notwendig */
	background: rgba(0, 39, 83, .3);
	padding: 5px; /* Optional: Padding hinzufügen */
	background-size: auto; /* Hintergrundgröße automatisch an Text anpassen */
}
.footer-link {
	color: #fff;
	text-decoration:none;
}

.footer-link:hover {
	color: #BE0525;
}

.heroBottom {
	height: 130px;
	background: #BE0525;
	clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
	z-index: 1000;
}

.ctaTop {
	height: 100px;
	background: #BE0525;
	clip-path: polygon(0 100%, 100% 70%, 100% 100%);
}

.ctaBottom {
	height: 100px;
	background: #BE0525;
	clip-path: polygon(0 30%, 0 0, 100% 0);
}

.clipPrimary {
	background: #0d2745;
	clip-path: polygon(0 50%, 100% 5%, 100% 100%, 0% 100%);
}
.clipPrimary-sic {
	background: #0d2745;
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.bg-light-blue {
	background: #E9F4F7;
}

.clipSection {
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

.subline {
	text-transform: uppercase;
	font-family: Barlow Condensed;
}

.bg-gradient-blue {
	height: 70%;
	background: rgb(13,39,69);
	background: linear-gradient(0deg, rgba(13,39,69,1) 0%, rgba(13,37,69,1) 10%, rgba(13,39,69,0) 100%, rgba(0,0,0,1) 100%);
	z-index: 900;
}

.zindex-top {
	z-index: 5000;
}
.swiper-pagination-bullet-active {
	border-radius: 1rem;
	width: 2.0rem;
}
section a {
	color: #be0525;
}

section a:hover {
	color: #0d2745;
}

.box-sic {
	box-shadow: 0 2.76726px 2.21381px rgba(0,0,0,0.07),0 6.6501px 5.32008px rgba(0,0,0,0.04317),0 12.5216px 10.0172px rgba(0,0,0,0.0339075),0 22.3363px 17.869px rgba(0,0,0,0.0282784),0 4.7776px 33.4221px rgba(0,0,0,0.0735573),0 100px 80px rgba(0,0,0,0.0174624);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.box {
	box-shadow: 0 2.76726px 2.21381px rgba(0,0,0,0.07),0 6.6501px 5.32008px rgba(0,0,0,0.04317),0 12.5216px 10.0172px rgba(0,0,0,0.0339075),0 22.3363px 17.869px rgba(0,0,0,0.0282784),0 4.7776px 10.4221px rgba(0,0,0,0.0735573),0 100px 80px rgba(0,0,0,0.0174624);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.list-white ul li, .text-white p {
	color: #fff !important
}

.video-background-holder {
	position: relative;
	background: #fff;
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 577px) {
	.video-background-holder {
		top: 118px;
	}
}

@media (max-width: 576px) {
	.video-background-holder {
		margin-top: 56px;
	}
}

@media (min-width: 577px) {
	.video-background-holder {
		top: 0;
	}
}

@media (min-width: 992px) {
	.video-background-holder {
		top: 0;
	}
}

.video-background-holder video, .video-background-holder iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 56.25vw;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
	position: relative;
	z-index: 2;
}

@media (max-aspect-ratio: 16/9) {
	.video-contain {
		width: 0;
		height: 100vh;
		padding-right: 177.8vh;
	}
}

@media (min-aspect-ratio: 16/9) {
	.video-contain {
		width: 100vw;
		height: 0;
		padding-bottom: 56.25vw;
	}
}

.video-contain {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.topline {
	font-family: Barlow Condensed;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #0d2745;
}
.topnavlink {
	color: var(--ar-dark) !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
}
.topnavlink:hover {
	color: var(--ar-success) !important;
}
.topnavlink-active {
	color: var(--ar-success) !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
}