@font-face {
    font-family: 'RobotoSlab-VariableFont_wght';
    src: url('fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf'); /* IE9 Compat Modes */
}
.footer-section-content {
    background-color: #08e !important
}
.MainNavPanel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(1, 102, 153, 0.25);
    z-index: 1031;
    overflow: hidden;
    display: none;
}
.noscroll {
    /* position: fixed!important; */
    overflow: hidden; /* Hide scrollbars */
}
.MainNavPanel.aktive {
    display: block;
}
.MainNavPanel a:hover {
    text-decoration: none;
}
.MainNavPanel a.active {
    font-weight: bold;
}
.MainNavPanel .mainmenu:first-child a.active {
    font-weight: 300;
}
.panel {
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 100%;
    width: 100vw;
    transform: translateX(-101%);
    transition-duration: 500ms;
}
.panel.aktive {
    transform: translateX(0);
    transition-duration: 500ms;
}
.panel.level-0 {
    left: 0;
    z-index: 1032;
    background-color:#08e;
    background-image: linear-gradient(0deg,#0060ad, #08e, #08e);
    color: #fff;
    fill:#fff;
}
.panel.level-1 {
    left: 0;
    z-index: 1033;
    color:#08e;
    background: #eee;
    fill:#08e;
}
.panel.level-2 {
    left: 0;
    z-index: 1034;
    color:#08e;
    background:#fc0;
    fill:#08e;
}
.panel ul {
    margin: 0;
    padding: 1.2rem 2rem;
}
.panel ul li {
    display: block;
}
.panel ul li a {
    color: inherit;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel.level-0 ul li a {
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.panel ul li a svg {
    fill: inherit;
    width: 1.8rem;
    height: 3.2rem;
    position: absolute;
    right: 0;
}
.panel.level-1 ul li a, .panel.level-2 ul li a {
    font-size: 1.25rem;
    line-height: 2rem;
}
.panel.level-1 ul li a svg, .panel.level-2 ul li a svg {
    width: 1.25rem;
    height: 2rem;
}
.panel.level-1 ul li a.mainitem, .panel.level-2 ul li a.mainitem {
    font-weight: 700;
    font-size: 1.75rem;
}

.panel.level-1 ul li.li-level-1 {
    display: flex;
    border-top: #ddd solid 1px;
    align-items: center;
    justify-content: space-between;
}
.panel.level-1 ul li.li-level-1 button {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
}
.panel.level-2 .ul2 {
    margin-left: 2rem;
}
.panel.level-2 .ul2 ul {
    margin: 0;
    padding: 0rem 1rem;
    border-left: rgba(255,255,255,.5) solid 5px;
}
.panel.level-2 .ul2 ul li{
    border-top: rgba(255,255,255,.5) solid 1px;
}
.panel.level-2 .ul2 ul li:last-child {
    border-bottom: rgba(255,255,255,.5) solid 1px;
}
.panel.level-2.aktive .ul2 h3 {
    font-weight: bold;
}

.panel .mbtn {
    display: flex;
    margin-bottom: 1rem;
}
.panel .mbtn div {
    width: 50%;
    padding: 1rem;
    box-sizing: border-box;
}
.panel .mbtn div:last-child {
    text-align: right;
}
.panel .mbtn button {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
}
.panel .mbtn button svg {
    width: 24px;
    height: 24px;
    fill: inherit;
}
.comp {
    display: flex;
    position: absolute;
    bottom: 50px;
    padding: 1rem;
}
.comp span{
    display: block;
    font-size: 12px;
    padding-left: 1rem;
}
.comp span strong{
    font-size: medium;
}
.comp span:last-child{
    font-size: xx-small;
}
.panel.langs {
    background-color: #e9e9f0;
    right: 0;
    z-index: 1032;
    transform: translateX(101%);
    color: #08e;
    fill:  #08e;
}
.panel.langs.aktive {
    transform: translateX(0%);
}
.panel.langs ul li a, .panel.langs ul li span {
    font-size: 2.1rem;
    line-height: 3.5rem;
}
.panel.langs ul li a span {
    color: inherit;
}
.panel.langs ul li.active a span {
    font-weight: 700;
}
.panel.langs ul li span {
    color: #555;
}
.panel.langs ul li img {
    margin-right: 10px;
    vertical-align: baseline
}
@media screen and (min-width: 992px)
{
    .panel{
        width: min(100vw/3.5,450px);
    }
    .panel ul li a span{
        font-size: 2rem;
        line-height: 3.4rem;
    }
}

.panel.searchbox {
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 50vh;
    position: absolute;
    color:#08e;
    fill:#08e;
    background:#eee;
    z-index: 1032;
    transform: translateY(-101%);
    transition-duration: 500ms;
}
.panel.searchbox.aktive {
    transform: translateY(0);
    transition-duration: 500ms;
}

.top-bar-nav button {
    border: none;
    background-color: transparent;
    width: 48px;
    height: 48px;
    text-align: center;
}
.top-bar-nav button svg {
    width: 36px;
    height: 36px;
    padding: 6px;
}

.navbar-brand-logo-normalx {
    max-width: 25%;
    height: auto;
    padding: 5px 0;
}
.sitetitle {
    margin-left: 10px;
    /* padding-left: 10px; */
    font-size: small;
    font-weight: 700;
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    align-content: center;
}
.sitetitle span:last-child {
    display: none;
}
.logox {
    display: flex; 
    /* flex-wrap: wrap; 
    align-content: center; */
}

.navbar-mainnavigation .navbar-brand-image {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media (min-width: 992px){
    .navbar-brand-logo-normalx {
        max-width: 10%;
    }
    .sitetitle span:last-child {
        display: block;
        font-size: small;
        font-weight: 300;
    }
}

body.top0 .top-bar-nav button svg{
    fill: #fff;
}
body.top0 #page-content {
    position: relative;
}
body.top0 .carousel_full_screen {
    height: 100vh;
    top: 0;
}
body.top0 header#page-header.navbar-default {
    background-color: transparent !important;
    background: transparent;
}
body.top0 .navbar-mainnavigation {
    box-shadow: none !important;
}
.carousel .carousel-content-inner {
    align-items: flex-end !important;
    padding: 10% 0%;
    color: #fff;
}
.carousel .carousel-item h1 {
    font-weight: 700;
    font-size: 4.4rem;
}
.carousel .carousel-item h2 {
    font-weight: 700;
    font-size: 2.2rem;
}
.carousel-item-type-header .carousel-text-inner {
    width: 100%;
}
@media (min-width: 768px){
    .carousel-item-type-header .carousel-text-inner {
        width: 90%;
    }
}
@media (min-width: 992px){
    .carousel-item-type-header .carousel-text-inner {
        width: 100% !important;
    }
}

.slide-custom {
    width: 100vw;
    height: 100vh;
    background: #ddd;
}
.imagewrapper {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    overflow: hidden;
}
.imagewrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}
footer a {
    color: #fff !important;
} 
footer .logo {
    float: left;
    width: 20%;
    padding-right: 1rem;
    box-sizing: border-box;
}
footer .logo img {
    width: 100%;
    height: auto;
    filter: invert(1);
}
footer .brand {
    float: left;
    width: 80%;
}
footer .brand {
    border-left: #fff solid 1px;
    padding-left: 1rem;
    color: #fff;
}
footer .brand span {
    display: block;
}
footer .brand span:first-child {
    font-size: 1.4rem;
    font-weight: 700;
    /* margin-bottom: 1rem; */
}
footer .brand span:nth-child(2) {
    font-size:.7rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
footer .social-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: .5rem 0;
    color: #08e;
}
footer .social {
    /* display: flex; */
}
footer .copy {
    padding: 10px 0;
}
footer .sociallinksx {
    display: flex;
    align-items: center;
}
footer .social a {
    display: inline-block;
    /* width: 16%; */
    width: 28px;
    height: 28px;
    /*filter:  invert(45%) sepia(77%) saturate(1113%) hue-rotate(185deg) brightness(100%) contrast(87%);*/
    color: #08e !important;
    margin: 0 5px;
}
footer .social a .sociallinks-link-label {
    display: none;
}
footer .social a span:last-child {
    display: none;
    line-height: 28px;
    padding-left: 35px;
}
footer .social a span:first-child {
    display: none;
}
footer .social a.youtube {
    background:  url(/fileadmin/icons/youtube.svg) left center no-repeat;
}
footer .social a.facebook {
    background:  url(/fileadmin/icons/facebook.svg) left center no-repeat;
}
footer .social a.instagram {
    background:  url(/fileadmin/icons/instagram.svg) left center no-repeat;
}
footer .social a.twitter {
    background:  url(/fileadmin/icons/twitter.svg) left center no-repeat;
}

footer .footer-section-menu {
    background-color: #ddd;
    color: #08e ;
}
footer ul {
    margin: 0;
    color: #fff;
}
/* footer  ul li {
    display: inline-block;
} */
footer  ul li a {
    color: inherit!important;
    display: block;
    /* padding: 8px 20px 8px 0; */
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-menu-brand {
    padding: 8px 0;
}

@media (min-width: 768px){
    footer .social a span:last-child {
        display: inline-flex;
    }
    .sociallinksx {
        display: flex;
        align-items: center;
    }
    footer .social a {
        width: auto;
        margin: 0 .5rem;
        font-weight: bold;
    }
}

header.frame-header h2 {
    font-weight: 700;
    color: #08e;
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -.05rem;
}
.body-bg {
    background: #f8f9fa;
}
.section-news {
    background-color: #e9edf3;
    border-top:#e2ecfc solid 1px;
}

.frame-layout-6 .frame-inner {
    border: rgba(2, 136, 209, .5) solid 1px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box3 {
    position: relative;
    height: auto;
    border: #c4c8ce solid 1px;
    background-color: #eaeef5;
    color: #4B72A6;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.box3.wir-sind-da {
    min-height: 400px;
}
.box3 h2 {
    
    color: #4B72A6;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -4px;
    text-transform: uppercase;
}
.section-row:has(.box3) {
        gap: 0;
}
@media (min-width: 768px){
    header.frame-header h2 {
        font-size: 3.2rem;
        line-height: 3.2rem;
        letter-spacing: -.1rem;
    }
    .box3 {
        flex-wrap: wrap;
        padding: 2rem;
        height: 470px;
        gap: var(--section-gap );
    }
    
    .box3 h2 {
        font-size: 4.2rem;
        line-height: 4rem;
        letter-spacing: -5px;
    }
}
.box3 .btnx {
    font-weight: bold !important;
    font-size: 1.25rem !important;
    display: flex !important;
    margin-top: auto;
    align-self: flex-end;

}

.box3 .btnx span {
    align-self: center;
    margin: 0 auto;
    font-size: 1.25rem;
}
.box3 .btnx svg{
    width: 36px;
    height: 36px;
    fill: #fff;
}
.box3.wir-sind-da {
    background: #eaeef5 url(../icons/map.svg ) center center no-repeat;
    background-size: contain;
}
.box3.wir-sind-da .btnx {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.box3.wir-sind-da .btnx:hover {
    background-color: rgba( 255,255,255,.75);
    border: #000 solid 1px;
    color: #000;
}
.box3.wir-sind-da .btnx svg {
    fill: #fff;
}
.box3.wir-sind-da .btn-black.btnx:hover svg {
    fill: #000;
}

h3{
    font-weight: 400;
    color: rgba(45, 60, 77, 1) !important;
}
.knav svg {
    width: 32px;
    height: auto;
    display: block;
   margin: auto;

}
.knav {
    color: #000 !important;
    font-size: small;
}
.knav:hover {
    text-decoration: none;
}
.knav span {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.knavs .col {
    border-right: #ddd solid 1px;
    box-sizing: border-box;
    display: flex;
    justify-content:center;
}
.knavs .col:last-child {
    border-right: none
}
.kact {
    fill: #08e;
}
.kact span {
    color: #08e;
}

.ansprechpartner {
    display: flex;
    justify-content: center;
}
.ansprechpartner span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-top: 1rem;
    background-color: #eaeef5;
    color: #4B72A6;
    font-size: 3rem;
    font-weight: bold;
    border-radius: 50%;
}
.frame-ansprechpartner h3.card-title a{
    font-weight: bold;
}
.frame-ansprechpartner .card-subtitle {
    font-size: 1rem;
}
.frame-ansprechpartner .card-footer a {
    display: block;
}
@media (max-width: 767px){
    .section-column-third {
        --section-gaps: 0 !important;
        --section-colspan: 12 !important;
    }
}
footer .section-column{
    width: 100%;
    margin-bottom: 2rem;
}
.footer-section-content-column-left, .footer-section-content-column-middle, .footer-section-content-column-right{
    /* display: none; */
}
footer .section-row {
    padding: 2rem 0;
    --section-gap: 0;
}
.footer-section-content-column-left {
    text-align: center;
}
.footer-section-content-column-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-section-content-column-middle, .footer-section-content-column-right{
    width: 50% !important;
    margin-bottom: 0 !important;
}

.footer-section-content-column header.frame-header h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    color: #fff;
}
@media (min-width: 768px){
    footer .section-column:first-child {
        width: 40%;
        margin-bottom: 0;
    }
    footer .section-column:not(:first-child) {
        width: 20% !important;
        text-align: left;
        margin-bottom: 0;
    }
    .footer-section-content-column-left, .footer-section-content-column-middle, .footer-section-content-column-right{
        display: block;
    }
}
.frame-header h3, .frame-header h4 {
    font-weight: 900;
}
.frame-ich_berate_sie_gerne .card-img-top {
    text-align: center;
    padding-top: 1rem;
}
.frame-ich_berate_sie_gerne .card-img-top img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: #eaeef5 solid 6px;
    box-sizing: border-box;
}
.cc-window, .cc-revoke {
  color: var(--bs-body-color) !important;
  background: #eaeef5 !important;
  border: #c4c8ce solid 1px !important;
}