@import "https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i";


#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    display: none;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #cookie-consent-banner a {
    color: #ffd700;
    text-decoration: underline;
  }

  #cookie-consent-banner button {
    background: #ffd700;
    color: #000;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 15px;
  }
  
 #accessibility-toggle {
    position: fixed;
    left: 0;
    top: 50px;
    background: #0892ed;
    color: white;
    padding: 5px;
    cursor: pointer;
    z-index: 10001;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
  }

  #accessibility-panel {
    position: fixed;
    top: 50px;
    left: -240px;
    width: 240px;
    background: #fff;
    color: #000;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    transition: left 0.3s ease-in-out;
    z-index: 10000;
    border-radius: 0 10px 10px 0;
    font-family: sans-serif;
    font-size: 14px;
  }

  #accessibility-panel.open {
    left: 0;
  }

  #accessibility-panel button {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 6px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f4f4f4;
    text-align: left;
  }

  body.grayscale {
    filter: grayscale(100%) !important;
  }

  body.high-contrast {
    filter: invert(100%) contrast(150%) grayscale(100%) !important;
  }

  body.invert {
    filter: invert(100%) !important;
  }

  body.bright-bg {
    background: #fff !important;
    color: #000 !important;
  }

  body.readable-font * {
    font-family: Arial, sans-serif !important;
    letter-spacing: 0.5px;
  }

  body.highlight-links a {
    text-decoration: underline !important;
    color: #0000EE !important;
    background-color: #FFFF99 !important;
  }






.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.udraznianie {
    padding-bottom: 30px;
    padding-top: 30px;
}

.udraznianie {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.udraznianie h2 {
    color: #f0e900;
    font-size: 2.7em;
    font-weight: 600
}

.udraznianie p {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #403c3c;
    font-size: 1.3em;
    font-weight: 500
}

.udraznianie p b {
    font-size: 2.3em;
}

.tekstyyyyyyyy img {
    display: inline-block;
    width: 21%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
}

.top {
    padding-bottom: 0;
    padding-top: 5px
}

.logo {
    float: left;
    font-weight: 600;
    color: #3075a4;
    font-size: 3.2em;
    text-align: left;
    margin-top: 10px
}

#panel,#flip {
    display: none;
    padding: 5px;
    text-align: center;
    background-color: #3276a6;
    border: solid 1px #c3c3c3;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600
}

#panel {
    padding: 50px;
    display: none
}

#panel a {
    color: #fff
}

.menu {
    background: #3579aa;
    text-align: center;
    margin-top: 37px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-right: -15px
}

.menu li {
    display: inline
}

.menu li a {
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    font-size: 1.4em
}

.tel_top img {
    float: left;
    margin-right: 5px
}

.tel_top {
    width: 200px;
    color: #000;
    font-size: 1.6em;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800
}

.pogotowie {
    background: url(img/top.jpg) no-repeat;
    padding-top: 20px;
    padding-bottom: 0;
    background-position: top
}

.hydraulik img {
    width: 90%;
    height: auto
}

.tekstp {
    color: #fff;
    font-size: 1.3em;
    width: 100%;
    padding-top: 8%
}

.tekstp h1 {
    font-weight: 900;
    font-size: 2.6em;
    color: #f80d1d;
    text-align: center
}

.tekstp h1 a {
    color: #f80d1d;
    text-align: center
}

.of1,.of2,.of3 {
    box-shadow: 3px 3px 6px #b2b2b2;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    height: 540px
}

.of1 h1,.of2 h1,.of3 h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 1.3em
}

.of1c,.of2c,.of3c {
    color: #595751;
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    padding: 10px
}

.of1b {
    background: #00cac6;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 250px
}

.of1b img {
    display: block;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.of2b {
    background: #56bedf;
    padding-top: 0;
    padding-bottom: 10px;
    height: 250px
}

.of2b img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px
}

.of3b {
    background: #c6d130;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 250px
}

.of3b img {
    display: block;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.oferta {
    z-index: 1000;
    position: relative;
    top: -20px
}

.onas {
    background: url(img/parallax-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%
}

.tekstonas1 img {
    width: 100%;
    height: auto
}

.tekstnas2 h1 {
    color: #f0e800;
    font-size: 1.7em;
    font-weight: 600
}

.tekstnas2 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #ece6e6;
    font-size: 1.3em;
    font-weight: 500
}

.film {
    padding-top: 20px;
    padding-bottom: 20px
}

.filmnapis {
    text-align: right;
    color: #000;
    font-size: 2.8em;
    font-weight: 700;
    border-right: 4px solid #00cac6;
    padding-top: 20px;
    padding-bottom: 20px
}

.filmvideo iframe {
    margin-top: 5px;
    width: 400px;
    height: 300px;
    margin-right: auto
}

.kontakt1 {
    background: url(img/parallax-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%
}

.konkatakt1napis {
    font-size: 3.4em;
    color: #fff;
    margin-top: 140px;
    margin-bottom: 140px;
    text-align: center
}

.konkatakt1napis a {
    color: #fff
}

.kontakt2 {
    background: url(img/parallax-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding-bottom: 20px;
    padding-top: 20px
}

.kontakt21 {
    width: 300px;
    margin-left: 30%;
    color: #fff;
    font-size: 2em;
    padding-top: 15%
}

.kontakt21 img {
    float: left;
    margin-right: 5px;
    margin-top: 5px
}

.kontakt22 {
    width: 400px;
    margin-left: 10%;
    color: #fff;
    font-size: 1.2em;
    margin-top: 100px;
    margin-bottom: 100Px
}

.kontaktmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff
}

.kontaktmenu li {
    float: left
}

.kontaktmenu li a {
    color: #fff;
    font-size: 1em;
    margin-right: 20px
}

@media (max-width: 1000px) {
    .udraznianie p b {
        font-size: 1.21em;
    }

    .udraznianie {
        width: 100%
    }

    .tekstyyyyyyyy img {
        display: block;
        float: left;
        width: 49%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 1.5%;
    }

    .top {
        padding-bottom: 0;
        padding-top: 5px;
        margin-top: 10px
    }

    #panel,#flip {
        display: block;
        padding: 5px;
        text-align: center;
        background-color: #3276a6;
        border: solid 1px #c3c3c3;
        color: #fff;
        font-size: 1.4em;
        font-weight: 600
    }

    #flip {
        width: 100%;
        top: 0;
        z-index: 100000
    }

    #panel {
        padding: 10px;
        display: none;
        top: 70px;
        width: 100%;
        z-index: 100000;
        padding: 10px;
        display: none
    }

    #panel li {
        color: #fff;
        padding-top: 30px
    }

    #panel a {
        color: #fff
    }

    .menu {
        background: #3579aa;
        text-align: center;
        margin-top: 37px;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-right: -15px;
        display: none
    }

    .tel_top {
        width: 200px;
        color: #000;
        font-size: 1.6em;
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 800;
        padding-bottom: 40px
    }

    .logo {
        float: left;
        font-weight: 600;
        color: #3075a4;
        font-size: 3em;
        text-align: left;
        margin-top: 50px
    }

    .hydraulik img {
        width: 20%;
        height: auto
    }

    .of1,.of2,.of3 {
        box-shadow: 3px 3px 6px #b2b2b2;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        height: 540px;
        margin-top: 20px
    }

    .tekstonas1 img {
        display: none
    }

    .filmvideo iframe {
        margin-top: 5px;
        width: 100%;
        height: 400px;
        margin-right: none
    }
}

@media (max-width: 500px) {
    .kontaktmenu {
        padding-top:10px;
        padding-bottom: 10px;
        border-top: 1px solid #fff;
        display: none
    }

    .kontakt22 {
        width: 90%;
        margin-left: 10%;
        color: #fff;
        font-size: 1.2em;
        margin-top: 100px;
        margin-bottom: 100Px
    }

    .kontakt21 {
        width: 90%;
        margin-left: 10%;
        color: #fff;
        font-size: 2em;
        padding-top: 15%
    }

    .logo {
        float: left;
        font-weight: 600;
        color: #3075a4;
        font-size: 1.4em;
        text-align: left;
        margin-top: 50px
    }

    .tekstp h1 {
        font-weight: 900;
        font-size: 1.6em;
        color: #f80d1d;
        text-align: center
    }

    .tekstp h1 a {
        color: #f80d1d;
        text-align: center
    }

    .filmnapis {
        text-align: right;
        color: #000;
        font-size: 1.8em;
        font-weight: 700;
        border-right: 0 solid #00cac6;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .konkatakt1napis {
        font-size: 2em;
        color: #fff;
        margin-top: 140px;
        margin-bottom: 140px;
        text-align: center
    }

    .konkatakt1napis a {
        color: #fff
    }
	
	    #cookie-consent-banner {
      flex-direction: column;
      align-items: flex-start;
    }
    #cookie-consent-banner button {
      margin-top: 10px;
      margin-left: 0;
    }

	
	
}
