#adunit {
    position: absolute;
    right: 30px;
    width: 14%;
    background: white;
}

.attribution {
    position: absolute;
    background: white;
    top: 3px;
    left: 3px;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2px;
}

.abgc {
    /* display: none; */
    position: absolute;
    top: 3px;
    right: 3px;
}

.abgc img {
    vertical-align: unset;
}

#adunit a img,
#adunit2 a img {
    height: auto;
    width: 100%;
}

#adunit2 {
    display: none;
}
/* Ads Ende */

@media (min-width: 1280px) and (max-width: 1368px) {
    #adunit {
        display: none;
    }

    #adunit2 {
        display: block;
    }

    .attribution2 {
        text-align: left;
        font-size: 0.8rem;
        padding-left: 3px;
    }
    
    #adunit2 .ad {
        max-width: 40%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    #adunit {
        display: none;
    }

    #adunit2 {
        display: block;
    }
    
    .attribution2 {
        text-align: left;
        font-size: 0.8rem;
        padding-left: 3px;
    }
    
    .abgc2 {
        position: absolute;
        right: 3px;
    }
    
    .abgc2 img {
        margin-top: -48px;
    }
}