/* ver 1.1.0. */

@font-face {
  font-family: "Hessen Gellix";
  src: url("../fonts/HessenGellix-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hessen Gellix";
  src: url("../fonts/HessenGellix-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hessen Gellix";
  src: url("../fonts/HessenGellix-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hessen Gellix";
  src: url("../fonts/HessenGellix-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
    --main-color: #14006E;
    --middle-blue: #3C46AA;
    --light-blue: #B4C8FF;
    --light-blue-300: #E6F0FF;
    --light-blue-200: #F0FAFF;
    --red:#E12D37;
    --beige: #F5E6D2;
    --white: #fff;
    --main-font: "Hessen Gellix", sans-serif;
    --m-top-80: 80px;
    --m-top-40: 40px;
    --body-font-size: 1rem;
    --letter-spasing: 0.4px;
    --accordion-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.826' height='16.826' viewBox='0 0 16.826 16.826'%3E%3Cpath id='angle-circle-right_1_' data-name='angle-circle-right (1)' d='M0,8.413A8.413,8.413,0,1,0,8.413,0,8.413,8.413,0,0,0,0,8.413Zm10.807-.991a1.4,1.4,0,0,1,0,1.983L7.53,12.681l-.991-.991L9.815,8.413l-3.3-3.3L7.5,4.118Z' fill='%23001489'%3E%3C/path%3E%3C/svg%3E");
    --gradient-background: linear-gradient(to top right, var(--main-color), var(--main-color));
  }
  li {
    line-height: 1.5;
  }
  .row {
    --bs-gutter-x: 3rem !important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--main-color) !important;
  }
  /* Large devices (landscape phones) */
  @media (max-width: 1024px) {
    .col-4, .col-8{
      width: 100%;
    }
  }


  /* Medium devices (tablets) */
  @media (max-width: 768px) {
    .col-6, .col-5, .col-7, .col-8, .col-1, .col-2, .col-3, .col-4{
      flex: 0 0 auto;
      width: 100%;
    }
  }



/* Large devices (desktops) */
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 300px) {
    .container {
        max-width:calc(80vw + 40px) !important;
    }
}

@media (min-width: 1381px) {
  .container {
      max-width:calc(75vw  + 40px)!important;
  }
} 

@media (max-width: 1080px) {
.col-6, .col-7, .col-5, .col-4, .col-8, .col-10, .col-9, .col-3  {
  flex: 0 0 auto;
  width: 100%;
}
/* When two columns stack into one, add vertical spacing between them.
   row-gap only affects wrapped items, so side-by-side desktop is untouched. */
.row {
  row-gap: 1.5rem;
}

}
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left:auto
}
html .lock,
body .lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.list-left{
  padding-left: 0;
}

/* Header */

  .header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px 0px 10px -0px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
  .header-wrapper{
    display: flex;
    position: relative;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
    background-color: var(--white);
  }
  .gradient-block {
    background-color: var(--main-color);
    transition: background-color 0.3s ease;
    --bs-gutter-y: 0;
    --bs-gutter-x: 1.5rem;
    width: 100%;
  }
  body.dark-slide .gradient-block {
    background-color: var(--red);
  }
  .title_header_row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title_header {
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin: 0;
  }
  .year {
    font-size: 4.0625rem;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-left: 40px;
  }
  .row-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo {
    width: 50px;
    height: 50px;
  }
  .logo-hessen {
    margin: 12px 18px;
    min-width: 58px;
    height: 75px;
    cursor: pointer;
  }
  .logo-hessen::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/HESSEN_Logo_Sekundaer_RGB_Blau1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-width: 120px;
  }
  @media screen and (max-width: 1480px) {
    .menu {
      min-width: 50px;
    }
  }
  .hamburger-menu-position {
    background-color: var(--white);
    display: flex;
    align-items: center;
    padding: 0 35px 0 35px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: 0.3s ease-in-out;
  }
  .hamburger-menu-position.active{
    padding: 0 35px;
  }
  /* menu icons */
  .inbox {
    margin-left: 56px;
    width: 36px;
    height: 36px;
    content: url(../img/inbox.svg);
    cursor: pointer;
  }
  .hamburger-menu-position.active .inbox{
    display: none;
  }
  .text_ver_align {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    padding-left: 250px;
  }
  .archiv {
    display: inline-block;
    width: 33%;
    text-align: right;
    color: var(--white);
    top:10px;
    position: relative;
    padding-right: 24px;
  }
  
  .archiv span {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 8px;
    top: 3px;
    position: relative;
  }
/* Text */

h1, h2, h3, h4, h5, h6, p, li {
    color: var(--main-color);
    font-family: var(--main-font)
}
body {
  font-family: var(--main-font) !important;
  letter-spacing: var(--letter-spasing);
}
p {
    line-height: 145%;
    font-size: var(--body-font-size);
    font-weight: 400;
    font-style: normal;
}
a {
    text-decoration: underline;
    color: var(--main-color) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1, h1 {
  font-weight: 700;
}

 /* Gradient-background  */
 .gradient-background {
  background: var(--gradient-background);
  height: 100vh;
  height: 100svh;
 }

 .cover-loewe {
  background-image: url('../img/HESSEN_Logo_Loewe_RGB_Weiss.webp'), var(--gradient-background);
  background-repeat: no-repeat;
  background-position: bottom right, center;
  background-size: 70% auto, cover;
 }

 .cover-loewe .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - 139px);
  box-sizing: border-box;
 }
 .cover-loewe .vert-space-64 {
  display: none;
 }
 .cover-loewe .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
 }

 .slider__item.gradient-background:not(.cover-loewe) {
  position: relative;
 }
 .slider__item.gradient-background:not(.cover-loewe) .item > .container:not(.wrapper) {
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
 }
 .slider__item.gradient-background:not(.cover-loewe) [class*="vert-space-"] {
  display: none;
 }
 .slider__item.gradient-background:not(.cover-loewe) .item > .container:not(.wrapper) .height-500 {
  margin-bottom: 0;
 }
 .slider__item.gradient-background:not(.cover-loewe) .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
 }


/* Hamburger Menu */
.hamburger-menu {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999;
  }
  
  .hamburger-menu-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 28px;
  }
  
  .hamburger-menu-icon__line {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: var(--red);
    transition: transform 0.3s ease-in-out;
  }
  
  .hamburger-menu-icon__line:nth-child(1) {
    top: 0;
    left: 0;
  }
  
  .hamburger-menu-icon__line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .hamburger-menu-icon__line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .hamburger-menu.active .hamburger-menu-icon__line:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
  }
  .hamburger-menu.active .hamburger-menu-icon__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active .hamburger-menu-icon__line:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg)
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 672px;
    height: 100%;
    background-color: var(--white);
    z-index: 9998;
    transition: 0.46s cubic-bezier(0.75, 0.02, 0, 0.99);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px 0px 10px -0px;
    padding: 130px 70px 50px 40px;
    overflow: auto;
  }
  .mobile-menu.active {
    left: 0;
  }
  .mobile-menu-title{
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.875rem */
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 30px;
  }
  .mobile-menu-items hr {
    width: 95%;
    color: var(--red);
    margin: 15px 0; 
  }
  .mobile-menu-items hr:last-child{
    margin: 5px 0 0;
  }
  .red-menu-text {
    color: var(--red);
    font-size: 1.3125rem;
    padding-left: 23px;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    text-decoration: underline;
  }
  .hamburger-menu-position.active .red-menu-text{
    width: 100%;
    transition: 0.3s ease-in-out;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9997;
    display: none;
  }
  
  .mobile-menu.active + .overlay {
    display: block;
  }
  .mobile-menu-items-text {
    color: var(--main-color);
    font-size: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-items-text li{
    padding: 15px 0;
    border-top: 1px solid rgba(211, 36, 46, 0.25);
  }  
  .mobile-menu-items-text li:last-child{
    padding: 15px 0 5px;
    border-bottom: 1px solid rgba(211, 36, 46, 0.25);
  }
  .mobile-menu-items-text a {
    text-decoration: none;
    padding-left: 0px;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
  }
  .mobile-menu-items-text a:hover {
    opacity: 0.85;
  }
  .mobile-menu-items-text a::before{
    content: '';
    display: inline-block;
    width: 43px;
    min-width: 43px;
    height: 43px;
    margin-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease;
  }
  .mobile-menu-items-text a:hover::before{
    transform: scale(1.1);
  }
  .mobile-menu-items-text a.comment::before{
    background-image: url(../img/Chapter_1.png);
  }
  .mobile-menu-items-text a.house::before{
    background-image: url(../img/menu-geschaeftsbericht.svg);
  }
  .mobile-menu-items-text a.calendar::before{
    background-image: url(../img/menu-haushalt.svg);
  }
  .mobile-menu-items-text a.leaf::before{
    background-image: url(../img/menu-nachhaltigkeit.svg);
  }
  .mobile-menu-items-text a.finances::before{
    background-image: url(../img/Chapter_5.png);
  }
  .mobile-menu-items-text a.calculator::before{
    background-image: url(../img/Chapter_6.png);
  }
  .mobile-menu-items-text a.search::before{
    background-image: url(../img/Chapter_7.png);
  }
  .mobile-menu-items-text a.list::before{
    background-image: url(../img/Chapter_8.png);
  }
  .mobile-second-menu-items{
    margin-top: 50px;
  }
  .mobile-second-menu-items-text{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-second-menu-items-text li a{
    display: inline-flex;
    align-items: flex-start;
    padding: 0px 0 28px;
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0px;
    color: var(--main-color);
    text-decoration: none;
  }
  .mobile-second-menu-items-text li a::before{
    content: '';
    display: inline-block;
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 18px;
    margin-top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-second-menu-items-text li a.info::before{
    background-image: url(../img/info-red.png);
  }
  .mobile-second-menu-items-text li a.impressum::before{
    background-image: url(../img/impressum.svg);
  }
  .mobile-second-menu-items-text li a.lock::before{
    background-image: url(../img/datenschutz.svg);
  }
  .mobile-second-menu-items-text li a.upload::before{
    background-image: url(../img/download.svg);
  }

.year-selection-button {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--white);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-left: 8px;
    top: 3px;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .year-selection-button::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 22px;
    margin-right: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' viewBox='0 0 14.191 22.026'%3E%3Cpath id='down-arrow' d='M92.545,161.968l9.4-10.965a1.613,1.613,0,0,1,2.449,0l9.4,10.965a1.613,1.613,0,0,1-1.225,2.663H93.767A1.612,1.612,0,0,1,92.545,161.968Z' transform='translate(164.631 -92.152) rotate(90)' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s ease-in-out;
  }
  @media screen and (min-width: 1080px){
    .year-selection-button:hover:before{
      transform: translateX(5px);
    }
  }
  .year-selection-button.active::before{
    transform: rotate(100grad);
  }
  .year-selection-slider {
    padding: 0px 220px;
    list-style: none;
    text-align: center;
  }
  @media screen and (max-width: 1440px){
    .year-selection-slider {
      padding: 0px 120px;
    }
  }
  .year-selection-slider .slick-list{
    overflow: hidden;
  }
  .year-selection-slider .slick-arrow {
    color: transparent;
    background-color: transparent;
    z-index: 9996;
    width: 40px;
    height: 64px;
    padding: 0;
    transform: none;
    bottom: 280px;
    top: auto;
  }
  .year-selection-slider .slick-arrow:hover{
    transform: scale(1.05);
  }
  .year-selection-slider .slick-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .year-selection-slider .slick-arrow.slick-prev{
    left: 135px;
  }
  .year-selection-slider .slick-arrow.slick-prev::before{
    background-image: url(/img/sl-arrow_l.svg);
  }
  .year-selection-slider .slick-arrow.slick-prev:hover{
    background: transparent;
  }
  .year-selection-slider .slick-arrow.slick-next::before{
    background-image: url(/img/sl-arrow_r.svg);
  }
  .year-selection-slider .slick-arrow.slick-next{
    right: 135px;
  }
  .year-selection-slider .slick-arrow.slick-disabled { 
    opacity: 0;
  }
  .year-selection-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background-color: var(--white);
    transform: translateY(-101%);
    transition: 0.3s ease-in-out;
    padding-top: 100px;
    opacity: 0;
  }
  .year-selection-container.active{
    transform: translate(0%);
    opacity: 1;
  }
  .year-selection-container .container-fluid{
    position: relative;
    padding: 130px 0 90px;
    -webkit-box-shadow: 0px 44px 40px -4px rgba(0,1,72,0.18);
    -moz-box-shadow: 0px 44px 40px -4px rgba(0,1,72,0.18);
    box-shadow: 0px 44px 40px -4px rgba(0,1,72,0.18);
  }
  .year-selection-close{
    position: absolute;
    right: 60px;
    top: 70px;
    z-index: 9995;
    cursor: pointer;
  }
  .year-selection-close span{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/img/close-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .year-selection-close:hover span{
    transform: scale(1.05);
  }
  .year-selection-slide-container{
    width: 260px;
    margin: 0 auto;
  }
  .year-selection-slide-container img{
    width: auto;
    height: 320px;
  }
  .year-selection-slide-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 0;
  }
  .year-selection-slide-text{
    font-size: 1.6875rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--main-color);
    padding-left: 10px;
    margin: 0;
    position: relative;
    top: 4px;
  }
  .year-selection-slide-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    min-width: 140px;
    height: 36px;
    color: var(--white)!important;
    background-color: var(--main-color);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .year-selection-slide-btn:hover{
    text-decoration: underline;
  }
  .year-selection {
    max-width: 100%;
  }
 .slider_item.item{
  height: 100%;
  overflow: auto;
 }
 body.lock .slider_item.item{
  overflow: hidden;
 }
.slider {
    overflow: hidden;
}
.slider_item .item {
  padding-top: 40px;
}

.slider-slide {
  overflow: visible;
}

.visible {
  overflow: visible;
}
.slider-paging {
    text-align: right;
  }
  
  .slider-paging span {
    font-size: 1rem;
    color: var(--main-color);
  }
  .slider-paging-text {
    display: inline-block;
    width: 50%;
    text-align: right;
  }

.slick-slider {
  position: relative;
}
.slick-track{
  display: flex;
  align-items: flex-start;
}

.slider__item.slick-slide{
  padding-top: 99px;
}
.slider {
    position: relative;
}
.slick-prev, .slick-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slick-arrow{
    position: fixed;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    z-index: 10;
    font-size: 0;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: transform 0.2s ease;
}
.slider .slick-arrow:hover {
    transform: translateY(-50%) scale(1.12);
}
.slider .slick-arrow.slick-disabled{
  display: none!important;
}
.slider .slick-arrow.slick-prev { left: 24px; }
.slider .slick-arrow.slick-next { right: 24px; }

.slider .slick-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.slider .slick-arrow svg path {
  fill: var(--main-color);
  transition: fill 0.3s ease;
}
.slider.dark-arrows .slick-arrow svg path {
  fill: #fff;
}
button {
    border: 0;
}
.btn_dark {
    background-color: var(--main-color);
    color: var(--white) !important;
    margin-top: 4px;
    width: 154px;
    height: 40px;
    box-shadow: rgba(149, 157, 165, 0.25) 0px 8px 12px;
}
.btn:hover {
  background-color: var(--main-color);
}
.mrg12 {
  margin-top: 12px;
}
.btn_right {
    position: relative;
    float: right;
}

.hr-blue {
    margin: 1rem 0;
    color: var(--main-color) !important;
    border: 0;
    border-top: 1px solid;
    opacity: .4;
    bottom: 0;
    position: absolute;
}.shadow {
  box-shadow: 5px 6px 8px 1px rgba(0,0,0,0.13);
-webkit-box-shadow: 5px 6px 8px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 5px 6px 8px 1px rgba(0,0,0,0.13);
}
b, strong {
  font-weight: 500 !important;
  letter-spacing: 0.7px;
  }
.wrapper {
  display: block;
  overflow: visible;
}
.nav-slider-headline {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
}
.height-1vh {
  height: 10vh;
}
.chapter-h1 {
  color: var(--white);
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 5.225rem */
  text-transform: uppercase;
  padding: 24px 0;
}
.container {
    padding: 0px 20px;
}
.text_body {
    letter-spacing: 1px;
}
.text_body h1 {
font-size: 3.0625rem;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 3.675rem */
text-transform: uppercase;
}
.text_body p {
  font-size: 1.3125rem;
}
.mrgn-top-30 {
  margin-top: 30px;
}
#accordionFlushExample {
  --bs-accordion-bg: var(--main-color) !important;
  --bs-accordion-btn-color: var(--white) !important;
}
.red {
color: var(--red)
}
.chapter_name {
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    flex: 1;
    line-height: 1.3;
}

.chapter_name::after {
    content: "";
    flex: 1;
    height: 0;
    border-top: 1px solid var(--main-color);
    margin: 0 24px;
}
.nav-slider-headline .slides-numbers {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
}
.subchapter-external_link  {
    font-size: 1rem;
    font-weight: 300;
    float: left;
    text-align: left;
}
.external_link {
  font-size: 1.0625rem;
  font-weight: 500;
  float: right;
  text-align: right;
}
.external_link::before { 
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/external-link.svg);
  background-size: contain;
}
.subchapter-external_link::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/external-link.svg);
  background-size: contain;
}
.subchapter-external_link--red a {
  color: var(--red) !important;
}
.subchapter-external_link--red::before {
  background-image: url(../img/external-link-red.svg);
}
.red-line hr {
  color: var(--red)
}
.person-line {
  border: none;
  border-top: 1px solid rgba(210, 210, 215, 1);
  opacity: 1;
  width: 80%;
  float: right;
}
.end-line hr {
  margin-top: var(--m-top-40)
}
.person {
  width: 100%;
  display: flex;
  align-items: center;
}
.person-image {
  float: left;
  max-width: 116px;
  margin-right: 10px;
}
.person-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--main-color);
  font-family: var(--main-font);
  letter-spacing: .5px;
}
.person-name a::before {
  content:  url(../img/external-link.svg);
  margin-right: 8px;
}
.person-position {
  width: 100%;
  color: rgba(60, 70, 170, 1);
  font-size: 1rem;
  font-family: var(--main-font);
  letter-spacing: 0.5px;
  font-weight: 300;
}


.person-name,
.person-position {
  margin: 0;
}
.slider-item .container {
  overflow: hidden;
}
.person-details {
  margin-left: 12px;
}

.height-500 {
  margin-bottom: 24px;
}

.page-footer {
  border-top: 1px solid var(--main-color);
  margin-top: 0px;
  z-index: -1;
}
img, svg {
  max-width: 100%;
}
.align-left {
  float: left;
  margin-right: 24px;
}
.align-left-table {
  float: left;
  text-align: left;
}
.content-chapters-item {
  display: flex;
align-items: center;
margin-bottom: 24px;
}

/* Tables */

.color-last-colum {
  background-color: var(--light-blue);
}


.align-right  {
  text-align: right;
}
.align-left {
  text-align: left;
}
.my-first-header-class {
  text-align: left !important;
}

.letter-spasing-table p {
  letter-spacing: var(--letter-spasing) !important;
}
p + .table-container {
  margin: 24px 0;
}

/* Accordeon */

.accordeon-button p {
  background-color: var(--main-color);
  color: var(--white);
  padding: 12px;
  height: 48px;
}
.svg-container {
  content:"";
  background-image: url("../img/angle-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--white);
  position: absolute;
  right: 8px;
}

.vert-text {
  transform: rotate(270deg);
  vertical-align: middle;
  font-size: 0.875rem;
  font-style: italic;
}
.chart-legend-container {
  padding-top: 24px;
}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
/* Lightbox-Link umschließt das Bild passgenau, damit das Lupen-Icon (.open-popup,
   float:right/top:-48px) immer in der Bildecke sitzt – global statt pro Bild */
a[data-lightbox] {
  position: relative;
  display: inline-block;
}
a[data-lightbox] > .myImg {
  display: block;
}

.myImg:hover {opacity: 0.7;}

.chart-hd {
  color: var(--main-color);
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 1.0625rem;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.chart-hd sup {
  font-weight: 400;
}
.chart-hd-sub {
  font-weight: 400;
}
.chart-note {
  color: var(--main-color);
  font-family: var(--main-font);
  font-size: 0.8rem;
  margin: 12px 0 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 2.5rem;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.chapter-block a {
  text-decoration: none;
}
/* Hover-Vergrößerung der Icons im Inhaltsverzeichnis: skaliert beim Hover des
   benachbarten Text-Links (img steht im Markup vor dem Link -> :has(+ ...)) */
.chapter_img,
.chapter_img_small {
  transition: transform .2s ease;
}
.chapter_img:has(+ a:hover),
.chapter_img_small:has(+ p:hover) {
  transform: scale(1.1);
}
.grid-navigation .slide-link{
  width: calc(100% - 70px);
}

/* 100% Image Width on Smaller Screens */
.accordion-container{
  display: flex;
  gap: 40px;
  margin: 0 0 40px;
}
.accordion-container > .col-4{
  padding: 0;
  width: calc((100% - 80px) / 3);
}
.zielin-container-middle .zielin-container {
  padding-bottom: 48px;
}
.zielin-container-middle-63 .zielin-container {
  padding-bottom: 94px;
}
.zielin-container {
  background-color: #DDDFF1;
  display: flex;
  padding: 20px;
}

.zielin-image {
  width: 82px;
  margin-right: 20px;
  flex-shrink: 0;
}

.zielin-image img {
  max-width: 100%;
}

.zielin-accordion-container {
  background-color: var(--white);
  flex-grow: 1;
}

.zielin-accordion {
  background-color: var(--white);
  border: none;
  text-align: left;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  color: var(--main-color);
  font-family: var(--main-font);  
}

.zielin-accordion:hover {
  background-color: #F2F3F8;
}

.zielin-accordion-content {
  display: none;
  background-color: var(--white);
  padding: 10px;
}

.zielin-accordion-content p {
  margin: 0;
  color: var(--main-color);
  font-family: var(--main-font);
  font-size:0.8125rem;
}

.zielin-accordion.active {
  background-color: #f5f5f5;
}

.zielin-accordion.active + .zielin-accordion-content {
  display: block;
}
.space_block {
  margin-top: 20px;
}
.open-popup {
  background-color: unset;
  cursor: pointer;
  position: relative;
  float: right;
  top: -48px;
  right: 12px;
}

.wesentliche-column {
  background-color: var(--light-blue-300);
  padding: 12px;
  margin-top: 64px;
  margin-bottom: 34px;
  text-align: center;
  min-height: 250px;
  height: fit-content;
  border-radius: 0;
}
.wesentliche-column-small {
  background-color: var(--light-blue);
  padding: 12px;
  margin-top: 64px;
  margin-bottom: 34px;
  text-align: center;
  height: 200px;
}
.wesentliche-column-small p {
  font-size: 1rem;
  line-height: 20px;
  padding-top:8px;
}
.wesentliche-column h5, .wesentliche-column-small h5 {
  font-size: 1.25rem;
  font-weight: 300;
  padding-top: 12px;
  letter-spacing: var(--letter-spasing);
  height: 52px;
  color: var(--main-color);
}

.wesentliche-column h3 {
  color: var(--main-color);
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 700;
}

.wesentliche-column--text {
  background-color: rgba(230, 240, 255, 1);
  text-align: left;
  min-height: 0;
  padding: 4px 24px 24px;
}
.wesentliche-column--text p {
  color: var(--main-color);
  font-size: 1rem;
  line-height: 150%;
  margin: 0;
  padding-top: 1.2rem;
}
.wesentliche-column--text .vorbemerkung-link {
  padding-top: 16px;
}
.quelle {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 1rem;
  opacity: 0.7;
}
.external-link-red {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C0102A !important; /* dunkleres Rot nur hier — heller Karten-Hintergrund, AA-Kontrast (Marken-Rot bleibt sonst überall) */
  font-weight: 400;
  text-decoration: none;
}
.external-link-red::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/external-link-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.wesentliche-column .icon, .wesentliche-column-small .icon {
  background-color: var(--main-color);
  width: 80px;
  height: 80px;
  margin: -44px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.text_body .cover-h1 {
  font-size: 5.625rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 115%;
}
.cover-h1::after {
  background-image: url('../img/cover-arrow.png');
  width: 72px;
  background-size: cover;
  display: block;
  margin-top: 10px;
}
.text-body .middle-ver {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text_body .red {
  font-size: 1.5625rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.text_body .col-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  
}

.text_body .col-7 p,
.text_body .col-7 h1 {
  margin: 0;
}

.fw-hdr h3 {
  font-size: 1.875rem;
  font-weight: 500 !important;
  padding-top: 24px;
}
.vert-space-300 {
  height: 300px;
}
.vert-space-180 {
  height: 180px;
}

.vert-space-64 {
  height: 64px;
}

.vert-space-32 {
  height: 32px;
}

.share-icon-blue::after {
  content: "";
  display: inline-block;
  width: 19.33px;
  height: 19.33px;
  background-image: url("../img/share-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.share-icon-white::after {
  content: "";
  display: inline-block;
  width: 19.33px;
  height: 19.33px;
  background-image: url("../img/share-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.share-icon-white, .share-icon-blue {
  margin-bottom: 0;
  float: right;
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}
.share-icon-white:hover, .share-icon-blue:hover {
  transform: scale(1.2); 
}
.nav_list {
  list-style-type: none;
  padding-left: 0;
}

.nav_chapter {
  position: relative;
  line-height: 50px;
  transition: transform 0.2s;
  color: var(--white);
  font-family: var(--main-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.nav_chapter::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 30.076 30.076'%3E%3Cpath id='arrow-circle-right' d='M0,15.038A15.038,15.038,0,1,0,15.038,0,15.038,15.038,0,0,0,0,15.038ZM18.215,7.886l4.494,4.494h0a3.76,3.76,0,0,1,0,5.317L18.215,22.19l-.031.03a1.253,1.253,0,1,1-1.741-1.8l4.127-4.127L7.519,16.3a1.253,1.253,0,1,1,0-2.506l13.049-.009L16.443,9.658a1.253,1.253,0,1,1,1.772-1.772Z' transform='translate(0)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: -5px;
  transition: 0.3s ease-in-out;
}
.accordion-header .nav_chapter.collapsed::before{
  transform: rotate(90deg);
}
.nav_chapter_accordion .collapsing{
  background-color: transparent;
  box-shadow: none;
}
.accordion-header .nav_chapter::before{
  transform: rotate(-90deg);
}
.subchapter_li {
  font-size: 1.25rem;
  list-style: none;
  padding-left: 40px;
  line-height: 38px;
}
.subchapter_li a {
  color: var(--white) !important;
  text-decoration: none;
}
.nav_chapter::marker {
  display: none;
}
.nav_chapter li a:hover {
  color: var(--light-blue)
}
.nav_chapter a {
  text-decoration: none;
  color: white !important;
  vertical-align: top;
}
.white-h-line {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: 0.3px solid rgba(255, 255, 255, 0.8);
}
.blue-h-line {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: 1px solid var(--main-color);
}
.chapters {
  font-size: 1.5625rem;
  margin-bottom: 0px !important;
}
.chapter_img {
  margin-right: 24px;
}
.chapter-line {
  width: 100%;
  border-bottom: 0.25px solid rgb(0, 20, 137, 80%) !important;
  opacity: .25;
  border-width: 0.25px;
}
.small-nav-chapters {
  margin-bottom: 0px;
}
.chapter_img_small {
  margin-right: 10px;
}
.chapter_nav_small {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.chapter-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
}
.img-caption {
  color: var(--main-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-top: 8px;
}
.img-caption strong {
  font-weight: 700 !important;
}
.question {
  font-style: italic;
  font-weight: bold
}
.subtitle {
  font-weight: 500;
  font-size: 1.3125rem;
  padding-bottom: 12px;
}
.white {
  color: white !important;
}
.container.wrapper .row {
  flex-direction: column;
}
.copy-slide{
  display: inline-block;
  width: auto;
  align-self: flex-end;
  padding: 0;
  margin: 0 20px 1rem 0;
  transition: 0.3s ease-in-out;
}
.copy-slide:hover{
  transform: scale(1.05);
}
.copy-slide::after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%2314d006%7D%3C/style%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.copy-slide.copied::after{
  opacity: 1;
}
.quadrilateral {
    width: 100%;
    height:  250px;
    background-color: #D11726;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
}
  
.quadrilateral-text {
  color: var(--white) !important;
  font-size: 1rem;
  text-transform: uppercase;
}
.quadrilateral-number {
  font-size: 5rem;
  color: var(--white) !important;
  font-weight: 600;
  margin-top: -15px !important;
}
.quadrilateral-mio {
  color: var(--white) !important;
  font-size: 1rem;
}
.quadrilateral-blue {
  width: 100%;
  height:  250px;
  background-color: #003A85;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .quadrilateral-blue {
    margin-top: 20px;
  }
}

.quadrilateral-3 {
  width: 100%;
    height:  250px;
    background-color: #D11726;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px;
}
.quadrilateral-blue-closer {
  margin-top: 32px;
  width: 100%;
  height:  250px;
  background-color: #003A85;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
.quadrilateral-blue-small {
  margin-top: 24px;
  width: 100%;
  height:  250px;
  padding: 24px;
  background-color: #003A85; 
  display: flex;
  justify-content: center;
    flex-direction: column;
}
.quadrilateral-small {
  margin-top: 24px;
  width: 100%;
  height:  250px;
  padding: 24px;
  background-color: #D11726; 
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.quadrilateral-blue-2-small {
  width: 100%;
  height: 250px;
  padding: 24px;
  background-color: #003A85; 
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.quadrilateral-2-small {
  margin-top: 24px;
  width: 100%;
  height: 250px;
  padding: 24px;
  background-color: #D11726; 
  display: flex;
  justify-content: center;
  flex-direction: column;

}
.quadrilateral-text-small {
  color: var(--white) !important;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.quadrilateral-number-small {
  font-size: 2.5rem;
  color: var(--white) !important;
  font-weight: 600;
}
.quadrilateral-mio-small {
  color: var(--white) !important;
  font-size: 0.75rem;
}
.pretable-header {
  background-color: #DDDFF1;
  color: var(--main-color);
  padding: 2px 12px;
  font-weight: 500;
}

.quad-block-1 {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #D11726;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}

.quad-block-1:hover::after {
  content: "Nach Art. 141 HV gilt ab dem Jahr 2020 für das Land Hessen ein (strukturelles) Neuverschuldungsverbot. Der Landeshaushalt ist zudem – beginnend mit dem Jahr 2011 – so aufzustellen, dass im Haushaltsjahr 2020 das Neuverschuldungsverbot eingehalten werden kann (Art. 161 HV).";
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  transition: 1s ease-out;
  background-color: #D11726;
}

.bold-text {
  font-weight: 600;
}
.padding-left-12 {
  padding-left: 12px;
}
.wht-bg {
  background-color: white;
  padding: 12px 24px 12px 12px;
  text-decoration: none;
font-weight: 400;
}
@media screen and (max-width: 1480px) {
  .menu {
    min-width: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .title_header{
    font-size: 1.5rem;
  }
  .year{
    font-size: 3.4375rem;
    margin-left: 30px;
  }
  .slider .slick-arrow.slick-next {
    right: 12px;
  }
  .slider .slick-arrow.slick-prev {
    left: 12px;
  }
  .slider .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .year-selection-slider .slick-arrow.slick-next{
    right: 65px;
  }
  .year-selection-slider .slick-arrow.slick-prev{
    left: 65px;
  }
}
@media screen and (max-width: 1300px){
  .title_header{
    font-size: 1.25rem;
  }
  .year{
    font-size: 2.5rem;
    margin-left: 20px;
  }
  .year-selection-button{
    font-size: 1.125rem;
  }
  .year-selection-button::before{
    width: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px){
  .collage-count .col-3{
    width: 50%;
  }
  .collage-count .col-3:nth-child(1){
    padding-bottom: 20px;
  }
  .collage-count .col-3:nth-child(2){
    padding-bottom: 20px;
  }
  .accordion-container{
    gap: 20px;
    padding: 0 20px;
  }
  .accordion-container .col-4{
    padding: 0;
    width: 100%;
    max-width: 600px;
  }
  .accordion-container .col-4:last-child{
    padding-bottom: 0;
  }
  .zielin-container-middle .zielin-container{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1080px){
  .hamburger-menu-position{
    padding: 0 25px;
  }
  .hamburger-menu-position.active{
    padding: 0 25px;
  }
  .hamburger-menu-position .red-menu-text{
    display: none;
  }
  .text_ver_align{
    padding-left: 150px;
  }
  .title_header{
    font-size: 1.125rem;
  }
  .year{
    font-size: 2rem;
  }
  .logo-hessen{
    height: 56px;
    min-width: 44px;
    margin: 8px 14px;
  }
  .year-selection-container{
    padding-top: 72px;
  }
  .slider__item.slick-slide{
    padding-top: 71px;
  }
  .year-selection-container .container-fluid{
    padding: 80px 0 60px;
  }
  .year-selection-slider{
    padding: 0 80px;
  }
  .year-selection-slider .slick-arrow.slick-next{
    right: 30px;
  }
  .year-selection-slider .slick-arrow.slick-prev{
    left: 30px;
  }
  .year-selection-close{
    top: 40px;
    right: 30px;
  }
  .year-selection-slider .slick-arrow{
    bottom: 260px;
  }
}
@media only screen and (max-width: 1024px){
  .margin-b-15{
    margin-bottom: 15px;
  }
  .slider .slick-arrow.slick-next {
    right: 0px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .person-row .col-6{
    width: 100%;
  }
  .col-6.grid-navigation{
    width: 100%;
  }
  .col-6.grid-navigation:first-child .chapter-block hr:last-child{
    display: none;
  }
  .chapter-h1,
  .text_body .cover-h1{
    font-size: 3.125rem;
  }
  .hamburger-menu-position{
    padding: 0 20px;
  }
  .hamburger-menu-position.active{
    padding: 0 20px;
  }
  .hamburger-menu{
    padding: 0 5px;
  }
  .title_header{
    font-size: 1rem;
  }
  .year{
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 820px){
  .title_header_row{
    display: none;
  }
  .text_ver_align{
    justify-content: flex-end;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px){
  .collage-count .col-3{
    width: 100%;
  }
  .collage-count .col-3:nth-child(1){
    padding-bottom: 0px;
  }
  .collage-count .col-3:nth-child(1) > div:first-child{
    margin-bottom: 20px;
  }
  .collage-count .col-3:nth-child(2){
    padding-bottom: 20px;
  }
  .collage-count .col-3:nth-child(2) > div:first-child{
    margin-bottom: 20px;
  }
  .collage-count .col-3:nth-child(3){
    padding-bottom: 30px;
  }
  .slider .slick-arrow{
    top: calc(50% + 20px);
    width: 38px;
    height: 38px;
  }
  .slider .slick-arrow.slick-prev { left: 4px; }
  .slider .slick-arrow.slick-next { right: 4px; }
  .text_body .cover-h1{
    padding-bottom: 20px;
  }
  .mobile-menu{
    padding-top: 100px;
    padding-right: 40px;
  }
  .mobile-menu-title{
    margin-bottom: 20px;
  }
  .mobile-menu-items hr{
    margin: 10px 0;
  }
  .mobile-second-menu-items-text li a{
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .mobile-menu-items-text a{
    font-size: 1.25rem;
  }
  .mobile-menu-items-text a::before{
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 560px){
  .year-selection-container .container-fluid{
    padding: 60px 0 30px;
  }
  .year-selection-slider .slick-arrow{
    bottom: 230px;
  }
  .year-selection-close{
    top: 25px;
    right: 25px;
  }
  .year-selection-slider{
    padding: 0 40px;
  }
  .year-selection-slider .slick-arrow.slick-next{
    right: 10px;
  }
  .year-selection-slider .slick-arrow.slick-prev{
    left: 10px;
  }
  .mobile-menu{
    padding: 100px 25px 20px;
  }
}
@media only screen and (max-width: 480px){
  .chapter-h1,
  .text_body .cover-h1{
    font-size: 1.5rem;
  }
  .text_body h1 {
    font-size: 1.8rem;
    }
    .text_body .red {
      font-size: 1.1rem;
      font-weight: 300;
  }
  .nav_chapter a{
    font-size: 1.375rem;
  }
  .chapters{
    font-size: 1.25rem;
  }
  .chapter_img{
    width: 35px;
  }
  .chapter-line{
    margin: 10px 0;
  }
  .row{
    --bs-gutter-x: 1.5rem !important;
  }
  .row.height-500.accordion-container{
    padding: 0;
  }
  .zielin-image{
    margin-right: 10px;
    width: 60px;
  }
  .zielin-container-middle-63 .zielin-container{
    padding-bottom: 20px;
  }
  .col-9{
    width: 100%;
  }
  .white-h-line,
  .blue-h-line{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .slider .slick-arrow{
    width: 32px;
    height: 32px;
  }
  .slider .slick-arrow.slick-prev { left: 2px; }
  .slider .slick-arrow.slick-next { right: 2px; }
}
@media only screen and (max-width: 400px){
  .chapter-h1,
  .text_body .cover-h1{
    font-size: 2rem;
  }
  .text_body h1{
    font-size: 1.8rem;
  }
  .text_body .red{
    font-size: 1.125rem;
  }
  .nav_chapter{
    padding-bottom: 10px;
  }
  .nav_chapter a{
    font-size: 1.25rem;
  }
  .nav_chapter::before{
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
  .btn_right{
    float: none;
    margin-bottom: 15px;
  }
  .zielin-container{
    padding: 15px;
  }
}

.plus-on-table {
  font-size: 2rem;
  padding-bottom: 24px;
}
.lines-styled-list {
  list-style-type: none;
  font-weight: 300;
}
 
a:hover {
  opacity: .8;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul li {
  font-weight: 300;
}

.text-sm {
  font-size: 0.75rem;
}

p, ul, li {
  text-wrap: pretty;
}
h1,h2,h3,h4,h5,h6 {
  text-wrap: balance;
}
.slick-arrow, button {
  cursor: pointer !important;
}

.btn:focus-visible, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: var(--main-color) !important;
}

.sub-link {
  position: relative;
  margin-left: 4.5rem;
  margin-block: .53em;
}
.sub-link p {
  margin-left: 2rem;
}

.sub-link::before {
  content: "";
  display: grid;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--red);
  outline: 2px solid var(--red);
  outline-offset: 3px;
  width: 14px!important;
  min-width: 14px!important;
  height: 14px!important;
  border-radius: 100px;
  transition: transform .2s ease;
}
.sub-link:hover::before {
  transform: translateY(-50%) scale(1.25);
}
.mobile-menu-items-text .sub-link::before {
  position: static;
  top: auto;
  transform: none;
}
.mobile-menu-items-text .sub-link:hover::before {
  transform: scale(1.25);
}
.mobile-menu-items-text .sub-link {
  margin-block: 0;
}

@media (max-width: 860px) {
.col-9 {
  flex: 0 0 auto;
  width: 100%;
  }
   
}

@media screen and (max-width: 860px) {
  .col-3 {
    width: 100%;
  }
}


#personalaufwand-table, #verwaltungsaufbau-table {
  flex-grow: 1;  
  display: flex;
  flex-direction: column;
  width: 100%;  
  height: 100%;  
  overflow: hidden; 
}



/* New tables  */

.table-row, .first-row {
  display: grid;
  gap: 2px 0; /* column-gap 0: keine weißen Streifen neben hervorgehobenen Spalten */
  text-align: right;
  color: var(--main-color);
  font-family: var(--main-font);
  font-size: 1rem;
  line-height: 18px;
  word-wrap: break-word;  
  overflow-wrap: break-word;
}
.two-columns-50 {
  grid-template-columns: minmax(0, 1fr) repeat(1, minmax(0, 1fr));
}
.two-columns {
    grid-template-columns: minmax(0, 4fr) repeat(1, minmax(0, 1fr));
}
.two-columns-haushalt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 }

 .hessen-table .two-columns-nachhaltigkeit {
  grid-template-columns: minmax(0, 1fr) repeat(1, minmax(0, 1fr));
  align-items: center;
  border-bottom: 1px solid #D2D2D7;
}

.three-columns {
  grid-template-columns: minmax(0, 5fr) repeat(2, minmax(0, 1.5fr));
}
.three-columns-nachhaltigkeit {
  grid-template-columns: 80px minmax(0, 4fr) minmax(0, 3fr);
  align-items: center;
}
.four-columns {
  grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2fr));
 }
 .four-columns-haushalt {
  grid-template-columns: minmax(0, 6fr) repeat(3, minmax(0, 2fr));
 }
 .five-columns {
  grid-template-columns: minmax(0, 5fr) repeat(4, minmax(0, 2fr));
 }
 .five-columns-haushalt {
  grid-template-columns: 1fr minmax(0, 8fr) repeat(3, minmax(0, 3fr));
 }
 .six-columns {
  grid-template-columns: minmax(0, 5fr) repeat(5, minmax(0, 2fr));
 }
 .seven-columns {
  grid-template-columns: minmax(0, 5fr) repeat(6, minmax(0, 2fr));
 }

 @media (max-width: 767px) {
  #Haushalt-3 .table-column,
  #Haushalt-4 .table-column {
    flex: 1 0 100%;
    max-width: 100%;
   }
  .hessen-table .two-columns-nachhaltigkeit {
    grid-template-columns: minmax(0, 1fr) 152px;
   }
  .table-row .icon-row-nachhaltigkeit {
    flex-wrap: wrap;
   }
  .table-row .icon-row-nachhaltigkeit > div {
    flex-shrink: 0;
   }
  .three-columns {
    grid-template-columns: minmax(0, 5fr) repeat(2, minmax(0, 2.5fr));
   }
  .four-columns {
    grid-template-columns: minmax(0, 3fr) repeat(3, minmax(0, 2fr));
   }
 .five-columns {
  grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 2fr));
 }
 .six-columns {
  grid-template-columns: minmax(0, 3fr) repeat(5, minmax(0, 2fr));
 }
 .seven-columns {
  grid-template-columns: minmax(0, 3fr) repeat(6, minmax(0, 2fr));
 }
 }
 .table-row .last-column {
   background-color: rgba(230, 240, 255, 1);
   font-weight: 600;
 }
 #Berichterstattung .table-row, #Nachhaltigkeit_im_Geschaftsbericht .table-row {
  font-size: 1.0625rem;
 }

 #Nachhaltigkeit-1 .table-row, #Nachhaltigkeit-2 .table-row, #Nachhaltigkeit-3 .table-row {
  font-size: 0.96875rem;
 }

.table-row .icon-nachhaltigkeit {
  width: 18px;
  height: 18px;
}

.table-row .icon-row-nachhaltigkeit {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 8px;
  gap: 8px;
}

.table-row.two-columns-nachhaltigkeit:last-child {
    border-bottom: none;
}

/* When the two table columns stack into one (≤1080px), the left column's last
   row ends up mid-list — restore its divider. The right column stays without a
   bottom line (it's the real end of the list). */
@media (max-width: 1080px) {
  #Nachhaltigkeit-1 .row .col-6:first-child .table-row.two-columns-nachhaltigkeit:last-child {
    border-bottom: 1px solid #D2D2D7;
  }
}

  .text-left {
   text-align: left;
 }
 
 .table-row {
   border-bottom: 1px solid rgba(210, 210, 215, 1);
   vertical-align: middle;
 }
 .hessen-table .table-row:last-child {
   border-bottom: none;
 }
 #Haushalt-2 .table-row {
   border-bottom: none;
 }
 /* Ist-Spalte als durchgehender Hintergrund-Streifen (kein Subpixel-Zacken pro Zeile).
    Grid: 1fr 8fr 3fr 3fr 3fr (=18) -> Ist-Spalte (4.) liegt bei 66,667%–83,333% */
 #Haushalt-2 .hessen-table {
   background-image: linear-gradient(to right,
     transparent 0 66.667%,
     rgba(230, 240, 255, 1) 66.667% 83.333%,
     transparent 83.333% 100%);
   background-repeat: no-repeat;
 }
 #Haushalt-2 .last-column {
   background-color: transparent;
 }
 /* Gruppen-Header "Aufwendungen (in Mio. €)" deckt den Streifen darüber ab */
 #Haushalt-2 .two-columns-haushalt {
   background-color: #fff;
 }
 /* "Einzelplan" fett wie die übrigen Spaltentitel (überschreibt globales b{500!important}) */
 #Haushalt-2 .first-row b {
   font-weight: 600 !important;
 }
 /* Mobile: give the number columns room so large values don't overlap.
    Grid 1fr 5fr 3fr 3fr 3fr (=15) -> Ist column (4th) sits at 60%-80%,
    so the highlight stripe is realigned to match. */
 @media (max-width: 767px) {
   #Haushalt-2 .five-columns-haushalt {
     grid-template-columns: 1fr minmax(0, 5fr) repeat(3, minmax(0, 3fr));
   }
   #Haushalt-2 .hessen-table {
     background-image: linear-gradient(to right,
       transparent 0 60%,
       rgba(230, 240, 255, 1) 60% 80%,
       transparent 80% 100%);
   }
   #Haushalt-2 .five-columns-haushalt > div {
     padding-left: 3px;
     padding-right: 3px;
     font-size: 0.75rem;
   }
 }
 
 .table-row:hover,
 .first-row:hover {
    background-color: var(--light-blue);
    transition: 0.4s background-color ease;
 }

 .table-row:hover .last-column,
 .first-row:hover .last-column {
    background-color: var(--light-blue);
    transition: 0.4s background-color ease;
 }

 .first-row.dark-blue-100:hover, 
 .table-row.dark-blue-100:hover {
  background-color: var(--main-color);
  color: var(--light-blue);
  transition: 0.4s background-color ease;
}
 .text-bold {
   font-weight: 600;
 }
 .text-italic {
  font-style: italic;
 }
.table-row img {
  width: 64px;
  height: 64px;
}
.first-row {
  border-bottom: 1px solid rgba(210, 210, 215, 1);
  vertical-align: middle;
 }

.first-row > div,
.table-row > div {
  padding: 8px;
}
#Verwaltungsaufbau .first-row > div {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
#Verwaltungsaufbau .first-row > div:first-child,
#Verwaltungsaufbau .table-row > div:first-child {
  align-self: center;
}
#Verwaltungsaufbau .first-row > div,
#Verwaltungsaufbau .table-row > div {
  padding: 10px;
}
 #Vermogenslage .first-row {
    border-bottom: 1px solid rgba(210, 210, 215, 1);
    vertical-align: middle;
 }
 #Vermogenslage .row .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
 }
 summary {
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

 .hessen-table {
  border-bottom: none;
  }

  .light-blue-100 {
    background-color: rgb(242, 247, 252);
  }
  .light-blue-200 {
    background-color: rgb(217, 227, 235);
  }
  .dark-blue-100 {
    background-color:var(--main-color);
    color: var(--white);
  }
  .last-column {
    background-color: rgba(230, 240, 255, 1);
  }
  .highlight-row {
    background-color: rgba(230, 240, 255, 1);
  }
  .highlight-row-strong,
  .highlight-row-strong .last-column {
    background-color: var(--light-blue);
  }
  .last-column-italic {
    font-weight: 300;
    font-style: italic;
  }
details {
  border-color: transparent!important;
}
summary {
  background-color: transparent !important;
  border-bottom: 1px dotted var(--main-color)!important;
  color: var(--main-color)!important;
  font-size: 0.9375rem!important;
}

summary::before {
  content: "+";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  border: 1px solid var(--main-color);
  border-radius: 2px;
  background: rgba(204,217,232, 0.5);
}
details[open] {
  border: transparent!important;
}
details[open] summary::before {
  content: "-";
  transition: 3s ease-in-out;
}
.tree-branch {
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-top: -24px;
  margin-right: 8px;
  border-bottom-left-radius: 1px;
  border-left: 1px solid rgba(0, 20, 137, 0.3);
  border-bottom: 1px solid rgba(0, 20, 137, 0.3);
}
details summary::-webkit-details-marker {
  display:none;
}
 @media (max-width: 767px) {
 .hessen-table div {
  font-size: 0.84375rem;
 }
 #Verwaltungsaufbau .first-row > div {
  font-size: 1.2rem;
 }
 .wesentliche-column {
  margin-top: 32px;
  margin-bottom: 14px;
  min-height: 200px;
  }
  .vert-space-180 {
    height: 40px;
  }
 }

 @media only screen and (min-width: 768px) and (max-width: 1280px) {
  .wesentliche-column h5 {
    font-size: 0.90625rem;
  }
  .wesentliche-column h3 {
    font-size: 1.25rem;
  }
 }

.slick-next:active,
.slick-prev:active {
  scale: 0.95;
  transition: all 0.3s ease;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  background-size: 24px 24px !important;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  }

/* ============================================================
   Accessibility / Mobile (WCAG 2.1 AA · BITV 2.0 · EAA)
   ============================================================ */

/* Skip-Link — sichtbar nur bei Fokus (WCAG 2.4.1) */
.skip-link {
  position: absolute;
  left: 8px;
  top: -48px;
  z-index: 1000;
  background: var(--main-color);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--main-font);
  transition: top 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 8px;
  color: #fff !important;
}

/* Sichtbarer Tastatur-Fokus (WCAG 2.4.7) — überschreibt outline:none */
:focus-visible {
  outline: 3px solid var(--main-color);
  outline-offset: 2px;
}
/* auf dunklen Kapitel-Covers heller Fokus */
body.dark-slide .slick-arrow:focus-visible {
  outline-color: #fff;
}
#main-content:focus {
  outline: none;
}

/* Reduzierte Bewegung respektieren (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Mobile: Diagramme niedriger, breite Tabellen horizontal scrollbar */
.table-container {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .chart-box div[style*="height:"] {
    height: 340px !important;
  }
  /* Dense 10-bar horizontal chart with long wrapped labels needs more height
     so adjacent labels don't touch */
  #Vermogensrechnung .chart-box div[style*="height:"] {
    height: 540px !important;
  }
  /* Kreditschulden combo chart: trim the chart-box padding so the plot uses
     more of the narrow mobile width */
  #Kreditschulden .chart-box {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* Let long German words in table text cells hyphenate (lang="de") */
  .hessen-table .text-left {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}

/* Bedeutende Finanzkennzahlen (s.3): etwas kleinere Tabellenschrift, damit Datumsangaben in eine Zeile passen */
#Bedeutende .first-row,
#Bedeutende .table-row {
  font-size: 0.875rem;
}

/* ============================================================
   Gemeinsames Raster: Slide-Inhalt linksbündig zum Start der
   blauen Header-Zone (= Breite des Hamburger-Blocks), responsiv.
   ============================================================ */
:root {
  --hb-pad: 35px;   /* Hamburger-Block: Padding links/rechts (wie .hamburger-menu-position) */
  /* Breite des weißen Blocks = 2*Padding + Hamburger-Icon (40) + inbox (margin 56 + Breite 36)
     + red-menu-text (width 0, aber padding-left 23) */
  --grid-left: calc(var(--hb-pad) * 2 + 40px + 92px + 23px);
}
@media (max-width: 1080px) { :root { --hb-pad: 25px; } }   /* -> 182px */
@media (max-width: 1024px) { :root { --hb-pad: 20px; } }   /* -> 172px */

/* Raster-Linksbündigkeit nur im Desktop-Layout (zweispaltig).
   Ab ≤1080px werden die Spalten 100% breit -> Container wieder zentrieren. */
@media (min-width: 1081px) {
  .slider__item .container {
    margin-left: calc(var(--grid-left) - 20px) !important; /* -20px Container-Padding */
    margin-right: 0 !important;
  }
}

/* Vorwort mobile margine */
@media (max-width: 1080px) {
  #Vorwort-1 .col-4 figure {
    margin-bottom: 32px;
  }
}

#Bedeutende .two-columns {
  grid-template-columns: minmax(0, 4fr) 9ch;
}

/* Mobile: the 4-year tables squeeze the number columns -> values wrap and the
   31.12.20xx date headers overlap. Give the year columns more room (label
   hyphenates), trim cell padding and font so each value fits on one line. */
@media (max-width: 767px) {
  #Bedeutende .five-columns {
    grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 2fr));
  }
  #Bedeutende .five-columns > div {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.8rem;
  }
}

/* Personalaufwand: number column shares one width across all rows (= widest value)
   via subgrid, so every row's number cell lines up. */
#Personalaufwand .hessen-table {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
}
#Personalaufwand .hessen-table > .first-row,
#Personalaufwand .hessen-table > .table-row {
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
}

/* Hide the second column for mobile */
@media (max-width: 768px) {
  #Verwaltungsaufbau .two-columns-50 {
    grid-template-columns: 1fr;
  }
  #Verwaltungsaufbau .two-columns-50 > div:nth-child(2) {
    display: none;
  }
}

/* Enable automatic hyphenation */
@media (max-width: 768px) {
  #Nachhaltigkeit-2 .three-columns-nachhaltigkeit > div:nth-child(2) {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
  }
}

/* Haushalt-2/6/7/8: automatic hyphenation */
@media (max-width: 768px) {
  #Haushalt-2 .hessen-table .text-left,
  #Haushalt-2 .first-row > div,
  #Haushalt-6 .hessen-table .text-left,
  #Haushalt-6 .first-row > div,
  #Haushalt-7 .hessen-table .text-left,
  #Haushalt-7 .first-row > div,
  #Haushalt-8 .hessen-table .text-left,
  #Haushalt-8 .first-row > div {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (max-width: 768px) {
  #Haushalt-2 .subchapter-external_link a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

#Vermoegenslage-1 .vl-chart {
  position: relative;
  height: 360px;
}
@media (max-width: 768px) {
  #Vermoegenslage-1 .vl-chart {
    height: 440px;
  }
  /* Reclaim horizontal padding so the chart canvas is wide enough for the
     wrapped axis labels (nested table-container + chart-box padding ate ~100px) */
  #Vermoegenslage-1 .table-container {
    padding: 8px !important;
  }
  #Vermoegenslage-1 .chart-box {
    padding-left: 12px;
    padding-right: 12px;
  }
}

