
html { margin-top: 0px !important; }
/* RESET */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}

ul,
ol,
li,
form,
body {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0 0 20px;
}

a img {
	border: 0;
}



/* Allgemein */

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #f0f0f0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #4c565c;
	width: 100%;
	border-top: 10px solid #00684b;
	background-image: url(../image/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

strong {
	font-weight: 700;
}

.btn {
	background-color: #00684b;
	color: #fff;
	padding: 5px 10px;
}

#wrapper {}

#page {
	margin: 0 auto;
}
/*新增语言菜单css*/
#menu-item-133:hover .sub-menu{
    display: inline-block;
}

.trp-language-switcher-container{
    position: relative;
}
.trp-language-switcher-container .sub-menu{
    display: inline-block;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.15);
  width: 110%;
  transition: 0.3s;
}
.trp-language-switcher-container .sub-menu li{
 display: inline-block !important;
  padding: 10px 10px !important;
  text-align: center;
   transition: 0.3s;
}
.trp-language-switcher-container .sub-menu li:hover{
    background-color: #00684b;
}
.trp-language-switcher-container .sub-menu li:hover .trp-ls-language-name{
    color:#fff!important;
}
/*新增语言菜单css*/
.container {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 55px;
	padding: 35px 0 55px;
	background-color: #fff;
}

#logo {
	width: 290px;
	height: 52px;
	float: left;
	margin-right: 60px;
}

#logo .logolink {
	display: block;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	width: 340px;
  height: 100px;
  background-size: 100%;
  margin-top: -10px;
}

#navi {
	width: 640px;
	float: left;
	margin-top: 12px;
}

#navi li {
	display: inline;
	padding: 15px 0;
}

#navi li a {
	color: #4c565c;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #cdcdcd;
}

#navi li:last-child a {
	border-right: none;
}

#navi li a:hover {
	color: #00684b;
}

#navi li.current a,
#navi li.current-menu-item a,
#navi li.current-menu-parent a {
	color: #00684b;
	font-weight: 500!important;
}

#navi li ul {
	display: none
}

#main {
	min-height: 300px;
	padding-bottom: 20px;
}

#slider,
#headerimg {
	position: relative;
	top: -20px;
	-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* WebKit */
	-moz-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Firefox */
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Standard */
	height: 520px;
	overflow: hidden;
}
#headerimg {
	height: 400px;
}
.page-template-page-small-header #headerimg {
	height: 210px;
}
.page-template-page-small-header #content {
	top: 20px;
	margin-bottom: 60px;
}

.slider_border,
.headerimg_border {
	width: 341px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	z-index: 1000;
	margin-left: -1px;
}

.slider_caption,
.headerimg_caption {
	background-color: #00684b;
	position: absolute;
	top: 340px;
	left: 0;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	padding: 10px 10px 10px 50px;
	z-index: 1000;
}

.headerimg_caption {
	top: 260px;
}

.slider_button {
	background-color: #00684b;
	display: inline-block;
	position: absolute;
	top: 400px;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	left: 50px;
	z-index: 1000;
}

.slider_button:hover {
	background-color: #fff;
	color: #00684b;
}

.bx-wrapper {
	margin-bottom: 0;
	max-width: 100%!important;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #FFFFFF;
	box-shadow: none;
	left: 0px;
	z-index: 0;
}

#footer {
	border-bottom: 10px solid #00684b;
	color: #fff;
	padding: 60px 0 20px;
	font-size: 12px;
	background-image: url(../image/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
.Dowloan_a{
    float: right;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #005399;
  transition: 0.3s;
  margin:0;
  margin-top: -28px;
}
.Dowloan_a:hover{
background-color:#003766;
}
.certificate {
	float: right;
	margin-right: 30px;
}

.certificate_image {
	float: left;
	margin-right: 20px;
	
}
.certificate_image img{
width: 100px;}
.certificate_text {
	float: left;
	margin-bottom: 10px;
}

.sep,
.dot {
	padding: 0 5px;
}


/* C */

.main_cols_1 {
	margin: 0 50px;
	position: relative;
}

.main_cols_2 .col_1 {
	width: 590px;
	margin-right: 10px;
	float: left;
}

.main_cols_2 .col_2 {
	width: 290px;
	float: left;
}

.main_cols_2 {
	margin: 0 50px;
	position: relative;
}
#gt_float_wrapper a{
    color:#000;
}
#content {
	background-color: #fff;
	padding: 10px;
	min-height: 400px;
    display: inline-block;
	position: relative;
	top: -60px;
	z-index: 1000;

	-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* WebKit */
	-moz-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Firefox */
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Standard */
}
#headerimg_img img{width:102%;margin-left:-5px;}
.content_Blog_ul li{border-bottom: 1px dotted #5555;
  padding: 10px 9px;transition:0.3s;}
  .content_Blog_ul li:hover{
      border-bottom: 1px dotted #000;
  }
.content_offset {}
.content_Blog_ul li p{margin:0!important;width: 70%;display: inline-block;}
.content_Blog_ul li span{float:right;}
#content p {}

#content ul,
.text-teaser ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

#content ul li,
.text-teaser ul li  {
	margin-bottom: 10px;
	list-style-type: disc;
}


/* H */

h2 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: #00684b;
	margin-bottom: 30px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: #00684b;
	margin-bottom: 20px;
}

/* T */

#secondary {}

#teaserbox_3 {
	margin: 0 50px;
	position: relative;
	min-height: 140px;
}

#teaserbox_4 {
	margin: 0 30px;
	position: relative;
	min-height: 140px;
}

.teaserbox_3_start_offset,
.teaserbox_4_start_offset {
	position: absolute;
	margin-top: -60px;
	z-index: 1000;
}

.teaserbox_1_start_offset {
	/*position: absolute;*/
	margin-top: -60px;
	z-index: 1000;
	width: 290px;
}

.teaser {
	width: 290px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	overflow: hidden;

	-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* WebKit */
	-moz-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Firefox */
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.15);
	/* Standard */
}

.teaserbox_1_start_offset .teaser {
	margin-bottom: 10px;
}

.teaserbox_4_start_offset .teaser {
	width: 225px;
}

.teaser_last {
	margin-right: 0px;
}

.teaser_header {
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
}

.teaser_header h3 {
	text-transform: uppercase;
	font-weight: 300;
	color: #00684b;
	margin: 0;
}

.teaser p {
	margin: 0;
}

.teaser_footer {
	padding: 10px;
	font-size: 12px;
}


/* Table */

table.maschinenpark {
	width: 100%;
	border-spacing: 0;
}

table.maschinenpark thead td {
	background-color: #4c565c;
	color: #fff;
	padding: 10px 5px;
	vertical-align: top;
}

table.maschinenpark tbody td {
	background-color: #fff;
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

table.maschinenpark tbody tr td:first-child {
	padding-left: 0;
}

table.maschinenpark img {
	width: 180px/*125px*/
	;
	height: auto;
}




/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.gallery-item img {
	height: auto;
  width: 100%;
	
}

/* WP Alignment / Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}


/* Diverses */

a {
	color: #00684b;
	text-decoration: none;
}

a:hover {
	color: #008c65;
	text-decoration: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.lgc-grid-50 .inside-grid-column {
	padding-left: 0;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/* Mobile Contact */

.mobile_contact a {
	background-color: #00684b;
	width: 35%;
	float: left;
	margin-right: 5%;
	background-repeat: no-repeat;
	background-position: 7px center;
	line-height: 25px;
	height: 25px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding: 2% 2% 2% 10%;
}

.mobile_contact a.tel_button {
	background-image: url(../image/tel.png);
}

.mobile_contact a.mail_button {
	background-image: url(../image/mail.png);
	margin-right: 0!important;
}

.nodesktop {
	display: none !important;
}


@media screen and (max-width: 500px) {
    .trp-language-switcher-container .sub-menu{
        width:100%;
    }
#gt_float_wrapper{
    top: 80vh!important;
   
}
	body {
		font-size: 15px;
		border-top: 2px solid #00684b;
	}

	.container {
		width: auto;
		margin: 0 10px;
	}

	#header {
		height: auto;
		padding: 20px 0 20px;
		margin: 0;
	}

	#logo {
		width: 160px;
		height: 28px;
		float: none;
		margin: 0;
	}

	#logo .logolink {
		width: 200px;
    height: 41px;
    background-size: 200px 39px;
	}

	#navi {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#navi li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	#navi li a {
		background-color: #4c565c;
		padding: 10px;
		display: block;
		color: #fff;
		margin: 0;
		font-size: 14px;
	}

	#navi li.current-menu-item a,
	#navi li a:hover,
	#navi li.current-menu-parent a {
		background-color: #00684b;
		color: #fff;
		padding: 10px;
	}

	.navi_toggle {
		width: 38px;
		height: 17px;
		cursor: pointer;
		background-image: url(../image/bg_navi_toggle@2x.png);
		background-size: 28px 17px;
		background-repeat: no-repeat;
		position: absolute;
		top: 25px;
		right: 10px;
		text-indent: -9999px;
	}

	#slider,
	#headerimg {
		height: auto;
	}

	.page-template-page-small-header #headerimg {
		height: auto
	}

	#headerimg img {
		width: 100%;
		height: auto;
		display: block;
	}

	.slider_border,
	.headerimg_border {
		width: 180px;
		height: 20px;
	}

	.slider_caption {
		padding: 10px;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		font-size: 14px;
	}

	.slider_button {
		display: none;
	}

	#footer {
		padding: 30px 0 20px;
	}

	.main_cols_2 .col_1,
	.main_cols_2 .col_2 {
		width: auto;
		margin-right: 0px;
		margin-bottom: 10px;
		float: none;
	}

	.main_cols_1,
	.main_cols_2 {
		margin: 0;
		position: static;
	}

	#content {
		min-height: 0px;
		top: 0px;
	}

	#teaserbox_1,
	.teaserbox_1_start_offset,
	#teaserbox_3,
	.teaserbox_3_start_offset,
	#teaserbox_4,
	.teaserbox_4_start_offset {
		margin: 0;
		position: static;
	}

	.teaser,
	.teaserbox_1_start_offset,
	.teaserbox_1_start_offset .teaser,
	.teaserbox_4_start_offset .teaser {
		position: static;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

	.teaser .teaser_image img {
		width: 100%;
		height: auto;
	}

	.certificate {
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin: 0px;
	}

	.certificate_image {
		float: none;
		margin-right: 0px;
	}

	.certificate_text {
		display: none;
	}

	table.maschinenpark {
		overflow-x: auto;
		display: block;
	}
	table.maschinenpark:after,
	table.maschinenpark:before {
		content: 'Bitte scrollen Sie die Tabelle nach rechts ...';
		font-size: 11px;
		color: #666;
		display: block;
		margin: 5px 0;
	}

	table.maschinenpark th {
		width: auto!important;
		min-width: 95px;
	}

	.nomobile {
		display: none;
	}

	.nodesktop {
		display: block !important;
	}

}
