@media screen and (max-width: 400px) {
    .fluechtlingen-helfen-banner-links-fixed {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .fluechtlingen-helfen-banner-rechts-fixed {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .fluechtlingen-helfen-banner-links-absolute {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .fluechtlingen-helfen-banner-rechts-absolute {
        display: none;
    }
}

.fluechtlingen-helfen-banner-links-fixed {
	position: fixed;
	top: 0;
	left: 0;
	
}

.fluechtlingen-helfen-banner-rechts-fixed {
	position: fixed;
	top: 0;
	right: 0;
	
}

.fluechtlingen-helfen-banner-links-absolute {
	position: absolute;
	top: 0;
	left: 0;
	
}

.fluechtlingen-helfen-banner-rechts-absolute {
	position: absolute;
	top: 0;
	right: 0;

}