/*
 * Standard-Stile
 * ==============
 */
/*
 * Mixins
 * ------
 */
/*
 * Blöcke
 * ------
 */
/*
 * Flexbox
 * -------
 */
/*
 * Standard-Blöcke
 * ---------------
 */
body {
  background: #233040 url("../images/wallpaper/hintergrund-steine-und-wellen-quadratisch.jpg") center center fixed no-repeat;
  background-size: cover;
  font-family: Helvetica, Arial, sans-serif;
  font-size: medium;
  line-height: 1.65rem;
  color: #333;
}
header {
  display: block;
  position: relative;
  width: 100%;
  height: 12.6rem;
  margin: 0rem;
  padding: 0;
  background: #6e87ad url("../images/evanjo.jpg") center center no-repeat;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button:hover,
button:active,
button:focus {
  outline: none;
}
button a {
  color: inherit;
}
button a:active {
  color: inherit;
}
button a:focus {
  color: inherit;
}
button a:hover {
  color: inherit;
}
button a:link {
  color: inherit;
}
button a:target {
  color: inherit;
}
button a:visited {
  color: inherit;
}
nav.fnav {
  display: block;
  margin: 0rem;
  padding: 0.4rem 2rem;
  border-top: 1px solid #c0c0c0;
  background-color: #6e87ad;
  color: #fff;
  letter-spacing: 0.1rem;
}
nav.fnav a {
  color: inherit;
  display: inline-block;
  padding: 0.8rem 0 0.8rem 1rem;
}
nav.fnav a:active {
  color: inherit;
}
nav.fnav a:focus {
  color: inherit;
}
nav.fnav a:hover {
  color: inherit;
}
nav.fnav a:link {
  color: inherit;
}
nav.fnav a:target {
  color: inherit;
}
nav.fnav a:visited {
  color: inherit;
}
footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
footer p.copyright {
  margin: 0 3rem 1rem 3rem;
  padding: 0;
  color: #c24a4e;
}
footer p.copyrightbefore {
  content: '© ';
}
/*
 * Standard-Stile
 * --------------
 */
a {
  color: #4076b6;
  text-decoration: none;
}
a:active {
  color: #4076b6;
}
a:focus {
  color: #4076b6;
}
a:hover {
  color: #4076b6;
}
a:link {
  color: #4076b6;
}
a:target {
  color: #4076b6;
}
a:visited {
  color: #4076b6;
}
a:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:link {
  text-decoration: none;
}
a:target {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.extern {
  color: #d0362c;
}
a.extern:active {
  color: #d0362c;
}
a.extern:focus {
  color: #d0362c;
}
a.extern:hover {
  color: #d0362c;
}
a.extern:link {
  color: #d0362c;
}
a.extern:target {
  color: #d0362c;
}
a.extern:visited {
  color: #d0362c;
}
big {
  font-size: 1.3rem;
}
blockquote {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0.75rem;
  border-left: 0.75rem solid #e4e4e4;
  font-style: italic;
}
blockquote p:last-child {
  padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: left;
  margin: 0;
  padding: 0 0 1.65rem 0;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 1px;
}
h1 {
  position: relative;
  margin: 3rem 0 0 0;
  padding: 0 0 0.5rem 0;
  font-size: 2.2rem;
}
h2 {
  margin: 2rem 0 2rem 0;
  padding: 0;
  border-bottom: 1px dotted #c0c0c0;
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 0;
  padding: 0 0 1.65rem 0;
}
p img {
  max-width: 100%;
}
small {
  font-size: 0.8em;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*
 * Blöcke
 * ------
 */
#zen_background {
  display: block;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  background-color: rgba(244,244,244,0.2);
  height: 1rem;
  width: 1rem;
  transition: all ease-in 0.25s;
}
#page {
  display: block;
  height: 100%;
  min-height: 100%;
  max-width: 39.6rem;
  min-width: 28.3rem;
  margin: 1rem auto;
  padding: 0;
  background-color: #f9f9f9;
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
}
#content {
  display: block;
  padding: 1rem 3rem 2rem 3rem;
}
/*
 * Navigation
 * ----------
 */
#top_nav {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 9995;
  position: absolute;
  top: 10.55rem;
  height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
#top_nav_main {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  height: 4rem;
  width: 100%;
}
.top_nav_anchor {
  display: inline-block;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  min-height: 4rem;
  min-width: 4rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #c24a4e;
  line-height: 0;
}
.top_nav_anchor img {
  height: 4rem;
  width: 4rem;
  margin: 0;
  padding: 0;
}
.top_nav_item {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  height: 100%;
  width: 22%;
  text-align: center;
  color: #fff;
}
.top_nav_item:active {
  color: #fff;
}
.top_nav_item:focus {
  color: #fff;
}
.top_nav_item:hover {
  color: #fff;
}
.top_nav_item:link {
  color: #fff;
}
.top_nav_item:target {
  color: #fff;
}
.top_nav_item:visited {
  color: #fff;
}
.top_nav_item:hover {
  background-color: #6e87ad;
  text-decoration: none;
}
/*
.nav_item

	display inline-block
	flex-grow 1
	flex-shrink 1
	align-self auto
	text-align center
*/
#sub_nav {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 0 -3rem;
  padding: 3.4rem 3rem 0rem 3rem;
  background-color: #f9f9f9;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
#sub_nav a {
  color: #6e87ad;
}
#sub_nav a:active {
  color: #6e87ad;
}
#sub_nav a:focus {
  color: #6e87ad;
}
#sub_nav a:hover {
  color: #6e87ad;
}
#sub_nav a:link {
  color: #6e87ad;
}
#sub_nav a:target {
  color: #6e87ad;
}
#sub_nav a:visited {
  color: #6e87ad;
}
.sub_nav_item {
  display: inline-block;
  padding: 0 1.25rem 0 0;
}
.first_item {
  font-weight: bold;
}
/*
 * Stile
 * -----
 */
.center {
  text-align: center;
}
.indent {
  padding-left: 2.5rem;
}
.gallery {
  margin: 0;
  padding: 0.5rem 0 1.5rem 0;
  ahover: text-decoration none;
}
.thumbnail {
  display: inline-block;
  width: 10.8rem;
  height: 10.8rem;
  margin: 0.1rem;
  background-color: #000;
  vertical-align: middle;
  cursor: pointer;
}
.thumbnail a {
  display: table-cell;
  width: 10.8rem;
  height: 10.8rem;
  vertical-align: middle;
}
.thumbnail a:hover {
  text-decoration: none;
}
.thumbnail img {
  margin: 0;
  padding: 0;
  max-width: 10.8rem;
  max-height: 10.8rem;
}
.picture {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
/*
.title

	font-size 1.4rem
	text-align center


.gallery_nav

	display inline-block
	max-height 3rem
	max-width 3rem
*/
#gallery {
  display: inline-block;
  position: relative;
}
#teaser_div {
  display: block;
  position: relative;
  float: left;
  height: auto;
  width: 40%;
  margin: 0;
  padding: 0 3% 3% 0;
}
.teaser_img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  max-width: 97%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.teaser_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: 90%;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in-out;
}
.teaser_overlay:hover {
/*
		max-width 233%
		box-shadow
			0 0 0 0.5rem rgba(255, 255, 255, 1),
			0 0 1.3rem #777
		transition all 0.5s ease-in-out 0.5s
		*/
  cursor: pointer;
}
#imagebox {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9997;
  background: #233040 url("../images/wallpaper/hintergrund-steine-und-wellen-quadratisch.jpg") center center fixed no-repeat;
  background-size: cover;
  vertical-align: center;
  text-align: center;
}
#imagebox_prev {
  display: block;
  position: relative;
  z-index: 9999;
  height: 4rem;
  width: 3rem;
  margin-right: 0.4rem;
  z-index: 9999;
  background-color: #f9f9f9;
  background-image: url("../images/prev.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 0.25rem 0 rgba(0,0,0,0.25);
  cursor: pointer;
}
#imagebox_prev:hover {
  background-color: #c24a4e;
}
#imagebox_next {
  display: block;
  position: relative;
  z-index: 9999;
  height: 4rem;
  width: 3rem;
  margin-left: 0.4rem;
  background-color: #f9f9f9;
  background-image: url("../images/next.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 0.25rem 0 rgba(0,0,0,0.25);
  cursor: pointer;
}
#imagebox_next:hover {
  background-color: #c24a4e;
}
#imagebox_frame {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  z-index: 9998;
  max-height: 80%;
  max-width: 80%;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 0.25rem 0 rgba(0,0,0,0.3);
  background-image: url("../images/close.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  cursor: pointer;
}
#imagebox_frame:hover {
  background-image: url("../images/close1.png");
}
#imagebox_img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
#imagebox_title {
  display: block;
  margin: auto;
  padding: 1rem 2rem;
  letter-spacing: 1px;
}
/*
 * Audio
 * -----
 */
#zen_control {
  display: block;
  position: absolute;
  left: -6rem;
  top: -1.1rem;
  height: 5rem;
  width: 5rem;
}
/*
	left -5.05rem
	top -0.2rem

	height 4rem
	width 4rem
*/
margin-top -0.4rem,
padding 0,
background none,
border none,
vertical-align middle,
text-align center,
outline none,
:hover {
  cursor: pointer;
}
:focus {
  outline: none;
}
#zen_title {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 3rem;
  left: 0rem;
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px dotted #c0c0c0;
  color: #808080;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
#zen_time {
  display: inline-block;
}
#zen_time:before {
  padding: 0 1ex;
  content: "–";
}
#zenBox {
  display: block;
  margin: 0;
  padding: 3rem 0 2rem 0;
}
.zenItem {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 0.5rem solid #f9f9f9;
}
.zenControl {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  padding: 0.25rem;
  background-color: #eee;
  border-right: 1px solid #f9f9f9;
  cursor: pointer;
}
.zenCurrent {
  display: inline-block;
  height: 1.5rem;
  width: 5ex;
  margin: 0;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  border-right: 1px solid #f9f9f9;
  color: #777;
  text-align: right;
}
.zenTitle {
  display: inline-block;
  padding: 0 0 0 0.5rem;
}
.zenTime {
  display: inline-block;
}
.zenTime::before {
  padding: 0 1ex;
  content: '-';
}
.zenReset {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  padding: 0.25rem;
  background-color: #eee;
  border-right: 1px solid #f9f9f9;
}
