@charset "UTF-8";
/*
Theme Name: IFPS_theme
Theme URI: http://underscores.me/
Author: Andrzej Kuca
Author URI: http://digitalconcept.pl
Description: Szablon dla Instytutu Fizjologii i Patologii Słuchu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ifps_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IFPS_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
   5.2.1 Language selector
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 14px;
	/*font-size: 1rem; */
	line-height: 1.5;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

a{
	text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	/* background-image:url(images/worldg_bgblue.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover; */


}

#page {
	width:100%;
}


header  {
	margin-bottom:40px;

}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0e4194;
}

a:visited {
	color: #0e4194;
}

a:hover,
a:focus,
a:active {
	color: #000080;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {

}



.main-navigation {
    position: relative;
    clear: both;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.25em;
}

.main-navigation ul {
	 margin: 0;
	 padding-left: 0;
   list-style: none;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul li a:before{
  font-weight: lighter;
  display: inline-block;
  content: " ";
  padding: 0 8px;
  color: #bdbdbd;
} 


.main-navigation ul li a:after{
  font-weight: lighter;
  display: inline-block;
  content: " ";
  padding: 0 8px;
  color: #bdbdbd;
} 

.main-navigation ul ul li a::after{
  display: inline-block;
  content: "";
  padding: 0 3px;
  color: #999999;
}

.main-navigation a {
	text-decoration: none;
    color: #fff;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
   width:300px;
   color: #fff;
}

.main-navigation ul ul li {
   padding:7px;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	text-decoration: none;
  color: #fff;
  background: #d61117;
}

.main-navigation ul ul:focus,
.main-navigation ul ul:active,
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 2.0em;
	left: -999em;
	z-index: 999;
  background: #fff;
  font-size: 0.7em;
  background: #d61117;
}

.main-navigation ul ul:focus,
.main-navigation ul ul:active {
	float: left;
	position: absolute;
	top: 2.0em;
	left: 0em;
	z-index: 999;
  background: #fff;
  font-size: 0.7em;
  background: #d61117;
}

.main-navigation li:active > a,
.main-navigation li:focus > a,
.main-navigation li:hover > a {
	text-decoration: none;
  color: #fff;
  background: #d61117;
}
.main-navigation ul ul :active > a,
.main-navigation ul ul :focus > a,
.main-navigation ul ul :hover > a {
	text-decoration: none;
  color: #fff;
  background: #d61117;
}
.main-navigation ul ul a:focus,
.main-navigation ul ul a:active,
.main-navigation ul ul a:hover {
	text-decoration: none;
  color: #ffed00;
  background: #d61117;
  top:auto;
	left: auto;
}

.main-navigation ul li:active > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li:hover > ul {
  top:auto;
	left: auto;
}
.main-navigation ul ul li:active > ul,
.main-navigation ul ul li:focus > ul,
.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	text-decoration: none;
    color: #fff;
    background: #d61117;
} 


/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		box-sizing: border-box;
    	width:100%;
    	color: #fff;
    	background: #0e4194;
    	padding: 10 0;
    	font-size: 1.3em;
    	border: 0;
	}
	.main-navigation ul li {
    width:100%;
  }
	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-branding {
	width:100%;
}

.site-branding-right {
	width:70%;
	float:right;
}
.searchingbox,
.languagebox {
	display:block;
	float:right;
}
.logo {
	width:50%;
	margin:10px auto;
	text-align: center;
}
.logo img {
	width: 80%;
	margin: 10px auto;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
	clear: both;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	padding: 20px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto;
}


.page-links {
  clear: both;
	margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*----- custom ---*/

/*------ other --------*/
.widget-area,
.footer-widget,
.footer-widgets{
}

.featured_box {
	overflow: auto;
	display:block;
	float:left;
	text-align:center;
  margin-bottom:20px;
}


.featured_box h5 {
	font-weight: bold;
}


.featured_box img {
	border: solid 1px #c0c0c0;
  width: 100%;
}


.footer-widget-container,
.site-footer {
   width: 100%;
   padding:10px;
}

.footer-widget {
}

.footer-logo { 
   padding:10px; 
   overflow: auto;
}

.footer-logo * img {
   border:0; 
   margin-right:5px; 
   max-height:40px;
}

.footer-logo-left {
   float: left;
}

.footer-logo-right {
   float: right;
}

.site-info {
   text-align:right;
}

.footer-widget h4 {
   margin:0;
   text-transform: uppercase;
}

.footer-widget ul{
   list-style-type: none;

}
.footer-widget ul,
.footer-widget ul li {
   margin-left:0;
}
.footer-widget ul li {
   margin-top: 0.6em;
   font-size: 0.897em;
}

nav.main-navigation{

}

@media screen and (min-width: 1024px){
		nav.main-navigation,
       .site-content,
       .site-header,
       .footer-widgets,
       .site-info,
       .footer-logo{
			width:960px;    
			margin:  auto;
       }
}

@media screen and (min-width: 800px) and (max-width: 1023px){
		nav.main-navigation,
       .site-content,
       .site-header,
       .footer-widgets,
       .site-info,
       .footer-logo{
          width: 800px;       
          margin: 10px auto 10px;
       }
}

@media screen and (min-width: 800px) {

       .entry-content,
       .entry-summary{
           float:left;
       }

       .footer-widget{
           width: 33%;
           float:left;
		   padding:10px;
       }

       .featured_box {
           width: 20%;
           float:left;  
       }
}

@media screen and (min-width: 600px) and (max-width: 799px){
       .site-content,
       .site-header,        
       .footer-widgets,
       .site-info,
       .footer-logo{
          width:100%;       
       }

       .featured_box {
           width: 100%;
       }


       .footer-widget {
          width: 100%;
          float:left;
       }


       article,
       .page-content {
           width:100%;
           float:left;
      /*     padding-right: 3%px;*/
       }

       .widget-area {
          width:100%;
          float:left;
       }

       .entry-content,
       .entry-summary{
       }

}

#tophome {
	position:relative;
	display:block;
	padding:0;
	margin-bottom:20px;
}

#short-home-menu {
	position:absolute;
	top:3%;
	bottom:	-3%;
	left: 5px;
	right:0;
	float:right;
	width:100%;
	z-index:1;
	padding:0 0 0 10px;
	background: #83191f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #83191f 0%, #fb0505 51%, #83191f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#83191f), color-stop(51%,#fb0505), color-stop(100%,#83191f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #83191f 0%,#fb0505 51%,#83191f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #83191f 0%,#fb0505 51%,#83191f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #83191f 0%,#fb0505 51%,#83191f 100%); /* IE10+ */
	background: linear-gradient(135deg,  #83191f 0%,#fb0505 51%,#83191f 100%); /* W3C */
	border-radius: 5px;
	
}

#short-home-menu  ul {
	float:right;
	width:25%;
	padding:10px;
}
#short-home-menu  ul li {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
}

#short-home-menu li:first-of-type{
	font-size: 1.6rem;
	font-weight: bold;
}

#short-home-menu li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 5px 10px;
}

#short-home-menu li a:active,
#short-home-menu li a:visited{
	color:#fff;	
}

#short-home-menu li a:hover,
#short-home-menu li a:focus{
	color:yellow;
}




/**************** SLIDER ***************************/
#baner {
	position:relative;
	float:left;
	width:75%;
}

#baner img {
	border:0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
 }
  
.rslides li h2 a, 
.rslides li h2 {
	display: block;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	font-size: 1.2rem;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	z-index:10000;
}

.prev,
.next{
	position:absolute;
	padding: 1.2rem;
	z-index:999;

/* centrowanie zawartoĹci w pionie - sprytnie */
	top: 50%;
	margin-top: -1.5rem;
	line-height: 1.5rem;
/* centrowanie zawartoĹci w pionie - koniec */
	
	/* width: 50px; */
	font-size:2rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	z-index:99;

}

.prev .fa,
.next .fa {
	color: #fff;
	font-weight:light;
}




.prev{
	left: 0px;
}

 .next{
	right: 0px;
}

/* ukrywanie sterowania sliderem */


.prev, 
.next{
 	display:none;
}
#baner:focus .prev,
#baner:focus .next,
#baner:hover .prev,
#baner:hover .next {
	display:block;
}

/* ukrywanie sterowania sliderem - koniec*/

.rslides_tabs {
	min-width:30px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:999999;

}
.rslides_tabs ul {
	float:right;
}

.rslides_tabs li{
	display:inline;
	float:left;
}

.rslides_tabs li a {
	color: #fff;
	background-color:#000;	
	font-size:0px;
	font-weight: bold;
	text-decoration:none;
	line-height:20px;
	width:15px;
	height:15px;
	border-radius:50px;
	margin-bottom:20px;
	z-index: 999;
	text-align: center;
	display:block;
	float:left;
	margin-right:3px;
}

li.rslides_here a{
	background-color:#ec0708;	
}

.rslides li a:focus,
.rslides_tabs li a:focus,
.rslides_tabs li a:active {
	background-color:yellow;	
}
/**************** SLIDER koniec ********************/


/*--------------------------------------------------------------
5.2.1 Language selector
--------------------------------------------------------------*/
.language{
    position:relative;
	display:block;
    float:right;
    text-decoration: none;

}

ul.language {
    margin: 0 0 0 10px !important;
    padding: 0px 0;
}

.language li{
   	margin-left: 3px;
  	padding-left: 1px;	
    display: inline;
	float:left;
}

.language li a {
	display:block;
	float:right;
	padding: 2px 0px 2px 10px;
	margin-left:5px;
}





.fa-eye {
	padding:5px;
	font-size:14px;
	border-radius:20px;
	margin-left:5px;
}

.normalcss{
	background-color:#fff;
	color:#00C;	
}

.yellowblack{
	background-color:yellow;
	color:#000;	
}
.blackyellow{
	background-color:#000;
	color:yellow;	
}

.size-selector a.normal{
    line-height: 22px;
	font-size:12px;
	padding:5px;
	font-weight: bold;
    text-decoration: none;
}

.size-selector a.big{
	font-size:15px;
    line-height: 22px;
	padding:5px;
	font-weight: bold;
    text-decoration: none;
}

.size-selector a.bigger{
	font-size:18px;
    line-height: 22px;
	padding:5px;
	font-weight: bold;
    text-decoration: none;
}

.size-selector {
   /* background: #f0f0f0; */
   color: black; 
   font-size:1em;
   text-align: right;
   vertical-align: middle;
   width: 100%;
   display: block;
}

.contrast, 
.size{
	display: inline-block;
	}

#aftertop{
	width:100%;
	padding:5px;
}
#headercontainer {
 	background: #0e4194;
	display: block;
	padding:0px;
}

.homepage .entry-content{
	width:100%;
	float:none;
	margin: 0 auto;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
th,
td {
	padding: 10px 5px 20px;
}
th {
	background-color: #0e4194;
	color: #fff; 
}

tr:nth-child(even) {background-color: #f2f2f2}



#skipmenusik a {
    position: absolute;	
    display: inline-block;
    font-size: 1.27em;
	top: -900px;
    left: -900px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width:100%; max-width: 300px;
    z-index: 1;
    font-family: arial, verdana, non-serif;
}


#skipmenusik a:hover,
#skipmenusik a:focus,
#skipmenusik a:active {
    background: #0e4194;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    left: 0;
    top: 0;
    position: absolute;
}

#skipmenusik {
      list-style-type: none;
}

ul#skipmenusik{
	margin: 0;
}


img#logo-ifps {
	width: 50%;
	margin: 0 auto;
}


@media screen and (min-width: 800px) and (max-width: 1023px){
	.logo {
		width:80%;
	}
}

@media screen and (min-width: 600px) and (max-width: 799px){
	.logo {
		width:100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 599px){
	.logo {
		width:90%;
		padding: 0 10px;
	}

	h1 {
		font-size: 160%;
	}
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 130%;
	}
	h4 {
		font-size: 120%;
	}
	h5 {
		font-size: 110%;
	}
	#content img {
		width:100%;
		margin: 20px auto;
	}
}


#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #e6e6e6;
    border-top: 2px solid #dc0000;
    text-align: center;
    color: #000;
    z-index: 1000;
	margin-top: 20px;
}


/* WCAG 2.1 menu */
button#normal, 
button#yellow, 
button#black,
button#small, 
button#medium, 
button#large{
    border: none;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
}


/*---------------header logo -------------------------*/
#logotypKWXXI{
	float: right ; 
	max-height: 100px; 
	width: auto;
}



@media screen and (max-width: 1500px) {
	#logotypKWXXI{
		max-height: 100px; 
		float: none;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 900px) {
	#logotypKWXXI{
		width: auto;
		height: 100px;
		margin: auto;
		display: block;
	}
}


.logotypyFooter{
	display: block;
	width: 100%;
	text-align: center;
}
.logotypyFooter img{
	margin: 0 auto;