/*marionrothhaar.com*/
/*marionrothhaar.css*/

html {
	box-sizing:border-box;
	
	}
body {
	color:black;
	font-style:normal;
	

	font-family:courier new;
	font-size:1.1vw;
	max-width:800px;
	
	}
	

	
header {margin-top:2vw;margin-bottom:3vw;font-size:2vw;font-weight:900;}
#sidebar {float:left;width:20%;}
#bio {float:left;font-size:1.0vw;line-height:1.5vw; font-family:courier new;font-weight:normal; width:80%;clear:right;}
#content {clear:left;padding-top:3vw;}

.listcontinues {padding-top:0.5vw;}


h1 {font-size:1.2vw; line-height:1.6vw; font-family:verdana; font-weight:normal;margin-bottom:0.8vw;}
h2 {font-size:1.3vw;line-height:1.5vw;font-weight:bolder;margin-bottom:0.5vw;margin-top:2.5vw;}



.bold {font-weight:bold;}
.bolder {font-weight:900;}
.smaller {margin-top:1vw;}

/* fusszeile */
footer {
	bottom:0;
	margin:0 ;
	width:100%;
	color: #c9997b;
	/* position:fixed; */
	text-align:center;
	border-top-color:#c9997b;
	border-top-style: solid;
	border-top-width:1px;
	
	
	}
footer.entry {position:fixed;}

footer::before {
	content:"All rights reserved. Marion Rothhaar 2020";
	}
/*ende fusszeile*/