#videowall-weather-6396 {
  box-sizing: border-box;
  width: 400px;
  min-height: 650px;
  margin: 0 auto;
  padding: 14px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  background: #ffffff;
  color: #10253c;
  font-family: "Argumentum", Arial, sans-serif;
  text-align: center;
}

body:has(#videowall-weather-6396) header,
body:has(#videowall-weather-6396) footer,
body:has(#videowall-weather-6396) .header,
body:has(#videowall-weather-6396) .footer,
body:has(#videowall-weather-6396) #section-haendlersuche,
body:has(#videowall-weather-6396) .breadcrumb,
body:has(#videowall-weather-6396) .breadcrumbs,
body:has(#videowall-weather-6396) nav[aria-label="breadcrumb"] {
  display: none !important;
}

html:has(#videowall-weather-6396),
body:has(#videowall-weather-6396) {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body:has(#videowall-weather-6396) main,
body:has(#videowall-weather-6396) .defaultPage,
body:has(#videowall-weather-6396) .section,
body:has(#videowall-weather-6396) .section__wrapper,
body:has(#videowall-weather-6396) .section__container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#videowall-weather-6396 .vw-weather__header-logo {
  order: 0;
  width: calc(100% + 16px);
  display: block;
  margin: 0;
}

#videowall-weather-6396 .vw-weather__header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#videowall-weather-6396 .vw-weather__status {
  order: 1;
  width: 100%;
  margin: 0;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(16, 37, 60, 0.7);
}

#videowall-weather-6396 .vw-weather__location {
  order: 2;
  width: 100%;
  margin: 0;
  font-size: 58px;
  line-height: 0.9;
  font-weight: 700;
  color: #10253c;
}

#videowall-weather-6396 .vw-weather__icon {
  order: 3;
  position: relative;
  margin: 0;
  font-size: 102px;
  line-height: 0.9;
  color: #ffd15c;
}

#videowall-weather-6396.is-rainy .vw-weather__icon {
  color: #9aa4b2;
}

#videowall-weather-6396 .vw-weather__desc {
  order: 4;
  margin: 0;
  font-size: 34px;
  line-height: 0.95;
  color: rgba(16, 37, 60, 0.7);
}

#videowall-weather-6396 .vw-weather__temp {
  order: 5;
  margin: 0;
  font-size: 110px;
  line-height: 0.8;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #10253c;
}

#videowall-weather-6396 .vw-weather__date {
  order: 6;
  width: 100%;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: rgba(16, 37, 60, 0.66);
  text-transform: capitalize;
}
