
#template-bg-1 {
	background-image: url("11759_Layout_Startbildschirm_1920x1080px.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	background-color: white;	
}

@media only screen and (max-width: 1680px) {
  #template-bg-1 {
    background-image: url("11759_Layout_Startbildschirm_1680x1050px.jpg");
  }
}

@media only screen and (max-width: 1600px) {
  #template-bg-1 {
    background-image: url("11759_Layout_Startbildschirm_1600x1200px.jpg");
  }
}

@media only screen and (max-width: 1280px) {
  #template-bg-1 {
    background-image: url("11759_Layout_Startbildschirm_1280x1024px.jpg");
  }
}

@media only screen and (max-width: 960px) {
  #template-bg-1 {
    background-image: url("11759_Layout_Startbildschirm_960x640px.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #template-bg-1 {
    background-image: url("11759_Layout_Startbildschirm_768x480px.jpg");
  }
}

#brand_logo {
	background-image: url("https://destimotions.com/templates/default/hosts/destimotions.com/images/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
