section.uwr-historia-container {
  width: 100%;
}
section.uwr-historia-container > h2 {
  color: white;
  position: absolute;
  left: 25px;
  z-index: 5;
}
.contrast section.uwr-historia-container > h2, section.uwr-historia-container > h2.contrast {
  color: white;
}
body.touch section.uwr-historia-container > h2 {
  display: none;
}
@media all and (max-width: 850px) {
  section.uwr-historia-container > h2 {
    display: none;
  }
}
.main-header-bar.ast-header-breadcrumb{
  display: none;
}

.uwr-historia {
  background-color: white;
  color: white;
  line-height: 1.5;
  width: 100%;
  width: 100%;
  height: auto;
  display: table;
}
.contrast .uwr-historia, .uwr-historia.contrast {
  background-color: white;
}
.contrast .uwr-historia, .uwr-historia.contrast {
  color: white;
}
body.home .uwr-historia {
  display: block;
  cursor: pointer;
}
.uwr-historia h2 {
  padding: 0.5em 25px;
  margin: 0;
  z-index: 10;
}
.uwr-historia div {
  position: static;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  border-color: white;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.contrast .uwr-historia div, .uwr-historia div.contrast {
  color: white;
}
.contrast .uwr-historia div, .uwr-historia div.contrast {
  border-color: white;
}
.uwr-historia .bg-all {
  background-color: #182d45;
  width: 100vw;
  height: 200vh;
  opacity: 0;
  filter: alpha(opacity=60);
  position: absolute;
}
.contrast .uwr-historia .bg-all, .uwr-historia .bg-all.contrast {
  background-color: #182d45;
}
.uwr-historia .content {
  width: 100%;
  position: relative;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  width: 75%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.uwr-historia .content p.large {
  font-family: "EuclidFlex-Bold";
  font-size: 7em;
  text-align: center;
  padding: 0.1em;
  text-shadow: 0 0 25px rgba(24, 45, 69, 0.8);
  border-bottom: 3px solid;
}
.bg-reference{
    height: 85vh;
    position: absolute;
    bottom: 0;
}
@media all and (max-width: 600px) {
  .uwr-historia .content p.large {
    font-size: 4em;
  }
}
.uwr-historia .content h2,
.uwr-historia .content h1{
  width: 100%;
  margin: 0;
  padding: 1em 0 0 0;
  text-shadow: 0 0 25px rgba(24, 44, 69, 0.8);
}
@media all and (max-width: 600px) {
  .uwr-historia .content h2 {
    font-size: 3rem;
  }
}
.uwr-historia .content p {
  font-family: "EuclidFlex-Regular";
  font-size: 1.2rem;
  padding: 0 25px;
  margin: 0;
}
@media all and (max-width: 850px) {
  .uwr-historia .content {
    width: 100%;
    padding: 0 25px;
  }
}

body:not(.home) .uwr-historia > div {
  position: static;
    width: 100vw;
    height: 200vh;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
body:not(.home) .uwr-historia > div > .bg-all {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (max-width: 600px) {
  body:not(.home) .uwr-historia > div > .bg-all {
    width: 100%;
  }
}
body:not(.home) .uwr-historia > div > .content {
  top: 75%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body:not(.home) .uwr-historia > div > .content h2,
body:not(.home) .uwr-historia > div > .content h1 {
  margin: 0;
    color: #fff;
    font-size:2.2rem;
}
body:not(.home) .uwr-historia > div > .content p.large {
  margin: 0;
}
@media all and (max-width: 1099px) {
  body:not(.home) .uwr-historia > div > .content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width:400px){
  .uwr-historia .content p{
    font-size: 1rem;
  }
  .uwr-historia .content h2 {
    font-size: 2.3rem;
}
}
