@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu.ttf) format("truetype");
}

@font-face {
  font-family: "Tit";
  src: url(../fonts/TitR.ttf) format("truetype");
}

body {
  background-image: url(../img/bg.svg);
  background-repeat: repeat;
}

hr.divider {
  border: 0;
  height: 2px;
  max-width: 100%;
  background-image: linear-gradient(to right, rgba(178,178,178,-1), rgba(178,178,178,0.75), rgba(178,178,178,0));
}

.sectionDarker {
  background-color: #f2f2f2;
  background-image: url(../img/bgW.svg);
  background-repeat: repeat;
}

.imgMain {
  height: 200px;
}

.imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin: 0 auto;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imgBox.services {
  background-image: url(../img/services.png);
}

.imgBox.stream {
  background-image: url(../img/stream.svg);
  height: 50px;
}

.imgBox.qrcode {
  background-image: url(../img/qrcode.svg);
  height: 50px;
}

.imgBox.nfc {
  background-image: url(../img/nfc.svg);
  height: 50px;
}

.downloadIcon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.downloadIcon.czkc {
  background-image: url(../img/downloadsPDFczkc.svg);
}

.downloadIcon.czeu {
  background-image: url(../img/downloadsPDFczeu.svg);
}

.downloadIcon.czus {
  background-image: url(../img/downloadsPDFczus.svg);
}

.downloadIcon.enkc {
  background-image: url(../img/downloadsPDFenkc.svg);
}

.downloadIcon.eneu {
  background-image: url(../img/downloadsPDFeneu.svg);
}

.downloadIcon.enus {
  background-image: url(../img/downloadsPDFenus.svg);
}

.downloadIcon.cz {
  background-image: url(../img/downloadsPDFcz.svg);
}

.downloadIcon.en {
  background-image: url(../img/downloadsPDFen.svg);
}

.contactsDownload {
  display: inline-block;
  width: 29px;
  height: 22px;
  margin-left: 50px;
  background-image: url(../img/downloadsW.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.emailBox {
  display: inline-flex;
  min-height: 15px;
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.emailBox.email {
  background-image: url(../img/email.svg);
  margin-bottom: 5px;
}

.emailBox.emailW {
  background-image: url(../img/emailW.svg);
  margin-bottom: 5px;
}

.emailBox.mobil {
  background-image: url(../img/mobil.svg);
}

.travolta {
  height: 300px;
}

.gap {
  display: inline-block;
  margin-left: 10px;
}

.card {
  margin-bottom: 10px;
  border-radius: 11px !important;
  border: 1px solid #62b34b;
}

.card-header {
  border-bottom: 1px solid #62b34b;
  background-color: #fff;
  border-radius: 10px !important;
  font-weight: bold;
  color: #62b34b;
  cursor: pointer;
}

.card-header[aria-expanded="false"] {
  background-color: #62b34b;
  color: #fff;
}

.rentalLine {
  margin: 10px 0;
  cursor: pointer;
}

.rentalLine.selected {
  color: #cf1c1e;
}

.rentalItemImg {
  flex: initial;
  height: 200px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

.rentalItemImgContent {
  height: 160px;
  width: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rentalItemHeader {
  font-weight: bold;
  margin-top: 0.3rem;
}

.rentalItemText {
  flex: 1;
}

.currencyBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.currencyBox img {
  cursor: pointer;
  margin-left: 5px;
}

#currencyText {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

ol.carousel-indicators {
  position: absolute;
  bottom: 4px;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  cursor: pointer;
  float: left;
  margin-right: : 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d8d8d8;
}

ol.carousel-indicators li.active {
  background: #d11d1f;
}

.popoverDownloads {
  left: -16px !important;
}

#overlay {
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#overlayClose {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 50px;
  color: red;
  cursor: pointer;
}

#overlayImgBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 80vh;
  height: 80vh;
  border-radius: 10px;
}

#overlayImg {
  width: 70vh;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 420px) {
  #overlayImgBox {
    width: 90vw;
    height: 90vw;
  }

  #overlayImg {
    width: 80vw;
    height: 80vw;
  }

  #currencyText {
    max-width: 50vw;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
}

.bull {
  display: inline-block;
  margin: 0 10px;
}

.next, .back {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.next {
  background-image: url(../img/next.svg);
}

.back {
  background-image: url(../img/back.svg);
}

.cursor-pointer {
  cursor: pointer;
}

.cloudimage-360 {
  width: 300px;
}
