@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Candara;
	font-size: 120%;
	background-color: #FFF;
}

label.hamburg {
	display: block;
	background: #361e00;
	width: 50px;
	height: 35px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	z-index: 800;
	left: 30px;
	top: 165px;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 30px; 
   background: #FFF; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 8px; }
.line:nth-child(2) { top: 16px; }
.line:nth-child(3) { top: 24px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(8px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-8px) rotate(45deg);
}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 600px; 
}

nav.topmenu {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
	position: fixed;
	left: 30px;
	top: 210px;
	z-index: 750 !important;
	background-color: rgba(255,255,255,0.85);
	/*border: 2px solid #361e00;*/
	border-radius: 8px;
	padding-right: 40px;
	padding-left: 0px;
	font-size: 1em;
}

.div_top {
	position: fixed;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 100%;
	z-index: 100;
}

.div_topimg
{
	width: 100%;
	margin-left: -50%;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 130px;
	float: none !important;
}

.navbar {
	position: absolute;
	background-color: #361e00;
	top: 160px;
	left: 0px;
	height: 35px;
	width: 100%;
	z-index: 100;
	color: #FFF;
	padding-left: 90px;
	font-size: 1.8em;
	font-weight: bolder;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.div_main
{
	width: 80%;
	margin-left: -40%;
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	z-index: 0;
	padding-top: 40px;
}


.mid {
	left: 50%;
	width: 40em;
	position: relative;
	margin-left: -20em;
}

.div_logo {
	position: absolute;
	top: 50px;
	right: 5px;
	text-align: right;
	z-index: 101;
	height: 100px;
	width: 100%;
}

.logo {
	height: 100%;
	width: auto;
}

.div_content {
	width: 90%;
	margin-left: -50%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	color: #361e00;
	z-index: 5;
	padding-bottom: 95px;
	padding-top: 30px;
	padding-left: 30px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.div_content_index {
	background-color: #FFF;
	width: 100%;
	margin-left: -50%;
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	top: 0px;
	color: #666;
	z-index: 5;
	text-align: center;
}

.div_footer {
	color: #361e00;
	background-color: #fcac6a;
	position: fixed;
	z-index: 500;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 20px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
}

.div_left {
	background-color: #fa730a;
	position: fixed;
	z-index: 500;
	width: 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0px;
	left: 0px;
}

a, a:visited {
	color: #fa730a;
	text-decoration: none;
}
a:hover {
	color: #fa730a;
	text-decoration: underline;
}

a.braun, a.braun:visited {
	color: #FFF;
	text-decoration: none;
}
a.braun:hover {
	color: #FFF;
	text-decoration: underline;
}


.braun {
	color: #FFF;
}

.bild {
    max-width: 100%;
    height: auto;
	padding-bottom: 20px;
}

.pfote {
	list-style-image: url(../img/pfoten_klein_ul.png);
	text-align: left;
}

.row .topmenu ul {
	list-style-type: none !important;
}

hr {
	background-color: #361e00;
	height: 1px;
}

h3 {
	font-family: Candara;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

#topbutton {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	top: 160px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #361e00; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Some padding */
	/* border-radius: 50%; /* Rounded corners */
	font-size: 12px; /* Increase font size */
	/*font-weight: bold; */
	font-stretch: ultra-expanded;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 7px;
}

#topbutton:hover {
  background-color: #fa730a; /* Add a dark-grey background on hover */
}

_:-ms-lang(x),
_:-webkit-full-screen,
.selector {
    property: value;
}

.div_top_start {
	text-align: center;
	position: relative;
	top: 80px;
}

.wrap {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms ease-out;
  -moz-transition: -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  width: 100px;
}
.wrap:hover {
  -webkit-transition: -webkit-transform 500ms ease-out;
  -moz-transition: -moz-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  -webkit-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -moz-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -ms-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -o-transform: rotate(45deg) translate3d(10px, 10px, 0);
  transform: rotate(45deg) translate3d(10px, 10px, 0);
}
.wrap:nth-child(even) {
  width: 40px;
  -webkit-transform: rotate(225deg) translate3d(30px, 120px, 0);
  -moz-transform: rotate(225deg) translate3d(30px, 120px, 0);
  -ms-transform: rotate(225deg) translate3d(30px, 120px, 0);
  -o-transform: rotate(225deg) translate3d(30px, 120px, 0);
  transform: rotate(225deg) translate3d(30px, 120px, 0);
}
.wrap:nth-child(even) .crop img {
  -webkit-transform: skew(-20deg, -20deg) rotate(-225deg);
  -moz-transform: skew(-20deg, -20deg) rotate(-225deg);
  -ms-transform: skew(-20deg, -20deg) rotate(-225deg);
  -o-transform: skew(-20deg, -20deg) rotate(-225deg);
  transform: skew(-20deg, -20deg) rotate(-225deg);
}
.wrap:nth-child(even):hover {
  -webkit-transform: rotate(225deg) translate3d(40px, 130px, 0);
  -moz-transform: rotate(225deg) translate3d(40px, 130px, 0);
  -ms-transform: rotate(225deg) translate3d(40px, 130px, 0);
  -o-transform: rotate(225deg) translate3d(40px, 130px, 0);
  transform: rotate(225deg) translate3d(40px, 130px, 0);
}

.crop {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0;
	display: block;
	overflow: hidden;
	-webkit-transform: skew(20deg, 20deg) translate3d(0, 0, 0);
	-moz-transform: skew(20deg, 20deg) translate3d(0, 0, 0);
	-ms-transform: skew(20deg, 20deg) translate3d(0, 0, 0);
	-o-transform: skew(20deg, 20deg) translate3d(0, 0, 0);
	transform: skew(20deg, 20deg) translate3d(0, 0, 0);
}
.crop img {
  width: 160px;
  height: 160px;
  position: absolute;
  left: -50%;
  margin-top: 36px;
  margin-left: 36px;
  top: -50%;
  -webkit-transform: skew(-20deg, -20deg) rotate(-45deg);
  -moz-transform: skew(-20deg, -20deg) rotate(-45deg);
  -ms-transform: skew(-20deg, -20deg) rotate(-45deg);
  -o-transform: skew(-20deg, -20deg) rotate(-45deg);
  transform: skew(-20deg, -20deg) rotate(-45deg);
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.crop img:hover {
  opacity: 1;
}

.iframe {
	margin-left: 20px;
	height: 300px;
	width: calc(100% - 20px);
	border: none;
}
.right {
	float: right;
	padding-left: 15px;
}
.rechts {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 25px;
	clear: both;
}
.links {
	clear: both;
	float: left;
	width: 100%;
}
.mitte {
	text-align: center;
	vertical-align: middle;
}

.thumbnail {
	height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: top center;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	display: none;
	position: fixed;
	z-index: 4999;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}

figure{
	margin: 0;
	text-align: left;
}

figure.einzel {
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
  width: 150px;
  border: 0px;
}

#galerie {
	position: relative;
	height: 160px;
	width: 220px;
	left: 20px;
	top: 0px;
	background: none;
	border: none;
}

#galerie figure {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  animation: wechseln 35s infinite;
}

#galerie figure:last-of-type {
  position: relative;
  /*position: absolute;
  top: 0;
  left: 0;*/
}

@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 1;}
  100% {opacity: 0;}
}

#galerie figure:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}
#galerie figure:nth-of-type(3){
  animation-delay: 10s;
  opacity: 0;
}
#galerie figure:nth-of-type(4) {
  animation-delay: 15s;
  opacity: 0;
}
#galerie figure:nth-of-type(5) {
  animation-delay: 20s;
  opacity: 0;
}
#galerie figure:nth-of-type(6) {
  animation-delay: 25s;
  opacity: 0;
}
#galerie figure:nth-of-type(7) {
  animation-delay: 30s;
  opacity: 0;
}
}
.div_topimg .div_main .div_content .aktuell {
	font-size: 1.5em;
	background-color: #FF0;
	text-align: center;
}