

/*===-------------------~ Globales Text Styling ~-------------------===*/

body {
  font-family: Arial,Helvetica,tahoma,verdana,宋体,SimSun,华文细黑,STXihei,sans-serif;
  background-color: #E4E9ED;
  color: #38434E;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

a {
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-duration: 0.2s;
}

a {
  text-decoration: none;
/*  border-bottom: 2px solid #D2021B;*/
}

a:hover, a.ecx-active {
  text-decoration: none;
  color: #D2021B;
}

p, ul, table {
  font-size: 16px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	padding:0px;
}

h1, h2, h3, h4, h5 {
  color: #02509f;
  font-size: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1{
	margin-top: 10px;
}

h2 {
  font-size: 36px;
font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
  margin-top: 0px;
  line-height: 46px;
}

h3 {
  font-size: 24px;
  font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
}


h4 {
  font-size: 26px;
 font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
  line-height: 36px;
}

h5 {
  font-size: 26px;
  color: #38434E;
font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
}


/* Überschriften mit Link sollen beim Hover blau bleiben */
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #02509f;
}

/* 'black circle separator' */
.ecx-bss {
	font-size: 0.3em;
	display: inline-block;
	position: relative;
	top: -0.7em;
	margin: 0px 5px;
}

input {
  outline: none;
  border: none;
  border-bottom: 1px solid #D2021B;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.ecx-forward-button {
  background-image: url(/skin/images/arrow_gray_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 1em;
  vertical-align: bottom;
  margin-left: -4px;
}

.ecx-forward-button-input {
  padding-right: 10px;
}



::-moz-selection { /* Code for Firefox */
    color: #D2021B;
    background: #FBE5E8;
}

::selection {
    color: #D2021B;
    background: #FBE5E8;
}

/*.section-wrapper .csc-default {
	display:table;
}*/



.csc-textpic-imagewrap {
   /* width: 100%; */
}

.csc-textpic-imagewrap img {
    height: auto;
    width: 100%;
}

.ecx-clearfix {
	float:none;
	clear:both;
}

/*===-------------------~ Hauptnav ~-------------------===*/

.ecx-header-nav {
	width: 100%;
	padding: 0 70px;
	position: absolute;
	top: 0;
	z-index: 150;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 1440px;
}

.ecx-header-nav-inner {
  padding: 13px 0px;
  padding-right: 0px;
  background-color: #fff;
  position: relative;
}

.ecx-header-nav-inner .ecx-nav-logo {

  padding-left: 4%;
  float: left;
}

.ecx-mainnav {
width: 100%;

    padding: 0px 2% 0 2%;
    border-top: solid 1px #CCC;
    display: table;
  float:left;
  text-align: center;
  border-bottom: 0 none;
    /*background: #7e7e7e url(/skin/images/bj.png) -5px center no-repeat;
    background-size: 1310px 61px;*/
	background:#7e7e7e url("/skin/images/pt-bj1.png") no-repeat -5px 5px;
	background-size: 93px auto;
        line-height: 40px;
    height: 61px;

}

.ecx-mainnav .ecx-subpages1,
.ecx-mainnav .ecx-subpages2 {
  display: none;
}

.ecx-header-nav .ecx-subpage-wrapper {
}

.ecx-mainnav .ecx-navitem {
  float: left;
  padding: 11px 2%;
  font-size: 16px;
  width: 16.666%;
}


.ecx-mainnav .ecx-navitem > a {
font-size: 18px;
    color: #fff;
    border-bottom: none;
    font-weight: 300;
}

.ecx-mainnav .ecx-navitem > a:hover {
  color: #D2021B;
}



.ecx-divider-col {
	border-bottom: 1px solid #c8ced3;
	line-height:0.1em;
	margin:10px 0 60px;
	height: 2px;
}



.ecx-divider-col span {
	background: #E8ECF0;
	padding:0 10px;
	font-size: 20px;
	color: #acb6bf;
    margin-left: -20px;
}


/* -----------  Hamburger Icon ------------ */
.ecx-hamburger-wrapper {
	display:none;
	width: 58px;
	height: 40px;
}

.ecx-hamburger-icon {
	width: 40px;
	height: 40px;
	background: url(/skin/images/rubig-hamburger-icon.png) no-repeat;;
	border:0px;
	padding: 0px;
	margin-right: 18px;
	margin-top: 10px;
}







/* -----------  Search, Login, Language Menu ------------ */

.ecx-header-icons {
	float:left;
}

.ecx-nav-misc {
	padding: 0px;
	width: 14%;	/* @todo: set to 20% when login is displayed */
	float:left;

}

.ecx-nav-misc, .ecx-nav-misc p {
	font-size: 14px;
	color: #b3b3b3;
}


.ecx-nav-search-button {
	width: 80px;
	height: 30px;
	float: left;
}

.ecx-nav-login {
	display: none; /* @todo: delete line when login is displayed */
	width: 60px;
	height: 30px;
	float: left;
}


.ecx-nav-search-button, .ecx-nav-login, .ecx-nav-langmenu {
	padding-top: 13px;
}


.ecx-nav-langmenu {
	width: 70px;
	height: 30px;
	float: left;
}


.ecx-nav-langmenu-innerwrapper {
	padding-left: 15px;
	width: 90px;
}

ul.ecx-LangNavMenu {
	display:none;
	list-style:none;
	list-style-position:outside;
	clear:both;
	background: #FFF;
	width: 125px;
	padding: 10px 0px 10px 25px;
	margin-left: -62px;
	z-index: 400;
	position: relative;
}


ul.ecx-LangNavMenu li {
	height: 30px;
	font-size: 14px;
	text-align: right;
	padding-right: 25px;
}


ul.ecx-LangNavMenu li a:link,
ul.ecx-LangNavMenu li a:visited,
.ecx-langNavMenu-button a:link,
.ecx-langNavMenu-button a:visited,
#login-button:link,
#login-button:visited,
.ecx-nav-search-button a:link,
.ecx-nav-search-button a:visited {
	border: 0;
	text-decoration: none;
	color: #7f7f7f;

}

ul.ecx-LangNavMenu li a span,
.ecx-langNavMenu-button a span,
#login-button span,
.ecx-nav-search-button a span {
	color: #b3b3b3;
}


ul.ecx-LangNavMenu li a:active,
ul.ecx-LangNavMenu li a.ecx-langNavItem-active,
.ecx-langNavMenu-button a:active,
.ecx-nav-search-button a:active {
	text-decoration: none;
	color: #02509F;

}

ul.ecx-LangNavMenu li a:hover,
.ecx-langNavMenu-button a:hover,
.ecx-nav-search-button a:hover {
	text-decoration: none;
	color: #424C56;
}


/* -----------  Searchbox ------------ */

.ecx-nav-search-field {
	position:absolute;
	width: 750px;
	height: 50px;
	padding-top: 20px;
	top: -100px;
	left: -10px;
	right: 0px;
	margin: auto;
	z-index:200;
}


#tx_indexedsearch {
	border-bottom: 1px solid #02509F;
	background: #FFF;
	margin-left: -40px;
}

.tx-indexedsearch-searchbox-sword {
	width: 750px;
	border: 0px;
	height: 30px;
	font-size: 19px;

}

.ecx-close-searchfield {
	width: 20px;
	height: 20px;
	border: 0px;
	font-size:19px;
	padding-left: 7px;
}

.ecx-mobile-search-icons {
	display: none;
	width: 1px;
	height: 1px;
}



/*===-------------------~ Suchergebnisseite ~-------------------===*/


.ecx-search-resultitem {
	padding: 40px 0px;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.ecx-search-resulttitle {
	margin: 0px 0px 20px;
}

	.ecx-search-resulttitle a {
		text-decoration: none;
		border: 0px;
	}

	.ecx-search-resulttitle a:hover {
		color: #D2021B;
	}


.ecx-search-resultdescription {
	font-size:16px;
	line-height: 24px;
	margin: 20px 0px;
}



.ecx-search-path {
	font-size: 14px;
}

	.ecx-search-path a {

		color: #D2021B;
	}


.section-wrapper .tx-indexedsearch ul {
	margin: 0px;
	font-size: 16px;
	padding-top: 20px;
}

.section-wrapper .tx-indexedsearch ul li::before {
		content:"";
		padding-right: 0px;
	}

.section-wrapper .tx-indexedsearch ul li::after {
	content:">";
	margin-right: 5px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 14px;

}


.section-wrapper .tx-indexedsearch ul li,
.section-wrapper .tx-indexedsearch ul li a {
	text-indent: 0px;
	display:inline;
	border: 0
}




/*===-------------------~ Subnav ~-------------------===*/

.ecx-subnav .ecx-subpages1,
.ecx-subnav .ecx-subpages2 {
  display: none;
}

.ecx-subnav .ecx-navitem {
  padding: 11px 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ecx-subnav .ecx-navitem a {
  font-size: 16px;
  color: #02509f;
}

.ecx-subnav .ecx-navitem a {
  border-bottom: none;
}

.ecx-subnav .ecx-navitem.ecx-active a {
  border-bottom: 1px solid #D2021B;
}


.ecx-subnav {
  width: 100%;
  height: 70px;
  padding: 0 70px;
  max-width: 1440px;
  margin: 0 auto;
  display:table;
}


	#ecx-pid-5 .ecx-subnav {
	  height: 55px;
	}


.ecx-subnav-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: table-row;
}


	#ecx-pid-5 .ecx-subnav-inner {
	  width: 100%;
	  height: 100%;
	  padding: 0px;
	  background: transparent;
	}



/*===-------------------~ Startteaser ~-------------------===*/

.ecx-subnav-teaser {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	max-width: 1440px;
	height: 180px;
	margin-top: -135px;
}

.ecx-subnav-teaser ul {
	list-style: none outside;
}

.ecx-subnav-teaser ul li {
	height: 180px;
	float:left;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}

.ecx-subnav-teaser ul li  a {
	border: 0px;
}

.ecx-subnav-teaser ul li > a{
	margin-left: 0;
	height: 125px;
	display: block;
	overflow: hidden;
}

.ecx-subnav-teaser ul li img {
	margin-left: -25%;
  width:auto;
  height:100%;
}

@media(max-width:1023px){
  .ecx-subnav-teaser ul li img{
    width:100%;
    height:auto;
  }
}

@media(max-width:767px){
  .ecx-subnav-teaser{
    margin-top:0;
  }
}

.ecx-subnav-teaser ul li .link-label {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align:center;
	display:block;
	background-color: #FFF;
}


.ecx-subnav-teaser ul li .link-label a:link,
.ecx-subnav-teaser ul li .link-label a:active,
.ecx-subnav-teaser ul li .link-label a:visited {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #02509F;
}

.ecx-subnav-teaser ul li .link-label a:hover {
	border-bottom: 1px solid #D2021B;
	text-decoration:none
}








/*===-------------------~ Overlay Subnav ~-------------------===*/

.ecx-overlay-subnav {
  width: 100%;
  padding: 30px 70px;
  background-color: #E8ECF0;
  box-shadow: -30px 0 200px #595959;
  display:inline-block;
}

.ecx-overlay-subnav-inner {
  padding: 30px 0;
}


.ecx-overlay-subnav  a.ecx-subnav-main {
  font-size: 18px;
  color: #02509f;
  font-family: Circular-Pro-Book, Helvetica, Arial;
  padding-bottom: 5px;
  display: block;
}

.ecx-overlay-subnav  a.ecx-subnav-main:hover {
  color: #D2021B;
  border-color:transparent;
}

.ecx-overlay-subnav a {
  line-height: normal;
  border-color: transparent;
}

.ecx-overlay-subnav a:hover {
  color: inherit;
  border-color: #D2021B;
}

.ecx-subpage-img-col,
.ecx-subpage-links-col {
	min-height: 170px;
	padding: 0px 0px 40px 0px;
}
.ecx-subpage-img-col {
	padding-right: 15px;

}



.ecx-subnav-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 13px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*===-------------------~ Footer ~-------------------===*/

.ecx-footer-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  float: none;
  clear: both;
  padding: 0 70px;
}

.ecx-footer {
  background-color: #FBB900;
  padding: 15px 70px;

}


.ecx-footer p {
  font-size: 14px;
    margin-bottom: 2px;
  color: #1f1f20;

}

.ecx-footer-career-header  strong{
	 font-size: 14px;
  margin-bottom: 2px;
  color: #1f1f20;
  font-family: inherit;
    font-weight: 700;
}
.ecx-footer a {
  border-bottom: none;
}

.ecx-footer .ecx-forward-button {
  border-bottom: 1px solid #D2021B;
}

.ecx-footer-address {
	padding-bottom: 40px;
}

.ecx-backtotop-container {
	/*margin-top: -60px;
	float: right;*/
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: 565px;
  z-index:100;
}

.ecx-footer-copyright {
	padding: 20px 0 0 0;
}


.ecx-footer-career-header {
	margin-top: 20px;
}

/*===-------------------~ body ~-------------------===*/

.ecx-body-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 70px;
}





/* -----------  Login Form ------------ */

body.shadowbox-content{
	background: #fff;
/*	width: 500px;*/
	width: 100%;
	height: 100%;
	display: table;
}

.ecx-form {
	margin: 0px;
	width: 100%;
}

	.ecx-form.login {
		margin: 0px;
		width: 100%;
		height: 330px;
	}

	.ecx-form.register {
		margin-top: 40px;
	}

.ecx-register-header {
	margin-bottom: 40px;
}

.ecx-form h3 {
	margin-top: 15px;
	margin-bottom: 45px;
	font-size: 26px;
}


.ecx-form.login-change h3,
.ecx-form.register h3 {
	margin-bottom: 25px;
}

.ecx-form-inputrow {
	height: 56px;
	margin-bottom: 25px;
	width: 500px;
	border-bottom: 1px solid #D8DFE5;
}

.ecx-form.login-forgot .ecx-form-inputrow {
	margin-top: 30px;
}

.ecx-form.login-change .ecx-form-inputrow {
	margin-top: 20px;
}


.ecx-form-inputrow label,
.ecx-form-inputrow input{
	padding-left: 0px;
	padding-right: 0px;
}



		.ecx-form.register .ecx-form-checkboxrow > label {
			height: 80px;
		}


	.ecx-form.login .ecx-form-inputrow input:focus,
	.ecx-form.login-forgot .ecx-form-inputrow input:focus,
	.ecx-form.login-change .ecx-form-inputrow input:focus
	.ecx-form.register .ecx-form-inputrow input:focus {
		background: #e4eff9;
	}

  small.error {
    color: #d3031b;
  }

	.ecx-form-inputrow input.error,
	.ecx-form-inputrow select.error,
	.ecx-form-inputrow textarea.error  {

		background: #ffeeEE !important;
	}


	.ecx-form-textarearow textarea.error {

		background: #ffeeEE !important;
	}

	.ecx-form-inputrow small.error {
		color: #d3031b;
	}



.ecx-form-misc {
	padding-top: 20px;
/*	width: 500px;*/
}

.ecx-form.login-change .ecx-form-misc {
	padding-top: 0px;
}

.ecx-form-links,
.ecx-form-submitcontainer {
	/*width: 250px;
	float:left;*/
	padding: 0px;
}

.ecx-form.login-forgot .ecx-form-links,
.ecx-form.login-change .ecx-form-links {
	height: 50px;
	line-height: 80px;
}

.ecx-form-submitcontainer {
	text-align: right;
}


.ecx-form-links a:link,
.ecx-form-links a:visited {
	border: 0;
	text-decoration: none;
	color: #38434E;
	line-height: 25px;

}

.ecx-form-links a:active {
	text-decoration: none;
	color: #02509F;

}

.ecx-form-links a:hover {
	text-decoration: none;
	color: #02509F;
}


.ecx-login-submit,
.round-button {
	display: inline-block;
	padding: 12px 25px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	font-size: 20px;
	color: #02509f;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background: #FFF;
	border: 1px solid #02509f;
	border-radius: 4px;
}

.round-button:hover {

	border: 1px solid #D2021B;
}









/* -----------  Bewerbungsformular ------------ */



.ecx-jobapplication-header {
	margin-bottom: 40px;
}



.ecx-form fieldset {
	margin: 0px;
}

	.ecx-form fieldset.education {
		margin-top: 70px;
	}

.ecx-form legend {
	border:0px
}

.ecx-form .ecx-form-inputrow {
	/*height: 56px;*/
	margin-bottom: 25px;
	border-bottom: 1px solid #D8DFE5;
	width: 100%;
	display:table;
}


	.ecx-form .ecx-form-inputrow.radios span {
		line-height: 55px;
	}

	.ecx-form .ecx-form-inputrow.radios label {
		line-height: 55px;
		font-size: 16px;
	}



	.ecx-form .ecx-form-inputrow.add {
		height: 56px;
		margin-bottom: 25px;
		border-bottom: none;
		width: 100%;
	}



.ecx-form .ecx-form-textarearow {
	margin-bottom: 25px;
	border-bottom: 1px solid #D8DFE5;
	width: 100%;
	min-height: 164px;
	overflow: auto;
}

.ecx-form-checkboxrow {
	margin-bottom: 25px;
	border-bottom: 1px solid #D8DFE5;
	width: 100%;
	height: 100px;
	display: table;
}


.ecx-form .ecx-form-inputrow label,
.ecx-form .ecx-form-textarearow label,
.ecx-form-checkboxrow label {
	text-align: left;
	color: #02509f;
	font-weight: normal;
/*	line-height: 50px;*/
	float:left;
    padding: 15px 0 0 0;

}
	.ecx-form .ecx-form-inputrow label .icon-cross {
		padding-left: 20px;
	}

	.ecx-form-checkboxrow label {
		line-height: 24px;
	}


.ecx-form .ecx-form-inputrow input,
.ecx-form .ecx-form-inputrow select
 {
	border: 0;
	background: #e8ecf0;
	height: 55px;
	padding-left: 22px;
	font-size: 16px;
	color: #38434E;
	float:left;
}

.ecx-form .ecx-form-inputrow input[type="radio"] {
	background: none;
}


.ecx-form .ecx-form-inputrow select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
    background: #F3F5F7 url(/skin/images/dropdown-arrow.png) no-repeat right 15px center;
    color: #62707e;
}

.ecx-form .ecx-form-inputrow select::-ms-expand {
    display: none;
}

.ecx-form .ecx-form-inputrow select option {
	  border: 0px;
	  background: #F3F5F7;
	  font-family: Circular-Pro-Book, Helvetica, Arial;
	  padding: 5px 0;
	  padding-left: 25px;
	  font-size: 14px;
}


.ecx-form .ecx-form-inputrow input:focus,
.ecx-form .ecx-form-textarearow textarea:focus,
.ecx-form .ecx-form-inputrow select:focus {
	background: #e4eff9;
}

.ecx-form .ecx-form-inputrow select:focus {
	background: #e4eff9 url(/skin/images/dropdown-arrow.png) no-repeat right 15px center;
}

	.ecx-form .ecx-form-inputrow.radios input {
		margin-right: 10px;
		height: 45px;
		line-height: 45px;
	}


.ecx-form .ecx-form-textarearow textarea {
	height: 164px;
	padding-top:14px;
	resize:vertical;
	max-height:400px;
	min-height:164px;
	border: 0;
	background: #F3F5F7;
	padding-left: 22px;
	font-size: 16px;
	color: #38434E;
	float:left;
}


.ecx-formprevnext-container {
	margin-top: 20px;
}
.ecx-formprevnext-container,
.ecx-form-nextcontainer,
.ecx-form-prevcontainer {
	padding: 0px;
	border:0px !important;

}

.ecx-form-nextcontainer {
	text-align: right;
}

.ecx-formprevnext-container .ecx-form-nextcontainer .ecx-login-submit {
	text-align: right !important;
	float:right !important;
}


.ecx-form .ecx-form-inputrow .ecx-login-submit {
	display: inline-block;
	padding: 12px 25px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	font-size: 20px;
	color: #02509f;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background: #FFF;
	border: 1px solid #02509f;
	border-radius: 4px;
}



.ecx-form .ecx-form-inputrow .ecx-add-rows,
.ecx-form-inputrow .fileUpload  {
	display: inline-block;
	padding: 12px 12px;
	height:35px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	font-size: 14px;
	color: #02509f;
	line-height: 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background: #FFF;
	border: 1px solid #02509f;
	border-radius: 4px;
}

.ecx-form .ecx-form-inputrow .ecx-add-rows.disabled {

	color: #aaaaaa;
	background: #eeeeee;
	border: #aaaaaa;

}


.ecx-form-inputrow .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ecx-form-inputrow .upload-button-wrapper {
	padding: 0px;
	text-align:right;
	line-height: 46px;
	height: 55px;
}



.ecx-form.free #applyfor {
	pointer-events:none;
	background: #FFF;
}

.ecx-form.free #base {
	pointer-events:none;
	background: #FFF;
}

.ecx-form.seminarregister #seminarname {
	pointer-events:none;
	background: #FFF;
}




.tx-pitgooglemaps-pi1 {
	width: 100%;
	height: 575px;
}

#map_canvas224 {
	width: 100% !important;
	height: 575px !important;

}



.ecx-form.seminarregister {
	margin: 0px;
	width: 100%;
}


.ecx-form.seminarregister h2 {
	font-weight: normal;
	border: none;
	font-size: 27px;
	line-height: 37px;
}


#ecx-seminarregister .ecx-seminar-selector div {
	clear:both;
}


#ecx-seminarregister .ecx-seminar-selector div label {
	font-size: 16px;
	font-weight: normal;
	color: #02509f;
	padding-left: 20px;
	width: 95%;
	padding-bottom: 30px;
	padding-top: 20px;
}

#ecx-seminarregister .ecx-seminar-selector div input {
	font-size: 16px;
	font-weight: normal;
	color: #02509f;
	height: 55px;
	line-height: 32px;
	padding-left: 20px;
}






/* -------- Filedownload Form ----------- */


.ecx-downloadSubmissionForm {
	position: absolute;
	background: white;
	width: 320px;
	z-index: 200;
	margin-top: 20px;
	padding: 20px;
	-webkit-box-shadow: 3px 6px 9px -1px rgba(0,0,0,0.43);
	-moz-box-shadow: 3px 6px 9px -1px rgba(0,0,0,0.43);
	box-shadow: 3px 6px 9px -1px rgba(0,0,0,0.43);
}

.ecx-form.filedownload .ecx-form-nextcontainer div {
	padding: 0px;
}


.ecx-form.filedownload .ecx-login-submit {
	padding: 10px 15px;
	font-size: 16px;
}



.ecx-form.filedownload .ecx-form-inputrow label,
.ecx-form.filedownload .ecx-form-inputrow input {
	float: none;
}




/* -------- Filedownload Form ----------- */


.ecx-worldOfInstall-filter-wrapper {
	width: 100%;
	height: 70px;
	padding: 0 70px;
	max-width: 1440px;
	margin: 0 auto;
	display: table;
}

.ecx-worldOfInstall-filter-wrapper-inner {
	background: #FFF;
	padding: 30px 30px;
	display: table;
	width: 100%;
}




.ecx-worldOfInstall-filter-wrapper .submit-btn,
.worldofinstall-download-btn-wrapper .submit-btn{
	display: inline-block;
	padding: 12px 25px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	font-size: 20px;
	color: #02509f;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background: #FFF;
	border: 1px solid #02509f;
	border-radius: 4px;
}

.ecx-worldOfInstall-filter-wrapper .submit-btn:hover,
.worldofinstall-download-btn-wrapper .submit-btn:hover {

	color: #d3031b;

	border: 1px solid #d3031b;
}


.ecx-worldOfInstall-filter-wrapper .ecx-inputrow {
    height: 56px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8DFE5;
    display: table;
    padding:0 ;
}


.ecx-worldOfInstall-filter-wrapper .ecx-inputrow label {
    text-align: left;
    color: #02509f;
    font-weight: normal;
    line-height: 50px;
    float: left;
    padding: 0;
}

.ecx-worldOfInstall-filter-wrapper .ecx-inputrow input,
.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select {
    border: 0;
    background: #F3F5F7;
    height: 55px;
    padding-left: 22px;
    font-size: 16px;
    color: #38434E;
    float: left;
}


.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	background: #F3F5F7 url(/skin/images/dropdown-arrow.png) no-repeat right 15px center;
	color: #62707e;
}

.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select::-ms-expand {
	display: none;
}

.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select option {
	border: 0px;
	background: #F3F5F7;
	font-family: Circular-Pro-Book, Helvetica, Arial;
	padding: 5px 0;
	padding-left: 25px;
	font-size: 14px;
}



.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select:focus {
	background: #e4eff9;
}

.ecx-worldOfInstall-filter-wrapper .ecx-inputrow select:focus {
	background: #e4eff9 url(/skin/images/dropdown-arrow.png) no-repeat right 15px center;
}

.ecx-worldOfInstall-filter-wrapper.download {
	margin-top: 40px;
}

.ecx-worldOfInstall-filter-wrapper.download .ecx-worldOfInstall-filter-wrapper-inner {
	padding: 70px 80px 100px 80px;
}




.worldofinstall-download-btn-wrapper {
	text-align: center;
}


.worldofinstall-download-btn-wrapper .submit-btn {

	margin: 40px 20px;
}

.submit-btn .second-row {
	color: #7f7f7f;
	font-size: 14px;
}



	/* -------- Mail Chimp ----------- */


.t3chimp .submit-btn {
	display: inline-block;
	padding: 12px 25px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	font-size: 20px;
	color: #02509f;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background: #FFF;
	border: 1px solid #02509f;
	border-radius: 4px;
}


.t3chimp .ecx-inputrow {
    height: 56px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8DFE5;
    display: table;
    padding:0 ;
}




.t3chimp .ecx-inputrow label {
    text-align: left;
    color: #02509f;
    font-weight: normal;
    line-height: 50px;
    float: left;
    padding: 0;
	width: 100px;
}


.t3chimp .ecx-inputrow.radios label {
    line-height: 55px;
    font-size: 16px;
    margin-right: 30px;
}

.t3chimp .ecx-inputrow.radios input {
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    float: left;
}


.t3chimp .ecx-inputrow input[type=text],
.t3chimp .ecx-inputrow input[type=email]  {
    border: 0;
    background: #F3F5F7;
    height: 55px;
    padding-left: 22px;
    font-size: 16px;
    color: #38434E;
    float: left;
}

.t3chimp .ecx-inputrow input[type=text]:focus,
.t3chimp .ecx-inputrow input[type=email]:focus {
		background: #e4eff9;
	}


.t3chimp-field-FORM_ACTION {
	display:none !important;
}




/* -------- Newsletter Footer Formular ----------- */

#ecx-newsletter-footer .ecx-form-inputrow input {
    border: 0;
    background: #e8ecf0;
    height: 40px;
}

#ecx-newsletter-footer .ecx-form-inputrow label {
    font-weight: 700;
    font-size: 18px;
    color: #38434E;
}


#ecx-newsletter-footer .ecx-form-inputrow {
	width: 90%;
}

#ecx-newsletter-footer .ecx-form-nextcontainer {
	text-align:left;
}


/* -------- Newsletter Footer Formular ----------- */

.ecx-tt_products form .row {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: solid #ccc 1px;
}

.ecx-tt_products form h2 {
	margin-top: 80px;
}

/***************************************************
* Cookiebar
****************************************************/
#cookie-bar {opacity:0.95; background: #ffffff; font-size: 0.8em; height:auto; line-height:24px; color:#02509f; text-align:center; padding:15px 15px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#02509f;color:#ffffff;border-bottom: 0px !important;}
#cookie-bar .cb-enable:hover {background:#D2021B;color:#ffffff;}


/* -------- Rubig Tool App ----------- */

#ecx-rubig-tool-wrapper {
	height: 620px !important;
	-webkit-overflow-scrolling:touch
}

#ecx-rubig-tool {
	height: 100%;
	width: 100%;
}

#dataprivacy {
  height: auto;
  margin-right: 15px;
}

.ecx-footer ol {
  margin: 0;
  padding: 0;
}

.ecx-footer ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}



.ecx-nav-misc {width: 110px; float: right; margin-right:1%}
.ecx-nav-search-button{ width: 40px}
.ecx-nav-search-field {left:80px}


@media (min-width: 992px) {
	.col-md-2-5 {
		width: 20%;
	}
}


/*
World of RÜBIG Formular
 */
#ecx-pid-120 h2{
	margin-bottom: 0;
}

#ecx-pid-120 .worldofinstall-download-btn-wrapper .submit-btn {
	margin: 0;
}

h1.wikigeneratedid {
    margin-top: 60px;
}

h2.wikigeneratedid {
    margin-bottom: 10px;
    margin-top: 45px;
}

h4.wikigeneratedid{
    margin-top:20px;
}

/* 2021.5.24 ==================*/
.asm1{}
.asm2{/*position: relative;*/}
.asm2:hover .asmson1{display: block!important;}
.asm3{}
.asmson1{text-align: left; padding-top: 10px;}
.dt1 h3{margin-top:0px; margin-bottom: 0px;  font-size: 16px; color: #333; font-weight: bold; display:inline-block;max-width:100%; white-space:nowrap; text-overflow:ellipsis; -moz-text-overflow:ellipsis; -webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; overflow: hidden;}
.dt1{background:url("/skin/images/pt-img2.png") no-repeat right center; background-size: 16px auto!important; padding-right: 25px;margin-top: 15px;}
.sonL1 li{display: block; margin:0; padding:0;}
.sonL1{list-style:none; line-height: normal; margin: 0;margin-top: 10px;}
.sonL1 li a h4{font-size: 15px; color: #333; margin: 0px; line-height: 24px;}
.sonL1 li a{display: block; border: 0px;background:url("/skin/images/pt-img1.png") no-repeat left center; background-size: 18px auto; padding-left: 28px;}
.dl1{margin: 0; padding-top: 10px;}
.dl1 .dd1{display: none;}
.dt1.hover{background:url("/skin/images/pt-img3.png") no-repeat right center; color: #3eb0ce!important;}
.asm4{background:url("/skin/images/pt-img2.png") no-repeat left 10px; background-size: 16px auto!important; padding-left: 25px;
display: block; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;
overflow: hidden;
}

/* 2021.5.25 ==================*/

.dt2 h3{margin-top:15px; margin-bottom: 0px;  font-size: 16px; color: #333; font-weight: bold; display:inline-block;max-width:100%; white-space:nowrap; text-overflow:ellipsis; -moz-text-overflow:ellipsis; -webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; overflow: hidden;}
.dt2{ background-size: 16px auto!important; padding-right: 25px;}




.asm4 p{text-align: justify; }
.asm4.hover{background:url("/skin/images/pt-img3.png") no-repeat left 15px; -webkit-line-clamp: 100;}

.col-33 {
    float: left;
    width: 33.33333333%;
}
.copyright, .spirit {
    float: left;
}
.copyright, .global, .spirit {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #000;
}
.copyright span{
	margin-left: 10px;

}
.global, .global a {
    float: right;
        margin-right: 10px;
     color: rgb(0 0 0 / 48%);
}

 .col-33 p{

   font-size: 14px;
}
.col-33 strong{
	font-family: inherit;
    font-weight: 700;
    line-height: 24px;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 0;
}

.asmson1{font-size: 0; position: absolute; left: 0px;  width: 100%; background-color: #f5f5f5;
    padding-bottom: 20px;
    box-shadow: 1px 1px 9px rgba(0,0,0,.3);}
.asmson1 .asmsbox1{height: 100%; border-right: 1px solid #ccc; width: 33.33%; padding: 0px 5%; display:inline-block; letter-spacing:normal;word-spacing:normal; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.asmson1 .asmsbox1:last-child{border-width: 0px;}

.teaser__lead-out {
    border-top: 2px solid #e9e9e9;
    width: 100%;
    display: block;
    text-align: right;
    clear: both;
}
.teaser__lead-out span {
    float: right;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-right: 16px;
        margin-bottom: 20px;
}
.btn-link {
    background: url(/skin/images/img_link-arrow.svg) no-repeat scroll 4px 3px transparent;
    padding: 2px 0 9px 40px;
    text-align: left;
    font-family: Neue Helvetica W02,Helvetica Neue,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,微軟正黑體,Microsoft JhengHei,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    white-space: normal;
}

.card-text h4 {
	color: #02509f;
	font-size: 22px;

	font-weight: 400;
    font-family: SimHei;
}
.h15{height: 15px;}
.dn{display: none;}
.ecx-mainnav .ecx-navitem{position: relative;}
.ecx-mainnav .ecx-navitem.chanpinasm1{position: inherit;}
.asmson1 .asmsbox1{width: 100%;}
.ecx-mainnav .ecx-navitem.chanpinasm1 .asmson1 .asmsbox1{width: 33.33%; min-height: 378px;}
.pgm51{font-size: 0; padding: 10px; border: 1px solid #ccc; margin: 5px 0px;    transition: background .2s ease-in-out;box-shadow: 2px 1px 3px rgba(0,0,0,.1);}
.pgm51 .tt1 h3{margin-top: 0px; margin-bottom: 0px; color: #333; background:url("../images/pt-img34.png") no-repeat right center; background-size: 11px auto!important; font-size: 14px; }
.pgm51 .tt1 h3 span{font-size: 16px; display:inline-block;max-width:100%; white-space:nowrap; text-overflow:ellipsis; -moz-text-overflow:ellipsis; -webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; overflow: hidden;}

.pgm51 h3 p{font-size: 13px;
    line-height: 22px;
    margin-top: 10px;}

.pgm51 .ct1{ color: #666; }
.pgm51 .ct1,.pgm51 .ct1 p{font-size: 13px;
    line-height: 22px;
    margin-top: 10px;}
.pgm51.open .tt1 h3{background:url("../images/pt-img33.png") no-repeat right center;}
.pgm51 .ct1 p{margin-bottom: 0px;}

.asmimg1 .ecx-coworker-card{border: 1px solid #ccc;box-shadow: 1px 1px 5px rgba(0,0,0,.2);}
.asmimg1{margin-bottom: 20px;/* box-shadow: 1px 1px 9px rgba(0,0,0,.3);*/}
.asmimg1 .ecx-coworker-card .card-text h4{padding-left: 5px; padding-right: 5px;}

.asmimg2{font-size: 0;}
.asmimg2 .sli{float: none; display:inline-block; letter-spacing:normal;word-spacing:normal; vertical-align: top;}

.asmson1{top: 63px;}
.ecx-mainnav{position: relative;}


.card-text h4{
   margin-left: 10px;
}

.button {
	font-size: 12px;
}

.biaodan{
	padding: 5px 10px; border-radius: 2px; border: 1px solid rgb(216, 222, 228);
}

.article img{
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.flex-direction-nav{
	    position: relative;

}
