 /*--Navigation--*/
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu{
    display:none;
    position:absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu >li:hover>.submenu {
    display: block;
}

.navbar{
    background-color: white;
    font-weight: bold;
}

.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
}

/*--Karten--*/
.card-link {
  text-decoration: none;
}

.icon-link {
  text-decoration: none;
}

h1,h2 {
    font-size: 28px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--bs-danger);
    text-decoration-thickness:3px;
    text-underline-offset: 0.4em;
    line-height: 44px;
    margin-bottom: 20px;
}

.accordion-header {
    text-decoration: none;
}

 h3 {
     font-size: 24px;
     margin-bottom: 20px;
 }


/*--Slider--*/
.carousel-item{
    background-color:white;
}

.carousel-caption h4 {
    font-size: 20px;
    color: black;
}

.carousel-caption p {
    font-size: 15px;
    color: black;
    margin-left: 40 px;
   }

#carousel1 > div.carousel-inner > div.carousel-item > div {
    right: 0%;
    left: 50%;
    text-align: left;
    padding-left: 15px;
}

 .carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    bottom: -70px;
    margin-inline: 20px;
}

.allemeldungen {
    position: relative;
    bottom: -68px;
}

.carousel .carousel-indicators button {background-color: rgb(77, 77, 77);}
.carousel .carousel-indicators li.active {background-color: rgb(66, 66, 66);}

/*--Slider in Menü--*/

#carouselmenu > div.carousel-innen > div.carousel-item > div {
    right: 0%;
    left: 50%;
    text-align: center;
    padding-left: 10px;
}

 #carousellink > div.carousel-innen > div.carousel-item > div {
      right: 0%;
      left: 50%;
      text-align: center;
      padding-left: 10px;
  }

#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}

.warnlink {
    line-height: 4px;
    font-size: 13px;
    color:var(--bs-danger);
    text-decoration: none;
    font-weight: bold;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
 .subnav-nav {
     font-size: 0.9rem;
     line-height: 1.25;
     color: rgba(0, 0, 0, 0.5);
     width: 100%;
     margin-bottom: 0;
     padding-left: 0;
     list-style: none;
     background-color:#ffffff;
 }

 .subnav-nav .subnav-nav {
     margin-top: -1px;
     border-left: 1rem solid #f8f8f8
 }

 .subnav-nav .subnav-nav:before {
     position: absolute;
     content: '';
     width: 1px;
     left: 0;
     top: 0;
     height: 100%;
     background-color: #e6e6e6
 }

 .subnav-divider {
     height: 0.5rem
 }

 .subnav-item .subnav-divider {
     background-color: #f8f8f8;
     border-right: 1px solid #e6e6e6
 }

 .subnav-item {
     position: relative
 }

 .subnav-item+.subnav-item {
     margin-top: -1px
 }

 .subnav-link {
     position: relative;
     display: flex;
     align-items: center;
     padding: 0.5rem 1rem;
     /* color: inherit; */
     color: #000000;
     border: 1px solid #e6e6e6;
     transition: all 0.15s ease-in-out
 }

 .active>.subnav-link {
     color: var(--bs-danger) !important;
     background-color: transparent
 }

 .subnav-link:hover,
 .subnav-link:focus {
     z-index: 1;
     position: relative;
     text-decoration: none;
     color: rgba(0, 0, 0, 0.7);
     background-color: #f2f2f2;
     border-color: #d9d9d9
 }

 .subnav-link-icon svg,
 .subnav-link-icon img {
     display: block;
     margin: 0
 }

 .subnav-link-icon+.subnav-link-text {
     margin-left: 0.5em
 }

 p {
     margin-bottom: 0px;
 }

 figcaption {
     background-color: #EBEBEB;
     font-style: italic;
 }

 .accordion-button {
     padding: 0px;
     padding-left: 10px;
     padding-right: 10px;
 }

 #btn-back-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     display: none;
 }

 .subnav-link {
     text-decoration: none;
 }


.custom-link:hover {
        color: white !important;
    }

 /* Styles fuer den RTE */
 p.csc-frame-frame1,table.csc-frame-frame1 {
     padding: 5px;
     margin: 5px;
     background-color: #d1d3d4;
     border: 1px solid #939598;
 }
 p.csc-frame-frame2, table.csc-frame-frame2 {
     padding: 5px;
     margin: 5px;
     color: #ffffff;
     background-color: #74ab9b;
     border: 1px solid #004733;
 }
 p.csc-frame-frame3, table.csc-frame-frame3 {
     padding: 5px;
     margin: 5px;
     color:#ffffff;
     background-color: #ff2600;
     border: 1px solid #660f00;
 }
 p.align-left {
     text-align: left;
 }
 p.align-right {
     text-align: right;
 }
 p.align-center {
     text-align: center;
 }

