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

}

html {
	font-size: 125%;
	overflow: scroll;
}

body {
	font-size: 50%;
	font-family: 'Raleway', sans-serif;
	color: +796c6c;
}

* {
	padding: 0;
	margin: 0;
	line-height: 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

p {
	font-size: 2em;
	line-height: 30px;
	margin-bottom: 18px;
	color: #fff;
}

a {
	text-decoration: none;
	line-height: 30px;
	color: #796C6C;
	opacity: 1;

	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

h1 {
	font-family: "endor_altregular";
	color: #fff;
	font-size: 10em;
}

h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 3.6em;
	font-weight: 300;
	line-height: 48px;
	color: #fff;
	margin-bottom: 18px;
}

h3 {
	font-size: 2.4em;
	line-height: 30px;
	margin-bottom: 18px;
}

h4 {
	font-size: 2em;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 6px;
	color: #796C6C;
}

.header h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 72px;
}

.header h2:before {
	content: "";
	position: absolute;
	left: -230px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 216px 9px 0;
	border-color: transparent #1f1a1a transparent transparent;
}

.header h2:after {
	content: "";
	position: absolute;
	right: -230px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 216px;
	border-color: transparent transparent transparent #1f1a1a;
}

.bg-grey .header h2:before {
	border-color: transparent #796c6c transparent transparent;
}

.bg-grey .header h2:after {
	border-color: transparent transparent transparent #796c6c;
}

.clearer {
	clear: both;
	width: 100%;
}

.wrapper {
	width: 100%;
	max-width: 117.6em;
	margin: 0 auto;
	position: relative;
}

.text-centered {
	text-align: center;
}

/* ++++++++++++++++++++++++++++
	HEADER
	++++++++++++++++++++++++ */

#header {
	background-image: url("../images/header-image.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
}

#logo {
	position: absolute;
	width: 32em;
	height: 32em;
	left: 50%;
	top: 180px;
	margin-left: -16em;
}

#logo img {
	max-width: 32em;
}

#header-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.header-text-left {
	position: absolute;
	left: 160px;
	top: 340px;

}

.header-text-right {
	position: absolute;
	right: 100px;
	top: 340px;
}

#header-buttons {
	position: absolute;
	bottom: 72px;
	width: 100%;
	text-align: center;
}




/* ++++++++++++++++++++++++++++
	BUTTONS
	++++++++++++++++++++++++ */

.button a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 8px 30px;
	background-color: #171313;
	background-color: rgba(23,19,19,1);
	border: 1px solid #353030;
	width: auto;

	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);

	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

.button a:hover {
	background-color: #171313;
	background-color: rgba(23,19,19,0.5);

	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}

#header-buttons .button a {
	width: 24.49%;
	margin: 0 auto;
	margin-bottom: 12px;
}

.button.button-download a {
	background-color: #ed8e78;
	background-color: rgba(237,142,120,0.5);
	border: 1px solid #f0c2b3;
}

.button.button-download a:hover {
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgba(0,0,0,0.25);
}

.button.button-buy a {
	background-color: #950e00;
	background-color: rgba(149,14,0,0.5);
	border: 1px solid #be5449;
	margin-bottom: 0;
}

.button.button-buy a:hover {
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgba(0,0,0,0.25);
}




/* ++++++++++++++++++++++++++++
	MAINBODY
	++++++++++++++++++++++++ */

.bg-grey {
	background-color: #1f1a1a;
}

.bg-autor {
	padding: 72px 0;
}

.bg-grey p {
	color: #796c6c;
}

.bg-light-grey {
	background-color: #796c6c;
	background-image: url("../images/karte.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 1000px;
	padding: 72px 0;
	background-attachment: fixed;
}

.bg-red {
	background-color: #903f2c;
	padding-top: 72px;
	padding-bottom: 72px;
}

.bg-book {
	background-image: url("../images/bg-book.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 216px;
}

.book-left {
	float: left;
	width: 52.041%;
	text-align: center;
	margin-top: 0px;
}

.book-left div {
	width: 56.5em;
	margin: -96px 0 0 auto;
}

.book-left img {
	max-width: 56.5em;
	margin-top: 0 auto;
	display: block;
}

.book-right {
	float: left;
	width: 47.96%;
	margin-top: 48px;
}

.book-right div {
	width: 76.596%;
	margin: 120px 0 0 2.128%;
}

.book-right .button {
	margin-top: 30px;
}




/* ++++++++++++++++++++++++++++
	MAINNAVI
	++++++++++++++++++++++++ */

#mainnavi {
	margin-bottom: 124px;
}

#mainnavi ul {
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #4a4646;
}

#mainnavi ul li {
	font-size: 1em;
	float: left;
}

#mainnavi ul li a {
	color: #fff;
	display: block;
	font-size: 2em;
	padding: 18px 24px;

	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

.smint {
	width: auto;
	-webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

.smint.fxd {
	width: 100%;
	background-color: rgba(23,20,20,0.9);
	z-index: 999999999;
}



/* ++++++++++++++++++++++++++++
	CHARAKTERE
	++++++++++++++++++++++++ */

.box-charakter {
	margin-bottom: 72px;
}

.charakter-icon div {
	display: flex;
    justify-content: center;
    align-items: center;
}

.charakter-icon img {
	max-width: 250px;
}

.charakter-title-left,
.charakter-title-right {
	float: left;
	width: 51.021%;
}

.charakter-text-right,
.charakter-text-left {
	float: left;
	width: 48.98%;
}

.charakter-title-left .charakter-title {
	float: left;
	width: 52%;
	text-align: right;
}

.charakter-title-right,
.charakter-text-left {
	float: right;
}

.charakter-title-right .charakter-title {
	float: right;
	width: 52%;
}

.charakter-title-right .charakter-title h2 {
	padding-left: 24px;
}

.charakter-title-left .charakter-title h2 {
	padding-right: 24px;
}

.charakter-title-right .charakter-icon {
	float: left;
	width: 48%;
}

.charakter-title-left .charakter-icon {
	float: right;
	width: 48%;
}

.charakter-title-right .charakter-icon div,
.charakter-title-left .charakter-icon div {
	margin-top: 15px;
	height: 288px;
	border-top: 24px solid #1f1a1a;
	border-right: 24px solid #1f1a1a;
}

.charakter-title-right .charakter-icon div {
	border-right: none;
	border-left: 24px solid #1f1a1a;
}

.charakter-text-left div,
.charakter-text-right div {
	margin-top: 15px;
	padding: 24px;
	background-color: #802920;
	min-height: 264px;
}

.charakter-text-left p,
.charakter-text-right p {
	margin: 0;
}




/* ++++++++++++++++++++++++++++
	AUTOR
	++++++++++++++++++++++++ */

.autor-text {
	float: left;
	width: 65.307%;
	margin-left: 2.041%;
}

.autor-image {
	width: 26.531%;
	float: right;
}

.autor-image {
	border: 2px solid #796c6c;
	background-color: #231e1d;
	border-radius: 50%;
	overflow: hidden;
}



/* ++++++++++++++++++++++++++++
	FOOTER
	++++++++++++++++++++++++ */

#footer {
	padding: 48px 0 140px 0;
	background-image: url("../images/footer-image.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

#footer .wrapper {
	border-top: 1px solid #796c6c;
}

#footer ul {
	float: right;
	list-style-type: none;
	margin-right: -12px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	font-size: 2em;
	display: block;
	padding: 18px 12px;
	color: #796c6c;
}

#footer ul li a:hover {
	opacity: 0.5;
}

#lightcase-case {
	font-size: 100%;
}

#lightcase-overlay {
	background-color: #1f1a1a;
}
html:not([data-lc-type=error]) #lightcase-content {
	background-color: #110e0e;
}

#impressum-content {
	padding-bottom: 48px;
}

#lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3 {
	color: #fff;
}

#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6 {
	color: #ddd;
	font-weight: 600;
}

#lightcase-content p {
	color: #796C6C;
	font-weight: 300;
}

#lightcase-content ul {
	list-style-type: circle;
	margin-left: 24px;
}

#lightcase-content ul li {
	font-size: 2em;
	color: #796C6C;
}

#lightcase-content a {
	text-decoration: underline;
}

#lightcase-content a:hover {
	opacity: 0.5;
}

/* +++++++++++++++++++++++++++++++++++++
   MEANMENU
+++++++++++++++++++++++++++++++++++++ */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e535e+0,4a4e59+100 */
	background: #4e535e; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e535e 0%, #4a4e59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4e535e 0%,#4a4e59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4e535e 0%,#4a4e59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e535e', endColorstr='#4a4e59',GradientType=0 ); /* IE6-9 */
	padding: 0;
	min-height: 60px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 19px;
	position: absolute;
	top: 0;
	left: 0;
	right: auto !important;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #4e535e;
	margin-top: 60px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	position: static;
	opacity: 1;
	visibility: visible;
	border: none;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 95%;
	padding: 1em 2.5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-decoration: none;
}

.mean-container .mean-nav ul li li {
	font-size: 1em;
}

.mean-container .mean-nav ul li li a {
	width: 90%;
	padding: 1em 5%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	background: rgba(255,255,255,0.05);
}

.mean-container .mean-nav ul li li a:hover {
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.05);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.05);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.25) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	
	.header-text-left {left: 120px;}
	.header-text-right {right: 50px;}
	
	#header-text {
		position: absolute;
		margin-top: 0;
		text-align: center;
		top: -60px;
	}
	
	#logo {
		top: 100px;
	}
	
	.book-left img {
    width: 90%;
    margin-left: 5%;
	}
	
	.button a {
		display: block;
		text-align: center;
	}
	
	.header h2 {
		margin-bottom: 24px;
	}
	
	.autor-image {
		float: left;
		width: 22.531%;
		margin-left: 4%;
	}
	
	#footer ul {
		margin-right: 12px;
	}
}

@media screen and (min-width: 866px) and (max-width: 1024px) {
	
	#header {
		min-height: auto;
		overflow: hidden;
		background-image: none;
	}
	
	#header-image {
		text-align: center;
		position: relative;
		z-index: -10;
	}
	
	
	#logo {
		width: 100%;
		height: auto;
		left: 0;
		top: 120px;
		position: absolute;
		margin-top: 0;
		margin-left: 0;
	}
	
	#logo img {
		width: 25%;
		margin: 0 auto;
		margin-top: 24px;
	}
	
.header-text-left {left: 120px;}
.header-text-right {right: 50px;}
	
	#header-text {
		position: absolute;
		margin-top: 0;
		text-align: center;
		top: -60px;
	}
	
	#header-buttons {
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
	
	#header-buttons p {
		margin: 0;
		float: left;
		width: 50%;
	}
	
	#header-buttons .button a {
		width: 100%;
    margin-bottom: 0;
	}
	
	.button.button-buy a,
	.button.button-download a {
    background-color: #ed8e78;
    padding-left: 0;
    padding-right: 0;
	}

	.button.button-buy a:hover,
	.button.button-download a:hover {
		background-color: #1F1A1A;
	}
	
	.button.button-buy a {
		background-color: #950e00;
	}
	
	#mainnavi {
		margin-bottom: 0;
	}
	
	#mainnavi ul li {
		width: 50%;
		text-align: center;
	}
	
	#mainnavi ul {
		border-bottom: 0;
	}
	
	#mainnavi ul li a {
		border-bottom: 1px solid #4a4646;
		padding: 9px 0 8px 0;
		background-color: #1F1A1A;
	}
	
	#mainnavi ul li.odd a {
		border-right: 1px solid #4a4646;
	}
	
	#mainnavi ul li a:hover {
		background-color: #000;
	}
	
	.bg-book {
		background-image: none;
		padding-bottom: 48px;
	}
	
	.bg-book > div {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.bg-book .book-left {
		display: none;
	}
	
	.book-right div {
		width: 90%;
		margin: 0 auto;
		padding-top: 48px;
	}
	
	.button a {
		display: block;
		text-align: center;
	}
	
	.header h2::before {
		content: "";
		position: absolute;
		left: -60px;
		top: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 48px 9px 0;
		border-color: transparent #1f1a1a transparent transparent;
	}
	
	.header h2::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 48px;
    border-color: transparent transparent transparent #1f1a1a;
	}
	
	.header h2 {
		margin-bottom: 24px;
	}
	
	.autor-text,
	.autor-image,
	#footer ul {
    float: none;
    width: 90%;
    margin: 0 auto;
	}
	
	.autor-image {
		width: 25%;
		margin-top: 30px;
	}
	
	#footer {
		padding-bottom: 60px;
	}
	
	#footer ul {
		overflow: hidden;
	}
	
	#footer ul li{
		float: left;
		width: 32%;
		margin: 12px 0;
	}
	#footer ul li {
		margin-right: 2%;
	}
	
	#footer ul li.last {
		margin-right: 0;
	}
	
	#footer ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 8px 30px;
		background-color: #171313;
		background-color: rgba(23,19,19,1);
		border: 1px solid #353030;
		width: auto;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 250ms ease-out 50ms;
		-moz-transition: all 250ms ease-out 50ms;
		-o-transition: all 250ms ease-out 50ms;
		transition: all 250ms ease-out 50ms;
	}
	
	.charakter-title-right .charakter-title,
	.charakter-title-left .charakter-title {
    float: none;
    width: 100%;
    text-align: right;
	}
	
	.charakter-text-right,
	.charakter-text-left {
    float: left;
    width: 60%;
    margin-top: 48px;
	}
	
	.charakter-title-right .charakter-icon,
	.charakter-title-left .charakter-icon {
    float: right;
    width: 100%;
	}
	
	.charakter-title-left, .charakter-title-right {
    float: left;
    width: 40%;
	}
	
	.charakter-title-right .charakter-title h2,
	.charakter-title-left .charakter-title h2 {
		padding: 0;
		margin: 0;
	}
	
	.charakter-title-right .charakter-icon div {
    border-right: 24px solid #1f1a1a;
    border-left: none;
	}
}

@media screen and (min-width: 641px) and (max-width: 865px) {
	
	#header {
		min-height: auto;
		overflow: hidden;
		background-image: none;
	}
	
	#header-image {
		text-align: center;
		position: relative;
		z-index: -10;
	}
	
	
	#logo {
		width: 100%;
		height: auto;
		left: 0;
		top: 120px;
		position: absolute;
		margin-top: 0;
		margin-left: 0;
	}
	
	#logo img {
		width: 30%;
		margin: 0 auto;
	}
	
	#header-text {
		position: absolute;
		margin-top: 0;
		text-align: center;
		top: 48px;
	}
	
	#header-text h1 {
		font-size: 8em;
		margin-left: 36px;
	}
	
	.header-text-right,
	.header-text-left {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		width: auto;
		line-height: 100%;
	}
	
	#header-buttons {
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
	
	#header-buttons p {
		margin: 0;
		float: left;
		width: 50%;
	}
	
	#header-buttons .button a {
		width: 100%;
    margin-bottom: 0;
	}
	
	.button.button-buy a,
	.button.button-download a {
    background-color: #ed8e78;
    padding-left: 0;
    padding-right: 0;
	}

	.button.button-buy a:hover,
	.button.button-download a:hover {
		background-color: #1F1A1A;
	}
	
	.button.button-buy a {
		background-color: #950e00;
	}
	
	#mainnavi {
		margin-bottom: 0;
	}
	
	#mainnavi ul li {
		width: 50%;
		text-align: center;
	}
	
	#mainnavi ul {
		border-bottom: 0;
	}
	
	#mainnavi ul li a {
		border-bottom: 1px solid #4a4646;
		padding: 9px 0 8px 0;
		background-color: #1F1A1A;
	}
	
	#mainnavi ul li.odd a {
		border-right: 1px solid #4a4646;
	}
	
	#mainnavi ul li a:hover {
		background-color: #000;
	}
	
	.bg-book {
		background-image: none;
		padding-bottom: 48px;
	}
	
	.bg-book > div {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.bg-book .book-left {
		display: none;
	}
	
	.book-right div {
		width: 90%;
		margin: 0 auto;
		padding-top: 48px;
	}
	
	.button a {
		display: block;
		text-align: center;
	}
	
	.header h2::before {
		content: "";
		position: absolute;
		left: -60px;
		top: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 48px 9px 0;
		border-color: transparent #1f1a1a transparent transparent;
	}
	
	.header h2::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 48px;
    border-color: transparent transparent transparent #1f1a1a;
	}
	
	.charakter-icon img {
		width: 250px;
		max-width: 100%;
	}

	.charakter-title-left,
	.charakter-title-right {
		float: none;
		width: 100%;
	}
	
	.charakter-title-left .charakter-title,
	.charakter-title-right .charakter-title {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.charakter-title-left .charakter-title h2,
	.charakter-title-right .charakter-title h2 {
		padding: 0;
	}
	
	.charakter-title-right .charakter-icon,
	.charakter-title-left .charakter-icon,
	.charakter-text-right,
	.charakter-text-left {
		float: none;
		width: 100%;
	}
	
	.charakter-text-left div,
	.charakter-text-right div {
		margin-top: 0;
		min-height: auto;
		width: 90%;
		padding: 5%;
	}
	
	.charakter-title-right .charakter-icon div,
	.charakter-title-left .charakter-icon div {
    margin-top: 15px;
    height: auto;
    border-top: 24px solid #1f1a1a;
    border-bottom: 24px solid #1f1a1a;
    border-right: none;
    border-left: none;
	}
	
	.header h2 {
		margin-bottom: 24px;
	}
	
	.autor-text,
	.autor-image,
	#footer ul {
    float: none;
    width: 90%;
    margin: 0 auto;
	}
	
	.autor-image {
		width: 50%;
		margin-top: 48px;
	}
	
	#footer {
		padding-bottom: 10px;
	}
	
	#footer ul li{
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	
	#footer ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 8px 30px;
		background-color: #171313;
		background-color: rgba(23,19,19,1);
		border: 1px solid #353030;
		width: auto;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 250ms ease-out 50ms;
		-moz-transition: all 250ms ease-out 50ms;
		-o-transition: all 250ms ease-out 50ms;
		transition: all 250ms ease-out 50ms;
	}
}

@media screen and (min-width: 461px) and (max-width: 640px) {
	
	#header {
		min-height: 480px;
		overflow: hidden;
		background-image: none;
	}
	
	#header-image {
		text-align: center;
		position: relative;
		z-index: -10;
	}
	
	#header-image img {
		height: 540px;
		width: auto;
		margin-left: -25%;
	}
	
	#logo {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		position: static;
		margin-top: -420px;
		margin-left: 0;
	}
	
	#logo img {
		width: 50%;
		margin: 0 auto;
	}
	
	#header-text {
		position: static;
		margin-top: 0;
		text-align: center;
	}
	
	#header-text h1 {
		font-size: 8em;
	}
	
	.header-text-right,
	.header-text-left {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		width: auto;
		line-height: 100%;
	}
	
	#header-buttons {
		position: relative;
		bottom: 0;
		margin-top: 24px;
	}
	
	#header-buttons p {
		margin: 0;
	}
	
	#header-buttons .button a {
		width: 100%;
    margin-bottom: 0;
	}
	
	.button.button-buy a,
	.button.button-download a {
    background-color: #ed8e78;
    padding-left: 0;
    padding-right: 0;
	}

	.button.button-buy a:hover,
	.button.button-download a:hover {
		background-color: #1F1A1A;
	}
	
	.button.button-buy a {
		background-color: #950e00;
	}
	
	#mainnavi {
		display: none;
	}
	
	.bg-book {
		background-image: none;
		padding-bottom: 48px;
	}
	
	.bg-book > div {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.bg-book .book-left {
		display: none;
	}
	
	.book-right div {
		width: 90%;
		margin: 0 auto;
		padding-top: 48px;
	}
	
	.button a {
		display: block;
		text-align: center;
	}
	
	.header h2::before {
		content: "";
		position: absolute;
		left: -60px;
		top: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 48px 9px 0;
		border-color: transparent #1f1a1a transparent transparent;
	}
	
	.header h2::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 48px;
    border-color: transparent transparent transparent #1f1a1a;
	}
	
	.charakter-icon img {
		width: 250px;
		max-width: 100%;
	}

	.charakter-title-left,
	.charakter-title-right {
		float: none;
		width: 100%;
	}
	
	.charakter-title-left .charakter-title,
	.charakter-title-right .charakter-title {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.charakter-title-left .charakter-title h2,
	.charakter-title-right .charakter-title h2 {
		padding: 0;
	}
	
	.charakter-title-right .charakter-icon,
	.charakter-title-left .charakter-icon,
	.charakter-text-right,
	.charakter-text-left {
		float: none;
		width: 100%;
	}
	
	.charakter-text-left div,
	.charakter-text-right div {
		margin-top: 0;
		min-height: auto;
		width: 90%;
		padding: 5%;
	}
	
	.charakter-title-right .charakter-icon div,
	.charakter-title-left .charakter-icon div {
    margin-top: 15px;
    height: auto;
    border-top: 24px solid #1f1a1a;
    border-bottom: 24px solid #1f1a1a;
    border-right: none;
    border-left: none;
	}
	
	.header h2 {
		margin-bottom: 24px;
	}
	
	.autor-text,
	.autor-image,
	#footer ul {
    float: none;
    width: 90%;
    margin: 0 auto;
	}
	
	.autor-image {
		width: 50%;
		margin-top: 48px;
	}
	
	#footer {
		padding-bottom: 10px;
	}
	
	#footer ul li{
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	
	#footer ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 8px 30px;
		background-color: #171313;
		background-color: rgba(23,19,19,1);
		border: 1px solid #353030;
		width: auto;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 250ms ease-out 50ms;
		-moz-transition: all 250ms ease-out 50ms;
		-o-transition: all 250ms ease-out 50ms;
		transition: all 250ms ease-out 50ms;
	}
}



@media screen and (max-width: 460px) {
	#header {
		min-height: 480px;
		overflow: hidden;
		background-image: none;
	}
	
	#header-image {
		text-align: center;
		position: relative;
		z-index: -10;
	}
	
	#header-image img {
		height: 480px;
		width: auto;
		margin-left: -33%;
	}
	
	#logo {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		position: static;
		margin-top: -420px;
		margin-left: 0;
	}
	
	#logo img {
		width: 50%;
		margin: 0 auto;
	}
	
	#header-text {
		position: static;
		margin-top: 0;
		text-align: center;
	}
	
	#header-text h1 {
		font-size: 8em;
	}
	
	.header-text-right,
	.header-text-left {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		line-height: 100%;
	}
	
	#header-buttons {
		position: relative;
		bottom: 0;
		margin-top: 36px;
	}
	
	#header-buttons p {
		margin: 0;
	}
	
	#header-buttons .button a {
		width: 100%;
    margin-bottom: 0;
	}
	
	.button.button-buy a,
	.button.button-download a {
    background-color: #ed8e78;
    padding-left: 0;
    padding-right: 0;
	}

	.button.button-buy a:hover,
	.button.button-download a:hover {
		background-color: #1F1A1A;
	}
	
	.button.button-buy a {
		background-color: #950e00;
	}
	
	#mainnavi {
		display: none;
	}
	
	.bg-book {
		background-image: none;
		padding-bottom: 48px;
	}
	
	.bg-book > div {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.bg-book .book-left {
		display: none;
	}
	
	.book-right div {
		width: 90%;
		margin: 0 auto;
		padding-top: 48px;
	}
	
	.button a {
		display: block;
		text-align: center;
	}
	
	.header h2::before,
	.header h2::after {
		display: none;
	}
	
	.charakter-icon img {
		width: 250px;
		max-width: 100%;
	}

	.charakter-title-left,
	.charakter-title-right {
		float: none;
		width: 100%;
	}
	
	.charakter-title-left .charakter-title,
	.charakter-title-right .charakter-title {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.charakter-title-right .charakter-icon,
	.charakter-title-left .charakter-icon,
	.charakter-text-right,
	.charakter-text-left {
		float: none;
		width: 100%;
	}
	
	.charakter-text-left div,
	.charakter-text-right div {
		margin-top: 0;
		min-height: none;
		width: 90%;
		padding: 5%;
	}
	
	.charakter-title-right .charakter-icon div,
	.charakter-title-left .charakter-icon div {
    margin-top: 15px;
    height: auto;
    border-top: 24px solid #1f1a1a;
    border-bottom: 24px solid #1f1a1a;
    border-right: none;
    border-left: none;
	}
	
	.header h2 {
		margin-bottom: 24px;
	}
	
	.autor-text,
	.autor-image,
	#footer ul {
    float: none;
    width: 90%;
    margin: 0 auto;
	}
	
	.autor-image {
		margin-top: 48px;
	}
	
	#footer {
		padding-bottom: 10px;
	}
	
	#footer ul li{
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	
	#footer ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 8px 30px;
		background-color: #171313;
		background-color: rgba(23,19,19,1);
		border: 1px solid #353030;
		width: auto;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 250ms ease-out 50ms;
		-moz-transition: all 250ms ease-out 50ms;
		-o-transition: all 250ms ease-out 50ms;
		transition: all 250ms ease-out 50ms;
	}
}