
@font-face {
  font-family: Anke;
  src: url("/lib/fonts/AnkeCall.ttf");
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .canvas-button {
    margin-top: 0;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -100%;
  }
  .row-offcanvas-right.active .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
body {
  font-family: "Scope One", Arial, Helvetica, sans-serif !important;
  color: #2e2e2e;
  padding-top: 0;
  background-color: #f9f9f9 !important;
}
article {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navi-top-container {
  margin: 20px auto;
}
.div_1 {
  background-color: transparent;
}
.div_2 {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 !important;
  height: 380px;
}
@media (max-width: 320px) {
  header {
    height: 340px;
  }
  .div_2 {
    display: none;
  }
}
@media (min-width: 468px) {
  header {
    height: 420px;
  }
  .div_2 {
    display: block;
  }
}
@media (min-width: 992px) {
  header {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 500px;
  }
}
header h1 {
  font: 500 20px "Playfair Display", serif;
  line-height: 24px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.65);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 576px) {
  header h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  header h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (min-width: 1200px) {
  header h1 {
    font-size: 43px;
    line-height: 45px;
  }
}
.copyright-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  font-size: 85%;
  font-weight: 300;
  color: #fff;
  padding: 2px 6px 2px 2px;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  border-bottom-left-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
}
.copyright-header a {
  color: #c3f600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-decoration: underline;
  margin-left: 5px;
}
.copyright-header a:hover {
  color: #00f6ef;
}
@media (min-width: 992px) {
  .copyright-header {
    top: 91px;
  }
}
@media (max-width: 991px) {
  .copyright-header {
    top: 91px;
  }
}
@media (max-width: 767px) {
  .copyright-header {
    top: 91px;
  }
}
.navigation-box {
  top: 0.4rem;
  right: 0.8rem;
  width: 2rem;
  position: absolute;
  width: 15%;
}
.breaking-caret {
  background-color: #dc3447;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .breaking-caret {
    font-size: 90%;
  }
}
.breaking-caret span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
}
@media (min-width: 1200px) {
  .carousel-control-next,
  .carousel-control-prev {
    background-color: rgba(255, 255, 0, 0.5);
    border: 1px solid #000;
    border-radius: 6px;
  }
}
.carousel-control-prev {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/></svg>") !important;
}
.carousel-control-next {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>") !important;
}
div.carousel-item.active.card,
div.carousel-item.card {
  width: 400px;
}
@media (max-width: 448px) {
  div.carousel-item.active.card,
  div.carousel-item.card {
    width: 350px;
  }
}
@media (max-width: 354px) {
  div.carousel-item.active.card,
  div.carousel-item.card {
    width: 295px;
  }
}
div.carousel-item.active.card div.row.g-0,
div.carousel-item.card div.row.g-0 {
  height: 80px;
}
div.carousel-item a:hover {
  text-decoration: none;
}
div.row.g-0 p.text-left {
  font-size: 10px !important;
  font-weight: 300;
  font-family: Montserrat, sans-serif !important;
}
div.row.g-0 p.card-title.pt-0 {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px !important;
  font-family: Monserrat, sans-serif !important;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: left;
  margin-top: -2px !important;
  margin-right: 18px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 20px solid #dc3447;
    border-bottom: 28px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
  }
}
.social-media-icons div {
  height: 28px;
  background-color: #fff;
}
.soc-facebook,
.soc-rss {
  width: 32px;
  height: 32px;
}
.soc-news,
.soc-twitter {
  width: 33px;
  height: 33px;
}
.soc-facebook {
  background-image: url("/design/iconSprites.png");
  background-position: -76px -96px;
}
.soc-rss {
  background-image: url("/design/iconSprites.png");
  background-position: -108px -96px;
}
.soc-twitter {
  background-image: url("/design/iconSprites.png");
  background-position: -142px -95px;
}
.soc-news {
  background-image: url("/design/iconSprites.png");
  background-position: -39px -55px;
}
.by,
.by-nc-nd,
.by-nc-sa,
.by-nd,
.by-sa,
.bync,
.byncnd,
.byncsa,
.bynd,
.bysa,
.cc-zero,
.copy-r {
  cursor: pointer;
  margin: 2px 5px 0 3px;
}
.copy-r {
  cursor: default;
}
.copyright {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
  color: #666;
  margin-right: 8px;
}
div.first-headline-container {
  display: flex;
  justify-content: start;
  align-items: center;
}
h2.first-headline {
  vertical-align: middle;
  text-align: left !important;
  max-width: 90%;
}
@media (max-width: 1199px) {
  h2.first-headline {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    left: 0;
  }
  h2.first-headline ~ a {
    display: none !important;
  }
  .canvas-button {
    position: absolute;
  }
}
@media (max-width: 767px) {
  h2.first-headline {
    margin-left: 65px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h2.first-headline {
    max-width: 85%;
    font-size: 21px;
  }
}
.catlinks {
  display: flex;
  justify-content: start;
  align-items: center;
}
.catlinks .btn {
  color: #f4f4f4;
  font-family: Oswald, sans-serif;
  font-size: 17px !important;
}
.catlinks * {
  margin-left: 5px;
}
.keytag-img {
  width: 55px;
  height: 55px;
  background-image: url("/design/iconSprites.png");
  background-position: -175px -73px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
.cat-tag-img {
  width: 62px;
  height: 55px;
  background-image: url("/design/iconSprites.png");
  background-position: -231px -73px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}
.monkey-tag-img {
  width: 50px;
  height: 48px;
  background-image: url("/design/iconSprites.png");
  background-position: -125px -47px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .cat-tag-img,
  .keytag-img,
  .monkey-tag-img {
    display: none;
  }
}
.my-topNavbar-brand-img {
  width: 48px;
  height: 48px;
  background-image: url("/design/iconSprites.png");
  background-position: -77px -46px;
  display: inline-block;
  vertical-align: middle;
}
.lupe {
  float: right;
  margin-left: 10px;
  width: 19px;
  height: 25px;
  background: url("/design/iconSprites.png") 0 103px;
}
.pdfIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/design/iconSprites.png") -52px 103px;
}
div.movieRolls {
  float: right;
  margin: 2px 25px 3px 0;
  width: 55px;
  height: 19px;
  background: url("/design/iconSprites.png") 0 0;
}
div.flickr {
  float: left;
  margin: 2px 25px 3px 0;
  width: 53px;
  height: 15px;
  background: url("/design/iconSprites.png") -38px -65px;
}
div#france,
div#spain,
div#uk {
  margin: 3px 0 0 10px;
  width: 30px;
  height: 20px;
  background-image: url("/design/iconSprites.png");
}
div#spain {
  background-position: -213px 0;
}
div#france {
  background-position: -183px 0;
}
div#uk {
  background-position: -153px 0;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.my-topNavbar {
  min-height: 91px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: 1;
}
.my-topNavbar .navbar-brand {
  color: #f5be2e;
  padding: 0.9rem 0;
  font: 300 28px Anke, serif !important;
}
.my-topNavbar {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.my-topNavbar .navbar-brand {
  padding: 0.5rem 0;
}
button#button-page-next,
button#button-page-prev,
button#button-up,
button.navbar-toggler {
  padding: 0.75rem !important;
  color: #fff;
}
ul#main-menu {
  margin-bottom: 25px;
  margin-top: 10px;
}
li,
p {
  font-family: "Scope One", serif !important;
  color: #2e2e2e;
  text-align: left;
  font-size: 17px;
  line-height: 27px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 480px) {
  li,
  p {
    font-size: 15px;
    line-height: 22px;
  }
}
p.card-title {
  line-height: 1.2em;
}
ul {
  text-align: left;
  line-height: 23px;
  margin-bottom: 10px;
}
li li {
  font-size: 100%;
}
figure ol,
figure ul {
  margin-left: -20px;
}
ol.versetzt li,
p.versetzt,
ul.versetzt li {
  position: relative;
  left: 25px;
  text-align: left;
}
h1 {
  color: #a2672e;
  margin-top: 10px;
}
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: left;
}
h2 {
  color: #000;
  font-size: 27px;
}
.card h5,
h3 {
  color: #399465;
  font-size: 22px;
}
@media (max-width: 576px) {
  .card h5,
  h3 {
    font-size: 21px;
  }
}
h3 a {
  color: #399465;
}
h3 a:hover {
  color: #399465 !important;
  text-decoration: underline;
  cursor: auto !important;
}
h4 {
  color: #b47a54;
  font-size: 20px !important;
}
h4 a {
  color: #976a4b;
}
h4 a:hover {
  color: #97603c;
  text-decoration: underline;
  cursor: auto !important;
}
h4.untertitel a {
  color: #871616;
}
h4.untertitel a:hover {
  color: #976a4b;
  cursor: pointer !important;
}
h5 {
  color: #a44b9c;
  font-size: 18px !important;
}
li a svg {
  float: right;
  display: none;
}
@media (min-width: 992px) {
  li a svg {
    display: block;
  }
}
b,
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #00419d;
}
a:hover {
  color: #1f7cff;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
blockquote {
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em;
}
sub,
sup {
  line-height: 0;
}
.source {
  font-size: 0.8em !important;
  text-align: left !important;
  padding: 15px 15px 20px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin-bottom: 20px;
}
#systematik_primates .jstree-node {
  font-size: 13px !important;
}
.systematik {
  overflow-x: auto;
  overflow-y: hidden;
  clear: both;
  padding: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.taxoRahmen {
  padding: 2px;
  border: 1px solid #ccc;
  background-color: beige;
}
.thumbcaption,
figcaption,
figcaption p {
  font-family: Oswald, sans-serif;
  text-align: left;
  font-size: 18px !important;
  line-height: 23px;
  hyphens: auto;
}
figcaption {
  margin: 6px 3px 3px 3px;
  display: inline-block;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
div.copyright,
figcaption .copyright {
  font-family: Oswald, sans-serif;
  font-size: 15px;
  width: 100%;
  text-align: right;
  margin-right: 4px;
}
figcaption a {
  color: #1f4593;
}
.bilderrahmen,
.rahmen {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.rahmen img {
  width: 100%;
  height: auto;
}
.bilderrahmen.w-75,
.card.outerInfobox.w-75 {
  width: 95% !important;
}
.bilderrahmen.w-75 img {
  border-radius: 6px;
}
@media only screen and (min-width: 992px) {
  .bilderrahmen.w-75,
  .card.outerInfobox.w-75 {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bilderrahmen.w-75,
  .card.outerInfobox.w-75 {
    width: 76% !important;
  }
}
.zitat-box {
  background-color: transparent;
  color: #000;
}
.flt_r {
  float: right;
  clear: right;
  margin: 0 0 15px 20px;
}
.flt_l {
  float: left;
  clear: left;
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 576px) {
  .flt_r {
    float: none;
    clear: none;
    margin: 5px 0 5px 0;
  }
  .flt_l {
    float: none;
    clear: none;
    margin: 5px 0 5px 0;
  }
}
.clr_l {
  clear: left;
}
.clr_r {
  clear: right;
}
.clr_b {
  clear: both;
}
.clr_n {
  clear: none;
}
video {
  width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  width: 100%;
  height: 100%;
}
td figcaption {
  margin: 2px;
  font: 300 1em Oswald, sans-serif;
}
figcaption li span.MathJax {
  font-size: 140%;
}
.overflow {
  overflow-x: auto;
}
.overflow table {
  width: 99%;
}
#verbr-subspecies-1,
#verbr-subspecies-2,
#verbreitung,
.google-Map-container-cats,
.google-Map-container-primates {
  margin: 0 0 5px 0;
  width: 100%;
  height: 338px;
  padding: 5px;
  z-index: 0 !important;
}
.fa-arrows-alt {
  margin-right: 2px;
  margin-left: 2px;
}
#map_Eocene,
#map_Miocene,
#map_Oligocene,
#map_Paleocene,
#map_Pleistocene,
#map_Pliocene,
#pin-locations {
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
}
.iucn {
  font: 300 11px/13px Oswald, Arial, Helvetica, sans-serif;
  color: #8c8e64;
  margin: 3px 0 0 15px;
}
.mapBlase {
  display: inline-block;
  color: #000;
  text-transform: none;
  text-align: left;
  font-weight: 400 !important;
}
.mapBlase b {
  color: #333;
}
.outer-link-box {
  padding: 8px;
  border: 1px solid #dac3a2;
  border-radius: 6px;
  margin: 25px 25%;
  background-color: #f7f1ea;
  font-weight: 700;
  text-transform: uppercase;
}
.outer-link-box p {
  font-family: "Playfair Display", serif;
  border-bottom: 1px solid #dac3a2;
}
.inner-link-box {
  text-transform: none;
  font: normal 1em Oswald, sans-serif;
  color: #845819;
}
.inner-link-box small {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dac3a2;
}
div#sex_m,
div#sex_w {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/design/iconSprites.png");
  cursor: help;
}
div#sex_m {
  background-position: -114px 0;
}
div#sex_w {
  background-position: -132px 0;
}
div#cr,
div#dd,
div#en,
div#lc,
div#nt,
div#vu {
  display: inline-block;
  width: 27px;
  height: 27px;
  cursor: help;
  float: right;
}
div#vu {
  background: url("/design/iconSprites.png") -179px 108px;
}
div#nt {
  background: url("/design/iconSprites.png") -211px 108px;
}
div#lc {
  background: url("/design/iconSprites.png") -242px 108px;
}
div#en {
  background: url("/design/iconSprites.png") -147px 108px;
}
div#cr {
  background: url("/design/iconSprites.png") -115px 108px;
}
div#dd {
  background: url("/design/iconSprites.png") -86px 108px;
}
.pop-close {
  float: right;
  padding: 7px 5px 10px 5px;
  height: 16px;
  border-radius: 17px;
  background-color: #fc0;
  color: #000;
  line-height: 0;
  border: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 5px;
}
.popover-body,
.popover.bs-popover-right {
  min-width: 250px;
  border: none;
  background-color: transparent;
  box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.3);
}
.popover.bs-popover-right div.tooltip-arrow:after {
  border-right-color: red;
}
.outerInfobox {
  padding: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: center;
  color: #399465;
}
.outerInfobox table {
  text-transform: none;
  text-align: center;
  width: 100%;
  font: normal 1em Oswald, sans-serif;
  color: #845819;
  border-collapse: separate;
  border: 1px solid #dac3a2;
  border-radius: 6px;
  padding: 3px;
  background-color: #f7f1ea !important;
}
tr:first-child td[colspan="2"]:first-child {
  border-radius: 5px;
  text-align: left;
}
td img {
  border-radius: 4px;
  margin: 4px auto;
}
.outerInfobox td div {
  display: inline-table;
}
.outerInfobox td {
  vertical-align: middle !important;
  border: 1px solid #dac3a2;
  text-align: left;
  padding: 0 5px 0 5px;
}
.outerInfobox audio {
  width: 100%;
  max-width: 250px;
  height: 20px;
}
.outerInfobox audio::-webkit-media-controls-panel {
  background-color: #f7f1ea !important;
}
.outerInfobox audio::-webkit-media-controls-timeline {
  display: none;
}
p audio {
  display: inline-table;
  vertical-align: middle;
  height: 20px;
  width: 130px;
}
.catlinks audio::-webkit-media-controls-panel,
p audio::-webkit-media-controls-panel {
  background-color: #f9f9f9;
}
.outerInfobox tr:first-of-type td:first-of-type {
  vertical-align: middle;
  border: 1px solid #dac3a2;
  text-align: center;
}
.outerInfobox th[colspan="2"],
.outerInfobox th[colspan="3"] {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: #8f0505;
  background-color: #dac3a2;
  vertical-align: middle;
  padding: 3px 8px;
  border: 1px solid #dac3a2;
  text-align: left;
}
.outerInfobox th {
  border: 1px solid #dac3a2;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  background-color: #ece1d2;
  padding: 3px 8px;
}
.outerInfobox th ~ td {
  border: 1px solid #dac3a2;
  text-align: left;
  padding: 0 2px;
  vertical-align: middle;
}
.outerInfobox p {
  margin: 0;
  font: 1.4em Oswald, san-serif;
  color: #000;
  text-align: center;
}
aside .card {
  margin-top: 10px;
}
.outerInfobox.card {
  background-color: #f7f1ea !important;
  border: 1px solid #dac3a2;
  margin-bottom: 15px;
}
.outerInfobox.card .card-header {
  padding: 3px !important;
  margin: 3px !important;
  height: auto;
  background-color: transparent;
  border-bottom: none;
}
.outerInfobox a[title$="Karte"] {
  float: right;
}
.little-gallery {
  margin-bottom: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .little-gallery {
    margin-bottom: 20px;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .little-gallery {
    margin-bottom: 20px;
    justify-content: start;
  }
}
.little-gallery div {
  margin: 5px 5px;
  padding: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  max-width: 160px !important;
}
.little-gallery div div {
  margin: unset;
  border: unset;
}
.form-control-borderless {
  border: none;
  background-color: #f7f7f7;
}
.form-control-borderless:active,
.form-control-borderless:focus,
.form-control-borderless:hover {
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: #f7f7f7;
}
.form-control-borderless,
section#newsletter-bestellen .form-control {
  font: 16px "Courier New", Courier, monospace !important;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 1100 !important;
}
li.ui-menu-item {
  font: 14px "Courier New", Courier, monospace !important;
}
li.ui-menu-item div:hover {
  background-color: #faebd7 !important;
}
form#ich-will-einen-newsletter label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  padding-top: 8px;
  font: 400 13px Montserrat, sans-serif;
  color: #999;
  text-transform: uppercase;
  white-space: nowrap;
}
form#ich-will-einen-newsletter input.custom_radio {
  visibility: hidden;
}
form#ich-will-einen-newsletter label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 1px;
  background-color: #f7ecdd;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #fff;
}
form#ich-will-einen-newsletter input.custom_radio:checked + label:before {
  content: "\2022";
  color: #00008b;
  font-size: 45px;
  text-align: center;
  line-height: 14px;
}
form#ich-will-einen-newsletter .radio label:before {
  border-radius: 9px;
  margin-top: 5px;
}
section#newsletter-bestellen .btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 700;
}
section#newsletter-bestellen .btn-xl {
  font-size: 18px;
  padding: 10px 20px;
}
.form-group textarea,
section#newsletter-bestellen .form-group input {
  padding: 10px;
}
section#newsletter-bestellen .form-group input.form-control {
  height: auto;
}
section#newsletter-bestellen .form-control {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding-left: 5px;
  border: 2px solid #666;
}
section#newsletter-bestellen .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#newsletter-bestellen ::-webkit-input-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#newsletter-bestellen :-moz-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#newsletter-bestellen ::-moz-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#newsletter-bestellen :-ms-input-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#newsletter-bestellen p.help-block {
  color: #ffbf00;
  font-weight: 300;
  min-width: 120px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
#footer {
  height: 700px;
  padding-top: 40px;
  background-image: url("/design/bottomBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #fc0;
}
#footer a {
  color: #5a9abf;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li a {
  color: #5a9abf;
}
#footer ul.social li a {
  color: #fff;
}
#footer ul.social li a:hover {
  color: #eee;
}
#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: left;
}
#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}
#footer ul.quick-links li a i {
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}
@media (max-width: 767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.scrollup {
  display: none;
  position: fixed;
  bottom: 440px;
  right: 5px;
  z-index: 1000;
}
div.leftBig,
div.leftSmall,
div.rightSmall {
  position: fixed;
  bottom: 500px;
  z-index: 1000;
}
div.leftBig button,
div.leftSmall button,
div.rightSmall button {
  width: 46px;
}
div.leftSmall {
  left: 7px;
}
div.leftBig,
div.rightSmall {
  right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 35%;
  }
  div.leftBig,
  div.leftSmall,
  div.rightSmall {
    bottom: 40%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 767px) {
  .scrollup {
    bottom: 30%;
  }
  div.leftBig,
  div.leftSmall,
  div.rightSmall {
    bottom: 40%;
  }
}
@media only screen and (max-width: 380px) {
  #div-infobox,
  #div-taxobox {
    width: 100%;
  }
  .scrollup {
    bottom: 40%;
  }
  div.leftBig,
  div.leftSmall,
  div.rightSmall {
    bottom: 45%;
  }
}
a[data-bs-toggle="modal"] {
  font-size: medium;
}
.modal {
  padding: 0 !important;
}
.modal:not(.consent-modal) .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal:not(.consent-modal) .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal:not(.consent-modal) .modal-body {
  overflow-y: auto;
}
body,
html {
  overflow-x: hidden;
}
footer {
  padding: 30px 0;
}
.canvas-button {
  margin-top: 10px;
  margin-right: 10px;
}
