/*-----------------------------------------------------------------------------------
	Suedamerika final 28_D
	About: A shiny new Blocs website.
	Author: Schulz
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#005026;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'DINEngschriftStd';
	src: url('./fonts/DINEngschriftStd/DINEngschriftStd.woff');
	src: url('./fonts/DINEngschriftStd/DINEngschriftStd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'D-DINCondensed-Bold';
	src: url('./fonts/D-DINCondensed-Bold/D-DINCondensed-Bold.woff2');
	src: url('./fonts/D-DINCondensed-Bold/D-DINCondensed-Bold.woff2') format('woff2'),
	url('./fonts/D-DINCondensed-Bold/D-DINCondensed-Bold.woff') format('woff'),
	url('./fonts/D-DINCondensed-Bold/D-DINCondensed-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Asap";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.logo{
	padding:20px 10px 20px 10px;
}
.navbar-brand img{
	width:100px;
	height:100px;
}
.h1-animals{
	font-size:45px;
	font-family:"DINEngschriftStd";
	color:#047265!important;
	font-weight:normal;
	text-transform:uppercase;
	line-height:50px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	text-shadow:0px 0px 0px #000000;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h2-animals{
	color:#047265!important;
	font-size:30px;
	font-family:"Asap";
	font-weight:500;
}
.dvider{
	border-style:none;
	border-color:rgba(250,180,0,0.00)!important;
	background-color:#027366;
	background-position:center center;
	background-size:auto 2px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	margin-left:0px;
}
.p-animals{
	font-size:18px;
	color:#333333!important;
	font-family:"Asap";
	line-height:28px;
	font-weight:normal;
	padding-left:0px;
	text-align:center;
	margin-bottom:0px;
}
.h1-start{
	font-family:"DINEngschriftStd";
	font-size:140px;
	line-height:130px;
	text-align:center;
	color:#FEFFFE!important;
	text-transform:none;
	text-shadow:3px 3px 5px #333333;
	margin-bottom:70px;
	margin-top:150px;
}
.iconxgrün{
	color:#008378!important;
	text-align:center;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:0px;
}
.food{
	width:160px;
	height:160px;
}
.nahrung{
	width:160px;
}
.iconxgrün:hover{
	color:#FEFFFE!important;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	margin:0px 0px 0px 0px;
}
.keyvisual{
	border-radius:0px 0px 0px 0px;
}
.fotohistorisch{
	border-style:solid;
	width:100%;
	height:100%;
	border-radius:30px 30px 30px 30px;
}
.navbar{
	margin:0px 0px 0px 0px;
}
.h1-content{
	font-family:"D-DINCondensed-Bold";
	font-size:100px;
	color:#1A514E!important;
	text-transform:uppercase;
}
.h1-inhalt{
	font-family:"D-DINCondensed-Bold";
	color:#F7A700!important;
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:10px;
}
.fotoinhalt{
	margin-top:0px;
	border-style:none;
	border-color:#F7A719!important;
	border-radius:0px 1px 1px 0px;
}
.arnulf{
	font-family:"DINEngschriftStd";
	text-transform:uppercase;
	font-size:28px;
	color:#FEFFFE!important;
	line-height:28px;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
}
.fotohaus{
	width:1200px;
	margin-bottom:30px;
}
.fotoinhalt:hover{
	border-style:solid;
	border-color:#F7A700!important;
	border-width:1px 1px 1px 1px;
}
.dividerfooter{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-size:0px auto;
	background-repeat:no-repeat;
	background-position:center top;
	padding-right:200px;
	padding-left:200px;
	margin:0px 0px 0px 0px;
}
.arnulf:hover{
	color:#F7A700!important;
	font-family:"DINEngschriftStd";
	font-size:28px;
	line-height:28px;
	text-align:center;
	padding-top:6px;
}
.zoologo{
	width:80px;
	height:35px;
	margin-bottom:15px;
	margin-top:15px;
}
.zoologo:hover{
	color:#FEFFFE!important;
}
.fototiere{
	padding-top:0px;
	margin-top:30px;
}
.buttongelb{
	background-color:#F7A700;
	color:#027466!important;
	font-family:"DINEngschriftStd";
	font-size:30px;
	margin-top:0px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:0px;
	border-style:none;
	border-color:#027466!important;
	line-height:30px;
	padding:10px 10px 0px 10px;
	border-width:2px 2px 2px 2px;
}
.buttongelb:hover{
	font-family:"DINEngschriftStd";
	color:#F7A700!important;
	font-size:30px;
	font-weight:normal;
	background-color:#027466;
	border-style:none;
	border-color:rgba(247,167,0,0.00)!important;
	line-height:30px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
.iconxgelb{
	padding-top:30px;
	color:#F7A700!important;
	padding-bottom:30px;
	background-image:url("img/x-twitter.svg");
}
.iconxgelb:hover{
	color:#FFEFCB!important;
}
.sublinetiere{
	font-family:"DINEngschriftStd";
	font-size:36px;
	color:#333333!important;
	text-align:center;
	font-weight:normal;
	text-transform:none;
	line-height:38px;
	margin-right:0px;
	margin-left:0px;
	padding:0px 5px 5px 5px;
}
.row-color{
	color:#027466;
}
.kurzläufer{
	color:#027466!important;
	font-size:22px;
	line-height:36px;
	font-family:"Asap";
	font-weight:normal;
	margin-bottom:5px;
	text-align:center;
	margin-top:0px;
}
.blocpadding-start{
	padding-top:150px;
	padding-bottom:850px;
}
.buttongreen{
	font-size:24px;
	color:#F7A700!important;
	font-family:"D-DINCondensed-Bold";
	background-color:#027466;
	text-transform:uppercase;
	margin-top:15px;
}
.buttongreen:hover{
	color:#027466!important;
	font-family:"D-DINCondensed-Bold";
	font-size:24px;
	background-color:#F7A700;
}
.blocpadding-intro{
	padding:200px 0px 200px 0px;
}
.iconblattkleiner{
	width:130px;
	height:130px;
	margin-top:30px;
	margin-bottom:30px;
}
.buttontieregruen{
	background-color:#027466;
	font-family:"D-DINCondensed-Bold";
	color:#F7A700!important;
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	letter-spacing:1px;
}
.buttontieregruen:hover{
	text-decoration:none;
	font-family:"D-DINCondensed-Bold";
	font-size:24px;
	color:#027466!important;
	background-color:#F7A700;
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	letter-spacing:1px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
}
.iconredlist{
	width:100px;
	height:100px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
}
.sublinebelize{
	font-family:"D-DINCondensed-Bold";
	font-size:30px;
	color:#027466!important;
	text-align:center;
}
.p-belize{
	font-family:"Asap";
	font-weight:normal;
	font-size:16px;
	color:#FEFFFE!important;
	text-align:center;
	line-height:24px;
}
.vogelhaus-innen{
	padding-bottom:20px;
}
.icontiere{
	width:100px;
	height:100px;
	margin-bottom:20px;
}
.iconvoegel{
	width:100px;
	height:100px;
	margin:0px 0px 20px 0px;
}
.iconpflanzen{
	width:100px;
	height:100px;
	margin-bottom:20px;
}
.iconfische{
	width:100px;
	height:100px;
	margin-right:1px;
	margin-left:1px;
	margin-bottom:20px;
}
.postkartehaus{
	background-image:url("img/historisches-haus-1200.jpg");
	background-position:center center;
	background-size:1200px 800px;
	border-style:none;
	background-repeat:no-repeat;
	padding:370px 370px 370px 370px;
}
.jaguarbelize{
	background-image:url("img/jaguar-2305770_1200.jpg");
	padding-top:370px;
	padding-bottom:370px;
	background-size:1200px 800px;
	background-position:center center;
	background-repeat:no-repeat;
}
.gelber-streifen{
	background-size:auto auto;
}
.p-grün{
	font-family:"Asap";
	font-weight:400;
	color:#027466!important;
	font-size:18px;
	line-height:26px;
}
.sublinegelb-belize{
	font-family:"DINEngschriftStd";
	font-weight:normal;
	font-size:32px;
	line-height:36px;
	color:#F7A700!important;
	text-transform:uppercase;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}
.p-gelb{
	font-family:"Asap";
	font-weight:400;
	color:#F7A700!important;
	font-size:18px;
	line-height:26px;
}
.h3-color{
	color:#ffffff;
	text-align:center;
}
.h1-geschichte{
	color:#ffffff;
	background-image:url("img/Haus-1200.jpg?timestamp=1613807336628");
}
.sublinegrün-belize{
	font-family:"DINEngschriftStd";
	color:#027466!important;
	font-weight:normal;
	font-size:32px;
	text-transform:uppercase;
	line-height:36px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
}
.dividergreen{
	border-style:none;
	border-color:#027466!important;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-position:center center;
	background-size:auto auto;
	background-color:#027466;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	width:100%;
	border-width:10px 10px 10px 10px;
}
.fotopostkarte{
	margin-bottom:0px;
}
.haus-1200{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1200px 800px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
}
.containerabstand{
	padding-top:80px;
}
.iconpfeil{
	color:#FEFFFE!important;
	padding-top:100px;
	padding-bottom:100px;
}
.iconpfeil:hover{
	color:#F7A700!important;
	padding-top:100px;
	padding-bottom:100px;
}
.youtube{
	padding-right:20px;
	color:#F7A700!important;
}
.blocpadding{
	padding-top:200px;
	padding-bottom:200px;
}
.geschichtekeyvisual{
	background-image:url("img/historisches-haus-1200.jpg?timestamp=1626528001028");
	background-size:1200px 800px;
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	padding:0px 0px 0px 0px;
}
.container-div-style{
	height:790px;
	width:100%;
	background:(null)-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.p-belize-grün{
	color:#027466!important;
	font-family:"Asap";
	font-weight:normal;
	font-size:18px;
	line-height:26px;
	text-align:center;
	margin-bottom:20px;
}
.iconxtiere:hover{
	color:#F7A700!important;
	margin-top:0px;
	margin-bottom:30px;
	padding:10px 20px 0px 20px;
}
.iconxtiere{
	color:#027466!important;
	margin-top:0px;
	margin-bottom:30px;
	padding:10px 20px 0px 20px;
}
.row-style{
	width:100%;
}
.startbuttons{
	font-family:"DINEngschriftStd";
	width:100px;
	background-color:#F7A700;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	color:#027466!important;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	padding:6px 0px 0px 0px;
}
.startbuttons:hover{
	font-size:20px;
	font-family:"DINEngschriftStd";
	text-align:center;
	text-transform:uppercase;
	background-color:#027466;
	color:#F7A700!important;
	padding-top:6px;
}
.grüner-streifen{
	height:50px;
}
.-padding{
	padding-top:50px;
}
.icon-tiere-start{
	width:120px;
	height:120px;
	margin-top:50px;
	margin-bottom:200px;
}
.löffler{
	width:67%;
}
.fotofalle{
	margin-top:20px;
}
.scrollToTop{
	background-color:rgba(255,255,255,0.50);
}
.scrollToTop:hover{
	color:#027466!important;
	background-color:#F7A700;
}
.h1-start-content{
	text-shadow:2px 2px 5px #333333;
	font-family:"DINEngschriftStd";
	font-size:140px;
	color:#FFFFFE!important;
	padding-top:150px;
	padding-bottom:0px;
	line-height:125px;
	text-align:center;
}
.link-style{
	width:0%;
}
.fotopadding{
	margin-top:20px;
}
.affenpadding{
	padding-top:23px;
}
.-sanierung{
	width:67%;
}
.facebook{
	color:#F7A700!important;
}
.insta{
	color:#F7A700!important;
}
.twitter{
	color:#F7A700!important;
}
.twitter:hover{
	color:#FFEFCB!important;
}
.impressum{
	font-family:"Asap";
	font-weight:400;
	font-size:12px;
	margin-top:30px;
	line-height:16px;
	color:#FFFFFE!important;
}
.impressum:hover{
	color:#F7A700!important;
	font-size:12px;
	line-height:16px;
}
.h1-style{
	font-family:"DINEngschriftStd";
	font-weight:400;
}
.h1-start:hover{
	font-family:"DINEngschriftStd";
}
.sublinegrün-belize:hover{
	font-family:"DINEngschriftStd";
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.sublinegelb-belize:hover{
	;
}
.tucan-start{
	background-image:url("img/Riesen-Tucan-1920.jpg?timestamp=1617630153617");
	background-position:center top;
}
.postkarte{
	;
}
.sublinegrüngeschichte{
	font-family:"DINEngschriftStd";
	color:#027466!important;
	font-size:32px;
	text-align:center;
	line-height:36px;
	text-transform:uppercase;
	padding-top:2px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.padding-geschichte{
	padding-bottom:30px;
}
.subline-start{
	padding-top:0px;
	font-size:32px;
	line-height:36px;
	font-family:"DINEngschriftStd";
	color:#027466!important;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}
.p-geschichte-gelb{
	font-family:"Asap";
	font-weight:normal;
	color:#F8A600!important;
	font-size:18px;
	line-height:26px;
	text-align:center;
	margin-top:0px;
}
.p-belize-gelb{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#F8A600!important;
	font-family:"Asap";
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:30px;
}
.sublinebelizestart{
	font-size:32px;
	line-height:36px;
	color:#027466!important;
	text-align:center;
	text-transform:uppercase;
	font-family:"DINEngschriftStd";
	font-weight:400;
	padding-top:30px;
}
.sublinegelbstart{
	font-size:32px;
	line-height:36px;
	color:#F8A600!important;
	font-family:"DINEngschriftStd";
	text-transform:uppercase;
	padding-top:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:00px;
}
.btn-style{
	border-radius:0px 0px 0px 0px;
}
.padding-div{
	padding-top:20px;
	padding-bottom:30px;
}
.eep{
	height:100px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
}
.roundimage{
	width:200px;
	height:200px;
	margin-bottom:25px;
	border-style:solid;
	border-color:#F8A600!important;
	border-width:5px 5px 5px 5px;
}
.link-voegel-style{
	height:555px;
}
.foto-pflanzen{
	margin-bottom:12px;
}
.footerpadding{
	padding-bottom:117px;
	padding-top:50px;
}
.link-0-saeugetire-style{
	width:120px;
	height:120px;
}
.icon-tiere-menu{
	height:105px;
	width:105px;
}
.image-voegel{
	overflow:visible;
}
.image-saeugetiere{
	;
}
.iconx{
	margin-bottom:10px;
	background-color:transparent;
	color:#027466!important;
	padding-top:20px;
}
.iconx:hover{
	margin-bottom:10px;
	color:#F8A600!important;
	padding-top:20px;
}
.iconx:active{
	margin-bottom:20px;
}
.-woodfond{
	background-image:url("img/woodfond-2400.jpg");
	background-position:center center;
	background-repeat:repeat;
}
.woodfond{
	background-image:url("img/woodfond-2400.jpg");
	background-position:center center;
}
.x-icon{
	position:absolute;
	left:28px;
	width:30px;
	height:30px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-forest-green-traditional{
	background-color:#005026;
}
.bgc-chrome-yellow{
	background-color:#F7A600;
}
.bgc-tropical-rain-forest{
	background-color:#027466;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFE!important;
}
.ltc-white:hover{
	color:#cccccb!important;
}

/* Icon colour styles */

.icon-tropical-rain-forest{
	color:#027466!important;
	border-color:#027466!important;
}

/* Bloc image backgrounds */

.bg-jaguar-2305770-1200{
	background-image:url("img/jaguar-2305770_1200.jpg");
}
.bg-Keyvisual-1920{
	background-image:url("img/Keyvisual-1920.jpg");
}
.bg-historisches-haus-1200{
	background-image:url("img/historisches-haus-1200.jpg");
}
.bg-sloth-2-1920{
	background-image:url("img/sloth-2-1920.jpg");
}
.bg-Piranha-1920{
	background-image:url("img/Piranha-1920.jpg");
}
.bg-TBP-3937-1200{
	background-image:url("img/TBP_3937-1200.jpg");
}
.bg-Belize-1920{
	background-image:url("img/Belize-1920.jpg");
}
.bg-Riesen-Tucan-1920{
	background-image:url("img/Riesen-Tucan-1920.jpg?timestamp=1617630153617");
}
.bg-suedamerikahaus1920x1080{
	background-image:url("img/suedamerikahaus1920x1080.jpg");
}
.bg-woodfond-2400{
	background-image:url("img/woodfond-2400.jpg");
}
.bg-Erdfresser-3x{
	background-image:url("img/woodfond-2400.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.dvider{
		margin-left:0px;
	}
	.p-animals{
		font-size:17px;
		line-height:26px;
		width:600px;
		margin-bottom:20px;
	}
	.navbar-brand img{
		width:110px;
		height:60px;
	}
	.h1-animals{
		font-size:40px;
		width:100%;
		line-height:40px;
	}
	.h1-start{
		font-size:100px;
		line-height:100px;
		text-align:center;
		text-shadow:1px 1px 4px #333333;
		margin-top:0px;
		margin-bottom:70px;
		padding:0px 0px 0px 0px;
	}
	.iconxgrün{
		color:#047165!important;
		padding-bottom:20px;
		margin-bottom:0px;
	}
	.iconxgrün:hover{
		color:#FEFFFE!important;
		text-align:center;
		padding-bottom:20px;
		padding-top:10px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.food{
		width:150px;
		height:150px;
	}
	.nahrung{
		width:150px;
		height:150px;
	}
	.keyvisual{
		margin-bottom:0px;
		padding-top:0px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Asap";
		font-weight:400;
	}
	.logo{
		padding-top:5px;
		padding-bottom:15px;
	}
	.fotoinhalt{
		margin-top:0px;
		margin-bottom:30px;
	}
	.arnulf:hover{
		font-size:24px;
		line-height:24px;
		text-align:center;
	}
	.buttongelb{
		font-family:"DINEngschriftStd";
		font-size:30px;
	}
	.h1-inhalt{
		font-size:30px;
		line-height:30px;
	}
	.fototiere{
		margin-top:20px;
	}
	.startfoto{
	}
	.buttongreen{
		font-family:"D-DINCondensed-Bold";
		font-weight:400;
		font-size:20px;
	}
	.blocpadding-start{
		padding:260px 0px 260px 0px;
	}
	.buttongelb:hover{
		font-size:30px;
	}
	.blocpadding-intro{
		padding:80px 0px 80px 0px;
	}
	.buttongreen:hover{
		font-size:20px;
	}
	.arnulf{
		margin-top:0px;
		margin-bottom:0px;
		font-size:24px;
		line-height:24px;
		padding-top:8px;
	}
	.zoologo{
		height:40px;
		margin:10px 0px 10px 0px;
	}
	.iconredlist{
		width:90px;
		height:90px;
		margin-top:0px;
		margin-right:0px;
		margin-left:0px;
	}
	.buttontieregruen{
		font-family:"D-DINCondensed-Bold";
		font-weight:normal;
		text-align:center;
		font-size:22px;
		line-height:22px;
		margin-bottom:10px;
		background-clip:padding-box!important;
		-webkit-background-clip:padding-box!important;
	}
	.iconblattkleiner{
		width:128px;
		height:128px;
	}
	.p-belize{
		line-height:24px;
		font-size:16px;
		font-weight:normal;
		text-align:center;
	}
	.postkarte{
		width:100%;
	}
	.vogelhaus-innen{
		padding-top:20px;
	}
	.icontiere{
		width:90px;
		height:90px;
	}
	.iconpflanzen{
		width:90px;
		height:90px;
	}
	.iconvoegel{
		width:90px;
		height:90px;
	}
	.iconfische{
		width:90px;
		height:90px;
	}
	.postkartehaus{
		background-size:1200px 800px;
		background-image:url("img/historisches-haus-1200.jpg");
		background-position:center top;
		padding:370px 0px 370px 0px;
	}
	.dividerfooter{
		background-clip:content-box!important;
		-webkit-background-clip:content-box!important;
	}
	.iconxgelb{
		margin-top:30px;
		margin-bottom:30px;
		padding:0px 30px 0px 30px;
	}
	.fotopostkarte{
		margin-bottom:0px;
	}
	.haus-1200{
		;
	}
	.iconpfeil{
		color:#FEFFFE!important;
		padding-top:40px;
	}
	.iconpfeil:hover{
		color:#F7A700!important;
		padding-top:40px;
	}
	.containerabstand{
		padding-top:40px;
	}
	.sublinegrün-belize{
		font-size:30px;
		line-height:36px;
		text-align:center;
		font-family:"DINEngschriftStd";
		font-weight:normal;
		letter-spacing:0px;
		color:#027466!important;
		padding-top:12px;
	}
	.jaguarbelize{
		background-position:center center;
		padding-top:375px;
		padding-bottom:375px;
	}
	.blocpadding{
		padding:370px 0px 370px 0px;
	}
	.sublinegelb-belize{
		font-size:30px;
		line-height:36px;
		font-family:"DINEngschriftStd";
		letter-spacing:0px;
		padding-top:20px;
	}
	.-blocpadding{
	}
	.container-div-style{
		height:790px;
	}
	.geschichtekeyvisual{
		;
	}
	.p-belize-grün{
		font-size:17px;
		line-height:25px;
		text-align:center;
		color:#027466!important;
	}
	.zoologo:hover{
		margin-bottom:10px;
	}
	.dividergreen{
		width:100%;
		margin-left:0px;
		padding:5px 5px 5px 0px;
	}
	.buttontieregruen:hover{
		text-align:center;
		text-transform:uppercase;
		font-size:22px;
		line-height:22px;
	}
	.buttontieregruen:active{
		text-decoration:none;
		text-transform:uppercase;
	}
	.iconxgrün:active{
		padding-top:0px;
		padding-bottom:0px;
		margin:0px 0px 0px 0px;
	}
	.iconxtiere{
		color:#027466!important;
		margin-top:0px;
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:25px;
	}
	.iconxtiere:hover{
		color:#F7A700!important;
		margin-bottom:25px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.sublinegrün-belize:hover{
	}
	.sublinegrün-belize:active{
	}
	.startbuttons{
		width:90px;
		font-family:"D-DINCondensed-Bold";
		font-size:18px;
		text-transform:uppercase;
		text-align:center;
		color:#027466!important;
		background-color:#F7A700;
		margin-bottom:0px;
		margin-top:0px;
		padding-right:5px;
		padding-bottom:5px;
		padding-left:5px;
	}
	.startbuttons:hover{
		font-size:18px;
		color:#F7A700!important;
		background-color:#027466;
		width:90px;
		margin:0px 0px 0px 0px;
		padding:6px 6px 6px 6px;
	}
	.sublinetiere{
		font-size:34px;
		line-height:36px;
	}
	.kurzläufer{
		font-size:20px;
		line-height:34px;
	}
	.grüner-streifen{
		height:40px;
	}
	.-padding{
		padding-top:50px;
	}
	.icon-tiere-start{
		width:100px;
		height:100px;
		margin-top:70px;
		margin-bottom:100px;
	}
	.icon{
	}
	.scrollToTop{
		background-color:rgba(255,255,255,0.50);
	}
	.scrollToTop:hover{
		color:rgba(255,255,255,0.50)!important;
	}
	.h1-start-content{
		font-size:100px;
		padding-top:50px;
		line-height:90px;
		font-family:"DINEngschriftStd";
	}
	.löffler{
		width:100%;
	}
	.fotos-geschichte{
	}
	.youtube{
		color:#F7A700!important;
	}
	.insta{
		color:#F7A700!important;
	}
	.facebook{
		color:#F7A700!important;
	}
	.facebook:hover{
		color:#FFEFCB!important;
	}
	.insta:hover{
		color:#FFEFCB!important;
	}
	.twitter{
		color:#F7A700!important;
	}
	.twitter:hover{
		color:#FFEFCB!important;
	}
	.youtube:hover{
		color:#FFEFCB!important;
	}
	.h1-start:hover{
		;
	}
	.startbuttons:active{
		margin:0px 0px 0px 0px;
		padding:3px 3px 3px 3px;
	}
	.padding-geschichte{
		padding-bottom:30px;
	}
	.sublinegrüngeschichte{
		font-size:30px;
		padding-top:0px;
	}
	.subline-start{
		font-family:"DINEngschriftStd";
		font-size:30px;
		line-height:36px;
		color:#027466!important;
		padding-top:0px;
	}
	.p-geschichte-gelb{
		font-size:17px;
		line-height:25px;
		padding-top:0px;
		padding-bottom:10px;
	}
	.link-tiere-style{
		width:2px;
	}
	.eep{
		height:90px;
		margin:0px 0px 10px 0px;
	}
	.roundimage{
		width:180px;
		height:180px;
		border-style:solid;
		border-color:#F8A600!important;
		border-width:5px 5px 5px 5px;
	}
	.iconxtiere:active{
		;
	}
	.foto-pflanzen{
		padding-bottom:20px;
		margin-bottom:0px;
	}
	.foto-planzen2{
		margin-bottom:12px;
	}
	.link-0-saeugetire-style{
		width:100px;
		height:100px;
	}
	.icon-tiere-menu{
		width:85px;
		height:85px;
	}
	.padding-div{
		padding-bottom:20px;
	}
	.link-fisch-style{
		width:600px;
		height:600px;
	}
	.image-voegel{
		width:600px;
		height:600px;
	}
	.image-saeugetiere{
		width:600px;
		height:600px;
	}
	.image-pflanzen{
		width:600px;
		height:600px;
	}
	.iconx{
		margin-bottom:10px;
		padding-top:10px;
	}
	.iconx:hover{
		margin-bottom:10px;
		padding-top:10px;
	}
	.x-icon{
		left:18px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.p-animals{
		font-size:16px;
		line-height:24px;
		padding-top:0px;
		height:100%;
		width:100%;
		margin-bottom:20px;
	}
	.dvider{
		margin-left:0px;
	}
	.h1-start{
		line-height:80px;
		font-size:80px;
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:50px;
	}
	.h1-animals{
		padding-top:1px;
		font-weight:normal;
		font-size:36px;
		line-height:36px;
	}
	.food{
		width:114px;
		height:114px;
	}
	.keyvisual{
		;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Asap";
		font-weight:400;
	}
	.navbar-brand img{
		width:100px;
		height:50px;
	}
	.logo{
		;
	}
	.h1-inhalt{
		font-size:29px;
		line-height:40px;
		font-family:"D-DINCondensed-Bold";
		font-weight:normal;
		color:#027466!important;
		margin-right:10px;
		margin-left:10px;
		padding:5px 5px 5px 5px;
	}
	.fotoinhalt{
		margin-bottom:0px;
	}
	.arnulf{
		font-size:22px;
		line-height:22px;
		padding-top:8px;
		margin:0px 0px 0px 0px;
	}
	.arnulf:hover{
		font-size:22px;
		text-align:center;
		line-height:22px;
		padding-top:6px;
	}
	.buttongelb{
		font-family:"DINEngschriftStd";
		font-weight:normal;
		font-size:30px;
		text-transform:none;
		text-align:center;
	}
	.startfoto{
		background-image:url("img/Historisches-Haus-1140.jpg?timestamp=1613238616409");
	}
	.buttongreen{
		font-family:"D-DINCondensed-Bold";
		font-size:22px;
	}
	.buttontieregruen{
		font-family:"D-DINCondensed-Bold";
		font-weight:normal;
		margin-bottom:20px;
		font-size:20px;
		letter-spacing:1px;
		line-height:20px;
	}
	.zoologo{
		height:40px;
		margin-top:10px;
		margin-right:1px;
		margin-left:1px;
	}
	.iconxgrün{
		color:#027466!important;
		margin:0px 0px 0px 0px;
		padding:10px 0px 20px 0px;
	}
	.iconblattkleiner{
		margin:15px 0px 15px 0px;
	}
	.buttongelb:hover{
		font-size:30px;
		font-family:"DINEngschriftStd";
		text-align:center;
	}
	.blocpadding-intro{
		padding:30px 0px 30px 0px;
	}
	.blocpadding-start{
		padding-top:100px;
		padding-bottom:200px;
	}
	.buttongreen:hover{
		font-size:22px;
	}
	.dividerfooter{
		padding-right:25px;
		padding-left:25px;
	}
	.iconredlist{
		width:80px;
		height:80px;
	}
	.icontiere{
		width:80px;
		height:80px;
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.iconvoegel{
		width:80px;
		height:80px;
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.iconpflanzen{
		width:80px;
		height:80px;
		margin-top:15px;
	}
	.iconfische{
		width:80px;
		height:80px;
		margin:20px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.postkartehaus{
		background-size:1200px 800px;
		padding-top:310px;
		padding-bottom:310px;
		background-position:center center;
	}
	.sublinegrün-belize{
		padding-top:12px;
		line-height:36px;
		font-family:"DINEngschriftStd";
		font-size:28px;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		letter-spacing:0px;
	}
	.sublinegelb-belize{
		line-height:34px;
		font-family:"DINEngschriftStd";
		font-size:28px;
		margin-bottom:0px;
		margin-top:0px;
		padding-top:12px;
	}
	.haus-1200{
		background-image:url("img/Haus-1200.jpg?timestamp=1613807336628");
		background-position:center top;
		padding:0px 0px 0px 0px;
	}
	.iconpfeil{
		padding-top:50px;
	}
	.containerabstand{
		padding-top:20px;
	}
	.iconpfeil:hover{
		padding-top:50px;
	}
	.blocpadding{
		padding:310px 0px 310px 0px;
	}
	.zoologo:hover{
		width:100px;
		height:40px;
		margin:10px 10px 10px 10px;
	}
	.jaguarbelize{
		padding-top:310px;
		padding-bottom:310px;
		background-position:center center;
	}
	.container-div-style{
		height:655px;
	}
	.geschichtekeyvisual{
		background-position:center center;
		padding:0px 0px 0px 0px;
	}
	.p-belize-grün{
		font-size:16px;
		line-height:24px;
		width:100%;
	}
	.iconxgrün:hover{
		color:#FEFFFE!important;
		margin-top:0px;
		margin-bottom:0px;
	}
	.kurzläufer{
		font-size:18px;
		line-height:32px;
	}
	.buttontieregruen:hover{
		font-size:20px;
		letter-spacing:1px;
		line-height:20px;
		font-weight:normal;
	}
	.iconxtiere{
		padding-top:0px;
		padding-bottom:0px;
		margin:0px 10px 25px 10px;
	}
	.iconxgrün:active{
		padding-top:20px;
		padding-right:20px;
		padding-left:20px;
	}
	.startbuttons{
		font-family:"DINEngschriftStd";
		font-size:16px;
		width:80px;
		background-color:#F7A700;
		color:#027466!important;
		padding:6px 0px 0px 0px;
	}
	.startbuttons:hover{
		font-size:16px;
		width:80px;
		background-color:#027466;
		font-family:"DINEngschriftStd";
		padding:6px 6px 6px 6px;
	}
	.sublinegrün-belize:hover{
		font-family:"DINEngschriftStd";
	}
	.sublinetiere{
		font-size:30px;
		line-height:32px;
	}
	.dividergreen{
		padding-bottom:5px;
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	.-padding{
		padding-top:50px;
	}
	.icon-tiere-start{
		width:90px;
		height:90px;
		margin-top:55px;
		margin-bottom:70px;
	}
	.iconxtiere:hover{
		margin-right:0px;
		margin-bottom:25px;
		margin-left:0px;
		padding:0px 20px 0px 20px;
	}
	.scrollToTop:hover{
		color:#FFFFFF!important;
	}
	.h1-start-content{
		font-size:80px;
		line-height:70px;
		text-align:center;
		font-family:"DINEngschriftStd";
	}
	.fotopadding{
		;
	}
	.icontiere:hover{
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.iconfische:hover{
		margin:20px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.h1-start:hover{
		;
	}
	.startbutton{
	}
	.jaguarbelize:hover{
	}
	.sublinegelb-belize:hover{
	}
	.iconfische:active{
	}
	.iconpflanzen:hover{
		margin-top:15px;
	}
	.iconvoegel:hover{
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
	}
	.tucan-start{
		background-image:url("img/Riesen-Tucan-1920.jpg?timestamp=1617630153617");
		background-position:center bottom;
	}
	.padding-geschichte{
	}
	.sublinegrüngeschichte{
		padding-top:0px;
		font-size:28px;
		line-height:32px;
	}
	.subline-start{
		text-align:center;
		padding-top:20px;
		margin-bottom:0px;
		font-size:28px;
		line-height:34px;
	}
	.p-geschichte-gelb{
		font-size:16px;
		line-height:24px;
		margin-bottom:30px;
		margin-top:0px;
		padding-top:0px;
	}
	.eep{
		height:80px;
	}
	.roundimage{
		width:160px;
		height:160px;
		border-style:solid;
		border-color:#F8A600!important;
		margin-bottom:25px;
		border-width:5px 5px 5px 5px;
	}
	.foto-pflanzen{
		padding-bottom:20px;
		padding-top:2px;
	}
	.link-saeugetire-style{
		width:90px;
		height:90px;
	}
	.icon-tiere-menu{
		width:75px;
		height:75px;
	}
	.padding-div{
		padding-bottom:0px;
		margin-bottom:10px;
	}
	.container-div-voegel-style{
	}
	.image-saeugetiere{
		width:537px;
		height:537px;
	}
	.image-voegel{
		width:537px;
		height:537px;
	}
	.image-pflanzen{
		height:537px;
		width:537px;
	}
	.iconx{
		margin-bottom:10px;
		padding-top:10px;
	}
	.iconx:hover{
		margin-bottom:10px;
		padding-top:10px;
	}
	.x-icon{
		left:14px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.p-animals{
		font-size:15px;
		line-height:22px;
		font-weight:400;
		font-family:"Asap";
		width:100%;
		height:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.dvider{
		margin-left:0px;
	}
	.navbar-brand img{
		width:90px;
	}
	.h1-animals{
		font-size:26px;
		line-height:26px;
		font-family:"D-DINCondensed-Bold";
		font-weight:normal;
	}
	.h1-start{
		font-size:60px;
		line-height:60px;
		text-align:center;
		padding-bottom:0px;
		padding-top:0px;
		margin-bottom:20px;
	}
	.food{
		width:120px;
		height:120px;
		margin-left:0px;
	}
	.nahrung{
		width:120px;
		height:120px;
	}
	.keyvisual{
		;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Asap";
		font-weight:400;
	}
	.logo{
		;
	}
	.h1-inhalt{
		font-size:25px;
		line-height:35px;
		color:#027466!important;
		font-weight:normal;
		margin:10px 0px 10px 0px;
	}
	.arnulf{
		font-size:18px;
		text-align:center;
		line-height:18px;
		padding-top:9px;
	}
	.link-padding{
		padding-top:64px;
		padding-bottom:64px;
	}
	.arnulf:hover{
		font-size:18px;
		line-height:18px;
		padding-top:6px;
	}
	.buttongelb{
		font-family:"DINEngschriftStd";
		font-weight:normal;
		font-size:18px;
		margin-top:0px;
		margin-bottom:0px;
		letter-spacing:0px;
		color:#027466!important;
		padding:3px 10px 0px 10px;
	}
	.buttongelb:hover{
		font-family:"DINEngschriftStd";
		font-size:18px;
		color:#F7A700!important;
		padding-right:10px;
		padding-left:10px;
		padding-top:3px;
	}
	.buttongreen:hover{
		font-size:18px;
		font-family:"D-DINCondensed-Bold";
		font-weight:100;
	}
	.buttongreen{
		font-family:"D-DINCondensed-Bold";
		font-size:18px;
		margin:10px 0px 20px 0px;
	}
	.blocpadding-start{
		padding-top:50px;
		padding-bottom:325px;
	}
	.buttontieregruen{
		font-family:"D-DINCondensed-Bold";
		font-size:18px;
		line-height:18px;
		margin-bottom:5px;
	}
	.buttontieregruen:hover{
		font-size:18px;
		line-height:18px;
	}
	.iconxgrün{
		margin:0px 0px 0px 0px;
	}
	.iconblattkleiner{
		height:100px;
		width:100px;
		margin:15px 0px 15px 0px;
	}
	.blocpadding-intro{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.sublinebelize{
		font-size:30px;
		line-height:30px;
	}
	.fototiere{
		margin-top:20px;
	}
	.sublinetiere{
		font-size:28px;
		line-height:30px;
	}
	.iconredlist{
		width:70px;
		height:70px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:10px;
	}
	.kurzläufer{
		font-size:16px;
		line-height:26px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.zoologo{
		height:40px;
		margin:10px 0px 10px 0px;
	}
	.p-belize{
		font-size:14px;
		line-height:20px;
	}
	.icontiere{
		width:70px;
		height:70px;
		margin-top:0px;
		margin-bottom:10px;
	}
	.iconvoegel{
		width:70px;
		height:70px;
		margin-bottom:10px;
		margin-top:0px;
	}
	.iconpflanzen{
		width:70px;
		height:70px;
		margin:20px 0px 10px 0px;
	}
	.iconfische{
		height:70px;
		width:70px;
		margin-top:20px;
		margin-bottom:10px;
	}
	.postkartehaus{
		background-size:1200px 800px;
		background-repeat:no-repeat;
		background-image:url("img/historisches-haus-1200.jpg");
		background-position:center center;
		padding:220px 0px 220px 0px;
	}
	.sublinegrün-belize{
		font-size:24px;
		line-height:40px;
		text-decoration:none;
		text-transform:uppercase;
		letter-spacing:0px;
		padding-top:9px;
	}
	.sublinegelb-belize{
		line-height:30px;
		font-size:26px;
		text-align:center;
		font-family:"DINEngschriftStd";
	}
	.sublinegelb-belize:hover{
		font-family:"DINEngschriftStd";
		letter-spacing:0px;
	}
	.youtube{
		margin-right:70px;
	}
	.p-grün{
		font-size:16px;
		line-height:20px;
		text-align:center;
	}
	.haus-1200{
		background-image:url("img/Haus-1200.jpg?timestamp=1613807336628");
		background-clip:padding-box!important;
		-webkit-background-clip:padding-box!important;
		padding-top:50px;
		padding-bottom:50px;
	}
	.h1-geschichte{
	}
	.containerabstand{
		padding-top:20px;
	}
	.iconpfeil{
		padding-top:25px;
		padding-bottom:25px;
		color:#FEFFFE!important;
	}
	.iconpfeil:hover{
		color:#F7A700!important;
		padding:25px 25px 25px 25px;
	}
	.sublinegrün-belize:hover{
		text-align:center;
		text-transform:uppercase;
		font-family:"DINEngschriftStd";
	}
	.sublinegrün-belize:active{
		;
	}
	.blocpadding{
		padding-top:215px;
		padding-bottom:215px;
	}
	.zoologo:hover{
		width:100px;
		height:40px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.sublinegelb-belize:active{
		font-family:"D-DINCondensed-Bold";
	}
	.jaguarbelize{
		background-size:1200px 800px;
		background-clip:padding-box!important;
		-webkit-background-clip:padding-box!important;
		background-position:center center;
		padding-top:200px;
		padding-bottom:200px;
	}
	.container-div-style{
		height:470px;
	}
	.geschichtekeyvisual{
		background-position:center center;
		background-size:1200px 800px;
		padding:0px 0px 0px 0px;
	}
	.p-belize-grün{
		font-size:15px;
		line-height:22px;
		margin-bottom:10px;
	}
	.dividergreen{
		padding-top:5px;
		padding-bottom:5px;
		width:100%;
		padding-left:0px;
	}
	.iconxgrün:hover{
		color:#FEFFFE!important;
		margin:0px 0px 0px 0px;
	}
	.iconxtiere{
		color:#027466!important;
		text-align:center;
		margin-right:0px;
		margin-bottom:20px;
		margin-left:0px;
		padding:0px 0px 0px 0px;
	}
	.iconxtiere:hover{
		text-align:center;
		color:#F7A700!important;
		margin-right:0px;
		margin-bottom:20px;
		margin-left:0px;
		padding:0px 0px 0px 0px;
	}
	.icontiere:hover{
		margin-bottom:10px;
	}
	.icontiere:active{
	}
	.startbuttons{
		color:#027466!important;
		font-size:14px;
		font-family:"DINEngschriftStd";
		text-transform:uppercase;
		text-align:center;
		width:70px;
		line-height:18px;
		padding-top:4px;
		padding-bottom:0px;
		padding-left:0px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
	}
	.startbuttons:hover{
		background-color:#027466;
		color:#F7A700!important;
		font-size:14px;
		font-weight:normal;
		text-transform:uppercase;
		text-align:center;
		width:70px;
		padding:4px 3px 3px 3px;
	}
	.iconfische:hover{
		margin-bottom:10px;
	}
	.iconpflanzen:hover{
		margin-top:20px;
		margin-bottom:10px;
	}
	.iconvoegel:hover{
		margin-bottom:10px;
	}
	.kurzläufer:hover{
		;
	}
	.-padding{
		padding-top:30px;
	}
	.icon-tiere-start{
		width:80px;
		height:80px;
		margin-top:35px;
		margin-bottom:50px;
	}
	.h1-start-content{
		font-size:60px;
		padding-top:30px;
	}
	.rowsocialabstand{
		margin-bottom:10px;
	}
	.impressum{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h1-start:hover{
		;
	}
	.buttongelb:active{
	}
	.sublinegrüngeschichte{
		font-size:26px;
		line-height:30px;
		padding-top:0px;
	}
	.subline-start{
		text-align:center;
		padding-top:20px;
		font-size:24px;
		line-height:30px;
	}
	.p-geschichte-gelb{
		padding-top:0px;
		margin-top:0px;
		margin-bottom:20px;
	}
	.p-style{
		font-size:15px;
		line-height:22px;
	}
	.sublinebelizestart{
		font-size:26px;
		line-height:30px;
	}
	.h2-style{
		font-size:24px;
		line-height:40px;
	}
	.eep{
		height:70px;
		margin-top:0px;
	}
	.roundimage{
		width:140px;
		height:140px;
		border-style:solid;
		margin-bottom:20px;
		border-color:#F8A600!important;
		border-width:5px 5px 5px 5px;
	}
	.foto-planzen2{
	}
	.link-0-saeugetire-style{
		width:80px;
		height:80px;
	}
	.icon-tiere-menu{
		width:70px;
		height:70px;
	}
	.padding-div{
		padding-bottom:15px;
		padding-top:15px;
	}
	.image-voegel{
		width:281px;
		height:281px;
	}
	.image-saeugetiere{
		width:281px;
		height:281px;
	}
	.image-pflanzen{
		width:281px;
		height:281px;
	}
	.iconx{
		padding-top:5px;
		margin-bottom:5px;
	}
	.iconx:hover{
		margin-bottom:5px;
		padding-top:5px;
	}
	.twitter{
	}
	.footerpadding{
	}
	.x{
	}
	.x-icon{
		left:15px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

