/* ================================================================================================
 Stylesheet für Darstellung der Webseiten von meteosa.de
 Datei: bildschirm.css
 Datum: 01.02.2020
 Autor: Olaf Sakuth
 ================================================================================================*/

* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.container {
    width: 100%;
    min-height: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 
    
}

/* ----- Header = box1 + box2 + box3 ----- */
.box1 {
    background: #4d4d4d;
    min-height: 80px;
    position: sticky;
    top: 0;
    z-index:10;
}

.box2 {
    background: #4d4d4d;
    grid-column: 2 / 4;
    min-height: 80px;
    position: sticky;
    top: 0;
    z-index:10;
}

.box3 {
    background: #4d4d4d;
    min-height: 80px;
    position: sticky;
    top: 0;
    z-index:10;
}

#headertelefon {
    padding-top: 50px;
    text-align: center;
    color: #ffffff;
}
/* ----- Ende - Header = box1 + box2 + box3 ----- */

/* ----- Bildershow ----- */
.box4 {
    background: #ffffff;
    grid-column: 1 / 5;
}
/* ----- Ende - Bildershow ----- */

.box5 {
    grid-column: 1 / 3;
    min-height: 80px;
}

.box6 {
    grid-column: 3 / 5;
}

.box7 {
    grid-column: 1 / 3;
}

.box8 {
    grid-column: 3 / 5;
}

.box9 {
    grid-column: 1 / 3;
    min-height: 80px;
}

.box10 {
    grid-column: 3 / 5;
    min-height: 80px;
}

.box11 {
    grid-column: 1 / 3;
}

.box12 {
    grid-column: 3 / 5;
}

.box13 {
    grid-column: 1 / 3;
    min-height: 80px;
}

.box14 {
    grid-column: 3 / 5;
    min-height: 80px;
}


/* ----- Footer = box15 + box16 + box17 ----- */
.box15 {
    background: #4d4d4d;
    grid-column: 1 / 2;
    min-height: 80px;
}

.box16 {
    background: #4d4d4d;
    grid-column: 2 / 4;
    min-height: 80px;
}

.box17 {
    background: #4d4d4d;
    grid-column: 4 / 5;
    min-height: 80px;
}
/* ----- Ende - Footer = box15 + box16 + box17 ----- */

#kontaktdaten {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.bild {
    width: 80%;
    height: auto;
    margin-left: 15%;
    margin-top: 2em;
    margin-bottom: 2em;
    box-shadow: 10px 20px 30px grey;
}

.bild_rechts {
    width: 80%;
    height: auto;
    margin-right: 15%;
    margin-top: 2em;
    margin-bottom: 2em;
    box-shadow: 10px 20px 30px grey;
}

.bildtext {
    width: 80%;
    height: auto;
    margin-right: 15%;
    padding-top: 50px;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.bildtext_links {
    width: 80%;
    height: auto;
    margin-left: 15%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 50px;
    text-align: center;
}


#name {
    color: #ffffff;
    background: #4d4d4d;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}

#trennlinie {
    color: #ffffff;
}

#untername {
    color: #ffffff;
    background: #4d4d4d;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}