@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#div1 {
	height: 100%;
}
.Logo {
	background-color: #231F20;
	padding: 20px 0 20px 0;
	text-align: center;
	border-bottom: 5px solid #8D8881;
}
.Slideshow {
}
.Slideshow img {
	width: 100%;
	height: auto;
}
.Inhalt {
	background-color: #634E42;
	height: 100%;
	font-size: 110%;
	padding-bottom: 20px;
}
.Inhalt_links {
	width: 100%;
}
.Inhalt_rechts {
	width: 100%;
	clear: both;
}
#FOOTER {
	height: 450px;
	position: relative;
	bottom: 0px;
}
.footer_links {
	width: 100%;
}
.footer_mitte {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.footer_rechts {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#TelMobile a[href^=tel] {
	background-color: #21201D;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-radius: 10px;
	display: block;
	margin: 20px 0 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
}
#TelMobile a[href^=tel]:hover {
	background-color: #21201D;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-radius: 10px;
	display: block;
	margin: 20px 0 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	color: #000000;
	font-weight: bold;
	background-image: -webkit-linear-gradient(90deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
	background-image: linear-gradient(0deg, rgba(191,188,177,1.00) 0%, rgba(136,135,131,1.00) 100%);
}
#TelMaxWindows {
	display: none;
}
#TelMobile {
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.Logo {
}
.Slideshow {
}
.Inhalt {

}
.Inhalt_links {
	width: 45%;
	margin-left:2%;

}
.Inhalt_rechts {
	width: 45%;
	clear: none;
	margin-right: 2%;
}
#FOOTER {
	height: 300px;
	position: relative;
	bottom: -100px;
}
.footer_links {
	width: 48%;
}
.footer_mitte {
	width: 48%;
	margin-left: 3%;
	clear: none;
}
.footer_rechts {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
#TelMaxWindows {
	display: block;
}
#TelMobile {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 95%;
	max-width: 1000px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.Logo {
}
.Slideshow {
}
.Inhalt {

}
.Inhalt_links {
	width: 48%;
}
.Inhalt_rechts {
	width: 48%;
	clear: none;
}
#FOOTER {
	height: 200px;
	position: relative;
	bottom: -300px;
}
.footer_links {
	width: 32%;
}
.footer_mitte {
	width: 32%;
	clear: none;
	margin-left: 2%;
}
.footer_rechts {
	width: 32%;
	clear: none;
	margin-left: 2%;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
#TelMaxWindows {
	display: block;
}
#TelMobile {
	display: none;
}
}
