.responsive_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
}

.responsive_map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Startkarussel */
#c63 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

section.footer-section-content {
     display: none;
     visibility: hidden;
 }

.backendlayout-special_start section.footer-section-content  {
    display: block;
    visibility: visible;
}


section.footer-section-meta a {
    color: #fcc;
}


/* Die Seiteninhaltsnavigation */
.frame-type-menu_section {
   /* border: 1px solid red; */
    padding-top: 0;
}

.frame-type-menu_section ul, .frame-type-menu_subpages ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0;

}

.frame-type-menu_section ul li a {
    display: none;
}

.frame-type-menu_section ul li li a,  .frame-type-menu_subpages ul a{
    display: block;


}

.frame-type-menu_section ul li ul , .frame-type-menu_subpages ul {
    display: flex;
    flex-wrap: wrap;
}


.frame-type-menu_section ul li li, .frame-type-menu_subpages ul li {
    flex: 0 0 33.3%;
    box-sizing: border-box;
    float: left;

    color: #171e42;

}

@media (max-width: 992px) {
    .frame-type-menu_section ul li li {
        flex: 0 0 50%;
    }

}

@media (max-width: 600px) {
    .frame-type-menu_section ul li li {
        flex: 0 0 100%;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-brand-logo-normal {
        width: 250px!important;
        height: auto;
    }

    .navbar-main > li > .navbar-text, .navbar-main > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

}






.frame-type-menu_subpages ul li {
    flex: 0 0 20%;
}


.frame-type-menu_section ul li li a,  .frame-type-menu_subpages ul li a {
    background: #e0ddd5;
    border: 1px solid white;
    text-align: center;
    padding: 10px;
    transition: all .2s ease-in-out;
    color: #44060a;
    font-weight: 400;
}

.frame-type-menu_section ul li li a:hover, .frame-type-menu_subpages ul li a:hover {
    transition: all .2s ease-in-out;
    background: #44060a;
    color: #fff;
}





/* Startseite abstände */
@media (min-width: 1200px) {
    body.page-2 .section {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
}


.carousel-text-inner h2, .carousel-text-inner h1, .carousel-text-inner h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 1), 2px 2px 1px rgba(125, 125, 125, .8);

    /*color: #000!important; */
    font-weight: 700;

    text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
 /*   0 5px 0 #aaa, */
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.2),
    0 1px 3px rgba(0,0,0,.6),
    0 3px 5px rgba(0,0,0,.4),
    0 5px 10px rgba(0,0,0,.5),
    0 10px 10px rgba(0,0,0,.4),
    0 20px 20px rgba(0,0,0,.3),

    0 0 60px rgba(255,255,255,1),
    0 0 100px rgba(255,255,255,1);
;

    letter-spacing: .1em;

}