@font-face {
    font-family: 'Source Sans Pro';
    src: url('webfont/sourcesanspro-regular-webfont.eot');
    src: url('webfont/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('webfont/sourcesanspro-regular-webfont.woff') format('woff'),
         url('webfont/sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'baltarregular';
    src: url('webfont/baltar-webfont.eot');
    src: url('webfont/baltar-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/baltar-webfont.woff2') format('woff2'),
         url('webfont/baltar-webfont.woff') format('woff'),
         url('webfont/baltar-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.nav-previous a {
	color: #F9F9F9;
    background-color: #333;
    padding:2px;
    padding-right:5px;
    padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:15px;
    width:80px;
    float:left;
}
.nav-previous a:hover {
	color:#af3;
}
.nav-next a {
	color: #F9F9F9;
    background-color: #333;
    padding:2px;
    padding-right:5px;
    padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:15px;
        width:80px;
    float:right;
}
.nav-next a \:hover {
	color:#af3;
}
body, html {
  margin:0px;
  padding:0px;
  background-color: #000;
  height:100%;
  width:100%;
  overflow:auto;
}
body {
	background-image: url('gfx/achterflug.jpg');
	background-position: 0px 0px;
}
body,
button,
input,
select,
textarea {
	color: #1b1b1b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #af3;
}

#page {
	!margin:auto;
	max-width: 1580px;
	display:block;
}
#contentblock {
	margin-left:0px;
	padding:10px;
    text-align:center;
}
#content {
    color:#fff;
    max-width:750px;
    margin:auto;
}
#text {
  max-width: 450px;
  display:block;
  overflow:hidden;
  margin:10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left:auto;
  margin-right:auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
	clear: both;
	font-weight: 700;
	margin: 18px 0 0px;
	letter-spacing:0px;
	color:#ddd;
}

/* MENU */
#navTop {
    margin:4px;
    max-width: 1260px;
    margin:auto;
    color: #fff;
    display:block;
    font-family: 'baltarregular', sans-serif;
    background-image: url('gfx/achter3.jpg');
    letter-spacing: 1px;
}

#navSide {
	display:none;
}

#barTop {
	margin:0px;
	padding:0px;
	height:42px;
	padding-top:2px;
}
#menu-overlay {
  width: 100%;
  margin:0px;
  padding:0px 0px 6px 0px;
}

.menuTop {
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}
.menuTop.show {
	display: block;
}
.menuTop.hide {
	display: none;
}

.site-title {
	height:48px;
	display:inline;
}
.site-title a {
	font-size: 18pt;
	font-weight: 400;
	line-height: 20pt;
	display:inline-block;
	margin: 8px 0px 0px 11px;
  	color:#fff;
}

.menu-button, .search-button, .shop-button {
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	top: 0;
	right: 0;
	float: right;
	text-align: center;
	width: 48px;
  !background-color: #ccc;

}
.menu-button:before, .search-button:before, .shop-button:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
  color: #fff;

}
.menu-button:hover{
	!background-color: #bbb;
}
.menu-button.hide:before {
	font: normal 14px/1 Genericons;
	content: "\f419";
	padding: 17px;
}
.menu-button.show:before {
	content: "\f405";
	font: normal 24px/1 Genericons;
	padding: 12px;
	!background-color: #bbb;
}

.menuTop li {
		border: 0;
		display: block;
		height: 30px;
		line-height: 30px;
		padding:0px;
		margin:0px;
		width:100%;
		max-width: -webkit-calc(100% - 48px);
		max-width:         calc(100% - 48px);
}
.menuTop li.first-menu-item {
		padding-top:8px;
}
.menuTop li.last-menu-item {
		padding-bottom:18px;
}
.menuTop li {
		!background-color: #bbb;
}

.menuTop li a {
		display: block;
		padding: 0 12px;
		white-space: nowrap;
		width:100%;
		max-width: -webkit-calc(100% - 26px);
		max-width:         calc(100% - 26px);
    font-weight: 400;
    color: #fff;
}
.menuTop li:hover > a,
.menuTop li.focus > a {
    !background-color: #999;
 		!border-bottom: 2px solid #bbb;
 		!border-top: 2px solid #bbb;
		line-height: 30px;
		color: #fff;
}
.search-box-wrapper {
    width: 100%;
    /* background-color: #B0B6A7; */
    margin:0px;
    padding:0px;
    height:38px;
}
.search-box-wrapper.hide {
 		display:none;
}
.search-box-wrapper.show {
 		display:block;
}
.search-button:hover  {
	!background-color: #B0B6A7;
}
.search-button.hide:before {
	font: normal 18px/1 Genericons;
	content: "\f400";
	padding: 15px;
}
.search-button.show:before {
	content: "\f405";
	font: normal 24px/1 Genericons;
	padding: 12px;
	!background-color: #B0B6A7;
}
.search-button .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box {
	!background-color: #B0B6A7;
	padding: 10px 2px 9px 10px;
	max-width: 1260px;
	margin-left:auto;
	margin-right:auto;
}

.search-box .search-field {
	!background-color: #eee;
	float: right;
	font-size: 16px;
	padding: 1px 6px 2px 10px;

	margin-right:48px;
	width:100%;
	max-width: -webkit-calc(100% - 48px);
	max-width:         calc(100% - 48px);
}
.search-submit {
	display: none;
}
.search-box-content {
	padding: 0px 0px 0px 0px;
	max-width:350px;
	margin:auto;

}
.search-box-content .search-field {
	font-size: 16px;
	padding: 1px 6px 2px 10px;
	width: 100%
}


input {
	border:0;
	border-bottom: 2x solid #fff;
	border-top: 2x solid #fff;
	border-radius: 0px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	line-height: normal;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
input:focus {
	border: 0x solid #fff;
	outline: 0;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"] {
	-webkit-appearance: textfield;
}
input[type="text"]:focus {
    font-size: 16px;
    background: #f6f6f6;
		padding: 1px 6px 2px 10px;
}
input[type="text"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder { color: #333; }
input[type="text"]:-moz-placeholder { color:#333; }  /* Firefox <= 18 */
input[type="text"]::-moz-placeholder { color:#333; }  /* Firefox >= 19 */
input[type="text"]:-ms-input-placeholder { color: #333; }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000 !important;
}

article {
	display:block;
	margin-top:50px;
	margin-left:5px;
	margin-right:5px;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    max-height: 70vw;
}


hr { 
	max-width: 100%;
	background: ##00ccff; 
	background: linear-gradient(left, #00ccff, #0042bb);
	background: -o-linear-gradient(left, #00ccff, #0042bb);
	background: -moz-linear-gradient(left, #00ccff, #0042bb);
	background: -webkit-linear-gradient(left, #00ccff, #0042bb);
	background: -ms-linear-gradient(left, #00ccff, #0042bb);
	background: -webkit-gradient(linear,left top, right top, from(#00ccff), to(#0042bb));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00ccff', EndColorStr='#0042bb', GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ccff, endColorstr=#0042bb, GradientType=1)";  
	display:block;
	height:3px;  
	border:0px solid #000;
	border-width: 0px;
		margin-top:50px;
	margin-bottom:50px;
}

.postspacer {
	max-width: 100%;
	background: #00f1f1; 
	background: linear-gradient(left, #00f1f1, #ff00d4);
	background: -o-linear-gradient(left, #00f1f1, #ff00d4);
	background: -moz-linear-gradient(left, #00f1f1, #ff00d4);
	background: -webkit-linear-gradient(left, #00f1f1, #ff00d4);
	background: -ms-linear-gradient(left, #00f1f1, #ff00d4);
	background: -webkit-gradient(linear,left top, right top, from(#00f1f1), to(#ff00d4));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00f1f1', EndColorStr='#ff00d4', GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f1f1, endColorstr=#ff00d4, GradientType=1)";  
	display:block;
	height:3px;  
	border:0px solid #000;
	border-width: 0px;

}
#logodiv {
	margin-top:30px;
	margin-left:15px;
	max-width:200px;
}
#nightwindlink img {
	height:65px;
	margin-top:4px;
	margin-left:0px;
	float:left;
}

#ifmlink img {
	height:70px;
	margin-top:0px; 
	margin-left:0px;
	float:right;
}
@media screen and (min-width: 790px) {
body {
	background-image: url('gfx/achterflug.jpg');
	background-position: 260px 0px;
}

#navSide {
	position: fixed;
    margin:4px;
    width: 260px;
    margin:auto;
    color: #fff;
    display:block;
    font-family: 'baltarregular', sans-serif;
    background-image: url('gfx/achter3.jpg');
    letter-spacing: 1px;
    float:left;
    height:100%;
}

.menuSide {
	font-size: 16pt;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

#navTop {
	display: none;
}
#page {
	!margin:auto;
	max-width: 1580px;
	display:block;
}
#contentblock {
	margin-left:260px;
	padding:10px;
}
#content {
    color:#fff;
}
.menuSide li {
		border: 0;
		display: block;
		height: 35px;
		line-height: 40px;
		padding:0px;
		margin-left:5px;
		width:100%;
		!max-width: -webkit-calc(100% - 48px);
		!max-width:         calc(100% - 48px);
		!text-align: center;
}
.menuSide li.first-menu-item {
	padding-top:8px;
}
.menuSide li.last-menu-item {
	padding-bottom:18px;
}

.menuSide li a {
	display: block;
	padding: 0 12px;
	white-space: nowrap;
	!width:100%;
	!max-width: -webkit-calc(100% - 26px);
	!max-width:         calc(100% - 26px);
    font-weight: 400;
    color: #fff;
}
.menuSide li:hover > a,
.menuSide li.focus > a {
    !background-color: #999;
	!border-bottom: 2px solid #bbb;
	!border-top: 2px solid #bbb;
	line-height: 40px;
	color: #fff;
}

.search-box {
	padding: 15px 22px 9px 20px;
}

.search-box-content {
	padding: 0px 0px 0px 0px;
	max-width:350px;
	margin:auto;

}
.search-box-content .search-field {
	font-size: 16px;
	padding: 1px 6px 2px 10px;
	width: 100%
}
