/*#region Media Queries*/
/*Fonts*/

@font-face {
  font-family: 'IloxxLightFont';
  src: url("Fonts/EnzoOffc-Light.eot");
  src: url("Fonts/EnzoOffc-Light.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Light.woff") format("woff"), url("Fonts/EnzoOffc-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IloxxRegularFont';
  src: url("Fonts/EnzoOffc-Medium.eot");
  src: url("Fonts/EnzoOffc-Medium.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Medium.woff") format("woff"), url("Fonts/EnzoOffc-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
.pseudoElement {
  display: block;
  content: "'\00a0'";
}
/*Typography*/

.fontSize14 {
  font-size: 14px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize28 {
  font-size: 28px;
}
.right-to-left {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to left, #c5c5c5, transparent) 0 0 100% 0;
}
.left-to-right {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to right, #c5c5c5, transparent) 0 0 100% 0;
}
.tabActiveHover {
  background: linear-gradient(to top, #f2f2f2 30%, white 100%);
  /*border-bottom: 1px solid @iloxxOrange;*/
  color: #e56a19;
}
.home_main {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}
/*#region Banner*/

.home_banner_div {
  display: inline-block;
  float: left;
  width: 100%;
  width: calc(100% - 390px);
  max-width: 888px;
  height: 288px;
  /*margin-right: 2px;*/

}
@media only screen and (max-width: 992px) {
  
}
.home_banner_content {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  background-image: url("../images/stage_ad_rotator2_main.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  /*background-size: 888px 288px;*/

}
.home_banner_headline {
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 20px;
  margin-left: 20px;
  /*.fontSize24;*/
  font-size: 30px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
  line-height: 20px;
}
.home_banner_headline h1 {
  font-size: 30px;
}
.home_banner_subheadline {
  display: inline-block;
  width: calc(100% - 20px);
  margin-bottom: 13px;
  /*.fontSize24;*/
  font-size: 30px;
  font-family: 'IloxxLightFont';
  color: #e56a19;
  line-height: 20px;
  margin-left: 20px;
}
.home_banner_subheadline h2 {
  font-size: 30px;
  font-family: 'IloxxLightFont';
}
.home_block_textdiv {
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
}
.home_flextext {
  display: inline-block;
  float: left;
  min-width: 310px;
  width: calc(100% - 260px);
  /*width: 42%;*/
  height: 256px;
}
.homebox_box2_image_div {
  display: inline-block;
  /*width: 38.135%;*/
  width: calc(100% - 340px);
  min-width: 95px;
  max-width: 225px;
  float: left;
  padding: 16px 9px 20px 20px;
}
@media only screen and (max-width: 992px) {
  
}
.homebox_box2_body {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 0px 20px 0px 20px;
}
/*#endregion Banner*/

/*#region Tracking*/

.home_tracking {
  background-color: white;
  display: block;
  float: left;
  max-width: 365px;
  min-width: 363px;
  width: calc(100% - 915px);
  height: 258px;
  padding: 18px 10px 12px 17px;
}
.home_tracking_icon {
  width: 40px;
  height: 35px;
  margin-bottom: -9px;
}
.home_help_icon {
  width: 40px;
  height: 35px;
  margin-bottom: -9px;
}
.home_tracking_headline {
  line-height: 20px;
  font-size: 20px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
}
.tracking_textbox {
  background-color: #f7f6f3;
  border: 1px solid #ececec;
  width: 302px;
}
.home_hepl_listItem ul {
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  list-style-type: none;
  line-height: 20px;
}
.home_hepl_listItem li {
  color: #e56a19;
  font-size: 16px;
}
.home_hepl_listItem li:before {
  background-image: url("../images/pfeil_rechts_orange.svg");
  background-repeat: no-repeat;
  display: block;
  content: '\00a0';
  float: left;
  width: 7px;
  height: 9px;
  margin: 6px 4px 0 0;
}
/*#endregion Tracking*/

.home_middletext {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 47px;
}
.home_boxblock {
  display: inline-block;
  width: 100%;
}
.home_box {
  display: inline-block;
  min-width: 430px;
  width: 100%;
  float: left;
  margin-bottom: 65px;
}
.home_box.left {
  background-color: #f7f6f3;
}
.homebox_headlinediv {
  display: inline-block;
  /*width: 100%;*/
  margin-top: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
}
.homebox_headlinediv h2 {
  font-size: 20px;
  line-height: 24px;
}
.home_greyline {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #e8e4dd;
}
.home_sectorNavi_greyline {
  display: inline-block;
  height: 1px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.home_sectorNavi_greyline .home_greyline_left {
  float: left;
  background: linear-gradient(to left, #e8e4dd, white);
  width: 80px;
  height: 1px;
}
.home_sectorNavi_greyline .home_greyline_middle {
  float: left;
  background-color: #e8e4dd;
  width: calc(100% - 160px);
  height: 1px;
}
.home_sectorNavi_greyline .home_greyline_right {
  float: left;
  background: linear-gradient(to right, #e8e4dd, white);
  width: 80px;
  height: 1px;
}
/*#region Shippinsolutions*/

.home_sectorNavi_hyperlink:nth-child(4n) {
  margin-right: 0px;
}
.home_sectorNavi_hyperlink {
  display: block;
  float: left;
  width: calc((100% - 30px) / 4);
  max-width: 150px;
  height: auto;
  margin-right: 10px;
  margin-top: 5px;
  min-width: 140px;
  margin-bottom: 5px;
}
.home_sectorNavi_innerdiv {
  display: block;
  width: 100%;
  float: left;
}
.home_sectorNavi_image {
  width: auto;
  height: 84px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
.home_sectorNavi_text {
  height: 20px;
  display: block;
  text-align: center;
  color: #6f6f6f;
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxRegularFont';
}
/*#endregion Shippinsolutions*/

.box_banner {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  background-position: right bottom;
}
.costcalculate_orangelabel {
  color: #e56a19;
  font-family: 'IloxxRegularFont';
}
.panCountriesLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.panCountriesLayer > div {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  top: 160px;
  bottom: 50%;
  /*transform: translate(0, -50%);*/

}
.panCountriesLayer > div > div {
  width: calc(100% - 360px);
  margin-left: 140px;
}
.panCountriesLayer .header {
  float: left;
  background-color: #e56a19;
  color: white;
  font-family: 'IloxxRegularFont';
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  width: 212px;
  padding-left: 15px;
  padding-right: 32px;
}
.panCountriesLayer .close_button {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/button_kreuz.svg);
  background-size: 21px;
  background-position: center center;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
}
.panCountriesLayer .contrylayer_body {
  background-color: #f7f6f3;
  margin-top: -5px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  width: 890px;
}
/*#region Rotator*/

.home_banner_content_rotator {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  /*background-size: 888px 288px;*/
  /*position: absolute;*/
  filter: inherit;
  /*left: 198px;*/
  top: 203px;
  width: 888px;
  height: 288px;
  overflow: hidden;
}
.home_rotator_leftside {
  position: absolute;
  top: 0px;
  width: 492px;
  padding-left: 15px;
}
.home_rotator_headline {
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 40px;
  margin-left: 0px;
  /*.fontSize24;*/
  font-size: 30px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
  line-height: 20px;
}
.home_rotator_headline h1 {
  font-size: 30px;
  font-family: 'IloxxRegularFont';
  line-height: 20px;
}
.home_rotator_subheadline {
  display: inline-block;
  width: calc(100% - 20px);
  margin-bottom: 13px;
  /*.fontSize24;*/
  font-size: 30px;
  font-family: 'IloxxLightFont';
  color: #e56a19;
  line-height: 20px;
  margin-left: 0px;
}
.home_rotator_subheadline h2 {
  font-size: 30px;
  font-family: 'IloxxLightFont';
  line-height: 20px;
}
.home_rotator_divButton {
  width: 100%;
  text-align: right;
}
.home_rotator_textdiv {
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
  margin-bottom: 0px;
  width: 490px;
  height: 70px;
}
.home_rotator_points {
  margin-top: 47px;
  margin-bottom: 5px;
}
.rotdiv {
  position: absolute;
}
.cursorhand {
  cursor: pointer;
}
/*#endregion Rotator*/

