
/* ------------------------------------------------------------------------------- */
html {
    /* font-family: 'Arvo', serif; */
    display: block;
    font-family: 'DejaVu Sans', sans-serif;
    font-size: 1.5rem;                           /* Schriftgröße: 1rem = 16px * 1.2rem */
    margin: 0%;                                  /* Dokument Aussenabstand */
    padding: 1%;                                 /* Dokument Innenabstand */
    background-color: rgb(155, 255, 255);
    justify-content: center;
}


/* Style für den Körper */
body {
    font-family: 'DejaVu Sans', sans-serif;
    /*  font-family: 'Calibri', sans-serif;
        font-family: Geneva, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
        font-family: 'Manrope', sans-serif; 
        font-family: 'Arvo', serif;
        font-family: 'Liberation Mono', 'Courier New', Courier, monospace; */
}


/* Style site head line */
header {
    display: block;
    width: 100%;
    background-color: #165892;
    margin: 0%;
    color: white;
    box-shadow: 0.4rem 0.4rem 0.2rem silver;
    border-radius: 1rem;
}
header div {
    display: block;
}
/* header iframe class */
.headfootiframe {
    height: 8rem;
    width: 100%;
    padding: 0%;
    border: none;
}
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* Logo website left up stars*/
.logo {
    width: 3rem;
    margin-left: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    background-color: #002f59;
}

/* Logo website domain wolfgang.rafelt.net*/
.domain {
    height: 3rem;
    margin: 0.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 5rem;
}

/* Logo Copyright CC-Zero */
.cc0logo {
    display: flex;
    width: 6rem;
    margin: 0.5rem;
}
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Überschriften */
h1 {
    line-height: 100%;
    font-size: 2rem;
}
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem ; }
h4 { font-size: 1rem ;
    margin-bottom: 0rem;
    line-height: 0rem;
}
img { border-radius: 5%; }
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* Style für Linkfarben */
a:link {
    color: blue; /* Standardfarbe */
}
/* Farbe für besuchte Links */
a:visited {
    color: rgb(210, 0, 0); /* Standardfarbe */
}
/* Farbe beim Überfahren mit der Maus */
a:hover { color: rgb(0, 170, 0);
}
/* Farbe beim Klicken (aktiv) */
a:active { color: orange; 
}
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Mittelerer Sektor für die Website Inhalte */
section { 
    display: inline-block;
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
    /* Block links im Sektor */
    article {
        box-sizing: border-box;
        float: left;
        width: 65%;
        height: auto;
        margin: 0.6rem;
        margin-left: 1rem;
        padding: 1rem;
        background-color: #f1f1f1;
        box-shadow: 0.4rem 0.4rem 0.2rem silver;
	    border-radius: 1rem;
    }
    /* Block rechts im Sektor */
    aside {
        float: right;
        width: 25%;
        height: auto;
        padding: 0rem;
        margin: 0.6rem;
        margin-right: 1.2rem;
        background: #ccc;
        justify-content: center;
        justify-items: center;
        background-color: darkgray;
        box-shadow: 0.4rem 0.4rem 0.2rem silver;
	    border-radius: 1rem;
    }
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
.lsmenu {
    display: grid;
    font-size: 1rem;
    padding-left: 2rem;
    padding-top: 0rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Thumbnail Galarie */
div.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 2%;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
}
div.gallery-item { /* normale Vorschau landscape Bilder anpassen */
    display: block;
    margin: 1%;
    color: darkblue;
    border: 0.15rem solid;
    width: calc(22% - 2%);
    box-shadow: 0.2rem 0.2rem 0.1rem silver;
    border-radius: 5%;
    justify-content: center;
    align-content: center;
}
div.gallery-item:hover {
    color: red;
    border: 0.15rem solid;
}
div.gallery-item a img {
    width: 96%;
    position: relative;
    top: 2%;
    left: 2%;
}
div.gallery-item div.desc {
    padding: 0.5%;
    text-align: center;
    font-size: 0.75rem;
}
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Uhr im right frame */
.watch {
    display: flex;
    margin: 0.5rem;
    background-color: #ffffff;
    padding: 0rem;
    width: 10.7rem;
    height: 10.7rem;
    border: none;
}
/* kalender im right frame */
.kalender {
    display: flex;
    margin: 0.5rem;
    width: 14rem;
    height: 10.8rem;
    border: none;
}
/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Style the footer */
footer {
    display: flex;
    height: 3rem;
    padding: 0.4rem;
    background-color: #808080;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0.5rem 0.5rem 0.25rem silver;
    border-radius: 1rem;
}
/* ------------------------------------------------------------------------------- */
