@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"),
    url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"),
    url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"),
    url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed")
      format("svg");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"),
    url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"),
    url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"),
    url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed")
      format("svg");
}

:root {
    --text-primary-color: #292929;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body,
p {
  font-family: "Roboto Condensed" !important;
  color: #1c1c1c;
  margin: 0;
}

.fragen a,
.fragen a:hover,
.fragen a:visited,
.fragen a:active {
  color: #1c1c1c;
}

.print a:hover {
  color: #1c1c1c !important;
}

p {
  font-size: 20px;
  line-height: 31px;
}

.uebersicht p {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.swiper-slide {
  width: auto;
  height: auto;
}

div.wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  max-width: 1916px;
  margin: 0 auto;
}

.wb-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.wb-flex.tfb {
  gap: 0 133px;
  flex-wrap: wrap;
}

.wb-flex a {
  text-decoration: none;
}

.wb-flex.tfb.gt {
  margin-top: -145px;
  flex-wrap: wrap;
}

.wb-flex.hfb {
  justify-content: space-between;
  height: 78px;
  align-items: center;
}

.wb-flex.hfb:not(.logoCountTwo) .box {
  width: 100%;
  text-align: center;
}

.wb-flex.hfb a {
  margin-left: auto;
  margin-right: auto;
}

.wb-flex.hfb img {
  height: 34px;
}

.wb-flex.hfb.logoCountTwo img {
  margin-left: 50px;
  margin-right: 50px;
}

.menuContainer {
  background-color: #f4f4f4;
}

.menuContainer .menu {
  margin-bottom: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}

.menuContainer .menu .menuLink {
  font-size: 24px;
  line-height: 26px;
  padding: 24px 30px 30px;
  display: block;
  font-family: "Roboto Condensed";
  color: #1c1c1c;
}

.menuContainer .menu .menuLink:hover {
  text-decoration: none;
}

.menuContainer .menu .menuLink.active {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  text-decoration-color: #005ba8;
}

.wb-flex.cfb {
  margin-top: 137px;
  gap: 0 100px;
  justify-content: center;
  margin-bottom: 40px;
}

.wb-flex.cfb.crsll {
  margin-top: 90px;
  margin-bottom: 100px;
}

.wb-flex.ffb {
  margin-top: 0px;
  gap: 0 40px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.wb-flex.cfb.first {
  margin-top: 110px;
}

.wb-flex.cfb .box {
  width: 50%;
  max-width: 650px;
  margin-bottom: 15px;
  align-items: center;
}

.wb-flex.ffb .box {
  width: 250px;
  margin-bottom: 15px;
}

.wb-flex.cfb .box img {
  width: 100%;
}

.wb-flex.tfb .box {
  width: auto;
  box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16);
  background-color: #f7f6f4;
  align-items: stretch;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.wb-flex.tfb .box .flag {
  position: absolute;
  right: -72px;
  top: -66px;
}

.wb-flex .inhalt {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 0;
}

.wb-flex .inhalt:not(.grau) {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.wb-flex .inhalt img {
  width: 70px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wb-flex .inhalt .imgInHeadline {
  width: 64px;
  position: relative;
  top: 6px;
  margin-top: -6px;
  display: inline;
}

.wb-flex .inhalt.grau {
  text-align: left;
  background: transparent;
  border-top: 1px solid #bab7ad;
  padding: 20px;
  flex-grow: 1;
}

.wb-flex .inhalt div.crd {
  width: 100%;
  margin-top: -40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.wb-flex .inhalt div.crd p {
  font-size: 14px;
  line-height: 17px;
}

.wb-flex .inhalt div.crd img {
  width: 37px;
  height: auto;
  margin-bottom: 10px;
}

.wb-flex .inhalt div.p2 {
  margin: 34px 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  border-top: 1px solid #bab7ad;
}

.wb-flex .inhalt div.p2 p {
  font-size: 14px;
  line-height: 16px;
}

.wb-flex .inhalt div.p2 p.no {
  color: #7c7867;
}

.wb-flex .inhalt div.p2 img {
  margin-top: -20px;
  margin-bottom: 9px;
  width: 37px;
  display: inline;
}

.wb-flex .inhalt div.p2 img + img {
  margin-left: 12px;
}

.wb-flex .inhalt ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
}

.wb-flex .inhalt ul li:after {
  content: "";
  display: block;
  clear: both;
}

.wb-flex .inhalt h3 {
  font-size: 24px;
  line-height: 34px;
  color: #292929;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed";
}

.wb-flex .inhalt h3 .colored {
  color: #005ba8;
}

.wb-flex .inhalt p.preis {
  font-size: 24px;
  line-height: 38px;
  color: #005ba8;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}

.wb-flex .inhalt p.preis i {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  bottom: 7px;
  left: calc(100% + 6px);
  right: 0;
}

.wb-flex .inhalt p.preis s {
  text-decoration: none;
  position: relative;
}

.wb-flex .inhalt p.preis s:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #005ba8;
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
}

.wb-flex .inhalt p.sml {
  font-size: 12px;
  line-height: 14px;
  color: #7c7867;
  margin-bottom: 21px;
}

.wb-flex .inhalt .c-button {
  margin-bottom: -20px;
  margin-top: auto;
  color: #fff;
  display: inline-block;
  width: 260px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #005ba8;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 1px 3px rgba(69, 69, 69, 0.16);
  border-radius: 5px;
}

.wb-flex .inhalt .c-button:hover {
  background: #005ba8;
  text-decoration: none;
}

.wb-flex .inhalt .check {
  display: inline-block;
  width: 35px;
  float: left;
  padding-top: 2px;
  margin-right: 10px;
  width: 20px;
}

.wb-flex ul.no li img {
  float: left;
  padding-top: 2px;
  margin-right: 10px;
  width: 20px;
}

.wb-flex ul.no li p {
  float: left;
  color: #7c7867;
  font-size: 16px;
  width: 259px;
  margin-bottom: 14px;
}

.wb-flex ul li p {
  float: left;
  width: 259px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
}

.wb-flex .inhalt ul li {
  list-style: none;
  font-size: 16px;
  color: #1c1c1c;
  clear: both;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
}

.greytop h2.headline, 
.greytop h1.headline {
  text-align: center;
  padding-top: 60px;
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}

.wrap100 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.fragen {
  margin: 60px auto 0px;
  margin-left: -30px;
}

.accordion {
  color: #1c1c1c;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  padding: 18px 10px;
  width: 100%;
  border-top: 1px solid #bab7ad;
  text-align: left;
  outline: none;
}

.accordion:first-child {
  border-top: none;
}

.accordion:last-child {
  font-size: 0px;
  padding: 0 15px 0 5px;
  height: 1px;
  overflow: hidden;
}

.accordion img {
  float: right;
  margin-top: 11px;
}

.active,
.accordion:hover {
  font-weight: bold;
}

h3.accordion img.down {
  display: none;
}

h3.accordion.active img.down {
  display: block;
}

h3.accordion.active img.up {
  display: none;
}

.fragen div {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.head {
  text-align: center;
  margin: 80px 0;
}

h2.headline {
  font-family: "Roboto Condensed";
  font-size: 46px;
  font-weight: 700;
  line-height: 92px;
  display: block;
  color: #292929;
  margin-bottom: 20px;
}

h2.headline.headlineOverview {
  font-size: 32px;
  line-height: 44px;
}

h3.headline {
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  color: #1c1c1c;
  margin-bottom: 55px;
}

.greytop {
  width: 100%;
  height: 407px;
  background-color: #eeede9;
  background-image: none;
  z-index: 0;
}

.greyfooter {
  clear: both;
  padding: 80px 0;
  background-color: #b8b8b8;
  max-width: 100%;
}

.uebersicht .greyfooter {
  background-color: #f0f0f0;
}

.wb-flex .inhalt p.stud a {
  color: #005ba8;
  font-size: 16px;
  line-height: 19px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
}

.wb-flex .inhalt p.stud a::after {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background-color: #005ba8;
  position: absolute;
  bottom: -6px;
}

.wb-flex .inhalt p.stud a:active::after,
.wb-flex .inhalt p.stud a:hover::after {
  display: block;
}

.wb-flex .inhalt p.stud a img {
  width: 10px;
  margin-left: 8px;
  position: relative;
  top: 0;
  display: inline;
}

.kleingedruckt {
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  color: var(--text-primary-color) !important;
  padding-top: 24px;
  padding-left: 19px;
  padding-right: 19px;
  clear: both;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kleingedruckt.digital {
  max-width: 742px;
}

.print {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 31px;
  width: 100%;
  border-bottom: 1px solid #bab7ad;
}

.print a {
  font-weight: bold;
  text-decoration: underline;
  color: #1c1c1c;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.print a:hover {
  text-decoration-color: #005ba8;
}

.pay {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.pay img {
  text-align: left;
  font-size: 20px;
  margin-left: 20px;
}

.pay .master {
  width: 35px;
}

.pay .visa {
  width: 46px;
}

.pay .sepa {
  width: 65px;
}

.pay .paypal {
  width: 68px;
}

div.vorteil {
  margin: 0px auto 50px;
  max-width: 960px;
}

div.vorteil h5 {
  font-size: 46px;
  line-height: 66px;
  margin-bottom: 23px;
  margin-top: 150px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #1c1c1c;
}

div.vorteil h5.convince {
  margin-top: 60px;
}

div.vorteil p {
  text-align: center;
  font-size: 20px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.v2sp {
  max-width: 508px;
  font-size: 20px;
  line-height: 31px;
  padding-left: 10px;
  margin-top: 60px;
}

.z-zwei h5 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  font-family: "Roboto Condensed";
}

.vielfalt {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

div.vielfalt img {
  display: block;
  margin-bottom: 25px;
  width: 90px !important;
}

.vielfalt b {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}

.vielfalt p {
  font-size: 20px;
  margin-bottom: 55px;
}

div.hellgrau {
  background: linear-gradient(to bottom, #fff, #fff 980px, #f0f0f0 980px);
  background-image: none;
  background-color: #f0f0f0;
  z-index: -5;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 1px;
}

div.kontakt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 25px;
}

div.kontakt div.cinfo {
  width: 250px;
  height: 120px;
  background-color: #fff;
  margin: 0;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  font-family: "Roboto Condensed";
  border-radius: 5px;
}

div.weiss {
  background-color: #fff;
  width: 250px;
  height: 200px;
  display: inline-block;
  border-radius: 5px;
}

div.kontakt div.cinfo:hover img {
  opacity: 0.8;
}

div.kontakt div.cinfo img {
  margin: 0 0 16px 0;
}

div.kontakt div.cinfo p,
div.kontakt div.cinfo p a {
  font-size: 16px;
  line-height: 19px;
  color: var(--text-primary-color) !important;
  text-align: center;
  text-decoration: none;
}

div.kontakt div.cinfo p b {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 19px;
}

div.vsp h5 {
  font-size: 24px;
  margin-bottom: 14px;
}

.legallinks {
  clear: both;
  margin: 60px 0 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}

.legallinks a {
  color: #1c1c1c;
  padding: 0 30px;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 19px;
}

.deskonly {
  display: block;
}

.mobonly {
  display: none;
}

.intro {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 85px;
}

.aboContainer {
  margin-bottom: -145px;
  position: relative;
  max-width: 1322px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.aboContainer p {
  margin-bottom: 36px;
}

.aboContainer .digitalAbo p {
  width: 360px;
}

.aboContainer .image {
  max-width: 44.03%;
  flex-basis: 44.03%;
}

.aboContainer .image img {
  max-width: 550px;
  height: auto;
  width: 100%;
  position: relative;
}

.digitalAbo {
  max-width: 31.01%;
  flex-basis: 31.01%;
  padding-right: 36px;
  box-sizing: border-box;
}

.printAbo {
  text-align: right;
  max-width: 24.96%;
  flex-basis: 24.96%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.printAbo h2 {
  width: 455px;
}

.printAbo p {
  width: 374px;
}

.bg-orangeLight {
  background-color: rgba(0, 91, 168, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uebersicht .bg-orangeLight {
  padding-top: 195px;
}

.bg-orangeLight .moreInfoContainer {
  border-top: 1px solid #7c7867;
  border-bottom: 1px solid #7c7867;
  padding: 30px 90px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 80px;
  width: 700px;
  text-align: center;
  box-sizing: border-box;
}

.bg-orangeLight .moreInfoContainer a {
  color: #005ba8;
}

.bg-orangeLight .moreInfoContainer a:active,
.bg-orangeLight .moreInfoContainer a:hover {
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #005ba8;
}

.bg-orangeLight .innerWrapper {
  max-width: 1322px;
  padding: 0 20px;
}

.btn-primary {
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #005ba8;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #005ba8;
  text-decoration: none;
  box-shadow: 0px 1px 3px rgba(69, 69, 69, 0.16);
}

.twoColumnsContainer {
  display: flex;
  gap: 0 78px;
}

.printLP .twoColumnsContainer {
  margin-bottom: 50px;
}

.twoColumnsContainer .col {
  max-width: 50%;
  flex-basis: 50%;
}

.twoColumnsContainer .headline {
  text-align: center;
}

.offerBox {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  padding: 37px 12px 40px 40px;
}

.offerBox.printOffer {
  padding-right: 1px;
}

.offerBox.big {
  width: 100%;
  padding-top: 40px;
}

.offerBox.big + .offerBox.big {
  margin-top: 147px;
  margin-bottom: 144px;
}

.offerBox .stnPlus {
  width: 58px;
  height: auto;
}

.offerBox h4 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 16px;
}

.offerBox:not(.big) h4 {
  margin-top: 3px;
}

.offerBox .btn-primary {
  height: 45px;
  width: 245px;
}

.offerBox.big .btn-primary {
  width: 281px;
}

.offerBox p {
  max-width: 257px;
  margin-bottom: 39px;
}

.offerBox.printOffer p {
  max-width: 290px;
}

.offerBox.deviceOffer a {
  margin-right: 72px;
}

.offerBox.studiOffer a {
  margin-right: 40px;
}

.offerBox.printOffer a {
  margin-right: 42px;
}

.offerBox.big p {
  max-width: 587px;
  margin-bottom: 30px;
}

.offerBox .image {
  height: auto;
  position: relative;
  float: right;
}

.offerBox .imageDevice {
  max-width: 250px;
  top: -108px;
  margin-bottom: -130px;
  margin-right: 35px;
}

.offerBox .imagePrint {
  max-width: 292px;
  top: -214px;
  margin-bottom: -210px;
}

.offerBox .imageGift {
  max-width: 450px;
  top: -150px;
  margin-bottom: -150px;
  margin-right: 20px;
}

.offerBox .imageLWL {
  max-width: 494px;
  margin-right: 12px;
  top: -151px;
  margin-bottom: -159px;
}

.furtherSubscriptions {
  margin-top: 100px;
  text-align: center;
}

h4.additionalOffers {
  font-size: 50px;
  line-height: 66px;
  color: #1c1c1c;
  margin-bottom: 73px;
  margin-top: 40px;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

.threeColumnContainer {
  max-width: 1362px;
  margin-left: auto;
  margin: auto;
  display: flex;
  gap: 40px 46px;
  padding: 0 20px;
  margin-bottom: 60px;
}

.threeColumnContainer .servicesBox {
  padding: 40px 40px 32px;
  background-color: #fff;
  max-width: 410px;
  flex-basis: 410px;
  border-radius: 2px;
  box-sizing: border-box;
}

.threeColumnContainer .servicesBox h5 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 21px;
}

.threeColumnContainer .servicesBox ul {
  margin-top: 22px;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.threeColumnContainer .servicesBox ul a {
  font-size: 20px;
  line-height: 31px;
  color: var(--text-primary-color);
  padding: 8px;
  display: block;
}

.threeColumnContainer .servicesBox ul a:active,
.threeColumnContainer .servicesBox ul a:hover {
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #005ba8;
}

.introHeadline {
  display: none;
}

.bgWrapper {
  position: relative;
}

.bgWrapper .bg-gray {
  background-image: url("../images/lz_header_mobile.png");
  background-color: #eeede9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

/* Adjustments for dynamic page */
.wb-flex.tfb .boxContainer {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.kleingedruckt {
  padding: 15px 0 0;
}

.boxContainer .kleingedruckt {
  display: none;
}

.kleingedrucktWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 133px;
}

.kleingedrucktWrapper .kleingedruckt {
  width: 300px;
  margin: 0;
  display: block;
  flex-shrink: 0;
}

.bg-orangeLight.adjustedSpacing {
  padding-top: 70px;
  padding-bottom: 40px;
  margin-top: 120px;
}

.offerPriceContainer {
  display: flex;
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  gap: 0 10px;
}

.offerPriceContainer .offerPrice {
  font-weight: 700;
  color: #005ba8;
  width: 50%;
  text-align: left;
  padding-right: 6px;
}

.offerPriceContainer .description {
  width: 50%;
  text-align: left;
  padding-left: 20px;
}

.offerPriceContainer + .offerPriceContainer {
  margin-top: 5px;
}

.offerPriceContainer:last-of-type {
  margin-bottom: 20px;
}

.boxWrapper {
  display: flex;
  gap: 0 133px;
  position: relative;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

.offerCount-1 .wb-flex .inhalt ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offerCount-1 .wb-flex.tfb .boxContainer {
  width: 450px;
}

.offerCount-1 .offerPriceContainer {
  gap: 0 20px;
}

.offerCount-1 .offerPriceContainer:last-of-type {
  margin-bottom: 40px;
  margin-top: 12px;
}

.offerCount-1 .offerPriceContainer .description {
  text-align: right;
}

.offerCount-1 .kleingedrucktWrapper .kleingedruckt {
  width: 450px;
  text-align: justify;
}

.offerCount-1 .wb-flex .inhalt h3 {
  margin-bottom: 30px;
}

.offerCount-1 .wb-flex .inhalt .c-button {
  padding: 14px 40px 14px 39px;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: -27px;
  height: auto;
}

.offerCount-1 .wb-flex ul li p {
  width: 251px;
}
.action-flag .box:before {
  background-image: url("../images/Limitiert_Stoerer.png");
  background-repeat: no-repeat;
  content: "";
  width: 135px;
  height: 135px;
  position: absolute;
  z-index: 999;
  top: -70px;
  left: -50px;
  background-size: contain;
}

@media only screen and (max-width: 1330px) {
  .offerCount-3 .wb-flex {
    overflow-x: auto;
  }

  .offerCount-3 .kleingedrucktWrapper,
  .offerCount-3 .boxWrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .offerCount-3 .boxWrapper {
    padding-top: 40px;
  }

  .action-flag .box:before {
    top: -30px;
    left: -20px;
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 832px) {
  .bg-orangeLight.adjustedSpacing {
    padding-top: 10px;
    margin-top: 0;
  }

  .digital .pay {
    padding-bottom: 80px;
  }

  .boxContainer .kleingedruckt {
    display: block;
  }

  .wb-flex.tfb {
    overflow-x: auto;
    gap: 0 20px;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .kleingedrucktWrapper,
  .boxWrapper {
    justify-content: flex-start;
  }

  .wb-flex.tfb .boxContainer {
    flex-shrink: 0;
  }

  .offerPriceContainer {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1279px) {
  .offerBox:not(.big) .image {
    float: none;
    top: 0;
    margin-bottom: -120px;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .offerBox .imageStudis,
  .offerBox .imagePrint {
    max-width: 259px;
  }

  .offerBox .imageLWL,
  .offerBox .imageGift {
    margin-right: 0;
  }

  .offerBox.big p {
    max-width: 350px;
  }

  .twoColumnsContainer {
    gap: 0 48px;
  }

  .offerBox.studiOffer,
  .offerBox.printOffer,
  .offerBox {
    padding: 37px 40px 40px;
  }

  .offerBox.studiOffer,
  .offerBox.printOffer,
  .offerBox.deviceOffer {
    text-align: center;
  }

  .offerBox.studiOffer a,
  .offerBox.deviceOffer a,
  .offerBox.printOffer a {
    margin: auto;
  }

  .offerBox.studiOffer p,
  .offerBox.printOffer p,
  .offerBox p {
    max-width: none;
  }

  .bg-orangeLight .innerWrapper {
    margin-bottom: 70px;
  }

  .uebersicht .bg-orangeLight .innerWrapper,
  .printLP .bg-orangeLight .innerWrapper {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 810px) {
  .greytop {
    background-image: url("../images/lz_header_print.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  /* change background-image once Sommeraktion has ended*/
  .greytop.digital {
    background-image: url("../images/lz_header_desktop.jpg");
    /* background-image: url('../images/header-digitalabo-aktion-stn.png'); */
  }

  .menuContainer .menu .menuLink:active,
  .menuContainer .menu .menuLink:hover {
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    text-decoration-color: #005ba8;
  }
}

@media only screen and (max-width: 1239px) {
  .printAbo p,
  .printAbo h2 {
    width: auto;
  }

  .digitalAbo h2,
  .printAbo h2 {
    line-height: 60px;
  }

  .aboContainer {
    margin-bottom: 20px;
  }

  .aboContainer .image {
    position: relative;
    top: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .v2sp {
    padding-right: 7px;
  }

  .boxWrapper,
  .kleingedrucktWrapper {
    gap: 0 50px;
  }
}

@media only screen and (max-width: 1169px) {
  .uebersicht .bg-orangeLight {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 1080px) {
  .menuContainer .menu {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1050px) {
  .wb-flex.cfb .z-eins .carousel {
    margin-top: -50px;
  }

  .fragen {
    margin: 60px 0 80px;
    width: 96%;
  }

  .pay {
    font-size: 0;
  }

  div.vorteil h5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vorteil {
    margin-bottom: 40px;
  }

  .boxWrapper,
  .kleingedrucktWrapper {
    gap: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .wb-flex.tfb .box .flag {
    right: -13px;
    top: -23px;
    width: 118px;
    height: auto;
  }

  p {
    font-size: 17px;
    line-height: 26px;
  }

  .intro {
    margin-bottom: 37px;
    margin-top: 30px;
  }

  .introHeadline {
    display: block;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed";
  }

  .digitalAbo h2,
  .digitalAbo p,
  .printAbo h2,
  .printAbo p {
    display: none;
  }

  .digitalAbo,
  .printAbo {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .digitalAbo .btn-primary,
  .printAbo .btn-primary {
    width: 100%;
    max-width: 376px;
    display: block;
    margin: 0 auto;
  }

  .offerBox.big + .offerBox.big {
    margin-top: 107px;
    margin-bottom: 111px;
  }

  .threeColumnContainer .servicesBox ul a {
    font-size: 17px;
  }

  .printAbo {
    margin-top: 20px;
  }

  .digitalAbo {
    padding-right: 0;
  }

  .aboContainer {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .aboContainer .image {
    order: 3;
    margin-top: 33px;
    margin-bottom: -122px;
    top: 0;
    max-width: 380px;
    flex-basis: 380px;
    margin-right: -6px;
  }

  .twoColumnsContainer {
    flex-wrap: wrap;
  }

  .twoColumnsContainer .col {
    max-width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .twoColumnsContainer .col + .col {
    padding-top: 30px;
  }

  .uebersicht .twoColumnsContainer .col + .col {
    padding-top: 130px;
  }

  .offerBox {
    max-width: 376px;
  }

  .offerBox p {
    margin-bottom: 30px;
  }

  .offerBox h4 {
    margin-bottom: 30px;
    font-size: 21px;
  }

  .offerBox h4 strong {
    display: block;
    font-size: 24px;
  }

  .offerBox .image {
    margin-bottom: -103px;
  }

  .uebersicht .bg-orangeLight {
    padding-top: 143px;
  }

  .bg-orangeLight .innerWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .offerBox.big {
    text-align: center;
  }

  .offerBox.big p {
    margin-left: auto;
    margin-right: auto;
  }

  .offerBox.big .image {
    top: 0;
    margin-bottom: -126px;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .offerBox .imageDevice {
    margin-top: 28px !important;
    margin-bottom: -102px !important;
  }

  .offerBox .image.imageGift {
    width: 250px;
    margin-top: 22px !important;
    margin-bottom: -75px !important;
    margin-right: auto !important;
    max-width: calc(100% + 7px);
  }

  .offerBox .imageLWL {
    margin-bottom: -88px !important;
    width: calc(100% + 19px);
    margin-left: -10px !important;
  }

  .offerBox .btn-primary {
    max-width: 294px;
    width: auto !important;
    display: block;
  }

  .greyfooter {
    padding-top: 40px;
  }

  h4.additionalOffers {
    margin-top: 0;
    margin-bottom: 37px;
    font-size: 22px;
    line-height: 29px;
  }

  .threeColumnContainer {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .threeColumnContainer .servicesBox {
    max-width: 374px;
    flex-basis: 374px;
  }

  .threeColumnContainer .servicesBox h5 {
    font-size: 21px;
  }

  .legallinks {
    margin-bottom: 50px;
  }

  .kleingedrucktWrapper.deskonly {
    display: none;
  }

  .kleingedruckt.mobonly {
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 832px) {
  .boxContainer .kleingedruckt {
    display: block;
  }

  .printLP .wb-flex.tfb {
    justify-content: center;
  }

  .offerPriceContainer {
    font-size: 18px;
  }

  .digital .wb-flex.tfb .boxContainer {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 809px) {
  .greytop {
    background-color: transparent;
    height: auto !important;
  }

  .bgWrapper .bg-gray {
    display: block;
  }

  .wb-flex.tfb.gt {
    margin-top: 0 !important;
  }

  .pay {
    padding-bottom: 60px;
  }

  div.vorteil h5 {
    margin-top: 60px;
  }

  .bg-orangeLight .moreInfoContainer {
    margin-bottom: 60px;
    width: calc(100% - 40px);
    text-align: center;
    padding: 18px 20px 15px;
    font-size: 18px;
    line-height: 23px;
  }

  .bg-orangeLight .moreInfoContainer a {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}

@media only screen and (max-width: 601px) {
  .deskonly {
    display: none !important;
  }

  .mobonly {
    display: block;
  }

  .offerBox .imagePrint {
    width: 290px;
    margin-bottom: -74px !important;
  }

  .legallinks {
    margin-bottom: 0;
  }

  .box img.mobonly {
    margin-bottom: 15px;
    margin-top: 12px;
  }

  .legallinks a {
    padding: 0 15px;
  }

  .wb-flex.hfb.logoCountTwo .box {
    width: 100%;
    text-align: center;
  }

  .wb-flex.hfb.logoCountTwo img {
    margin-left: auto;
    margin-right: auto;
  }

  .wb-flex.hfb {
    height: 64px;
  }

  .wb-flex.cfb {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 25px;
  }

  .wb-flex.cfb.rev {
    flex-direction: column-reverse;
  }

  .wb-flex.cfb.crsll {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 0px;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .wb-flex.cfb.crsll .mobonly img {
    height: 330px;
    width: 250px;
    max-width: 250px;
    margin-bottom: 40px;
    padding: 0;
  }

  .wb-flex.cfb.crsll .z-zwei .vielfalt b {
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
  }

  .wb-flex.cfb.crsll .z-zwei .vielfalt p {
    min-height: 255px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.5em;
  }

  .wb-flex.cfb.crsll .z-eins {
    margin-left: -82px;
    margin-top: 0px;
  }

  .wb-flex.cfb .box {
    width: 100%;
  }

  .wb-flex.cfb.first {
    margin-top: 40px;
    margin-bottom: 45px;
  }

  .mobonly div img.reg {
    margin-bottom: 28px !important;
    margin-top: 12px !important;
  }

  div.vielfalt img {
    width: 60px !important;
  }

  .v2sp {
    font-size: 17px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
  }

  .wb-flex.cfb.crsll .z-zwei .v2sp.vielfalt p:last-child {
    min-height: 150px;
  }

  .wb-flex.hfb .box {
    text-align: center;
  }

  .wb-flex.hfb .box img {
    height: 29px;
  }

  .wb-flex.tfb.bottom .box.drei,
  .wb-flex.tfb.gt .box.drei {
    margin-bottom: 24px;
  }

  div.vorteil h5 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 34px;
  }

  div.vorteil h5.convince {
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .wb-flex.cfb .box img {
    padding: 0 35px;
    box-sizing: border-box;
  }

  .wb-flex.cfb .box .vielfalt img {
    max-width: 94%;
    padding-left: 8px;
    padding-right: 0;
    box-sizing: content-box;
  }

  .greytop h2.headline, 
.greytop h1.headline {
    padding: 31px 20px 0;
    line-height: 39px;
    margin-bottom: 40px;
  }

  div.vorteil {
    margin: 0 0 30px;
  }

  .wrap100 {
    max-width: 100% !important;
  }

  .fragen {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .fragen p {
    margin-left: -10px;
  }

  .accordion {
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion img {
    padding-right: 0px;
    margin-top: 5px;
    width: 15px;
  }

  .fragen div,
  .fragen h3 {
    font-size: 17px;
  }

  div.kontakt div {
    clear: both;
  }

  div.vorteil p {
    font-size: 17px;
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .greyfooter {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  h2.headline {
    font-size: 28px;
    padding: 0 10px;
  }

  .pay {
    font-size: 0;
    text-align: center;
  }

  .print {
    padding-left: 20px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
    width: 90%;
    margin-top: 30px;
    font-size: 17px;
    line-height: 26px;
  }

  .print span {
    display: block;
  }

  .z-zwei h5 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .pay .master {
    width: 45px;
    margin-left: 0;
  }

  .pay .visa {
    width: 51px;
  }

  .pay .sepa {
    width: 67px;
  }

  .pay .paypal {
    width: 63px;
  }

  h3.headline {
    font-size: 22px;
    line-height: 28px;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  p.subheadline {
    font-size: 20px;
  }

  div.hellgrau {
    width: 100%;
    padding-bottom: 0;
    padding-top: 5px;
  }

  div.hellgrau.digital {
    padding-bottom: 40px;
  }

  .menuContainer {
    padding-left: 12px;
  }

  .menuContainer .menu .menuLink {
    padding: 20px 10px;
    font-size: 17px;
  }

  .menuContainer .menu .menuLink.active {
    text-underline-offset: 10px;
  }

  .wb-flex.tfb .boxContainer {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .wb-flex.tfb .box {
    position: relative;
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .wb-flex.tfb .swiper-wrapper {
    display: flex;
    gap: 0 133px;
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
  }

  .wb-flex.tfb .kleingedrucktWrapper,
  .wb-flex.tfb .boxWrapper {
    overflow: visible;
  }
}

@media only screen and (max-width: 480px) {
  div.vorteil h5.convince {
    margin-bottom: 28px;
  }

  .digital h2.headline,
  .printLP h2.headline {
    font-size: 28px;
  }

  .digital .greytop h2.headline,
  .printLP .greytop h2.headline {
    margin-bottom: 30px;
  }

  .offerCount-1 .offerPriceContainer .description {
    text-align: left;
  }

  .wb-flex .inhalt .c-button {
    width: 265px;
  }

  .wb-flex.tfb {
    padding: 0;
  }

  .wb-flex .inhalt h3 {
    margin-bottom: 15px;
  }

  .offerPriceContainer:last-of-type {
    margin-bottom: 24px;
  }

  .wb-flex .inhalt ul {
    margin-top: 22px;
  }

  .kleingedrucktWrapper,
  .boxWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxWrapper {
    padding-top: 35px;
  }

  .swiper-pagination {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
  }

  .swiper-pagination-bullet {
    padding: 5px;
    cursor: pointer;
  }

  .swiper-pagination-bullet:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #b3b2b0;
    display: block;
    border-radius: 50%;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #005ba8;
  }

  .wb-flex.tfb .boxContainer .box .inhalt:not(.grau) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  .wb-flex.tfb .boxContainer .box .inhalt.grau {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
  }

  .wb-flex.tfb .boxContainer.swiper-slide-active .box .inhalt:not(.grau),
  .wb-flex.tfb .boxContainer.swiper-slide-active .box .inhalt.grau {
    border-color: #005ba8;
  }

  .offerCount-1 .swiper-pagination {
    display: none !important;
  }

  .offerCount-1 .boxWrapper {
    padding-top: 0;
  }

  .offerCount-1 .kleingedrucktWrapper .kleingedruckt,
  .offerCount-1 .wb-flex.tfb .boxContainer {
    max-width: none;
    margin-right: 0 !important;
    width: calc(100vw - 40px) !important;
  }

  .offerCount-1 .wb-flex.tfb .boxContainer.action-flag {
    padding-top: 30px;
  }

  .offerCount-1 .wb-flex .inhalt h3 {
    margin-bottom: 15px;
  }

  .offerCount-1 .offerPriceContainer:last-of-type {
    margin-bottom: 24px;
  }

  .offerCount-1 .wb-flex .inhalt .c-button {
    width: auto;
  }

  .wb-flex .inhalt .check {
    margin-left: 0;
  }

  .digital .wb-flex.tfb .boxContainer {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1330px) {
  .offerCount-3 .boxWrapper .swiper-wrapper,
  .offerCount-3 .kleingedrucktWrapper .swiper-wrapper {
    gap: 50px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 840px) {
  .offerCount-2 .wb-flex.tfb .swiper-wrapper,
  .offerCount-2 .wb-flex.tfb .kleingedrucktWrapper {
    gap: 0 50px;
    justify-content: center;
  }
}

@media only screen and (max-width: 440px) {
  .wb-flex.cfb.crsll .mobonly img {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 413px) {
  .offerBox .image {
    max-width: 100%;
  }

  .offerBox .imageGift,
  .offerBox .imagePrint {
    width: 100%;
  }

  .btn-primary {
    width: 100%;
  }

  .offerBox .imageLWL {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 405px) {
  .wb-flex.tfb .box .flag {
    right: -5px;
  }

  .digital .wb-flex.tfb,
  .digital .wb-flex.tfb.gt {
    position: relative;
  }
}

/* DEV-1648 Anpassung Störer */
.stoerer {
  background-color: #b7037f;
  width: 135px;
  height: 135px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.stoerer.angebotsbox {
  background-color: #e40025;
  top: -60px;
  right: -60px;
  line-height: 25px;
  z-index: 999;
}

.stoerer.titel {
  top: -15px;
  left: -15px;
}

.stoerer.zeitung-print,
.stoerer.digital-studis,
.stoerer.zeitung-studis {
  right: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  bottom: -20px;
}

.stoerer.digital-studis {
  bottom: 165px;
}

.stoerer.zeitung-studis {
  bottom: 145px;
}

.stoerer strong {
  font-size: 26px;
  line-height: 1.5;
}

.offerBox.printOffer .image,
.offerBox.studiOffer .image {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-right: 10px;
  bottom: 40px;
}

.offerBox.printOffer .image {
  bottom: 60px;
}

.offerBox.studiOffer .image {
  bottom: 100px;
}

.uebersicht .aboContainer .image {
  position: relative;
}

.uebersicht .aboContainer .image img {
  max-width: 550px;
  margin-top: 25px;
}

.offerBox.printOffer .image img,
.offerBox.studiOffer .image img {
  z-index: 1;
  height: 100%;
  max-width: 255px;
}

.offerBox.studiOffer .image img {
  max-width: 265px;
}

.uebersicht .intro p {
  line-height: 40px;
}

@media only screen and (max-width: 1279px) {
  .stoerer.zeitung-print,
  .stoerer.digital-studis,
  .stoerer.zeitung-studis {
    position: relative;
    min-width: 100px;
    min-height: 100px;
    height: 100px;
    width: 100px;
    z-index: 0;
    font-size: 14px;
  }

  .stoerer.zeitung-print {
    bottom: 0;
  }

  .stoerer.digital-studis strong,
  .stoerer.zeitung-studis strong,
  .stoerer.zeitung-print strong {
    font-size: 18px;
  }

  .stoerer.digital-studis,
  .stoerer.zeitung-studis {
    top: 30px;
    right: 0px;
    bottom: 0;
    z-index: 1;
  }

  .offerBox.printOffer .image {
    margin-right: 0px;
  }

  .offerBox.studiOffer .image img {
    position: unset;
    height: 100%;
    max-width: 180px;
    margin-top: 20px;
    margin-right: -15px;
    z-index: 1;
    margin-bottom: 55px !important;
  }

  .offerBox.printOffer .image img {
    z-index: 1;
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .stoerer:not(.angebotsbox) {
    min-width: 85px;
    min-height: 85px;
    height: 85px;
    width: 85px;
    font-size: 14px;
  }

  .stoerer:not(.angebotsbox) strong {
    font-size: 18px;
  }

  .stoerer.digital-studis {
    right: -10px;
  }

  .uebersicht .aboContainer .image img {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 550px) {
  .stoerer.angebotsbox {
    top: -35px;
    right: -15px;
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .stoerer.angebotsbox strong {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  #wp-header-iframe {
    height: 220px;
  }
}
