body {
  background: #000000;
}
@media screen and (min-width: 768px) {
  main.home-links,
  main.home-ponuka {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  main.home-links .clanky-1.theme-one,
  main.home-ponuka .clanky-1.theme-one {
    grid-template-columns: 1fr;
  }
}
.cta {
  background: #eb1515;
  color: white;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
}
.home-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-about img {
  height: 30vw;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.home-about article {
  box-sizing: border-box;
  padding: 50px;
  line-height: 2;
  background: #303030;
}
@media screen and (max-width: 768px) {
  .home-about {
    display: block;
  }
  .home-about img {
    height: 60vw;
  }
  .home-about article {
    padding: 25px;
  }
}
.formbox {
  width: 95%;
  max-width: 100%;
}
.formbox label {
  color: #666666;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-family: inherit;
  text-transform: uppercase;
}
.formbox input,
.formbox textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #aaaaaa;
  color: black;
  background: none;
  font-family: inherit;
  border-radius: 5px;
}
.formbox input:focus,
.formbox textarea:focus {
  outline-color: #eb1515;
}
.formbox button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #eb1515;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 23px;
  font-family: inherit;
}
.formbox .radio {
  display: flex;
}
.formbox .radio a {
  background: #dedede;
  padding: 5px 10px;
  flex: 1;
  margin-left: 15px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  border-radius: 5px;
  cursor: pointer;
}
.formbox .radio a:nth-of-type(1) {
  margin-left: 0;
}
.formbox .radio a.active {
  background: black;
  color: white;
}
.formbox .mailform-alert {
  width: 350px;
  border-radius: 5px;
}
.formbox input[type=checkbox] {
  height: 20px;
  width: 0px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  margin-right: 20px;
  cursor: pointer;
}
.formbox input[type=checkbox]:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 15px;
  outline: none;
}
.formbox input[type=checkbox]:checked:before {
  content: "\f046";
  color: #eb1515;
}
.formbox input[type=checkbox].small {
  height: 14px;
  margin: 2px 22px 0px 0px;
}
.formbox input[type=checkbox].small:before {
  font-size: 14px;
  line-height: 15px;
}
#kontakt {
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  background: #202020;
  color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  #kontakt {
    padding: 30px;
    display: block;
  }
}
#kontakt h2 {
  color: white;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  font-family: inherit;
}
.home-heading {
  display: flex;
  align-items: center;
  color: white;
}
.home-heading a.h-right {
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: none;
  margin-left: auto;
  font-weight: 500;
  padding: 5px 20px;
  border: 1px solid #999999;
  border-radius: 20px;
}
.home-heading a.h-right:hover {
  color: white;
  border-color: white;
}
@media screen and (max-width: 768px) {
  .home-heading {
    font-size: 23px;
  }
  .home-heading a.h-right {
    font-size: 11px;
  }
}
.clanky-1.clanky-home.theme-one a {
  border: 2px solid #303030;
}
.clanky-1.clanky-home.theme-one a:hover {
  border: 2px solid #eb1515;
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.1);
  background: #303030;
  transform: none;
}
