h1::first-letter {
	text-transform: uppercase;
}

@keyframes zamknij_komunikat {
	0%   { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	1%   { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	50%  { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	99%  { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	100%  { opacity: 0; padding: 0; margin: 0; line-height: 0;}
}
.blad {
	background: #ffffff;
	background: linear-gradient(to right, #d60000 0%, #d60000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #d60000;
	color: #d60000;
	padding: 16px 16px 16px 64px;
	margin: 14px 48px;
	border-radius: 0.5rem;
}
.ostrzezenie {
	background: #ffffff;
	background: linear-gradient(to right, #FF8000 0%, #FF8000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #FF8000;
	color: #FF8000;
	padding: 16px 16px 16px 64px;
	margin: 14px 48px;
	border-radius: 0.5rem;
}
.informacja {
	background: #ffffff;
	background: linear-gradient(to right, #49ad00 0%, #49ad00 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #49ad00;
	color: #49ad00;
	padding: 16px 16px 16px 64px;
	margin: 14px 48px;
	border-radius: 0.5rem;
}
.komunikat {
    background: #fbfbfb;
		background: linear-gradient(to right, #999999 0%, #999999 48px, #ffffff 48px, #ffffff 100%);
    border: 1px solid #EAEAEA;
    padding: 16px 16px 16px 64px;
	margin: 14px 48px;
	border-radius: 0.5rem;
}
.sql {
	background: #ffffff;
	background: linear-gradient(to right, #0049ad 0%, #0049ad 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #0049ad;
	color: #0049ad;
	padding: 16px 16px 16px 64px;
	margin: 14px 48px;
	border-radius: 0.5rem;
}
.wyszukiwarka-tytul{
	margin-bottom: 24px;
}
.blad::before,
.ostrzezenie::before,
.informacja::before,
.komunikat::before,
.sql::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	position: absolute;
	margin: -2px auto auto -64px;
	font-size: 150%;
	display: block;
	width: 48px;
	text-align: center;
}
.blad::before { content: "\f06a"; }
.ostrzezenie::before { content: "\f071"; }
.informacja::before { content: "\f129"; }
.komunikat::before { content: "\f129"; }
.sql::before { content: "\f121"; }

.opcjenumeracja .strona-tresc a:link {color: black}
.strona-tresc a:link		{color: #177481; /*outline: none;*/}


.strona-tresc a:visited	{color: #177481; outline: none;}
.strona-tresc a:hover		{color: #177581af; outline: none;}
.strona-tresc a:active		{color: #177481; outline: none;}

.html-hidden {display:none;}

div.tresc > table {
	width: 100%;
	font-size: 12px;
}
div.tresc > table caption {
	background-color: #006c37;
	color: #fff;
	border-bottom: 1px solid #fff;
}
div.tresc > table thead th {
	background-color: #afada9;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-style: italic;
	font-weight: 400;
}
div.tresc > table tr td {
	padding: 0px 4px;
	border-bottom: 1px solid #fff;
	background-color: #edece9;
	text-align: left;
}
div.tresc > table tr:nth-child(odd) td {
	background-color: #fff;
}
div.tresc > table tr td.demofarma {
	background-color: #006c37;
	color: #fff;
}


.strona-tresc-tresc table {
	border-collapse: collapse;
}
.strona-tresc-tresc table * {
	word-break: normal;
}
.strona-tresc-tresc table caption,
.strona-tresc-tresc thead td,
.strona-tresc-tresc th,
.strona-tresc-tresc thead td *,
.strona-tresc-tresc th * {
	text-align: center !important;
	font-weight: 400;
	line-height: initial;
}
.strona-tresc-tresc caption,
.strona-tresc-tresc th,
.strona-tresc-tresc td {
	padding: 2px 4px;
	min-width: 60px;
}
.strona-tresc-tresc table caption {
	background-color: #333333;
	color: #ffffff;
}
.strona-tresc-tresc thead td,
.strona-tresc-tresc th {
	color: #ffffff;
	background-color: #666666 !important;
	border-bottom: 1px solid #e8e8e8;
}
.strona-tresc-tresc table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.strona-tresc-tresc table tr:nth-child(even) td {
	background-color: #ffffff;
}


/* niestandardowe klasy treści */

/* button */
.butt{
	background-color: #177481;
    border-radius: 0.6rem;
    color: white!important;
    font-size: 16px!important;
    border: 0px none transparent;
    text-decoration-color: transparent;
	padding: 8px 16px;
	transition: 0.2s;
}
.strona-tresc a.butt{
	background-color: #177481;
    border-radius: 0.6rem;
    color: white!important;
    font-size: 16px!important;
    border: 0px none transparent;
    text-decoration-color: transparent;
	padding: 8px 16px;
	transition: 0.2s;
}
.strona-tresc a.butt:hover{
	opacity: 0.6;
}

/* Kafelek */
.kafel{
	display: flex;
	width: 368px;
	height: 360px;
	justify-content: center;
	align-items: center;
	background-color: rgb(234 234 234);
	flex-direction: column;
}

.kafel p{
	margin: 0px;
	line-height: 18px;
}

.flex{
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
}



div.flex{
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
}

.strona-tresc a:hover{
	opacity: 0.6;
}

/* Font */
.font{
	font-family: 'League Spartan', sans-serif;
}

/* Sołectwa Gminy */

.solectwa-tlo{
	background-color: #f4b031;
	width: 100%;
	height: max-content;
}

.solectwo{
	color: black;
	display: block;
	width: 20%;
}

.solectwo p{
	margin: 0px;
	line-height: 18px;
}

.strona-667 .informacje-tlo{
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.strona-667 .informacje-tresc{
	display: flex;
	flex-wrap: wrap;
    gap: 24px 80px;
	position: relative;
}

.strona-667 .blok-glowny{
	padding-bottom: 900px;
}

.strona-667 .informacje-tresc > p:last-child{
	position: absolute;
    bottom: -886px;
    left: 50%;
    margin-left: -418px;
}

.strona-667 .strona-tresc{
	padding-top: 16px!important;
	padding: 16px!important;
	margin-top: 48px;
	background-color: #f4b031d4;
	width: 100%!important;
	border-radius: 0;
	flex-basis: auto!important;
}

.strona-667 .strona-drukuj-polec-pdf-tlo{
	top: -44px;
}

.strona-667 h1.h1-tytul{
	color: white;
	margin-bottom: 32px;
	padding-left: 0px!important;
}

.strona-667 .kalendarz-podstrona{
	display: none;
}

/* Stowarzyszenia i Kluby */

/* .strona-669 .zdjecie-podstrona, .strona-675 .zdjecie-podstrona{
    background-image: url(../grafika/s2.jpg)!important;
} */

.strona-655 .informacje-tlo .informacje-tresc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 48px 0px;
}

.strona-655 .strona-tresc img{
	width: 320px;
	height: 320px;
	margin-bottom: 8px;
}

.klub{
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.klub p {
	text-align: center;
	padding: 0 8px;
	font-size: 18px;
	margin: 0px;
	font-family: 'League Spartan', sans-serif;
	color: rgb(139, 139, 139)!important;
}

.klub p:nth-child(2), .klub p:nth-child(2) strong{
	font-weight: 900!important;
	font-size: 20px;
	color: black!important;
}

.klub p span{
	color: rgb(68, 68, 68)!important;
}

.klub a{
	color: #1c7482!important;
}

.menu-prawe-1-poziom .menu-ikona-mini{
	display: none;
}

.menu-prawe-1-poziom .menu-ikona-tekst{
	padding-left: 0px;
}

/* Historia miasta */

/* .strona-678 .zdjecie-podstrona{
    background-image: url(../grafika/s5.jpg)!important;
} */

.historia-1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.historia-1-tekst{
	padding-right: 80px;
}

.historia-1-img{
    height: 472px;
	min-width: 312px;
	background-color: #f4b031;
	display: flex;
	align-items: center;
	position: relative;
}

.historia-1-img img{
	width: 314px;
	min-width: 314px;
	margin-left: -56px;
}

.historia-2-img{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 24px 0px;
}

.historia-2-img img{
	width: 32%;
	height: 160px;
	object-fit: cover;
}

/* O Gminie */

.o-gminie-zdjecia{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	gap: 16px 0px;
	margin-top: 88px;
}

.o-gminie-zdjecia img{
    max-width: 32.5%!important;
}

.strona-644 .kalendarz-podstrona{
	/* display: none; */
}

.strona-644 .strona-tresc{
	/* width: 100%;
	flex-basis: auto; */
	padding-left: 64px;
}

.strona-644 .informacje-tytul{
	padding-left: 0px!important;
}

.strona-644 .informacje-tlo{
	padding-left: 0px!important;
}

.o-gminie-1{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.o-gminie-1-tekst{
	display: block;
    width: 500px;
    /* background-image: url(../grafika/o-gminie-ostrzeszow.png); */
    background-size: 180%;
    background-position: center;
    /* height: 370px; */
    /* padding: 32px 24px; */
}

.o-gminie-1-tekst p{
	margin: 0px;
	color: white;
	line-height: 20px;
	font-size: 16px;
}

.o-gminie-1-tekst p:first-child{
	font-family: 'League Spartan', sans-serif;
	font-size: 32px;
    font-weight: 900;
	line-height: 28px;
}

.o-gminie-1-img img{
	max-height: 405px;
}

.o-gminie-2{
    background-color: rgb(234 234 234);
    display: flex;
    justify-content: center;
    padding: 32px 16px;
    margin-top: 88px;
}

.o-gminie-2 div{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	width: 33%;
	border-right: 1px solid #C5C5C5;
}

.o-gminie-2 div:last-child{
	border-right: 0px none transparent;
}

.o-gminie-2 div p{
	padding: 0 16px;
    text-align: left!important;
    color: black;
}

.o-gminie-2 img{
	height: 136px;
	object-fit: contain;
}

/* Gazeta/reportaż */

.strona-679 .zdjecie-podstrona{
	background-image: url(../grafika/s8.jpg);
}

.strona-643 .zdjecie-podstrona{
	background-image: url(../grafika/s6.jpg);
}

.strona-679 .kalendarz-podstrona, .strona-643 .kalendarz-podstrona{
	display: none;
}

.strona-679 .strona-tresc, .strona-643 .strona-tresc{
	width: 100%;
	flex-basis: auto;
	padding-top: 0px;
}


.strona-679 .artykul-tytul, .strona-643 .artykul-tytul{
	padding-top: 40px!important;
}

.strona-679 .aktualnosci-tytul, .strona-643 .aktualnosci-tytul{
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-top: 00px;
}

.strona-679 .aktualnosci-tresc, .strona-643 .aktualnosci-tresc{
	padding: 0px!important;
}

.strona-679 .aktualnosci-ikona-tlo, .strona-643  .aktualnosci-ikona-tlo{
	width: 350px;
	height: 178px;
	min-width: 350px;
    min-height: 178px;
}

.strona-679 .strona-skrot, .strona-643 .strona-skrot{
	display: block;
	color: black;
}

.strona-679 .strona-tresc-data, .strona-643  .strona-tresc-data{
	margin-left: 0px;
}


div.gazeta img{
	width: 350px;
	height: 178px;
}

.butt a{
	color: white!important;
	text-decoration-color: transparent!important;
}


@media all and (min-width: 0px) and (max-width: 639px){
	.d-kolumna .stopka-tresc-tresc{
		flex-direction: column;
	}
	.stopka-tresc-tresc p{
		display: flex;
		flex-direction: column;
	}
	.d-kolumna .stopka-tresc-tresc p{
		display: flex;
		flex-direction: column;
	}
	.strona-679 .aktualnosci-tresc, .strona-643 .aktualnosci-tresc{
		padding: 0 16px!important;
	}
	.strona-679 .aktualnosci-tytul, .strona-643 .aktualnosci-tytul{
		padding-left: 16px!important;
	}
	.o-gminie-zdjecia{
		flex-direction: column;
		padding: 0 16px;
	}
	.o-gminie-zdjecia img{
		width: 100%;
		max-width: 100%!important;
	}
	.strona-644 .strona-tresc{
		padding-left: 0px;
	}
	.strona-667 .blok-glowny{
		padding-bottom: 440px;
	}
	.strona-667 .informacje-tresc > p:last-child {
		position: absolute;
		bottom: -447px;
		left: 50%;
		margin-left: -179px;
	}
	.historia-1{
		flex-direction: column;
	}
	.historia-1-tekst{
		padding-right: 0px;
	}
	.strona-644 .informacje-tytul{
		padding-left: 16px!important;
	}
	.o-gminie-2 div p{
		padding: 0 16px;
		text-align: left!important;
	}
	.o-gminie-2{
		padding: 16px 0px;
		flex-direction: column;
	}
	.o-gminie-2 div{
		width: 100%;
		border-right: 0px none transparent;
		border-bottom: 1px solid #C5C5C5;
		padding: 16px 0px;
	}
	.o-gminie-2 div:last-child{
		border: 0px none transparent;
	}
	.strona-644 .informacje-tlo{
		padding-right: 0px!important;
	}
	.o-gminie-1-img{
		display: flex;
		justify-content: center;
	}
	.o-gminie-1{
		flex-direction: column;
	}
	.o-gminie-1-tekst{
		height: max-content;
		width: 100%;
		background-size: cover;
	}
	.strona-655 .informacje-tlo .informacje-tresc{
		justify-content: center;
	}
	.flex{
		flex-direction: column;
	}
	.kafel{
		width: 100%;
	}
	.strona-667 .informacje-tresc {
		display: flex;
		flex-wrap: wrap;
		gap: 24px 32px;
	}
	.solectwo{
		width: 45%;
	}
}

/* Lista Wiadomości przypięte */

.dzial-32 .mapa-serwisu-poziom-1{
	padding: 0 0px 0px 48px;
	margin: 0;
	list-style-type: none;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	gap: 16px;
}
/* .dzial-32 .mapa-serwisu-poziom-1 li{
	width: 48%;
} */
.dzial-32 .mapa-serwisu-poziom-1 li a{
	margin: 0px 0px;
    text-decoration-color: transparent;
	font-family: 'League Spartan', sans-serif;
    color: #020100;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0px 0px;
    height: 56px;
    background: #f4b031;
    border-radius: 0.6rem;
    border: 0px none transparent;
    cursor: pointer;
}
.dzial-32 .mapa-serwisu-poziom-1 li a span{

}