:root {
  --cassiopeia-color-primary: #0c306f;
  --cassiopeia-color-link: #1457a8;
  --cassiopeia-color-hover: #0a2d55;
}

.container-header {
  background-color: #0c306f;
  background-image: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #0b3a6f;
}

div.bild {
  background: #eee;
  margin: 3px;
  padding: 5px;
  float: left;
  max-width: 500px;
  width: 95%;
  text-align: center;
  font-style: italic;
}

div.bild_mittig {
  background: #eee;
  margin: 3px;
  padding: 5px;
  float: left;
  width: 95%;
  text-align: center;
  font-style: italic;
}

div.bild_mittig img {
  max-width: 100%;
}

div.bild_button {
  background: #fff;
  margin: 3px;
  padding: 8px;
  float: left;
  max-width: 150px;
  width: 95%;
  text-align: center;
  font-style: italic;
}

div.box_250 {
  background: #fff;
  margin: 3px;
  padding: 8px;
  float: left;
  max-width: 250px;
  width: 95%;
  text-align: center;
  font-style: italic;
}

@media (max-width: 991px) {
  .site-grid {
    grid-template-areas:
      ". banner banner banner banner ."
      ". top-a  top-a  top-a  top-a  ."
      ". top-b  top-b  top-b  top-b  ."
      ". side-l side-l side-l side-l ."
      ". comp   comp   comp   comp   ."
      ". side-r side-r side-r side-r ."
      ". bot-a  bot-a  bot-a  bot-a  ."
      ". bot-b  bot-b  bot-b  bot-b  .";
  }
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	position: relative;
	display: inline-block;
	width: 30%;
  min-width: 280px;
  margin-right:0.5em;
}

figure img {
	width: 100%;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.gesamt {
	position: relative;
	color: black;
	background: white;
}
