/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* ================================
   Custom Fonts - Poppins
================================ */

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/enfold-child/fonts/Poppins-Regular.woff2') format('woff2'),
       url('/wp-content/themes/enfold-child/fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/enfold-child/fonts/Poppins-Bold.woff2') format('woff2'),
       url('/wp-content/themes/enfold-child/fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/enfold-child/fonts/Poppins-Black.woff2') format('woff2'),
       url('/wp-content/themes/enfold-child/fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/********************************* GENERAL STYLING **********************************/
body,
p,
li,
a,
span,
input,
textarea,
button {
  font-family: 'Poppins', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
}

strong,
b,
.avia-button,
button,
input[type="submit"] {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
}


#top .avia-button.avia-size-medium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(50px, 5vw, 70px);
  width: clamp(220px, 24vw, 300px);
  /* padding: clamp(14px, 2vw, 22px) clamp(22px, 4vw, 35px); */
  border-radius: 9px;
  border: 3.5px solid #b92025 !important;
  background: #b92025;
  color: #fefefe !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.2px;
}

#top .avia-button.avia-size-medium:hover {
  background: transparent;
  color: #fefefe !important;
  border: 3.5px solid #fefefe !important;
}

/******   scroll-top-link *******/
#scroll-top-link, #av-cookie-consent-badge {

}

#scroll-top-link:hover, #av-cookie-consent-badge:hover {

}

#scroll-top-link:hover svg path,
#av-cookie-consent-badge:hover svg path {
  fill: #ffffff !important;
}

/**************** recaptcha ****************/
.grecaptcha-badge {
  display: none !important;
}

/*************************** cockie popup  *********************************/
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
  background-color: #121c2f !important;
  color: #fefefe !important;

}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  color: #121c2f !important;
}

/* Hide automatic WPML/Enfold language flags in main menu */
#top .main_menu .av-language-switch-item {
  display: none !important;
}


/************************************** HEADER ************************************/
#header .logo svg {
  height: 50px !important;
  width: auto !important;
  max-height: 50px !important;
}

#header .logo svg path {
  fill: #fefefe !important;
  stroke: none !important;
}


#header .logo img,
#header .logo a {
  max-height: 50px !important;
}

#header .inner-container {
  display: flex;
  align-items: center;
}

#header .logo,
#header .logo a {
  display: flex;
  align-items: center;
}

#header_main_alternate {
    background-color: #0b1323 !important;
    padding: 8px 0;
}

/* ================================
   Euro Entry Header Layout
================================ */

#top #header_main .container {
  position: relative;
}

#top .euroentry-header-right {
  position: absolute;
  right: 8%;
  top: 33%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 80px;
  z-index: 9999;
}

#top .euroentry-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(40px, 5vw, 44px);
  width: clamp(180px, 24vw, 250px);
  border-radius: 9px;
  border: 3.5px solid #b92025 !important;
  background-color: #b92025;
  color: #fefefe !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  transition: all .4s ease-in-out !important;
}

#top .euroentry-header-btn:hover {
  background-color: transparent;
  color: #fefefe !important;
  border: 3.5px solid #fefefe !important;
}

#top .euroentry-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #d7d7d9;
  white-space: nowrap;
}

#top .euroentry-lang-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

#top .euroentry-lang-switcher a {
  color: #d7d7d9;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease, color 0.2s ease;
}

#top .euroentry-lang-switcher a:hover {
  opacity: 1;
  color: #b92025;
}

#top .euroentry-lang-switcher a.active {
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

#top .euroentry-lang-switcher .lang-separator {
  color: rgba(255, 255, 255, 0.55);
}

#top .euroentry-lang-current {
  display: none;
}


/* ======   Euro Entry - Main Menu ========= */

#top #header .av-main-nav > li > a {
  margin: 0 60px 0 0 !important;
  padding: 0 !important;
}

#top #header .av-main-nav > li > a .avia-menu-text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #edeff0 !important;
  padding: 0 !important;
}

#top #header .av-main-nav > li:hover > a .avia-menu-text,
#top #header .av-main-nav > li > a:hover .avia-menu-text {
  color: #edeff0 !important;
}

#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text,
#top #header .av-main-nav > li.current_page_item > a .avia-menu-text {
  color: #edeff0 !important;
  font-weight: 700;
}

.av_minimal_header .avia-menu-fx {
    display: block !important;
    width: 60%;
}

/* Active red underline */
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-fx,
#top #header .av-main-nav > li.current_page_item > a .avia-menu-fx {
  opacity: 1;
  visibility: visible;
  background-color: #b92025 !important;
  height: 3px;
  width: 60%;
}

/* Fix Enfold/WPML: anchor menu links should not look active */
#top #header .av-main-nav > li.menu-item-type-custom.current_page_item > a .avia-menu-fx,
#top #header .av-main-nav > li.menu-item-type-custom.current-menu-item > a .avia-menu-fx {
  opacity: 0 !important;
  visibility: hidden !important;
  background-color: transparent !important;
}

#top #header .av-main-nav > li.menu-item-type-custom.current_page_item > a .avia-menu-text,
#top #header .av-main-nav > li.menu-item-type-custom.current-menu-item > a .avia-menu-text {
  font-weight: 400 !important;
}

/* Hover underline nech funguje aj na custom anchor položkách */
#top #header .av-main-nav > li.menu-item-type-custom > a:hover .avia-menu-fx,
#top #header .av-main-nav > li.menu-item-type-custom:hover > a .avia-menu-fx {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #ffffff !important;
  height: 3px !important;
  width: 60% !important;
}

@media only screen and (max-width: 2560px) {
  #top .euroentry-header-right {
     right: 22.5%;
  }
}

@media only screen and (max-width: 1920px) {
  #top .euroentry-header-right {
     right: 13%;
  }
}

@media only screen and (max-width: 1600px) {
  #top .euroentry-header-right {
     right: 6%;
  }
}

@media only screen and (max-width: 1366px) {
  #top .euroentry-header-right {
    right: 4%;
  }
}

@media only screen and (max-width: 1080px) {
  #top .euroentry-header-right {
    gap: 25px;
  }
  #top #header .av-main-nav > li > a .avia-menu-text {
    font-size: 16px;
  }
}


@media only screen and (max-width: 989px) {
  #top #header .av-main-nav > li > a {
    margin: 0 40px 0 0 !important;
    padding: 0 !important;
  }

  #top .euroentry-header-right {
    right: 45px;
    top: 32%;
    gap: 20px;
  }

  #top .euroentry-lang-switcher {
    z-index: 9999;
  }

  #top .euroentry-lang-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    min-width: 145px;
    height: 40px;
    padding: 0 14px;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: #0b1323;
    color: #ffffff;

    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  #top .euroentry-lang-current::after {
    content: "▾";
    font-size: 12px;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  #top .euroentry-lang-switcher.is-open .euroentry-lang-current::after {
    transform: rotate(180deg);
  }

  #top .euroentry-lang-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;

    min-width: 170px;
    padding: 8px;

    background: #0b1323;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  }

  #top .euroentry-lang-switcher.is-open .euroentry-lang-list {
    display: flex;
  }

  #top .euroentry-lang-list a {
    display: block;
    padding: 10px 12px;
    border-radius: 7px;
    color: #d7d7d9;
    font-size: 14px;
    line-height: 1.2;
  }

  #top .euroentry-lang-list a:hover,
  #top .euroentry-lang-list a.active {
    background: rgba(185, 32, 37, 0.18);
    color: #ffffff;
  }

  #top .euroentry-lang-list .lang-separator {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  #top .euroentry-header-btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }

  #top .hero-section {
    margin-top: 30px !important;
  }
  
  #header .logo svg {
    height: 40px !important;
    max-height: 40px !important;
  }

  #header .logo a {
    max-height: 70px !important;
  }

  .responsive #top #wrap_all .main_menu {
    left: 93% !important;
  }

  #top .euroentry-header-right {
    right: 140px;
    top: 50%;
  }

  #top .euroentry-header-btn {
    display: none;
  }

  .av_minimal_header .avia-menu-fx {
    display: none !important;
  }
}

@media only screen and (max-width: 580px) {
#top .euroentry-header-right {
    right: 100px;
  }
}


@media only screen and (max-width: 522px) {
  #top .euroentry-lang-current {
    min-width: 70px !important;
    width: 70px !important;
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    margin-right: 20px;
  }

  #top .euroentry-lang-current span {
    display: none !important;
  }

  #top .euroentry-lang-current::before {
    content: attr(data-short);
  }

  #top .euroentry-lang-list {
    min-width: 90px !important;
    padding: 6px !important;
  }

  #top .euroentry-lang-list a {
    font-size: 13px !important;
    padding: 9px 10px !important;
    text-align: center;
  }

  #top .euroentry-lang-list a span {
    display: none !important;
  }

  #top .euroentry-lang-list a::before {
    content: attr(data-short);
  }

  #top .euroentry-header-right {
    right: 64px !important;
    gap: 10px !important;
  }
}

@media only screen and (max-width: 440px) {
      #header .logo svg {
        height: 33px !important;
        max-height: 33px !important;
    }
}

@media only screen and (max-width: 390px) {
    #top .euroentry-header-right {
        right: 42px !important;
    }
}

/*************************** FOOTEER and SOCKET section *******************************/
#top  .footer-section .footer-col-1 .avia-image-container img {
  height: 64px !important;
  width: auto;
}

#top .footer-section .footer-col-1 .avia_textblock p {
  color: #c3c2c2 !important;
  font-size: 16px !important;
  padding-top: 30px !important;
}

#top .footer-section .av-special-heading h2 {
  color: #fefefe !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: none !important;  
  font-weight: 700 !important;
  padding-bottom: 10px;
}

#top .footer-section .avia_textblock a {
  color: #c3c2c2 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

#top .footer-section .avia_textblock a:hover {
  color: #b92025 !important;
}

#top .footer-section .footer-col-4 .avia_textblock p {
  color: #c3c2c2 !important;
  font-size: 15px !important;
}

#top .socket-section .avia_textblock p,
#top .socket-section .avia_textblock a {
  color: #8f8f8e !important;
  font-size: 15px !important;
}

#top .socket-section .avia_textblock a:hover {
    color: #b92025 !important;
}

#top .socket-section .content {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  border-top: solid 1px #272727 !important;
}

#top .socket-section .socket-links-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

#top .socket-section .socket-links-row a {
  color: #8f8f8e !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  margin-top: 15px;
}

#top .socket-section .socket-links-row a:hover {
  color: #b92025 !important;
}

@media only screen and (max-width: 1500px) {
  #top .socket-section .socket-col-1 {
    width: 25% !important;
  }
  #top .socket-section .socket-col-3 {
    width: 44% !important;
  }  
  #top .socket-section .avia_textblock p, .socket-section .avia_textblock a {
    font-size: 13px !important;
  }
  #top .socket-section .socket-links-row a {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 989px) {
  #top .footer-section .footer-col-1 .avia-image-container {
    text-align: left;
  }

  #top .footer-section .footer-col-1 .avia-image-container img {
    height: 50px !important;
    width: auto;
  }

  #top .footer-section .footer-col-1 .avia_textblock p {
    padding-right: 15%;
  }

  #top .footer-section .av-special-heading h2 {
    margin-top: 20px !important;
  }

  #top .socket-section .flex_column_table {
    display: block !important;
  }
  #top .socket-section .flex_column_table .flex_column {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  #top .socket-section .content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #top .socket-section .socket-links-row {
    justify-content: center;
    margin-top: 15px;
  }
}


@media only screen and (max-width: 767px) {
  #top .footer-section .content {
    padding-bottom: 10px !important;
  }

  #top .socket-section .socket-links-row {
    justify-content: center;
    gap: 0px;
    text-align: center;
    flex-direction: column;
    line-height: 1 !important;
  }

  #top .socket-section .socket-links-row a {
    font-size: 11px !important;
  }

  #top .socket-section .socket-links-row a {
    margin-top: 0 !important;
  }
}


/* Footer Language Switcher */
#top .euroentry-footer-lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #8f9aaa;
  white-space: nowrap;
  margin-top: 16px;
}

#top .euroentry-footer-lang-switcher a {
  color: #8f8f8e !important;
  text-decoration: none !important;
  opacity: 0.9;
  transition: color 0.2s ease, opacity 0.2s ease;
}

#top .euroentry-footer-lang-switcher a:hover {
  color: #b92025 !important;
}

#top .euroentry-footer-lang-switcher a.active {
  color: #fefefe !important;
  opacity: 1;
}

#top .euroentry-footer-lang-switcher span {
  color: rgba(255, 255, 255, 0.35);
}

@media only screen and (max-width: 767px) {
  #top .euroentry-footer-lang-switcher {
    justify-content: center;
    font-size: 11px;
    gap: 6px;
    margin-top: 10px;
  }
}


/******* Legal-content-section ************/

/* Nadpisy v legal content */
#top .legal-content-section .av-special-heading h1 {
  font-size: clamp(1.625rem, 1.1635rem + 2.0513vw, 3.625rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
}

#top .legal-content-section h2 {
  font-size: clamp(1.375rem, 1.1731rem + 0.8974vw, 2.25rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  margin-top: 40px;
  margin-bottom: 18px;
}

#top .legal-content-section h3 {
  font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  margin-top: 32px;
  margin-bottom: 16px;
}

#top .legal-content-section h4 {
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  margin-top: 28px;
  margin-bottom: 14px;
}

#top .legal-content-section h5,
#top .legal-content-section h6 {
  font-size: 18px !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  margin-top: 24px;
  margin-bottom: 12px;
}

#top .legal-content-section p,
#top .legal-content-section li,
#top .legal-content-section a,
#top .legal-content-section span,
#top .legal-content-section input,
#top .legal-content-section textarea,
#top .legal-content-section strong,
#top .legal-content-section b {

  font-size: 16px !important;
  color: #d7d7d9 !important;
}

#top .legal-content-section a {
  text-decoration: underline !important;
}

#top .legal-content-section .avia-button:hover {
  text-decoration: none !important;
}

#top .legal-content-section a:hover {
  text-decoration: underline !important;
  color: #b92025 !important;
}


#top .legal-content-section strong {
  font-size: 16px !important;
  color: #fefefe !important;
}

#top .legal-content-section hr {
  max-width: 120px;
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(215, 215, 217, 0.25);
}

#top .legal-content-section table,
#top .legal-content-section table tr,
#top .legal-content-section table tr th {
  background: transparent !important;
}


#top .legal-content-section .main_color tr:nth-child(odd), 
#top .legal-content-section .main_color .pricing-table>li:nth-child(odd), 
#top .legal-content-section .main_color .pricing-extra {
  background: transparent !important;
}

/* Legal table - desktop */
#top .legal-content-section table {
width: 100% !important;
border-collapse: collapse !important;
margin: 30px 0 !important;
border: 1px solid rgba(215, 215, 217, 0.22) !important;
}

#top .legal-content-section table th,
#top .legal-content-section table td {
padding: 16px 18px !important;
border: 1px solid rgba(215, 215, 217, 0.22) !important;
vertical-align: top !important;
text-align: left !important;
}

#top .legal-content-section table th,
#top .legal-content-section table th b {
color: #fefefe !important;
font-size: 15px !important;
font-weight: 700 !important;
}

#top .legal-content-section table td,
#top .legal-content-section table td span {
color: #d7d7d9 !important;
font-size: 15px !important;
line-height: 1.55 !important;
}

/* Legal table - mobile ako karty */
@media only screen and (max-width: 767px) {
#top .legal-content-section table,
#top .legal-content-section table thead,
#top .legal-content-section table tbody,
#top .legal-content-section table tr,
#top .legal-content-section table th,
#top .legal-content-section table td {
display: block !important;
width: 100% !important;
}

#top .legal-content-section table {
border: none !important;
margin: 24px 0 !important;
}

#top .legal-content-section table thead {
display: none !important;
}

#top .legal-content-section table tr {
margin-bottom: 18px !important;
padding: 16px !important;
border: 1px solid rgba(215, 215, 217, 0.22) !important;
border-radius: 10px !important;
background: rgba(255, 255, 255, 0.03) !important;
}

#top .legal-content-section table td {
border: none !important;
padding: 0 0 14px 0 !important;
}

#top .legal-content-section table td:last-child {
padding-bottom: 0 !important;
}

#top .legal-content-section table td::before {
display: block !important;
margin-bottom: 5px !important;
color: #fefefe !important;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1.35 !important;
}

#top .legal-content-section table td:nth-child(1)::before {
content: "Účel spracovania";
}

#top .legal-content-section table td:nth-child(2)::before {
content: "Právny základ";
}

#top .legal-content-section table td:nth-child(3)::before {
content: "Doba uchovávania";
}

#top .legal-content-section table td,
#top .legal-content-section table td span {
font-size: 14px !important;
line-height: 1.55 !important;
}
}



/************************************** Hero section ************************************/
#top .hero-section .content {
    padding-top: 60px;
    padding-bottom: 70px;
}

#top .hero-section .av-special-heading h1 {
    font-size: clamp(1.875rem, 1.399rem + 2.1154vw, 3.9375rem) !important;
    color: #fefefe !important;
    font-weight: 900 !important;
}

#top .hero-section .av-special-heading h1 span {
    color: #b92025 !important;
    font-weight: 900 !important;
}

#top .hero-section .avia_textblock p {
    color: #d7d7d9;
    font-size: 19px;
    line-height: 29px;
}

#top .hero-section .avia-buttonrow-wrap .avia-button:nth-child(1) {
    width: clamp(220px, 24vw, 300px);
}

#top .hero-section .avia-buttonrow-wrap .avia-button:nth-child(2) {
    background-color: transparent !important;
    border: 3.5px solid #fefefe !important;
    width: clamp(220px, 24vw, 300px);
}
    
#top .hero-section .avia-buttonrow-wrap .avia-button:nth-child(2):hover {
    background-color: #b92025 !important;
    color: #fefefe !important;
    border: 3.5px solid #b92025 !important;
}

.hero-section .hero-text-red p {
    color: #b92025 !important;
    font-weight: 700 !important;
}

/*Hero Stats */
#top .hero-section .ee-hero-stats {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 36px;
  font-family: 'Poppins', Arial, sans-serif;
}

#top .hero-section .ee-hero-stat {
  position: relative;
  min-width: 210px;
  padding-right: 20px;
}

#top .hero-section .ee-hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  width: 1.54px;
  height: 104px;
  background: #1b3155;
}

#top .hero-section .ee-hero-stat strong {
  display: block;
  margin-bottom: 4px;
  color: #edeff0;
  font-size: clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

#top .hero-section .ee-hero-stat span {
  display: block;
  color: #edeff0;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #top .hero-section .avia_textblock p {
    font-size: 17px;
    margin-bottom: 0 !important;
  }

  #top .hero-section .hero-text-red {
    padding: 0 !important;
  }

  #top .hero-section .hero-text-red p {
    padding-right: 22%;
  }

  #top .hero-section .ee-hero-stats {
    flex-direction: row;
    justify-self: center;
    text-align: left;
    gap: 24px;
    margin-top: 28px;
  }

  #top .hero-section .ee-hero-stat {
    min-width: 0;
    padding-right: 0;
    padding-bottom: 22px;
  }

  #top .hero-section .ee-hero-stat:not(:last-child)::after {
    display: none;
    right: auto;
    left: 64px;
    top: auto;
    bottom: 0;
    width: 90px;
    height: 1px;
  }

  #top .hero-section .ee-hero-stat strong {
    font-size: 20px;
  }

  #top .hero-section .ee-hero-stat span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 522px) {
  #top .hero-section .ee-hero-stats {
    gap: 20px;
  }
  
  #top .hero-section .ee-hero-stat strong {
    font-size: 16px;
  }

  #top .hero-section .ee-hero-stat span {
    font-size: 11px;
  }
}

/**************************************
   Vstup europa and icon boxes 2x2
**************************************/
#top .vstup-europa-section .content {
  padding: 80px 0 !important;
}

.vstup-europa-section .av-section-color-overlay {
  background-size: 1000px !important;
  background-repeat: no-repeat !important;
  background-position: -5% 50% !important;
  opacity: 1 !important;
}

.vstup-europa-section .av-special-heading h2 {
    font-size: clamp(1.625rem, 1.1635rem + 2.0513vw, 3.625rem) !important;
    color: #121c2f !important;
    font-weight: 700 !important;
}

.vstup-europa-section .av-subheading p {
  font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
  color: #121c2f !important;
  font-weight: 400 !important;
  padding-top: 30px;
}

.red-line-decoration .hr-inner {
  border-top-width: 9px;
}

.vstup-europa-section .avia_textblock p {
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
  line-height: clamp(28px, 2.4vw, 38px);
  color: #313131 !important;
  font-weight: 400 !important;
} 

#top .vstup-europa-section .first-col {
  width: 40% !important;
}

#top .vstup-europa-section .vstup-eu-col {
  font-size: 0 !important;
}

#top .vstup-europa-section .vstup-eu-col .vstup-box {
  display: inline-block !important;
  vertical-align: top !important;

  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;

  margin: 0 16px 16px 0 !important;
  clear: none !important;
  float: none !important;

  background: #fefefe !important;
  border-radius: 10px;
  padding: 40px 25px;
  min-height: clamp(210px, 18vw, 260px);
  text-align: left !important;

  font-size: 14px !important;
}

#top .vstup-europa-section .vstup-eu-col .vstup-box:nth-of-type(2n) {
  margin-right: 0 !important;
}

#top .vstup-europa-section .vstup-box.iconbox,
#top .vstup-europa-section .vstup-box.iconbox_top {
  margin-top: 0 !important;
  clear: none !important;
}

#top .vstup-europa-section .vstup-box .iconbox_content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#top .vstup-europa-section .vstup-box .entry-content-header {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#top .vstup-europa-section .vstup-box .iconbox_icon {
  position: static !important;
  display: block !important;
  float: none !important;
  width: clamp(55px, 4vw, 79px) !important;
  height: clamp(55px, 4vw, 79px) !important;
  margin: 0 auto 24px auto !important;
  padding: 0 0 20px 0 !important;
  background: transparent !important;
  border: none !important;
  line-height: 1 !important;
}

#top .vstup-europa-section .vstup-box .iconbox_icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin-top: 0 !important;
}

#top .vstup-europa-section .vstup-box .iconbox_content_title {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: clamp(19px, 1.2vw, 22px);
  line-height: 1.25;
  font-weight: 700;
  color: #121c2f !important;
  text-align: left !important;
  text-transform: none;
  min-height: 50px;
}

#top .vstup-europa-section .vstup-box .iconbox_content_container,
#top .vstup-europa-section .vstup-box .iconbox_content_container p {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: clamp(15px, 0.95vw, 17px);
  line-height: 1.55;
  font-weight: 400;
  color: #5a5a5b !important;
  text-align: left !important;
  min-height: 90px;
}

#top .vstup-europa-section .vstup-box footer {
  display: none !important;
}

@media only screen and (max-width: 989px) {
#top .vstup-europa-section .vstup-eu-col .vstup-box {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    min-height: auto !important;
    padding: 20px 30px 20px 30px !important;
  }
}


@media only screen and (max-width: 767px) {
  #top .vstup-europa-section .first-col {
    width: 100% !important;
  }
  .vstup-europa-section .av-section-color-overlay {
    background-size: 1200px !important;
    background-position: 50% 50% !important;
  }
    #top .vstup-europa-section .vstup-eu-col {
    font-size: initial !important;
  }
  #top .vstup-europa-section .vstup-eu-col .vstup-box {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    min-height: auto !important;
    padding: 30px !important;
  }
  #top .vstup-europa-section .vstup-box .iconbox_content_title {
    min-height: auto;
}

#top .vstup-europa-section .vstup-box .iconbox_content_container,
#top .vstup-europa-section .vstup-box .iconbox_content_container p {
    min-height: auto;
}
  .vstup-europa-section .red-line-decoration {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

}

/*.  financovanie-section  */

.financovanie-section .content {
  padding: 80px 0 !important;
}

.financovanie-section .av-special-heading h2 {
    font-size: clamp(1.5rem, 1.1971rem + 1.3462vw, 2.8125rem) !important;
    color: #121c2f !important;
    font-weight: 700 !important;
    padding-bottom: 30px;
}

.financovanie-section .flex_column_table {
  margin-top: 2% !important;
}

.financovanie-section .financovanie-col {
  background-color: #edeff0 !important;
  border-radius: 20px;
  padding: 60px 40px 60px 40px !important;
}

.financovanie-section .financovanie-col .av_font_icon svg {
  height: clamp(62px, 4vw, 88px) !important;
  width: clamp(62px, 4vw, 88px) !important;
}

.financovanie-section .financovanie-col .av-special-heading h3 {
  color: #121c2f !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.financovanie-section .financovanie-col .avia_textblock p {
  color: #5a5a5b !important;
  font-size: 17px !important;
  line-height: 23px;
  font-weight: 400 !important;
  padding-right: 50px;
}


/* SVG draw animation loop */
/* #top .vstup-europa-section .vstup-box .iconbox_icon svg path {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: euroentryDrawIconLoop 4s ease-in-out infinite;
}

#top .vstup-europa-section .vstup-box .iconbox_icon svg path:nth-of-type(2) {
  animation-delay: 0.15s;
}

#top .vstup-europa-section .vstup-box .iconbox_icon svg path:nth-of-type(3) {
  animation-delay: 0.3s;
}

#top .vstup-europa-section .vstup-box .iconbox_icon svg path:nth-of-type(4) {
  animation-delay: 0.45s;
}

@keyframes euroentryDrawIconLoop {
  0% {
    stroke-dashoffset: 1200;
    opacity: 1;
  }

  45% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  75% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 1200;
    opacity: 1;
  }
} */
/*****************/

@media only screen and (max-width: 1180px) {
  .financovanie-section .financovanie-col {
    padding: 30px 20px 40px 20px !important;
  }
  .financovanie-section .financovanie-col .avia_textblock p {
    padding-right: 0 !important;
  }
  .financovanie-section .financovanie-col .av-special-heading h3 {
    min-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .financovanie-section .financovanie-col {
    padding: 30px !important;
  }
  .financovanie-section .financovanie-col .av-special-heading h3 {
    min-height: auto;
  }
  .financovanie-section .financovanie-col .av-special-heading {
    margin-top: 20px !important;
  }
}


/********** sluzby-section ************/
.sluzby-section .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sluzby-section .av-section-color-overlay {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  opacity: 0.161 !important;
  background-size: 1660px !important;
  background-position: 50% 30% !important;
}

.sluzby-section .av-special-heading h2 {
  font-size: clamp(1.5rem, 1.0625rem + 1.9444vw, 2.8125rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  padding-bottom: 10px;
}

.sluzby-section .avia_textblock p {
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
  line-height: clamp(28px, 2.4vw, 38px);
  color: #d1d1d1 !important;
  font-weight: 400 !important;
  padding-right: 20%;
}

.sluzby-section .sluzba-col {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  gap: 0 !important;
  background: #fefefe !important;
  border-radius: 8px;
  padding: 18px 26px !important;
  min-height: 142px;
  margin-bottom: 18px !important;
  margin-top: 4% !important;
}

.sluzby-section .flex_column_table {
  margin-top: 0 !important;
}

.sluzby-section .sluzba-cislo {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9da;
}

.sluzby-section .sluzba-cislo p {
  margin: 0 !important;
  font-size: 28px;
  line-height: 1;
  font-weight: 700 !important;
  color: #121c2f !important;
  padding-right: 0 !important;
}

.sluzby-section .sluzba-text {
  flex: 1;
  margin: 0 !important;
  padding-left: 40px;
}

.sluzby-section .sluzba-text h3 {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #121c2f !important;
}

.sluzby-section .sluzba-text .av-subheading,
.sluzby-section .sluzba-text .av-subheading p {
  margin: 0 !important;
  padding: 0 !important;

  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #5a5a5b !important;
}

.sluzby-section .sluzba-text .special-heading-border {
  display: none !important;
}

@media only screen and (max-width: 989px) {
  .sluzby-section .sluzba-text {
    padding-left: 20px;
  }
}


@media only screen and (max-width: 767px) {
  .sluzby-section .av-section-color-overlay {
    background-position: 50% 6% !important;
  }

  .sluzby-section .sluzba-col {
    gap: 16px !important;
    padding: 16px 18px !important;
  }

  .sluzby-section .sluzba-cislo {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
  }  

  .sluzby-section .sluzba-cislo p {
    font-size: 22px;
  }

  .sluzby-section .sluzba-text {
    padding-left: 10px;
  }

  .sluzby-section .avia-button-wrap {
    margin-top: 30px !important;
  }
}

/**************** Preco my section ********/
#top .preco-my-section .financovanie-col {
  background-color: #fefefe !important;
  border-radius: 0 !important;
}

#top .preco-my-section .av-special-heading h2 {
  padding-bottom: 0;
}

#top .preco-my-section .av-special-heading .av-subheading p {
  font-size: clamp(1.375rem, 1.2917rem + 0.3704vw, 1.625rem) !important;
  line-height: clamp(28px, 2.4vw, 38px);
  color: #121c2f !important;
  padding-top: 20px;
}

#top .preco-my-section .avia_textblock p  {
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
    line-height: clamp(28px, 2.4vw, 38px);
  color: #313131;
}

#top .preco-my-section .financovanie-col .avia_textblock p  {
    font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem) !important;
    line-height: clamp(26px, 2.4vw, 30px);
}


/********** Pre koho sme tu ************/
#top .pre-koho-section .content {
  padding: 80px 0 !important;
}

#top .pre-koho-section .av-subheading p {
  font-weight: 700 !important;
  padding-top: 20px !important;
}

#top .pre-koho-section .avia_textblock strong {
  color: #313131 !important;
  font-weight: 700 !important;
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem) !important;
}

#top .pre-koho-section .vstup-box .iconbox_content_container p {
  font-size: 15px !important;
}


#top .pre-koho-section .pre-koho-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  align-items: flex-start;
}

#top .pre-koho-section .pre-koho-flag-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: calc(25% - 33px);
}

#top .pre-koho-section .pre-koho-flag-item strong {
  color: #313131 !important;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  min-height: 45px;
}

#top .pre-koho-section .pre-koho-flag-item img {
  display: block;
  width: 105px;
  max-width: 100%;
  height: auto;
}

#top .pre-koho-section .vstup-box .iconbox_icon {
  width: clamp(42px, 4vw, 55px) !important;
    height: clamp(42px, 4vw, 55px) !important;
}

@media only screen and (max-width: 989px) {
  #top .pre-koho-section .pre-koho-flags {
    gap: 34px 40px;
  }

  #top .pre-koho-section .pre-koho-flag-item {
    width: calc(50% - 20px);
  }

  #top .pre-koho-section .pre-koho-flag-item strong {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  #top .pre-koho-section .pre-koho-flags {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #top .pre-koho-section .pre-koho-flags {
    gap: 28px;
  }

  #top .pre-koho-section .pre-koho-flag-item img {
    width: 90px;
  }
}

/********** Kroky section ************/

#top .kroky-section .content {
  padding: 80px 0 !important;
}

#top .kroky-section .av-special-heading {
  margin-top: 0 !important;
}

#top .kroky-section .av-special-heading h2 {
  font-size: clamp(1.5rem, 1.0625rem + 1.9444vw, 2.8125rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  padding-bottom: 20px;
}

#top .kroky-section .av-subheading p {
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
  line-height: clamp(28px, 2.4vw, 38px);
  color: #aeacab !important;
  font-weight: 500 !important;
  padding-right: 20%;
}

#top .kroky-section .kroky-col {
  background-color: #0b162d !important;
  border-radius: 12px !important;
  padding: 20px 30px 40px 30px !important;
}

#top .kroky-section .kroky-col .num-text p {
  color: #b92025 !important;
  font-size: 47px !important;
  font-weight: 700 !important;
}

#top .kroky-section .kroky-col .sub-text p {
  color: #a8a8a8 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: -15px !important;
}

#top .kroky-section .kroky-col .av-special-heading h3 {
  font-size: 22px !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  padding-bottom: 25px !important;
}

#top .kroky-section .kroky-col .av-special-heading .av-subheading p {
  font-size: 18px !important;
  color: #d2d0d0 !important;
  font-weight: 400 !important;
  padding-right: 0 !important;
  line-height: clamp(26px, 2.4vw, 32px);
}

@media only screen and (max-width: 1180px) {
  #top .kroky-section .flex_column_table {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    width: 100% !important;
  }
  #top .kroky-section .av-flex-placeholder {
    display: none !important;
  }
  #top .kroky-section .kroky-col {
    display: block !important;
    float: none !important;
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    margin: 0 !important;
    clear: none !important;
  }
}

@media only screen and (max-width: 767px) {

  #top .kroky-section .flex_column_table {
    display: block !important;
  }

  #top .kroky-section .av-flex-placeholder {
    display: none !important;
  }

  #top .kroky-section .kroky-col {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }
}

/**************** Red section ********/
.red-section .content {
  padding: 40px 0 !important;
}

.red-section .av-special-heading h2 {
  font-size: clamp(1.5625rem, 1.4183rem + 0.641vw, 2.1875rem) !important;
  text-transform: uppercase !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding-bottom: 15px !important;
}

.red-section .av-special-heading .av-subheading p {
  font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem) !important;
  color: #e2e3e5 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.red-section .av-flex-placeholder {
  background-color: #d6333a !important;
  width: 0.3% !important;
}

@media only screen and (max-width: 1180px) {
  #top .red-section .flex_column_table {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    width: 100% !important;
  }
  #top .red-section .av-flex-placeholder {
    display: none !important;
  }
  #top .red-section .red-col {
    display: block !important;
    float: none !important;
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    margin: 0 !important;
    clear: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
   /* vertikálna čiara v strede */
  #top .red-section .flex_column_table::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 2px;
    height: 80%;
    background-color: #d6333a;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  /* horizontálna čiara v strede */
  #top .red-section .flex_column_table::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d6333a;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
}

/**************** Preco prave my section ********/
.preco-my-section .content {
  padding: 80px 0 !important;
}

.preco-my-section .av-special-heading h2 {
    font-size: clamp(1.625rem, 1.1635rem + 2.0513vw, 3.625rem) !important;
    color: #121c2f !important;
    font-weight: 700 !important;
}

.preco-my-section .av-subheading p {
    font-weight: 700 !important;
    padding-top: 20px !important;
}

.preco-my-section .avia_textblock p {
    font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
    line-height: clamp(28px, 2.4vw, 38px);
    color: #313131 !important;
    font-weight: 400 !important;
}

.preco-my-section .avia_textblock strong {
    color: #313131 !important;
}

.preco-my-section .preco-my-col {
   border-radius: 12px !important;
   background-color: #fefefe !important;
   padding: 50px 0 !important;
}

.preco-my-section .av_font_icon svg {
    height: clamp(62px, 4vw, 88px) !important;
    width: clamp(62px, 4vw, 88px) !important;
}

.preco-my-section .preco-my-col .av-special-heading h3 {
  background-color: #b92025 !important;
    padding: 15px 30px !important;
    max-width: 180px !important;
    border-radius: 0 5px 5px 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fefefe !important;
}

#top .preco-my-section .preco-my-col .avia_textblock p {
  font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem) !important;
  line-height: clamp(26px, 2.4vw, 30px) !important;
  color: #5a5a5b !important;
  font-weight: 400 !important;
  padding-left: 30px !important;
  padding-right: 20px !important;
}

/**************** Kontakt section ********/
.kontakt-section .content {
  padding: 80px 0 !important;
}

.kontakt-section .av-special-heading h2 {
  padding-bottom: 20px;
  font-size: clamp(1.5rem, 1.2404rem + 1.1538vw, 2.625rem) !important;
  color: #fefefe !important;
  font-weight: 700 !important;
}

.kontakt-section .avia_textblock p,
.kontakt-section .avia_textblock li {
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
  line-height: clamp(28px, 2.4vw, 38px);
  color: #c8c8c9 !important;
  font-weight: 400;
}

.kontakt-section .avia_textblock ul {
  margin-left: 0 !important;
}

.kontakt-section .avia_textblock ul li {
  padding-left: 20px !important;
}



#top .kontakt-section .ee-contact-form {
  background: #edeff0;
  border-radius: 11px;
  padding: clamp(30px, 4vw, 40px);
}

#top .kontakt-section .ee-contact-form .ee-form-row {
  display: flex;
  gap: 34px;
  margin-bottom: 20px;
}

#top .kontakt-section .ee-contact-form .ee-form-field {
  width: 50%;
}

#top .kontakt-section .ee-contact-form .ee-form-row-full .ee-form-field {
  width: 100%;
}

#top .kontakt-section .ee-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #121c2f;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7067rem + 0.1923vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.3;
}

#top .kontakt-section .ee-contact-form input[type="text"],
#top .kontakt-section .ee-contact-form input[type="email"],
#top .kontakt-section .ee-contact-form textarea {
  width: 100%;
  min-height: 43px;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  background: #fefefe;
  color: #121c2f;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  padding: 8px 12px;
  box-shadow: none;
  margin-bottom: 0 !important;
}

#top .kontakt-section .ee-contact-form textarea {
  height: 155px;
  resize: vertical;
}

#top .kontakt-section .ee-contact-form input:focus,
#top .kontakt-section .ee-contact-form textarea:focus {
  border-color: #b92025;
  outline: none;
}

#top .kontakt-section .ee-contact-form .wpcf7-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 3.5px solid #b92025 !important;
  border-radius: 9px;
  background: #b92025 !important;
  color: #fefefe !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

#top .kontakt-section .ee-contact-form .wpcf7-submit:hover {
  background: #121c2f !important;
  color: #fefefe !important;
    border: 3.5px solid #121c2f !important;

}

#top .kontakt-section .ee-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #b92025;
}

#top .kontakt-section .ee-contact-form .wpcf7-response-output {
  margin: 18px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 6px;
  font-size: 14px;
}

#top .kontakt-section .wpcf7 form .wpcf7-response-output {
  color: #fefefe !important;
}

/* Hide CF7 anti-spam fake fields */
#top .kontakt-section .ee-contact-form input.fit-the-fullspace,
#top .kontakt-section .ee-contact-form .fit-the-fullspace {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}

/* Fix CF7 auto paragraphs/br */
#top .kontakt-section .ee-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}

#top .kontakt-section .ee-contact-form br {
  display: none !important;
}

@media only screen and (max-width: 1080px) {
  #top .kontakt-section .ee-contact-form .ee-form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  #top .kontakt-section .ee-contact-form .ee-form-field {
    width: 100%;
    margin-bottom: 18px;
  }

  #top .kontakt-section .ee-contact-form textarea {
    min-height: 120px;
  }
}

