
@media (min-width: 0px) {
    #logo img {
        max-height: 105px;
    }
    .layout_section .layout--twocol-section--50-50 img{
        width: 100%;
    }
    #projekte .layout__region {
        margin-top: 35px
    }
    .layout_section .layout--twocol-section--50-50{
        row-gap: 20px;
    }
    .raster .block-inline-blockee-card .block__content{
        align-items: unset;
        text-align: left;
    }
    .raster .block-inline-blockee-card .ee_step_icon{
        margin: unset;
        margin-bottom: 1em;
    }
}
@media (min-width: 400px) {
    #logo img {
        max-height: 120px;
    }
}
@media (min-width: 767px) {
    .ee_headerimge .headerimage{
        height: 800px;
    }
}
@media (min-width: 870px) {
    .ee_headerimage .headerimage {
        height: 800px;
    }
    #block-ee-parent-hauptnavigation,
    #block-ee-theme-hauptmenu {
        display: none;
    }

    #ee_burger_menu {
        display: block;
    }
}
@media (min-width: 1024px) {
    #logo img {
        max-height: 165px;
    }
}
