/* @override 
	https://zoos.media/wp-content/themes/wp_zoosmedia/css/style_zoosmedia.css?ver=6.8.3 */



@charset "UTF-8";
/* CSS Document */

@import url("webfonts_zoosmedia.css");


body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Maven Pro', sans-serif;
}

body.home,
body.page {
	background: url(../picts/bg_home.jpg)  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#size {
	display: none;
	position: fixed;
	color: blue;
	left: 5px;
	font-size: 10px;
	z-index: 9999;
	top: 5px;
}

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

/* Reset HTML5 Search Input in Webkit */

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

p {
	padding-bottom: 1em;
	margin-top: 0;
	display: block;
	margin-bottom: 0;
}

strong {
	font-weight: 900;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: #888;
}

a:hover, a:visited, a:focus {
	color: #333;
	outline: none;
	text-decoration: none;
}

.footnote {
	font-size: 0.85em;
}

.visible-xs {
	display: none;
}

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

.scalepict_header {
	height: 100%;
	width: auto;
}

.scrollup {
	display: block;
	height: 24px;
	position: fixed;
	padding: 0;
	margin: 0;
	right: 20px;
	bottom: 50px;
}

.scrollup:hover {
	opacity: 0.6;
}


h1, h2, h3, h4 {
	font-weight: 400;
	line-height: 100%;
}

h1, h2 {
	font-size: 32px;
	word-spacing: -4px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 16px;
}


ol {
	margin-left: 0;
}


/* ////////// CONTAINER //////////////// */

.container {
	width: 960px; 
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 100%;
}

.container .column { 
	width: 100%;
	float: left; 
	margin: 0px 0px 18px;
	text-align: left;
}

.container .column.full {
	width: 100%;
	display: inline-block;
}
.container .column.half {
	width: 50%;
	display: inline-block;
}



/* ////////// HEADER //////////////// */

#masthead {
	padding: 0;
	margin-top: 0;
	display: block;
	width: 100%;
	min-height: 180px;
	position: fixed;
	top: 0;
	z-index: 998;
}

#masthead .container {
	padding-left: 15px;
	height: 100%;
}

body.home #masthead,
body.page #masthead {
	background-color: rgba(255, 255, 255, 0.9);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

body.home .section_header.active,
body.page .section_header.active {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

body.category-medien-echo .section_header,
body.category-media-echo .section_header,
body.category-media-eco .section_header,
body.medien-echo .section_header,  /* Sub Categories/Posts */
body.media-echo .section_header,
body.media-eco .section_header {
	background-color: rgba(250,166,0,0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

body.category-medien-echo .section_header.active,
body.category-media-echo .section_header.active,
body.category-media-eco .section_header.active,
body.medien-echo .section_header.active,  /* Sub Categories/Posts */
body.media-echo .section_header.active,
body.media-eco .section_header.active {
	background-color: rgba(250,166,0,1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

body.category-zoo-fakten .section_header,
body.category-zoo-facts .section_header,
body.category-czoo-realidad .section_header,
body.zoo-fakten .section_header,  /* Sub Categories/Posts */
body.zoo-facts .section_header,
body.zoo-realidad .section_header {
	background-color: rgba(180,170,0,0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

body.category-zoo-fakten .section_header.active,
body.category-zoo-facts .section_header.active,
body.category-zoo-realidad .section_header.active,
body.zoo-fakten .section_header.active,  /* Sub Categories/Posts */
body.zoo-facts .section_header.active,
body.zoo-realidad .section_header.active {
	background-color: rgba(180,170,0,1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

body.category-tierrechte .section_header,
body.category-animal-rights .section_header,
body.category-derechos-animales .section_header,
body.tierrechte .section_header,  /* Sub Categories/Posts */
body.animal-rights .section_header,
body.derechos-animales .section_header {
	background-color: rgba(240,80,0,0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

body.category-tierrechte .section_header.active,
body.category-animal-rights .section_header.active,
body.category-derechos-animales .section_header.active,
body.tierrechte .section_header.active,  /* Sub Categories/Posts */
body.animal-rights .section_header.active,
body.derechos-animales .section_header.active {
	background-color: rgba(240,80,0,1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}


#holder_navi {
	position: relative;
	height: 38px;
	padding-top: 5px;
}

#logo {
	height: 106px;
	display: inline-block;
	position: relative;
	margin: 0;
}


body.medien-echo #logo,
body.media-echo #logo,
body.media-echo #logo {
	background-color: rgba(250,166,0,0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.header_about a:hover,
.header_about_text a:hover {
	opacity: 0.7;
}

.header_about.collapsed {
	margin: 0;
	top: -2px;
	position: relative;
	display: block;
}

.header_about a.accordion_toggle img {
	height: 10px;
	width: 36px;
	margin: 0;
	top: 0;
	position: relative;
}

.header_about a span {
	font-weight: 600;
	font-size: 16px;
	color: black;
	margin-left: 12px;
	position: relative;
	top: 0;
	display: inline-block;
}

.header_about_text {
	display: none;
	margin-bottom: 20px;
	padding-top: 12px;
}



#sprache {
	display: inline-block;
	right: 0px;
	top: 0px;
	position: absolute;
}

#lang_sel_list,
#lang_sel_list ul,
#lang_sel_list ul li {
	background: none;
	border: none !important;
	padding: 0;
}


#lang_sel_list ul li {
	margin-left: 10px !important;
	text-align: right;
}

#lang_sel_list ul li a {
	background: none;
	padding-right: 0;
}

#lang_sel_list li span {
   	color: #000;
   	border: none;
   	font-size: 15px;
   	text-align: right;
}


#lang_sel_list li.wpml-ls-current-language span {
	font-weight: 800;
	font-size: 15px;
}

#lang_sel_list li:hover {
   	opacity: 0.5;
	padding-right: 0;
}

/* ////////// NAVI ////////// */

#navi {
	display: block;
	width: auto;
	z-index: 999;
	margin: 0;
}

#navi ul#headermenu li {
 	position: static;
	left: 0;
}

#navi ul#headermenu li.hidden {
 	display: none;
}

#navi ul#headermenu li a {
	white-space: nowrap;
	color: black;
	opacity: 0.7;
	font-size: 16px;
	margin-right: 15px;
	float: left;
}

#navi ul#headermenu li a:hover {
	opacity: 1;
	cursor: pointer;
}

#navi ul#headermenu li.current-menu-item > a,
#navi ul#headermenu li.current-category-parent > a,
#navi ul#headermenu li.current-post-ancestor > a {
	font-weight: 800;
	opacity: 1;
}

#navi ul#headermenu li.current-menu-item a:hover {
	opacity: 1;
	cursor: default;
}

/* hide mouseover Hauptnavi */
#navi ul#headermenu li:hover ul.sub-menu {
	display: none; 
}
#navi ul#headermenu li.current-menu-item:hover ul.sub-menu {
	display: block;
}


/*///// Subnavi /////*/

#navi ul#headermenu li ul.sub-menu {
	box-shadow: none;
}

#navi ul#headermenu li ul.sub-menu li {
	display: inline-block;
}

#navi ul#headermenuli ul.sub-menu li a {
	font-weight: 300 !important;
	opacity: 0.7;
}

#navi ul#headermenu li ul.sub-menu li a:hover {
	opacity: 1;
	cursor: pointer;
}

#navi ul#headermenu li ul.sub-menu li.current-menu-item a {
	font-weight: 800;
	opacity: 1;
}

#navi ul#headermenu li.current-menu-item ul.sub-menu,
#navi ul#headermenu li.current-menu-parent ul.sub-menu,
#navi ul#headermenu li.current-post-ancestor ul.sub-menu  {
	display: block;
	position: absolute;
	top: 145px;
	left: 0;
}


#navi ul#headermenu ul.sub-menu li a {
	display: block;
	width: auto;
}

#holder_search {
	display: inline-block;
	position: absolute;
	right: 0;
	margin: 0;
	width: 240px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,0.3);
	height: 30px;
	top: 36px;
	background-color: white;
}

#holder_search input#searchinput {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    box-sizing: border-box;
    color: #444;
    margin: 0;
    padding-left: 10px;
    width: 200px;
	height: 29px;
	font-size: 1em;
	display: inline-block;
	float: left;
	position: relative;
	background-color: transparent;
}

#holder_search input#searchinput:focus {
  	outline: none;
	box-shadow: none;
}

#holder_search .search-submit {
	display: inline-block;
	border-radius: 0;
	border: none;
	text-shadow: none;
	box-shadow: none;
	margin: 0; 
	width: 40px;
	value: "";
	opacity: 0.6;
	text-align: center;
	height: 30px;
	background: transparent;
	padding-top: 0;
	transition: opacity 0.6s ease-in-out 0s;
}

#holder_search .search-submit:hover {
	opacity: 1;
}

/* Default Search-Form bei den Suchergebnissen */

.search-form input.search-field {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    box-sizing: border-box;
    color: #666;
    margin: 0;
    padding-left: 10px;
    width: 260px;
	height: 29px;
	font-size: 1em;
	display: inline-block;
	float: left;
	position: relative;
	background-color: white;
}

.search-form input.search-field:focus {
  	outline:none;
	box-shadow:none;
}

.search-form input.search-submit {
	display: inline-block;
	border-radius: 0;
	border: none;
	text-shadow: none;
	box-shadow: none;
	margin: 0; 
	width: auto;
	opacity: 1;
	text-align: center;
	height: 30px;
	line-height: 5px;
	font-size: 1em;
	padding-top: 5px;
	background: #ddd;
}

.search-form input.search-submit:hover {
	opacity: 0.8;
}






/* ////////// CONTENT HOME //////////*/

#section_content {
	position: relative;
	margin-top: 216px;
	margin-bottom: 106px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 !important;
	padding: 0 !important;
}


/* Teaser Startseite */ 

body.category .entry-content p strong,
body.search .entry-content p strong {
	font-weight: normal;
	font-weight: 300 !important;
	display: block;
}

body.home .entry-content p strong {
	font-weight: normal;
	font-weight: 300 !important;
	display: block;
}

article {
	margin-bottom: 18px;
	width: 100%;
	padding: 0;
}

article .no-postimage {
	margin-top: 40px;
	position: relative;
	padding-top: 75px;
} 

body.page article .no-postimage,
body.page-impressum article .no-postimage,
body.page-contactimprint article .no-postimage,
body.page-contactoaviso-legal article .no-postimage,
body.page-links article .no-postimage {
	margin-top: 0px;
	padding-top: 0px;
} 

body.home .teaser_category {
	height: 384px;
	overflow: hidden;
	color: white;
	position: relative;
}

body.home .teaser_category h1,
body.home .teaser_category h2 {
	margin-top: 16px;
	margin-bottom: 16px;
}

body.home .teaser_category h1 a,
body.home .teaser_category h2 a {
	color: white;
	-cursor: default;
}

body.home .teaser_category_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 300px;
	padding: 15px 0 15px 15px;
}

body.home .category-medien-echo .teaser_category_text,
body.home .category-media-echo .teaser_category_text,
body.home .category-media-eco .teaser_category_text {
	background: rgba(250,166,0,0.9);
}

body.home .category-zoo-fakten .teaser_category_text,
body.home .category-zoo-facts .teaser_category_text,
body.home .category-zoo-realidad .teaser_category_text {
	background: rgba(90,85,0,0.9);
}

body.home .category-tierrechte .teaser_category_text,
body.home .category-animal-rights .teaser_category_text,
body.home .category-derechos-animales .teaser_category_text {
	background: rgba(240,80,0,0.9);
}

body.home .teaser_category .teaser_category_arrow {
	height: 100%;
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 11;
	border-top: 192px solid transparent;
    border-bottom: 192px solid transparent;
    border-left: 96px solid white;
}

body.home .category-medien-echo .teaser_category_arrow,
body.home .category-media-echo .teaser_category_arrow,
body.home .category-media-eco .teaser_category_arrow {
    border-left-color: rgba(250,166,0,0.9);
}

body.home .category-zoo-fakten .teaser_category_arrow,
body.home .category-zoo-facts .teaser_category_arrow,
body.home .category-zoo-realidad .teaser_category_arrow {
    border-left-color: rgba(90,85,0,0.9);
}

body.home .category-tierrechte .teaser_category_arrow,
body.home .category-animal-rights .teaser_category_arrow,
body.home .category-derechos-animales .teaser_category_arrow {
    border-left-color: rgba(240,80,0,0.9);
}

body.home .teaser_category_pict {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 100%;
} 

body.home .teaser_category_pict img {
    display: inline-block;
    margin: -320px 0 auto;
	position: absolute;
	top: 50%;
}

.cat-links {
	display: inline-block;
}

a.more-link  {
	display: block;
}

.cat-links,
a.more-link  {
	font-weight: 800 !important;
}

body.home .posted-on,
body.home .byline {
	display: none;
}

body.home .category-medien-echo .entry-content a,
body.home .category-medien-echo .cat-links,  /* Slash zwischen Links */
body.home .category-medien-echo .cat-links a,
body.home .category-medien-echo a.more-link,
body.home .category-media-echo .entry-content a,
body.home .category-media-echo .cat-links,  /* Slash zwischen Links */
body.home .category-media-echo .cat-links a,
body.home .category-media-echo a.more-link,
body.home .category-media-eco .entry-content a,
body.home .category-media-eco .cat-links, /* Slash zwischen Links */
body.home .category-media-eco .cat-links a,
body.home .category-media-eco a.more-link {
	color: rgb(125,83,0);
} 

body.home .category-medien-echo .entry-content a:hover,
body.home .category-medien-echo .cat-links a:hover,
body.home .category-medien-echo a.more-link:hover,
body.home .category-media-echo .entry-content a:hover,
body.home .category-media-echo .cat-links a:hover,
body.home .category-media-echo a.more-link:hover,
body.home .category-media-eco .entry-content a:hover,
body.home .category-media-eco .cat-links a:hover,
body.home .category-media-eco a.more-link:hover {
	opacity: 0.75;
}

body.home .category-zoo-fakten .entry-content a,
body.home .category-zoo-fakten .cat-links a,
body.home .category-zoo-fakten a.more-link,
body.home .category-zoo-facts .entry-content a,
body.home .category-zoo-facts .cat-links a,
body.home .category-zoo-facts a.more-link,
body.home .category-zoo-realidad .entry-content a,
body.home .category-zoo-realidad .cat-links a,
body.home .category-zoo-realidad a.more-link  {
	color: rgb(180,170,0);
} 

body.home .category-zoo-fakten .entry-content a:hover,
body.home .category-zoo-fakten .cat-links a:hover,
body.home .category-zoo-fakten a.more-link:hover,
body.home .category-zoo-facts .entry-content a:hover,
body.home .category-zoo-facts .cat-links a:hover,
body.home .category-zoo-facts a.more-link:hover,
body.home .category-zoo-realidad .entry-content a:hover,
body.home .category-zoo-realidad .cat-links a:hover,
body.home .category-zoo-realidad a.more-link:hover {
	opacity: 0.75;
}

body.home .category-tierrechte .entry-content a,
body.home .category-tierrechte .cat-links a,
body.home .category-tierrechte a.more-link,
body.home .category-animal-rights .entry-content a,
body.home .category-animal-rights .cat-links a,
body.home .category-animal-rights a.more-link,
body.home .category-derechos-animales .entry-content a,
body.home .category-derechos-animales .cat-links a,
body.home .category-derechos-animales a.more-link  {
	color: rgb(120,40,0);
}

body.home .category-tierrechte .entry-content a:hover,
body.home .category-tierrechte .cat-links a:hover,
body.home .category-tierrechte a.more-link:hover,
body.home .category-animal-rights .entry-content a:hover,
body.home .category-animal-rights .cat-links a:hover,
body.home .category-animal-rights a.more-link:hover,
body.home .category-derechos-animales .entry-content a:hover,
body.home .category-derechos-animales .cat-links a:hover,
body.home .category-derechos-animales a.more-link:hover {
	opacity: 0.75;
} 




/* ////////// CONTENT KATEGORIEN ////////// */

body.medien-echo:not(.home),
body.media-echo:not(.home),
body.media-eco:not(.home) {
	background: rgb(250,166,0);
	background: url(../picts/bg_medien-echo.jpg)  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.zoo-fakten:not(.home),
body.zoo-facts:not(.home),
body.zoo-realidad:not(.home) {
	background: rgb(250,166,0);
	background: url(../picts/bg_argumente.jpg)  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.tierrechte:not(.home),
body.animal-rights:not(.home),
body.derechos-animales:not(.home) {
	background: rgb(240,80,0);
	background: url(../picts/bg_tierrechte.jpg)  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.medien-echo #holder_search,
body.media-echo #holder_search,
body.media-eco #holder_search {
	background: rgb(250,166,0);
}

body.zoo-fakten #holder_search,
body.zoo-facts #holder_search,
body.zoo-realidad #holder_search {
	background: rgb(180,170,0);
}

body.tierrechte #holder_search,
body.animal-rights #holder_search,
body.derechos-animales #holder_search {
	background: rgb(240,80,0);
}

body.home #holder_search {
	background: white;
}


.nav-links a {
	color: white;
}


.wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	width: 30px;
	height: 30px;
	color: black;
	text-decoration: none;
	border: 1px solid #666;
	padding: 0 0 1px;
	margin: 0 0 0 4px;
	position: relative;
	top: 0;
	border: none;
	background: white;
	opacity: 0.4;
}

.wp-pagenavi a:first-child, .wp-pagenavi span:first-child {
	margin: 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	opacity: 0.7;
}

.wp-pagenavi span.current {
	font-weight: 800;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
	font-weight: 800 !important;
}


.teaser_category_text {
	position: relative;
	width: 100%;
	padding: 15px 200px 30px 15px;
	background: white;
	display: inline-block;
	margin: 0;
} 

body.category .teaser_category_arrow,
body.author .teaser_category_arrow {
	position: absolute;
	z-index: 16;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 75px solid white;
	width: 300px;
	display: inline-block;
	top: -75px;
	left: 0;
}

body.page .teaser_category h1,
body.page .teaser_category h2 {
	margin-top: 16px;
	margin-bottom: 16px;
}

body.page .teaser_category h1:first-child,
body.page .teaser_category h2:first-child {
	margin-top: 10px;
	margin-bottom: 16px;
}



body.category .teaser_category_pict,
body.author .teaser_category_pict {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 384px;
	overflow: hidden;
} 

body.category .teaser_category_pict img,
body.author .teaser_category_pict img {
    display: inline-block;
    margin: -320px 0 auto;
	position: absolute;
	top: 50%;
}

body.medien-echo .entry-content a,
body.medien-echo .cat-links, /* Slash zwischen Links */
body.medien-echo .cat-links a,
body.medien-echo a.more-link,
body.media-echo .entry-content a,
body.media-echo .cat-links,
body.media-echo .cat-links a,
body.media-echo a.more-link,
body.media-eco .entry-content a,
body.media-eco .cat-links,
body.media-eco .cat-links a,
body.media-eco a.more-link {
	color: rgb(250,166,0);
} 

body.medien-echo .entry-content a:hover,
body.medien-echo .cat-links a:hover,
body.medien-echo a.more-link:hover,
body.media-echo .entry-content a:hover,
body.media-echo .cat-links a:hover,
body.media-echo a.more-link:hover,
body.media-eco .entry-content a:hover,
body.media-eco .cat-links a:hover,
body.media-eco a.more-link:hover {
	color: rgb(125,83,0);
} 

body.category-zoo-fakten .entry-content a,
body.category-zoo-fakten .cat-links a,
body.category-zoo-fakten a.more-link,
body.category-zoo-facts .entry-content a,
body.category-zoo-facts .cat-links a,
body.category-zoo-facts a.more-link,
body.category-zoo-realidad .entry-content a,
body.category-zoo-realidad .cat-links a,
body.category-zoo-realidad a.more-link {
	color: rgb(180,170,0);
} 

body.category-zoo-fakten .entry-content a:hover,
body.category-zoo-fakten .cat-links a:hover,
body.category-zoo-fakten a.more-link:hover,
body.category-zoo-facts .entry-content a:hover,
body.category-zoo-facts .cat-links a:hover,
body.category-zoo-facts a.more-link:hover,
body.category-zoo-realidad .entry-content a:hover,
body.category-zoo-realidad .cat-links a:hover,
body.category-zoo-realidad a.more-link:hover {
	color: rgb(90,85,0);
}

body.tierrechte .entry-content a,
body.tierrechte .cat-links a,
body.tierrechte a.more-link,
body.category-animal-rights .entry-content a,
body.category-animal-rights .cat-links a,
body.category-animal-rights a.more-link,
body.category-derechos-animales .entry-content a,
body.category-derechos-animales .cat-links a,
body.category-derechos-animales a.more-link {
	color: rgb(240,80,0);
}

body.tierrechte .entry-content a:hover,
body.tierrechte .cat-links a:hover,
body.category-animal-rights a.more-link:hover,
body.category-animal-rights .entry-content a:hover,
body.category-animal-rights .cat-links a:hover,
body.tierrechte a.more-link:hover,
body.category-derechos-animales .entry-content a:hover,
body.category-derechos-animales .cat-links a:hover,
body.category-derechos-animales a.more-link:hover {
	color: rgb(120,40,0);
}

.posted-on,
.byline {
	color: #797979;
	display: block;
}

.posted-on a,
.byline a {
	color: #797979;
}



/* ////////// CONTENT BEIRAT ////////// */

body.page-beirat .panel_beirat,
body.page-advisory-council .panel_beirat,
body.page-consejo-asesor .panel_beirat {
	display: table;
	margin-bottom: 18px;
	background-color: white;
	padding: 15px 200px 10px 15px;
}

body.page-beirat .panel_beirat img,
body.page-advisory-council .panel_beirat img,
body.page-consejo-asesor .panel_beirat img {
	float: left;
	margin-right: 15px;
	margin-bottom: 7px;
	height: auto;
	max-width: 50%;
}



/* ////////// Seiten ////////// */

.content_page {
	background: white;
	padding: 5px 20px 15px;
}


/* ////////// CONTENT AUTHOR, SEARCH, 404 ////////// */

body.search #logo img:last-child { /* Logo Kategorien ausblenden */
	display: none;
}

body.author,
body.search,
body.error404 {
	background: url(../picts/bg_other.jpg) !important; 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

body.author .section_header,
body.search .section_header,
body.search-results .section_header,
body.error404 .section_header {
	background-color: rgba(255, 255, 255, 0.9);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

body.author .section_header.active,
body.search .section_header.active,
body.error404 .section_header.active {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

body.author #holder_search,
body.search #holder_search,
body.error404 #holder_search {
	background: white;
}


body.author .cat-links a,
body.author a.more-link,
body.search .cat-links a,
body.search a.more-link {
	color: #999;
} 

body.author .entry-content a {
	color: #888;
}

body.author a:hover, 
body.author a:visited, 
body.author a:focus {
	color: #333;
}

body.search h1.page-title {
	font-size: 15px;
}

body.search .teaser_category h3 {
	margin-top: 6px;
	margin-bottom: 12px;
}

body.search .teaser_category_text {
	padding-right: 15px;
}

body.search .entry-meta {
	margin-bottom: 12px;
}

body.error404 .page-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.error404 .page-content ul li a {
	font-size: 1.4em;
	display: block;
	margin-bottom: 15px;
}




/* ////////// SINGLE POST ////////// */

body.single-post.medien-echo,
body.single-post.media-echo,
body.single-post.media-eco {
	background: rgb(250,166,0);
	background-image: none; 
}

body.single-post.medien-echo .teaser_category_pict_caption,
body.single-post.media-echo .teaser_category_pict_caption,
body.single-post.media-eco .teaser_category_pict_caption {
	background: #e59800; 
}


body.single-post .category-zoo-fakten,
body.single-post .category-zoo-facts,
body.single-post .category-zoo-realidad {
	background: rgb(180,170,0);
	background-image: none; 
}

body.single-post.category-zoo-fakten .teaser_category_pict_caption,
body.single-post.category-zoo-facts .teaser_category_pict_caption,
body.single-post.category-zoo-realidad .teaser_category_pict_caption {
	background: #a49a00;
}

body.single-post.tierrechte,
body.single-post.category-animal-rights,
body.single-post.category-derechos-animales {
	background: rgb(240,80,0);
	background-image: none; 
}

body.single-post.tierrechte .teaser_category_pict_caption,
body.single-post.category-animal-rights .teaser_category_pict_caption,
body.single-post.category-derechos-animales .teaser_category_pict_caption {
	background: #d84800;
}

body.single-post .teaser_category_text {
	position: relative;
	width: 100%;
	padding: 15px 200px 30px 15px;
	background: white;
} 

body.single-post .teaser_category_arrow {
	position: absolute;
	left: 0px;
	z-index: 11;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 75px solid white;
	width: 300px;
	top: -74px;
}

body.single-post .teaser_category h1,
body.single-post .teaser_category h2 {
	margin-top: 16px;
	margin-bottom: 16px;
}

body.single-post .teaser_category_pict {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	line-height: 0;
} 

-body.single-post .teaser_category_pict_caption {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	top: 0;
	z-index: 40;
	padding: 10px;
	line-height: 1em;
	opacity: 0.8;
	color: #323232;
} 

body.single-post .teaser_category_pict_caption {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	top: 0;
	z-index: 40;
	padding: 10px;
	line-height: 1em;
	opacity: 0.8;
	color: #323232;
} 

body.single-post .entry-content img {
	margin-bottom: 15px;
} 

.wp-caption {
	display: inline-block;
	width: 100%;
	padding: 0;
	color: #aaa;
	margin: 0 15px 5px 0;
}
.wp-caption img {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 8px !important;
}
.wp-caption-text {
	text-align: left;
	margin-top: 0px !important;
	padding-top: 0;
}

.back {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
}

body.single-post a.back-link {
	font-weight: 900;
	color: #000 !important;
}

body.single-post a.back-link:hover {
	color: #666 !important;
}

.shariff {
	margin-top: 15px;
	color: #777;
}

.ShariffSC {
	color: #666;
	margin-top: 5px;
}

body.single-post .shariff-button a,
body.single-post .shariff-button a:hover {
	color: white;
}

.shariff .theme-round .shariff-button {
    border-radius: 18px;
    height: 35px;
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
    max-width: 36px !important;
    min-width: 36px !important;
    width: 36px !important;
}
.shariff .theme-round a {
    color: #fff;
    height: 36px;
    position: relative;
    text-align: center;
}

.shariff .facebook a,
.shariff .twitter a,
.shariff .whatsapp a {
    background-color: #55acee;
    background: #999;
    color: red;
}



/* ////////// FOOTER //////////*/

.section_footer {
	background-color: white;
	display: block;
	width: 100%;
	margin: 0;
	height: 40px;
	-webkit-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.15);
	position: fixed;
	bottom: 0;
	z-index: 100;
	padding-top: 10px;
}

ul#footer-menu {
	float: right;
	margin: 0;
	text-align: right;
	padding: 0;
}


.section_footer li {
	list-style-type: none;
	display: inline-block;
	text-align: right;
	margin-left: 10px;
}

.section_footer li a {
	_float: right;
	font-size: 16px;
	color: black;
	opacity: 0.6;
	
}

.section_footer li a:hover,
.section_footer li.current-menu-item a {
	opacity: 1;
}

.section_footer li.current-menu-item a {
	font-weight: 800;
}

#social_footer {
	display: inline-block;
	position: relative;
	text-align: left;
	float: left;
}

#social_footer a {
	opacity: 1;
	color: #555;
	margin-right: 15px;
}

.social_txt {
	display: inline-block;
	position: relative;
	top: -5px;
}


#social_footer img {
	height: 20px;
	width: auto;
	margin: 0 4px 0 0;
	opacity: 1;
}


#cookie-notice {
	background: rgba(90,85,0,0.9) !important;
	font-size: 1em !important;
}

.cookie-notice-container {
	padding-top: 18px;
	padding-bottom: 18px;
}

#cookie-notice a {
	background: rgba(255,255,255,0.8);
	color: rgba(90,85,0,1);
	padding: 2px 14px 3px;
	border-radius: 3px;
	margin-left: 18px;
	margin-right: 0px;
}

#cookie-notice a:hover {
	opacity: 0.85;
}

.btn_cookie-notice {
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.cn-close-icon {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px;
	width: 24px;
	height: 24px;
	opacity: 0.8;
}

.cn-close-icon:hover {
	opacity: 1;
}

.cn-close-icon:before,.cn-close-icon:after {
	height: 24px;
	width: 3px;
	top: 0px;
	background-color:rgba(255,255,255,1);
}




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


@media only screen and (max-width : 1080px) {
.container {
width: 820px; 
}
h1,h2 {
font-size: 31px;
}
body.home .teaser_category {
height: 328px;
}
body.home .teaser_category h1,
body.home .teaser_category h2 {
margin-top: 14px;
margin-bottom: 14px;
}
body.home .teaser_category_text {
width: 280px;
}
body.home .teaser_category .teaser_category_arrow {
border-top-width: 164px;
border-bottom-width: 164px;
border-left-width: 82px;
left: 280px;
}
body.home .teaser_category_pict img {
margin: -274px 0 auto;
}
.teaser_category_text {
padding: 15px 100px 30px 15px;
} 
body.category .teaser_category_arrow,
body.author .teaser_category_arrow {
border-left: 120px solid transparent;
border-right: 120px solid transparent;
border-bottom: 60px solid white;
width: 240px;
top: -60px;
}
body.page .teaser_category h1,
body.page .teaser_category h2 {
margin-top: 14px;
margin-bottom: 14px;
}
body.category .teaser_category_pict,
body.author .teaser_category_pict {
height: 328px;
} 
body.category .teaser_category_pict img,
body.author .teaser_category_pict img {
margin: -274px 0 auto;
}
body.single-post .teaser_category_text {
padding: 15px 100px 30px 15px;
} 
body.single-post .teaser_category_arrow {
border-left: 120px solid transparent;
border-right: 120px solid transparent;
border-bottom: 60px solid white;
width: 240px;
top: -59px;
}
body.single-post .teaser_category h1,
body.single-post .teaser_category h2 {
margin-top: 14px;
margin-bottom: 14px;
}
body.page-beirat .panel_beirat,
body.page-advisory-council .panel_beirat,
body.page-consejo-asesor .panel_beirat {
padding: 15px 100px 10px 15px;
}
.social_txt {
display: none;
}

}


@media only screen and (max-width : 940px) {
.container {
width: 708px; 
}	
.section_header {
min-height: 180px;
}
h1,h2 {
font-size: 30px;
}
body.home .teaser_category {
height: 328px;
}
body.home .teaser_category h1,
body.home .teaser_category h2 {
margin-top: 12px;
margin-bottom: 12px;
}
body.home .teaser_category_text {
width: 240px;
}
body.home .teaser_category .teaser_category_arrow {
border-top-width: 164px;
border-bottom-width: 164px;
border-left-width: 82px;
left: 240px;
}
body.home .teaser_category_pict img {
margin: -236px 0 auto;
}
body.category .teaser_category_pict,
body.author .teaser_category_pict {
height: 328px;
} 
body.category .teaser_category_pict img,
body.author .teaser_category_pict img {
margin: -236px 0 auto;
}
body.single-post .teaser_category_text {
padding: 15px 15px 30px;
} 
body.page-beirat .panel_beirat,
body.page-advisory-council .panel_beirat,
body.page-consejo-asesor .panel_beirat {
padding: 15px 15px 10px;
}

	
}


@media only screen and (max-width : 768px) {
html {
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
}
.container {
width: 728px; 
}
h1,h2 {
font-size: 28px;
word-spacing: -3px;
}
#logo {
height: 96px;
}
.scrollup {
display: none !important;
}
.section_header {
position: absolute;
min-height: 152px;
}
#section_content {
margin-top: 196px;
margin-bottom: 80px;
}
#nav_mobile {
display: block;
float: left;
position: relative;
z-index: 999;
}
.nav_toggle {
background: url(../picts/icons/icon_open_menu.svg) no-repeat center center;
height: 30px;
display: block;
width: 30px;
cursor: pointer;
opacity: 0.6;
}
.nav_toggle:hover {
opacity: 1;
}
.nav_toggle.active {
background: url(../picts/icons/icon_close_menu.svg) no-repeat center center;
}

#navi {
display: none;
position: absolute;
z-index: 990;
left: -15px;
width: 100%;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 30px;
}
#navi.open {
display: block;
position: fixed;
background-color: white;
left: 0;
top: 0;
padding-bottom: 50px;
}
#navi ul#headermenu {
display: block;
width: 728px;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
#navi ul#headermenu li,
#navi ul#headermenu li.hidden {
float: none;
display: block;
clear: both;
position: relative;
margin: 0;
height: 40px;
top: 0;
left: 0;
width: 100%;
}
#navi ul#headermenu li a {
font-size: 20px;
display: block;
clear: both;
position: relative;
margin: 0;
padding-top: 10px;
		padding-bottom: 10px;
width: 100%;
}
#navi ul#headermenu li a.active {
display: block;
}


/*///// Subnavi /////*/

#navi ul#headermenu li.subnav_toggle {
background: url(../picts/icons/icon_down.svg) no-repeat 160px center;
background-size: 30px;
}
#navi ul#headermenu li.subnav_toggle.opened {
background: url(../picts/icons/icon_up.svg) no-repeat 160px center;
background-size: 30px;
}	
#navi ul#headermenu li ul.sub-menu,
#navi ul#headermenu li.current-menu-item ul.sub-menu,
#navi ul#headermenu li.current-menu-parent ul.sub-menu,
#navi ul#headermenu li.current-post-ancestor ul.sub-menu {
display: none;
height: 0;
position: relative;
top: 0;
left: 0;
}
#navi ul#headermenu li ul.sub-menu.active,
#navi ul#headermenu li.current-menu-item ul.sub-menu.active,
#navi ul#headermenu li.current-menu-parent ul.sub-menu.active,
#navi ul#headermenu li.current-post-ancestor ul.sub-menu.active {
display: block !important;
position: relative;
top: 0;
left: 0px;
float: left;
height: auto;
width: 100%;
clear: both;
background: rgba(0,0,0,0.1);
}

#navi ul#headermenu li.current-menu-item:hover ul.sub-menu {
display: none;
}

#navi ul#headermenu ul li {
display: block;
width: 100%;
}
#navi ul#headermenu ul li a {
display: block;
width: 100% !important;
padding-left: 60px;
padding-right: 40px;
margin: 0;
}


body.category-medien-echo #navi.open,
body.category-media-echo #navi.open,
body.category-media-eco #navi.open {
background: rgb(250,166,0);
}
body.category-zoo-fakten #navi.open,
body.category-zoo-facts #navi.open,
body.category-zoo-realidad #navi.open {
background: rgb(180,170,0);
}
body.category-tierrechte #navi.open,
body.category-animal-rights #navi.open,
body.category-derechos-animales #navi.open {
background: rgb(240,80,0);
}
.section_footer {
margin: 0;
height: 50px;
padding-top: 6px;
}
ul#footer-menu {
float: none;
}
	
}

@media only screen and (max-width : 758px) {
.container {
width: 560px; 
}
#navi ul#headermenu {
width: 560px;
}
#logo {
height: 86px;
}
#section_content {
margin-top: 180px;
margin-bottom: 80px;
}
body.home,
body.page-beirat,

body.page-impressum,
body.page-contactimprint,
body.page-contactoaviso-legal,
body.page-links {
background: url(../picts/bg_home_m.jpg)  no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.author,
body.search {
background: url(../picts/bg_other_m.jpg)  no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.category-medien-echo,
body.category-media-echo,
body.category-media-eco {
background: url(../picts/bg_medien-echo_m.jpg)  no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.category-zoo-fakten,
body.category-zoo-facts,
body.category-zoo-realidad {
background: url(../picts/bg_argumente_m.jpg)  no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.category-tierrechte,
body.category-animal-rights,
body.category-derechos-animales {
background: url(../picts/bg_tierrechte_m.jpg)  no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.home .teaser_category {
height: auto;
overflow: visible;
width: 100%;
}
body.home .no-postimage {
margin-top: 60px;
position: relative;
padding-top: 0px;
} 
body.home .teaser_category h1,
body.home .teaser_category h2 {
margin-top: 12px;
margin-bottom: 12px;
}
body.home .teaser_category_text {
position: relative;
width: 100%;
padding: 15px;
background: white;
display: inline-block;
margin: 0;
}
body.home .teaser_category .teaser_category_arrow {
position: absolute;
border-top: 0px solid transparent;
border-left: 80px solid transparent !important;
border-right: 80px solid transparent;
border-bottom: 40px solid white;
width: 120px;
display: inline-block;
left: 0;
top: -40px;
height: 0;
border-bottom-color: rgba(90,85,0,1);
}
body.home .teaser_category_pict {
position: relative;
vertical-align: middle;
width: 100%;
height: 224px;
overflow: hidden;
}
body.home .teaser_category_pict img {
display: inline-block;
margin: -172px 0 auto;
top: 50%;
}
body.home .category-medien-echo .teaser_category_arrow,
body.home .category-media-echo .teaser_category_arrow,
body.home .category-media-eco .teaser_category_arrow {
border-bottom-color: rgba(250,166,0,1);
}
body.home .category-zoo-fakten .teaser_category_arrow,
body.home .category-zoo-facts .teaser_category_arrow,
body.home .category-zoo-realidad .teaser_category_arrow {
border-bottom-color: rgba(90,85,0,1);
}
body.home .category-tierrecht .teaser_category_arrow {
border-bottom-color: rgba(240,80,0,1);
}
body.home .category-medien-echo .teaser_category_text,
body.home .category-media-echo .teaser_category_text,
body.home .category-media-eco .teaser_category_text {
background: rgba(250,166,0,1);
}
body.home .category-zoo-fakten .teaser_category_text,
body.home .category-zoo-facts .teaser_category_text,
body.home .category-zoo-realidad .teaser_category_text {
background: rgba(90,85,0,1);
}
body.home .category-tierrecht .teaser_category_text {
background: rgba(240,80,0,1);
}
.teaser_category_text {
padding: 15px;
} 
body.category .teaser_category_pict {
height: 224px;
} 
body.category .teaser_category_pict img {
margin: -172px 0 auto;
}
body.single-post .teaser_category_arrow,
body.category .teaser_category_arrow {
border-left: 80px solid transparent;
border-right: 80px solid transparent;
border-bottom: 40px solid white;
width: 160px;
top: -39px;
}
	
#social_footer a {
margin-right: 5px;
}	
	

}


@media only screen and (max-width : 580px) {
.container {
width: 420px; 
}	
#navi ul#headermenu {
width: 420px;
}
#holder_search {
width: 200px;
}
#holder_search input#searchinput {
width: 160px;
}	
#logo {
height: 82px;
margin-top: 10px;
}
h1,h2 {
font-size: 26px;
}
body.category .teaser_category_pict img {
margin-top: 0;
top: 0;
}
body.single-post .teaser_category_arrow,
body.category .teaser_category_arrow {
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 30px solid white;
width: 120px;
top: -29px;
}
body.home .teaser_category .teaser_category_arrow {
border-left: 60px solid transparent !important;
border-right: 60px solid transparent;
border-bottom: 30px solid white;
width: 120px;
top: -30px;
border-bottom-color: rgba(90,85,0,1);
}
body.home .teaser_category_pict {
height: 280px;
}
body.home .teaser_category_pict img {
top: 0%;
margin-top: 0px;
}
body.home .category-medien-echo .teaser_category_arrow,
body.home .category-media-echo .teaser_category_arrow,
body.home .category-media-eco .teaser_category_arrow {
border-bottom-color: rgba(250,166,0,1);
}
body.home .category-zoo-fakten .teaser_category_arrow,
body.home .category-zoo-facts .teaser_category_arrow,
body.home .category-zoo-realidad .teaser_category_arrow {
border-bottom-color: rgba(90,85,0,1);
}
body.home .category-tierrecht .teaser_category_arrow {
border-bottom-color: rgba(240,80,0,1);
}
body.home .category-medien-echo .teaser_category_text,
body.home .category-media-echo .teaser_category_text,
body.home .category-media-eco .teaser_category_text {
background: rgba(250,166,0,1);
}
body.home .category-zoo-fakten .teaser_category_text,
body.home .category-zoo-facts .teaser_category_text,
body.home .category-zoo-realidad .teaser_category_text {
background: rgba(90,85,0,1);
}
body.home .category-tierrecht .teaser_category_text {
background: rgba(240,80,0,1);
}

.teaser_home_arrow {
border-left: 60px solid transparent !important;
border-right: 60px solid transparent;
border-bottom: 30px solid white;
width: 120px;
top: -30px;
border-bottom-color: rgba(90,85,0,1);
}
.teaser_home_pict {
position: relative;
width: 100%;
overflow: visible;
} 
.teaser_home_pict img {
top: 0%;
margin-top: 0px;
}
.teaser_home_pict,
body.category .teaser_category_pict {
height: 280px;
} 
.wp-caption {
width: auto;
}
body.single-post .teaser_category_pict_caption {
font-size: 0.85em;
padding-top: 5px;
line-height: 1.2;
padding-bottom: 5px;
} 

}


@media only screen and (max-width : 440px) {
.container {
width: 300px; 
}	
#navi ul#headermenu {
width: 300px;
}
.section_header {
min-height: 100px;
}
#holder_search {
width: 150px;
}
#holder_search input#searchinput {
width: 110px;
}
#logo {
height: 56px;
margin-top: 15px;
}
.section_header {
height: 130px;
}
.section_header.active {
height: auto;
}
#section_content {
margin-top: 150px;
}
h1,h2 {
font-size: 22px;
}
.teaser_home_arrow {
border-left: 60px solid transparent !important;
border-right: 60px solid transparent;
border-bottom: 30px solid white;
width: 120px;
top: -30px;
border-bottom-color: rgba(90,85,0,1);
}
.teaser_home_pict,
body.category .teaser_category_pict {
height: 200px;
} 
.teaser_home.no-postimage {
margin-top: -170px;
} 
body.category-beirat .teaser_category_text img {
float: none;
margin-right: 0px;
margin-bottom: 10px;
height: auto;
max-width: 100%;
}
body.page-beirat .panel_beirat img,
body.page-advisory-council .panel_beirat img,
body.page-consejo-asesor .panel_beirat img {
float: none;
margin-right: 0px;
margin-bottom: 10px;
height: auto;
max-width: 100%;
}
body.home .teaser_category_pict {
height: 200px;
}
.wp-pagenavi a, .wp-pagenavi span {
font-size: 15px;
height: 24px;
}

}





