@media (max-width: 576px) {
	.logo {
		width:220px;
	}
}

@media (min-width: 577px) {
	.logo {
		width:260px;
	}
}

.certificate {
	float:right;
	margin-right:0;
	width: 140px;
}

@media (max-width: 576px) {
	.certificate {
		float:left;
		margin-left:0;
	}
}

.bg-hero-headline {
	background-color: rgba(0, 22, 57, 0.7) !important;
}

.border-left {
	border-left: 20px solid #99132c !important;
}

.border-top {
	border-top: 20px solid #001639 !important;
}

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

@media (min-width: 577px) {
	.first-section {
		margin-top: 110px !important;
	}
}
.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;
}
.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 0 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;
}
.scroll-down-btn {
	display: inline-block;
	text-decoration: none;
}
.scroll-down-btn p {
	margin-top: 1.25rem;
	color: white;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .375rem;
	text-indent: .375rem;
	animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.mouse {
	background: #2c333e linear-gradient(transparent 0%, transparent 50%, white 50%, white 100%);
	position: relative;
	width: 38px;
	height: 65px;
	margin: 0 auto;
	border-radius: 6rem;
	background-size: 100% 200%;
	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.mouse:before {
	width: 34px;
	height: 61px;
	background-color: #121519;
	border-radius: 6rem;
}
.mouse:after {
	background-color: white;
	width: .375rem;
	height: .375rem;
	border-radius: 100%;
	animation: trackBallSlide 5s linear infinite;
}
@keyframes colorSlide {
	0% { background-position: 0% 100%; }
	20% { background-position: 0% 0%; }
	21% { background-color: #2c333e; }
	29.99% {
		background-color: white;
		background-position: 0% 0%;
	}
	30% {
		background-color: #2c333e;
		background-position: 0% 100%;
	}
	50% { background-position: 0% 0%; }
	51% { background-color: #2c333e; }
	59% {
		background-color: white;
		background-position: 0% 0%;
	}
	60% {
		background-color: #2c333e;
		background-position: 0% 100%;
	}
	80% { background-position: 0% 0%; }
	81% { background-color: #2c333e; }
	90%, 100% {
		background-color: white;
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	6% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	14% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	15%, 19% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	28%, 29.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	30% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	36% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	44% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	45%, 49% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	58%, 59.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	60% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	66% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	74% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	75%, 79% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	88%, 100% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
}
@keyframes nudgeMouse {
	0%, 30%, 60%, 90% { transform: translateY(0); }
	20%, 50%, 80% { transform: translateY(8px); }
}
@keyframes nudgeText {
	0%, 30%, 60%, 90% { transform: translateY(0); }
	20%, 50%, 80% { transform: translateY(2px); }
}
@keyframes colorText {
	21%, 51%, 81% { color: #2c333e; }
	30%, 60%, 90% { color: white; }
}