/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #93B7BA; }
a:visited { color: #93B7BA; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }





					/*==============
						Maerz.de Layout
					==============*/

					/*==============
						CORE STYLING
					==============*/

					
					
					
					
/*==============
	Helper Classes
==============*/

.alignLeft {
	text-align: 							left;
}
.alignRight {
	text-align: 							right;
}
.color1 {
	color: 									#70a0a4 !important;
}
.color2 {
	color: 									#93b7ba !important;
}
.color3 {
	color: 									#223049 !important;
}
.uppercase {
	text-transform:					uppercase;
}

/*==============
	Globals
==============*/

html {
	font-family: 							Arial;
	font-size: 							16px;
	line-height:							18px;
	color:									#565656;
	font-weight:							normal;
}
html a {
	text-decoration:					none;
}
a:hover {
	color: 									#70a0a4 !important;
}

/*==============
	�berschriften
==============*/

h1 {
	font-size:								24px;
	font-weight:							normal;
	margin:							0px;
	padding:						0px;
	margin-bottom: 5px;
	color: #70A0A4 !important;
	text-transform: uppercase;
}
h2 {
	font-size:								16px;
	font-weight:							normal;
	margin:							0px;
	padding:						0px;
	margin-bottom: 5px;
	color: #70A0A4 !important;
	text-transform: uppercase;
}
h3 {
	font-size:								16px;
	font-weight:							bold;
	margin:							0px;
	padding:						0px;
	margin-bottom: 5px;
	color: black;
}
h4 {
	font-size:								13px;
	font-weight:							normal;
	margin:							0px;
	padding:						0px;
	margin-bottom: 5px;
	color: black;
}
p {
	margin:							0px;
	padding:						0px;
	margin-bottom: 5px;
}
#main #left h2 {
	font-size:								12px;
	margin:								0px;
	padding: 								5px 0px;
	text-transform:					uppercase;
}

/*==============
	Wrapper
==============*/

body {
	width:									100%;
	background: 						#e9e9e9;
}
#rap {
	width:									835px;
	margin:	 							0 auto;
}
#main {
	background:  						#fff;
	padding: 								0px 27px;
}

#header {
	background:  						#fff;
	padding-bottom:					20px;
	position:								relative;
}
#header img.slideBG {
	padding-left:						1px;
	padding-top:						140px;
}
#headerLayer {
	position:								absolute;
	margin-left:							27px;
	width:									186px;
	height:									100%;
	background:						url(../img/transparent.png) repeat;
}
.logoWrapper {
	width:									186px;
	padding:								13px 0px 13px 0px;	/* 53px 0px 13px 0px */
	background:						#fff;
	-moz-box-shadow:   			3px 3px 2px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 			3px 3px 2px 1px rgba(0,0,0,0.3);
	box-shadow:         				3px 3px 2px 1px rgba(0,0,0,0.3);
}
/*==============
	contact form
==============*/
div.contactForm input,
div.contactForm textarea {
 width: 200px; 
 margin-bottom: 10px;
}
div.contactForm textarea {
  height: 150px;
}
div.contactForm label {
  display: block;
  float: left;
  width: 100px;
}
/*==============
	Navigation Main
==============*/

#nav {
	position:								absolute;
	top: 										90px;
	right: 									20px;
}
#nav ul li {
	float: 									left;
	position:						relative;
}
#nav ul li a {
	color:  									#565656;
	margin-left: 							10px;
	font-size: 							12px;
	line-height: 							18px;
	font-weight: 						bold;
	letter-spacing: 					0.5px;
	text-transform: uppercase;
}
#nav ul li a.active,
#nav ul li a:hover {
	text-decoration: 					underline;
}


/*==============
	Navigation Sub
==============*/


#subNav {
	position: 								relative;
	padding-top: 						15px; /* 175px */
	list-style:  							none;
	list-style-image: 					none;
}
body.home #subNav {
	padding-top:						175px;
}
#subNav ul {
	padding: 								0px;
	margin: 								0px;
}
#subNav ul li {
	list-style:								none;
	list-style-image:					none;
	margin:								3px;
	background:						url(../img/transparent.png) repeat;
	text-align: 							right;
	padding:								2px 0px;
}
#subNav ul li a {
	color:									#565656;
	font-size:								12px;
	text-decoration:					none;
	padding:								2px 5px 2px 2px;
	font-weight:							bold;
	text-transform: uppercase;
}

#subNav ul li:hover,
#subNav ul li.active {
	background: 						#fff;
}


/*==============
	socialIcons 
==============*/

#socialIcons {
	position:								absolute;
	top: 										10px;
	right: 									20px;
	z-index: 10;
	color: #565656;
}
#socialIcons a {
	text-decoration: none;
	font-size: 11px;
	color: #565656;
	padding-left: 10px;
	font-weight: bold;
}

/*==============
	Layout Blocks
==============*/

#main #left { 
	width:									185px;
	display:								inline-block;
	margin-right:						45px;
	vertical-align: 						top;
	padding:								0px 0px 25px 0px
}
#main #left {
	font-size:								11px;
	background: 						#fff;
	padding-left: 0px;
}

body.home #main #content { 
	width:									315px;
	display:								inline-block;
	margin-right:						5%;
	vertical-align: 						top;
	padding:								0px 0px 25px 0px
}
#main #content { 
	width:									557px;
	display:								inline-block;
	margin-right:						30px;
	vertical-align: 						top;
	padding:								0px 0px 25px 0px;
	font-size: 							12px;
	line-height:1.5;
	background: 						#fff;
}
#main #content.rightSide { 
	padding-right: 0px;
	margin-right: 0px;
	width: 545px;
}



#main #content ul li {
	margin-bottom: 5px;
}


#main #right { 
	width: 									185px;
	display:								inline-block;
	vertical-align: 						top;
	padding:								5px 0px 25px 0px;
	background: 						#fff;
}
#main #right div.imageBlock a {
	text-decoration:					none;
	display:								block;
	color: #565656;
	font-size:12px;
}
#main #right div.imageBlock a img {
	border:								1px solid #f2f2f2;
	padding-bottom:					5px;
	margin-bottom:					5px;
}
#main #right div.imageBlock a img:hover {
	border:								1px solid #70a0a4;
}
#main #right div.imageBlock {
	margin-bottom: 10px;
}
body.service #subNav {
	padding-top:10px;
}

div#footer {
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: right;
}
div#footer a {
	color: #565656;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 10px;
	text-transform: uppercase;
}
/*===========================
	�ffnungszeiten ersatz mobile only
============================*/

		div#mobile_only ul {
			list-style: 						none;
			list-style-image:			none;
			padding:						0px;
		}
		div#mobile_only ul li {
			list-style:						none;
			list-style-image:			none;
			padding:						0px;
		}


		
/*===========================
	Media Queries
============================*/
		
   
		#mobile_only {
			display:			none;
		}
		.slideBGsmall {
			display:			none;
		}
		#headerLayer div#selectNav  {
			display:none;
		}
		
@media only screen and (min-width: 650px) and (max-width: 830px ){



}
@media only screen and (max-width: 830px) {
/*		830	- - - 		*/


		
		#rap {
			width:				100%;
			margin:			0px 0px;
		}
		#main {
			overflow:hidden;
		}
		#main #left { 
			display:			none;
		}
		#main #right {
			float:right;
		}
		body.home #main #content {
			width: 64%;
		}
		#main #content {
			width:				65%;
			margin-right:	0px;
			float:left;
		}
		

		#main #content h1{
			font-size:			38px;
		}
		#mobile_only {
			display:			block;
		}		
		div#mobile_only ul {
			width:				100%;
		}
		div#mobile_only ul li {
			width:				45%;
			float:				 left;
			margin-right:	1%;
		}	



		.logoWrapper {
			width:				186px;
			padding:			13px 0px 13px 0px; /* 53px 0px 13px 0px */
		}	
		#header img.slideBG {
			padding-left:	1px;
		}		
		.slideBG {
			background-size:100%;
			width:				100%;
		}

		
		body.home #subNav {
			/*padding-top:40%;*/
		}
		#subNav {
			position:			relative;
			padding-top:	15px;
		}

		

		#main #right a img {
			background-size: 100%;
			max-width: 		100%;
			height: 			auto;
		}
		
}
@media only screen and (max-width: 710px) and (min-width: 650px ) {
/* sehr kleienr BP nur f�r main NAV */

		#nav {
			right:				5px;
			width:				65%;
		}

}
@media only screen and (max-width: 650px) and (min-width: 320px ) {
/* Force 320er Layout */

		#nav {
			z-index:			99999;
			top:					165px;
			text-align:		center;
			font-size:			11px;
			display:			block;
			left:					7%;
			width:				80%;
		}
		#nav ul li {
			line-height: 		2.2;
			display:			inline-block;
			float:				none;
		}		
		
		#subNav {
			display:none;
			width:				92%;
			/*position:			relative;*/
			padding:			35px 11px;
			margin-top:		0%;
			background:	rgba(255,255,255,0.5);
		}
		#subNav ul li {
			text-align:		center;
			background:	rgba(255,255,255,0.5);
			padding:			1px 0px;
			margin:			1px;
		}
		#subNav ul li a {
			padding:			0px;
			font-weight:		normal;
		}
		body.home #header {
			/*padding-bottom:30px;*/
		}
		#header {
			padding-bottom:			295px;
		}
		#headerLayer div#selectNav  {
			margin:100px auto 0px auto;
			display:block;
			width:100%;
			text-align: center;
		}
		#headerLayer {
			margin:			0px 27px 27px 27px;
			background: 	none;
			width:				auto;
		}
		.logoWrapper {
			width:				260px;			
			padding-top: 	15px;
		}
		.logoWrapper a {
			width: 				auto;
			margin-left:		35px;
		}		

		.slideBG {
			display:			none;
		}
		.slideBGsmall {
			background-size:100%;
			width:				100%;
			display:			block;
			padding-top:	218px;
		}
		
		
		
		#rap {
			width:				320px;
			margin:			0px auto;
		}		
		#main {
			padding: 			0px 40px;
		}
		body.home #main #content {
			width: 100%;
		}
		#main #content {
			width:				100%;
			margin-right:	0px;
		}
		#main #content h1{
			font-size:			28px;
			text-align:		center;
		}
		#main #content div#mobile_only {
			font-size:			12px;
			display:			inline-block;
			width:				100%;
		}
		
		#main #content p {
			text-align:		justify;
		}
		#main #content p,
		#mobile_only
		{
			padding: 			0px 0px;
		}

		div#mobile_only ul li {
			width:				100%;
			clear:				left;
			margin-right:	0%;
		}		
		div#mobile_only table {
			width:				100%;
		}

		#main #right {
			clear:				right;
			float:				none;
			width:				100%;
		}
		#main #right a img {
			display:			block;
			margin: 			0 auto;
			max-width: 		100%;
			text-align: 		center;
			margin-top:		10px;
		}
		#main #content.rightSide {
		  width: auto;
		}
		div.contactForm label {
		  float: none;
		}
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  div#nav,
  div#subNav,
  div#selectNav,
  div#footer {
  	display: none;
  }
}



/*
 * PHOTOGALLERY
 * 
 */
div.photoGallery {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.photoGallery img {
	padding-right: 10px;
	padding-bottom: 10px;
}


/*
 * IMAGE ROTATOR
 * 
 */
div.imageRotatorGallery div.wr360_player {
	display: none;
}
div.imageRotatorGallery {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.imageRotatorGallery img {
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
 * LIGHTBOX
 * 
 */


/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
