body.site {
  
	background: transparent;
	background-image: url(http://www.brisamar.de/images/Brisamar_Bilder/Hintergrund_schmal.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size: cover;
}

.card {
  background: transparent;
  border:none;
}

.header {
  background: rgba(39, 44, 76, 0.89);
  font-size: 10px;
  
}

h1 {
  font-size:21px;
}



h3.my-menu {
  color: rgba(81, 21, 85, 0.54);
}




