body { display:grid;
       gap:0.5em;
       font-family:Tahoma, Arial; color:white;
       background: black url(logo--weiss-800px.png) no-repeat top center fixed; }

@media (max-width: 899px) {
       body {  grid-template-columns: 1fr;
               grid-template-rows: 40em auto auto auto auto auto auto auto auto auto auto auto 1em
       }
       img.event {   width: 67%;
       }
       img.location {   width:  75%;
       }
        contact_region_picture {
               grid-column: 1/2;
               text-align: center;
/*               width:50%;                  */
/*               border: 2px solid red;      */
/*               background-color:lightpink; */
        }
        contact_detail_picture {
               grid-column: 1/2;
               text-align: center;
/*               width:50%;                 */
/*               border: 2px solid red;     */
/*               background-color:Cornsilk; */
        }
}
@media (min-width: 900px) {
       body {  grid-template-columns: 1fr 1fr;
               grid-template-rows: 40em auto auto auto auto auto auto auto auto auto 1em
       }
       img.event {   width: 50%;
       }
       img.location {   width:  80%;
       }
        contact_region_picture {
               grid-column: 2/3;
/*               width:67%;                    */
/*               border: 2px solid red;        */
/*               background-color:lightpink;   */
        }
        contact_detail_picture {
               grid-column: 2/3;
/*               width:67%;                   */
/*               border: 2px solid red;       */
/*               background-color:Cornsilk;   */
        }
}

@media (min-width: 1200px) {
        img.event { width: 40%;
        }
       img.location {   width:  60%;
       }
}
header {
       grid-column: 1/-1;
/*       border: 2px solid red;  */
/*       background-color:lightgreen; color:darkgreen;  */
}
navigation {
       grid-column: 1/-1;
/*       border: 2px solid red;  */
/*       background-color:darkkhaki; color:black;  */
}
events {
       grid-column: 1/-1;
       text-align:center;
       background-color:black;
/*       width:100%;   */
/*       border: 1px dotted red;   */
}
contact_region_text {
       grid-column: 1/2;
       width:100%;
/*       border: 2px solid red;  */
/*       background-color:red;   */
       background-color:black;
       color:white;
       opacity:0.8;
}
contact_detail_text {
       grid-column: 1/2;
       width:100%;
/*       border: 2px solid red;       */
/*       background-color:RosyBrown;  */
       background-color:black;
       color:white;
       opacity:0.8;
}
impress {
       grid-column: 1/-1;
/*       border: 2px solid red;     */
       background-color:black;
       color:white;
       opacity:0.8;
       width:100%;
}
toheader {
       grid-column: 1/-1;
/*       border: 2px solid red;     */
       font-size: 10px;
}
/* ----- */
a {color:white; font-family:Tahoma, Arial;}
a.content {font-size:10px;}
h3.impressum { font-size:14px;margin-top:3px;margin-bottom:3px; }
p.impressum  { font-size:10px;margin-top:0px;margin-bottom:3px; }
.freedreamer { font-family: Kunstler Script;font-size:36px;}
