:root {
    --cassiopeia-color-primary: #dfadb4;
    --cassiopeia-color-link: #bd5b68;
    --link-color: #bd5b68;
    --link-color-rgb: 34, 79, 170;
    --cassiopeia-color-hover: #3c8d9f;
    --link-hover-color: #3c8d9f;
    --link-hover-color-rgb: 66, 64, 119;
}



.p, p {
    line-height: 220%;
    font-size: 130%;

}

.brand-logo > img {
    -webkit-filter: drop-shadow(3px 2px 0 #fff);
    filter: drop-shadow(3px 2px 0 #fff);
    drop-shadow(-3px -2px 0 #fff);
    drop-shadow(-3px -2px 0 #fff);
}

.container-header {
    background-image: url(../../../../../images/vogelhaus_hintergrund_angepasst.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    /* background-image: none; */
}


.container-header {
    z-index: 10;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

.container-header .site-description {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 70%;
    background-color: rgba(206, 26, 115, 0.6);
    backdrop-filter: blur(10px);

}


.container-header .navbar-brand {
    font-size: 1.6rem;
    font-style: italic;
}

.grid-child.container-nav {
    background-color: #bd5b68;
    width: 100%;
    max-width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    display: flex;

}

.container-header nav {
    margin-left: auto;
    margin-right: auto;
}

.container-header .mod-menu {
    color: #000;
    flex: 1 0 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0;
    list-style: none;
    font-size: 120%;
    color: #fff;
}

.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    height: 40px;
    width: 112%;
    margin-left: -6%;
}

.com-content-article, .com-content-category-blog__item.blog-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
}

.page-header {
    /* background-color: #bd5b68; */
    /* padding-left: 20px;
    padding-right: 20px; */
    padding-top: 5px;
    padding-bottom: 1px;
}

/* .site.com_content {
    background: url(/images/Turschild.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.container-component {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (width >= 992px) {
    .container-header .mod-menu>li:after {
        content: none;
        opacity: .4;
        background: 0 0;
        height: 2px;
        margin: auto;
        transition: all 0.6s, background-color 0.3s;
        display: block;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    }


.grid-child.container-top-a {
    margin-top: 80px !important;
    margin-bottom: 60px !important;
}

.container-sidebar-right .sidebar-right:first-child {
    margin-top: 2em;
}

.quadrat {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.tagespunkt {
    display: block;
    width: 45%;
    margin-right: 40px;
    background-color: #dfadb4;
    color: #000;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(189, 91, 104, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(189, 91, 104, 1);
    box-shadow: 1px 1px 5px 0px rgba(189, 91, 104, 1);
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
    float: left;
    font-size: 110%;
}

.uhr {
    width: 60px;
    height: 60px;
    position:relative; 
    float:left;
    margin-left: 10px;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.hundert-prozent {
    max-width: 100%;
    max-height: auto;
}

.wf-column {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
}
