@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Söhne-Buch";
  src: url(/templates/freedu/scss/abstracts/fonts/desktop/Söhne-Buch.otf) format("opentype");
}
@font-face {
  font-family: "Söhne-Halbfett";
  src: url(/templates/freedu/scss/abstracts/fonts/desktop/Söhne-Halbfett.otf) format("opentype");
}
@font-face {
  font-family: "TheFuture-Medium";
  src: url(/templates/freedu/scss/abstracts/fonts/desktop/TheFuture-Medium.otf) format("opentype");
}
@font-face {
  font-family: "TheFuture-Regular";
  src: url(/templates/freedu/scss/abstracts/fonts/desktop/TheFuture-Regular.otf) format("opentype");
}
::-moz-placeholder {
  color: gray;
  font-size: 1.6rem;
}
::placeholder {
  color: gray;
  font-size: 1.6rem;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 1.5rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #DAF3FF;
  border-radius: 2rem;
  border: 3px solid white;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:root {
  --modra-100: #22B4F9;
  --modra-80: #4EC3FA;
  --modra-60: #7AD2FB;
  --modra-40: #A7E1FD;
  --modra-20: #D3F0FE;
  --modra-10: #E9F7FE;
  --zelena-100: #8BE0A2;
  --zelena-80: #A2E6B5;
  --zelena-60: #B9ECC7;
  --zelena-40: #D1F3DA;
  --zelena-20: #E8F9EC;
  --fialova-100: #9999FF;
  --fialova-80: #ADADFF;
  --fialova-60: #C2C2FF;
  --fialova-40: #D6D6FF;
  --fialova-20: #EBEBFF;
  --siva-100: #A7A6A5;
  --siva-80: #B9B8B7;
  --siva-60: #CACAC9;
  --siva-40: #DCDBDB;
  --siva-20: #EDEDED;
  --siva-10: #F6F6F6;
  --zlta-100: #FCF875;
  --zlta-80: #FDF991;
  --zlta-60: #FDFBAC;
  --zlta-40: #FEFCC8;
  --zlta-20: #FEFEE3;
  --okrova-100: #D2A162;
  --okrova-80: #DBB481;
  --okrova-60: #E4C7A1;
  --okrova-40: #EDD9C0;
  --okrova-20: #F6ECE0;
  --tehlova-100: #D77C5B;
  --tehlova-80: #DF967C;
  --tehlova-60: #E7B09D;
  --tehlova-40: #EFCBBD;
  --tehlova-20: #F7E5DE;
  --ruzova-100: #C9597E;
  --ruzova-80: #D47A98;
  --ruzova-60: #DF9BB2;
  --ruzova-40: #E9BDCB;
  --ruzova-20: #F4DEE5;
  --cierna-100: #000;
  --cierna-80: #222;
  --biela-100: #fff;
}

.metismenu {
  padding-left: 0;
}
.metismenu.mod-menu {
  margin: 0;
  gap: 2rem;
}
.metismenu.mod-menu .metismenu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
}
.metismenu.mod-menu .metismenu-item.level-2 {
  font-weight: normal;
}
.metismenu.mod-menu .metismenu-item.active {
  font-weight: bold;
}
.metismenu.mod-menu .metismenu-item.parent {
  position: relative;
}
.metismenu.mod-menu .metismenu-item > ul {
  position: absolute;
  top: 100%;
  z-index: 1001;
  display: block;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 0.5em hsla(0, 0%, 0%, 0.1);
}
.metismenu.mod-menu .metismenu-item > ul a {
  height: 24px;
}
.metismenu.mod-menu .metismenu-item li {
  margin-right: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.metismenu.mod-menu .metismenu-item li:hover {
  color: #000000;
}
.metismenu.mod-menu .mm-collapsing {
  height: 0;
  overflow: hidden;
  transition-duration: 0.0000000001s;
  transition-property: color, background-color, height, visibility;
}
.metismenu.mod-menu .mm-collapse {
  left: 0;
  position: absolute;
  background-color: hsl(0, 0%, 100%);
}
.metismenu.mod-menu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu.mod-menu .mm-toggler {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  left: 5px;
  bottom: 4px;
  color: currentColor;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  transform-origin: center;
}
.metismenu.mod-menu .mm-toggler:not(.mm-collapsed) {
  transition: transform 0.3s ease-out;
  transform: rotate(-180deg);
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) {
  margin: 2.4rem 0 2rem 0;
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) .level-2,
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) .level-3 {
  margin-left: 1rem;
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) a {
  color: #222;
  display: flex;
  height: 3rem;
  font-family: "Söhne-Buch", Arial, serif;
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #7ad2fb;
  transition: width 0.3s ease;
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) a:hover::after {
  width: 100%;
}
.metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) .mm-toggler {
  color: #222;
}
@media (max-width: 1350px) {
  .metismenu.mod-menu {
    font-size: 1.4rem;
  }
  .metismenu.mod-menu .metismenu-item.item-725,
  .metismenu.mod-menu .metismenu-item.item-532 {
    padding-left: 0;
  }
  .metismenu.mod-menu .metismenu-item.item-725 a,
  .metismenu.mod-menu .metismenu-item.item-532 a {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .metismenu.mod-menu {
    width: 100%;
    border-bottom: 4px solid #7cd4ff;
    flex-direction: column;
    background-color: white;
    gap: 0;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .metismenu.mod-menu .mm-toggler {
    left: 0;
    bottom: 0;
  }
  .metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) {
    margin: 2.4rem 0 1rem 0;
  }
  .metismenu.mod-menu .metismenu-item:not(.item-532, .item-725) .mm-toggler {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .metismenu.mod-menu .metismenu-item.item-725, .metismenu.mod-menu .metismenu-item.item-532 {
    padding: 8px 0;
    margin-left: 0;
  }
  .metismenu.mod-menu .metismenu-item.item-725 a, .metismenu.mod-menu .metismenu-item.item-532 a {
    width: 100%;
    justify-content: center;
  }
}

.mm-collapsed {
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}

.header-wide-button {
  background-color: var(--modra-60);
  border-radius: 0.6rem;
  border-style: none;
  height: 4.8rem;
  display: inline-block;
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.4rem 2.4rem;
  color: #000;
}

.btn-primary {
  width: 100%;
  margin-top: 1rem;
  background-color: var(--modra-60);
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 24px;
  border: none;
  border-radius: 5px;
  height: 4.4rem;
  transition: 0.3s;
}

.btn-primary:hover {
  filter: brightness(95%);
}

.container-footer {
  min-width: 100%;
  padding: 80px 0;
  background-color: #222;
  color: #fff;
}
@media (max-width: 475px) {
  .container-footer {
    width: 576px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .container-footer {
    padding: 48px 0 !important;
  }
}

@media (max-width: 475px) {
  .footer .mod-menu {
    max-width: 100%;
    width: 576rem;
    padding: 0;
    display: inline-block;
  }
}
.footer .grid-child {
  font-family: "Söhne-Buch", Arial, serif;
  margin: 0 auto;
  width: 133.12rem;
  max-width: 100%;
  display: flex;
}
@media (max-width: 475px) {
  .footer .grid-child {
    width: 576px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.footer .grid-child .acym_module {
  flex: 0 0 50rem; /* Fixná šírka 50rem */
  max-width: 50rem;
}
.footer .grid-child .acym_module .acym_module_form label {
  cursor: default;
}
.footer .grid-child ul {
  display: block !important;
  margin: 0;
  color: white;
}
@media (max-width: 576px) {
  .footer .grid-child ul {
    padding: 0 1rem;
    margin-top: 2rem;
  }
}
.footer .grid-child ul li {
  margin-bottom: 25px;
}
.footer .grid-child ul li a {
  color: white;
  text-decoration: none;
}
.footer .grid-child .acym__user__edit__email {
  margin: 12px;
  width: 33.6rem;
  height: 2.2rem !important;
  border-radius: 0.5rem;
  border: none;
  background-color: #fff;
}
.footer .grid-child .acysubbuttons {
  width: 118px;
  height: 4.8rem;
  opacity: 100%;
  border: 1px solid white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .footer .grid-child .acysubbuttons {
    width: 100%;
  }
}
.footer .grid-child .acysubbuttons input {
  all: unset;
  display: inline-block;
  cursor: pointer;
}
.footer .grid-child .fieldacyterms *:not(input) {
  font-size: 1.2rem;
  display: inline-block;
}
.footer .grid-child .fieldacyterms a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.footer .grid-child .checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 20%;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #333;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-right: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.footer .grid-child .checkbox:checked {
  background-color: #007bff;
  border-color: #0056b3;
}
.footer .grid-child .checkbox:checked::after {
  content: "X";
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .grid-child .mod-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .footer .grid-child {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .grid-child {
    flex-wrap: wrap;
  }
  .footer .grid-child .acym_module {
    width: 100%;
    max-width: unset;
    flex: unset;
    margin-bottom: 2rem;
  }
  .footer .grid-child .mod-list {
    width: 33.3%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .footer .grid-child .mod-list {
    width: 100%;
  }
}
.footer .grid-child:nth-of-type(2) {
  border-top: 1px solid white;
  width: 133.12rem;
  margin: 80px auto 0 auto;
  padding-bottom: 10px;
  padding-top: 3rem;
  font-size: 1rem;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.2rem;
  width: 132.6rem;
  max-width: 100%;
  margin: 1rem auto 0 auto;
  padding: 1rem 0;
}

.brand-logo img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 475px) {
  .brand-logo img {
    width: 130%;
  }
}
@media (max-width: 1250px) {
  .brand-logo img {
    max-width: 200px;
  }
}

.grid-child img[src="http://homefreedu/images/freedu/logo/logo.svg"] {
  height: 4rem;
}
@media (max-width: 475px) {
  .grid-child {
    width: 576px;
    max-width: 100%;
  }
}

.mod-menu {
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.mod-menu .mm-collapse {
  width: 25rem;
  top: 3rem;
  left: -2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

ul.mm-collapse {
  border-color: var(--modra-100) !important;
  border-style: solid !important;
  border-width: 0.01rem;
}

.collapse ul {
  gap: 1.1rem;
}

@media (max-width: 576px) {
  .item-532 {
    margin: 2.4rem 0 1rem 2.15rem;
  }
}
.item-532 a {
  color: #222;
  display: flex;
  font-family: "Söhne-Buch", Arial, serif;
  border: 1px solid #222;
  margin-left: 2rem;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: bold;
  line-height: 150%;
  box-sizing: border-box;
  height: 40px !important;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .item-532 a {
    margin-bottom: 3rem;
    margin-left: 0;
  }
}

li {
  list-style-type: none;
}

.sidebar-left .mod-menu li:hover {
  background-color: rgba(30, 164, 227, 0.1);
}

.navbar-toggler {
  display: none;
}

.item-725 {
  color: #222;
  display: flex;
  font-family: "Söhne-Buch", Arial, serif;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: bold;
  line-height: 150%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .item-725 {
    margin-bottom: 3rem;
    padding: 0;
    margin-left: 0;
  }
}
.item-725 a {
  color: #222;
  display: flex;
  font-family: "Söhne-Buch", Arial, serif;
  border: 1px solid #222;
  margin-left: 2rem;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: bold;
  line-height: 150%;
  box-sizing: border-box;
  height: 39px;
}

@media screen and (max-width: 1100px) {
  .navbar-toggler {
    display: block;
  }
  .navbar .collapse.navbar-collapse {
    display: none;
  }
  .navbar .navbar-toggler {
    background-color: transparent;
    border: none;
    float: right;
    margin-right: 2rem;
  }
}
.metismenu-item a {
  position: relative;
  text-decoration: none;
}
.metismenu-item a:hover::after {
  width: 100%;
}

.admin-container {
  background-color: #f6f6f6;
  margin: 5.5rem auto 0 auto;
  display: flex;
  width: 100%;
}
.admin-container .container-sidebar-left {
  background-color: white;
  width: 31rem;
  padding-top: 1rem;
}
.admin-container .container-sidebar-left .child-wrapper {
  position: relative;
  display: flex;
  padding: 16px 24px;
  background-color: #F6ECE0;
  font-family: "TheFuture-Medium", Arial, serif;
}
.admin-container .container-sidebar-left .child-wrapper form {
  display: flex;
  align-items: center;
  width: 100%;
}
.admin-container .container-sidebar-left .child-wrapper .chosen-container {
  flex: 1;
}
.admin-container .container-sidebar-left .child-wrapper .chosen-drop {
  border: none;
  padding-top: 10px;
  background-color: #f6ece0;
}
.admin-container .container-sidebar-left .child-wrapper .chosen-single {
  background: none;
  border: none !important;
  box-shadow: none;
}
.admin-container .container-sidebar-left .child-wrapper .chosen-single div {
  margin-top: 3px;
}
.admin-container .container-sidebar-left .child-wrapper:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/freedu/icons/mix/dieta.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .card-body {
  margin-bottom: 0;
}
.admin-container .container-sidebar-left .sidebar-left .mod-menu.mod-list {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px !important;
  margin: 30px 0;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item {
  padding: 0 !important;
  border-radius: 5px;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item a {
  display: flex !important;
  gap: 12px;
  width: 100%;
  padding: 12px !important;
  text-align: left;
  font-family: "TheFuture-Regular", Arial, serif;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-119 a:before {
  background: url("/images/freedu/icons/mix/lessons-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-119 img {
  display: none;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-781 a:before {
  background: url("/images/freedu/icons/mix/home-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-813 a:before {
  background: url("/images/freedu/icons/mix/folder-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-644 a:before {
  background: url("/images/freedu/icons/mix/courses-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-693 a:before {
  background: url("/images/freedu/icons/mix/hand-v-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-153 a:before {
  background: url("/images/freedu/icons/mix/money-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-153 img {
  display: none;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-694 a:before {
  background: url("/images/freedu/icons/mix/feedback-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.item-726 a:before {
  background: url("/images/freedu/icons/mix/payments-icon.svg") no-repeat center;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.current {
  background-color: #E9F7FE !important;
  font-family: "TheFuture-Medium", Arial, serif;
}
.admin-container .container-sidebar-left .sidebar-left .nav-item.current a:before {
  filter: invert(52%) sepia(96%) saturate(2316%) hue-rotate(181deg) brightness(99%) contrast(99%);
}
.admin-container .container-sidebar-left .sidebar-left .nav-item:hover a:before {
  filter: invert(52%) sepia(96%) saturate(2316%) hue-rotate(181deg) brightness(99%) contrast(99%);
}
.admin-container .admin-container-content {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  flex: 1;
}
.admin-container .admin-container-content main {
  width: 100%;
}
.admin-container .admin-content-header {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .admin-container {
    flex-direction: column;
  }
  .admin-container .container-sidebar-left {
    width: 100%;
    padding: 1rem 1rem 0 1rem;
    margin-top: 1rem;
  }
  .admin-container .admin-container-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .admin-container .admin-container-content main {
    margin: 0;
  }
  .admin-container .courses-list .parent {
    flex-direction: column;
  }
}

.article-single-page {
  gap: 80px;
}
.article-single-page .left-column {
  width: 420px;
  flex-shrink: 0;
}
.article-single-page .newsletter {
  margin: 48px 0;
}
.article-single-page .newsletter .consent-wrapper {
  display: flex;
  margin-top: 0;
}
.article-single-page .newsletter .consent-wrapper input {
  width: 18px !important;
  min-width: 18px;
  margin-right: 10px;
}
.article-single-page .right-column {
  flex: 1;
}
.article-single-page .right-column .category a {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.article-single-page .akademia-newsletter-image {
  display: none;
}
.article-single-page .akademia-newsletter-wrapper .akademia-newsletter-content {
  padding: 20px;
}
.article-single-page .akademia-newsletter-wrapper .akademia-newsletter-content .title {
  font-size: 18px;
  margin-bottom: 16px;
}
.article-single-page .akademia-newsletter-wrapper .akademia-newsletter-content input {
  width: 100%;
  max-width: 100%;
}
.article-single-page .akademia-newsletter-wrapper .akademia-newsletter-content input.button {
  margin: 16px 0;
}
.article-single-page .akademia-newsletter-wrapper .newsletter-input-fields {
  gap: 0;
  flex-direction: column;
}
.article-single-page .authors-widget {
  margin-bottom: 16px;
}
.article-single-page .authors-widget .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.article-single-page .authors-widget .author-image {
  margin-right: 16px;
}
.article-single-page .authors-widget .author-image img {
  border-radius: 50%;
}
.article-single-page .authors-widget .author-meta {
  display: flex;
  flex-direction: column;
  line-height: 2.4rem;
}
.article-single-page .authors-widget .author-single {
  display: flex;
  align-items: center;
}
.article-single-page .authors-widget .author-single .name {
  font-weight: bold;
}
.article-single-page .share {
  margin-top: 32px;
}
.article-single-page .share .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.article-single-page .article-header .title {
  font-size: 4.8rem;
  line-height: 120%;
}
.article-single-page .article-body p {
  font-size: 1.8rem;
  line-height: 150%;
}
.article-single-page .article-body p img {
  max-width: 100%;
  height: auto !important;
  padding: 10px;
  margin: 0 !important;
}
@media (max-width: 1320px) {
  .article-single-page {
    padding: 0 1rem;
    gap: 40px;
  }
  .article-single-page .left-column {
    flex-shrink: unset;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .article-single-page {
    flex-direction: column-reverse;
    margin-top: 64px;
  }
  .article-single-page .newsletter {
    display: none;
  }
  .article-single-page .article-header .title {
    font-size: 3.6rem;
  }
  .article-single-page .article-body p {
    font-size: 1.6rem;
  }
}

.gdpr {
  width: 100rem;
  max-width: 100%;
  margin: 8rem auto;
  background-color: white;
  border: 1px solid var(--siva-60);
  border-radius: 5px;
  padding: 1.5rem;
}
.gdpr h2 {
  font-size: 52px;
  text-align: center;
}
.gdpr h4 {
  font-size: 20px;
  background: rgb(222, 244, 255);
  background: linear-gradient(90deg, rgb(222, 244, 255) 0%, rgb(255, 255, 255) 100%);
  border-radius: 5px;
  max-width: 100%;
  padding: 5px;
}

.blog-wrapper {
  width: 100%;
  max-width: 100%;
}
.blog-wrapper .blog-items {
  display: grid;
  gap: 32px;
}
.blog-wrapper .blog-items.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.blog-wrapper .items-leading {
  margin-bottom: 5.5rem;
}
.blog-wrapper .items-leading .blog-item {
  display: flex;
}
.blog-wrapper .items-leading .blog-item h2 {
  font-size: 38px;
}
.blog-wrapper .items-leading .blog-item > .item-image {
  width: 50%;
}
.blog-wrapper .items-leading .blog-item > .item-image img {
  height: 100%;
  border-bottom-left-radius: 5px;
}
.blog-wrapper .items-leading .blog-item > .item-content {
  width: 50%;
}
.blog-wrapper .blog-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid var(--siva-20);
  border-radius: 5px;
}
.blog-wrapper .blog-item .item-image {
  margin: 0;
}
.blog-wrapper .blog-item .item-image img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.blog-wrapper .blog-item .author-image {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-wrapper .blog-item .created-by .name {
  padding-left: 58px;
  font-weight: bold;
}
.blog-wrapper .blog-item .create {
  padding-left: 58px;
  color: var(--siva-100);
  font-size: 12px;
}
.blog-wrapper .blog-item .item-content {
  position: relative;
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 80px;
  flex: 1;
}
.blog-wrapper .blog-item .item-content > .tags {
  display: none;
}
.blog-wrapper .blog-item .article-info {
  position: absolute;
  margin: 0;
  bottom: 24px;
}
.blog-wrapper .blog-item .article-info > dd {
  margin-left: 0;
}
.blog-wrapper .blog-item h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  margin-top: 0;
}
.blog-wrapper .blog-item h2 a {
  color: var(--cierna-80);
}
.blog-wrapper .blog-counter {
  text-align: center;
  margin-bottom: 20px;
}
.blog-wrapper .blog-pagination {
  margin-top: 3rem;
}
.blog-wrapper .blog-pagination ul.pagination {
  display: flex;
  justify-content: space-around;
  padding: 0;
  justify-self: center;
  width: 320px;
}
.blog-wrapper .blog-pagination ul.pagination a {
  color: var(--cierna-80);
  padding: 5px 14px;
  border-radius: 5px;
}
.blog-wrapper .blog-pagination ul.pagination a:hover {
  background-color: var(--modra-60);
}
.blog-wrapper .blog-pagination ul.pagination li.disabled {
  display: none;
}
.blog-wrapper .blog-pagination ul.pagination li.active a {
  background-color: var(--modra-60);
}
@media (max-width: 1320px) {
  .blog-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .blog-wrapper .blog-items.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-wrapper .items-leading .blog-item {
    flex-direction: column;
  }
  .blog-wrapper .items-leading .blog-item .item-image,
  .blog-wrapper .items-leading .blog-item .item-content {
    width: 100%;
  }
  .blog-wrapper .items-leading .blog-item h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .blog-wrapper .blog-pagination ul.pagination a {
    padding: 5px;
  }
}

.layout-blog .site-grid > .container-top-a .top-a .card-body {
  margin-bottom: 0;
}
.layout-blog .container-top-b .card-body {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .layout-blog .container-top-b .card-body {
    margin-bottom: 6.4rem;
  }
}

.bluebox-wrapper {
  padding: 112px 0;
  background-color: var(--modra-10);
  width: 100vw;
}
.bluebox-wrapper .bluebox-text-header {
  margin-bottom: 80px;
  width: 131.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bluebox-wrapper h2,
.bluebox-wrapper h2.title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 24px;
  width: 605px;
}
.bluebox-wrapper .title,
.bluebox-wrapper .toptitle {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  margin-top: 0;
}
.bluebox-wrapper .subtitle {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  width: 605px;
}
@media (max-width: 1320px) {
  .bluebox-wrapper {
    padding: 6.4rem 1rem;
    width: 100%;
  }
  .bluebox-wrapper .bluebox-text-header {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bluebox-wrapper .subtitle,
  .bluebox-wrapper h2,
  .bluebox-wrapper h2.title {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .bluebox-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4rem 1rem 0 1rem;
  }
  .bluebox-wrapper .bluebox-text-header {
    margin-bottom: 4.8rem;
  }
  .bluebox-wrapper h2,
  .bluebox-wrapper h2.title {
    max-width: 100%;
    width: 100%;
    font-size: 3.6rem;
  }
}

.bluebox-steps-content {
  max-width: 100%;
  margin: 0 auto;
  width: 131.2rem;
}
.bluebox-steps-content .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
.bluebox-steps-content .steps.has-3-columns {
  grid-template-columns: repeat(3, 1fr);
}
.bluebox-steps-content .steps .one-step img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.bluebox-steps-content .steps .one-step h3 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin: 24px 0 16px 0;
}
.bluebox-steps-content .steps .one-step p {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
}
.bluebox-steps-content .more-info {
  width: 210px;
  height: 48px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--cierna-100);
  font-weight: 600;
  font-size: 16px;
  font-family: "Söhne-Halbfett", Arial, serif;
}
@media (max-width: 1320px) {
  .bluebox-steps-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bluebox-steps-content .steps,
  .bluebox-steps-content .steps.has-3-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .bluebox-steps-content .more-info {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .bluebox-steps-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bluebox-steps-content .steps,
  .bluebox-steps-content .steps.has-3-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    margin-bottom: 4rem;
  }
  .bluebox-steps-content .steps .one-step,
  .bluebox-steps-content .steps.has-3-columns .one-step {
    width: 100%;
  }
  .bluebox-steps-content .steps .one-step h3,
  .bluebox-steps-content .steps.has-3-columns .one-step h3 {
    font-size: 2.4rem;
  }
  .bluebox-steps-content .steps .one-step p,
  .bluebox-steps-content .steps.has-3-columns .one-step p {
    margin-bottom: 1rem;
  }
  .bluebox-steps-content .steps .one-step img,
  .bluebox-steps-content .steps.has-3-columns .one-step img {
    max-width: 70px;
    max-height: 70px;
  }
  .bluebox-steps-content .more-info {
    width: 100%;
    margin-bottom: 2rem;
  }
}

._1_1_collage {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
@media (max-width: 576px) {
  ._1_1_collage {
    width: 100%;
  }
}
._1_1_collage ._1_1_grid-container {
  display: grid;
  grid-template-columns: 16.9rem 26rem 51.8rem 26rem 16.9rem;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 576px) {
  ._1_1_collage ._1_1_grid-container {
    grid-template-columns: 1fr 2fr 1fr; /* Tri stĺpce, druhý širší */
    gap: 8px; /* Prípadne uprav medzery medzi stĺpcami */
    width: 100%;
    /* Skrytie prvého a posledného elementu */
    /* Nastavenie špecifických pozícií pre grid-elementy */
  }
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element:nth-child(1),
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element:nth-last-child(1) {
    display: none;
  }
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element:nth-child(2) {
    grid-column: 1/2; /* Prvý element v prvom stĺpci */
    grid-row: 1; /* Umiestni do prvého riadku */
  }
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element:nth-child(3) {
    grid-column: 2/3; /* Druhý element v širšom stĺpci (2fr) */
    grid-row: 1; /* Umiestni do prvého riadku */
    margin-top: 4.3rem;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element:nth-child(4) {
    grid-column: 3/4; /* Tretí element v poslednom stĺpci */
    grid-row: 1; /* Umiestni do prvého riadku */
  }
  ._1_1_collage ._1_1_grid-container ._1_1_grid-element img {
    width: 100%; /* Šírka obrázku sa prispôsobí rodičovi */
    height: auto; /* Výška sa upraví podľa šírky a pomeru strán */
    -o-object-fit: cover;
       object-fit: cover; /* Zabezpečí, že obrázok vyplní kontajner, ale nezdeformuje sa */
  }
}
._1_1_collage ._1_1_middle-image:first-child {
  padding-top: 5.6rem;
}
._1_1_collage ._1_1_middle-image {
  padding-top: 1.4rem;
}
._1_1_collage ._1_1_back-image {
  padding-top: 14.6rem;
}

.holder {
  padding: 80px 0;
  background-color: var(--fialova-20);
}

#adminForm {
  width: 131.2rem;
  margin-right: auto;
  margin-left: auto;
}
#adminForm #locations {
  display: flex;
  gap: 20px;
}
#adminForm #locations .btn {
  padding: 8px 16px;
}
#adminForm .flexi-grid .year {
  display: grid;
  row-gap: 32px;
  -moz-column-gap: 38px;
       column-gap: 38px;
  grid-template-columns: repeat(2, 1fr);
}
#adminForm .flexi-grid .year .card {
  padding: 32px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1320px) {
  #adminForm {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #adminForm .flexi-grid .year {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  #adminForm {
    width: 100%;
  }
  #adminForm .flexi-grid {
    width: 100%;
  }
  #adminForm #locations {
    padding-top: 4rem;
    flex-direction: column;
  }
}

.fugo .holder {
  width: 100vw;
}
@media (max-width: 576px) {
  .fugo .holder {
    width: 100%;
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.fugo .holder form #locations {
  margin-bottom: 4.2rem !important;
  cursor: pointer;
}
.fugo .holder form #locations .selected {
  border-radius: 5px;
}
.fugo .holder form #locations .btn:hover {
  border-radius: 5px;
}
.fugo .holder form #locations .btn {
  padding: 5px 8px !important;
}
.fugo .holder form #locations .btn h3 {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.fugo .holder form .flexi-grid .year-label {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 3.2rem;
  padding-top: 3rem;
  font-size: 2.2rem;
}
.fugo .holder form .flexi-grid .choose-place {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  font-size: 3.3rem;
  margin-bottom: 3.2rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .fugo .holder form .flexi-grid .choose-place {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.fugo .holder form .flexi-grid .f-card {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid var(--siva-40);
  padding: 1.6em;
  height: -moz-fit-content;
  height: fit-content;
}
.fugo .holder form .flexi-grid .f-card .lessons {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.fugo .holder form .flexi-grid .f-card .title {
  margin: 0;
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 1rem;
}
.fugo .holder form .flexi-grid .f-card .icons .courses::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/courses.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.fugo .holder form .flexi-grid .f-card .icons .start_date::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/start_date.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.fugo .holder form .flexi-grid .f-card .icons .hours {
  font-family: "Söhne-Buch", Arial, serif;
}
.fugo .holder form .flexi-grid .f-card .icons .hours::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.7rem;
  background: url("/images/freedu/icons/mix/hours.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.fugo .holder form .flexi-grid .f-card .icons .online_offline {
  font-family: "Söhne-Buch", Arial, serif;
  margin-bottom: 1rem;
  display: block;
}
.fugo .holder form .flexi-grid .f-card .icons .online_offline::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/online_offline.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.fugo .holder form .flexi-grid .f-card .course-select .termin-options {
  border-radius: 5px;
  padding: 1.2rem;
  margin: 1rem 0;
  height: auto;
}
.fugo .holder form .flexi-grid .f-card .course-select .flex-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .fugo .holder form .flexi-grid .f-card .course-select .flex-column {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .fugo .holder form .flexi-grid .f-card .course-select .flex-column div:nth-child(1) {
    align-self: start;
    margin-bottom: 1rem;
  }
}
.fugo .holder form .flexi-grid .f-card .course-select .selected:not([data-value="0"]) {
  border-radius: 0.5rem;
  cursor: pointer;
}
.fugo .holder form .flexi-grid .f-card .course-select .option {
  position: relative;
  cursor: pointer;
}
.fugo .holder form .flexi-grid .f-card .course-select .option:first-of-type::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.8rem;
  background: url("/images/freedu/header/chevron_down/Chevron Down.svg") no-repeat center;
  background-size: contain;
  transform: translateY(2px);
  position: absolute; /* Aby sa umiestnil nezávisle od ostatného obsahu */
  top: -30%;
  right: 0;
  height: 2.8rem;
}
@media (max-width: 576px) {
  .fugo .holder form .flexi-grid .f-card .course-select .option:first-of-type::after {
    position: absolute; /* Aby sa umiestnil nezávisle od ostatného obsahu */
    top: -30%;
    right: 0;
    height: 2.8rem;
    transition: transform 0.3s ease-out; /* Preplyneme rotáciu */
    transform-origin: center;
  }
}
.fugo .holder form .flexi-grid .f-card .course-select .option .sh-highlight {
  font-family: "Söhne-Halbfett";
  display: block;
  font-weight: 900;
}
.fugo .holder form .flexi-grid .f-card .course-select .option .free-places {
  font-family: "Söhne-Halbfett", Arial, serif;
  padding: 0.8rem;
  border-radius: 0.5rem;
  background-color: #EDEDED;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .fugo .holder form .flexi-grid .f-card .course-select .option .free-places {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 2.5rem;
  }
}
.fugo .holder form .flexi-grid .f-card .course-select .option .lecture-box {
  padding: 1.5rem 1.5rem;
  margin: 2.5rem 0;
}
.fugo .holder form .flexi-grid .f-card .course-select .option .lecture-box:hover {
  border-radius: 0.5rem;
  cursor: pointer;
}
.fugo .holder form .flexi-grid .f-card .course-select .border:not(:first-child), .fugo .holder form .flexi-grid .f-card .course-select .border:not(:last-child) {
  display: block; /* Rozšíri div na plnú šírku */
  width: 100%; /* Nastaví šírku divu */
  height: 1px; /* Nastaví minimálnu výšku divu pre zobrazenie borderu */
  border-bottom: 1px solid var(--siva-40); /* Nastaví spodný border */
}
.fugo .holder form .flexi-grid .f-card .price {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 3.2rem;
}
.fugo .holder form .flexi-grid .f-card .hourprice {
  font-family: "Söhne-Buch", Arial, serif;
}
.fugo .holder form .flexi-grid .f-card .buy {
  width: 17.3rem;
  height: 4.8rem;
  padding: 1.2rem 2.4rem;
  border: none;
  border-radius: 0.8rem;
}
@media (max-width: 576px) {
  .fugo .holder form .flexi-grid .f-card .buy {
    min-width: 26rem;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 1320px) {
  .fugo .holder {
    width: 100%;
    padding: 60px 1rem;
  }
}

.cat-heading-wrapper {
  padding-top: 24px;
}
.cat-heading-wrapper h3 {
  display: block;
  font-size: 28px;
  line-height: 120%;
  margin: 1rem 0;
  color: #000;
  font-family: "TheFuture-Medium", Arial, serif;
  font-weight: normal;
}
.cat-heading-wrapper p {
  margin: 0;
  line-height: 150%;
  color: black;
}

.course-type-content {
  padding: 0 1.5rem;
}

.cat-subjects-wrapper {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cat-subjects-wrapper img {
  margin-right: 6px;
}

.cat-course-type-wrapper {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cat-course-type-wrapper span {
  display: inline-flex;
  background-color: var(--siva-20);
  border-radius: 5px;
  align-items: center;
  padding-right: 10px;
  margin: 5px 10px 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--siva-100);
}
.cat-course-type-wrapper span img {
  width: 18px;
  height: 18px;
  margin: 5px 10px;
}

.cat-selection-wrapper {
  color: var(--cierna-100);
  padding-bottom: 2.4rem;
}
.cat-selection-wrapper a {
  text-decoration: none;
  display: flex;
  color: #000;
}
.cat-selection-wrapper a p {
  margin: 0;
}

.course-type-image img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

@media (max-width: 991px) {
  .course-type-image img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (max-width: 576px) {
  .cat-heading-wrapper h3 {
    font-size: 24px;
  }
}
.courses-type .courses-type-grid {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3.2rem;
  height: 100%;
  width: 131.2rem;
  margin: 0 auto;
}
.courses-type .courses-type-header {
  text-align: center;
  margin-bottom: 8rem;
  font-family: "Söhne-Buch", Arial, serif;
}
.courses-type .courses-type-header h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 2.4rem;
}
.courses-type .courses-type-header p {
  font-family: "Söhne-Halbfett", Arial, serif;
}
.courses-type .course-type-item {
  display: flex;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}
.courses-type .course-type-content {
  width: 50% !important;
  position: relative;
}
.courses-type .course-type-image {
  width: 50%;
}
.courses-type .course-type-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 0;
}
@media (max-width: 1320px) {
  .courses-type .courses-type-grid,
  .courses-type .courses-type-header {
    padding: 0 1rem;
  }
}
@media (max-width: 1150px) {
  .courses-type .course-type-content {
    width: 60% !important;
  }
  .courses-type .course-type-image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .courses-type .courses-type-grid {
    grid-template-columns: 1fr;
  }
  .courses-type .course-type-content {
    width: 100% !important;
  }
  .courses-type .course-type-image {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .courses-type .course-type-item {
    flex-direction: column;
    height: auto !important;
  }
  .courses-type .courses-type-header h2 {
    font-size: 3.6rem;
  }
}

.catdescription {
  margin: 4rem auto 0 auto;
  margin: 0 auto;
}
.catdescription ._1_3_price-block-wrapper, .catdescription ._1_3_bg-wrapper {
  width: 131.2rem;
  margin: 0 auto;
}
@media (max-width: 475px) {
  .catdescription ._1_3_price-block-wrapper, .catdescription ._1_3_bg-wrapper {
    width: 100%;
  }
}

.douc-do-skoly-top.fifty-fifty-wrapper {
  align-items: center;
  margin-bottom: 80px;
}
.douc-do-skoly-top.fifty-fifty-wrapper .content-text-wrapper {
  padding-right: 48px;
}
.douc-do-skoly-top.fifty-fifty-wrapper .content-text-wrapper p {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 40px;
}
.douc-do-skoly-top.fifty-fifty-wrapper .content-text-wrapper .button {
  padding: 12px 55px;
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #7ad2fb;
  color: #000;
}
.douc-do-skoly-top.fifty-fifty-wrapper .content-type-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.douc-do-skoly-top.fifty-fifty-wrapper .content-type-icon-wrapper .course-type-icon {
  height: 29px;
  border-radius: 10%;
}
@media (max-width: 991px) {
  .douc-do-skoly-top.fifty-fifty-wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 576px) {
  .douc-do-skoly-top.fifty-fifty-wrapper {
    margin-bottom: 50px;
  }
  .douc-do-skoly-top.fifty-fifty-wrapper .content-text-wrapper {
    padding: 0;
  }
  .douc-do-skoly-top.fifty-fifty-wrapper .content-text-wrapper .button {
    width: 100%;
  }
}

.wide-widget-wrapper {
  padding: 80px 0;
  padding-bottom: 112px;
  width: 131.2rem;
  margin: 0 auto;
}
.wide-widget-wrapper .wide-widget-header {
  width: 115.6rem;
  text-align: center;
  margin: 0 auto 6rem auto;
}
.wide-widget-wrapper .wide-widget-header .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
.wide-widget-wrapper .wide-widget-header .subtitle {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.wide-widget-wrapper .wide-widget-content.has-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.wide-widget-wrapper .wide-widget-content-card {
  padding: 32px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdbdb;
}
.wide-widget-wrapper .wide-widget-content-card img {
  display: block;
  margin: 0 auto 16px auto;
  max-width: 100%; /* Zabezpečí, že sa nevytlačí z rodiča */
}
.wide-widget-wrapper .wide-widget-content-card .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 16px;
}
.wide-widget-wrapper .wide-widget-content-card .subtitle {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1320px) {
  .wide-widget-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 8rem 1rem;
    padding-bottom: 112px;
  }
  .wide-widget-wrapper .wide-widget-header {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wide-widget-wrapper {
    padding: 4.8rem 1rem;
  }
  .wide-widget-wrapper .wide-widget-header .title,
  .wide-widget-wrapper .wide-widget-header .subtitle {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wide-widget-wrapper .wide-widget-content.wide-widget-content.has-3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .wide-widget-wrapper .wide-widget-header .title {
    font-size: 3.6rem;
  }
  .wide-widget-wrapper .wide-widget-content-card .title {
    font-size: 24px;
    line-height: 140%;
  }
}

.price-block-wrapper.fifty-fifty-wrapper {
  padding-bottom: 112px;
}
.price-block-wrapper.fifty-fifty-wrapper .content-text-wrapper p {
  margin: 0;
  margin-bottom: 1rem;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-content {
  width: 61.6rem;
  border: 1px solid #22b4f9;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #d3f0fe;
  padding: 32px 24px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-content .button {
  border: none;
  background-color: #7ad2fb;
  margin: 0;
  line-height: 150%;
  padding: 12px 0;
  width: 100%;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper {
  display: flex;
  margin-bottom: 32px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-line {
  width: 1px;
  background-color: #22b4f9;
  height: 80px;
  margin-right: 32px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner {
  margin-right: 32px;
  width: 25.2rem;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner .price-block-eyebrow {
  margin: 0;
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner .price-block-price {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner .price-block-price-number {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 40px;
  line-height: 120%;
  margin: 0;
  margin-right: 10px;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner .price-block-price-text {
  margin: 0;
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 24px;
  line-height: 140%;
}
.price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner .price-block-price-per-hour {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 991px) {
  .price-block-wrapper.fifty-fifty-wrapper {
    gap: 64px;
  }
}
@media (max-width: 991px) {
  .price-block-wrapper.fifty-fifty-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .price-block-wrapper.fifty-fifty-wrapper .price-block-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-price-wrapper-inner {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .price-block-wrapper.fifty-fifty-wrapper {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 64px;
  }
  .price-block-wrapper.fifty-fifty-wrapper .price-block-price-wrapper .price-block-line {
    width: 100%;
    height: 1px;
    margin: 3rem 0;
  }
}

.douc-top-wrapper.fifty-fifty-wrapper {
  gap: 0;
  margin-top: 80px;
  margin-bottom: 112px;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper {
  padding-right: 80px;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper .title {
  font-size: 70px;
  margin-bottom: 24px;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper p {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 40px;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper .button {
  padding: 12px 55px;
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #7ad2fb;
  color: #000;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-type-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-type-icon-wrapper .course-type-icon {
  height: 29px;
  border-radius: 10%;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-image-wrapper {
  gap: 16px;
  display: flex;
}
.douc-top-wrapper.fifty-fifty-wrapper .content-image-wrapper .image-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .douc-top-wrapper.fifty-fifty-wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 576px) {
  .douc-top-wrapper.fifty-fifty-wrapper {
    width: 100%;
    flex-direction: column;
    margin-bottom: 64px;
  }
  .douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper {
    padding: 0;
  }
  .douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper .button {
    width: 100%;
  }
  .douc-top-wrapper.fifty-fifty-wrapper .content-text-wrapper .title {
    font-size: 3.6rem;
  }
  .douc-top-wrapper.fifty-fifty-wrapper .content-image-wrapper {
    justify-content: center;
  }
  .douc-top-wrapper.fifty-fifty-wrapper .content-image-wrapper .image-column {
    width: 50%;
  }
}

.first-block-wrapper {
  padding: 112px 0;
}
.first-block-wrapper .first-block-plagat-wrapper img {
  width: 131.2rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .first-block-wrapper {
    padding: 0;
    padding-bottom: 64px;
  }
}
@media (max-width: 567px) {
  .first-block-wrapper {
    padding-top: 64px;
  }
}

.pridaj-sa-do-freedu h1.title {
  font-size: 7rem;
}
.pridaj-sa-do-freedu .fifty-fifty-wrapper {
  gap: 60px;
  margin-bottom: 80px;
}
.pridaj-sa-do-freedu .content-text-wrapper button {
  background-color: var(--modra-60) !important;
  border: none !important;
  padding: 12px 24px !important;
}
.pridaj-sa-do-freedu .video-wrapper-wide {
  margin: 0 auto;
  width: 131.2rem;
  max-width: 100%;
}
.pridaj-sa-do-freedu .video-wrapper-wide video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  border-radius: 5px;
}
@media (max-width: 1320px) {
  .pridaj-sa-do-freedu .video-wrapper-wide {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .pridaj-sa-do-freedu .fifty-fifty-wrapper {
    margin: 0;
    margin-bottom: 48px;
    gap: 20px;
  }
  .pridaj-sa-do-freedu .content-text-wrapper .button-link {
    width: 100%;
  }
  .pridaj-sa-do-freedu .content-text-wrapper button {
    width: 100%;
    display: inline-block;
  }
  .pridaj-sa-do-freedu .video-wrapper-wide video {
    width: 100% !important;
    height: auto;
  }
  .pridaj-sa-do-freedu h1.title {
    font-size: 3.6rem;
  }
}

.organisation-block-wrapper {
  padding-bottom: 112px;
}
.organisation-block-wrapper .organisation-content-wrapper h2 {
  font-size: 38px;
}
.organisation-block-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.organisation-block-wrapper ul li {
  display: flex;
  margin-top: 32px;
}
.organisation-block-wrapper ul li .image-wrapper {
  margin-right: 24px;
}
.organisation-block-wrapper ul li .text-wrapper h3 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 0px;
}
.organisation-block-wrapper ul li .text-wrapper p {
  margin: 0;
}
@media (max-width: 1320px) {
  .organisation-block-wrapper {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 576px) {
  .organisation-block-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .organisation-block-wrapper .organisation-content-wrapper {
    width: 100%;
  }
  .organisation-block-wrapper ul li .text-wrapper h3 {
    font-size: 24px;
  }
}

.work-in-freedu-wrapper {
  background-color: var(--modra-10);
  padding: 112px 0;
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100vw;
}
.work-in-freedu-wrapper .work-in-freedu-title {
  width: 38rem;
}
.work-in-freedu-wrapper .work-in-freedu-title h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 24px;
}
.work-in-freedu-wrapper .work-in-freedu-title p {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
}
.work-in-freedu-wrapper .work-in-freedu-content {
  width: 85.2rem;
}
.work-in-freedu-wrapper .work-in-freedu-content ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 64px;
  margin: 0;
}
.work-in-freedu-wrapper .work-in-freedu-content ul li {
  max-width: 100%;
  padding-right: 1rem;
}
.work-in-freedu-wrapper .work-in-freedu-content ul li h3 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 120%;
  margin: 24px 0;
}
.work-in-freedu-wrapper .work-in-freedu-content ul li p {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 1.8rem;
  line-height: 150%;
  margin: 0;
  width: 100%;
}
@media (max-width: 1320px) {
  .work-in-freedu-wrapper {
    width: 100%;
    padding: 64px 1rem;
  }
  .work-in-freedu-wrapper .work-in-freedu-content {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 991px) {
  .work-in-freedu-wrapper {
    flex-direction: column;
  }
  .work-in-freedu-wrapper .work-in-freedu-title {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .work-in-freedu-wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    display: inline-block;
  }
  .work-in-freedu-wrapper .work-in-freedu-title {
    margin: 0 auto;
    width: 100%;
  }
  .work-in-freedu-wrapper .work-in-freedu-title p {
    font-size: 16px;
  }
  .work-in-freedu-wrapper .work-in-freedu-content ul {
    display: block;
  }
  .work-in-freedu-wrapper .work-in-freedu-content ul li {
    margin-top: 4.8rem;
  }
  .work-in-freedu-wrapper .work-in-freedu-content ul img {
    max-width: 80px;
  }
  .work-in-freedu-wrapper .work-in-freedu-content ul p {
    font-size: 16px;
  }
}

.our-offer-wrapper {
  padding: 112px 0;
}
.our-offer-wrapper .our-offer-content h2 {
  font-size: 38px;
}
.our-offer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-offer-wrapper ul li {
  display: flex;
  margin-top: 32px;
}
.our-offer-wrapper ul li .image-wrapper {
  margin-right: 24px;
}
.our-offer-wrapper ul li p {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0 !important;
}
.our-offer-wrapper ul li h3 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 6px;
}
@media (max-width: 1320px) {
  .our-offer-wrapper {
    padding: 64px 1rem !important;
  }
}
@media (max-width: 767px) {
  .our-offer-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .our-offer-wrapper {
    margin: 0 !important;
  }
  .our-offer-wrapper ul li {
    margin-top: 24px;
  }
  .our-offer-wrapper ul li h3 {
    font-size: 24px;
  }
}

.requirements-wrapper-fullwidth {
  width: 100vw;
  padding: 112px 0;
  background-color: var(--okrova-60);
}
@media (max-width: 1320px) {
  .requirements-wrapper-fullwidth {
    width: 100%;
    padding: 64px 0;
  }
}

.requirements-wrapper .requirements-header h2 {
  font-size: 38px;
}
.requirements-wrapper .requirements-content ul {
  padding-left: 0;
}
.requirements-wrapper .requirements-content ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.requirements-wrapper .requirements-content ul li p {
  margin: 0;
}
@media (max-width: 576px) {
  .requirements-wrapper {
    margin: 0 !important;
    gap: 0 !important;
  }
  .requirements-wrapper ul {
    padding: 1rem;
  }
}

.doucuj-u-nas-wrapper {
  padding: 112px 0;
}
.doucuj-u-nas-wrapper .doucuj-u-nas-header h2 {
  font-size: 38px;
}
.doucuj-u-nas-wrapper .doucuj-u-nas-content p.subtitle {
  margin-bottom: 24px;
}
.doucuj-u-nas-wrapper .doucuj-u-nas-content .button-link {
  text-decoration: none;
  color: var(--cierna-80);
}
.doucuj-u-nas-wrapper .doucuj-u-nas-content .button-link button {
  border: none;
  border-radius: 5px;
  background-color: var(--modra-60);
  padding: 12px 24px;
}
@media (max-width: 475px) {
  .doucuj-u-nas-wrapper .doucuj-u-nas-content .button-link button {
    width: 100%;
  }
}
.doucuj-u-nas-wrapper .blue-subtitle-wrapper {
  padding: 30px;
  background-color: var(--modra-10);
  margin-bottom: 40px;
}
.doucuj-u-nas-wrapper .blue-subtitle-wrapper p.title {
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.doucuj-u-nas-wrapper .blue-subtitle-wrapper p.subtitle {
  font-family: "Söhne-Buch";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1320px) {
  .doucuj-u-nas-wrapper {
    padding: 64px 1rem !important;
  }
}
@media (max-width: 576px) {
  .doucuj-u-nas-wrapper {
    margin: 0 !important;
  }
  .doucuj-u-nas-wrapper .doucuj-u-nas-content .button-link {
    width: 100%;
  }
}

.itemid-614 .site-grid > .grid-child .top-a .card-body {
  margin-bottom: 0;
}

.container-banner {
  width: 131.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
}
.container-banner h1 {
  margin-bottom: 16px;
}
.container-banner h2 {
  margin-bottom: 24px;
}
.container-banner h2 span {
  margin: 0;
  font-family: "TheFuture-Medium", Arial, serif;
  line-height: 120%;
  font-weight: normal;
  font-size: 7rem !important;
}
.container-banner p {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1320px) {
  .container-banner {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .container-banner h2 {
    font-size: 3.6rem !important;
  }
  .container-banner h2 span {
    font-size: 3.6rem !important;
  }
}

.akademia h4 {
  font-family: "Söhne-Buch", Arial, serif;
  color: var(--modra-60);
  font-size: 14px;
}
.akademia h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-weight: 500;
  font-size: 38px;
  color: var(--cierna-80);
  line-height: 150%;
}
.akademia .next-intro h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-weight: 500;
  font-size: 26px;
  color: var(--cierna-80);
  line-height: 150%;
}
.akademia .articles-list .card {
  flex: 1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.akademia .articles-list .card .text {
  position: relative;
  padding-bottom: 80px;
  flex: 1;
}
.akademia .articles-list .author {
  position: absolute;
  bottom: 24px;
}
.akademia .articles-list .image-holder img {
  width: 100% !important;
}
.akademia .articles-list.articles-category .card .text {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .akademia .articles-list {
    flex-direction: column;
  }
  .akademia h2 {
    font-size: 26px;
  }
}

.akademia-new .first-intro {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .akademia-new .first-intro {
    flex-direction: column;
  }
  .akademia-new .first-intro .image-holder {
    width: 100%;
  }
  .akademia-new .first-intro .image-holder img {
    height: 32rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .akademia-new .first-intro .text {
    padding: 24px;
    font-size: 16px;
    line-height: 150%;
  }
}

.first-intro,
.next-intro .card {
  justify-content: center;
  border: 1px solid var(--siva-20);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 5.5rem;
}

.first-intro div:nth-child(2) {
  background: white;
  padding: 2rem 4rem;
  display: inline-grid;
  font-size: 18px;
  line-height: 150%;
}

.first-intro div:nth-child(1) {
  width: 50%;
}

.first-intro div:nth-child(1) img {
  height: 100%;
}

.first-intro .author > div {
  padding: 0;
}
.first-intro .author > div .name {
  padding-bottom: 0 !important;
}

.top-a {
  width: 131.2rem;
  margin: 0 auto;
  padding: 80px 0;
}
.top-a .card-body ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.top-a .card-body ul li {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  padding: 12px 15.5px;
}
.top-a .card-body ul li.current {
  margin: 0;
  font-family: "Söhne-Halbfett", Arial, serif;
  line-height: 1.5;
  font-size: 16px;
  background-color: var(--modra-60);
  border-radius: 5px;
  padding: 12px 15.5px;
}
.top-a .card-body ul a {
  text-decoration: none;
  color: var(--cierna-80);
}

.container-top-b .card-body {
  width: 131.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .container-top-b .card-body {
    width: 100%;
  }
}
.container-top-b .card-body .item-text .first-article a {
  text-decoration: none;
}
.container-top-b .card-body .item-text .first-article a .article {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--siva-40);
  height: 500px;
  margin-bottom: 88px;
}
.container-top-b .card-body .item-text .first-article a .article .article-image-wrapper img {
  width: 656px;
  height: 500px;
}
.container-top-b .card-body .item-text .first-article a .article .article-content {
  box-sizing: border-box;
  padding: 48px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-top-b .card-body .item-text .first-article a .article .article-content .article-text p.article-subtitle {
  font-family: "Söhne-Halbfett", Arial, serif;
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--modra-60);
}
.container-top-b .card-body .item-text .first-article a .article .article-content .article-text h2.article-title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 8px;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .first-article a .article .article-content .article-text p.article-description {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 50px;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .first-article a .article .article-content .autor .autor-name {
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .first-article a .article .article-content .autor .autor-date {
  font-family: "Söhne-Buch";
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .three-articles {
  width: 131.2rem;
  display: flex;
  gap: 29px;
}
.container-top-b .card-body .item-text .three-articles a {
  text-decoration: none;
}
.container-top-b .card-body .item-text .three-articles a .article {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--siva-40);
}
.container-top-b .card-body .item-text .three-articles a .article-content {
  padding: 24px;
  height: 314px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-top-b .card-body .item-text .three-articles a .article-content .article-text p.article-subtitle {
  font-family: "Söhne-Halbfett";
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--modra-60);
}
.container-top-b .card-body .item-text .three-articles a .article-content .article-text h2.article-title {
  font-family: "TheFuture-Medium";
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 8px;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .three-articles a .article-content .article-text p.article-description {
  font-family: "Söhne-Buch";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 24px;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .three-articles a .article-content .autor p.autor-name {
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  color: var(--cierna-80);
}
.container-top-b .card-body .item-text .three-articles a .article-content .autor p.autor-date {
  font-family: "Söhne-Buch";
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  color: var(--cierna-80);
}

.akademia-newsletter-wrapper .akademia-newsletter {
  border: 1px solid var(--siva-60);
  border-radius: 5px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.akademia-newsletter-wrapper .newsletter-input-fields {
  display: flex;
  gap: 16px;
}
.akademia-newsletter-wrapper .newsletter-input-fields .acym__user__edit__email {
  flex: 1;
  max-width: 100%;
}
.akademia-newsletter-wrapper .newsletter-input-fields .btn-primary {
  width: 120px;
  margin-top: 0;
  max-width: 100%;
}
.akademia-newsletter-wrapper .consent-wrapper {
  display: flex;
  margin-top: 16px;
}
.akademia-newsletter-wrapper .consent-wrapper input {
  width: 18px !important;
  min-width: 18px;
  margin-right: 10px;
}
.akademia-newsletter-wrapper .akademia-newsletter-content {
  flex: 1;
  padding: 30px 48px;
}
.akademia-newsletter-wrapper .akademia-newsletter-content h2 {
  font-family: "TheFuture-Medium";
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
.akademia-newsletter-wrapper .akademia-newsletter-content p.description {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 32px;
}
.akademia-newsletter-wrapper .akademia-newsletter-image {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.akademia-newsletter-wrapper .akademia-newsletter-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .akademia-newsletter-wrapper .akademia-newsletter {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .akademia-newsletter-wrapper .akademia-newsletter-content {
    padding: 32px;
  }
  .akademia-newsletter-wrapper .akademia-newsletter-content h2 {
    font-size: 36px;
  }
  .akademia-newsletter-wrapper .newsletter-input-fields {
    flex-direction: column;
  }
  .akademia-newsletter-wrapper .newsletter-input-fields .btn-primary {
    width: 100%;
  }
}

.feedback-wrapper {
  padding-bottom: 0 !important;
  margin-top: 8rem;
  width: 100%;
}
.feedback-wrapper .feedback-header {
  margin-bottom: 80px;
  text-align: center;
}
.feedback-wrapper .feedback-header h2 {
  font-family: "TheFuture-Medium";
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
.feedback-wrapper .feedback-header p {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.feedback-wrapper .feedback-content {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 131.2rem;
  max-width: 100%;
  justify-self: center;
  margin: 0 auto;
}
.feedback-wrapper .feedback-content .column {
  width: 33.3%;
}
.feedback-wrapper .feedback-card {
  box-sizing: border-box;
  background-color: #F6ECE0;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 5px;
  padding: 32px;
  background-color: #F6ECE0;
}
.feedback-wrapper .feedback-card .feedback {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.feedback-wrapper .feedback-card .feedback-autor {
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
}
.feedback-wrapper .feedback-card .feedback-titul {
  font-family: "Söhne-Buch";
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1320px) {
  .feedback-wrapper .feedback-header,
  .feedback-wrapper .feedback-content {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .feedback-wrapper .feedback-content .column {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .feedback-wrapper {
    padding: 0 1rem;
    width: 100%;
  }
  .feedback-wrapper .feedback-header {
    width: 100%;
    margin-bottom: 48px;
  }
  .feedback-wrapper .feedback-header h2 {
    font-size: 3.6rem;
  }
  .feedback-wrapper .feedback-card {
    width: 100%;
    padding: 2.5rem;
  }
  .feedback-wrapper .feedback-card .feedback {
    margin: 0;
    font-size: 1.6rem;
  }
  .feedback-wrapper .feedback-card .feedback-autor {
    margin-top: 1rem;
  }
}

.feedback-single {
  background-color: #F6ECE0;
  text-align: center;
  width: 100%;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "TheFuture-Regular", Arial, serif;
  overflow-wrap: break-word;
}
.feedback-single .feedback-single-content {
  width: 91.6rem;
  margin: 40px auto 40px auto;
  line-height: 140%;
  max-width: 100%;
  padding: 0 1rem;
}
.feedback-single .feedback-single-content .feedback-single-content-text {
  max-width: 100%;
  width: 100%;
}
.feedback-single .feedback-single-content .feedback-single-content-text p {
  margin: 0;
}
.feedback-single .feedback-single-profile p {
  font-size: 1.6rem;
  margin: 0;
}
.feedback-single .feedback-single-profile .feedback-single-name {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0;
  padding-top: 16px;
  font-family: "Söhne-Halbfett", Arial, serif;
}
.feedback-single .feedback-single-profile .feedback-single-parent {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 576px) {
  .feedback-single {
    max-width: 100%;
    margin-top: 4rem;
    padding: 0;
    margin-bottom: 8rem;
  }
  .feedback-single .feedback-single-content-text p {
    font-size: 1.6rem;
    line-height: 140%;
  }
}

.fifty-fifty-wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 1312px;
  justify-self: center;
  margin: 0 auto;
}
.fifty-fifty-wrapper .content-text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fifty-fifty-wrapper .content-text-wrapper.justify-top {
  justify-content: flex-start;
}
.fifty-fifty-wrapper .content-text-wrapper button {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  padding: 0 1rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  font-family: "Söhne-Halbfett";
}
.fifty-fifty-wrapper .toptitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
  align-self: flex-start;
}
.fifty-fifty-wrapper .title {
  font-size: 48px;
  margin: 0;
  margin-bottom: 24px;
  line-height: 120%;
  font-family: "TheFuture-Medium";
  font-weight: normal;
}
.fifty-fifty-wrapper .subtitle {
  font-size: 18px;
  margin: 0 0 40px 0;
  line-height: 150%;
}
.fifty-fifty-wrapper .content-image-wrapper {
  flex: 1;
  border-radius: 5px;
}
@media (max-width: 1320px) {
  .fifty-fifty-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  .fifty-fifty-wrapper .content-image-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .fifty-fifty-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .fifty-fifty-wrapper .content-image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .fifty-fifty-wrapper {
    margin: 8rem 0;
  }
  .fifty-fifty-wrapper .title {
    font-size: 3.6rem;
  }
  .fifty-fifty-wrapper button {
    max-width: 100%;
    width: 100%;
  }
  .fifty-fifty-wrapper .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .com-users-registration {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .com-users-registration input.form-control {
    width: 100%;
    padding: 0 1rem;
    height: 4.8rem;
  }
}

.form-validate {
  width: 40rem;
  max-width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .form-validate {
    width: 100%;
    padding: 0 1rem;
  }
}
.form-validate .userdata {
  padding: 14px 20px 14px 20px;
}

.form-control, input, textarea {
  border-radius: 0.5rem;
  border: 1px solid var(--modra-60);
  transition: border-color 0.3s ease;
  padding: 12px;
}
.form-control:focus, input:focus, textarea:focus {
  outline-color: #0c90d7;
}

.header-wide-content {
  text-align: center;
  margin-top: 8rem;
  padding: 0 1rem;
}
.header-wide-content h1 {
  font-family: "TheFuture-Medium", Arial, serif;
  margin: 0;
  font-size: 7rem;
  line-height: 120%;
  font-weight: normal;
}
@media (max-width: 576px) {
  .header-wide-content h1 {
    font-size: 4rem;
  }
}
.header-wide-content p {
  font-family: "Söhne-Buch", Arial, serif;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .header-wide-content p {
    padding: 0 1rem;
  }
}

.freedu-history-wrapper {
  margin: 0 auto;
  padding-top: 32px;
  max-width: 1312px;
}
.freedu-history-wrapper .freedu-history-header .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
.freedu-history-wrapper .history-block {
  box-sizing: border-box;
  padding: 0 16px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
}
.freedu-history-wrapper .history-block .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
.freedu-history-wrapper .history-block .subtitle {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
}
.freedu-history-wrapper .history-block ol {
  padding-left: 20px;
  padding-top: 32px;
}
.freedu-history-wrapper .history-block ol li {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.freedu-history-wrapper .history-block .timeline-year {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 16px;
}
.freedu-history-wrapper .slick-prev:before, .freedu-history-wrapper .slick-next:before {
  color: #000;
  font-size: 32px;
}
.freedu-history-wrapper .slick-prev {
  left: 5px;
}
.freedu-history-wrapper .slick-next {
  right: 14px;
  z-index: 2;
}
.freedu-history-wrapper .freedu-history-timeline {
  padding: 0 40px;
}
.freedu-history-wrapper .freedu-history-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(233, 252, 251, 0));
  pointer-events: none;
}
@media (max-width: 1320px) {
  .freedu-history-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
  .freedu-history-wrapper .freedu-history-timeline {
    max-width: 90vw;
    width: 100%;
    padding: 0px 20px;
  }
  .freedu-history-wrapper .slick-prev {
    left: -20px;
  }
  .freedu-history-wrapper .slick-next {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .freedu-history-wrapper {
    padding: 0 1rem;
  }
  .freedu-history-wrapper .history-block .title {
    font-size: 2.4rem;
  }
  .freedu-history-wrapper .history-block .subtitle {
    font-size: 1.6rem;
  }
  .freedu-history-wrapper .slick-next {
    right: 0px;
    z-index: 2;
  }
  .freedu-history-wrapper .slick-prev {
    left: -12px;
    z-index: 2;
  }
}

.join-us {
  width: 100vw;
  background-color: #e9f7fe;
}
@media (max-width: 1320px) {
  .join-us {
    padding: 0 1rem;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .join-us h2 {
    font-size: 3.6rem !important;
  }
}

.container-bottom-b {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.kde-nas-najdete {
  width: 132.6rem;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.kde-nas-najdete .description {
  padding: 0 !important;
}
.kde-nas-najdete div ul li {
  margin-bottom: 1rem;
}
.kde-nas-najdete div ul li:nth-child(1) {
  border-left: 2px solid var(--zelena-100);
  padding: 0.6rem 0 0.6rem 3rem;
}
.kde-nas-najdete div ul li:nth-child(2) {
  border-left: 2px solid #ee8e6d;
  padding: 0.6rem 0 0.6rem 3rem;
}
.kde-nas-najdete div ul li:nth-child(3) {
  border-left: 2px solid #c2c2ff;
  padding: 0.6rem 0 0.6rem 3rem;
}
.kde-nas-najdete .adress-header :nth-child(4) {
  box-sizing: border-box;
}
.kde-nas-najdete .adress-header a {
  transition: color 0.3s ease;
}
.kde-nas-najdete .adress-header a:hover {
  color: #0066cc;
}
.kde-nas-najdete a {
  text-decoration: none;
  color: var(--cierna-80);
}
.kde-nas-najdete .map {
  width: 57.6rem;
  max-width: 100%;
  height: 100%;
  min-height: 40rem;
  position: relative;
}
.kde-nas-najdete .map iframe {
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 40rem;
}
@media (max-width: 1320px) {
  .kde-nas-najdete {
    padding: 0 1rem;
    width: 100%;
    gap: 10px;
  }
  .kde-nas-najdete .map {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .kde-nas-najdete {
    flex-wrap: wrap;
    gap: 0;
  }
  .kde-nas-najdete > .col {
    width: 50%;
  }
  .kde-nas-najdete > .map {
    width: 100%;
    min-width: 100%;
    margin-top: 2rem;
  }
  .kde-nas-najdete .adress-header,
  .kde-nas-najdete .staff {
    padding-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .kde-nas-najdete {
    flex-direction: column;
    max-width: 100%;
    padding: 0 1rem;
  }
  .kde-nas-najdete > .col {
    width: 100%;
  }
  .kde-nas-najdete .staff {
    padding-top: 2rem;
  }
  .kde-nas-najdete .map {
    margin-bottom: 3rem;
  }
}

.kde-nas-najdete-text {
  width: 132.6rem;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .kde-nas-najdete-text {
    padding: 0 1rem;
    width: 100%;
    margin-bottom: 4.8rem;
  }
}

.com-contact-category {
  width: 132.6rem;
  max-width: 100%;
}
@media (max-width: 1320px) {
  .com-contact-category {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .com-contact-category {
    padding-top: 64px;
  }
}

.adress-content {
  display: flex; /* Používame Flexbox */
  flex-wrap: wrap; /* Povolenie zalamovania položiek na ďalší riadok */
  gap: 32px;
}
.adress-content img {
  background: var(--modra-20);
  border-radius: 1rem;
  max-width: 100%;
}
.adress-content h3 {
  font-size: 22px;
  line-height: 120%;
  font-family: "TheFuture-Medium", Arial, serif;
  font-weight: normal;
  margin-bottom: 16px;
}
.adress-content p {
  font-size: 1.4rem;
}
.adress-content > div {
  flex: 0 0 calc((100% - 96px) / 4);
}
.adress-content a {
  text-decoration: none;
  color: var(--cierna-80);
}
@media (max-width: 1320px) {
  .adress-content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .adress-content > div {
    flex: 0 0 calc((100% - 96px) / 3);
  }
}
@media (max-width: 767px) {
  .adress-content > div {
    flex: 0 0 calc((100% - 96px) / 2);
  }
}
@media (max-width: 576px) {
  .adress-content {
    margin-top: 4rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .adress-content img {
    width: 100%;
  }
  .adress-content > div {
    flex: 1;
  }
  .adress-content p {
    margin: 0.5rem 0;
  }
}

.contact-category .category-desc {
  justify-content: start;
  margin-bottom: 8rem;
}
.contact-category .category-desc h1 {
  margin: 0;
  font-family: "TheFuture-Medium", Arial, serif;
  line-height: 120%;
  font-size: 70px;
  font-weight: normal;
  font-size: 5rem;
}
@media (max-width: 576px) {
  .contact-category .category-desc h1 {
    width: 100%;
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  .contact-category .category-desc {
    margin-bottom: 4.8rem;
  }
}

div.bottom-b {
  max-width: 100%;
  width: 100vw;
  margin: 0 auto;
}
@media (max-width: 475px) {
  div.bottom-b {
    margin-top: 4rem;
  }
}

@media (max-width: 475px) {
  .text-above {
    width: 100%;
    padding: 0 1rem;
  }
}

.napiste-nam {
  width: 50.6rem;
  margin: 0 auto;
}
@media (max-width: 475px) {
  .napiste-nam {
    width: 100%;
    padding: 0 1rem;
    margin: 4rem 0;
  }
}

form#mod-rscontact-contact-form-224 fieldset {
  max-width: 100%;
  margin: 0 auto;
  border: none;
}
form#mod-rscontact-contact-form-224 fieldset .control-group .checkbox {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
form#mod-rscontact-contact-form-224 fieldset .control-group .checkbox input {
  width: 2.5rem;
}
form#mod-rscontact-contact-form-224 fieldset .control-group label {
  display: inline-block;
  padding-top: 1rem;
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 1.3rem;
}
form#mod-rscontact-contact-form-224 fieldset input, form#mod-rscontact-contact-form-224 fieldset textarea {
  width: 100%;
}
form#mod-rscontact-contact-form-224 fieldset .btn {
  display: flex;
  width: 10rem;
}
form#mod-rscontact-contact-form-224 fieldset .btn span::before {
  content: none;
}

div#navbar1.show {
  display: block;
}

@media screen and (max-width: 1100px) {
  div#navbar1 {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10rem;
    z-index: 100;
  }
}
.icons-course {
  display: flex;
  gap: 15px;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .icons-course {
    flex-direction: column;
    width: 100%;
  }
}

#jform_profile_tos {
  margin-bottom: 3rem !important;
}

.item-726 {
  text-align: center;
  border-radius: 5px;
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.item-758 {
  text-align: center;
  border-radius: 5px;
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
}

.grid-child.container-component .com-content-article .page-header {
  display: none;
}
.grid-child.container-component .com-content-article .article-info {
  display: none;
}

.grid-child {
  justify-content: center;
}
.grid-child .card .card-header {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 576px) {
  .grid-child .card .card-header {
    font-size: 3.6rem;
  }
}
.grid-child .card .card-body .mod-menu.mod-list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 5px;
}
.grid-child .card .card-body .mod-menu.mod-list .nav-item {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
.grid-child .card .card-body .mod-menu.mod-list .nav-item a {
  text-decoration: none;
  padding: 12px 15.5px;
  display: block;
  color: var(--cierna-80);
}
.grid-child .card .card-body .mod-menu.mod-list .nav-item.current,
.grid-child .card .card-body .mod-menu.mod-list .nav-item:hover {
  background-color: var(--modra-60);
  border-radius: 5px;
  font-weight: bold;
}

.header-wrapper {
  width: 76.8rem;
}
@media (max-width: 767px) {
  .header-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.header-wrapper .toptitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
  align-self: flex-start;
}
.header-wrapper h1.title {
  margin: 0;
  font-family: "TheFuture-Medium", Arial, serif;
  line-height: 120%;
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 24px;
}
.header-wrapper .subtitle {
  font-family: "Söhne-Buch", Arial, serif;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.bez-menu > .grid-child main {
  display: flex;
  padding: 112px 0;
  gap: 80px;
  justify-content: center;
  max-width: 131.2rem;
}
.bez-menu > .grid-child main .component-above {
  max-width: 100%;
  flex: 1;
}
.bez-menu > .grid-child main .com-content-article {
  max-width: 100%;
  flex: 1;
}
@media (max-width: 576px) {
  .bez-menu > .grid-child main {
    margin: 0;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1320px) {
  .bez-menu > .grid-child {
    max-width: 100%;
  }
  .bez-menu > .grid-child .card .card-body .mod-menu.mod-list {
    padding-left: 1rem;
  }
}

.nas-pribeh-wrapper .pobocky-wrapper .pobocka {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.nas-pribeh-wrapper .pobocky-wrapper .pobocka .subtitle {
  margin: 0;
}

@media (max-width: 1320px) {
  .site-grid .top-a {
    max-width: 100%;
    padding: 40px 1rem;
  }
  .container-top-b .card-body {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .header-wrapper h1.title {
    font-size: 3.6rem !important;
  }
}
.our-team .content-text-wrapper .our-team-content-paragraph-2 {
  font-size: 18px;
  margin: 0 0 40px 0;
}
@media (max-width: 576px) {
  .our-team {
    margin-bottom: 0 !important;
  }
}

.toggle-content, .show-more {
  display: none;
}

body.view-order .bez-menu > .grid-child main {
  width: 100%;
  max-width: 100%;
  gap: 0;
  padding-top: 0;
}

.order-format {
  display: flex;
  max-width: 100%;
  width: 86rem;
  margin-top: 4rem;
  justify-content: space-between;
}
.order-format .form-control {
  width: 100%;
}
@media (max-width: 576px) {
  .order-format .form-control {
    width: 100%;
  }
}
.order-format .order-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  max-width: 42rem;
}
@media (max-width: 576px) {
  .order-format .order-buttons {
    justify-content: flex-end;
  }
}
.order-format .order-buttons input[name=cancel], .order-format .order-buttons input[name=ok] {
  background-color: white;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}
.order-format .order-buttons input[name=ok] {
  margin-left: 1rem;
  background-color: var(--modra-60);
}
.order-format #gopay-payment-button {
  display: flex;
  justify-content: center;
}
.order-format #gopay-payment-button button.order-buy {
  width: 25rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 1rem;
  background-color: var(--modra-60);
  max-width: 100%;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
  padding: 12px;
  border: none;
}
@media (max-width: 991px) {
  .order-format {
    width: 100%;
    flex-direction: column;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .order-format [id^=login-form] .mod-login__userdata {
    padding: 40px 0;
  }
  .order-format .basket-absolute {
    position: relative;
  }
  .order-format .basket-absolute .basket-arrow {
    font-size: 1.3rem;
    margin-left: 1rem;
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
  }
  .order-format .basket-absolute .basket-arrow::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.8rem;
    background: url("/images/freedu/icons/mix/basket-arrow.svg") no-repeat center;
    background-size: contain;
    margin-right: 6px;
    transform: translateY(2px);
  }
  .order-format .toggle-content, .order-format .show-more {
    display: block;
  }
  .order-format .order-border {
    width: 100%;
    order: 2;
  }
  .order-format .order-form {
    width: 100%;
  }
  .order-format .order-right-side {
    width: 100%;
    order: 1;
    border: 1px solid #27a5ff;
    padding: 1rem;
    background-color: transparent;
    position: relative;
  }
  .order-format .order-right-side .desc {
    position: relative;
  }
  .order-format .order-right-side .desc .order-buying {
    font-size: 2rem;
  }
  .order-format .order-right-side .desc p {
    margin: 0.5rem 0;
    font-size: 1.4rem;
  }
  .order-format .hidden-content {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .order-format .toggle-content {
    display: none;
  }
  .order-format .show-more {
    margin-top: 1rem;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
  }
  .toggle-content:checked + .order-format .show-more::after {
    content: "Zobraziť menej";
  }
  .toggle-content:not(:checked) + .order-format .show-more::after {
    content: "Zobraziť viac";
  }
  .order-format .toggle-content:checked ~ .hidden-content {
    display: block;
  }
}
@media (max-width: 576px) {
  .order-format [id^=login-form] {
    width: 100%;
  }
}

.step-1 .title, .step-2 .title, .step-3 .title, .step-4 .title, .step-5 .title {
  font-weight: bold;
}

.step-1 {
  align-items: center;
  position: relative;
}
.step-1 .desc {
  padding: 1rem;
  padding: 0 4rem 0 4rem;
}
.step-1 .position-7 .card-header {
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
  padding: 4rem 4rem 0 4rem;
}
.step-1 .position-7 .card-body .mod-login {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.step-1 .order-icon {
  position: absolute;
  right: 5px;
  bottom: 2.4rem;
}
.step-1 .order-icon::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/order-icon.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}

.visually-hidden {
  display: none;
}

@media (max-width: 576px) {
  .order-border, .order-right-side {
    width: 100%;
  }
}
.order-border a, .order-right-side a {
  text-decoration: none;
  color: var(--cierna-100);
}
.order-border div.title, .order-right-side div.title {
  width: 40rem;
  border-radius: 0.4rem;
  padding: 20px 10px 20px 10px;
  margin: 0.5rem;
}
@media (max-width: 576px) {
  .order-border div.title, .order-right-side div.title {
    width: 100%;
  }
}
.order-border .step, .order-right-side .step {
  border: 1px solid var(--siva-20);
  margin: 1rem auto 2rem auto;
  border-radius: 0.4rem;
  background-color: var(--biela-100);
}
@media (max-width: 576px) {
  .order-border .step, .order-right-side .step {
    width: 100%;
  }
}
.order-border .step a, .order-right-side .step a {
  border: none;
}
.order-border .step .content, .order-right-side .step .content {
  border: none;
  width: 100%;
}

.order-right-side {
  width: 30rem;
  height: -moz-max-content;
  height: max-content;
  margin-top: 1rem;
  max-width: 100%;
  border: 1px solid var(--modra-20);
  border-radius: 0.4rem;
  background-color: var(--biela-100);
  padding: 5px 20px 0 20px;
}
@media (max-width: 576px) {
  .order-right-side {
    width: 100%;
  }
}
.order-right-side .order-title {
  font-family: "Söhne-Halbfett", Arial, serif;
}
.order-right-side .order-item {
  margin: 0;
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
}
.order-right-side .course-length {
  font-family: "Söhne-Buch", Arial, serif;
  margin-bottom: -10px;
}
.order-right-side .course-length::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/courses.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.order-right-side .dates::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("/images/freedu/icons/mix/start_date.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.order-right-side .splatky {
  margin-top: 2.5rem;
}
.order-right-side .splatky::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/money.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-top: -10px;
  transform: translateY(2px);
}
.order-right-side .session-count {
  margin: 0;
}
.order-right-side .session-count::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/hours.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-top: -10px;
  transform: translateY(2px);
}
.order-right-side .location::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/online_offline.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-top: 0.7rem;
  transform: translateY(2px);
}
.order-right-side .price {
  background-color: var(--modra-20);
  position: relative;
  margin: 0 -20px;
  padding: 2rem 0;
}
.order-right-side .price p {
  margin: 0;
  padding: 0 2.1rem;
}
.order-right-side .price .price-big {
  font-family: "Söhne-Halbfett", Arial, serif;
  font-size: 2.5rem;
}
.order-right-side .price .desc {
  font-size: 1.2rem;
}

.order-border {
  width: 45rem;
}
@media (max-width: 576px) {
  .order-border {
    width: 100%;
  }
}

#jform_com_fields_rocnik {
  width: 42rem;
}
@media (max-width: 576px) {
  #jform_com_fields_rocnik {
    width: 100%;
  }
}

#jform_com_fields_oslovenie {
  width: 42rem;
}
@media (max-width: 576px) {
  #jform_com_fields_oslovenie {
    width: 100%;
  }
}

.order-form {
  width: 45rem;
  max-width: 100%;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .order-form {
    width: 100%;
  }
}

#jform_com_fields_oslovenie_chosen, #jform_com_fields_country_chosen, #jform_com_fields_rocnik_chosen, #jform_com_fields_odkial_ste_sa_o_nas_dozvedeli_chosen {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  padding: 1.2rem;
  margin: 0;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--modra-60) !important;
  width: 39.5rem;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
}
.chosen-container-single .chosen-single div {
  margin-top: 1rem;
}

#jform_com_fields_oslovenie_chosen {
  width: 100%;
}

#jform_com_fields_country_chosen, #jform_com_fields_country {
  width: 42rem;
}
@media (max-width: 576px) {
  #jform_com_fields_country_chosen, #jform_com_fields_country {
    width: 100%;
  }
}

.order-fa {
  display: flex;
  flex-direction: column;
}
.order-fa .btn-check {
  width: 5rem !important;
}

#id_user_chosen, #jform_com_fields_odkial_ste_sa_o_nas_dozvedeli_chosen {
  width: 42rem !important;
}

.choices__inner {
  width: 42rem !important;
  background: white;
  border: none;
}
.choices__inner .choices__button_joomla, .choices__inner .switch-to-login {
  padding: 0.2rem;
  margin: 0 0 0 1rem;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--modra-60) !important;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 3rem;
}

.switch-to-login {
  padding: 0.2rem;
  margin: 0 0 0 1rem;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--modra-60) !important;
  width: 42rem;
  max-width: 60%;
  margin: 1rem auto 0 auto;
  height: 3rem;
  display: flex;
  justify-content: center;
}
.switch-to-login a {
  display: inline-block;
  margin: 0 auto;
}
.switch-to-login button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  padding: 5px;
}

form.order-form {
  padding: 0 1rem;
}
@media (max-width: 475px) {
  form.order-form fieldset {
    width: 100%;
  }
}

.control-label {
  padding-right: 3rem !important;
}

.account .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

.order-form .password-group .input-group {
  display: flex;
  align-items: center;
  position: relative;
}
.order-form .password-group .input-group input {
  width: -30%;
}
.order-form .password-group .input-group button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  border-left: 1px solid var(--modra-60);
}
.order-form .password-group .input-group .button:hover {
  filter: brightness(85%);
}
.order-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order-form .form-check .form-check-input {
  width: -moz-max-content;
  width: max-content;
}
.order-form .order-back-to-login {
  font-weight: normal;
  cursor: pointer;
}
.order-form .create-acc {
  margin-top: 10px;
}
.order-form .order-create-account {
  width: -moz-max-content;
  width: max-content;
}
.order-form .order-flex-center {
  display: flex;
  justify-content: center;
}

.child-create-show, .child-choose-show {
  border: 1px solid var(--modra-60);
  background-color: white;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 1rem;
  height: 4.3rem;
  margin-top: 1rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .child-create-show, .child-choose-show {
    height: 4.3rem;
  }
}

.order-child {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .order-child {
    flex-direction: row;
  }
}

#individualne_datestart_btn {
  width: 100%;
}

#individualne_requirements, #individualne_helpwith, #individualne_specialneeds {
  width: 39.4rem;
}

.flex-icons {
  height: 5.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.payments-tab-inner {
  width: 100%;
}
.payments-tab-inner #adminForm {
  width: 100%;
  max-width: 100%;
}

.payments {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5rem;
}
.payments h1 {
  font-family: "TheFuture-Medium", Arial, serif;
}
@media (max-width: 576px) {
  .payments {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4rem;
    margin-right: 0;
  }
}

.platobna-brana, .order-splatky {
  margin: 1rem 0;
}

.course-reservation {
  background-color: white;
  padding: 3rem;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 1.6rem;
}

.platobna-brana {
  border: 1px solid #c9c9c9;
  background-color: white;
  padding: 3rem;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .platobna-brana {
    width: 100%;
  }
}

.order-splatky {
  border: 1px solid #c9c9c9;
  background-color: white;
  padding: 3rem;
  margin-bottom: 2.3rem;
  border-radius: 5px;
}

.zlavy {
  border: 1px solid #c9c9c9;
  background-color: white;
  padding: 3rem;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .zlavy {
    width: 100%;
  }
}

.divider {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  width: 50%;
  margin: 2rem auto;
}

.divider:nth-of-type(1) {
  border-top: 1px solid #26bd3b;
}

.divider:nth-of-type(2) {
  border-top: 1px solid #ec7e0c;
}

.divider:nth-of-type(3) {
  border-top: 1px solid #0cb8ec;
}

.step-5 {
  background-color: transparent !important;
  border: none !important;
}
@media (max-width: 576px) {
  .step-5 {
    width: 100%;
  }
}

.payments .parent {
  background-color: white;
}
@media (max-width: 475px) {
  .payments .parent {
    flex-direction: column;
  }
}

.parent button {
  border: 1px solid #7ad2fb;
  font-family: "TheFuture-Regular", Arial, serif;
  padding: 1rem;
  font-size: 1.4rem;
  border-radius: 5px;
  background-color: #e6f4fb;
}

.payments h1, .payments h3 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0.67rem 0 3rem 0;
}

.payments h3 {
  font-size: 1.4rem;
  line-height: 120%;
  text-transform: uppercase;
}

.payments .amount {
  background-color: #ededed;
  border-radius: 5px;
  height: -moz-max-content;
  height: max-content;
  font-family: "TheFuture-Medium", Arial, serif;
  padding: 12px;
  font-weight: normal;
}

.payments-list .parent {
  display: flex;
  margin: 1rem 0;
}
.payments-list .amount::after {
  padding-left: 4px;
  content: "€";
}

.list-0 {
  position: relative;
}
.list-0 .parent {
  border-radius: 5px;
  background-color: #f4dee5;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
}
.list-0 .parent .amount {
  background-color: #e9bdcb;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .list-0 .parent .amount {
    margin: 0 0 2rem 0;
  }
}
.list-0 .parent .flex-order-info {
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
}
@media (max-width: 576px) {
  .list-0 .parent .flex-order-info {
    text-align: center;
    margin-left: 0;
  }
}
.list-0 .parent .flex-order-info .title-holder {
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .list-0 .parent .flex-order-info .title-holder {
    text-align: center;
  }
}
.list-0 .parent .flex-order-info .order-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 475px) {
  .list-0 .parent .flex-order-info .order-flex {
    margin-top: 1rem;
    padding-top: 1rem;
    flex-direction: column;
    align-items: start;
  }
}
.list-0 .parent .flex-order-info .order-flex .due-date {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.3rem;
  display: flex;
  align-items: flex-end;
}
.list-0 .parent .flex-order-info .order-flex .due-date::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/termin.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-bottom: 1px;
  transform: translateY(2px);
}
@media (max-width: 475px) {
  .list-0 .parent .flex-order-info .order-flex .due-date {
    margin-left: 0;
  }
}
.list-0 .parent .flex-order-info .order-flex .child {
  font-size: 1.3rem;
  margin-left: 1rem;
}
@media (max-width: 475px) {
  .list-0 .parent .flex-order-info .order-flex .child {
    margin-left: 0;
  }
}
.list-0 .parent .flex-order-info .order-flex .child::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/dieta.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.list-0 .parent .flex-order-info .order-flex .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.4rem;
}
.list-0 a {
  position: absolute;
  right: 1.5rem;
  bottom: 3rem;
}
@media (max-width: 475px) {
  .list-0 a {
    position: unset;
    display: inline-block;
    margin: 1rem 0;
  }
}
@media (max-width: 475px) {
  .list-0 a button {
    padding: 2rem;
    margin: 0.5rem;
  }
}

.list-2 .parent .done-order-icon {
  content: "";
  width: 1.7rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/done.svg") no-repeat center;
  background-size: contain;
  margin: 0 1rem;
  transform: translateY(2px);
}

.list-1 .parent, .list-2 .parent {
  position: relative;
  display: flex;
  border-radius: 5px;
  align-items: center;
  padding: 2rem 1rem;
}
.list-1 .parent .amount, .list-2 .parent .amount {
  margin-left: 1rem;
}
.list-1 .parent .flex-order-info, .list-2 .parent .flex-order-info {
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
}
.list-1 .parent .flex-order-info .title-holder, .list-2 .parent .flex-order-info .title-holder {
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
}
.list-1 .parent .flex-order-info .order-flex, .list-2 .parent .flex-order-info .order-flex {
  display: flex;
  align-items: center;
}
.list-1 .parent .flex-order-info .order-flex .due-date, .list-2 .parent .flex-order-info .order-flex .due-date {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.3rem;
  display: flex;
  align-items: flex-end;
}
.list-1 .parent .flex-order-info .order-flex .due-date::before, .list-2 .parent .flex-order-info .order-flex .due-date::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/termin.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-bottom: 1px;
  transform: translateY(2px);
}
.list-1 .parent .flex-order-info .order-flex .child, .list-2 .parent .flex-order-info .order-flex .child {
  font-size: 1.3rem;
  margin-left: 1rem;
}
.list-1 .parent .flex-order-info .order-flex .child::before, .list-2 .parent .flex-order-info .order-flex .child::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/dieta.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}
.list-1 .parent .flex-order-info .order-flex .title, .list-2 .parent .flex-order-info .order-flex .title {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.4rem;
}
.list-1 a, .list-2 a {
  position: absolute;
  right: 1.5rem;
  bottom: 3rem;
}
@media (max-width: 576px) {
  .list-1 .parent, .list-2 .parent {
    text-align: center;
  }
  .list-1 .parent .amount, .list-2 .parent .amount {
    margin: 1rem 0 2rem 0;
  }
  .list-1 .parent .flex-order-info, .list-2 .parent .flex-order-info {
    text-align: center;
    margin-left: 0;
  }
  .list-1 .parent .flex-order-info .title-holder, .list-2 .parent .flex-order-info .title-holder {
    text-align: center;
  }
  .list-1 .parent .flex-order-info .order-flex, .list-2 .parent .flex-order-info .order-flex {
    margin-top: 1rem;
    padding-top: 1rem;
    flex-direction: column;
    align-items: start;
  }
  .list-1 .parent .flex-order-info .order-flex .child, .list-2 .parent .flex-order-info .order-flex .child {
    margin-left: 0;
  }
  .list-1 .parent .flex-order-info .order-flex .title, .list-2 .parent .flex-order-info .order-flex .title {
    text-align: center;
  }
  .list-1 a, .list-2 a {
    position: unset;
    display: inline-block;
    margin: 1rem 0;
  }
  .list-1 a button, .list-2 a button {
    padding: 2rem;
    margin: 0.5rem;
  }
}

.itemid-571 .bez-menu > .grid-child main {
  flex-direction: column;
  gap: 0;
}
.itemid-571 .fabrikGroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 20px;
}
.itemid-571 .fabrikGroup .form-group {
  margin-bottom: 2.4rem;
}
.itemid-571 .fabrikGroup > .legend {
  width: 50%;
}
.itemid-571 .fabrikGroup > div {
  width: 50%;
}
.itemid-571 .fabrikElement .fabrikSubElementContainer > .row {
  flex-direction: column;
}
.itemid-571 .fabrikgrid_checkbox {
  flex-direction: row-reverse;
}
@media (max-width: 1320px) {
  .itemid-571 .bez-menu > .grid-child main {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
  .itemid-571 .fabrikForm {
    width: 100%;
  }
  .itemid-571 .fabrikForm .fabrikGroup .fabrikElement .fabrikinput {
    width: unset;
  }
  .itemid-571 .fabrikForm .fabrikGroup .fabrikElement textarea.fabrikinput,
  .itemid-571 .fabrikForm .fabrikGroup .fabrikElement .inputbox.fabrikinput {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .itemid-571 .fabrikGroup {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
  .itemid-571 .fabrikGroup > .legend {
    width: 100%;
  }
  .itemid-571 .fabrikGroup > div {
    width: 100%;
  }
  .itemid-571 .fabrikForm .fabrikGroup .fabrikElement .fabrikinput.inputbox {
    width: 100%;
  }
  .itemid-571 #fugo_lektor_prihlaska___zivotopis {
    width: 100%;
  }
}

.doucuj-title {
  width: 60rem;
  max-width: 100%;
  margin-top: 8rem !important;
}
.doucuj-title h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
}
.doucuj-title p {
  font-family: "TheFuture-Regular", Arial, serif;
}
@media (max-width: 576px) {
  .doucuj-title h2 {
    font-size: 36px;
  }
}

form.fabrikForm {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 131.2rem;
  margin-top: 4rem;
}
@media (max-width: 576px) {
  form.fabrikForm {
    width: 100%;
    margin-top: 4rem;
  }
}
form.fabrikForm .fabrikGroup legend {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
form.fabrikForm .fabrikGroup div {
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  form.fabrikForm .fabrikGroup div {
    width: 100%;
  }
}
form.fabrikForm .fabrikGroup .fabrikLabel {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 580px;
  overflow: hidden;
  word-wrap: break-word; /* Ak text nevojde do šírky, prelomí sa na ďalší riadok */
  white-space: normal;
}
form.fabrikForm .fabrikGroup .fabrikElement input {
  width: 58rem;
}
@media (max-width: 576px) {
  form.fabrikForm .fabrikGroup .fabrikElement input {
    width: 100%;
  }
}
form.fabrikForm .fabrikGroup .fabrikElement .fabrikinput {
  width: 58rem;
}
@media (max-width: 576px) {
  form.fabrikForm .fabrikGroup .fabrikElement .fabrikinput {
    width: 100%;
  }
}
form.fabrikForm .fabrikGroup .fabrikgrid_checkbox {
  display: flex;
  width: 58rem;
  max-width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--modra-60);
  transition: border-color 0.3s ease;
  padding: 12px;
  text-align: right;
  justify-content: space-between;
}
form.fabrikForm .fabrikGroup .fabrikgrid_checkbox .form-check-input {
  cursor: pointer;
  display: flex;
  width: 1.5rem;
}
form.fabrikForm .fabrikActions .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10rem;
}
form.fabrikForm .fabrikActions .btn-group .odosla_ {
  width: 17.6rem;
}
form.fabrikForm .row-fluid .col-sm-6 {
  float: none;
  margin: 0;
  display: none;
}
@media (max-width: 576px) {
  form.fabrikForm .fabrikGroup legend {
    font-size: 26px;
  }
}

.control-label {
  padding: 14px 0;
}

[id^=login-form] {
  width: 40rem;
  margin: 5rem auto 10rem auto;
  border: 1px solid var(--siva-20);
  border-radius: 0.4rem;
  background-color: var(--biela-100);
}
@media (max-width: 576px) {
  [id^=login-form] {
    width: 100%;
    padding: 0 1rem;
  }
}
[id^=login-form] .login-control {
  justify-content: space-between;
  align-items: center;
}
[id^=login-form] .create-account, [id^=login-form] .create-acc {
  margin: 0 0 0 1rem;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--modra-60) !important;
  width: 42rem;
  max-width: 60%;
  height: 3.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
}
[id^=login-form] .create-account .icon-register, [id^=login-form] .create-acc .icon-register {
  display: none;
}
[id^=login-form] .icon-eye, [id^=login-form] .icon-eye-slash {
  color: #5fafda;
  margin-left: 0.3rem;
}
[id^=login-form] .icon-eye:hover {
  filter: brightness(85%);
}
[id^=login-form] input {
  border-radius: 0.5rem;
  border: 1px solid var(--modra-60);
  transition: border-color 0.3s ease;
  padding: 12px;
}
[id^=login-form] .mod-login__userdata {
  padding: 40px 20px;
  border: none;
  position: relative;
  margin: 0;
}
@media (max-width: 576px) {
  [id^=login-form] .mod-login__userdata {
    padding: 40px 0px;
  }
}
[id^=login-form] .mod-login__userdata label, [id^=login-form] .mod-login__userdata .mb-1 {
  margin-bottom: 1rem;
}
[id^=login-form] .mod-login__userdata .mod-login__username .input-group, [id^=login-form] .mod-login__userdata .mod-login__username .show-pass-togheter, [id^=login-form] .mod-login__userdata .mod-login__password .input-group, [id^=login-form] .mod-login__userdata .mod-login__password .show-pass-togheter {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 475px) {
  [id^=login-form] .mod-login__userdata .mod-login__username .input-group, [id^=login-form] .mod-login__userdata .mod-login__username .show-pass-togheter, [id^=login-form] .mod-login__userdata .mod-login__password .input-group, [id^=login-form] .mod-login__userdata .mod-login__password .show-pass-togheter {
    width: 100%;
  }
}
[id^=login-form] .mod-login__userdata .mod-login__username .input-group:hover, [id^=login-form] .mod-login__userdata .mod-login__password .input-group:hover {
  filter: brightness(98%);
}
[id^=login-form] .mod-login__userdata .show-pass-togheter button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-left: 1px solid var(--modra-60);
}
[id^=login-form] .mod-login__userdata .show-pass-togheter button button span::before {
  content: ""; /* Vymaže obsah pseudo-prvku */
  visibility: hidden; /* Skryje pseudo-prvok */
  display: none; /* Alternatívne: úplne odstráni pseudo-prvok z layoutu */
}
[id^=login-form] .mod-login__submit {
  position: relative;
  bottom: 1.5rem;
}
[id^=login-form] .mod-login__submit .plg_system_webauthn_login_button {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  width: 17.5rem;
  max-width: 100%;
  margin-top: 4rem;
  max-height: 4rem !important;
  align-items: center;
  padding: 0 1rem;
  background-color: whitesmoke;
  border: 1px solid black;
  border-radius: 5px;
}
[id^=login-form] .mod-login__submit .plg_system_webauthn_login_button:hover {
  filter: brightness(95%);
}
[id^=login-form] .mod-login__submit .akeeba-sociallogin-link-button-google {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  width: 17.5rem;
  max-width: 100%;
  margin-top: 3rem;
  height: 3.64rem;
  align-items: center;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 5px;
  transition: 0.3s;
}
[id^=login-form] .mod-login__submit .akeeba-sociallogin-link-button-google svg {
  width: 2rem;
  height: auto;
  margin-right: 0.01rem;
  border-radius: 10px;
}
[id^=login-form] .mod-login__submit .akeeba-sociallogin-link-button-google:hover {
  filter: brightness(95%);
}

ul.mod-login__options {
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 3rem auto 0 auto;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
ul.mod-login__options .icon-register:before {
  content: "";
}
ul.mod-login__options a {
  color: #838383;
  padding: 1px;
  text-decoration: none;
  margin: 0 auto;
}
ul.mod-login__options a:hover {
  color: #656565;
}

.com-users-reset form {
  width: 44.2rem;
  margin: 5rem auto 10rem auto;
  border: 1px solid var(--siva-20);
  border-radius: 0.4rem;
  background-color: var(--biela-100);
}
@media (max-width: 576px) {
  .com-users-reset form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .com-users-reset form input {
    width: 92%;
  }
}
.com-users-reset form .reset-form-buco {
  padding: 0 20px 0 20px;
  border: none;
  position: relative;
  margin: 0;
}
.com-users-reset form .reset-form-buco legend {
  padding-top: 26px;
}
.com-users-reset form .reset-form-buco .validate-email {
  width: 37.4rem;
  border-radius: 0.5rem;
  border: 1px solid var(--modra-60);
  transition: border-color 0.3s ease;
  padding: 12px;
}
.com-users-reset form .reset-form-buco .validate-email:focus {
  outline-color: #0c90d7;
}
.com-users-reset form .com-users-reset__submit {
  width: 40rem;
  margin: 0 auto 1rem auto;
}
@media (max-width: 576px) {
  .com-users-reset form .com-users-reset__submit {
    margin: 0 auto;
    width: 100% !important;
  }
}

.com-users-remind {
  width: 40rem;
  margin: 5rem auto 10rem auto;
  border: 1px solid var(--siva-20);
  border-radius: 0.4rem;
  background-color: var(--biela-100);
}
@media (max-width: 576px) {
  .com-users-remind {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .com-users-remind input {
    width: 100%;
  }
}
.com-users-remind legend, .com-users-remind .control-group {
  padding: 0 2rem;
  max-width: 400px;
}
.com-users-remind legend {
  padding-top: 4rem;
}
.com-users-remind .com-users-remind__submit {
  max-width: 36rem;
  padding-bottom: 4rem;
}

.com-users-registration__form {
  width: 40rem;
  margin: 5rem auto 10rem auto;
  border: 1px solid var(--siva-20);
  border-radius: 0.4rem;
  background-color: var(--biela-100);
}
.com-users-registration__form input {
  width: 100%;
}
.com-users-registration__form form fieldset {
  padding: 14px 20px 14px 20px;
  border: none;
  position: relative;
  margin: 0;
  display: block;
}
.com-users-registration__form form #radio {
  display: flex;
}

.profile-menu {
  width: 132.6rem;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
.profile-menu .container-sidebar-left {
  background-color: white;
  width: 30rem;
}

.d-flex.login-control {
  display: flex;
}

.button,
.header-wide-button {
  transition: 0.3s;
}
.button:hover,
.header-wide-button:hover {
  filter: brightness(95%);
}

.prihlaste-dieta-widget {
  background-color: var(--okrova-60);
  justify-content: flex-start !important;
  padding-left: 64px !important;
}
.prihlaste-dieta-widget .bottom-a-content {
  text-align: left !important;
}
.prihlaste-dieta-widget .button {
  background-color: var(--okrova-100) !important;
  color: #000;
  padding: 12px 24px;
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  border: none;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .prihlaste-dieta-widget {
    padding: 32px !important;
  }
  .prihlaste-dieta-widget h2 {
    font-size: 36px !important;
    line-height: 120% !important;
  }
}

/* docasne skryte, ak nie je problem tak sa moze zmazat. Je nahradene cez header-wide-wrapper */
.main-wrapper .container {
  width: 131.2rem;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 576px) {
  .main-wrapper {
    width: 100%;
    padding: 0 1rem;
  }
  .main-wrapper .container {
    width: 100%;
  }
}

.category-flex {
  display: flex;
  gap: 32px;
}
.category-flex .category-card {
  border: 1px solid var(--siva-20);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 991px) {
  .category-flex {
    flex-direction: column;
  }
  .category-flex .category-card {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1320px) {
  .categories-container {
    width: 100% !important;
    padding: 0 1rem !important;
  }
}
/* custom pre podstranku priprava na prijimacie pohovory */
.itemid-525 .header-wide-wrapper {
  margin-top: 40px;
  margin-bottom: 80px;
}
.itemid-525 .header-wide-content {
  margin-top: 0;
}
.itemid-525 .header-wide-content .title {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .itemid-525 .header-wide-wrapper {
    margin-bottom: 48px;
  }
  .itemid-525 .header-wide-content .title {
    margin-bottom: 20px;
  }
}

#member-registration legend, #member-registration .control-group {
  padding: 0 2rem;
  max-width: 400px;
}
@media (max-width: 576px) {
  #member-registration legend, #member-registration .control-group {
    padding: 0;
  }
}
#member-registration legend {
  padding-top: 4rem;
  display: block;
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 0;
  font-size: 3rem;
}
#member-registration .com-users-remind__submit {
  max-width: 36rem;
  padding-bottom: 4rem;
}
#member-registration .control-group > .controls > fieldset {
  border: none;
  margin: 0;
}
#member-registration .control-group > .controls > fieldset div.required {
  margin-top: 1rem;
}
#member-registration .input-group {
  position: relative;
}
#member-registration .input-group button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-left: 1px solid var(--modra-60);
}
#member-registration .input-group button button span::before {
  content: ""; /* Vymaže obsah pseudo-prvku */
  visibility: hidden; /* Skryje pseudo-prvok */
  display: none; /* Alternatívne: úplne odstráni pseudo-prvok z layoutu */
}

.com-users-reset {
  box-sizing: border-box;
  max-width: 40rem !important;
}
.com-users-reset legend, .com-users-reset .control-group {
  padding: 0 2rem;
  max-width: 400px;
}
.com-users-reset legend {
  padding-top: 4rem;
}
.com-users-reset .com-users-reset__submit {
  max-width: 36rem;
  padding-bottom: 4rem;
}

@media (max-width: 991px) {
  .horizontal-scrollable {
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    padding-left: 0px !important;
  }
  .horizontal-scrollable .nav-item a {
    white-space: nowrap;
  }
}

.mod-menu-wrapper {
  max-width: 100%;
}

.predmety::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/books.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}

.fugo .buy {
  font-weight: 900;
}
.fugo .location-5 {
  background-color: rgba(215, 124, 91, 0.2);
}
.fugo .location-5 .btn:hover {
  background-color: rgba(215, 124, 91, 0.2);
}
.fugo .location-5 #locations .selected {
  background-color: rgba(215, 124, 91, 0.6);
}
.fugo .location-5 .buy {
  background-color: rgba(215, 124, 91, 0.6);
}
.fugo .location-5 .lecture-box:hover {
  background: #f7e5de;
}
.fugo .location-5 .termin-options {
  border: 1px solid rgba(215, 124, 91, 0.6);
}
.fugo .location-5 .selected:not([data-value="0"]) {
  background: #f7e5de;
}
.fugo .location-10 {
  background-color: rgba(139, 224, 162, 0.2);
}
.fugo .location-10 .btn:hover {
  background: rgba(139, 224, 162, 0.6);
}
.fugo .location-10 #locations .selected {
  background-color: rgba(139, 224, 162, 0.6);
}
.fugo .location-10 .buy {
  background-color: rgba(139, 224, 162, 0.6);
}
.fugo .location-10 .lecture-box:hover {
  background-color: #e8f9ec;
}
.fugo .location-10 .termin-options {
  border: 1px solid rgba(139, 224, 162, 0.6);
}
.fugo .location-10 .selected:not([data-value="0"]) {
  background-color: #e8f9ec;
}
.fugo .location-9 {
  background-color: var(--fialova-20) !important;
}
.fugo .location-9 .btn:hover {
  background-color: rgb(198, 180, 216);
}
.fugo .location-9 #locations .selected {
  background-color: var(--fialova-60);
}
.fugo .location-9 .buy {
  background-color: var(--fialova-60);
}
.fugo .location-9 .lecture-box:hover {
  background: var(--fialova-20);
}
.fugo .location-9 .termin-options {
  border: 1px solid var(--fialova-60);
}
.fugo .location-9 .selected:not([data-value="0"]) {
  background: var(--fialova-20);
}

.tutor-lessons {
  padding: 0;
  width: 100%;
}
.tutor-lessons .js-stools {
  display: flex;
  width: 100%;
  font-family: "TheFuture-Regular", Arial, serif;
}
.tutor-lessons .js-stools .js-stools-container-filters {
  display: flex;
  flex: 1;
  gap: 8px;
}
.tutor-lessons .js-stools joomla-field-fancy-select {
  display: block;
}
.tutor-lessons .js-stools joomla-field-fancy-select .choices__inner {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid var(--modra-60);
  font-size: 16px;
}
.tutor-lessons #adminForm {
  width: 100%;
}
.tutor-lessons .lections-wrapper {
  padding-top: 2rem;
  margin: 0;
  background-color: transparent;
}
.tutor-lessons .lections-card-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  gap: 24px;
  height: unset;
}
.tutor-lessons .lections-card {
  position: relative;
  display: flex !important;
  width: 100% !important;
  height: unset !important;
  margin: 0 !important;
  gap: 24px;
}
.tutor-lessons .lections-card .lections-card-subject-logo {
  margin-right: 0 !important;
}
.tutor-lessons .lections-card .lections-card-subject-logo img {
  border-radius: 5px;
}
.tutor-lessons .lections-card .lections-card-info {
  width: 100% !important;
  flex: 1;
  background-color: transparent !important;
}
.tutor-lessons .lections-card .lections-card-info .info-data {
  display: flex;
  gap: 14px;
  margin-bottom: 0 !important;
  margin-top: 8px;
}
.tutor-lessons .lections-card .lections-card-info .info-data > div {
  margin-right: 0 !important;
  font-size: 12px;
  font-family: "TheFuture-Regular", Arial, serif;
}
.tutor-lessons .lections-card .lections-card-info .info-data > div b {
  font-family: "TheFuture-Medium", Arial, serif;
}
.tutor-lessons .lections-card .lections-card-info .useful-links-wrapper {
  height: 26px;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
.tutor-lessons .lections-card .lections-card-info .useful-links-wrapper button {
  color: black;
  font-size: 12px;
  border: none;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--modra-20) !important;
  padding: 6px 8px !important;
  margin: 0 !important;
}
.tutor-lessons .lections-card .lections-card-info .info-subject-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tutor-lessons .lections-card .lections-card-info .info-subject-status .subject-lection {
  font-family: "TheFuture-Medium", Arial, serif;
}
.tutor-lessons .lections-card .lections-card-info .info-subject-status .subject-lection a {
  color: #000;
}
.tutor-lessons .lections-card .social-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.tutor-lessons .lections-card .social-wrapper .lesson-state {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 12px;
  line-height: 150%;
  padding: 6px 8px;
  border-radius: 5px;
  background-color: var(--zelena-40);
}
.tutor-lessons .lections-card .social-wrapper .social-link {
  margin-left: 0 !important;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--modra-60);
  transition: 0.3s;
}
.tutor-lessons .lections-card .social-wrapper .social-link:hover {
  background-color: var(--modra-60);
}
.tutor-lessons .lections-card .social-wrapper-mobile {
  display: none;
}
@media (max-width: 1580px) {
  .tutor-lessons .js-stools {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 1399px) {
  .tutor-lessons .js-stools .js-stools-container-filters {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .tutor-lessons .lections-card .lections-card-subject-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tutor-lessons .lections-card .lections-card-info .info-subject-status {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 65px;
    gap: 7px;
  }
  .tutor-lessons .lections-card .lections-card-info .info-data {
    flex-direction: column;
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .tutor-lessons .lections-card .social-wrapper-mobile {
    display: flex;
    margin-top: 14px;
  }
  .tutor-lessons .lections-card .social-wrapper-mobile .social-link {
    width: 100%;
    height: 32px;
  }
  .tutor-lessons .lections-card .social-wrapper-desktop .social-link {
    display: none;
  }
}

.view-tutors main {
  padding-top: 0 !important;
}
.view-tutors .top-a > .card-body {
  margin-bottom: 0;
}
.view-tutors .fugo {
  width: 100%;
}
.view-tutors .pagination {
  margin-top: 3rem;
}
.view-tutors .pagination ul.pagination {
  display: flex;
  justify-content: space-around;
  padding: 0;
  justify-self: center;
  width: 320px;
}
.view-tutors .pagination ul.pagination a {
  color: var(--cierna-80);
  padding: 5px 14px;
  border-radius: 5px;
}
.view-tutors .pagination ul.pagination a:hover {
  background-color: var(--modra-60);
}
.view-tutors .pagination ul.pagination li.disabled {
  display: none;
}
.view-tutors .pagination ul.pagination li.active a {
  background-color: var(--modra-60);
}
.view-tutors [data-modals-element=modal] [data-modals-element=main] {
  max-width: 100%;
  margin: 0 auto !important;
  width: 1088px;
}
.view-tutors [data-modals-element=modal][data-modals-theme=dark] [data-modals-element=overlay] {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.65);
}
.view-tutors [data-modals-element=modal][data-modals-theme=dark] [data-modals-type=iframe] [data-modals-element=slide-content] iframe {
  border-width: 0;
}
.view-tutors [data-modals-element=modal] [data-modals-orientation=vertical] [data-modals-element=slide-container] {
  width: 1088px !important;
}
.view-tutors [data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close] {
  margin-right: 16px;
  margin-top: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1099px) {
  .view-tutors [data-modals-element=modal] [data-modals-orientation=vertical] [data-modals-element=slide-container] {
    width: 100% !important;
  }
  .view-tutors [data-modals-element=modal] [data-modals-element=close-bar] {
    position: absolute;
    filter: brightness(0%) invert(0%);
  }
}
@media (max-width: 576px) {
  .view-tutors .pagination ul.pagination a {
    padding: 5px;
  }
}

.tutor-list {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 64px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  max-width: 100%;
}
.tutor-list .tutor-image {
  width: 100%;
  border-radius: 5px;
  height: 201px;
  overflow: hidden;
  margin-bottom: 24px;
}
.tutor-list .tutor-image img {
  max-width: 100%;
}
.tutor-list .title {
  font-size: 18px;
  font-weight: bold;
}
.tutor-list .subjects {
  font-size: 16px;
  line-height: 150%;
}
.tutor-list .description {
  font-size: 18px;
  line-height: 150%;
  margin-top: 16px;
}
.tutor-list .tutor-card {
  display: flex;
  max-width: 192px;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .tutor-list {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  .tutor-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .tutor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tutor-list .description {
    display: none;
  }
}

.tests h2 {
  margin-top: 10rem !important;
  display: block;
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  text-align: center;
}
.tests p:nth-of-type(2) {
  text-align: center;
}
#system-message-container {
  position: fixed;
  z-index: 50;
  display: flex;
  justify-content: center;
}

.courses-list .parent {
  flex-direction: column;
  align-items: flex-start;
  margin: 1rem 0;
  padding: 20px;
}
.courses-list .parent .parent-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.courses-list .flex-course-info .course-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.courses-list .flex-course-info {
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
  flex: 1;
}
.courses-list .details, .courses-list .title {
  justify-content: flex-end;
}
.courses-list .title {
  min-width: 36rem;
  margin-top: 0;
}
.courses-list .details a {
  position: inherit;
  font-size: 14px;
  line-height: 120%;
  color: #A7A6A5;
  border-bottom: 1px solid #A7A6A5;
  transition: 0.3s;
}
.courses-list .details a:hover {
  opacity: 0.7;
}
.courses-list .courses {
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 5px;
  width: 100%;
}
.courses-list .course:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDBDB;
}
.courses-list .course .subject {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.8rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 16px;
}
.courses-list .course .materials {
  border-radius: 5px;
  background-color: #D3F0FE;
}
.courses-list .course .materials .card-header {
  font-family: "TheFuture-Regular", Arial, serif;
  padding: 6px 15px;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: left;
  margin-bottom: 0;
  background-color: #A7E1FD;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.courses-list .course .materials .card-body {
  margin-bottom: 0;
  padding: 12px 15px;
  font-family: "TheFuture-Regular", Arial, serif;
  font-size: 1.4rem;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.courses-list .course .materials .card-body a {
  color: #000;
}
.courses-list .course .materials .card-body .file a {
  display: flex;
  align-items: center;
  position: relative !important;
  right: unset;
  bottom: unset;
  padding-right: 20px;
  margin: 0;
  text-align: left;
  transition: 0.3s;
}
.courses-list .course .materials .card-body .file a:hover {
  opacity: 0.7;
}
.courses-list .course .materials .card-body .file a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/images/freedu/icons/mix/file-icon.svg) no-repeat center;
  margin-right: 8px;
}
.courses-list .course .materials .card-body .file a:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 13.3px;
  background: url(/images/freedu/icons/mix/download-icon.svg) no-repeat center;
}
.courses-list .course .datetime {
  width: 100px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "TheFuture-Regular", Arial, serif;
  font-size: 1.4rem;
  line-height: 150%;
  border-radius: 5px;
}
.courses-list .course .datetime .time {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.8rem;
}
.courses-list .course .group-link a {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #7ad2fb;
  right: unset;
  bottom: unset;
  margin-top: 16px;
}
.courses-list .course.color-6 .datetime {
  background-color: #A7E1FD;
}
.courses-list .course.color-12 .datetime {
  background-color: #E9BDCB;
}
.courses-list .session {
  display: flex;
  gap: 32px;
}
.courses-list .session .content {
  flex: 1;
}
@media (max-width: 1200px) {
  .courses-list .title {
    min-width: unset;
    flex: 1;
  }
}
@media (max-width: 549px) {
  .courses-list .session {
    flex-direction: column;
  }
  .courses-list .group-link {
    margin-top: 16px;
  }
  .courses-list .parent .parent-header {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}

.courses-list.list-0 .parent {
  background-color: #e6f4de !important;
}

.courses-list.list-2 .parent,
.courses-list.list-1 .parent {
  background-color: white !important;
}

.courses-list.list-1 {
  gap: 0;
}

.componentheading {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0.67rem 0 3rem 0;
}

.cat-heading {
  font-size: 1.4rem;
  line-height: 120%;
  text-transform: uppercase;
  margin: 3rem 0 3rem 0 !important;
}

.parent-course {
  padding: 0 1rem 0 0;
  width: 100%;
}
.parent-course .parent-course-top {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.parent-course .row > h2 {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 2.4rem;
  line-height: 140%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
.parent-course .parent-course-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.2rem;
  font-family: "TheFuture-Regular", Arial, serif;
}
.parent-course .parent-course-head > div {
  width: 100%;
}
.parent-course .parent-course-meta {
  gap: 22px;
  height: unset;
}
.parent-course .parent-course-meta .session-tutors,
.parent-course .parent-course-meta .session-code {
  line-height: 150%;
}
.parent-course .parent-course-meta > div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.parent-course .parent-course-meta > div:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.parent-course .course-length:before {
  background: url("/images/freedu/icons/mix/course-leaf-icon.svg") no-repeat center;
}
.parent-course .course-range:before {
  background: url("/images/freedu/icons/mix/calendar-icon.svg") no-repeat center;
  filter: brightness(0) saturate(100%);
}
.parent-course .sessions-done:before {
  background: url("/images/freedu/icons/mix/hourglass-icon.svg") no-repeat center;
}
.parent-course .sessions-missing:before {
  background: url("/images/freedu/icons/mix/x-icon.svg") no-repeat center;
}
.parent-course .location:before {
  background: url("/images/freedu/icons/mix/notebook-icon.svg") no-repeat center;
}
.parent-course .session-tutors:before {
  background: url("/images/freedu/icons/mix/dieta.svg") no-repeat center;
}
.parent-course .session-code:before {
  background: url("/images/freedu/icons/mix/folder-icon.svg") no-repeat center;
}
.parent-course hr {
  border: 0;
  border-top: 1px solid #a9e4ff; /* Prestrihnutá čiara */
  margin: 20px 0 0 0;
}
.parent-course .lessons {
  padding-top: 2rem;
}
.parent-course .lessons .table-striped {
  padding: 1rem;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.parent-course .lessons .table-striped thead tr th {
  text-align: center;
}
.parent-course .lessons .table-striped thead tr th:nth-child(5), .parent-course .lessons .table-striped thead tr th:nth-child(7) {
  text-align: start;
  max-width: 10rem;
}
.parent-course .lessons .table-striped thead tr th:nth-child(2), .parent-course .lessons .table-striped thead tr th:nth-child(3) {
  width: 15rem;
}
.parent-course .lessons .table-striped tbody td:first-child {
  width: 120px;
}
.parent-course .lessons .table-striped tbody tr:hover {
  background-color: #f6f6f6;
  border: 1px solid red;
  border-radius: 55px;
}
.parent-course .lessons .table-striped tbody td {
  max-width: 10rem;
  padding: 1rem 0 1rem 0;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
}
.parent-course .lessons .table-striped tbody td:not(:nth-child(5)):not(:nth-child(7)) {
  white-space: nowrap;
}
.parent-course .lessons .table-striped tbody td:nth-child(5), .parent-course .lessons .table-striped tbody td:nth-child(7) {
  text-align: start;
}
.parent-course .lessons .lesson-list {
  width: 100%;
}
.parent-course .lessons .lesson-list .group-block .group {
  font-family: "TheFuture-Medium", Arial, serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 10px;
}
.parent-course .lessons .lesson-list .parent {
  display: flex;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  gap: 24px;
}
.parent-course .lessons .lesson-list .parent .tag {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  background-color: #E9BDCB;
}
.parent-course .lessons .lesson-list .parent > .content {
  flex: 1;
  max-width: 100%;
}
.parent-course .lessons .lesson-list .parent .flex-order-info {
  display: flex;
  margin-bottom: 14px;
}
.parent-course .lessons .lesson-list .parent .flex-order-info .title-holder {
  display: flex;
  gap: 10px;
  font-family: "TheFuture-Regular", Arial, serif;
  line-height: 150%;
}
.parent-course .lessons .lesson-list .parent .flex-order-info .subject,
.parent-course .lessons .lesson-list .parent .flex-order-info .title {
  font-family: "TheFuture-Medium", Arial, serif;
}
.parent-course .lessons .lesson-list .parent joomla-tab[view=tabs] > div[role=tablist] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  gap: 12px;
}
.parent-course .lessons .lesson-list .parent joomla-tab[view=tabs] > div[role=tablist] > button {
  border-radius: 5px;
  background-color: #F4DEE5;
  border: none;
  box-shadow: none;
  font-size: 12px;
}
.parent-course .lessons .lesson-list .parent joomla-tab[view=tabs] > div[role=tablist] > button[aria-expanded=true] {
  background-color: #E9BDCB;
  font-family: "TheFuture-Medium", Arial, serif;
}
.parent-course .lessons .lesson-list .parent joomla-tab button[aria-expanded=true]:after {
  display: none;
}
.parent-course .lessons .lesson-list .parent joomla-tab > joomla-tab-element {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 15px 0;
}
.parent-course .lessons .lesson-list .parent .materials {
  flex-direction: column;
}
.parent-course .lessons .lesson-list .parent .materials .file {
  padding-bottom: 15px;
  font-family: "TheFuture-Regular", Arial, serif;
  font-size: 1.4rem;
}
.parent-course .lessons .lesson-list .parent .materials .file a {
  display: flex;
  align-items: center;
  position: relative !important;
  right: unset;
  bottom: unset;
  padding-right: 20px;
  margin: 0;
  text-align: left;
  transition: 0.3s;
  color: #000;
  word-break: break-word;
}
.parent-course .lessons .lesson-list .parent .materials .file a:hover {
  opacity: 0.7;
}
.parent-course .lessons .lesson-list .parent .materials .file a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/images/freedu/icons/mix/file-icon.svg) no-repeat center;
  margin-right: 8px;
}
.parent-course .lessons .lesson-list .parent .materials .file a:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 13.3px;
  background: url(/images/freedu/icons/mix/download-icon.svg) no-repeat center;
}
@media (max-width: 1499px) {
  .parent-course .parent-course-meta {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .parent-course .parent-course-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .parent-course .lessons .lesson-list .parent .tag {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .parent-course .lessons .lesson-list .parent .flex-order-info {
    margin-left: 65px;
  }
  .parent-course .lessons .lesson-list .parent joomla-tab {
    margin-top: 40px;
    gap: 5px;
  }
  .parent-course .lessons .lesson-list .parent joomla-tab[view=accordion] > button {
    border-radius: 5px;
    background-color: #F4DEE5;
    border: none;
    box-shadow: none;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .parent-course .lessons .lesson-list .parent .flex-order-info .title-holder {
    flex-wrap: wrap;
  }
}

.course-flex .start-date::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.8rem;
  background: url("/images/freedu/icons/mix/termin.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
  margin-bottom: 1px;
  transform: translateY(2px);
}
.course-flex .child {
  margin-left: 0.3rem;
}
.course-flex .child::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  background: url(/images/freedu/icons/mix/dieta.svg) no-repeat center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}

/* Nastavujeme box-sizing pre všetky elementy */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.EUR:after {
  content: " €";
}

input[type=submit] {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Söhne-Buch";
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 1.6rem;
  color: var(--cierna-80);
  background-image: linear-gradient(180deg, #DAF3FF, #FFF 70rem);
}
@media (max-width: 576px) {
  body {
    max-width: 576px;
  }
}

.maintenance-message {
  display: none; /* Správa je prednastavená ako skrytá */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Výška na celú obrazovku */
  text-align: center;
  background-color: #ddf4ff;
  font-weight: bold;
  color: #333;
}

/* Štýly pre mobilné zariadenia (max. šírka obrazovky 1024px) */
@media (max-width: 1024px) {
  .page-content {
    display: none;
  }
  .maintenance-message {
    display: flex; /* Zobrazí spravu iba na mobiloch a tabletoch */
    justify-content: center; /* Horizontálne vycentrovanie */
    align-items: center; /* Vertikálne vycentrovanie */
    height: 100vh;
    font-size: 2rem;
    text-align: center;
    color: #333;
    background-color: #ddf4ff;
    font-weight: bold;
  }
  .maintenance-message p {
    font-size: 38px; /* Nastavíme veľkosť písma */
  }
}
fieldset {
  border: none;
}
@media (max-width: 576px) {
  fieldset {
    width: 100%;
  }
}

main {
  margin: 0 auto;
  max-width: 100%;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
}

._1_1_bluebox-wrapper, ._1_3_bluebox-wrapper, .nas-pristup {
  min-width: 100vw;
  background-color: var(--modra-10);
}

.card-body {
  margin-bottom: 8rem;
}
@media (max-width: 576px) {
  .card-body {
    margin-bottom: 0;
  }
}

.container-bottom-a {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .container-bottom-a {
    display: block;
  }
}

#mod-custom159 {
  background-color: #e9f7fe;
  width: 100vw;
}

.bottom-a-wrapper {
  padding: 8rem 0 8rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .bottom-a-wrapper {
    margin: 0;
  }
}
.bottom-a-wrapper .bottom-a-content {
  text-align: center;
}
.bottom-a-wrapper .bottom-a-content h2 {
  font-family: "TheFuture-Medium";
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
.bottom-a-wrapper .bottom-a-content p {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 40px;
}
.bottom-a-wrapper .bottom-a-content a button {
  padding: 12px 24px;
  background-color: #7ad2fb;
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  border: none;
  border-radius: 5px;
}

.contact-category .category-desc .adress-header {
  width: 131.2rem;
}
.contact-category .category-desc .adress-header .paragraph-1 {
  margin: 0;
  font-family: "Söhne-Halbfett";
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
.contact-category .category-desc .adress-header h2 {
  font-family: "TheFuture-Medium";
  font-size: 48px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
.contact-category .category-desc .adress-header .paragraph-2 {
  font-family: "Söhne-Buch";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.footer {
  max-width: 131.2rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .footer {
    width: 100%;
  }
}

.capitalize::first-letter {
  text-transform: capitalize;
}/*# sourceMappingURL=template.css.map */