/*general*/
@media screen and (min-width: 768px) {
  .euOuterWrapper {
    font-size: calc(18px + 15 * ((100vw - 768px) / 1152));
  }
}

/*tablet*/
@media screen and (max-width: 1025px) {
  p.euFleece_subColumn_text{
    width: 90%;
  }
}

/*mobile site*/
@media screen and (max-width: 767px) {

}


/*################## Internet Explorer Fallbacks #####################*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
