@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica&display=swap&family=Alegreya+Sans:wght@100;300;400&family=Montserrat:wght@300;400;700&family=Oswald:wght@200&family=Playfair+Display:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.4.0/css/all.css');
/**
  * bootstrap 4 Grid System
  */
/*
.col- (extra small devices - screen width less than 576px)
.col-sm- (small devices - screen width equal to or greater than 576px)
.col-md- (medium devices - screen width equal to or greater than 768px)
.col-lg- (large devices - screen width equal to or greater than 992px)
.col-xl- (xlarge devices - screen width equal to or greater than 1200px)
*/
/**
  * bootstrap 4 Media Queries
  */
/*
// Extra small devices (portrait phones, less than 576px, prefix -xs)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up, prefix -sm)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up, prefix -md)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up, prefix -lg)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up, prefix -xl)
@media (min-width: 1200px) { ... }
*/
/**
  * body
  */
@font-face {
  font-family: "Anke";
  src: url('/lib/fonts/AnkeCall.ttf');
  font-display: swap;
}
body {
  /*font-family: 'Playfair Display', serif;*/
  font-family: 'Alegreya Sans', sans-serif;
  /*font-weight: 400; font-weigt wird nun mit JavaScript in der inc_Analytics.php je nach Betriebssystem geladen*/
  color: #4A4A4A /*5F5F5F*/ ;
  padding-top: 0;
  background-color: #f4f4f4 !important;
}
/**
  * civicuk cookie control
  */
a.ccc-link {
  color: #000000 !important;
  text-decoration: underline !important;
}
a.ccc-link:hover {
  color: #2766A8 !important;
}
.ccc-notify-button {
  border: none !important;
  border: 0 !important;
}
.ccc-reject-button, .ccc-accept-button, .ccc-reject-button:focus, .ccc-accept-button:focus {
  outline: 0 !important;
  outline:none !important;    
  border: none !important;
}
article {
  padding-bottom: 10px
}
/**
  * headerccc-notify-button ccc-link ccc-tabbable ccc-accept-button
  */
header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  padding: 0 !important;
  height: 380px;
  /*position: relative;*/
}
/*.inner-header {
  width: 100% !important;
  height: 380px;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0 !important;
}*/
@media (min-width: 468px) {
  header {
    height: 420px;
  }
}
@media (min-width: 992px) {
  header {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 500px;
  }
}
header h1 {
  font: 500 20px 'Playfair Display', san-serif;
  line-height: 24px;
  color: #ffffff;
  text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;
  -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: 0px;
  right: 0px;
  z-index: 3;
  width: auto;
  font-size: 75% !important;
  font-weight: 300;
  color: #ffffff;
  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;
  /*border-bottom-right-radius: 0px;*/
}
.copyright-header a {
  color: rgba(195, 246, 0, 1.00);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.copyright-header a:hover {
  color: rgba(0,246,239,1.00);
}
@media (min-width:992px) {
  .copyright-header {
    top: 91px;
  }
}
@media (max-width:991px) {
  .copyright-header {
    top: 91px;
  }
}
@media (max-width:767px) {
  .copyright-header {
    top: 91px;
  }
} /**/
.div_1 {
  background-color: transparent;
}
.div_2 {
  background-color: rgba(0, 0, 0, 0.45)
}
/**
  * News Carousel im header
  */
.navigation-box {
  top: .4rem;
  right: .8rem;
  width: 2rem;
  position: absolute;
}
.breaking-caret span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
}
div.carousel-item.card, div.carousel-item.active.card {
  width: 400px;
}
@media (max-width: 448px) {
  div.carousel-item.card, div.carousel-item.active.card {
    width: 350px;
  }
}
@media (max-width: 354px) {
  div.carousel-item.card, div.carousel-item.active.card {
    width: 295px;
  }
}
div.carousel-item.card div.row.no-gutters, div.carousel-item.active.card div.row.no-gutters {
  height: 80px;
}
div.carousel-item a:hover {
  text-decoration: none
}
div.row.no-gutters p.text-left {
  font-size: 9px !important;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
div.row.no-gutters p.card-title.pt-0 {
  color: black;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px !important;
  font-family: 'Monserrat', sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: left;
  margin-top:-2px !important;
} 
@media (min-width: 768px) {
  .breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #dc3447;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
.form-control-borderless {
  border: none;
  background-color: #f7f7f7; /*#333*/
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #f7f7f7;
}
.form-control-borderless, section#newsletter-bestellen .form-control {
  font: 16px "Courier New", Courier, monospace !important
}
/*
 * .social-media-icons rechts oben
 */
.social-media-icons div {
  height: 28px;
  background-color: white;
}
.soc-facebook, .soc-twitter, .soc-rss {
  width: 32px;
  height: 32px;
}
.soc-facebook {
  background-image: url('/design/social_sprites.png');
  background-position: 0 32px
}
.soc-twitter {
  background-image: url('/design/social_sprites.png');
  background-position: 32px 32px
}
.soc-rss {
  background-image: url('/design/social_sprites.png');
  background-position: 65px 32px
}
/**
  * Autocomplete Suche
  */
.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: antiquewhite !important;
}
.canvas-button {
  position: absolute;
  z-index: 1;
}
/**
  * Newsletter
  */
section#newsletter-bestellen .btn, .desc .btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 700;
}
section#newsletter-bestellen .btn-xl {
  font-size: 18px;
  padding: 10px 20px;
}
section#newsletter-bestellen .form-group {
  /*margin-bottom: 25px;*/
}
section#newsletter-bestellen .form-group input, .fund_searchmask input, .form-group textarea {
  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, .desc ::-webkit-input-placeholder {
  font-size: 1.2em; /* .desc ist die Suche oben */
  font-weight: 700;
  color: #cfcfcf;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#newsletter-bestellen :-moz-placeholder, .desc :-moz-input-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
} /* Firefox 18- */
section#newsletter-bestellen ::-moz-placeholder, .desc ::-moz-placeholder {
  font-size: 1.2em;
  font-weight: 700;
  color: #cfcfcf;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
} /* Firefox 19+ */
section#newsletter-bestellen :-ms-input-placeholder, .desc :-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
}
/**
  * Custom Radiobuttons für Newsletter unten
  */
form#radioGroup {
  margin-top: 20px
}
form#radioGroup label, form#contactForm label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  padding-top: 8px;
  font: 400 16px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
form#radioGroup input.custom_radio, form#contactForm input.custom_radio {
  visibility: hidden
}
form#radioGroup label:before, form#contactForm 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 0px 2px 3px 0px rgba(0, 0, 0, .5), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
form#radioGroup input.custom_radio:checked + label:before, form#contactForm input.custom_radio:checked + label:before {
  content: "\2022";
  color: darkblue;
  font-size: 45px;
  text-align: center;
  line-height: 14px;
}
form#radioGroup .radio label:before, form#contactForm .radio label:before {
  border-radius: 9px;
  margin-top: 5px;
}
/**
  * On Focus placeholder löschen
  */
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
/**
  * Jumbotron
  */
.jumbotron {
  position: relative;
  padding: 15px !important;
  background-color: /*#fdefca#f5fef1*/ #fff9f2;
  margin-top: 20px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.jumbotron h2, .jumbotron h1 {
  font: 1.6em 'Playfair Display', serif;
  color: #000;
  text-align: left;
  margin-top: 20px;
}
/**
  * Icons
  */
.cc-zero, .by, .bysa, .bync, .bynd, .byncsa, .byncnd, .by-sa, .by-nd, .by-nc-sa, .by-nc-nd {
  margin-left: 5px;
  height: 19px;
  cursor: pointer;
  float: right;
}
.lupe {
  float: right;
  margin-left: 10px;
  width: 19px;
  height: 25px;
  background: url('/design/iconSprites.png') 0px 103px;
}
.pdfIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url('/design/iconSprites.png') -52px 103px;
}
div#sex_m, div#sex_w {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/design/iconSpritesPrimates.png');
  cursor: help
}
div#sex_m {
  background-position: -114px 0px
}
div#sex_w {
  background-position: -132px 0px
}
div#vu, div#nt, div#lc, div#en, div#cr, div#dd {
  display: inline;
  float: right;
  margin: 5px 15px 5px 5px;
  width: 27px;
  height: 27px;
  cursor: help
}
div#vu {
  background: url('/design/iconSpritesPrimates.png') -179px 108px
}
div#nt {
  background: url('/design/iconSpritesPrimates.png') -211px 108px
}
div#lc {
  background: url('/design/iconSpritesPrimates.png') -242px 108px
}
div#en {
  background: url('/design/iconSpritesPrimates.png') -147px 108px
}
div#cr {
  background: url('/design/iconSpritesPrimates.png') -115px 108px
}
div#dd {
  background: url('/design/iconSpritesPrimates.png') 0px 82px
}
div.movieRolls {
  float: right;
  margin: 2px 25px 3px 0;
  width: 55px;
  height: 19px;
  background: url('/design/iconSpritesPrimates.png') 0px 0px
}
div.flickr {
  float: left;
  margin: 2px 25px 3px 0;
  width: 53px;
  height: 15px;
  background: url('/design/iconSpritesPrimates.png') -38px -65px
}
div#spain, div#france, div#uk {
  margin: 3px 0 0 10px;
  width: 30px;
  height: 20px;
  background-image: url('/design/iconSpritesPrimates.png')
}
div#spain {
  background-position: -213px 0px
}
div#france {
  background-position: -183px 0px
}
div#uk {
  background-position: -153px 0px
}
/**
  * Sticky float
  */
/* important for Mozilla and jQuery el.outerWidth();*/
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
  * Navigation top
  */
#mainNav {
  min-height: 91px;
  background-color: #1c242f;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#sideNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}
#sideNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #f5be2e;
  padding: .9rem 0;
  font: 300 28px "Anke", serif !important;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#mainNav {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 1.0s ease-in-out;
  transition: background-color 1.0s ease-in-out;
}
#mainNav .navbar-brand {
  padding: .5rem 0;
  color: #d8d85d;
}
#mainNav .nav-link {
  -webkit-transition: none;
  transition: none;
  padding: 2rem 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
#mainNav .nav-link:active {
  color: white;
}
#mainNav.navbar-shrink {
  background-color: #1c242f;
}
#mainNav.navbar-shrink .navbar-brand {
  color: #d8d85d;
}
#mainNav.navbar-shrink .nav-link {
  color: #f4f4f4;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 0.25rem solid transparent;
}
#mainNav.navbar-shrink .nav-link:hover {
  color: #64a19d;
}
#mainNav.navbar-shrink .nav-link:active {
  color: #467370;
}
#mainNav.navbar-shrink .nav-link.active {
  color: #64a19d;
  outline: none;
  border-bottom: 0.25rem solid #64a19d;
}
ul#main-menu {
  margin-bottom: 25px;
  margin-top: 20px;
}
#main-menu-top {
  position: relative;
  z-index: 1;
  width: auto;
}
/**
  * Buttons Navigation unten
  */
.scrollup {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
}
div.leftSmall, div.leftBig, div.rightSmall {
  position: fixed;
  bottom: 150px;
  z-index: 1000;
}
div.fullMap-back {
  position: fixed;
  top: 120px;
  left: 10px;
  z-index: 1001;
}
div.leftSmall button, div.leftBig button, div.rightSmall button, div.fullMap-back button {
  width: 46px;
}
div.leftSmall {
  left: 10px
}
div.rightSmall, div.leftBig {
  right: 10px
}
/**
  * Schrift
  */
p, li {
  text-align: justify;
  font-size: 19px;
  line-height: 25px;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
@media (max-width: 576px) {
  p, li {
    font-size: 18px;
    line-height: 23px;
  }
}
p.card-title {
  line-height: 1.2em
}
ul {
  text-align: left;
  line-height: 23px;
  margin-bottom: 10px;
}
li li {
  font-size: 100%
}
figure ul, figure ol {
  margin-left: -20px
}
ul.versetzt li, ol.versetzt li, p.versetzt {
  position: relative;
  left: 25px;
  text-align: left
}
h1 {
  color: #a2672e;
  margin-top: 10px;
}
h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: 400;
  font-family: 'Playfair Display', san-serif;
  text-align: left
}
h2 {
  color: #000;
  font-size: 27px;
}
h3, .card h5 {
  color: #66997f;
  font-size: 25px;
}
@media (max-width: 576px) {
  h3, .card h5 {
    font-size: 21px;
  }
}
/* In den News gibts in den Überschriften ebenfalls
 * Treffer, daher a gleiche Farbe wie h3, bei hover
 * keine Unterstreichung!
 */
h3 a {
  color: #66997f;
}
h3 a:hover {
  color: #66997f !important;
  text-decoration: none !important;
  cursor: auto !important;
}
h4 {
  color: #AA7755;
  font-size: 23px !important
}
h5 {
  color: #305445;
  font-size: 21px !important
}
strong, b {
  font-weight: 700
}
a {
  text-decoration: none;
  color: #164682
}
a:hover {
  text-decoration: underline;
  color: #164682
}
a:focus {
  outline: 0
}
blockquote {
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em
}
sup, sub {
  line-height: 0
}
/* Quellenangaben verkleinern */
.source {
  width: 95%;
  font-size: 0.8em !important;
  text-align: left !important;
  padding-left: 20px;
  padding-bottom: 20px
}
#systematik_primates .jstree-node {
  font-size: 13px !important;
}
.systematik {
  overflow-x: auto;
  overflow-y: hidden
}
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;
  clear: both;
  word-wrap: break-word;
}
figcaption .copyright { /**/
  font-size: 15px;
  float: right;
  margin: 0 !important
}
figcaption a {
  color: #1f4593
}
/**
  * Rahmen, Bilder, Videos, Floats, Tabellen 
  */

.rahmen, .bilderrahmen {
  /*position: relative;*/
  border: 1px solid #cec9bc;
  border-radius: 7px;
  background-color: #fcfaf7;
  padding: 5px;
  margin-bottom: 10px;
}
.bilderrahmen.w-75 {
  width: 90% !important;
}
.zitat-box {
  background-color: #cccccc;
  color: #000;
}
.flt_r {
  float: right;
  clear: right;
  margin: 0 0 15px 20px;
}
.flt_l {
  float: left;
  clear: left;
  margin: 0 15px 15px 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 iframe, .video-container object, .video-container embed {
  position: absolute;
  width: 100%;
  /*max-width: 680px;*/
  height: 100%;
}
td figcaption {
  margin: 2px;
  font: 300 1em 'Alegreya Sans', sans-serif;
}
figcaption li span.MathJax {
  font-size: 140%
}
.overflow {
  overflow-x: auto
}
.overflow table {
  width: 99%;
}
.card .btn {
  font-family: Alegreya Sans, sans-serif
}
/*.overflow, .overflow table
{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); 
    -webkit-transform:rotateX(180deg); 
}*/
/**
  * Werbung
  */
#wb_left { /*Sticky Float, linke Seite*/
  margin-top: 5px; /*clear: both*/
}
.wb_intext {
  float: right;
  width: 336px;
  max-height: 280px;
  margin: 0 0 15px 15px !important;
  clear: both;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .wb_intext {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 250px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .wb_intext {
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 200px;
  }
}
@media only screen and (max-width:767px) {
  .wb_intext {
    display: none !important;
  }
}
.adslot-resp-left {
  min-width: 160px;
  max-width: 300px;
  width: 100%;
}
.adslot-resp-top {
  min-width: 245px;
  max-width: 960px;
  width: 100%;
  min-height: 250px;
  max-height: 380px;
}
/**
  * Google Maps
  */
.google-Map-container-cats, .google-Map-container-primates, #verbreitung {
  margin: 0;
  width: 100%;
  height: 338px;
  padding: 5px;
}
#pin-locations {
  width: 100%;
  height: 285px;
  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;
  width: 516px;
  height: 315px;
  padding: 3px;
  font: 300 12px/15px 'Oswald', Tahoma, Verdana, Geneve, sans-serif;
  color: #666666;
}
.mapBlase b {
  color: #333333
}
/**
  *Steckbrief
  */
.outerInfobox {
  background-color: #eae1d6 !important;
  border: 1px solid #dac3a2;
  border-radius: 6px;
  padding: 5px;
}
.outerInfobox table {
  width: 100%;
  font: 1em 'Oswald', sans-serif;
  color: #000;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
/*.outerInfobox table img {width:100%; height:auto}*/
.outerInfobox td {
  vertical-align: top;
  border: 1px solid #89a785;
}
.outerInfobox th[colspan="3"], .outerInfobox th[colspan="2"] {
  font: 300 'Playfair Display', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background-color: #89a785;
  vertical-align: middle;
  padding-left: 8px;
  border: 1px solid #89a785;
}
.outerInfobox td div.copyright {
  display: inline-block;
  text-align: right;
}
.outerInfobox th {
  border: 1px solid #89a785;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  background-color: #ece1d2;
  padding-left: 3px
}
.outerInfobox th ~ td {
  border: 1px solid #89a785;
  text-align: center;
  padding: 0 2px;
  vertical-align: middle;
  background-color: #ece1d2
}
.outerInfobox td div {
  display: inline-block;
  margin: 2px
}
.outerInfobox p {
  margin: 0;
  font: 1.4em 'Oswald', san-serif;
  color: #000;
  text-align: center
}
.verbreitung {
  padding: 13px 25px 0 10px
}
/**
  * Footer
  */
#footer {
  height: 600px;
  padding-top: 40px;
  background-image: url('/design/bottomBG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  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: #eeeeee;
}
#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .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: 0px;
    margin-bottom: 10px;
  }
}
/* Große Geräte (Desktop-PCs, 1200px und breiter) */
/* Kleine Geräte (Tablets, 768px und breiter) */
@media only screen and (min-width:768px) and (max-width:991px) {
  .scrollup {
    bottom: 95px;
  }
  div.leftSmall, div.leftBig, div.rightSmall {
    bottom: 147px;
  }
}
@media only screen and (min-width:381px) and (max-width:767px) {
  div.InnerLinkBottom {
    display: none
  }
  .wb_intext {
    display: none
  }
  .scrollup {
    bottom: 95px;
  }
  div.leftSmall, div.leftBig, div.rightSmall {
    bottom: 147px;
  }
}
/* Extra-kleine Geräte (Smartphones Portrait) */
@media only screen and (max-width:380px) {
  #div-taxobox, #div-infobox {
    width: 100%;
  }
  .wb_intext {
    display: none
  }
  .scrollup {
    bottom: 95px;
  }
  div.leftSmall, div.leftBig, div.rightSmall {
    bottom: 147px;
  }
}