/*
Theme Name: MEDOVINY
Author: fafik
Author URI: https://www.archa.cz
Description: základní šablona
Version: 2.0
License: GNU General Public License
License URI: license.txt
*/

/* ------------------------- RESET ------------------------------ */
body, div, h1, h2, h3, h4, p, ul, li, form { margin:0; padding:0; }
div, h1, h2, h3, h4, p, li, th, td, input, select, option, textarea { font: inherit; }
a img { border:none; }

/* ------------------------- BASIC ------------------------------ */

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------------------------- BASIC ------------------------------ */
:root {
  --hneda: #574e2d;
  --tmhneda: #362920;
  --hnedaPolo: #ac935c;
  --zluta: #ffd955;
	--zlata:#deaf17;
  --karta: #fefddf;
  --kartaHover: #ffecaa;
	--seda: #aba993;
  --error: #a00;
	--basicFont: 'Open Sans', sans-serif;
	--titleFont: 'Georama', sans-serif;
  --30: 120px;
  --52: 204px;
}
* {
	box-sizing:border-box;
}
body {
  font-family:var(--basicFont);
  font-size:17px;
  margin:0 auto;
  text-align:center;
	background-color:var(--zluta);
  background-image:url('assets/css/plastve4.svg');
  background-position:top center;
	background-repeat:repeat;
  background-size: 100px;
}
h1, h2, .h2, h3, h4 {
  font-weight:bold;
  font-family: var(--titleFont);
}
h1 {
  font-size:52px;
  line-height: 1.2em;
  color: var(--hneda);
  margin:1em 0 0 0;
  text-transform:uppercase;
}
h2, .h2 {
  font-size:28px;
  line-height: 1.25em;
  margin-bottom:0.5em;
}
h3 {
  font-size: 21px;
  color: var(--seda);
	margin-bottom:0.5em;
}
p {
  margin-bottom:1em;
  line-height:1.4em;
}
a, a:visited, a:hover {
  color:var(--hneda);
  font-weight:bold;
}
a,  a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
.fr { float:right; }
.fl { float:left; }
.cb { clear:both; }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.bold { font-weight:bold; }

.container {
  width:1650px;
	margin:0px auto;
  text-align:left;
  overflow:none;
}

/* WordPress Core ------------------------------------- */
.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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*
#hex_box {
  float: left;
	width: 1400px;
}
.hex_row {
  clear: left;
}
.hex {
  float: left;
  margin-right: -116px;
	margin-bottom: -202px;
}
.hex .left {
  float: left;
  width: 0;
  border-right: var(--30) solid #fff;
  border-top: var(--52) solid transparent;
  border-bottom: var(--52) solid transparent;
}
.hex .middle {
  float: left;
  width: calc(var(--30)*2);
  height: calc(var(--52)*2);
  background: #fff;
}
.hex .right {
  float: left;
  width: 0;
  border-left: var(--30) solid #fff;
  border-top: var(--52) solid transparent;
  border-bottom: var(--52) solid transparent;
}
.hex.even {
  margin-top: 206px;
}
*/
/*
.hex {
  float: left;
  margin-left: 3px;
  margin-bottom: calc(var(--52)*(-1));
}
.hex .top {
  width: 0;
  border-bottom: var(--30) solid #fff;
  border-left: var(--52) solid transparent;
  border-right: var(--52) solid transparent;
}
.hex .middle {
  width: calc(var(--52)*2);
  height: calc(var(--30)*2);
  background: #fff;
}
.hex .bottom {
  width: 0;
  border-top: var(--30) solid #fff;
  border-left: var(--52) solid transparent;
  border-right: var(--52) solid transparent;
}
.hex_row {
  clear: left;
}
.hex_row.even {
  margin-left: var(--52);
}
*/

/* ------------------------- HEADER ------------------------------ */
/*
#info_popup {
  position: relative;
  margin: 0 auto;
  background:var(--karta);
  padding: 3em 2em;
  border-radius: 3px;
  width: 600px;
  vertical-align: middle;
  z-index: 99999;
  text-align:center;
}
#info_popup img {
  margin-top:1em;
}
#info_popup h3 {
  color: var(--hneda);
}
#info_popup a, #info_popup a:visited {
  background: var(--cervena);
  padding: 0.5em 1em;
  border:none;
	border-radius: 3px;
	line-height:1.2em;
}
*/
.popup {
  position: relative;
  margin: 0 auto;
  background:var(--karta);
  padding: 3em 2em;
  border-radius: 3px;
  width: 600px;
  vertical-align: middle;
  z-index: 99999;
  text-align:center;
}
.popup img {
  margin-top:1em;
}
.popup h3 {
  color: var(--hneda);
}
.popup a, .popup a:visited {
  background: var(--cervena);
  border:none;
	border-radius: 3px;
	line-height:1.2em;
}

#verification {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 1em;
}
#verification a, #verification a:visited {
  width: 190px;
	font-family:var(--basic-font);
  font-weight: normal;
	color:#fff;
  background: rgba(58,52,37,0.85);
  padding: 0.7em 1em;
}
#verification a:hover  {
	background:var(--tmhneda);
	text-decoration:none;
}
#verification strong {
	display:block;
  font-family:var(--sans-font);
	font-weight:bold;
}
#header {
  width:100%;
  min-height:150px;
	position:relative;
  background: var(--hneda);
  /*background: #3a3425;
	opacity: 0.85;*/
  background:rgba(58,52,37,0.85)
	/*background-size:51.5% 100%;*/
}
#logo {
	display: block;
  padding-top: 0;
  clear: both;
  text-align: center;
	position:relative;
}
#logo a, #logo a:visited {
	display:inline-block;
	margin-top:-1em;
  margin-bottom: 1em;
}
#logo a img {
  width:350px;
}
#odRoku {
	float:left;
	display:block;
	margin-left:2em;
	background:var(--zluta);
	width:80px;
	padding:10px;
	border-radius: 0 0 15px 15px;
  font-weight: bold;
  color: var(--hneda);
  line-height: 1.1em
}
/*
#stitek_loga {
  position:absolute;
	display:block;
	background:var(--zluta);
	width:80px;
	text-align:center;
	padding:10px;
	border-radius:50%;
  font-weight: bold;
  color: var(--hneda);
  line-height: 1.1em;
}
*/


#dokosiku a img {
  height:35px;
  margin-left:7px;
}
#prihlaseni a, #prihlaseni a:visited {
  position: absolute;
  right: -113px;
  transition: 0.3s;
  padding: 10px 15px;
  width: 100px;
  color: black;
  font-weight:normal;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
}
#prihlaseni a:hover {
  right: 0;
}
#prihlaseni #login {
  top: 150px;
  background-color:#fecc05;
}
#scroll-down {
  display:none;
}

/* ------------------------- MENU ------------------------------ */
.topnav {
	display: block;
	list-style-type:none;
}
.topnav li {
	display:inline-block;
}
.topnav li a, .topnav li a:visited {
  color:var(--zluta);
	font-family: var(--titleFont);
  font-size:19px;
  padding:15px 10px;
  display: inline-block;
  vertical-align: middle;
}
.topnav li:hover a {
	text-decoration:underline;
}
#infoMenu {
  float:left;
	margin-left:1em;
}
#infoMenu li a, #infoMenu li a:visited {
	color:var(--zluta);
}
#infoMenu li a:hover {
 text-decoration:underline;
}
#buyerMenu {
  float:right;
	margin-right:1em;
}
#buyerMenu a.kosik img {
	width:20px;
	vertical-align:middle;
  margin-right: 5px;
}
#buyerMenu a.logout, #buyerMenu a.logout:visited,
#buyerMenu a.account, #buyerMenu a.account:visited {
	display:inline-block;
	width:50px;
	height:55px;
	background-position:center center;
	background-repeat:no-repeat;
  background-size:20px;
}
#buyerMenu a:hover {
  text-decoration: underline;
}
#buyerMenu a.menuico {
	display:none;
}
.logged-in #buyerMenu a.logout {
  background-image:url('assets/css/logout.svg');
}
.logged-in #buyerMenu a.account {
  background-image:url('assets/css/account.svg');
}
#buyerMenu a.cart-contents::before {
  content:'';
	display:inline-block;
  vertical-align: middle;
	width:34px;
	height:24px;
	background:url('assets/css/kosik.svg') top left no-repeat;
  background-size:100% 20px;
}
/*.logged-in #buyerMenu a.logout:hover {
  background-image:url('assets/css/logout-hover.svg');
}
.logged-in #buyerMenu a.account:hover {
  background-image:url('assets/css/account-hover.svg');
}
#buyerMenu a.cart-contents:hover::before {
	background-image:url('assets/css/kosik-hover.svg');
}
*/
.menuico,
#mobileNav {
	display:none;
}

nav {
  width:100%;
  padding: 0 45px;
}
.nav #topmenu {
  display: flex;
  justify-content: center;
	align-content:flex-start;
}
#topmenu,
#bottommenu {
  list-style-type:none;
	display: inline-block;
  text-align:left;
}
#topmenu li,
#bottommenu li {
  display:inline-block;
}
#topmenu li a, #topmenu li a:visited,
#bottommenu li a, #bottommenu li a:visited {
  font-family: var(--titleFont);
  padding: 7px 15px;
	font-size: 19px;
	display: inline-block;
	color: #fff;
}
#topmenu li a, #topmenu li a:visited {
  padding: 12px 15px;
}
#topmenu li a:hover {
  background: var(--zluta);
  color: var(--hneda);
	text-decoration:none;
  border-radius: 15px 15px 0 0;
}
#topmenu li.active a {
	background: var(--karta);
	color: var(--hneda);
  /*border-left:1px solid var(--hneda);
  border-right:1px solid var(--hneda);*/
  border-radius: 15px 15px 0 0;
}
#topmenu li.current-menu-item a, #topmenu li.current-menu-item a:visited {
	color:white;
	text-decoration:none;
}
#topmenu .icon:hover {
  background: white;
}
#topmenu li.menu-item-has-children:hover {
  cursor: default;
}
#topmenu li.menu-item-has-children li a:hover {
  cursor:pointer;
}


#closebtn {
  display:none;
}
#topmenu li.icon {
  display: none;
}
#topmenu .menu-item.icon:hover {
  background: none;
}
#topmenu .sub-menu {
	display:none;
}
#topmenu .current-menu-item .sub-menu {
	display:block;
}
#bottommenu {
  padding: 7px 15px;
	background: rgba(58,52,37,0.85);
  border-radius: 5px;
	text-align:center;
}

/* ------------------------- BEE ------------------------------ */
/*
.bee {
  width: 50px;
  height: 50px;
  position: absolute;
}
.type1 {
	background: url('assets/css/bee1.svg') center center no-repeat;
	background-size:50px;
}
.type2 {
	background: url('assets/css/bee2.svg') center center no-repeat;
	background-size:50px;
}
.type3 {
	background: url('assets/css/bee3.svg') center center no-repeat;
	background-size:50px;
}
*/


/* ------------------------- MAIN ------------------------------ */
.home_info {
	margin:0 10em 4em 10em;
	padding:2em 3em;
  border-radius: 25px;
  background:var(--zluta);
	color:#fff;
	font-size:1.1em;
}
#eshop {
  position:relative;
}
#eshop .container {
  /*min-height:calc(100vh - 14.5vw);*/
  text-align:center;
  padding: 0 30px;
  z-index:99;
	position:relative;
}
.mfp-bg {
  background: #0b0b0b;
  opacity: 0.7;
}

a.flip, a.flip:visited {
	display:none;
}
#kategorie.panel {
  display:block;
}

.page-id-27 iframe {
	width:100% !important;
	height:25vw;
}


/* ------------------------- FOOTER ------------------------------ */
footer {
  clear: both;
  padding:2em 0;
}
footer .container {
  text-align:center;
}
footer div {
  text-transform:uppercase;
}
footer div img {
  vertical-align:middle;
  padding:0 20px 20px 20px;
}
footer a, footer a:visited {
}
footer a:hover {
  text-decoration:underline;
}
footer p.big {
	font-size:20px;
	font-weight:700;
}
footer a.archa, footer a.archa:visited {
	font-weight:normal;
}
footer .loga {
	margin:1em 0 1.5em 0;
}
footer .loga_mini {
	display:none;
}

/* ------------------------- CLANEK ------------------------------ */
.single #novinky article {
  width: 100%;
}
.single article h1 {
  margin-top:0;
}

/* ------------------------- WOOCOMMERCE ------------------------------ */
#eshop nav {
  position:relative;
  width: 100%;
	height: auto;
	text-align:center;
}
#eshop #kategorie {
  list-style-type:none;
  text-align:center;
  margin-bottom:2em;
  overflow:auto;
	/*padding:0 100px;*/
}
#eshop #kategorie li {
  display:inline-block;
  margin:5px;
  vertical-align: top;
}
#eshop #kategorie li a.button, #eshop #kategorie li a.button:visited {
  padding:10px 20px;
  font-size:18px;
  text-transform:uppercase;
  display: inline-block;
	background:var(--hneda);
	color:#fff;
  line-height: 1;
	border-radius: 3px;
}
#eshop #kategorie li a.button:hover,
#eshop #kategorie li.active a, #eshop #kategorie li.active a:visited {
  text-decoration:none;
	color:var(--zluta);
}
#eshop #kategorie li.icon {
  display: none;
}

#filtry {
	width:100%;
}

.woocommerce a.remove {
  font-family: Arial, sans-serif; /* nektere custom fonty nemaji znak "×" */
}
.woocommerce-page article .term-description {
	display:none; /* popis kategorie je vyuzity na razeni >> nevypisovat */
}
section .woocommerce-terms-and-conditions h2 {
  font-size: 32px;
	text-align: left;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border:none;
  background: white;
}
/*#eshop .container h2 {
	text-transform:uppercase;
}*/
.woocommerce .summary h2 {
	color:var(--zlata);
}
.woocommerce .product #parametry {
	float: left;
	width: 35%;
  padding-right: 2em;
	position:relative;
}
.woocommerce .product #parametry p {
  margin-bottom: 0.8em;
}
#eshop .container .woocommerce h2 {
	text-transform:none;
}
#eshop .container .woocommerce .related > h2 {
	text-align: center;
}

/*ul li.product .in_cart {
	position: absolute;
	top: 30px;
	right: 25px;
	padding: 28px 5px;
	border-radius: 50%;
	background: var(--hneda);
	color: white;
	width: 100px;
	height: 100px;
	text-transform: uppercase;
}*/

ol {
  padding-left: 1.2em;
}

/* na puvodni strance Login/Registrace skryj Registraci */
.page-id-11 .woocommerce .col2-set .col-2 {
  display:none;
}
.page-id-11.logged-in .woocommerce .col2-set .col-2 {
  display:block;
}
/* na vytvorene duplicitni strance Registrace skryj Login */
.page-id-430 .woocommerce .col2-set .col-1 {
  display:none;
}
.page-id-11 .woocommerce .col2-set .col-1,
.page-id-430 .woocommerce .col2-set .col-2 {
  float: none;
  display: inline-block;
}
/*.page-id-11.woocommerce-account h1 {
	display:none;
}*/
.page-id-11.woocommerce-account.woocommerce-orders h1,
.page-id-11.woocommerce-account.woocommerce-edit-address h1,
.page-id-11.woocommerce-account.woocommerce-edit-account h1  {
	display:block;
}
.page-id-430.page:not(.woocommerce-account):not(.woocommerce-page) h2 {
	margin: 0 0 0.7em 0;
}
.page-id-11 #eshop .container .woocommerce #customer_login h2,
.page-id-430 #eshop .container .woocommerce #customer_login h2 {
	text-transform:uppercase;
  font-size: 52px;
  line-height: 1.2em;
  color: var(--hneda);
  margin: 1em 0 0 0;
}

.page-id-27 article {
	overflow:auto;
}
.page-id-27.page:not(.woocommerce-account):not(.woocommerce-page) .articles article {
  padding-bottom:3.5em;
}
.page-id-27:not(.woocommerce-account):not(.woocommerce-page) article .wp-block-group {
	width:calc(50% - 1.5em);
	float:left;
}
.page-id-27:not(.woocommerce-account):not(.woocommerce-page) article .wp-block-group:first-child {
  margin-right:3em;
}
.page-id-27:not(.woocommerce-account):not(.woocommerce-page) article .wp-block-group iframe {
	margin-top:1em;
}
.page-id-27:not(.woocommerce-account):not(.woocommerce-page) article h2 {
  margin: 0.5em 0;
}

.page-id-254 article .wp-block-group {
	width:50%;
	padding-right:3em;
}

.woocommerce #content ul.products.columns-3 li.product {
  width: calc(25% - 30px);
}
#atributy {
	margin:1em 15px;
	background:var(--karta);
	padding:1em;
  color: var(--seda);
  font-weight: bold;
}
/*#atributy:empty {
	display:none;
}*/
#atributy select {
	margin:0 20px 0 5px;
  padding: 3px 7px;
  background: none;
  border: 1px solid var(--seda);
  border-radius: 5px;
  color: var(--hneda);
}
#atributy input[type="submit"] {
	background: var(--zluta);
  color: var(--hneda);
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: var(--titleFont);
}
#atributy input[type="submit"]:hover {
	cursor:pointer;
}

/* ------------------------- FILTRY ------------------------------ */
#sidebar {
	width:100%;
}
#sidebar ul {
	display: flex;
  align-items: flex-start;
  justify-content: center;
}
#sidebar aside {
  padding: 1em;
}
#sidebar aside h3 {
	background: var(--hneda);
  color: var(--karta);
  padding: 8px;
	margin-bottom:0;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  font-size: 17px;
}
#sidebar aside ul {
	margin:0;
  padding: 5px 10px;
	background: var(--karta);
  border-radius: 0 0 3px 3px;
}
.woocommerce-widget-layered-nav-list__item {
	margin:0 7px;
}
.woocommerce-widget-layered-nav-list__item .count {
	color:var(--seda);
}

/* ------------------------- DOPRAVY ------------------------------ */
#pplButton, #ppl-close-modal-button {
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid #014b94;
  background-color: #ffffff;
  color: #014b94;
  display: inline-block;
}
#pplButton:hover, #ppl-close-modal-button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #014b94;
}
.ppl-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 995;
}
.ppl-modal-box {
  position: fixed;
  left: 10vw;
  top: 10vh;
  margin: 0 auto;
  height: 80vh;
  width: 80vw;
  display: none;
  z-index: 996;
}
#ppl-close-modal-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
#ppl-parcelshop-map {
  height: 100%;
  width: 100%;
}
#ppl-parcelshop-map .smap {
	height: 80vh !important;
}
#pplAddress {
  margin: 5px 0;
  font-weight: 400;
}
#balikovnaButton,
balikovna-close-modal-button {
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid rgb(0, 39, 118);
  background-color: #ffffff;
  color: rgb(0, 39, 118);
  display: inline-block;
}
#balikovnaButton:hover,
balikovna-close-modal-button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: rgb(0, 39, 118);
}
/*.shipping-logo-img {
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}*/
#balikovnaButton,
#pplButton {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	padding:10px 20px 10px 100px;
  margin: 5px 0 5px 26px;
}
#balikovnaButton {
	background-image:url('assets/css/doprava-balikovna.png');
}
#pplButton {
	background-image:url('assets/css/doprava-ppl.png');
}
.balikovna-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 995;
}
.balikovna-modal-box {
  position: fixed;
  left: 10vw;
  top: 10vh;
  margin: 0 auto;
  width: 80vw;
	height: 80vh;
  display: none;
  z-index: 996;
  background-color: #fff;
}
balikovna-close-modal-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
#balikovnaAddress {
  margin: 5px 0;
  font-weight: 400;
}
#balikovna-parcelshop-map {
  height: 100%;
  width: 100%;
}
#balikovna-parcelshop-map iframe {
  display: relative;
  width: 100%;
  height: 80vh;
  border: none;
}

/* ------------------------- COOKIES A LISTA ------------------------------ */
#cookies-alert {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 5em 2em 5em;
  z-index: 9999999;
  background-color: var(--hneda);
  color: #fff;
}
#cookies-alert .button,
#cookies-settings .button {
  border:none;
	text-transform:uppercase;
  border-radius: 3px;
}
#cookies-alert .button:hover,
#cookies-settings .button:hover {
  text-decoration:none;
}
#cookies-alert .button {
  margin: 5px;
  padding: 10px 20px;
  background: var(--zluta);
}
#cookies-alert .button:hover {
	background:var(--karta);
	cursor:pointer;
}
#cookies-settings h2 {
  font-size: 24px;
  margin-bottom: 0;
}
#cookies-settings .buttons {
	margin-left:80px;
}
#cookies-settings .button {
  margin: 0 1em 1em 0;
  padding: 7px 15px;
  background: rgba(58,52,37,0.85);
  border-radius: 5px;
  text-align: center;
	color:#fff;
}
#cookies-settings .button:hover {
  background-color: var(--tmhneda);
	cursor:pointer;
}
#cookies-settings .group p {
	padding-left:80px;
}
.buttons {
  overflow: auto;
	line-height: 3em;
}
.switch, .switch-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 30px;
  margin-right:20px;
}
.switch input, .switch-item input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider, .slider-item {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hneda);
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before, .slider-item:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider, input:checked + .slider-item {
  background-color: var(--zluta);
}
input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
input#cookieset_nutne:checked + .slider::before {
	opacity: 0.4; /* nutne cookies */
}
input:checked + .slider-item:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}
.slider.round {
  border-radius: 34px;
}
.slider-item.round {
  border-radius: 22px;
}
.slider.round:before, .slider-item.round:before {
  border-radius: 50%;
}

.cookie_link {
	font-weight:bold;
	color: #fff;
  font-family: var(--titleFont);
  padding: 7px 15px;
  font-size: 19px;
}
.cookie_link:hover {
	cursor:pointer;
	text-decoration:underline;
}
#cookies-modal {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  display: none;
	justify-content:center;
  align-items:center;
}
#cookies-modal-box {
  background-color: var(--karta);
  border: 1px solid #888;
  width: 900px;
	max-height:calc(100% - 4em);
  padding:2em 2.5em;
	overflow-x:auto;
	position:relative;
	text-align: left;
}
#cookies-modal-box .title {
  font-size:34px;
	font-weight:bold;
	margin-bottom:0.3em;
}
#cookies-modal-box p {
  font-size: 18px;
  line-height: 1.2em;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.close-modal:hover,
.close-modal:focus {
  color: var(--oranz);
  cursor: pointer;
}