@charset "UTF-8";
@media screen and (max-width: 800px){
.pcansicht{
display: none; 
}
.responsive{
position: absolute; 
top: 0px; 
right: 0px; 
z-index: 10000; 
color: #FF0000; 
font-weight: bold; 
width: 200px; 
border: 1px solid #FF0000; 
background-color: #FFFFFF; 
display: inline-block; 
}

}

