@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap');

body {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 120%;
}
.sloupec {
  margin: 0 auto;
  width: 92%;
  max-width: 960px;
  padding-left: 2.275%;
  padding-right: 2.275%;
}
.logo {
  float: right;
}
h1 {
  color: white;
  font-size: 340%;
  letter-spacing: .1em;
}
h2, h3 {
  color: #94090D;
  margin-bottom: .5em;
}
h2.vyzva {
  font-size: 280%;
  margin: .8em 0 1em 0;
}
header, footer {
  background-color: #94090D;
  padding: 1em 0;
  color: white;
}
header h1 {
  margin: 0;
}
footer {
  text-align: center;
  margin-top: 2.5em;
}
footer p {
  margin: 0;
  font-size: 100%;
}

.floating-button a, .floating-button a:link, .floating-button a:visited {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 1000 !important;
  background-color: #aaaaaa !important;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
}


a, a:link, a:visited {
  color: #94090D;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
footer a, footer a:link, footer a:visited {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
footer a:hover {
  text-decoration: underline;
}
.kdojsme {
  margin-bottom: 2em;
}
.kdojsme p {
  margin: .5em 0 .5em 0;
}
.plan {
  margin-bottom: 2em;
}
ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0em;
}
li {
  counter-increment: item;
  margin-bottom: .5em;
  padding-left: 0;
}
li:before {
  margin-right: 10px;
  content: counter(item);
  background: #94090D;
  border-radius: 100%;
  color: white;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.error {
  color: red;
  font-weight: 400;
  display: block;
  padding: 6px 0;
  font-size: 40px;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

label {
  font-weight: 600;
}

.form-control.error {
  border-color: red;
  padding: .375rem .75rem;
}
@media only screen and (min-width : 285px) and (max-width : 480px) {
  h1 {
    font-size: 265%;
    letter-spacing: 0em;
  }
  footer p {
    font-size: 90%;
  }
}


