@font-face {
    font-family: 'Niconne';
    src: url('../fonts/nic-webfont.eot');
    src: 
		url('../fonts/nic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/nic-webfont.woff2') format('woff2'),
        url('../fonts/nic-webfont.woff') format('woff'),
        url('../fonts/nic-webfont.ttf') format('truetype'),
        url('../fonts/nic-webfont.svg#niconneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #c06;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
@media (min-width: 400px) {
	a {
		font-size: 1em;
	}
}

body {
	background: url('../img/Camera.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: black;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

.bordered {
	border: solid 0.2em white;
	border-radius: 1em;
}

.button {
	background-size: cover;
	color: white;
	cursor: pointer;
	display: block;
	font-family: 'Niconne';
	font-size: 1.5em;
	height: 1.8em;
	margin: -0.1em;
	padding-top: 0.5em;
	text-align: center;
	width: 4.5em;
}

.button-big {
	height: 150px;
	margin-top: -100px;
	width: 150px;
}

.button-book {
	background: url('../img/button-book.jpg') no-repeat;
}
.button-read {
	background: url('../img/button-read.jpg') no-repeat;
}
.button-error {
	background: url('../img/button-error.jpg') no-repeat;
}
.button-cites {
	background: url('../img/button-cites.jpg') no-repeat;
}
.button-imprint {
	background: url('../img/button-imprint.jpg') no-repeat;
}
.button-love {
	background: url('../img/button-love.jpg') no-repeat;
}
.button-personae {
	background: url('../img/button-personae.jpg') no-repeat;
}
.button-sex {
	background: url('../img/button-sex.jpg') no-repeat;
}
.button-aadon {
	background: url('../img/button-aadon.jpg') no-repeat;
}
.button-twitter {
	background: url('../img/button-twitter.jpg') no-repeat;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

cite {
	font-family: 'Niconne', cursive, serif;
	font-size: 2em;
}

.clear {
	clear: both;
}

.foggy {
	background: url('../img/transparency.png'); 
}
.foggy_black {
	background: url('../img/transparency_black.png'); 
}

.floating {
	float: left;
}

.floating-right {
	float: right;
}

.halfbox {
	margin: 1em;
	padding: 0em 1em;
}
@media (min-width: 920px) {
        .halfbox {
                width: 40%;
        }
}

header {
	padding: 1em;
	text-align: center;
}

img {
	border: none;
}

li {
	margin-top: 4em;
}

.undecorated > li {
	margin-top: 0em;
}

.logo {
	background: url('../img/Venusgloeckchen-300.png') no-repeat;
	width: 300px;
	height: 75px;
}
@media (min-width: 400px) {
	.logo {
		background: url('../img/Venusgloeckchen.png') no-repeat;
		width: 400px;
		height: 100px;
	}
}

@media (min-width: 600px) {
	.menu {
		width: 65%;
	}
}

nav {
	padding: 0.5em;
}

.right {
	text-align: right;
}

#trader, #press, #story {
	display: none;
}

.textbox {
	margin-top: 11em;
	padding: 1em;
	text-align: justify;
}
@media (min-width: 600px) {
	.textbox {
		margin-top: 6em;
		padding: 1em 4em 1em 4em;
		width: 60%;
	}
}
.textbox img {
	margin-left: 2em;
	margin-top: -0.5em;
}
.textbox h3 {
	margin-top: 0em;
}

.textbutton {
	cursor: pointer;
	height: 2.2em;
	margin-left: -0.1em;
	padding: 0.8em 2em 0em 2em;
	text-align: center;
	min-width: 6em;
}

.textlink {
	color: white;
}

ul > li {
	margin-top: 1.5em;
}

.undecorated {
  list-style-type: none;
}

.undecorated > li {
	margin-top: 0em;
}

