@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
/* */

body {
	background: #ffffff;
	font-family: "Poppins", sans-serif;
}
/* Home Page Title */

#docsSearch h1 {
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	margin-top: .4em;
	font-family: "Poppins", sans-serif;
	color: #141414;
	padding: 10px;
}
.navbar .nav li {
	display: inline-block;
	float: none;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
}
.navbar .nav li a, .navbar .icon-private-w {
	font-size: 12px;
    	font-weight: 300;
}

/* Header Size */

a.brand > img {
    	max-width: 100%;
    	vertical-align: middle;
    	border: 0;
    	height: 40px;
    	margin-left: 15px;
    	width: auto;
    	image-rendering: -webkit-optimize-contrast;
    	image-rendering: auto;
}

.navbar .navbar-inner {
	/* background: #ffffff; */
	height: 60px;
}
.navbar .navbar-inner .container-fluid {
	padding: 20;
	height: 60px;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

/* Home Page Search Bar Background */

#docsSearch {
	background: #ffffff;
	border-top: 1px solid #dadada;
	margin-bottom: 3em;
	padding: 1.5em 0;
}
/* Search Input Box */

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: "Poppins",
	sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #141414;
}
/* Home Page Category Title*/

.category-list h3 {
	color: #3099bf;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	font-family: "Poppins", sans-serif;
}

/* Category Styles */

.category-list .category p {
	color: #141414;
	font-family: "Poppins", sans-serif;
	font-weight: 300; /* podnadpisy u kategorií */
	font-size: 15px;
	letter-spacing: 0.25px;
}
.category-list .category {
	background-color: #ffffff;
	background-position: top 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 100px auto !important;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 183px;
	padding: 120px 20px 15px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
}
.category-list .category:hover {
	background: #e8f9fd !important;
}

.collection-category h2 {
    font-weight: 200 important;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    font-family: "Poppins", sans-serif;
    /* text-transform: uppercase; */
    color: #141414 !important;
    font-size: 25px !important;
    letter-spacing: 1px;
}

.collection-category h2 a {
    color: #3099bf;
}

.collection-category .category-list {
    margin: 0 0 4em;
    text-align: center;
}

/* Home Page Link Style */

#serp-dd .result a, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a span, .category-list .category .article-count, .category-list .category .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #80c341 !important;
	margin-top: 15px;
	text-decoration: none;
	font-family: "Poppins",
	sans-serif;
	font-weight: 500;
}
#serp-dd .result a:hover, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #80c341 !important;
	margin-top: 15px;
	/* text-decoration: underline dotted; */
	border-bottom: none !important;
	font-family: "Poppins",
	sans-serif;
	font-weight: 500;
}

/* Home Page Search Button */

#searchBar .search-query {
  	background-color: #fff;
    	border: 1px solid #00bfe8;
}

#searchBar button {
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #00bfe8;
	border-radius: 0 5px 5px 0;
	border: 1px solid #00bfe8;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
}
#searchBar button:hover {
	background: #80c341;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	border: 1px solid #80c341;
}
input, button, select, textarea {
	font-family: "Poppins";
}

/* Category Images */

/* Shared icon style for all categories */
.category::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 10px;
}

/* Endbenutzer */
#category-538 {
    padding-top: 10px !important;
}
#category-538::before {
    background-image: url('https://download1.zoner.com/icons/support/3_end_user.svg');
}

/* Technische Unterstützung */
#category-532 {
    padding-top: 10px !important;
}
#category-532::before {
    background-image: url('https://download1.zoner.com/icons/support/1_technical_support.svg');
}

/* Verkauf & Lizenz */
#category-533 {
    padding-top: 10px !important;
}
#category-533::before {
    background-image: url('https://download1.zoner.com/icons/support/2_license_sales.svg');
}

/* Meisterkurse */
#category-534 {
    padding-top: 10px !important;
}
#category-534::before {
    background-image: url('https://download1.zoner.com/icons/support/16_masterclass.svg');
}

/* Kommerzielle Lizenz */
#category-539 {
    padding-top: 10px !important;
}
#category-539::before {
    background-image: url('https://download1.zoner.com/icons/support/4_commercial.svg');
}

/* Bildungseinrichtungen */
#category-540 {
    padding-top: 10px !important;
}
#category-540::before {
    background-image: url('https://download1.zoner.com/icons/support/5_edu.svg');
}

/* Oberfläche */
#category-615 {
    padding-top: 10px !important;
}
#category-615::before {
    background-image: url('https://download1.zoner.com/icons/support/6_ui.svg');
}

/* Wichtige Konzepte und Funktionen */
#category-632 {
    padding-top: 10px !important;
}
#category-632::before {
    background-image: url('https://download1.zoner.com/icons/support/7_terminology.svg');
}

/* Eigenschaften */
#category-641 {
    padding-top: 10px !important;
}
#category-641::before {
    background-image: url('https://download1.zoner.com/icons/support/8_preferences.svg');
}

/* Modul Manager */
#category-661 {
    padding-top: 10px !important;
}
#category-661::before {
    background-image: url('https://download1.zoner.com/icons/support/9_manager.svg');
}

/* Modul Entwickeln */
#category-662 {
    padding-top: 10px !important;
}
#category-662::before {
    background-image: url('https://download1.zoner.com/icons/support/10_develop.svg');
}

/* Modul Editor */
#category-663 {
    padding-top: 10px !important;
}
#category-663::before {
    background-image: url('https://download1.zoner.com/icons/support/11_editor.svg');
}

/* Werkzeuge des Moduls Entwickeln */
#category-673 {
    padding-top: 10px !important;
}
#category-673::before {
    background-image: url('https://download1.zoner.com/icons/support/12_toolllls.svg');
}

/* Werkzeuge des Moduls Manager */
#category-672 {
    padding-top: 10px !important;
}
#category-672::before {
    background-image: url('https://download1.zoner.com/icons/support/12_toolllls.svg');
}

/* Werkzeuge des Moduls Editor */
#category-674 {
    padding-top: 10px !important;
}
#category-674::before {
    background-image: url('https://download1.zoner.com/icons/support/12_toolllls.svg');
}

/* Modul Drucken */
#category-675 {
    padding-top: 10px !important;
}
#category-675::before {
    background-image: url('https://download1.zoner.com/icons/support/15_print.svg');
}

/* Modul Video */
#category-676 {
    padding-top: 10px !important;
}
#category-676::before {
    background-image: url('https://download1.zoner.com/icons/support/14_video.svg');
}

/* Zonerama */
#category-909 {
    padding-top: 10px !important;
}
#category-909::before {
    background-image: url('https://download1.zoner.com/icons/support/18_zonerama.svg');
}

/* etc... keep going and add one CSS ID selector for each category. */


/* Side Bar Styles */

#sidebar .nav-list a {
	display: inline-block;
	color: #141414;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;
	font-family: "Poppins",
	sans-serif;
	font-weight: 300;
	text-decoration: none; /* Přidáno pro odstranění podtržení v normálním stavu */
}

#sidebar .nav-list a:hover {
    	text-decoration:  underline dotted; /* Přidáno pro podtržení při hover efektu */
	}
	
	#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 500;
	color: #80c341;
	background: 0 0;
	text-shadow: none;
	text-decoration:  underline dotted;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #3099bf;
	font-weight: 400;
	margin-bottom: 4px;
	font-family: "Poppins",
	sans-serif;
	letter-spacing: 2px;
}
/* Article Styles */

#main-content {
    	ackground: #ffffff;
    	loat: right;
    	argin-bottom: 2em;
    	adding: 32px 0 0 28px;
}

#fullArticle img {
    	isplay: block;
   	argin: 1em 0 2em;
   	padding: 4px;
   	border-radius: 4px;
   	box-sizing: border-box;
}

#fullArticle .title, .contentWrapper h1 {
	margin: 0 30px .5em 0;
	font-family: "Poppins",
	sans-serif;
	color: #3099bf;
	font-weight: 700;
}
#fullArticle .printArticle {
	position: absolute;
	right: 46px;
	top: 40px;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	color: #141414;
	font-family: "Poppins",
	sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .01em;
}
#categoryHead .sort select {
	width: 180px;
	height: 28px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	color: #141414;
	font-family: "Poppins",
	sans-serif;
	font-weight: 300;
}

/* Style this one if you want bolded article text to have a different color */

#fullArticle strong {
	color: #141414;
}
#fullArticle h2 {
	font-size: 24px;
	font-family: "Poppins",
	sans-serif;
	font-weight: 400;
	color: #3099bf;
}
#fullArticle h3 {
	font-size: 20px;
	font-family: "Poppins",
	sans-serif;
	font-weight: 700;
	color: #3099bf;
}
#fullArticle h4 {
	font-size: 16px;
	font-family: "Poppins",
	sans-serif;
	font-weight: 300;
	color: #141414;
    font-style: italic;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	font-family: "Poppins",
	sans-serif;
	color: #141414;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .01em;
}

/* Article Footers */

.articleFoot p, .articleFoot time {
	color: #141414;
	display: inline-block;
	font-family: "Poppins",
	sans-serif;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
}

/* Page Footers */

footer p a {
	color: #141414;
	font-family: "Poppins",
	sans-serif;
	font-weight: 300;
}


/* Contact Modal */

#contactModal h2, .abuse h2 {
	background: #fff;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "Poppins";
	color: #717171;
	font-weight: 300;
}
#contactModal .control-label {
	width: 110px;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 300;
	color: #717171;
}

.btn {
	color: #6aa744;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #3099bf;
	border-radius: 5px;
	border: 1px solid #b98389;
	font-size: 14px;
	padding: .5em;
	/* height: 50px; */
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #3099bf;
  border: 1px solid #9da39a;
}

#search-query .btn:hover {
	color: #e8f9fd;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #8fa7c2;
	border-radius: 5px;
	border: 1px solid #9da39a;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
}

.category-list {
    text-align: center;
}

/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */

@media screen and (max-width: 1105px) {
	section.category-list .category {
		width: 48.2%;
	}
}
@media screen and (max-width: 760px) {
	section.category-list .category {
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 120px 20px 15px;
		width: 100%;
	}
}
/* RESPONSIVE */

@media (max-width: 768px) {
	.navbar .btn-navbar {
		margin-top: 16px;
		right: -10px;
	}
	.related {
		padding: 30px 25px 25px;
	}
	.related ul {
		margin-left: 0;
	}
	.related h3 {
		padding-left: 0;
	}
	.related ul>li a {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	#searchBar button {
		color: transparent;
		text-shadow: 0;
		background: transparent;
		border-radius: 0 5px 5px 0;
		border: 0;
		font-size: 18px;
		padding: 0 1.5em;
		height: 50px;
		position: absolute;
	}
	#searchBar button .icon-search {
		display: block;
		text-shadow: none;
		margin-top: 15px;
	}
	#searchBar button:hover .icon-search:hover {
		display: block;
		text-shadow: none;
		margin-top: 15px;
		background-color: transparent;
	}
}
@media (max-width: 480px) {
	#fullArticle .title, .contentWrapper h1 {
		font-size: 24px;
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}


/* Collection Titles  */
.collection-category h2 a {
    color: #141414;
}

.collection-category h2 {
    font-weight: 300;
    margin: 0 0 20px;
    padding-left: .65%;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

section.related, section.related * {
	color: #141414 !important; /* nebo jiná barva */
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
}

section.related a:hover * {
	text-decoration: underline dotted !important;
	color: #80c341 !important;
}

section.related h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #3099bf !important;
	font-weight: 400;
	margin-bottom: 4px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 2px;
}

/* Unifikace <b> a <strong> */
strong, b {
	font-family: "Poppins", sans-serif;  /* stejná písma */
	font-weight: 600 !important;          /* tučné */
	color: #141414 !important;            /* případně barva jako u <strong> */
}

/* Snížení odsazení nahoře a dole u patky článku */
section.articleFoot {
	margin-top: 8px !important;    /* odsazení nahoře – upravte podle potřeby */
	margin-bottom: 8px !important; /* odsazení dole  – upravte podle potřeby */
}

}