/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

@font-face {
  font-family: "Audi Type ExtendedBold";
  src: url("AudiType-ExtendedBold.woff2") format("woff2"),
    url("AudiType-ExtendedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Audi Type Extended";
  src: url("AudiType-ExtendedNormal.woff2") format("woff2"),
    url("AudiType-ExtendedNormal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Audi Type Extended", sans-serif, Arial, Verdana, Trebuchet MS,
    Helvetica, sans-serif;
  font-size: 16px;
  color: #373b47;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.textLeft {
  text-align: left !important;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.hiddenElement {
  visibility: hidden;
}

.maxW700 {
  max-width: 600px;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: Black;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: white;
}

.headerImg {
  /*-webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;*/
  background-color: White;
}

.whiteBcg {
  background-color: White;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: 100px;
}

.mapaBox {
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.top {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .maxW400 {
    max-width: 400px;
  }
}

.topButton {
  font-weight: 600;
  border: none;
  display: block;
  color: Black;
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #e9eeec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.topButton:hover {
  color: Black;
  text-decoration: none;
  background-color: #ededed;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.formTitle {
  color: #373b47;
  text-transform: uppercase;
}

.titulekAkce {
  font-weight: bold;
}

.page {
  padding-top: 30px;
}

.formBox {
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 25px;
}

@media (min-width: 768px) {
  .formBox {
    padding: 60px 30px;
  }
}

.formBoxSmall {
  max-width: 800px;
}

.formBox h2,
.formBox h2 span {
  color: black;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .formBox h2,
  .formBox h2 span {
    font-size: 22px;
  }
}

.introText {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  font-size: 17px;
}

.introText strong {
  font-size: 17px;
}
form input,
form select,
form option,
form textarea {
  color: black;
  border: 1px solid Black !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

form label {
  font-size: 14px;
  font-weight: bold;
}

form label a {
  font-size: 14px;
  font-weight: bold;
}

label sup {
  color: #e21035;
}

.custom-file-label {
}

.custom-file-label::after {
  background-color: #e21035;
  border: none;
  color: White;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Vybrat soubor";
}

label {
  color: #373b47;
}

.submitForm {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #373b47;
  color: White;
  text-decoration: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 17px;
  margin: 10px auto !important;
  padding: 0;
  text-transform: uppercase;
}

.buttonNacist {
  display: block;
  width: 180px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  background-color: black;
  color: White;
  text-decoration: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.submitForm:hover {
  background-color: black;
  color: White;
}

.formNote {
  font-size: 14px;
  margin: 20px auto;
  max-width: 380px;
}

.buttons {
}

.buttons div {
  cursor: pointer;
  text-decoration: underline;
}

.buttons div:hover {
  text-decoration: none;
}

.link {
  color: Black;
  text-decoration: underline;
}
