/* Webschriften werden im HTML vorgeladen; block vermeidet den frühen Ersatzschriftwechsel. */
/* Gemeinsame Schrift-, Inhalts- und Layoutregeln einschließlich Druckansicht. */

@font-face {
  font-display: block;
  font-family: Nunito;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v25-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v25-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v25-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v23-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v23-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: "Cabin Sketch";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cabin-sketch-v19-latin-700.woff2") format("woff2");
}

@media screen and (max-width: 989px) {
  body {
    background: rgb(255, 255, 255);
    margin: 0px;
  }

  :is(h1, .legacy-h1) {
    font-family: Lato;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  h2 {
    font-family: Lato;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  :is(h1, .legacy-h1) {
    padding-bottom: 7px;
    margin: 20px 7px 10px 0px;
  }

  h2 {
    padding-bottom: 7px;
    margin: 40px 7px 10px 0px;
  }

  :is(h4, .legacy-h4) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h5, .legacy-h5) {
    font-family: Lato;
    color: rgb(68, 68, 68);
  }

  :is(h6, .legacy-h6) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h7, .legacy-h7) {
    font-family: Lato;
    color: rgb(68, 68, 68);
  }

  :is(h4, .legacy-h4) {
    font-size: 19px;
    margin: 50px 0px 10px;
    line-height: 26px;
  }

  :is(h5, .legacy-h5) {
    font-size: 18px;
    margin: 40px 0px 3px;
    font-weight: 700;
    border-bottom: 0px dotted rgb(68, 68, 68);
  }

  :is(h6, .legacy-h6) {
    font-size: 16px;
    margin: 40px 0px 7px;
    text-decoration: underline;
    line-height: 24px;
  }

  :is(h7, .legacy-h7) {
    font-size: 17px;
    margin: 0px;
    font-weight: 400;
  }

  .contents-box {
    border: 1px solid rgb(193, 0, 0);
    background-color: rgb(255, 245, 245);
    width: auto;
    display: inline-block;
    padding: 0px 12px;
  }

  .contents-head {
    text-align: center;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
  }

  .contents-item {
    text-indent: 25px;
  }

  #sp2 {
    display: none;
  }

  .footer-mobile {
    border: 0px solid rgb(255, 255, 255);
  }

  #band {
    background: rgb(255, 255, 255);
  }

  #content div {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 25px;
    margin: 0px 0px 20px;
  }

  #content div.box {
    font-size: 17px;
    font-weight: 700;
    padding: 16px 20px;
    margin: 20px 5px 20px 0px;
    text-align: center;
    line-height: 22px;
    border-style: solid;
    border-width: 1px;
  }

  .box-in {
    font-size: 14px;
    font-weight: 400;
  }

  #content div.small {
    font-size: 10px;
    text-align: center;
    margin: 30px 15px 40px 6px;
    line-height: 14px;
  }

  #content div.quote_border {
    border-left: 1px solid orange;
    padding-left: 10px;
  }

  #content div.quote_border_2 {
    border-left: 1px solid orange;
    padding-left: 10px;
  }

  #content div.quote_2 {
    font-style: italic;
    background: url("../../images/quote.png") 0px 5px / 32px 28px no-repeat;
    margin: 20px 0px;
    padding-left: 43px;
    text-align: left;
  }

  #content div.quote_1 {
    font-weight: 300;
    font-size: 16px;
    margin: 18px 15px 0px 0px;
    text-align: left;
    font-style: italic;
  }

  #content div.quote_3 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    margin-top: 0px;
    text-align: left;
  }

  .quote_4 {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
    font-style: normal;
  }

  #content div.quote_1small {
    font-size: 12px;
    margin: 0px 5px;
    text-align: left;
  }

  #content div.quelle {
    font-size: 14px;
    margin: 25px 0px -10px;
    line-height: 18px;
  }

  .nachweis-text {
    font-family: Nunito;
    font-size: 11px;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 16px;
    font-weight: 400;
    padding: 0px 0px 30px 40px;
  }

  .nachweis-bild img {
    width: 120%;
    padding: 0px 60px 25px 10px;
  }

  .pics {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 5px;
    padding: 0px;
    width: 40%;
  }

  .pics2 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 5px 10px 0px;
    padding: 0px;
    width: 40%;
  }

  .pic3 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 5px 10px 0px;
    padding: 0px;
    width: 40%;
  }

  .pic4 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 5px 10px 0px;
    padding: 0px;
    width: 60%;
  }

  .new {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    padding: 3px;
    width: 175px;
    margin-bottom: 5px;
    margin-left: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  }

  #content .arrow {
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px 7px / 12px 12px no-repeat;
  }

  #content div.pen {
    font-style: italic;
    font-weight: 300;
    padding-left: 23px;
    background: url("../../images/pen.png") 0px 7px / 16px 16px no-repeat;
    margin: 20px 10px 20px 3px;
  }

  #content .pen_in {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px dotted rgb(153, 153, 153);
    line-height: 30px;
  }

  #content .check {
    font-size: 17px;
    padding-left: 25px;
    line-height: 5px;
    font-weight: 700;
    font-style: italic;
    background: url("../../images/check.png") 0% 0% / 16px 16px no-repeat;
  }

  #content div.readonline {
    margin: 0px 0px 80px;
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px 5px / 16px 16px no-repeat;
  }

  #content div.larger {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    color: rgb(193, 0, 0);
    margin-top: 40px;
    margin-bottom: 5px;
    border-bottom: 0px dotted rgb(193, 0, 0);
  }

  #content div.x-large {
    font-size: 19px;
  }

  .x-small {
    font-size: 13px;
  }

  #content .books {
    margin: 0px 25px;
    width: 120px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  }

  #content .books2 {
    margin: 5px 10px 10px;
    width: 195px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  }

  #content div.list {
    padding: 0px;
  }

  #content div.list_2 {
    padding: 0px;
    line-height: 25px;
  }

  #content div.video {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }

  .video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98%;
    height: 98%;
  }

  .video-border {
    display: none;
  }

  #content div.com_quest {
    font-size: 16px;
    font-style: italic;
    color: rgb(17, 17, 17);
    background: url("../../images/avatar.jpg") 5px 8px no-repeat rgb(251, 223, 221);
    margin: 0px 5px 1px 0px;
    padding: 12px 10px 12px 70px;
    text-align: left;
  }

  #content div.com_answ {
    color: rgb(68, 68, 68);
    background-color: rgb(254, 245, 241);
    border-bottom: 1px solid rgb(193, 0, 0);
    padding: 10px;
    margin: 0px 5px 20px 0px;
  }

  .impress-mobile {
    font-family: Nunito;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 30px -10px 47px -17px;
    padding: 15px 0px;
    background-color: rgb(245, 245, 245);
  }

  .impress-mobile2 {
    font-family: Nunito;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 32px -10px 47px -17px;
    padding: 15px 0px;
    background-color: rgb(245, 245, 245);
  }

  .impress {
    display: none;
  }

  .corpus {
    background-color: rgb(255, 255, 255);
    border-left: 16px solid rgb(255, 255, 255);
    border-right: 10px solid rgb(255, 255, 255);
  }

  .titel-print {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #content .books {
    margin: 5px 5px 5px 16px;
    width: 130px;
    float: right;
  }
}

@media screen and (min-width: 990px) {
  body {
    background: url("images/pattern.png") repeat rgb(233, 228, 199);
    margin: auto;
  }

  :is(h1, .legacy-h1) {
    font-family: Lato;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  h2 {
    font-family: Lato;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  :is(h1, .legacy-h1) {
    padding-bottom: 5px;
    margin: 16px 70px 10px;
  }

  h2 {
    padding-bottom: 5px;
    margin: 50px 70px 10px;
  }

  :is(h4, .legacy-h4) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h5, .legacy-h5) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h6, .legacy-h6) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h7, .legacy-h7) {
    font-family: Lato;
    color: rgb(68, 68, 68);
  }

  :is(h4, .legacy-h4) {
    font-size: 18px;
    margin: 65px 0px 5px 80px;
  }

  :is(h5, .legacy-h5) {
    font-size: 18px;
    margin: 40px 0px 2px 80px;
  }

  :is(h6, .legacy-h6) {
    font-size: 16px;
    margin: 50px 0px 7px 80px;
    text-decoration: underline;
  }

  :is(h7, .legacy-h7) {
    font-size: 17px;
    margin: 0px 0px 0px 80px;
    font-weight: 700;
  }

  .contents-box {
    border: 1px solid rgb(193, 0, 0);
    background-color: rgb(255, 245, 245);
    width: auto;
    display: inline-block;
    padding: 3px 15px;
  }

  .contents-head {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .contents-item {
    text-indent: 25px;
  }

  #band {
    background: url("images/back.png") 70px 188px repeat-x;
  }

  #content div {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 25px;
    margin: 0px 80px 16px;
  }

  #content div.box {
    font-size: 23px;
    font-weight: 700;
    padding: 30px 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    border-style: solid;
    border-width: 1px;
  }

  .box-in {
    font-size: 17px;
    font-weight: 400;
  }

  #content div.small {
    font-size: 13px;
    text-align: center;
    padding: 20px 80px 30px;
    line-height: 140%;
  }

  #content div.quote_border {
    border-left: 1px solid orange;
    padding-left: 10px;
  }

  #content div.quote_border_2 {
    background: url("../../images/quote.png") no-repeat;
  }

  #content div.quote_2 {
    font-style: italic;
    background: url("../../images/quote.png") no-repeat;
    margin: 30px 80px;
    padding-left: 70px;
  }

  #content div.quote_1 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    margin: 15px 20px 0px 1px;
    text-align: left;
  }

  #content div.quote_3 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    margin: -5px 80px 0px;
    text-align: left;
  }

  .quote_4 {
    font-size: 12px;
  }

  #content div.quote_1small {
    font-size: 12px;
    margin: 0px 0px 0px 20px;
    text-align: left;
  }

  #content div.quelle {
    font-size: 12px;
    margin: 20px 80px -5px;
    line-height: 18px;
  }

  .nachweis-text {
    font-family: Nunito;
    font-size: 12px;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 20px;
    font-weight: 400;
    padding: 0px 80px 30px 150px;
  }

  .nachweis-bild img {
    width: 120%;
    padding: 0px 25px 25px 80px;
  }

  .pics {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 4px 80px -3px 20px;
    padding: 0px;
    transition: transform 0.5s;
  }

  .pics:hover {
    transform: scale(1.07);
  }

  .pics2 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 0px 20px;
    padding: 0px;
    width: 30%;
  }

  .pic3 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 0px 20px;
    padding: 0px;
    width: 25%;
  }

  .pic4 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 5px 20px;
    padding: 0px;
    width: 35%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px !important;
  }

  .new {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    padding: 7px;
    width: 285px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  }

  #content .arrow {
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px 4px no-repeat;
  }

  #content div.pen {
    font-style: italic;
    font-weight: 300;
    padding-left: 25px;
    background: url("../../images/pen.png") 0px 7px no-repeat;
    margin: 16px 116px 16px 90px;
  }

  #content .pen_in {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px dotted rgb(153, 153, 153);
    line-height: 30px;
  }

  #content .check {
    font-size: 17px;
    padding-left: 25px;
    font-weight: 700;
    font-style: italic;
    background: url("../../images/check.png") 0px 4px no-repeat;
  }

  #content div.readonline {
    margin: 0px 0px 80px 80px;
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px center no-repeat;
  }

  #content div.larger {
    font-size: 23px;
    text-decoration: underline;
    font-style: italic;
    color: rgb(193, 0, 0);
    margin-top: 60px;
    margin-bottom: 10px;
  }

  #content div.x-large {
    font-size: 19px;
  }

  .x-small {
    font-size: 13px;
  }

  #content .books {
    margin: -10px 0px 0px 40px;
    width: 118px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    padding: 0px;
    transition: transform 0.5s;
  }

  #content .books:hover {
    transform: scale(1.07);
  }

  #content .books2 {
    margin: 5px 0px 0px 40px;
    width: 280px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    padding: 0px;
    transition: transform 0.5s;
  }

  #content .books2:hover {
    transform: scale(1.07);
  }

  #content div.list {
    margin: 0px 100px;
    line-height: 30px;
  }

  #content div.list_2 {
    margin: 0px 80px;
    line-height: 30px;
  }

  #content div.video {
    width: 595px;
    margin: 30px 0px 0px 170px;
    padding: 8px 7px 2px 2px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
  }

  .video-border {
    width: 605px;
    height: 30px;
    margin-left: 90px;
  }

  #content div.com_quest {
    font-size: 16px;
    font-style: italic;
    color: rgb(17, 17, 17);
    background: url("../../images/avatar.jpg") 5px 8px no-repeat rgb(251, 223, 221);
    margin-bottom: 1px;
    padding: 7px 10px 7px 70px;
  }

  #content div.com_answ {
    color: rgb(68, 68, 68);
    background-color: rgb(254, 245, 241);
    border-bottom: 1px solid rgb(193, 0, 0);
    padding: 10px 20px;
  }

  .header {
    width: 100%;
  }

  .corpus {
    background-color: rgb(255, 255, 255);
    border-left: 10px solid rgb(255, 255, 255);
    border-right: 10px solid rgb(255, 255, 255);
  }

  .footer-mobile {
    display: none;
  }

  .impress-mobile {
    display: none;
  }

  .impress-mobile2 {
    display: none;
  }

  .titel-print {
    display: none;
  }
}

@media print {
  body {
    background: rgb(255, 255, 255);
    margin: auto;
  }

  :is(h1, .legacy-h1) {
    font-family: Lato;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  h2 {
    font-family: Lato;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: rgb(193, 0, 0);
    border-bottom: 1px solid silver;
  }

  :is(h1, .legacy-h1) {
    padding-bottom: 5px;
    margin: 20px 70px 10px;
  }

  h2 {
    padding-bottom: 5px;
    margin: 60px 70px 10px;
  }

  :is(h4, .legacy-h4) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h5, .legacy-h5) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h6, .legacy-h6) {
    font-family: Lato;
    color: rgb(68, 68, 68);
    font-weight: 700;
  }

  :is(h7, .legacy-h7) {
    font-family: Lato;
    color: rgb(68, 68, 68);
  }

  :is(h4, .legacy-h4) {
    font-size: 18px;
    margin: 65px 0px 5px 80px;
  }

  :is(h5, .legacy-h5) {
    font-size: 18px;
    margin: 40px 0px 2px 80px;
  }

  :is(h6, .legacy-h6) {
    font-size: 16px;
    margin: 50px 0px 7px 80px;
    text-decoration: underline;
  }

  :is(h7, .legacy-h7) {
    font-size: 17px;
    margin: 0px 0px 0px 80px;
    font-weight: 700;
  }

  .contents-box {
    display: none;
  }

  #sp2 {
    display: none;
  }

  .titel-print {
    text-transform: none;
  }

  #band {
    background: url("images/back.png") 70px 188px repeat-x;
  }

  #content div {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 25px;
    margin: 0px 80px 16px;
  }

  #content div.box {
    font-size: 23px;
    font-weight: 700;
    padding: 30px 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    border-style: solid;
    border-width: 1px;
  }

  .box-in {
    font-size: 17px;
    font-weight: 400;
  }

  #content div.small {
    font-size: 13px;
    text-align: center;
    padding: 20px 80px 30px;
    line-height: 140%;
  }

  #content div.quote_border {
    border-left: 1px solid orange;
    padding-left: 10px;
  }

  #content div.quote_border_2 {
    background: url("../../images/quote.png") no-repeat;
  }

  #content div.quote_2 {
    font-style: italic;
    background: url("../../images/quote.png") no-repeat;
    margin: 30px 80px;
    padding-left: 70px;
  }

  #content div.quote_1 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    margin: 15px 20px 0px 1px;
    text-align: left;
  }

  #content div.quote_3 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    margin: -5px 80px 0px;
    text-align: left;
  }

  .quote_4 {
    font-size: 12px;
  }

  #content div.quote_1small {
    font-size: 12px;
    margin: 0px 0px 0px 20px;
    text-align: left;
  }

  #content div.quelle {
    font-size: 12px;
    margin: 20px 80px -5px;
    line-height: 18px;
  }

  .nachweis-text {
    font-family: Nunito;
    font-size: 12px;
    text-align: left;
    color: rgb(68, 68, 68);
    line-height: 20px;
    font-weight: 400;
    padding: 0px 80px 30px 150px;
  }

  .nachweis-bild img {
    width: 120%;
    padding: 0px 25px 25px 80px;
  }

  .pics {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 4px 80px -3px 20px;
    padding: 0px;
    transition: transform 0.5s;
  }

  .pics:hover {
    transform: scale(1.07);
  }

  .pics2 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 0px 20px;
    padding: 0px;
    width: 30%;
  }

  .pic3 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 0px 20px;
    padding: 0px;
    width: 25%;
  }

  .pic4 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    float: right;
    margin: 10px 80px 5px 20px;
    padding: 0px;
    width: 35%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px !important;
  }

  .new {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    padding: 7px;
    width: 230px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  }

  #content .arrow {
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px 4px no-repeat;
  }

  #content div.pen {
    font-style: italic;
    font-weight: 300;
    padding-left: 25px;
    background: url("../../images/pen.png") 0px 7px no-repeat;
    margin: 16px 116px 16px 90px;
  }

  #content .pen_in {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px dotted rgb(153, 153, 153);
    line-height: 30px;
  }

  #content .check {
    font-size: 17px;
    padding-left: 25px;
    font-weight: 700;
    font-style: italic;
    background: url("../../images/check.png") 0px 4px no-repeat;
  }

  #content div.readonline {
    margin: 0px 0px 80px 80px;
    padding-left: 25px;
    background: url("../../images/arrow-right.png") 0px center no-repeat;
  }

  #content div.larger {
    font-size: 23px;
    text-decoration: underline;
    font-style: italic;
    color: rgb(193, 0, 0);
    margin-top: 60px;
    margin-bottom: 10px;
  }

  #content div.x-large {
    font-size: 19px;
  }

  .x-small {
    font-size: 13px;
  }

  #content .books {
    margin: -10px 0px 0px 40px;
    width: 118px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    padding: 0px;
    transition: transform 0.5s;
  }

  #content .books:hover {
    transform: scale(1.07);
  }

  #content .books2 {
    margin: 5px 0px 0px 40px;
    width: 280px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    padding: 0px;
    transition: transform 0.5s;
  }

  #content .books2:hover {
    transform: scale(1.07);
  }

  #content div.list {
    margin: 0px 100px;
    line-height: 30px;
  }

  #content div.list_2 {
    margin: 0px 80px;
    line-height: 30px;
  }

  #content div.video {
    width: 595px;
    margin: 30px 0px 0px 170px;
    padding: 8px 7px 2px 2px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
  }

  .video-border {
    width: 605px;
    height: 30px;
    margin-left: 90px;
  }

  #content div.com_quest {
    font-size: 16px;
    font-style: italic;
    color: rgb(17, 17, 17);
    background: url("../../images/avatar.jpg") 5px 8px no-repeat rgb(251, 223, 221);
    margin-bottom: 1px;
    padding: 7px 10px 7px 70px;
  }

  #content div.com_answ {
    color: rgb(68, 68, 68);
    background-color: rgb(254, 245, 241);
    border-bottom: 1px solid rgb(193, 0, 0);
    padding: 10px 20px;
  }

  .header {
    width: 100%;
  }

  .corpus {
    background-color: rgb(255, 255, 255);
    border-left: 10px solid rgb(255, 255, 255);
    border-right: 10px solid rgb(255, 255, 255);
  }

  .footer-mobile {
    display: none;
  }

  .impress {
    display: none;
  }

  .impress-mobile {
    display: none;
  }

  .impress-mobile2 {
    display: none;
  }
}

.logo {
  width: 450px;
  text-align: left;
}

.img_logo {
  margin-top: 16px;
  width: 70px;
  border-width: 0px;
}

.titel {
  font-family: "Cabin Sketch";
  font-size: 26px;
  font-weight: 700;
  color: rgb(193, 0, 0);
  margin: -69px 0px 10px 85px;
  text-transform: uppercase;
}

.slogan {
  font-family: Nunito;
  font-size: 13px;
  font-weight: 300;
  color: rgb(193, 0, 0);
  border-top: 1px solid rgb(221, 221, 221);
  margin: -10px 25px 0px 83px;
  padding: 2px 0px 0px 5px;
}

.placeholder {
  width: 130px;
  text-align: center;
}

.icon {
  width: 30px;
  margin: 13px 0px -17px 5px;
  padding: 0px;
  display: inline;
  transition: transform 0.5s;
}

.icon:hover {
  transform: scale(1.2);
}

.impress {
  font-family: Nunito;
  font-size: 10px;
  text-align: center;
  font-style: italic;
  padding: 30px;
  background: url("images/fuss.png") repeat-x;
}

.impress a:link {
  color: rgb(68, 68, 68);
  text-decoration: none;
  margin: 0px 10px;
}

.impress a:hover {
  color: rgb(68, 68, 68);
  text-decoration: underline;
}

.impress a:visited {
  color: rgb(68, 68, 68);
  text-decoration: none;
}

.email {
  color: rgb(193, 0, 0);
}

.email :hover {
  text-decoration: underline;
}

.under {
  text-decoration: underline;
}

sub {
  line-height: 0;
}

sup {
  line-height: 0;
}

p {
  line-height: 18px;
}

#content {
  vertical-align: top;
}

#content .red {
  color: rgb(193, 0, 0);
  cursor: default;
}

#content .red:hover {
  color: rgb(193, 0, 0);
  text-decoration: underline;
}

#content div.mp3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content a:link {
  color: rgb(193, 0, 0);
  text-decoration: none;
}

#content a:hover {
  color: rgb(193, 0, 0);
  text-decoration: underline;
}

#content a:visited {
  color: rgb(193, 0, 0);
  text-decoration: none;
}

#footer div {
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
  border-top: 3px double silver;
  padding-top: 35px;
  margin: 10px 80px 40px;
}

#footer .placeholder {
  margin: 0px 16px;
}

#footer img {
  margin: 0px 5px;
  vertical-align: -3px;
}

#footer a:link {
  color: rgb(68, 68, 68);
  text-decoration: none;
}

#footer a:hover {
  color: rgb(68, 68, 68);
  text-decoration: underline;
}

#footer a:visited {
  color: rgb(68, 68, 68);
  text-decoration: none;
}

html {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

body {
  overscroll-behavior-x: none;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

#sp1 {
  width: auto;
  background-color: rgb(255, 255, 255);
  vertical-align: top;
}

#sp2 {
  width: 230px;
  vertical-align: top;
  padding: 5px 30px 0px 0px;
}

@media print {
  .slogan {
    border-top: 1px solid rgb(221, 221, 221);
    margin-right: 25px;
    white-space: nowrap;
  }
}

.page-shell {
  display: grid;
  width: 990px;
  box-sizing: border-box;
  padding-inline: 12px;
  margin-inline: auto;
}

.corpus {
  position: relative;
  display: flow-root;
  min-width: 0px;
}

.corpus::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 12px;
  pointer-events: none;
}

.corpus::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 12px;
  pointer-events: none;
}

.corpus::before {
  left: -22px;
  background: url("images/ra1.png") repeat-y;
}

.corpus::after {
  right: -22px;
  background: url("images/ra2.png") repeat-y;
}

.header {
  display: flex;
  box-sizing: border-box;
  height: 79px;
  padding: 2px;
}

.logo {
  flex: 0 0 450px;
  padding: 1px;
  height: 73px;
}

#content {
  display: flow-root;
}

#footer {
  display: flow-root;
}

#footer {
  text-align: center;
}

.impress {
  position: relative;
}

.impress::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 12px;
}

.impress::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 12px;
}

.impress::before {
  left: -12px;
  background: url("images/li_fuss.png") no-repeat;
}

.impress::after {
  right: -12px;
  background: url("images/re_fuss.png") no-repeat;
}

.mobile-legal {
  display: none;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 260px;
}

.article-layout #sp2 {
  box-sizing: border-box;
  width: 260px;
}

.has-sidebar #footer {
  width: 760px;
  padding: 1px;
  margin: 2px;
}

.intrinsic-image {
  height: auto;
}

.video-border.intrinsic-image {
  height: 30px;
}

#content :is(.legacy-h4, .legacy-h5, .legacy-h6, .legacy-h7) {
  padding: 0px;
  border: 0px;
  text-align: left;
  font-style: normal;
}

.image-credits {
  list-style: none;
  padding: 2px;
  margin: -60px 0px 0px;
}

.credit-row {
  display: grid;
  grid-template-columns: 115.266px minmax(0px, 1fr);
  gap: 2px;
  align-items: center;
  margin-bottom: 2px;
}

.credit-row:last-child {
  margin-bottom: 0px;
}

#content .credit-row > div {
  margin: 0px;
}

#content .credit-row .nachweis-bild {
  padding: 1px;
  font: 16px "Times New Roman", serif;
}

#content .credit-row .nachweis-text {
  font-size: 12px;
  line-height: 20px;
}

#content h2.com_heading {
  font-family: Lato;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  color: rgb(136, 136, 136);
  text-align: center;
  line-height: 62px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid silver;
  margin: 60px 80px 16px;
}

#content h3.com_title {
  font-family: Nunito;
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(193, 0, 0);
  text-align: left;
  line-height: 25px;
  margin: 30px 80px 1px;
  padding: 3px 10px;
}

.img_logo {
  height: auto;
}

#content img[loading="lazy"] {
  height: auto;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 2000;
  padding: 12px;
  background: white;
  color: rgb(193, 0, 0);
}

.skip-link:focus {
  top: 8px;
}

a:focus-visible {
  outline: rgb(193, 0, 0) solid 2px;
  outline-offset: 3px;
}

button:focus-visible {
  outline: rgb(193, 0, 0) solid 2px;
  outline-offset: 3px;
}

.print-button {
  font: inherit;
  color: rgb(68, 68, 68);
  border: 0px;
  padding: 0px;
  background: transparent;
  cursor: pointer;
}

.print-button:hover {
  text-decoration: underline;
}

iframe {
  border: 0px;
}

html {
  scrollbar-gutter: stable;
}

#page-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-inline: 18px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease, visibility 0s linear 260ms;
  width: 967px;
  height: 50px;
  background: white;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 3px;
}

#page-tools.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

#page-tools a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #555;
  font: 16px/1 Nunito, sans-serif;
  text-decoration: none;
}

#page-tools a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(3px) rotate(45deg);
}

#page-tools a:hover {
  color: #c10000;
}

@media screen and (max-width: 989px) {
  .page-shell {
    width: 100%;
    padding: 0px;
  }

  .corpus::before {
    display: none;
  }

  .corpus::after {
    display: none;
  }

  .header {
    display: none;
  }

  #footer {
    display: none;
  }

  .mobile-legal {
    display: block;
  }

  .article-layout {
    display: block;
  }

  #content .credit-row .nachweis-text {
    font-size: 11px;
    line-height: 16px;
    padding: 0px 0px 25px;
    overflow-wrap: anywhere;
  }

  .credit-row {
    grid-template-columns: 84px minmax(0px, 1fr);
    gap: 20px;
  }

  .credit-row .nachweis-bild img {
    width: 100%;
    padding: 0px 0px 25px;
  }

  #content h2.com_heading {
    font-family: Nunito;
    font-size: 26px;
    line-height: 42px;
    padding-bottom: 0px;
    margin: 30px 5px 10px 0px;
  }

  #content h3.com_title {
    font-size: 16px;
    margin: 0px 5px 1px 0px;
  }

  [id] {
    scroll-margin-top: 70px;
  }

  #content .video iframe {
    max-width: 100%;
  }

  #page-tools {
    width: 100%;
    height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: auto ease 0s 1 normal none running none !important;
  }

  ::before {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: auto ease 0s 1 normal none running none !important;
  }

  ::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: auto ease 0s 1 normal none running none !important;
  }
}

@media print {
  #page-tools {
    display: none;
  }

  #footer {
    display: none;
  }

  .skip-link {
    display: none;
  }

  .article-layout {
    display: block;
  }
}
