html,
body {
  height: 100%;
}
body {
  display: table;
  width: 100%;
  background: url("Retourenlabel-left-column-bg.png") repeat-y;
  background-color: #ffffff;
}
.home,
.home .site-body {
  /*background: url("../img/Retourenlabel-left-column-bg.png") repeat-y;*/
}

.pi-left-dir:before,
.pi-arrow.left:before {
  display: inline-block;
  font-family: "posticons";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  padding-right: 0.5em;
}
body .page-row {
  display: table-row !important;
  height: 1px !important;
}

body .page-row.cfooter{
  display: table-row-group !important;
  height: 1px !important;
}

body .full-height {
  height: 100%;
}
body .page-row-expanded {
  height: 100%;
}
body .container {
  width: 100%;
}
body .row.no-margin {
  margin: 0 !important;
}
body .header-container {
  min-height: 100px;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}
body .header-container h1 {
  text-transform: uppercase;
  margin-top: 32px;
}
body .post-logo {
  width: 250px;
}
body .post-logo img {
  max-width: 250px;
  margin-top: 8px;
  margin: 20px auto 0 auto;
}
body .col-left {
  float: left;
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
body .col-right {
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
}
body .header-container .languageLink {
  margin-top: 60px !important; 
  margin-bottom: 10px !important;
}
body .yellow-left {
  background-color: #f2f2f2;
  height: 100%;
}
body .yellow-left #company-logo {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .form-content {
  /*background-color: #ffffff;*/
  margin-bottom: 20px;
}
body .step-progress.step-progress-horizontal {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .step-progress-horizontal .step-progress-item {
  text-align: left;
  padding-right: 50px;
}
body .form-horizontal {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  max-width: 1024px;
}
body .site-footer p {
  margin-bottom: 0;
}
body .site-footer a {
  color: white;
  padding-right: 50px;
  position: relative;
  top: 5px;
}
body .site-footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .site-footer .container .row {
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 992px) {
  .home,
  .home .site-body {
    background: #fff;
  }
  body {
    background: #fff;
  }
  body .col-left {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  body .col-left img {
    max-width: 110px;
  }
  body .col-right {
    margin: 0;
  }
  body .header-container .col-right {
    text-align: center;
  }
  body .header-container .col-right h1 {
    font-size: 18px;
    margin-top: 20px;
  }
  body .header-container .col-right .languageLink {
    margin-top: 20px;
  }
  body .yellow-left #company-logo {
    width: 80%;
    max-width: 260px;
  }
  body .form-group .col-md-4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body .step-progress-horizontal .step-progress-item .step-progress-item-text {
    display: inline;
  }
}
@media (max-width: 768px) {
  footer .col-sm-6.links {
    text-align: center;
    margin-bottom: 20px;
  }
}
