/*
Theme Name: Centro Medico Cerva
Theme URI: https://centromedicocerva.it/
Author: Centro Medico Cerva
Description: Tema su misura del sito del Centro Medico Cerva di Milano.
Version: 1.0.0
Text Domain: cerva
*/

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("assets/fonts/merriweather-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --cerva-purple: #957aca;
  --cerva-purple-dark: #886dbd;
  --cerva-coral: #fd7062;
  --cerva-coral-dark: #f45e50;
  --cerva-blue: #1fa7da;
  --cerva-gray: #919699;
  --cerva-dark: #414447;
  --cerva-pale: #edeff2;
  --cerva-surface: #ffffff;
  --cerva-gutter: 30px;
  --cerva-sidebar: 270px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--cerva-gray);
  background-color: #f2f4f7;
  background-image: url("assets/images/pattern.png");
  background-position: left top;
  background-repeat: repeat;
  font-family: "Merriweather", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

body.admin-bar {
  padding-top: 0;
}

a {
  color: var(--cerva-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #129acd;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0 0 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select,
.btn,
.top,
.main-navigation,
.main-title,
.page-box,
.post-meta,
.footer {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #333333;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

ul,
ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.container {
  width: 1170px;
  max-width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}

.top {
  position: relative;
  min-height: 32px;
  color: #edeff2;
  background: #8b949c;
  font-size: 12px;
  line-height: 32px;
}

.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top__tagline {
  min-width: 0;
}

.top-navigation {
  display: flex;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-navigation a {
  color: #edeff2;
}

.header {
  display: flex;
  align-items: stretch;
  min-height: 170px;
  margin-bottom: 35px;
  padding: 10px 30px 10px 28px;
  background: var(--cerva-surface);
}

.logo {
  display: flex;
  flex: 0 0 132px;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.logo img {
  display: block;
  width: 130px;
  height: 150px;
  object-fit: contain;
}

.header-widgets {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.header-widget {
  min-height: 80px;
  padding: 22px 20px 12px;
  border-left: 1px solid #edeff2;
}

.header-widget:first-child {
  border-left: 0;
}

.header-widget__title {
  margin: 0 0 4px;
  color: var(--cerva-dark);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.header-widget__subtitle {
  display: block;
  color: #b6babd;
  font-family: "Merriweather", Georgia, serif;
  font-size: 11px;
  line-height: 1.25;
}

.header-widget--hours {
  width: 201px;
}

.header-widget--director {
  width: 183px;
}

.header-widget--address {
  width: 150px;
}

.header-widget--phone {
  display: flex;
  align-items: center;
  padding-right: 18px;
  padding-left: 18px;
}

.phone-button {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 0 22px;
  border: 0;
  border-radius: 24px;
  color: #ffffff;
  background: var(--cerva-coral);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.phone-button:hover,
.phone-button:focus {
  color: #ffffff;
  background: var(--cerva-coral-dark);
}

.phone-button svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  fill: currentColor;
}

.header-search {
  display: flex;
  align-items: center;
  min-width: 218px;
  padding: 0;
  border-left: 1px solid #edeff2;
}

.search-form {
  display: flex;
  width: 100%;
  height: 44px;
}

.search-field {
  width: calc(100% - 46px);
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #e1e4e7;
  border-right: 0;
  border-radius: 0;
  color: var(--cerva-gray);
  background: #f7f8f9;
  font-family: "Merriweather", Georgia, serif;
  font-size: 13px;
  outline: 0;
}

.search-field:focus {
  border-color: var(--cerva-purple);
}

.search-submit {
  width: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: var(--cerva-purple);
  cursor: pointer;
}

.search-submit:hover,
.search-submit:focus {
  background: var(--cerva-purple-dark);
}

.search-submit svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.navbar-toggle {
  display: none;
}

.site-layout {
  display: grid;
  grid-template-columns: var(--cerva-sidebar) minmax(0, 1fr);
  gap: var(--cerva-gutter);
}

.site-main {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.sidebar {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.main-navigation__container {
  margin-bottom: 20px;
  background: #ffffff;
}

.main-navigation__title {
  display: none;
}

.main-navigation {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
  margin: 0;
}

.main-navigation > li > a {
  position: relative;
  display: block;
  padding: 16px 34px;
  color: var(--cerva-dark);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-navigation > li > a::after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #7a7e81;
  border-right: 2px solid #7a7e81;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.main-navigation > li.current-menu-item > a,
.main-navigation > li.current-menu-ancestor > a,
.main-navigation > li:hover > a {
  background: var(--cerva-pale);
}

.main-navigation .sub-menu {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 100%;
  display: none;
  width: 265px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.1);
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu {
  display: block;
}

.main-navigation .sub-menu a {
  display: block;
  padding: 12px 17px;
  border-bottom: 1px solid #66b299;
  color: #ffffff;
  background: #73bfa6;
  font-size: 12px;
  font-weight: 700;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
  background: #66b299;
}

.sidebar-widget {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
}

.sidebar-widget--secretary {
  padding: 0 0 20px;
}

.sidebar-widget--secretary img {
  display: block;
  width: 100%;
}

.sidebar-widget__title,
.about-us__name {
  margin: 0;
  padding: 19px 20px 12px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}

.about-us__description {
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.6;
}

.sidebar-widget--notice {
  color: #333333;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.sidebar-widget--recent h4 {
  margin: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
}

.sidebar-widget--recent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widget--recent li {
  padding: 8px 0;
  border-top: 1px solid #edeff2;
}

.jumbotron {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #dce0e4;
}

.jumbotron__slides,
.jumbotron__slide {
  width: 100%;
  height: 100%;
}

.jumbotron__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.jumbotron__slide.is-active {
  visibility: visible;
  opacity: 1;
}

.jumbotron__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jumbotron-content {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 374px;
  min-height: 117px;
  padding: 28px 30px;
  background: rgba(250, 250, 250, 0.65);
}

.jumbotron-content__title {
  margin: 0;
  color: #333333;
  font-family: "Merriweather", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.jumbotron__control {
  position: absolute;
  z-index: 6;
  bottom: 62px;
  width: 45px;
  height: 45px;
  border: 0;
  color: #6e7478;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}

.jumbotron__control:hover,
.jumbotron__control:focus {
  color: var(--cerva-purple);
}

.jumbotron__control--prev {
  left: 60px;
}

.jumbotron__control--next {
  left: 108px;
}

.content-container {
  min-height: 160px;
  padding: 32px 30px;
  background: #ffffff;
}

.home .content-container {
  padding-top: 33px;
}

.main-title {
  margin: -32px -30px 30px;
  padding: 26px 30px 24px;
  border-bottom: 1px solid #edeff2;
}

.main-title__primary {
  margin: 0;
  color: #333333;
  font-size: 25px;
  line-height: 1.25;
}

.widget-title {
  margin-bottom: 22px;
  font-size: 22px;
}

.panel-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.panel-grid:last-child {
  margin-bottom: 0;
}

.panel-grid-cell {
  min-width: 0;
}

.panel-grid .so-panel {
  margin-bottom: 30px;
}

.panel-grid .so-panel:last-child {
  margin-bottom: 0;
}

#pg-666-0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 37px;
}

#pg-666-1,
#pg-666-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#pg-30-0,
#pg-30-1,
#pg-30-2,
#pg-30-3,
#pg-30-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#pg-28-0 {
  grid-template-columns: minmax(0, 2.052fr) minmax(0, 1fr);
}

#pg-28-1,
#pg-28-2,
#pg-28-3,
#pg-28-4,
#pg-28-5,
#pg-28-6,
#pg-28-7,
#pg-28-8,
#pg-28-9,
#pg-28-10,
#pg-28-11,
#pg-28-12,
#pg-28-13,
#pg-28-14,
#pg-28-15,
#pg-28-16,
#pg-28-17,
#pg-28-18,
#pg-28-19 {
  grid-template-columns: minmax(0, 1.504fr) minmax(0, 2.008fr) minmax(0, 1fr);
  align-items: start;
}

#pg-28-1 p,
#pg-28-2 p,
#pg-28-3 p,
#pg-28-4 p,
#pg-28-5 p,
#pg-28-6 p,
#pg-28-7 p,
#pg-28-8 p,
#pg-28-9 p,
#pg-28-10 p,
#pg-28-11 p,
#pg-28-12 p,
#pg-28-13 p,
#pg-28-14 p,
#pg-28-15 p,
#pg-28-16 p,
#pg-28-17 p,
#pg-28-18 p,
#pg-28-19 p {
  margin-bottom: 0;
}

#pg-129-0,
#pg-34-0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#pg-839-0 {
  margin-bottom: 60px;
}

#pg-839-1,
#pg-839-1 > .panel-row-style {
  display: grid;
  grid-template-columns: minmax(0, 0.959fr) minmax(0, 1fr);
  gap: 30px;
}

.panel-grid-cell-empty {
  display: block;
}

.simple-map {
  width: 100%;
  min-height: 480px;
  background: #e3e6e8;
}

.simple-map iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

.cerva-map-consent {
  min-height: 480px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #333;
  text-align: center;
  background: #e3e6e8;
}

.cerva-map-consent strong {
  font-size: 24px;
}

.cerva-map-consent p {
  max-width: 520px;
  margin: 0;
}

.cerva-map-consent__button {
  padding: 11px 18px;
  border: 0;
  color: #fff;
  background: #1c546b;
  cursor: pointer;
  font: inherit;
}

.cerva-map-consent__button:hover,
.cerva-map-consent__button:focus {
  background: #163f50;
}

.page-box {
  height: 100%;
}

.page-box--block {
  background: #f7f8f9;
}

.page-box__picture {
  display: block;
  overflow: hidden;
  background: #e7e9eb;
}

.page-box--block .page-box__picture img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-box__content {
  padding: 22px 24px 20px;
}

.page-box__title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-box__title a {
  color: #333333;
}

.page-box__title a:hover,
.page-box__title a:focus {
  color: var(--cerva-purple);
}

.page-box__content p {
  margin-bottom: 13px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 13px;
  line-height: 1.65;
}

.page-box--inline {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  min-height: 82px;
  background: #ffffff;
}

.page-box--inline .page-box__picture img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

.page-box--inline .page-box__content {
  padding: 0 0 0 18px;
}

.page-box--inline .page-box__content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.read-more {
  display: inline-block;
  color: var(--cerva-purple);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.read-more::after {
  margin-left: 6px;
  content: "›";
}

.entry-content img.aligncenter {
  display: block;
  margin: 0 auto 18px;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 22px 15px 0;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 15px 22px;
}

.entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.entry-content table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 8px 10px;
  border: 1px solid #e6e9eb;
  vertical-align: top;
}

.post-meta {
  margin: 0 0 20px;
  color: #a0a5a8;
  font-size: 12px;
}

.meta-data {
  margin-bottom: 5px;
  color: #919699;
  font-size: 12px;
}

.meta-data a {
  color: #919699;
}

.meta-data a:hover {
  color: #333333;
}

.meta-data span,
.meta-data__date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.meta-data span:last-of-type,
.meta-data span.meta-data__categories {
  border-right: 0;
}

.meta-data span.meta-data__categories {
  padding-right: 0;
}

.meta-data__categories a {
  display: inline-block;
  margin: 2px 0;
  padding: 6px 10px 4px;
  border-radius: 2px;
  color: #ffffff;
  background: #73bfa6;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.meta-data__categories a:hover {
  color: #ffffff;
  background: #62b79b;
}

.hentry__title {
  margin: 15px 0 30px;
  font-size: 24px;
  letter-spacing: -0.2px;
}

.hentry__content {
  font-size: 14px;
}

.comments__closed {
  margin-top: 15px;
}

.archive-list article + article {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #edeff2;
}

.archive-list h2 {
  margin-bottom: 8px;
  font-size: 20px;
}

.pagination {
  margin-top: 28px;
}

.footer-gradient {
  height: 5px;
  margin-top: 40px;
  background: linear-gradient(
    90deg,
    var(--cerva-purple) 0,
    var(--cerva-purple) 33%,
    var(--cerva-blue) 33%,
    var(--cerva-blue) 66%,
    var(--cerva-coral) 66%,
    var(--cerva-coral) 100%
  );
}

.footer {
  color: var(--cerva-gray);
  background: #ffffff;
  font-size: 12px;
}

.footer-top {
  padding: 28px 0 24px;
}

.footer-top p {
  margin: 0;
}

.footer-bottom {
  min-height: 18px;
  border-top: 1px solid #f2f3f4;
}

.cookie-notice {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 78px;
  color: #ffffff;
  background: rgba(51, 51, 51, 0.96);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice__message {
  padding: 14px 20px;
}

.cookie-notice__button {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: var(--cerva-purple);
  font-weight: 700;
  cursor: pointer;
}

.cookie-notice__button:hover,
.cookie-notice__button:focus {
  background: var(--cerva-purple-dark);
}

.not-found {
  padding: 15px 0 30px;
}

@media (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-widget--address {
    display: none;
  }

  .header-search {
    min-width: 190px;
  }

  .jumbotron {
    height: 329px;
  }

  .page-box--block .page-box__picture img {
    height: 178px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px;
  }

  .top__tagline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header {
    position: relative;
    min-height: 122px;
    margin-bottom: 20px;
  }

  .logo {
    flex-basis: 94px;
    margin-right: 14px;
  }

  .logo img {
    width: 88px;
    height: 102px;
  }

  .header-widget--hours,
  .header-widget--director {
    display: none;
  }

  .header-widgets {
    padding-right: 55px;
  }

  .header-widget--address {
    display: block;
  }

  .navbar-toggle {
    position: absolute;
    top: 38px;
    right: 18px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 10px 9px;
    border: 0;
    border-radius: 0;
    background: var(--cerva-purple);
    cursor: pointer;
  }

  .navbar-toggle span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #ffffff;
  }

  .site-layout {
    grid-template-columns: 1fr;
  }

  .site-main {
    grid-column: 1;
  }

  .sidebar {
    grid-column: 1;
    grid-row: 2;
  }

  .main-navigation__container {
    display: none;
  }

  .main-navigation__container.is-open {
    display: block;
  }

  .main-navigation .sub-menu {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
  }

  .main-navigation .current-menu-ancestor > .sub-menu,
  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: block;
  }

  .sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .sidebar .main-navigation__container {
    grid-column: 1 / -1;
  }

  .jumbotron {
    height: 339px;
  }

  .jumbotron-content {
    top: 45px;
    left: 45px;
  }

  .jumbotron__control--prev {
    left: 45px;
  }

  .jumbotron__control--next {
    left: 93px;
  }
}

@media (max-width: 767px) {
  .container {
    width: auto;
    max-width: calc(100% - 20px);
  }

  .top {
    line-height: 1.4;
  }

  .top .container {
    min-height: 38px;
  }

  .top-navigation {
    gap: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }

  .header {
    min-height: 100px;
    padding: 8px 12px;
  }

  .logo {
    flex-basis: 76px;
  }

  .logo img {
    width: 72px;
    height: 84px;
  }

  .header-widgets {
    justify-content: center;
    padding-right: 48px;
  }

  .header-widget--address,
  .header-search {
    display: none;
  }

  .header-widget--phone {
    padding: 0;
    border: 0;
  }

  .phone-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
  }

  .navbar-toggle {
    top: 27px;
    right: 12px;
  }

  .jumbotron {
    height: 0;
    padding-bottom: 47.05%;
  }

  .jumbotron-content {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    min-height: 0;
    padding: 17px 20px;
  }

  .jumbotron-content__title {
    font-size: 17px;
  }

  .jumbotron__control {
    bottom: 18px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 34px;
  }

  .jumbotron__control--prev {
    left: 20px;
  }

  .jumbotron__control--next {
    left: 59px;
  }

  .content-container {
    padding: 24px 20px;
  }

  .main-title {
    margin: -24px -20px 24px;
    padding: 21px 20px;
  }

  .main-title__primary {
    font-size: 22px;
  }

  #pg-666-0,
  #pg-666-1,
  #pg-666-2,
  #pg-30-0,
  #pg-30-1,
  #pg-30-2,
  #pg-30-3,
  #pg-30-4,
  #pg-28-0,
  #pg-28-1,
  #pg-28-2,
  #pg-28-3,
  #pg-28-4,
  #pg-28-5,
  #pg-28-6,
  #pg-28-7,
  #pg-28-8,
  #pg-28-9,
  #pg-28-10,
  #pg-28-11,
  #pg-28-12,
  #pg-28-13,
  #pg-28-14,
  #pg-28-15,
  #pg-28-16,
  #pg-28-17,
  #pg-28-18,
  #pg-28-19,
  #pg-129-0,
  #pg-34-0,
  #pg-839-1,
  #pg-839-1 > .panel-row-style,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .page-box--block .page-box__picture img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .cookie-notice {
    grid-template-columns: 1fr 62px;
    font-size: 10px;
  }
}
