<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*dritterversuch.css*/


/*allgemeines layout*/
html {
	font-size:62.5%;		
	}
body {
	font-size:1.6em; /*10px*/
	line-height:1.5;
	font-family:calibri;
	}
main {
	margin-top:4em;
	margin-left:6em;
	}
main.entry {
	margin-top:0;
	margin-left:20em;
	position:absolute; 
	z-index:-1;
	float:left;
	overflow:hidden;
	}
.entrypage {
	margin:2em 0;
	}
/*ende layout*/
/*navigation/Menu auf Startseite*/
nav.entry {
	max-width:20%;
	margin-left:2em;
	margin-top:4em;
	float:left;
	font-size:2vw;
	font-weight:500;
	text-decoration:none;
	color:black;font-family:calibri;
	/* font-variant:small-caps; */
	line-height:2em;
	/* text-transform:lowercase; */
	}
nav.entry a {
	color:black;
	text-decoration:none;
}
hr {max-width:3vw;
	margin:2em 0;
	}
/*ende navigation*/
nav.small_navigation { /*der back-button! */
	position:fixed;
	top:0;
	font-size:0.8em;
	}
.small_navigation a {
	color:black;
	text-decoration:none;
	}
/* fusszeile */
footer {
	bottom:0;
	margin:0 ;
	width:100%;
	background-color:white;
	/* position:fixed; */
	text-align:center;
	font-family:calibri;
	font-size:0.85em;
	}
footer.entry {position:fixed;}

footer::before {
	content:"All rights reserved. Contact Simone Haug, +41 77 433 49 04 or info@simonehaug.com";
	}
/*ende fusszeile*/

.indexofsites a,
.entry a,
main a {
	color:black; text-decoration:none;
}

.indexofsites .legende1 {
	font-weight:normal; margin-top:1.5em;margin-bottom:0;
	font-weight:normal; margin-top:1.5em;margin-bottom:0;
	}
.indexofsites .legende2 {
	font-weight:normal;font-size:0.8em;margin-top:0;margin-bottom:3em;
	}
.indexofsites img {
	margin:0;
}
.images img {
	margin:2em 0;
	}
.images {
	margin-top:5em;
	margin-left:0;
	}
.summary {
	max-width:32em; 
	margin:4em 0;
	}

a {
	text-decoration:none;
	color:black;
	}
.summary {
	width:30em; 
	margin:4em 0;
	}
.emptylinebeneath {
	margin-bottom:2em;
	}
	
.emptylinebeneath-1em {
	margin-bottom:1em;
}
	
.emptylineabove-1em {
	margin-top:1em;
}

.emptylineabove-2em {
	margin-top:2em;
}
.legendtop {
	margin-top:3.5em;
	}
.legendbottom {
			margin-top:-1.5em;
	}
.personaldata {
	margin-bottom:1.5em;
	}
.listing {
	margin-bottom:1.5em;
	}
a.decorated {
	text-decoration:underline;
	}	
h1, h2, h3 {
	font-weight:500;
	}
h1 {
	margin-bottom:2em;
	font-size:2.5em; 
	letter-spacing:0.06em;
	}
h1.simone {
	margin-bottom:0.3em;
	}
h2 {
	margin:0;
	margin-top:0.5em;
	font-size:1.0em;
	letter-spacing:0.03em;
	}
h2.simone {
	margin-bottom:1em;
	margin-top:2em;
	}
h3 {margin-bottom:3em;
	margin-top:0;
	}
h3.simone {
	margin-bottom:4em;
	}
p.simone {
	margin-bottom:2em;
	}</pre></body></html>