@media screen and (  min-width: 700px ) {
.t3-wrapper{
background:url("/images/hintergrund/hintergrund.png"); /path to your image
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.t3-mainbody{
 
    background: #BE1E3C; 
    background: hsla(70, 0%, 50%, 0.4); 
    color: white;  
    transition: background 1s;
}

.contact{

	color: black;

}
}