a.logo, a.logo img {  width: 210px; height: 52px; }

@media (min-width: 576px) {

}

@media (min-width: 768px) {

    /* Seniiorenpolitische Fachtagung Panel 2024*/
    .senioren-pf .fsc-element {margin-top: 2em;}

    a.logo, a.logo img { width: 250px; height: 62px;}
    header.fixed a.logo img { width: 103px; height: 50px; }

    .dce-member.layout-2:nth-of-type(1),
    .dce-member.layout-2:nth-of-type(2) {
        width: 50%;
    }
    
}

@media (min-width: 992px) {

    a.logo, a.logo img {width: 300px; height: 75px;}
}