@charset "UTF-8";
h1 {
  color: #cd0000;
}

#index {
  height: calc(100vh - 120px);
  display: block;
  width: 100%;
  text-align: center;
}
#index h1 {
  margin: 100px auto;
  font-size: 35px;
  color: black;
}
#index h1 span {
  color: #cd0000;
  display: inline;
}
#index img {
  margin: 0 auto;
  width: 90%;
  z-index: 3;
  margin-top: -50px;
}
@media screen and (max-width: 1000px) {
  #index h1 {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #index #kamiony {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  #index img {
    width: 95%;
    height: auto;
  }
  #index h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 400px) {
  #index img {
    width: 95%;
    height: auto;
  }
  #index h1 {
    font-size: 40px;
  }
}

#o_nas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
}
#o_nas #video {
  width: 40%;
  height: auto;
  margin-top: 30px;
}
#o_nas div {
  width: 50%;
}
#o_nas div h1 {
  font-size: 40px;
}
#o_nas div h2 {
  margin-top: 4vh;
}
#o_nas div p {
  width: 100%;
  line-height: 3.5vh;
}
#o_nas div ul {
  list-style: none;
  line-height: 3.5vh;
  padding-left: 18px;
}
#o_nas div ul li::before {
  content: "•";
  color: #cd0000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#o_nas div #counters {
  margin-top: 30px;
  display: flex;
  color: white;
  justify-content: space-between;
  border-radius: 20px;
  width: 100%;
}
#o_nas div #counters .counter-container .counter {
  width: 100%;
  text-align: center;
  font-size: xxx-large;
  font-weight: bold;
  color: #cd0000;
}
#o_nas div #counters .counter-container p {
  text-align: center;
  color: black;
  font-size: large;
}
#o_nas #onas_pic {
  box-shadow: 7px 7px 50px #7a7a7a;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  #o_nas div {
    width: 100%;
  }
  #o_nas #onas_pic {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  #o_nas {
    align-items: flex-start;
    padding: 0 10px 0 10px;
  }
  #o_nas #counters {
    flex-wrap: wrap;
  }
}
#doprava {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-right: 10%;
  flex-wrap: wrap-reverse;
}
#doprava > .obrazok-text {
  width: 45%;
}
#doprava > .obrazok-text .doprava-galeria-img {
  max-width: 100%;
  max-height: 55vh;
  display: none;
  position: relative;
}
#doprava > .obrazok-text .doprava-galeria-img.show {
  display: block;
  animation: show-img 1s;
}
#doprava > .obrazok-text > .doprava-text {
  display: none;
  position: relative;
}
#doprava > .obrazok-text > .doprava-text.show {
  display: block;
  animation: show-txt 1s;
}
@media screen and (max-width: 1200px) {
  #doprava > .doprava-galeria-img {
    width: 80%;
  }
}
#doprava .pdf {
  height: 60px;
}
#doprava > .text {
  position: relative;
  z-index: 3;
}
#doprava h1 {
  font-size: 40px;
}
#doprava ul {
  list-style-image: url("../foto/sipky.webp");
  font-size: large;
}
#doprava ul li {
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 3vh;
}
#doprava ul li:first-child {
  margin-right: 0px;
}
#doprava li:first-child::after {
  display: block;
  content: attr(data-text);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
#doprava ul li.show {
  font-weight: bold;
}
#doprava .stiahnut {
  width: 222px;
  display: flex;
  justify-content: space-around;
}
#doprava .stiahnut a {
  color: black;
  text-decoration: none;
}
#doprava .stiahnut a p {
  width: 60px;
  font-weight: bold;
  font-size: small;
}

@media screen and (max-width: 1200px) {
  #doprava {
    padding: 30px 0;
  }
}
@keyframes show-img {
  from {
    opacity: 0.5;
    left: -50px;
  }
  to {
    opacity: 1;
    left: 0px;
  }
}
@keyframes show-txt {
  from {
    opacity: 0;
    bottom: -70px;
  }
  to {
    opacity: 1;
    bottom: 0px;
  }
}
#sluzby {
  height: 100vh;
  background-color: #cd0000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sluzby img {
  height: 100%;
}
#sluzby .sluzby-text {
  width: 53%;
  margin-left: 30px;
  margin-top: 30px;
}
#sluzby .sluzby-text h1 {
  color: white;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1;
}
#sluzby .sluzby-text .list_biela_sipka {
  list-style-image: url("../foto/sipky_biele.webp");
  color: black;
  font-weight: bold;
  margin-top: 7vh;
}
#sluzby .sluzby-text p {
  line-height: 3.5vh;
  max-width: 70%;
  color: white;
}
#sluzby .sluzby-text li {
  color: white;
}
#sluzby .sluzby-text ul {
  line-height: 3.5vh;
  margin-bottom: -10px;
}
#sluzby .sluzby-text h2 {
  font-size: 16px;
  color: white;
  font-weight: lighter;
  margin: 0;
}
#sluzby .sluzby-text .ul-padding {
  padding-left: 20px;
  margin-top: 0;
}
#sluzby .cennik {
  width: 200px;
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  flex-direction: column;
}
#sluzby .cennik > a {
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-radius: 0 15px 15px 0;
  margin-top: 450px;
  color: black;
  text-decoration: none;
  text-align: center;
}
#sluzby .cennik > a img {
  width: 70px;
  height: max-content;
}
#sluzby .cennik > a p {
  margin-top: 0;
  font-weight: bold;
  font-size: small;
}
#sluzby .cennik > div {
  margin-bottom: 150px;
  color: white;
  margin-left: 20px;
  line-height: 1.5;
}
#sluzby .cennik > div h3 {
  color: black;
  margin-bottom: 0;
}
#sluzby .cennik > div h4 {
  margin-bottom: 0;
}
#sluzby .cennik > div h3 {
  font-weight: lighter;
}
#sluzby .cennik > div a {
  color: white;
  text-decoration: none;
}

@media screen and (max-height: 640px) {
  #sluzby {
    height: 110vh;
  }
}
@media screen and (max-width: 1200px) {
  #sluzby {
    height: fit-content;
    justify-content: center;
    padding: 30px 0;
    flex-wrap: wrap-reverse;
  }
  #sluzby #spojene_pic {
    display: none;
  }
  #sluzby .sluzby-text {
    width: 100%;
  }
  #sluzby div {
    width: 100%;
    margin: 15px;
  }
  #sluzby .cennik {
    height: 95px;
    width: 100%;
    justify-content: center;
    flex-direction: row;
  }
  #sluzby .cennik a {
    margin-bottom: 0;
    width: 200px;
    border-radius: 15px;
    border-left: 2px solid white;
    height: 100%;
  }
}
#servis {
  background-color: black;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../svg/servis_background.svg");
  background-repeat: repeat-y;
  background-size: auto cover;
}
#servis > div {
  width: 50%;
}
#servis #veci {
  height: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#servis #veci .circle:first-child {
  animation: spin-reverse 15s linear infinite;
  background-image: url("../svg/cervene_tociace_kruhy_reverse.svg");
}
#servis #veci .circle:first-child img {
  animation: spin 15s linear infinite;
}
@-moz-keyframes spin-reverse {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#servis #veci .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: spin 15s linear infinite;
  background-image: url("../svg/cervene_tociace_kruhy.svg");
  background-repeat: no-repeat;
}
#servis #veci .circle img {
  position: absolute;
  animation: spin-reverse 15s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 460px) {
  #servis #veci {
    width: 100%;
    height: 180px;
  }
  #servis #veci .circle {
    width: 180px;
    height: 180px;
  }
}
#servis h1 {
  color: white;
  font-size: 40px;
}
#servis .list_biela_sipka {
  list-style-image: url("../foto/sipky_biele.webp");
  color: #cd0000;
  font-weight: bold;
  margin-top: 7vh;
  margin-left: 32px;
}
#servis .txtpod {
  list-style: none;
  color: white;
}
#servis ul {
  list-style: none;
  line-height: 3.5vh;
  padding-left: 40px;
  padding: 0px;
}
#servis #ull li::before {
  content: "•";
  color: #cd0000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
#servis li {
  color: white;
}

@media screen and (max-width: 800px) {
  #servis {
    padding-bottom: 20px;
    flex-wrap: wrap-reverse;
  }
  #servis > div {
    width: 90%;
  }
  #servis #veci {
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}
#referencie {
  background-color: rgba(226, 226, 226, 0.6509803922);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#referencie .div {
  width: 30%;
  margin-right: 50px;
}
#referencie .div h1 {
  font-weight: lighter;
}
#referencie .div p {
  margin-top: 5vh;
  color: black !important;
}
#referencie .div h2 {
  font-weight: lighter;
  font-size: medium;
  margin-top: 10vh;
}
@media screen and (max-width: 1100px) {
  #referencie .div {
    width: 90%;
  }
  #referencie #video {
    width: 70%;
  }
}
#referencie .loga {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
#referencie .loga img {
  height: 40px;
}
#referencie #cert {
  width: 80%;
}
#referencie #cert h2 {
  font-weight: lighter;
  font-size: large;
  margin-left: 50px;
}
#referencie #cert #certifikaty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
#referencie #cert #certifikaty div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
#referencie #cert #certifikaty div img {
  box-shadow: 5px 5px 10px rgba(165, 163, 163, 0.774);
}
#referencie #cert #certifikaty div p {
  font-size: smaller;
  max-width: 150px;
}
@media screen and (max-width: 500px) {
  #referencie #cert #certifikaty {
    justify-content: center;
  }
}

@media screen and (max-width: 1270px) {
  #referencie {
    height: fit-content;
  }
}
@media screen and (max-width: 600px) {
  #referencie .div {
    margin-left: 20px;
  }
}
.ciary-ref {
  z-index: -3;
  margin-top: -330px;
  position: absolute;
  width: 10000px;
  height: 400px;
  background: repeating-linear-gradient(-45deg, #e2e2e2, #e2e2e2 17px, transparent 17px, transparent 34px);
  animation: pohyb-ref 950s linear 0s infinite;
  background-size: 226% 226%;
}

@keyframes pohyb-ref {
  0% {
    background-position: 226%;
  }
  100% {
    background-position: 0%;
  }
}
#kontakt {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: fit-content;
  min-height: 100vh;
  line-height: 2.5vh;
}
#kontakt .udaje {
  display: flex;
  justify-content: space-between;
  width: 90%;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}
#kontakt .udaje > .mapa-obraz {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#kontakt .udaje > .mapa-obraz > img {
  height: 200px;
  width: 304px;
}
#kontakt .udaje .dokumenty {
  color: #cd0000;
}
#kontakt .udaje .dokumenty ul {
  list-style: none;
  font-size: 14px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#kontakt .udaje .dokumenty ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
#kontakt .udaje .kontaktne-udaje {
  display: flex;
  flex-direction: column;
  font-size: small;
}
#kontakt h1 {
  margin-top: 60px;
  width: 90%;
  font-weight: lighter;
}
#kontakt .kontakty2 {
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  grid-gap: 0px;
  font-size: small;
  width: 90%;
}
#kontakt .kontakty2 div {
  padding: 10px 10px 0 10px;
}
#kontakt .kontakty2 .spedicne_oddelenie {
  border-left: 1px solid #cd0000;
  border-bottom: 1px solid #cd0000;
  border-right: 1px solid #cd0000;
  margin-top: -20px;
}
#kontakt .kontakty2 .vnutrostatna_preprava {
  border-bottom: 1px solid #cd0000;
  border-right: 1px solid #cd0000;
  margin-top: -20px;
}
#kontakt .kontakty2 .sklapace {
  border-right: 1px solid #cd0000;
  border-bottom: 1px solid #cd0000;
}
#kontakt .kontakty2 .silotrans {
  border-right: 1px solid #cd0000;
  border-bottom: 1px solid #cd0000;
}
#kontakt .kontakty2 .vnutro_statna_a_medzinarodna_preprava_pokracovanie_bez_nazvu_pepelaugh {
  border-bottom: 1px solid #cd0000;
  border-right: 1px solid #cd0000;
}
#kontakt .kontakty2 .nadrozmerna_preprava {
  border-left: 1px solid #cd0000;
  border-bottom: 1px solid #cd0000;
  margin-top: -20px;
}
#kontakt .kontakty2 .medinarodna_preprava {
  border-bottom: 1px solid #cd0000;
}
@media screen and (max-width: 1455px) {
  #kontakt .kontakty2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #kontakt .silotrans {
    border-left: 1px solid #cd0000;
  }
  #kontakt .nadrozmerna_preprava {
    border-right: 1px solid #cd0000;
  }
  #kontakt .vnutrostatna_preprava {
    border-right: none !important;
  }
  #kontakt .sklapace {
    border-left: 1px solid #cd0000;
  }
}
@media screen and (max-width: 675px) {
  #kontakt .kontakty2 {
    grid-template-columns: 1fr;
    height: fit-content;
  }
  #kontakt .silotrans {
    border-left: 1px solid #cd0000;
  }
  #kontakt .medinarodna_preprava {
    border-left: 1px solid #cd0000;
    border-right: 1px solid #cd0000;
  }
  #kontakt .nadrozmerna_preprava {
    border-left: 1px solid #cd0000;
  }
  #kontakt .vnutrostatna_preprava {
    border-left: 1px solid #cd0000;
    border-right: 1px solid #cd0000 !important;
  }
  #kontakt .spedicne_oddelenie {
    border-top: 1px solid #cd0000;
  }
  #kontakt .udaje .mapa-obraz {
    flex-wrap: wrap;
  }
  #kontakt .udaje .mapa-obraz img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
  }
  #kontakt .udaje .mapa-obraz iframe {
    width: 100%;
  }
  #kontakt .sklapace {
    border-left: 1px solid #cd0000;
  }
}
@media screen and (max-width: 1512px) {
  #kontakt .udaje .mapa-obraz {
    margin: 0 auto;
  }
}
#kontakt h2 {
  font-weight: lighter;
  font-size: medium;
}
#kontakt h3 {
  color: #cd0000;
  font-weight: lighter;
}
#kontakt h4 {
  margin-bottom: 0;
}
#kontakt h5 {
  font-size: small;
  font-weight: lighter;
  margin: 0 0 0 0;
}
#kontakt a {
  text-decoration: none;
  font-weight: lighter;
  color: black;
}
#kontakt .kontakty3 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: small;
  width: 100%;
  flex-wrap: wrap;
  height: fit-content;
  width: 100%;
  margin-bottom: 20px;
}
#kontakt .kontakty3 .kontakty-dole {
  margin: 10px;
}

#autobusova-dop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
  line-height: 1.5;
}
#autobusova-dop > div,
#autobusova-dop img, #autobusova-dop > p {
  width: 40%;
}
#autobusova-dop span {
  font-weight: 600;
}
#autobusova-dop a {
  text-decoration: none;
  color: black;
}
#autobusova-dop img {
  max-height: 40vh;
  object-fit: cover;
  box-shadow: 6px 6px 25px 0px gray;
}

@media (max-width: 900px) {
  #autobusova-dop {
    height: fit-content;
  }
  #autobusova-dop > div,
  #autobusova-dop img, #autobusova-dop > p {
    width: 80%;
  }
  #autobusova-dop img,
  #autobusova-dop div {
    margin-bottom: 15px;
  }
}
#kariera {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  min-height: 100vh;
  line-height: 2.5vh;
  flex-wrap: wrap;
}
#kariera iframe {
  margin-left: 60px;
  margin-bottom: 95px;
}
#kariera .vodic {
  margin-bottom: 95px;
}
#kariera h3 {
  margin-top: 0px;
}

@media screen and (max-width: 675px) {
  #kariera {
    margin: 10px;
  }
}
@media screen and (max-width: 1577px) {
  iframe {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .vodic {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
}
#kariera-index {
  height: fit-content;
  margin: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#kariera-index p {
  text-align: center;
}
#kariera-index h1 {
  color: #cd0000;
  font-weight: bold;
}
#kariera-index .pozicie {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#kariera-index .pozicie .konkretna-pozicia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
  color: black;
}
#kariera-index .pozicie .konkretna-pozicia:hover {
  background-color: #efc5c5;
  transition-duration: 300ms;
}
#kariera-index .pozicie .konkretna-pozicia svg {
  align-self: center;
}
@media screen and (max-width: 501px) {
  #kariera-index .pozicie {
    gap: 15px !important;
  }
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
body > div {
  position: relative;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.sekcia {
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .sekcia {
    height: fit-content;
    min-height: 100vh;
  }
}
header {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 40px 0 5%;
  position: relative;
  z-index: 5;
}
header #dalitrans_logo {
  margin-left: 10%;
  margin-right: 2%;
}
header img {
  height: 40px;
}
header nav {
  margin-right: 10%;
  display: flex;
  justify-content: flex-end;
}
header nav a {
  margin: 0 16px 0 16px;
  text-decoration: none;
  color: #cd0000;
}
header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
header .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #cd0000;
  display: block;
  transition: 0.3s;
}
header .sidenav a:hover, header .closebtn {
  color: #f1f1f1;
}
header .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
header .closebtn {
  background: none;
  border: none;
  cursor: pointer;
  color: #cd0000;
}
header #button {
  display: none;
}
@media screen and (max-width: 1210px) {
  header nav {
    display: none;
  }
  header #button {
    display: block;
  }
  header #renault-logo {
    display: none;
  }
}
@media screen and (max-height: 450px) {
  header .sidenav {
    padding-top: 15px;
  }
  header .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  header #dalitrans_logo {
    width: 180px;
  }
  header #dalitrans_logo_25 {
    transform: scale(2) !important;
    margin-left: 25px !important;
  }
}

.lines {
  width: 600px;
  height: 100px;
  background: repeating-linear-gradient(45deg, #ebebeb, #ebebeb 17px, transparent 17px, transparent 34px);
  animation: pohyb 550s linear 0s infinite;
  position: absolute;
  margin-top: -50px;
  background-size: 505.1% 505.1%;
}

@media screen and (max-width: 600px) {
  .lines {
    width: 300px;
    background-size: 401% 401%;
  }
}
@keyframes pohyb {
  0% {
    background-position: 505.1%;
  }
  100% {
    background-position: 0%;
  }
}
#obr-zoom {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7411764706);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#obr-zoom #obr-cert {
  max-width: 70%;
}
#obr-zoom button {
  background: none;
  border: none;
}
#obr-zoom button img {
  height: 40px;
  width: 40px;
}
#obr-zoom #zatvorit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  z-index: 5;
}
#obr-zoom #leftBtn {
  transform: scaleX(-1);
  border-radius: 0 20px 20px 0;
}
#obr-zoom #rightBtn {
  border-radius: 0 20px 20px 0;
}
#obr-zoom #leftBtn,
#obr-zoom #rightBtn {
  margin: 40px;
}
@media screen and (max-width: 600px) {
  #obr-zoom #leftBtn, #obr-zoom #rightBtn {
    margin: 0;
  }
}

#pozadie {
  overflow: hidden;
  position: relative;
}
#pozadie #pozadie2 {
  z-index: 1;
  position: absolute;
  border-top: 240vh solid #ebebeb;
  border-left: 65vw solid transparent;
  right: 0;
}
#pozadie #trojuholnik {
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom: 36.9230769231vh solid #cd0000;
  border-right: 10vw solid transparent;
}
#pozadie .ciara {
  position: absolute;
  z-index: 2;
  background-color: #cd0000;
  width: 5px;
  height: 220px;
  animation: ciaraanim 25s linear 0s infinite;
}
@keyframes ciaraanim {
  from {
    top: 0;
    left: 28.9vw;
    margin-top: -32vh;
  }
  to {
    top: 241vh;
    left: 103vw;
  }
}
@media screen and (max-width: 1210px) {
  #pozadie .ciara {
    display: none;
  }
}

#o_nas,
#index {
  z-index: 2;
  position: relative;
}

::selection {
  background-color: #ff9999;
  color: black;
}

.btn-dop {
  padding: 12px;
  background-color: #cd0000;
  color: black;
  text-decoration: none;
  border-radius: 5px;
}

.btn-dop:hover {
  background-color: black;
  color: #cd0000;
  transition-duration: 1000ms;
}

/*# sourceMappingURL=styles.css.map */
