@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Arimo:400,700|Noto+Sans:400,700|Roboto+Condensed:400,700|PT+Sans+Caption:400,700);
body {
	font-family: 'Noto Sans', 'PT Sans Caption', Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 0px;
}
h1 {
	color: #0000CC;
	font-size: 2em;
}
h3 {
	color: #ff6600;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
	color: #F60;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-weight: bold;
}
img {
	display: block;
}
p {
	margin: 0px;
}
/*Header
*****************************************************************/
.header {
	background-color: #0000CC;
	display: block;
	height: 140px;
}
#branding {
	width: auto;
	height: 36px;
	background: url('../images/gap2.png') 0px 0px;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
}
#logobar {
	background-color: #0000CC;
	height: 190px;
}
#logo {
	border: none;
	height: 60px;
	padding: 86px 0 0 24px;
}
#schriftzug {
	position: absolute;
	left: 276px;
	top: 110px;
	border: none;
	height: 36px;
}
/*Content
*****************************************************************/
.container {
	position: relative;
	top: -226px;
	width: 1120px;
	margin: 0px auto;
}
.content {
	text-align: justify;
	width: 1120px;
	margin: 0 auto;
}
.text_content {
	width: 800px;
	margin: 70px auto 80px auto;
	padding: 0px;
}
.table {
	width: 668px;
	margin: 70px auto 70px auto;
}
.agb {
	font-size: 10px;
}
#introbild {
	width: 100%;
	margin: 100px auto 80px auto;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
}
/*Footer
*****************************************************************/
.footer {
	position: relative;
	top: -278px;
	width: auto;
	height: 60px;
	background-color: #0000CC;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
}
.footertag {
	position: relative;
	margin-left: -15px;
	top: 5px;
	color: #f60;
	z-index: 10;
}
.copy {
	padding: 0 0 16px 15px;
}
#facebook {
	position: relative;
	float: right;
	top: -51px;
	z-index: 10;
	border: none;
	margin-left: 20px;
	border: none;
}
#instagram {
	position: relative;
	width: 48px;
	float: right;
	top: -51px;
	z-index: 10;
	border: none;
}
#unterschrift {
	width: 48px;
	padding: 0px 50px;
}
/* Nav
*****************************************************************/

.highlight {
	color: #f60;
	font-weight: bold;
}
.navbar a {
	z-index: 6;
	display: block;
	width: 140px;
	padding: 7px 0px 9px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.main {
	float: left;
	background: #F60 url('../images/flip2.png') 0px 0px no-repeat;
	-webkit-transition: background .7s ease;
	-moz-transition: background .7s ease;
	-o-transition: background .7s ease;
	transition: background .7s ease;
	outline: none;
	border: none;
}
.main a:hover, .dropdown:hover {
	background: url('../images/flip2.png') 0px -34px no-repeat;
	text-shadow: 0px 3px 3px rgba(108, 108, 108, 0.51);
	color: #000;
	-webkit-transition: background .7s ease;
	-moz-transition: background .7s ease;
	-o-transition: background .7s ease;
	transition: background .7s ease;
}
.main a:active {
	background: url('../images/flip2.png') 0px -34px no-repeat;
	text-shadow: 0px 3px 3px rgba(108, 108, 108, 0.51);
	color: #000;
	-webkit-transition: background .7s ease;
	-moz-transition: background .7s ease;
	-o-transition: background .7s ease;
	transition: background .7s ease;
}
.dropbtn {
	margin: 0;
	padding: 0px;
	cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
}
.dropdown {
	float: left;
	display: block;
	width: 140px;
	padding: 7px 0px 9px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: background .7s ease;
	-moz-transition: background .7s ease;
	-o-transition: background .7s ease;
	transition: background .7s ease;
	outline: none;
	border: none;
}
.dropdown-content {
	margin-top: 10px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	text-align: left;
	z-index: 11;
}
.dropdown-content a {
	float: none;
	color: #666;
	padding: 12px 8px 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	background: #eee;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 2px #999999;
}
.dropdown a:hover {
	background-color: #ddd;
	color: #000;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 2px #999999;
}
.show {
	display: block;
}
/*jQuery lightbox
*****************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 50%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0px;
	float: right;
}
#lightbox-container-image-data-box {
	font: 16px 'Noto Sans', 'PT Sans Caption', Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #0000cc;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
	margin-top: 15px;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding: 14px 0px 11px 0px;
}
/*Google Maps
*****************************************************************/
iframe {
	width: 797px;
	height: 420px;
	border: solid #fff 2px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
}
/*Table Gallery
*****************************************************************/
.gallery {
	font-size: 13px;
	line-height: 18px;
	width: 668px;
	text-align: left;
	margin: -28px 0px 10px 0px;
}
td {
	margin: 0px;
	padding: 6px 0px 6px 6px;
}
.heading h3 {
	vertical-align: top;
	text-align: left;
	padding: 33px 0px 5px 0px;
}
.thumb {
	margin-top: 1px;
	border: 4px solid #ffffff;
	width: 152px;
	height: 139px;
	padding-right: 0px;
	margin-left: -6px;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
	-webkit-transition: border .9s ease; /* Firefox */
	-moz-transition: border .8s ease; /* WebKit */
	-o-transition: border .8s ease; /* Opera */
	transition: border .8s ease; /* Standard */
}
.thumb:hover {
	border: 4px solid #ea5906;
}
.secondcol {
	vertical-align: top;
	padding-left: 0px;
}
.subfirstcol {
	vertical-align: top;
	width: 206px;
	font-weight: bold;
}
.subsecondcol {
	padding-right: 6px;
}
.subtable {
	width: 500px;
	-webkit-box-shadow: 0px 1px 7px #999999;
	-moz-box-shadow: 0px 1px 7px #999999;
	box-shadow: 0px 1px 7px #999999;
}
.rowgraydark {
	background-color: #d9d9d9;
}
.rowgraylight {
	background-color: #e9e9e9;
}
