/* @override 
	https://wildtierfreund.de/css/style_wtf.css
	https://www.wildtierfreund.de/css/style_wtf.css */



html, body, #pushobject, #content {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    width: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #505050;
	background: #fff;
	font-size: 15px;
	line-height: 1.4;
	font-family: "JollyGoodSans-Light";
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* Reset HTML5 Search Input in Webkit */

input[type=search] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

noscript {
	position: fixed;
	z-index: 9991;
	top: 120px;
	left: 10px;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1,8em;
	color: white;
	font-family: JollyGoodSans-Bold; 
}

h1, h2, h3, h4, h5 { 
	font-family: "JollyGoodSans-BoldItalic"; 
	font-weight: normal; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased;
	line-height: 1.3em;
	margin-bottom: 5px;
}

h1 {
	font-size: 40px;
	position: relative;
	left: -2px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 1.2em;
}

h1 .thin {
	font-family: "JollyGoodSans-LightItalic";
	font-weight: normal;
	font-style: normal;
}

.footnote {
	font-size: 0.85em;
}

.opened {
	display: block;
}

.hidden {
	opacity: 0;
}

.hidden-tablet {
	display: block;
}

.visible-tablet {
	display: none;
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

a {
	text-decoration: underline;
	color: inherit;
	outline: none;
	display: inline-block;
}

a:hover, a:focus {
	opacity: 0.7;
}

a.versallink {
	font-size: 0.8em;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "JollyGoodSans-Bold"; 
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	height: 40px;
}

a.versallink img {
	vertical-align: -9px;
}

a.versallink:hover, a.versallink:focus {
	text-decoration: underline;
	opacity: 1 !important;
}

a.sliderlink {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

a.sliderlink:hover {
	opacity: 1;
}

.teasertext {
	font-family: "JollyGoodSans-BoldItalic"; 
	font-size: 1.05em;
	font-weight: normal;
	font-style: normal;
	-letter-spacing: 1px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-family: "JollyGoodSans-Bold";
}

em {
	font-family: "JollyGoodSans-BoldItalic"; 
	font-weight: normal;
	font-style: normal;	
}

ul {
	margin-top: 0 !important;
	padding: 0 0 0 15px;
	list-style-type: disc;
	list-style-position: outside;
	position: relative;
}

.einleitung {
	font-size: 1.2em;
	font-family: "JollyGoodSans-BoldItalic"; 
	font-weight: normal;
	font-style: normal;	
}

.img_right {
	display: inline-block;
	float: right;
	margin-left: 10px;
	max-width: 50%;
	margin-bottom: 10px;
}

.img_left {
	display: inline-block;
	float: left;
	margin-right: 10px;
	max-width: 50%;
	margin-bottom: 10px;
}

.scalepict {
	width: 100%;
	height: auto;
	display: block;
}

.scalepict_vert {
	height: 100%;
	width: auto;
	display: block;
}

body#start {
	background: url(../picts/bg/kombilandschaft.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/* ////////// NAVIGATION //////////*/
nav#topnav {
	position: fixed;
	z-index: 998;
	top: 10px;
	left: 10px;
	display: inline-block;
}

#menubutton {
	cursor: pointer;
	display: block;
	-z-index: 2147483647 !important;
	z-index: 999 !important;
	padding-top: 3px;
}

#menubutton.hidden {
	cursor: pointer;
	display: none;
}

#navigation {
	position: fixed;
	z-index: 1998;
	display: none;
}

#navigation.open {
	display: block;
	background: rgb(88,0,12);
	width: 210px;
	padding: 9px 15px 15px;
	z-index: 1998;
	position: fixed;
}

.close,
.close_habitat,
.close_audio,
.close_tierclub {
	background: url(../picts/icons/close.png) no-repeat right top;
	display: block;
	width: 100%;
	text-align: right;
	height: 24px;
	cursor: pointer;
	top: 0;
	right: -7px;
	position: relative;
}

#navigation a,
.nav_acc {
	display: inline-block;
	font-size: 15px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: white;
	position: relative;
	width: 100%;
	text-decoration: none;
	padding-bottom: 0.8em;
	cursor:  pointer;
}

#navigation a.active,
#navigation a:hover,
#navigation a:focus {
	color: rgb(222,0,30);
	text-decoration: none;
	opacity: 1;
}

.nav_acc.opened,
.nav_acc:hover,
.nav_acc .nav_more a:hover {
	color: #de6f7e !important;
	text-decoration: none;
}

/* ACCORDION NAVI */

.nav_acc .nav_toggle { 
	width: 40px;
	height: 20px;
	position: relative;
	top: -20px;
	display: inline-block;
	float: right;
}

.nav_acc .nav_toggle {
	background: url(../picts/beobachten/accorion_toggle.png) no-repeat 0 0;
}

.nav_acc .nav_toggle.active {
	background: url(../picts/beobachten/accorion_toggle.png) no-repeat 0 -20px;
}

.nav_acc .nav_more {
	width: 100%;
	height: auto;
	display: none;
	padding-top: 14px;
	padding-left: 8px;
}


.fade:hover,
.fade:focus {
	opacity: 0.7;
}


#headerstreifen {
	background-color: none;
	-background: fuchsia;
	width: 100%;
	position: fixed;
	z-index: 990;
	top: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	-webkit-transition: background 1.5s; /* Safari */
    transition: background 1.5s;
	text-align: center;
	height: 62px;
}

#headerstreifen.active {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

#headerstreifen .indicator {
	position: absolute;
	top: 5px;
	right: 5px;
}


/*////////// START //////////*/

#hint_blog {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 356px;
	padding: 0;
	display: inline-block;
	height: 170px;
}

#hint_blog .arrow_small_tr {
	border-bottom-color: rgb(88,0,12);

}

#hint_blog .hint_txt {
	background: rgb(88,0,12);
	padding: 8px 8px 15px 15px;
	display: inline-block;
	width: 356px;
}




#hint_blog .hint_txt h2,
#hint_blog .hint_txt h2 a,
#hint_blog .hint_txt h2.entry-title,
#hint_blog .hint_txt h2.entry-title a {
	font-size: 17px;
	color: rgb(222,0,30) !important;
	margin-bottom: 0;
	text-decoration: none;
	width: auto;
	display: inline-block;
}


#hint_blog .close {
	right: 5px;
}

#hint_blog a.more-link {
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-family: "JollyGoodSans-Bold";
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-left: 0;
	margin-top: 5px;
}


#hint_welcome {
	position: absolute;
	top: 50px;
	left: 60px;
	width: 460px;
	color: rgb(88,0,12);
	display: inline-block;
	
}

#logo_start {
	width: 100%;
	max-width: 280px;
	margin-top: -16px;
	margin-bottom: 12px;
}

#logo_start_mobile {
	width: 80%;
	margin-top: -18px;
	margin-bottom: 16px;
}

#hint_welcome img.logo_dewist,
#hint_welcome_mobile img.logo_dewist {
	position: relative;
	color: rgb(88,0,12);
	display: inline-block;
	float: right;
	top: -48px;
	right: -32px;
}

#hint_welcome .hint_txt > div,
#hint_welcome_mobile .hint_txt > div {
	padding-right: 30px;
	position: relative;
	
}

#hint_welcome_mobile {
	display: none;
}

.hint_txt {
	padding: 8px 15px 15px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}



/* ////////// IMPRESSUM ///////// */

body#impressum {
	background: #5C0308 url(../picts/bg/bg_home.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#papierkante_impressum {
	background: url(../picts/bg/Papierkante_Impressum.png) repeat-x left bottom;
	display: block;
	width: 85%;
	height: 100px;
	position: relative;
	opacity: 1;
	margin-right: auto;
	margin-left: auto;
}

#holder_impressum {
	width: 85%;
	position: relative;
	display: block;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	background: rgba(250,250,245,1);
}


#impressum_inner {
	max-width: 800px;
	position: relative;
	display: block;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#overlay_impressum {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
	padding-top: 30px;
	background: rgba(250,250,245,1);
}

#overlay_impressum.open {
	display: block;
	width: 100%;
	height: auto;
	z-index: 99999;
	top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	
}
a.overlay-close {
	background: url(../picts/icons/close_swiper.png) no-repeat right top;
	display: inline-block;
	width: 32px;
	text-align: right;
	height: 32px;
	cursor: pointer;
	top: 15px;
	right: 15px;
	position: absolute;
	float: right;
	z-index: 12;
}

.overlay_impressum_inner {
	max-width: 800px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	display: block;
}


/*//////// Buttons separate Slider für Sitemap ////////*/

#navi_slides_sitemap {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 10px 10px 0;
	margin-bottom: -40px;
}


/* Buttons nur in separaten Overlays anzeigen */
.btn_back_sitemap {
	font-family: JollyGoodSans-Bold;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
	vertical-align: middle;
    white-space: nowrap;
	display: inline-block;
	color: white;
	padding: 8px 12px 5px;
	position: relative;
	border-radius: 4px;
	z-index: +1;
}

body#forschen .btn_back_sitemap,
body#tierclub .btn_back_sitemap {
	display: none;
}

body.slider .swiper-close,
body.slider .overlay-pagination,
body.slider .swiper-pagination,
body.slider .pagination-landschaftseinfuehrung,
body.slider .pagination-tiere,
body.slider #pagination-spuren,
body.slider .pagination-helfen,
body.slider .swiper-overlay-button-next,
body.slider .swiper-overlay-button-prev {
	display: none !important;
	opacity: 0 !important;
}

body.tierclub_aktionsideen .swiper-overlay-container {
	margin-top: 70px;
}

body.slider .pagination-aktionsideen {
	font-size: 0px;
}





/*//////// FOOTER MENU ////////*/

#open-table {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	z-index: 995;
	background: url(../picts/icons/open-table.png) no-repeat center bottom;
	cursor: pointer;
}

#open-table.opened {
	background: url(../picts/icons/open-table.png) center -10px no-repeat;
}


#footermenu {
	position: fixed;
	display: table;
	width: 100%;
	margin: 0;
  	transition: bottom 1.4s ease-in-out;
	z-index: 990;
	bottom: -100%;
}

#footermenu.opened {
	bottom: -220px;
}

.schreibtisch {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 1300px;
}

.links_schreibtisch {
	margin: 0;
	border-collapse:separate;
	border-spacing: 0px;
	vertical-align: top;
	position: absolute;
	z-index: 20;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.table-icon {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.table-icon a:hover,
.table-icon:focus {
	opacity: 1;
}

.table-beobachten {
	width: 17%;
	position: absolute;
	left: 9%;
	top: 24%;
}

.table-tierclub {
	width: 16%;
	position: absolute;
	left: 25%;
	top: -1px;
}

.table-forschen {
	width: 11%;
	position: absolute;
	left: 30%;
	top: 29%;
}

.table-home {
	position: absolute;
	left: 44%;
	width: 7.5%;
	top: 29%;
}

.table-video {
	position: absolute;
	left: 46%;
	width: 18%;
	top: 0;
	z-index: 1;
}

.table-quiz {
	width: 24%;
	position: absolute;
	left: 54%;
	top: 27%;
}

.table-helfen {
	width: 19%;
	position: absolute;
	left: 71%;
	top: 4%;
}


.table-link {
	color: white;
	text-align: center;
	position: absolute;
	display: inline-block;
	width: auto;
	font-family: "JollyGoodSans-Bold";
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	padding: 6px 15px;
}

.table-link:hover,
.table-link:focus {
	opacity: 0.7;
}


.table-beobachten .table-link {
	top: 21%;
	left: 26%;
}

.table-tierclub .table-link {
	left: 108px;
	top: 39%;
}

.table-forschen .table-link {
	top: 59%;
	left: -4px;
}

.table-home .table-link {
	left: 16px;
	top: 64%;
}

.table-video .table-link {
	left: 15%;
	top: 82%;
}

.table-quiz .table-link {
	left: 69px;
	top: 68%;
}


.table-helfen .table-link {
	left: 53px;
	top: 38%;
}


/* Cookie Bar */
#cookie-bar {
	background: rgba(255,255,255,.95); 
	height:auto; 
	line-height:24px; 
	color:#333; 
	text-align:center; 
	padding: 14px 0;
	}
#cookie-bar.fixed {
	position:fixed; top: 0; left: 0; width:100%;
	right: 0;
	z-index: 9999;
}
#cookie-bar.fixed.bottom {
	bottom:0; top:auto;
	z-index: +1;
}
#cookie-bar p {
	margin:0; padding:0;
	}
#cookie-bar a {
	color:#ffffff; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:none; 
	padding: 2px 6px 0; 
	margin-left:10px;
	}
#cookie-bar .cb-enable {
	background: #749224;
	}
#cookie-bar .cb-enable:hover {
	background: #88ab2a;
	}
#cookie-bar .cb-disable {
	background:#666;
	}
#cookie-bar .cb-disable:hover {
	background:#666;
	}
#cookie-bar .cb-policy {
	color: #749224;
	background:none;
	text-decoration: underline;
	}
#cookie-bar .cb-policy:hover {
	-background:#fff;
	}
	
	
	
	
	
/* Modal External Links */



#modal-window {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}

#modal-window.active {
	opacity: 1;
	pointer-events: auto;
}

.modal-content {
	width: 600px;
	height: 360px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	      transform: translate(-50%, -50%);
	background: rgb(0,80,11);
	color: white;
	text-align: center;
	letter-spacing: 0.6px;
	line-height: 1.5;
	position: relative;
	vertical-align: middle;
	padding-top: 90px;
}

.modal-close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 24px;
}

a.link-continue {
	font-family: "JollyGoodSans-Bold"; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	top: 0px;
	display: inline-table;
	right: 0;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 0;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(210,180,120);
    border-image: url(../picts/quiz/border_btn_weiter.png) 15 15 14 15 stretch;
    border-style: solid;
    border-width: 1em;
	padding: 5px 0 0;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}

a.link-close {
	font-family: "JollyGoodSans-Bold"; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	top: 0;
	display: inline-table;
	right: 0;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 0;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(210,180,120);
    border-image: url(../picts/quiz/border_btn_weiter.png) 15 15 14 15 stretch;
    border-style: solid;
    border-width: 1em;
	padding: 5px 0 0;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 10px;
	margin-top: 10px;
}

	


/* #Media Queries
================================================== */



@media only screen and (max-width: 1300px) {
	#footermenu.opened {
	bottom: -12%;
	}	
	.table-quiz .table-link {
	left: 65px;
	top: 76%;
	}
}

@media only screen and (max-width: 1200px) {
	#footermenu.opened {
	bottom: -10.6%;
	}
	.table-video {
	width: 15%;
	top: -12px;
	}
	.table-quiz .table-link {
	left: 58px;
	top: 76%;
	}
}

@media only screen and (max-width: 1100px) {
	#footermenu.opened {
	bottom: -9.2%;
	}
	.table-tierclub .table-link {
	left: 89px;
	top: 39%;
	}
	.table-home .table-link {
	left: 8px;
	top: 63%;
	}
	.table-quiz .table-link {
	left: 50px;
	top: 78%;
	}
}

@media only screen and (max-width: 1024px) {
	.hidden-tablet {
	display: none;
	}
	.visible-tablet {
	display: block;
	}
	.table-tierclub .table-link {
	left: 74px;
	top: 42%;
	}
	.table-home .table-link {
	left: 4px;
	top: 60%;
	}
	.table-quiz .table-link {
	left: 50px;
	top: 78%;
	}
	.table-helfen .table-link {
	left: 30px;
	top: 37%;
	}
	.einleitung {
	font-size: 1.1em;
	}
	#impressum_inner {
	padding-top: 30px;
	}
	h2 {
	font-size: 26px;
	}

}

@media only screen and (max-width: 1000px) {
	#footermenu.opened {
	bottom: -8%;
	}
	.table-quiz .table-link {
	left: 40px;
	top: 76%;
	}
}

@media only screen and (max-width: 900px) {
	#footermenu {
	width: 110%;
	margin: 0 0 0 -5%;
	}
	#footermenu.opened {
	bottom: -7.8%;
	}
}

@media only screen and (max-width: 800px) {
	#footermenu.opened {
	bottom: -6.6%;
	}
	.table-quiz .table-link {
	left: 32px;
	top: 71%;
	}
	#hint_welcome {
	width: 390px;
	left: 15px;
	}
	#hint_welcome img.logo_dewist,
	#hint_welcome_mobile img.logo_dewist {
	top: -48px;
	right: 0px;
	}
	#hint_blog,
	#hint_blog .hint_txt {
	width: 300px;
	}
	#hint_welcome .hint_txt > div {
	padding-right: 0px;
	}
	h2 {
	font-size: 24px;
	}
	.table-video {
	left: 49%;
	width: 15%;
	top: -14px;
	}

}

@media only screen and (max-width: 768px) {
	/* Disable iOS Formatierung der Tel. Nr. */
	a[href^=tel] {
	 color: inherit;
	 text-decoration:inherit;
	 font-size:inherit; 
	 font-style:inherit; 
	 font-weight:inherit;
	}
	/* Textzoom iPhone verhindern */	
	html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	}
	h1 {
	font-size: 32px;
	}
	h2 {
	font-size: 23px;
	}
	h3 {
	font-size: 22px;
	}

	h4 {
	font-size: 17px;
	}
	.einleitung {
	font-size: 1em;
	}
	.close,
	.close_habitat,
	.close_tierclub {
	background: url(../picts/icons/close_small.png) no-repeat right top;
	height: 16px;
	right: -5px;
	}
	#papierkante_impressum,
	#holder_impressum {
	width: 100%;
	}
	#impressum_inner {
	padding-top: 15px;
	}
}

@media only screen and (max-width: 700px) {
	#footermenu.opened {
	bottom: -5.8%;
	}
	.table-home {
	top: 25%;
	}
	.table-tierclub .table-link {
	left: 28px;
	top: 42%;
	}
	.table-home .table-link {
	left: -8px;
	top: 53%;
	}
	.table-quiz .table-link {
	left: 25px;
	top: 68%;
	}
	.table-helfen .table-link {
	left: 9px;
	top: 34%;
	}
	.table-beobachten .table-link {
	top: 22%;
	left: 17%;
	}
	.hint_txt {
	padding: 8px 10px;
	}
}

@media only screen and (max-width: 640px) {
	#footermenu,
	#open-table {
	display: none;
	}
	.modal-content {
	width: 460px;
	height: 280px;
	padding-top: 60px;
	}
}

@media only screen and (max-width: 580px) {
	#headerstreifen .indicator {
	top: 5px;
	right: 2px;
	}	
	#hint_welcome {
	display: none;
	}
	#hint_welcome_mobile {
	display: inline-block;
	left: 15px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: 15px;
	height: auto;
	color: rgb(88,0,12);
	display: inline-block;
	}
	#hint_welcome_mobile .hint_txt > div {
	padding-right: 0px;
	padding-bottom: 10px;
	}
	#hint_blog {
	display: none;
	}
	h1 {
	font-size: 30px;
	}
	h2 {
	font-size: 22px;
	}
	h3 {
	font-size: 20px;
	}
	h4 {
	font-size: 16px;
	}
}

@media only screen and (max-width: 460px) {
	body {
	font-size: 14px;
	}
	#hint_welcome_mobile h1 {
	font-size: 24px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 18px;
	}
	h4 {
	font-size: 16px;
	}
	.hidden-xs {
	display: none;
	}
	.modal-content {
	width: 100vw;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	}

}





