@font-face { 
font-family: "Raleway"; 
src: url("Raleway-Regular.ttf"); 
}
/* CSS Document */
body {
	background:#9B0018;
	margin:0px;
	font-family: 'Raleway', Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
	letter-spacing:0px;
	line-height:1.4
}
.blink {
		animation: blink 1s linear infinite;
		font-size:26px
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
a {
	color: #fff;
}
a:hover {
	color: #ccc;
	text-decoration:none
}
.lw {
	position:absolute;
	left:20px;
	top:281px;
}
.rw {
	position:absolute;
	right:18px;
	top:281px;
}
#alle_4 {
	background-color:#9B0018;
	border:1px solid #fff;
	border-radius:23px;
	margin:20px;
	width:calc(100% - 40px);
}
#alle_3 {
	background-color:#9B0018;
	border:1px solid #fff;
	border-radius:19px;
	margin:3px;
	width:calc(100% - 8px);
}
#alle_2 {
	background-color:#fff;
	background-image:url(../image/layout/wimpel.png),url(../image/layout/wimpelre.png), url(../image/layout/bg.jpg);
	background-position:left 255px,right 255px, top center;
	background-attachment: scroll,scroll,fixed;
	background-repeat:no-repeat,no-repeat, repeat;
	background-size:auto;
    position: relative;
	border-radius:15px;
	margin:3px;
	width:calc(100% - 6px);
}
#alle {
    position: relative;
	width:900px;
	margin:auto;
	z-index:100
}
header {
	background-image:url(../image/layout/spruch.png),url(../image/layout/logo.png?s);
	background-repeat:no-repeat;
	background-position:500px 160px,top left;
    position: relative;
	float:left;
	height:400px;
	width:900px;
	z-index:100
}
#picto {
	position:relative;
	margin-top:300px;
	margin-left:80px
}
#picto img {
	border:0;
	margin:10px;
}
#picto img:hover {
	opacity: 0.5;
}
nav {
    position: relative;
	margin-right:20px;
	z-index:000;
}
ul#navmenu-h { 
	/*-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;*/

padding: 0; margin-top:0px; float:right; list-style: none; z-index:1001; } 
ul#navmenu-h ul { 
 /* Sub Menu Width */ margin:0; z-index:2000;  	display:none; width:250px;
 list-style: none; position: absolute; float:right; top:120px; left: 10px; } 
ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { 
top: 0; left: 100%; } 
ul#navmenu-h li {
  padding:0;
  float:left;
  background:url(../image/layout/nsav.png) bottom left no-repeat;
  position: relative;
} 
ul#navmenu-h li:first-child {
	background:none
} 
ul#navmenu-h ul li { 
width: 100%; display: block; } /* Root Menu */ 
ul#navmenu-h a img{
	border:0px
}
ul#navmenu-h a {
  font-size: 10px;
  letter-spacing:0px;
/*	text-shadow: 1px 1px 1px #fff;*/
  background:url(../image/layout/stern.png) bottom center no-repeat;
  background-size:100px;
  padding:75px 0px 48px 0px;
  margin:0 0px;
  width:110px;
  display:block;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  display:block;
  color:  #fff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition-duration: 0.4s;
} /* Root Menu Hover Persistence */ 
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
  background:url(../image/layout/sterno.png) bottom center no-repeat;
  color:#9B0018
} /* 2nd Menu */ 
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a { 
  background:#489A72;
  width:240px;
  padding: 5px 15px;
  margin-left:1px;
  box-shadow: 0px 0px 0px #bbb;
  letter-spacing:1px;
  text-align:left;
  text-transform:uppercase;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
 } /* 2nd Menu Hover Persistence */ 
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a { 
  color: #9FB096;
} 
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover { 
background: #333; } /* Hover Function - Do Not Move */ 
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { 
display: none; } 
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { 
display: block; }	
.nav_extra {
	font-weight:bold;
	color:#FFFF00 !important
}
.nav_extra:hover {
	font-weight:bold;
	color: #CC0000 !important
}
.index_nav {
	padding-top:30px
}
.index_nav li {
	list-style:none;
	line-height:2
}
.index_nav a {
	font-size:22px;
}
#main {
	position:relative;
	border-radius:20px 100px 0 0;
	background:#9B0018;
	margin-left:50px;
	margin-top:25px;
	float:left;
	width:800px;
	z-index:500;
}
#main_stollen {
	position:relative;
	border-radius:20px 100px 0 0;
	background:url(../image/layout/sterne_stollen.jpg);
	margin-left:50px;
	margin-top:25px;
	float:left;
	width:800px;
	z-index:500;
}
section {
	position:relative;
	float:right;
	width:760px;
	z-index:5;
	padding:0px 20px 20px 20px;
}
aside {
	background:url(../image/layout/uhr.png) 20px 30px no-repeat;
	position:relative;
	float:right;
	z-index:5;
	padding:10px 20px;
}
#main aside:first-child {
	background:url(../image/layout/tel.png) 40px 30px no-repeat;
	padding:30px 2% 30px 17%;
}
#main aside span {
	font-size:25px;
}
footer {
	width:760px;
	padding:340px 20px 17px 20px;
	margin-left:50px;
	border-radius:0 0 20px 100px;
	background:#9B0018 url(../image/bilder/start.jpg) top no-repeat;
	float:left;
	position:relative;
}
footer p {
	float:left;
	letter-spacing:2px;
	width:32%;
	padding:0px 4%;
}
footer a{
	text-decoration:none;
	color:#489A72;
}
footer iframe {
	border-radius:0px;
	border-radius:0 0 0 85px;
	float:left;
	width:60%;
	border:0;
	height:220px
}
iframe {
	border-radius:0;
	float:left;
	width:100%;
	border:0;
	height:320px
}

.copy {
	width:900px;
	float:right;
	text-align:center;
	padding:20px 0;
	margin:auto;
}
.copy a{
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	color: #9B0018
}

.clear {
	clear:both;
}

.faction_bild_rechts {
	margin:10px 0px 20px 20px; 
	float:right;
}
.faction_bild_rechts img {
	border:5px solid #e1e1e1;
	border-radius:10px;
}
.faction_bild_rechts figcaption {
	clear:both;
	text-align:right;
	font-size:10px
}
.bild_rechts {
	border:5px solid #00468C;
	border-radius:7px;
	margin:10px 0px 10px 10px; 
	float:right;
}

.bild_rechts_ohne {
	border:0px; 
	margin:13px; 
	float:right
}
.bild_links_ohne {
	border:0px; 
	margin:13px; 
	float:left
}
.bild_links {
	border:0px solid #36AD8F;
	border-radius:10px;
	margin:10px 10px 0px 0px; 
	float:left
}
.bild {
	border:0px solid #fff;
	margin:10px; 
	border-radius:25px;
}
.galerie {
	margin:0px;
	text-align:center;
	font-size:14px;
	float:left
}
.galerie img {
	border:0px solid #e1e1e1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	margin:0px; 
	float:left;
	transition-duration: 0.8s;
}
.galerie img:hover {
	border-radius:5px;
}
.galerie div {
	float:left;
	text-align:center;
	margin:5px
}
ul {
		line-height:1.8
}
hr {
 	background:#fff;
	border:0px;
	height:4px;
	clear: both
}
.preise i {
	margin-left:20px;
	color:#693
}
textarea,select,.inputbox,input[type=text]{
	margin:5px 0;
	padding: 6px;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	background: #fff;
	border: 0px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	color:#514E26
}
.mehr{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	color:#9B0018;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding:4px 20px;
	cursor:pointer;
}
.mehr:hover{ background-color: #666; text-decoration:none; color:#ccc}
.code_feld {
	width:100px
}
.captcha {
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
h1 {
	font-size: 24px;
	letter-spacing:1px;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
h2 {
	text-transform:uppercase;
	font-size: 15px;
	letter-spacing:2px;
	font-weight:normal;
	color: #fff;
	text-decoration:none
}
h3 {
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	color:#efefef;
	text-decoration:none
}
h4 {
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	color:#efefef;
	text-decoration:none
}
h5 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px 0;
	font-weight:normal;
	color:#e1e1e1;
	text-decoration:none
}
.grau {
	color: #bbb;
	font-style:italic
}
.gruen {
	color:#489A72
}
.img {
	border:0px;
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.bg_grau {
	padding:10px;
	background:#e1e1e1
}
.seiten_aufzaehlung {
	width:100%;
	text-align:right;
}
.seiten_aufzaehlung a {
	background:#fff;
	color:#9B0018;
	text-decoration:none;
	text-align:center;
	padding:1px 3px;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.seiten_aufzaehlung span {
	border:1px solid #fff;
	padding:0px 2px;
	color:#fff;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#shop div {
	float:left;
	width:48%;
	padding-right:2%
}
#shop div img {
	float:left;
	margin:10px 20px 10px 0;
	border:0
}
#shop_table div {
	width:460px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
	height:200px;
	float:left;
	line-height:1.2;
	margin:0px 20px 10px 0px;
}
#shop_table div div {
	width:95%;
	background:url(../image/bilder/schatten.png) top left no-repeat;
	height:100%;
	float:left;
}
#shop_table h2 {
	float:right;
	color:#600;
	background:#fff;
	padding:5px;
	text-align:right;
	border-radius:10px;
}
#shop_table p {
	float:right;
	margin:0px;
	clear:both;
	font-size:14px;
	width:50%;
	color:#444;
	text-align:right;
}
#shop_table a {
	font-size:16px;
	color: #600
}
.table_handler tr:nth-child(odd) td {
  	background:url(../image/layout/main.png);
}
.table_handler thead {
	font-weight:bold;
	text-align:left
}
#wako {
	position:fixed;
  	background:#333 url(../image/layout/bg.png);
	z-index:9000;
	border-left:14px solid #F00;
	right:0px;
	border-radius:10px 0 0 10px;
	top:150px;
	padding:10px 20px 0px 20px;
}
.mobile_show {
	display:none
}
.prev_button {
	position:absolute;
	top:5px;
	left:350px
}	
/* ZOOM CONTAINER */
.zoom { display: block; margin: 0px 50px; }
.large { background: white; }

/* FOR TEXT DEMO */
.small p { font-size: 8px; width: 600px; }
.small img { width: 600px; height: 850px; }
.large p { font-size: 16px; width: 1575px; }
.large img { width: 1575px; height: 2205px; }
.historie img  {
	width:48%
}
#danke_xmas {
	background-image:url(../image/SaisonDanke.jpg);
	background-size:cover;
	background-position:bottom right;
	border-radius:30px;
	padding:100px 50px;
	width:calc(100% - 100px)
}
#danke_xmas p {
	background:rgba(255,255,255,.8);
	color:#003366;
	padding:10px 20px;
	border-radius:30px
}
@media screen and (max-width: 900px) {
#danke_xmas {
	padding:20px 20px;
	width:calc(100% - 40px)
}
body {
	background-size:250%;
	font-size:13px;
}
#alle {
	width:100%;
}
#alle_2 {
	background-image:url(../image/layout/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat;
}
.lw,.rw {
display:none
}
header {
	width:100%;
	background-size:180px,320px;
	background-position: center 165px,center 0px;
	padding:0;
	height:500px;
	height:auto;
}
#header_rechts {
	width:100%;
	font-size:14px;
	float:none
}
#header_rechts div {
	background-size:130%;
}
#picto {
	margin-top:350px;
	margin-left:0px
}
#picto img {
	width:12.27%;
	margin:10px 0.5%;
}
.index_link {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
}
nav {
	background:none;
  width:100%;
	padding:0;
	margin-left:0;
}
ul#navmenu-h { 
padding: 0; float:left; margin-top:210px; list-style: none; z-index:1000; width:100% } 
ul#navmenu-h li {
	position:relative;
  width:100%;
  border-right:0;
	float:none;
 } 
ul#navmenu-h a {
  font-size: 12px;
  border-radius:0;
  border:0;
  background:#9B0018;
  width:100%;
  text-align:center;
  display:block;
  margin:2px auto;
  letter-spacing:3px;
  padding:2px 0;
} 
ul#navmenu-h a:hover {
  border:0 !important;
}
#main {
	width:90%;
	clear:both;
	border-radius:10px 50px 0 0;
	margin:0 5%;
}
#adresse {
	display:none
}

section {
	clear:both;
	width:96%;
	padding:2%;
	border-left:0px;
}
aside {
	border-bottom:4px solid #fff;
	padding:0 0 0 32% !important;
	background-position:left 10px !important;
	width:68% !important;
}
.bottom_box div {
	padding:15px 2%;
	width:92%;
	height:auto;
	margin:20px 2%;
}

footer {
	width:calc(90% - 40px);
	clear:both;
	border-radius:0 0 10px 70px;
	margin:0 5%;
	border:0;
}
footer p {
	width:96%;
	text-align:center;
	margin:0 2%;
}
footer iframe {
	border-radius:0px;
	float:left;
	width:100%;
	border-radius:10px 10px 10px 50px;
}
.copy {
	width:96%;
	margin:0 2%;
}
.bild, .bild_rechts, .img {
	width:96%;
	margin:2%
}
.inputbox, textarea {
	width:95%;
	margin-bottom:15px;
}

.mobile_hidden {
	display:none
}
iframe {
	width:100%;
	border-radius:0
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
.prev_button {
	position: relative;
	text-align:center;
	top:5px;
	left:0
}	
.mobile_show {
	display:block
}
}
