@charset "utf-8";
/* CSS Document */
/*@import url("reset-min.css");
@import url("fonts-min.css");*/
@import url("fonts.css");

body {
	font-family: DINWeb, sans-serif;
	/*font-family:DINLightRegular;*/
	color: #FFF;
	max-width:100%;
	overflow-x:hidden;
}
 <style type="text/css">  body .ui-body-a, body .ui-overlay-a, .ui-btn {
 text-shadow:none !important;
}
.ui-btn {
	font-family: inherit;
}
.ui-focus, *:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-link{
	color:#FFF !important;
	text-decoration:none;
}
.ui-page, .ui-panel-wrapper {
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-image: url(../images_m/background_humme.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	text-shadow: none !important;
	color: #FFF !important;
	background-color:transparent !important;
}

#background {
    background: url(../images_m/background_humme.jpg);
	background-size:cover;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    position: fixed;
}

 @media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-icon-myapp-email {
	background-image: url(../images_m/menue_icon_mobile.png);
	background-size: 18px 18px;
}
}
#shared-header {
	background-color: #0A0A0A;
	border: none;
}
#header_img {
	width:80%;
	max-height:80px;
}
#header_logo {
	position:relative;
	padding: 10px;
	max-height:60px;
	max-width:100%;
	z-index:999;
}
#nav-menu-links{
	padding-top:30px;
}
#shared-panel, #shared-panel li {
	background-color: #0A0A0A;
	color: #FFF;
	text-shadow: none !important;
	border: none;
	list-style: outside none none;
	text-transform:uppercase;
	padding-left:4px;
}
.ui-panel-inner {
	line-height: 2em;
	
}

#shared-panel ul {
	padding-right:1em;
	padding-left:1em;
}
#shared-panel ul li ul li a {
	color: #CCC;
}
#shared-panel a {
	background-color: #0A0A0A;
	color: #FFF;
	border: none;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	text-transform:uppercase;
}
#shared-panel a:hover, .ui-btn-active {
	background-color: #fff !important;
	color: #000 !important;
}
#header_nav {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}
#shared-header a {
	width: 20px;
	height: 14px;
	display: block;
	background-size: 20px 14px;
	background-image: url(../images_m/menue_icon_mobile.png);
}
#shared-footer {
	background-color: #000;
	color: #FFF;
	text-shadow: none !important;
	font-size: 0.7em;
	border: none;
	padding-top: 1em;
}
#footer_adress {
	width: 100%;
	position: relative;
	margin-left: 1em;
}
#footer_links {
	width: 100%;
	height: 40px;
	position: relative;
}
#footer_links a {
	height: 20px;
	display: block;
	position: absolute;
	top: 5px;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
	vertical-align: middle;
	text-transform:uppercase;
}
a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
	text-decoration: none;
	color: #FFF;
}
#link_youtube {
	left: 1em;
	width: 20px;
	background-image: url(../images_m/icon_youtube.png);
	background-size: 20px 20px;
}
#link_agb {
	right: 160px;
}
#link_impress {
	right: 10px;
}
#link_data {
	right: 80px;
}
.ui-content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.content_wrap {
	margin-bottom: 40px;
}
.content_image {
	margin-bottom: 10px;
	margin-top: 0px;
}
#startpage .content_image {
	margin-bottom: -5px;
	margin-top: 30px;
}
#startpage .content_image:first-child{
	margin-top:0px;
}
#startpage .content_text{
	background-color: #0C0C0C;
	/*margin-left: 1em;
	margin-right: 1em;*/
	padding-top:1em;
	padding-bottom:1em;
}
.content_image img {
	width: 100%;
}
.content_text {
	padding-left: 1em;
	padding-right: 1em;
}
.headline_1 {
	font-size: 1.5em;
}
.content_teaser_link {
	height: 16px;
	width: 140px;
	background-image: url(../images_m/pfeil_rechts.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 1px;
	line-height: 15px;
	text-decoration: none;
	color: #969696 !important;
	font-style: italic;
	font-size: 14px;
	padding-left: 20px;
}
p {
	margin-bottom: 30px;
}
.maschine-table, .anfahrt-table, .history-table {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 30px;
}
.maschine-table td{
	vertical-align: top;
	padding-bottom: 0px;
	width:50%;
}
.maschine-headline {
	border-bottom: solid 1px #FFFFFF;
}
.anfahrt-table td{
	vertical-align: top;
	padding-bottom: 5px;
}
.impress-table td{
	vertical-align: top;
	padding-bottom: 5px;
}
.history-table{
	vertical-align: top;
	padding-bottom: 10px;
}
.history-table td{
	vertical-align: middle;
	padding-bottom: 10px;
}
.history-table > tbody > tr > td:nth-child(3){
		padding-left: 10px;
	}
.history-table img{
	max-width: 150px;
	}
.versal {
	text-transform: uppercase;
}
.infofenster {
	color: #000;
	font-size: 12px;
}
.clear {
	clear: both;
}
.contact_wrap {
	float: left;
	width: 99%;
	margin-bottom:1em;
}
.contact_image {
	position: relative;
	float: left;
	padding-right: 1em;
	max-width:40%;
	max-height:200px;
}
.contact_image img{
	max-width:100%;
	max-height:200px;
	
}
#wrap_kontakt td{
	padding-bottom:0px;
}
.ui-input-text input:focus, .ui-btn, .ui-input-btn, .ui-input-text, .ui-select{
	text-shadow:none !important;
	margin:0px;
}
#wrap_kontakt .submit, #wrap_kontakt .ui-input-btn{
	/*width:110px;*/
	background-color:#000;
	border:solid 1px #666;
	color:#fff;
}
#wrap_kontakt .ui-select .ui-btn{
	background-color:#000 !important;
	border:solid 1px #666;
	color:#FFF;
}
#wrap_kontakt .error{
	background-color:#F00;
}
#wrap_kontakt textarea, #wrap_kontakt .ui-input-text{
	width:100%;
	background-color:#000;
	border:solid 1px #666;
	color:#FFF;
}
#wrap_kontakt a{
	border:solid 1px #666;
	padding: 3px;
}
#wrap_kontakt a:hover{
	color:#999;
}
#countupinput{
	display:inline;
}

#videowrapper {
    float: none;
    clear: both;
    /*width: 100%;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
#videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 </style>
