.ss .bulawindow {
  margin-top: 5px;
  margin-bottom: 2px;
  display: none;
  width: 638px;
}
.ss .bulawindow a,
.ss .bulawindow p {
  color: #fff;
}
.ss .bulawindow .bw-header {
  border-left: 5px solid #5d8dc5;
  background-color: #5286c1;
}
.ss .bulawindow .bw-ressort {
  padding-top: 8px;
  width: 145px;
}
.ss .bulawindow .bw-title {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 8px;
}
.ss .bulawindow .bw-title a:active {
  background-color: #5286c1;
}
.ss .bulawindow .bw-main {
  background-color: #5286c1;
  margin-left: 157px;
  display: none;
}
.ss .bulawindow .bw-close {
  margin: 9px;
  float: right;
  cursor: pointer;
  background: url("../../common/images/closeSpriteFilled.png");
  height: 12px;
  width: 12px;
}
.ss .bulawindow .bw-close:hover {
  background-position: 0px -12px;
}
.ss .bulawindow .bw-toolbar {
  height: 21px;
}
.ss .bulawindow .bw-cog {
  float: right;
  cursor: pointer;
  margin-right: 8px;
  background: url("../../news/images/bulawindow.svg");
  height: 14px;
  width: 14px;
}
.ss .bulawindow .bw-general {
  padding: 1px 145px 6px 50px;
}
.ss .bulawindow.bw-bottom .bw-header {
  background-color: transparent;
  font-size: 0.95em;
  opacity: 0.6;
}
.ss .bulawindow.bw-bottom .bw-ressort {
  visibility: hidden;
}
.ss .bulawindow.bw-bottom .bw-confirm {
  display: none;
}
.ss .bulawindow .bw-settings {
  display: none;
}
.ss .bulawindow .bw-settings p {
  margin: 20px 0;
}
.ss .bulawindow .bw-disabled {
  line-height: 1.5em;
  padding: 7px 45px;
  display: none;
}
.ss .bulawindow .bw-select {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #fff;
  font-family: "ORF ON";
  font-size: 0.9em;
  width: 100%;
}
.ss .bulawindow button {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 3px;
  font-family: "ORF ON";
  background-color: #7999c1;
  height: 30px;
  width: 100%;
}
.ss .bulawindow select:focus,
.ss .bulawindow button:focus,
.ss .bulawindow a:focus {
  outline: none;
}
.ss .bulawindow .bw-content {
  display: none;
}
.ss .bulawindow .bw-body {
  border-bottom: 2px solid #5d8dc5;
  margin: 0 65px 0 80px;
  align-items: center;
  display: flex;
  height: 53px;
}
.ss .bulawindow .bw-image {
  clip: rect(0px, 70px, 50px, 3px);
  position: absolute;
  margin-left: -3px;
  height: 50px;
}
.ss .bulawindow .bw-image.second {
  margin-top: 1px;
}
.ss .bulawindow h2 {
  width: auto;
}
.ss .bulawindow .bw-body a:focus h2 {
  text-decoration: underline;
  background-color: #f8f8f8;
  padding: 3px 4px 2px;
  color: #466199;
}
.ss .bulawindow .bw-weather {
  height: 30px;
}
.ss .bulawindow .bw-weather .bw-icon {
  margin-left: 2px;
  margin-top: 8px;
  float: left;
  width: 68px;
}
.ss .bulawindow .bw-disclaimer {
  background-color: #5d8dc5;
  user-select: none;
  padding-left: 9px;
  font-size: 0.6em;
  padding-top: 6px;
  cursor: default;
  color: #b4cce8;
}
.ss .bulawindow .bw-disclaimer > span {
  transition: opacity 0.2s;
  opacity: 0;
}
.ss .bulawindow .bw-disclaimer > span.bw-visible  {
  opacity: 1;
}
.ss .bulawindow .bw-weather .aktuell {
  margin-left: -1px;
  text-align: center;
  font-size: 0.6em;
}
.ss .bulawindow .bw-weather .bw-temp {
  font-family: "ORF ON Condensed";
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 4px;
  float: left;
}
.ss .bulawindow .bw-weather object {
  pointer-events: none;
  height: 25px;
  width: 25px;
  float: left;
}
.ss .bulawindow .bw-weather .bw-body {
  border-bottom: 0;
  margin-top: 2px;
  height: 50px;
}
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  .ss .bulawindow .bw-body {
    padding-top: 8px;
    height: 48px;
  }
}