@charset "UTF-8";
/* General Style */ 

/*
FARBEN
Hellgr�n: dee0d5
Gr�n: bec6ae
dunkel grau: 72736e
dunkel braun: 6c5148
Ocker: ddb57a
Creme: efe4ce

BRAUN:
Schocko:44352e
Sofa:8a6956   dunkler: 6a4c3b
heller: d5b397
noch heller: f5d8ae
hell grau warm:bbb7b4
*/
html {
	background:#FFFFFF;
	background-image: linear-gradient(to bottom,#ffffff 20%,#dee0d5 30%,#bec6ae 75%);
	height:100%:
	background-repeat: no-repeat;
    background-attachment: fixed;
	}
body {
	
	/*background-image: linear-gradient(141deg, #d5b397 0%, #f5d8ae 51%, #bbb7b4 75%);*/
	
	font-size:100%;
	margin:0em;
	padding:0em;
	font-family:Tahoma, Geneva, sans-serif;
}

	#wrapper {
		width: 80em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			#wrapper {
				max-width: calc(100%);
			}

		}

		}
header:after {
    content: "";
    display:block;
    clear: both;
}
#h_logo {
	style="flex: none;
	background:#FFF;
	width:180px;
	height:150px;
	}
	
#h_title {
	text-align:center;
	vertical-align:middle;
	background:#d0a771;
	width:100%;
	height:150px;
	color:#efe4ce;
	display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}

#h_zitat {
	font-size:80%;
	}

h1 {
	font-size:2.5em;
	line-height:3em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#963;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#000000;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

h3 {
	font-size:1.2em;
	line-height:1.25em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#000000;
	margin:0em;
	padding:1em 1em 0em 1em;
	text-align:left;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0em;
	padding:1em 0em 0em 1.2em;
	text-align:left;
}

p {
	/*line-height:1.25em;*/
	line-height:1.8;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#000000;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}

nav.ul {
	margin:0px;
	padding:0px;
}

nav.li {
	list-style:square;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#000000;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display:none;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	/*background:#d0a771;*/
	background:#ffffff;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	min-height:150px;
	position:center
}
/* Navigation */ 
nav {
	display:block;
	/*height:3.1em;*/
	/*min-height:3.1em;*/
	background:#efe4ce;
	text-align:center;
	border-bottom:thin;
	border-bottom-color:#666;
	border-top:medium;
	border-top-color:#F00;
	margin-top:2px;
	padding-top:2px;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#454040;
	font-size: 1.125em;
	line-height:3.0em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#DBD9D8;
	border-bottom: 0.188em solid #6a4c3b;
}
nav ul li a.active {
	border-bottom: 0.188em solid #6a4c3b;
}
/* Content Area */ 
#main {
	display:block;
	width:100%;
	max-width:calc(100% - 3em);
	margin:1.25em auto;
	padding:0em;
}

#main article {
	display:inline-block; 
	width:100%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:0px;
	text-align:center;
}

#main article img {
	/*max-width:560px;*/
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}

#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:3%; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	background:#FFFFFF;
	border-bottom: 0.188em solid #690;
}

#main article h2 {
	/*padding:1em 1.25em 1em 1.25em;*/
	padding:20px;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#main a {
	 color:#44352e;
	 text-decoration: underline;
}
/*
#preis td,
#preis th {
	text-align:center;
	}
*/
#main table {
    border-collapse: collapse;
	margin:0em 1em 1.25em 1em;
}

#main table, th, td {
    border: 1px solid black;
	line-height:1.25em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#000000;
	text-align:center;
}
/*gallery*/
#bilder {
	text-align:center;
	}
.pics {    
    padding: 0;  
    margin:  1em;  
} 
 
.pics img {  
    padding: 3px;
    background-color: #690;   
    top:  0; 
    left: 0;
	width:264px;
	height:264px;
}
.pic_nojs {
	display: none;
}

.center h3 {
	text-align:center !important;
	}


/* Footer */ 
footer {
	display:block;
	background:#44352e;
	text-align:center;
	border-radius:15px;
}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color:#E2DBDB;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #333;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
*.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #efe4ce;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot_active, *.dot:hover {
  background-color: #d0a771;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.pic-200{width:200px;}
.pic-300{width:300px;}
.pic-400{width:400px;}
.l-20{
	float:left;
	margin:20px 20px 20px 20px;}
.r-20{
	float:right;
	margin:20px 20px 20px 20px;}

#pic_0_1 {
	float:left;
	margin:10px 20px 20px 20px;
	width:200px;
	}
#pic_0_2 {
	float:right;
	margin:10px 20px 20px 20px;
	width:200px;
	}
	
#pic_0_6 {
	margin:10px 0px 10px 0px;
	width:1200px;
	}

#pic1 {
	float:right;
	margin:10px 60px 20px 20px;
	width:200px;
	}
#pic2 {
	float:right;
	margin:20px 20px 20px 60px;
	width:600px;
}

#pic_1_5 {
	margin:10px 0px 10px 0px;
	width:1200px;
	}

.mich {
	line-height: 2;
	}
.mich ul{
	list-style-type:disc;
	text-align:left;
	margin-left:100px;
	padding-left:100px;
	font-weight:bold;
	}
.mich li{
	margin-left:100px;
	}
.mich2 {
	line-height: 2;
	}
.mich2 ul{
	list-style-type:disc;
	text-align:left;
	}
.mich2 li{
	margin-left:0px;
	}
.s_frame {
	width:560px;
	height:315px;
	}
.m_frame {
	width:600px;
	height:450px;
	}

*.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  text-align:right;
}
*.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

*.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
*.hunderline{
	text-decoration:underline;
	}
*.fadeclick:hover{
	background:#DBD9D8;
	cursor: pointer;
	}
	
.nichtsichtbar{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.fehler{
	color:red;
	}
.hidden {
  display: none;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* Mobile Style */
@media screen and (max-width:800px) {
		#main {
	max-width:calc(100%);
}
	body {
		font-size:90%;
	}
	#h_zitat {
		font-size:90%;
		padding:5px;
		}

	#pic1, #pic2 {
	float:none;
	margin:10px;
	width:400px;
	}
	.mich ul{
	margin-left:10px;
	padding-left:10px;
	}
    .mich li{
	margin-left:10px;
	}
	.s_frame {
	width:560px;
	height:315px;
	}
	.m_frame {
	width:500px;
	height:400px;
	}
			p {
	font-weight:normal;
}
}
@media screen and (max-width:600px) {
	#main {
	max-width:calc(100%);
}
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
	#main table, th, td {
	font-weight:normal;
	font-size:x-small;
}
	.m_frame {
	width:400px;
	height:300px;
	}
	#h_zitat {
		font-size:75%;
		padding:5px;
	}
	#pic1, #pic2 {
	float:none;
	margin:10px;
	width:400px;
	}
	.mich ul{
	margin-left:10px;
	padding-left:10px;
	}
    .mich li{
	margin-left:10px;
	}
	.s_frame {
	width:400px;
	height:225px;
	}
				p {
	font-weight:normal;
}
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}
	
}
@media screen and (max-width:550px) {
		#main {
	max-width:calc(100%);
}
	#main table, th, td {
	font-weight:normal;
	font-size:x-small;
}
	body {
		font-size:90%;
	}
	#h_zitat {
		font-size:60%;
		padding:5px;
		}
	#menubar {
	display:block;
	background:#FFFFFF;
	} 
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
	
	.m_frame{
	width:300px;
	height:200px;
	}
	#pic1, #pic2 {
	float:none;
	margin:10px;
	width:300px;
	}
	.mich ul{
	margin-left:10px;
	padding-left:10px;
	}
    .mich li{
	margin-left:10px;
	}
	.s_frame {
	width:300px;
	height:168px;
	}
		p {
	font-weight:normal;
}
}
