* {
    margin: 0px;    
}

a {
    text-decoration: none;
    color: #000;
}

#data a {
    text-decoration: none;
    color: #0a3e79;
}


#header { 
    height: 11vh;
    text-align: center;
    margin: 0;
    top: 0;
    font-size: 125%;
    vertical-align: middle;
    position: sticky;
    background-color: white;    
    z-index: 1;
}

#header .nav-link {
    margin: 0 0.65vw;
}

#header img{
    height: 10vh;
    width: 17vw;
    margin-left: 5vw;
}

#toggler {
    margin-top: auto;
    margin-bottom: auto;
}

.dropdown-item:hover {
    color: white;
    background-color: #0a3e79;
}

#header .nav-item{
    border-radius: 0;
    font-size: 100%;
    background-color: white;
}

#header .nav-link:hover {
    background-color: #0a3e79;
    color: white;
}

#header .active {
    background-color: #0a3e79;
    color: white;
}

.active {
    background-color: #0a3e79;
    color: white;
}

#header .active:hover {
    background-color: #0a3e79;
    color: white;
}

#content {
    height: max-content;
    padding-left: 16vw;
    padding-right: 16vw;
    font-size: 150%;
    padding-bottom: 4vh;
    padding-top: 1vh;
    background-color: rgb(245, 245, 245);
    
}

#content #kontakt {
    padding-top: 5vh;
    padding-bottom: 5vh;
    
}

#content input {
    margin-top: 2vh; 
    border: none;
    border-bottom: 1px solid rgb(202, 1, 1);
    border-radius: 0px;
    font-size: 100%;
    margin-left: 4vw;
}

#content textarea {
    width: 100%;
    height: 30vh;
    margin-top: 2vh;
    margin-left: 4vw;
    font-size: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(202, 1, 1);
    resize: none;
}

#content textarea:focus, input:focus {
    outline: none;
    color: gray;
}

#content #formularz .btn {
    margin-left: 4vw;
    color: white;
    background-color: #0a3e79;
    margin-top: 2vh;
    font-size: 90%;
}

#data a:hover {
    color: rgb(165, 3, 3);

}

#content ul {
    list-style: none;
}

#content ul li::before {
    content: "•";
    color: rgb(202, 1, 1);
    padding-right: 1vw;
    font-size: 1.3vw;
}



#data {
    text-align: center;
    border-right: 1px solid rgb(202, 1, 1);
}

#data h3{
    padding-top: 5vh;
}

#map {
    text-align: center;
    border-top: 1px solid rgb(202, 1, 1);
    padding-bottom: 5vh;
}

#map iframe {
    width: 100%;
    height: 70vh;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 6vh;
}

#footer {
    background-color: #0a3e79;
    color: whitesmoke;
    margin-bottom: -8px;
    text-align: center;
}

#footer #kontakt {
    padding-bottom: 4vh;
    padding-top: 4vh;
    text-align: center;
    font-size: 120%;
}

#footer #siedziba {
    padding-bottom: 4vh;
    padding-top: 4vh;
    text-align: center;
    font-size: 120%;
}

#footer a {
    color: whitesmoke;
    text-decoration: none;
}

#footer a:hover {
    color: rgb(218, 214, 214);
}

#red {
    color: rgb(202, 1, 1);
}

#blue {
    color: #0a3e79;
}

#image1 {
    height: 60vh;
    width: 100%;
    background-image: url("kontakt.jpg");
    background-size: cover;
    background-position: center;

}

#image2 {
    height: 60vh;
    background-image: url("onas.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}

#klienci {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 2vw;
}


#imagefirma {
    vertical-align: middle;
    background-image: url("onas3.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

#partnerzy img {
    height: 7.5vh;
    width: 100%;
    display: inline-block;
}

#partnerzy {
    padding: 2vh 0;
}



#image3 {
    height: 60vh;
    background-image: url("main2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-left: 2vw;
    margin-right: 2vw;
}

#kafelek {
    height: auto; 
    text-align: center;
    margin: 1vh 1vw;
    font-size: 1.4vw;
    border: 1px solid #777;
    padding: 2vh 2vw;
    transition: transform .4s;
}

#kafelek:hover {
    transform: scale(1.05);
}

#uslugi-main {
    margin: 0; 
    text-align: center;
    padding: 3vh 5vw;
    background-color: rgb(245, 245, 245);
}

#uslugi-main a {
    color: #000;
}

#uslugi-main a:hover {
    color: #0a3e79;
    
}

#zastosowanie {
    margin: 5vh 0;
    height: auto;
    margin: 0 1vw;
    border: 1px solid #0a3e79;
    padding: 1vh 2vh 1vw;
}

#podpis {
    background-color: whitesmoke;
}

#podpis .btn {
    margin-top: 1vh;
    margin: auto;
    color: white;
    background-color: #0a3e79;
    width: fit-content;
    padding: 1vh 1vw;
}

#podpisy {
    height: max-content;
    padding-left: 16vw;
    padding-right: 16vw;
    font-size: 1.4vw;
    padding-bottom: 4vh;
    padding-top: 1vh;
    background-color: white;
}

#helpdesk .btn {
    margin-top: 1vh;
    margin: auto;
    color: white;
    background-color: #0a3e79;
    width: fit-content;
    padding: 1vh 1vw;
}

#raks {
    margin: 3vh 6vw;
}

#rakssql {
    height: auto; 
    text-align: center;
    font-size: 1.5vw;
    margin: 1vh 1vw;
    font-size: x-large;
    border: 1px solid #777;
    padding: 2vh 3vw;
    transition: transform .4s;

}

#iconlarge {
    font-size: 3vw;
}

#texth1 {
    font-size: 350%;
}

#texth2 {
    font-size: 160%;
}

#program {
    text-align: center;
    margin: 2vh auto;
    border: 1px solid #0a3e79;
    padding: 1vh 3vw;
    
}

#czytnik {
    border-left: 1px solid #0a3e79;
}

#aplikacja {
    border-right: 1px solid #0a3e79;
}

#listpodpis {
    padding: 0.2vh 0;
}

#iconsmall {
    color: rgb(202, 1, 1);
    font-size: 80%;
}

.smallp{
    width: 50%;
    height: auto;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    margin-top: 20px;
}

.biggerp{
    width: auto;
    height: auto;
    margin-top: 20px;
    text-align: center;
    border: 1px solid black;
    float:left;
}

.biggerp > ul{
    list-style-type: none;
}

.offerbutton{
    border: 3px solid #0a3e79;
    width: 100%; height: auto;
    color: whitesmoke;
    background-color: #0a3e79;;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    float:left;
}

.offerbutton:hover{
    background-color: whitesmoke;
    color:#0a3e79;
    transition: .3s;
}

.offrpanel{
    width: 45%;
    height: auto;
    border: 1px solid black;
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    float:left;
}

.offrtype{
    width: 200px;
    height: 50px;
    font-size: 30px;
    margin-left: 40px; margin-top: 10px;
}

#of1{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
    text-align: center;
}

#crt{
    transition: .25s;
}

#crt:hover{
    transition: .25s;
    transform: scale(1.2);
}

#smallpanel{
    width: 70%;
    height: auto;
    text-align: center;
    line-height: 10px;
    font-size: 15px;
    margin-top: 40px;
    margin-left:auto;
    margin-right:auto;
}

table, th, td{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

th{background-color:#86bcd1; text-align: center;}
td{background-color:#deeaf6;}

.circle {
  height: 60%;
  width: 90%;
  border: 7px solid red;
  border-radius: 80%;
  display: inline-block;
}
