@media only screen and (max-width: 840px) {
    
.impressum .nav {
     position: absolute;
     top: 5px; 
	 right: 0.5px;
    }
    
    .hidden {
    visibility: visible;
}
    
#gallery {
        margin-top: 20px;
    }
    
p {
     font-size: 0.85em;
    }
    
span {
     font-size: 0.85em;
    }
    
.img_imp {
    padding-top: 14px;
}
    
.text p {
     padding-top: 20px;
     margin-bottom: 100px;
     font-size: 1.5em;
     line-height: 0.75em;
     text-align: center;
    } 
    
.text span {
     font-size: 0.75em;
}
    
.caption img {
     margin-bottom: 20px;
    }
    
.one {
     display: none;
    visibility: hidden;
}

.mediatext {
    padding-top: 30px;
}
       
.heart img {
     width: 100%;
     height: 140px;
}
    



