﻿body {
	font-family:'Open Sans', Helvetica, Arial;
	color: #000000;
	font-size:0.90em;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
	background-color: #597780;
	background:
		radial-gradient(circle, transparent 20%, #597780 20%, #597780 80%, transparent 80%, transparent),
		radial-gradient(circle, transparent 20%, #597780 20%, #597780 80%, transparent 80%, transparent) 27.5px 27.5px,
		linear-gradient(#547079 2.2px, transparent 2.2px) 0 -1.1px,
		linear-gradient(90deg, #547079 2.2px, #597780 2.2px) -1.1px 0;
	background-size: 55px 55px, 55px 55px, 27.5px 27.5px, 27.5px 27.5px;
	background-attachment: fixed;
/* zákaz výberu textu */
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	overflow-y: scroll; /* Show vertical scrollbar */
	/* overflow-x: scroll;  Show horizontal scrollbar */
}

/* - - - VYBER RECEPTOV - - - */
.hladacline {
	display: flex;
	justify-content: center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background: #0e418e;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	text-shadow: 0px 5px 10px #3a3a3a;
	box-shadow: 0px 0px 10px 0px #3d3d3d;
	color: #ffffff;
}

.hladacik {
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;

	width: auto;
	display: inline-block;
	filter: opacity(90%);
	transition: transform 0.1s;}
.hladacik:hover {filter: opacity(100%);transform: scale(1.1);}


.kategoria {
	font-family: "Playwrite DK Uloopet", cursive;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 1.5em;
	font-size: 1.2em;
	text-shadow: 0px 5px 10px #3a3a3a;
}


hr.kategory {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1em;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0px 0px 10px 0px #3d3d3d;
	display:inline-block;
}

.recipe {
	background-color: #0e418e;
	background-image:
	  linear-gradient( 265deg,  #00000010, transparent 15%),
      linear-gradient( 5deg,    #00000010, transparent 15%),
      linear-gradient(-5deg,    #00000010, transparent 15%),
      linear-gradient( 5deg,    #00000010, transparent 15%),
      linear-gradient(-265deg,  #00000010, transparent 15%),
      linear-gradient(-5deg,    #00000010, transparent 15%),
      linear-gradient( 266deg,  #00000010, transparent 15%);

	background-size: 		50% 56%, 			50% 50%, 			50% 40%, 			50% 56%, 		50% 80%,		 50% 88%; /* EX: vsade 50% 56% */
    background-position:	left top, 			right bottom, 		left center, 		right right, 	right center,	 left bottom;

	float: left;
	width: 18em;
	height: 10em;
	padding-bottom: 1em;
	margin: 1em;
	border-bottom-right-radius: 1.5em;
	box-shadow: 0px 5px 10px 0px #3d3d3d;
	filter: opacity(90%);
	transition: transform 0.1s;}
.recipe:hover {filter: opacity(100%); transform: scale(1.02);}

.nespracovane {background-color: #8a8989;}
.tip {background-color: #105a09;}
.bez {background-color: #5a0909;}

/* https://www.magicpattern.design/tools/css-backgrounds */
.rectop {
	width: 100%;
	height: 22px;
	filter: opacity(90%);
	margin-top: 0.3em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #709ee1;
	background: transparent;

	background-size: 32px 20px, 0px 0px, 0px 0px;
	background-repeat: space no-repeat;
	background-image:radial-gradient(circle at 15px 10px,#ffffff 40%,#00000042 40%,transparent 100%);
}

.recleft {float: left; width: 60%; margin-left: 1em;}
.thumb {float: right; width: 20%; margin-left: 1em; margin-right: 1em;}
.nazov {font-family: "Playwrite DK Uloopet", cursive; text-shadow: 0px 2px 5px #000000; margin-bottom: 0.3em; border-bottom: 1px solid transparent; border-image: linear-gradient(0.25turn, #ffffff, #ffffff, #ffffff00); border-image-slice: 1;}
.popis {font-family: 'Courier New', Courier, monospace; text-shadow: 0px 2px 5px #000000;}
.thumb img {float: right; height: 3.75em; max-width: 100%; border-bottom-right-radius: 1em;}
/* - - - - - - - - - - - - - - - - - */

/* CHECKBOX*/
.AC {background-color: #00000000;}
input[type="checkbox"]:checked::before {transform: scale(1);}

/* CHECKBOX prazdny  */
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-content: center;
	justify-content: center;
	border: 0em solid #ffffff;
}

/* CHECKBOX potvrdeny */
input[type="checkbox"]::before {
	content: "";
	width: 1.3em;
	height: 1.3em;
	clip-path: polygon(41% 52%, 26% 35%, 10% 51%, 37% 88%, 37% 88%, 37% 88%, 37% 88%, 37% 88%, 91% 33%, 78% 18%);
	transform: scale(0);
}

input.AC[type="checkbox"]::before {background-color: #369add;}

/* - - - - - - -  TLACIDLO TMAVEHO REZIMU - - - -  - - - - */
.prepinac-tmavyrezim {float: right; width: auto; transition: transform 0.1s;}
.prepinac-tmavyrezim:hover {transform: scale(1.0);}
/*prepinac pozadie*/
label {width: 2.1em; height: 1.2em;	border-radius: 1em; transition: 0.2s; cursor: pointer; display: block; position: relative; background: #ad8f8f;box-shadow: 0px 0px 5px 1px #9ec8ff;}
/*prepinac gulicka*/
label:after {top: 0em; left: 0em; width: 1.2em; height: 1.2em; transition: 0.2s; background: #ffffff; border-radius: 1em; content: ''; position: absolute;}
/*--- Dark Mood / prepinac ---*/
.darkmode label {background: #77b2ff;}
.darkmode label:after {left: 1.00em;}

/* - - - - - - - - -  - - - - - - - - - - - - - - - - - - */


::-webkit-scrollbar {width: 0.5em; background:#597780;}
::-webkit-scrollbar-thumb {background: #2c393d;}

.howto::-webkit-scrollbar {width: 1em;background:transparent;}
.howto::-webkit-scrollbar-thumb {background: #1e71cf; border-top-right-radius: 2em; border-bottom-right-radius: 2em;}

a:link		{text-decoration: none; color:#ffffff;}
a:visited	{text-decoration: none; color:#ffffff;}
a:hover		{text-decoration: none; color:#ffffff;}
a:active	{text-decoration: none; color:#ffffff;}

h1 {font-family: "Playwrite DK Uloopet", cursive; padding-bottom: 0em; margin-top: 0em; margin-bottom: 0em; font-size:2.0em; color: #000000;text-shadow: 0px 2px 5px #bebebe;}
h2 {font-family: "Playwrite DK Uloopet", cursive; width:100%; font-size:1.5em; color: #000000;text-shadow: 0px 2px 5px #bebebe; float:left;}
h3 {font-family: "Playwrite DK Uloopet", cursive; margin-left: 2%; width: 98%; font-size:1.2em; color: #000000;text-shadow: 0px 2px 5px #bebebe; float:left;}
h4 {padding-top:0em; padding-bottom: 0em; margin-top: 0em; margin-bottom: 0em; font-size:1.0em; color: #000000; font-weight: normal; color: #4d4d4d; text-shadow: 0px 2px 5px #bebebe;}
h5 {font-family: "Playwrite DK Uloopet", cursive; padding-top:0em; padding-bottom: 0em; margin-top: 0em; margin-bottom: 0em; font-size:1.2em; color: #000000;text-shadow: 0px 2px 5px #bebebe;}

hr.ciara {border: 0; height: 1px; background-image: linear-gradient(to right, #a5a0a0, #cfcfcf, #a5a0a0);}


#HEADER {
	height: 40px;
	background-color: #1e71cf;
	position: sticky;
	top: 0;
	z-index: 999;
	float: left;
	color: #ffffff;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 0em;
	display: block;
	box-shadow: 0px 0px 15px 2.5px #00000077;
}

.headback {
	float: left;
	height: 25px;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	display: flex;
	align-items: center;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	color: #ffffff;
	font-family: monospace;
	border: 1px #96c7ff solid;
	border-radius: 1em;
	background: #0e418e;
	background: linear-gradient(45deg, #0e418e 0%, #1e71cf 50%, #369add 100%);
	box-shadow: 0px 0px 1px 1px #369add;
	transition: transform 0.1s;
}
.headback:hover {transform: scale(1.2);}



.headname {font-family: "Playwrite DK Uloopet", cursive;
	float: left;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 0.5em;
	color: #ffffff;
}

.casy {
	background-color: #1e71cf;
	float: right;
	height: 40px;
	display: flex;
	align-items: center;
	float: right;
	margin-right: 1em;
	color: #ceeaff;
	font-size:0.9em;
	font-family: monospace;
}

.headlaod {text-align: center;	width: 4em;}
.headtimer  {text-align: center;	width: 4em;}

#number {text-align: center;}

.prepinac-tmavyrezim {
	margin-right: 1em;
	float: right;
	height: 40px;
	display: flex;
	align-items: center;
}

.full {
	float: right;
	height: 25px;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	display: flex;
	align-items: center;
	text-align: center;
	padding-left: 0.7em;
	padding-right: 0.7em;
	color: #ffffff;
	font-family: monospace;
	border: 1px #96c7ff solid;
	background: #0e418e;
	background: linear-gradient(45deg, #0e418e 0%, #1e71cf 50%, #369add 100%);
	box-shadow: 0px 0px 1px 1px #369add;
	transition: transform 0.1s;
}
.full:hover {transform: scale(1.2);}

.scrL {border-top-left-radius: 1em; border-bottom-left-radius: 1em;}
.scrR {border-top-right-radius: 1em; border-bottom-right-radius: 1em;}



#OBSAH {
	margin: auto;
	padding-left: 30px;
	padding-right:30px;
	width: 1440px;
	box-shadow: 0px 0px 15px 2.5px #00000077;
	background-color: #ffffff;
	background-image:
		repeating-radial-gradient( circle at 0 0, transparent 0, #f5f5f5 16px ),
		repeating-linear-gradient( #f5f5f5, #ffffff );
	background-attachment: fixed;
}
		
@media screen and (max-width: 1500px) {#OBSAH {width: 92%;}}

#FOOTER {
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 1440px;
	background-color: #1e71cf;
	color: #fff;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	box-shadow: 0px -2.5px 15px 2.5px #00000077;
}
@media screen and (max-width: 1500px) {#FOOTER {width: 92%;}}

#SEKCIA {
	width: 100%;
	display: inline-block;}

.ingrediencie {
	width: 50%;
	float: left;
}

.comment {
	float: left;
	border-radius: 1.5em;
	width: auto;
	margin-left: 1%;
	margin-right: 2%;
	padding-left: 1%;
	margin-bottom: 0.5em;
	padding-right: 2%;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-radius: 5px;
	background: linear-gradient(to right, #b4dd8e 35%, #b5ce9d 100%);
	filter: opacity(80%);
	transition: transform 0.1s;}

.comment:hover {
	background: linear-gradient(to right, #b4dd8e 0%, #b5ce9d 100%);
	box-shadow: 0px 5px 15px 2px #0000007a;
	filter: opacity(100%);
	transform: scale(1.01);
}

.dierkovacka {
	float:left;
	margin-top:0.15em;
	margin-left: 0em;
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px 0px #000000, inset 0 0 0 25px #ffffff;
	width: 1em;
	height: 1em;
	z-index: -1;
}

.komentar {
	float: left;
	width:auto;
	text-align: left;
	margin-top: 0.12em;
	margin-left: 0.5em;
}

.red  {background: linear-gradient(to right, #ff5555 35%, #f83b3b 100%);}
.red:hover {background: linear-gradient(to right, #ff5555 35%, #f83b3b 100%);}

.blue {background: linear-gradient(to right, #bad9ee 35%, #dff2ff 100%);}
.blue:hover {background: linear-gradient(to right, #bad9ee 35%, #dff2ff 100%);}

.osve {width: 96%;background: linear-gradient(to right, #8585852f 0%, #8585852f 100%);}
.osve:hover {background: linear-gradient(to right, #8585852f 0%, #8585852f 100%);}

.poznamky {
	width: 50%;
	float: left;
}

.obrazok {
	width: 98%;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center; /* toto daj prec ak to ches mat v lavo */
	float: left;
}

.obrazok img {
	min-width: 350px;
	width: 50%;
	height: auto;
	border-radius: 1.5em;
}

#SEKCIA2 {
	text-align: center;
	width: 100%;
	padding-bottom: 2.5em;
	display: inline-block;
}

.postup {text-align: center;}

.howto {
	float: left;
	background-color: #dff2ff;
	background: linear-gradient(45deg, #dff2ff 0%, #dff2ff 50%, #bad9ee 100%);
	width: 18%;
	height: 8.7em;
	overflow: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1em;
	margin-bottom: 1em;
	box-shadow: 0px 0px 5px 1px #bac4c5;
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	transition: transform 0.1s;
}

.howto:hover {transform: scale(1.02);}

.zatrhavacka {
	float: left;
	width: 10%;
	height: 8.7em;
	/* https://superdesigner.co/tools/css-backgrounds*/
	/* background: radial-gradient(#1e71cf 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #1e71cf 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #1e71cf 49% 51%, transparent 51%); */
	background: radial-gradient(circle at left bottom ,transparent 14%,#1e71cf 15%, #1e71cf 25%, transparent 26%, transparent 34%,#1e71cf80 35%, #1e71cf80 45%, transparent 46%, transparent 54%, #1e71cf 55%, #1e71cf 65%, transparent 66%, transparent 74%, #1e71cf80 75%, #1e71cf80 85%, transparent 86%);
	background-size: 1em 1em;
	background-color: transparent;
	opacity: 1;
}


.bod {
	font-size: 0.9em;
	width: 2.0em;
	height: 1.6em;
	padding-top: 0.4em;
	align-items: center;
	text-align: center;
	background-color: #1e71cf;
	box-shadow: 0px 0px 15px 2px #369addb0;
    border-radius: 50%;
	margin-top: 0.5em;
	margin-left: 50%;

	font-weight: bold;
    color: #ffffff;
}

.pokec {
	float: left;
	width: 86%;
	margin-left: 2%;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	margin-top: 0.2em;
	border-top: 1px solid transparent; border-image: linear-gradient(0.25turn, #1e71cf, #1e71cf75, transparent); border-image-slice: 1;}

.howtochcek {
    float: right;
	margin-top: 0.7em;
	margin-right: 8%;
    background-color: transparent;
}

input.howtochcek[type="checkbox"]::before {background:#1e71cf;}

.blank {
	float: left;
	border-radius: 1.5em;
	width: 16%;
	height: 6.5em;
	overflow: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1em;
}



/* - - - - - - - - -  - - - - - - - - - - - - - - - - - - START TABULKY - - - - - - - - -  - - - - - - - - - - - - - - - - - - */
table {border-collapse: collapse; width: 96%; margin-left: 2%; margin-right: 2%;}
th, td {text-align: left; padding-left: 0.0em; padding-right: 0.0em; padding-top: 0.5em; padding-bottom: 0.5em;}

/* _STLPCE_ */
/* STLPEC: checkbox*/
td:nth-child(1) {width: 1em;}

/* STLPEC: číslo počtu */
td:nth-child(2) {width: 2em; padding-right: 0.5em; text-align: right; font-weight: bold; color: #1e71cf;}

/* STLPEC: aký počet*/
td:nth-child(3) {width: 2.5em; text-align: left; font-weight: bold; color: #1e71cf;}

/* STLPEC: čoho*/
td:nth-child(4) {font-weight: bold; font-family: "Playwrite DK Uloopet", cursive; font-size: 0.9em;}

/* STLPEC: čoho poznámka*/
td:nth-child(5) {font-style:italic;}

/* _RIADKY_ */
/* POZOR, NA VYSKU RIADKU MA VPLYV AJ: input checkbox : before */
tr {height: 0em; transition: transform 0.035s; box-shadow: 0px 0px 5px 1px #bac4c5; }
tr:hover {transform: scaley(1.15); transform-origin: 0% 100%; }

/*table tr:hover td {background-color: #bee5ff;}
tr:hover {box-shadow: 0px 0px 5px 1px #000000;}*/

/* RIADOK: parny */
tr:nth-child(even) {background-color: #ffffff; background: linear-gradient(45deg, #f1f1f1 0%, #ffffff 50%, #ffffff 100%); border-bottom: 2px solid #bac4c5;}
tr:nth-child(even):hover {box-shadow: 0px -1.5px 5px 0px #bac4c5;}

/* RIADOK: neparny */
tr:nth-child(odd) {background-color: #dff2ff; 	background: linear-gradient(45deg, #dff2ff 0%, #dff2ff 50%, #bad9ee 100%); border-bottom: 2px solid #bac4c5;}
tr:nth-child(odd):hover {box-shadow: 0px -1.5px 5px 0px #bac4c5;}

/* box-shadow: 0 4px 2px -2px #bac4c5; TIEN LEN DOLE*/

/* - - - - - - - - -  - - - - - - - - - - - - - - - - - - KONIEC TABULKY - - - - - - - - -  - - - - - - - - - - - - - - - - - - */

/* - - - - - MOBILNA VERZIA - - - - - -
/* povodna sirka (max-width: 520px) */
@media screen and (max-width: 800px) {
	body {margin: 0%;}
	th, td {padding-left: 0.2em; padding-right: 0.3em;}
	h1 {text-align: center; padding-left: 0em;}
	h2 {text-align: center; padding-left: 0em;}
	h3 {text-align: center; margin-left: 0em;}
	h4 {text-align: center; padding-left: 0.5em; padding-right: 0.5em;}
	h5 {text-align: center; padding-left: 0em;}
	#OBSAH {margin: 0;padding: 0;width: 100%;}
	#HEADER {margin-bottom: 2em;}
	#FOOTER  {margin: 0; padding-left: 1%; padding-right: 0; width: 99%;}

	.kategoria {text-align: center; width: 100%; margin-left: 0%; margin-right: 0%;}
	.obrazok img { width: 90%; padding-left: 5%; padding-right: 5%; border-radius: 5em;}
	.thumb img {width: 100%; height: 3.6em;}
	.thumb {width: 5em;}
	.scrR {margin-right: 0.5em;}
/*	.recleft {width: fill;} */
	.bod {margin-top: 0em;}
	.note {text-align: center;}

	
	.comment {filter: opacity(100%); width: 92%; margin-left: 2%; margin-right: 2%; padding: 2%; text-align: center;}
	.comment:hover {transform: scale(1.0);	box-shadow: 1px 2px 1px -1px #777;}
	.dierkovacka {margin-top:0.5em; margin-left: 0em; border-radius: 50%; width: 0.5em; height: 0.5em;}
	.komentar {width:90%;}

	.howto   {width: 96%; margin-left: 2%; margin-right: 2%; text-align: center; overflow: hidden; height: auto;}
	.howto:hover {transform: scale(1.0);}
	.bod {margin-top: 0.5em; float: left; margin-left: 1em;}
	.pokec {text-align: left; width: 85%; margin-left: 3%;}
	.blank {width: 0; margin:0; padding: 0;}
	.ingrediencie {width: 100%}
	.postup{width: 100%;}
	.poznamky {width: 100%}
	.recipe {width: 85%; margin-left: 7.5%; margin-right:7.5%;}
	.recipe:hover {transform: scale(1.0);}

	tr:hover {transform: scaley(1.0); transform-origin: 0% 100%;}
}

/* - - - - - TMAVY REZIM - - - - - - */
body.darkmode {
	color: #b5b8bd;
	text-shadow: 0px 2px 5px #000000;
	background: #424242; 
	background:
		radial-gradient(circle, transparent 20%, #424242 20%, #424242 80%, transparent 80%, transparent),
		radial-gradient(circle, transparent 20%, #424242 20%, #424242 80%, transparent 80%, transparent) 27.5px 27.5px,
		linear-gradient(#38383a 2.2px, transparent 2.2px) 0 -1.1px,
		linear-gradient(90deg, #38383a 2.2px, #424242 2.2px) -1.1px 0;
	background-size: 55px 55px, 55px 55px, 27.5px 27.5px, 27.5px 27.5px;
	background-attachment: fixed;
}

.darkmode h1 			{color: #d7dae0; text-shadow: 0px 2px 5px #000000;}
.darkmode h2			{color: #d7dae0; text-shadow: 0px 2px 5px #000000;}
.darkmode h3 			{color: #d7dae0; text-shadow: 0px 2px 5px #000000;}
.darkmode h4 			{color: #b5b8bd; text-shadow: 0px 2px 5px #000000;}
.darkmode h5			{color: #d7dae0; text-shadow: 0px 2px 5px #000000;}
.darkmode h6			{color: #d7dae0; text-shadow: 0px 2px 5px #000000;}

.darkmode .hladacline {background-color: #252525;}

.darkmode hr.ciara     {border: 0; height: 1px; background-image: linear-gradient(to right, #b3b3b3bf, #b3b3b3, #b3b3b3bf);}
.darkmode hr.kategory  {border-bottom: 1px solid #000000; box-shadow: 0px 0px 10px 0px #e4e4e4;}

.darkmode #OBSAH       {background: #34383b; background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #3c4144 16px ), repeating-linear-gradient( #3c4144, #34383b ); background-attachment: fixed;}
.darkmode #HEADER      {background: #000000;}
.darkmode #FOOTER      {background: #000000;}

.darkmode .headname	   {color: #bac7d1;}
.darkmode .casy		   {color: #bac7d1; background-color: #000000;}
.darkmode .headback	   {color: #c2c1c1; background: linear-gradient(45deg, #424242 0%, #6f7172 50%, #4E4F50 100%); border: 1px #c2c1c1 solid; box-shadow: 0px 0px 1px 1px #9b9b9b;}
.darkmode .full		   {color: #c2c1c1; background: linear-gradient(45deg, #424242 0%, #6f7172 50%, #4E4F50 100%); border: 1px #c2c1c1 solid; box-shadow: 0px 0px 1px 1px #9b9b9b;}
.darkmode .dierkovacka {box-shadow: inset 1px 1px 1px 0px #000000, inset 0 0 0 25px #424242;}

.darkmode .comment:hover {box-shadow: 0px 5px 15px 2px #0000007a;}
.darkmode .comment 	   {background: linear-gradient(to right, #676969 60%, #427742 100%); color:#ffffff;}
.darkmode .red         {background: linear-gradient(to right, #676969 60%, #741818 100%);}
.darkmode .blue        {background: linear-gradient(to right, #676969 60%, #2e5c8a 100%);}
.darkmode .osve		   {background: linear-gradient(to right, #676969 60%, #cdd1d1 100%);}

.darkmode .bod         {background: #0059a1; box-shadow: 0px 0px 25px 5px #3a3a3a;}
.darkmode .howto	   {background: #4E4F50; background: linear-gradient(45deg, #7f8181 0%, #6c6d6e 50%, #898b8b 100%);box-shadow: 0px 0px 5px 1px #1b1b1b; color: #ecebeb;}
.darkmode .howtochcek  {box-shadow: inset 1px 1px 1px 0px transparent}
.darkmode .pokec	   {border-top: 1px solid transparent; border-image: linear-gradient(0.25turn, #0059a1, #0058a173, transparent); border-image-slice: 1;}
.darkmode .zatrhavacka {background: radial-gradient(circle at left bottom ,transparent 14%,#0059a1 15%, #0059a1 25%, transparent 26%, transparent 34%,#0059a1 35%, #0059a1 45%, transparent 46%, transparent 54%, #0059a1 55%, #0059a1 65%, transparent 66%, transparent 74%, #0059a1 75%, #0059a1 85%, transparent 86%); background-size: 1em 1em;}
.darkmode .kategoria   {color: #ffffff; text-shadow: 0px 5px 10px #a5a5a5;}
.darkmode .recipe      {color: #f5f5f5; box-shadow: 0px 5px 10px 0px #000000; background-color: #3a4e63;}
.darkmode .rectop	   {border-bottom: 1px dotted #a8a4a4; background-image:radial-gradient(circle at 15px 10px,#424242 40%,#0000001c 40%,transparent 100%);}
.darkmode .nespracovane{background-color: #252525;}
.darkmode .tip 		   {background-color: #23521d;}
.darkmode .bez		   {background-color: #3b0606;}


.darkmode input.AC[type="checkbox"]::before {background:#dbdbdb;}
.darkmode input.howtochcek[type="checkbox"]::before {background:#0059a1;}

.darkmode .howto::-webkit-scrollbar-thumb {background: #333333;}
.darkmode .howto::-webkit-scrollbar		  {background: transparent;}
.darkmode::-webkit-scrollbar			  {background: #424242;}
.darkmode::-webkit-scrollbar-thumb 		  {background: #1f2224;}

.darkmode tr {height: 0em; box-shadow: 0px 0px 5px 1px #000000;}
.darkmode tr:nth-child(even) 		{background:#676969; border-bottom: 2px solid #ffffff57;}
.darkmode tr:nth-child(even):hover 	{box-shadow: 0px -1.5px 5px 0px #000000;}
.darkmode tr:nth-child(odd) 		{background:#7f8181; border-bottom: 2px solid #ffffff57;}
.darkmode tr:nth-child(odd):hover	{box-shadow: 0px -1.5px 5px 0px #000000;}
.darkmode td:nth-child(2) 			{color: #ffffff;}
.darkmode td:nth-child(3)			{color: #ffffff;}
.darkmode td:nth-child(4) 			{color: #b5b8bd;}
.darkmode td:nth-child(5)			{color: #b5b8bd;}

@media screen and (max-width: 800px) {
	.darkmode .comment:hover {transform: scale(1.0); box-shadow: 1px 2px 1px -1px #ffffff00;}
	.darkmode .howto:hover {background: linear-gradient(45deg, #7f8181 0%, #6c6d6e 50%, #898b8b 100%);box-shadow: 0px 0px 5px 1px #1b1b1b;}
}