:root {
  --bs-body-color: black;
  --bs-primary: #00415f !important;
  --bs-secondary: #cbd7df !important;
  --bs-link-color: #00415f !important;
  --bs-link-hover-color: #00415f !important;
  --bg-color-navi: #00506e !important;
  --color-h1: #000 !important;
  --color-h2: #00415f !important;
  --color-h3: #000 !important;
  --color-highlight: #000000 !important;
  --color-quote: #00415f !important;
  --color-toggler: #ffffff !important;
  --font-color-top: #00506e !important;
  --font-color-footer: #00506e !important;
  --font-color-fulllayer-1: #ffffff;
  --font-color-fulllayer-2: #ffffff;
  
  --body-font-weight: 300 !important;
  --font-weight-h1: 700 !important;
  --font-weight-h2: 700 !important;
  --font-weight-h3: 700 !important;
  --font-weight-top: 400 !important;
  --font-weight-footer: 400 !important;
  --font-weight-navi: 400 !important;
  --font-weight-highlight: 500 !important;
  --font-weight-swiper-leistungen: 500 !important;
  --font-weight-fulllayer-1: 500 !important;
  --font-weight-fulllayer-2: 300 !important;
  
  --body-font: Roboto !important;  
  --h1-font: Roboto !important;
  --top-font:  Roboto !important;
  
  --font-size-body: 12pt !important;  
  --font-size-navi: 12pt !important;
  --font-size-swiper-leistungen: 16pt !important;
  --font-size-h1: 32pt !important;
  --font-size-h2: 20pt !important;
 --font-size-h3: 16pt !important;
  --font-size-quote: 18pt !important;
  --font-size-top: 12pt !important;
  --font-size-footer: 12pt !important;
  --font-size-highlight: 12pt !important;
  --font-size-fulllayer-1: 30pt !important;
  --font-size-fulllayer-2: 27pt !important;
   
  --line-height-body: 20pt !important;
  --line-height-navi: 15.6pt !important;
  --line-height-swiper-leistungen: 19.2pt !important;
  --line-height-top: 14.4pt !important;
  --line-height-h1: 43.2pt !important;
  --line-height-h1-mobile: 32pt !important;
  --line-height-h2: 21.6pt !important;
    --line-height-h3: 20.2pt !important;
  --line-height-quote: 27pt !important;
  --line-height-highlight: 27pt !important;
  --line-height-fulllayer-1: 36pt !important;
  --line-height-fulllayer-2: 32.4pt !important;

  --letter-spacing-navi:1.5pt !important;
  --letter-spacing-fulllayer-2: 1pt !important;
  --bs-btn-border-radius: unset;

  --logo-width-max-mobile: 260px;
  --logo-width-max: 320px;
  --navi-height-min: 100px;
   
  
}

/* Bei Mobile H1, H2 und Quote Schriftart ein wenig kleiner */
/************************************************************/
@media only screen and (max-width: 991px)
{
	:root {
	  --font-size-h1: 22pt !important;
	  --font-size-h2: 18pt !important;
	  --font-size-quote: 16pt !important;
	}	
	
}

/* Buttons laut Vorgaben anpassen */
/**********************************/
.btn-primary {
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color:var(--bs-primary) !important;
  --bs-btn-border-color: none !important;
  --bs-btn-hover-border-color: none !important;
  --bs-btn-border-radius: 0 !important;
  text-decoration: none;
}

/* Links im Lauftext laut Vorgabe unterstrichen */
/************************************************/
a {
    text-decoration: underline;
}

/* Links im Footer, Header und im Leistungs-Swiper laut Vorgabe nicht unterstrichen */
/************************************************/
footer a, header a,.swiper-slide a{
    text-decoration: none !important;
}


/* Dropdownmenu in der Desktopansicht laut Vorgaben anpassen */
/*************************************************************/
@media only screen and (min-width: 991px)
{
.dropdown-menu {
  --bs-dropdown-font-size: 13pt !important;
  --bs-dropdown-color: #ffffff !important;
  --bs-dropdown-bg: var(--bg-color-navi) !important;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 0rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-divider-bg: #f1f6fa;
  --bs-dropdown-link-hover-color: unset !important;
  --bs-dropdown-link-hover-bg: none !important;
  --width-dropdown-menu: 300px;
}
}

/* Untermenupunkte bei Mobile Margins und Padding weg, da zu viel Abstand */
/**************************************************************************/
@media only screen and (max-width: 991px)
{
.navbar-nav .nav-item.dropdown>.dropdown-menu {
    display: block!important;
    margin-bottom: 0px!important;
    margin-top: 0px;
}
.dropdown-menu {
	padding-top: 0px;
	padding-bottom: 12px;
	
}
}


/* Schriftarten Lokal einbinden */
/********************************/
/* roboto-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); 
}
/* roboto-400 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); 
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); 
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); 
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font-family: var(--body-font);
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	font-weight: var(--body-font-weight);
}

/* Standardcontainer soll laut Vorgabe schmäler sein */
/*****************************************************/
@media (min-width: 1200px)
{
.container {
    max-width: 992px;
}
}

 
h1 {

	font-family: var(--body-font);
	font-size: var(--font-size-h1) !important;
	line-height: var(--line-height-h1) !important;
	color: var(--color-h1) !important;
	text-transform: uppercase;
	font-weight: var(--font-weight-h1);
	
}

h2 {

	font-family: var(--body-font);
	font-size: var(--font-size-h2) !important;
	line-height: var(--line-height-h2) !important;
	color: var(--color-h2) !important;
	font-weight: var(--font-weight-h2);

}

h3 {

	font-family: var(--body-font);
	font-size: var(--font-size-h3) !important;
	line-height: var(--line-height-h3) !important;
	color: var(--color-h2) !important;
	font-weight: var(--font-weight-h3);

}

.db {
	border: 3px solid red;
}

blockquote {
	font-family: var(--body-font);
	font-size: var(--font-size-quote) !important;
	line-height: var(--line-height-quote) !important;
	color: var(--color-quote) !important;
	font-style: italic;
	max-width:500px;
	margin: 2em 1em;
	position: relative;
	
}

.fullscreen-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    display: block;
    justify-content: center;
    align-items: center;
    background: #000;
	padding-bottom:32px;
	overflow-y: hidden;
	
	background-image: url('../../../../media/img/Startseite_Header.jpg');
	background-position: center center;
	background-size:cover;
}


.fullscreen-layer .icon-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.fullscreen-layer .text-container {
	margin-top: 32px;
	
}

.fullscreen-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.fullscreenLayer-text1 {
		
		font-size: var(--font-size-fulllayer-1);
		font-weight: var(--font-weight-fulllayer-1);
		line-height: var(--line-height-fulllayer-1);
		color:var(--font-color-fulllayer-1);
}	

.fullscreenLayer-text2 {
		font-size: var(--font-size-fulllayer-2);
		font-weight: var(--font-weight-fulllayer-2);
		line-height: var(--line-height-fulllayer-2);
		color:var(--font-color-fulllayer-2);
		letter-spacing: var(--letter-spacing-fulllayer-2);
}	



.blockquote-footer,.highlight {
	font-size: var(--font-size-highlight) !important;
	line-height: var(--line-height-highlight) !important;
	color: var(--color-highlight) !important;
	font-weight: var(--font-weight-highlight) !important;
	font-style: normal;
}

blockquote::before {
	 content: "";
    display: block;
    border-top: 1px solid #c1daea; 
    width: 80%;
    margin: 40px auto; 
    position: relative;
}

blockquote::after {
	 content: "";
    display: block;
    border-top: 1px solid #c1daea; 
    width: 80%;
    margin: 20px auto; 
    position: relative;
}


blockquote p::before {
    content: url('../../../../media/img/icons/Zitat01.png'); 
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%);

   
}

.blockquote-footer:before {
    content: "";
}

.nav-link,.list-inline-item {
	display: inline-flex;
	align-items:center;
	
}

.nav-link {
	line-height: var(--line-height-navi);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-navi);
	font-weight: var(--font-weight-navi);
	white-space: nowrap;
}

.dropdown-link {
	line-height: var(--line-height-navi);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-navi);
    color: var(--bs-dropdown-color) !important;
	font-weight: var(--font-weight-navi);
	
}

.dropdown-item {
	white-space: break-spaces;
}

.dropdown-menu, .dropdown-menu[data-bs-popper] {
	
	left: -30px;
	width: var(--width-dropdown-menu);
	box-shadow: none !important;
}

.underline {
    text-decoration: none;	
	display: inline-block;
}
.nav-item a {
	
	display: inline-block;
}
/*
.nav-item:hover .underline {
    text-decoration: underline;
	text-underline-offset: 5px;
}
*/
.nav-item:hover .underline,li.active a span.underline,.dropdown-menu li.active a span.underline-sub {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.active>.dropdown-link, .dropdown-link.active {
    background-color: unset !important;
}



.dropdown-item:hover .underline-sub {
    text-decoration: underline;
	text-underline-offset: 5px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset !important;
    color: unset !important;	
}

.navbar-brand>img {
    max-height: unset;
    max-width: var(--logo-width-max);
}

.navbar-toggler>svg {
    fill: var(--color-toggler);
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}


	

@media only screen and (min-width: 992px)
{
	nav.navbar:not(.h-auto) {
		min-height: var(--navi-height-min);
	}
	
	.navbar .navbar-nav .nav-link {
		padding: 28px 0;
	}
	.navbar .navbar-nav .nav-item:not(:last-child){
		padding-right:50px;
	}
	
	


}

@media only screen and (min-width: 991px)
{
	.dropdown-link:hover {
		background-color: unset !important;
		color: var(--bs-dropdown-color) !important;
	}
}

@media only screen and (max-width: 991px)
{
	.navbar-dark .navbar-nav .nav-item:hover>.nav-link, .navbar-dark .navbar-nav .nav-link[aria-expanded=true]
	{
	   color: unset !important; 
	}
	.navbar-toggler 
	{
    background-color: var(--bg-color-navi) !important;
	}
	
	.navbar-brand>img {
    max-height: unset;
    max-width: var(--logo-width-max-mobile);
	}
	
	.fullscreen-layer {
		
		background-image: url('../../../../media/img/Startseite_Header-Mobile.jpg?time=33');
		
	}
	
	h1 {


	line-height: var(--line-height-h1-mobile) !important;

	
}

.col-form-label {
	padding: 10px 0px 0px 12px;
	margin:0px;
}


}

#header, header.main-nav {
    background-color: var(--bg-color-navi);
    position: relative;
}

#top_bar,#top_bar a:link,#top_bar a:visited,#top_bar a:hover {
	
		font-family: var(--font-top);
		font-size: var(--font-size-top);
		color: var(--font-color-top);
		line-height:var(--line-height-top);
		font-weight:var(--font-weight-top);
}

.icon {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.icon-big {
    display: inline-block;
    height: 48px;
    width: 48px;
}

.icon-phone {
		background: url(../../../../media/img/icons/Telefon.png) no-repeat;
		background-size: 23px;
		margin-right:8px;
}
.icon-mail {
		background: url(../../../..//media/img/icons/Mail.png) no-repeat;
		background-size: 23px;
		margin-right:8px;
}
.icon-address {
		background: url(../../../../media/img/icons/Adresse.png) no-repeat;
		background-size: 23px;
		margin-right:8px;
}

.icon-form {
		background: url(../../../../media/img/icons/PDF_24.png) no-repeat;
		background-position: 10% 0%;
		margin-right:8px;
}

.icon-document {
		background: url(../../../../media/img/icons/PDF.png) no-repeat;
		background-size: 46px;
		margin-right:2px;
}

.swiper-button-next,.swiper-button-prev{
background: unset !important;
color:#fff !important;
}
	
.swiper-container:not(.swiper-btn-group) .swiper-button-prev:before {
	content: "" !important;
    display: block;
    background: url('../../../../media/img/icons/Pfeil_links.png') center center no-repeat; /* replace with your image path */
    background-size: contain;
    width: 100%;
    height: 48px;
	
	
   
}

.swiper-container:not(.swiper-btn-group) .swiper-button-next:before {
	
	content: "" !important;
    display: block;
    background: url('../../../../media/img/icons/Pfeil_rechts.png') center center no-repeat; 
    background-size: contain;
    width: 100%;
    height: 48px;
	
	
   
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: unset !important;
    pointer-events: none;
}

.swiper-slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.8); 
    color: #000; 
    text-align: left;
	font-style: italic;
	padding-left: 32px;
    line-height: 32px; 
}



/* Swiper bei Leistungen: Buttons Zurück und Weiter unterhalb des Bilder positionen */
/* Beschriften mit < Zurück und Vor >                                               */
/************************************************************************************/
.swiper-leistungen .swiper-button-prev:before,.swiper-leistungen .swiper-button-next:before {
    display: block;
    background: unset !important;
    background-image: none !important;
    background-size: contain;
    width: 100%;
    height: 48px;
	margin-top: 24px;
	font-size: var(--font-size-body);
	font-weight: var(--font-weight-highlight);
	color: #000 !important;
   
}
.swiper-container:not(.swiper-btn-group) .swiper-button-next, .swiper-container:not(.swiper-btn-group) .swiper-button-prev {
    border-radius: 0.35rem;
    height: 60px!important;
    margin-top: -30px!important;
    text-align: center;
    width: 60px!important;
}

.swiper-leistungen .swiper-button-next,.swiper-leistungen .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: unset !important;
    justify-content: center;
    margin-top: 0 !important;
    position: unset !important;
    top: 50%;
    width: unset !important;
    z-index: 10;
}

.swiper-leistungen .swiper-button-next:before {
	content: "VOR >" !important;
}

.swiper-leistungen .swiper-button-prev:before {
	content: "< ZURÜCK" !important;
}

.swiper-leistungen {
	
	line-height: var(--line-height-swiper-leistungen) !important;
	font-size: var(--font-size-swiper-leistungen) !important;
	color: #fff !important;
	font-weight: var(--font-weight-navi);
	
}

.swiper-leistungen a {
	
	color: #fff !important;
	
}



footer:not(.blockquote-footer) {
	padding:24px 0;
	color: var(--font-color-footer);
	font-size: var(--font-size-footer);
	font-weight: var(--font-weight-footer);
	text-transform: uppercase;
}

footer:not(.blockquote-footer) a {
	color: var(--font-color-footer) !important;
	font-size: var(--font-size-footer);
	font-weight: var(--font-weight-footer);
}

.footer-img {
	width:64px;
	
}
footer .flex-fill .row:first-of-type {
    border-bottom: 1px solid #00506e;
	height:24px;
}

@media (max-width: 767px) {
	/* wenn 2 zeilige Footer Links, dann Link Datenschutz auch ein Padding-left: 0, sowie Kontakt & Anfahrt, damit diese untereinander stehen */
    footer .col-md-3:nth-child(3) {
        padding-left: 0;
    }
	/* Adler ein wenig runter rutschen bei <  col-md */
	footer>div>div>img {
		margin-top:15px;
		
	}
	/* margin-right 0, da rechts davon (E-Mail und Adresse ausgeblendet wird) */
	#top_bar ul li:nth-child(1) {
		margin-right:0px !important;
		
	}
	/* E-Mail bei < col-md ausblenden */
	#top_bar ul li:nth-child(2) {
		margin-right:-18px !important;
		display:none;
	}
	/* Adresse bei < col-md ausblenden */
	#top_bar ul li:nth-child(3) {
		display:none;
	}
	footer .flex-fill .row:first-of-type {
    border-bottom: 1px solid #00506e;
	height:96px;
}
}

/* Eungabefelder grau unterlegt und ohne Border bzw. Radius */
/************************************************************/
.form-control {
    background-color: #d9dddf;
	 border-radius:0;
	 border: none;
	 color: #000;
}

.form-control:focus {
    background-color: #d9dddf;
    border-color: rgba(23,23,23,.5);
    box-shadow: 0 0 5px rgba(23,23,23,.5);
	border-radius:0 !important;
    color: #000;
}

.form-check-input-primary:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

 .swiper-button-prev:after,.swiper-button-next:after {
    content: "" !important;
}

.swiper-leistungen .swiper-button-next {
    margin-left: 20px;
}

.navbar-toggler {
    background-color: var(--bg-color-navi) !important;
    border: none;
    margin-right:0;
}