.container-header .navbar-brand  /*setzt das Logo mittig und Größe entsprechend*/
{
  /*  width: 600px;
    margin: 0 auto;
    display: flex;*/
}

#mod-custom118.mod-custom.custom.banner-overlay /*setzt das Hintergrundbild des Banner-Moduls auf bestimmte Größe*/
{
  margin: 0 auto; 
  width: auto;

  display: flex;
    align-items: center;
    justify-content: center;
    
}

.header {
background: #e6d4f2;
}

.navbar-brand {
background: #e6d4f2;
}

.container-topbar {
color: #fda069; /*Schrift auf Orange*/
}
.container-below-top { /*setzt das Countdown-Modul mittig und die Hintergrundfarbe*/
background: #e6d4f2
  display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
 }

.menu {
background: #142C44;
}


.navbar-brand, .container-nav .navbar {
  margin: 0 auto;
  background: #142C44;
  
}

/*footer Menü-mittig setzen*/
.footer .grid-child
{
   width: fit-content;
}

/*Farbe der verschiedenen Module werden gesetzt*/

.footer {
background: #fda069;
}
@font-face {
    font-family: 'Windsong';
    src: url('/files/windsong_font/Windsong.woff2') format('woff2'),
        url('/files/windsong_font/Windsong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

