/* Text & Linkfarben */
:root {
--cassiopeia-color-primary: #000000; /* Schriftfarbe */
--cassiopeia-color-link: #8B0000;     /* Linkfarbe */
--cassiopeia-color-hover: 	#FF0000;  /* Hoverfarbe */
}

/* Seitenhintergrund */
body.site {
	background: transparent;
	background-image: url(../../../../../images/party-background.jpg);
    background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.card {
  background: white;
  border:none;
}
.footer {
   background: transparent;
   color: #000000; /* Schriftfarbe der Copyrightzeile Fetenscheune */
}
  .main-bottom.card {
   background: transparent;
  
}
.header {
   background-image: url(../../../../../images/hintergrund.jpg);
   background-position: top;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   border:solid;
   border-width: 0px 1px 2px 1px; /* oben, rechts, unten and links */
   border-color: black;  /* Rahmenfarbe */
}
