@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


.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(111, 130, 101, 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: #536649;
  opacity: 1;}




html, body {
	background: #ccc;
	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-size: 100.01%;
	font-family: "Open Sans",Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	text-align: left;
	color: #000;
	line-height: 1.3em;
	height: 100%;
	font-weight: 400; 
	
}

h1 {clear:both; margin: 0px 0px 30px 0px; padding:0px; font-size:35px; font-weight:300; line-height: 1.2em; text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);}
h2 {clear:both; margin: 0px 0px 10px 0px; font-size: 26px; font-weight:300; }
h3 {clear:both; margin: 0px 0px 10px 0px; font-size: 20px; font-weight:300; }

a { color: #5d3002; text-decoration: none;}
a:hover {color: #4e2a06;}

a.dat { color: #efefef; text-decoration: none; font-weight:bold; }
a.dat:hover {color: #fff; text-decoration: underline;}

a.imp { color: #e7dacd; text-decoration: none; font-size:13px; margin-right: 20px}
a.imp:hover {color: #fff;}


a[href^="tel"]:link
{
color: #4e2a06;
text-decoration: none;
font-weight:normal;
cursor:text;
}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
}

.img-responsive2{display: block; width: 100%}

.img2 {

float:left;
border: 1px #c9b39e solid;

}

.img2:hover {
box-shadow: 0px 0px 10px #c9b39e;}


p {margin: 0px 0px 30px 0px; font-size: 110%}


.right{float:right}
.left{float:left} 

img.right{
	margin: 0px 0px 40px 10px; border: 1px #c9b39e solid;
}

img.left{
	margin: 0px 10px 40px 0px; border: 1px #c9b39e 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:#000; 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 */

#kasten {max-width:611px; position: absolute; overflow:hidden; left: 8%; top: 0px; color: #000; 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 40px 0px; margin:0px; background: transparent ;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:#000; 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: #536649;
	margin-right:0px;
}
.navbar-default .navbar-collapse{
	border: 0px;
}
.navbar-nav{
	margin: 0px;
}

.navbar-default2 {
	background: none;
    background-color: none;
    border: 0px;
}
.navbar-default2 .navbar-toggle2{
	background: rgba(255, 255, 255, 0.7);
	border-color: #536649;
	margin-right:0px;
}
.navbar-default2 .navbar-collapse2{
	border: 0px;
}
.navbar-nav2{
	margin: 0px;
}

#menuwrapper{width:100%; float:left; margin: 0px 0px 0px 0px;}
#menu {width:100%; padding:0px; margin:0px; background-color: transparent;}
#menu a{display: block;text-align: center; padding: 10px 26px; margin:0px; font-size:17px; font-weight:400; color:#333; background: rgba(255, 255, 255, 0.8);}
#menu a:hover{background:rgba(255, 255, 255,1.0); text-decoration: none; color:#000;}

#menu li{
	float:left;
	list-style: none;
	width:32%;
	margin: 0px 2% 10px 0px;
}

#menu li.last
{
	float:right;
	width:32%;
	margin: 0px 0px 10px 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(111, 130, 101, 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:10; font-size: 15px; font-weight: 400; color:#000; line-height: 1.8em; padding:0px 0px 20px 0px; text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.95);}
.content{clear:both; float:left; width:100%; margin: 0px 0px 10px 0px; background: rgba(255, 255, 255, 0.8); }
.content a {color:#291401; 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 #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: #5d3002;
font-weight:bold;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #4e2a06;

   }
}




/* Landscape phones and portrait tablets */
@media (max-width: 780px) {
	
	

	
	#menu li{
		float:none;
		width:100%;
		list-style: none;
		margin: 0px 0px 2px 0px;
	}
	#menu li.last {width:100%; float:none;}
	

#menu a{ text-align: left; padding:15px 15px 15px 40px }
	
	#kasten {
	max-width:90%; position: absolute; overflow:hidden; left: 5%;
	}
	
	.f33 { width:100%; float:none;}
.f66 { width:100%; margin-left: 0;}

}



@media only screen and (max-device-width: 767px) {
		
#kasten {max-width:80%!important; position: absolute; overflow:hidden; left: 10%;}
	

	
#menu li{
		float:left;
		width:32%;
		list-style: none;
		margin: 0 2% 0 0;
	}
	#menu li.last {width:32%; float:right;}
	
	
	#menu a{font-size:16px; padding: 10px 0; text-align: center; }

		
	}


@media only screen and (max-device-width: 480px) {

#kasten {max-width:80%!important; position: absolute; overflow:hidden; left: 10%; }
	
	h1 {font-size: 50px}
		h2 {font-size: 45px}
	h3 {font-size: 40px}
	
#menu li{
		float:none;
		width:100%;
		list-style: none;
		margin: 0px 0px 10px 0px;
	}
	#menu li.last {width:100%; float:none; margin: 0px 0px 10px 0px;}
	
	
	#menu a{font-size:30px;padding: 30px 40px; text-align: left; }
	
p{font-size:30px;line-height: 1.6em;}
	.big{font-size: 45px;} 
	
	.f33 { width:100%; float:none;}
.f66 { width:100%; margin-left: 0;}

	
	#logo { width:100%; padding:40px 10px 40px 10px; margin:0px; background: rgba(111, 130, 101, 0.8); text-align: center;}
	a.imp { font-size:20px;}

		
	}