/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/permanent-marker-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/permanent-marker-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/permanent-marker-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/permanent-marker-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/permanent-marker-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/permanent-marker-v10-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v19-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v19-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */button, hr, input {
	overflow: visible
}
audio, canvas, progress, video {
	display: inline-block
}
progress, sub, sup {
	vertical-align: baseline
}
[type=checkbox], [type=radio], legend {
box-sizing:border-box;
padding:0
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	/* [disabled]background-color:transparent;
*/
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	margin: 0
}
button, select {
	text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display: list-item
}
[hidden], template {
display:none
}
/**/

html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: rgb(60,60,59);
	height: 100%;
	font: normal 1em/1.125em 'Ubuntu', sans-serif;
	background-color: rgb(255,255,255);
	position: relative;
}
table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: middle;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: rgb(178,25,23);
	text-decoration: underline;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------*/
nav, .logo, header, main, .direkt {
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
header {
	background-color: rgb(255,255,255);
	z-index: 3;
	padding: 0.5em;
}
.logo {
	position: relative;
	margin: auto;
	font-family: 'Permanent Marker', cursive;
	font-size: 1.25rem;
}
.logo a {
	text-decoration: none;
}
.logo span:first-child {
	color: rgb(49,109,30);
	font-size: 1.5em;
	line-height: 1.125em;
}
.logo span:last-child {
	color: rgb(99,64,54);
	font-size: 1em;
	line-height: 1.5rem;
}
.logo img {
	height: auto;
	width: 200px;
}
/*----------------------------------------------------------------*/
.bild {
	z-index: 0;
	position: relative;
	overflow: hidden;
	background: url(../images/loading.gif) no-repeat center center;
}
.bild #slider {
	width: 100%;
	max-height: calc(25vw + 25vh);
	overflow: hidden;
}
.bild #slider .item {
	text-align: center;
}
.bild img {
	width: 100%;
	margin: 0 auto 0;
	height: auto;
}
.slide-one {
	bottom: 40px;
}
.slide-down {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	color: #fff;
	cursor: pointer;
	opacity: 0.75;
	z-index: 150;
}
.slide-down:hover {
	opacity: 1;
}
/*----------------------------------------------------------------*/
main {
	margin: auto;
	background: url(../images/bg-content.png) no-repeat right bottom;
}
.content, footer {
	padding: 1em;
	margin: 0 auto;
}
/*------------------------------------------------------------------------------*/
.galerie {
	position: relative;
	width: auto;
	padding: 0.5rem 0;
	background-color: rgb(49,109,30);
}
.galerie ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
}
.galerie ul li {
	list-style: none;
	padding: 1%;
	display: inline-block;
	flex: 0 0 50%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	position: relative;
}
.galerie ul li img {
	border: 1px solid rgb(255,255,255);
	height: auto;
	width: 100%;
}
.galerie ul li a img:hover {
	border: 1px solid rgb(179,25,25);
}
/*----------------------------------------------------------------*/
.subnavi ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	display: flex;
	flex-flow: nowrap row;
}
.subnavi ul:after {
	content: "";
	display: block;
	clear: both;
}
.subnavi li {
	margin: 0 0.5em;
	padding: 0;
	line-height: 36px;
	display: inline;
}
.subnavi a {
	text-decoration: none;
	color: rgb(99,64,54);
	font-size: 1.25em;
	background: url(../images/bg-herz-holz.jpg) no-repeat left center;
	display: block;
}
.subnavi span {
	display: table-cell;
}
.subnavi .number {
	color: rgb(255,255,255);
	width: 40px;
	text-align: center;
}
.subnavi a.aktiv, .subnavi a:hover {
	background: url(../images/bg-herz-rot.jpg) no-repeat left center;
	color: rgb(178,25,23);
}
/*------------------------------------------------------------------------------*/
.left, .right {
	margin: 0 auto 2em;
}
/*------------------------------------------------------------------------------*/
footer {
	background-color: rgb(49,109,30);
	color: #fff;
	text-align: center;
}
footer a {
	text-decoration-color: rgba(255,255,255,0.25);
	color: inherit;
}
footer a:hover {
	background-color: rgb(255,255,255);
	margin: -2px;
	padding: 2px;
}
.klein {
	font-size: 0.9em;
	text-align: center;
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.125em;
}
h1, .h1 {
	font-size: 1.675em;
	font-size: calc(0.75em + 0.75vw);
	font-family: 'Permanent Marker', cursive;
	color: rgb(49,109,30);
}
h2 {
	font-size: 1.25em;
	font-size: calc(0.75em + 0.5vw);
	font-family: 'Permanent Marker', cursive;
}
h3 {
}
.marker {
	font-family: 'Permanent Marker', cursive;
}
.gruen {
	color: rgb(49,109,30);
}
.rot {
	color: rgb(178,25,23);
}
.image {
	width: 100%;
	height: auto;
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
}
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	display: block;
}
input, textarea {
	position: relative;
	border: 1px solid rgb(60,60,59);
	width: 100%;
	padding: 0px 0.25em;
	color: #000;
	height: 2em;
	max-width: 450px;
	font: normal 1em/1.125em 'Ubuntu', sans-serif;
	border-radius: 0.25em;
}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
}
textarea {
	height: 150px;
}
input:focus, textarea:focus {
	border: 1px solid rgb(179,25,25);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 6px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 700;
}
/*----------------------------------------------------------------*/
.button {
	font: normal 1em/1.125em 'Ubuntu', sans-serif;
	border-radius: 4px;
	padding: 0.5em;
	border: 1px solid rgb(49,109,30);
	background-color: rgb(49,109,30);
	color: rgb(255,255,255);
	line-height: 2em;
	text-decoration: none !important;
	font-weight: bold;
}
.button:hover {
	background-color: rgb(255,255,255);
	color: rgb(49,109,30);
}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/

@media only screen and (max-width: 550px) {
.subnavi .wort {
	display: none;
}
.content > * { font-size:18px;}
h1 { font-size:1.5em;}
}
@media only screen and (min-width: 380px) {
.logo {
	margin: 0.5em 1em;
	text-align: center;
}
header {
	background: rgb(255,255,255) url(../images/bird.png) no-repeat 5% bottom;
}
.subnavi .aktiv .wort {
	display: table-cell !important;
}
}
@media only screen and (max-width: 767px) {
header {
	background-size: 30px;
}
nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
}
nav ul li a {
	text-decoration: none;
	padding: 0;
	margin: 2px auto;
	display: block;
	font-size: 1.125em;
	line-height: 45px;
	height: 45px;
	text-align: center;
	color: rgb(255,255,255);
	text-align: center;
	text-transform: uppercase;
}
nav a:hover, nav a:focus, nav a.aktiv {
	background-color: rgb(255,255,255);
	color: rgb(179,25,25);
	text-decoration: none;
}
nav .aktiv:focus {
	color: #000;
}
#menuToggle {
	display: block;
	position: fixed;
	top: 15px;
	right: 15px !important;
	width: 43px;
	z-index: 10;
	padding: 7px 0 3px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(179,25,25);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
#menuToggle input {
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 200 !important; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
/* Just a quick hamburger */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background-color: rgb(255,255,255);
	z-index: 3;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
/* Transform all the slices of hamburger into a crossmark */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}
/*hide the middle one */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
/* the last one go the other direction */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}
/*	 * Make this absolute positioned at the top right of the screen	 */
#menu {
	position: absolute;
	width: 250px;
	margin: -100px 0 0 -197px;
	padding: 2rem;
	padding-top: 8rem;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(0%, -300%);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	background-color: rgb(179,25,25);
	background-size: 500%;
}
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 768px) {
header {
	height: auto;
	width: 100%;
	padding: 0.5em 1em 1.5em;
}
.logo {
	font-size: 2rem;
}
.sticky nav {
	position: fixed;
	top: 48px;
}
.sticky header {
	position: fixed;
	top: 0px;
	height: 48px;
	padding-top: 10px;
	overflow: hidden;
	background-size: 20px;
}
.sticky .logo {
	margin: 0;
}
.sticky .logo span, .sticky .logo br {
	display: none;
}
.sticky .bild {
	padding-top: 96px;
	z-index: -1;
}
.galerie ul li {
	flex-basis: 25%;
}
/*------------------------------------------------------------------*/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
nav {
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
	z-index: 2;
	background: url(../images/bg_holz.jpg);
	position: relative;
	width: 100%;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
	right: 10%;
	text-align: center;
	max-width: 1200px;
}
nav ul li {
	padding: 0;
	margin: 0 0.5vw;
	text-align: center;
	display: inline-block;
}
nav a {
	text-decoration: none !important;
	display: block;
	padding: 0 0.75em;
	margin: 0;
	font-size: 1.125em;
	line-height: 48px;
	position: relative;
	color: rgb(255,255,255);
	background: none;
}
nav a:hover {
	background-color: rgb(49,109,30);
	color: #fff;
}
nav a.aktiv {
	background-color: rgb(178,25,23);
	position: relative;
}
nav a.aktiv:before {
	content: url(../images/bg-navi-aktiv.png);
	position: absolute;
	left: 4px;
	top: -12px;
}
.content-23 {
width:calc(100% / 3 * 2);
	padding: 1em;
}
.content-13 {
	width: calc(100% / 3);
	padding: 1em;
}
.content-12 {
	width: calc(100% / 2);
	padding: 1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
}
 @media only screen and (min-width: 815px) {
.content {
	font-size: 1.125em;
	max-width: 1200px;
}
}
@media only screen and (min-width: 900px) {
nav a {
	font-size: 1.25em;
}
}
@media only screen and (min-width: 1200px) {
.content, footer {
	padding: 3em;
}
nav a {
	font-size: 1.5em;
}
.galerie {
	margin: auto;
	padding: 2em;
}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
/*---------------------------------------------------------------------------------------*/

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInDown {
	animation-name: fadeInDown;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

.customNavigation {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 150;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-wrapper-outer {
	background: none !important;
}
.bild .owl-theme .owl-controls {
	position: absolute;
	bottom: 1em;
	right: 1em;
}
.owl-theme .owl-controls .owl-page span {
	width: 15px !important;
	height: 15px !important;
	filter: Alpha(Opacity=100) !important;/*IE7 fix*/
	opacity: 1 !important;
	background: #fff !important;
	border: 1px solid #111 !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #B31919 !important;
}
/* Feel free to change duration  */ 
.animated {
	-webkit-animation-duration : 1000 ms;
	animation-duration : 1000 ms;
	-webkit-animation-fill-mode : both;
	animation-fill-mode : both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
	z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
	z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut {
	-webkit-animation-name : fadeOut;
	animation-name : fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
@keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

::-moz-selection {
background-color: rgb(49,109,30);
color:#fff;
}
::selection {
	background-color: rgb(49,109,30);
	color: #fff;
}
/* { background-color:rgba(0,0,0,0.05);}*/
/*-----------------------------------------------------------------------*/
#totop {
	position: fixed;
	z-index: 150;
	right: calc(1vw + 1vh);
	bottom: calc(3vw + 3vh);
	text-decoration: none;
	opacity: 0;
	padding: 0 13px;
	margin: 0;
	width: 50px;
	height: 50px;
	background-color: rgb(179,25,25);
	color: rgb(255,255,255);
	line-height: 46px;
	font-size: 1.5em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#totop:hover {
	color: rgb(179,25,25);
	background-color: rgb(255,255,255);
	box-shadow: inset 0 0 15px 0 rgb(179,25,25);
}
#totop.show {
	cursor: pointer;
	opacity: 1.0;
}
