/*#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;
}
/* template 1 */

.textbold {
  font-family: 'IloxxRegularFont';
}
/*#region expand/collapse with css, template.less overwrite*/

.toggleExpandDiv {
  border-bottom: 1px dashed #ececec;
}
.toggleExpandDiv.small {
  max-height: 136px;
}
/*#endregion*/

.band_left {
  float: left;
  width: 135px;
  height: 65px;
  margin-left: 70px;
  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;
}
.band_right {
  float: left;
  width: 135px;
  height: 65px;
  margin-right: 70px;
  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;
}
/*#region Parcel-Single-Profi*/

.parcel_plus_item {
  width: 385px;
  float: left;
  margin-bottom: 12px;
  margin-left: 15px;
}
.parcel_plus_item .parcel_plus_item_image {
  float: left;
}
.parcel_plus_item .parcel_plus_item_text {
  float: left;
  width: calc(100% - 30px);
  margin-left: 10px;
  margin-top: 3px;
}
.parcel_SoP_item {
  width: 450px;
  display: inline-block;
  background-color: #ececec;
  float: left;
}
.parcel_SoP_item .parcel_SoP_item_image {
  width: 100%;
  height: auto;
}
.parcel_SoP_item .parcel_SoP_item_body {
  width: 430px;
  height: 120px;
  margin-right: 20px;
  padding: 15px 10px;
  display: inline-block;
  float: left;
}
.parcel_SoP_item .parcel_SoP_item_body .header {
  color: #ff6a00;
}
.parcel_SoP_item .parcel_SoP_item_body .text {
  margin-top: 10px;
}
.parcel_SoP_item .parcel_SoP_item_body .link {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
}
.profishipment_services_item {
  width: 220px;
  display: inline-block;
  margin-right: 13px;
  line-height: 18px;
}
.profishipment_services_item:last-child {
  margin-right: 0px;
}
.profishipment_services_item_right {
  float: left;
  margin-left: 2px;
  width: calc(100% - 55px);
  margin-top: -2px;
  height: auto;
  display: inline-block;
}
.orangeButton.whitearrow.arrowdown {
  padding-right: 50px;
}
.orangeButton.whitearrow.arrowdown::after {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE10+ */
  transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  margin-right: -37px;
  margin-top: 11px;
  height: 22px;
}
.darkBeigeButton {
  background-color: #b2a78e;
}
.profishipment_logisticssolution_item {
  width: 294px;
  height: 270px;
  margin-right: 19px;
  background-color: #ececec;
  float: left;
}
.profishipment_logisticssolution_item:last-child {
  margin-right: 0px;
}
.profishipment_logisticssolution_item_image {
  width: 100%;
  height: auto;
}
.profishipment_logisticssolution_item_text {
  width: calc(100% - 20px);
  display: inline-block;
  padding: 10px;
}
.profishipment_logisticssolution_item_text .header {
  width: 100%;
  color: #e56a19;
  font-family: 'IloxxRegularFont';
  margin-bottom: 5px;
}
.profishipment_logisticssolution_item_text .text {
  width: 100%;
  line-height: 18px;
}
.profishipment_additionalaervice_item {
  width: 450px;
  margin-right: 20px;
  margin-top: 50px;
  display: inline-block;
  float: left;
}
.profishipment_additionalaervice_item:nth-child(2n) {
  margin-right: 0px;
}
.profishipment_additionalaervice_item .profishipment_additionalaervice_item_image {
  float: left;
}
.profishipment_additionalaervice_item .profishipment_additionalaervice_item_text {
  float: left;
  margin-left: 10px;
  width: calc(100% - 77px);
}
.profishipment_additionalaervice_item .profishipment_additionalaervice_item_text .header {
  font-size: 20px;
  color: #e56a19;
  font-family: 'IloxxRegularFont';
  margin-bottom: 5px;
}
.profishipment_additionalaervice_item .profishipment_additionalaervice_item_text .text {
  width: 100%;
  line-height: 18px;
  margin-top: 5px;
}
.profishipment_additionalaervice_item .profishipment_additionalaervice_item_text .text:nth-child(2n + 1) {
  margin-top: 15px;
}
/*#region grey Box*/

.greyBoxWideParcel {
  display: inline-block;
  width: calc(100% - 0px);
  margin-right: 0px;
}
.greyBoxWideParcel .greyBoxWide_textdiv {
  background-color: #ececec;
  float: left;
}
.greyBoxWideParcel .greyBoxWide_headlinediv {
  display: inline-block;
  width: calc(100% - 40px);
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
}
.greyBoxWideParcel .greyBoxWide_descriptiondiv {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'IloxxLightFont';
  line-height: 18px;
}
.greyBoxWideParcel .greyBoxWideParcel_imageContainer {
  float: left;
  margin-top: -5px;
}
/*#endregion grey Box*/

/*#region Shipment-Banner*/

.forwardingshipmentbanner {
  margin-top: 40px;
  padding: 0px;
  height: 207px;
  background-color: #ececec;
  background-image: url("../images/parcel/img4.jpg");
  background-position: right;
  background-repeat: no-repeat;
}
.easy123banner {
  margin-top: 40px;
  padding: 0px;
  height: 423px;
  background-color: #ececec;
  background-image: url("../images/parcel/img1.jpg");
  background-position: left;
  background-repeat: no-repeat;
}
.verpackungstippsbanner {
  padding: 0px;
  height: 211px;
  background-color: #ececec;
  background-image: url("../images/parcel/img3.jpg");
  background-position: left;
  background-repeat: no-repeat;
}
.forwardingshipmentbanner2 {
  padding: 0px;
  height: 207px;
  background-color: #ececec;
  background-image: url("../images/parcel/img5.jpg");
  background-position: right;
  background-repeat: no-repeat;
}
.forwardingshipmentbanner3 {
  padding: 0px;
  height: 207px;
  background-color: #ececec;
  background-image: url("../images/parcel/parcel_img5.jpg");
  background-position: right;
  background-repeat: no-repeat;
}
/*#endregion Shipment-Banner*/

/*#endregion Parcel-Single-Profi*/

