.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #919727;
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  color: #464646;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #919727;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #919727;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #cece9a;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  padding-left: 5px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.intro-section {
  height: 100vh;
  background-image: url('../images/Banner_EN_2024.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.content-section.home {
  padding-top: 20px;
}

.content-section.ressourcen {
  padding-bottom: 60px;
  background-color: #919727;
  color: #fff;
}

.content-section.about {
  padding: 20px 40px 40px;
  background-color: #f0f0f0;
}

.content-section.shops {
  background-color: #919727;
  color: #fff;
  text-align: center;
}

.content-section.authors {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f0f0f0;
}

.content-section.imprint {
  padding-top: 40px;
}

.footer-section {
  background-color: #3f3f3f;
  color: #fff;
}

.footer-container {
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-nav-link {
  display: block;
  width: 100%;
  margin-top: 9px;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.h1-intro {
  margin-top: 5px;
  color: #fff;
  font-size: 3.2vw;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h1-intro.subpages {
  margin-right: 20px;
  margin-bottom: 20px;
}

.h2-intro {
  margin-bottom: 0px;
  margin-left: 3px;
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.intro-heading-div {
  position: absolute;
  width: auto;
  margin-top: 20vh;
  margin-right: auto;
}

.intro-heading-grey-div {
  position: absolute;
  width: 120px;
  height: 100%;
  margin-right: 20px;
  background-color: rgba(95, 95, 95, 0.76);
}

.intro-heading-text-div {
  margin-left: 120px;
  padding: 30px 20px 15px;
  background-color: rgba(145, 151, 39, 0.8);
}

.body {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.nav-link {
  height: 70px;
  margin-left: 30px;
  padding: 30px 5px 10px;
  color: #919727;
}

.nav-link:hover {
  border-bottom: 2px solid #919727;
  color: #919727;
}

.nav-link:active {
  color: #cece9a;
}

.nav-link.w--current {
  border-bottom: 2px none #b3bb1f;
  background-color: #b3bb1f;
  color: #fff;
}

.nav-link.w--current:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.home-book-img-div {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
}

.column-2-home {
  padding: 20px 20px 10px;
  background-color: #f0f0f0;
}

.home-book-paragraph {
  font-size: 14px;
  line-height: 22px;
}

.center-content-div {
  text-align: center;
}

.download-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/download_g1.png');
  background-position: 10px 45%;
  background-size: 45px;
  background-repeat: no-repeat;
  font-weight: 400;
  text-decoration: none;
}

.download-link-block:hover {
  background-image: url('../images/download_g3.png');
}

.download-link-block:active {
  background-color: #cece9a;
  background-image: url('../images/download_w_1download_w.png');
  color: #fff;
}

.download-link-block.green {
  min-height: 55px;
  background-color: #919727;
  background-image: url('../images/download_w_1download_w.png');
}

.download-link-block.green:hover {
  background-color: #cece9a;
}

.download-link-block.green.extern {
  background-image: url('../images/external-link_w_1external-link_w.png');
}

.link-text-div {
  height: auto;
  color: #919727;
}

.anchor-locate-div {
  position: relative;
  left: 0%;
  top: 92vh;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 10px;
}

.about-rich-text-block {
  padding-right: 10px;
  padding-left: 10px;
}

.download-link-text {
  margin-left: 70px;
  line-height: 24px;
}

.download-link-text.about {
  margin: 0px 20px 0px 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 23px;
}

.book-anchor-div {
  width: 15px;
  height: 15px;
  margin-bottom: 15px;
}

.h2-white {
  color: #fff;
}

.shop-link-block {
  width: 50%;
  height: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto 55px;
  background-repeat: no-repeat;
  text-align: center;
}

.shop-link-block.sage {
  background-image: url('../images/SAGE-logo_w.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.shop-link-block.sage:hover {
  background-image: url('../images/SAGE-logo_g2.png');
}

.shop-link-block.verlag {
  background-image: url('../images/Verlagslogo.png');
  background-size: auto 65px;
}

.shop-link-block.verlag:hover {
  background-image: url('../images/Verlagslogo_o.png');
}

.shop-link-block.amazon {
  background-image: url('../images/Amazon_logo_w.png');
  background-size: auto 60px;
}

.shop-link-block.amazon:hover {
  background-image: url('../images/Amazon_logo_g2.png');
}

.shop-link-block.footer {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-position: 50% 50%;
  background-size: auto 45px;
}

.shop-link-block.footer.verlag {
  background-image: url('../images/SAGE-logo_w.png');
  background-position: 50% 50%;
}

.shop-link-block.footer.verlag:hover {
  background-image: url('../images/SAGE-logo_g1.png');
}

.shop-link-block.footer.amazon {
  background-image: url('../images/Amazon_logo_w.png');
  background-position: 50% 50%;
}

.shop-link-block.footer.amazon:hover {
  background-image: url('../images/Amazon_logo_g1.png');
}

.ressource-list {
  padding-left: 20px;
  list-style-type: square;
}

.hint-column-div {
  margin-top: 40px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #000;
}

.hint-column-div.links {
  margin-top: 0px;
  padding: 0px;
}

.hint-column-div.links.phone {
  display: none;
}

.brand-color-div {
  width: 20px;
  height: 70px;
  float: left;
}

.brand-color-div.grey {
  background-color: #8c8c8c;
}

.brand-color-div.orange {
  width: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #b3bb1f;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.banner-section {
  width: 100.0000059009175%;
  height: 320px;
  background-image: url('../images/Banner_EN_2023.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.autor-portrait-div {
  width: 300px;
  height: 300px;
  margin: 20px auto;
  border-radius: 200px;
  background-color: #f0f0f0;
}

.autor-portrait-div._1st {
  background-image: url('../images/Udo-Kuckartz_sw.jpg');
  background-position: 50% 58%;
  background-size: cover;
  background-repeat: no-repeat;
}

.autor-portrait-div._2nd {
  background-image: url('../images/Stefan_Raediker_sw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-container-div {
  max-width: 800px;
  margin-top: 10px;
  padding: 20px 20px 10px;
  background-color: #fff;
}

.author-container-div.left {
  margin-left: auto;
}

.author-container-div.right {
  clear: left;
}

.book-overview-paragraph {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.book-overview-paragraph.author {
  margin-top: 20px;
}

.columns-2 {
  padding-bottom: 20px;
}

.h2-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #b3bb1f;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
}

.h2-footer.buy {
  width: 100%;
  text-align: center;
}

.footer-copyright-text {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer-e-mail-link {
  color: #b3bb1f;
  font-weight: 300;
}

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

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-books-div {
  padding-right: 10px;
  padding-left: 10px;
}

.p-center {
  text-align: center;
}

.endorsement-div {
  min-height: 50px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  border-left: 20px solid #b3bb1f;
  background-color: hsla(60, 0%, 85%, 0.2);
}

.resources-anchor {
  height: 1px;
}

@media screen and (max-width: 991px) {
  .footer-nav-link {
    margin-top: 0px;
    margin-bottom: 4px;
    clear: left;
    line-height: 32px;
  }

  .h1-intro {
    line-height: 30px;
  }

  .h2-intro {
    margin-left: 0px;
    line-height: 16px;
  }

  .intro-heading-grey-div {
    width: 80px;
  }

  .intro-heading-text-div {
    margin-left: 80px;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-left-color: #b3bb1f;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .column-2-home {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .download-link-block {
    min-width: auto;
    background-position: 0px 45%;
  }

  .download-link-block.green {
    background-position: 12px 50%;
    background-size: 30px;
  }

  .about-rich-text-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .download-link-text {
    margin-left: 50px;
    line-height: 23px;
  }

  .download-link-text.about {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .shop-link-block.footer {
    height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .shop-link-block.footer.verlag {
    background-size: auto 25px;
  }

  .shop-link-block.footer.amazon {
    background-position: 50% 50%;
    background-size: auto 25px;
  }

  .hint-column-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hint-column-div.links {
    padding-right: 5px;
    padding-left: 5px;
  }

  .page-branding.w--current {
    padding-left: 0px;
  }

  .h2-footer {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .h2-footer.buy {
    margin-left: 35px;
  }

  .menu-button {
    margin-top: 5px;
  }

  .menu-button.w--open {
    border-radius: 40px;
    background-color: #b3bb1f;
  }
}

@media screen and (max-width: 767px) {
  li {
    margin-bottom: 10px;
  }

  .navbar {
    position: static;
  }

  .content-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-section.about {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-nav-link {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .h1-intro {
    margin-bottom: 0px;
    font-weight: 300;
  }

  .h2-intro {
    padding-top: 10px;
  }

  .intro-heading-text-div {
    padding-top: 10px;
  }

  .nav-link {
    margin-left: 0px;
    padding: 15px 20px;
    border-left: 5px solid #fff;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .home-book-img-div {
    margin-top: 10px;
  }

  .column-2-home {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-book-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .download-link-block {
    width: 100%;
    min-height: 60px;
    min-width: auto;
    padding-bottom: 0px;
    text-align: left;
  }

  .about-rich-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .download-link-text {
    margin-left: 60px;
  }

  .download-link-text.about {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 50px;
  }

  .h2-white {
    text-align: center;
  }

  .shop-link-block.sage {
    background-size: auto 60px;
  }

  .shop-link-block.verlag {
    background-position: 50% 100%;
  }

  .shop-link-block.amazon {
    background-position: 50% 30%;
    background-size: auto 50px;
  }

  .shop-link-block.footer.verlag {
    height: 65px;
    background-size: auto 45px;
  }

  .shop-link-block.footer.amazon {
    height: 65px;
    background-size: auto 45px;
  }

  .hint-column-div {
    padding-bottom: 10px;
  }

  .hint-column-div.links {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .hint-column-div.links.phone {
    display: block;
  }

  .hint-column-div.links.screen {
    display: none;
  }

  .h2-footer {
    text-align: center;
  }

  .h2-footer.buy {
    margin-left: 0px;
  }

  .footer-columns {
    padding-bottom: 40px;
    padding-left: 20px;
    text-align: center;
  }

  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .grid {
    display: block;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-2 {
    display: block;
  }

  .endorsement-div {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  ul {
    padding-left: 20px;
  }

  ol {
    padding-left: 30px;
  }

  .navbar {
    position: fixed;
  }

  .intro-section {
    height: 290px;
    background-position: 100% 50%;
  }

  .h1-intro {
    margin-bottom: 0px;
    font-size: 5vw;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .h1-intro.subpages {
    margin-bottom: 5px;
  }

  .h2-intro {
    padding-top: 10px;
    font-size: 3vw;
    line-height: 14px;
    text-align: left;
    letter-spacing: 1px;
  }

  .intro-heading-div {
    margin-top: 130px;
  }

  .intro-heading-grey-div {
    width: 30px;
  }

  .intro-heading-text-div {
    margin-left: 30px;
    padding: 10px 10px 10px 20px;
  }

  .column-2-home {
    margin-top: 20px;
  }

  .home-book-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .download-link-block.green {
    margin-bottom: 10px;
  }

  .download-link-text.about {
    margin-top: 0px;
  }

  .h2-white {
    text-align: center;
  }

  .shop-link-block {
    width: 100%;
  }

  .page-branding {
    padding-left: 0px;
  }

  .banner-section {
    background-position: 100% 50%;
    background-size: cover;
  }

  .autor-portrait-div {
    width: 230px;
    height: 230px;
  }

  .footer-columns {
    padding-right: 20px;
  }

  .grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-3 {
    display: block;
  }

  .grid-3 {
    display: block;
  }

  .more-books-div {
    margin-bottom: 40px;
  }
}

#w-node-_1a60078a-f7c4-b370-e6df-871adaa704e8-ed1548b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a114a857-9463-a93e-78c9-1065b445d2b6-ed1548b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89b18aa7-c426-f9b1-2706-e96048ce2d1e-ed1548b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

