/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

img{
	padding:10px;
}
div.typoclass img{
	padding:5px 5px 0 0;
}
li{
	line-height:1.2em;
	margin:0 0 10px 0;
}
ul.link_ul_double li{
	margin:0;
}

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

html, body {
    height: 100.1%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

button,
input,
select,
textarea {
	overflow: visible;
	width: auto;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	color: #ddd;
	background: #ddd;
}

hr.space {
	color: #fff;
	background: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	color: rgb(56,53,48);
	font-family: 'Livvic', Arial,sans-serif;
	font-size: 1em;
	line-height: 1.5em;

	background:url(https://www.freilichtmuseum-hohenfelden.de/pix/headpix/standard.jpg);
	background-size:cover;
	background-attachment:fixed;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860,
.col-72p ,
.col-25p  {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

/* 2,127659574468 */
.col-25p {
	width: 19%;
	margin:0 1% !important;
}
.col-72p {
	width: 58%;
    margin-bottom: 0;
	min-height:550px;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}


.red_rahmen{
	
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

::selection {
	color: #fff;
	background: #999;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	padding: 2px 0;
	font-weight: 700;
}

legend {
	padding: 2px 5px;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 0.5em 1em;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	cursor: text;
	font-size:0.7em;
}

select {
	max-width: 100%;
	height: auto;
}

area,
textarea {
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

map area {
	padding: 0;
	border: 0;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	display: block;
	position: absolute;
	top: 60px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f0c36d;
	color: #212121;
	background-color: #f9edbe;
	text-align: center;
}

.msie-box a {
	color: #006633;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #ddd;
}

table {
	width: 100%;
	border-collapse: collapse;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	overflow: auto;
	margin: 20px;
	padding: 0 0 10px 12px;
	border: none;
	border-left: 4px solid #d6d6d6;
	background: #f9f9f9;
}

blockquote p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	line-height: 1.0em;
	word-wrap: break-word;
	color: #006633;
	font-family: 'Lilita One', cursive;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.625em; /* = 42px */
}

h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 1.2em; /* = 36px */	
}

h3 {
	margin-top: 0.857em;
	margin-bottom: 0.857em;
	font-size: 1em; /* = 30px */
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em; /* = 24px */
}

h5 {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1em; /* = 18px */
}

h6 {
	margin-top: 1.285em;
	margin-bottom: 1.285em;
	font-size: 1em; /* = 16px */
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th,
td {
	padding: 0.8em;
}

caption {
	padding-bottom: 0.8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: 0.8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

legend + * {
	margin-top: 1em;
}

input,
textarea {
	padding: 0.3em 0.4em 0.15em;
}

select {
	padding: 0.1em 0.2em 0;
}

option {
	padding: 0 0.4em;
}

dt {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: 0.8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 0px;
	/*
	-webkit-box-shadow: 0px 0px 24px 0px rgba(255,255,255,0.92);
	-moz-box-shadow: 0px 0px 24px 0px rgba(255,255,255,0.92);
	box-shadow: 0px 0px 24px 0px rgba(255,255,255,0.92);
	*/
}

#wrapper {
	clear: both;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0 20px;
	/* border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
	background-color: #fff;
}

.front-page {
	margin: 0px auto 20px auto;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0px auto 50px auto;
	padding: 0;
	border: none;
	display:block;
	
	/* border-left:3px solid red; 
	
	box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
	
	*/
	box-shadow: -9px 0 9px -9px rgba(171,171,171,0.77), 9px 0 9px -9px rgba(171,171,171,0.77);
	
	
	background-color: rgba(255,255,255,1);
	
}
#header {
	margin: 0;
	background-color:#fff;
	width:100%;
	height:266px;	
	
}

#footer-wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	
	height:398px;
	display:block;
	
	position:relative;
	z-index:2;
	
}


#footer{
	clear: both;
	margin: 0 auto;
	padding: 0;
	
	
	background-image:url("../pix/naschig_2015_body_bottom_hg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	
	height:495px;
	display:block;
	
}





#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#ecke{
	display:block;
	width:100%;
	text-align:right;
    color: rgb(7,71,117);
	font-size:0.7em;
	line-height:1.0em;
	font-weight:700;
	height:25px;
}

#ulecke{
	margin:0;
	padding:0 3em 0 0;
	list-style-type:none;
}
#ulecke li{
	float:right;
	margin:0;
	padding:10px 10px 0 0;
}

#museum{
	float: right;
	margin: 15px 0 0 240px;
    max-width: 875px;
    position: absolute;
    width: 75%;
	
	background: url("../pix/museum.jpg");
	background-repeat: no-repeat;
	height:212px;
	display:table;
	/* border:1px solid red; */
	
	-webkit-box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	-moz-box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	
}
#museumbefore 
   { 
    float: right;
    height: 17px;
    position: relative;
    right: -18px;
    top: -9px;
    transform: rotate(45deg);
    width: 40px;
    background: #ffffff; 
   }

#logo {
	float: left;
	margin: 15px 15px 0 15px;
	/* sitewizard */
	
	
	background: url("../pix/logo_hg.jpg");
	background-repeat: no-repeat;
	/* background-size:213px 53px; */
	/* background-position:30px 65px; */
	
	height:212px;
	width:212px;
	display:table;
	
	-webkit-box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	-moz-box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	box-shadow: 0px 0px 5px 4px rgba(171,171,171,0.77);
	
}
#logotxt{
	display:block;
}
.site-name {
	display: none;
	padding-top: 30px;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	
	/* sitewizard */
	text-align:right;
	margin:0 10px 0 0;
	text-transform:uppercase;
}

.site-name a {
	color: #006633;
	font-weight: 400;
}

.site-description {
	color: rgba(255, 255, 255, 1);
    display: block;
    float: right;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin: 160px 15px 0 0;
    text-align: right;
	font-family: 'Lilita One', cursive;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}



/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0 40px 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
	font-weight: 700;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	width: 100%;
	padding-bottom: 40px;
	/* border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
	background-color: #fff;
}

#featured p {
	padding: 0 40px 0 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
}

.post-data a {
	color: #006633;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	margin-bottom: 10px;
	color: #9f9f9f;
	font-size: 12px;
}

.post-edit {
	display: block;
	clear: both;
	margin: 1.5em 0;
	font-size: 12px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	margin-left: 5px;
	color: #aaa;
	font-size: 18px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

#widgets .rss-date {
	padding: 6px 12px;
	line-height: 18px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	padding: 6px 12px;
	font-style: normal;
	line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	padding-top: 4px;
	font-weight: 700;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}



.colophon-widget {
	min-height: 0;
	background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}



.top-widget {
	float: right;
	clear: right;
	width: 45%;
	min-height: 0;
	padding: 0 3px 0 0;
	border: none;
	background: none;
	text-align: right;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	margin: 0;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	letter-spacing: -1px;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

.top-widget .widget-title h3 {
	padding: 0;
	font-size: 14px;
	text-align: right;
}

.widget-title a {
	padding: 0 !important;
	border-bottom: none;
}

.title-404 {
	color: #933;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	position: relative;
	/* padding: 0.5em 0.5em 0.5em 0; */
}

.skip-link {
	float: right;
	margin-left: -100%;
	padding: 0.5em;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	font-size: 0.8125em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	margin: 0 auto;
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #ccc;
	color: #006633;
	font-size: 11px;
}

.top-menu > li:first-child > a {
	border-left: none;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	
	/*
	background-color:#383530;
	
	
	
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	*/
}

.main-nav {
	clear: both;
	
	width:100%;
	display:none;
	
	
}

.menu{
	
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainsuche, .main-nav {
	padding:0;

/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */		

}
#mainsuche{
	width:250px;
	margin:0;
}

#such{
	margin:0px 5px;
	padding:0;
	width:25px;
	height:25px;
}
#suchbegriff{
	float:left;
	margin:0;
	color:#ccc;
	width:170px;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 99;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}


ul.menu {
	width: 100%;
	margin: 0;
}




.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.menu a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	/* border-left: 1px solid #585858;
	color: #fff; */
	color: #006633;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 75px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;	
}

.menu a:hover {
}

ul.menu > li:hover {
	color: #fff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #343434;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}

.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.menu li li a:hover {
	border: none;
	background: #f5f5f5 !important;
	background-image: none;

	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;

	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

#responsive_register,
#responsive_menu_button_rahmen, 
#responsive_menu_button_sub,
.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}
#responsive_current_menu_item_sub{
	display: none;
}
#responsive_current_menu_item_rahmen{
	display: none;
}
/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	clear: both;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-header-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub-header-menu li:hover {
	z-index: 100;
	white-space: normal;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.sub-header-menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	text-decoration: none;
}

.sub-header-menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.sub-header-menu a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #e5e5e5;
	color: #006633;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.sub-header-menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #006633;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	border: none;
	background: #f9f9f9;
	background-image: none;

	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;

	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	padding: 0 8px;
	border-left: 1px solid #ccc;
}

.footer-menu li a:hover {
}

.footer-menu > li:first-child > a {
	padding: 0 8px 0 0;
	border-left: none;
}

#footeradress{
	float:right;
	width:60%;
	font-size:0.8em;
	line-height:1.5em;
	text-align:right;
	padding:0 2%;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	display: block;
	height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	line-height: 28px;
}

.navigation a {
	padding: 4px 10px;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	border: 1px solid #ddd;
	color: #333;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	padding: 15px 35px;
	font-size: 24px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	padding: 3px 6px;
	font-size: 10px;
}

.medium a.button {
	padding: 8px 16px;
	font-size: 16px;
}

.large a.button {
	padding: 10px 35px;
	font-size: 18px;
}

.xlarge a.button {
	padding: 12px 55px;
	font-size: 24px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	border: 1px solid #115290;
	color: #fff;
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
	border: 1px solid #115290;
	color: #fff;
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
	border: 1px solid #890000;
	color: #fff;
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
	border: 1px solid #890000;
	color: #fff;
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
	border: 1px solid #626862;
	color: #fff;
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
	border: 1px solid #626862;
	color: #fff;
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
	border: 1px solid #791717;
	color: #fff;
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
	border: 1px solid #791717;
	color: #fff;
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
	border: 1px solid #9e9e9e;
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
	border: 1px solid #9e9e9e;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
	border: 1px solid #474747;
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
	border: 1px solid #474747;
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
	border: 1px solid #000;
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
	border: 1px solid #000;
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.alert {
	border: 1px solid #dc7070;
	color: #212121;
	background-color: #faebeb;
}

.address {
	border: 1px solid #cdc9a5;
	color: #212121;
	background-color: #f6f5ef;
}

.notice {
	border: 1px solid #e3cf57;
	color: #212121;
	background-color: #fbf9e9;
}

.success {
	border: 1px solid #a2bc13;
	color: #212121;
	background-color: #f9fde8;
}

.download {
	border: 1px solid #ff9912;
	color: #212121;
	background-color: #fff4e5;
}

.information {
	border: 1px solid #6ca6cd;
	color: #212121;
	background-color: #eef3f6;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul,
ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #006633;
	font-weight: 400;
}

#footer a:hover {
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	background-color: #fff;
    margin: 0 0 50px 0;
    width: 100%;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/



/* LOCAL FONTS */

/* latin-ext */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.freilichtmuseum-hohenfelden.de/tfl_museum/fonts/i7dPIFZ9Zz-WBtRtedDbYE98RWq7.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.freilichtmuseum-hohenfelden.de/tfl_museum/fonts/i7dPIFZ9Zz-WBtRtedDbYEF8RQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.freilichtmuseum-hohenfelden.de/tfl_museum/fonts/rnCp-x1S2hzjrlfXZ-M7inw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.freilichtmuseum-hohenfelden.de/tfl_museum/fonts/rnCp-x1S2hzjrlfXZuM7inw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.freilichtmuseum-hohenfelden.de/tfl_museum/fonts/rnCp-x1S2hzjrlfXaOM7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* LOCAL FONTS END */





#container{
	visibility:visible !important;
	display:block !important;
}
.emn-initial-loading-container {
	visibility:hidden !important;
}
#farbverlauf{
	width:100%;
	height:150px;
	display:block;
	background-image:url("../pix/website_hg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	transition:all 10s linear;
}

.img75{
	width:65px;
	height:65px;
}

a{
	color:#006633;
	text-decoration:underline;
}


.ainactive, .aactive{
	display:block;
	font-size:1em;
	line-height:1.2em;
	font-weight:400;
	text-decoration:none;
	margin:0;
	padding:0;
}

.ainactive:hover, .aactive:hover, .aactive{
}
.ainactive.ebene_1, .aactive.ebene_1{

	font-size:0.8em;	
	background: url("../pix/punkt.gif");
	background-repeat: no-repeat;
	background-size: 4px 4px;
	background-position:left center;
    line-height: 1.5em;
    margin: 0.5em 0.5em 0.5em 1em;
    padding: 0 0 0 15px;
	
}
.aactive.ebene_1{
	text-decoration:underline;
}

ul.sub_menu_ul li:first-of-type ul.sub_menu_ul_2 li span{
	margin:0 0 10px 0;
}

.ainactive.ebene_1:hover{
}
.ainactive.ebene_2, .aactive.ebene_2{
	
	font-size:0.6em;
    line-height: 1em;
    margin: 0.5em 0.5em 0.5em 2em;
    padding: 0 0 0 15px;
	
}

.ainactive.ebene_3, .aactive.ebene_3{
	font-size:0.8em;
	margin:0;
	background-color: rgba(255,255,255, 1);
	padding:2px 10px;
}
.aactive.ebene_3:before,
.ainactive.ebene_3:before{
	content: "\2022";
	margin:0 10px 0 15px;
}

.aactive_root, .ainactive_root {
	margin:0 3px;
}
.ainactive_root {
	/* background-color: rgb(231,209,231) !important;
	color: #ad3a45 !important; */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

display:block;
line-height:29px;
text-decoration:none;
font-size:0.8em;
font-weight:700;
margin:0 0 2px 0;
padding:0 0 0 15px;

}
.aactive_root, .aactive_root:hover, .ainactive_root:hover {
	/* color: #ad3a45 !important;
	color:rgb(206,0,156) !important;
	background-color: rgba(255,255,255, 1) !important; */
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
background: #b4ddb4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */


display:block;
line-height:29px;
padding:0 0 0 15px;
text-decoration:none;
font-size:0.8em;
font-weight:700;
color:rgb(238,238,238);
margin:0 0 2px 0;
	
	
	
}

a:hover{
	text-decoration:none;
}
#logo a, #logo a:hover{
	text-decoration:none;
}

h1#sw_ueberschrift_2,
h1#sw_ueberschrift_1{
	display:block;
	padding:0;
	color: #006633;
	font-size:1.6em;
	margin:0 0 1em 0 !important;
	font-family: 'Lilita One', cursive;
}

#sitewizard_content{
	display:block;
	width:99%;
	padding:3px 0 0 1%;
}

#sw_txt_1{
	margin:0;
	padding:0;
	width:100%;
	display:block;
}
#homelink{
	width: 85px;
    float: left;
    padding: 50px 0 0 63px;
    /* height: 60px; */
    /* margin: 15px 0 0 15px; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-size: 0.55em; */
    /* text-align: justify; */
    /* line-height: 1.2em; */
    /* opacity: 0.9; */
}
.extender{
	letter-spacing:1px;
}
#topheadpix{
	float:right;
}
#naschtuete{
	float:right;
	background:url("../pix/css/naschtuete150.png");
	background-size:110px 110px;
	background-position:center;
	background-repeat:no-repeat;
	width:110px;
	height:110px;
	margin:0 125px 0 0;
	cursor:pointer;
}
a#naschtuete_zu{
	display:block;
	text-align:right;
	font-size:10px;
	text-decoration:underline;
	color:red;
	padding:10px 7% 10px 0;
	width:93%;
	background:url("../pix/css/close_icon.png");
	background-size:20px 20px;
	background-position:98%;
	background-repeat:no-repeat;
}
#sammelkorb{
	
}
#naschbag {
	position: absolute;
	border: 4px solid #f54ce4;
	top:100px;
	z-index:100;
	width:700px;
	margin:0 0 0 250px;
	display:none;		
	background:rgba(255, 255, 255, 1) url("../pix/css/deine_tuete.gif");
	background-position:30px 10px;
	background-repeat:no-repeat;
	
}
#naschbag:after, #naschbag:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#naschbag:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
#naschbag:before {
	border-color: rgba(245, 76, 228, 0);
	border-bottom-color: #f54ce4;
	border-width: 36px;
	margin-left: -36px;
}

#naschtuete_info {
	position: absolute;
	background: #FCF0B6;
	border: 1px solid #f54ce4;
	margin: 25px 0 0 660px;
	font-size:12px;
	padding:10px;
	display:none;
	width:100px;
	line-height:16px;
}
#naschtuete_info b {
	color:#632E9A;
	font-size:1.2em;
	text-align:right;
	display:block;
}
#naschtuete_info span {
	text-align:right;
	display:block;
	font-size:12px;
}

#naschtuete_info:after, #naschtuete_info:before {
	left: 100%;
	top: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#naschtuete_info:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
#naschtuete_info:before {
	border-color: rgba(245, 76, 228, 0);
	border-left-color: #f54ce4;
	border-width: 8px;
	margin-top: -8px;
}

#naschtuete_ul{
	list-style-type:none;
	margin:30px 20px 0px 20px;
	padding:0;
}
.naschtuete_li{
	clear:both;
	margin:0 0 10px 0;
	display:table;
}
.naschtuete_li:hover{
	background:rgba(252,240,182, 1);
}
.naschtuete_pic_preview{
	float:left;
	width:30px;
	line-height:30px;
}
.naschtuete_artikellink{
	display:block;
	width:300px;
	line-height:30px;
	float:left;
	margin:0 0 0 15px;
	max-width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.naschtuete_anzahl{
	display:block;
	width:75px;
	line-height:30px;
	float:left;
	font-size:10px;
	margin:0 0 0 10px;
}
.naschtuete_artikel_plus, .naschtuete_artikel_minus{
	display:block;
	width:30px;
	line-height:30px;
	float:left;
	margin:0 0 0 10px;
}
.naschtuete_artikel_zwischenpreis{
	display:block;
	float:right;
	margin:0 10px 0 20px;
	font-size:20px;
	line-height:30px;
	color:#632E9A;
	text-align:right;
	width:120px;
}

.foot{
	color:rgb(56,53,48);
	width:31.3%;
	padding:0;
	margin:0 0 20px 0;
}
.foot a{
	color:rgb(56,53,48);
	text-decoration:underline;
}
.h2foot{
	margin:0px 20px 5px 20px;
	padding:0px;
	font-size:16pt;
	font-weight:900;
}
.foot p{
	margin:10px 20px 5px 20px;
	padding:0px;
	font-size:1em;
}
.footm{
	text-align:center;
}
.footr{}
.footr a{
	margin:0;
}
#linksrechts{
	text-decoration-color:-moz-use-text-color;
	text-decoration-line:none;
	text-decoration-style:solid;
	list-style-type:none;
	margin:0;
	padding:0 20px;
}
#linksrechts li{
	margin:0;
	padding:0 0 20px 0;
}
#back_to_top{
	display:block;
	float:right;
	width:64px;
	height:64px;
	margin:0 20px 0 0px;
	padding:0;
	cursor:pointer;
	clear:both;
	background:url("../pix/css/back2top_128.png");
	background-size:32px 32px;
	background-position:center;
	background-repeat:no-repeat;
	transition:all 0.6s ease;
}
#back_to_top:hover{
	background:url("../pix/css/back2top_128.png");
	background-size:64px 64px;
	background-position:center;
	background-repeat:no-repeat;
}
.fluid_container{
	height:500px;
	width:100%;
}
#sub_menu_div{
	margin:0;
	padding:0;
}
.sub_menu_ul{
	list-style-type:none;
	display:block;
	padding:0 30px;
	margin:0;
}
#divswappadding{
	padding:0;
}
.fb-like-box, .fb-page{
	
	background-color:rgb(255,255,255);
	overflow:hidden;
	width:100% !important;
	display:block !important;
	margin:20px 0;
	
}
.fb-like-box:hover{
	/* max-height:650px; */
}
.fb-like-box * {
	/* max-width:235px !important; */
}

user {
	float:left;
	padding:1em 7% 1em 0;
	margin:0;
	width:93%;
}
user img{
	border:0;
	/* float:right; */
	margin:0 1em 0 0;
}
userdata{
	margin:0 0 0.3em 0;
	font-size:1em;
	line-height:1em;
	padding:0;
	display:table;
	/* text-align:right; */
	width:100%;
}
userdata.offline{
	color:#aaa;
}
userdata.online{
	color:#336699;
	font-weight:900;
}
user span.note{
	background-color: #fff;
    border: 0.1em solid red;
    border-radius: 2em;
    color: red;
    display: block;
    font-size: 2em;
    font-weight: 900;
    height: 1em;
    margin: 0 0 0 70px;
    padding: 0.2em 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 1.3em;
    z-index: 1;
	cursor:pointer;
}



#overlay{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	z-index:200;
	width:100%;
	height:100%;
	background-color:#fff;
	filter: alpha(opacity = 80); /* IE 6, 7, 8 */ 
	-ms-filter: "alpha(opacity = 80)"; /* ab IE 8 zusätzlich möglich */ 
	opacity: .80; /* alle anderen Browser einschließlich IE 9 */
}
#overlay_content{
	top:100px;
	margin:100px auto;
	width:750px;
	background-color:#fff;
	padding:15px;	
	border:1px solid #000;
	-webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
}
#overlay_center{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:205;
}
#overlay_zu{
	background-color:#BBBBBB;
	color:#000;
	font-weight:900;
	font-size:30px;
	border:2px solid #000;
	border-radius:15px;
	text-align:center;
	width:25px;
	line-height:25px;
	padding:0px 0px 4px 1px;
	position:absolute;
	margin:-32px 0px 0px 750px;
	-webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
	cursor:pointer;
}
#overlay_zu:hover{
	border:2px solid #DD0000;
	color:#DD0000;
	background-color:#ddd;
}

#sw_ols_mindestbellwert_gutschein_passende_artikel .sw_ols_artikel_uebersicht_gross{
	border:1px solid #fff;
	margin:15px 5px 0px 5px;
	width:113px;
	height:100px;
	overflow:hidden;
	font-size:12px;
}
#sw_ols_mindestbellwert_gutschein_passende_artikel .sw_ols_artikel_uebersicht_gross .h2_preis_kat{
	font-size:16px;
}
#sw_ols_mindestbellwert_gutschein_passende_artikel .sw_ols_artikel_uebersicht_gross:hover{
	border:1px solid #00AA00;
	background-color:#D9FFD9;
}


#sw_ols_ajax_checkout_abbruch{
	background-color:#ccc;
	color:#000;
	font-weight:900;
	font-size:30px;
	border:2px solid #000;
	border-radius:20px;
	text-align:center;
	width:30px;
	line-height:30px;
	padding:0px 4px 7px 3px;
	position:absolute;
	margin:-25px 0px 0px 725px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.95);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.95);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.95);
	cursor:pointer;
}
#sw_ols_ajax_checkout_abbruch:hover{
	border:2px solid #DD0000;
	background-color:#ddd;
}
#sw_ols_ajax_checkout_abbruch_container{
	display:block;
	padding:20px;
}
#sw_ols_ajax_checkout_abbruch_container h2{
	text-align:center;
	font-size:26px;
	font-weight:900;
	color:red;
}
#sw_ols_ajax_checkout_abbruch_container div{
	display:block;
	font-size:16px;
	color:#000;
	text-align:center;
}

#sw_ols_ajax_checkout_abbruch_container a{
	display:block;
	width:200px;
	line-height:50px;
	font-size:26px;
	text-align:center;
	text-decoration:none;
	font-weight:900;
	color:#000;
}
#sw_ols_ajax_checkout_abbruch_container a.ja{
	border:3px solid #F0F0F0;
	background-color:#555;
	float:left;
	margin:50px 0 0 70px;
	color:#F0F0F2;
}
#sw_ols_ajax_checkout_abbruch_container a.nein{
	border:3px solid #339900;
	background-color:#E0FEA4;
	float:right;
	margin:50px 70px 0 0;
	color: #339900;
}

#sw_txt_1 table, #sw_txt_1 td, #sw_txt_1 th{
	border:0;
}


/* 
Generic Styling, for Desktops/Laptops 
*/

#sw_sprache_2{
	display:none;
}


#sw_txt_1 table { 
  /*
  width: 100%; 
  border-collapse: collapse; 
  */
}
/* Zebra striping */
#sw_txt_1 table tr:nth-of-type(odd) { 
  /* background: #eee; */
}
#sw_txt_1 table th { 
  /*
  background: #333; 
  color: white; 
  font-weight: bold; 
  */
}
#sw_txt_1 table td, #sw_txt_1 table th { 
  /*
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
  */
}
.responsive_register{
	display:none;
}
#responsive_register{
	background-color:#fff;
	position:absolute;
	z-index:2;
	width:94%;
	padding:0;
}

#art_gallery_bilder_links{
	display:table;
}

#menu_flyout{
	background: rgba(255,255,255, 1);
	padding:15px 0 25px 15px;
	position:absolute;
	z-index:200;
	width:704px;
	display:none;
	border-bottom:1px solid rgb(173,58,69);
}
.out_root_flyout{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
.out_root_flyout_li {
    background-color: #ad3a45;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding:5px 5%;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:90%;
}
.inner_root_flyout{
	list-style-type:none;
	margin:0;
	padding:0;
}
.inner_root_flyout li a {
    background-color: #fff;
    color: #006633;	
	background-image:url("../pix/css/punkt_schwarz.gif");
	background-repeat:no-repeat;
    background-position: 2px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:90%;
	display: block;
	padding:0 0 0 5%;
	font-size:12px;
	line-height:24px;
}
.inner_root_flyout li a:hover {
	background-image:url("../pix/css/punkt_rot.gif");
	background-repeat:no-repeat;
    background-position: 2px center;
}

#locbar{
	padding: 5px 0 0 1.5%;
	background-color:rgb(255,255,255);
	color:rgb(7,71,117);
	float:left;
	vertical-align: top;
	font-size: 70%;
    line-height: 1.2em;
}
#mainsuchdiv{
	float:right;
}
#locbar a{
	color:#006633;
}
#topdiv{
	margin:0!important;
	padding:0 !important;
	background:#fff;
}
a.locator{
	padding:0 0 0 5px;
	display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: top; 
    white-space: nowrap;
}
span.raquo{
	padding:0 0 0 5px;
}

#black{
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);
	width:400px;
	float:right;
	padding:20px 0 15px 20px;
	width:699px;
	font-size:0.6em;
	border-top: 22px solid rgb(174, 59, 70);
}
.pfeil{
	background-image:url("../pix/css/ruschel_coll_2013_pfeil_rot.gif");
	background-repeat:no-repeat;
    background-position:center left;
	color:rgb(173,58,69);
	font-weight:500;
	padding:0 0 0 30px;
	line-height:3em;
}
.pfeil_sw{
	background-image:url("../pix/css/ruschel_coll_2013_pfeil_rot.gif");
	background-repeat:no-repeat;
    background-position:center left;
	color:rgb(0,0,0);
	font-size:0.7em;
	padding:0 0 0 30px;
	line-height:1.4em;
}
.nachpfeil{
	padding:0 0 0 30px;
	font-size:0.7em;
	line-height:1.2em;
}
.nachpfeil a{
	color:rgb(0,0,0);
}
.nachpfeil ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.nachpfeil ul li  a{
	text-decoration:none;
    margin: 0 0 10px;
	display:block;
}
.nachpfeil ul li  a.domainfett{
	color:rgb(173,58,69);
	font-weight:900;
}
.sub_menu_ul_2{
	margin:0;
	padding:0;
	list-style-type:none;
}
#pfeil_taetigkeiten{
	display:block;
	margin:70px 0 0 0;
}
#masterframepix{
	float:left;
	margin:0 0 0 30px;
}

ul.link_ul_double{
	list-style-type:none;
	margin:0;
	padding:0;
}

#contentcol{
	width: 55.5%;
}
#site-description-2{
	display:none;
}
#sw_txt_1 p{
	margin: 0 0 1.4em 0;
}

#subnav{
	display:none;
}
#suchumschalter{
		display:none;
	}

#sw_va_mininavi{
	font-size:0.8em;
}
.eingabefeld_gross.veranstaltungenuebersicht{
	font-size:1.2em;
	font-weight:700;
	line-height: 2em;
	display:block;
	float:left;
}
.sw_va_zeit{
	font-size:0.8em;
	font-weight:500;
	display: block;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.5em;
    width: 120px;
	float:left;
	margin:0 10px 0 0;
}
.sw_veranstaltungen_tr .sw_va_txt{
	clear:both;
	display:block;
	margin:0 0 0 130px;
}

hr {
    background: rgb(7,71,117) none repeat scroll 0 0;
    border: medium none;
    clear: both;
    color: rgb(7,71,117);
    float: none;
    height: 1px;
    width: 90%;
	margin:0.5em 0;
}


h2.h2aktuelles {

	background: url("../pix/aktuelleshg.gif");
	background-repeat: no-repeat;
	background-position:center right;
	display:block;
	line-height:29px;
	padding:0 0 0 15px;
	text-decoration:none;
	font-size:0.8em;
	font-weight:700;
	color:rgb(238,238,238);
	margin:0 0 2px 0;	
	
}
#aktuelle_termine{
	background-color:#EEEEEE;
	width:90%;
	padding:0 5% 2% 5%;
	font-size:0.8em;
}
.va_termin_spalte3{
	font-size:0.8em;
	line-height:1.1em;
	margin:4px 0px 10px 0px;
}
.va_terminueber_spalte3 a{
    color: rgb(7,71,117);
	font-size:1.2em;
	font-weight:700;
	text-decoration:none;
}
.va_ueberschrift_detail_h2{
    color: rgb(7,71,117);
	font-size:1.2em;
	font-weight:700;
}
#divswap1{
	width:20%;
	padding:3px 0 0 1%;
}
.sw_bildergalerie_text{
    color: rgb(7,71,117);
	font-size:0.7em;
	line-height:1.0em;
	font-weight:700;
}
br.brmobile{
	display:none;
}
#sw_txt_1 iframe{
	width:100% !important;
}


#sw_va_kalender .m_t.termin {
	overflow:hidden;
	height:100px;
}

#sw_va_kalender .m_t.termin div.inner_termin{
	padding:5px;
}

#sw_va_kalender .m_t.termin div.inner_termin ul{
	margin:0;
	padding:0;
	list-style-type:none;
	
}
#sw_va_kalender .m_t.termin div.inner_termin a{
	display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#000;
	text-decoration:underline;
	font-size:0.8em;
}

#sw_va_kalender .m_t.termin:hover > div.inner_termin a{
    max-width: 300px;
	font-size:1em;	
}
#sw_va_kalender .m_t.termin div.inner_termin ul:hover,
#sw_va_kalender .m_t.termin:hover > div.inner_termin ul{
	background-color:rgba(255,255,255,0.9);
	font-size:1em;
	width:300px;
	z-index:1;
	position:absolute;
	margin: 0;
    padding:10px 25px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}

#sw_va_katuebersicht div.sw_veranstaltungen_uebersicht{
	display:block;
	width:180px;
	height:200px;
	text-align:center;
	float:left;
	margin:0px 10px;
}
#sw_va_katuebersicht div.sw_veranstaltungen_uebersicht img{
	float:none !important;
	display:block;
	margin:0 auto;
	max-width:150px;
	height:auto;
}
#sw_va_kalender .m_t.termin div.inner_termin strong{
}
#sw_va_kalender_uberschrift{
	font-size:1.4em;
}
#sw_onlineshop_top{
	display:none;
}

#kapellendorfnews{
	background-color: #eeeeee;
    /*font-size: 0.8em;*/
    padding: 0 5% 2%;
    width: 90%;
}


#subnavul{
	list-style-type:disc;
	margin:0 20px;
	padding:0;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
html.schrift2 #subnavul,
html.schrift1 #subnavul{
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}

div.typoclass{
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}
div.typoclassmobile{
	display:none;
}

.va_terminueber_spalte3 a.rssue{
	display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 8px 0 3px;
    text-decoration: underline;
}
.va_terminueber_spalte3 a.rssue:hover{
	text-decoration:none;
}

a.th_ent2{
	display:none;
}
a.th_ent{
	display:block;
	margin:30px 0 10px 0;
	background:#fff;
}
a.th_ent img{
	width:160px;
	height:auto;
	display:block;
	margin:auto;
	padding:10px 0;
}

ul.link_ul_double li a{
	word-break: break-word;
}

a.schriftplus img{
	width:auto;
	height:30px;
	margin:0 5px 0 0;
}

html.schrift1 #sub_menu_div,
html.schrift1 #contentcol,
html.schrift1 #sw_txt_2{
	font-size:20px;
	line-height:28px;
}
html.schrift2 #sub_menu_div,
html.schrift2 #contentcol,
html.schrift2 #sw_txt_2{
	font-size:26px;
	line-height:36px;
}

html.schriftsw body{
	background:#000;
}
html.schriftsw h1,
html.schriftsw h2,
html.schriftsw h3,
html.schriftsw .aactive_root,
html.schriftsw .aactive_root:hover,
html.schriftsw .ainactive_root:hover,
html.schriftsw #sub_menu_div a,
html.schriftsw #contentcol a,
html.schriftsw div.scroll-top,
html.schriftsw div.scroll-top a,
html.schriftsw div#locbar,
html.schriftsw div#topdiv,
html.schriftsw div#topdiv a,
html.schriftsw #header,
html.schriftsw #wrapper{
	color:#fff !important;
	background:#000 !important;
}
html.schriftsw a{
	text-decoration:underline !important;
	color:#fff !important;
}




