<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: PrF UK template
Theme URI: http://underscores.me/
Author: Daniel Paluba
Author URI:
Description: Template designed for research groups of Faculty of Science, Charles University, Prague.
Version: 2.0.0
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prf-uk-template
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PrF UK template is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html{
	scroll-behavior: smooth;
  }

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
	color: rgb(0, 0, 0);
}

p{
    line-height: 1.65em;
}

.main {
	width: 100%;
}

/* Post settings */
.post-content {
	display: flex;
	width: 100%;
}

#primary-post {
	width: 70%;
}

#secondary {
	width:25%;
	margin-top: 2em;
}

/*@media screen and (min-width: 1800px){
	#primary-post {
		width: 60%;
	}
}*/

@media screen and (min-width: 1500px){
	#primary-post {
		padding-right: 0;
	}
}

@media screen and (min-width: 1300px){
	#primary-post {
		max-width: none;
		margin: auto;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (min-width: 1100px){
	.post-content {
		display: flex;
		width: 100%;
		margin: auto;
		max-width: 1100px;
	}
}

@media screen and (max-width: 1000px){
	.post-content {
		display: block;
	}
	#primary-post {
		width: 100%;
	}
	#secondary {
		width: 100%;
		margin-top: 3em;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.post-content {
		padding-left: 8%;
		padding-right: 8%;
	}	
}

#secondary h2 {
	font-size: 1.8em;
}

#secondary a, #secondary a:visited {
	font-size: 16px;
	color: #000000b3;
}

#secondary a:hover {
	font-size: 16px;
	color: #cd3044
}

#secondary .entry-title {
	margin-bottom: 0.5em;
}

#secondary .posted-on a {
	text-decoration: none;
}

#secondary .archive-content a {
	color: #000000b3;
}

/* Archive page */

article.archive {
    display: flex;
    margin: 3em;
    margin-top: 5em;
}

.archive-text {
	width: 70%;
}

.archive-image {
	width: 30%;
	margin-right: 2em;
}

.archive-content .posted-on a {
	text-decoration: none;
}

.archive-content a:hover {
	color: #cd3044
}

@media screen and (max-width: 850px){
	article.archive {
		display: block;
		margin: 3em 0;
		margin-bottom: 5em;
	}
	
	.archive-text {
		width: 100%;
	}

	.archive-image {
		width: 100%;
		margin-right: 0;
	}
}

.archive-content div.nav-links {
	text-align: center;
}

span.page-numbers.current {
	background-color: #cd3044;
    color: #FFFF;
	border: 1.5px solid #cd3044;
	background-color: #cd3044;
    padding: 0.4em 0.8em;
    text-decoration: none;
    border-radius: 50%;
}

a.page-numbers {
	background-color: #FFFF;
    padding: 0.4em 0.8em;
    color: rgb(0 0 0 / 70%);
    border: 1.5px solid rgb(0 0 0 / 70%);
    text-decoration: none;
    border-radius: 50%;
}

a.page-numbers:hover {
	background-color: #cd3044;
    color: #FFFF;
	border: 1.5px solid #cd3044;
}

a.next.page-numbers, a.prev.page-numbers {
	visibility: hidden;
}

a.next.page-numbers:after, a.prev.page-numbers:after {
	visibility: visible;
	background-color: #FFFF;
    padding: 0.4em 0.8em;
    color: rgb(0 0 0 / 70%);
    border: 1.5px solid rgb(0 0 0 / 70%);
    text-decoration: none;
    border-radius: 50%;
	margin-left: -5em;
}

a.next.page-numbers:hover:after, a.prev.page-numbers:hover:after {
	background-color: #cd3044;
    color: #FFFF;
	border: 1.5px solid #cd3044;
}

a.next.page-numbers:after {
	content: "âťŻ";	
}

a.prev.page-numbers:after {
	content: "âť®";	
}


/**********************************Customizing of WP Gutenberg styles START*********************************/

a.wp-block-button__link {
	color: #cd3044;
	border-radius: 0;
	background-color: #FFFF;
	border: 2px solid #cd3044;
	padding-left: 1em;
    padding-bottom: 0.8em;
    padding-right: 1em;
    padding-top: 0.8em;
	text-transform: uppercase;
}

a.wp-block-button__link:hover {
	border-radius: 0;
	color: #FFFF;
	background-color: #cd3044;
}


.blok_narrow {
 	padding: 3% 6%;
}

.wp-block-latest-posts.is-grid {
    padding: 1em;
	margin-bottom: -2em;
}

.wp-block-latest-posts__list a, .wp-block-latest-posts__list a:visited {
	color: black;
	text-decoration: none;
}

.wp-block-latest-posts__list a {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.15;
}

.wp-block-latest-posts__list a:hover {
	color: #cd3044;
}

.wp-block-latest-posts.is-grid li {
    padding: 1em;
}

.projects-cooperation {
	margin-bottom: 0.3em;
}

.entry-meta {
	margin-bottom: 2em;
}

div.wp-block-nextend-smartslider3 {
	margin-top: -1.5em;
}

.blok_wide {
	padding-top: 2%;
	padding-bottom: 2%;
	  width: 100vw;
	  margin-left: calc(-1 * ((100vw - 100%) / 2));
	  padding-left: 20%;
	  padding-right: 20%;
}

.blok_wide p {
	text-align: center;
    max-width: 1100px;
    margin: 0.5em auto;
    padding: 0 15%;
}

/*for 4K UHD displays*/
@media screen and (min-width: 3000px) {
	.blok_wide p {
		padding: 0 10%;
	}
	
}

@media screen and (min-width: 850px) {
	h2.page-title-home {
		max-width: 1100px;
    	margin: 0.5em auto;
    	padding: 0 15%;
		}
	
}

@media screen and (max-width: 850px) {
	.blok_wide {
		padding-top: 2%;
		padding-bottom: 2%;
		width: 100vw;
		margin-left: calc(-1 * ((100vw - 100%) / 2));
		padding-left: 15%;
		padding-right: 15%;
		}
	
	.blok_wide p {
		padding: 0;
	}
}

figure.wp-block-media-text__media, .wp-block-media-text__content {
	margin: 0 5% !important;
	padding: 0 !important;
}

.wp-block-latest-posts__list a, .wp-block-latest-posts__list a:visited {
	color: black;
	text-decoration: underline;
	margin-bottom: 0.3em;
}

.wp-block-latest-posts__list a:hover {
	color: #cd3044;
}

.wp-block-latest-posts__post-date {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.more-nev-btn {
	margin-top: -2em;
}

div.important-btn a:hover {
	background-color: #cd3044 !important;
	color: white !important;
	border: 2px solid #cd3044 !important;
}

div.important-btn-white a:hover {
	background-color: #ffffff00 !important;
	color: white !important;
	border: 2px solid white !important;
}

@media screen and (max-width: 500px) {	
	.important-btns div.important-btn {
		margin-left: 0;
		margin-right: 0 !important;
		margin-top: .5em;
	}
}


.researcher-ID {
	text-align: center;
}

.google-map {
	padding-top: 2%;
  padding-bottom: 2%;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
}

div .hoverable a:hover {
	background-color: #FFFF !important;
	color: #cd3044;
}

@media screen and (max-width: 600px){
	
	div figure.wp-block-media-text__media, div .wp-block-media-text__content {
		margin: 0 0 !important;
	}
	
	.wp-block-latest-posts.is-grid li {
    	margin: 0 0 1.25em 0;
		padding: 0 !important;
	}
	.wp-block-latest-posts.is-grid {
		padding: 0.5em;
		margin-bottom: 1em;
		margin-right: 0;
	}
	
}

/********************************** Customizing of WP Gutenberg styles END *********************************/


/*********************************************** Smart Slider 3 customization START ***************************************/

#n2-ss-2-arrow-next,  
#n2-ss-2-arrow-previous {
	width: 30px;
    height: 30px;
}

#n2-ss-2-arrow-next img {
	padding-left: 2px;
}

#n2-ss-2-arrow-previous img {
	right: 1px;
}

/*********************************************** Smart Slider 3 customization END ***************************************/

/* Header */
header {
  position: relative;
  height: auto;
}
.site_name {
    color: #666;
    text-transform: uppercase;
    width: 60% !important;
    max-width: 100%;
	text-decoration: none;
}

.site_name:visited {
    color: #666;
    text-transform: uppercase;
    width: 60% !important;
    max-width: 100%;
	text-decoration: none;
} 

div.head.site_name {
    padding-left: 15px;
	width: 100% !important;
} 

.site_name h2 {
  margin-block-start: 0.2em;
  margin-block-end: 0.35em;
  font-size: 1.5em;
}
.header-top {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/*max-width: 1300px;*/
    margin: auto;
}
header .head {
    width: 200px;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

 .logo {
    position: relative;
    margin: 1em 0 1em 1em;
    max-width: 100%;
    height: 90px;
    width: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1em;
    padding-right: 0;
	 background-image : url('./images/soutisk.jpg');
	 background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
  }

/* site description disabled on mobile */
@media screen and (max-width: 630px){
	.site-description {
		display: none;
	}
}

/* Search */
div.hd-search {
  float: right;
  max-width: 120px;
  vertical-align: middle;
}

div.search_for_language_switcher {
	width: 50px;
	margin-left: 0.5em;
	/*margin-right: 2.3em !important;*/
}

div.hd-search label {
    position: absolute;
    left: -9999px;
}
div.hd-search .submitbtn {
    color: rgb(85, 85, 85);
    border: none;
    vertical-align: middle;
	margin-left: 4.8em;
    cursor:pointer;
	background: transparent;
	position: absolute;
}
#s {
  max-width: 50px;
  -webkit-transition: max-width .35s ease-in-out;
  transition: max-width .35s ease-in-out;
  padding-left: 30px;
  padding: 5px;
  right: 0;
  float: right;
  border: 0px;
  font-size: 1.3em;
  background: transparent;
	box-shadow: none;
	/*margin-right: 0.8em;*/
}
#s:focus {
  max-width: 150px;
  border: 0.7px solid rgb(163, 163, 163);
  font-size: 0.8em;
  padding: 0.7em;
}

/* Language switcher */
div.language-nav {
	width: 25px;
    margin-right: 1em;
  /*position: absolute;
  float: right;
  width: 25px !important;
	top: 2.4em;
    right: 1em;*/
}
.language-nav ul li {
  list-style: none;
  line-height: 18px;
}
.language-nav ul {
margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}


/* Navigation Menus */
.site-nav ul {
	margin: 0;
    padding: 0;
}

ul.nav-menu {
    margin-bottom: -0.2em;
}

.dropdown {
	border: none;
	background: none;
	background-color: transparent;
	display: inline-block;
	margin-left: -0.75em;
    padding-left: 0;
	color: white;
	padding-right:16px;
}

.dropdown.right {
	margin-left: 90px;
}

.dropdown i.fa {
	transform: rotate(90deg);
	font-size: 13px;
}

.dropdown i.fa.original {
	transform: rotate(0deg);
}

.site-nav ul li {
	display: inline-block;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	line-height: 1.15;
	margin: 0;
}

.site-nav a, .site-nav .button {
	display: inline-block;
}

/*ul.nav-menu &gt; .menu-item-has-children &gt; a::after {
    content: "  â–Ľ";
	font-size: 14px;
}

ul.nav-menu &gt; .menu-item-has-children &gt; a::after {
    content: "  Ë…";
	font-size: 14px;
}*/

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }

.site-nav ul li {
	list-style: none;
	float: left;
}

/* Site Header Menu */
.site-header .site-nav{
    background-color: #cd3044;
    position: relative;
	text-align: center;
}
.site-header .site-nav ul {
    display: inline-block;
	position: relative;
}

.site-header .site-nav ul ul {
	display: none;
	position: absolute;
    left: -9999px;
    top: 3.2em;
    z-index: 10;
}

@-moz-document url-prefix() {
  .site-header .site-nav ul ul {
    top: 3.15em;
  }
}

.site-header .site-nav ul li:hover &gt; ul {
	display: block;
}

.site-header .site-nav ul ul ul {
    position: absolute;
    top: 0;
    left: 100% !important;
}

/*@-moz-document url-prefix() { 
  .site-header .site-nav ul ul{
    top:3.2em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-header .site-nav ul ul{
    top:3.2em;
  }
}*/



.site-header .site-nav ul li a,
.site-header .site-nav ul li a:link,
.site-header .site-nav ul li a:visited {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0%;
    text-decoration: none;
    color: #FFF;
    /*background-color: #cd3044;*/
    text-transform: uppercase;
}

.site-header .site-nav ul li ul li {
    text-decoration: none;
    /*color: rgba(49, 49, 49, 0.363);*/
    background-color: rgb(0 0 0 / 0.5);
}

.site-header .site-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.site-header .site-nav ul li ul li a:link,
.site-header .site-nav ul li ul li a:visited
{
  margin-bottom: 0;
}
.site-header .site-nav ul li.current-menu-item a:link,
.site-header .site-nav ul li.current-menu-item a:visited {
    /*background-color: #ffffff;
    color: #cd3044;*/
}
.site-header .site-nav ul ul li {
    display: block;
    min-width: 200px;
}
.site-header .site-nav ul li:hover ul {
    left: auto;
}
.site-header .site-nav ul li ul li {
    float: none;
	text-align: left;
}
.site-header .site-nav ul li ul li a:link {
    text-transform: none;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: normal;
}
.site-header .site-nav ul li ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.menu-trigger {
    display: none;
    color: #FFF;
}

/* responsive menu settings*/
@media screen and (max-width: 850px){
    .menu-trigger {
        display: block;
        font-size: 25px;
        padding: 0.3em 0;
        cursor: pointer;
        background: #cd3044;
        position: relative;
        text-align: center;
    }
    .site-header .site-nav {
        display: none;
        height: auto;
        background: transparent;
    }
	
	nav &gt; div &gt; ul &gt; li:last-child {
		margin-bottom: -0.2em;
	}
	
	.site-header .site-nav ul ul {
		/*display: none;*/
		position: absolute;
		left: -9999px;
		top: 3.12em;
		z-index: 10;
	}

	.site-header .site-nav ul li:hover &gt; ul {
		display: block;
	}

	.site-header .site-nav ul ul ul {
		display: none;
		position: static;
		top: unset !important;;
		left: unset !important;
	}
	
	.site-header .site-nav ul ul li:active &gt; ul {
		display: none;
	}
	
    .site-header .site-nav ul {
        width: 100%;
    }
    .site-header .site-nav ul li {
        float: none;
        display: block;
        text-align: center;
		background-color: #cd3044;
    }
    .site-header .site-nav ul ul {
        position: static;
    }
    .site-header .site-nav ul li a:link {
        text-align: center;
    }
    .site-header .site-nav ul li ul li a:link {
        text-transform: none;
        text-align: center;
        color: #FFF;
        /*background-color: rgba(173, 31, 50, 0.9);*/
    }
	
	.site-header .site-nav ul li ul li {
		text-align: center;
		background-color: rgb(0 0 0 / 0.3);
	}
	
	.site-header .site-nav ul li ul li ul li {
		text-align: center;
		background-color: transparent;
	}
	
		.site-header .site-nav ul li ul li a {
		text-align: center;
	}
	
    .site-header .site-nav li li:last-child {
        /*border-bottom: 1px solid #FFF;*/
    }
    .site-header .site-nav li li:first-child {
        /*border-top: 1px solid #FFF;*/
        margin-top: 0px;
    }
    .nav-expanded {
        display: block;
    }
	
	.nav-expanded2 {
        display: block;
    }
	
	#s {
		margin-right: 0;
	}
	
	.logo {
    position: relative;
    margin-left: 0.5em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
    max-width: 100%;
    height: 90px;
    width: 20%;
	}
	
}

@media screen and (max-width: 800px){
	div.content, #secondary {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	div.content, #secondary {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	div.content {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
	div.content {
		padding-left: 8%;
		padding-right: 8%;
	}
}

@media screen and (min-width: 1300px){
	div.content {
		max-width: 1100px;
		margin: auto;
	}
}

/*@media screen and (min-width: 1450px){
	div.content {
		padding-left: 17%;
		padding-right: 17%;
	}
}

@media screen and (min-width: 1650px){
	div.content {
		padding-left: 20%;
		padding-right: 20%;
	}
}

@media screen and (min-width: 1800px){
	div.content {
		padding-left: 25%;
		padding-right: 25%;
	}
}*/

@media screen and (max-width: 750px){
	
	.logo {
    position: relative;
    margin-left: 0.5em;
    max-width: 100%;
    height: 100px;
    width: 25%;
	}
}


@media screen and (max-width: 600px){
	
	
  .logo {
	  padding: 0.2em;
	  padding-right: 0;
	  background-image : url('./images/logo_prfuk.png');
	  background-position-x: center;
	  width: 20%;
  }
}

@media screen and (max-width: 500px){
	div.content {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 450px){
	
  .logo {
	  width: 25%;
  }
}



/* Footer */
footer {
	bottom: 0;
    background-color: rgb(75 75 75);
}

footer.entry-footer {
	background-color: transparent;
}

.footer-all {
    margin-top: 5em;
	margin-bottom: 1em;
	box-sizing: border-box;
  	width: 100%;
	padding-left: 15%;
    padding-right: 15%;
}

@media (max-height:850px) {
	footer { 
		position: static; 
	}
}

@media (min-width: 850px) {
	div.social.footer-right, 
	.footer-center img  { 
		padding-top: 1em; 
	}
}

.site-footer .footer-left,
.site-footer .footer-center,
.site-footer .footer-right{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

/* Footer left */
.site-footer .footer-left {
	width: 33%;
}

/* Footer center */
.site-footer .footer-center {
	width: 33%;
	text-align: center;
}

/* Footer Right */
.site-footer .footer-right {
	width: 32%;
}

footer h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}

footer li {
	font-size: 14px;
	margin-bottom: 0;
}

.footer-left ul li:link{
    cursor: auto;
}
.footer-left ul li:hover {
    cursor: auto;
    text-decoration: none !important;
}
.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 25px;
}

.footer-left ul {
	line-height: 20px !important;
}

footer ul li a:link {
    color: #ffffff;
    text-decoration: none;
}
footer ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}
footer ul li:link{
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: inherit;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}
footer ul li:hover {
  text-decoration: underline;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
.social {
    font-size: 1.2rem !important;
}
.social a {
    text-decoration: none;
	padding-right: 0.3em;
}
.social i {
    background: rgb(255, 255, 255);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    text-align: center;
    line-height: auto;
    vertical-align: middle;
    padding: 0rem;
    padding-top: 0.3rem;
    color: #555555;
}
i .fa-youtube {
    font-size: smaller;
    padding-top: 0.35rem !important; 
}
.footer-center {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.credits {
    background: #323232;
    text-align: center;
    color: #FFF;
    padding: 11px 0;
    font-size: smaller;
}

.credits a:link, .credits a:visited {
    color: #FFF;
}

@media only screen and (min-width: 1300px) {
	.footer-right-container {
		width: 40%;
    	margin: auto;
		text-align: left;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.footer-right-container {
		width: 50%;
    	margin: auto;
		text-align: left;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 850px) {
	.footer-right-container {
		width: 60%;
    	margin: auto;
		text-align: left;
	}
}

@media only screen and (max-width: 917px) {
	.credits {
    	font-size: 12px;
		padding-left: 1%;
    	padding-right: 1%;
	}
	.site_name {
		font-size: smaller;
		width: 52% !important;
	}
	.hd-search {
		width: 15px;
	}
}

@media (max-width: 850px) {
	.site-footer .footer-left,
	.site-footer .footer-center,
	.site-footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 1em;
		text-align: center;	
		padding-left: 0;
	}
 
	.site-footer .footer-center i{
		margin-left: 0;
	}
 
}

@media only screen and (max-width: 700px) {
	.site_name {
		width: 45% !important;
	}
	#myBtn:hover {
		color: #666 !important;
		background: transparent;
  	}
	
	.blok_narrow {
 	padding: 5% 9%;
	}
}



@media only screen and (max-width: 600px) {
  .site_name {
	/*width: 51% !important;*/
	
  }
  .contain .social {
    max-width: 500px;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
    /*.header-top .head {
      width: 30%;
    }*/
    .site_name {
      font-size: smaller;
      width: 53% !important;
    }
    .site_name h2 {
      font-size: large;
	}
	/*div.hd-search {
    	top: 1.7em;
	}
	div.language-nav {
		top: 1.7em;
		right: 0.4em;
	}*/

    #s {
      max-width: 50px;
      -webkit-transition: max-width .35s ease-in-out;
      transition: max-width .35s ease-in-out;
      right: 0;
      float: right;
      text-align: center;
		box-shadow: none;
    }
    #s:focus {
      max-width: 100px;
    }
    .contain .social {
        max-width: 300px;
        display: block;
      }
	
	.blok_narrow {
 	padding: 5% 9%;
	}
	
}

@media only screen and (max-width: 350px) {
  .image-wrap {
    width: 100%;
}
.social {
    width: auto;
    display: block;
    text-align: left;
  }
  .site_name {
    width: 45% !important;
  }.contain .social {
    max-width: 300px;
    display: block;
  }
  .site_name h2 {
	font-size: medium;
  }
}

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 0;
	z-index: 1; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	color: #666; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	font-size: 28px; /* Increase font size */
	background: transparent;
  }
  
  #myBtn:hover {
	color: #cd3044; /* Add a dark-grey background on hover */
	background: transparent;
  }
  
  .pagenav .number {
	background: transparent;
		border-radius: 50%;
		border: 1px solid #666;
		color: #666 !important;
		text-align: center;
		padding-top: 0.25em;
		margin: 0;
	}
	.pagenav .number:hover {
		background: #c83044;
		border: 1px solid #c83044;  
		color: #fff !important;
		text-align: center;
		padding-top: 0.25em;
		margin: 0;
	}
	.pagenav .number.current {
	background: #c83044;
		border: 1px solid #c83044;  
		color: #fff !important;
	}
	
	.post-title.entry-title a, .post-meta a, .post-nav.clearfix a, .logged-in-as a, .feature-posts-title, .widget.twitter a {
	color: #c83044;
	}

.page-title {
display: none;
}

h2.search_result {
	text-align: center;
}





/*-------------------------------------------------------------
 * Underscores scripts
-------------------------------------------------------------*/



/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.7em;
	margin: 1em 0;
}

h2 {
	font-size: 2.3em;
	margin: 1em 0 0.67em 0;
}

h3 {
	font-size: 2.0em;
	margin: 0.9em 0 0.5em 0;
}

h4 {
	font-size: 1.7em;
	margin: 0.5em 0 0.3em 0;
}

h5 {
	font-size: 1.4em;
	margin: 0.4em 0 0.2em 0;
}

h6 {
	font-size: 1em;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea,
li,
p {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.65;
	margin: 0;
	margin-bottom: 0.2em;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(0 0 0 / 70%);;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0.5em;
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

tr td {
	padding: 0.7em;
}


/* Links
--------------------------------------------- */
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: #cd3044;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li:focus &gt; ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
    margin-top: 2em;

}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.news-line {
	display: none;
}

.button-news {
	display: block;
    text-align: center;
}

.button-news div {
	margin-top: -2em;
}
</pre></body></html>