body {
    background-color: white;
    font-family: 'Stack Sans Text';
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #A6213A;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    font-size: 18px;
}

#back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

img {
    transition: transform 0.4s ease;
}

img:hover {
    transform: scale(1.05);
}

#back-to-top:hover {
    transform: translateY(-4px);
}

p, ul li, ol li {
    font-size: 1.2rem;
}

ul li, ol li {
    margin-bottom: 0.5rem;
}

h1, h2, h3 {
    color: #113651;
}

h1{
    font-size: 3.5rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.8rem;
}


@media(max-width:500px){
h1{
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.5rem;
}}





a {
    font-weight: bold;
    color: #A6213A
}

a:hover {
color: #000!important;
}


.homepage h2 {
    font-size: 5rem;
}

@media(max-width:767px){
.homepage h2 {
    font-size: 4rem;
}
}

@media(max-width:576px){
.homepage h2 {
    font-size: 2.8rem;
}

}



#logo-container img {
 margin-top: -20px;
 width: 220px;
}

#header-container {
    border-top: 3px solid #ffcc00;
    padding: 0;
}

#header-container nav.bg-light {
background-color: white!important;
}

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


.navbar-light .navbar-nav .nav-link {
    color: #A6213A;
    font-size: 1.5rem;
    font-weight: 400;
}


@media(max-width:1500px){
.navbar-light .navbar-nav .nav-link {
    font-size: 1.4rem;
   margin: 0 5px;
}
}

@media(max-width:1300px){
.navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;

}
}

@media(max-width:1200px){
.navbar-light .navbar-nav .nav-link {
    font-size: 1rem;

}
}



.dropdown-item {
    font-size: 1.2rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #919293;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active a{

    color: #fff;
}


.dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
}


.content-wrapper {
    img {
        border-radius: 5%;
    }
}

#slider-container {
padding: 0;
}

#header-box {
    margin-top: 6em;
}

#header-box .row-one {
    margin-bottom: 1rem;
}


#header-box .row-one h1 {
            font-size: 4rem;
        margin-left: -4em;
        padding-top: 6rem;
        padding-right: 1rem;
        text-align: right;
}

#main-nav-container {
    padding: 1rem;
}

#header-box2 a {
text-decoration: none;
text-transform: uppercase;
}

.header-top {
    display: flex;
    background-color: #ffcc00;
    margin: 0;
}

.header-top-logos {
    display: flex;
     justify-content: flex-end;
    background-color: #ffcc00;
    padding-bottom: 5px;

}

.header-top-searchbar {
    display: flex;
    justify-content: flex-start;
    background-color: #ffcc00;
    padding: 10px 15px 10px 15px;
}

.header-top-searchbar input {
    border-radius: 25px;
        border:0;
        margin-right: 5px;

}

.header-top-searchbar button {
    background-color: #A6213A;
    border-radius: 15px;
        border:0;
        color: #fff;
        padding: 0 12px;
        margin-right: 15px;

}

.header-top-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-social a i {
    font-size:1.4rem;
    /* margin-right: 10px; */
    font-family: "Font Awesome 5 Brands"!important;
}

.header-top-social a  svg{
    width: auto;
    height: 19px;
}

@media(max-width:500px){
    .header-top-social a i {
     font-size:1rem;
    }

   .header-top-social a  svg{
    height: 15px;
}
}

.header-top-social a  {
    color: #113651;

}





.header-top .logo-city {
    max-width: 100px;
    margin-left: 15px;
}

@media(max-width:500px){
.header-top .logo-city {
    max-width: 80px;
    margin-left: 15px;
}
}

#logo-city {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}




.bg-red  {
   border-radius: 15px;
    background-color: #A6213A;
}

.bg-yellow  {
  border-radius: 15px;
    background-color: #ffcc00;
}

.bg-blue {
    border-radius: 15px;
    background-color: #113651;
}

.bg-white {
    border: 1px solid #113651;
     border-radius: 15px;
}

.contact-bg-yellow .frame{
    border-radius: 15px;
    background-color: #ffcc00;
    padding: 1rem;
     min-height: 315px;
}
.contact-bg-yellow h2{
font-size: 1.8rem;
}

.contact-bg-red .frame{
   border-radius: 15px;
    background-color: #A6213A;
    padding: 1rem;
    color: #fff;
     min-height: 315px;
}

.contact-bg-red .frame table, .contact-bg-blue .frame table, .contact-bg-red a{
    color: #fff;
}

.contact-bg-red tbody, .contact-bg-blue tbody {
    border-color: #fff;
}

.contact-bg-red .frame h3 {
    color: #fff;
}

.contact-bg-red h2{
font-size: 1.8rem;
color: #fff;
}

.contact-bg-blue .frame{
    border-radius: 15px;
    background-color: #113651;
    padding: 1rem;
    color: #fff;
     min-height: 315px;
}
.contact-bg-blue h2{
font-size: 1.8rem;
color: #fff;
}

.contact-bg-blue a {
color: #fff;
}

.contact-bg-blue a:hover {
color: #ffcc00 !important;
}

.contact-bg-blue .frame h3 {
    color: #fff;
}

.contact-bg-white .frame{
    border-radius: 15px;
   border: 1px solid #113651;
    padding: 1rem;
     min-height: 315px;
}

.contact-bg-white h2{
font-size: 1.8rem;
}

.contact-list h3 {
    font-size: 1.8rem;
}

.contact-list {
    min-height: 315px;
}


.bg-col-1 {
    background-color: #113651!important;
    color: #fff;
    padding: 2rem 0;
}



.bg-col-1 pre {
    color: #ffcc00;
    font-family: inherit;
}

table {
  font-size: 1.1rem;
}

table a {
  text-decoration: none;
}

table td {
    padding-right: 1rem;
}

.table {
    border-color: #000;
}

.bg-col-1 table {
    color: #fff;
    border-color: #fff;
}

.bg-col-1 table td {
    border-color: #fff;
}

.bg-col-1 .side-box .frame-type-textpic {
    padding: 1.5rem;
    background-color: #A6213A;
    border-radius: 15px;
}

.no-bg .side-box .frame-type-textpic {
    padding: 1.5rem;
    background-color: #A6213A;
    border-radius: 15px;
    color: #fff;
}

.no-bg .side-box .frame-type-textpic a {
    color: #fff;
}

.bg-col-1 .side-box .frame-type-textpic img, .bg-col-1 .side-box img {
    background-color: #113651;
}

.bg-col-1 .side-box .frame-type-textpic h3, .bg-col-1 .side-box h3 {
   font-family: 'Caveat';
   font-size: 2.5rem;
}

.bg-col-3 .side-box h2 {
   font-family: 'Caveat'!important;
   font-size: 2.5rem !important;
}

.bg-col-1 .side-box h2 {
   font-family: 'Caveat'!important;
   font-size: 2.5rem !important;
}


.bg-col-1 .side-box .frame-type-textpic a, .bg-col-1 .side-box a {
   color: #fff!important;
}

.bg-col-1 h1, .bg-col-1 h2, .bg-col-1 h3  {
    color: #fff;
}

.bg-col-1 a {
    color: #ffcc00!important;
}

.bg-col-1 a:hover {
    color: #EEBD00!important;
}


.bg-col-2 {
    background-color: #ffcc00;
    color: #113651;
    padding: 2rem 0;
}

.bg-col-2 .accordion-button, .bg-col-2 .accordion-button:not(.collapsed), .bg-col-2 .accordion-body {
    background-color: #ffcc00;
    color: #113651;
}

.bg-col-2 .accordion-item {
    border-color: #113651;
}

.bg-col-2 .side-box .frame-type-textpic {
    padding: 1.5rem;
    background-color: #113651;
    border-radius: 25px;
}

.bg-col-2 .side-box .frame-type-textpic a {
   color: #fff;
   text-decoration: none;
}

.bg-col-2 .side-box .frame-type-textpic a:hover {
   color: #fff!important;
   text-decoration: underline;
}



.bg-col-3 {
    background-color: #A6213A;
    color: #fff;
    padding: 2rem 0;
}

.bg-col-3 .side-box .frame-type-textpic, .bg-col-3 .side-box {
    padding: 1.5rem;
    background-color: #113651;
    border-radius: 25px;
}

.bg-col-3 .side-box .frame-type-textpic h3, .bg-col-3 .side-box h3 {
   font-family: 'Caveat';
   font-size: 2.5rem;
}

.bg-col-3 h1, .bg-col-3 h2, .bg-col-3 h3, .bg-col-3 h4  {
    color: #fff;
}

.bg-col-3 a, .bg-col-3 table  {
    color: #fff;
}

.bg-col-3 .accordion-button, .bg-col-3 .accordion-button:not(.collapsed), .bg-col-3 .accordion-body {
    background-color: #A6213A;
    color: #fff;
}

.bg-col-3 .accordion-item {
    border-color: #fff;
}

.accordion-button::after {
    filter: grayscale(1);
}


/* STICKY SIDE BUTTONS */
.side-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1000;
  display:none;
}

.side-btn,
.side-btn:link,
.side-btn:visited {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #A6213A;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  /* Min angehoben von 0.65rem (~10.4px) auf 0.8rem (~12.8px) für
     bessere Lesbarkeit (UPPERCASE + letter-spacing brauchen mehr
     visuelle Größe). */
  font-size: clamp(0.8rem, 0.9vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 16px 14px 14px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  border: none;
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  transform: translateX(0);
  box-shadow: -2px 2px 8px rgba(0,0,0,0.18);
}

@media(max-width:576px){
.side-btn,
.side-btn:link,
.side-btn:visited {
padding: 6px 10px 6px 8px
}
}

.side-btn:hover,
.side-btn:focus,
.side-btn:active {
  background: #092031;
  transform: translateX(-4px);
  color: #fff!important;
}

/* Sichtbarer Tastatur-Fokus (WCAG 2.4.7).
   focus-visible greift nur bei Keyboard-Fokus, nicht bei Maus-Klick. */
.side-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: -2px 2px 8px rgba(0,0,0,0.18), 0 0 0 5px #1d3557;
}

/* Bewegung-Reduktion respektieren (WCAG 2.3.3 / Vestibular).
   Auch wenn das eine AAA-Regel ist — gute Praxis. */
@media (prefers-reduced-motion: reduce) {
  .side-btn {
    transition: background 0.25s ease;
  }
  .side-btn:hover,
  .side-btn:focus,
  .side-btn:active {
    transform: translateX(0);
  }
}

.side-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #fff;
}

.container-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bg-box-red .frame {
    border-radius: 15px;
    background-color: #A6213A;
    color: #fff;
    padding: 45px 0 45px 0;
    margin-bottom: 15px;
}


.bg-box-red a, .bg-box-blue a{
    color: #fff;
    text-decoration: none;
}

.bg-box-red a:hover, .bg-box-blue a:hover{
    color: #fff!important;
    text-decoration: underline;
}

.link-wrap {
    display: inline-block;
    max-width: 9em;
    line-height: 1.2;
}

.bg-box-blue .frame {
    border-radius: 15px;
    background-color: #113651;
    color: #fff;
    padding: 45px 0 45px 0;
    margin-bottom: 15px;
}

.bg-image {
    position: relative;
}

.imagebox {
    position: absolute;
    bottom: 0;
}


.imagebox a  {
    color: #fff!important;
    text-decoration: none;
}

.home-boxes p {
background-color: #ffcc00;
    width: 100%;
    padding: 2em;
}

.home-boxes a {
color: #000;
font-size: 1.8rem;
text-decoration: none;

}





.program-container .card-group .card, .program-container .card-group .card .card-title{
color: #ffcc00;
}

h2.card-title {
margin-bottom: .5rem;
font-size: 1.8rem;}

.program-container .card-group .card {
    background-color:  #092031;
    border: 0;
    text-align: center;
    color: #fff;
}

.card img {
    padding: 15px;
    border-radius: 25px!important;
}

.card-footer {
    display: none;
    background-color:  #092031;
}

.card-text {
    display: none;
}

.program-container .card-group .card p a{
    background-color: #fff;
padding: 5px 13px;
text-transform: uppercase;
text-decoration: none;
color:#A6213A!important;
border-radius: 25px;
}

@media(max-width:991px){
.program-container .card-group .card p a{
    padding: 5px 8px;
}
}

@media(max-width:576px){
.program-container .card-group .card p a{
    padding: 5px 13px;
}
}


.event-list .frame-type-textpic{
    padding: 2rem;
    background-color: #113651;
    border-radius: 25px;
    color: #fff;
}

.event-list .frame-type-textpic a{

    color: #ffcc00;
}

.event-list .frame-type-textpic a:hover{

    color: #EEBD00!important;
}

.event-list h3  {
    font-family: 'Caveat';
   font-size: 2.5rem;
   color: #fff;
}

.hone-img .ce-textpic {
    display: flex;
    align-items: center;
}

.footer {
    padding: 0 0 2em 0;
    background-color: #113651;
    color: #fff;
    font-size: 0.8rem;
    border-top: 2px solid #fff;
}

.home .footer {
    margin-top: 6rem;
}

.home .breadcrumb-container{
    display: none;
}

.footer p {
    font-size: 1rem;
}

.footer-nav .menu-lines { 
    display: none; 
}

#footer-container a:hover {
    color: #ffcc00;
}

.footer-nav .menu-lines {
    height: 2px;
    background: #ffcc00;
    margin-top: 2px;
}

#footer-container .logo-city{
    margin-bottom: 1em;
}

#footer-container .social-icons {
    margin-top: 1rem;
    color: #fff;
}

#footer-container .social-icons .social-media {
margin-left: auto;
margin-right: auto;
}

#footer-container .social-icons a {
    color: #fff;
}

#footer-container .social-icons a svg {
    width: auto;
    height: 22px;
    filter: invert(1);
}

#footer-container .social-icons a svg:hover {
    filter: invert(0);
}

.footer .bg-red {
    border-radius: 0;
}

.footer a {
    color: #ffcc00;
}


.footer  .fa-lg {
    font-size: 1.8rem;
    text-decoration: none;
}

.footer-copyright a {
margin-left: 0.5em;
}


.footer .logo-city {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.sm-icon {
 text-decoration: none;
}


.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(17, 54, 81, 1);
   border-radius: 0;
    border-left: 0;
    border-right: 0;
    /* border-bottom: 1px; */
}



.accordion-item:last-of-type, .accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-header button {
    font-size: 1.5rem;
}

.accordion-body header {
    display: none;
}

.accordion-button:focus {

    box-shadow: none;
}

.countdown-section img {
    width: 100px;
}

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

.countdown-icon i {
    color:#113651;
}

.countdown-section {
    border: 1px solid #113651;
    padding: 20px;
    border-radius: 15px;
}

.segment-label {
    color: #A6213A;
}

.stage-section img {
border-radius: 0;
}

.stage-section .stage-img {
    padding: 0;
}


.stage-section .stage-img .ce-gallery {
position: relative;
margin-bottom: 0;
}

.stage-section .stage-img .ce-bodytext {
    position: absolute;
    margin-top: -100px;
    margin-left: 10%;
}

.stage-section .stage-img .ce-bodytext h3 a {
color: #fff;
background-color: #A6213A;
padding: 5px 25px;
border-radius: 25px;
text-decoration: none;
text-transform: uppercase;
font-size: 1.8rem;
}
.stage-section .stage-img .ce-bodytext h3 a:hover{
    color:#fff !important;
    background: #092031;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.frame-type-news_categorylist ul li a {
color: #fff;
}

.news-list-item-program {
    list-style: none;
}

.news-list-item-program .program-img {
     display: block;
    float: left;
    margin-bottom: 50px;
    padding-top: 15px;
    width: 300px;
    margin-right: 15px;
    min-height: 430px;

}

.news-list-item-program .program-img img{
background-color: #fff;
}



.news-list-view {
    display: block;
}

.news-list-category {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 1em;
    font-size: 0.8em;
}

.news-list-category-item {
    display: inline-block;
    background-color: #da3646;
    padding: 5px 18px 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    line-height: 1.2;
}

.news-list-category-item:hover,
.news-list-category-item:focus {
    color: #fff;
    text-decoration: none;
   background-color: #A6213A;
padding: 5px 13px;
text-transform: uppercase;
text-decoration: none;
color:#fff;
border-radius: 25px;
 margin-bottom: 1em;
 font-size: 0.8em;
}

.news-list-tags {
   background-color: #113651;
padding: 5px 13px;
text-transform: uppercase;
text-decoration: none;
color:#fff;
border-radius: 25px;
 margin-bottom: 1em;
 font-size: 0.8em;
}


.news-single .footer {
margin-top:0;
background-color: transparent;
color: #113651;
}


.news-single .teaser-text {
    color: #A6213A;
    color: #113651!important;
}

.news-single .teaser-text p {
    margin-bottom: 0;
}

.news-single .header {
    margin-bottom: 2rem;
}

.news-single .news-text-wrap {
    margin-top: 2rem;
}

.news-single .news-text-wrap td {
    padding: 1rem 2rem 1rem 0;
}

.news-single .news-text-wrap .table {
    margin: 2rem 0 2rem 0;
}

.news-single .news-img-wrap {
    float: right;
}

.news-single .article .news-img-wrap {
    width: 100%!important;
    float: unset!important;;
    margin:0!important;;
}

.news-single .news-list-date {
   color: #113651!important;
   margin-bottom: 1rem;
}

.news .article .news-img-wrap a {
    border: none!important;
}

.news .article {
    padding-bottom: 0!important;
    margin-bottom:0!important;
}

.frame-type-news_categorylist .news ul li, .frame-type-news_taglist .news ul li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    background-color: #A6213A;
    margin-right: 5px;
    color: #fff;
    border-radius: 15px;

}

.frame-type-news_taglist .news ul li {
    background-color: #113651;
}


.frame-type-news_categorylist .news ul, .frame-type-news_taglist .news ul {

    padding: 0;
    display: inline-block;
}





.program-img .news-img-wrap {
    margin-bottom: 1em;
    margin-top: 0.4em;
}

.program-img .header h3 a {
    color: #113651;
    text-decoration: none;
}

.program-img .teaser-text p {
    margin-bottom: 0;
}

.program-img .teaser-text {
    margin-bottom: 1em;
}

/*.program-img .btn-read-more {
 background-color: #fff;
padding: 5px 13px;
text-transform: uppercase;
text-decoration: none;
color:#A6213A;
border-radius: 25px;
 margin-bottom: 1em;
 font-weight: bold;
}*/

/* From Uiverse.io by Codecite */
.program-img .btn-read-more {
  transition: all 0.2s ease-in-out;
}

.program-img .btn-read-more {
padding: 5px 15px;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  border: none;
  color: #A6213A;
  background-color: #fff;
}

.program-img .btn-read-more:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.program-img .btn-read-more:active {
  opacity: 0.5;
}


#footer-container a {
    text-decoration: none;
        color: #fff;
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    font-weight: 700;
   
    letter-spacing: 0.08em;
}

#footer-container h2 {
    color: #fff;
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#footer-container a i {
    font-size: 1.2rem;
    /* margin-right: 0.5rem; */
}

#footer-container .impressum a:hover {
    color: #fff !important;
}
.nav-link:focus, .nav-link:hover {
    color: #ffcc00;
}

.handwritten, .lead  {
     font-family: 'Caveat';
     font-size: 4rem;
     color: #A6213A;
     line-height: 3rem;
}

@media (max-width: 576px) {
.handwritten, .lead {
     font-size: 2.5rem;
}
}

.bg-col-1 .handwritten {
          color: #fff;
}
.bg-col-1 .lead {
          color: #fff;
}

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

.text-big {
    font-size: 4rem;
}

.red-text {
    color: #A6213A;
}


/*BREADCRUMBS*/

.breadcrumb-container {
    background-color: #113651;
    color: #fff;
    padding: 2rem 0 0 0;
}

.breadcrumbs {
   margin-bottom: 0;
   padding-left: 0;
   padding-top: 2rem;
}

.breadcrumbs:empty {
    padding: 0;
    display: inline-block;
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding-top: 1rem;
    }
}

.breadcrumbs li {
    display: inline-block;
    font-size: 0.87rem;
    position: relative;
}

.breadcrumbs li a {
   color:#EEBD00;
    text-decoration: none;

}

.breadcrumbs li a:hover {
    color: #fff!important;
}

.breadcrumbs li.current {
    color: #fff;

}

ul.breadcrumbs li + li::before {

  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f061';
   font-family: 'Font Awesome 5 Free';
    font-weight: 900;
     color: #EEBD00;
     margin-right: 0.5rem;
     margin-left: 0.5rem;

}

/*Progressbar*/

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px; /* Höhe des Balkens */
  background: #A6213A; /* Farbe */
  width: 100%;
  transform-origin: 0 50%;
  animation: grow-progress auto linear;
  animation-timeline: scroll(); /* Bindet Animation an Scrollen */
  z-index:10000;
}

/* Keyframes für das Wachstum */
@keyframes grow-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}



/*POWERMAiL*/

.tx-powermail h3 {
    margin-bottom: 2rem;
    display: none;
}

.tx-powermail .container-fluid {
    padding:0;
}


.tx-powermail .powermail_multistep_navigation {
    margin-bottom: 1.5rem;
}

.tx-powermail .powermail_fieldwrap+.powermail_fieldwrap {
    margin-block-start: 0!important;
}

.tx-powermail .btn-primary {
    background-color:#A6213A;
    border-color: #A6213A;
}

.powermail_fieldset_58 .powermail_legend {
display: none;
}



  /*FONT*/

/* stack-sans-text-200 - 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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/stack-sans-text-v1-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-300 - 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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/stack-sans-text-v1-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/stack-sans-text-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-500 - 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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/stack-sans-text-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/stack-sans-text-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-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: 'Stack Sans Text';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/stack-sans-text-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* caveat-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: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/caveat-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* =========================
   NAV LINKS
========================= */
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #1e3a4f;
    margin: 0 12px;
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover {
    background: rgba(166, 33, 58, 0.08);
    color: #A6213A;
}

.navbar-nav .nav-item.active .nav-link {
    box-shadow: 2px 2px 2px 2px #FBEAED;
    color: #1e3a4f;
}

/* =========================
   DROPDOWN PFEIL
========================= */
.navbar-nav .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Bootstrap-Pfeil ausblenden */
.navbar-nav .dropdown-toggle::after {
    display: none;
}

.nav-chevron {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    stroke: currentColor;
}

.navbar-nav .nav-item.show > .nav-link .nav-chevron {
    transform: rotate(180deg);
}

/* =========================
   DROPDOWN MENU
========================= */
.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 8px 0;
    margin-top: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

    /* Animation – Bootstrap setzt display:block selbst,
       wir nur opacity/transform überschreiben */
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

/* Bootstrap fügt .show hinzu – dann einblenden */
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   DROPDOWN ITEMS
========================= */
.dropdown-item {
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 6px;
    margin: 2px 6px;
    width: calc(100% - 12px);
    color: #1e3a4f;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item::after {
    content: "→";
    font-size: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    color: #A6213A;
}

.dropdown-item:hover {
    background: rgba(166, 33, 58, 0.08);
    color: #A6213A;
}

.dropdown-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* =========================
   HAMBURGER BUTTON
========================= */
.navbar-toggler {
    border: none;
    background: none;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.2s ease;
    box-shadow: none;
    outline: none;
}
.navbar-toggler:hover {
    background: rgba(166, 33, 58, 0.08);
}
.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.tog-bar {
    display: block;
    width: 20px;
    height: 1.5px;
    background: #1e3a4f;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease, width 0.25s ease;
    transform-origin: center;
}
.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(2) {
    opacity: 0;
    width: 0;
}
.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}
/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 10px;
    }

    .navbar-nav .nav-link {
        margin: 6px 0;
        font-size: 18px;
    }

    .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
        /* Animation auf mobile deaktivieren */
        opacity: 1;
        transform: none;
        transition: none;
    }

    .dropdown-item::after {
        display: none;
    }
}

/* =========================================
   FOOTER – Styling
   ========================================= */

/* Social Media Bar */
.footer-social-bar {
    background-color: #A6213A; /* Stadtrot – ggf. anpassen */
    color: #fff;
}

.footer-social-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Social Icons */
.sm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.1rem;
    transition: background-color 0.25s ease, transform 0.2s ease;
    text-decoration: none;
}

.sm-icon:hover,
.sm-icon:focus {
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    transform: translateY(-3px);
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 500px) {
    .sm-icon {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 350px) {
    .sm-icon {
    width: 20px;
    height: 20px;

}
}

/* Footer Hauptbereich */
.footer-main {
    background-color: #113651;
    color: #ccc;
}

/* Logos */
.footer-logo-img {
    max-height: 70px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Kontaktbereich */
.footer-contact {
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.footer-contact-item i {
    color: #A6213A;
    min-width: 16px;
    text-align: center;
}

.footer-contact-item a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-item a:hover,
.footer-contact-item a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Footer-Menü */
.footer-menu {
    font-size: 0.9rem;
}

.footer-menu a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-menu a:hover,
.footer-menu a:focus {
    color: #fff;
    padding-left: 6px;
}

#footer-container h6 {
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#logo-partner {
    max-width:200px;
    margin-left: auto;
    margin-right: auto;
}



.footer-nav li a:hover {
 color: #fff!important;
}
.dark-grey-text a:hover {
 color: #fff!important;
}

#footer-container address a{
    color: #fff!important;
}

.footer-nav {

    justify-content: center;
}

/* ------------------------------------------------------------------
 * H1 mit Icon — wird über das CKEditor-Style-Dropdown aktiviert.
 * Identische Icon-Auswahl wie in der headergrid-Extension.
 *
 * Accessibility:
 *  - Icons sind dekorativ. FontAwesome-Codepoints liegen in der
 *    Unicode-Private-Use-Area — Screen-Reader ignorieren sie i.d.R.
 *    bereits ohne weitere Angabe.
 *  - Icons in Theme-Rot als Akzent (statt der Heading-Schriftfarbe).
 * ------------------------------------------------------------------ */
h1.h-icon::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro",
                 "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 0.4em;
    color: #A6213A;
    /* Icon kleiner als die Headline-Schrift; an Baseline ausrichten */
    font-size: 0.85em;
    vertical-align: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-col-1 h1.h-icon::before {
    color: #fff;
}

h1.h-icon-heart::before          { content: "\f004"; }  /* fa-heart */
h1.h-icon-star::before           { content: "\f005"; }  /* fa-star */
h1.h-icon-house::before          { content: "\f015"; }  /* fa-house */
h1.h-icon-music::before          { content: "\f001"; }  /* fa-music */
h1.h-icon-camera::before         { content: "\f030"; }  /* fa-camera */
h1.h-icon-map::before            { content: "\f279"; }  /* fa-map */
h1.h-icon-calendar::before       { content: "\f073"; }  /* fa-calendar-days */
h1.h-icon-users::before          { content: "\f0c0"; }  /* fa-users */
h1.h-icon-masks::before          { content: "\f630"; }  /* fa-masks-theater */
h1.h-icon-utensils::before       { content: "\f2e7"; }  /* fa-utensils */
h1.h-icon-trophy::before         { content: "\f091"; }  /* fa-trophy */
h1.h-icon-location::before       { content: "\f3c5"; }  /* fa-location-dot */
h1.h-icon-envelope::before       { content: "\f0e0"; }  /* fa-envelope */
h1.h-icon-book::before           { content: "\f02d"; }  /* fa-book */
h1.h-icon-info::before           { content: "\f05a"; }  /* fa-circle-info */
h1.h-icon-graduation::before     { content: "\f19d"; }  /* fa-graduation-cap */
h1.h-icon-tent::before           { content: "\e57d"; }  /* fa-tent */
h1.h-icon-building::before       { content: "\f19c"; }  /* fa-building-columns */
h1.h-icon-champagne::before      { content: "\f79f"; }  /* fa-champagne-glasses */
h1.h-icon-hiking::before         { content: "\f6ec"; }  /* fa-person-hiking */


