    html {
        padding-left: 2em;
        padding-right: 2em;
        font-size: 2em;
        line-height: 120%;
        max-width: 960px;
        margin: auto;
        
        }
    

    @font-face {
        font-family: ArchivoBold;
        src: url('/archivo/Archivo-Bold.ttf') format("truetype");
    }

    @font-face {
        font-family: GudeaRegular;
        src: url('/gudea/Gudea-Regular.otf') format("opentype");
    }


.logo_oben {
    display: flex; 
    justify-content: center; 
    align-items: center;
       
       }
       


    body {
    	
    	background-color: #F8F8FF;
        text-align: justify;
    	
    }
    
    
div#contenthome {
	
	padding-top: 1.5em;
	padding-bottom: 1em;
    font-family: ArchivoBold;
	

	
}
    
div#eigenbeschreibung {
	
padding-bottom: 1em;
font-family: ArchivoBold;
	
}



div#datum {
font-family: GudeaRegular;
text-align: right;
padding-bottom: 0.6em;
}

.bilder {
	
	max-width: 100%;
	max-height: auto;
	margin-left: center;
    margin-right: center;
    
}

div#impressum {
 font-family: GudeaRegular;
font-size: 0.3em;
color: #a3a3c2;
}


a {
    text-decoration: underline;
    color: black;
  }

img {

max-width: 100%;

}