/* lora-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lora-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lora-v32-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lora-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lora-v32-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* delius-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Delius';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/delius-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}@media (max-width: 999px) {
  body {
    width: 100%;
  }
  #wrapper {
    width: 100%;
  }
  #wrapper #top div {
    margin-right: 0px;
  }
  #wrapper #top div:nth-child(1) {
    width: 30%;
  }
  #wrapper #top div:nth-child(2) {
    width: 68%;
  }
  #wrapper #content {
    width: 100%;
  }
  #wrapper #content #left {
    width: 30%;
  }
  #wrapper #content #right {
    width: 70%;
  }
  #wrapper #content #right img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 880px) {
  body {
    width: 100%;
  }
  #wrapper {
    width: 96%;
    margin: 0 2%;
  }
  #wrapper #top {
    width: 100%;
  }
  #wrapper #top div:nth-child(1) {
    margin: 20px auto;
    width: 270px;
    float: initial;
  }
  #wrapper #top div:nth-child(2) {
    width: 100%;
  }
  #wrapper #top .menu-toggle {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%233A3A38" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /></svg>') center center no-repeat #ffffff;
    width: 45px;
    height: 45px;
    z-index: 200;
    display: inline-block;
    position: fixed;
    left: 2%;
    top: 35px;
    border: 1px solid #FFF;
    border-radius: 0 5px 5px 0;
    transition: left ease-in-out .5s, background ease-in-out .5s;
  }
  #wrapper #top .menu-toggle.opened {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23FFF" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /></svg>') center center no-repeat #3A3A38;
    width: 45px;
    height: 45px;
    left: 80%;
    border: none;
    border-radius: 5px;
  }
  #wrapper #content {
    width: 100%;
  }
  #wrapper #content #left {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: #AAA;
    opacity: 0;
    white-space: nowrap;
    padding-top: 35px;
    transition: width ease-in-out .5s, opacity ease-in-out .5s;
  }
  #wrapper #content #left li {
    font-size: 1.2rem;
    margin: 0 50px 15px 0;
  }
  #wrapper #content #left li a {
    display: block;
  }
  #wrapper #content #left.open {
    background: #AAA;
    width: 85% !important;
    overflow: scroll;
    overflow-x: scroll !important;
    opacity: 1;
  }
  #wrapper #content #right {
    width: 100%;
  }
  #wrapper #content #right img {
    max-width: 100%;
    height: auto;
  }
  #footer {
    width: 100%;
  }
  #footer ul {
    flex-direction: column;
    padding: 0;
  }
  #footer ul li {
    width: 100%;
    text-align: center;
  }
  .visforms .visCSSlabel,
  .visforms .visCSSinput {
    width: 100% !important;
  }
  .visforms .visCSSinput {
    margin-bottom: 5px;
  }
  .visforms .visCSSmargLeft {
    margin-left: 0;
  }
  .visforms .fieldset-1 {
    border: none;
    padding: 0;
    margin: 0;
  }
  .visforms .vis_mandatory,
  .visforms #modvisform121dsgvolbl {
    display: none;
  }
  .visforms input {
    background: #FFF !important;
    border: none;
    border-radius: 2px;
    padding: 5px;
  }
  .visforms textarea {
    background: #FFF;
    resize: vertical;
    border: none;
    border-radius: 2px;
  }
  .visforms .visBtnCon {
    text-align: left !important;
  }
  .visforms input[type="submit"] {
    width: 180px;
    font-family: 'Lora', Bookman, serif;
    padding: 10px 10px;
    margin-right: 15px;
  }
}
@media (max-width: 450px) {
  #wrapper #content {
    width: 100%;
  }
  #wrapper #content #right {
    width: 100%;
  }
  #wrapper #content #right img {
    width: 100%;
    height: auto;
  }
  #wrapper #content #right td img {
    width: auto;
  }
  #wrapper #content #right figure {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  #mod-custom111 {
    transform: scale(0.9);
  }
}
body.quellenangaben .com-content-article__body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
