.container {  display: grid;
  grid-template-columns: auto 240px 240px 240px 240px 240px auto;
  grid-template-rows: auto 250px 30px 100px auto 75px auto;
  gap: 0px 0px;
  grid-auto-flow: row dense;
}
@font-face {
	font-family:"MASQUE";
	src: url(../media/schrift/MASQUE.ttf);
	 }
	 
.schatten { grid-area: 3 / 2 / 6 / 7;
box-shadow: 0px -30px 15px 7px rgba(0,0,0,0.05);
 }
.hea-all { grid-area: 2 / 2 / 3 / 7; 
    width: 1200px;
    height: 250px;
    background-image: url(../media/grund_grafiken/headerkart.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Unterkante mit rot-weißem Streifen */
    border-bottom: 20px solid transparent;
    background-image:
        url("../media/grund_grafiken/headerkart.png"),
        repeating-linear-gradient(
            90deg,         /* horizontal verlaufend */
            red 0 8px,    /* rotes Kästchen */
            white 15px 30px /* weißes Kästchen */
        );
    background-position: center, bottom;
    background-size: cover, 20px 10px;
    background-repeat: no-repeat, repeat-x;
}

.oz-zeiten {
	grid-area: 2 / 4 / 3 / 7;
	margin-top: 70px;
	margin-left: 20px;
}
.oz-zeiten-adress {
	grid-area: 2 / 5 / 3 / 7;
	margin-top: 60px;
	margin-left: 190px;
	text-align: left;
}
.me-all { grid-area: 3 / 2 / 4 / 7;
    background-color: black;

    /* Schwarz-Grauer Streifen */
    background-image: 
        repeating-linear-gradient(
            90deg,              /* horizontal */
            black 0 15px,       /* schwarzer Block */
            gray 15px 30px      /* grauer Block */
        );

    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 20px 30px; /* Blockbreite 30px, Streifenhöhe 20px */

    /* Platz für den Streifen */
    padding-bottom: 20px;
 
}

.me-1 { grid-area: 3 / 2 / 4 / 4; }

.me-2 { grid-area: 3 / 4 / 4 / 7; }

.ueberschrift-all { grid-area: 4 / 3 / 5 / 6;
    text-align: center;
    background-repeat: no-repeat;
    font-family: MASQUE;
    background-image: url(../media/grund_grafiken/ueschrift1.png);
    height: 100px;
    width: 720px;
    float: left;
    vertical-align: middle;
    font-size: xx-large;
    line-height: 86px;
 }

.uebr-link { grid-area: 4 / 3 / 5 / 4; }

.ueber-mitte { grid-area: 4 / 4 / 5 / 5; }

.ueber-recht { grid-area: 4 / 5 / 5 / 6; }

.inhalt { grid-area: 5 / 3 / 6 / 6;
background-position: center;
width:720px;
 }

.footer-all { grid-area: 6 / 2 / 7 / 7; 
   background-repeat: no-repeat;
   background-image: url(../media/grund_grafiken/footerh1.png);
   height: 75px;
   background-position: center;
   margin-left: 0px;
}

.foo-1 { grid-area: 6 / 2 / 7 / 3; 
    width: 200px;
    height: 40px;
  margin-left: 80px;

}

.foo-2 { grid-area: 6 / 3 / 7 / 4; }

.foo-3 { grid-area: 6 / 4 / 7 / 5; }

.foo-4 { grid-area: 6 / 5 / 7 / 6; }

.foo-5 { grid-area: 6 / 6 / 7 / 7; }

.aside-l { grid-area: 4 / 2 / 6 / 3; }

.aside-r { grid-area: 4 / 6 / 6 / 7; }
div#Neutextr{}

/* Cookie-Banner-Fix */
.cc-window {
  position: fixed !important;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
}
