﻿body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans';
	font-size: 14px;
	/*width: 100vw;*/
	height: 100vh;
	text-decoration: none;
	color: #4b4b4b;
}

* {	transition: all 0.3s; }

h1, h2, h3, h4, h5, h6, summary {
	font-weight: 600;
	font-family: 'Dosis', serif;
	color: #000;
	margin: 0.5em 0;
}
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4, h5, h6, summary { font-size: 16px; }
header a, nav a, footer a, .tabela-lista a, .paginacja a {
  text-decoration: inherit !important;
  color: inherit !important;
}
body > div {
  margin: 0 auto;
}
summary:hover {cursor: pointer;}

.strona-tresc a {
	color: #bd0000;
	text-decoration-color: rgba(189, 0, 0, 0.2);
}

.informacje-tresc-dzial,
.mapa-serwisu-poziom-1 {display: none}

.strona-drukuj-polec-pdf-tlo {
	float: right;
	display: flex;
}
.strona-drukuj-polec-pdf-tlo a {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	background-color: #bd0000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}
.strona-drukuj-polec-pdf-tlo a i {
	font-size: 16px;
	font-style: normal;
}
.strona-drukuj-polec-pdf-tlo a span {
	display: none;
	font-size: 0px;
}
