@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(149,109,113,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: #a8878a;
  opacity: 1;}




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: #ddcfc6;
	line-height: 1.3em;
	height: 100%;
	font-weight: 400; 
	
}

h1 {clear:both; margin: 30px 0px 0px 0px; padding:0px; color: #fff; font-size:35px; font-weight:200; line-height: 1.2em; text-shadow: 1px 1px 2px rgba(136, 82, 88, 0.9);}
h2 {clear:both; margin: 10px 0px 10px 0px; color:#fff; font-size: 26px; font-weight:300; }
h3 {clear:both; margin: 10px 0px 10px 0px; font-size: 20px; font-weight:300; }

a { color: #d6c2b5; text-decoration: none;}
a:visited, a:focus { color: #fff; 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: #e0c6c4; text-decoration: none; font-size:11px; margin-right:20px;}
a.imp:visited, a.imp:focus { color: #e0c6c4; text-decoration: none;}
a.imp:hover {color: #fff;}


a[href^="tel"]:link
{
color: #fff;
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:#990000;
}

.white{
	color:#fff;
}
.big{
	color:#f6f3ef; font-size: 26px; font-weight:300; line-height: 1.2em; margin: 30px 00px 30px 0px;
	
}


.f33 { width:33%; float:left;}
.f66 { width:66%; margin-left: 34%}

/* S T R U K T U R */

#overlay {
	max-width: 767px;
	position: absolute;
	overflow: hidden;
	left: 81px;
	top: 0px;
	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:40px 0px 0px 0px; margin:0px; background: rgba(136, 82, 88, 0.5) ;text-align: center;}
#slogan { width:100%; padding:13px; margin:0px; background: rgba(158, 123, 84, 0); 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(252, 249, 230, 0.3);
	border-color: #62292c;
	margin-right:0px;
}
.navbar-default .navbar-collapse{
	border: 0px;
}
.navbar-nav{
	margin: 0px;
}

#menuwrapper{max-width:767px; float:left; margin: 0px 0px 0px 0px; }
#menu {width:100%; padding:0px; margin:0px; background-color: transparent; font-family: "Open Sans", Helvetica, Arial, "sans-serif";}
#menu a{display: block; padding: 5px 34px 5px 34px; margin:0px; font-size:15px; font-weight:400; color:#fff; background: #783c42;}
#menu a:hover{background:#e7dbd1; text-decoration: none; color:#59292e;}

#menu li{
	float:left;
	list-style: none;
	margin: 0px 6px 2px 0px;
}

#menu li.last
{float:right;
	margin: 0px 0px 2px 0px;
}

.dropdown ul{
	padding: 0px;
	background: #3c342b;
}
.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(120, 60, 66, 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:#f0e9e3; line-height: 1.8em; padding:0px 0px 20px 0px; text-shadow: 1px 1px 2px rgba(136, 82, 88, 0.9);}
.content{clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; background: rgba(136, 82, 88, 0.7); }

.content a {color:#fff; font-weight:bold;}
.content ul{margin: 0px 10px 10px 25px;}

.content-inner{
	padding: 40px;
}


.content2{clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; background: rgba(120, 60, 66, 0.8); }
.content2 a {color:#fff; font-weight:bold;}
.content2 ul{margin: 0px 10px 10px 25px;}


.content3{clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; background: rgba(100, 40, 46, 0.8); }
.content3 a {color:#fff; font-weight:bold;}
.content3 ul{margin: 0px 10px 10px 25px;}




.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 #d4d4d4;} 

/* 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: #c3160e;
font-weight:bold;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #c3160e;

   }
}


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {
	
#menuwrapper{max-width:767px; float:left; margin: 0px 0px 0px 0px; }
#menu {width:100%; padding:0px; margin:0px; background-color: transparent; font-family: "Open Sans", Helvetica, Arial, "sans-serif";}
#menu a{display: block; padding: 5px 34px 5px 34px; margin:0px; font-size:15px; font-weight:400; color:#fff; background: #783c42;}
#menu a:hover{background:#e7dbd1; text-decoration: none; color:#59292e;}

#menu li{
	float:left;
	list-style: none;
	margin: 0px 6px 2px 0px;
}

#menu li.last
{float:right;
	margin: 0px 0px 2px 0px;
}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	
	
	#menuwrapper{max-width:767px; float:left; margin: 0px 0px 0px 0px;  }
#menu {width:100%; padding:0px; margin:0px; background-color: transparent; font-family: "Open Sans", Helvetica, Arial, "sans-serif";}
#menu a{display: block; padding: 5px 33px 5px 33px; margin:0px; font-size:15px; font-weight:400;  color:#fff; background: #783c42;}
#menu a:hover{background:#e7dbd1; text-decoration: none; color:#59292e;}

#menu li{
	float:left;
	list-style: none;
	margin: 0px 3px 2px 0px;
}

#menu li.last
{float:right;
	margin: 0px 0px 2px 0px;
}
	
#overlay {
		position: relative;
		margin: 0 auto;
		left: auto;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	#menu a{height:40px; padding: 10px 26px 10px 40px; background: rgba(136, 82, 88, 0.7)}
	#menu a:hover{background: rgba(120, 60, 66, 0.8); color:#fff;}
	
	#menu li{
		float:none;
		list-style: none;
		margin: 0px 0px 2px 0px;

	}		
	
	#menu li.last
{float: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 0px 0px 0px; margin:0px; background: rgba(136, 82, 88, 0.5) ;text-align: center;}
}
