/*** KFZ ABTUFSCHEINE ***/
.extbase-debugger {
	/*display: none!important;*/
	
}

#c30 {
	scroll-margin-top: 200px;
}

/** Schriften **/
/* atkinson-hyperlegible-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/atkinson-hyperlegible-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/atkinson-hyperlegible-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/atkinson-hyperlegible-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} 

/* atkinson-hyperlegible-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/atkinson-hyperlegible-v11-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** Schriften ENDE **/

.pari-page .back-to-top:hover {
  background-color: transparent;
  color: #ce071e;
}

.pari-page .back-to-top {
  color: #ce071e86;
}

.accordion-item .accordion-body {
  padding-left: 0;
}


body {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 300;
  color: #111111;
  hyphens: auto;
  font-family: "Atkinson Hyperlegible", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Ubuntu, Arial, sans-serif;
 /* background-color: #38454e20 /*#f1ede5*/;*/
}

b, strong {
  font-weight: 600;
}

.text-right {
	text-align: right;
}

#page-content {
	margin-bottom: 1rem;
/*  outline: 2px solid green;*/
}
.breadcrumb .container {
/*	outline: 2px solid blue;*/
}
#page-footer > div > div {
/*	outline: 2px solid red;*/
}

body .jumbotron {
	background-color: #e0ebf5!important;
}


.pTitle {
  padding: 40px 0px; 
}

h1, .pTitle h1 {
  font-size: 2.25rem;
  align-self: flex-end;
  margin-bottom: 6.6666666667px;
  color: #38454e;
}

.h2, h2 {
    font-size: 2rem;
  }

.h3, h3 {
    font-size: 1.75rem;
	padding-top: 10px;
  }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ce071e;
  --bs-btn-border-color: #ce071e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0063a6;
  --bs-btn-hover-border-color: #0063a6;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0063a6;
  --bs-btn-active-border-color: #0063a6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0063a6;
  --bs-btn-disabled-border-color: #0063a6;
  margin: 1rem auto 2rem auto;
}

.btn {
   --bs-btn-border-radius: 0;
}

#page-wrapper {
	padding-top: 40px;
}
#navbarToggler .navbar-nav {
	margin-left: auto!important;
	margin-right: inherit!important;
}
.navbar-brand img {
	/*margin-bottom: 40px;*/
}
#main-navbar.shrink {
  height: auto;
  padding: 50px !important;
}
#main-navbar.navbar-shrink {
  padding: 0 !important;
}


/** SUBMENU **/


.submenu ul.nav.menusubpages.flex-column {
  flex-direction: inherit!important;
  gap: 2rem; 
}

.main-content .row.pageColumn {
  justify-content: space-between;
}


.menusubpages li a {
   background: #ce071e;
   color: #fff;
   
}
.menusubpages li a:hover,
.menusubpages li a:focus {
	background: #0063a6;
	color: #fff;	
}

.menusubpages li a:focus-visible {
  outline: 2px dotted #0063a6;
  outline-offset: 2px;
  box-shadow: none;
  color: #fff;
}

.menusubpages li a.active {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
	background: #0063a6;
	color: #fff;	
}

/**** CHECKMARK ***/

.formflexRadio label {
	display: flex;	
	padding: 0.325rem 1.5rem;
}

/* Customize the label (the checkboxContainer) */
.checkboxContainer {
  display: block!important;
  position: relative;
  padding-left: 3.5rem!important;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:inline-block;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #e0ebf586;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #0063a6;
}
.checkboxContainer input:focus ~ .checkmark {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255/ 25%);
}

/* disbaled style */
.checkboxContainer input:disabled ~ .checkmark {
	background-color: #eee;
	outline: 1px solid #ccc;
	box-shadow: none;
}
.checkboxContainer.disabled,
.checkboxContainer input:disabled {
	cursor: default;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkboxContainer .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 9px;
  left: 1.5rem;
  height: 18px;
  width: 18px;
  background-color: #eee;
  outline: 1px solid #0063a6;
}

/**** CHECKMARK ENDE ***/



/*** AKKORDION ***/
#page-content .accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-color: 0;
  --bs-accordion-border-width: 0;
  border-top: 2px solid #121212;
}

#page-content .accordion-item {
  border-bottom: 2px solid #121212;
}

.accordion-item h2, .fsc-default .accordion-item h2 {
  margin-bottom: inherit;
  max-width: inherit;
}

#page-content .accordion-item .accordion-button {
  color: #0063a6;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1.25px;
  padding: 1.5rem 0;
}
#page-content .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border: 0;
}

.accordion-button:focus, .nav-link:focus-visible, :focus-visible {
  outline: 2px dotted #0063a6;
  outline-offset: 2px;
  box-shadow: none;
}
.accordion-button:focus, .nav-link:focus-visible, :focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
#page-content .accordion-item .accordion-button::after {
  font-weight: 700;
  color: green;
}


.login legend {
	display:none;
}


/*** ANTRAGS-FORMULAR ***/

.tx-femanager .form-group {
	display: flex;
	margin-bottom: 20px;
	max-width: 600px;
	position:relative;
}

.tx-femanager .form-group.femanager_bereichsonstige {
	margin-bottom: 0px;
}

#femanager_field_txabrufscheinekfzbereichsonstige {
    margin-bottom: 20px;
}


.tx-femanager .form-group > div {
	flex-grow: 1;
	width: inherit;
}
.tx-femanager .form-group label {
	flex-grow: 0;
	flex-shrink:0;
	width: 270px;
}
.tx-femanager label.checkbox {
	display: flex;
	margin-bottom: 10px;
}
.tx-femanager label.checkbox > div:first-child {
	width: 40px;
	flex-grow:0;
	flex-shrink:0;	
}
.tx-femanager label.checkbox > div:last-child {
	flex-grow:1;
}

.tx-femanager .hide {
  display: none;
}
.feManagerValidation .alert.bg-danger h4,
.feManagerValidation .alert.bg-danger button {
  display: none; 
}

.feManagerValidation .alert.bg-danger {
	color: red;
	background-color: #ffffff!important;
	margin:0 0 5px 0;
	padding:0;
}
.has-error input {
	background-color: rgba(255,0,0,.1);
	outline: 2px solid red;
}

.tx-femanager .helptext {
	position:absolute;
	background: #0063a6;
	color: #fff;
	padding: 5px 15px;
	max-width: 420px;	
	left: 100px;
	top: 25px;
	cursor: pointer;
	z-index: 200;
	display: none;
}
.tx-femanager .togglehelp {
	cursor: pointer;
}
.togglehelp .fas {
	color: #0063a6;
	font-size: 1.25rem;
}


/**** News - Liste und Detail - START ***/


.news-single .news-backlink-wrap.category-3 a,
.ce-html .news-backlink-wrap.category-3 a {
	display: inline-block;
	clip-path: polygon(0 15%, calc(100% - 4px) 0, 100% 100%, 0 100%);
	padding: 10px 15px 5px 15px;
	color: #ffffff;
	background: #cc1f2f;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 600;
}
.aktuelles .fsc-default.category-2 a,
.news-single .news-backlink-wrap.category-2 a,
.ce-html .news-backlink-wrap.category-2 a {
	display: inline-block;
	clip-path: polygon(0 15%, calc(100% - 4px) 0, 100% 100%, 0 100%);
	padding: 10px 15px 5px 15px;
	color: #ffffff;
	background: #005DA8;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 600;
}

.aktuelles .fsc-default.category-1 a,
.news-single .news-backlink-wrap.category-1 a,
.ce-html .news-backlink-wrap.category-1 a {
	display: inline-block;
	clip-path: polygon(0 15%, calc(100% - 4px) 0, 100% 100%, 0 100%);
	padding: 10px 15px 5px 15px;
	color: #ffffff;
	background: #111111;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 600;
}

/** news Seite AKTUELLES **/

.news-list-view h3 {
	font-size: 2rem;
}
.list-group.news-list-view a {
	border-radius: 0;
	border-bottom: 2px solid #000;
/*	border-left: 0;
	border-right: 0;
	border-bottom: 0;*/
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.list-group.news-list-view a:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.news-list-view .list-group-item {
	padding: 0;
	border: 0;
}
.news-list-view .media figure.image {
    object-fit: cover;
    max-height: 340px;
	padding-right: 50px;
}
.aktGesuche header h2 {
	display: inline-block;
	clip-path: polygon(0 15%, calc(100% - 4px) 0, 100% 100%, 0 100%);
	padding: 10px 15px 5px 15px;
	color: #ffffff;
	background: #cc1f2f;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: .5rem;
}
.aktGesuche.mitteilungen header h2 {
	background: #111111;
}
.aktGesuche.termine header h2 {
	background: #005da8;
}

/** Detail **/


.news-single figcaption,
.gallery figcaption {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 2px;
  line-height: 1.125rem;
  margin-bottom: 20px;
}

.news-single .zweispaltig {
	display: flex;
	gap: 50px;
}
.news-single .zweispaltig .spalte_links {
	flex-grow: 1;
	width: 50%;
}
.news-single .zweispaltig .spalte_rechts {
	width: content-fit;
}
#page-content .news-single .outer.gallery {
  margin-top: 0;  
  max-width: 500px;
}

.news-single .news-backlink-wrap {
	margin-top: 2rem;
}

.news-single .news-related-wrap {
   margin-top: 3rem;
}
.news-single div.footer {
  font-size: 1.25rem;
  color: #111111;
  font-weight: 700;
  letter-spacing: 1px;
}

/**** News - Liste und Detail - ENDE ***/





footer {
  position: relative;
  padding: 40px;
  margin-top: 5rem;
 /* background-color: #38454e;*/ /*grau*/
  background-color: #0063a6; /*blau*/
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 160%;
}

footer a {
	color: #fff;
}



footer .fBook h3::after {
 font-family: "Font Awesome 6 Brands";
  content: "\f09a";
  color: #fff;
  margin-left: 2.5rem;
  height: inherit;
  font-weight: 600;
  position: absolute;
  transform: revert;
}
footer .insta h3::after {
 font-family: "Font Awesome 6 Brands";
  content: "\f16d";
  color: #fff;
  margin-left: 2.5rem;
  height: inherit;
  font-weight: 600;
  position: absolute;
  transform: revert;
}

















/************************************/
/***** MEDIA QUERIES *****/
/************************************/

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {


}


@media screen and (min-width: 993px) and (max-width: 1080px) {
  	
	.news-single .zweispaltig {
		gap: inherit;
		flex-wrap: wrap;
    }
	.news-single .zweispaltig .spalte_links {
       width: 100%;
	   order: 2;
    }
	.news-single .zweispaltig .spalte_rechts {
		width: 100%;
	}
	#page-content .news-single .outer.gallery {
        max-width: inherit;
		margin-bottom: 3rem;
    }
	
	#page-content .news-single .outer.gallery img {
	    width: 100%;
    }
}

@media screen and (max-width: 991px) {
	
	.news-list-view .media {
		flex-wrap: wrap;
	}
	.news-list-view .media figure {
	    margin-bottom: 20px;
	}
	
	.news-single .zweispaltig {
		gap: inherit;
		flex-wrap: wrap;
    }
	.news-single .zweispaltig .spalte_links {
       width: 100%;
	   order: 2;
    }
	.news-single .zweispaltig .spalte_rechts {
		width: 100%;
	}
	#page-content .news-single .outer.gallery {
        max-width: inherit;
		margin-bottom: 3rem;
    }
	
	#page-content .news-single .outer.gallery img {
	    width: 100%;
    }
}


@media screen and (max-width: 768px) {

}


@media screen and (max-width: 576px) {


}