@font-face {
	font-family: mainFont;
	src: url(../fonts/IcelandWinterstorm_PERSONAL_USE_ONLY.otf);
}

::-webkit-scrollbar {
	width: 11px;
  }
  ::-webkit-scrollbar-track {
	background: rgb(18, 22, 10); 
  }
  ::-webkit-scrollbar-thumb {
	background: rgb(58, 73, 32); 
  }
  ::-webkit-scrollbar-thumb:hover {
	background: darkolivegreen; 
}

.fontChange {
	font-family: mainFont;
}

.fontRevert {
	font-family: 'Courier New', Courier, monospace;
}

::-moz-selection { /* Code for Firefox */
	color: darkolivegreen;
	background: #333331;
  }
  
  ::selection {
	color: darkolivegreen;
	background: #333331;
}

body {
	background-image:url(../images/bg.png), linear-gradient(to bottom, #0d0d0d, #0d0d0d, #0c0d0e, #0b0d0e, #0a0d0d, #090e0d, #090f0d, #09100d, #09120d, #09140b, #0b150a, #0e1607);
	background-position:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font:1em Trebuchet MS;
	word-spacing:2px;
	color:#8f8f8f;
	margin:0;
}

.wrapper {
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 200;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.wrapper:before, .wrapper:after {
	content: "";
	position: absolute;
	height: 100;
	width: 200;
	z-index: 2;
}

.wrapper:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.wrapper:before {
	left: 0;
	top: 0;
}

.wrapper .track {
	display: flex;
	width: calc(150px * 10);
	animation: scroll 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.wrapper .scrollbar {
	width: 150px;
}

.wrapper .scrollbar img {
	height: 90px;
}

@keyframes  scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-400px * 7));
	}
}





* {
	margin:0;
	padding:0;
}

a {
	color:#999;
	border-bottom:1px dotted #232323;
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
a:hover {
	border-bottom:1px dotted darkolivegreen;
	background:#101010;
}

h2 {
	font:24px Arial, sans-serif;
	color:darkolivegreen;
	letter-spacing:-1px;
	font-weight:normal;
	margin:15px 0 15px 0;
}
h2.first {
	margin:0 0 15px 0;
}
h2 a {
	color:darkolivegreen;
	text-decoration:none;
	border:none;
	padding:0;
}
h2 a:hover {
	border:none;
	background:none;
}
h3 {
	font-size:1.2em;
	color:#ccc;
	font-weight:normal;
	margin:15px 0 15px 0;
}
p {
	line-height:24px;
	margin:25px 0 25px 0;
}
blockquote {
	font-size:1.7em;
	margin:35px 0 35px 0;
	color:#787878;
	background:url(../images/blockquote.gif) top left no-repeat, url(../images/blockquote.gif) bottom right no-repeat;
	padding:15px 0 0 0;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	line-height:40px;
	text-align:unset;
}

#sidebar {
	font-family: mainFont;
	width:263px;
	background:url(../images/sidebar1.png) top left no-repeat;
	float: left;
	position:fixed;
	padding:20px 10px 50px 20px;
}
#sidebar p {
	font-size:2em;
	display:block;
	text-align: center;
}
#sidebar a {
	color:#ccc;
	border:none;
}
#sidebar a:hover {
	text-decoration:none;
	background-color: #ffffff00;
	color:#2e2b1f;
	border:none;
}
#sidebar h1 {
	color:#ccc;
	font-size:1.7em;

}
#sidebar h1 a {
	color:#6d6d6d;
	font-size: 200%;
	display:block;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 3px 3px rgb(0, 0, 0);
	text-decoration:none;
}
#sidebar h1 a:hover {
	text-decoration:none;
}
ol#nav {
	list-style-type:disc;
	margin:25px 15px 25px 30px;
	font-size:1.9em;
}
ol li {
	margin:15px 0 15px 0 !important;
	margin:-10px 0;
}
#nav a {
	display:block;
	margin:0;
	letter-spacing: 1px;
	color:darkolivegreen;
	border:none;
}
#nav a b {
	float:right;
	display:none;
	color:#333;
}
#nav a:hover {
	background:none;
	border:none;
	text-decoration:none;
}
#nav a:hover b {
	display:inline;
}
#content {
	margin:0 10% 0 300px;
	
	padding:20px;
}
#content ul {
	margin:15px 15px 15px 15px;
	list-style:none;
}
#content ul li {
	margin:10px 0;
	padding:0 0 0 15px;
	background:url(../images/bp.gif) left no-repeat;
}
#content img {
	padding:1px;
	background:#000;
	border:3px solid #333;
}
titel {
	color:darkolivegreen;
	font-family: mainFont;
	font-size: 150%;
	letter-spacing: 2px;
	text-shadow: 2px 2px black;
	display:block;
	text-align: center;
}
untertitel {
	color: olive;
	font-family: mainFont;
	font-size: 130%;
	text-shadow: 2px 2px black;
	letter-spacing: 2px;
	text-decoration:underline;
	font-weight: lighter;

}

a.links{
	color: green;
}
a.links:hover {
	border-bottom:1px dotted darkolivegreen;
	background:#101010;
}

hr.new1{
	border: 2px solid darkolivegreen;
	border-radius: 5px;
}

#missionen {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
#missionen td, #missionen th {
	border: 1px solid rgb(77, 77, 77);
	padding: 8px;
}
#missionen tr:nth-child(even){background-color: #181818e0;} 
#missionen tr:nth-child(odd){background-color: #272727de;} 
#missionen tr:hover {background-color: #2e2b1f;} 
#missionen th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: darkolivegreen;
	color: rgb(189, 189, 189);
}

.postdata {
	font:11px Verdana;
	margin:-6px 0 -15px 0;
	color:#777;
}
#footer {
	padding:30px;
	text-align:center;
	border-top:3px solid #333;
	margin:auto;
	background:#000;
}