
@font-face {
	font-family: 'Prompt-Regular';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('Prompt_Schriftart/Prompt-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Prompt-Bold';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Prompt_Schriftart/Prompt-Bold.ttf') format('truetype');
}





body {
	font-family: Prompt-Regular, "Helvetica Neue", Arial, sans-serif;
	color: #00092D !important;
}

a, a:hover, a:active, a:visited, a:focus {
	text-decoration:none !important;
}



h1, h2 {
	font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	hyphens:auto;
}
h1 {
	margin-bottom: 4.5rem;
}
#page-1 h1 {
	margin-bottom: 3rem;
}

h3 {
	font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif;
	font-size: 32px;
	hyphens:auto;
}

h4 {
	font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	hyphens:auto;
}


h2.mainheader {
	margin-bottom: 2.5rem;
	position: relative !important;
}
h3.mainheader {
	margin-top: 2rem;
	margin-bottom: 2rem;
	position: relative !important;
}
h2.mainheader::before,
h3.mainheader::before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	height: 5px;
	width: 200px;
	border-top: 1px solid var(--bs-primary);
}
.text-center h2.mainheader::before,
.text-center h3.mainheader::before,
#c48 h2.mainheader::before,
#c48 h3.mainheader::before {
	border-top: none !important;
}

.bordertop h4.mainheader {
  margin-top: 2.5rem;
  position: relative !important;
}
.bordertop h4.mainheader::before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	height: 5px;
	width: 200px;
	border-top: 1px solid var(--bs-primary);
}

ul {
  padding-left: 1rem !important;
}


.pt-6 {
	padding-top: 3rem;
}


#page-footer {
	background-color: #00092D;
}
.footer {
	padding-top: 2rem !important;
}

.layout-3.mt-5 {
	margin-top: 5rem !important;
}

#c15 {
	margin-top: 1rem;
}
#c21 .bodytext a {
color: #fff !important;
}

/* button */
.btn {
	border-radius: unset;
}

.card-text .btn.btn-primary,
.bodytext .btn.btn-primary {
	--bs-btn-bg: transparent !important;
	--bs-btn-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--bs-primary);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--bs-primary);
	--bs-gradient: none;
	margin-top: 1rem;
	
	font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif !important;
}




/* navbar */



#main-navbar.fixed-top {
  top: 55px;

}

.main-navbarnav {
	margin-top: 6px;
}

.nav-link {
	color: #00092D !important;
	font-size: 20px !important;
}


.nav-link:hover, .nav-link:focus {
  text-decoration: none !important;
}
.navbar {
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1) !important;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%),inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.nav-link:after {
	height: 2px;
	display: block;
	width: 22px;
	margin: 0 auto;
	margin-top: 6px;
	background: #fff;
	content: '';
}


.navbar-brand {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}



/* card */
.card {
	border-radius: 0;
}
.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-body {
	padding: 2rem;
}

/* layouts */

.layout-1 .w-50 {
	align-self: center;
}
.layout-1 .first-figure.last-figure {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.layout-1 ul {
list-style: none; /* Remove default bullet points */
padding-left: 0; /* Remove default left padding */
}

.layout-1 li {
position: relative; /* Required for positioning the pseudo-element */
padding-left: 35px; /* Adjust this value to control the spacing between the icon and the list item text */
margin-bottom: 10px; /* Adjust this value to control the spacing between list items */
}

.layout-1 li::before {
content: url('Icon_Check.svg'); /* Replace 'bullet-icon.png' with the actual name and path of your image file */
position: absolute;
left: 0;
top: 60%;
transform: translateY(-50%); /* Vertically center the icon */
display: inline-block;
width: 25px;
}


.layout-2 {
	background-color: #fff;
	padding: 2rem;
	padding-top: 3rem;
}

#s-8 {
	background: linear-gradient(90deg, #cb0a0a 0%, #cb0a0a 31%, #00092D 31%);
}


#c33 {
	opacity: .6 !important;
}

.layout-3 .column {
	align-self: center;
	padding: 0 50px;
}




/* Meta */
.meta-btn {
	width: auto;
	height: 55px;
	--p: 14px; /* control the shape (can be percentage) */
	aspect-ratio: 4/2;
	clip-path: polygon(var(--p) 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
}

.meta-icon {
	margin-top: 18px;
}


/* news in modal */
.modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-primary) !important;
  margin-bottom: 2rem;
}

/* kontakt */
#c44 {
	height: 300px;
	padding-left: 50px !important;
	  padding-top: 50px !important;
}
#c45 {
	margin-top: 30px;
	height: 300px;
	padding-left: 50px !important;
	  padding-top: 50px !important;
}
#c46 {
	width: 100% !important;
}
#page-5 .main-content a {
	color: #00092D;
}
#c46 .subheader {
	margin-bottom: 1rem;
}



.col-image {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* div */

#redline {
	display: none !important;
}

#newsModalLabel {
	margin-left: .75rem !important;
}

.modal-body h3.mainheader {
	margin-top: 0 !important;
}

.card {
	border: none !important;
}

/* animation */
#c9 ul {
  animation: textwelle 3s;
}

@keyframes textwelle {
  0% {
	transform: scale(0.1);
	opacity: 0;
  }  
  70% {
	transform: scale(1.25);
	opacity: 1;
  }
  100% {
	transform: scale(1);
	opacity: 1;	
  }
}


/*
@keyframes fadeInUp {
  0% {
	transform: translateY(-100%);
	opacity: 0;
  }
  100% {
	transform: translateY(0%);
	opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}
*/

/* footer */

.fotter {
	padding-top: 30px !important;
}
.btn-outline-dark {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-border-color: var(--bs-primary);
	border-radius: 0 !important;
}

#c23 {
	border-top: 1px solid #4b526b;
	margin-top: 3rem;
	padding-top: 2rem;
}
#c23 p {
	padding: 0 !important;

}


/* MIN WIDTH */
@media (min-width: 576px) {
	
}


@media (min-width: 768px) {
	
}


@media (min-width: 992px) {


	#mobile-roter-balken {
		display: none !important;
	}
	
	#redline {
		display: block !important;
		height: 40px;
		width: 30%;
		background-color: var(--bs-primary);
		position: relative;
		margin-top: -64px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.pt-6 {
		padding-top: 5rem;
	}
	
	
	.nav-link.active:after {
		background: var(--bs-primary);
	}
	#nav-item-2 .nav-link.active:after {
		width: 130px !important;
	}
	#nav-item-3 .nav-link.active:after {
		width: 164px !important;
	}
	#nav-item-4 .nav-link.active:after {
		width: 178px !important;
	}
	#nav-item-5 .nav-link.active:after {
		width: 76px !important;
	}
	
	.notondesctop {
		display: none !important;
	}
	
	.col-image {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
	
}


@media (min-width: 1200px) {
	
}


@media (min-width: 1400px) {
	
}

/* MAX WIDTH */
@media (max-width: 1399.98px) {
	
}

@media (max-width: 1199.98px) {
	
}


@media (max-width: 991.98px) {

	.fixedPosition {
	  top: 480px !important;
	}
	
/*	
	#page-content {
		padding-top: 60px;
	}
*/	
	.navbar-brand {
		max-width: 250px;
	}
	
	.ratio-67x9 {
	  --bs-aspect-ratio: calc(9 / 15 * 100%) !important;
	}
	
	h1, h2 {
	  font-size: 32px;
	}
	
	#page-1 h1 {
	  margin-bottom: 2rem;
	}
	
	h3 {
		font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif;
		font-size: 26px;
		hyphens:auto;
	}
	
	h4 {
		font-family: Prompt-Bold, "Helvetica Neue", Arial, sans-serif;
		font-size: 22px;
		hyphens:auto;
	}
	
	.jumbotron-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.align-items-end {
	  align-items: flex-center !important;
	}
	
	#navbarToggler {
		margin-right: 0;
	}
	
	
	.offcanvas {
	  --bs-offcanvas-width: 991px !important;
	}
	
	#c19, #c20 {
		margin: 30px 0 50px 0;
		float: left;
	}
	
	.offcanvas-header {
		border-bottom: 1px solid var(--bs-primary);
		margin-bottom: 1rem;
	}
	

	.gx-5 {
	  --bs-gutter-x: 0;
	}
	#c44 {
		margin-top: 2rem !important;
	}
	
	#c4 .align-items-stretch {
		margin-bottom: 2rem;
	}
	.layout-3 .column {
	  padding: 15px 60px !important;
	}
	
	#c52 .col.w-66,
	#c2 .order-1 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	#s-8 {
		/*
	  background: linear-gradient(180deg, #00092D 0%, #00092D 60%, #cb0a0a 60%);
	  */
	  background: #00092D !important;
	}
	
	#meta-navigation {
		position: relative;
		z-index: 1111;
	}
	.offcanvas-header {
		margin-top: 55px !important;
	}
	
	.layout-2 {
		margin-top: 2rem !important
	}
	
	#c52 .col-md-auto {
		margin-top: 2rem;
	}
	
	.navbar-toggler {
	  border: none;
	}
	
	.burger {
		width: 25px;
		height: 3px;
		background-color: #00092D;
		margin: 3px 0;	
	}
	
	.navbar-toggler:focus {
	  box-shadow: none !important;
	}
	
	.layout-1 .first-figure.last-figure {
	  padding-right: 0 !important;
	  padding-left: 0 !important;
	}

	#c9 figure {
		margin-top: 2rem !important;
	}
	
	Element {
	}
	.modal.show .modal-dialog {
	  transform: none;
	}
	.modal.fade .modal-dialog {
	  transform: translate(0, -50px);
	  transition: transform 0.3s ease-out;
	
	}
	.modal-dialog {
	  position: relative;
	  width: auto;
	  margin: var(--bs-modal-margin);
	  pointer-events: none;
	}
	*, ::before, ::after {
	  box-sizing: border-box;
	}
	.modal {
	  --bs-modal-zindex: 1155 !important;
	}
}


@media (max-width: 575.98px) {
	.fixedPosition {
		top: 490px !important;
	}
	
	.gallery {
		text-align: left !important;
	}
	
	.card-body {
	  padding: 1rem;
	}
	
	
	.modal {
	  --bs-modal-border-radius: 14px;
	}
	
	  
}

@media (max-width: 399.98px) {

	.fixedPosition {
		top: 380px !important;
	}
}





