/*
Theme Name: Studio Tworzenia Theme
Author: Krzysztof Głośnicki
Description:
Version: 1.0.0
*/

/*

	1. Layout
	2. Header
	3. Content
	4. Footer
	5. Front-page
	6. Formularz
	7. Sidebar
	8. Mobile Menu
	9. Other
	10. Margins and paddings
	11. Override

*/


/*===============================

	0. PRINT

================================*/



/*===============================

	1. LAYOUT

================================*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	color: #fff4d2; /*#e1e1e1;*/
	background: #0a0a0a;
	font-family: 'Overpass', Montserrat;
	font-size: 1.0rem;
	font-weight: 300px;
	min-height: 100vh;
}
img {
	user-select: none;
	pointer-events: none;
}
a {
	color: #cc0053;
	transition: color 0.3s ease;
}
a:hover {
	color: #f3d95a;
	text-decoration: none;
}
input, button, submit {
	outline: none !important;
}
hr {
	background-color: #eaeaea;
}
.entry-content strong {
	background: #fff378;
	background: linear-gradient(0deg, rgba(229,237,83,1) 0%, rgba(253,195,45,1) 100%);
	border-radius: 3px;
	padding: 0 3px;
}

p::selection, div::selection {
	color: #333;
  background-color: #fff378;
}



.no-mb-titles .title {
	margin-bottom: 0.71rem;
}

#page {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 782px) {
	#header > .container {
		padding-right: 47px;
	}
	.wp-block-columns {
		margin-bottom: 6rem;
	}
	.wp-block-column:first-child {
	    padding-right: 2em;
	}
	.wp-block-column:last-child {
	    padding-left: 2em;
	}
}

#main > .wrapper {
	display: flex;
	flex-direction: row;
}

.hentry, .home-posts {
	width: 100%;
	padding: 0 10px;
}
#sidebar {
	width: 300px;
    display: inline-block;
    vertical-align: top;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}
header .wrapper {
	padding-bottom: 0;
}
.tight {
	max-width: 800px;
	padding: 25px;
}

.whitebox {
	display: table;
    background: white;
    padding: 53px 45px;
    margin: 0 auto;
    box-shadow: 0 0 3px 0px #989898;
}

.shade-bg {
	background-color: #dcdcdc;
}
.murk-bg {
	background-color: #d4d6de;
}
.section-padding {
	padding: 80px 0;
}
.highlight {
	color: #ffd101;
}

.tick-list {
	list-style: none;
	margin-left: 0;
}
.tick-list li {
	padding-left: 40px;
  margin-bottom: 18px;
	background-image: url('images/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	line-height: 35px;
}


.primary-color-bg {
	background-color: var(--stworze-primary-color);
	color: var(--stworze-primary-text);
}
.primary-color-bg a {
	color: var(--stworze-primary-text);
}
/*.primary-color-bg strong {
	color: var(--stworze-accent-color);
}*/
.accent-color-bg {
	background-color: var(--stworze-accent-color);
}


/*===============================

	2. HEDAER

================================*/
.custom-logo {
	max-width: 110px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #222;
}
.home .custom-logo {
	max-width: 220px;
	padding: 10px;
	border-bottom: none;
}
.logo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.logo-wrapper a {
		display: inline-block;
}
@media (max-width: 512px) {
	.custom-logo,
	.home .custom-logo {
		max-width: 90px;
		border-bottom: none;
	}
	.logo-wrapper {
		position: static;
	}
}





#header-nav {
	background: #000;
	/*background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-bottom: 3px solid #901b1b;*/
}

body:not(.home) .bg-streach {
	background-color: var(--stworze-primary-color);
}
.header-features {
	padding-top: 52px;
}

#site-title {
	color: white;
}
#masthead {
	position: relative;
}
#header-overlay, #header-bg {
	width: 100%;
  height: 100%;
  position: absolute !important;
  background: #00000054;
}
.cycle-bg-image, .single-bg {
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center center !important;
}
.header-info {
	display: inline-block;
    color: white;
    margin-top: 100px;
    vertical-align: top;
    text-align: right;
    width: 100%;
}
.header-info h1 {
	font-size: 35px;
}
.header-info h2 {
	font-size: 20px;
}


/*===============================

	3. CONTENT

================================*/

.featured-image-01:before {
		content: "";
    width: 70%;
    height: 20px;
    display: block;
		/*box-shadow: 2px 2px 164px 215px #9a0a27;*/
		box-shadow:2px 2px 164px 215px #2f0b12;
    position: absolute;
    top: 10%;
	}

@media (max-width: 512px){
	.featured-image-01:before {
		box-shadow: 2px 2px 164px 65px #2f0b12;
	}
}


.entry-content img {
	clip-path: polygon(0 4%, 100% 0, 95% 100%, 0 95%);
}


.title {
	color: #fff4d2; /*#e8e8e8*/
	font-weight: 400;
}
.title-special .title {
	border-bottom: 1px solid red;
	display: inline-block;
}

.image-links a {
	display: inline-block;
}

.pmb-print-instructions a,
.pmb-help-ask {
	display: none;
}
.pmb-print-this-page a {
	color: #333 !important;
	font-size: 14px;
}
.pmb-print-this-page {
	justify-content: flex-start;
	margin-bottom: 3rem;
}

.post-thumbnail-archive {
	width: 300px;
	max-width: 100%;
	display: inline-block;
	margin-right: 20px;
}
.post-on-list {
	display: flex;
}
.post-lead-wrap {
	flex: 1;
}
@media (max-width: 512px){
	.post-on-list {
		flex-direction: column;
	}
	.post-thumbnail-archive {
		width: 100%;
	}
}

.entry-header.title {
	margin-bottom: 0.5rem;
}
.entry-content p {
	margin-bottom: 0.75rem;
}
@media print {
	.entry-content ul {
		list-style: disc;
	}
}
.entry-content ul {
	margin-bottom: 1rem;
	margin-left: 1.35rem;
}
.entry-content .panel-layout ul li {
	background: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 17px;
  background-size: 9px;
}
.entry-content .panel-layout .nf-form-content ul li,
.entry-content .panel-layout .mc-main ul li {
	background: none;
	padding-left: 0;
}
.entry-content .film-list ul,
.entry-content .book-list ul {
	margin-left: 0;
}
.entry-content .film-list ul li {
	background: url(images/yt-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	background-size: 30px;
	margin-bottom: 10px;
}
.entry-content .book-list ul li {
	background: url(images/txt-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	background-size: 28px;
	margin-bottom: 10px;
}
.widget-title {
	font-weight: 700;
  font-size: 1.2rem;
}
h3.title {
  font-size: 1.6rem;
}
h4.title {
  font-size: 1.4rem;
}
li.widget {
	list-style: none;
}
.entry-title {
	font-weight: 700;
	font-size: 1.8rem;
	padding: 0 15px;
}
.post-title {
	font-size: 1.5rem;
	font-weight: bold;
}
.home h1.title:after {
	content: "";
	width: 100px;
	height: 4px;
	background-color: black;
	display: block;
	margin: 15px auto;
}
.title .post-date {
	font-size: 17px;
	font-weight: normal;
	color: #a1a1a1;
}
.single-product .title .post-date {
	display: none;
}
#main {
	padding: 0px;
	flex: 1;
	position: relative;
}
.year {
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	margin-right: 21px;
}
article.post,
article.page {
  margin-bottom: 38px;
}
.navigation.pagination {
	display: block;
}
img.social-icon-logo {
	width: 30px;
	height: auto;
}
img.eu-logo {
	width: auto !important;
	height: 80px !important;
}

#showcase h3,
#kafelki .panel-grid-cell h3 {
	font-size: 1.4rem;
	text-align: center;
}
#showcase p {
	text-align: center;
}
.white-text .title,
.white-text p,
.white-text strong,
.white-text li {
	color: white;
}
#kafelki .panel-grid-cell {
	border: 1px solid #E91E63;
  border-radius: 11px;
  padding: 15px;
}

/*===============================

	4. FOOTER

================================*/
footer {
	position: relative;
}
.site-footer {
	background: #9a0a31;
	background: linear-gradient(90deg, #950029 0%, rgba(255, 0, 57, 1) 100%);
	clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
	padding-top: 50px;
}
.site-footer .container {
	margin: 0 auto;
}
.site-footer .title {
	color: #fff378;
	text-transform: uppercase;
  font-weight: bold;
}
.site-footer strong {
	color: white;
}
/*.site-footer > .container {
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    padding: 0 44px;
}*/

.bottom-bar {
	color: #8dc7cc;
  margin: 0;
	padding: 7px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
	border-top: 3px solid #901b1b;
}
.contact-info {
	display: table;
	margin: 0 auto;
}

.footer-image {
	max-width: 152px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.contact-icon {
	width: 16px;
	margin-right: 7px;
}

footer .menu-item {
	display: inline-block;
	margin-right: 15px;
}

#footer-widgets .textwidget img {
	max-width: 314px;
	margin: 0 20px
}
#footer-widgets {
	padding: 50px;
	background: #d4e3ea;
}




/*===============================

	5. FRONT PAGE

================================*/
.home header#header {
	border-bottom: none;
}
#header-static-image {
	min-height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
}
#header-static-image aside {
	width: 30%;
		position: relative;
}
#header-static-image aside:after {
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(images/bg-dynks.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -100px;
}
#header-static-image main {
	position: relative;
	flex-grow: 1;
}
.lead-text {
	position: absolute;
	bottom:  20%;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--stworze-accent-color);
	font-size: 30px;
	color: white;
	padding: 9px 21px;
	white-space: nowrap;
	box-shadow: 0.5rem 0.5rem white;
	border-top-left-radius: 30px;
}



/*===============================

	6. FORMULARZ

================================*/


#searchform .control:first-child {
    width: 100%;
}
.field-wrap.checkbox-wrap label {
	font-weight: 400;
  font-size: 14px;
}

#contact-form.whitebox {
	background: #ffffffd1;
}
#contact-form-holder {
    position: relative;
    top: -50px;
	width: 100%;
}
@media screen and (max-width: 639px)
{
	#contact-form-holder {
		top: 0;
	}
}
#contact-form {
	max-width: 826px;
}

#contact .whitebox {
    padding: 44px 45px;
}



/*===============================

	7. SIDEBAR

================================*/
.widget {
	padding: 15px;
}
#sidebar .widget {
	color: white;
	text-align: center;
	width: 300px;
}
#sidebar ul {
	list-style: none;
}

/*===============================

	8. MOBILE MENU

================================*/
/*.mobile-menu-container {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.header-widgets {
	min-width: 310px;
}
.header-widgets .widget {
	padding: 0 7px;
}

@media screen and (max-width: 1240px) {

	#navbarBasicExample {
		display: none;
	}
	.mobile-menu-container {
		display: inline-block;
	}

}

.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu .menu-item-has-children.hover:not(.active) .sub-menu {
	display: block;
}

.mobile-menu  {
	display: none;
	background: #efefef;
	position: absolute;
  z-index: 999;
  left: 0;
  top: 74px;
  width: 100%;
	padding: 5px 11px;
	border-bottom: 3px solid #02919f;
}
.mobile-menu.change {
	display: none;
}
.mobile-menu ul {
	flex-direction: column;
}
.mobile-menu .navbar-item,
.mobile-menu .navbar-link {
  color: #fff !important;
}
.mobile-menu .navbar-item:hover,
.mobile-menu .navbar-link:hover {
  background: #000;
  color: #00d1b2;
}

.mobile-menu .sub-menu {
  position: static !important;
  background: #e4e4e4 !important;
  width: 100% !important;
	padding: 5px 11px;
}
*/











@media screen and (max-width: 710px) {
	.header-info {
		margin-top: 50px;
		width: 54%;
	}
	.header-features {
		padding: 20px 10px 0 0;
	}
}

@media screen and (max-width: 500px) {
	.header-info {
		margin-top: 30px;
		padding: 10px;
		width: 100%;
	}
	.header-features {
		padding: 0;
	}
	#main > .wrapper {
		flex-direction: column;
	}
	#sidebar {
		margin: 20px;
		width: 100%;
	}
	#sidebar .widget {
		width: 100%;
	}
}

/*===============================

	9. OTHER

================================*/
.modal-source {
	display: none;
}

/*===============================

	10. MARGINS AND PADDINGS

================================*/
.m0{ margin:0 }
.mt0{ margin-top:0 }
.mr0{ margin-right:0 }
.mb0{ margin-bottom:0 }
.ml0{ margin-left:0 }
.mx0{ margin-left:0; margin-right:0 }
.my0{ margin-top:0; margin-bottom:0 }

.m1{ margin: .5rem }
.mt1{ margin-top: .5rem }
.mr1{ margin-right: .5rem }
.mb1{ margin-bottom: .5rem }
.ml1{ margin-left: .5rem }
.mx1{ margin-left: .5rem; margin-right: .5rem }
.my1{ margin-top: .5rem; margin-bottom: .5rem }

.m2{ margin: 1rem }
.mt2{ margin-top: 1rem }
.mr2{ margin-right: 1rem }
.mb2{ margin-bottom: 1rem }
.ml2{ margin-left: 1rem }
.mx2{ margin-left: 1rem; margin-right: 1rem }
.my2{ margin-top: 1rem; margin-bottom: 1rem }

.m3{ margin: 2rem }
.mt3{ margin-top: 2rem }
.mr3{ margin-right: 2rem }
.mb3{ margin-bottom: 2rem }
.ml3{ margin-left: 2rem }
.mx3{ margin-left: 2rem; margin-right: 2rem }
.my3{ margin-top: 2rem; margin-bottom: 2rem }

.m4{ margin: 4rem }
.mt4{ margin-top: 4rem }
.mr4{ margin-right: 4rem }
.mb4{ margin-bottom: 4rem }
.ml4{ margin-left: 4rem }
.mx4{ margin-left: 4rem; margin-right: 4rem }
.my4{ margin-top: 4rem; margin-bottom: 4rem }

.ml-auto{ margin-left:auto }
.mr-auto{ margin-right:auto }
.mx-auto{ margin-left:auto; margin-right:auto; }

.p0{ padding:0 }
.pt0{ padding-top:0 }
.pr0{ padding-right:0 }
.pb0{ padding-bottom:0 }
.pl0{ padding-left:0 }
.px0{ padding-left:0; padding-right:0 }
.py0{ padding-top:0;  padding-bottom:0 }

.p1{ padding: .5rem }
.pt1{ padding-top: .5rem }
.pr1{ padding-right: .5rem }
.pb1{ padding-bottom: .5rem }
.pl1{ padding-left: .5rem }
.py1{ padding-top: .5rem; padding-bottom: .5rem }
.px1{ padding-left: .5rem; padding-right: .5rem }

.p2{ padding: 1rem }
.pt2{ padding-top: 1rem }
.pr2{ padding-right: 1rem }
.pb2{ padding-bottom: 1rem }
.pl2{ padding-left: 1rem }
.py2{ padding-top: 1rem; padding-bottom: 1rem }
.px2{ padding-left: 1rem; padding-right: 1rem }

.p3{ padding: 2rem }
.pt3{ padding-top: 2rem }
.pr3{ padding-right: 2rem }
.pb3{ padding-bottom: 2rem }
.pl3{ padding-left: 2rem }
.py3{ padding-top: 2rem; padding-bottom: 2rem }
.px3{ padding-left: 2rem; padding-right: 2rem }

.p4{ padding: 4rem }
.pt4{ padding-top: 4rem }
.pr4{ padding-right: 4rem }
.pb4{ padding-bottom: 4rem }
.pl4{ padding-left: 4rem }
.py4{ padding-top: 4rem; padding-bottom: 4rem }
.px4{ padding-left: 4rem; padding-right: 4rem }



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-block-image.alignrigh {display: block;}
.wp-block-image.alignleft {display: block;}
.wp-block-image.aligncenter {display: block;}
.wp-block-image.alignright img  {float:right; margin:0 0 1em 1em}
.wp-block-image.alignleft img {float:left; margin:0 1em 1em 0}
.wp-block-image.aligncenter img {display: block; margin-left: auto; margin-right: auto}
@media (max-width: 512px) {
	.alignright,
	.alignleft,
	.aligncenter {
		float: none !important;
		display: block !important;
	}

}


/*===============================

	11. OVERRIDE

================================*/
/*.navbar {
	background: none;
	display: flex !important;
}*/
.tingle-modal__close {
	right: 4.5rem;
	height: 63px;
}

.tnp-field input[type="submit"].tnp-submit {
	background-color: #fd62c9;
	cursor: pointer;
	transition: background 0.3s ease;
}
.tnp-field input[type="submit"].tnp-submit:hover {
	background-color: #333;
}


/*===============================

	12. WEBSITE SPECIFIC

================================*/
.dark-font {
	background: #000000cf;
	padding: 40px 20px;
	border-radius: 3px;
}
.dark-font p,
.dark-font h3.title {
	color: #fff;
}


#floating-zapisz-sie {
	position: fixed;
	right: 0;
	top: 130px;
	z-index: 99;
	padding: 10px 15px;
	text-align: center;
	background: #bb033c;
	color: white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 13px 0px #3a3a3a;
}
@media (max-width: 512px) {
	#floating-zapisz-sie {
		top: 30px;
	}
}
.button-link a {
    padding: 1rem;
    display: inline-block;
    border: 1px solid #cc0053;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.button-link a:hover {
    background: #cc0053;
    color: black;
}


#grafik .panel-grid-cell {
    background: #1c1c1c;
    border-radius: 4px;
    padding: 10px 5px;
}

#grafik .panel-grid-cell .so-panel {
	margin-bottom: 0;
}

#grafik > .panel-grid-cell > .so-panel:first-child .title {
	color: #de003c;
	margin-bottom: 5px;
}
#grafik > .panel-grid-cell > .so-panel:first-child .textwidget {
	color: #c4405d;
}

#featured-links a {
    padding: 2rem;
    display: inline-block;
    border: 1px solid #cc0053;
    border-radius: 10px;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}
#featured-links a:hover {
    background: #cc0053;
    color: black;
}

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

body .title:not(:first-child) {
	margin-top: 2.2rem;
}



/*===============================
/*		WOOCOMMERCE
/*==============================*/



/*===============================
/*		NINJA FORMS
/*==============================*/
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content input.ninja-forms-field,
body .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 40px;
	background: #000000cf;
}
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content .ninja-forms-field {
	padding: 7px 12px;
}
#ninja_forms_required_items, .nf-field-container {
	max-width: 712px;
  margin: 0 auto;
}

.nf-form-fields-required {display: none;}
.nf-form-content > nf-fields-wrap {
	background: #0e0e0e;
padding: 29px;
border-radius: 3px;
}

.nf-form-cont .nf-error .nf-error-msg {
	font-size: 0.9rem;
	color: #e91e63;
}
.nf-form-cont .ninja-forms-req-symbol {
	color: var(--stworze-accent-color);
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background: #e91e63;
}
.nf-form-cont .nf-field-label label {
	font-weight: 400;
  font-size: 0.9rem;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
	background-color: var(--stworze-accent-color);
}
.nf-field-container .field-wrap.checkbox-wrap,
.nf-field-container .field-wrap.submit-wrap {
	flex-direction: column;
  padding: 0 0 0 22px;
}
.nf-form-cont .nf-field-description p {
  line-height: 1.1rem;
}
.nf-form-cont .nf-field-description span {
	color: #4a4a4a !important;
	font-family: Montserrat !important;
	font-size: 12px !important;
}
.nf-form-cont .nf-field-label {
	width: 300px;
}
.nf-form-cont .nf-form-content {
	padding: 15px 0;
	display: flex;
    justify-content: end;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
	border: none;
	border-bottom: 1px solid #808080;
	cursor: pointer;
	float: right;
}
/*==============================*/

#header-aside a {
	font-size: 35px;
	display: block;
	transition: all 0.4s ease;
}
#header-aside a:hover {
	transform: translateX(10px);
	color: var(--stworze-accent-color);
}
.w-800 {
	width: 800px;
	max-width: 100%;
}
.menu-item:last-child a {
	color: var(--stworze-accent-color);
}
.site-footer a {
	transition: color 0.3s ease;
}
.site-footer a:hover {
	color: #111;
}
.phone-call {
	padding: 6px 15px;
	background: #204ae3;
	border-radius: 20px;
	white-space: nowrap;
	border-bottom: 2px solid #888;
	color: #fff;
	font-size: 25px;
}

#additional_paczkomat_field {
	background: #ffcd00;
	padding: 10px;
	font-weight: bold;
}



/*KALENDARZ*/
.fiszka {
	display: flex;
	background: #c70e33;
	border-radius: 13px;
	padding: 1rem;
	margin-bottom: 2rem;
}

.fiszka name {
	display: block;
	font-size: 1.4rem;
}

.fiszka a {
	color: white;
	text-decoration: underline;
}

@media (max-width: 512px) {
	.fiszka {
			flex-direction: column;
			padding: 0.5rem;
	}
	.fiszka > img {
		margin: 12px;

	}
}


.grafik-tabline {
	display: flex;
	justify-content: center;
	    flex-wrap: wrap;
}
.grafik-tabline > div {

  border: 1px solid #e40035;

	width: 200px;
	background: none;
	font-size: 1.4rem;
  padding: 1.1rem;
  border-radius: 7px;
  color: #e40035;
	text-align: center;
	margin: 0 1rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	user-select: none;
}
.grafik-tabline > div.active {
	background: #e40035;
	color: black;
}
.grafik-tabline > div:hover {
	border-color: white;
	color: white;
}

.ukryta-tresc {
    display: none; /* Ukryta na start */
}

.pokaz-btn {
	cursor: pointer;
}
