@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'opensans-light';
    src: url('fonts/opensans/opensans-light-webfont.eot');
    src: url('fonts/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-regular';
    src: url('fonts/opensans/opensans-regular-webfont.eot');
    src: url('fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

table {
	line-height:24px;
	font-size:15px;
	border-spacing:0;
  border-collapse:collapse;
  border:none;
}
table tr td {
	padding-bottom:8px;
	vertical-align:top;
}

/* CI Color: #610A46 */

/* Common Styles ------------------------------------------ */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
body {
	font-family: 'opensans-light', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

.fancybox-wrap {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
a {
text-decoration: none;
}
a:hover, a:focus { text-decoration: none; border: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px 0px;
	line-height: 1.3;
	font-family: 'opensans-light', sans-serif;
}

h1,
h2 {
	line-height: 30px;
	letter-spacing: 3px;
}
.slogan h1 {
	line-height: 60px;
	letter-spacing: 6px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
	font-weight:800;
}

h3 {
	font-size: 24px;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
}

p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Colors ------------------------------------------ */
body.color-1::-moz-selection {background: #610A46; color: #fff; }
body.color-1::selection {background: #610A46; color: #fff; }
body.color-1 a {
	color: #610A46;
}
body.color-1 div#top-nav #fixed-nav li a:hover {
	color: #fff;
}
body.color-1 div#top-nav #fixed-nav li.current a {
	border-bottom: 2px solid #fff;
}
body.color-1 .bg-color {
	background: #610A46;
}
body.color-1 hr {
	border-bottom: 1px solid #610A46;
}
body.color-1 span.highlight {
	color: #610A46;
}
body.color-1 #footer {
	font-weight: bold;
	background: #610A46;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
/* Navigation & Logo ------------------------------------------ */

#header {
	top:0px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
	background: #610A46;
	position: fixed;
	height: 50px;
	z-index:9999;
}
#logo {
	display: block;
	border: none;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	text-transform: uppercase;
	letter-spacing:2px;
}
#logo img {
	width:25px;
	margin-top:-3px;
	margin-right:12px;
}
#logo a {
/*font-family: 'Montserrat',  sans-serif;
	font-weight:400;*/
	color: #fff;
	font-size:20px;
	text-decoration: none;
	border: none;
}
#logo span{
	margin-left:2px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing:2px;
}
div#top-nav{
	margin-top: 13px;
}
div#top-nav ul {
	font-family: 'Montserrat',  sans-serif;
	float: right;
	margin-bottom: 0px;
}
div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
	margin-left: 20px;
	display: inline-block;
	zoom: 1; *display: inline;
}
div#top-nav #fluid-nav li:first-child, div#top-nav #fixed-nav li:first-child  {
	margin-left: 0;
}
div#top-nav #fluid-nav li a, div#top-nav #fixed-nav li a {
	color: #D8D8D8;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
}
div#top-nav #fluid-nav li a:hover {
	color: #fff;
	text-decoration: none;
}
div#top-nav #fluid-nav li.current a {
	color: #fff;
}
div#top-nav #fixed-nav li a:hover {
	text-decoration: none;
}
div#top-nav #fixed-nav li.current a {
	color: #fff;
	padding-bottom: 3px;
}
/* Slogan & Banners ------------------------------------------ */
.slogan {
	height: 100%;
	text-align: center;
	width: 100%;
}
.slogan h1 {
	text-shadow: 2px 2px 2px #333333;
	color: #ffffff;
}
.hero {
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	height: 150px;
}
.home .hero{
	margin-top: 0px;
}
/* Backgrounds ------------------------------------------ */
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Icon Blocks ------------------------------------------ */
.i-block{
	text-align: center;
}
.i-block i{display: inline-block;margin-bottom: 24px;font-size: 6em; color: #a1a1a1}
.i-block h3 {
	color: #610A46;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 14px;
}
/* Dividers ------------------------------------------ */
.hr-small {
	float: none;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin: 10px 0;
	float: left;
}
.hr-center.hr-small .hr-inner {
	left: 50%;
}
.hr-small .hr-inner {
	width: 32%;
	margin-left: -16%;
}
.hr-inner {
	border-color:#610A46;
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	width: 100%;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	z-index:1;
}
.hr-invisible {
	margin-bottom: 0;
}
hr {
	border: 0;
	margin: 10px 0;
}
#kontakt hr {
	border-bottom: 1px solid #BEBEBE;
}

/* Section, Footer & Misc ------------------------------------------ */
.content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section{
	border-bottom: 1px solid #e1e1e1;
}
.section-alt{
	background: #fcfcfc;
}

.block {
	text-align:justify;
}
.picon img {
	width:40px;
	margin-bottom:10px;
}
.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h2{
	color:#610A46;
	font-size: 26px;
	margin: 0px;
	text-align: center;
}
.title p {
	letter-spacing: 1px;
	line-height: 1.6em;
	font-size: 18px;
	margin: 0px;
}
.text-center{
	text-align: center;
}
.clear{
	clear: both;
}
#footer {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
#footer p {
	color: #d6d6d6;
}

#footer a{
	color: #d6d6d6;
	text-decoration: underline;
}
#footer-noscript {
	display:none;
}
#map_canvas {
	width:100%;
	height:420px;
	float:left;
}
#map_canvas img {
	max-width:none;
}
#googlemap {
	width:100%;
	padding:10px;
	padding-right:17px;
}
#googlemap h4 {
	font-family: 'opensans-regular', sans-serif;
	font-size:12px;
	margin-top:6px;
	margin-bottom:-10px;
	color:#610A46;
}
#googlemap p {
	font-family: 'opensans-regular', sans-serif;
	font-size:12px;
	line-height:19px;
	margin-left:30px;
}
#impressum {
	font-family: 'opensans-regular', sans-serif;
	display: none;
	width:90%;
	overflow-x:hidden;
}
#impressum p {
	font-size:14px;
}
#datenschutz {
	font-family: 'opensans-regular', sans-serif;
	display: none;
	width:90%;
	overflow-x:hidden;
}
#datenschutz p {
	font-size:14px;
}

/*Media Queries*/

@media (max-width: 1020px) {
	#header {
		height: 100px;
	}
	#logo-container {
		width:440px;
	  margin: 0 auto;
		left:0;right:0;
	}
	#logo {margin-left:15px}
	#top-nav {
		display:inline-block;
		width:100%;
	  margin: 0 auto;
		left:0;right:0;
		text-align:center;
	}
	div#top-nav ul {
	font-family: 'Montserrat',  sans-serif;
	float: none;
	margin-bottom: 0px;
	}
	.slogan {margin-top:120px}
}


@media (min-width: 768px) and (max-width: 1020px){
	.title p {
	font-size:17px;
	}
}
@media (max-width: 767px) {
	#googlemap {
		display:none;
	}
	#top-nav {
		width:108%;
		text-align: left;
		}
	div#top-nav #fluid-nav li:first-child, div#top-nav #fixed-nav li:first-child  {
	margin-left: -15px;
	}
	.slogan {margin-top:120px}
	.title p {font-size:15px;}
	.title h2 {font-size:20px;}
	.signature img {width:290px;}
}

@media (max-width: 480px) {

	.mobile-hide {display:none}

	#logo {
	margin-left:5px
	}
	#logo a {
	font-family: 'opensans-regular', sans-serif;
	font-size: 12px;
	}
	#logo img {
		width:15px;
		margin-top:-3px;
		margin-right:10px;
	}
	div#top-nav{
	margin-top: 13px;
	width:115%
	}
	div#top-nav ul {
		font-family: 'Montserrat',  sans-serif;
		margin-bottom: 0px;
	}
	div#top-nav #fixed-nav li {
		margin:0;
		margin-left: 6px;
	}
	div#top-nav #fluid-nav li a, div#top-nav #fixed-nav li a {
		font-size: 11px;
	}
	body.color-1 div#top-nav #fixed-nav li.current a {
	border-bottom: 2px solid #610A46;
}
}


/* IE 7 */
*+html #map_canvas {display:none}
