@charset "UTF-8";
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1600px;
    width: 100%;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
}

.row > * {
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@font-face {
  font-family: "Bebas Neue Pro Bold";
  src: url("/wp-content/themes/prihlasenie//fonts/bebas-neue-pro-bold.woff2") format("woff2"), url("/wp-content/themes/prihlasenie//fonts/bebas-neue-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Pro Regular";
  src: url("/wp-content/themes/prihlasenie//fonts/bebas-neue-pro-regular.woff2") format("woff2"), url("/wp-content/themes/prihlasenie//fonts/bebas-neue-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: "Bebas Neue Pro Regular", sans-serif;
  font-style: normal;
  font-size: 22px;
}

body.large-font p {
  font-size: 28px;
}

body.xlarge-font p {
  font-size: 32px;
}

main {
  overflow-x: hidden;
}

a {
  transition: all 0.5s ease-in-out;
}

p,
input,
select,
textarea {
  font-family: "Bebas Neue Pro Regular", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Bebas Neue Pro Bold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  line-height: 1.1;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
  }
}

p {
  font-size: 24px;
  line-height: 1.3;
}

.cmplz-link.privacy-statement {
  display: none !important;
}

.btn {
  background-color: #8c2323;
  border-radius: 25px;
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  color: #8c2323;
  background-color: #ffffff;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  padding: 20px 0 30px;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-logo {
  width: 280px;
  max-width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
@media (max-width: 1299.98px) {
  header .header-logo {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  header .header-logo {
    width: 250px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #5881df;
  padding: 20px 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .container {
    flex-direction: column;
  }
}
footer .footer-logos {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  footer .footer-logos {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-logos {
    margin: 0 0 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-logo {
  width: auto;
  height: 35px;
}
@media (max-width: 1199.98px) {
  footer .footer-logo {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-logo {
    width: 130px;
    height: auto;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  gap: 15px;
  display: flex;
  align-items: center;
}
footer ul li {
  display: block;
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  line-height: 1;
}
footer ul li:last-child {
  border-right: 0;
  padding-right: 0;
  display: flex;
  gap: 15px;
}
footer ul li:last-child button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  border-right: 1px solid #ffffff;
  border-radius: 0;
  padding: 0 15px 0 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
footer ul li:last-child button:last-child {
  border-right: 0;
  padding: 0;
}
footer ul li:last-child button:hover {
  color: #8c2323;
}
footer ul a {
  color: #ffffff;
  text-decoration: none;
}
footer ul a:hover {
  color: #8c2323;
}

section#form {
  background-image: url("/wp-content/themes/prihlasenie//img/grey-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 60px;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  section#form {
    background-attachment: unset;
  }
}
section#form h2 {
  color: #1f4d9f;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 60px;
}
@media (max-width: 767.98px) {
  section#form h2 {
    font-size: 2.5rem;
  }
}
section#form h3 {
  text-align: center;
  color: #000000;
  font-size: 38px;
  text-transform: none;
  margin: 0 0 40px;
}
section#form .wpcf7 form {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
section#form .wpcf7 form[data-status=invalid] .wpcf7-response-output {
  color: #e2001a;
}
section#form .wpcf7 form[data-status=sent] .wpcf7-response-output {
  color: #237b21;
}
section#form .wpcf7 form label {
  display: block;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form label {
    width: 100%;
  }
}
section#form .wpcf7 form p {
  margin: 0;
  padding: 0;
}
section#form .wpcf7 form .form-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form .form-row {
    flex-direction: column;
  }
}
section#form .wpcf7 form .form-row::after {
  content: "";
}
section#form .wpcf7 form .form-row.textarea {
  flex-direction: column;
}
section#form .wpcf7 form .form-row.textarea .wpcf7-form-control-wrap {
  width: 100%;
}
section#form .wpcf7 form .form-row.filearea {
  gap: 0;
}
section#form .wpcf7 form .form-row.filearea label {
  padding: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form .form-row.filearea label {
    padding: 0 0 10px;
  }
}
section#form .wpcf7 form .form-row.filearea input[type=file] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0;
  color: #ffffff;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section#form .wpcf7 form .form-row.filearea input[type=file]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.22);
}
section#form .wpcf7 form .form-row.filearea input[type=file]::file-selector-button {
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  background: #fff;
  color: #1f2937;
  font-family: "Bebas Neue Pro Bold", sans-serif;
  cursor: pointer;
}
@supports not selector(input[type="file"]::file-selector-button) {
  section#form .wpcf7 form .form-row.filearea input[type=file] {
    position: relative;
    padding-right: 8.25rem;
  }
  section#form .wpcf7 form .form-row.filearea input[type=file]::after {
    content: "Prehľadávať";
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #1f2937;
    border-radius: 999px;
    padding: 0.55rem 1.1rem;
    font-family: "Bebas Neue Pro Bold", sans-serif;
  }
}
section#form .wpcf7 form .form-row .wpcf7-list-item-label {
  padding-left: 10px;
}
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap {
  flex: 1;
  display: block;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form .form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
}
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap input[type=text],
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap input[type=email],
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap input[type=tel],
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap textarea,
section#form .wpcf7 form .form-row .wpcf7-form-control-wrap input[type=file] {
  width: 100%;
  margin: 0;
}
section#form .wpcf7 form select,
section#form .wpcf7 form input[type=text],
section#form .wpcf7 form input[type=email],
section#form .wpcf7 form input[type=tel],
section#form .wpcf7 form textarea,
section#form .wpcf7 form input[type=file] {
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  transition: border-color 0.2s, background 0.2s;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form select,
  section#form .wpcf7 form input[type=text],
  section#form .wpcf7 form input[type=email],
  section#form .wpcf7 form input[type=tel],
  section#form .wpcf7 form textarea,
  section#form .wpcf7 form input[type=file] {
    padding: 0;
  }
}
section#form .wpcf7 form select.wpcf7-not-valid,
section#form .wpcf7 form input[type=text].wpcf7-not-valid,
section#form .wpcf7 form input[type=email].wpcf7-not-valid,
section#form .wpcf7 form input[type=tel].wpcf7-not-valid,
section#form .wpcf7 form textarea.wpcf7-not-valid,
section#form .wpcf7 form input[type=file].wpcf7-not-valid {
  border-bottom: 1px solid red;
}
section#form .wpcf7 form select:focus,
section#form .wpcf7 form input[type=text]:focus,
section#form .wpcf7 form input[type=email]:focus,
section#form .wpcf7 form input[type=tel]:focus,
section#form .wpcf7 form textarea:focus,
section#form .wpcf7 form input[type=file]:focus {
  outline: none;
}
section#form .wpcf7 form textarea {
  height: 150px;
  resize: vertical;
}
section#form .wpcf7 form .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin: 0;
}
section#form .wpcf7 form .wpcf7-list-item input[type=checkbox] {
  accent-color: #8c2323;
  transform: scale(1.2);
}
section#form .wpcf7 form .req-fields {
  color: #ffffff;
}
section#form .wpcf7 form input[type=submit] {
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: #8c2323;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 999px;
  font-size: 1rem;
  display: block;
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  section#form .wpcf7 form input[type=submit] {
    margin: 0;
  }
}
section#form .wpcf7 form input[type=submit]:hover {
  background-color: #ffffff;
  color: #8c2323;
}
section#form .wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 0;
  position: absolute;
  font-size: 15px;
  width: auto;
  color: red;
  background-color: #ffffff;
  padding: 0 10px;
}
section#form .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 15px;
  border-radius: 6px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border: 0;
}
section#form .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
section#form .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

section.error-404 {
  text-align: center;
  padding: 100px 0;
}

@media (max-width: 1199.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

body.home {
  background-image: url("/wp-content/themes/prihlasenie//img/grey-bg-large.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body.home section#form {
  background-image: none;
}
body.home section#form h1.entry-title {
  display: none;
}
body.home section#form .wpcf7 form .req-fields,
body.home section#form .wpcf7 form label {
  color: #000000;
}
body.home section#form .wpcf7 form select,
body.home section#form .wpcf7 form input[type=text],
body.home section#form .wpcf7 form input[type=email],
body.home section#form .wpcf7 form input[type=tel],
body.home section#form .wpcf7 form textarea,
body.home section#form .wpcf7 form input[type=file] {
  border-bottom: 1px solid #000000;
  color: #000000;
}
body.home section#form .wpcf7 form select.wpcf7-not-valid,
body.home section#form .wpcf7 form input[type=text].wpcf7-not-valid,
body.home section#form .wpcf7 form input[type=email].wpcf7-not-valid,
body.home section#form .wpcf7 form input[type=tel].wpcf7-not-valid,
body.home section#form .wpcf7 form textarea.wpcf7-not-valid,
body.home section#form .wpcf7 form input[type=file].wpcf7-not-valid {
  border-bottom: 1px solid red;
}
body.home section#form .wpcf7 form textarea {
  padding: 0;
}
body.home section#form .wpcf7 form textarea.wpcf7-not-valid {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body.home section#form .wpcf7 form textarea {
    height: 240px;
  }
}
body.home section#form .wpcf7 form .wpcf7-form-control-wrap[data-name=poznamka] .wpcf7-not-valid-tip {
  margin-top: -37px;
}
body.home section#form .wpcf7 form .wpcf7-radio {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: -5px;
}
body.home section#form .wpcf7 form .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
body.home section#form .wpcf7 form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: #ffffff;
  background-color: #8c2323;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.home section#form .wpcf7 form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  opacity: 0.5;
  transition: opacity 0.2s;
}
body.home section#form .wpcf7 form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  opacity: 1;
}
body.home section#form .wpcf7 form .form-row.last {
  margin-top: 50px;
}
body.home .cf7-bigtip {
  position: absolute;
  z-index: 9999;
  background: rgb(255, 255, 255);
  border-radius: 22px;
  padding: 16px 22px;
  max-width: min(720px, 92vw);
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  display: none;
  pointer-events: none;
}
body.home .cf7-bigtip p {
  padding: 0;
  margin: 0;
  width: 250px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.35;
}
body.home .cf7-bigtip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .cf7-bigtip li {
  position: relative;
  padding-left: 18px;
  margin: 0;
}
body.home .cf7-bigtip li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bebas Neue Pro Bold", sans-serif;
}
body.home .miv-logo {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: block;
}
@media (max-width: 767.98px) {
  body.home .miv-logo {
    width: 200px;
  }
}

#cmplz-document {
  width: 1200px;
  max-width: 100%;
  text-align: left;
  padding: 50px 0 0;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5em;
}
#cmplz-document li,
#cmplz-document p {
  font-size: 24px;
  line-height: 1.5em;
}

#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p,
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p,
#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h5,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown a,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
  font-size: 24px;
  line-height: 1.5em;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

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