@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400|Montserrat:400,700|Oswald:200,400,700|Alegreya+Sans:100,300,400'); /**/
@import url('https://use.fontawesome.com/releases/v5.4.0/css/all.css');
/*Orbitron:400,500|*/
/**
  * 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');
}
body {
	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: #5F5F5F;
	padding-top: 0;
	background-color:#f4f4f4 !important;
}
article {
	padding-bottom: 10px
}
/**
  * awesome font social media
  */
.social-media-icons {
    position: absolute;
    top: 24px;
    left: 5px;
    z-index: 10000;
}
.social-media-icons ul {
	list-style: none;
	padding: 0;
	text-align: center;    
}
.social-media-icons a {
	display: inline-block;
	text-decoration: none;
	padding: 2px;
}
.social-media-icons a:nth-child(1) i {
	color: #005fa8;
}
.social-media-icons a:nth-child(2) i {
	color: #ff9c25;
}
.social-media-icons a i:hover {
	color: black;
}
/**
  * header
  */
header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	padding: 0 !important;
	position: relative;
}
.inner-header {
	width: 100% !important;
	height: 380px;
	background-color: rgba(0,0,0,0.35);
	margin: 0 !important;
}
@media (min-width: 768px) {
header, .inner-header {
	height: 480px;
}
}
@media (min-width: 1200px) {
header, .inner-header {
	height: 500px;
}
}
header h1 {
	font: 500 30px 'Anke', san-serif;
	line-height: 32px;
	color: #f5bb26;
	text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
header h2 {
	font: 300 16px 'Yanone Kaffeesatz', san-serif;
	color: #fff;
	text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;
}
@media (min-width: 992px) {
    header h1 {
        font-size: 35px;
        line-height: 37px;
    }
    header h2 {
        font-size: 18px
    }
}
@media (min-width: 1200px) {
    header h1 {
        font-size: 43px;
        line-height: 45px;
    }
    header h2 {
        font-size: 22px
    }
}
.copyright-header {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 3;
	width: auto;
    font-size: 75% !important;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding: 2px;
    background-color: rgba( 0, 0, 0, 0.5);
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.8);
}
.copyright-header a {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.8);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .copyright-header {
        top: 101px;
    }
}

/**
  * Suche
  */
.top-suche {
	/*width: 100%;
	text-align: center !important;*/
	word-wrap: break-word;
}
@media (min-width: 576px) {
.top-suche {
	width: 500px;
}
}
@media (min-width: 768px) {
.top-suche {
	width: 600px;
}
}
 @media (min-width: 992px) {
.top-suche {
	width: 85%
}
}
@media (min-width: 1200px) {
.top-suche {
	width: 75%
}
}
.desc {
	/*position: relative;
	top: 15px;
	left: 10px;*/
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.65);/*box-shadow: 6px 6px 18px #fff*/
	max-width: 1110px;
}
.desc .card-body {
	background-color: #f7f7f7;
}
.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;
}
.ui-autocomplete, .form-control-borderless, section#newsletter-bestellen .form-control {
	font: 16px "Courier New", Courier, monospace !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: #FF0;
	font-weight: 500
}
/**
  * Custom Radiobuttons
  */  
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-size: 1.7em;
	font-weight: 300;
	font-family: 'Yanone Kaffeesatz', san-serif;
	color: #f67e00;
	text-align: left;
	margin-top: 20px;
}
/**
  * News Ticker
  */
@keyframes marquee {
     0% {
    text-indent: 100%
    }
     100% {
    text-indent: -100%
    }
    }
     @-webkit-keyframes marquee {
     0% {
    text-indent: 100%
    }
     100% {
    text-indent: -100%
    }
}
.marquee {
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 35s linear infinite;
	-webkit-animation: marquee 35s linear infinite;
	padding-top: 15px;
}
.marquee a {
	font: 200 16px 'Oswald', sans-serif;
	/*color: #F60;*/
	text-decoration: none
}
.marquee a:hover {
	text-decoration: underline;
	color: #000;
}
.marquee:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
/**
  * 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
  */
#mainNav {
	min-height: 56px;
	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: #d8d85d;
 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;
}
 /*@media (min-width: 768px) {
#mainNav {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}
}*/
     
#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: background-color 0.45s ease-in-out;
    transition: background-color 0.45s 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: 55px;
	right: 10px;
	z-index: 1000;
}
div.leftSmall, div.leftBig, div.rightSmall {
	position: fixed;
	bottom: 113px;
	z-index: 1000;
}
div.leftSmall button, div.leftBig button, div.rightSmall button {
	width: 46px;
}
div.leftSmall {
	left: 10px
}
div.rightSmall, div.leftBig {
	right: 10px
}
/**
  * Schrift
  */
p {
	text-align: justify;
	font-size: 19px;
	line-height: 27px;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
p.card-title {
	line-height: 1.2em
}
li {
	text-align: left;
	line-height: 1.5em;
	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: 'Yanone Kaffeesatz', san-serif;
	text-align: left
}
h2 {
	color: #b885b8;
	font-size: 27px;
}
h3, .card h5 {
	color: #66997f;
	font-size: 25px;
}
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-weight: 300;
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-align: left;
	font-size: 20px !important;
	line-height: 23px;
	hyphens: auto;
}
figcaption {
	margin: 6px 3px 3px 3px;
	clear: both;
	word-wrap: break-word;
}
figcaption .copyright {
	display:block;/**/
	font-size: 17px;
	float:right;
	margin: 0 !important
}
figcaption a {
	color: #1f4593
}
/**
  * Rahmen, Bilder, Videos, Floats, Tabellen 
  */
.rahmen {
	position: relative;
	border: 1px solid #cec9bc;
	border-radius: 7px;
	background-color: #fcfaf7;
	padding: 5px;
	margin-bottom: 10px;
}
/*#div-taxobox, #div-infobox {
	width: 40%;
	float: right;
	clear: right;
	margin: 0 0 20px 25px
}*/
.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 'Oswald', sans-serif;
}
figcaption li span.MathJax {
	font-size: 140%
}
.overflow {
	overflow-x: auto
}
.overflow table {
	width: 99%;
}
.card .btn {
	font-family: Oswald, 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: 11px/13px Arial, Helvetica, sans-serif;
	color: #8c8e64;
	margin: 3px 0 0 15px;
}
.mapBlase {
	display: inline-block;
	width: 516px;
	height: 315px;
	padding: 3px;
	font: 12px/15px 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: 200 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 'Alegreya Sans';
	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: 300 1.4em 'Yanone Kaffeesatz', 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;
}
#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;
}
}
