body.site {
	background: transparent;
  	background-image: url(../../../../../images/System/hintergrund-blau.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: ;
	background-size: cover;
  color: #ffffff;

}
.container-banner {
  background-image: url(../../../../../images/System/Rathhaus.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
   height:90vh;
   color: white;
}
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #0088cc;
}
.card {
  background: transparent;
  border:none;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 15px;
}
.header {
   background: transparent;
}
