/************** CUSTOM KWS **************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
--clr1: #54a1b5;
--clr2: #004b6a;
--text-clr: #4b4b4b;
--hellgrau: #fafafa;
}

body {
font-family: 'Raleway', sans-serif;
font-size: 1rem;
line-height: 1.42857143;
color: #4b4b4b;
background-color: #ffffff;   
}

/* ------- n3t-Cookie-Banner-Breite ---------*/
.cc_div .bar #s-inr {
  max-width: 44em !important;
}


/* ----------- Top-Bar ------------- */
.body-innerwrapper:not(#carouselKWS) #sp-top-bar{
background-color: var(--clr1);
}

.body-innerwrapper:has(#carouselKWS) #sp-top-bar{
background-color: transparent;
} 

@media (max-width: 575.98px) {
.body-innerwrapper:has(#carouselKWS) #sp-top-bar{
background-color: var(--clr1);
}     
}

#sp-top1 {  
width: 100% !important;  
float: right;
z-index: 2;
}

#sp-top2 {  
display: none;
}  

#sp-top1 > .sp-column {
display: inline;
text-align: right !important;
float: right;
}

#sp-top-bar i:hover {
opacity: 0.5;
}


#sp-top-bar .form-control{
width: 90%;
padding: .275rem .55rem;
font-size: 0.81rem;
line-height: 1.5;
}

#sp-top-bar .awesomplete{
display: snone;
}

#sp-top-bar .btn {
font-size: 0.875rem; 
color: var(--clr1); 
}

#sp-top-bar .btn-primary:hover, .sppb-btn-primary:hover {
border-color: var(--clr1);
background-color: var(--clr1);
}

#sp-top-bar .icon-search::before {
font-size: 1.275rem;  
color: #fff;
}

#sp-top-bar .icon-search:hover {
opacity: 0.5;
  }


@media (min-width: 992px) and (max-width: 1199.98px) {  
#sp-top-bar .form-control{
width: auto;
}

#sp-top1 {
float: right;
}

}
div.mod-languages ul li.lang-active {
background-color: rgba(255, 255, 255,.1) !important;
}

div.mod-languages ul li {
padding: 0px 5px 3px;
border-radius: 3px;
}

div.mod-languages ul li:hover {
background-color: rgba(255, 255, 255,.1) !important;
}

@media (max-width: 991.98px) { 
#sp-top1 span{
display: none;
} 
.fa-xl {
vertical-align: -.125em;
font-size: 1.1em;
line-height: .0416667em;
} 
}

/* ----------- Navi ------------- */

.sp-megamenu-parent > li > a {
text-transform: uppercase;
font-weight: 600;
}

.sp-megamenu-parent > li:last-child a{
padding-right: 10px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
padding: 10 15px;
line-height: 40px;
font-size: 0.875rem;
background-color: rgba(84, 161, 181,.4);
border-left: 1px solid var(--clr1);
border-right: 1px solid var(--clr1);
transition: background-color 700ms linear;
}

@media (min-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-size: 1.063rem;
}  
}

.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
background-color: rgba(84, 161, 181,.8);
border-left: 1px solid rgba(255, 255, 255,0.5);
border-right: 1px solid rgba(255, 255, 255,0.5);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
padding: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
padding: 2px 10px;
line-height: 34px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
padding-block: 2px;  
line-height: 22px;
}

@media (min-width: 1200px) {
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 1rem;
}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover, .sp-megamenu-parent .sp-dropdown li.active {
background-color: rgba(255, 255, 255, 0.1);
}

/* ----------- Breadcrumb ------------- */
.breadcrumb-item + .breadcrumb-item::before {
color: #ffffff;
font-weight: 300;
content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item .pathway {
font-size: 0.85rem;
}
    
.breadcrumb {
color: #ffffff;
font-size: 0.85rem;
text-transform: uppercase;
padding: 4px 10px 4px 0px;
margin-bottom: 1px;
background-color: var(--clr1) ;
border-radius: 0px;
}
.breadcrumb .divider {
padding-right: 10px;
}
.breadcrumb-item.active {
color: #ffffff;
font-weight: 600;
}
/* ----------- Offcanvas ------------- */

.burger-icon > span {
display: block;
height: 2px;
background-color: #ffffff;
margin: 5px 0;
transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
background-color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
line-height: 30px;
}  
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
 background-color: rgba(255, 255, 255, 0.1);
}


/* --------------- Header ---------------- */
#sp-header {
box-shadow: none;
}

#sp-header .logo {
margin-top: 0px;
}

.body-innerwrapper:not(#carouselKWS) #sp-header{
background-color: var(--clr1);
}

.body-innerwrapper:has(#carouselKWS) #sp-header{
background-color: transparent;
} 

#sp-header.header-sticky {
background-color: var(--clr1) !important;
}

.header-standard {
display: block;
height:174px;
width: 100%;
background-color: var(--clr1);
}

#sp-title {
margin-top: -174px;
z-index: 1;
}

@media (max-width: 575.98px) { 
#sp-title {
margin-top: -140px;
}   
}

#carouselKWS .carousel-caption {
right: 15%;
top: 26.1rem;
left: auto;
padding: 1.25rem;
color: var(--clr1);
text-align: center;
border-radius: 14px;
}

#carouselKWS .carousel-caption h5{
font-size: clamp(2rem, 0.6019rem + 3.8835vw, 4rem);
font-weight: 500;
text-transform: uppercase;
margin-bottom: 3.0rem;
backdrop-filter: blur(10px);

}

#carouselKWS .scroll-down{
position: absolute;
right: 15%;
bottom: 1.85rem;
left: 15%;
color: #fff;
text-align: center; 
}
#carouselKWS .scroll-down i{
color: #fff;
}
#carouselKWS .scroll-down i:hover{
color: var(--clr1);
}

@media (min-width: 576px) {
#carouselKWS .carousel-caption {
top: 9.1rem;
}
#carouselKWS .carousel-caption h5{
margin-bottom: 2.0rem;
}
}

@media (min-width: 768px) { 
#carouselKWS .carousel-caption {
top: 9.1rem;
}
#carouselKWS .carousel-caption h5{
margin-bottom: 2.0rem;
}
}

@media (min-width: 992px) { 
#carouselKWS .carousel-caption {
top: 13.1rem;
}
#carouselKWS .carousel-caption h5{
margin-bottom: 1.0rem;
}
}

@media (min-width: 1200px) { 
#carouselKWS .carousel-caption {
top: 15.1rem;
}
#carouselKWS .carousel-caption h5{
margin-bottom: 1.0rem;
}
}

@media (min-width: 1400px) { 
#carouselKWS .carousel-caption {
top: 19.1rem;
}
}

.certqua-logo {
  position: absolute;
  display: block;
  bottom: -10%;
  right: 8%;
  max-width: 10%;
}
@media (max-width: 767.98px) {
.certqua-logo {
  max-width: 15%;
}   
}

@media (max-width: 575.98px) {
.certqua-logo {
display: none;
}  
}

/* ----------- Side-Bar Sticky Kontakt-Button  ------------- */
.sticky-kontakt {
position: fixed;  
top: 50%;
right: -2px;
width: 50px;
height: 100px;
overflow: hidden;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sticky-btn-container {
display: grid;
place-items: center; 
width: 100%;
height: 50%;  
background-color: var(--clr1);
transition: background-color 700ms linear;
border: 1px solid #fff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.sticky-kontakt a, .sticky-kontakt a:focus {
font-size: 1.4rem;    
color: #fff;
}

.sticky-kontakt a:hover {   
color: var(--clr1);
}

.sticky-btn-container:hover, .sticky-btn-container:focus {
background-color: #fff;   
}

/* ----------- Hauptcontent ------------- */

/* ---
Dient dazu den Badge-Button "Featured" aauf der Startseite abzuschalten.
--- */
.article-details .featured-article-badge {
  display: none;
}
/* ---
Hinweis Ende
--- */

h1 { font-size: clamp(1.75rem, 1.4005rem + 0.9709vw, 2.25rem);font-weight: 400; word-break: break-word;}
h2 { font-size: clamp(1.45rem, 1.0655rem + 1.068vw, 2rem);font-weight: 400;word-break: break-word; }
h3 { font-size: clamp(1.25rem, 0.9005rem + 0.9709vw, 1.75rem);font-weight: 400; word-break: break-word;}
h4 { font-size: clamp(1rem, 0.8252rem + 0.4854vw, 1.25rem);font-weight: 400;line-height: 1.8rem; word-break: break-word;}
h5 { font-size: clamp(0.75rem, 0.6801rem + 0.1942vw, 0.85rem);font-weight: 400; word-break: break-word;}

.headline {
text-transform: uppercase;
text-align: center;
font-weight: 400;
line-height: 2.625rem;
margin-bottom: 3.75rem;
}
  
.headline::after {
content: " ";
display: block;
width: 100px;
width: 6.25rem;
border: 1px solid #4b4b4b;
margin: 10px auto;
}
/* ----------Text Spalten--------- */
.two-columns {
  column-count: 2;
  column-gap: 25px;
  column-rule: 2px solid #fff;
}
@media (max-width: 991.98px) { 
  .two-columns {
    column-count: inherit;
    column-gap: 25px;
  }   
}
.three-columns {
  column-count: 3;
  column-gap: 25px;
  column-rule: 2px solid #fff;
}
@media (max-width: 991.98px) { 
  .three-columns {
    column-count: 2;
    column-gap: 25px;
    column-rule: 2px solid #fff;
  }   
}
@media (max-width: 767.98px) { 
  .three-columns {
    column-count: inherit;
    column-gap: 25px;
    column-rule: 2px solid #fff;
  }   
}
/* ----------Text Spalten Ende--------- */

p, a {
font-family: 'Raleway', sans-serif;
font-size: 1rem;
font-size: 1rem;
line-height: 1.6em;
font-weight: 400;
}

p, ul, li, ol ,li{
hyphens: auto;
}
/* ----------Abstand Kontaktdaten der Ansprechpartner-Seite--------- */
#main_content_ap p {
margin-bottom: 0px;   
}
/* ---------- Ende--------- */
.first-letter::first-letter {
font-size: 160%;
color: var(--clr2);
} 

#sp-main-body ul li{
margin-bottom: 4px;
}

.liste1 li{
list-style-type: square;
}
.liste1 li::marker{
color: var(--clr2);  
font-size:1.5em;
}
.liste1 ul li::marker{
color: var(--clr1);  
}

.zahlen1 li{
list-style-type: inherit;
}
.zahlen1 li::marker{
color: var(--clr2);  
font-size:1.5em;
}

.letter li{
list-style-type: inherit;
line-height: 1.42857143;
}
.letter li::marker{
color: var(--clr2);  
font-size:1em; 
}

.paragraph {
color: var(--clr2); 
font-weight: 400;
font-size:1.5em;  
}

/* ---------- Liste Prüfterme ENDE------ */
a {
color: var(--clr1);
}

.text-blau {
color: var(--clr1);    
}

.text-grau {
color: #aeaeae;   
}

.bg-hellgrau {
 background-color: var(--hellgrau);   
}
.bg-dunkelgrau {
background-color: var(--clr2);   
}

.bg-blau {
background-color: var(--clr1);   
}

hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 2px solid #eeeeee;
}

.button1 {
color: #ffffff !important;
background-color: var(--clr1);
border: 1px solid #ffffff;
border-radius: 5px;
padding: 14px 24px;
font-weight: 400;
transition: background-color 700ms linear;
}

.button1:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid var(--clr1);
}

.button2 {
color: #ffffff !important;
background-color: #9da8af;
border: 1px solid #fff;
border-radius: 5px;
padding: 14px 24px;
font-size: 1.0rem;
font-weight: 400;
transition: background-color 700ms linear;
}

.button2:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid var(--clr1);
}

@media (max-width: 1199.98px) {
  .button2 {
  padding: 10px 20px;
  }  
  }
  
@media (max-width: 991.98px) {
.button2 {
padding: 8px 10px;
font-size: 0.8rem;
}  
}

.download-button {
color: #ffffff !important;
background-color: var(--clr1);
border: 1px solid #ffffff;
border-radius: 5px;
padding: 14px 24px;
font-weight: 400;
transition: background-color 700ms linear;
}
.download-button:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid var(--clr1);
}
.download-button::before {
content: "\f0ed";
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding-right: 4px;
}
.download-button::after {
content: "\f1c1";
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding-left: 8px;
}

.readmore a{
color: #ffffff !important;
background-color: var(--clr1);
border: 1px solid #ffffff;
border-radius: 5px;
padding: 14px 24px;
font-weight: 400;
transition: background-color 700ms linear;
}

.readmore a:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid var(--clr1);
}

.modal {
z-index: 10000;  
}

.image figcaption {
 color: #898989;
 font-size: small;
}

/* ----------- Windturm Marketing ------------- */
.windturm-stoerer {
position: absolute;
left: -40px;
top: -40px;
width: clamp(10rem, 8.5915rem + 6.0094vw, 14rem);
height: auto;
}
.windturm-stoerer img{
display: block;
transform: rotate(16deg);
animation: scale-3 3s ease 0s infinite normal none;
}
@keyframes scale-3 {
  0% {
	transform: scale(0.5);
  }

  100% {
	transform: scale(1),transform: rotate(16deg);
  }
}
@media (max-width: 767.98px) {
.windturm-stoerer {
left: 10px;  
top: auto;
bottom: 30px;
}  
}
/* ----------- Cards ------------- */
#cards-big{
position: relative;
color: #fff;
} 

#cards-big.row{
margin-left: 0px;
margin-right: 0px;
} 

.box {
display: flex;
flex-direction: column;
width: 100%;
}

#cards-big > .textblock{
flex-direction: column;
padding: 44px 28px 40px 40px;  
height: auto;
background-color: var(--clr2);  
}  

#cards-big2 {
position: relative;
color: #fff;
}

#cards-big2 .reihe1{
flex-direction: column;
}

#cards-big2 > .textblock{
padding: 44px 28px 40px 40px;  
height: auto;
background-color: var(--clr2);  
}  

#cards-big2 h3{
font-size: clamp(1.2rem, 0.5709rem + 1.7476vw, 2.1rem);  
text-transform: uppercase;
font-weight: 300;
}

#cards-big2 h3::after {
content: " ";
display: block;
width: 100px;
width: 6.25rem;
border: 1px solid #ffffff;
margin: 10px auto 10px 0px;
}

#cards-big h3{
font-size: clamp(1.2rem, 0.5709rem + 1.7476vw, 2.1rem);  
text-transform: uppercase;
font-weight: 300;
}

#cards-big h3::after {
content: " ";
display: block;
width: 100px;
width: 6.25rem;
border: 1px solid #ffffff;
margin: 10px auto 10px 0px;
}

#cards-big p {
font-size: 0.8rem;  
}

.card-button {
display: inline-block;
height: auto;
width: 100%;
margin-top: auto;
}

@media (min-width: 1200px) {
#cards-big p{
font-size: 1.0rem;  
}
}

@media (min-width: 576px) and (max-width: 991.98px) { 
#cards-big p{
font-size: 1.0rem;  
} 
}

@media (max-width: 1199.98px) {
#cards-big > .textblock{
padding: 24px 8px 20px 20px; 
}  
}

.agb li{
margin-bottom: 10px;
}
/* ----------  Image Hover Layer -------------*/
.bg__hellgrau {
  background-color: #fafafa;
}

.card-ani {
  position: relative;
  height: 110%;
  transition: all 0.35s ease-in-out;
}

.card-ani a {
  text-decoration: none;
}

.card-ani .overlay {
  height: 60px;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  background-color: #fff;
  margin-top: auto;
}

.card-ani .overlay p {
  opacity: 0;
  hyphens: auto;
}

.text :is(p, h3) {
  padding: 8px 6px;
  color: #4b4b4b;
}

.text :is(h3) {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.card-ani a:hover .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  overflow: hidden;
}

.card-ani a:hover .overlay p {
  opacity: 1;
}

.card-ani:hover {
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
}
/* ------------------Auswahlboxen mit Cards -------------------*/
#cardauswahl:hover, #cardauswahl:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#cardauswahl {
border: 1px solid #fff;
border-color: #fff;
}
#cardauswahl h5{
font-size: clamp(1.05rem, 0.9801rem + 0.1942vw, 1.15rem);
font-weight: 600;
text-transform: uppercase;
}
#cardauswahl h3{
font-size: clamp(1.65rem, 1.5801rem + 0.1942vw, 1.75rem);
margin-bottom: 1.42em;
}
/* ------------------  Counter -------------------*/
.kwsicon{
color: var(--clr1);
font-size: 5.9375rem;
font-weight: 600;
}

.counter-box span.kwsicon{
  display: block;
  margin-bottom: 3.0rem;
}

.counter-box h3{
font-size: 1.5rem;
font-weight: 600;
}

.counter-box h5{
font-size: 1.5rem;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 1.68rem;
}

.counter-box p{
font-weight: 200;
}

@media (min-width: 575.98px) and (max-width: 768px) { 
.kwsicon{
font-size: 4.0rem;
}  
.counter-box h3{
font-size: 1.2rem;
}
.counter-box h5{
font-size: 1.2rem;
margin-bottom: 1.18rem;
} 
}
/* ------------  Multi-Column-Carousel---------------*/
@media (max-width: 767px) {
#multiColumnCarousel .carousel-inner .carousel-item > div {
  display: none;
}
#multiColumnCarousel .carousel-inner .carousel-item > div:first-child {
  display: block;
}
}

#multiColumnCarousel .carousel-inner .carousel-item.active,
#multiColumnCarousel .carousel-inner .carousel-item-next,
#multiColumnCarousel .carousel-inner .carousel-item-prev {
display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  #multiColumnCarousel .carousel-inner .carousel-item-end.active,
  #multiColumnCarousel .carousel-inner .carousel-item-next {
transform: translateX(25%);
}

#multiColumnCarousel .carousel-inner .carousel-item-start.active, 
#multiColumnCarousel .carousel-inner .carousel-item-prev {
transform: translateX(-25%);
}
}

#multiColumnCarousel .carousel-inner .carousel-item-end,
#multiColumnCarousel .carousel-inner .carousel-item-start { 
transform: translateX(0);
}

#multiColumnCarousel .card {
border: 0px;
  
}

/* ----------  Multi-Column-Carousel-Ende------------*/

/* -------------- Zitate ---------------- */
#zitate em {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.125rem;
}
#zitate .zitat-box {
  display: flex;
flex-direction: column;
height: auto;
}
#zitate .zitat-text {
margin-bottom: 30px;
}

#zitate .zitat-footer {
  display: inline-block;
  height: auto;
  width: 100%;
  margin-top: auto;
}
#zitate .zitat-info {
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  width: 85%;
}

#zitate .zitat-picture {
  width: 15%;
  display: table-cell;
}


/* ----------- Tabellen-Schemata ------------- */

.tbl-gestreift tr:nth-child(odd){
color: var(--text-clr);
background-color: var(--hellgrau);
}
.tbl-gestreift tr:nth-child(even){
color: var(--text-clr);
background-color: #ffffff;
}
/* -----Schemata 1 ----- */
.tbl1 td,th {
 padding: 8px 6px;   
 border: 1px solid rgba(0,0,0,0.2);
 text-align: center; 
}

.tbl1 tr:nth-child(1) {
color: #ffffff;
background-color:var(--clr2);  
}

.doppel-head tr:nth-child(2) {
color: #ffffff;
background-color:var(--clr2);  
}

.tbl1 .tbl-button {
color: #ffffff !important;
background-color: var(--clr1);
font-weight: 400;
padding: 10px 16px;
border: 1px solid rgba(0, 75, 106,0.4);
transition: background-color 700ms linear;
white-space: nowrap;
}

.tbl1 .tbl-button:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid rgba(0, 75, 106,0.4);
}

/* -----Schemata 2 ----- */
.tbl2 th {
color: #fff;
background-color: var(--clr2);  
padding: 8px 10px;
}
.tbl2 td {
background-color: var(--hellgrau);  
padding: 8px 10px;
border-bottom: 1px solid rgba(0, 75, 106,0.4);
border-left: 1px solid rgba(0, 75, 106,0.4);
}

.tbl2 td:last-child {
padding: 0px;
}

.tbl2 td:first-child {
font-weight: 600;
}

.tbl2 .tbl-button {
color: #ffffff !important;
background-color: var(--clr1);
font-weight: 400;
padding: 10px 16px;
border: 1px solid rgba(0, 75, 106,0.4);
transition: background-color 700ms linear;
white-space: nowrap;
}

.tbl2 .tbl-button:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid rgba(0, 75, 106,0.4);
}

.bi-check2-square {
  color: #62a651;
}
/* ------------- Info-Slider Bildungsangebote --------------- */
#carouselKwsSlider2 .carousel-inner {
padding-left: 5%;
padding-right: 8%;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
filter: none;
background-color: #54a1b5;
padding: 15px;
border-radius: 5px;
}
.carousel-control-next, .carousel-control-prev {
width: 10%;
}

#carouselKwsSlider2.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2354a1b5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#carouselKwsSlider2.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #fff;
}

#carouselKwsSlider2 .carousel-caption {
position: inherit;
margin-left: 10%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: var(--text-clr);
text-align: left;
}

#carouselKwsSlider2 .carousel-caption h5{
font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.1rem);
background-color: rgba(255, 255, 255, 0.7);
}

#carouselKwsSlider2 .carousel-caption p{
margin-bottom: 40px;
}

@media (max-width: 767.98px) { 
#carouselKwsSlider2 .carousel-inner {
padding-left: 0px;
padding-right: 0px;
}  
#carouselKwsSlider2 .carousel-caption {
height: 20em;  
margin-left: 0px;
} 
}

/* ------------- Tabs --------------- */
#myTab1 .nav-item{
background-color: var(--hellgrau);
border: 2px solid #fff;
}
#myTab1 .nav-item a{
color: var(--text-clr);
}
#myTab1 .nav-item a.active, #myTab1 .nav-item a:hover{
color: #ffffff;
background-color: var(--clr1);
}
/* ------------- FAQ-Auswahl --------------- */
.filterDiv {
  background-color: #fafafa;
  color: #4B4B4B;
  margin: 2px;
  display: none;
  padding: 1.75rem 1.875rem 1.75rem 1.875rem;
}

.show {
  display: block;
}       
/* Style the filter buttons */
#myFilterBtnContainer .filterBtn {
border: none;
outline: none;
border-radius: unset;
padding: 6px 16px;
background-color: #fafafa;
cursor: pointer;
transition: background-color 1000ms linear;
}

#myFilterBtnContainer .filterBtn:hover {
color: #ffffff;
background-color: #61bdd5;
}

#myFilterBtnContainer .filterBtn.active {
background-color: #61bdd5;
color: white;
}
/* ------------- Kategorie Blogs --------------- */
#sp-component .blog div.row .article h2 a{
  font-size: 1.45rem;
}

#sp-component .blog div.row .article {
  position: relative;
  height: 100%;
}

#sp-component .blog div.row .article .article-body div.readmore {
  position: absolute;
  bottom: 18px;
  padding-top: 20px;
  z-index: 0;
}
.stellenanzeigen .col-lg-12 {
 margin-bottom: clamp(1rem, 0.6479rem + 1.5023vw, 2rem); 
}

.stellenanzeigen > .sp-module-title {
font-size: clamp(1.45rem, 1.0655rem + 1.068vw, 2rem);
margin: 2em 0; 
text-align: center;
}

.stellenanzeigen > .sp-module-title::after {
  content: " ";
  display: block;
  width: 100px;
  width: 6.25rem;
  border: 1px solid #4b4b4b;
  margin: 10px auto;
}

#sp-component .blog div.row .article {
background-color: var(--hellgrau);
margin-bottom: 40px;
}

#sp-component .blog div.row .article:hover, #sp-component .blog div.row .article:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* ----------- Downloads Seite  ------------- */
#download-container .download-items ul{
display: grid;
grid-template-rows: auto auto auto auto;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
column-gap: 1.5rem;
}

#download-container .download-items ul li{
display: grid;
grid-template-rows: subgrid;
grid-row: span 4;
row-gap: 1rem;  
list-style-type: none;
position: relative;
margin-bottom: 5rem; 
}

#download-container .download-items ul li .download-headline {
display: block;
width: 100%;
height: auto;
padding: 0.4rem;
font-weight: bold;
color: #fff;
background-color: var(--clr2);
margin-bottom: 1rem;
}

#download-container .download-items ul li .download-artikelinfos {
display: block;
width: 100%;
height:20px;
padding: 0.4rem;
font-size: small;
margin-top: -1rem;
margin-bottom: 1rem;
}

#download-container .download-items ul li img {
margin-bottom: 0.5rem;
border: 1px solid #eee;  
}

#download-container .download-items ul li .download-text {
display: inline-block; 
margin-bottom: 0.5rem;
}

#download-container .download-items .download-button {
display: block;
}

#download-container .download-items .download-button a {
display: inline-block;
height: auto;
color: #ffffff !important;
background-color: var(--clr1);
border: 1px solid #ffffff;
border-radius: 5px;
padding: 14px 24px;
font-weight: 400;
transition: background-color 700ms linear;
}

#download-container .download-items .download-button a:hover {
color: var(--clr1) !important;
background-color: #ffffff;
border: 1px solid var(--clr1);
}

#download-container .download-items .download-button a::before {
content: "\f0ed";
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding-right: 4px;
}
#download-container .download-items .download-button a::after {
content: "\f1c1";
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding-left: 8px;
}
/* ----------- Prüftermine Seite  ------------- */
#prueftermineHead {
display: grid;
grid-template-rows: repeat(auto-fit, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 1px 1px;
width: 100%;
height: 100%;
}
#prueftermineHead .pthead{
padding: 0.5rem;
color: #fff;
background-color: var(--clr2);
font-weight: bolder;  
}

#prueftermineListe ul{
padding-left: 0px;
background-color: rgba(0,0,0,0.2);  
}

#prueftermineListe ul li{
display: grid;
grid-template-rows: repeat(auto-fit, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 1px 1px;
width: 100%;
height: 100%;
list-style-type: none;
}

#prueftermineListe ul li span{
display: grid;
grid-template-columns: subgrid;
column-gap: 5px;
background-color: var(--hellgrau);
padding: 0.5rem;
}
/* ----------- Aktuelles Modul Startseite  ------------- */
#aktuelles-start .mod-articlesnews-horizontal{
row-gap: 0rem;
}
  
#aktuelles-start .mod-articlesnews-horizontal li{
display: grid;
row-gap: 0rem;
grid-template-rows: subgrid;
grid-row: span 4;
height: auto;
background-color: var(--hellgrau);
}

#aktuelles-start .mod-articlesnews-horizontal li:hover, #aktuelles-start .mod-articlesnews-horizontal li:focus{
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#aktuelles-start .mod-articlesnews-horizontal li > h4 {
font-size: clamp(0.825rem, 0.1564rem + 1.0784vw, 1.1rem);
padding: 8px 15px;
color: #fff;
background-color: var(--clr2);
}

#aktuelles-start .mod-articlesnews-horizontal li > p {
padding: 8px 15px;
}

#aktuelles-start .mod-articlesnews-horizontal .readmore {
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 15px;
}
/* ----------- Ansprechpartner  ------------- */
.hb1 {
    margin-top: 1.5em;  
  }
.hbsub {
  margin-top: 1.5em;  
  margin-bottom: 1em;
}

#artikel_ap img {
max-width: 60%;
}

#main_content_ap img {
max-width: 60%;
}

@media (min-width: 576px) { 
.float-kreis-left, .float-kreis-right {
  shape-outside: circle();  
}
}



/* ----------- Kontakt Seite ------------- */
.kontakt td{
line-height: 1.6rem;
} 

/* ----------- Bottom Kontakt Info ------------- */

.grid-center {
display: grid;
place-items: center;
}

.footerkontakt h5{
color: #fff;  
font-size: clamp(1.4rem, 1.1204rem + 0.7767vw, 1.8rem);
font-weight: 400;
}
:is(#sp-bottom-kontakt-info) :is(h1,h2,h3,h4,p,a) {
  color: #fff;  
}
/* ---
#sp-bottom-kontakt-info a {
padding: 6px 6px;
}

#sp-bottom-kontakt-info a:hover {
background-color: rgba(255, 255, 255,0.1);
border-radius: 5px; 
}
----- */


/* ----------- Bottom Boxen ------------- */
#sp-bottom {
line-height: 1.8; 
font-size: 0.875rem;
}

#sp-bottom h5 {
font-size: 1.2rem;
margin-bottom: 14px;
text-transform: uppercase;
}

#sp-bottom a {
color: #ffffff !important;
padding: 6px 6px;
font-size: 14px;
}
#sp-bottom a:hover {
background-color: rgba(255, 255, 255,0.1);
border-radius: 5px;
}
/* ----------- Footerlinks ------------- */

.footerlinks a{
color: #ffffff !important;
padding: 6px 6px;
}

.footerlinks a:hover{
background-color: rgba(255, 255, 255,0.1);
border-radius: 5px;
}
.sp-scroll-up {
  color: #fff;
  background: #54a1b5;
  border: 1px solid rgba(255, 255, 255,0.1);
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #54a1b5;
  background: #fff;
  border: 1px solid #54a1b5;
}

.kursliste h2 {
    background-color: var(--clr2);
    color: white;
    text-align: center;
    /*padding-left: 1rem;*/
}

.kursliste h3 {
    font-weight: 600;
    color: black;
    padding-left: 1rem;
}

.kursliste h4 {
    color: black;
    padding-left: 1rem;
}

.kursliste p {
    color: black;
}

.kursliste a {
    color: black;
}

.kursliste h3 a {
    font-weight: 600;
}

.kursliste ul {
    list-style-type: none;
    margin-left: 0rem;
    background-color: var(--hellgrau);
}

.kursliste ul li {
    text-decoration: underline;
    padding-block: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding: 0.2rem;
    /*padding: 0.5rem;*/
}

.kursliste ul li.ausgebucht {
    text-decoration: line-through;
    color: black;
}

/* ----------  Grid mit zwei Reihen und vier Spalten -----------*/
#cssportal-grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 0.6rem;
}

.gridbox3 {
    /*background-color: rgba(105, 133, 117, 0.1);*/
    padding: 16px 6px;
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    height: auto;
}

