
.banner { position: relative; left: 00%; top: 7px; z-index: 1001 !important; display: inline-flex; }
.banner img { width: 300px;  }


@media(max-width: 1050px) { 
	.banner { right: 3px; }
	.banner img { width: 200px; }
    #meldung p {  padding: 20px; font-size: 13px; }
    #meldung { width: 200px;}
}

@media(max-width: 767px) { 
	.banner img { width: 200px; }
    #meldung { position: relative; width: 100%; left: 0%; top: 0; margin-top: 10px; z-index: 1001 !important; display: inline-flex; float: none; } 

    #meldung p { padding: 10px; transform: rotate(-0deg); }
    #meldungen { position: relative; width: 90%; left: 20px; top: 10px; z-index: 1001 !important; } 

    
}

@media(max-width: 500px) { 
	.banner { position: relative; left: 0px; }
	.banner img { width: 200px;  }
    

    
}

@media(max-width: 400px) { 
	.banner img { width: 200px; }
}

@media(max-width: 350px) { 
}

