@charset "utf-8";
body,html  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #FFFDF7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
img {
	border: 0px;
}
h1 {
	color:#0082C2;
	font-family: 'Merienda One';
	font-size: 1.6em;
	line-height : 1.4em;
}
h2 {
	font-size: 1.4em;
	line-height : 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	line-height : 1.4em;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	z-index: 3;
}
#header {
	width: 900px;
	height: 316px;
}
#browserInfo {
	display: none;
}

#banner {
}

#noslider {
	display: none;
}

#caipi {
	position: absolute;
	padding-top: 250px;
	margin-left: 1180px;
}

#slider {
	width:900px;
	height:270px;
	/*IE bugfix*/
	padding:0;
	margin:0;
}
#slider li { list-style:none; }

.headerBackgroundLogo {
	z-index: 3;
	position: absolute;
	top: 50px;
	margin-left: 660px;
}
.headerBackgroundHandschrift {
	display: none;
	position: relative;
	float: left;
	left: 15px;
	top: 230px;
}
.headerBackgroundHandschriftJetztNeu {
	display: none;
	z-index: 3;
	position: absolute;
	top: 90px;
	margin-left: 30px;

}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 200px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:10px 10px 20px 0;
}
#sidebar1 a, #mainContent a {
	color:#0082C2;
	font-weight: bold;
}
#mainContent {
	margin: 10px 300px 20px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	line-height: 1.5em;
}
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer {
	padding-top: 5px;
	height:120px;
	/*
	background:url(/images/footerBackground.jpg) repeat-x left top;
	*/
	background: #EEEEEE;
	font-size: 11px;
}

#footer_landing{
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	text-align:center;
}

#footer_impress {
	margin-left: 40px;
	margin-right: 40px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

#footer_landing a, #footer_impress a {
	text-decoration:none;
	color:black;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:28px;
	margin:0 240px 0 0;
	text-align:center;
}
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(/images/menuBackground.180.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:16px;
	padding:11px 20px;
}
#navcontainer ul li a:hover {
	background: url(/images/menuBackgroundActive.gif) repeat-x left top;
	color: #0082C2;
}
#navcontainer ul li #current {
	color: #0082C2;
}
/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(/images/dot.gif) 0 0 repeat-x; padding-bottom:20px;}
.b {background:url(/images/dot.gif) 0 100% repeat-x}
.l {background:url(/images/dot.gif) 0 0 repeat-y}
.r {background:url(/images/dot.gif) 100% 0 repeat-y}
.bl {background:url(/images/bl.gif) 0 100% no-repeat}
.br {background:url(/images/br.gif) 100% 100% no-repeat}
.tl {background:url(/images/tl.gif) 0 0 no-repeat}
.tr {background:url(/images/tr.gif) 100% 0 no-repeat; padding:10px 20px}
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(/images/n_dot.gif) 0 0 repeat-x; padding-bottom:0px;}
.n_b {background:url(/images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(/images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(/images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(/images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(/images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(/images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(/images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px}
/* end news border corners*/

.floatRight{
	padding-left: 20px;
	float:right;
	/*        width: 311.5px;*/
}
.floatLeft{
	float:left;
	padding-right: 20px;
	/*        width: 311.5px; */
}

.title-image{
	margin-bottom:10px;
}
.foto_rahmen {
	margin: 0 0 .4em 0;
	padding: .5em .5em .5em .5em;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	width: 100%;
}

.toggleLink {
	font-size: 11px;
}
.faq_frage {
	color: #000000;
	padding-top: 10px;
}
.toggle {
	color: #000000;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dotted #88C021;
}
.artikel_headline{
	font-size: 22px;
	width: 500px;
}


/* Popup */
#hintergrund {
	display:none;
	z-index:5;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}

/*#popup {
    display: none;
    z-index: 6;
    position: fixed;
    width: 900px;
    top: 5%;
    left: 30%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #000;
	line-height: 1.3;
}*/

#popup {
	display: none;
	z-index: 6;
	/*position: fixed;
    width: auto;*/
	height: 495px;
	overflow: auto;
	top: 5%;
	/*left: 30%;
    margin-left: -250px;
    margin: 0 auto;*/
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 8px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3;
}

.popup {
	display: none;
	z-index: 6;
	/*position: fixed;
    width: auto;*/
	height: 200px;
	overflow: auto;
	top: 5%;
	/*left: 30%;
    margin-left: -250px;
    margin: 0 auto;*/
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 8px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3;
}

div.schliessen {
	position: relative;
	height: 30px;
	width: 30px;
	/* left: 27px;
     bottom: 24px;*/
	background: url("/images/close.png") no-repeat scroll 0 0 transparent;
	float: right;
	cursor: pointer;
}

#popup_inhalt {
	margin: 8px 14px;
}


/* Popup Grüngürtel Pass */
#gg_hintergrund {
	display:none;
	z-index:1;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}

#gg_popup {
	display: none;
	z-index: 2;
	position: fixed;
	width: 600px;
	top: 5%;
	left: 30%;
	margin-left: -250px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 8px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}

#gg_popup_inhalt {
	margin: 8px 14px;
}







/* Enscroll */
#scrollbox3 {
	overflow: auto;
	width: 400px;
	height: 360px;
	padding: 0 5px;
	border: 1px solid #b7b7b7;
}

.track3 {
	width: 10px;
	background: rgba(0, 0, 0, 0);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear;
	transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
	background: #d9d9d9; /* Browsers without rgba support */
	background: rgba(0, 0, 0, 0.15);
}

.handle3 {
	width: 7px;
	right: 0;
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
	width: 10px;
}

#Newsletterbox {
	color:#0082C2;
	font-family: 'Merienda One';
	font-size: 1.2em;
	margin-top: -5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.text25 {
	color: #A50063;
	font-weight: bold;
}
.text30 {
	color: #00C348;
	font-weight: bold;
}
.text32 {
	color: #00A5C6;
	font-weight: bold;
}
.text35 {
	color: #00C348;
	font-weight: bold;
}
.text40 {
	color: #0000ff;
	font-weight: bold;
}
.text45 {
	color: #0000ff;
	font-weight: bold;
}
.text50 {
	color: #E8572C;
	font-weight: bold;
}
.text51 {
	color: #00C348;
	font-weight: bold;
}
.textgreen {
	color: #00C348;
}
.textAusgebucht {
	color:#FF5C08;
	font-weight: bold;
}
.textKomplettAusgebucht {
	text-decoration: line-through;
}

.terminliste {
	list-style-position: outside;
	list-style-type:none;
}

.terminliste li {
	margin-left: -20px;
}


.wetterbox {
	float:right;
	line-height: 1.4;
	width: 133px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background: #EEEEEE;
}
.wetterbox h3 {
	line-height: 0.1;


}
.wetterbox li{
	font-size: 0.75em;
	list-style-type: none;
}

.fuehrerbild{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	float:left;
	height: 139px;
}
.container-fluid>.navbar-header{
	margin-left:initial;
	margin-right:initial;
}
@media (max-width: 413px) {
	.floatLeft{
		padding-right:0;
		width:100%;
	}
	.floatRight{
		padding-left:0;
		width:100%;
	}
}
