﻿@import 'style-navi.css';

html {
  height: 100%;
}

body {
  height: 100%;
  color: #333;
}

a,
:link,
:visited {
  color: #684C28;
}

#layout,
header img {
	transition: all 0.2s ease-out;
}

#layout {
  position: relative;
  padding-left: 0px;
  min-height: 100%;
}

main {
  margin: 0 auto;
  padding: 0;
}

body,
#content,
header {
  background: #FFFEED;
}

#content {
  padding: 1em 2em;
}

header {
  text-align: center;
}

header:after {
  content: " ";
  display: block;
  height: 450px;
  background: none no-repeat 50%;
  background-size: cover;
}

header img {
  max-height: 85px;
}

.bg01 header:after { background-image: url(../bild/bg/01.jpg); background-position: center left; }
.bg02 header:after { background-image: url(../bild/bg/02.jpg); }
.bg03 header:after { background-image: url(../bild/bg/03.jpg); }
.bg04 header:after { background-image: url(../bild/bg/04.jpg); }
.bg05 header:after { background-image: url(../bild/bg/05.jpg); }
.bg06 header:after { background-image: url(../bild/bg/06.jpg); }
.bg07 header:after { background-image: url(../bild/bg/07.jpg); }
.bg08 header:after { background-image: url(../bild/bg/08.jpg); }
.bg09 header:after { background-image: url(../bild/bg/09.jpg); }
.bg10 header:after { background-image: url(../bild/bg/10.jpg); }
.bg11 header:after { background-image: url(../bild/bg/11.jpg); }
.bg12 header:after { background-image: url(../bild/bg/12.jpg); }
.bg13 header:after { background-image: url(../bild/bg/13.jpg); }
.bg14 header:after { background-image: url(../bild/bg/14.jpg); }
.bg15 header:after { background-image: url(../bild/bg/15.jpg); }
.bg16 header:after { background-image: url(../bild/bg/16.jpg); }
.bg17 header:after { background-image: url(../bild/bg/17.jpg); }
.bg18 header:after { background-image: url(../bild/bg/18.jpg); }
.bg19 header:after { background-image: url(../bild/bg/19.jpg); }
.bg20 header:after { background-image: url(../bild/bg/20.jpg); }

/* * Desktop */

@media (min-width: 48em) {
  #layout {
    position: relative;
    padding-left: 300px;
    background-size: cover;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #content {
    max-width: 768px;
    margin: 0 auto;
  }

  header { 
    height: 450px;
  }
  
  header a {
    display: none;
  }
}

/* Mobil */

@media (max-width: 48em) {
  header:after {
    padding-top: 40%;
    height: 0;
  }

  #logo {
    height: 0;
  }

  #content {
    padding: .5em 1em;
  }
}

/* von Frank */

h1, h2, h3 {
	font-weight: normal;
	color: #684c28; 
}
h6 {
	font-weight: normal;
	font-size: 1em; 
}

#content img {
	max-width: 100%;
}

.img-right {
	float: right;
	margin: 0 0 1em 1em;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

abbr {
	border-bottom: 1px dotted #777;
	cursor: help;
}

img.tracking {
	height: 0;
	width: 0;
}

dt, dd {
	display: inline;
	margin: 0;
}
dt {
  font-weight: bold;
  padding-right: 1em;
}
dt:after {
  content: ":";
}
dd:after {
	content: '\A';
	white-space: pre;
}

ul.agblist li {
	list-style-type: none;
	margin-bottom: 2em;
}

table.bezugsquellen th, table.bezugsquellen td {
	border-bottom: 1px solid #DCCFB9;
	padding: 0 .3em;
}
table.bezugsquellen th {
	text-align: left;
	letter-spacing: 1px;	
}

.iconpdf {
	clear: left;
}
.iconpdf:before {
	content: url(../bild/pdf.png) " ";
}

a.mehr {
  font-size: .85em;
  background: #684c28;
  color: white;
	white-space: nowrap;
	padding: .25em 1em;
}
a.mehr:after {
	content: " \00bb";
}
a.mehr:hover {
	background: #8F683B;
}

ul.lackfarben li:nth-child(1) {
	list-style-image: url(../bild/lack-gelb.gif);
}
ul.lackfarben li:nth-child(2) {
	list-style-image: url(../bild/lack-rot.gif);
}
ul.lackfarben li:nth-child(3) {
	list-style-image: url(../bild/lack-gruen.gif);
}
ul.lackfarben li:nth-child(4) {
	list-style-image: url(../bild/lack-silber.gif);
}
ul.lackfarben li:nth-child(5) {
	list-style-image: url(../bild/lack-rosa.gif);
}
ul.lackfarben li:nth-child(6) {
	list-style-image: url(../bild/lack-rosagold.gif);
}
ul.lackfarben li:nth-child(7) {
	list-style-image: url(../bild/lack-gold.gif);
}
ul.lackfarben li:nth-child(8) {
	list-style-image: url(../bild/lack-blau.gif);
}

.taball h2 {
  margin-top: .3em;
}
.taball h3 {
  font-size: 1.7em;
  background: rgba(104, 76, 40, 0.15);
  padding: 6px 20px;  
}

.taball span {
	font-style: italic;
}

.tab2 {
  clear: both;
  overflow: auto;
}

li.events {
	margin-bottom: 80px;
}

li.events:after {
  content: url(../bild/divider.png);
  display: block;
	text-align: center;
  position: relative;
  top: 30px;	    
}

/* Bilduntertitel mit figure */

figure {
  padding: 5px;
  margin: 0;
}
figure.figleft {
	float: left;
	margin: 0 1em 1em 0;
}
figure.figright {
	float: right;
	margin: 0 0 1em 1em;
}

figure figcaption {
	font-family: Arial, Verdana;
	font-size: 11px;
  color: #333;
}

/* Menu */

ul.menu {
	padding: 0;
}
h2.menu {
	margin: 2em 0 1.5em 0;
}
ul.menu li {
	list-style-type: none;
	border-bottom: 1px solid #684c28;
	margin-bottom: 1em;	
}
ul.menu h3 {
	font-size: 1.2em;	
}

span.rechts {
	float: right;
}

@media (min-width: 768px) {
	.h-md-and-up-hidden {
		display: none;
	}
}

/* Vertical Menus - show the dropdown arrow */

.pure-menu-has-children > .pure-menu-link:after {
    content: "\25Be";
}

/* Subnavigation */

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
