/* -------- Body ----------*/
body {
    margin-left: 5%;
    width: 90%;
    background-color: whitesmoke;
    margin-top: 5%;
    font-family: helvetica;
    font-size: 0.9em;
    color: black;
    }

a {
    color: brown;
    }


/* --- Seitenaufteilung --- */
.rows {
    border: 2px solid grey;
    }

.columns {
    border: 2px solid grey;
    }

#table {
    border: 0px solid lightgrey;
    height: auto;
}

#Country {
    font-family: verdana;
    background-color: #DDC6A8;
    
}

#Stammbaum_Tanzen {
    background-color: #8fbc8f;
    
}

#Die_Chronik {
    background-color: gainsboro; 
    
}

/* --- Digitalisierung --- */
#digitize {
    font-family: helvetica;
    color: black;
   /* position: absolute; */
    margin-top: -10%;
    padding-left: 2%;
    width: 100%;
    height: auto;
    line-height: 1.25em;
    background-color: Powderblue;
}

/* --- Digitalisierung, Teil 2 --- */
#Digitize {
        margin-top: 10%;
    }

#ul_Digit {
    list-style-type: disc;
    text-indent: 1.5%;
    line-height: 1.25em;
    }    

/* --- Rahmen --- */
.border {
    border: 2.5em solid lightgrey;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px;
    border-right: 0px;
    color: lightgray;
    }

.headpicpos {
    position: absolute; 
    top: 00px; 
    left: 5%;
    z-index: -1;
}

/* --- Text --- */
.txtfrmt {
    text-align: justify;
    width: 70%;
    line-height: 1.25em;
    font-size: 1,2em;
    }
/* --- Absätze --- */
p {
    line-height: 1.5em;
    }

/* -------- Auflistungen ------*/
ul {
    margin-top: 5%;
    width: auto;
    list-style-type: none;
    }


/* --- Bilder --- */
#image {
    position: relative;
    width: 5.8em; 
    height: auto; 
    border-radius: 10%; 
    margin-top: -8.0%;
    margin-right: 5.0%;
    margin-bottom: 0.5%; 
    float: right;
}

#Kontakt {
    border: 2px solid darkred; 
    color: brown; background-color: papayawhip;
    font-size: 0.8em; 
    line-height: 1.4em; 
    padding-top: 10%; 
    padding-bottom: 10%; 
    padding-left: 10%;
}

.back {
    position: fixed; 
    bottom: 0; 
    margin-left: 82.5%; 
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
    background-color: #e6cdae;
    opacity: 0.5;
}

/* --- Bildbeschriftung --- */
figure { 
}

figcaption {
}

