.show-grid .show-grid,
.show-footer .show-footer,
.show-home .show-home {
  display: block !important;
}

.show-home {
  background: url(images/2024_redesign/demo-home.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
}

.show-home2 {
  background: url(/fileadmin/suproductions/templates/images/2024_redesign/demo-wirtschaft.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
}

.container-1col {
  padding: 0 86px !important;
}

.p-56 {
  padding: 56px;
}

.p-58 {
  padding: 58px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

/* Sonderregel in Blauer Box*/
.container-blue-box .mb-48 {
  margin-bottom: 32px;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mh-600 {
  min-height: 600px;
}

.btn:hover {
  background-color: #184469;
  border-color: #184469;
}

.bg-no {
  background: inherit !important;
}

.bg-dark-blue {
  background: #184469;
}

.bg-light-blue {
  background: #F0F6FC;
}

.bg-primary-dark {
  background: #225C8C;
}

.bg-fade-light {
  background: rgba(255, 255, 255, 0.7);
}

.text-primary-dark {
  color: #225C8C;
}

.text-grey-dark {
  color: #1A171B;
}

.text-grey {
  color: #848185;
}

.text-grey-sm {
  color: #848185;
  font-size: 16px;
  line-height: 140%;
}

header {
  padding: 24px 0 20px 0;
}

header .logo svg {
  margin-top: -6px;
}

.header-mobile {
  background-color: #ffffff;
  height: 80px;
  padding: 20px 24px;
}

.header-desktop {
  position: sticky;
  top: 0;
  width: 100%;
  transition: top 0.6s;
  background-color: #ffffff;
  z-index: 1000; 
}
.disable-sticky-menu .header-desktop {
  position: relative;
}

.header-desktop.header-reset {
}
.header-hidden {
  top: -100%; 
}

.footer {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 0 48px;
}

.footer p {
  margin-bottom: 12px;
}

.footer a.text-muted {
  color: #99C5EA !important;
}

.bg-footer {
  width: 366px;
  height: 100%;
  position: absolute;
  left: 0;
}

.footer-line {
  height: 840px;
  position: absolute;
  bottom: 340px;
  z-index: -1;
  width: 1400px;
  left: calc(50% - 700px);
}

.text-large {
  font-size: 24px;
  line-height: 140%;
}

.text-medium {
  font-size: 16px;
  line-height: 140%;
}

.text-small {
  font-size: 14px;
}

.h1 {
  line-height: 74px !important;
  letter-spacing: 0.06rem;
  font-size: 64px;
  line-height: 74px;
}

.h2 {
  letter-spacing: 0rem;
  font-size: 40px;
  line-height: 48px;
}

.h3 {
  letter-spacing: 0rem;
  font-size: 32px;
  line-height: 38px;
}

p.lead {
  font-size: 23px;
  font-weight: 400;
  line-height: 140%;
}

.col-12.col-md-7.offset-md-2 p {
  line-height: 150%; 
  margin-bottom: 16px;
}

.col-12.col-md-7.offset-md-2 .row.mb-48:last-child {
    margin-bottom: 0px !important;
}

.l-h1 {
  font-size: 72px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 24px;
}

.lh-27 {
  line-height: 27px;
}

.lh-150 {
  line-height: 150%;
}

.big-check-list {
  list-style: none;
  font-size: 23px;
  line-height: 48px;
}

.big-check-list.check-sm {
  font-size: 18px;
  line-height: 59px;
}

.big-check-list li {
  position: relative;
  margin-left: 10px;
  list-style: none;
}

.big-check-list.check-sm li {
  padding-left: 2px;
}

.big-check-list.check-sm li:after {
  content: "";
  display: block;
  margin: 0 0 0 -44px;
  height: 1px;
  width: calc(100% + 44px);
  background-color: #D8D7D9;
}


.big-check-list li::before {
  content: '';
  background-image: url('../../images/2024_redesign/check-icon.svg');
  /* background-size: 28px 28px; */
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -41px;
  top: 10px;
}

.big-check-list.check-sm li::before {
  top: 16px;
}

.swiper-pagination-bullet {
  background: none; 
  border-radius: 100%; 
  height: 8px; 
  width: 8px; 
  display: inline-block; 
  margin-right: 12px !important; 
  border: 2px solid #1A171B; 
  opacity: 0.35;
}

.swiper-pagination-bullet-active {
  background: #1A171B !important;
  opacity: 1 !important;
}

.swiper-pagination .dot {
  background: none; 
  border-radius: 100%; 
  height: 8px; 
  width: 8px; 
  display: inline-block; 
  margin-right: 12px; 
  border: 2px solid #1A171B; 
  opacity: 0.35;
}

.swiper-pagination .dot:last-child {
  margin-right: 0;
}

.swiper-pagination .dot.filled {
  background: #1A171B;
  opacity: 1;
}

.ratio-aihk {
  --bs-aspect-ratio: 67%;
}

.main-nav a.nav-link {
  border-top: 2px solid #fff;
  padding: 25px 16px 28px 16px;
  line-height: 27px;
}

.main-nav .nav-link {
  color: #184469;
}

.main-nav a.nav-link.active,
.main-nav a.nav-link:hover {
  border-top: 2px solid #184469;
}

.sub-link {
  padding: 4px 40px 4px 0px;
  text-decoration: none;
  color: #184469;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 130%;
}

.sub-link:last-child {
  margin-bottom: 0;
}

.sub-link:hover {
  color: #2B74B1;
}

a.sub-link.active {
  color: #2B74B1;
}

a.text-link {
  font-weight: 600;
  padding: 12px 0;
  line-height: normal;
  letter-spacing: 0.18px;
  text-decoration: none;
}

a.text-link:hover {
  color: #184469;
}

.dropdown-menus {
  display: block;
  top:70px;
  left:12px;
  opacity: 0; 
  visibility: hidden; 
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.125);
  z-index: 1;
  transition: opacity 200ms ease-out 200ms, visibility 2000ms ease-out 200ms;
}

.show-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

.dropdown-menus .bg-light-blue .p-56 {
  min-height: 355px;
}

.btn-outline-secondary.dropdown-toggle {
  padding: 12px 16px;
  color: #1A171B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  border-color: #B5B2B6;
  text-align: left;
  background: #fff;
}

.btn-outline-secondary.dropdown-toggle:hover {
  padding: 12px 16px;
}

.btn-outline-secondary.dropdown-toggle::after {
  position: absolute;
  right: 18px;
  top: 14px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f078";
  border: none;
  font-size: 18px;
}

/* Start Body-nav */

.nav-body {
  font-size: 16px; 
  line-height: 140%;
}

.nav-body .nav-link {
	text-decoration: underline;
}

.nav-body .nav-link.disabled {
	color: #B5B2B6;
	text-decoration: none;
}

.nav-body .nav-link.active {
	color: #225C8C;
	font-weight: 600;
	text-decoration: none;
}

.shadow {
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
}

/* End Body-nav */

.card-title {
  font-size: 23px;
  font-weight: 600;
}

.container-blue-box {
  padding: 48px 116px;
  background: #F0F6FC;  
  border: none;
  border-radius: 16px;
}

.lead-xl {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.container-blue-box .lead-xl {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: inherit;
  font-family: inherit;
  display: inherit;
  margin-bottom: 16px;
  white-space: inherit;
}

.container-blue-box .lead-xl:last-child {
  margin-bottom: 0;
}

.container-blue-box ul {
  margin-bottom: 0;
}

.container-blue-box-bg .container-blue-box {
  background: url(/fileadmin/suproductions/templates/images/2024_redesign/blue-box-bg.svg) #F0F6FC;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
}

.card.blue-card {
  padding: 48px 32px 40px 40px;
  background: #F0F6FC;
  color: #225C8C;
  border: none;
}

.blue-card-content {
  padding: 64px;
  background: #F0F6FC;
  /*color: #225C8C;*/
  border: none;
  border-radius: 16px;
}

.blue-card-content .headline {
  color: #403D41;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.blue-card-content .card-text {
  font-size: 16px;
  line-height: 22.4px;
}

.card.blue-card.blue-card-nl,
.card.blue-card.blue-card-nl .text-primary-dark {
  color: #1A171B;
}

.card.blue-card.blue-card-nl p.mb-3 {
  margin-bottom: 0px !important;
}

.card.blue-card.blue-card-nl i {
  color: #225C8C;
  line-height: 102% !important;
}

.card.blue-card i.fa-light.text-large.fa-3x {
  font-size: 47px; 
  transition: all 0.6s ease;
}

.card.blue-card p {
  line-height: 27px; 
  transition: all 0.6s ease;
}
.card.blue-card h4,
.card.blue-card i {  
  transition: all 0.6s ease;
}

.blue-card:hover .fa-light.fa-3x, 
.blue-card:hover h4, 
.blue-card:hover p {
  transform: translateY(-8px);
  transition: transform 0.6s ease;
}

.blue-card:hover .fa, .blue-card:hover h4, .blue-card:hover p {
  margin-bottom: calc(1rem + 8px); 
}

.blue-card:hover p {
  margin-bottom: calc(1rem + 8px); 
}

.card.blue-card.card-type-2 {
  padding: 80px 116px 48px;
  background: #F0F6FC;
  color: inherit;
  border: none;
  border-radius: 16px;
}

.card.blue-card.card-type-2 p.lead {
  line-height: 32px; 
}

.hover-container .col-md-1 .fa-light {
  transition: transform 0.6s ease;
}

.hover-container:hover .col-md-1 .fa-light {
  transform: translateX(10px);
}

.people-card {
  padding: 64px;
  background: #F0F6FC;
  color: #403D41;
  border: none;
  font-size: 18px;
  border-radius: 6px;
}

@media (min-width: 767px) and (max-width: 1400px) {
  .col-12.col-md-6.col-lg-4 .people-card {
    padding: 48px 24px !important;
  }
}

@media (max-width:767px) {
  .people-card {
    padding: 48px 24px !important;
  }
}

.event-list > div:last-child {
    border-bottom: none !important;
}

.img-home-neg-up {
  margin-top: -197px;
}

.position-md-absolute {
  position: absolute;
}

.breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 140%;
} 

.breadcrumb ul i {
  font-size: 20px;
  color: #2B74B1;
}

.breadcrumb ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb ul li.last {
  font-weight: 600;
}

.breadcrumb ul li.last a {
  text-decoration: none;
}

.contenttable {
  width: 100%;@
  table-layout: fixed;
}

.contenttable tr {
	
}

.contenttable td {
  padding: 16px 8px;
  font-size: 16px;
  line-height: 140%;
  width: 25%;
  border-bottom: 1px solid #D8D7D9;
}

.contenttable th {
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  width: 25%;
  border-bottom: 1px solid #848185;
}

.faq-card {
  margin-bottom: 8px;
}

.accordion .faq-card:last-child {
  margin-bottom: 0;
}

.accordion-collapse p {
  margin-bottom: 0 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url('/fileadmin/suproductions/templates/images/2024_redesign/icons/plus-sharp-thin.svg');
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('/fileadmin/suproductions/templates/images/2024_redesign/icons/minus-sharp-thin.svg');
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.accordion-button {
  color: var(#1A171B);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.background-image-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
  height: auto;
  z-index: -1;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: auto;
  display: block;
}

.badge {
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 140%;
}

.agenda-content .section {
  padding: 0;
  margin: 0 0 48px;
}

.agenda-content .section h1,
.agenda-content .section h2,
.agenda-content .section h3 {
  margin: 0 0 24px;
}

@media (max-width:767px) {
  .h1 {
    font-size: 45px !important;
    line-height: 120% !important;
  }
  .h2 {
    font-size: 32px !important;
    line-height: 120% !important;
  }
  .h3 {
    font-size: 25px !important;
    line-height: 120% !important;
    letter-spacing: 0.25px;
  }
  .l-h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 4px;
  }
  .text-medium {
    font-size: 14px;
    line-height: 140%;
  }
  .big-check-list li {
    line-height: 27px;
    margin-bottom: 14px;
  }
  .card.blue-card.card-type-2 {
    padding: 69px 24px 50px;
  }
  .bg-footer {
    width: 100%;
    height: 390px;
  }
  .mm-menu--offcanvas {
    opacity: 0;  
  }
  .mm-menu--offcanvas.mm-menu--opened {
    opacity: 1;  
  }  
  .img-home-neg-up {
    margin-top: 0;
  }
  .container-1col {
    padding: 0 !important;
  }
  .footer {
    padding: 0 24px;
  }
  .position-md-absolute {
    position: inherit;
  }
  .header-mobile {
    position: sticky;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 1000; 
    box-shadow: 0 0 9px rgba(0,0,0,.1);
  }
  .disable-sticky-menu .header-mobile {
    position: relative;
  }
  .header-mobile.header-reset {
    box-shadow: 0 0 9px rgba(0,0,0,0);
  }  
  .header-mobile .text-dark {
    margin-top: 6px;
    display: block;
  }   
  .header-mobile .logo {
    padding-top: 3px;
    display: block;
  }
  .header-hidden {
    top: -100%; 
  }
  .blue-card-content {
    padding: 24px;
  }  
  .blue-card-content img {
    padding: 40px;
  }
}
@media (max-width:1399px) {
  .dropdown-menus {
    width: 1135px;
  }
}
@media (max-width:1199px) {
  .dropdown-menus {
    width: 970px;
  }
}
@media (min-width:1400px) {
  .dropdown-menus {
    width: 1344px;
  } 
}
@media (min-width:768px) {
  .pt-md-96 {
    padding-top: 96px;
  } 
  .w-md-auto {
    width: auto !important;
  }
}

/* Publikationen Hover Effect */
.publikation-item .publikation-arrow {
  transition: transform 0.3s ease;
}

.publikation-item:hover .publikation-arrow {
  transform: translateX(10px);
}

.publikation-item .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}