body {
  overflow-x: hidden;
}
#page-content {
  padding-top: 8rem;
}
#p1 #page-content {
  padding-top: 0rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: uppercase;
}

:root {
	--bs-font-sans-serif: Aspekta, sans-serif;
	--bs-body-font-weight: 300;
	--bs-body-color: var(--bs-primary);
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
	--bs-border-radius-xl: 0;
	--bs-border-radius-xxl: 0;
	--bs-border-radius-2xl: 0;	
	--cardgroup-gap: 4rem;
}
.frame-background-tertiary  {
  --frame-color: var(--bs-white);
  --frame-background: #2D6375;
  --frame-link-color: var(--bs-secondary);
  --frame-link-hover-color: var(--bs-highlight-bg);
}
.frame-default {
	margin: 15rem 0rem;
	padding: 4rem 0 4rem 0;
}
.frame-container.frame-container-default {
  max-width: 60%;
}
a, .frame a[class=""], .frame a:not([class]) {
	color: var(--bs-secondary);
	text-decoration: none;
}
.btn {
  box-shadow: unset !important;
  background-image: none;
}
.btn.btn-primary {
  margin-top: 1rem;
}
.btn.btn-primary:hover, .btn.btn-primary:focus,.btn.btn-primary:active {
  background: var(--bs-secondary);
  color: var(--bs-primary);
}
.btn.btn-primary a {
  color: var(--bs-white);
}
.cc-btn {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
}
#page-header {
  padding: 0;
}
#mainnavigation {
	display: flex;
	flex-direction: column;
}

.offcanvas.offcanvas-end.offcanvas-xxl {
	width: 50%;
	background-color: var(--bs-primary) !important;
	z-index: 9998;
}
.offcanvas.offcanvas-end.offcanvas-xxl .offcanvas-header  {
	display: flex;
	margin-bottom: 3rem;
}

.offcanvas.offcanvas-end.offcanvas-xxl .offcanvas-body {
	display: flex;
	justify-content: start;
	align-items: start;
	height: 100%;
	padding: 5rem;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-color);
}
.nav.flex-column, .menu-contact, .menu-sociallinks {
	width: 100%;
}
.nav-second {
  list-style: none;
}
.menu-contact {
  padding: 2rem 1rem;
}
.menu-contact address {
  display: flex;
  justify-content: start;
  gap: 3rem;
}
.menu-contact-headline {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-secondary);
  text-transform: uppercase;
}
.menu-contact .address-phone::before, .footer-contact .address-phone::before {
	content:"\e0b0";
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';
	font-size: 1.75rem;
}
.menu-contact .address-phone::before, .footer-contact .address-phone::before {
	content:"\e0b0";
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';
	font-size: 1.75rem;
}
.menu-contact .address-mobile::before, .footer-contact .address-mobile::before {
	content:"\f2d2";
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';	
	font-size: 1.75rem;	
}
.menu-sociallinks {
	padding: 0rem 1rem;
}
.menu-sociallinks .sociallinks-list {
	flex-direction: row;
	gap: 1rem;
}
.menu-sociallinks .sociallinks-item {
	width: unset;
}
.menu-sociallinks .sociallinks-link-icon {
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
	color: var(--bs-white);
}
.menu-sociallinks .sociallinks-link-label {
	color: var(--bs-white);
}
.menu-sociallinks .sociallinks-link {
	justify-content: center;
	align-items: center;
	color: inherit;
	opacity: 0.75;
	transition: all ease 0.3s;
	background-color: rgba(255, 255, 255, 0.05);
	padding: 0.75rem 2rem;
	height: 100%;
	gap: 0.5rem;
}
.menu-sociallinks .sociallinks-link:hover > .sociallinks-link-icon,
.menu-sociallinks .sociallinks-link:hover > .sociallinks-link-label {
	color: var(--bs-secondary);
}
.footer-contact .address-title::before {
	content:"\e55e" !important;
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';	
	font-size: 1.75rem;	
}
.footer-contact .address-title, .footer-contact .address-phone, .footer-contact .address-email, .footer-contact .address-mobile {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.bp-page-footer a, .bp-page-footer .frame a[class=""], .bp-page-footer .frame a:not([class]) {
	color: var(--bs-white);
}
.menu-contact address a {
	color: var(--bs-white);
	text-decoration: none;
}
.menu-contact address > * {
	display: flex;
	gap: 0.5rem;
	font-size: 1.25rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.nav {
	--bs-nav-link-color: var(--bs-white);
	--bs-nav-link-hover-color: var(--bs-white);
	--bs-nav-link-padding-y: 0.75rem;
}
.nav-link-text {
  font-size: 1.25rem;
}
.nav-item.nav-has-child {
	display: flex;
	flex-direction: column;
}

.nav-second .nav-item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav-second .nav-item::marker {
	display: none;
}
.nav-second .nav-item::before {
	content: "\f46a";
	color: var(--bs-white);
	font-family: 'Material Symbols Outlined';
}
.navbar .navbar-toggler {
    display: flex;
    position: fixed;
    top: 3rem;
    right: 10vw;
    z-index: 9999;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  height: 3px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
	width: 35px;
	height: 3px;
	background-color: var(--bs-secondary);
}
.navbar-toggler.collapsed .navbar-toggler-icon::after, .navbar-toggler.collapsed .navbar-toggler-icon, .navbar-toggler.collapsed .navbar-toggler-icon::before {
  width: 35px;
  height: 3px;
  background-color: var(--bs-primary);
}
.navbar-toggler.collapsed .navbar-toggler-icon::after {
  top: 9px;
}
.navbar-toggler.collapsed .navbar-toggler-icon::before {
  top: -9px;
}
@media (min-width: 992px) {
  .navbar-mainnavigation .navbar-toggler {
    display: flex;
  }
}

/* Overwrite */

.navbar .navbar-toggler {
	position: fixed;
	top: 2rem;
	right: 0;
	background: var(--bs-primary);
	padding: 2.5rem 1.5rem 2.5rem 3.5rem;
	z-index: 9999;
}
.navbar-toggler.collapsed .navbar-toggler-icon::after, .navbar-toggler.collapsed .navbar-toggler-icon, .navbar-toggler.collapsed .navbar-toggler-icon::before {
	background-color:var(--bs-white);
}

.navbar-logo {
	position: fixed;
	top: 0;
	left: 5vw;
	height: auto;
	width: 15rem;
	z-index: 9998;
	transition: all 0.25s ease;
}
.navbar-transition .navbar-logo {
  width: 8rem;
}
.navbar-logo-image {
	width: 100%;
}
.quick-contact-btn {
  position: fixed;
  top: 8rem;
  right: 0;
	background: var(--bs-secondary);
  padding: 0.25rem 1rem;
	z-index: 9998;
}
.quick-contact-headline {
	font-size: 1.25rem;
	font-weight: 500;
}
.quick-contact-icon::before {
  content: "\efd1";
	color: var(--bs-primary);
	font-family: 'Material Symbols Outlined';
	font-size: 3rem;
}
.quick-contact-modal .address-phone::before, .footer-contact .address-phone::before {
	content:"\e0b0";
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';
	font-size: 1.75rem;
}

.quick-contact-modal .address-mobile::before {
	content:"\f2d2";
	color: var(--bs-secondary);
	font-family: 'Material Symbols Outlined';	
	font-size: 1.75rem;	
}

.quick-contact-modal .address-phone, .quick-contact-modal .address-email, .quick-contact-modal .address-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-backdrop {
  --bs-backdrop-zindex: 99999;
  backdrop-filter: blur(5px);
  background-color: #002a3ecf;
}
.modal-backdrop.show {
  opacity: unset;
}
.modal {
  --bs-modal-zindex: 999999;
}
/* Content-Elements */

/* Carousel*/
.carousel-fullscreen.topnews .item {
	height: 80vh;
}
.carousel-content .row {
	height: 100%
}
.topnews-image-container {
	height: 100%;
	padding: 0;
}
.topnews-image {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.col-md-6.topnews-text-container {
	display: flex;
	justify-content: start;
	align-items: center;
}
.carousel-fullscreen.topnews .item .carousel-text {
	background: var(--bs-primary);
	display: flex;
	flex-direction: column;
	max-width: 50%;
	color: var(--bs-white);
	transform: translate(-25%,25%);
	padding: 3rem;
}
.carousel-control-prev, .carousel-control-next {
  background-image: none !important;
}
/* Text-Media */
/* Text-left */
.textmedia .frame-header {
  width: 100%;
}
.textmedia .element-header {
  font-size: 4.5rem;
  font-weight: 100;
}
.textmedia .element-subheader {
  font-size: 2.5rem;
  font-weight: 100;
}
.textmedia-left .textmedia-item.textmedia-gallery .gallery-row {
  transform: translate(0, 20%);
}
/* Text-right */
.textmedia.textmedia-right .element-header {
  text-align: center;
}
/*Text-bg-img*/
.frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary {
  --frame-background: transparent;
}
.frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary .textmedia-item.textmedia-text {
	padding: 4rem;
}
.frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary  .frame-layer-bg {
  background-color: #2D6375;
  position: absolute;
  top: 0;
  height: 100%;
  width: 120%;
  z-index: 998;
  left: 50%;
}
.textmedia-item.textmedia-gallery, .textmedia-item.textmedia-text {
  z-index: 999;
}
.textmedia-item.textmedia-text {
  padding: 0rem 4rem;
}
.frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage-container {
  width: 70%;
  position: absolute;
  top: 0;
}
.frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage-container {
  width: 51%;
  position: absolute;
  top: 0;
  transform: translate(0,-10%);
}
/* Gallery */
.gallery-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
/* Card */
.card {
  background: transparent;
}
.card-group-element.card-group-element-align-center.card-group-element-columns-2 {
  padding: 4rem;
}
.card-group-element-align-center .card-title {
  text-align: center;
}
.card-group-element-align-left .card-title {
  text-align: left;
}

/* Fileliste */
.filelink-item {
  padding: 1rem 0rem;
}
.filelink-item::before {
  content: "\f090";
  color: var(--bs-primary);
  background: var(--bs-light);
  font-family: 'Material Symbols Outlined';
  font-size: 3rem;
  padding: 0.5rem 1rem;
}
.filelink-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filelink-filename {
  font-size: 1.25rem;
}
/*Glossary*/
.frame-type-dpnglossary_glossary dl dt {
  padding: 1rem;
  background: var(--bs-light);	
}

.dpnglossary.details {
  background: var(--bs-light);
  padding: 2rem;
}
.dpnglossary.details dd {
  padding: 1rem;
}
/*.dpnglossary.details .text {
  background: var(--bs-white);
}
.dpnglossary.details dt {
  color: var(--bs-secondary);
  background: var(--bs-white);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.dpnglossary.details dd {
  background: var(--bs-white);
  padding: 3rem 2rem;
}*/

/* News-List */
.news .article {
  padding: 2rem;
  background: var(--bs-light);
}
.news-content-container {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  padding: 1rem 0;
  background: var(--bs-light);
  gap: 2rem;
}
.news .header {
	margin-bottom: 1rem;
}
.news-content-container .teaser-text p {
  font-size: 1.25rem;
}
.news-img-wrap {
  float: unset !important;
  max-width: 25%;
}
.news .article .news-img-wrap a {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.news .article .news-img-wrap img {
  width: 100% !important;
}
.news-single .article .news-img-wrap {
  width: 100% !important;
  float: unset !important;
  margin: 1rem 0 !important;
	  max-width: 50%;
}
.news-single .article .news-img-wrap a {
  display: block;
  float: unset !important;
  padding: 0;
  border: none !important;
  background: transparent !important;
}

/* CAROUSEL-BLOCKQUOTE*/
.carousel-content .cstm-blockquote {
	border-left: 0px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.carousel-content .cstm-blockquote::before {
	/*content:"\e244"; 
	font-family:"Material Symbols Outlined";
	position: absolute;	
	top: 10%;
	right: 3rem;	
	font-size: 3rem;*/
	background: var(--bs-secondary);
	height: 15px;
	content: "";
	width: 20%;
	top: 0;
	position: absolute;
	right: 0;
	border-radius: var(--wgn-border-radius);		
} 
.carousel-content .cstm-blockquote::after  {
	/*content:"\e244";
	font-family:"Material Symbols Outlined";
	position: absolute;
	left: 3rem;	
	bottom: 10%;	
	font-size: 3rem;*/
	background: var(--bs-secondary);
	height: 15px;
	content: "";
	width: 20%;
	bottom: 0;
	position: absolute;
	left: 0;
	border-radius: var(--wgn-border-radius);	
} 
.carousel-content .cstm-blockquote .h1.text-center {
	font-style: normal;
	text-transform: none;
	font-weight: 600;
}  
.item.carousel-item.carousel-item-layout-custom.carousel-item-type-html {
	background: var(--bs-primary);
	height: 22rem;
}  
#carousel-18 .carousel-control {
	display: none;
}
.frame.frame-default.frame-type-carousel_small.frame-layout-default.frame-size-default.frame-height-default.frame-background-none.frame-space-before-none.frame-space-after-none.frame-no-backgroundimage {
	margin: 10rem 0 2rem 0 !important;
}

/* Footer */
.section.footer-section {
	overflow: unset; 
}
.section.footer-section.footer-section-meta {
	background: var(--bs-primary);
}
.footer-menu-section-has-navigation.footer-menu-section-has-contact {
	display: flex;
	gap: 5rem;
	justify-content: space-around;
}
.footer-logo-image {
	max-width: 15rem;
	transform: translate(0,-5rem);
}
.footer-navigation-list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.footer-navigation-link-level-1 {
	font-weight: inherit;
}
.footer-menu-section h5, .footer-contact .footer-contact-headline {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: inherit;
	line-height: 1;
}
.footer-copyright p {
	border-top: 1px solid var(--bs-white);
	padding-top: 0.75rem;
}
.footer-navigation-item.footer-navigation-item-level-1 {
	padding: 0.35rem 0;
}
.footer-navigation-link-level-1 {
	margin-bottom: 0rem;
}
.footer-sociallinks .sociallinks-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 1rem;
}
.footer-sociallinks .sociallinks-link {
	width: 5rem;
	height: 4rem;
	border-radius: 0;
	transition: all 0.5s ease;
}
.footer-sociallinks .sociallinks-link-icon {
	width: 3rem;
	height: 3rem;
	font-size: 2rem;
}
.footer-sociallinks .sociallinks-link:hover > .sociallinks-link-icon {
  color: var(--bs-secondary);
}
.scroll-top {
	--scrolltop-bg: var(--bs-secondary);
	--scrolltop-color: var(--bs-primary);
}

.scroll-top .scroll-top-icon::before {
  border-top: 5px solid;
  border-left: 5px solid;
}
/* MEDIA QUERIES */

@media (max-width:1699px) {
	.carousel-fullscreen.topnews .item .carousel-text {
	  max-width: 70%;
}
}
@media (max-width:1440px) {

.frame-container.frame-container-default {
  max-width: 80%;
}
.textmedia .element-header {
  font-size: 3.5rem;
  font-weight: 100;
}
}
@media (max-width:1399px) {
	.frame-container.frame-container-default {
		max-width: 80%;
	}
	.carousel-fullscreen.topnews .item .carousel-text {
	  max-width: 90%;
	  transform: translate(-25%,30%);
	}
	.frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage-container {
	  width: 70%;
	  position: absolute;
	  top: 0;
	  transform: translate(0,-10%);
}
	.textmedia .element-header {
	  font-size: 3.5rem;
	}	
}
@media (max-width: 991px) {
	
	.offcanvas.offcanvas-end.offcanvas-xxl {
	  width: 75%;
	}
	.col-md-6.topnews-image-container, .col-md-6.topnews-text-container {
		width: 100%;
		justify-content: center;
	}
	.carousel-fullscreen.topnews .item, .carousel .carousel-content {
  		height: auto;
	}	
	.item.carousel-item.carousel-item-layout-custom.carousel-item-type-html .carousel-content {
  		height: 100%;
	}	
	.topnews-image-container {
  		height: 80vh;
	}
	  .carousel-fullscreen.topnews .item .carousel-text {
	    max-width: 90%;
	    transform: translate(-0%,-40%);
 	 }
	.textmedia-item.textmedia-gallery, .textmedia-item.textmedia-text {
		width: 100%;
	}
	.textmedia-left .textmedia-item.textmedia-gallery .gallery-row {
		transform: translate(0, 0%);
	}
	.textmedia-item.textmedia-text, .frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary .textmedia-item.textmedia-text {
	  padding: 0rem 2rem;
	}
	.textmedia .element-header {
		font-size: 3.5rem;
		text-align: center;
	}
  .frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage-container {
    width: 100%;
    position: relative;
    transform: translate(0,0%);
    height: 25rem;
  }	
	.frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary {
	  --frame-background: #2D6375;
	}	
	.frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary .frame-layer-bg {
		display: none;
	}
	 .frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage-container {
	width: 100%;
	position: relative;
    transform: translate(0%,-20%);
    height: 25rem;
    margin: 0 auto;
	}
	.news-content-container {
	  flex-direction: column;
	}	
	.news-img-wrap {
	  margin: 5px 0 !important;	
	  max-width: 100%;
	}
	.news-single .article .news-img-wrap {
	  max-width: 100%;
	}
	.footer-menu-section-has-navigation.footer-menu-section-has-contact {
	  flex-direction: column;
	  gap: 1rem;
	}	
	.footer-navigation-list {
	  flex-direction: row;
	  gap: 2rem;
	}	
	.footer-contact {
		margin-top: 2rem;
	}
  .frame-container.frame-container-default {
    max-width: 90%;
  }	
}
@media (max-width:768px) {
	.offcanvas.offcanvas-end.offcanvas-xxl {
	  width: 100%;
	}	
.offcanvas.offcanvas-end.offcanvas-xxl .offcanvas-body {
	  padding: 6rem 2rem 2rem 2rem;
}	
.menu-contact address {
  gap: 1rem;
  flex-direction: column;
}
.menu-contact address > * {
  justify-content: start;
}	
.quick-contact-button {
  top: 7rem;
}	
.quick-contact-icon::before {
  font-size: 2rem;
}
.navbar .navbar-toggler {
  padding: 2rem 1.5rem 2rem 2.5rem;
}	
.card-group-element-item {
  width: 100%;
}	
}
@media (max-width:576px) {
	:root {
		--cardgroup-gap: 2rem;
	}
.navbar-logo {
  width: 10rem;
}	
	.nav-link-text, .menu-contact address > * {
  font-size: 1rem;
}
	.navbar-transition .navbar-logo {
	  visibility: hidden;
	  pointer-events: none;
	  opacity: 0;
	  width: 0%;
	}	
	.frame-container.frame-container-default {
    max-width: 95%;
  }
	.textmedia-item.textmedia-text, .frame-type-textmedia.frame-has-backgroundimage.frame-background-tertiary .textmedia-item.textmedia-text {
	  padding: 0rem;
	}	
  .carousel-fullscreen.topnews .item .carousel-text {
    max-width: 100%;
  }
	.frame-default {
	  margin: 4rem 0rem;
	  padding: 2rem 0 2rem 0;
	}
  .textmedia .element-header, .textmedia.textmedia-right .element-header {
    font-size: 1.65rem;
    text-align: left;
    font-weight: 300;
  }
	.card-group-element.card-group-element-align-left.card-group-element-columns-2 {
  padding: 1rem;
}
  .footer-navigation-list {
    flex-direction: column;
    gap: 0.5rem;
  }	

	.footer-logo-image {
  max-width: 100%;
  transform: translate(0,0rem);
  margin-bottom: 2rem;
}
}
@media (max-width:345px) {
	
}