/* dreyer_org.css
    Start: 2023-08-08
*/

a {
    text-decoration-line: none;
    
    }

body {
    background-color: white;
    margin-top: 5%;
    margin-left: 5%;
    font-family: helvetica;
    font-size: 0.9em;
    background-color: white;
    }

figure {
    text-align: center;
    }

figcaption {
    display: inline-block;
    text-align: left;
    margin-left: 0%;
}

h2 {
    margin-left: 2.5%;
    }

ol {
    margin-left: -1.75%;
    }

p {
    text-align: justify; 
    width: 85%;
    line-height: 1.50em;
    }
/*
*/
/* #### class-section #### */

.back_to_top {
    font-size: 1.25em;
    text-shadow: 1.5px 1.5px 2.5px grey;
    }

#Headline-Section {
    /*background-image: url(Bilder/Flag_of_Germany_20prozent.jpeg);*/
    width: 90%;
    height: 15vw;
    margin-left: 0%;
    vertical-align: middle;
    padding-top: 10%;
    background-repeat: repeat-x;
    opacity: 0.25;
    z-index: 0;
    }


/*
*/
/* #### ID-Section #### */
/*
*/

#Allgemein {
    background-color: #FFEFD5;
    padding-left: 2.5%;
    }

#Aufzaehlung {
    width: 80%;
    columns: 2 2vw; /* vw: viewport width */
    column-gap: 3em;
    column-width: 3vw;
    }

#Foot-area {
    margin-top: -5%;
    background-color: #BFEFFE;
    height: 20%;
    width: 97.5%;
    padding: 0%;
    }

#footer {
    text-align: left; 
    font-family: Arial; 
    font-size: 0.9em;
    border-top: 1.5px solid grey; 
    border-bottom: 1.5px solid grey; 
    line-height: 1.75em; 
    border-left: none;
    border-right: none;
    padding-top: 5%;
    padding-bottom: 5%;
    }

#H2 {
    text-align: left;
    }

#it-image {
    position: absolute;
    width: 12.0em; 
    height: auto; 
    border-radius: 10%; 
    margin-left: 20%;
    margin-top: 0.0%;
    margin-right: 10.0%;
    margin-bottom: 0.5%; 
    float: right;
    }

#it-periph {
    background-image: url('');
    height: 400px;
    background-repeat: no-repeat;
    }

#Links {
    background-color: #B0E2FF;
    padding-left: 2.5%;
    }

#menue {
/*    margin-top: 6.5%; */
    margin-left: 2,5%;
    line-height: 5%;
    background-color: white;
    
    }

/*
#unten {
    position: absolute;
    margin-top: -20%;
    margin-left: 0%;
    width: 1em;
    opacity: 0.25;
    z-index: 0;  
    }
*/
#oben {
    width: 60%;
    margin-top: -19%;
    margin-left: 10%;
    z-index: 1;
    }

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