html { 
	height: 100%; 
}

body {
	background-color:#ffffff;
	height:100%;
	margin:0px auto;
	min-width:960px;
}

body a
{
	text-decoration: none;
}

#Firmenleiste
{
	float:left;
	width:100%;
	height:230px;
	display:inline;
}

#Firmenleiste_mobile
{
	top:0;
	left:0;
	z-index:1;
	position: fixed;
	height:90px;
	
	display: none;
	background-color:#3465a4;
	float:left;
	width:100%;
	text-decoration: none;
}

#Firmenleiste_mobile p
{
	text-align:center;	
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size: 25px;
	margin-top:30px;
	
	letter-spacing: 2px;
	font-family: Calibri;
}

#menbu
{
	margin-top:3px;
	height:90%;
	float:left;
	position:absolute;
	cursor: pointer;
	
	margin-left:10px;
}

#logo_white
{
	margin-top:10px;
	height:80%;
	float:right;
	margin-right:10px;
}

#Firmenleiste img
{
	height:150px;
	position: absolute;
	margin-left:10%;
	margin-top:40px;
}

#leiste_name
{
	text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
	text-decoration:none;
	margin-top:90px;
	position: static;
	font-size:70px;
	font-family: Calibri;
	letter-spacing: 7px;
}

#telnum {
	float: right;
	font-size:30px;
	margin-top:-30px;
	margin-right:20px;
	letter-spacing: 4px;
} 

#main
{
	width:80%;
	margin-left:10%;
	overflow: hidden;
	/*position:static;
	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
	text-align:center;
}


p {
	font-family: Arial Narrow, sans-serif;
	font-size: 16px;
}

#Topbar
{
	display:inline;
	position: static;
	float:left;
	width:100%;
	height:40px;
	background-color: #ffffff; /*#f7ecd9;*/
	text-align:center;
	
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: #000000;
}

#Topbar_mobile
{
	font-size:30px;
	display: none;
	z-index: 1;
	top:90px;
	background-color:#3465a4;
	position:fixed;
	width:100%;
}

#Topbar_mobile .link
{
	width:100%;
}

#Topbar_mobile .link p
{
	font-size:30px;
	color: #ffffff;
}

.link
{
	width:24%;
	display: inline-block;
	height:100%;
}

.link p
{
	margin-top:6px;
	font-size:20px;
	text-decoration: none;
	color:#000000;
}

.link:hover {
  background-color: #ea7500;
  transition: background-color 0.5s;
}

.link:hover p {
	color:#ffffff;
}


#Haupttext
{
	margin-top:30px;
	display: inline-block;
	width:98%;
	text-align: left;
	padding-bottom:200px;
	font-family: Arial Narrow, sans-serif;
	color: #000000;
}

#Haupttext h2
{
	margin-top:5px;
	font-weight:normal
}

#Haupttext p 
{
	
}

#textbox1
{	
	width:945px;
	margin-top:70px;
	border-style: solid;
	border-width:2px;
}

#bottombar
{
	background-color: #3465a4;
	text-color: #ffffff;
	text-align:center;
	height:150px;
	bottom:0px;
	left:0px;
}

#bottombar_mobile
{
	display:none;
	float:left;
	position:absolut;
	
	background-color: #3465a4;
	text-color: #ffffff;
	text-align:center;
	width:100%;
	height:200px;
	bottom:0px;
	left:0px;
}

#bottombar_mobile p
{
	color: #ffffff;
	margin-left:10px;
	font-size:30px;
}

#gmaps-karte_mobile
{
	height:110px;
	margin-top:25px;
	float:left;
	margin-left:30px;
	transition: transform .2s; /* Animation */
}

#gmaps-karte_mobile:hover {
	transform: scale(1.2);
}

#bottombar p
{
	color: #ffffff;
}

#textbottombar_mobile a
{
	text-decoration: none;
	color: #ffffff;
}

#textbottombar
{
	display: inline-block;
	width:90%;
	height:100%;
}

#textbottombar img
{
	transition: transform .2s; /* Animation */
}

#textbottombar img:hover
{
	transform: scale(1.2);
}

#textbottombar_mobile img
{
	transition: transform .2s; /* Animation */
}

#textbottombar_mobile img:hover
{
	transform: scale(1.2);
}

#textbottombar_mobile p
{
	margin-left: 20px;
}

#textbottombar p
{
	font-size: 17px;
	margin-left: 10px;
}

#textbottombar a
{
	text-decoration: none;
	color: #f4eeee;
}

#gmaps-karte
{
	height:45%;
	margin-top:15px;
	float:left;
	margin-left:5px;
	transition: transform .2s; /* Animation */
}

#gmaps-karte:hover {
	transform: scale(1.2);
}


@media only screen and (max-width: 1100px) {
  	#Firmenleiste
	{
		display:none;
	}
	
	#Firmenleiste_mobile
	{
		display:inline;
	}
	
	#bottombar
	{
		display:none;
	}
	
	#bottombar_mobile
	{
		display:inline;
	}
	
	#Topbar
	{
		display:none;
	}
	
	#Haupttext
	{
		margin-top:100px;
		width:90%;
		margin-left:5%;
	}
	
	#main
	{
		width:100%;
		margin-left:0px;
	}
	
	
	#Haupttext p {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1100px) {
  	#Logo2
	{
		display:none;
	}
}

#ordi
{
	height:400px;
	float:right;
	margin-top:20px;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #302c2c;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #302c2c;
  font-size: 35px;
  padding: 8px 12px;
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top:70px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}