/* marcellus-sc-regular - latin */
@font-face {
  font-family: 'Marcellus SC';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/marcellus-sc-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/marcellus-sc-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/marcellus-sc-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/marcellus-sc-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/marcellus-sc-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/marcellus-sc-v13-latin-regular.svg#MarcellusSC') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}



* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	text-decoration: none;
	color:#000000;

	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:20px;
}
body {
	background-color:#ffffff;
}
#hg {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(gfx2018/hg.jpg);
	background-size: cover;
	background-position:50% 0%;
	background-repeat:no-repeat;
}

#container {
	min-height:100%;
	position:relative;
}

.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:1400px;
	clear:left;
}
.hor2,.hor2_weiss {
	position:relative;
	margin-left:8%;
	margin-right:8%;
	max-height:100000px;

}
.hor2_weiss {
	border-bottom:6px solid #466428;
	background-color:#ffffff;
}


.schwung {
	position:relative;

	background-image: url(gfx2018/schwung.png);
	background-size: 100% auto;
	background-position:50% 100%;
	background-repeat:no-repeat;
	min-height:76px;
}
.schwung2 {
	position:relative;

	background-image: url(gfx2018/schwung2.png);
	background-size: 100% auto;
	background-position:50% 100%;
	background-repeat:no-repeat;
	min-height:76px;

}
@media all and (max-width:800px) {
	.hor2,.hor2_weiss {
		margin-left:4%;
		margin-right:4%;
	}
}
@media all and (max-width:520px) {
	.hor2,.hor2_weiss {
		margin-left:0%;
		margin-right:0%;
	}
}
@media all and (max-width:1000px) {
	.schwung,.schwung2 {
		min-height:54px;
	}
}
@media all and (max-width:600px) {
	.schwung,.schwung2 {
		min-height:34px;
	}
}
input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}
/* -------------------------------------------------- */
#weiter {
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:123px;

	background-image: url(gfx2018/weiter.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;

	cursor:pointer;
}
@media all and (max-width:1150px) {
	#weiter {
		display:none;
	}
}
/* -------------------------------------------------- */
#log {
	position:fixed;
	left:0px;
	top:0px;

	text-decoration: none;
	font-weight:400;
	font-size: 12px;
	color: #ffffff;
	line-height:14px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:40000;
	background-color:#000000;
}
/* -------------------------------------------------- */
#oben {
	position:relative;
	left:0px;
	width:100%;
	min-height:120px;
	z-index:29999;
}
#fb {
	position:absolute;
	top:22px;
	right:696px;
	width:30px;
	height:30px;
}
#fb img {
	width:100%;
	height:100%;
}
#insta {
	position:absolute;
	top:62px;
	right:696px;
	width:30px;
	height:30px;
	opacity:0.7;
}
#insta img {
	width:100%;
	height:100%;
}
#logo {
	position:absolute;
	left:0px;
	top:20px;
	width:280px;
}
#logo img {
	width:100%;
	height:auto;
}
#kontaktblock {
	position:relative;
	width:260px;

	top:173px;
	left:0px;
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;

	border-radius:10px;
	text-align:center;
	line-height:18px;
	color:#000000;
	background-color:#ffffff;
}

/* -------------------------------------------------- */
#logo_start {
	position:fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	width:100%;
	text-align:center;
	display:none;
}
#logo_start img {
	width:50%;
	height:auto;
}
#logoa {
	position:fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	width:100%;
	text-align:center;

	opacity:0;
}
#logoa img {
	width:200px;
	height:auto;
}
/* -------------------------------------------------- */
#abstand_unten {
	position:relative;
	height:150px;
}
#unten {
	position:relative;
	left:0px;
	width:100%;


	text-align:center;
	font-size:16px;
	padding-bottom:30px;

	font-weight:400;
	color:#ffffff;
	color:#000000;
	text-shadow: #ffffff 0px 0px 5px;

}
#unten p {
}
#unten a {
	text-decoration:none;
	color:#000000;
}
#unten a:hover {
	text-decoration:underline;
}

/* -------------------------------------------------- */
.schwung1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;

	background-image: url(gfx2018/schwung1.png);
	background-size: 100% auto;
	background-position:0% 0%;
	background-repeat:no-repeat;

}
/* -------------------------------------------------- */
#menue {
	position:relative;
	float:right;
	width:750px;
	padding-top:0px;
	text-align:right;
	line-height:0px;
	margin-top:-40px;
}

.menue {
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin-right:0px;
	margin-left:20px;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
	border:2px solid transparent;

}
.menue img {
	width:150px;
	height:auto;
	filter: grayscale(100%);
}
.menue a {
	text-decoration:none;
	color:#ffffff;
}
.menue p {
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;

	font-size:11px;
	font-weight:600;

	line-height:14px;
	padding-bottom:0px;
	padding-left:8px;

	background-color:#404040;
	text-transform: uppercase;
	color:#ffffff;
	
}
.menue:hover {
	border:2px solid #466428;
}
.menue:hover > p {
	background-color:#466428;
	color:#ffffff;
}
.menue:hover > img {
	filter:grayscale(0%);
}
/* -------------------------------------------------- */
@media all and (max-width:1200px) {
	#menue {
		width:560px;
		margin-top:0px;
		padding-top:20px;
	}
	.menue {
		margin-left:5px;
		margin-bottom:5px;
	}
	.menue img{
		width:120px;
	}
	.menue p {
		font-size:9px;
		line-height:13px;
	}
	#kontaktblock {
		top:120px;
	}
	#logo {
		position:absolute;
		top:10px;
		left:40px;
		width:200px;
	}
	#fb {
		top:10px;
		right:auto;
		left:0px;
		width:20px;
		height:20px;
	}
	#insta {
		top:10px;
		right:auto;
		left:23px;
		width:20px;
		height:20px;
	}
}
@media all and (max-width:520px) {
	#fb {
		left:10px;
	}
	#insta {
		left:33px;
	}
}
/* -------------------------------------------------- */
@media all and (max-width:990px) {
	#logo {
		position:relative;
		text-align:center;
		left:auto;
		top:auto;
		width:100%;
		padding-top:20px;
	}
	#logo img {
		width:260px;
		height:auto;
	}
	#menue {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	#menue {
		width:532px;
	}
	.menue {
		margin-left:3px;
		margin-right:3px;
		margin-bottom:6px;
	}
	#kontaktblock {
		top:auto;
		left:auto;
		position:relative;
		margin: auto;
	}
}
/* -------------------------------------------------- */
@media all and (max-width:640px) {
	#menue {
		width:402px;
	}
}
/* -------------------------------------------------- */
@media all and (max-width:490px) {
	#menue {
		width:266px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#menue2 {
	position:fixed;
	left:0px;
	width:100%;
	text-align:center;
	background-color:#ffffff;
	background-color:#466428;
	z-index:30000;
	padding-top:10px;
	padding-bottom:10px;
	line-height:25px;

	background-image: url(gfx2018/strich_oben.png);
	background-position:0% 100%;
	background-repeat:repeat-x;

	top:-80px;
}
.menue2 {
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
@media all and (max-width:1020px) {
	#menue2 {
		display:none;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.layout1 {
	position:relative;
}
.layout1 p {
	margin-left:30px;
	margin-right:30px;
}
.layout1_links {
	position:relative;
	display:inline-block;
	vertical-align:top;

	width:58%;

	padding-bottom:60px;
	margin-right:5%;
	padding-top:14px;

}
.layout1_rechts {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:37%;
	margin-bottom:50px;
}
.layout1_rechts_foto {
	position:relative;
	line-height:0px;
}
.layout1_rechts img {
	width:100%;
	height:auto;
}
/* -------------------------------------------------- */
@media all and (max-width:970px) {
	.layout1_links {
		width:auto;
		margin-right:40px;
		padding-bottom:30px;
	}
	.layout1_rechts {
		width:auto;
		margin-bottom:0px;
	}
}
/* -------------------------------------------------- */
.layout1 h1 {
	color:#466428;
	font-size:40px;
	font-weight:normal;
	margin-left:30px;
	margin-right:30px;
	line-height:40px;
	margin-bottom:10px;

	font-family: 'Marcellus SC', serif;
	font-size:36px;
	line-height:36px;
	word-wrap:break-word;
}
.h1 {
	color:#466428 !important;
	font-weight:normal !important;
	margin-left:30px !important;
	margin-right:30px !important;
	margin-bottom:10px !important;

	font-family: 'Marcellus SC', serif !important;
	font-size:36px !important;
	line-height:36px !important;
	word-wrap:break-word !important;
}

@media all and (max-width:570px) {
	.layout1 h1,.h1 {
		font-size:26px;
		line-height:26px;
	}
}
.layout1 h2 {
	color:#000000;
	font-size:18px;
	font-weight:600;
	margin-left:30px;
	margin-right:30px;
	line-height:24px;
	margin-bottom:30px;
}

.layout1 h3 {
	color:#466428;
	font-size:16px;
	font-weight:600;
	margin-left:30px;
	margin-right:30px;
	line-height:24px;
	margin-bottom:0px;
	margin-top:40px;
}

.layout1 a {
	font-weight:600;
	text-decoration:underline;
	color:#466428;
}
.layout1 a:hover {
	color:#213012;
}
@media all and (max-width:500px) {
	.layout1 h1,.layout1 h2,.layout1 h3,.layout1 p {
		margin-left:10px;
		margin-right:10px;
	}
}
/* -------------------------------------------------- */
.layout1_links ul {
	margin-left:50px;
}
@media all and (max-width:500px) {
	.layout1_links ul {
		margin-left:28px;
	}
}
.layout1_links li {
	color:#466428;
	border-bottom:1px solid #d0d0d0;
	padding-top:6px;
	padding-bottom:6px;
}
.layout1_links li span {
	color:#000000;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#einschub1 {
	position:relative;
	margin:auto;
	width:450px;
	height:450px;

	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}
#einschub1a {
	position:absolute;
	width:80%;
	left:10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#einschub1 h2 {
	color:#466428;
	font-size:28px;
	font-weight:normal;
	font-family: 'Marcellus SC', serif;
	line-height:32px;
	margin-bottom:30px;
}

#einschub1 a {
	font-weight:600;
	text-decoration:none;
	color:#000000;
}
#einschub1 a:hover {
	text-decoration:underline;
}
@media all and (max-width:540px) {
	#einschub1 {
		width:auto;
		height:auto;
		border-radius:0px;
		padding:20px;
	}
	#einschub1a {
		position:relative;
		top:auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
/* -------------------------------------------------- */
#einschub2 {
	position:relative;
	margin:auto;
	width:250px;
	height:250px;

	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}
#einschub2 p {
	padding-top:53px;
}
#einschub2a {
	position:absolute;
	width:80%;
	left:10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#einschub2 h2 {
	color:#466428;
	font-size:28px;
	font-weight:normal;
	font-family: 'Marcellus SC', serif;
	line-height:32px;
	margin-bottom:30px;
}

#einschub2 a {
	font-weight:600;
	text-decoration:underline;
	color:#466428;
}
#einschub2 a:hover {
	color:#213012;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
.bb {
	position:relative;
	display:inline-block;
	cursor:pointer;
	width:165px;
	margin-bottom:40px;
	line-height:0px;
}
.bb1 {
	position:relative;

	border-radius:10px;
	overflow:hidden;
	border:3px solid transparent;
	width:100%;
}
.bb1:hover {
	border:3px solid #324a1a;
}
.bb img {
	position:relative;
	border-radius:0px;
	width:100%;
	height:auto;
}
.bb h2 {
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	bottom:0px;
	background-color:#466428;
	color:#ffffff;
	font-size:12px;
	line-height:13px;
	padding-left:6%;
	width:94%;
	padding-top:5px;
	padding-bottom:6px;
	margin-top:2px;
	border-radius:6px;
}
.bb2 {
	display:none;
}
/* -------------------------------------------------- */
#bbx {
	position:relative;

}
@media all and (max-width:500px) {
	#bbx {
		margin-left:30px;
		margin-right:30px;
	}
}
/* -------------------------------------------------- */
#maske {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(gfx2018/schwarz80.png);
	background-repeat:repeat;
	z-index:50000;
	display:none;
}
/* -------------------------------------------------- */
#bb_details {
	position:absolute;

	width:80%;
	height:80%;
	overflow:auto;
	background-color:#ffffff;

	top: 10%;

	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	padding:20px;
	border-radius:10px;
}
/* -------------------------------------------------- */
#bb_links {
	position:relative;
	margin-right:240px;
}
#bb_links a {
	font-weight:600;
	text-decoration:underline;
	color:#466428;
}
#bb_links ul {
	margin-left:15px;
}
#bb_links li {
	color:#466428;
	border-bottom:1px solid #d0d0d0;
	padding-top:6px;
	padding-bottom:6px;
}
#bb_links li span {
	color:#000000;
}
#bb_links h2 {
	color:#466428;
	font-family: 'Marcellus SC', serif;
	font-size:32px;
	line-height:32px;
	word-wrap:break-word;
}
#bb_links h3 {
	color:#000000;
	margin-bottom:30px;
}
#bb_links h4 {
	color:#000000;
	font-weight:600;
	font-size:16px;
	line-height:18px;
}
#bb_rechts {
	position:absolute;
	right:20px;
	top:20px;
	width:165px;
}
#bb_rechts img {
	border-radius:10px;
	margin-bottom:15px;
}
#bb_rechts1 {
	width:155px;
	background-color:#466428;
	padding:5px;
	border-radius:10px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:40px;
}
#bb_rechts h2 {
	word-wrap:break-word;
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
}
#bb_rechts p {
	font-size:13px;
	line-height:15px;
	color:#ffffff;
}
@media all and (max-width:1000px) {
	#bb_links {
		margin-right:200px;
	}
}
@media all and (max-width:700px) {
	#bb_links {
		margin-right:0px;
	}
	#bb_rechts {
		position:relative;
		right:auto;
		top:auto;
		width:auto;
		text-align:center;
	}
	#bb_rechts1 {
		width:auto;
		padding:15px;
	}
}
#maske_x {
	position:absolute;
	right:20px;
	top:20px;
	width:25px;
	height:25px;
	background-image: url(gfx2018/x.png);
	background-size: cover;
	background-repeat:no-repeat;
	cursor:pointer;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------------------------------------tages1 lichtschätze -------- */
#tages1 {
	position:relative;
	height:480px;
text-align:left;
}
.tages1_karte {
	border-radius:5px;
	overflow:hidden;
	border:1px solid #000000;
	width:100px;
	height:auto;
	cursor:pointer;
	position:absolute;
	opacity:0;
}
#tages1_start {
	max-height:400px;
	width:auto;
	height:100%;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
position:relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
#tages1_neustart {
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top:-12px;
	background-color:#ffffff;
	color:#466428;
	text-transform: uppercase;
	font-weight:600;
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	border-radius:10px;
	z-index:29000;
	opacity:0;
	border:1px solid #808080;
}
#tages1_neustart:hover {
	color:#000000;
	
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#seitenlinks {
	position:fixed;
	right:0px;
	bottom:40px;
}
#seitenlinks a {
	position:relative;
	display:block;
	background-color:#466428;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;

	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	line-height:0px;
	
	margin-bottom:20px;
	left:35px;
}
#seitenlinks  img {
	width:11px;
	height:auto;
}
#seitenlinks a:hover {
	background-color:#1f320c;
}
@media all and (max-width:500px) {
	#seitenlinks a {
		padding-left:5px;
		padding-right:5px;
	}
}
@media all and (max-height:540px) {
	#seitenlinks a {
		margin-bottom:10px;
	}
}
@media all and (max-height:480px) {
	#seitenlinks  img {
		width:8px;
		height:auto;
	}
	#seitenlinks a {
		margin-bottom:10px;
		padding-left:7px;
		padding-right:7px;
		padding-top:10px;
		padding-bottom:10px;
		
	}
	#seitenlinks {
		bottom:10px;
	}
}
/* -------------------------------------------------- */
#gedankenklang_hinweis {
	position:absolute;
	top:180px;
	left:0px;
	background-color:#466428;
	color:#ffffff;

	font-weight:600;

	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	padding:20px;
	text-align:center;
	border:2px solid #ffffff;
	border-left:0px;
	opacity:0;
}
#gedankenklang_hinweis_x {
	color:#ffffff;
	position:absolute;
	right:-3px;
	top:-10px;
	padding:10px;
	cursor:pointer;
}
#gedankenklang_hinweis_x:hover {
	color:#000000;
}
#gedankenklang_widmen {
	position:absolute;
	width:75%;
	max-width:520px;
	
	background-color:#ffffff;
	border:1px solid #808080;

	top:130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	border-radius:10px;
	padding:20px;
	display:none;
	opacity:0;
}
#gedankenklang_widmen h2 {
	font-size:18px;
	color:#466428;
	line-height:22px;
	text-align:center;
	margin-bottom:30px;
}
/* -------------------------------------------------- */
.textfeld1 {
	background-color:#dce5d3;
	color:#000000;
	border:0px;
	width:96%;
	border-radius:5px;
	line-height:30px;
	padding-left:2%;
	padding-right:2%;

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;

	margin-bottom:10px;
}
.textarea1 {
	background-color:#dce5d3;
	color:#000000;
	border:0px;
	width:96%;
	border-radius:5px;
	line-height:30px;
	padding-left:2%;
	padding-right:2%;

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:20px;

	margin-bottom:10px;
	resize: none; 
	height:100px;
	padding-top:5px;
	padding-bottom:5px;
}
.buttongfx {
	color: #ffffff;
	padding:1px;
	padding-bottom:2px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-color:#466428;
	border: 0px;
	cursor:pointer;
	text-transform: uppercase;
	border-radius:5px;

	font-size:16px;

	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:30px;
}
.buttongfx:hover {
	background-color:#1f320c;
}
/* -------------------------------------------------- */
.layout2 {
	position:relative;
}
.layout2 a {
	font-weight:600;
	text-decoration:underline;
	color:#466428;
}
.layout2 a:hover {
	color:#213012;
}

.buchtipps {
	position:relative;
	background-color:#ffffff;
	border-radius:10px;
	text-align:left;
	padding-left:240px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;
}
.buchtipps img {
	border-radius:10px;
	overflow:hidden;
	position:absolute;
	left:30px;
	top:30px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
}
.buchtipps_h2 {
	color:#466428;
	font-weight:normal;

	font-family: 'Marcellus SC', serif;
	font-size:24px;
	line-height:28px;
	word-wrap:break-word;
}
@media all and (max-width:900px) {
	.buchtipps {
		padding-left:220px;
		padding-right:20px;
	}
	.buchtipps img {
		left:20px;
	}
}
@media all and (max-width:680px) {
	.buchtipps img {
		position:relative;
		left:auto;
		top:auto;
		margin-bottom:20px;
	}
	.buchtipps {
		padding-left:20px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------------------------------------tages2 lemuria -------- */
#tages2 {
	position:relative;
	height:480px;
text-align:left;
}
.tages2_karte {
	border-radius:12%;
	overflow:hidden;
	border:1px solid #000000;

	width:100px;
	height:auto;
	cursor:pointer;
	position:absolute;
	opacity:0;
}
#tages2_start {
	max-height:400px;
	width:auto;
	height:100%;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
position:relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
#tages2_neustart {
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top:-12px;
	background-color:#ffffff;
	color:#466428;
	text-transform: uppercase;
	font-weight:600;
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	border-radius:10px;
	z-index:29000;
	opacity:0;
	border:1px solid #808080;
}
#tages2_neustart:hover {
	color:#000000;
	
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------------------------------------tages3 sinnkarten -------- */
#tages3 {
	position:relative;
	height:480px;
text-align:left;
}
.tages3_karte {
	border-radius:12%;
	overflow:hidden;
	border:1px solid #000000;

	width:100px;
	height:auto;
	cursor:pointer;
	position:absolute;
	opacity:0;
}
#tages3_start {
	max-height:300px;
	width:auto;
	height:100%;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
position:relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border:1px solid #808080;
}
#tages3_neustart {
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top:-12px;
	background-color:#ffffff;
	color:#466428;
	text-transform: uppercase;
	font-weight:600;
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	border-radius:10px;
	z-index:29000;
	opacity:0;
	border:1px solid #808080;
}
#tages3_neustart:hover {
	color:#000000;
	
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.chronik {
	position:relative;
	margin-left:120px;
	min-height:50px;
	margin-bottom:15px;
}
.chronik h3 {
	font-family: 'Marcellus SC', serif;
	font-size:20px;
	line-height:28px;
	margin-bottom:10px;
	position:absolute;
	left:-90px;
	top:0px;

	color:#466428;
	letter-spacing:2px;

	padding-left:20px;
	padding-right:20px;

	border-radius:10px;
	width:50px;
	text-align:center;
	

	margin-left:0px !important;
	margin-right:0px !important;
	line-height:24px !important; 
	margin-bottom:0px !important;
	margin-top:0px !important;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */


.seminare {
	position:relative;
	background-color:#ffffff;
	border-radius:10px;
	text-align:left;
	padding-left:240px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;
	min-height:430px;
}
.seminare_links {
	position:absolute;
	left:30px;
	top:30px;	
	width:165px;
}
.seminare_links p {
	font-size:12px;
	line-height:14px;
}
.seminare_links img {
	border-radius:10px;
	overflow:hidden;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
}
.seminare_h2 {
	color:#466428;
	font-weight:normal;

	font-family: 'Marcellus SC', serif;
	font-size:24px;
	line-height:28px;
	word-wrap:break-word;
}
.seminare_strich {
	position:relative;
	background-color:#466428;
	height:2px;
	margin-top:10px;
	margin-bottom:10px;
	
}
@media all and (max-width:900px) {
	.seminare {
		padding-left:220px;
		padding-right:20px;
	}
	.seminare_links {
		left:20px;
	}
}
@media all and (max-width:680px) {
	.seminare_links {
		position:relative;
		left:auto;
		top:auto;
		margin-bottom:20px;
		width:auto;
		text-align:center;
	}
	.seminare {
		padding-left:20px;
	}
}
/* -------------------------------------------------- */
.sem_button {
	color: #ffffff;

	margin:0px;

	background-color:#466428;
	border: 0px;
	cursor:pointer;
	text-transform: uppercase;
	border-radius:5px;

	font-size:16px;

	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:30px;
	width:100%;
	display:block;
	text-align:center;
}
.sem_button:hover {
	background-color:#1f320c;
}
/* -------------------------------------------------- */
#oben_scroll {
	position:relative;
	background-color:#466428;
	text-transform: uppercase;

	font-size:12px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	text-align:center;
	padding-right:3px;
}
#oben_scroll a {
	text-decoration:none;
	color:#ffffff;
}
#oben_scroll a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
.shop_links {
	position:relative;
	float:left;
	width:24%;
	margin-right:1%;
}
.shop_rechts {
	position:relative;
	float:left;
	width:75%;
}
@media all and (max-width:979px) {
	.shop_links {
		float:none;
		display:none;
	}
	.shop_rechts {
		float:none;
		width:auto;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#smenue {
	position:relative;
	font-size:14px;
	line-height:24px;
	display:none;
}
#smenue_abstand {
	position:relative;
	height:20px;
	min-height:0px;
}

#smenue p {
	color:#000000;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.smenue0,.smenue0_aktiv {
	display:block;
	margin-right:20px;
	text-transform: uppercase;
	color:#000000;
	text-decoration:none;
}
.smenue0:hover,.smenue0_aktiv:hover {
	text-decoration:underline;
}
.smenue0_aktiv {
	font-weight:600;
}
.smenue_strich {
	position:relative;
	height:1px;
	background-color:#000000;
	margin-top:4px;
	margin-bottom:10px;

}
.smenue_strich2 {
	position:relative;
	height:0px;
	border-top:1px solid #808080;

}
/* -------------------------------------------------- */
.smenue_wrapper {
	position:relative;
	margin-left:30px;
	padding-top:0px;
	padding-bottom:0px;
	opacity:0;
	overflow:hidden;
	display:none;
	background-image: url(gfx2024/umenue1.png);
	background-size: 50px 100%;
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.smenue1,.smenue1_aktiv {
	position:relative;
	display:block;
	left:0px;
	padding-left:30px;
	padding-right:2px;
	line-height:34px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:10px 11px;
}
.smenue1 {
	color:#000000;
	text-decoration:none;
	font-weight:600;
}
.smenue1_aktiv {
	font-weight:600;
	background-color:#466428;
	color:#ffffff;
	text-decoration:none;
}
.smenue1:hover,.smenue1_aktiv:hover {
	background-color:#ededed;
	background-color:#466428;
	color:#ffffff;
}
/* -------------------------------------------------- */
.smenue2,.smenue2_aktiv {
	display:block;
	line-height:19px;
	padding-left:14px;
	padding-right:4px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dotted #202020;
	border-top:1px solid #808080;

	color:#000000;

}
.smenue2_aktiv {
	font-weight:600;
	background-color:#466428;
	color:#ffffff;
}
.smenue2:first-child {
	border-top:0px;
}
/* -------------------------------------------------- */
.smenue2,.smenue2_aktiv {
	text-decoration:none;

}
.smenue2:hover,.smenue2_aktiv:hover {
	background-color:#466428;
	color:#ffffff;

}
.smenue2_aktiv {
	
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.smenue3,.smenue3_aktiv {
	display:block;
	line-height:19px;
	padding-left:28px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:4px;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:12px;
}
.smenue3_aktiv {
	font-weight:600;
	background-color:#466428;
	color:#ffffff;

}
.smenue3:hover {
	background-color:#466428;
	color:#ffffff;

}
.smenue3:last-child,.smenue3_aktiv:last-child {
	margin-bottom:7px;
}
/* -------------------------------------------------- */
.smenue4,.smenue4_aktiv {
	display:block;
	line-height:19px;
	padding-left:42px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:5px;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:12px;
}
.smenue4_aktiv {
	font-weight:600;
	background-color:#466428;
	color:#ffffff;
}
.smenue4:hover {
	background-color:#466428;
	color:#ffffff;
}
.smenue4:first-child,.smenue4_aktiv:first-child {
	margin-top:7px;
}
.smenue4:last-child,.smenue4_aktiv:last-child {
	margin-bottom:7px;
}
/* -------------------------------------------------- */
.shoplink_start {
	background-color:#466428;
	color:#ffffff !important;
	text-decoration:none !important;
	border-radius:8px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
}
.shoplink_start:hover {
	background-color:#5a8035;
}
/* -------------------------------------------------- */
#navi {
	position:relative;
	color:#466428;
	color:#ffffff;
	font-weight:600;
	margin-left:30px;
	margin-right:30px;
	line-height:29px;

}
#navi span {


	padding-top:5px;
	padding-bottom:5px;
}
.navi,.navi_aktiv {
	display:block;
	float:left;
	font-weight:600;
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	background-color:#466428;
	margin-right:3px;
	margin-bottom:3px;
	
}
.navi {
	color:#000000;
	background-color:#d0d0d0;
}
.navi:last-child {
	background-color:#466428;
	color:#ffffff;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
.navi:hover {
	background-color:#466428;
	color:#ffffff;
}
@media all and (max-width:500px) {
	#navi {
		margin-left:10px;
		margin-right:10px;
	}
}
/* -------------------------------------------------- */
.shop_mitte {
	position:relative;
	margin-left:30px;
	margin-right:0px;
}
.katvs {
	position:relative;
	float:left;
	width:17%;
	height:17%;
	margin-right:2%;
	margin-bottom:4%;
	cursor:pointer;
	border:1px solid #466428;
	border-radius:8px;
	overflow:hidden;
	
	font-size:14px;
	line-height:20px;
	

}
.katvs1 {
	position:relative;

	text-align:center;
	overflow:hidden;
	width:90%;
	height:90%;
	padding:5%;
}
.katvs2 {
	position:relative;
	
	overflow:hidden;
}
.katvs1 img {
	height:100%;
	width:100%;
	object-fit:scale-down;
}
.katvs p {
	line-height:17px;
	padding:3px;
	padding-left:5px;
	border-top:2px solid #466428;
	background-color:#466428;
	color:#ffffff;
	height:34px;
	text-align:center;
	word-wrap:break-word;
}
.katvs:hover {
	box-shadow: 0px 0px 15px rgba(40, 40, 40, 0.5);
}
@media all and (max-width:1110px) {
	.katvs {
		width:21.8%;
		height:22%;
		margin-right:2%;
		margin-bottom:4%;
	}
}
@media all and (max-width:749px) {
	.katvs {
		width:29.5%;
		height:30%;
		margin-right:2%;
		margin-bottom:4%;
		font-size:13px;
	}
}
@media all and (max-width:570px) {
	.katvs {
		width:45%;
		height:30%;
		margin-right:2%;
		margin-bottom:4%;
		font-size:13px;
	}
}
@media all and (max-width:500px) {
	.shop_mitte {
		margin-left:10px;
	}
}
/* -------------------------------------------------- */
.shop_mitte2 {
	position:relative;
	margin-left:30px;
	margin-right:30px;
}
@media all and (max-width:500px) {
	.shop_mitte2 {
		margin-left:10px;
		margin-right:10px;
	}
}
/* -------------------------------------------------- */
.zeilen {
	position:relative;
	line-height:20px;
	width:100%;
	
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}
.zeilen tr {
	background-color:#f0f0f0;
	border-bottom:2px solid #ffffff;
}
.zeilen tr:nth-child(2n+1) {
	background-color:#d8d8d8;
}
.zeilen a {
	text-decoration:none;
	color:#000000;
}
.zeilen td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border-right:2px solid #ffffff;
	cursor:pointer;
}
.zeilen td:nth-child(3) {
	width:100%;
}
.zeilen td:nth-child(4),.zeilen td:nth-child(5) {
	text-align:right;
}
.zeilen td:nth-child(6) {
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	line-height:30px;
}
.zeilen td:nth-child(1) {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
.zeilen img {
	height:30px;
	width:auto;
}
.zeilen tr:nth-child(1) {
	background-color:#466428;
	color:#ffffff;
	cursor:default;
}
@media all and (max-width:570px) {
	.zeilen td:nth-child(1),.zeilen td:nth-child(2) {
		display:none;
	}
}
/* -------------------------------------------------- */
#zeilen_fotovs {
	position:absolute;
	display:none;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.zeilen .anzahl {
	position:relative;
	width:82px;
	height:22px;
	display:inline-block;
	line-height:0px;
	overflow:hidden;
	margin-top:9px;
}
.anzahl_minus {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:20px;
	border:1px solid transparent;
	background-image: url(gfx2024/anzahl_minus.png);
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	display:none;
}
.anzahl_minus:hover {
	background-color:#cdbbad;
}
.anzahl_plus {
	position:absolute;
	left:60px;
	top:0px;
	width:20px;
	height:20px;
	border:1px solid transparent;
	background-image: url(gfx2024/anzahl_plus.png);
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	display:none;
}
.anzahl_plus:hover {
	background-color:#cdbbad;
}
.anzahl input {
	position:absolute;
	left:20px;
	width:40px;
	border:1px solid transparent;
	text-align:center;
	height:22px;
	font-size:14px;
	line-height:22px;
	color:#492511;
	display:none;
}
.anzahl p {
	text-align:center;
	font-weight:600;
	color:#466428;
	cursor:pointer;
	line-height:22px;
	width:82px;
	height:22px;
	background-image: url(gfx2024/wk.png);
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:50% 0px;
	display:inline-block;
	border:1px solid transparent;
}
/* -------------------------------------------------- */
a:focus, button:focus {
	outline: 2px solid #9d0001;
}
.skip-link {
	position: absolute;
	top: -60px;
	left: 0;
	background: #9d0001;
	color: white;
	padding: 8px;
	z-index: 100;
	text-decoration: none;
}
.skip-link:focus {		
	top: 0;
}
.image-link {
	display: inline-block;
}