:root {
  --headline-font:bely-display, sans-serif;
  --text-font:muli, sans-serif;
  --logo-font:"nimbus-sans-condensed", sans-serif;
  --bold:700;
  --regular:400;
  --light:300;
  --padding:40px;
}

.__iq_Frame {
  margin-top: -69px !important;
}

/* Reset */
* {
  box-sizing: border-box;
}

.lieblingsbuch * {
  box-sizing: border-box;
}
.lieblingsbuch * > * {
  z-index: auto;
}
.lieblingsbuch *::before {
  box-sizing: border-box;
}

.lieblingsbuch *::after {
  box-sizing: border-box;
}

.__iq_CHeader {
  z-index: 999;
}

.__iq_CFooter {
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

.faz .lieblingsbuch {
  margin-top: 60px;
}

.sz .lieblingsbuch {
  margin-top: 112px;
}

.lieblingsbuch img {
  width: auto;
  height: auto;
  display: inherit;
}

/* Global */
html {
  scroll-behavior: smooth;
  font-size: 17px;
  max-width: 100vw;
  margin: 0;
}

body {
  margin: 0;
}
body .lieblingsbuch {
  font-size: 17px;
  max-width: 100vw;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: var(--text-font);
  font-weight: var(--regular);
  font-style: normal;
  line-height: 1.4;
  position: relative;
  background: linear-gradient(320deg, rgb(224, 226, 231) 0%, rgb(238, 233, 230) 100%);
  min-height: 100vh;
  color: #001d2d;
  padding: 0 var(--padding);
}

.mobil {
  display: none !important;
}

.desktop {
  display: block !important;
}

.lieblingsbuch h2 {
  font-family: var(--headline-font);
  font-weight: var(--regular);
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Anchor */
.anchor {
  position: absolute;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -90px;
}

/* CTA */
a.cta-lieblingsbuch {
  text-decoration: none;
}
a.cta-lieblingsbuch button {
  font-weight: var(--bold);
  font-family: var(--text-font);
  cursor: pointer;
  display: block;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 8px 30px;
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
}
a.cta-lieblingsbuch button svg {
  margin-left: 10px;
}

/* Header */
.lieblingsbuch header {
  max-width: 650px;
  padding: 1rem;
  text-align: center;
  margin: 100px auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
}
.lieblingsbuch header p {
  margin: 0;
  font-family: "bely", serif;
  font-weight: bold;
  font-size: 25px;
}

.lieblingsbuch-logo {
  max-width: 100%;
  margin: auto;
}
.lieblingsbuch-logo h1 {
  font-family: var(--logo-font);
  font-size: 63px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 1rem 0;
}
.lieblingsbuch-logo h1 span.sub {
  display: block;
  font-size: 36px;
}
.lieblingsbuch-logo img, .lieblingsbuch-logo h1 {
  width: 100%;
}

.ueberschrift {
  max-width: 900px;
  margin: auto;
}

/* Book */
.book {
  background: #ffffff;
  max-width: 900px;
  margin: auto;
  padding: 3rem;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 2fr;
  gap: 3rem;
  position: relative;
}

p.author {
  font-weight: bold;
  margin: 0;
}

h2.title {
  font-family: var(--headline-font);
  font-size: 43px;
  margin-top: 0;
}

h3.subtitle {
  font-family: var(--headline-font);
  font-size: 20px;
  font-weight: var(--regular);
  margin: 1rem 0;
}

p.copy {
  margin: 1rem 0;
}

img.cover {
  max-width: 100%;
}

.info ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 3rem;
}

/* Social */
section.social {
  margin: 70px auto 100px;
  text-align: center;
}
section.social h2 {
  font-family: var(--headline-font);
  font-size: 28px;
  font-weight: var(--regular);
}

.share-container {
  display: flex;
  flex-flow: row;
  margin: auto;
  gap: 2rem;
  justify-content: center;
  max-width: 900px;
}
.share-container a {
  background: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-container a svg {
  max-width: 20px;
}

/* Footer */
.footer-copyright {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .book {
    grid-template-columns: minmax(220px, 1fr) 2fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  body .lieblingsbuch {
    font-size: 16px;
  }
  .book {
    padding: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
  }
  aside.info {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 2.5rem;
    align-items: center;
    justify-content: start;
  }
  .lieblingsbuch header {
    gap: 30px;
    margin: 80px auto 60px auto;
  }
  img.cover {
    max-height: 300px;
    min-height: 250px;
    max-width: none;
  }
  .info ul {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 550px) {
  :root {
    --padding:20px;
  }
  .lieblingsbuch header {
    gap: 30px;
    margin: 80px auto;
  }
  .lieblingsbuch-logo h1 {
    font-size: 50px;
  }
  .lieblingsbuch-logo h1 span.sub {
    font-size: 30px;
  }
  .lieblingsbuch header p {
    font-size: 22px;
    line-height: 1.2;
  }
  .book {
    padding: 1.5rem;
  }
  aside.info {
    gap: 1.5rem;
  }
  img.cover {
    max-height: 230px;
  }
}
@media screen and (max-width: 475px) {
  aside.info {
    grid-template-columns: 1fr;
  }
  img.cover {
    max-width: 180px;
    max-height: none;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .lieblingsbuch-logo h1 {
    font-size: 40px;
  }
  .lieblingsbuch-logo h1 span.sub {
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  .lieblingsbuch-logo h1 {
    font-size: 35px;
  }
}