/* ============================================
   BASIC.CSS - Hauptstylesheet
   ============================================
   
   INHALTSVERZEICHNIS:
   1. FONTS & TYPOGRAFIE (Zeile 30)
   2. RESET & BASIS-ELEMENTE (Zeile 95)
   3. KOMPONENTEN - Pflegeeinrichtung (Zeile 115)
   4. KOMPONENTEN - Teaser (Zeile 155)
   5. KOMPONENTEN - Beratung (Zeile 240)
   6. FORMULARE (Zeile 410)
   7. KOMPONENTEN - Kontaktbox & Pagination (Zeile 480)
   8. WABEN-TEASER (Zeile 580)
   9. BILDER & GALERIE (Zeile 700)
   10. NEWS (Zeile 800)
   11. BUTTONS (Zeile 900)
   12. LINKS & TYPOGRAFIE (Zeile 930)
   13. ÜBERSCHRIFTEN (Zeile 1020)
   14. HEADER & NAVIGATION (Zeile 1110)
   15. LAYOUT-HELFER (Zeile 1270)
   16. LOGO & HEADER-ELEMENTE (Zeile 1290)
   17. FOOTER (Zeile 2250)
   18. TEAM (Zeile 1120)
   19. MEDIA QUERIES (verteilt)
   20. PRINT STYLES (Zeile 3160)
   
   ============================================ */


/* ============================================
   1. BLUR-EFFEKTE & SCROLL-VERHALTEN
   ============================================ */

body.body-blur .ani,
body.body-blur #content {
  filter: blur(3px) ;
  transition: filter 0.3s ease;
}
body.body-blur .pflegeeinrichtung-kontaktbox {
  display: none;
}

/* Ankerziele um 200px nach unten verschieben, damit Navigation nicht darüber liegt */
[id] {
  scroll-margin-top: 200px;
}

/* ============================================
   2. FONTS & TYPOGRAFIE
   ============================================ */

/* pt-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - 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: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600italic - 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: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* ============================================
   3. RESET & BASIS-ELEMENTE
   ============================================ */

html {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 17px;
}

body {
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 1rem;
  background-size: 8px 8px;
  color: #33322f;
}
ul.smaller li a, .psmall p {
  font-size: 16px;
}
.psmall  {
min-width: 292px;

}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 20px;
}

/* ============================================
   4. KOMPONENTEN - Pflegeeinrichtung
   ============================================ */

.frame-indent {
    margin-left: 8%;
    margin-right: 8%;
}


.pflegeeinrichtung-berschrift {
  width: 100%;
    padding: 30px 0;
    color: #fff;
    background-color: #123559;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.pflegeeinrichtung-logo {
  width: 100%;
  margin: 60px auto;
}
.pflegeeinrichtung-logo-text h2 {
  font-size: 40px;
  line-height: 43px;
  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.pflegeeinrichtung-logo-text h3 {
  font-size: 30px;
    line-height: 32px;
    color: #838383;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
a.banner-link img {
width: 35px;
   
    margin-left: 104px;
    margin-top: 18px;
    transition: transform 0.3s ease;
}

a.banner-link:hover img {
    transform: scale(1.2);
}
.lightboxOverlay {

  z-index: 100000009999!important;
}
#lightbox {
  z-index: 1000000099990!important;
}
/* ============================================
   5. KOMPONENTEN - Teaser (Bild-Text)
   ============================================ */

/* Fade-in Animation beim Scrollen */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.container-teaser {
  width: 100vw;
  display: grid;
  grid-template-columns: 50% 5% 45%;
  margin: 60px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;    margin-bottom: 115px;
}

.container-teaser_left {
  grid-column: 1 / 3;
  grid-row: 1;
  width: 100%;
  margin-bottom: 0!important;
  min-height: 350px;
  z-index: 10; /* Lower z-index so image can be on top if desired, or adjust as needed */
}

.container-teaser_left.teaser-text {
  background-color: #007A7D;
    position: relative;
    padding: 60px;
    padding-left: 100px;
    color: #fff;
    border-radius: 0 90px 0 0;
    height: 100%; /* Fill the grid cell */    padding-right: 110px;
}

.container-teaser_left.teaser-text.rot {
  background-color: #007A7D;
;
}

.container-teaser_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-teaser_right {
   grid-column: 2 / 4;
   grid-row: 1;
   width: 100%;
    min-height: 353px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px; /* Shift down by 80px */
    margin-bottom: 0;
    z-index: 30; /* Higher z-index to be on top */
    overflow: hidden;
    padding-bottom: 38% !important;top: 91px;
}

.container-teaser_right .swiper-container,
.container-teaser_right .swiper-wrapper,.swiper-wrapper2,
.container-teaser_right .swiper-slide {
  height: 100%;
  width: 100%;
}

.container-teaser_right .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.container-teaser_subtitle {
  font-size: 1.2rem;text-transform: uppercase;
}
.container-teaser_title {
  font-size: 2.2rem;
  font-family: 'Nunito Sans';
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
  color: #fff;
}
.container-teaser_text {
  font-size: 1.2rem;
}
.container-teaser_link {
  font-size: 1.2rem;
}
.linkbutton2 {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.linkbutton2:focus {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.container-teaser .btn:not(:disabled):focus, .container-teaser .btn:not(:disabled):hover, .container-teaser .cc-btn:not(:disabled):focus, .container-teaser .cc-btn:not(:disabled):hover {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .55);
}


/* ============================================
   6. KOMPONENTEN - Beratung
   ============================================ */

.container-beratung-left {
  width: 20%;  float: left;
}
.container-beratung-right {
  width: 80%;  float: left;
}

.beratung-h2 {
  font-size: 2.2rem;
    line-height: 3.2rem;
    color: #746F6F;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.beratung-icon-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  margin: 1rem 0;
  list-style: none;/* height: 65px; */
}
.beratung-icon-text-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 1.8rem auto 3em;
  list-style: none;
  gap: 1.5rem;height: 65px;
 
}
.beratung-icon-text-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: calc(10% - 3rem);
}

.beratung-icon-text-2 .beratung-icon-text-items {
  width: 150px;
  margin: 0;
}
.beratung-button {
  text-align: center;
}
@media (max-width: 768px) {
 #c1216 {
  padding-top: 0;
 }

 .container-teaser {
    display: block;
 }
 
  .container-teaser_left,
  .container-teaser_right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
 .container-beratung-left img {
    border: 0;
    width: 200px;
    height: auto;
    margin-bottom: 32px;
}
.container-beratung-left {
  width: 100%;  float: left;        text-align: center;
}
.container-beratung-right {
  width: 100%;  float: left;
}

}
/* Responsive styles for beratung component */
@media (max-width: 992px) {
  .beratung-icon-text-items {
    width: calc(33.33% - 3rem);
  }
  
  .beratung-icon-text-2 {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .beratung-icon-text-items {
    width: calc(50% - 3rem);
  }
  
  .beratung-icon-text-2 {
    max-width: 500px;
  }
  
  .beratung-icon-text-2 .beratung-icon-text-items {
    width: 160px;
  }
}

@media (max-width: 576px) {
  .beratung-icon-text-items {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
  }
  
  .beratung-icon-text-2 {
    max-width: 100%;
    gap: 0.5rem;
  }
  
  .beratung-icon-text-2 .beratung-icon-text-items {
    width: 140px;
    margin: 0.5rem;
  }
}

.beratung-icon {
  margin-bottom: 1rem;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.beratung-text-rot, .beratung-titel {
  text-align: center;
  font-size: 25px;
  font-family: "Nunito Sans";
  font-weight: 700;
  color: #036264;
}
.beratung-text-rot a, .beratung-titel a {
  color: #036264;
}
.beratung-text-rot a:hover, .beratung-titel a:hover {
  color: #036264;
  text-decoration: none;
  font-size: 28px;
  transition: font-size 0.3s ease;
}


.beratung-icon-text2 {
margin: 80px 0;
text-align: center;
}

.frame-2, .frame-layout-2 {
  position: relative;
  padding: 70px 0;
}
.frame-2:before,.frame-layout-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f9f9fb;
}
a.headline-anchor, a.headline-anchor:hover {
  color:#fff;
  cursor: default; /* Setzt den Cursor auf den Standardzeiger */
}
select:focus {
  outline: none; /* Entfernt den Standard-Fokusrahmen */
  box-shadow: none; /* Entfernt den Schatten, falls vorhanden */
}
/* ============================================
   7. FORMULARE
   ============================================ */

label.form-control4 {
  position: relative;
  display: inline-block;
    margin-bottom: 40px;

}
label.form-control4::before {
    content: '';
    height: 2em;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;

    /* background: -webkit-linear-gradient(#fff, #f0f0f0); */
    /* background: -moz-linear-gradient(#fff, #f0f0f0); */
    /* background: linear-gradient(#f5f5f5, #e0e0e0); */
    background: #fff; /* for Firefox in Android */

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
  }

label.form-control4::after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #aaa transparent transparent transparent;
    pointer-events: none;
  }

  select.form-control2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 30px 9px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    line-height: normal;
    height: auto;
    /* box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2); */
    background: #fff;
    /* min-width: 200px; */
    margin: 0 5px 5px 0;
    font-size: 20px;
    width: 300px;
  }
  .news-select {
    width: 100%;
    display: block;
    text-align: right;
}
li {
 font-size: 1.2rem;
 margin-bottom: 5px;    padding-left: 9px;

}
 .powermail_fieldset {
  padding: 0;
}
.tx-powermail h3 {
  display: none;
}
/* ============================================
   8. KOMPONENTEN - Kontaktbox & Pagination
   ============================================ */

.pflegeeinrichtung-kontaktbox {
  position: fixed;
  top: 364px;
  right: 0px;
  z-index: 100000009999;
  width: 331px;
  /* height: 162px; */
  background-color: #fff;
  border-radius: 20px 0px 0 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .55);
  border: 3px solid #000;
  padding: 20px;
  text-align: center;
  border-right: 0;
  font-size: 30px;
  padding-top: 36px;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}

.pflegeeinrichtung-kontaktbox.faded {
  opacity: 0;
  pointer-events: none;  font-weight: 400;
}
.pflegeeinrichtung-kontaktbox a {
  font-size: 18px;
  display: block;
}

.page-navigation {
  color: #949494;
  font-size: 15px;
  text-align: center;
  width: 99%;
  margin-bottom: 80px;
  /* float: left; */
}
.news .page-navigation p {

padding-left: 23px;
}
.news .f3-widget-paginator p {
  float: left;
}

.news ul.f3-widget-paginator {
  color: #949494;
  font-size: 15px;
  /* width: 370px; */
  text-align: center;
  margin: auto;    margin-top: 40px;
}

.news ul.f3-widget-paginator li {
  float: left;
  display: block;
  background: none;
  margin-right: 12px;
}

.news ul.f3-widget-paginator li a {
  display: block;
  font-size: 18px;
  color: #036264;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #036264;
  text-decoration: none;
}

.news ul.f3-widget-paginator li a:hover {
  color: #036264;
  background: #ebf4f4;
  border: 1px solid #036264;
}

.news ul.f3-widget-paginator li.current {
  color: #036264;
  font-size: 18px;
  padding: 6px 14px;
  border: 1px solid #036264;
  background: #ebf4f4;
}

@media (max-width: 900px) {

  .col.psmall {
    width: 100%;
    min-width: 100%;
    margin-bottom: 42px;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
  }
}

.rs-module-wrap {
  margin: initial !important;
}

/* ============================================
   9. WABEN-TEASER
   ============================================ */

.wabe {
  width: 944px;
  height: 620px;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.wabe-innen {
  width: 200px;
  height: 200px;
  float: left;
}

.teaser_2_item_img {
  background-position: 2px -21px;
  width: 375px;
  height: 350PX;
  background-size: 372px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%);
}

.teaser_2_item_img:hover {
  /* filter: blur(0px);
  -webkit-filter: blur(0px); */
}

.wabe-innen-img:first-child {
  left: 0;
}

.wabe-innen-img:nth-child(2) {
  left: 284px;
  top: 171px;
}

.wabe-innen-img:nth-child(3) {
  left: 568px;
}

.wabe-innen-img {
  position: absolute;
}

.wabe-innen-text {
  z-index: 1000;
  top: 0;
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.4);
  /* Black background with 0.5 opacity */
  width: 100%;
  height: 335px;
  /* Full width */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover {
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.0);
  /* Black background with 0.5 opacity */
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover>.wabe-innen-text-inner {
  opacity: 0.0;
}

.wabe-innen-text-inner {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 63px;
  padding: 0 50px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 375px;
  height: 100%;
  position: absolute;
  display: table;
}

.wabe-innen-text-inner-center {
  display: table-cell;
  vertical-align: middle;
  width: 375px;
  height: 100%;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 400px;
}

.img100 {
  position: relative;    margin-top: 180px;    margin-bottom: 0px;
}

.img100text_wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.img100text {
  font-size: 45px;
  color: #fff;
  padding: 3px 20px;
}

.news-img-caption {
  color: #949494;
  font-size: 17px;
  padding-top: 5px;
}

.img-max {
  margin-top: 40px;
  max-width: 1200px;
}

.nopadding {
  padding: 10px;
  padding-bottom: 0;
}

/* .frame-type-text ::before {
  display: block;
  content: "";
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
} */

.max1000 {
  padding: 0 50px;
  /* max-width: 1600px!important;
margin: initial; */
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: right;
  padding-top: 6PX;
  font-size: 16px;
  color: #949494;
}

/* ============================================
   10. BILDER & GALERIE
   ============================================ */

img {
  border: 0;
  width: 100%;
  height: auto;
}
.pflegedienste {
  margin-bottom: 30px !important;
  min-height: 660px;
  padding-bottom: 14px !important;
}
.pflegedienste-jobs {
  margin-bottom: 30px !important;
 /*  min-height: 360px; */
  padding: 25px;
  padding-bottom: 14px !important;
}

.pflegedienste-jobs h3.head {
    font-size: 27px;
    line-height: 36px;
    color: #036264;
    margin-bottom: 6px;
    display: inline-flex;
}

 .pflegedienste-jobs  .teaser-wrap {
    padding: 8px;
    width: 100%;
    display: grid;
}
.pflegedienste-jobs .teaser-pflege {
 min-height: 0;
}
.pflegedienste-jobs .teaser-pflege-wrap {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;

}

.pflegedienste-jobs a.more
 {
   
    margin: 0;
 }

.teaser-pflege-wrap {
      margin-top: 15px;
    display: inline-block;
}
.news-single .teaser-text  p {
       margin-bottom: 8px;
    font-weight: 800;
    font-size: 22px !important;
  
    padding-bottom: 20px;
}


.news-img-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 16 / 9; /* Festes Seitenverhältnis */
}

.news-single .news-img-wrap {

  aspect-ratio: auto;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 35px;
}

.news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Bild wird zugeschnitten, nicht verzerrt */
  object-position: center;
}
span.news-category {
        float: left;
    padding-bottom: 10px;
    font-size: 18px;
    
    color: #036264;
    padding-left: 0;
    width: 100%;
}
span.news-category-jobs {
      float: left;
    padding: 8px;
    font-size: 23px;
    /* border: 1px solid; */
    border-radius: 30px;
    margin: 4px 4px 12px 0px;
    color: #515151;
    font-weight: bold;
}


.tagcloud {
  margin: 60px 0;
}
.center {
  text-align: center;
}
.pl-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px 8px; /* row-gap column-gap */
  list-style: none;
  padding-left: 0;
  margin: 52px 0 100px;
}
.pl-list li {
  list-style: none;
  margin: 0; /* spacing handled by gap */
  list-style-type: none!important;
  margin-bottom: 21px;
}
.pl-trigger {
  display: inline-block;
  padding: 17px;
  font-size: 20px;
  border: 1px solid;
  border-radius: 30px;
  color: #131313;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.12s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap; /* keep tags on one line */
}
.pl-trigger:hover {
  text-decoration: none;
  background-color: #036264;
  color: #fff;
  outline: none;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
.pl-trigger:active {
  transform: scale(0.98);
}
.news-img-wrap a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
 
}
.teaser-wrap {
  padding: 8px
}
.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff;
}
.pflegedienste-jobs {
  background: #f4f4f4!important;
}
.news-img-wrap:hover a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03)
}
.mb-3 {
 /*  overflow: hidden; */
}
.pflegeSwiper  {
  margin-bottom: 50px;
}
.linkbutton {
  display: block;
  margin: 30px 10px 10px 0:
}

/* ============================================
   11. BUTTONS
   ============================================ */

.btn, .cc-btn {
  border-radius: 0.55rem;
    background: 0 0;
    /* text-transform: uppercase; */
    font-size: 1.1rem;
    color: #000;
    /* box-shadow: 0 0 1rem 0 rgb(0 0 0 / 25%); */
    border: 0;
    padding: 4px;
    transition: all .1s 
ease-out;
    background-color: #ffffff;
    margin: 30px 10px 10px 0;
    min-width: 194px;
    border: 1px solid #000;
}

.btn:not(:disabled):focus, .btn:not(:disabled):hover, .cc-btn:not(:disabled):focus, .cc-btn:not(:disabled):hover {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0,  0.25);border: 1px solid #000;
}

p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin: 0 0 1.2rem 0;
  /* letter-spacing: -.7px; */
}


/* ============================================
   12. LINKS
   ============================================ */

a {
  color: #E71F64;
  text-decoration: none;
  /* -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out; */
}

a.pic-link {
  position: absolute;
  top: -50px;
  max-width: 200px;
  right: 33px;
  z-index: 1000000000;
}

a.pic-link:hover {
  opacity: 0.5;
}

a:hover, a:focus {
  color: #094455;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.abstandoben {
  margin-top: 40px;
  padding: 50px;
  padding-top: 0;
}

span.news-list-date {
  margin-bottom: 30px;
  display: block;
}

/* ============================================
   13. ÜBERSCHRIFTEN
   ============================================ */

h1, h2, h3, h4 {
  font-family: "Nunito Sans";
  font-weight: 700;
}
/*teaser startseite*/
.container-wrap {
  width: 100%;
  margin: auto;
}
.container-h1 {
  
    margin-bottom: 45px;
}
.container-h1 p {
  font-size: 20px;    margin-bottom: 13px;
}


.container-h1  h1 {
  padding-left: 0px;
margin-bottom: 0;
margin-top: 0;
}
span.h1-span {
  display: block;
  margin-left: 100px;

}
p.p-1, p.p-2 {
  font-size: 28px;
  text-align: center;
line-height: 41px;
    color: #036264;
  
    padding: 0 !important;
    padding-left: 112px !important;
    box-sizing: border-box;    margin-bottom: 6px;
}
p.p-1 {

  
}
p.p-2 {
  font-weight: bold;
  margin-bottom: 80px;
  padding: 0 !important;
  padding-left: 112px !important;
  box-sizing: border-box;
}

h1 {
  font-size: 45px;
  line-height: 54px;
    color: #036264;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    
}
.news-single p.news-img-caption {
  font-size: 15px;
}

.teaser-pflege .news p {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 600;
}


.news-single h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  
  margin-top: 2.5rem;
  margin-bottom: 2rem;

}
.news-text-wrap {
  margin-bottom: 40px;
}
.teaser-pflege {
  min-height: 80px;
}
h2 {
 font-size: 40px;
    line-height: 48px;
  color: #036264;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  
}
h3 {
  font-size: 27px;
  line-height: 39px;
  color: #036264;
  margin-top: 0rem;
  margin-bottom: 0rem;
  
}
h3.head {
   font-size: 23px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}


h4 {
  font-size: 20px;
  line-height:36px;
  color: #746F6F;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  
}



h5 {
  font-size: 20px;
    line-height: 53px;
    color: #746F6F;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    
}

.mega-menu li {
  font-size: 18px;
  list-style-type: none !important;
  margin-bottom: 14px;
  line-height: 32px;    padding-left: 0;
}

.mega-menu ul {
  padding-left: 20px;
}



/* ============================================
   14. HEADER & NAVIGATION
   ============================================ */

.header {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  height: 191px;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* ============================================
   15. TEAM
   ============================================ */

.team {
  display: block;
  /* min-height: 750px; */
  /* min-height: 487px; */
  margin-bottom: 20px;
      background: #F7F7F7;
    border-radius: 37px;
}

.team-video {
  /* min-height: 360px; */
  /* background: #ECECEC; */
 /*  min-height: 351px; */
}

.team-name {
  color: #0b7582;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.9rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.team-titel {
  color: #676767;
  font-size: 1.0rem;
  margin-bottom:0;    font-weight: bold;
    margin-bottom: 10px;

}

.grid video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}

.header-logo {
 
  float: left;
  margin: 20px 0 17px 35px;
}

.header-fixed1 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 183px;
  background: #fff;
  z-index: 10000000;
  background-color: hsla(0, 0%, 100%, .8);
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

/* Shrunk header state */
.header-fixed1.shrunk {
  height: 105px;
}

.header-fixed1.shrunk .header {
  height: 80px;
}

.header-fixed1.shrunk .header-banner {
  transform: scale(0.4);
  transform-origin: top right;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.header-fixed1.shrunk .header-logo {
  transform: scale(0.4);
  transform-origin: top left;
  transition: transform 0.3s ease;
  margin: 10px 0 10px 35px;
}

.header-fixed1.shrunk .navi-meta {
  margin-top: 0px;
}

.header-fixed1 .header-banner {
  transform-origin: top right;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.header-fixed1 .header-logo {
  transform-origin: top left;
  transition: transform 0.3s ease, margin 0.3s ease;    width: 500px;
}

.header-fixed1 .navi-meta {
  transition: margin-top 0.3s ease;
}

/* Start Teaser Box*/
.start_teaser_wrap {
  width: 100%;
  height: auto;
}

.start_teaser {
  margin: auto;
}

.w30 {
  float: left;
  width: 30%;
  margin: 1.5%;
  min-height: 350px;
  position: relative;
}

.subnav {
  width: 100%;
  float: left;
  height: 40px;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #33322f;
  color: #33322f;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.subnav a {
  font-size: 20px;
  text-transform: uppercase;
}

.subnav a:hover {
  text-decoration: none;
  color: #33322f;
}

a.act {
  /* color: #33322f !important; */
}

.frame-space-after-medium {
  margin-bottom: 3em !important;
}

.frame-space-after-small {
  margin-bottom: 2em !important;
}

.blue {
  width: 100%;
  background-color: rgb(224, 236, 246);
  padding: 35px 0;
  float: left;
  margin-top: 157px;
  min-height: 800px;
}

.p0 {
  padding-left: 0;
  position: relative;
  height: 0
}

.logobild {
  max-width: 100px;
  position: absolute;
  top: 73px;
  right: -114px;
  z-index: 10000000000;
}

.logotext_wrap {
  width: 93%;
  margin-left: 30px;
}

.logotext {
  width: 100%;
  margin: auto;
  height: 220px;
  text-align: center;
}

p.header_logo {
  line-height: 82px;
  padding-top: 38px;
  margin-bottom: 23px;
}

.header_logo {
  font-size: 90px;
}

p.hklein {
  line-height: 80px;
  padding-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
}

.head-oben a {
  text-decoration: none;
}

.head-oben a:hover {
  text-decoration: none;
}

.sublineheader {
  color: #887E6E;
  /* text-align: left; */
  font-size: 27px;
}

@media (max-width: 900px) {

.swiper-r {
    
   /*  display: none; */
}
.container-teaser {
    width: 100vw;
    display: grid;
    grid-template-columns: 100% ;

}
  p.header_logo {
    line-height: 40px !important;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 40px !important;
  }

  p.hklein {
    line-height: 80px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .sublineheader {
    color: #887E6E;
    /* text-align: left; */
    font-size: 25px !important;
  }

  .ani {
    margin-top: 125px!important;
  }

  .logobild h1 {
    font-size: 10px !important;
    margin-top: 0px !important;
  }

  .logobild {
    max-width: 70px;
    padding-top: 59px;
    position: absolute;
    top: 0;
    right: -34px;
  }
}

.header_logo {
  padding-top: 20px !important;
}

footer p {
  /* -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; */
}

.tx-sremailsubscribe-pi1 input {
  margin: 0;
  padding: 10px !important;
}

.tx-sremailsubscribe-pi1 label {
  margin: 0;
  padding: 10px;
  font-weight: normal !important;
}

.tx-sremailsubscribe-pi1 input[type="checkbox"] {
  width: 20px;
  height: 35px;
}

select[multiple], select[size] {
  height: auto;
  background: #e4e4e4;
  color: #33322f;
  padding: 5px;
  border: none;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.small {
  font-size: 13px;
}

.box-rechts {
  position: absolute;
  right: 0;
  top: 43px;
  height: 80px;
  width: 250px;
}

.box-rechts ul {}

.box-rechts li {
  text-align: right;
  list-style-type: none;
}

.logooben {
  height: auto;
  width: 250px;
  float: left;
  margin-bottom: 10px;
}

.logooben img {
  height: auto;
  width: 95px;
}

.logounten {
  height: auto;
  width: 250px;
  float: left;
}

.logounten img {
  height: auto;
  width: 95px;
}

.abstand_hori {
  margin-bottom: 40px;
}

.abstand_hori2 {
  margin-top: 60px;
}

/* defaultkram */
/* Gallerie bis 992px auf volle Breite */
@media (max-width: 992px) {
  .ce-gallery {
    width: 100%;
  }

  .leftsidemob {
    margin-left: 20px;
  }
}

.hh-slider .pagination {
  list-style: none;
  padding-top: 10px;
}

.slider-slide figure {
  margin: 1em 40px;
  position: relative;
}

.hh-slider figcaption {
  left: 5px;
  position: absolute;
  top: inherit;
  bottom: -60px;
}

.hh-slider figcaption p {
  font-size: 15px;
  color: #444;
}

@media (min-width: 640px) and (max-width: 2800px) {

  /* Spaltenbreiten je nach eingestellten Columns */
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }

  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33%;
  }

  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }

  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }

  .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    /* padding: 0 5px; */
    box-sizing: border-box;
  }

  .ani .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    padding: 0 0px;
    box-sizing: border-box;
  }
}

/* Anpassungen von kleinen bis groeßeren Geraeten */
@media (min-width: 640px) and (max-width: 1200px) {

  /* Kein Abstand beim ersten und letzten Bild */
  .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }

  .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

/* Anpassungen fuer kleine Geraete */
@media (max-width: 640px) {
  .col {
    flex: none;
}
.subitem {
  margin-bottom: 24px;
}
.newsitems .subitem:first-child {
  padding-right: 0px;

}

.newsitems .subitem:nth-child(2n) {
  padding-right: 0px;
  padding-left: 0px;

}

.newsitems .subitem:last-child {
  padding-left: 0px;

}
  .frame-layout-3 {
    padding: 20px 19px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Ein Bild pro Zeile */
  .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .tx-sremailsubscribe-pi1 input {
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  select#tx-sremailsubscribe-pi1-static_info_country {
    height: auto;
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  tx-sremailsubscribe-pi1 label {
    margin: 0;
    padding: 10px;
    font-weight: normal !important;
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .zitat p {
    font-size: 24px;
    line-height: 44px;
  }

  .teaser2 {
    position: fixed;
    right: 20px;
    top: 287px;
    height: auto;
    width: 159px;
    display: block;
    z-index: 10000000000000000000000;
  }
}
@media (max-width: 770px) {
.header-fixed1 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 16px;

}
}
@media (max-width: 700px) {
  .tx-sremailsubscribe-pi1 dt {
    width: 35% !important;
  }
}

.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 50px;
}

.leftside {
  margin-left: 20px;
}

.cd {
  text-transform: uppercase;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*NEWSLETTER FORMULAR*/
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.powermail_field {
  margin-bottom: 20px;
}

.cc_container .cc_message {
  font-size: 0.8em !important;
  line-height: 16px !important;
}

.cc_container .cc_btn {
  padding: 15px 15px !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #224385 !important;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ce-table {
  margin-bottom: 15px;
}

.ce-table td {
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.ce-table tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

.contenttable {
  margin-bottom: 15px;
  width: 100%;
}

.contenttable th {
  padding: 8px;
  background-color: #eeeeee;
  border-right: 1px #a8a8a8 solid;
}

.contenttable td {
  vertical-align: top;
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.contenttable tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

.ce-uploads span {
  display: block;
  float: left;    margin-right: 16px;
}

.ce-uploads-filesize {
  margin-left: 10px;
  border-left: 1px solid #999;
  padding-left: 8px;
  color: #999;
}

.teaser {
  height: auto;
  width: 100%;
  color: #70797E;
  background: #fff;
  padding-right: 15px;
  margin-bottom: 30px;
}

.teaser_bild {
  width: 170px;
  float: left;
  height: 170px;
  margin-right: 20px;
  display: inline-block;
  background: white;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser_bild img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser:hover>.teaser_bild {
  background: #70254a;
}

.teaser:hover>.teaser_bild img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
  filter: alpha(opacity=100);
}

.teaser_bild_q {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser_text {
  padding-top: 20px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 170px;
  padding-bottom: 10px;
  height: auto;
  padding-left: 190px;
  color: #70254a;
}

.gruen .teaser_text {
  color: rgb(14, 105, 61);
}

span.bold {
  text-transform: uppercase;
  font-weight: 600;
}

.teaser_text p {
  color: #33322f !important;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: auto;
  /* width: 200px; */
}

.button a {
  color: #fff;
  padding: 8px 15px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.button a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.button2 {
  clear: both;
  height: 35px;
  display: revert;
  color: #fff;
  margin-top: 15px !important;
  margin-bottom: 30px;
  margin: auto;
}

.button2 a {
  color: #fff;
  padding: 3px 15px;
  padding-top: 5px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button2 a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.text-muted {
  color: #777;
  font-size: 15px;
  padding-top: 0px;
  color: #949494 !important
}

@media (min-width: 768px) {
  .head-oben {
    width: 90%;
    height: 95px;
    position: relative;
  }

  .plus {
    width: 100%;
    /* margin-top: 51px; */
  }

  .header-fixed {
    height: 60px;
  }

  .fixed #nav ul {
    margin-top: 14px;
    float: right;
    margin-right: 0px;
    position: absolute;
  }

  .fixed {
    background: #fff;
    /* box-shadow: 0 8px 6px -6px #888; */
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000000000;
  }

  .fixed ul.language-menu {
    display: none;
  }

  .fixed .row100 {
    background: #fff;
    /* box-shadow: 0 -2px 5px 2px #888; */
  }

  .fixed h1 {
    margin: 0
  }

  .fixed .header {
    width: 100%;
    height: auto;
    margin-left: 50px;
    min-height: auto;
    margin-bottom: 0;
  }

  .fixed .logooben {
    margin-top: 0px;
    width: 140px;
  }

  .fixed #nav ul li a {
    font-size: 15px;
  }

  .row100 {
    height: 45px;
  }
}
.frame-grid {
  width: 100%;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.ani {
  /* background:   rgb(246, 246, 246); */
  width: 100%;
  /* background-image: linear-gradient(45deg, #fff 25%, #fbfbfb 25%, #fbfbfb 50%, #fff 50%, #fff 75%, #fbfbfb 75%, #fbfbfb); */
  background-size: 10px 10px;
  margin-bottom: 0px;
  margin-top: 245px;
}

.animax {
  /* max-width: 1500px; */
  margin: auto;
  margin-bottom: 90px;    min-height: 1px;
}

@media (min-width:1967px) {
  .animax {
   /*  margin-left: 49px; */
   /*  max-width: 1600px; */
  }
}

@media (min-width:845px) and (max-width:1200px) {
  .abstand_hori {
    padding: 80px 40px;
  }

  .blau {
    padding: 0px 40px;
  }
}

.logo {
  width: 10px;
  height: 100px;
}

.nav-open .navopen {
  opacity: 0.3;
}

.header {
  /* width: 140%;
  height: auto;
  margin-left: 150px;
  min-height: 100px;
  margin-bottom: 20px; */
}

.flb .header {
  width: 160%;
}

.news-single .header {
  width: 100%;
  height: auto;
  margin-left: 0px;
  min-height: 10px;
  margin-bottom: 0px;
}

.header img {
  width: 100%;
  height: auto;
  /* margin-top: 22px; */
}

.fixed .header img {
  max-width: 85px;
}

.ce-media .lightbox {
  font-weight: normal;
  line-height: 0;
  position: relative;
  width: 100%;
}

span.nolink {
  font-weight: 600;
}

i. fa {
  border-left: 1px solid #33322f;
}

p.nomargin {
  margin-bottom: 3px;
}

.rootline {
  margin-top: 10px;
  width: 100%;
  display: block;
}

.rootline a, .rootline {
  font-size: 13px;
  padding-right: 10px;
  color: #888;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 20px;
}

.ce-gallery img {
  display: block;
  height: auto;
  width: 100%;
}

footer .ce-gallery img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.news-tags {
  padding: 0;
}

ul.news-tags li {
  list-style-type: none;
}

ul.news-tags li a {
  color: #116fa2;
}

.csc-default {
  margin-bottom: 10px
}

.ce-bodytext ul {
  margin-bottom: 10px;
  /*margin-top: 20px;*/
  padding-left: 20px;
}

.ce-bodytext li {
  margin-bottom: 10px;
  padding-left: 0px;
  /* list-style-image: url(../Images/li-bubble.png); */
  /* list-style-type: none; */
  font-size: 18px;
}

.align-center {
  text-align: center;
}

.nav-open .cont {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.csc-textpic-imagewrap img {
  border: 0 none;
  height: auto;
  width: 100%;
}

.centerfigcaption {
  margin: auto;
}

.grau {
  background: #333;
}

/*accordion*/
h3.t3ddy-accordion-header {
  margin-bottom: 10px !important;
}

.t3ddy-accordion-header {
  background: #1D4574;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.ui-widget-content {
  border: 0;
}

.ui-state-default .ui-icon {
  background: rgba(0, 0, 0, 0) url("../Images/trigger_icon.gif") no-repeat scroll 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto auto;
  background-position-x: 0px;
  background-position-y: 0px;
  color: #fff;
  display: block;
  padding: 5px 0 5px 40px;
  text-decoration: none;
  z-index: 1111;
  background-position: left -4px;
  height: 30px;
  width: 30px;
  background-size: 70%;
}

.ui-icon-triangle-1-s {
  background-position: left -28px !important;
}

/*top*/
.scrollToTop {
  background: transparent url("../Images/nachoben.svg") no-repeat scroll 0 0 / 50% auto;
  bottom: 5px;
  color: #444;
  display: none;
  
  height: 60px;
  padding: 10px;
  position: fixed;
  right: -30px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 100000;
  opacity: 1;
}

.scrollToTop:hover {
  text-decoration: none;
}

hr {
  margin: 40px 0 40px 0;
  border-top: 3px solid #eee;
}

hr.ce-div {
  margin: 60px 0;
  border-top: 4px dotted #BAB9B8;
  opacity: 1;
}
.sk-video-modal .disclaimer {
display: block;
margin-bottom: 1em;
padding: 3em 0!important;
max-height: 250px!important;
}
/* .video-embed {
  position: relative;
     padding-bottom: 56.25%;
     padding-top: 0;
     height: 0;
     overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* ============================================
   16. FOOTER
   ============================================ */

footer span {
  color: #000;
  margin-bottom: 20px;
  display: block;font-size: 15px;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

footer ul {
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

footer li {
  color: #4D4D4D;
  list-style-type: none;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  line-height: 21px;

  -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

footer li a {
  color: #4D4D4D;
}

footer li a:hover {
  color: #33322f;
  text-decoration: underline;
}

footer {
  min-height: 250px;
  padding: 0 55px;
  float: left;
  width: 100%;    margin-top: 90px;
      background: #007A7D;
}

.fooline {
 
  padding-top: 4.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #949494;
}

footer h4 {
  color: #fff;
}

footer p, footer a {
  color: #ffffff;font-size: 19px;    margin-bottom: 12px;
}

footer a:hover {
  color: #fff;
}
._psmall{
  margin-right: 72px;
}
.footer2 {
  margin-top: 0px;
  min-height: 20px;
  background: #333;
  color: #fff;
  padding: 5x 0 5px;
  float: left;
  width: 100%;
}

.footer2 p, .footer2 a {
  color: #fff;
  font-weight: 300;
  margin: 2px;
  font-size: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  font-family: "Nunito Sans";
  font-weight: 700;
}

.container {
  max-width: initial;
}

/* ============================================
   17. NEWS
   ============================================ */

.headernews h4 {
  font-size: 17px;
  font-weight: 500;
}

.news p {
    font-size: 18px;
    margin-bottom: 16px;
    padding-right: 10px;
    line-height: 29px;
}

.news-single p {
  font-size: 19px;
  margin-bottom: 8px;
}

.news .headernews h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}

a.more {
 font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #E71F64;
    padding: 4px 11px;
    border-radius: 7px;
}
a.more:hover {
 background: #a9164a;
 text-decoration: none;
}
.headeritem {
  /* margin-top: 30px; */
  padding: 0 40px !important;
}

.ce-gallery .ce-column {
  /* margin-right: 10px;
  width: 32%; */
}

.contentp {
  padding: 0;
}

/*MediaQuery*/
@media only screen and (max-width: 1030px) {
  .teaser_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1000px) {

h1 {
  font-size: 2.2rem;
        line-height: 2.9rem;
       
        margin-top: 0.5rem;
        margin-bottom: 1rem;
}


h2 {
font-size: 2.0rem;
line-height: 2.7rem;

margin-top: 0.5rem;
margin-bottom: 1.9rem;
}



  .teaser_bild {
    display: none;
  }

  .teaser_text {
    padding-left: 15px;
  }

  .teaser_text p {
    white-space: inherit;
  }

  .blau .abstandoben {
    margin-top: 40px;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .rootline {
    /* display: none; */
  }

  .container {
    width: 100%;        max-width: 1300px;
  }
}

@media (max-width: 650px) {
  .box-rechts {
    position: absolute;
    right: 0px;
    top: 13px;
    /* height: 200px; */
    width: 120px;
  }

  .logounten, .logooben {
    width: 100%;
  }

  .text11, .text112 {
    display: none;
  }

  .header {
    height: auto;
    margin-left: 10px;
    min-height: 100px;
    margin: 0 auto;
    margin-left: auto;
    margin-left: 49px;
  }
}

@media (max-width: 768px) {

.container-h1 {
        margin: 60px auto;
        width: 100%;
        margin-bottom: 9px;
}
span.h1-span {
    display: block;
    margin-left: 10px;text-align: center;
}
p.p-1, p.p-2 {
    font-size: 28px;
    text-align: center;
    line-height: 41px;
    color: #036264;
    padding: 0 !important;
    padding-left: 0px !important;

}
    p.p-1, p.p-2 {
        font-size: 28px;
        text-align: left;
        line-height: 41px;
        color: #036264;
        padding: 6px !important;
        padding-left: 15px !important;text-align: center;
    }
  .leftside {
    margin-left: 0px;
  }

  .abstandoben {
    margin-top: 40px;
    padding: 10px !important;
  }

  h3 {
    font-size: 32px;
  }

  .fixed .header {
    display: none;
  }

  .ce-uploads-filesize {
    display: none !important;
  }

  .ce-uploads li {
    padding: 10px 0;
    list-style-type: none !important;
  }

  span.nolink {
    font-weight: 600;
  }

  #nav ul {
    right: 20px !important;
  }

  i. fa {
    border-left: 1px solid #33322f;
  }

  .rootline {
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  .rootline a, .rootline {
    font-size: 13px;
    padding-right: 10px;
    color: #888;
  }

  .ui-accordion .ui-accordion-content {
    padding: 1em 0.8em;
    border-top: 0;
    overflow: auto;
  }

  .header {
    height: auto;
    margin-left: 10px;
    min-height: 121px;
    margin: 0 auto;

  }

  /* .plus {
    margin-top: 100px
  } */
  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 73px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 43px;
    height: 80px;
    width: 250px;
  }
}




@media only screen and (min-width: 960px) {

  .navi {
    float: right;
    /* margin-right: 210px; mit Icons */
 /*    margin-right: 40px; */
  }
}

@media only screen and (max-width: 450px) {
  .ce-column {
    margin-right: 10px;
    width: 95%;
  }

  .headeritem {
    margin-top: 30px;
    padding: 0 20px !important;
  }

  #navtop ul li {
    margin-left: 8px;
  }

  #navtop ul li a {
    /*font-size: 13px;*/
  }

  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0rem;
  }

  #navtop ul {
    float: right;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    width: 290px !important;
  }

  #navtop ul li {
    float: right;
    list-style-type: none;
  }
}

@media only screen and (max-width: 1024px) {
  .wabe {
    width: 323px;
    height: 900px;
    position: relative;
    margin: auto;
    margin-top: 100px;
  }

  .wabe-innen-img:nth-child(2) {
    left: 0px;
    top: 289px;
  }

  .wabe-innen-img:nth-child(3) {
    left: 0;
    top: 578px;
  }

  .teaser_2_item_img {
    background-position: 2px -20px;
    width: 323px;
    height: 287PX;
    background-size: 321px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%);
  }

  .wabe-innen-text {
    height: 284px;
  }

  .wabe-innen-text-inner {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 63px;
    padding: 0 35px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 325px;
    height: 100%;
    position: absolute;
    display: table;
  }
}

@media only screen and (max-width: 470px) {
  #header img {
    width: 50% !important;
  }
}

@media (max-width: 500px) {
  .max1000 {
    padding: 0 20px;
  }
.container-teaser {
  
   
    margin-bottom: 162px;
}
.frame-indent {
    margin-left: 0;
    margin-right: 0;
}
  p {
    font-size: 1.2rem;
    line-height: 1.7rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .newsitems .subitem:first-child {
    padding-right: 10px;
    margin-bottom: 35px;
  }

  .newsitems .subitem:last-child {
    padding-left: 10px;
    margin-bottom: 0px;
  }

  .newsitems .subitem:nth-child(2n) {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 35px;
  }

  .img100 {
    position: relative;
    display: none;
  }

  .ani {
    margin-top: 124px important;
  }

  .frame-space-before-large {
    margin-top: 0.5em;
  }

  .headerfix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62px;
  }
}

@media only screen and (max-width: 495px) {
  .teaserbilder .csc-textpic-caption {
    background: none;
    color: #fff;
    float: left;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 0px 12px;
    position: absolute;
    text-align: center;
    width: 90% !important;
    z-index: 100000;
    top: 10px;
  }

  .teaserbilder div.csc-textpic-left .csc-textpic-imagewrap {
    margin-bottom: 20px;
  }

  .teaserbilder h3 {
    display: none;
  }

  .ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: visible;
  }
}

@media only screen and (max-width: 575px) {
  .animax {
    /* max-width: 1500px; */
    margin: auto;
    margin-bottom: 0px;
    min-height: 1px;
  }
  .metanav li a {
    text-decoration: none;
    color: rgb(51, 50, 47);
    font-size: 16px;
}
  .header img {
    width: 60%;
    margin-top: 5px !important;
    margin-left: 0px;
  }

  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 0px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 23px;
    height: 80px;
    width: 250px;
  }
}

@media only screen and (max-width: 550px) {
  .ce-column {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 95%;
  }

  .ce-gallery figure {
    display: table;
    margin: auto 0;
  }

  #header img {
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    max-height: 160px;
    width: 40%;
  }

  .cbp-hrmenu>ul>li {
    border-bottom: 0px solid #fff;
  }

  #header {
    height: 110px;
  }
}

@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 830px) {}

@media only screen and (max-width: 970px) {
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: inherit;
  }
}

/* ============================================
   18. TEAM MODAL
   ============================================ */

.ue_pop {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 700;
}
.team-media-trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden; /* Wichtig um den Zoom-Effekt zu begrenzen */
}
.team-media-trigger:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.team-video-inner {
  padding: 20px;
}
.team-video-inner  p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.team-media-trigger img, .team-media-trigger video {
  transition: transform 0.3s ease;
  /* border-radius: 30px 30px 0 0; */
}
/* .team-media-trigger:hover img, .team-media-trigger:hover video { */
  transform: scale(1.08); Vergrößerung um 8%
/* } */
.team-media-trigger img, .team-media-trigger video {
  pointer-events: none;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.team-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-modal.is-open .team-modal__overlay {
  opacity: 1;
}
.team-modal__dialog {
  position: relative;
  max-width: 700px;
  margin: 263px auto 5vh; /* Abstand von oben: 300px */
  background: #0b7582;
  color: #fff;
  padding: 50px; /* Padding 30px */
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 100px;
}
.right {
    text-align: right;
}
@media only screen and (max-width: 767px) {
  .team-modal__dialog {
    padding: 20px;
    width: 95%;        padding-top: 63px;
  }
}
.team-modal.is-open .team-modal__dialog {
  transform: translateY(0);
  opacity: 1;
}
.team-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: rgba(0,0,0,0.2);
  border: 2px solid transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-modal__close:focus {
  outline: 2px solid #fff;
  border-color: #fff;
}
.team-modal__content img,
.team-modal__content video {
  width: 100%;
  height: auto;
  display: block;
}

/* 40/60 Layout im Modal */
.team-modal__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.team-modal__media {
  flex: 0 0 40%;
  max-width: 40%;
}
.team-modal__details {
  flex: 0 0 60%;
  max-width: 60%;
}

/* Responsive Layout für kleine Bildschirme */
@media only screen and (max-width: 767px) {
  .team-modal__inner {
    flex-direction: column;
  }
  .team-modal__media,
  .team-modal__details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-modal__media {
    margin-bottom: 15px;
    text-align: center;
  }
  .team-modal__media img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Bild im linken Bereich: 200px Breite */
.team-modal__media img {
  width: 200px;
  height: auto;
}

body.modal-open { overflow: hidden; }

/* Link-Styling im Modal */
.team-modal__details a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 2px;
}
.team-modal__details a:hover,
.team-modal__details a:focus {
  text-decoration: underline;
  background-color: rgba(255,255,255,0.15);
  outline: 2px solid #fff;
}

/* Screenreader-only Elemente */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

 /* Login (FeLogin) modern styles */
 .frame-type-felogin_login, .tx-felogin-pi1 {
   max-width: 460px;
   margin: 60px auto;
 }
 .frame-type-felogin_login fieldset, .tx-felogin-pi1 fieldset {
  background: #fff;
 
  border-radius: 12px;
  padding: 60px 0;
 }
 .frame-type-felogin_login legend, .tx-felogin-pi1 legend {
   font-family: "Nunito Sans";
   font-weight: 700;
   font-size: 1.6rem;
   line-height: 1.3;
   color: #746F6F;
   padding: 0 6px;
   margin-left: 6px;
   display: none;
 }
 .frame-type-felogin_login fieldset > div, .tx-felogin-pi1 fieldset > div {
   margin-bottom: 16px;
 }
 .frame-type-felogin_login label, .tx-felogin-pi1 label {
   display: block;
   font-size: 0.95rem;
   color: #676767;font-family: 'Nunito Sans';
   font-weight: 700;
 }
 .frame-type-felogin_login label input,
 .tx-felogin-pi1 label input {
   display: block;
   width: 100%;
   margin-top: 6px;
 }
 .frame-type-felogin_login input[type="text"],
 .frame-type-felogin_login input[type="password"],
 .tx-felogin-pi1 input[type="text"],
 .tx-felogin-pi1 input[type="password"] {
   -webkit-appearance: none;
   appearance: none;
   background: #fff;
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   padding: 12px 14px;
   font-size: 1rem;
   color: #33322f;
   transition: border-color 0.2s ease, box-shadow 0.2s ease;
 }
 .frame-type-felogin_login input[type="text"]:hover,
 .frame-type-felogin_login input[type="password"]:hover,
 .tx-felogin-pi1 input[type="text"]:hover,
 .tx-felogin-pi1 input[type="password"]:hover {
   border-color: #bdbdbd;
 }
 .frame-type-felogin_login input[type="text"]:focus,
 .frame-type-felogin_login input[type="password"]:focus,
 .tx-felogin-pi1 input[type="text"]:focus,
 .tx-felogin-pi1 input[type="password"]:focus {
   outline: none;
   border-color: #CD1719;
   box-shadow: 0 0 0 4px rgba(205, 23, 25, 0.12);
 }
 .frame-type-felogin_login input::placeholder,
 .tx-felogin-pi1 input::placeholder {
   color: #9e9e9e;
 }
 .frame-type-felogin_login .frame-type-felogin_login-hidden, .tx-felogin-pi1 .frame-type-felogin_login-hidden {
   display: none;
 }
 .frame-type-felogin_login input[type="submit"],
 .tx-felogin-pi1 input[type="submit"] {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background-color: #fff;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 18px;
    color: #000;
    font-size: 1.05rem;
   
    cursor: pointer;
    width: 100%;
    margin-top: 17px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
 }
 .frame-type-felogin_login input[type="submit"]:hover,
 .frame-type-felogin_login input[type="submit"]:focus,
 .tx-felogin-pi1 input[type="submit"]:hover,
 .tx-felogin-pi1 input[type="submit"]:focus {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
 }
 @media (max-width: 520px) {
   .frame-type-felogin_login, .tx-felogin-pi1 {
     margin: 40px auto;
     padding: 0 12px;
   }
   .frame-type-felogin_login fieldset, .tx-felogin-pi1 fieldset {
     padding: 18px;
     border-radius: 10px;
   }
   .frame-type-felogin_login legend, .tx-felogin-pi1 legend {
     font-size: 1.4rem;
   }
   .fooline {
    padding-top: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
   
}
footer {
    min-height: 250px;
    padding: 0 48px;
}
 }

/* ============================================
   19. PRINT STYLES
   ============================================ */

@media print {
  #nav {
    display: none;
  }

  /* hidden elements for print view */
  #header, #rootline, #footer, #printlink, #servicemenu, .nav, #search, #logo {
    display: none;
  }

}

  

/* ============================================
   20. SPRACHMENÜ
   ============================================ */

.language-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-menu li {
  list-style-type: none!important;
}

.language-menu .lang-item {
  margin-left: 0;color: #888;
}

.language-menu .lang-item:first-child {
  margin-left: 0;
  padding-right: 4px;

}
.language-menu .active a {
  font-family: "Nunito Sans"!important;
  font-weight: 700;
}
.language-menu .lang-item a {
  color: #33322f;
  text-decoration: none;
  /* font-size: 1rem; */
  transition: font-weight 1.2s ease;
}

.language-menu .lang-item a:hover,
.language-menu .lang-item a.active {
  font-family: "Nunito Sans"!important;
  font-weight: 700;
}

.language-nav {
  position: absolute;
  right:348px;
  top: 20px;
}
.navi {
  
  height: 44px;
  width: 100%;
  position: fixed;
  top: 183px;
  z-index: 999999999;
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: top;
}

.navi.header-shrunk {
  top: 94px;
}
/* Header Banner */
.header-banner {
  position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background-image: url(/typo3conf/ext/dbje_template/Resources/Public/Images/icons/Ellipse.svg);
    width: 356px;
    height: 182px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
  }
  .header-banner a {
color: #fff;

  }

.header-banner .banner-link {
  
}

.header-banner .banner-link:hover {
  /* background: linear-gradient(135deg, #1D4574 0%, #163657 100%); */
  transform: translateY(2px);
}

.header-banner .banner-link:focus {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.header-banner .banner-content {
 

  width: 216px;
  float: inline-end;
}

.header-banner .banner-text {
  margin-right: 30px;
}

.header-banner .banner-title {
  font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    margin-top: 15px;
    text-align: right;
    color: #fff;
}

.header-banner .banner-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #fff;
}

.header-banner .banner-icon {
  flex-shrink: 0;
}

.header-banner .banner-icon svg {
  width: 35px;
  height: 40px;
}

@media (max-width: 1200px) {
  .header-banner .banner-link {
    min-width: 250px;
    padding: 18px 25px 13px 35px;
  }
  
  .header-banner .banner-title,
  .header-banner .banner-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 960px) {
  .header-fixed1 {
    position: relative;
  }
  .ani {
  
    margin-top: 82px;
}

  .navi-meta {
    position: absolute;
    right: 17px!important;
}
  .header-banner {
    position: static;
    margin-top: 15px;
    text-align: center;
    display: none;
  }
  
  .header-banner .banner-link {
    border-radius: 25px;
    padding: 15px 25px;
    min-width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .header-banner .banner-content {
    justify-content: center;
    gap: 12px;
  }
  
  .header-banner .banner-icon svg {
    width: 30px;
    height: 35px;
  }
}

@media (max-width: 600px) {
  .header-banner .banner-link {
    padding: 12px 20px;
  }
  
  .header-banner .banner-title,
  .header-banner .banner-subtitle {
    font-size: 0.9rem;
  }
  
  .header-banner .banner-icon svg {
    width: 25px;
    height: 30px;
  }
}


.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
  width: 135px;
}
.table, table tr:hover {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #ffffff;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.tx-cart-products img {
  margin-bottom: 60px;
}
.tx-cart-products .table img {
  margin-bottom: 20px;
}


.ce-uploads-filesize {
  margin-left: 0px;
  border-left: 0 solid #999;
  padding-left: 0px;
  color: #999;
}
.tx-cart-products {
  font-size: 20px;
}


/* ============================================
   21. NAVIK MENU OVERRIDES & MEGA-MENÜ
   ============================================ */
.navik-menu .mega-menu-container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #036264;
    padding: 40px 60px;
}

.navik-menu li.mega-menu > ul {
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
}

.mega-menu-inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 90px;
}

.mega-menu-left {
    flex: 0 0 30%;
    max-width: 40%;
    text-align: left;
    color: #fff;
}
.mega-menu-left p {
font-size: 18px;
}

.mega-menu-right {
    flex: 0 0 55%;
    max-width: 55%;
    text-align: left;
    color: #fff;
        padding-top: 56px;
}
.mega-menu-right a {
color: #fff;
}

.mega-menu-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
   
    line-height: 1.3;
    text-align: left;
}

.mega-menu-description {
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.mega-menu-description p {
    color: #fff;
    text-align: left;
    margin-bottom: 0.8rem;
}

.mega-menu-description p:last-child {
    margin-bottom: 0;
}

.mega-menu-container .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-container .mega-menu-list li {
    margin-bottom: 12px;
    background-color: transparent;
}

.mega-menu-container .mega-menu-list li a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0;
    text-align: left;
    display: block;
}

.mega-menu-container .mega-menu-list li a:hover,
.mega-menu-container .mega-menu-list li a:focus {
    color: #ccc;
    text-decoration: underline;
}

@media (max-width: 950px) {
    .mega-menu-inner {
        flex-direction: column;
        gap: 30px;
    }
    
    .mega-menu-left,
    .mega-menu-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .navik-menu .mega-menu-container {
        padding: 30px 20px;
    }
}

/* ========================================
   Tastatur-Accessibility für Navik Menu
   ======================================== */

/* Untermenü bei Tastatur-Fokus anzeigen (nur via JavaScript-Klasse) */
.navik-menu li.has-submenu.dropdown-open > ul {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  display: block !important;
}

/* Fokus-Stile für Tastaturnutzer */
.navik-menu a:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.navik-menu a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
  text-decoration: underline;
}

/* Mega-Menu bei Tastatur-Fokus anzeigen (nur via JavaScript-Klasse) */
.navik-menu li.mega-menu.dropdown-open > ul {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  display: block !important;
}

/* ============================================
   GRAUE SITEBOX (Info-Box rechts)
   ============================================ */

.graue-sitebox {
  background-color: #f5f5f5;
    padding: 50px 40px;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    position: absolute;
    right: 0;    width: 35%;
    border-radius: 45px 0 0 45px;
}

.graue-sitebox-badge {
    position: absolute;
    top: -42px;
    left: 56px;
    background-color: #E71F64;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 0.5px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.graue-sitebox-title {
  font-size: 26px;
  line-height: 32px;
  color: #036264;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.graue-sitebox-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #33322f;
}

.graue-sitebox-content p {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.graue-sitebox-content a {
  color: #CD1719;
  text-decoration: none;
}

.graue-sitebox-content a:hover {
  text-decoration: underline;
}

.graue-sitebox-content h4,
.graue-sitebox-content h5 {
  font-size: 20px;
  line-height: 26px;
  color: #036264;
  margin-top: 20px;
  margin-bottom: 5px;
}

.graue-sitebox-content .mehr-info {
  color: #CD1719;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.graue-sitebox-content h3 {
    font-size: 21px;
    line-height: 30px;
    color: #0A7482;
    margin-top: 0rem;
    margin-bottom: 0rem;
}


@media (max-width: 992px) {
  .graue-sitebox {
    margin-top: 60px;
  }
}


@media (max-width: 768px) {
  .news-single h2 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
footer {
      margin-top: 0;
 
}
.graue-sitebox {
    background-color: #f5f5f5;
    padding: 50px 40px;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
  position: relative
    right: 0;
   width: 100%; 
    border-radius: 0 0 0 0;
}
.container-teaser_left.teaser-text {
    background-color: #007A7D;
    position: relative;
    padding: 20px;
    padding-left: 32px;
    color: #fff;
    border-radius: 0 90px 0 0;
    height: 100%;
    padding-right: 40px;
    padding-top: 50px;
}
}