/*
Theme Name: Scherzo
Theme URI: http://leonpaternoster.com/wp-themes/
Description: A clean, readable theme. Boasts a responsive, mobile first design which means it displays perfectly on all devices, including mobile phones (not just iPhones), tablets and desktops.
Version: 2.41
Author: Leon Paternoster
Author URI: http://leonpaternoster.com
Tags: white, two-columns, flexible-width, custom-background, threaded-comments, microformats, rtl-language-support, custom-header, microformats, post-formats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* CONTENTS

1.		RESET AND HTML5 SETTINGS
2.		BASE SETTINGS (HTML, BODY AND WRAPPER)
3.		REUSABLE AND UNIVERSAL (LINKS, FORMS, IMAGE LINKS ETC.)
4.		SITE HEADER
5.		ARTICLES AND PAGES
			5.1		Home page styles
			5.2		Single styles
			5.3		Page styles
			5.4		Archive and search stylesiv
			5.5		Article header
			5.6		Article content headings
			5.7		Article content elements
			5.8		Article content images
			5.9		Article content tables
			5.10		Article footer
			5.11		Comments
6.		ASIDES
			6.1		Specific widget styles
7.		FOOTER
8.		PRINT STYLES (using @MEDIA)
9.		WIDE SCREEN STYLES (using @MEDIA)

*/

@media screen, projection {
/* 1. RESET AND HTML5 SETTINGS 
------------------------------*/ 

body, ul, ol, p, h1, h2, h3, h4, h5, h6, fieldset, dd, figure, figcaption {
	margin: 0;
	padding: 0;
}
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section {
	display: block;
}
/* 2. BASE SETTINGS (HTML, BODY AND WRAPPER)
--------------------------------------------*/
 
html {
	background: white;
	color: #444;
}
body {
	font-size: 120%;
	line-height: 1.5em;
	font-family: "Lato", sans-serif;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
#wrapper {
	margin: 0 auto;
	background-image: none;
	padding: 1.5em 1em;
	width: 1000px;
}
/* 3. UNIVERSAL AND REUSABLE
----------------------------*/

#quick-links {
	display: none;
}
.accessibility {
	display: none;
}
#site-footer {
	clear: both;
	text-align: center;
}
#footer {
	margin: 0 auto;
	max-width: 980px;
}
#footer_eins {
	background: #ffff6c;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_zwei {
	background: #ffff6c;
	padding-top: 20px;
	padding-bottom: 20px;
	;
	text-align: center
}
.sponsoren {
	margin: 0 auto;
	max-width: 980px;
}

#footer_copyright {
    padding: 15px 0px 10px 0px;
    font-size: 14px;
    border: 5px #3F9100 solid;
    border-left: 0px;
    border-right: 0px; 
}



#footer_drei {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_drei a, #footer_drei {
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:link {
	color: #3F9100;
}
a:visited {
	color: #3F9100;
}
a:hover, a:active {
	color: #FF5C00;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-family: "Lato", sans-serif;
}
a img {
	border: none;
}
.imglink, .wp-caption a {
	border: none !important;
	text-decoration: none;
	color: #FFF;
}
p, ul, ol, dd {
	margin-bottom: 0.75em;
}
blockquote {
	padding: 3.272em 1.5em;
	margin: 0;
	color: #888;
	font-size: 15px;
}
blockquote p {
	margin-bottom: 0.818em;
}
code {
	font-family: consolas, 'andale mono', 'courier new', monospace;
	font-size: 1em;
}
legend {
	border: none;
}
.hentry {
	padding-bottom: 1.5em;
}
.pagination {
	clear: both;
	padding-bottom: 0.75em;
}
.pagination p {
	margin-bottom: 0;
}
/* 4. SITE HEADER
-----------------*/

#site-header {
	margin-bottom: 1.5em;
	padding: 0 0.375em;
	background-size: 100%;
	background-repeat: no-repeat;
}
a.header-link {
	display: block;
	border: none !important;
}
#site-title {
	font-size: 1em;
	font-weight: bold;
	font-family: 'Asap', serif;
	padding-top: 0;
	line-height: 1;
}
#site-title a:link, #site-title a:visited {
	color: #444;
}
#site-title a:hover, #site-title a:active {
	color: #444;
}
#tag {
	font-size: 0.833em;
	font-weight: normal;
	font-style: italic;
}
/* 5. ARTICLES AND PAGES
------------------------*/

#content {
	min-height: 450px;
	width:100%;
}
#wrapper #content img {
}
/* 5.1 Home page styles
-----------------------*/

.sticky {
	font-family: inherit;
}
.home .format-aside img, .home .format-aside p, .home .format-aside .wp-caption {
	padding: 0;
	margin: 0;
}
/* 5.2 Single styles
--------------------*/

.single .entry-summary p {
	font-weight: bold;
}
/* 5.5 Article header
---------------------*/

.entry-title, .page-title {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Asap', serif;
	padding: 0 0 0 0;
	color: #FF5D00;
}
.page-title, .page .entry-title {
	margin-bottom: 1.143em;
}
.entry-meta p, .entry-meta ul {
	font-size: 0.833em;
	color: #888;
	margin-bottom: 0.9em;
}
/* 5.6 Article content headings
-------------------------------*/

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
	font-weight: bold;
	font-family: 'Asap', serif;
}
.entry-content h1, .entry-content h2 {
	font-size: 1.167em;
	padding: 0.857em 0 0.428em 0;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
	font-size: 1em;
	padding: 1em 0 0.5em 0;
}
/* 5.7 Article content elements
-------------------------------*/

/* We're going to restate p and list sizes beacause iOS Safari enlarges the .entry-content div's font-size.
   As to why it decides to do this... */

.entry-content {
	font-size: 1em;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dd, .comment p, .comment ul, .comment ol, .comment dd {
	font-size: 1em;
	margin-bottom: 0.75em;
}
.entry-content li {
	margin-left: 1.25em;
}
.entry-content cite {
	color: #444;
}
.entry-content pre, .comment pre {
	overflow: auto;
	display: block;
	/* May I rot in hell for this IE6 hack */
	_width: 90%;
	font-size: 1em;
	padding: 1.5em;
	color: #AF0000;
}
.entry-content a, .entry-summary a {
}
/* 5.8 Article content images
-----------------------------*/

/* We're adding some importants here to override any inline dimensions. */

.wp-caption, .gallery-caption {
	display: block;
	max-width: 100% !important;
	padding: 1.438em 0;
}
.wp-caption img, .entry-content img, .entry-content video {
}
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 1.4375em auto;
}
.alignleft {
	float: left;
	display: inline;
	margin-right: 0.75em;
	border: 1px solid #EFEFEF;
}
.alignright {
	float: right;
	display: inline;
	margin-left: 0.75em;
	border: 1px solid #EFEFEF;
}
p.wp-caption-text {
	margin-bottom: 0;
	font-size: 0.833em;
	line-height: 1.351em;
}
/* 5.9 Article content tables
-----------------------------*/

.entry-content table, .comment table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 0.0625em solid #EFEFEF;
}
.entry-content tr, .comment tr {
	font-size: 0.75em;
	font-family: 'Asap', serif;
}
.entry-content td, .comment td {
	padding: 0.25em 0;
}
.entry-content tbody tr:nth-child(even), .comment tbody tr:nth-child(even) {
	background-color: #EFEFEF;
}
.entry-content th, .entry-content tbody td, .comment th, .comment tbody td {
	text-align: left;
	padding-left: 0.25em;
	margin: 0;
}
.entry-content th, .comment th {
	font-weight: normal;
	font-size: 1.333em;
	font-family: 'Asap', serif;
	background-color: #444;
	color: #FFF;
}
.entry-content table caption, .comment table caption {
	font-size: 0.75em;
	font-family: georgia, 'liberation serif', palatino, serif;
	font-style: italic;
	text-align: left;
}
.entry-content tfoot tr, .comment tfoot tr {
	font-size: 0.75em;
	font-family: 'Asap', serif;
	color: #AAA;
}
/* 5.10 Article footer
----------------------*/

.entry-footer {
	padding-top: 0.75em;
	border-top: 1px dotted #CFCFCF;
	margin-top: -1px;
	clear: both;
}
.entry-taxonomy {
	padding-bottom: 0.75em;
}
.entry-taxonomy p {
	font-size: 0.833em;
	line-height: 1.351em;
	margin-bottom: 0;
}
.entry-taxonomy a {
	font-style: italic;
}
/* 5.11 Comments
----------------*/

#comments {
	padding: 0 0 1.5em 0;
	border-top: 1px solid #AAA;
	margin-top: -1px;
	clear: both;
}
.comment-heading, #reply-title {
	font-size: 1.167em;
	padding: 0.857em 0 0.428em 0;
	font-family: 'Asap', serif;
	font-weight: bold;
}
.form-allowed-tags {
	font-size: 0.833em;
}
.page-numbers {
	font-size: 0.833em;
	padding-left: 1em;
}
.current {
	font-weight: bold;
}
.bypostauthor {
	padding: auto;
	background-color: #FFF;
}
.avatar {
	float: left;
	margin-right: 0.75em;
	margin-bottom: 0.75em;
}
.says {
	display: none;
}
.reply {
	display: block;
	font-size: 1em;
	margin-bottom: 3em;
}
.vcard {
	padding-top: 0.75em;
}
.fn {
	font-style: normal;
	font-family: 'Asap', serif;
	font-size: 1em;
	display: block;
	float: left;
}
.comment-meta {
	font-size: 0.833em;
	margin-bottom: 0.9em;
	clear: both;
}
.commentlist li {
	list-style-type: none;
}
.pinglist li {
	font-size: 0.75em;
	color: #AAA;
	list-style-type: none;
}
.children li {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 0.0625em dotted #CFCFCF;
}
#commentform label {
	font-size: 0.833em;
	font-family: 'Asap', serif;
}
#author, #email, #url, #commentform textarea {
	display: block;
	border: 1px solid #CFCFCF;
	font-family: georgia, 'liberation serif', palatino, serif;
	max-width: 98%; /* Make sure width - border never exceeds container width */
}
#author, #email, #url {
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-size: 1em;
}
#commentform textarea {
	display: block;
	font-family: consolas, 'andale mono', 'courier new', monospace;
	font-size: 1em;
	padding: 0.25em;
	height: 12em;
}
#submit {
	font-family: 'Asap', serif;
	cursor: pointer;
}
.form-allowed-tags {
	font-size: 0.833em;
	line-height: 1.351em;
}
.subscribe-to-comments {
	margin-bottom: 0;
}
.subscribe-to-comments #subscribe {
	float: left;
	margin-right: 2px;
}
.subscribe-to-comments label {
	float: left;
	margin-bottom: 0 !important;
}
/* 6. ASIDES
------------*/

#sidebar {
	color: #888;
	font-size: 81.25%;
	line-height: 1.385em;
	padding: 0.923em 0.462em;
	border-top: 0.154em solid #444;
}
.sidebar p, .sidebar ul {
	font-size: 1em;
	margin-bottom: 1.385em;
}
.sidebar ul {
	border-top: 1px dotted #AAA;
	margin-top: -1px;
}
.sidebar ul li {
	padding: 0.308em 0;
	border-bottom: 1px dotted #AAA;
	margin-left: 0;
	list-style-type: none;
}
.sidebar ul li ul, ul.sub-menu {
	margin-bottom: 0;
}
.sidebar ul li ul li, ul.sub-menu li {
	padding-left: 1em;
}
.sidebar ul li ul li:last-child {
	border-bottom: none;
	margin-bottom: 1px;
	padding-bottom: 0;
}
.sidebar img {
	max-width: 100% !important;
	_width: 100% !important; /* IE6 hack */
	height: auto !important;
}
.widgetContainer {
	padding-bottom: 0.692em;
	clear: both;
}
.widgetTitle {
	font-size: 1.231em;
	font-weight: normal;
	padding: 0 0 0.563em 0;
	font-family: 'Asap', serif;
}

.searchform input[type="submit"]{
    border: 0;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background: none;
    vertical-align: middle;
    outline: none;
    margin-left: 3px;
    background-size: 22px 22px;
    background-position: 2px 3px;
cursor: pointer;
}

.sidebar #searchform {
	padding-bottom: 1.385em;
}
/* 6.1 Specific widget styles
-----------------------------*/

#wp-calendar table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 0.0625em solid #CCC;
}
#wp-calendar tr {
	font-size: 0.75em;
	font-family: 'Asap', serif;
}
#wp-calendar tbody tr:nth-child(even) {
	background-color: #DFDFDF;
}
#wp-calendar th, #wp-calendar tbody td {
	text-align: left;
	padding-left: 0.25em;
	margin: 0;
}
#wp-calendar th {
	font-weight: bold;
	font-family: 'Asap', serif;
	background-color: #444;
	color: #FFF;
}
#wp-calendar table caption {
	font-size: 0.75em;
	font-family: 'Asap', serif;
	text-align: left;
}
#wp-calendar tfoot tr {
	font-size: 0.75em;
	font-family: 'Asap', serif;
	color: #AAA;
}
.sidebar .screen-reader-text {
	display: none;
}
.widget_recent_comments a {
	font-style: normal;
}
.widget_recent_comments a.url {
	font-style: italic;
}
.sidebar #searchform {
	font-family: 'Asap', serif;
}
#s {
	font-family: 'Asap', serif;
	width: 12em;
	font-size: 1em;
}
#searchsubmit {
	font-family: 'Asap', serif;
	cursor: pointer;
	font-size: 1em;
}
.widget_tag_cloud div {
	padding-bottom: 0.692em;
}
.tagcloud {
	display: block;
	margin-bottom: 0.692em;
}
.widget_tag_cloud a:link, .widget_tag_cloud a:visited {
	float: left;
	margin-right: 0.25em;
	font-size: 1em !important;
	background-color: #CFCFCF;
	padding: 0.25em 0.375em;
	margin-bottom: 0.375em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:active {
	float: left;
	margin-right: 0.25em;
	font-size: 1em !important;
	padding: 0.25em 0.375em;
	margin-bottom: 0.375em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-border-radius: 3px;
}
.widget_tag_cloud a:last-child {
	margin-bottom: 1.384em;
}
/* 7. FOOTER
------------*/

#site-footer {
	clear: both;
}
#site-footer small {
	font-size: 0.833em;
	line-height: 1.351em;
}
/*timos hacks */
.website_title {
	color: #ff5d00;
	font-family: "Asap", serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
}
.header_holder {
	width: 980px;
	margin: 0 auto;
}
.header_afrika {
	text-laign: center;
	background: #ffff5c;
	min-height: 120px;
}
.header-link {
	min-height: 40px;
	width: auto;
	float: left;
}
.meta_nav {
padding-top: 14px;
	text-align: right;
}
a:link.header_meta_nav, a.header_meta_nav, .header_meta_nav {
	background: #3f9100;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 33px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-right: 7px;
        box-shadow: 0px -5px 0px #3e8805 inset;
        border-radius: 5px;
}
a:link.header_meta_nav:hover, a.header_meta_nav:hover, .header_meta_nav:hover {
	background-color: #4eb300;
        box-shadow: 0px -5px 0px #4da906 inset;
}
a:link.header_meta_nav:active, a.header_meta_nav:active, .header_meta_nav:active {
	background-color: #306f00;
        box-shadow: 0px -5px 0px #2f6704 inset;
}
.search-form {
	background: none repeat scroll 0 0 #3f9100;
	border: 5px solid #52cc19;
	border-radius: 21px;
	display: inline-block;
	float: right;
	margin-right: -5px;
	margin-top: 10px;
	padding: 0 10px 4px;
	text-align: right;
	height: 31px !important;
}
.search-form input.text {
	background: none;
	border: none;
	font-size: 14px;
	color: #fff;
}
.search-form input.button {
	border: medium none;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
}
.main_navigation {
	background: none repeat scroll 0 0 #3f9100;
	border-top: 5px solid #52cc19;
	border-bottom: 5px solid #52cc19;
	text-align: center;
	height: 40px;
}
.main_navigation ul {
	list-style: outside none none;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	padding-top: 4px;
}
.main_navigation ul li {
	float: left;
}
.main_navigation ul a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 11px 8px 11px 8px;
}
.main_navigation ul a:hover {
	color: #3F9100;
	background: #52cc19;
}
.huette {
    width: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 35px;
}
.huette:hover {
width: 120px;
margin-left: -60px;
top: 30px;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
}
.bread_wrapper {
	text-algin: center;
}
.bread_holder {
	max-width: 980px;
	margin: 0 auto;
}

.bread_buttons {  
display:inline-block;
width:48%;
text-align:right;

}
.breadcrumbs {
display:inline-block;
width:48%;
vertical-align: top;


}
.breadcrumbs a, .breadcrumbs {
	color: #FF5D00;
	font-family: "Lato", sans-serif;
	font-size: 15px;
vertical-align: top;
}


.gsib_a #gsc-i-id1 {
width:850px!important;
}

.search_wrapper {
	height: 70px;
	background-color: #FEFF5D;
	text-align: center;
	margin: auto;
}


.search_holder {
	height: 70px;
	max-width: 980px;
	text-align: center;
	margin: auto;
}

#eltern {
	background-position: 0 center;
}
.footer_reihe_eins {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.footer_reihe_zwei {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}
.blockrechts_footereins {
	float: right;
}
.left {
  color: #ff5d00;
    cursor: pointer;
    display: inline-block;
    width: auto;
    float: left;
	   font-weight: bold;
    margin-right: 1%;
-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.left:hover { 
-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#homepage .entry-title, #de .entry-title, #en .entry-title {
	display: none;
}
#homepage #content,#de #content,#en #content {
	line-height: 0px;
}
.startseite_holder .item {
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Asap';
	page-break-inside: avoid;
}
.startseite_holder .item h3, .startseite_holder .item h3 a {
	color: #fff;
	font-family: "Asap";
	font-size: 19px;
	font-weight: 100;
	padding: 0;
}
#lesen .startseite_holder .item .text_item {
	top: -62px;
	width: 160px;
	margin-left: 21px;
	height: 50px;
	overflow: hidden;
}
#lesen .startseite_holder .maske, #lesen .startseite_holder .startseite_item {
	min-width: 146px;
	width: 146px;
}
#lesen .startseite_holder .item .text_item {
	font-size: 15px;
	height: 50px;
	line-height: 115%;
	margin-left: 21px;
	overflow: hidden;
	top: -48px;
	width: 100px;
}
#lesen .startseite_holder #hochkant {
	width: 146px;
}
/*old stuff von angelika geändert am 03.12.2015 #lesen .startseite_holder {
	-moz-column-count:4;
	-moz-column-gap: 1%;
	-moz-column-width: 40%;
	-webkit-column-count:4;
	-webkit-column-gap: 1%;
	-webkit-column-width: 40%;
	column-count: 4;
	column-gap: 1%;
	column-width: 40%;
}*/

#lesen .startseite_holder .item, .page-3170 .startseite_holder .item {
	float: left;
	margin: 10px;
	width: 242px;
}
#lesen .startseite_holder {
}
#lesen .entry-content, .page-3170 .entry-content {
	float: left;
}
.sidebar {
	background: none repeat scroll 0 0 #3f9100;
	border: 5px solid #52cc19;
	border-radius: 20px;
	float: right;
	margin-left: 10px;
	padding: 10px;
	width: 173px;
}
.laender_regionen .sidebar {
	background: none;
	border: 0;
	border-radius: 0px;
	float: none;
	margin-left: 0px;
	padding: 0px;
	width: 173px;
}
.sidebar_part {
	background: #3f9100 none repeat scroll 0 0;
	border: 5px solid #52cc19;
	border-radius: 20px;
	margin-left: -10px;
	padding: 10px;
	width: 173px;
	margin-bottom: 10%;
}
.sidebar a {
	color: #fff;
	font-size: 14px;
}
.sidebar a:hover {
	color: #52CC19;
}
.startseite_holder .item:hover .text_item {
	opacity: .0;
}
.startseite_holder .item:hover#willkomen .text_item, .startseite_holder .item:hover#archiv .text_item, .startseite_holder .item:hover#spezial .text_item {
	opacity: 1 !important;
}
.maske {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.startseite_holder .item:hover .maske {
	opacity: 0;
}
.startseite_holder {
}
.spalte1 {
	float: left;
}
.spalte2 {
	float: left;
}
/*#machmit, #paten, #spielmit .page-1485, .page-2838 {
	background: url("pics/huette.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}*/
.spalte3 {
	float: right;
}
#paten {
	float: left;
}
.spezial_und_spiel_mit {
	float: left;
}
#archiv, .page-2743 {
	float: right;
}
#archiv .entry img, .page-2743 .entry img {
	max-width: 200px !important;
}
#safariinsafrikanischetierreich #archiv, .page-3058 #archiv {
	height: inherit !important;
}
#safariinsafrikanischetierreich #machmit, .page-3058 #machmit {
	display: inline-block;
}
#safariinsafrikanischetierreich #archiv .text_item, .page-3058 #safariinsafrikanischetierreich #archiv .text_item {
	right: -194px;
}
#safariinsafrikanischetierreich #lesen, .page-3058 #lesen {
	clear: left !important;
}
#safariinsafrikanischetierreich #schwarzundweiss, .page-3058 #schwarzundweiss {
	clear: both !important;
}
#kommmit.item .maske {
	position: absolute;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
#kommmit.item #machmit {
	position: absolute;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.text_item {
	bottom: 41px;
	color: #fff;
	display: block !important;
	font-size: 18px;
	position: relative;
	right: 8px;
	text-align: right;
	font-weight: bold;
}
#paten {
	margin-bottom: -5px;
}
#archiv .text_item {
}
.startseite_holder img {
	min-height: 184px;
	min-width: 184px;
}
body#willkommen, .page-3443 {
	background: url("pics/bg_willkommen.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.page-1483, .parent-1483,.page-3071, .parent-3071  {
	background: url("pics/bg_patentier.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.page-1484.home, .parent-1484.home, .page-3310.home, .parent-3310.home {
	background: url("pics/bg_spezial.png") no-repeat scroll center 0 rgba(0, 0, 0, 0) !important;
}
.page-1485, .page-2838  {
	background: url("pics/bg_mitmachen.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.page-3557 {
background: url("pics/maerchenmonat.png?1") no-repeat scroll center 0 rgba(0, 0, 0, 0)
}
#archiv.home,.page-2743.home {
	background: url("pics/bg_archiv.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
#newsblog.home {
	background: url("pics/newsblog.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.page-14.home, .page-3104.home  {
	background: url("pics/geschichte.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.parent-14.home {
	background: url("pics/geschichte.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.parent-1647, .parent-3058 {
	background: url("pics/tiere_neu.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	background-position: center 135px;
}
.parent-14 {
	background: url("pics/tiere_neu.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	background-position: center 135px;
}
.parent-15, .parent-3074 {
	background: url("pics/bg_spezial.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
#diebuschpiloten.home .page-3361.home {
	background: url("pics/buschpilot.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	background-position: center 135px;
}
#willkommen #content, .parent-945 #content, .page-3443 #content, .page-1483 #content, .page-3071 #content, .parent-3310 #content, .page-3310 #content , .page-1485 #content, .page-2838 #content, .page-3557 #content, .parent-1647 #content,.parent-3058 #content, #newsblog #content, #diebuschpiloten #content, .page-3361 #content,  .parent-15 #content,.parent-3074 #content,  .parent-1484 #content, .page-1484 #content, .parent-3310 #content, .page-3310 #content{
	clear: both;
	display: inline;
	float: left;
	margin-left: 106px;
	margin-top: 300px;
	width: 784px;
}
.page-12 #content, .page-2743 #content  {
	clear: both;
	display: inline;
	float: left;
	margin-left: 50px;
	margin-top: 300px;
	width: 984px;
}
.parent-14 #content {
	clear: both;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 300px;
	width: 980px;
}
.page-1484 #content, .page-3310 #content {
	float: left;
	margin-left: 10px;
	margin-top: 300px;
	width: auto;
}
.unterseitemitpunkten #content {
	margin-left: 10px;
}
.unterseitemitmenu_alt #content {
	/*margin-left: 10px;
	margin-top: 250px;*/
	width: auto;
}
.unterseitemitmenu .text_holder_runde_ecken {
	float: none;
    margin: 0 auto;
	padding:1%;
	max-width:none;
}
.unterseitemitmenu_alt #content .post {
    float: left;
    width: 700px;
}

.unterseitemitpunkten #content .post {
	float: left;
	width: 736px;
	margin-left: 10px;
}
#geschichte.unterseitemitmenu_alt #content .post, #geschichte.unterseitemitpunkten #content .post, .page-14.unterseitemitmenu_alt #content .post, .page-14.unterseitemitpunkten #content .post, .page-3104.unterseitemitmenu_alt #content .post, .page-3104.unterseitemitpunkten #content .post{
	float: left;
	width: 775px;
}
 
#safariinsafrikanischetierreich.parent-8 .post,.page-3058.parent-2742 .post , #wissen.parent-8 .post, .page-15.parent-8 .post, .page-3074.parent-8 .post {
  margin-left:auto;
    width:auto;
}
.nav_unterseiten {
	background: #3f9100 none repeat scroll 0 0;
	border: 5px solid #52cc19;
	border-radius: 20px;
	display: inline-block;
	margin-left: 11px;
	padding: 10px 10px 2px 11px;
	width: 162px;
}
 #geschichte .text_holder_runde_ecken, .page-14 .text_holder_runde_ecken,.page-3104 .text_holder_runde_ecken {
	display: none;
}
.nav_unterpunkte span {
	position: relative;
	text-align: right;
	width: 100%;
	display: block;
	margin-top: -39px;
	color: #fff;
}
.nav_unterpunkte a {
	margin-bottom: 26px;
}
.nav_unterpunkte a:before {
	background: url("/public/themes/scherzo/pics/maske_klein.png");
	width: 184px;
	display: inline-block;
	height: 184px;
	position: absolute;
	margin-left: 0px;
	content: "";
}
.nav_unterpunkte a:hover:before {
	display: none;
}
.nav_unterpunkte img {
	border-radius: 20px;
}
.nav_unterpunkte a {
	display: block;
}
#geschichte .nav_unterpunkte, .page-14 .nav_unterseiten, .page-3104 .nav_unterseiten {
	margin-top: 83px;
}

#geschichte #content .nav_unterpunkte img , .page-14 #content .nav_unterpunkte img, .page-3104 #content .nav_unterpunkte img {
	border-radius: 20px !important;
	border: none !important;
	margin-right: inherit !important;
}
.nav_unterpunkte {
	display: inline-block;
	margin-left: 11px;
	width: 162px;
}
.nav_unterseiten a {
	color: #fff;
	display: block;
}
#willkommen #content .entry-content, .page-3443 #content .entry-content, .page-1483 #content .entry-content,.parent-1483 #content .entry-content,.parent-3071 #content .entry-content,.parent-3310 #content .entry-content, .page-1484 #content .entry-content, .page-3310 #content .entry-content, .page-1485 #content .entry-content, .page-2838 #content .entry-content, .parent-1647 #content .entry-content,.parent-3058 #content .entry-content {
	background: none repeat scroll 0 0 #ffff85;
	padding: 20px;
	border-radius: 20px;
}
#archiv .entry, .page-2743 .entry {
	background: none repeat scroll 0 0 #ffff85;
	border: 5px solid #ff5d00;
	border-radius: 20px;
	clear: both;
	display: block !important;
	margin-bottom: 21px;
	margin-right: 46px;
	padding: 10px;
	page-break-inside: avoid;
	width: 406px;
}
#archiv #content, .page-2743 #content {
	background-image: url("pics/post_bg_element.png"), url("pics/post_bg_element.png"), url("pics/post_bg_element.png");
	background-position: 461px 72px, 461px 1272px, 461px 2572px;
	background-repeat: no-repeat, no-repeat;
}
.post_element {
	background: url("pics/post_element.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: both;
	height: 36px;
	position: relative;
	right: -421px;
	top: -100px;
	width: 25px;
}
#archiv #post13 .post_element, #archiv #post14 .post_element, #archiv #post15 .post_element, #archiv #post16 .post_element, #archiv #post17 .post_element, #archiv #post18 .post_element, #archiv #post19 .post_element, #archiv #post20 .post_element, #archiv #post21 .post_element, #archiv #post22 .post_element, #archiv #post23 .post_element, #archiv #post24 .post_element, #archiv #post25 .post_element {
	 background-size: auto 37px;
    right: 41px;
    top: -119px;
    width: 26px;
}
.page-2743 #post13 .post_element, .page-2743 #post14 .post_element, .page-2743 #post15 .post_element, .page-2743 #post16 .post_element, .page-2743 #post17 .post_element, .page-2743 #post18 .post_element, .page-2743 #post19 .post_element, .page-2743 #post20 .post_element, .page-2743 #post21 .post_element, .page-2743 #post22 .post_element, .page-2743 #post23 .post_element, .page-2743 #post24 .post_element, .page-2743 #post25 .post_element {
	 background-size: auto 37px;
    right: 41px;
    top: -119px;
    width: 26px;
}
#archiv .entry-content .entry img, .page-2743 .entry-content .entry img {
	float: left !important;
	display: block;
}
.holder_news {
}
#archiv #content .entry-content, .page-2743 #content .entry-content {
	-moz-column-count: 2;
	-moz-column-gap: 2%;
	-moz-column-width: 40%;
	-webkit-column-count: 2;
	-webkit-column-gap: 2%;
	-webkit-column-width: 40%;
	column-count: 2;
	column-gap: 2%;
	column-width: 40%;
}
#archiv .entry h3, #archiv .entry h3 a, .page-2743 .entry h3 a  {
	color: #3f9100;
	font-size: 22px;
	padding: 0px 10px 0px 0px;
}
.date_news {
	color: #E8B22A;
	font-size: 14px;
}
#hochkant {
	width: 184px;
}
#klein {
	width: 184px;
}
#medienkiste .item, #afrikajuniortv .item, .page-3265 .item{
	float: left;
}
#hören .item {
	float: left;
}
#sehen .item {
	float: left;
}
#hören .entry-content img {
	margin: 0%;
}
#hören .entry-content img {
	margin: 0%;
}
#sehen .entry-content img {
	margin: 0%;
}
#klein a:hover {
}
#lesen .item:hover .text_item, .page-3170 .item:hover .text_item  {
	opacity: 1;
}
#afrikakindertv #content img {
	border: 7px solid #ff5c00 !important;
	border-radius: 7px !important;
}
#mrchenundgeschichtenzumhören #content img, #musik-afrikanischeliederundrhythmen #content img {
	border: 7px solid #ff5c00 !important;
	border-radius: 7px !important;
	margin: 0 10px;
}
#mrchenundgeschichtenzumhören #content h2 {
	clear: both;
	float: none;
}
#geschichte #content img, .page-14 #content img, .page-3104 #content img {
	border: 7px solid #ff5c00 !important;
	border-radius: 7px !important;
	margin-right: 2%;
}
#geschichte #content img#trenner_geschichte, .page-14 #content img#trenner_geschichte, .page-3104 #content img#trenner_geschichte {
    position: absolute !important;
    margin-left: -53px;
	border: 0 none !important;
}
#geschichte h3, .page-14 h3, .page-3104 h3 {
	clear: both;
	float: none;
}
.geschichts_item {
	background: #ffff85 none repeat scroll 0 0;
	border: 8px solid #ff5c00;
	border-radius: 8px;
	clear: both;
	display: inline-block;
	float: none;
	margin: 2% 2% 2% 67px;
	padding: 2%;
	  width:800px;
}
#geschichte #content, .page-14 #content, .page-3104 #content {
	
	background-position: 27px 367px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 195px;
	width: 980px;
}
#geschichte .entry-content, .page-14 .entry-content, .page-3104 .entry-content {
	background-image: url("pics/post_bg_element.png"), url("pics/post_bg_element.png");
    background-position: 27px top, 27px bottom;
    background-repeat: repeat-y, repeat-y;
}

#geschichte .post_element  {
	background: rgba(0, 0, 0, 0) url("pics/post_element.png") repeat scroll 0 0;
	clear: both;
	height: 36px;
	position: absolute;
	right: unset;
	top: unset;
	width: 25px;
	margin-left: -49px;
	margin-top: 3%;
}
.holder_blog {
    display: inline-block;
    position: absolute;
    width: 174px;
    padding-top: 15px;
    line-height: 100%;
    text-align: right;
}
.holder_blog:nth-child(3) {
    display: none;
}
.holder_blog a:hover{
color:#fff;	
}
.bild_kachel {
    width: 170px;
    overflow: hidden;
    height: 80px;
    font-size: -5px;
}
@media screen, projection {
body, ul, ol, p, h1, h2, h3, h4, h5, h6, fieldset, dd, figure, figcaption {
    margin: 0;
    padding: 0;
}
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section {
    display: block;
}
html {
    background: white none repeat scroll 0 0;
    color: #444;
}
body {
    font-family: "Lato",sans-serif;
    font-size: 120%;
    height: 100%;
    hyphens: auto;
    line-height: 1.5em;
    text-align: justify;
    width: 100%;
}
#wrapper {
    background-image: none;
    margin: 0 auto;
    padding: 1.5em 1em;
    width: 1000px;
}
#quick-links {
    display: none;
}
.accessibility {
    display: none;
}
#site-footer {
    clear: both;
    text-align: center;
}
#footer {
    margin: 0 auto;
    max-width: 980px;
}
#footer_eins {
    background: #ffff6c none repeat scroll 0 0;
    background: #fffbcc none repeat scroll 0 0;

    padding-bottom: 20px;
    padding-top: 20px;
}
#footer_zwei {
    background: #ffff6c none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.sponsoren {
    margin: 0 auto;
    max-width: 980px;
}
a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:link {
    color: #3f9100;
}
a:visited {
    color: #3f9100;
}
a:hover, a:active {
    color: #ff5c00;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "Lato",sans-serif;
    text-decoration: none;
}
a img {
    border: medium none;
}
.imglink, .wp-caption a {
    border: medium none !important;
    color: #fff;
    text-decoration: none;
}
p, ul, ol, dd {
    margin-bottom: 0.75em;
}
blockquote {
    color: #888;
    font-size: 15px;
    margin: 0;
    padding: 3.272em 1.5em;
}
blockquote p {
    margin-bottom: 0.818em;
}
code {
    font-family: consolas,"andale mono","courier new",monospace;
    font-size: 1em;
}
legend {
    border: medium none;
}
.hentry {
    padding-bottom: 1.5em;
}
.pagination {
    clear: both;
    padding-bottom: 0.75em;
}
.pagination p {
    margin-bottom: 0;
}
#site-header {
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 1.5em;
    padding: 0 0.375em;
}
a.header-link {
    border: medium none !important;
    display: block;
}
#site-title {
    font-family: "Asap",serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    padding-top: 0;
}
#site-title a:link, #site-title a:visited {
    color: #444;
}
#site-title a:hover, #site-title a:active {
    color: #444;
}
#tag {
    font-size: 0.833em;
    font-style: italic;
    font-weight: normal;
}
#content {
    min-height: 450px;
    width: 100%;
}
#wrapper #content img {
}
.sticky {
    font-family: inherit;
}
.home .format-aside img, .home .format-aside p, .home .format-aside .wp-caption {
    margin: 0;
    padding: 0;
}
.single .entry-summary p {
    font-weight: bold;
}
.entry-title, .page-title {
    color: #ff5d00;
    font-family: "Asap",serif;
    font-size: 50px;
    font-weight: bold;
    padding: 0;
}
.page-title, .page .entry-title {
    margin-bottom: 1.143em;
}
.entry-meta p, .entry-meta ul {
    color: #888;
    font-size: 0.833em;
    margin-bottom: 0.9em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
    font-family: "Asap",serif;
    font-weight: bold;
}
.entry-content h1, .entry-content h2 {
    font-size: 1.167em;
    padding: 0.857em 0 0.428em;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
    font-size: 1em;
    padding: 1em 0 0.5em;
}
.entry-content {
    font-size: 1em;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dd, .comment p, .comment ul, .comment ol, .comment dd {
    font-size: 1em;
    margin-bottom: 0.75em;
}
.entry-content li {
    margin-left: 1.25em;
}
.entry-content cite {
    color: #444;
}
.entry-content pre, .comment pre {
    color: #af0000;
    display: block;
    font-size: 1em;
    overflow: auto;
    padding: 1.5em;
}
.entry-content a, .entry-summary a {
}
.wp-caption, .gallery-caption {
    display: block;
    max-width: 100% !important;
    padding: 1.438em 0;
}
.wp-caption img, .entry-content img, .entry-content video {
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    border: 1px solid #efefef;
    display: inline;
    float: left;
    margin-right: 0.75em;
}
.alignright {
    border: 1px solid #efefef;
    display: inline;
    float: right;
    margin-left: 0.75em;
}
p.wp-caption-text {
    font-size: 0.833em;
    line-height: 1.351em;
    margin-bottom: 0;
}
.entry-content table, .comment table {
    border: 0.0625em solid #efefef;
    border-collapse: collapse;
    margin: 1.5em 0;
    width: 100%;
}
.entry-content tr, .comment tr {
    font-family: "Asap",serif;
    font-size: 0.75em;
}
.entry-content td, .comment td {
    padding: 0.25em 0;
}
.entry-content tbody tr:nth-child(2n), .comment tbody tr:nth-child(2n) {
    background-color: #efefef;
}
.entry-content th, .entry-content tbody td, .comment th, .comment tbody td {
    margin: 0;
    padding-left: 0.25em;
    text-align: left;
}
.entry-content th, .comment th {
    background-color: #444;
    color: #fff;
    font-family: "Asap",serif;
    font-size: 1.333em;
    font-weight: normal;
}
.entry-content table caption, .comment table caption {
    font-family: georgia,"liberation serif",palatino,serif;
    font-size: 0.75em;
    font-style: italic;
    text-align: left;
}
.entry-content tfoot tr, .comment tfoot tr {
    color: #aaa;
    font-family: "Asap",serif;
    font-size: 0.75em;
}
.entry-footer {
    border-top: 1px dotted #cfcfcf;
    clear: both;
    margin-top: -1px;
    padding-top: 0.75em;
}
.entry-taxonomy {
    padding-bottom: 0.75em;
}
.entry-taxonomy p {
    font-size: 0.833em;
    line-height: 1.351em;
    margin-bottom: 0;
}
.entry-taxonomy a {
    font-style: italic;
}
#comments {
    border-top: 1px solid #aaa;
    clear: both;
    margin-top: -1px;
    padding: 0 0 1.5em;
}
.comment-heading, #reply-title {
    font-family: "Asap",serif;
    font-size: 1.167em;
    font-weight: bold;
    padding: 0.857em 0 0.428em;
}
.form-allowed-tags {
    font-size: 0.833em;
}
.page-numbers {
    font-size: 0.833em;
    padding-left: 1em;
}
.current {
    font-weight: bold;
}
.bypostauthor {
    background-color: #fff;
}
.avatar {
    float: left;
    margin-bottom: 0.75em;
    margin-right: 0.75em;
}
.says {
    display: none;
}
.reply {
    display: block;
    font-size: 1em;
    margin-bottom: 3em;
}
.vcard {
    padding-top: 0.75em;
}
.fn {
    display: block;
    float: left;
    font-family: "Asap",serif;
    font-size: 1em;
    font-style: normal;
}
.comment-meta {
    clear: both;
    font-size: 0.833em;
    margin-bottom: 0.9em;
}
.commentlist li {
    list-style-type: none;
}
.pinglist li {
    color: #aaa;
    font-size: 0.75em;
    list-style-type: none;
}
.children li {
    border-left: 0.0625em dotted #cfcfcf;
    margin-left: 1em;
    padding-left: 1em;
}
#commentform label {
    font-family: "Asap",serif;
    font-size: 0.833em;
}
#author, #email, #url, #commentform textarea {
    border: 1px solid #cfcfcf;
    display: block;
    font-family: georgia,"liberation serif",palatino,serif;
    max-width: 98%;
}
#author, #email, #url {
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 0.25em;
}
#commentform textarea {
    display: block;
    font-family: consolas,"andale mono","courier new",monospace;
    font-size: 1em;
    height: 12em;
    padding: 0.25em;
}
#submit {
    cursor: pointer;
    font-family: "Asap",serif;
}
.form-allowed-tags {
    font-size: 0.833em;
    line-height: 1.351em;
}
.subscribe-to-comments {
    margin-bottom: 0;
}
.subscribe-to-comments #subscribe {
    float: left;
    margin-right: 2px;
}
.subscribe-to-comments label {
    float: left;
    margin-bottom: 0 !important;
}
#sidebar {
    border-top: 0.154em solid #444;
    color: #888;
    font-size: 81.25%;
    line-height: 1.385em;
    padding: 0.923em 0.462em;
}
.sidebar p, .sidebar ul {
    font-size: 1em;
    margin-bottom: 1.385em;
}
.sidebar ul {
    border-top: 1px dotted #aaa;
    margin-top: -1px;
}
.sidebar ul li {
    border-bottom: 1px dotted #aaa;
    list-style-type: none;
    margin-left: 0;
    padding: 0.308em 0;
}
.sidebar ul li ul, ul.sub-menu {
    margin-bottom: 0;
}
.sidebar ul li ul li, ul.sub-menu li {
    padding-left: 1em;
}
.sidebar ul li ul li:last-child {
    border-bottom: medium none;
    margin-bottom: 1px;
    padding-bottom: 0;
}
.sidebar img {
    height: auto !important;
    max-width: 100% !important;
}
.widgetContainer {
    clear: both;
    padding-bottom: 0.692em;
}
.widgetTitle {
    font-family: "Asap",serif;
    font-size: 1.231em;
    font-weight: normal;
    padding: 0 0 0.563em;
}
.sidebar #searchform {
    padding-bottom: 1.385em;
}
#wp-calendar table {
    border: 0.0625em solid #ccc;
    border-collapse: collapse;
    margin: 1.5em 0;
    width: 100%;
}
#wp-calendar tr {
    font-family: "Asap",serif;
    font-size: 0.75em;
}
#wp-calendar tbody tr:nth-child(2n) {
    background-color: #dfdfdf;
}
#wp-calendar th, #wp-calendar tbody td {
    margin: 0;
    padding-left: 0.25em;
    text-align: left;
}
#wp-calendar th {
    background-color: #444;
    color: #fff;
    font-family: "Asap",serif;
    font-weight: bold;
}
#wp-calendar table caption {
    font-family: "Asap",serif;
    font-size: 0.75em;
    text-align: left;
}
#wp-calendar tfoot tr {
    color: #aaa;
    font-family: "Asap",serif;
    font-size: 0.75em;
}
.sidebar .screen-reader-text {
    display: none;
}
.widget_recent_comments a {
    font-style: normal;
}
.widget_recent_comments a.url {
    font-style: italic;
}
.sidebar #searchform {
    font-family: "Asap",serif;
}
#s {
    font-family: "Asap",serif;
    font-size: 1em;
    width: 12em;
}
#searchsubmit {
    cursor: pointer;
    font-family: "Asap",serif;
    font-size: 1em;
}
.widget_tag_cloud div {
    padding-bottom: 0.692em;
}
.tagcloud {
    display: block;
    margin-bottom: 0.692em;
}
.widget_tag_cloud a:link, .widget_tag_cloud a:visited {
    background-color: #cfcfcf;
    border-radius: 3px;
    float: left;
    font-size: 1em !important;
    margin-bottom: 0.375em;
    margin-right: 0.25em;
    padding: 0.25em 0.375em;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:active {
    border-radius: 3px;
    float: left;
    font-size: 1em !important;
    margin-bottom: 0.375em;
    margin-right: 0.25em;
    padding: 0.25em 0.375em;
}
.widget_tag_cloud a:last-child {
    margin-bottom: 1.384em;
}
#site-footer {
    clear: both;
}
#site-footer small {
    font-size: 0.833em;
    line-height: 1.351em;
}
.website_title {
    color: #ff5d00;
    font-family: "Asap",serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
}
.logo {
	margin-top: 10px;
}
.header_holder {
    margin: 0 auto;
    width: 980px;
}
.header_afrika {
    background: #ffff5d none repeat scroll 0 0;
    min-height: 120px;
}
.header-link {
    min-height: 40px;
    width: auto;
}
.meta_nav {
    text-align: right;
}
a.header_meta_nav:link, a.header_meta_nav, .header_meta_nav {
    background: #3f9100;
    color: #fff;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.search-form {
    background: #3f9100 none repeat scroll 0 0;
    border: 5px solid #52cc19;
    border-radius: 21px;
    display: inline-block;
    float: right;
    margin-right: -5px;
    margin-top: 10px;
    padding: 0 10px 4px;
    text-align: right;
	height: 31px !important;
}

.search-form input {
    border-radius: 10px;
    background-color: #52cc19;
    border: none;
    padding-left: 5px;
    color: white;
    min-height: 17px;
}

.search-form input.text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
}
.search-form input.button {
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
}
.main_navigation {
    background: #3f9100 none repeat scroll 0 0;
    border-bottom: 5px solid #52cc19;
    border-top: 5px solid #52cc19;
    height: 40px;
    text-align: center;
}
.main_navigation ul {
    list-style: outside none none;
    margin: 0 auto;
    padding-top: 4px;
    text-align: center;
    width: 980px;
}
.main_navigation ul li {
    float: left;
}
.main_navigation ul a {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 8px;
}
.main_navigation ul a:hover {
    background: #52cc19 none repeat scroll 0 0;
    color: #3f9100;
}
.bread_wrapper {
}
.bread_holder {
    margin: 0 auto;
    max-width: 980px;
}
.breadcrumbs {
}
.breadcrumbs a, .breadcrumbs {
    color: #ff5d00;
    font-family: "Lato",sans-serif;
    font-size: 15px;
}
#tac {
    background-position: -26px 0;
    cursor: pointer;
    width: 150px;
}
.footer_reihe_eins {
    margin: 0 auto;
    max-width: 980px;
    text-align: left;
}
.blockrechts_footereins {
    float: right;
}
.left {
    color: #ff5d00;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 1%;
    transition: all 0.3s ease 0s;
    width: auto;
}
.left:hover {
    transform: scale(1.5);
}
#homepage .entry-title, #de .entry-title, #en .entry-title {
    display: none;
}
#homepage #content, #de #content, #en #content {
    line-height: 0;
}
.startseite_holder .item {
    cursor: pointer;
    font-family: "Asap";
    margin-bottom: 15px;
    margin-right: 15px;
    page-break-inside: avoid;
    transition: all 0.3s ease 0s;
}
.page-1647 .startseite_holder .item {
	position: relative;
}
.page-1647 .startseite_holder .item .text_item {
	position: absolute;
	bottom: 12px;
}
.startseite_holder .item h3, .startseite_holder .item h3 a {
    color: #fff;
    font-family: "Asap";
    font-size: 19px;
    font-weight: 100;
    padding: 0;
}
#lesen .startseite_holder .item .text_item {
    height: 50px;
    margin-left: 21px;
    overflow: hidden;
    top: -62px;
    width: 160px;
}
#lesen .startseite_holder .maske, #lesen .startseite_holder .startseite_item {
    min-width: 146px;
    width: 146px;
}
#lesen .startseite_holder .item .text_item {
    font-size: 15px;
    height: 50px;
    line-height: 115%;
    margin-left: 21px;
    overflow: hidden;
    top: -48px;
    width: 100px;
}
#lesen .startseite_holder #hochkant {
    width: 146px;
}
#lesen .startseite_holder .item, .page-3170 .startseite_holder .item {
    float: left;
    margin: 10px;
    width: 242px;
}
#lesen .startseite_holder {
}
#lesen .entry-content, .page-3170 .entry-content {
    float: left;
}
.sidebar {
    background: #3f9100 none repeat scroll 0 0;
    border: 5px solid #52cc19;
    border-radius: 20px;
    float: right;
    margin-left: 10px;
    padding: 10px;
    width: 173px;
}
.laender_regionen .sidebar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    float: none;
    margin-left: 0;
    padding: 0;
    width: 173px;
}
.sidebar_part {
    background: #3f9100 none repeat scroll 0 0;
    border: 5px solid #52cc19;
    border-radius: 20px;
    margin-bottom: 10%;
    margin-left: -10px;
    padding: 10px;
    width: 173px;
}
.sidebar a {
    color: #fff;
    font-size: 14px;
}
.sidebar a:hover {
    color: #52cc19;
}
.startseite_holder .item:hover .text_item {
    opacity: 0;
}
.startseite_holder #willkomen.item:hover .text_item, .startseite_holder #archiv.item:hover .text_item, .startseite_holder #spezial.item:hover .text_item {
    opacity: 1 !important;
}
.maske {
    position: absolute;
    transition: all 0.3s ease 0s;
}
.startseite_holder .item:hover .maske {
    opacity: 0;
}
.startseite_holder {
}
.spalte1 {
    float: left;
}
.spalte2 {
    float: left;
}
/*#machmit, #paten, #spielmit, .page-1485, .page-2838 {
    background: rgba(0, 0, 0, 0) url("pics/huette.png") no-repeat scroll center center;
}*/
.spalte3 {
    float: right;
}
#paten {
    float: left;
}
.spezial_und_spiel_mit {
    float: left;
}
#archiv.archiv_zwei {
    float: left;
}
#archiv.archiv_zwei .maske, #archiv.archiv_zwei .startseite_item, #spielmit .maske, #spielmit .startseite_item, #footprint.item {
	z-index: 999;
}
#archiv.archiv_zwei .text_item, #spielmit .text_item {
	z-index: 999;
}
#archiv .entry img, .page-2743 .entry img{
    max-width: 200px !important;
}
#safariinsafrikanischetierreich #archiv, .page-3058 #archiv {
    height: inherit !important;
}
#safariinsafrikanischetierreich #machmit, .page-3058 #machmit {
    display: inline-block;
}
#safariinsafrikanischetierreich #archiv .text_item, .page-3058 #archiv .text_item {
    right: -194px;
}
#safariinsafrikanischetierreich #lesen, .page-3058 #lesen {
    clear: left !important;
}
#safariinsafrikanischetierreich #schwarzundweiss, .page-3058 #schwarzundweiss {
    clear: both !important;
}
#kommmit.item .maske {
    display: inline-block;
    position: absolute;
    transition: all 0.3s ease 0s;
}
#kommmit.item #machmit {
    display: inline-block;
    position: absolute;
    transition: all 0.3s ease 0s;
}
.text_item {
    bottom: 41px;
    color: #fff;
    display: block !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    right: 8px;
    text-align: right;
}
#paten {
    margin-bottom: -5px;
}
#archiv .text_item {
}
.startseite_holder img {
    min-height: 184px;
    min-width: 184px;
}
body#willkommen, .page-3443 {
    background: rgba(0, 0, 0, 0) url("pics/bg_willkommen.jpg") no-repeat scroll center 0;
}
.page-1483, .parent-1483,.page-3071, .parent-3071 {
    background: rgba(0, 0, 0, 0) url("pics/bg_patentier.png") no-repeat scroll center 0;
}
.page-1484.home, .parent-1484.home, .parent-3310.home, .parent-3310.home {
    background: rgba(0, 0, 0, 0) url("pics/bg_spezial.png") no-repeat scroll center 0;
}
.page-1485, .page-2838 {
    background: rgba(0, 0, 0, 0) url("pics/bg_mitmachen.jpg") no-repeat scroll center 0;
}
#archiv.home, .page-2743.home {
    background: rgba(0, 0, 0, 0) url("pics/bg_archiv.jpg") no-repeat scroll center 0;
}
#newsblog.home {
    background: rgba(0, 0, 0, 0) url("pics/newsblog.png") no-repeat scroll center 0;
}
.page-14.home {
    background: rgba(0, 0, 0, 0) url("pics/geschichte.jpg") no-repeat scroll center 0;
}
.parent-3104.home {
    background: rgba(0, 0, 0, 0) url("pics/geschichte.jpg") no-repeat scroll center 0;
}
.parent-1647, .parent-3058 {
    background: rgba(0, 0, 0, 0) url("pics/tiere_neu.png") no-repeat scroll center 135px;
}
.parent-14 {
    background: rgba(0, 0, 0, 0) url("pics/tiere_neu.png") no-repeat scroll center 135px;
}
.parent-15, .parent-3074, .parent-945 {
    background: rgba(0, 0, 0, 0) url("pics/bg_spezial.png") no-repeat scroll center 0;
}
#diebuschpiloten.home, .page-3361.home {
    background: rgba(0, 0, 0, 0) url("pics/buschpilot.jpg") no-repeat scroll center 135px;
}
#willkommen #content, .page-3443 #content, .page-1483 #content, .parent-1483 #content, .page-3071 #content, .parent-3071 #content, .page-1484 #content, .page-3310 #content, .page-1485 #content, .page-2838 #content, .parent-1647 #content, .parent-3058 #content, #newsblog #content, #diebuschpiloten #content,.page-3361 #content, .parent-15 #content, .parent-3074 #content, .parent-1484 #content, .page-1484 #content, .page-3310 #content {
    clear: both;
    display: inline;
    float: left;
    margin-left: 106px;
    margin-top: 300px;
    width: 784px;
}
.page-12 #content, .page-2743 #content {
    clear: both;
    display: inline;
    float: left;
    margin-left: 50px;
    margin-top: 300px;
    width: 984px;
}
.parent-14 #content {
    clear: both;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 300px;
    width: 980px;
}
.page-1484 #content, .page-3310 #content {
    float: left;
    margin-left: 10px;
    margin-top: 300px;
    width: auto;
}
.unterseitemitpunkten #content {
    margin-left: 10px;
}
.unterseitemitmenu_alt #content {
    /*margin-left: 10px;
    margin-top: 250px;*/
    width: auto;
}
.unterseitemitmenu .text_holder_runde_ecken {
    float: none;
    margin: 0 auto;
    max-width: none;
    padding: 1%;
}
.unterseitemitmenu_alt #content .post {
    float: left;
    width: 700px;
}
.unterseitemitpunkten #content .post {
    float: left;
    margin-left: 10px;
    width: 736px;
}
#geschichte.unterseitemitmenu_alt #content .post, #geschichte.unterseitemitpunkten #content .post, .page-14.unterseitemitmenu_alt #content .post, .page-14.unterseitemitpunkten #content .post, .page-3104.unterseitemitmenu_alt #content .post, .page-3104.unterseitemitpunkten #content .post {
    float: left;
    width: 775px;
}
#safariinsafrikanischetierreich.parent-8 .post, .page-3058.parent-2742 .post, #wissen.parent-8 .post, .page-15.parent-8 .post, .page-3074.parent-8 .post {
    margin-left: auto;
    width: auto;
}
.nav_unterseiten {
    background: #3f9100 none repeat scroll 0 0;
    border: 5px solid #52cc19;
    border-radius: 20px;
    display: inline-block;
    margin-left: 11px;
    padding: 10px 10px 2px 11px;
    width: 162px;
}
#geschichte .text_holder_runde_ecken, .page-14 .text_holder_runde_ecken, .page-3104 .text_holder_runde_ecken {
    display: none;
}
.nav_unterpunkte span {
    color: #fff;
    display: block;
    margin-top: -39px;
    position: relative;
    text-align: right;
    width: 100%;
}
.nav_unterpunkte a {
    margin-bottom: 26px;
}
.nav_unterpunkte a::before {
    background: rgba(0, 0, 0, 0) url("/public/themes/scherzo/pics/maske_klein.png") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 184px;
    margin-left: 0;
    position: absolute;
    width: 184px;
}
.nav_unterpunkte a:hover::before {
    display: none;
}
.nav_unterpunkte img {
    border-radius: 20px;
}
.nav_unterpunkte a {
    display: block;
}
#geschichte .nav_unterpunkte, .page-14 .nav_unterseiten, .page-3104 .nav_unterseiten {
    margin-top: 83px;
}
#geschichte #content .nav_unterpunkte img, .page-14 #content .nav_unterpunkte img, .page-3104 #content .nav_unterpunkte img {
    border: medium none !important;
    border-radius: 20px !important;
    margin-right: inherit !important;
}
.nav_unterpunkte {
    display: inline-block;
    margin-left: 11px;
    width: 162px;
}
.nav_unterseiten a {
    color: #fff;
    display: block;
}
#willkommen #content .entry-content, .page-3443 #content .entry-content, .page-1483 #content .entry-content, .page-3071 #content .entry-content, .page-3071 #content .entry-content,.parent-1483 #content .entry-content, .page-1484 #content .entry-content, .page-3310 #content .entry-content, .page-1485 #content .entry-content, .page-2838 #content .entry-content, .parent-1647 #content .entry-content, .parent-3058 #content .entry-content {
    background: #ffff85 none repeat scroll 0 0;
    border-radius: 20px;
    padding: 20px;
}
#archiv .entry, .page-2743 .entry {
    background: #ffff85 none repeat scroll 0 0;
    border: 5px solid #ff5d00;
    border-radius: 20px;
    clear: both;
    display: block !important;
    margin-bottom: 21px;
    margin-right: 46px;
    padding: 10px;
    page-break-inside: avoid;
    width: 406px;
}
#archiv #content, .page-2743 #content {
    background-image: url("pics/post_bg_element.png"), url("pics/post_bg_element.png"), url("pics/post_bg_element.png");
    background-position: 461px 72px, 461px 1272px, 461px 2572px;
    background-repeat: no-repeat, no-repeat;
}
.post_element {
    background: rgba(0, 0, 0, 0) url("pics/post_element.png") repeat scroll 0 0;
    clear: both;
    height: 36px;
    position: relative;
    right: -421px;
    top: -100px;
    width: 25px;
}
#archiv #post13 .post_element, #archiv #post14 .post_element, #archiv #post15 .post_element, #archiv #post16 .post_element, #archiv #post17 .post_element, #archiv #post18 .post_element, #archiv #post19 .post_element, #archiv #post20 .post_element, #archiv #post21 .post_element, #archiv #post22 .post_element, #archiv #post23 .post_element, #archiv #post24 .post_element, #archiv #post25 .post_element {
    background-size: auto 37px;
    right: 41px;
    top: -119px;
    width: 26px;
}
.page-2743 #post13 .post_element, .page-2743 #post14 .post_element, .page-2743 #post15 .post_element, .page-2743 #post16 .post_element, .page-2743 #post17 .post_element, .page-2743 #post18 .post_element, .page-2743 #post19 .post_element, .page-2743 #post20 .post_element, .page-2743 #post21 .post_element, .page-2743 #post22 .post_element, .page-2743 #post23 .post_element, .page-2743 #post24 .post_element, .page-2743 #post25 .post_element {
    background-size: auto 37px;
    right: 41px;
    top: -119px;
    width: 26px;
}
#archiv .entry-content .entry img, .page-2743 .entry-content .entry img {
    display: block;
    float: left !important;
}
.holder_news {
}
#archiv #content .entry-content, .page-2743 #content .entry-content {
    -moz-column-count: 2;
}
#archiv .entry h3, #archiv .entry h3 a {
    color: #3f9100;
    font-size: 22px;
    padding: 0 10px 0 0;
}
.date_news {
    color: #e8b22a;
    font-size: 14px;
}
#hochkant {
    width: 184px;
}
#klein {
    width: 184px;
}
#medienkiste .item, #afrikajuniortv .item, .page-3265 .item {
    float: left;
}
#hören .item {
    float: left;
}
#sehen .item {
    float: left;
}
#hören .entry-content img {
    margin: 0;
}
#hören .entry-content img {
    margin: 0;
}
#sehen .entry-content img {
    margin: 0;
}
#klein a:hover {
}
#lesen .item:hover .text_item, .page-3170 .item:hover .text_item {
    opacity: 1;
}
#afrikakindertv #content img {
    border: 7px solid #ff5c00 !important;
    border-radius: 7px !important;
}
#mrchenundgeschichtenzumhören #content img, #musik-afrikanischeliederundrhythmen #content img {
    border: 7px solid #ff5c00 !important;
    border-radius: 7px !important;
    margin: 0 10px;
}
#mrchenundgeschichtenzumhören #content h2 {
    clear: both;
    float: none;
}
#geschichte #content img, .page-14 #content img, .page-3104 #content img {
    border: 7px solid #ff5c00 !important;
    border-radius: 7px !important;
    margin-right: 2%;
}
#geschichte #content img#trenner_geschichte, .page-14 #content img#trenner_geschichte, .page-3104 #content img#trenner_geschichte {
    border: 0 none !important;
    margin-left: -53px;
    position: absolute !important;
}
#geschichte h3, .page-14 h3, .page-3104 h3 {
    clear: both;
    float: none;
}
.geschichts_item {
    background: #ffff85 none repeat scroll 0 0;
    border: 8px solid #ff5c00;
    border-radius: 8px;
    clear: both;
    display: inline-block;
    float: none;
    margin: 2% 2% 2% 67px;
    padding: 2%;
     width: 800px;
}
#geschichte #content, .page-14 #content, .page-3104 #content {
    background-position: 27px 367px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 195px;
    width: 980px;
}
#geschichte .entry-content, .page-14 .entry-content, .page-3104 .entry-content {
    background-image: url("pics/post_bg_element.png"), url("pics/post_bg_element.png");
    background-position: 27px top, 27px bottom;
    background-repeat: repeat-y, repeat-y;
}
#geschichte .post_element {
    background: rgba(0, 0, 0, 0) url("pics/post_element.png") repeat scroll 0 0;
    clear: both;
    height: 36px;
    margin-left: -49px;
    margin-top: 3%;
    position: absolute;
    right: unset;
    top: unset;
    width: 25px;
}
/* .kontinent_karte_mit_tieren #safrikanischetierreich, .kontinent_karte_mit_tieren #safrikanischetierreich {
    display: none;
}*/
#kontinent .kontinent_karte_mit_tieren, #continent .kontinent_karte_mit_tieren {
    display: inline-block;
}
.kontinent_karte_zonen, .kontinent_karte_laender, .kontinent_karte_mit_tieren {
    border-radius: 20px;
    float: left;
    height: auto;
    max-width: 780px;
    width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
    display: block;
    float: none;
    font-weight: bold;
    margin: 0 0 2%;
}
.entry-content h1 {
    color: #3f9100;
    font-size: 2em;
}
h2 {
    color: #ff5d00;
}
.text_holder_runde_ecken {
    background: #ffff85 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    float: left;
    margin: 15px 0 0;
    max-width: 780px;
    padding: 10px;
    width: 100%;
}
.btn_laender, .btn_regionen, .btn_normal {
    cursor: pointer;
}
.btn_laender div, .btn_regionen div, .btn_normal div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 100%;
    border-spacing: 10px;
    float: left;
    font-size: 0;
    height: 10px;
    margin-right: 5px;
    margin-top: 6px;
    width: 10px;
}
.btn_selected {
background-color: #306f00 !important;
box-shadow: 0px -5px 0px #2f6704 inset !important;
}
.btn_selected span {
}
.holder_switcher_laender {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    width: 120px;
}
.btn_laender, .btn_regionen, .btn_normal {
    color: #000;
}
.holder_switcher_laender a {
width: 70px;
}
.holder_switcher_laender a:not(:last-child) {
margin-bottom: 3px;
}
.entry-content h1, .entry-content h2 {
    line-height: 120%;
    padding: 0.857em 0 0.428em;
}
.laender_regionen #content {
    clear: none;
}
.laender_regionen .sidebar {
    margin-top: 15px;
}
.quickedit {
    clear: both;
    display: block;
    float: none;
}
.kontinent_karte_zonen, .kontinent_karte_laender, .holder_switcher_laender, .laender_regionen map, .kontinent_karte_mit_tieren {
    display: none;
}
#kontinent .kontinent_karte_zonen, #kontinent .holder_switcher_laender, #kontinent map, #continent .kontinent_karte_zonen, #continent .holder_switcher_laender, #continent map {
    display: inline-block;
}
#kontinent .sidebar, #continent .sidebar {
    margin-top: 0;
}
.karte_region, .karte_laender {
    display: none;
}
.Kontinent .karte_laender {
    display: inline-block;
    margin-right: 2%;
}
.Regionen .karte_region {
    display: inline-block;
}
.Regionen .karte_laender {
    display: inline-block;
}
.sidebar .label {
    background: #52cc19 none repeat scroll 0 0;
    border-radius: 20px 10px 0 0;
    color: #fff;
    margin-left: -12px;
    margin-top: -11px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
    position: relative;
    width: 182px;
}
.titel_image {
    color: #fffbcc;
    font-size: 8px;
    line-height: 100%;
    padding: 1px;
    position: absolute;
    text-align: left;
    z-index: 1;
}
.laender_regionen .entry-content img {
}
#wissen .startseite_holder .item, .page-15 .startseite_holder .item, .page-3074 .startseite_holder .item, #safariinsafrikanischetierreich .startseite_holder .item , .page-3058 .startseite_holder .item {
    margin-bottom: -15px;
}
#wissen #paten, .page-15 #paten, .page-3074 #paten, #safariinsafrikanischetierreich #paten, .page-3058 #paten {
    float: left;
    margin-bottom: -33px !important;
}
#wissen #archiv, .page-15 #archiv, .page-3074 #archiv, #safariinsafrikanischetierreich #archiv, .page-3058 #archiv {
    float: left;
}
.archiv_zwei {
    display: inline-block;
    height: 382px;
}
.kommmit_zwei .maske {
    margin: 397px 0 0 -199px !important;
}
#wissen .spezial_und_spiel_mit, .page-15 .spezial_und_spiel_mit, .page-3074 .spezial_und_spiel_mit, .page-3058 .spezial_und_spiel_mit {
    float: right;
}
#footprint {
    float: right;
}
#wissen .text_item, .page-15 .text_item,.page-3074 .text_item, #safariinsafrikanischetierreich .text_item, .page-3058 .text_item  {
    bottom: 68px;
    color: #fff;
    display: block !important;
    font-size: 18px;
    font-weight: bold;
    height: 53px;
    max-width: 181px;
    position: relative;
    right: 6px;
    text-align: right;
}
#wissen .entry-content span,.page-15 .entry-content span,.page-3074 .entry-content span, #safariinsafrikanischetierreich .entry-content span, .page-3058 .entry-content span {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 181px;
}
#wissen .startseite_holder .item, .page-15 .startseite_holder .item,.page-3074 .startseite_holder .item, #safariinsafrikanischetierreich .startseite_holder .item, .page-3058 .startseite_holder .item {
    margin-bottom: -45px;
}
#wissen .breiter_container, .page-15 .breiter_container,.page-3074 .breiter_container, #safariinsafrikanischetierreich .breiter_container {
    left: 192px;
}
.kommmit_zwei .breiter_container span {
    width: 300px !important;
}
.entry-content img {
    border: 0 none;
    border-radius: 0;
    /*margin: 1%;*/
}
#wissen .entry-content img, .page-15 .entry-content img,.page-3074 .entry-content img, #homepage .entry-content img, #en .entry-content img, #de .entry-content img, #medienkiste .entry-content img, #lesen .entry-content img, #hören.entry-content img, #sehen.entry-content img, #afrikajuniortv .entry-content img, .page-3265 .entry-content img, #safariinsafrikanischetierreich .entry-content img, .page-3170 .entry-content img, .page-3058 .entry-content img {
    border: 0 none !important;
    border-radius: 0;
    margin: 0;
}
.sehen .entry-content {
    text-align: center;
}
#sehen .entry-content .startseite_holder {
    margin: 0 auto;
    transform: scale(0.9);
}
#sehen .entry-content .startseite_holder .item {
    float: left;
    width: 230px;
}
#sehen .entry-content .startseite_holder img {
    width: 230px;
}
object {
    border: 7px solid #ffe045;
    border-radius: 7px;
}

.button-header{
    float:right;
    margin-top:5px;
}

.laenderlinks {
    float: left;
    margin-right: 30px;
    width: 796px;
}
.laenderrechts {
    display: block;
    float: left;
}
.box_oben .laenderdaten {
    float: left;
    height: 437px;
    width: 287px;
}
.box_oben .detail {
    margin-left: 25px;
    margin-right: 0 !important;
    width: 450px;
}
.laender_regionen .box_oben {
    margin-bottom: 7px;
}
.laender_regionen .entry-title {
    color: #3f9100;
    font-size: 30px;
}
.box_oben table img {
    float: none !important;
    margin: 0 !important;
}
.box_oben table td:nth-child(1) {
    color: #3f9100;
    font-weight: bold;
}
.box_oben table td {
    padding-bottom: 15px;
}
.laender_regionen article h5 {
    clear: both;
    color: #3f9100;
    display: block;
    float: none;
    font-size: 20px;
}
#clicker {
    color: #3f9100;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
#clicker:hover {
    color: #ff5c00;
    font-weight: bold;
}
.intextnav {
    font-weight: bold;
    text-align: center;
margin-bottom: 15px !important;
visibility: hidden;
}
.intextnav_neu {
	margin-bottom: 30px;
}
.sidebar_part .Medienbox, .sidebar_part .Regionen {
    display: none;
}
.openmedienbox {
    background: rgba(0, 0, 0, 0) url("pics/bg_header_link.png") no-repeat scroll right center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    margin-right: 10px;
    min-width: 153px;
    padding-left: 7px;
    padding-top: 5px;
    text-align: left;
}
.medienboxholder {
    background: #51cc18 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: none;
    margin-top: 10px;
    padding: 10px;
}
#kontinent .box_oben .laenderdaten, #kontinent .intextnav, #continent .box_oben .laenderdaten, #continent .intextnav {
    display: none;
}
.karte_kontinent {
    display: inline-block;
    width: 100%;
}
#hören .entry-content #gross:nth-child(1) {
    margin-left: 66px;
    margin-right: 60px;
}
.flagge_land, .minimap_land {
    height: 80px;
    width: auto;
}
.laenderdaten .titel_image {
    display: none;
}
.flieger {
    height: auto;
    width: 300px;
}
.Regionen a.buschpilotlink, .Regions a.buschpilotlink {
    display: inline-block;
}
a.buschpilotlink {
    border-radius: 7%;
    color: #ff5d04;
    display: none;
    text-align: center;
    width: 100%;
}
a.buschpilotlink:hover {
    border-radius: 7%;
    color: #ff5d04;
    display: inline-block;
    text-align: center;
    width: 100%;
}
a.buschpilotlink:hover {
    transform: scale(1.1);
}
.einleitung {
    background: #ffff85 none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
}
.post {
    background: #ffff85 none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
    width: 100%;
}
.laender_regionen .post {
    display: inline-block;
    width: 90%;
}
.laender_regionen .post img {
    height: auto;
    max-width: 90%;
}
#medienkiste .post, #geschichte .post, #wissen .post, .page-15 .post,.page-3074 .post, #tiere .post, #archiv .post, #archiv .post, #afrikajuniortv .post, #lesen .post, #hören .post, #homepage .post, #safariinsafrikanischetierreich .post, #de .post, #en .post, .page-3170 .post, .page-14 .post, .page-3104 .post, .page-3058 .post {
    background: inherit;
    border-radius: 0;
    display: inline-block;
    padding: inherit;
}
#untenganzrechts {
    left: -200px;
    position: relative;
}
#newsblog #content .post {
    width: 97% !important;
}
#newsblog #content, .page-1483 #content, .page-3071 #content, .page-1485 #content, .page-2838 #content {
    margin-top: 297px;
}
.laender_regionen .karte_laender {
    display: inline-block;
}
#continent .karte_laender, #kontinent .karte_laender {
    display: none;
}
.page-3170 .startseite_holder .item, .page-3170 .startseite_holder .item img, .page-3170 #hochkant {
    width: 146px;
}
.page-3170 .startseite_holder .maske, .page-3170 .startseite_holder .startseite_item {
    min-width: 146px;
    width: 146px;
}
}
@media print {
* {
    background-color: #fff;
    color: #000;
}
html {
    font-family: "pt serif",georgia,serif;
    font-size: 100%;
    line-height: 1.25;
}
#site-nav, #sidebar, #site-footer, .accessibility, .pagination, .entry-taxonomy, #respond {
    display: none;
}
a {
    border-bottom: 1px dotted #888;
    text-decoration: none;
}
h1 a, h2 a {
    border-bottom: medium none;
}
h1, h2, h3, h4, h5, h6 {
    page-break-before: auto;
}
img {
    page-break-inside: avoid;
}
.wp-caption, .entry-content img {
    height: auto !important;
    max-width: 100% !important;
}
#afrikakindertv h2 a:link {
    color: #ff5d00 !important;
}
.entry-content h2 {
    clear: left;
    display: block;
    float: none;
}
}
@media screen and (min-width: 600px) {
#wrapper {
    width: 1000px;
}
#site-header {
    background-size: 100% auto;
    height: 9em;
    margin-bottom: 3em;
    padding: 0 0.375em;
}
.sidebar #laender h3, .sidebar #region h3 {
    line-height: 100%;
    margin: 7% 0 0;
    padding: 0;
    text-align: left;
}
.karte_region, .karte_land {
    border-radius: 20px;
}
.karte_region {
    border-radius: 20px;
    float: left;
    margin-top: 15px;
    max-width: 780px;
    width: 100%;
}
.karte_laender {
    border-radius: 20px;
    float: left;
    margin-top: 15px;
    max-width: 450px;
    width: 40%;
}
.laender_regionen #content {
    width: 100%;
}
.karte_region, .karte_laender {
}
#Kontinent .karte_laender, #continent .karte_laender {
}
#afrikajuniortv #gross, .page-3265 #gross {
    float: left;
    transform: scale(1);
    width: 23%;
}
}
@media screen and (min-width: 850px) {
#wrapper {
    width: 1000px;
}
#content {
    clear: both;
    display: inline;
    float: left;
}
#sidebar {
    background-color: #fff;
    border-top: medium none;
    float: left;
    padding: 0 0.462em 0 0;
    width: 18em;
}
#site-header {
    height: 9em;
    padding: 0 0.375em;
}
#site-title {
    padding-top: 1.5em;
}
.hentry {
    padding-bottom: 3em;
}
.entry-title, .page-title {
    font-family: "Asap",serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.286em;
    margin-bottom: 0.429em;
    padding: 0;
    text-align: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
    font-weight: bold;
}
.single .entry-summary p {
    border-bottom: 1px dotted #cfcfcf;
    margin-bottom: 1.5em;
    margin-top: -1px;
    padding-bottom: 1.5em;
}
.single .entry-content {
    padding-bottom: 1.5em;
}
.single .entry-content .wide, .single .entry-content .wide img {
    height: auto !important;
    max-width: 50.25em !important;
}
.single .pagination {
    padding-bottom: 1.5em;
}
.comment-heading, #reply-title {
    font-weight: bold;
}
#author, #email, #url, #commentform textarea {
    max-width: 32.375em;
    width: 32.375em;
}
#author, #email, #url {
    max-width: 14.375em;
    width: 14.375em;
}
}
.unterseitemitmenu_alt .text_holder_runde_ecken {
    background: #ffff85 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    float: none;
    margin: 0 0 2%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: 100%;
}
#mediathek .entry-content img, .page-3160 .entry-content img {
    border: 0 none;
    border-radius: 0;
    margin: 0;
}
#mediathek .entry-content .item, .page-3160 .entry-content .item {
    float: left;
}
#mediathek .post, .page-3160 .post {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}
.parent-14 .nav_unterseiten {
    display: none;
}
.unterseitemitmenu_alt .text_holder_runde_ecken {
    background: #fffbcc none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    float: none;
    font-size: 20px;
    margin: 0 0 2%;
    max-width: 100%;
    padding: 2%;
    text-align: left;
    width: auto;
}
.unterpunkte {
    transition: all 0.3s ease 0s;
}
.fix-menu {
    margin-top: 10px;
    position: fixed;
    top: 0;
}
.wp-caption img, .entry-content img, .entry-content video {
}
#example_video_1 {
    background: rgba(0, 0, 0, 0) url("pics/bg_video.png") repeat scroll right center !important;
    height: 0;
    margin-bottom: 2%;
    padding-bottom: 54.8%;
    padding-top: 10px;
    position: relative;
    width: 100%;
}
.vjs-poster {
    background-color: transparent !important;
}
#example_video_1 video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
    color: #3f9100;
    content: "";
}
.vjs-control-bar {
    background: #ff5c00 none repeat scroll 0 0 !important;
    border-radius: 0 0 10px 10px;
    bottom: -8px !important;
}
.video-js .vjs-big-play-button {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: medium none !important;
    border-radius: 80px !important;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 80px !important;
    left: 43.333% !important;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 45.3333% !important;
    transition: all 0.4s ease 0s;
    width: 80px !important;
}
.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
    content: "";
}
.video-js .vjs-big-play-button::before {
    padding-top: 17px !important;
}
#newsblog .holder_news_ img {
    display: inline-block;
    height: auto;
    max-width: 200px !important;
    width: 250px !important;
}
#newsblog .holder_news_ {
    clear: both;
}
#newsblog .holder_news_ h3 {
    font-size: 20px;
}
#newsblog .entry_ {
    padding: 0 0 2% 2%;
}
#newsblog .entry_:nth-child(2n) {
    background: #fffbcc none repeat scroll 0 0;
    display: inline-block;
    padding: 0 0 2% 2%;
    width: 96%;
}
#afrikajuniortv .item img, .page-3265 .item img {
    width: 100%;
}
.parent-1671 .post, .parent-1668 .post, .parent-1377 .post, .parent-1670 .post {
    min-width: 1000px;
}
.page-3265 .post {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.page-14 .geschichts_item:before {
    background: peru;
    content: " ";
    position: absolute;
    width: 25px;
    height: 35px;
    display: inline-block;
    background: url(/public/themes/scherzo/pics/post_element.png);
    margin-left: -52px;
}
.page-3104 .geschichts_item:before {
    background: peru;
    content: " ";
    position: absolute;
    width: 25px;
    height: 35px;
    display: inline-block;
    background: url(/public/themes/scherzo/pics/post_element.png);
    margin-left: -52px;
}
.kontinent_karte_mit_safariinsafrikanischetierreichn {
	display: none;
}
#kontinent .kontinent_karte_mit_tieren, #continent .kontinent_karte_mit_tieren {
	display: inline-block;
}
.kontinent_karte_zonen, .kontinent_karte_laender, .kontinent_karte_mit_tieren {
	border-radius: 20px;
	float: left;
	height: auto;
	max-width: 780px;
	width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
	display: block;
	float: none;
	font-weight: bold;
	margin: 0 0 2%;
}
.entry-content h1 {
	font-size: 2em;
	color: #3F9100;
}
h2 {
	 
	color: #FF5D00;
}
.text_holder_runde_ecken {
	background: #ffff85 none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	float: left;
	margin: 15px 0 0;
	max-width: 780px;
	padding: 10px;
	width: 100%;
}
.btn_laender, .btn_regionen, .btn_normal {
	cursor: pointer;
}
.btn_laender div, .btn_regionen div, .btn_normal div {
	background: none;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	font-size: 0px;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	border-spacing: 10px;
	border: #000 solid 2px;
}
.holder_switcher_laender {
	width: 120px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
}
.btn_laender, .btn_regionen, .btn_normal {
	color: #000;
}
.entry-content h1, .entry-content h2 {
	line-height: 120%;
	padding: 0.857em 0 0.428em;
}
.laender_regionen #content {
	clear: none;
}
.laender_regionen .sidebar {
	margin-top: 15px;
}
.quickedit {
	display: block;
	clear: both;
	float: none;
}
/*laender_regionen Image swap*/
.kontinent_karte_zonen, .kontinent_karte_laender, .holder_switcher_laender, .laender_regionen map, .kontinent_karte_mit_tieren {
	display: none;
}
#kontinent .kontinent_karte_zonen, #kontinent .holder_switcher_laender, #kontinent map, #continent .kontinent_karte_zonen, #continent .holder_switcher_laender, #continent map {
	display: inline-block;
}
#kontinent .sidebar, #continent .sidebar {
	margin-top: 0;
}
.karte_region, .karte_laender {
	display: none;
}
.Kontinent .karte_laender {
	display: inline-block;
	margin-right: 2%;
}
.Regionen .karte_region {
	display: inline-block;
}
.Regionen .karte_laender {
	display: inline-block;
}
.sidebar .label {
	background: #52CC19;
	position: relative;
	margin-top: -11px;
	border-radius: 20px 10px 0px 0px;
	width: 182px;
	margin-left: -12px;
	padding-left: 15px;
	padding-top: 10px;
	color: #fff;
	padding-bottom: 5px;
}
.titel_image {
	color: #fffbcc;
	font-size: 8px;
	line-height: 100%;
	padding: 1px;
	position: absolute;
	text-align: left;
	z-index: 1;
}
.laender_regionen .entry-content img {
}
/*wissensübersicht*/
#wissen .startseite_holder .item, .page-15 .startseite_holder .item,.page-3074 .startseite_holder .item, #safariinsafrikanischetierreich .startseite_holder .item, .page-3058 .startseite_holder .item  {
	margin-bottom: -15px;
}
#wissen #paten, .page-15 #paten,.page-3074 #paten, #safariinsafrikanischetierreich #paten, .page-3058 #paten {
	float: left;
	margin-bottom: -33px !important;
}
#wissen #archiv, .page-15 #archiv,.page-3074 #archiv, #safariinsafrikanischetierreich #archiv, .page-3058 #archiv {
	float: left;
}
.archiv_zwei {
	padding-bottom: -33px;
	height: 382px;
	display: inline-block;
}
.kommmit_zwei .maske {
	margin: 397px 0 0 -199px !important;
}
#wissen .spezial_und_spiel_mit, .page-15 .spezial_und_spiel_mit,.page-3074 .spezial_und_spiel_mit, #safariinsafrikanischetierreich .spezial_und_spiel_mit {
	float: right;
}
#footprint {
	float: right;
}
#wissen .text_item, .page-15 .text_item,.page-3074 .text_item, #safariinsafrikanischetierreich .text_item, .page-3058 .text_item {
	bottom: 68px;
	color: #fff;
	display: block !important;
	font-size: 18px;
	font-weight: bold;
	height: 53px;
	max-width: 181px;
	position: relative;
	text-align: right;
	right: 6px;
}
#wissen .entry-content span,.page-15 .entry-content span,.page-3074 .entry-content span, #safariinsafrikanischetierreich .entry-content span,.page-3058 .entry-content span, .page-3058 .entry-content span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 181px;
}
#wissen .startseite_holder .item , .page-15 .startseite_holder .item,.page-3074 .startseite_holder .item, #safariinsafrikanischetierreich .startseite_holder .item, .page-3058 .startseite_holder .item {
	margin-bottom: -45px;
}
#wissen .breiter_container, .page-15 .breiter_container,.page-3074 .breiter_container, #safariinsafrikanischetierreich .breiter_container {
	left: 192px;
}
.kommmit_zwei .breiter_container span {
	width: 300px !important;
}
.entry-content img {
	border: 0px;
	border-radius: 0px;
	/*margin: 1%;*/
}
#wissen .entry-content img, .page-15 .entry-content img,.page-3074 .entry-content img, #homepage .entry-content img,#en .entry-content img,#de .entry-content img, #medienkiste .entry-content img, #lesen .entry-content img, #hören.entry-content img, #sehen.entry-content img, #afrikajuniortv .entry-content img, .page-3265 .entry-content img, #safariinsafrikanischetierreich .entry-content img, #.page-3058 .entry-content img, .page-3170 .entry-content img {
	border: 0px !important;
	border-radius: 0px;
	margin: 0;
}
.sehen .entry-content {
	text-align: center;
}
#sehen .entry-content .startseite_holder {
	margin: 0 auto;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
#sehen .entry-content .startseite_holder .item {
	float: left;
	width: 230px;
}
#sehen .entry-content .startseite_holder img {
	width: 230px;
}
object {
	border: #FFE045 solid 7px;
	border-radius: 7px;
}
/*laenderhacks by timo*/
.laenderlinks {
	float: left;
	margin-right: 30px;
	width: 796px;
}
.laenderrechts1 {
	display: block;
	float: left;
        margin-top: 28px;
}
.box_oben .laenderdaten {
	float: left;
	height: 437px;
	width: 287px;
}
.box_oben .detail {
	margin-left: 25px;
	margin-right: 0 !important;
	width: 450px;
}
.laender_regionen .box_oben {
	margin-bottom: 7px;
}
.laender_regionen .entry-title {
	font-size: 30px;
	color: #3F9100;
}
.box_oben table img {
	float: none !important;
	margin: 0 !important;
}
.box_oben table td:nth-child(1) {
	color: #3F9100;
	font-weight: bold;
}
.box_oben table td {
	padding-bottom: 15px;
}
.laender_regionen article h5 {
	color: #3f9100;
	display: block;
	font-size: 20px;
	float: none;
	clear: both;
}
#clicker {
	color: #3f9100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
#clicker:hover {
	color: #FF5C00;
	font-weight: bold;
}
.intextnav {
	font-weight: bold;
	text-align: center;
}
.sidebar_part .Medienbox, .sidebar_part .Regionen {
	display: none;
}
.openmedienbox {
	background: rgba(0, 0, 0, 0) url("pics/bg_header_link.png") no-repeat scroll right center;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 33px;
	margin-right: 10px;
	min-width: 153px;
	padding-left: 7px;
	padding-top: 5px;
	text-align: left;
	cursor: pointer;
}
.medienboxholder {
	background: #51cc18 none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	display: none;
}
#kontinent .box_oben .laenderdaten, #kontinent .intextnav, #continent .box_oben .laenderdaten, #continent .intextnav {
	display: none;
}
.karte_kontinent {
	display: inline-block;
	width: 100%;
}
#hören .entry-content #gross:nth-child(1) {
	margin-right: 60px;
	margin-left: 66px;
}
.flagge_land, .minimap_land {
	width: auto;
	height: 80px;
}
.laenderdaten .titel_image {
	display: none;
}
.flieger {
	width: 300px;
	height: auto;
}
.Regionen a.buschpilotlink, .Regions a.buschpilotlink {
	display: inline-block;
}
a.buschpilotlink {
	text-align: center;
	width: 100%;
	display: none;
	color: #FF5D04;
	border-radius: 7%;
}
a.buschpilotlink:hover {
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #FF5D04;
	border-radius: 7%;
}
a.buschpilotlink:hover {
	transform: scale(1.1);
}
.einleitung {
	background: #ffff85 none repeat scroll 0 0;
	border-radius: 20px;
	padding: 20px;
	display: inline-block;
}
.post {
	background: #ffff85 none repeat scroll 0 0;
	border-radius: 20px;
	padding: 20px;
	display: inline-block;
	width:100%;
}
.laender_regionen .post {
	 display: inline-block;
    width: 90%;
}
.laender_regionen .post img{
	max-width:90%;
	height:auto;
}
#medienkiste .post, #geschichte .post, #wissen .post, .page-15 .post,.page-3074 .post, #tiere .post, #archiv .post,.page-2743 .post, #archiv .post, #afrikajuniortv .post, #lesen .post, #hören .post, #homepage .post, #safariinsafrikanischetierreich .post, .page-3058 .post,#de .post,#en .post, .page-3170 .post, .page-14 .post, .page-3104 .post {
	background: inherit;
	border-radius: 0;
	padding: inherit;
	display: inline-block;
}
#untenganzrechts {
	position: relative;
	left: -200px;
}
#newsblog #content .post {
	width: 97% !important;
}
#newsblog #content, .page-1483 #content,.page-3071 #content, .page-1485 #content, .page-2838 #content {
	margin-top: 297px;
}
.laender_regionen .karte_laender {
    display: inline-block;
}
#continent .karte_laender, #kontinent .karte_laender {
	display:none;
}
.page-3170 .startseite_holder .item, .page-3170 .startseite_holder .item img, .page-3170 #hochkant {
	width:146px;
}
.page-3170 .startseite_holder .maske, .page-3170 .startseite_holder .startseite_item {
	min-width: 146px;
	width: 146px;
}
#foxyform_embed_link_190446 {
 display:none !important;	
}
.page-2742 .entry-content {
    width: 100%;
    background: transparent !important;
}
} /* end main screen and projection query */

/* 8. PRINT STYLES
------------------*/

@media print {
* {
	background-color: #FFF;
	color: #000;
}
html {
	font-size: 100%;
	line-height: 1.25;
	font-family: 'pt serif', georgia, serif;
}
#site-nav, #sidebar, #site-footer, .accessibility, .pagination, .entry-taxonomy, #respond {
	display: none;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #888;
}
h1 a, h2 a {
	border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
	page-break-before: auto;
}
img {
	page-break-inside: avoid;
}
.wp-caption, .entry-content img {
	max-width: 100% !important;
	_width: 100% !important; /* IE6 hack */
	height: auto !important;
}
#afrikakindertv h2 a:link {
	color: #ff5d00 !important;
}
.entry-content h2 {
	display: block;
	float: none;
	clear: left;
}

} /* End @media print query */

/* 9. WIDE SCREEN STYLES (using @MEDIA)
---------------------------------------*/

@media screen and (min-width: 600px) {
/*	
		
		We set this first query to make sure that 
		our measure isn't *too* wide on some narrow
		width devices.

	*/
	
#wrapper {
	width: 1000px;
	_width: 1000px; /* IE6 hack */
}
#site-header {
	background-size: 100%;
	height: 9em;
	padding: 0 0.375em;
	margin-bottom: 3em;
}
.sidebar #laender h3, .sidebar #region h3 {
	line-height: 100%;
	margin: 7% 0 0;
	padding: 0;
	text-align: left;
}
.karte_region, .karte_land {
	border-radius: 20px;
}
.karte_region {
	border-radius: 20px;
	float: left;
	margin-top: 15px;
	max-width: 780px;
	width: 100%;
}
.karte_laender {
	border-radius: 20px;
	float: left;
	margin-top: 15px;
	max-width: 450px;
	width: 40%;
}
.laender_regionen #content {
	width: 100%;
}
.karte_region, .karte_laender {
	diplay: none;
}
#Kontinent .karte_laender, #continent .karte_laender {
	diplay: inline-block;
}
#afrikajuniortv #gross, .page-3265 #gross {
	transform: scale(1);
	float: left;
	float: left;
	width: 23%;
}

}

@media screen and (min-width: 850px) {
#wrapper {
	width: 1000px;
	_width: 1000px;
}
#content {
	clear: both;
	float: left;
	display: inline;
}
#sidebar {
	float: left;
	width: 18em;
	padding: 0 0.462em 0 0;
	background-color: #FFF;
	border-top: none;
}
#site-header {
	height: 9em;
	padding: 0 0.375em;
}
#site-title {
	padding-top: 1.5em;
}
.hentry {
	padding-bottom: 3em;
}
.entry-title, .page-title {
	font-size: 33px;
	font-weight: bold;
	font-family: 'Asap', serif;
	padding: 0 0 0 0;
	margin-bottom: 0.429em;
	line-height: 1.286em;
	text-align: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content dt {
	font-weight: bold;
}
.single .entry-summary p {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #CFCFCF;
	margin-top: -1px;
}
.single .entry-content {
	padding-bottom: 1.5em;
}
.single .entry-content .wide, .single .entry-content .wide img {
	max-width: 50.25em !important;
	_width: 50.25em !important;
	height: auto !important;
}
.single .pagination {
	padding-bottom: 1.5em;
}
.comment-heading, #reply-title {
	font-weight: bold;
}
#author, #email, #url, #commentform textarea {
	width: 32.375em;
	max-width: 32.375em;
}
#author, #email, #url {
	width: 14.375em;
	max-width: 14.375em;
}
} /* End @media width query */
.unterseitemitmenu_alt .text_holder_runde_ecken {
	background: #ffff85 none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	float: none;
	margin: 0 0 2%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	text-align: left;
}
#mediathek .entry-content img, .page-3160 .entry-content img{
	border: 0 none;
	border-radius: 0;
	margin: 0;
}
#mediathek .entry-content .item, .page-3160 .entry-content .item {
	float: left
}
#mediathek .post,.page-3160 .post  {
	background: none;
	border-radius: 0px;
	padding: 0px;
}
.parent-14 .nav_unterseiten {
	display: none;
}
.unterseitemitmenu_alt .text_holder_runde_ecken {
	background: #fffbcc none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	float: none;
	font-size: 20px;
	margin: 0 0 2%;
	max-width: 100%;
	padding: 2%;
	text-align: left;
	width: auto;
}
.unterpunkte {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fix-menu {
	position: fixed;
	top: 0;
	margin-top: 10px;
}
.wp-caption img, .entry-content img, .entry-content video {
}
#example_video_1 {
	width: 100%;
	position: relative;
	padding-bottom: 54.8%; /* 16:9 */
	padding-top: 10px;
	height: 0;
	background: url("pics/bg_video.png") repeat scroll right center !important;
	margin-bottom: 2%;
}
.vjs-poster {
	background-color: transparent !important;
}
#example_video_1 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
	color: #3f9100;
	content: "";
}
.vjs-control-bar {
	background: #FF5C00 !important;
	border-radius: 0px 0px 10px 10px;
	bottom: -8px !important;
}
.video-js .vjs-big-play-button {
	background-color: rgba(255, 255, 255, 0.9) !important;
    border: medium none !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 80px !important;
    left: 43.333% !important;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 45.3333% !important;
    transition: all 0.4s ease 0s;
    width: 80px !important;
    border-radius: 80px !important;
}
.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
    content: "";
    
}
.video-js .vjs-big-play-button::before  {
   padding-top:17px !important;
    
}
#newsblog .holder_news_ img {
	width: 250px !important;
	max-width: 200px !important;
	display: inline-block;
	height: auto;
}
#newsblog .holder_news_ {
	clear: both;
}
#newsblog .holder_news_ h3 {
	font-size: 20px;
}
#newsblog .entry_ {
	padding: 0% 0% 2% 2%;
}
#newsblog .entry_:nth-child(even) {
	background: #FFFBCC;
	display: inline-block;
	width: 96%;
	padding: 0% 0% 2% 2%;
}
#afrikajuniortv .item img, .page-3265 .item img {
	width: 100%;
}

.parent-1671 .post, .parent-1668 .post, .parent-1377 .post, .parent-1670 .post {
	min-width: 1000px;

}

.page-3265 .post {
    background: none;
}

 /* Paging */
  #paginator {
    font-size:0.8em;
    overflow:auto;
    padding:4px;
  }
	
  .pageselected {
    font-size:1.1em;
    font-weight:bold;
    color:#ddd;
    background-color:#555;
    border:1px solid #666 !important;
    padding:1px 3px 1px 2px !important;
    margin:0 2px 0 2px !important;
  }

  #paginator li, .pageselected {
    font-size:1.1em;
    line-height: 1.4em;
    border:1px solid #a6a6a6;
    padding:1px 6px 0px 5px !important;
    margin:0 7px 0 0!important;
    list-style-type:none !important;
    float:left;
    display:block;
  }
  
  a:hover.page {
    color:#444;
    background:#f0f0f0;
  }

  #newsblog a:nth-child(2) {
    color: #53de12;
    font-weight: bold;
    padding-left: 40px;
    word-break: break-word;
  }

p#teaser {
display: block;
    margin-left: 10px;
    text-align: right;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
    word-break: break-word;
}

span#mehr_lesen {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: black;
}

img#pfote {
    min-width: 0;
    min-height: 0;
    position: absolute;
    top: 15px;
    left: 7px;
}






















@charset "UTF-8";
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACoAAAA2CsZ2fWhoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABiwcIjbvH8Nl8ZuNkZQOBSiOgBZJqdASzOwcAEogDqtAdOAAB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: ""; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: ""; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: ""; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: ""; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: ""; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: ""; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: ""; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: ""; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: ""; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: ""; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: ""; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: ""; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: ""; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: ""; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: ""; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: ""; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: ""; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: ""; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: ""; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: ""; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: ""; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: ""; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: ""; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: ""; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: ""; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: ""; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: ""; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: ""; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: ""; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }
  @media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
      visibility: hidden; } }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }



  /* djg_poll */
.djg_poll{  border: 1px solid #ccc; background-color: #eee; width: 180px; padding: 10px;}
.djg_poll h3 {font-size: 20px; padding: 0; margin: 0;}
.djg_poll ul li span { padding: 0 0 0 5px;}
.djg_poll_alert{ text-align: center;}
/* djg_poll_vote_area */
.djg_poll_vote_area {}
.djg_poll_vote_button {width: 100%; background-color: #ddd; border:none; padding:5px; color: #666; font-weight: bold; cursor: pointer;}
.djg_poll_vote_button:hover {background-color: #76a83a; color: #fff;}
/* djg_poll_result_area */
.djg_poll_result_area {}
.djg_poll_result_area .tb {clear: both;}
.djg_poll_result_area .option{margin: 0 0 -12px 0; color: #666; }
.djg_poll_result_area .option p em{color: brown;}
.djg_poll_result_area .bar{ display: block; height:5px; background-color:#76a83a; margin: 0;}
.djg_poll_result_area .yourBar{background-color: brown;}

.items .item {
	display: inline-block;
	border: 5px solid #ff5d00;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.items .item .bild {
	width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 9;
    box-shadow: 0px -60px 1px #ff5d00 inset;
    border-radius: 17px;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.items .item:hover {
	border: 5px solid transparent;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.items .item:hover .bild {
	box-shadow: none;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.items .item:hover .text {
	opacity: 0;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.items .item .text {
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    font-weight: bold;
}

.items .item.antilopen {
	width: 184px;
    height: 384px;
}

.items .item.antilopen .bild {
	background: url(https://afrika-junior.de/public/themes/scherzo/pics/savanne.png);
}

area {
outline: none;
}

.land_unterseite article {
margin-top: 30px;
}

article img {
max-width: 100%;
}

map[name="karte_laender"] {
display: block !important;
}

#content {
    margin-bottom: 30px;
}


@media only screen and (max-width: 600px) {
    .gsc-input-box {
       height: 30px!important;
       margin-bottom: 10px!important;
       padding:0px!important;
    }
}