/* wuerenlos specific styles */
/* svg logo container widths fix for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .logo {
    width: 97px;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .logo {
    max-width: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header.header-sticky.small .logo {
    width: 39px;
  }
}
.frame > p img,
.frame .ce-bodytext img {
  width: auto;
  height: auto;
}
