/*   Y O U R   C S S   S T Y L E S
**
** Style all markdown content elements properly
** Use the markdown test file to check it: https://github.com/typemill/typemill/blob/master/content/00-Welcome/03-Markdown-Test.md
** You can activate and use the Tachyons CSS library: https://typemill.net/theme-developers/helper-functions#activate-tachyons
**
*/

/************************************
*  		STANDARD-ELEMENTS  			*
************************************/
html{}
body{
    font-family: 'Publicsans', sans-serif;
    font-size: 16px; /* Reset to default font size */
}
header{}
footer{}
nav{}
main{}
aside{}
article{}
a, a:link, a:visited{
	color: rgb(19, 45, 81);
}
a:hover, a:focus, a:active{
	color: rgb(100, 92, 83);
}
abbr{}
blockquote{}
code{}
pre{}
dl{}
dt{}
dd{}
figure{
	margin: 0;
}
figcaption{}
img{}
hr{}
ol{}
ul{}
li{}
sup{}
table{}
thead{}
tbody{}
tr{}
tr:nth-child(odd){ }
tr:nth-child(even){ }
td{}
th{}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Publicsans', sans-serif;
	color: #000;
}

a, span, div {
    font-family: 'Publicsans', sans-serif;
}

p, ul {
    line-height: 1.5;
	font-family: 'Publicsans', sans-serif;
}


/************************************
*  		STANDARD SUGGESTIONS 		*
************************************/

/* Make links and buttons smooth */
a, a:link, a:visited, a:focus, a:hover, a:active, button{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Make code look good */
pre{
	display: block;	
	white-space: pre;
	max-width: 100%;
	overflow-x: auto;
}
code{
	display: inline-block;
	word-break: break-all;
}

/* Make table responsive and look good */
.tm-table {
    overflow-x: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
}




/************************
* 		FONTS 		*
************************/
@font-face {
    font-family: 'Publicsans';
    src: url('./fonts/publicsans/PublicSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Publicsans';
    src: url('./fonts/publicsans/PublicSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Publicsans';
    src: url('./fonts/publicsans/PublicSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Publicsans';
    src: url('./fonts/publicsans/PublicSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/************************
* 		NOTICES 		*
************************/

.notice1 {
    margin: 1em 0;
    padding: 10px 1em;
	background-color: #fafafa;
	border-left: 10px solid #000;
}
.notice2 {
    margin: 1em 0;
    padding: 10px 1em;
	background-color: #eee;
	border-left: 10px solid #999;
}
.notice3,
.notice4,
.notice5,
.notice6 {
    margin: 1em 0;
    padding: 10px 1em;
	background-color: #444;
	border-left: 10px solid #ccc;
	color: #fff;
}

/************************
* 	ANCHOR LINKS 		*
************************/

a.tm-heading-anchor {
	display:  inline-block;
	margin-left:  -0.8em;
	width: 0.8em;
	font-weight: 300;
    opacity: .5;
    text-decoration: none;
}
a.tm-heading-anchor:hover,a.tm-heading-anchor:focus {
    opacity: 1;
    text-decoration: none;
}
h2:focus > .tm-heading-anchor, 
h2:hover > .tm-heading-anchor, 
h3:focus > .tm-heading-anchor, 
h3:hover > .tm-heading-anchor, 
h4:focus > .tm-heading-anchor, 
h4:hover > .tm-heading-anchor,
h5:focus > .tm-heading-anchor, 
h5:hover > .tm-heading-anchor,
h6:focus > .tm-heading-anchor, 
h6:hover > .tm-heading-anchor{
	opacity: .75;
}

/************************
*  BREADCRUMB 		*
************************/
.breadcrumb-nav {
    background-color: rgb(225, 224, 214);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem 0;
}

.breadcrumb {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}

.breadcrumb-separator {
    margin: 0 5px;
}

.breadcrumb-item, .breadcrumb-item a {
    font-weight: bold;
    color: black;
}

.breadcrumb-item.active {
    font-weight: normal;
}

a.breadcrumb-item  {
    font-weight: bold;
    color: black;
    text-decoration: none;
    border-bottom: 3px solid white;
}


@media (max-width: 768px) {
    .breadcrumb-separator + .breadcrumb-item.active {
        font-size: 14px;
    }
}

/************************
*  DOWNLOAD LINK 		*
************************/

a.tm-download::before{
	content: "\2193";
  	-webkit-mask: url("data:image/svg+xml; utf8, <svg width='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M23 12c0-3.037-1.232-5.789-3.222-7.778s-4.741-3.222-7.778-3.222-5.789 1.232-7.778 3.222-3.222 4.741-3.222 7.778 1.232 5.789 3.222 7.778 4.741 3.222 7.778 3.222 5.789-1.232 7.778-3.222 3.222-4.741 3.222-7.778zM21 12c0 2.486-1.006 4.734-2.636 6.364s-3.878 2.636-6.364 2.636-4.734-1.006-6.364-2.636-2.636-3.878-2.636-6.364 1.006-4.734 2.636-6.364 3.878-2.636 6.364-2.636 4.734 1.006 6.364 2.636 2.636 3.878 2.636 6.364zM11 8v5.586l-2.293-2.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4 4c0.092 0.092 0.202 0.166 0.324 0.217 0.245 0.101 0.521 0.101 0.766 0 0.118-0.049 0.228-0.121 0.324-0.217l4-4c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-2.293 2.293v-5.586c0-0.552-0.448-1-1-1s-1 0.448-1 1z'></path></svg>") no-repeat 50% 50%;
  	mask: url("data:image/svg+xml; utf8, <svg width='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M23 12c0-3.037-1.232-5.789-3.222-7.778s-4.741-3.222-7.778-3.222-5.789 1.232-7.778 3.222-3.222 4.741-3.222 7.778 1.232 5.789 3.222 7.778 4.741 3.222 7.778 3.222 5.789-1.232 7.778-3.222 3.222-4.741 3.222-7.778zM21 12c0 2.486-1.006 4.734-2.636 6.364s-3.878 2.636-6.364 2.636-4.734-1.006-6.364-2.636-2.636-3.878-2.636-6.364 1.006-4.734 2.636-6.364 3.878-2.636 6.364-2.636 4.734 1.006 6.364 2.636 2.636 3.878 2.636 6.364zM11 8v5.586l-2.293-2.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4 4c0.092 0.092 0.202 0.166 0.324 0.217 0.245 0.101 0.521 0.101 0.766 0 0.118-0.049 0.228-0.121 0.324-0.217l4-4c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-2.293 2.293v-5.586c0-0.552-0.448-1-1-1s-1 0.448-1 1z'></path></svg>") no-repeat 50% 50%;
  	-webkit-mask-size: cover;
  	mask-size: cover;
	background-color: currentColor;	
	display: inline-block;
	margin-right: 5px;
	width:  24px;
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
}
a.tm-download:hover::before{
	text-decoration: none;
}

/************************
* 		YOUTUBE 		*
************************/

.video-container{
	position: relative;
	text-align: center;
}
img.youtube{
	position: relative;
	max-width: 560px;
}
button.play-video { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	height: 100px;
	width: 100px;
	background: #e0474c;
	color: #FFFFFF;
	border-radius: 50%;
	border: 0px;
	padding: 0;
	text-align: center;
}
button.play-video:hover {
	background: #cc4146;
	cursor: pointer;
}
button.play-video::after {
	position: absolute;
	top: 50%;
	margin: -20px 0 0 -15px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 20px 0 20px 40px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
}


/**************
* 	Forms 	  *
**************/

form{
	width: 100%;
	border: none;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
}
fieldset{
	width: 100%;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
label{
	width: 100%;
	display: block;
	color: #333;
	margin-top: 1em;
}
input, textarea{
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 0 20px 0;
	background: #f5f5f5;
}
input:focus,select:focus,textarea:focus{
	outline: none;
	border: 1px solid rgba(229, 226, 211, 1);
	box-shadow: 0 0 2px #D73B00;
}
input[type="submit"],button,.button{
	cursor: pointer;
	color: #fff;
	background: #333;
	font-size: 1em;
	border: 0;
}
input[type="submit"]:hover,button:hover,.button:hover{
	opacity: 0.7;
}
/************************************
* 			FOOTER 		*
************************************/
/* Keeps Footer at the bottom */
.body-footer-bottom { /* add this class to the body-tag */
	min-height: 100vh;
	display: flex;
	flex-direction: column;
  }
  .footer-bottom { /* add this class to the footer-tag */
	padding-left: 3rem; /* Zvýšení odsazení zleva */
	padding-right: 3rem; /* Zvýšení odsazení zprava */
  }

  .footer-bottom-item {
    width: 100%;
    text-align: center; /* Centrované na mobilu */
    display: flex;
    justify-content: center;
    align-items: center; /* Vertikální centrování */
    padding: 1rem 0; /* Přidáno vertikální odsazení */
}

.footer-bottom-item img.logo-image {
    width: 60%; /* Zmenšení velikosti loga z 80% na 60% */
}

.footer-bottom-item a.link {
    color: white; /* Nastavení barvy textu na bílou */
    text-decoration: none; /* Odstranění podtržení */
}

.footer-bottom-item a.link:hover {
    text-decoration: underline; /* Podtržení při najetí myší */
}

@media (min-width: 479px) {
    .footer-bottom-item {
        width: 33.33%;
        padding: 2rem 0; /* Zvýšení vertikálního odsazení na větších obrazovkách */
    }

    .footer-bottom-item:first-child {
        justify-content: flex-end; /* Zarovnání prvního divu doprava */
    }

    .footer-bottom-item:nth-child(2) {
        justify-content: center; /* Zarovnání loga na střed */
    }

    .footer-bottom-item:last-child {
        justify-content: flex-start; /* Zarovnání třetího divu doleva */
    }
}

  footer {
	background-image: url('../../../media/live/tignis_pattern.svg');
	background-repeat: repeat;
    background-position: -1px -1px; /* Přidáno pro překrytí o 1px doleva a nahoru */
}

.footer-section .footer-article > div:not(:first-child) {
    position: relative;  /* Pro absolutní pozicování pseudo-elementu */
    padding: 0 30px;
    border-left: none;  /* Odstraníme původní border */
}

.footer-section .footer-article > div:not(:nth-child(-n+2))::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;  /* Začátek border-left v 15% výšky */
    height: 70%;  /* Border-left přes 70% výšky */
    width: 1px;
    background-color: #fff;
}

.footer-section .footer-article > div:first-child {
    border-left: none;
}

.footer-section .footer-article > div:nth-child(-n+2) {
    border-left: none;
}

@media (max-width: 479px) {
    .footer-section .footer-article > div {
        border-left: none !important;
    }
}

.footer-team {
    line-height: 0.8;
}

.footer-article .footer-logo img {
    width: 90%; /* Zmenšení velikosti loga */
}

/* ...existing code... */

.footer-article {
    color: white; /* Nastavení barvy textu na bílou */
}

.footer-article a,
.footer-article span.b {
    color: white; /* Nastavení barvy odkazů a tučného textu na bílou */
    text-decoration: none; /* Odstranění podtržení u odkazů */
}

.footer-article a:hover,
.footer-article span.b:hover {
    color: white; /* Zachování bílé barvy při hoveru */
    text-decoration: underline; /* Podtržení při hoveru */
}

@media (max-width: 479px) {
    .footer-article {
        text-align: center; /* Zarovnání textu na střed při malých obrazovkách */
    }
}

/* ...existing code... */

/************************************
* 			UTILITIES/HELPERS 		*
************************************/


/* Nice set of system fonts, add this to the body-tag */
.sans-serif { 
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; 
}
/* optimize text, add this to the body-tag */
.optimize-text{
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
/************************************
*  		DEVELOPS 			*
************************************/
.header-section {
    background-color: #fff;
    position: relative;  /* Výchozí pozice pro desktop */
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
}

.header-section.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* Pro zabránění skoku obsahu při přepnutí na sticky */
.header-section.sticky + .main-content {
    margin-top: 80px; /* Výška header-section */
}

@media (max-width: 768px) {
    .header-section {
        position: sticky;  /* Sticky pouze pro mobily */
        top: 0;
        box-shadow: none;
        transition: box-shadow 0.3s ease;
    }

    .header-section.scrolled {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}

/* Hover stav */
ul.menu li a:hover {
    color: rgb(100, 92, 83);
}

ul.menu ul li a:hover {
    color: rgb(100, 92, 83);
}

/* Hover stavy pro menu */
ul.menu li a:hover,
ul.menu ul li a:hover {
    color: rgb(100, 92, 83);
    transition: background-color 0.3s ease;
}

.hover-rgb-100-92-83:hover {
    color: rgb(100, 92, 83);
}

.pricing-content img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pricing-content a {
    text-decoration: underline;
}

/* Odstraníme celou sekci pro rotated-logo */
/* Rotated logo */
.rotated-logo,
.rotated-logo-right {
    display: none;
}

@media (min-width: 1300px) {
    .rotated-logo,
    .rotated-logo-right {
        display: none;  /* Skryjeme logo úplně */
    }
}

/* ...existing code... */

.content-file > ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2em;  /* Menší odsazení pro odrážky první úrovně */
    list-style: disc;  /* Zachování odrážek */
    box-sizing: border-box;
}

.content-file > ul > li {
    padding-left: 0;  /* Odstranění paddingu u li */
    margin-left: 0;   /* Odstranění marginu u li */
}

.content-file > p,
.content-file > h1,
.content-file > h2,
.content-file > h3,
.content-file > h4,
.content-file > h5,
.content-file > h6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .content-file > ul,
    .content-file > p,
    .content-file > h1,
    .content-file > h2,
    .content-file > h3,
    .content-file > h4,
    .content-file > h5,
    .content-file > h6 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ...existing code... */

.content-file > ul ul {
    padding-left: 2em;  /* Původní odsazení pro vnořené seznamy */
}

@media (min-width: 769px) {
    .content-file > ul {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ...existing code... */

.content-folder > ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2em;  /* Menší odsazení pro odrážky první úrovně */
    list-style: disc;  /* Zachování odrážek */
    box-sizing: border-box;
}

.content-folder > ul > li {
    padding-left: 0;  /* Odstranění paddingu u li */
    margin-left: 0;   /* Odstranění marginu u li */
}

.content-folder > p,
.content-folder > h1,
.content-folder > h2,
.content-folder > h3,
.content-folder > h4,
.content-folder > h5,
.content-folder > h6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .content-folder > ul,
    .content-folder > p,
    .content-folder > h1,
    .content-folder > h2,
    .content-folder > h3,
    .content-folder > h4,
    .content-folder > h5,
    .content-folder > h6 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ...existing code... */

.folder-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* ...existing code... */

