
* {
    box-sizing: border-box;
}

body {
    background-color: #a4a4a4;
      background-color: LightSteelBlue; 
    color: white;  /* #0F0F0F; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;

}


/* ANGABEN ZUM GRIDCONTAINER */

.grid-container {
  display: grid;
  grid-gap: 5px;
  margin: auto;
  text-align: center;
  padding: 3px;
    background-color: LightSteelBlue; 
  border: 0px;
      font-family: sans-serif;

    padding: 2px;

    wrap-before:initial;
    width: device-width;
    max-width: 800px;

    overflow-wrap: break-word;

}

/*   das gesamte raster >>>> */ 
.grid-container > div {
        padding: 3px;
}

.Rand-links {
    grid-column: 1;
    grid-row: 1 / span 5;

}

.Rand-rechts {
    grid-column: 3;
    grid-row: 1 / span 5;

}

.menu {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
    background-color: ;
}

.seitentitel {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
    color: ;
}

.inhalt {
    grid-column: 2;
    grid-row: 3;
    padding: 10px;
    background-color: ;
    text-align: center;
}


.fuss {
    grid-column: 2;
    grid-row: 5;
    text-align: center;
    background-color: ;
}



/* STYLES FÜR ALLE */
img {
    min-width: 300;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
}


a {
    color: orange;
    text-decoration: none;
}

a {
    color: blue;
    text-decoration: none;
    font-style: normal;
}

a:hover {
    background-color: white;
    color: red;
    text-decoration: none;
}
}

.datpriv {
	 font-size: 16px;
	 font-weight: bold;
}

.klein {
   font-size: 14px;
}


p {
    color: rgb(0, 0, 0);
}

.copy {
    color: rgb(255, 255, 255);
    font-size: .5rem;
    text-align: right;
}


.stern {
    font-size: 16px;
    color: white;
    text-align: center;
}


strong {
    font-weight: bold;
}

.titel {
   font-size: 20px;
   font-weight: bold;
}




.warnung {
   font-size: 1.1rem;
   font-weight: bold;
   color: yellow;
}


.zwischentitel {
   font-size: 18px;
   font-weight: bold;
}

