*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    font-family: Lato;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #2D2D2D;
}
p{
    margin-bottom: 10px;
}
body, html{
    height: 100%;
}
.jsoff{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: white;
    background-color: red;
}
.container1{
    background-color:#969696;
}
.data-container{
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    margin: auto;
}
.parallax {
    background-attachment: fixed;
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title{
    width: 100%;
    padding: 80px 40px 80px 40px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    border-top: #ffc905 solid 5px;
    border-bottom : #ffc905 solid 5px;
}
.title h1{
    margin:0px;
    font-size: 2em;
}
.content{
    width: 80%;
    margin: auto;
}
.stopka{
    background-color: black;
    color: white;
    font-size: 20px;
    text-align: center;
}

/*----------------------------------------------------------------*/
.responsive{
    width: 100%;
    height: auto;
}
.red{   
    background-color: #e30016;
    color: #ffffff; 
}
/*----------------------------------------------------------------*/

.info{
    padding: 50px 0px 50px 0px;  
    border-top: #ffc905 solid 5px;
    border-bottom : #ffc905 solid 5px;
}
.info1, .info2{
    width: 100%;
}
.info1{
    margin-bottom: 50px;
    text-align: center;
}
.info1 img{
    border: #ffc905 5px solid;
    border-radius: 50%;
    width: 50%;
    height: auto;
}

/*---------------------------------------------------------------- ogólne*/
h1{
    font-size: 1.3em;
    margin: 30px 0px 50px 0px;
}

h2{
    margin: 30px 0px 50px 0px;
}
a:link, a:visited{
    color: #e30016;
}

/*---------------------------------------------------------------- kontakt*/
.contact-section{
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact{
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.info3{
    width: 100%;
    text-align: center;
}
.rk-collapse img{
    height: 50px;
    transition: height 0.3s, left 0.5s, color 0.5s;
}
.rk-collapse {
    display: block;
    width: 120px;
    height: 120px;
    border: #ffc905 5px solid;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.rk-collapse:hover{
    cursor: pointer;
}
.rk-collapse:hover img{
    height: 80px;
}
.collapse-content {
    max-height: 0;
    clear: both;
    overflow: hidden;
    transition: max-height 0.5s ease-out;                
}
#clb1, #clb2{
    display: none;  
}
#clb1:checked ~ #clp1{
    max-height: 600px;
}
#clb2:checked ~ #clp2{
    max-height: 900px;
}
.close-button{
    width: 100px;
}

/*---------------------------------------------------------------- formularz */
input[type=text], textarea {
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    transition: background-color 1s;
    border-radius: 5px 5px;
    box-shadow: 5px 5px 5px #2D2D2D; 
    outline: none;
    margin-bottom: 20px;
    font-size: 0.8em;
}
input[type=text]:focus, textarea:focus {
    background-color: bisque;
}
textarea{
    resize: none;
    height: 110px;
    font-size: 1em;
}
input[type=submit]{
    position: relative;
    left: 0px;
    margin-top: 10px; 
    margin-bottom: 50px;
    padding: 10px 40px 10px 40px;
    border-radius: 5px 5px;
    box-shadow: 5px 5px 5px #2D2D2D; 
    font-size: 20px;  
    transition: background-color 0.5s, left 0.5s, color 0.5s;
    border: white 1px solid;
}
input[type=submit]:hover{
    background-color: red;
    color: white;
    left: 10px;
}

/* ---------------- cookie alert -------------------   */
.cookie-alert, .cookie-alert-backgound{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.cookie-alert-backgound{
    position: fixed;
    background-color: black; 
    opacity: 0.7;
    z-index: 2;
}
.cookie-alert-window{
    position: fixed;
    top: 15%;
    left: 0px;
    right: 0px;
    background-color: white;
    margin: auto;
    z-index: 10;
    width: 90%;
}
.cookie-ok{
    display: block;
    background-color: #e30016;
    color: white;
    padding: 12px;
    margin: auto;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    transition: 0.5s;
    border-radius: 25px;
    width: 80%;
}
.cookie-alert-window a:link, .cookie-alert-window a:visited{
    color:white;
}
div.cookie-alert-window p:first-child{
    display: inline-block;
    width: 100%;
    padding: 30px;
    background-color: #e30016;
    text-align: center;
    font-size: larger;
    color: white;
    margin-bottom: 30px;
}
div.cookie-alert-window p{
    padding-left: 30px;
    padding-right: 30px; 
}
/*---------------------------------------------------------------- polityka prywatności*/
.content-txt{
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
.spacerologia-naglowek{
    padding: 50px;
    background-color: #e30016;
    color: white;
    border-bottom: #ffc905 solid 6px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

/* #ffc905 żółty */
/* #e30016 czerwony*/
/*----------------------------------------------------------------*/
.p2,  .p4, .p5, .p6, .p7, .p8, .p9, .p10,.p11,.p12,.p13,.p14{
    border-bottom: #2D2D2D solid 5px; 
}
.s1{
    padding-top: 100px;
    padding-bottom: 100px;
}
.p1{
    background-image: url('../img/foto_00.webp');
    position: relative;
}
.p2{
    background-image: url('../img/foto_02.webp');
}
.p3{
    background-image: url('../img/pion_03.webp');
}
.p4{
    background-image: url('../img/foto_04.webp');
}
.p5{
    background-image: url('../img/pion_05.webp');
}
.p6{
    background-image: url('../img/pion_06.webp');
}
.p7{
    background-image: url('../img/pion_07.webp');
}
.p8{
    background-image: url('../img/foto_08.webp');
}
.p9{
    background-image: url('../img/foto_09.webp');
}
.p10{
    background-image: url('../img/pion_20.webp');
}
.p11{
    background-image: url('../img/pion_22.webp');
}
.p12{
    background-image: url('../img/pion_23.webp');
}
.p13{
    background-image: url('../img/foto_21.webp');
}
.p14{
    background-image: url('../img/foto_25.webp');
}
.p15{
    background-image: url('../img/pion_28.webp');
}
.p16{
    background-image: url('../img/foto_16.webp');
}
.p17{
    background-image: url('../img/foto_17.webp');
}

/* Ogólny styl jest zdefiniowany dla rozmiarów 0-600px */

@media only screen and (min-width: 600px) {
    .p3{
        background-image: url('../img/foto_03.webp');
    }  
    .p5{
        background-image: url('../img/foto_05.webp');
    }
    .p6{
        background-image: url('../img/foto_06.webp');
    }
    .p7{
        background-image: url('../img/foto_13.webp');
    }
    .p10{
        background-image: url('../img/foto_20.webp');
    }
    .p11{
        background-image: url('../img/foto_22.webp');
    }
    .p12{
        background-image: url('../img/foto_23.webp');
    }
    .p15{
        background-image: url('../img/foto_28.webp');
    }
}

@media only screen and (min-width: 768px) {
    .info2{
        width: 50%;
        margin: auto;
    }
    .info1 img{
        width: 20%;
    }
    .uaform label, .uaform p{
        display: block;
        width: 100%;
        text-align: left;
    }
    .cookie-alert-window{
        top: 15%;
        width: 60%;
    }
    .spacerologia-naglowek{
        font-size: 2em;
    }
    .title{
        padding: 50px 40px 50px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .cookie-alert-window{
        top: 15%;
        width: 40%;
    }
} 
@media only screen and (min-width: 1200px) {
    .cookie-alert-window{
        top: 15%;
        width: 30%;
    }
    .content-txt{
        width: 50%;
    }
}

/* #ffc905 żółty */
/* #e30016 czerwony*/
