@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	
}
.bg_home {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Background_Startseite-.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_kontakt {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Background_kontakt.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_impressum {
	background-image:url(../bilder/Background_impressum.jpg);
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_londonbus {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/004_Background_Londonbus.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_leistungen {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Background_Leistungen1.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_amibus {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Backgroundbild_Amibus.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_showtruck {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Background_Showtruck.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_londontaxi {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Londontaxi_Backgroundbild.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_spezialfahrzeuge {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Backgroundbild_Spezialfahrzeuge.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_partyzelte {
	background-repeat: no-repeat;
	background-position: top center no-repeat #FFFFFF;
	background-image: url(../bilder/Backgroundbild_Partyzelte.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
iframe {
	border:none;
	overflow:none;
	outline:none;
}
#wrapper {
	width: 100%;
	height:	100%;
}
/* ============================ */
/* Content Definition */
/* ============================ */
section {
	width: 100%;
	height:	100%;
}
section article {
	width: 950px;
	height: 100%;
	min-height: 850px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	clear: left;
}
/* Startseite */
section article .block {
	width: 300px;
	float: left;
	height:	100%;
	margin: 0 25px 0 0;
	background-color:rgba(255,255,255,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
section article .block.last {
	margin: 0 0 0 0;
}
section article .block h1 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:120%;
	color:rgb(255,255,255);
	padding: 15px 0 15px 25px;
	margin:0;
	background-color:rgb(66,150,232);
}
section article .block p {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
	padding: 5px;
	font-weight: normal;
	color:rgb(51,51,51);
}
section article .block a {
	background-color: rgb(46,132,213);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float:right;
	line-height:120%;
	padding:10px;
	font-weight: 600;
	color:rgb(255,255,255);
}
section article .block a:hover {
	background-color:rgb(66,150,232);
}
/* Rooms */
section article .block_fullwidth {
	width: 950px;
	float: left;
	height: 100%;
	margin: 0 25px 0 0;
	background-color: rgba(255,255,255,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";



	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
section article .tabs {
	position:relative;
	margin:0 0 0 -40px;
}
section article .tabs li {
	list-style:none;
	display:inline;
}
section article .tabs li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	width:150px;
	height:35px;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:normal;
	display:inline-block;
	background-color:rgb(66,150,232);
	color:rgb(255,255,255);
	text-decoration:none;
}
section article .tabs li a.active {
	color:rgb(66,150,232);
	font-size:21px;
	background-color:rgba(255,255,255,0.9);
	outline:none;
}
section article .block_fullwidth .tab_content {
	width: 910px;
	padding:20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth .tab_content .left {
	width: 500px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .left img {
	width: 500px;
	height:330px;
}
section article .block_fullwidth .tab_content .right {
	width: 370px;
	padding:0 0 0 20px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .right h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .tab_content .right p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:10px 0 10px 0;
	margin:0;
}
section article .block_fullwidth .tab_content .right ul {
	font-size:12px;
	list-style-type:square;
	color:rgb(46,127,223);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}
section article .block_fullwidth .tab_content .right ul li span {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:rgb(51,51,51);
}
section article .block_fullwidth a {
	color: rgba(114,114,114,1.00);

}
section article .block_fullwidth a:hover {
	font-style: normal;
	font-weight: bold;
	
}
/* Restaurant */ 
section article .block_headline {
	
	width: 940px;
	padding:0 5px 5px 5px;
	height:45px;
	margin:0 auto;
}
section article .block_headline h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height:120%;
	font-weight:normal;
	color:rgb(255,255,255);
	padding: 13px 0 15px 15px;
	margin:0;
}
section article .block_fullwidth.content {
	width: 910px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	height: 100%;
	margin: 0 auto;
}
section article .block_fullwidth .left {
	width: 248px;
	height: 100%;
	float: left;
	margin-right: 5px;
}
section article .block_fullwidth .left h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .left p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:10px 0 10px 0;
	margin:0;
}
section article .block_fullwidth .left ul {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	list-style-type:square;
	color:rgb(46,127,223);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}
section article .block_fullwidth .left ul li span {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
}
section article .block_fullwidth .right {
	width: 900px;
	padding: 0 0 0 0;
	height: 100%;
	float: left;
	right: 0px;
}
section article .block_fullwidth .right #slideshow {
	position: relative;
	height: 350px;
	width: 900px;
	left: 0px;
	-webkit-box-shadow: 6px 7px 3px 2px #645E5E;
	box-shadow: 6px 7px 3px 2px #645E5E;
}

section article .block_fullwidth .right #slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

section article .block_fullwidth .right #slideshow img.active {
    z-index:10;
}

section article .block_fullwidth .right #slideshow img.last-active {
    z-index:9;
}
/* Gallery */
section article .block_fullwidth.content .gallery_line {
	padding:0 0 20px 0;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth.content .gallery_line a {
	background:none;
	float:none;
	padding:0;
	margin:0;
}
section article .block_fullwidth.content .gallery_line img {
	padding:0 18px 0 0;
	width:167px;
	height:110px;
	float:left;
	margin:0 auto;
}
section article .block_fullwidth.content .gallery_line img.last {
	padding:0 0 0 0;
}
/* Contact */
section article .block_fullwidth.contact {
	width: 910px;
	padding:20px 20px 20px 20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth.contact .left {
	width: 450px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth.contact .right {
	width: 420px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth.contact .right h2 {
	font-family: 'Open Sans', sans-serif;
	color:rgb(46,127,223);
	font-size:18px;
	font-weight:normal;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth.contact .right p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:10px 0 10px 0;
	margin:0;
}
section article .block_fullwidth.contact .right form fieldset .input-line label {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	position:relative;
	padding:0;
	margin:15px 0 0 0;
}
section article .block_fullwidth.contact .right form fieldset .input-line .input-bg input[type="text"] {
	background-color:rgb(255,255,255);
	width:100%;
	height:30px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset .input-line .textarea-bg textarea {
	background-color:rgb(255,255,255);
	width:100%;
	height:89px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	border:none;
	float:right;
	background-color:rgb(38,129,216);
	width:250px;
	height:45px;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:left;
	margin: 20px -40px -20px 0;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"]:hover {
	background-color: rgb(77,153,227);
}
.textblock {
	width: 390px;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 0px;
	height: auto;
	color: #595959;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	max-height: 540px;
	overflow-x: auto;
	overflow-y: auto;
	line-height: 18px;
	margin-left: 15px;
	font-weight: normal;
	min-height: 540px;
	text-align: left;
	margin-top: 25px;
}
.box-rechts {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.logo {
	background-repeat: no-repeat;
	float: right;
	width: auto;
	height: auto;
	display: inline;
	clear: right;
	position: relative;
}
.box-links {
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bildergalerie {
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	height: 100%;
	width: 370px;
	text-shadow: 0px 0px;
}
.tabelle {
	width: 320px;
	height: 100%;
	float: left;
	margin-top: 3px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(148,142,142,1.00);
	box-shadow: 1px 1px 1px 1px rgba(148,142,142,1.00);
	margin-right: 20px;
	margin-bottom: 10px;
}
.h1 {
	font-size: 25px;
	color: rgba(238,111,30,1.00);
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}
.startbutton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.bildstart {
	margin-top: 0px;
	padding-top: 10px;
}
.img-start {
	padding-right: 45px;
}
.linie {
	color: #CB0C0F;
}
.text-kontakt {
	font-size: 10px;
}
.impressum {
	border-color: rgba(255,255,255,1.00);
	color: #F3DE26;

}
footer {
	height: 30px;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0px;
}
footer nav {
	margin: 0 auto;
	width: 950px;
	height: 30px;
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 1px 3px #000000;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 1px 3px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
















	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}
footer nav ul {
	width: 100%;
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	height: 30px;
	background-color: #000000;
	padding-top: 7px;
}
footer nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 120%;
	float: left;
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: inline-block;
	width: 190px;
}
footer nav ul li:first-child {
	width: 150px;
}
footer nav ul li a {
	color:rgb(255,255,255);
}
footer nav ul li a:hover {
	color: rgba(247,156,40,1.00);
	text-decoration: underline;
}
.bildergalerie-neu {
	width: 360px;
	margin-bottom: 3px;
	padding-left: 8px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
.bilderschatten {
	-webkit-box-shadow: 1px 1px 2px 3px #656565;
	box-shadow: 1px 1px 2px 3px #656565;
}
.creaktiv {
	color: rgba(247,156,40,1.00);
}
