@charset "utf-8";
/* CSS Document */

.content
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 200%;
}
.content p
{
	float: none;
}
.content a
{
	color: #7DBF2C;
	text-decoration: underline;
}
body.winter .content a,
body.kids .content a
{
	color: #06B2FF;
}
body.winter .content a.link_right,
body.kids .content a.link_right
{
	color: #fff;
}
.content a:hover,
body.winter .content a:hover,
body.kids .content a:hover
{
	color: #444444;
}

/* Headline elements */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
}
body.kids h1, body.kids h2, body.kids h3, body.kids h4, body.kids h5, body.kids h6
{
	font-family: 'Short Stack', 'Comic Sans MS', cursive;
	letter-spacing: 0px;
}
h1
{
	width: 96%;
	padding: 10px 0 15px 0;
	margin-right: 4%;
	border-bottom: 1px solid #E7E7E7;
	
	font-size: 32px;
	font-weight: 300;
	color: #7DBF2C;
	line-height: 120%;
}
body.winter h1
{
	color: #06B2FF;
}
body.kids h1
{
	font-size: 26px;
	font-weight: normal;
	color: #06B2FF;
}

/* inner headlines */
.art_headline
{
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	line-height: 120%;
	letter-spacing: 1px;
}
.art_headline.title1
{
	padding: 10px 0 15px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
	
	font-size: 32px;
	font-weight: 300;
	color: #7DBF2C;
	line-height: 120%;
}
.art_headline.title2
{
	font-size: 17px;
}
.art_headline.title3
{
	font-size: 17px;
	color: #7DBF2C;
}
.title_wandern
{
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 800;
	color: #57861E;
	line-height: 140%;
}
@media only screen and (max-width: 480px)
{
	.art_headline
	{
		border-top: 1px solid #EAEAEA;
	}
	.art_element.closed .art_headline
	{
		border-top: 1px solid #EAEAEA;
		border-bottom: 1px solid #EAEAEA;
	}
	.art_element.colorbox .art_headline,
	.art_element.colorbox.closed .art_headline
	{
		border-top: 0px solid;
		border-bottom: 0px solid;
	}
}
/* Headline element color for winter */
body.winter .art_headline,
body.winter .art_headline.title1,
body.winter .art_headline.title3,
body.winter .art_headline.title4,
body.winter .art_headline.title5,
body.winter .art_headline.title6
{
	color: #06B2FF;
}
body.winter .art_headline.title2
{
	color: #444444;
}
/* Headline elemnet for kids */
body.kids .art_headline
{
	font-family: 'Short Stack', 'Comic Sans MS', cursive;
	color: #06B2FF;
	letter-spacing: 0px;
}
body.kids .art_headline.title3
{
	font-size: 17px;
}

@media only screen and (max-width: 480px)
{
	h1, h2, h3, h4, h5, h6
	{
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	h1
	{
		margin-right: 0;
	}
}

/* Buttons */
.content a.link_right,
body.winter .content a.link_right,
body.kids .content a.link_right
{
	margin: 10px 0 0 0;
	padding: 5px 40px 5px 10px;
	float: right;
	display: block;
	background-color: #8BCE39;
	background-image: url(../img/arrows/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
}
.content a.link_right:hover
{
	color: #006600;
}
body.winter .content a.link_right
{
	background-color: #06B5FF;
}
body.winter .content a.link_right:hover
{
	color: #0774A3;
}
body.kids .content a.link_right
{
	background-image: url(../img/arrows/arrow-right-dark.png);
	color: #274C06;
	background-color: #C0D913;
}


.content a.link_left
{
	margin: 10px 0 0 0;
	padding: 5px 40px 5px 10px;
	float: left;
	display: block;
	background-color: #8BCE39;
	background-image: url(../img/arrows/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
}
.content a.link_left:hover
{
	color: #006600;
}
body.winter .content a.link_left
{
	background-color: #06B5FF;
	color: #fff;
}

body.winter .content a.link_left:hover
{
	color: #0774A3;
}
body.kids .content a.link_left
{
	background-image: url(../img/arrows/arrow-right-dark.png);
	color: #274C06;
	background-color: #C0D913;
}

/* Highlight */
.art_element.highlight
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F0F1F4;
}

/* Color box */
.art_element.colorbox
{
	width: 96%;
	margin-right: 4%;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #73AD2C;
}
/* Unsichtbare box */
.art_element.off
{
	display:none;
}
/*Petra*/
.art_element.colorbox a
{
	color: #fff;
	text-decoration: none;
}
.art_element.colorbox a:hover
{
	color: #06600;
	text-decoration: none;
}
body.winter .art_element.colorbox a
{
	color: #fff;
	text-decoration: none;
}
body.winter .art_element.colorbox a:hover
{
	color: #0774A3;
	text-decoration: none;
}
/* Petra Ende*/
.art_element.colorbox .art_headline,
body.winter .art_element.colorbox .art_headline
{
	padding-left: 4%;
	padding-right: 4%;
	color: #FFFFFF;
}
.art_element.colorbox .art_inner
{
	padding: 0 4%;
}
body.winter .art_element.colorbox
{
	background-color: #0A9EDE;
}
body.kids .art_element.colorbox
{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #97B715;
	overflow: visible;
	
	background-image: url(../img/bgs/kbg2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
body.kids .art_element.colorbox .art_headline
{
	font-family: 'Short Stack', 'Comic Sans MS', cursive;
	font-size: 20px;
	color: #596C0C;
	background-color: #C0D913;
}
body.kids .art_element.colorbox .art_inner
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 240px;
}
body.kids .art_element.colorbox .art_inner .karrow
{
	width: 22px;
	height: 17px;
	position: absolute;
	top: -3px;
	right: 30%;
	z-index: 2;
	
	background-image: url(../img/icons/arrow-sign-k.png);
	background-repeat: no-repeat;
}
body.kids .art_element.colorbox .art_inner .kteddy
{
	position: absolute;
	top: -35px;
	right: 10px;
	z-index: 3;
}
@media only screen and (max-width: 850px)
{
	body.kids .art_element.colorbox .art_inner
	{
		padding-right: 120px;
	}
	body.kids .art_element.colorbox .art_inner .kteddy
	{
		top: 10px;
	}
	body.kids .art_element.colorbox .art_inner .kteddy img
	{
		width: 110px;
	}
}
@media only screen and (max-width: 480px)
{
	.art_element.colorbox
	{
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	.art_element.colorbox .art_headline
	{
		padding: 10px 35px 10px 3%;
	}
	.art_element.colorbox .art_inner
	{
		padding: 0 3% 10px 3%;
	}
	body.kids .art_element.colorbox
	{
		background-image: none;
	}
	body.kids .art_element.colorbox .art_inner
	{
		padding-right: 3%;
		padding-bottom: 130px;
		background-image: url(../img/bgs/kbg2.png);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	body.kids .art_element.colorbox .art_inner .kteddy
	{
		margin-left: -55px;
		top: auto;
		left: 50%;
		bottom: 10px;
	}
	.art_element.highlight
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.art_element.highlight > .art_inner
	{
		padding-bottom: 20px;
	}
}

/* Colorbox accordions */
.art_element.colorbox .art_headline .acc
{
	background-image: url(../img/icons/w_close.png);
}
.art_element.colorbox.closed .art_headline .acc
{
	background-image: url(../img/icons/w_open.png);
}
/* Kids template accordions */
body.kids .art_element .art_headline .acc
{
	background-image: url(../img/icons/w_close_k.png);
}
body.kids .art_element.closed .art_headline .acc
{
	background-image: url(../img/icons/w_open_k.png);
}

/* Other content elements  */
.content ul
{
	margin: 0;
	padding: 0 0 0 14px;
	list-style-image: url(../img/arrows/arrow-right-grey.png);
}
.content .cmb ul
{
	list-style: none;
	padding: 0;
}

/* Text with image elements inside containers */
.art_element.art_group .art_element.art_texti img.image_left,
.art_element.art_group .art_element.art_texti img.image_right
{
	width: 100%;
}

/*GOOGLE-MAPS*/

#maprahmen {
   border: 1px solid #fff;
   width: 100%;
   text-align: left;
}

#karte {
   width: 100%; 
   height: 400px;
}

#input-hintergrund {
   background: #e1e1e2;
   padding: 5px;
   border: 1px solid #e1e1e1;
}

#inputaddress {
   width: 300px;
   padding: 1px;
   height: 20px;
   border: 1px solid #fff;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*GOOGLE-MAPS Ende*/

/* Tabelle */
.preis-table-a 
{
	padding:0;
	color:#D0CBC3;
	margin:0;
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e4e5e8;
	border-left-color: #e4e5e8;
}
.preis-table-a td
{
	color:#444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e5e8;
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e5e8;
	padding:5px;
	font-family:Verdana,sans-serif;
	font-size:11px;
}
body.winter .preis-table-a tr:hover td
{
	background: #EDEDEF;
	color: #0A6FA4;
}

body.winter td.preislistetop,
body.winter .preis-table-a tr.preislistetop td
 {
	background-color:#0A6FA4;
	color:#fff;
	border-top:none;
	border-left:none;
	border-right:#e4e5e8 1px solid;
	font-family:'Oswald',Tahoma,Geneva,sans-serif;
	font-size:15px;
}
.preis-table-a tr:hover td
{
	background: #EDEDEF;
	color: #7DBF2C;
}

td.preislistetop,
.preis-table-a tr.preislistetop td
 {
	background-color:#609422;
	color:#fff;
	border-top:none;
	border-left:none;
	border-right:#e4e5e8 1px solid;
	font-family:'Oswald',Tahoma,Geneva,sans-serif;
	font-size:15px;
}
.quote {
	width: 100%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
    background: url("../img/quote_bg.png") no-repeat scroll left top transparent;
    padding: 40px 0 0 91px;
}

/* Instagram */
.instaItem,
.instaLoading
{
	width: 33.33%;
	float: left;
	padding: 0 10px 10px 0;
	position: relative;
	z-index: 1;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.instaLoading
{
	text-align: center;
}
.instaLoading img
{
	top: 50%;
	margin: 80px 0 0 0;
}
.instaItem img.thumb
{
	width: 100%;
	float: left;
	border-radius: 5px;
}
.instaItem .instaInfo
{
	width: 100%;
	min-height: 48px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 2;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #121212;
}
.instaItem .instaInfo a
{
	color: #121212;
}
.instaItem .instaInfo .profThumb
{
	width: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	border-radius: 5px;
}
@media only screen and (max-width: 480px)
{
	.instaItem,
	.instaLoading
	{
		width: 50%;
	}
}