/* @group AdminPanel CSS-Dateien */
@import url("db/news/news.css");
@import url("db/speisekarte/speisekarte.css");
@import url("db/galerie/galerie.css");
@import url("db/downloadarea/download.css");
@import url("db/links/links.css");
@import url("db/newsletter/newsletter.css");
@import url("db/veranstaltungen/veranstaltungen.css");
@import url("db/mannschaften/mannschaften.css");
@import url("db/vorstand/vorstand.css");
@import url("db/news_ticker/news_ticker.css");
/* @end */

@import url("scripts/formmail/formmail.css");




body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	 
	/*background:	#fff url(images/footer_kachel-x.jpg) repeat-x left bottom;
		*/
		background: #fff;

}

a {
	color: #00569d;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: 700;
	font-size: 15px;
	color: #f38e1a;
	letter-spacing: 2px;
}

h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	color: #f38e1a;
}

h3 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: 700;
	font-size: 12px;
	color: #86634a;
}

h4 {
	margin: 30px 0 5px 0;
	padding: 1px 5px;
	background: #e0d2a7;
	font-weight: 700;
	font-size: 12px;
	color: #391c0e;
}

h1:first-child {
	margin: 0 0 10px 0;
}

h1 + h2 {
	margin: 0px 0 10px 0;
}


p + h2 {
	margin: 15px 0 10px;
}


p {
	margin: 0;
	padding: 10px 0;
}

p.kontakt {
	float: left;
	padding: 0;
	width: 130px;
}

.lebenslauf ul li span {
	float: left;
	padding: 0;
	width: 110px;
}

.lebenslauf ul {
	list-style-type: none;
	margin: 15px 0 20px 0;
}


h1 + p {
	padding-top: 0;
}

h2 + p, h2 + img + p {
	padding-top: 0;
}

ol {
	margin: 15px 0 10px 25px;
	padding-left: 15px;
	list-style-position: outside;
	text-align: left;
}

ul {
	margin: 15px 0 20px 25px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
}

li {
	padding: 0 0 0 0;
}

img {
	border: 0;
}


iframe {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	box-shadow: 0px 0px 5px #dadada;
	margin: 0 20px 0 5px;
	float: left;

}

div.hr {
	border-top: 0px solid #e4e4e4;
	margin: 10px 0;
	padding: 0;
	
	display: block;
	clear: both;
}

/* Hauptelemene */
#head_first_line {
	height: 60px;
	background: #fff;
	/*background: transparent url(images/head_kachel-x.jpg) repeat-x left top;*/
}

#head_second_line {
	height: 45px;
	background: #f38e1a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	outline: 1px solid #f38e1a;
	margin: 0 0 1px 0;
}


#head {
	width: 100%;
	height: 302px;
	background: #fff;
		
	
}

img.logo {
	width: 260px;
	height: 301px;
	display: block;
	position: absolute;
	left: 50%;
	top: 108px;
	margin-left: -506px;
	z-index: 999;
}



#content {
	width: 950px;
	min-height: 100px;
	margin: 40px auto 80px;
	overflow: auto;	
}

#content .boxleft,
#content .kontaktleft {
	width: 620px;
	overflow: auto;
	float: left;
	margin: 0 50px 0 0;
}

#content .boxright,
#content .kontaktright  {
	width: 280px;
	overflow: auto;
	float: left;
	margin: 0;
}


#content .boxleft_karriere {
	width: 240px;
	overflow: auto;
	float: left;
	margin: 0 50px 0 0;
}

#content .boxright_karriere {
	width: 660px;
	overflow: auto;
	float: left;
	margin: 0;
}

#content .boxright_karriere H1 {
	margin: 30px 0 10px 0;
}



#content .kontaktleft 		{	width: 450px; }

#footer {
	height: 100px;
	padding: 20px 0 30px;	
	border-top: 1px solid #f38e1a;
	
	background: -moz-linear-gradient(top, rgba(246,210,142,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,210,142,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d28e', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}

#footer div {
	width: 950px;
	margin: 0 auto;
	overflow: auto;
}

#footer p {
	float: right;
	font-size: 11px;
	color: #000;
}

#footer p a {
	color: #000;
}

#footer h1 {
	margin-top:  0;
}

#navigation {
	overflow: auto;
	margin: 1px 0 0 0;
	
	background: #f38e1a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	outline: 1px solid #f38e1a;
	
	box-shadow: 0px 0px 0px green,
				15px 15px 8px -10px #8a8a8a,
				0px 15px 8px -10px #8a8a8a,
				-15px 15px 8px -10px #8a8a8a;
	
	
}

#navigation_center {
	width: 950px;
	height: 48px;
	margin: 0 auto;
}



#navigation_center div  {
	margin-left: 30px;
	display: block;
	float: left;
	height: 48px;
	
}

#navigation_center div:first-child {
	margin-left: 0px;
	
}

#navigation_center div a,
#navigation_center div a:hover,
#navigation_center div.nav_active a,
#navigation_center div.nav_active a:hover  {
	height: 48px;
	display: block;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*font-family: 'Marvel', sans-serif;*/
	font-family: Kameron;
	font-weight: 400;
	
}

#navigation_center div a:hover  {
	color: #000;
	
}

#navigation_center div.nav_active a,
#navigation_center div.nav_active a:hover  {
	color: #000;
}



/* @group Subnavigation */
.subnavOn {display: inherit; }

.subnavOff {display: none;}

.subnavigation {
	width: 950px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	height: 40px;
	padding: 15px 0 0;

	
	
	
}

.subnavigation div {
	float: left;
	/*border-left: 1px solid #fff;*/
}

.subnavigation div:first-child {
	border-left: none;
}

.subnavigation div a,
.subnavigation div a:hover,
.subnavigation div.subnav_active a,
.subnavigation div.subnav_active a:hover  {
	display: block;	
	height: 40px;
	line-height: 25px;
	padding: 0 8px;	
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	margin: 0 5px 0 0;
	
	
}

.subnavigation div a:hover,
.subnavigation div.subnav_active a,
.subnavigation div.subnav_active a:hover  {
	
	background: -moz-linear-gradient(top, rgba(246,210,142,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,210,142,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,210,142,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d28e', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	/*-moz-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);*/
    




	color: #fff;
}
/* @end */

/* @group subnavleft */

.subnavleftcontainer {
	
	float: left;
	overflow: hidden;
	
	
	
}

.subnavleft {
	background: transparent url(images/content_kachel.png) repeat left top;
	box-shadow: 0px 0px 5px #ccc;
	width: 210px;
	margin: 25px 25px 25px 0;
	padding: 0;
}


.subnavleft div 				{ 
	border-top: 1px solid #a2a2a2;
	
 	}

.subnavleft div:first-child 	{ border-top: none;	}

.subnavleft div a,
.subnavleft div.subnavleft_active a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	background: none;
	border-left: 10px solid #eec880;
	color: #333333;
}

.subnavleft div a:hover,
.subnavleft div.subnavleft_active a {
	background: #fff;
	border-left: 10px solid #f38e1a;
	color: #f38e1a;;
}

.subnavleft div.subnavleft_active a {
	background: #fff;
	border-left: 10px solid #f38e1a;
	color: #f38e1a;;
}

div#mobile_sub_wellness {
	display: none; !important;
	visibility: hidden;  !important;
	border: none;  !important;
	
	margin-left: 0;!important;
	float: none; !important;
	height: 0; !important;
	width: 0;!important;	
}



/* @end */

.ifsubnavleft {
	width: 650px;
	float:  left;
	overflow: auto;
}

.col300 {
	width: 300px;
}

.col100 {
	width: 100px;
}

.col70 {
	width: 70px;
}

.col180 {
	width: 180px;
}

.preisliste {
	margin: 10px 0 15px 0;
}

.preisliste table {
	
	border-collapse: collapse;
}

.preisliste table tr td {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	text-align: right;
	vertical-align: top;
}

.preisliste table tr td:first-child {
	background: #f9f9f9;
	text-align: left;	
}

.preisliste table tr:first-child td {
	background: #f9f9f9;	
}

.preisliste table tr:hover td {
	background: #e5e5e5;	
}

div.team_box  {
	padding: 20px;
	overflow: auto;
	margin: 0 0 20px 0;
	/*width: 170px;*/
	color: #000;
	background: rgba(228,122,32,0.2);
	
}

div.team_box img {
	float: right;
	margin: 0 0 5px 10px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.8);
	width: 170px;
	padding: 5px;
}




#gmaps img {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #000;
	margin: 10px 3px;
	background: -moz-linear-gradient(-45deg,  #966e54 0%, #86634a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#966e54), color-stop(100%,#86634a));
	background: -webkit-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: -o-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: -ms-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: linear-gradient(135deg,  #966e54 0%,#86634a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966e54', endColorstr='#86634a',GradientType=1 );

}

.neu {
  background: #f6d28e;
  background-image: -webkit-linear-gradient(top, #f6d28e, #f38e1a);
  background-image: -moz-linear-gradient(top, #f6d28e, #f38e1a);
  background-image: -ms-linear-gradient(top, #f6d28e, #f38e1a);
  background-image: -o-linear-gradient(top, #f6d28e, #f38e1a);
  background-image: linear-gradient(to bottom, #f6d28e, #f38e1a);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 9px;
  padding: 2px 5px 1px 5px;
  text-decoration: none;
  width: 20px;
}

.neu:hover {
  text-decoration: none;
}

.logoline img {
	float: left;
	margin: 0 0 0 20px;
}

.minigal img {
	float: left;
	border: 3px solid #e7e7e7;
	margin: 30px 50px 0 0;
}

.minigal img:nth-child(3n+0) {
	margin: 30px 0 0 0;
}

.logoline img:first-child{
	margin: 0 0 0 0;
}

.column {
	column-count: 2;
	column-gap: 50px;
	column-rule: 1px solid #e7e7e7;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-moz-column-rule: 1px solid #e7e7e7;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-webkit-column-rule: 1px solid #e7e7e7;
	text-align: left;
	vertical-align: top;
	
}

.column ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
}

.column ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 23px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}


.mobile_nav {
	display: none;
	visibility: hidden;
}

#change_mobile {
	display: none;
	visibility: hidden;
}


#mobile_head {
	display: none;
	visibility: hidden;
}

.mobileon {
	display: none;
	visibility: hidden;
}

/* Mobile Landscape and Portrait */

	

	
   


