@charset "utf-8";


/*
-------------------------------------------------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(100,100,100,0.5) url(../images/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  				 border-radius: 5px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;}


.grau{color:#333;}

html, body {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


/* A L L G E M E I N ------------------------------------------ */

body  {
	/*background: #fff url(../images/bg.jpg) center top repeat-x;*/
	margin: 0; 
	padding: 0;   
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
	text-align: left;
	color: #555;
	line-height: 1.3em;
	height: 100%;
	font-weight: 400; 
	
}

h1 {clear:both; margin: 0px 0px 30px 0px; padding:0px; color: #0095db; font-size:35px; font-weight:200; line-height: 1.2em; text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);}
h2 {clear:both; margin: 0px 0px 10px 0px; color:#0095db; font-size: 26px; font-weight:300; }
h3 {clear:both; margin: 0px 0px 10px 0px; font-size: 20px; font-weight:300; color:#333; }

a { color: #0095db; text-decoration: none;}
a:visited, a:focus { color: #0095db; text-decoration: none;}
a:hover {color: #333;}

a.dat { color: #efefef; text-decoration: none; font-weight:bold; }
a.dat:hover {color: #fff; text-decoration: underline;}

a.imp { color: #efefef; text-decoration: none; font-size:11px; margin-right:20px;}
a.imp:hover {color: #fff;}


a[href^="tel"]:link
{
color: #0095db;
text-decoration: none;
font-weight:normal;
cursor:text;
}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
}


.img2 {

float:left;
border: 1px #ccc solid;

}

.img2:hover {
box-shadow: 0px 0px 10px #666;}


p {margin: 0px 0px 30px 0px; }
.right{float:right}
.left{float:left} 

img.right{
	margin: 0px 0px 40px 10px; border: 1px #ccc solid;
}

img.left{
	margin: 0px 10px 40px 0px; border: 1px #ccc solid;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
 	vertical-align: baseline;
}
 
sup {
	top: -0.25em;
}
 
sub {
	bottom: -0.25em;
} 

.red{
	color:#0095db;
}

.white{
	color:#fff;
}
.big{
	color:#0095db; font-size: 26px; font-weight:300; line-height: 1.2em;
	
}


.f33 { width:33%; float:left;}
.f66 { width:66%; margin-left: 34%}

/* S T R U K T U R */

#overlay {
	max-width: 611px;
	position: absolute;
	overflow: hidden;
	left: 74px;
	top: -2px;
	color: #fff;
	padding: 0px 10px 30px 10px;
	background: transparent;
	z-index: 5;
}

/* LOGO */
#logowrapper{width:100%; float:left; margin: 0px 0px 10px 0px;}
#logo { width:100%; padding:20px 0px 0px 0px; margin:0px; background: rgba(255,255,255,0.0) ;text-align: center;}
#slogan { width:100%; padding:13px; margin:0px; background: rgba(158, 123, 84, 0.8); text-align: center; letter-spacing: 0.5em; font-size:15px; line-height:1.2em; color:#536649; font-weight:bold;}

/* M E N U E */
.navbar-default {
	background: none;
    background-color: none;
    border: 0px;
}
.navbar-default .navbar-toggle{
	background: rgba(255, 255, 255, 0.7);
	border-color: #0095db;
	margin-right:0px;
}
.navbar-default .navbar-collapse{
	border: 0px;
}
.navbar-nav{
	margin: 0px;
}

#menuwrapper{max-width:600px; float:left; margin: 0px 0px 0px 0px;}
#menu {width:100%; padding:0px; margin:0px; background-color: transparent; }
#menu a{display: block; padding: 5px 30px 5px 30px; margin:0px; font-size:17px; font-weight:400; letter-spacing: 1px; color:#fff; background: #0095db;}
#menu a:hover{background:#fff; text-decoration: none; color:#0095db;}

#menu li{
	float:left;
	list-style: none;
	margin: 0px 5px 2px 0px;
}

#menu li.last
{
	float:right;
	list-style: none;
	margin: 0px 0px 2px 0px;
}

.dropdown ul{
	padding: 0px;
	background: #0095db;
}
.dropdown li{
	width: 100%;
}

.caret{
	margin-left: 5px;
}

.footer {clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; text-shadow: none; background: rgba(110, 110, 110, 0.8);}

.footer-inner{
	padding: 10px 40px 10px 40px; font-size: 12px; color:#fff; line-height: 1.3em;
}

/* C O N T E N T  E L E M E N T E */

#contentwrapper {float:left; width: 100%; margin-top:-30px; font-size: 15px; font-weight: 400; color:#555; line-height: 1.8em; padding:0px 0px 20px 0px; text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);}
.content{clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; background: rgba(255, 255, 255, 0.8); }
.content a {color:#0095db; font-weight:bold;}
.content ul{margin: 0px 10px 10px 25px;}

.content-inner{
	padding: 40px 40px 10px 40px;
}
.no-background{
	background: none;
}
#showtitle {z-index: 90;position: absolute; bottom: 100px; right: 100px; background-color:#FFFFFF; display: none;	color: #333;	padding: 10px;	width: 500px; border: solid 1px #0095db;} 

/* I M A G E   S L I D E R */
#pause{ position: absolute; z-index: 3; top: 756px; left: 856px; display: block;}
#superbgimage{ overflow: hidden; z-index: 0; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; display: block; background: none repeat scroll 0% 0% transparent;}


#superbgimage img {image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic;}

/* R E S P O N S I V E   S T Y L E *******************************************************/

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link {
color: #0095db;
font-weight:bold;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #0095db;

   }
}


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	

	
	#menu li{
		float:none;
		list-style: none;
		margin: 0px 0px 2px 0px;
	}	
	
		#menu li.last{
		float:none;
		list-style: none;
		margin: 0px 0px 2px 0px;
	}	
	
	#menuwrapper{width:100%; margin: 0px 0px 20px 0px;}

	.dropdown ul{
		padding: 2px 0px 0px 0px;
		background: #fff;
	}
	
	#menu .dropdown li a{
		padding: 8px 12px 9px 36px; 
	}
	
	#overlay {
		position: relative;
		margin: 0 auto;
		left: auto;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	
	#logo { width:100%; padding:40px 10px 40px 10px; margin:0px; background: rgba(255, 255, 255, 0.8); text-align: center;}
	
	
}
