a.anchor {position: absolute; margin-top: -32px; }

section.content {
	background:#e5e8ed;
	color:#333;
	padding-bottom:130px;
	font-size:17px;
	line-height:1.4em;
	letter-spacing:0.03em;
	min-height:100%;
	overflow: hidden;
}

section.content h3 {
	font-size: 22px;
	line-height:1.3em;
	margin:-4px 0 12px;
	color: #134078;
}
section.content p, section.content ul {
	margin: 0 0 12px;
	list-style-type: none;
}

section.content a {
	color:#134078;
}

section.content ul + ul {
	margin-top:-12px;
}

section.content table { 
	width: 100% !important;
	margin: 12px 0;
}
section.content table tr { 
	border-bottom: 2px solid #e5e8ed;
}
section.content table th {
	text-align: left;
	background:#000000;
	color:#ffffff;
	padding: 4px 10px;
	border-right: 2px solid #e5e8ed;
}
section.content table th:nth-child(even) {
	background:#01346c;
}
section.content table th:last-child {
	border-right:0;
}
section.content table td {
	padding: 6px 10px;
	vertical-align: top;
	border-right: 2px solid #e5e8ed;
	background:#d5d5d5;
}
section.content table tr:nth-child(even) td {
	background:#cfd5dc;
}
section.content table td:last-child {
	border-right:0;
}
section.content table p { margin:0; }

section.content table.tradeshows td a, section.content table.tradeshows td:nth-child(2) {
	font-weight: bold;
}
section.content table.tradeshows td:last-child {
	color: #134078;
	font-weight: bold;
}

section.content ul li:before {
	content: "►";
	color:#999999;
	position: absolute;
	margin-left:-24px;
}
section.content ul li {
	/*text-indent: -4px;*/
}
section.content table ul {
	padding-left:24px;
}
figure { margin:0; position: relative; overflow: hidden; }
figure a { position: relative; display: block; overflow:hidden; background:#303030;}
figure img {
	display: block;
	position: relative;
	z-index:2;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
figure video { 
	width: 100%;
	height: 100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
figure img.additional {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
}
figure img.additional.active {
	opacity:1;
}
figure.video img {
	opacity:0;
}
figcaption { 
	color:#e5e8ed;
	background:#737476;
	padding: 10px 14px;
	min-height: 40px;
	position: relative;
	z-index: 2;
}
figcaption a.ic-video {
	display:block;
	float:right;
	height: 20px;
	width: 20px;
	background: transparent url(../../Image_ic_video.png/$FILE/ic_video.png) center center no-repeat;
}
figure.video figcaption a.ic-video {
	background-image: url(../../Image_ic_pause.png/$FILE/ic_pause.png);
}

section.content img {
	display: block;
	width: 100%;
}

section.content hr {
	background: #fff none;
	height: 3px;
	border:0;
	margin: 42px 0;
}


section.content header {
	overflow: hidden;
	margin-bottom:48px;
}
section.content header .image {
	overflow: hidden;
	min-height: 128px;
}

section.content header h1, section.content header h2 {
	float:left;
	font-size:30px;
	font-weight: 100;
	line-height:45px;
	margin:0;
}
section.content header h1 {
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding-left: calc((100% - 1145px) / 2);
	padding-right:16px;
}
section.content header h2 { 
	color:#999;
	background:#fff;
	padding-left:16px;
	padding-right:16px;
}

section.content .within-bounds > *::after {
	content:"";
	display:block;
	clear:both;
}
section.content .within-bounds > .trans {
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
section.content .within-bounds > .trans .col {
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
section.content .within-bounds > .hide {
	opacity:0;
	transform: translateY(-50px);
}

/*section.content .within-bounds > .hide .col2-1 { transform: translateX(-50px); }
section.content .within-bounds > .hide .col2-2 { transform: translateX(50px); }
section.content .within-bounds > .hide-0 {
	transform: none;
}*/

section.content .within-bounds > .hide-1 {
	transform: translateX(-50px);
}
section.content .within-bounds > .hide-2 {
	transform: translateX(50px);
}
section.content .within-bounds > .hide-3 {
	transform: translateY(50px);
}

section.content .within-bounds > * {
	opacity: 1;
	transform: none;
}

.cols {
	/*overflow: auto;*/
	margin: 42px 0;
}
.cols:first-child {margin-top:0;}
body.edit .cols {
	overflow: auto;
}
.col img {
	width: 100%;	
}
.col:last-child { margin-right:0!important; }

.col21-1, .col21-2 {
	float:left;
	margin-right: 2%;
}
.col21-1 {
	width: 65.79%;
}
.col21-2 {
	/*width: 31.58%;*/
	width: 31.91%;
}

.col2-1, .col2-2 {
	float:left;
	width:49%;
	margin-right:2%;
}

.col3-1, .col3-2, .col3-3 {
	float:left;
	width: 31.58%;
	margin-right:2.63%;
}
.col3-3 {
	margin-right:0;
}

.col31-1 {
	float:left;
	width: 74.35%;
	margin-right:2.63%;
}
.col31-2 {
	float:left;
	width: 23.02%;
	margin-right: 0%;
}
.col31-2 .download-pdf-Container {
	text-align: right;
}
.col4-1, .col4-2, .col4-3, .col4-4 {
	float:left;
	width: 23.02%;
	margin-right:2.63%;
}
.col4-4 {
	margin-right:0;
}

.iframe-wrap {
	position: relative;
	padding-bottom:50%;
	padding-top: 6.3%;
	width:100%;
	height: 0;
	width:100%;
	margin:0 auto;
	z-index:2;
	overflow: hidden;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-wrap .youtube-preview {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	cursor: pointer;
}
.iframe-wrap .yt-play {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 14%;
    width: 14%;
    margin: auto;
    background: transparent url(../../Image_ic_yt_play_s.png/$FILE/ic_yt_play_s.png) center center no-repeat;
    z-index: 11;
    background-size: auto 100%;
	cursor: pointer;
}
.iframe-wrap:hover .yt-play {
	background-image: url(../../Image_ic_yt_play_red_s.png/$FILE/ic_yt_play_red_s.png);
}

.gallery {
	position: relative;
	margin: 42px 0;
	overflow: hidden;
}
.gallery img {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	transform: translateX(10%) translateY(5%) Scale(1.2);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.gallery img:first-child {
	position: relative;
	opacity:1;
	transform: none;
}
.gallery img.active {
	opacity:1;
	transform: none;
}

.gallery .prev, .gallery .next {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:14%;
	max-width:104px;
	height:100%;
	background: transparent url(../../Image_ic_gal_arr_left.png/$FILE/ic_gal_arr_left.png) center center no-repeat;
	background-size: 100% auto;
	z-index:999;
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}
.gallery .next {
	left: auto;
	right:0;
	background-image: url(../../Image_ic_gal_arr_right.png/$FILE/ic_gal_arr_right.png);
	z-index:999;
}

/* locations */
.region {
	overflow: auto;
	
  /*  position: relative;
    color: #666;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    margin: 0 0 18px 0;
    padding: 3px 0 15px 0;
    border-top: 1px solid #134078;
    background-image: url(../../Image_terms_down.png/$FILE/terms_down.png);
    background-position: left -1px;
    background-repeat: no-repeat;
    cursor: pointer;*/
}
.region .country {
	overflow: auto;
	padding-bottom:24px;
}
.region .country .company {
	float: left;
	width: calc(33.3% - 24px);
	margin:0 24px 24px 0;
}
.region .country .company:nth-child(5),
.region .country .company:nth-child(8),
.region .country .company:nth-child(11) {
	clear:left;
}
.region .country .company h4 {
	margin: 0;
}



section.content div.paraForm { overflow: hidden; }
section.content .e4w-formgrid { margin-top:0; /*max-width: 50%;*/ }
section.content .e4w-formgrid tr { border-bottom:0; position: relative; }
section.content .e4w-formgrid tr td { padding-top:0; padding-bottom:18px; padding-left:0;padding-right:0; position: relative; background: transparent !important; }
.e4w-formgrid label {/* float:left; width: 160px; */ display: none;}
/*.e4w-formgrid label.nolabel em { display: none; }*/
.e4w-fieldtype-checkbox label {display: inline-block;}
.e4w-formgrid input.textfield, .e4w-formgrid textarea { width: 100%; font-size:14px; padding: 10px 12px; font-size:18px; border:2px solid #98999b; color:#333; position: relative; }
.e4w-formgrid .div_radio { float:left; position: relative; }
.e4w-formgrid .div_radio label { display: inline;}
.e4w-formgrid .div_radio span.error { position: absolute; bottom: -22px; left: 0; color: #C71E83; }

.e4w-formgrid .e4w-fieldtype-text .label_textfield { 
	display:block;
	position: absolute;
	right:30%;
	background:#013e7d;
	color:#fff;
	height: 46px;
	line-height: 46px;
	padding:0 12px;
	width: 130px;
	top:0px;
	z-index:0;
	opacity:0;
	transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0s ease-in-out 0.3s;
}
.e4w-formgrid .filled .label_textfield { 
	/*display: block;*/
	right :0;
	opacity:1;
	z-index:10;
	transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0s ease-in-out 0s;
}
.e4w-formgrid .label_radio {
	display: inline;
	float:left;
	min-width: 40px;
	margin-right: 12px;
}
.e4w-formgrid textarea { 
	resize: vertical;
}
.e4w-formgrid .filled input.textfield, .e4w-formgrid .filled textarea { 
	border:2px solid #013e7d;
}
.e4w-formgrid input.textfield.error, .e4w-formgrid textarea.error { 
	border:2px solid #C71E83;
}
.e4w-formgrid .e4w-fieldtype-text span.error { 
	position: absolute;
	right:0;
	top:0px;
	background:#C71E83;
	color:#fff;
	height: 46px;
	line-height: 46px;
	padding:0 12px;
	width: auto;
	z-index: 11;
}

.e4w-fieldtype-select select.error {
	border: 2px solid #C71E83;
}
.e4w-formgrid .e4w-fieldtype-select span.error { 
	position: absolute;
	right:11px;
	top:2px;
	color:#C71E83;
	height: 46px;
	line-height: 46px;
	padding:0 12px;
	width: auto;
	z-index: 11;
}

.e4w-formrow.plz {
	float: left;
    width: 30%;
}

.e4w-formrow.ort {
	float: left;
    width: calc(70% - 28px);
    width: -webkit-calc(70% - 28px);
	margin-left: 28px;
}
.e4w-formrow.plz td, .e4w-formrow.ort td { display:block; }
.e4w-formrow.plz .label_textfield /*, .e4w-formrow.ort .label_textfield*/ { width: auto; }

.e4w-formrow .e4w-formcell label.personen-label { margin-left: 6px; vertical-align: middle; width: auto; position: static!important; background: transparent!important; color:#333 !important; height: auto!important; line-height: auto!important; padding:0!important;}
.e4w-formrow .e4w-formcell input.personen-text { border-width:0 0 2px 0; border-color: #013e7d; background:transparent; margin-left: 6px; width: 30px; height: 22px; vertical-align: middle;padding:1px 3px; text-align: right;}

.e4w-formbuttons { margin-top: 48px; }
.e4w-formbuttons input { background:#013e7d; border:2px solid #013e7d; padding: 12px; color:#fff;}
.e4w-formbuttons input:hover { background:#fff; color:#013e7d; }


.e4w-fieldtype-radio label.label_radio {display: none; }
.e4w-fieldtype-radio br { display: none; }
/*.e4w-fieldtype-radio .radio, .e4w-fieldtype-radio .label_radio_entry  {float:left;}*/

.e4w-fieldtype-radio { padding-left: 16px !important; }
.e4w-fieldtype-radio .label_radio_entry { margin-right: 8px; }
.e4w-fieldtype-radio .radio { margin-right: 24px; }

.e4w-fieldtype-checkbox { padding-left: 16px !important; }
.e4w-fieldtype-checkbox label.label_checkbox { margin-bottom:16px; }
.e4w-fieldtype-checkbox .label_checkbox_entry { margin-right: 8px; max-width:80%; vertical-align:top; }
.e4w-fieldtype-checkbox .checkbox { margin-right: 24px; }
.e4w-fieldtype-checkbox span.error { position: absolute; right:0; color:#C71E83; }

.e4w-fieldtype-select select {
	padding: 10px 12px;
	font-size:18px;
	
	border: 2px solid #98999b;
	width: 100%;
}
.e4w-fieldtype-select select option {
	color:#333;
}
.e4w-fieldtype-select select option:first-child {
	color:#7d7d7d;
}

.cols.form address { font-style: normal; font-weight: 300; margin-top:66px; }
.cols.form address a { text-decoration:none; color:#333;}
body.jp .cols.form address { margin-top:18px; }
.cols.form address h4 { font-weight:400; margin: 12px 0 6px; }
.cols.form address .contact { 
	border-top: 2px solid #fff;
	padding-top:20px;
	margin-top: 20px;
	overflow: hidden;
}
.cols.form address .phone, .cols.form address .web {
	float:left;
	/*width: calc(50% - 16px);*/
}
.cols.form address .phone {
	border-right: 2px solid #cccccc;
	padding-right: 30px;
}
.cols.form address .web {
	margin-left: 30px;
}
.cols.form address label, .cols.form address span {
	float:left;
}
.cols.form address label {
	width: 64px;
	clear: left;
	font-weight: 500;
	color: #013e7d;
}


.e4w-fieldtype-file label {
	display: block;
	margin-bottom: 12px;
	margin-left:12px;
}

.upload-display {
	display: inline-block;
	background:#fff;
	padding:12px;
	border: 2px solid #ffffff;
	width: calc(100% - 130px);
	color: #013e7d;
	font-weight: 500;
	height:50px;
}

.upload-button {

    position: relative;
    overflow: hidden;
	background: #013e7d;
    display: inline-block;
    color: #fff;
    padding: 11px 12px;
	border:2px solid #013e7d;
	cursor: pointer;
	vertical-align: bottom;
	width:130px;
	height:50px;
}
.upload-button:hover {
	background: #fff;
    color: #013e7d;
}

.upload-button input {
    position: absolute;
    top: -2px;
    right: -2px;
    margin: 0;
    padding: 0;
	height:50px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*#footer .bottom-nav {overflow-x:hidden; overflow-y:visible;}*/
	
@media(max-width: 1200px) {
	section.content header { overflow: auto; }
}
@media(max-width: 1175px) {
	section.content header h1, section.content header h2 { padding-left: 16px; }	
}
@media(max-width: 850px) {
	section.content header img { width: 200%; margin-left:-50%; }
	
	section.content table th { 
		display: none;
	}
	section.content table td { 
		display: block;
		border: 0;
		padding:0px 10px
	}
	section.content table td:first-child {
		padding-top:6px;
	}
	section.content table td:last-child {
		padding-bottom:6px;
	}
}
@media(max-width: 700px) {
	.col { float: none; width: 100%; margin-bottom: 30px; }
}

@media(max-width: 520px) {
	.cols.form address .phone, .cols.form address .web {
		float: none;
		margin:0;
	}
}