	*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  color: rgb(70, 68, 68);
  font-family: 'Fauna One', serif;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin: 0;
  padding: 2em 1em 2em 2em;
}

body.overflow {
  overflow: hidden;
}

h1 {
  color: rgb(156, 130, 68);
  font-size: 1.9rem;
}

h2 {
  color: rgb(70, 68, 68);
  margin-bottom: 1em;
}

a,
a:focus,
a:visited {
	color: rgb(102, 132, 143);
	text-decoration: none;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
	line-height: 1.2rem;
}

a:hover,
a.here,
a.here2 {
	color: rgb(228, 73, 175);
}

a.here:before,
a:hover:before {
	/*
	content: "> ";
	display: inline;
	*/
}

a.here2:before,
a.here2:hover:before {
	content: "";
}

a.here:after {
	/*
	content: " >>";
	display: inline;
	*/
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: 1em;
}

li {
	list-style-type: disc;
}

.container {
  position: relative;
  width: 100%;
	min-width: 1000px;
	max-width: 1300px;
}

.header {
	position: relative;
	width: 100%;
	height: 125px;
	line-height: 90px;
	padding-left: 120px;
}

.middle {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.left {
	min-height: 1px;
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.right {
	min-height: 1px;
	margin-left: 300px;
	position: relative;
	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right:after {
  content: "";
  display: table;
  clear: both;
}

.col {
	min-height: 1px;
	width: 46%;
	position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
	margin: 0 1.2em;
}

.col2 {
	width: 100%;
	position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
	margin: 0 3em 0 1.2em;
}

ul.nav {
	float: right;
	width: auto;
	min-width: 224px;
	margin-right: 30px;
	border-top: solid 3px rgb(167, 128, 59);
	padding-top: 2em;
}

ul.nav li {
	list-style-type: none;
}

ul.nav a {
	font-size: 1.1rem;
}

.row {
	min-height: 1px;
	max-height: 328px;
	width: 100%;
	min-width: 1200px;
	position: relative;
	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	margin-bottom: 18px;
	white-space: nowrap;
}

.row .text {
	white-space: normal;
}

.luftpost {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.luftpost img {
}

.footer {
	position: relative;
	width: 100%;
	height: 50px;
}

.footer .left {
	padding-right: 30px;
	margin-top: 10.5px;
}

.footer .left a,
li.prevnext a {
	color: rgb(245, 23, 242);
	padding-left: 1.2em;
	font-size: 90%;
}

.footer .left a:hover,
li.prevnext a:hover {
	color: rgb(194, 55, 154);
}

.footer .left a:hover:before,
.footer .left a:hover:after,
li.prevnext a:hover:before,
li.prevnext a:hover:after {
	content: "";
	display: none;
}

.footer .right .caption {
	color: rgb(167, 128, 59);
	padding-left: 1.2em;
	font-size: 100%;
	margin-top: 10.5px;
}

/* overlay */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.5;
  visibility: visible;
}

.buchtitel {
	color: rgb(226, 123, 76);
}