.container-header img {
  max-width: 300px;
  height: auto;
  box-shadow: 0 0 20px #000;
}
}

/* Sicherstellen, dass auch bei kleinen Displays, 
das Logo mit Sitename fließend dargestellt wird */

.container-below-top {
  flex-wrap: wrap;
}

.container-below-top a {
  text-decoration: none;
}

.text-center {
    text-align: center !important;
}

.footer .grid-child {
    padding: 1rem .5em;
}



.styled-footer {
    margin: 15px 0px 0px 0px;
    font-size: 1.1rem;
}

.styled-footer-right {
    font-size: 1.1rem;
}

/* Fonts */

@font-face {
font-family: 'Edo';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url('../fonts/edo.ttf') format('truetype');
}

@font-face {
font-family: 'DancingScript';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('../fonts/DancingScript-Regular.otf') format('truetype');
}

