/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
 
.clearer {
	float: none;
	clear: both;
	width: 1px;
	font-size: 0.001em;
	line-height: 0.001em;
	height: 0.001em;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}

#rahmen {
margin: 40px 17% 10px 17%;
padding: 30px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 35px;
}

img.logo {
margin: 15px 15px 15px 0px;
padding: 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 12px;
}

img.imtext {
width: 100%;
}

img.aktionbild {
margin: -30px 30px 15px -30px;
float: left;
height: 200px;
}

.obenstart {
text-align: right;
line-height: 0;
background-color: rgba(255, 255, 255, 0.0);
margin-bottom: 10px;
border-radius: 15px 15px 0px 0px;
}

.oben {
height: 310px;
text-align: right;
line-height: 0;
background-color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px;
border-radius: 15px 15px 0px 0px;
}

.space {
height: 300px;
}

.inhalt {
color: #000;
background-color: #fff;
background-color: rgba(0, 0, 0, 0.3);
padding: 40px 50px;
margin-top: 10px;
font-size: 16px;
line-height:1.6em;
border-radius: 0px 0px 15px 15px;
}

.inhalt-gal {
color: #000;
background-color: #fff;
background-color: rgba(0, 0, 0, 0.3);
padding: 40px 40px 40px 50px;
margin-top: 10px;
font-size: 15px;
line-height:1.5em;
border-radius: 0px 0px 15px 15px;
}

.textlinks {
width: 30%;
color: #000;
padding: 0px;
margin: 0 5% 0 0;
float: left;
}

.textrechts {
width: 30%;
color: #000;
margin: 0 0 0 0;
padding: 0px;
float: right;
}

.aktion {
color: #c1c4ae;
background-color: rgba(0, 0, 0, 0.4);
margin: 3em 0 0 0;
padding: 30px;
border: 1px dashed #fff;
}

.textkontakt {
width: 175px;
color: #e4e4d6;
background-color: rgba(0, 0, 0, 0);
margin: 0 0 30px 30px;
padding: 20px;
float: right;
border: 1px dashed #fff;
line-height:1.5em;
}

.inhaltimp {
color: #fff;
background-color: rgba(0, 0, 0, 0);
padding: 10px 30px 20px 30px;
font-size: 14px;
line-height:1.5em;
margin: 0px 17% 20px 17%;
}

.text {
padding: 0px 0px;
font-size: 16px;
line-height:1.6em;
}

h1 {
font-size: 46px;
line-height: 1.2em;
font-weight: 400;
margin: 0 0 25px 0;
color: #fff;
}

h2 {
font-size: 28px;
line-height: 1.2em;
font-weight: 400;
margin: 0 0 10px 0;
color: #e4e4d6;
}

h3 {
font-size: 24px;
font-weight: 400;
line-height: 1.2em;
margin: 10px 0 10px 0;
color: #e4e4d6;
}

/* slider startseite - anfang */
.inhaltslider {
color: #000;
background-color: #fff;
background-color: rgba(0, 0, 0, 0.3);
padding: 0;
margin-top: 10px;
}


.sliderleft {
  width: 29%;
  height: 260px;
  margin: 0 1% 0 0;
  position: relative;
  float: left;
}

.slidermiddle {
  width: 40%;
  height: 260px;
  margin: 0 1% 0 0;
  position: relative;
  float: left;
}

.sliderright {
  width: 29%;
  height: 260px;
  margin: 0;
  position: relative;
  float: right;

}

.slide0 {
position: absolute;
width: 100%;
height: 100%;
  background: url(../img/kaminfeuer.gif)no-repeat center;
      background-size: cover;
} 

.slide1,.slide2,.slide3,.slide4,.slide5,.slide6,.slide1r,.slide2r,.slide3r,.slide4r,.slide5r,.slide6r {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../img/slideshow/b_index01a.jpg)no-repeat center;
      background-size: cover;
    animation:fade 30s infinite;
-webkit-animation:fade 30s infinite;

} 
.slide2 {
  background: url(../img/slideshow/b_index02a.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 30s infinite;
-webkit-animation:fade2 30s infinite;
}
.slide3 {
    background: url(../img/slideshow/b_index06a.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 30s infinite;
-webkit-animation:fade3 30s infinite;
}
.slide4 {
    background: url(../img/slideshow/b_index03a.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 30s infinite;
-webkit-animation:fade4 30s infinite;
}
.slide5 {
    background: url(../img/slideshow/b_index04a.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 30s infinite;
-webkit-animation:fade5 30s infinite;
}
.slide6 {
    background: url(../img/slideshow/b_index05a.jpg)no-repeat center;
      background-size: cover;
    animation:fade6 30s infinite;
-webkit-animation:fade6 30s infinite;
}
.slide1r {
  background: url(../img/slideshow/b_index01b.jpg)no-repeat center;
      background-size: cover;
    animation:fade 30s infinite;
-webkit-animation:fade 30s infinite;

} 
.slide2r {
  background: url(../img/slideshow/b_index02b.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 30s infinite;
-webkit-animation:fade2 30s infinite;
}
.slide3r {
    background: url(../img/slideshow/b_index06b.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 30s infinite;
-webkit-animation:fade3 30s infinite;
}
.slide4r {
    background: url(../img/slideshow/b_index03b.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 30s infinite;
-webkit-animation:fade4 30s infinite;
}
.slide5r {
    background: url(../img/slideshow/b_index04b.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 30s infinite;
-webkit-animation:fade5 30s infinite;
}
.slide6r {
    background: url(../img/slideshow/b_index05b.jpg)no-repeat center;
      background-size: cover;
    animation:fade6 30s infinite;
-webkit-animation:fade6 30s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  16.66% { opacity: 0}
  33.32% { opacity: 0}
  49.98% { opacity: 0}
  66.64% { opacity: 0}
  83.30% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  16.66% { opacity: 1}
  33.32% { opacity: 0}
  49.98% { opacity: 0}
  66.64% { opacity: 0}
  83.30% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  16.66% { opacity: 0}
  33.32% { opacity: 1}
  49.98% { opacity: 0}
  66.64% { opacity: 0}
  83.30% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  16.66% { opacity: 0}
  33.32% { opacity: 0}
  49.98% { opacity: 1}
  66.64% { opacity: 0}
  83.30% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  16.66% { opacity: 0}
  33.32% { opacity: 0}
  49.98% { opacity: 0}
  66.64% { opacity: 1}
  83.30% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade6
{
  0%   {opacity:0}
  16.66% { opacity: 0}
  33.32% { opacity: 0}
  49.98% { opacity: 0}
  66.64% { opacity: 0}
  83.30% { opacity: 1}
  100% { opacity: 0}
}
/* slider startseite - ende */


/* hover bild text - anfang */
.container1 {
  position: relative;
  width: 100%;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container1:hover .overlay1 {
  height: 50px;
 border-radius:12px;
}

.text1 {
  color: white;
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px;
}
/* hover bild text - ende */

p {
margin-bottom: 1.5em;
}

p.lei {
padding: 0px 0px 0px 0px;
}

.mehr {
padding: 20px;
margin: 1.5em 10px 10px 0;
border: 1px dashed #e4e4d6;
}

p.zelle1 {

padding: 0 25px 0px 0;
margin-bottom: 2.5em;
float: left;
}

a:focus {
outline:0;
}

a.link0 {
color:#ffd800;
text-decoration: none;
font-size:15px;
font-weight: 700;
}

a.link0:hover {
color:#D1221F;
}

a.link0:active {
text-decoration: none;
}

a.link0:visited {
color:#fff;
border: 1px dashed #e4e4d6;
}

a.link1 {
color:#ffd800;
text-decoration: none;
font-size:15px;
font-weight: 700;
}

a.link1:hover {
color:#D1221F;
}

a.link2 {
color:#ffd800;
text-decoration: none;
font-size:15px;
font-weight: 700;
}

a.link2:hover {
color:#D1221F;
}

a.telefon {
color:#ffd800;
text-decoration: none;
font-size:20px;
font-weight: 400;
line-height:1.5em;
}

a.telefon:hover {
color:#D1221F;
}

/* Galerie
--------------------------------------- */

img.gallery {
width: 110px;
height: 110px;
border: 2px solid #e4e4d6;
margin: 0px 10px 10px 0px;
}
	
img.gallery:hover {
border: 3px dashed #D1221F;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}



/* ---Formular-Anfang--- */
#formular table {
	width: 100%;
	font-size: 15px;
	line-height: 15px;
}

#formular table td.nix {
	padding: 6px 0px 6px 8px;
}

#formular table td.schreib {
	padding: 0px;
}

#formular .col_0,
#formular .col_1,
#formular .col_2 {
	background-color: rgba(0, 165, 171, 0.6);
	color: #fff;
}

#formular .col_3 {
	text-align: left;
	font-size: 20px;
	color: #000;
    padding: 25px 0px 15px 0px;
}

#formular .col_0 {
	width: 100%;
}

#formular .col_1 {
	width: 30%;
	text-align: left;
}

#formular .col_2 input.text,
#formular .col_2 select {
	width: 100%;
	padding: 6px 0% 6px 1%;
	background-color: rgba(0, 0, 0, 0.0);
	border: 0px solid #fff;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
}


#formular .col_0 textarea.text {
	width: 100%;
	padding: 6px 0% 6px 1%;
	background-color: rgba(0, 0, 0, 0.0);
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	border: 0px solid #0c1f3b;
}

#formular .col_2 input.text:focus,
#formular .col_0 textarea.text:focus {
	background: #fff;
}

#formular .col_0 textarea {
 	height: 100px;
}

#formular input.knopf {
    color:#fff;
    background-color: rgba(138, 173, 0, 0.8);
    font-weight:400;
    margin-top: 10px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-size: 15px;
	border: 0 none;
    font-family: 'Ubuntu', sans-serif;
}

#formular input.knopf:hover {
 	color:#e8f100;
    background-color: rgba(114, 143, 0, 0.8);
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
}

.select-style {
    padding: 0;
    margin: 0;
    /* border: 1px solid #ccc; */
    width: auto;
    border-radius: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.0);
    position: relative;
}

.select-style:after {
    top: 50%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}
/* ---Formular-Ende--- */

/* ---ACCORDION- Anfang--- */
/* ---* {
	box-sizing: border-box;
}--- */

.accordion dl, .accordion-list {
	border: 0px solid #ddd;
}

.accordion dl:after, .accordion-list:after {
	content: "";
	display: block;
	height: 0em;
	width: 100%;
	background-color: #000;
}

.accordion dd, .accordion__panel {
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 1em;
	line-height: 1.4em;
}

.accordion p {
	padding: 1.5em 2em 2em 2em;
}

.accordion {
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px 0px 0 0px;
}

.container {
	margin: 0 auto;
	padding: 2em 0 2em 0;
}

.accordionTitle, .accordion__Heading {
	background-color: rgba(138, 173, 0, 0.8);
	text-align: left;
	font-size: 1em;
	font-weight: 200;
	padding: 1em;
	display: block;
	text-decoration: none;
	color: #fff;
	transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before, .accordion__Heading:before {
	content: "+";
	font-size: 1.5em;
	line-height: 0.9em;
	margin-right: 0.5em;
	float: left;
	transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover, .accordion__Heading:hover {
	background-color: rgba(114, 143, 0, 0.8);
	color: #e8f100;
}

.accordionTitleActive, .accordionTitle.is-expanded {
	background-color: rgba(40, 40, 40, 0.8);
}

.accordionTitleActive:before, .accordionTitle.is-expanded:before {
	transform: rotate(-225deg);
}

.accordionItem {
	height: auto;
	overflow: hidden;
	transition: max-height 1s;
}

@media screen and (min-width: 48em) {
	.accordionItem {
		
		transition: max-height 0.5s;
	}
}

.accordionItem.is-collapsed {
	max-height: 0;
}

.no-js .accordionItem.is-collapsed {
	max-height: auto;
}

.animateIn {
	animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
	animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
	0% {
		opacity: 0;
		transform: scale(0.9) rotateX(-60deg);
		transform-origin: 50% 0;
	}

	100% {
		opacity: 1;
		transform: scale(1);
		background: #e0dd00;
		margin-left: 0px;
	}
}

@keyframes accordionOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.9) rotateX(-60deg);
	}
}
/* ---ACCORDION- Ende--- */


/*TABLETT*/
@media only screen and (max-width: 1150px) {

#rahmen {
margin: 40px 12% 10px 12%;
}

.inhaltimp {
padding: 10px 30px 20px 30px;
margin: 0px 12% 20px 12%;
}

.oben {
height: 275px;
}

}

/*HANDY*/
@media only screen and (max-width: 900px) {

img.logo {
border-radius:8px;
padding: 15px;
margin: 5px 5px 20% 5px;
width: 45%;
max-width: 200px;
min-width: 140px;
}

img.aktionbild {
margin: -30px 30px 15px -30px;
float: left;
height: 180px;
}

#rahmen {
margin: 10px 3% 10px 3%;
padding: 5px;
border-radius: 15px;
}

.obenstart {
margin-bottom: -7%;
text-align: left;
}

.oben {
height: auto;
margin-bottom: 0px;
text-align: left;
border-radius: 12px 12px 0px 0px;
}

.inhalt {
padding: 20px 20px;
font-size: 15px;
line-height:1.6em;
margin-top: 5px;
border-radius: 0px 0px 12px 12px;
}


.inhalt-gal {
padding: 20px 10px 20px 20px;
margin-top: 5px;
font-size: 15px;
line-height:1.6em;
border-radius: 0px 0px 12px 12px;
}

.text {
padding: 0px 0px;
font-size: 15px;
position: relative;
}

.textlinks {
width: 100%;
padding: 0px;
margin: 0 5% 1.5em 0;
float: none;
}

.textrechts {
width: 100%;
float: none;
}

.inhaltmap {
margin-top: 20px;
}

.inhaltimp {
padding: 10px;
font-size: 12px;
margin: 0px 3% 10px 3%;
}

.textrechts2 {
text-align: right;
margin: -1.5em 0 -0.5em 0;
}

.mehr {
padding: 20px;
margin: 1em 10px 0px 0;
}

h1 {
font-size: 34px;
margin: 10px 0 30px 0;
}

h2 {
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}

h3 {
font-size: 20px;
margin: 8px 0 8px 0;
}

p.zelle1 {
padding: 0 20px 0px 0;
margin-bottom: 1em;
float: none;
}

a.link0 {
font-size:15px;
}

a.link1 {
font-size:12px;
}

a.telefon {
font-size:17px;
line-height:1.5em;
}

a.telefon:hover {
color:#D1221F;
}

#formular .col_3 {
	font-size: 16px;
    padding: 15px 0px 5px 0px;
}

.select-style:after {
    left: 92%;
}

}

/*HANDY-KLEIN*/
@media only screen and (max-width: 470px) {

img.logo {
border-radius:8px;
padding: 15px;
margin: 5px 5px 17% 5px;
width: 45%;
max-width: 200px;
min-width: 140px;
}

.obenstart {
margin-bottom: -15%;
text-align: left;
}

p.lei {
padding: 0px 0px 120px 0px;
}

.textkontakt {
width: auto;
background-color: rgba(0, 0, 0, 0);
margin: 0 0 -10px 0px;
padding: 20px;
float: none;
position: absolute;
line-height: 1.3em;
bottom: 0;
}

.inhaltslider {
padding: 0;
margin-top: 10px;
}


.sliderleft {
  width: 29%;
  height: 150px;
  margin: 0 1% 0 0;
}

.slidermiddle {
  width: 40%;
  height: 150px;
  margin: 0 1% 0 0;
}

.sliderright {
  width: 29%;
  height: 150px;
  margin: 0;
}

img.imtext {
margin: 0 0px 0px 0;
}

img.gallery {
width: 80px;
height: auto;
border: 1px dashed #ffd800;
margin: 0px 5px 5px 0px;
}

}