.blue-button {
  background: #297B99;
  background-size: 8px;
  background-position: 75px 9px;
  /* width: 90px; */
  height: 30px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding: 6px 20px 0 10px;
  bottom: -8px;
  left: 269px;
}

.blue-button .arrow {
  background: url('/fileadmin/z-countries/0-Global-Relaunch/default2016/images/white-arrow-leftmenue.png') no-repeat;
  height: 22px;
  width: 8px;
  background-size: contain;
  position: absolute;
  background-position: 0px 5px;
  right: 5px;
  top: 4px;
}

.blue-button .button-text {
  font-size: 12px;
  /* position: absolute; */
  /* top: 7px; */
  /* left: 5px; */
  font-family: "HelveticaNeueMdCn", sans-serif;
  text-transform: uppercase;
}

.blue-button:hover {
  background: #aeceda;
  color: #297B99;
  cursor: pointer;
}

.blue-button:hover .arrow {
  background: url('/fileadmin/images/blue-arrow-small.png') no-repeat;
  background-position: 0px 5px;
}


/*

TEASER BOXES

*/

.box-fourth .box {
  height: 240px;
}

.box {
  width: 100%; /* adjust for 4 column layout */
  height: 340px;
  background: url('/fileadmin/images/cvd.jpg') no-repeat;
  background-size: cover;
  border-radius: 9px;
  /*overflow: hidden;*/
  position: relative;

  -webkit-box-shadow: 0 0 10px -3px #3D3D3D;
  box-shadow: 0 0 10px -3px #3D3D3D;
  display: inline-block;
  margin-right: 0; /* normally 28px */
  margin-bottom: 28px;
}

.box.ly {
  background: url('/fileadmin/images/ly.jpg') no-repeat;
  background-size: cover;
  background-position-y: -40px;
}

.box.prwc {
  background: url('/fileadmin/images/primary.jpg') no-repeat;
  background-size: cover;
  background-position-y: -40px;
}

.box.as {
  background: url('/fileadmin/images/ankle.jpg') no-repeat;
  background-size: cover;
  background-position-y: -40px;
  background-position-x: -95px;
}

.box.dsf {
  background: url('/fileadmin/images/distal.jpg') no-repeat;
  background-size: cover;
  background-position-y: 0px;
    background-position-x: -166px;
}


.last-box {
  margin-right: 0;
}

.inner-box {
  position: absolute;
  bottom: 0;
  height: 135px;
  background: #fff;
  opacity: 0.9;
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  padding: 10px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.box .inner-box h3 {
  color: #297b99;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 0;
}


.box .blue-button {
  bottom: 10px;
  left: auto;
  right: 10px;
}

.box .inner-box p {
  font-size: 1em;
  margin-top: 8px !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  font-family: "HelveticaNeueCn";
}

/*.box .inner-box:hover {
  height: 200px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  /*bottom: 0 !important;
}*/

/*.box .inner-box:hover.inner-box a {
  opacity: 1;
}

.box .inner-box:hover.inner-box hr {
  opacity: 1;
}*/

.box .inner-box a {
  font-size: 1em;
  color: #297b99;
  text-decoration: none;
  display: block;
  padding-left: 12px;
  background: url('/fileadmin/images/blue-arrow-small.png') no-repeat;
  background-position: 1px 5px;
  background-size: 5px;
  opacity: 0;
}

.read-more-btn {
  background: url('/fileadmin/images/read_more_button.png') no-repeat;
  background-size: 100%;
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: -5px;
  right: 10px;
}

a .read-more-btn:hover {
  opacity: 0.8;
}

.box .inner-box hr {
  background: url('/fileadmin/images/hr.png') no-repeat;
  background-size: 100%;
  border: none;
  height: 2px;
  opacity: 0;
}

.box-big, .box-full, .box-third, .box-fourth, .box-small {
    margin-top: 30px;
}

.box-big:empty, .box-full:empty, .box-third:empty, .box-fourth:empty, .box-small:empty {
    margin-top: 0px;
}

/*

TEASER BOXES

*/