/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#header-main .logo{
    max-width: 70px!important;
}

#topsidebar .contact-links {
    float: left;
}

#topsidebar .contact-links a {
    margin-left: 1rem;
}

#topsidebar .menu-top-menu-container {
    float: right;
}

#topsidebar .menu-top-menu-container .menu-item {
    white-space: nowrap;
}

.margin-top {
    margin-top: 3rem !important;
}

.wp-block-cover {
    min-height: 700px!important;
}

.p-margin {
    margin: 0 0 0.5em!important;
}

.footer-widgets-wrapper .col-md-6 .widget_nav_menu {
    float: left;
    width: 50%;
}

.koerper-seele-themen a {
    text-decoration: none!important;
}

.koerper-seele-themen .wp-block-cover__background {
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
}

.koerper-seele-themen .wp-block-cover__background:hover {
    filter: grayscale(0%);
}

.koerper-seele-themen .wp-block-cover__inner-container p {
    width: fit-content;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 700;
}

@media only screen and (max-width: 480px){
    .footer-widgets-wrapper .col-md-6 .widget_nav_menu:nth-of-type(1) {
        margin-bottom: 0;
    }
    .footer-widgets-wrapper .col-md-6 .widget_nav_menu {
        width: 100%;
    }

    #topsidebar .menu-top-menu-container .menu-item {
        margin-top: 15px;
    }
}