* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Josefin Sans', Verdana, sans-serif; 
	font-weight: 600; 
	font-size:16px;
	line-height: 1.5rem;
}
/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../typo/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../typo/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../typo/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../typo/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../typo/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
section {
	min-height: 100vh;
	padding-top:2rem;
	z-index: 99;
}
#page1 { background: #68767B; }
#page2 { background: #758C6C; }
#page3 { background: #8F835A; }
#page4 { background: #7B7268; }
#page5 { background: #95BAC7; }
#page6 { background: #95BAC7; }
#top_img {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
aside {
	position:relative;
	min-width: 80%;
	float: right;
	background: #f00;	
}
article {
	position: relative;
	height: 85%;
	margin: 0 auto;
	background: rgba(255,253,253,0.50);
	padding: 20px;
}
h1 {
	font-size: 2rem; 
	color: #660000;
	margin-bottom: 1rem;
}
h1, h2, h3, h4 {
	line-height: 2.5rem;
}
p { line-height: 1.5rem;}
img {
	max-width:100%;
}
.half {width: 50%; height: auto; }
#time {
	margin: 0 0 1em 0;
	font-size: 0.9em;
	#color:#000099;
	text-align: left;
	}
h2 {margin-top:2em;}	
#impress #page3 li {margin-top: 2em; }
.multi-column {
	column-width:21em;
	column-gap:1.2em;
    -moz-column-width: 21em;
    -moz-column-gap: 1.2em;
    -webkit-column-width: 21em;
    -webkit-column-gap: 1.2em;
}
.two-column {
	column-width:21em;
	column-count:2;
	column-gap:1.2em;
   -moz-column-width: 21em;
  -moz-column-count:2;
    -moz-column-gap: 1.2em;
    -webkit-column-width: 21em;
	-webkit-column-count:2;
    -webkit-column-gap: 1.2em;
}

.strong {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.zitat {
	font-size: 0.81rem;
	color: #660000;
	font-weight:700;		
}
.abstand_oben { margin-top: 3em; }

article a {
	text-decoration: none;
	color: #900;
	font-variant:small-caps;
}

article a:hover, a:focus { text-decoration:underline;}

article ul {margin-left: 2em; }
article li {margin-left: 2em; list-style-type:none; }

.flex-caption {
  width: 96%;
  padding: 0 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.imp {
	font-size: 1.3em;
	color: #660000;
}
.first {
	margin-top: 0;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
nav img { 
	max-height: 2rem; 
	width: auto; 
	position: top right absolute;
	margin-right: -1rem;
	}
.ds_headline {
	font-size: 1.2em;
	margin: 1.3em 0;
}

#gotop, #gotop a {
    position: fixed;
}

#gotop a {
    font: 1.1em/2 Verdana;
    text-align: center;
    color: #fff;
	text-decoration: none;
    background: radial-gradient(circle,#282828,#555);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px #666;
    width: 2em;
    height: 2em;
    bottom: 40px;
    margin-left: 90%;
    opacity: .8;
    transition: 1s;
    z-index: 100;
}

#gotop a:hover,
#gotop a:focus {
    background: radial-gradient(circle,#555,#282828);
    border-radius: 30px;
	text-decoration: none;
	font-weight: 900;
}

#gotop span {
    height: 0;
    width: 0;
    top: -4000em;
    overflow: hidden;
    position: fixed;
}

#gotop {
    opacity: 0;
    transition: 1s;
}
