/* Farbverlauf Top */
:root {
    --cassiopeia-color-primary: #112855;
    --cassiopeia-color-link: #6a6f78;
    --cassiopeia-color-hover: #7f7e85;
}

.fields-container {
  /* grid-column: 3 / span 2; */
  /* list-style: square inside; */
  /* background-color: blue; */
  /* float: right; 
  display: block;
  */
}

ul.fields-container {
  /* max-width: 200px; */
}

/* listing of images intro smaller */
.img_project_item_intro img {
  max-width: 200px;
  height: auto;
}

/* listing of images smaller */
.img_project_item_full img {
  max-width: 300px;
  height: auto;
  float: left;
}

/* smaller banner */
.container-banner .banner-overlay {
	height: 40vh;
}

.h1, h1, .h2, h2 {
    font-size: 1.3rem;
}

@media (min-width: 1200px)
.h1, h1, .h2, h2 {
    font-size: 1.3rem;
}

