:root {
  --cassiopeia-color-primary: #666666;
}
<!-- .container-header {
  background-image: none;
}

/* FONTS */
/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* julee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Julee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/julee-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/julee-v22-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Schriften Einstellungen */

h6, .h6, h5, .h5, h4, .h4, .h4-bildtitel-black, .h4.bildtitel-white, h3, .h3, h2, .h2, h1, .h1 {
  font-family: Julee;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.h1-banner {
  font-size: calc(1.375rem + 6.5vw);
  font-family: ubuntu; /*Font Ubuntu */
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .h1-banner {
    font-size: 7.5rem;
    font-family: ubuntu;
  	font-weight: 400;
  	color: #fff;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3, .h3-adresse, .h3-footer, .h3-bildtitel {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3, .h3-adresse, .h3-footer, .h3-bildtitel {
    font-size: 1.75rem;
  }
}

h4, .h4, .h4-bildtitel-black, .h4-bildtitel-white, .h4-footer, .h4-bild-der-woche-black, .h4-bild-der-woche-white {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4, .h4-bildtitel-black, .h4-bildtitel-white, .h4-footer, .h4-bild-der-woche-black, .h4-bild-der-woche-white {
    font-size: 1.5rem;
  }
}

h5, .h5, .h5-adresse, .h5-footer {
  font-size: 1.25rem;
}

h6, .h6, .h6-adresse, .h6-footer {
  font-size: 1rem;
}

.h5-adresse, .h6-adresse {
font-family: ubuntu;
font-weight: 400;
color: #000;
}

.h4-bildtitel-white {
font-family: julee;
font-weight: 400;
text-align: center;
color: #eee;
}

.h4-bildtitel-black {
font-family: julee;
font-weight: 400;
text-align: center;
color: #222;
}

.h4-bild-der-woche-black {
font-family: ubuntu;
font-weight: 700;
text-align: center;
color: #222;
}

.h4-bild-der-woche-white {
font-family: ubuntu;
font-weight: 700;
text-align: center;
color: #eee;
}

.h4-footer, .h5-footer {
font-family: ubuntu;
font-weight: 400;
color: #fff;
}

.h6-footer {
font-family: ubuntu;
font-weight: 300;
color: #fff;
}

/* body.site {
	background: transparent;
	background-image: url(../images/Testhintergrund.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
} */

/* Container Anpassungen */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}

.container-below-top {
  color: hsl(0deg, 0%, 0%);
  background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.container {
   display: flex;
   justify-content: center;
   align-items: center;
}

/* Position Banner mit Parallax-Effekt */

.container-banner .banner-overlay {
    height: max(400px, 50vh); /* by default is 50vh in Cassiopeia */
}
@media (min-width: 768px) {
    .container-banner .banner-overlay {
        height: max(400px, 50vh);
    }
}
@media (min-width: 992px) {
    .container-banner .banner-overlay {
        height: max(400px, 50vh);
    }
}
@media (min-width: 1200px) {
    .container-banner .banner-overlay {
        height: max(400px, 50vh);
    }
}

.container-banner .banner-overlay .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
  text-align: center;
  background-color: hsla(0deg, 0%, 0%, 0);
}
.container-banner .banner-overlay .overlay .text-thin {
  font-weight: lighter;
}
.container-banner .banner-overlay .overlay .text-thin::after {
  display: block;
  width: 30%;
  height: 4px;
  margin: 0;
  content: "";
  background: hsl(0deg, 0%, 100%);
}

.container-banner {
  display: block;
  margin: 0 0 0 0;
}

.div-banner, .div-adresse {
  text-align: center;
}

/* Divs für Zeilen */

.div-adresse-main {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 20px 0px 20px; /* Kein Abstand oben/unten */
margin: 0;
}

.div-bilder-main {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 20px 20px 20px; /* Gleicher Abstand */
margin: 0;
}

.div-footer-main {
width: 100%;
display: flex;
justify-content: stretch;
align-items: center;
text-align: center;
padding: 20px 20px 20px 20px; /* Gleicher Abstand */
margin: 0;
background-color: #404040;
}

/* Modulpositionen Anpassungen */

.container-top-a > *,
.container-top-b > *,
.container-bottom-a > *,
.container-bottom-b > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 0;
}

.container-top-a > *,
  .container-top-b > *,
  .container-bottom-a > *,
  .container-bottom-b > * {
    -webkit-box-flex: 0;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

.container-top-a
{
    grid-column: full-start/full-end;
}

.container-top-b
{
    grid-column: full-start/full-end;
}

.container-bottom-a
{
    grid-column: full-start/full-end;
}

.container-bottom-b
{
    grid-column: full-start/full-end;
}

/* Horizontale Scrollbar verbergen */

.site-grid
{
  overflow-x: hidden; 
}

/* Footer Anpassungen */

.footer {
  margin-top: 0;
  color: hsl(0deg, 0%, 100%);
  background-color: #333;
  background-image: none;
}
.footer .grid-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding: 0;
}
.footer a {
  color: currentColor;
}
[dir=rtl] .footer {
  background-image: none;
}
.footer .mod-menu {
  position: relative;
}
.footer .metismenu.mod-menu .mm-collapse {
  background: var(--cassiopeia-color-primary);
}
@media (max-width: 991.98px) {
  .footer .grid-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: 1;
            flex-direction: 1;
  }
  .footer .grid-child .mod-footer {
    margin: 0 0;
  }
}

body.wrapper-fluid footer > .grid-child {
  padding: 0;
}







