@charset "utf-8";
:root
{
    --kolor:#0274b6;
    --kolor2:#095580;
    --tlo:#fff;
    --kolor_link:#df019c;    
}


/*--------------------------------------------------*/
/*-- domyslny reset tagów ---*/
/* font-family: 'Caveat', cursive; */ 
/*--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*--------------------------------------------------*/
/*-- HTML5 reset dla starszych przeglądarek --*/
/*--------------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------*/
/*-- Wstępne ustawienia--*/
/*--------------------------------------------------*/
html 
{
    height:100%;
}
form a:hover,form a:active,form a:focus
{
    text-decoration:none;
    color:var(--kolor);
} 
body
{
	background-color: var(--tlo);
	font-family: "Montserrat",sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
}
.enter
{
	clear:both;
}
.bold
{
	font-weight:bold;
}
.visuallyhidden
{
	display:none;
}
input.button 
{
	cursor: pointer;
}
a:link,a:visited 
{
    text-decoration:none;
    font-weight:normal;
    color:var(--kolor_link);
}
a:focus
{
    outline:2px dashed red;
}
p 
{
    margin-top:0;
    margin-bottom:5px;
    line-height:1.59em;
}
img 
{
    border:0 none;
}
/*-----------------------------------------------------------------------------------*/
/* - Ulożenie głównej strony - */
/*-----------------------------------------------------------------------------------*/
body div#strona 
{
    position:relative;
	margin-left: auto;
	margin-right: auto;
    width:100%;  
    background-color:var(--tlo);
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
header
{
    background: linear-gradient(to bottom, #73d7fb 274px, white 274px 100%);
}
div#baner
{
	max-width:1400px;
	margin-left: auto;
	margin-right: auto;
	height:546px;    
    background: #97d5f6 url("../images/baner.jpg") no-repeat scroll 50% 0%;
    position: relative;
}
div#sun
{
    animation: sun 3s linear infinite;
    width: 330px;
    height: 292px;
    background-image: url("../images/slonce.png");
    position:absolute;
    top:0px;
    left:90px;
}
@keyframes sun
{
    from{top:0px; left:90px;}
    50%{top:10px;left:97px;}
    to{top:0px;left:90px;}
}
div#baner h1
{
    color: var(--kolor);
    font-family: 'Caveat', cursive;
    font-size: 4.5em;
    position: absolute;
    left: 297px;
    top: 73px;
    text-shadow: -2px -4px 2px #fff, 1px -5px 2px #fff, 3px -3px 2px #fff, 2px 2px 2px #fff;
    max-width: 630px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni--*/
/*--------------------------------------------------*/
div#baner_niedowidzacy
{
    padding: 7px 0px 3px 15px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    width: 344px;
    height: 32px;
    float: right;
    color: var(--kolor);
    margin-right: 10%;
}
div#oko
{
    float:left;
}
div#oko .kontrast, div#fontsize .kontrast
{
    display:block;
    float:left;
    padding:3px;
}
div#fontsize .kontrast
{
    padding-right:10px;
}
/*--------------------------------------------------*/
div#baner_niedowidzacy a img
{
	padding-left:14px;
	padding-right:10px;
    border-right: 1px solid #000;
    border-color:var(--kolor);
}
#fontsize
{
	float:left;
    padding-left: 15px;
}
#fontsize a
{
	color:var(--kolor);
    font-size:2em;
    display: block;
    float: left;
    margin-right:4px;
}
#fontsize a#pow_2
{
    margin-right:11px;
}
#fontsize a:hover
{
	color:var(--kolor_link);
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*-----------------------------------------------------------------------------------*/
/* - szukaj - */
/*-----------------------------------------------------------------------------------*/
div#top_szukaj
{
    position: absolute; 
    z-index: 101;  
    top: 556px;
    left: 66%;  
}
div#top_szukaj label
{
    display: none;
}
div#top_szukaj .form-search
{
    background: rgba(0, 0, 0, 0) url("../images/lupa.png") no-repeat scroll 100% 50%;
    padding-right: 50px;
    text-align: right;
    width:280px;
}
div#top_szukaj input
{
    color: var(--kolor);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 7px; 
    border:0;
    border-radius: 5px;
    width: 226px;
}
div#top_szukaj button
{
    border: none;
    width: 50px;
    position: absolute;
    padding: 9px;
    background: none;
    color: #0aa0;
}
div#top_szukaj button.btn:hover
{
    cursor: pointer;
}
/*--------------------------------------------------*/
/*-- Tekst strona główna--*/
/*--------------------------------------------------*/
#str_glowna
{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
#str_glowna h2, #str_glowna h3
{
    font-family: 'Caveat', cursive;
    font-size: 3em;
    color: var(--kolor2);
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
#str_glowna h2
{
    padding-right: 100px;
    padding-top: 10px;
}
#ppd
{
    display:flex;
    max-width: 1200px;
    height:440px;
}
#ppd_l,#ppd_r
{
    width:600px;
}
#ppd_l
{
    background: url("../images/dzieci.jpg") no-repeat 50%;
}
#ppd_r
{
    background: url("../images/chmurka_pod_menu.png") no-repeat 10px 0;
}
#str_glowna blockquote, #str_glowna p
{
    font-family: 'Caveat', cursive;
    font-size: 1.66em;
    color: var(--kolor);
    line-height: 1.2em;
}
#str_glowna p
{
    font-size: 2.3em;
    margin-top: 37px;
    font-weight: bold;
}
/*--------------------------------------------------*/
/*-- KWADRATY INFORMACYJNE --*/
/*--------------------------------------------------*/
#info
{
    display:flex;
    flex-direction: row;
    max-width: 1200px;
    margin:0 auto;
    justify-content: space-between;
    padding:40px 0 60px 0;
}
#info>div
{
    width:370px;
    position: relative;
}
#info>div::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #36a4dfaa;
    box-shadow: 0px 0px 10px 9px #36a4dfaa;
    transform: rotate(6deg) scale(0.95);
    z-index:1;
}
#info>div::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #36a4df;
    transform: rotate(0deg);
    z-index:2;
}
.chmura
{
    position: relative;
    z-index:3;
    background: url("../images/chumrka_kwadraty.png") no-repeat 0 0;
    width:246px;
    height:117px;
    top: -48px;
    left: -30px;
}
#info h2
{
    position: relative;
    z-index: 4;
    top:-122px;
    left:6px;
    font-family: 'Caveat', cursive;
    font-size: 2.8em;
    color: var(--kolor2);
}
.dane
{
    position: relative;
    top:-60px;
    left:20px;
    z-index: 5;
    font-family: 'Caveat', cursive;
    font-size: 2em;
    line-height: 1.3em;
    color: #fff;
}
.dane ul
{
    list-style: disc;
    padding-left: 18px;
    margin-bottom:-20px;
}
.dane a
{
    color:#fff;
    max-width: 335px;
    display: block;
}
.dane a:hover
{
    color:var(--kolor2);
}

/*--------------------------------------------------*/
/*-- GALERIA --*/
/*--------------------------------------------------*/
#str_galeria
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    flex-direction: row;
    padding-bottom: 20px;
    justify-content: space-evenly;
}
#str_galeria div
{
    width:auto;
}
#str_galeria_a
{
    display: block;
    padding: 18px 30px;
    font-family: 'Caveat', cursive;
    font-size: 2.8em;
    color: var(--kolor2);
    background-color: #97d5f6;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
}
#str_galeria_a:hover
{
    color: #fff;
    background-color: #38b3f5;
}
#loga
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    flex-direction: row;
    padding-top: 20px;
    justify-content: space-evenly;
    align-items: center;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
footer
{
    position: relative;
    z-index: 1;
}

div#footer_pojemnik
{
    background: url("../images/stopka_lewe.png") no-repeat 0 100%, url("../images/stopka_prawe.png") no-repeat 100% 100%;
    height:239px;
}
div#footer_pojemnik p
{
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size: 1.7em;
    color: var(--kolor);
    line-height: 1;
}
div#footer_pojemnik p a:hover
{
	color:var(--kolor);
}
/*--------------------------------------------------*/
div#f_autor
{
	color:rgb(0, 0, 0);
	text-align:center;
	font-size:11px;
	padding-top:5px;
}
#f_autor a
{
	color:var(--kolor_link);
    text-decoration: none;
}
#f_autor a:hover
{
	color:var(--kolor);
}
/*--------------------------------------------------*/
/*-- SCROLLUP--*/
/*--------------------------------------------------*/
.scrollup
{
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("../images/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
    z-index:101;
}
/*--------------------------------------------------*/
/*-- COOKIES--*/
/*--------------------------------------------------*/
.ciacho
{
    text-align:center;
    padding:10px;
}
.ciacho a
{
    color:#ff6600;
}
.ciacho #ciacho_zmaknij
{
    position: absolute;
    left: 88%;
    background-color: red;
    padding: 5px 20px;
    margin-top: -5px;
    color: #fff;
    border-radius: 5px;
}