.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.hello-text-hero {
  margin-right: 16px;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.hello-text-hero.white {
  margin-right: 10px;
  color: #fff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.slider {
  max-width: none;
  padding-right: 40px;
  padding-left: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 16%, #b4bfca);
}

.hero-text-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bc-wrap.white {
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section {
  width: auto;
  padding: 40px 45px 30px;
  color: #000;
  font-style: normal;
}

.section.newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.hero-heading {
  max-width: 660px;
  margin-top: 35px;
  margin-bottom: 50px;
  color: #333;
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
}

.main-heading-span {
  color: #bb927b;
}

.button {
  padding: 9px 20px;
  background-color: #3f327a;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2c215a;
  color: #fff;
}

.button.big-violet-button {
  display: inline-block;
  padding: 22px 45px;
  background-color: #023e7d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  line-height: 24px;
}

.button.big-violet-button:hover {
  background-color: grey;
  color: #fff;
}

.button.big-white-button {
  padding: 22px 20px;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #023e7d;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button.big-white-button:hover {
  background-color: grey;
  color: #fff;
}

.button.i-want-internships-button {
  padding: 22px 30px;
  background-color: #fff;
  color: #3f327a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button.i-want-internships-button:hover {
  background-color: #e7e4f1;
}

.button.standard-size-button {
  padding: 17px 40px;
  font-size: 16px;
  line-height: 24px;
}

.button.standard-size-button:hover {
  color: #fff;
}

.button.standard-size-button.internships-submit-button {
  padding-right: 25px;
  padding-left: 25px;
}

.divider-deco {
  width: 145px;
  height: 1px;
  background-color: #3d3d3d;
  opacity: 0.2;
}

.divider-deco.cta-divider-deco {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.divider-deco.hide-deco-divider {
  width: 150px;
}

.divider-deco.white {
  width: 50px;
  margin-right: 10px;
  background-color: #fff;
  opacity: 0.49;
}

.slider-hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 600px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.slider-hp.fullwidth {
  height: 640px;
  max-width: none;
}

.img_slider {
  overflow: hidden;
  width: 64%;
  height: 600px;
  background-image: url('../images/banner_temp1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.img_slider.sl2 {
  width: 58%;
  background-image: url('../images/Slider-Image-42x.jpg');
}

.left-arrow-2 {
  left: 0px;
  bottom: 0px;
  display: none;
  width: 30px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.cta-content {
  position: relative;
  padding-top: 15px;
  padding-right: 44px;
  padding-bottom: 15px;
}

.cta-content.daruj {
  padding: 50px 30px;
  background-color: #325974;
}

.cta-content.newsletter {
  padding: 50px 30px;
  background-color: #594069;
}

.cta-heading {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
}

.cta-content-wrap {
  position: relative;
  z-index: 1;
}

.cta-label-text {
  margin-right: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-transform: uppercase;
}

.cta-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projekty-grid {
  margin-top: 30px;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projekt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_slider {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mask {
  width: 100%;
  height: 100%;
}

.navbar {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.sfpa_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sfpa_logo.w--current {
  margin-top: 0px;
  margin-bottom: 20px;
}

.dropdown_menu {
  font-family: Poppins, sans-serif;
  color: #023e7d;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.dropdown_menu:hover {
  color: grey;
}

.ddlink {
  padding-right: 20px;
  padding-left: 20px;
  background-color: grey;
  color: #ddd;
  cursor: pointer;
}

.ddlink:hover {
  background-color: #54595d;
  color: #fff;
}

.ddlink.w--current {
  color: #a0a0a0;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #023e7d;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link:hover {
  color: grey;
}

.nav-link.w--current {
  color: grey;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 3px none #006a53;
  text-align: left;
}

.container.menu {
  display: block;
  max-width: 1440px;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu {
  padding-top: 0px;
}

.dropdown-list {
  background-color: #e2dddd;
}

.dropdown-list.w--open {
  min-width: 160px;
  padding: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #54595d;
  background-color: grey;
  color: #d8d8d8;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #023e7d;
}

.footer.zahr {
  background-color: #742223;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.foot1 {
  width: 25%;
  padding-right: 20px;
}

.col.foot2 {
  width: 25%;
}

.footer-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c7c7c7;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}

.footer-text.copyright {
  color: #b1b1b1;
  font-size: 12px;
  text-align: left;
}

.footer-logo-2 {
  margin-bottom: 20px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  text-align: right;
}

.hl_footer {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 6px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: grey;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  background-color: #023e7d;
  color: #fff;
}

.navigation-button.lang {
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 2px solid grey;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #023e7d;
  font-size: 13px;
  font-weight: 500;
}

.navigation-button.lang:hover {
  background-color: #fff;
  color: #5f5f5f;
}

.navigation-button.lang.w--current {
  color: #bbb;
  font-weight: 500;
}

.features-wrapper {
  margin-bottom: 0px;
  padding: 25px;
  background-color: #ebebeb;
  background-image: linear-gradient(297deg, #d2d8df, #f1f4f7 70%);
}

.features-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: 0px;
}

.align-center {
  text-align: left;
}

.h4 {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #bb927b;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
}

.grid {
  margin-top: 30px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.podujatia {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.podujatia.archiv {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.sp {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.h1 {
  margin: 50px auto 20px;
  color: #333;
  font-size: 50px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}

.h1.center {
  color: #333;
  text-align: center;
}

.txt_intro {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}

.txt_intro.center {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 18px;
  text-align: center;
}

.link {
  color: #023e7d;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #0466c8;
}

.link.newline {
  display: block;
  margin-bottom: 10px;
}

.podujatie {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: left;
}

.headline_link {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #004b9b;
  font-size: 28px;
  line-height: 140%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.headline_link:hover {
  color: #0065cf;
}

.headline_link.pub {
  padding-top: 0px;
}

.headline_link.clanok {
  padding-bottom: 0px;
  color: #ad1d1d;
  font-size: 20px;
}

.headline_link.red {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ad1d1d;
  cursor: pointer;
}

.headline_link.red:hover {
  color: #cc0909;
}

.datum {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 10;
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background-color: rgba(78, 78, 78, 0.88);
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0px;
}

.datum.extra {
  position: static;
  left: 15%;
  display: block;
  margin-bottom: 20px;
  padding: 0px;
  background-color: hsla(22, 0%, 100%, 0.8);
  font-size: 28px;
  text-align: left;
}

.datum.archiv {
  background-color: rgba(78, 78, 78, 0.88);
}

.datum.red {
  position: absolute;
  background-color: rgba(173, 29, 29, 0.72);
}

.btn_registracia {
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 15px;
  background-color: #004b9b;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.btn_registracia:hover {
  background-color: #5f5f5f;
}

.btn_registracia.extra {
  margin-right: 20px;
  padding: 21px 40px;
  font-size: 20px;
}

.btn_registracia.extra.program {
  padding: 28px 35px 28px 80px;
  background-image: url('../images/002-task-list.svg');
  background-position: 20px 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.btn_registracia.extra.registracia {
  padding: 28px 35px 28px 80px;
  background-image: url('../images/004-login.svg');
  background-position: 20px 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.btn_registracia.extra.pdf {
  padding-left: 80px;
  background-image: url('../images/005-pdf.svg');
  background-position: 20px 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.img_box {
  position: relative;
  z-index: 90;
  width: 100%;
}

.img_box.ukonceny {
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.date {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #2c2c2c;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.date.extra {
  display: inline-block;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.img_pub {
  width: auto;
}

.publikacia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt_pub {
  width: 66%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 15px;
  background-color: #004b9b;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #5f5f5f;
}

.btn.detail {
  margin-bottom: 40px;
}

.btn.pagination {
  padding: 13px 15px;
}

.btn.pagination.left {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 44px;
  background-image: url('../images/002-left-arrow.svg');
  background-position: 8% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.btn.pagination.right {
  padding-right: 44px;
  padding-left: 20px;
  background-image: url('../images/001-right-arrow.svg');
  background-position: 92% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.autor_pub {
  display: inline-block;
  padding: 2px 8px;
  background-color: #023e7d;
  color: #fff;
  font-weight: 400;
}

.temy-wrap {
  margin-top: 10px;
  text-align: left;
}

.tema {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.tema:hover {
  border-color: #004b9b;
  background-color: #004b9b;
  color: #fff;
}

.search-wrapper {
  background-image: linear-gradient(45deg, #5f5f5f, grey);
}

.search-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.search-input-2 {
  height: 40px;
  margin-bottom: 0px;
  padding: 0px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #d1d1d1;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}

.search-button {
  height: 100%;
  padding: 0px 35px;
  border-left: 1px solid #535353;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, height 200ms ease;
  transition: background-color 200ms ease, height 200ms ease;
  font-size: 20px;
}

.search-button:hover {
  background-color: rgba(0, 0, 0, 0.43);
}

.search-form-button {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: 0px;
  padding: 2px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #c9c9c9;
  opacity: 0.7;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.search-icon {
  width: 20px;
  height: 20px;
}

.search-button-text {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.search-button-text-close {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid2col {
  width: 100%;
}

.search-result-wrapper {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.link-2 {
  color: #0466c8;
  font-size: 18px;
  font-weight: 500;
}

.heading {
  font-family: Poppins, sans-serif;
  color: grey;
}

.field-label {
  color: grey;
}

.search-input-3 {
  min-height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.btn_regular {
  padding: 12px 20px;
  background-color: #023e7d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
}

.btn_regular:hover {
  background-color: grey;
}

.search-result-item {
  margin-top: 30px;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ico_footer {
  margin-top: 3px;
  margin-right: 8px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.link_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c7c7c7;
  font-size: 15px;
  text-decoration: none;
}

.link_footer:hover {
  color: #fff;
}

.link_footer.social {
  margin-right: 4px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.link_footer.social:hover {
  opacity: 0.6;
}

.slider-wrapper-wide {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-partneri {
  display: block;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 160px;
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-wide.slide2_loga {
  padding-right: 10px;
  padding-left: 10px;
}

.logo-wrapper-wide.acc {
  padding-right: 10px;
  padding-left: 10px;
}

.left-arrow-3 {
  display: none;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.icon-2 {
  color: #000;
}

.headline_small {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.right-arrow-3 {
  display: none;
}

.slide-2 {
  padding-right: 85px;
  padding-left: 85px;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.slide {
  background-color: #ebebeb;
}

.paragraph-2 {
  text-align: left;
}

.paragraph-3 {
  text-align: left;
}

.slider_loga {
  background-color: #fff;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.h3 {
  color: #5f5f5f;
  font-weight: 600;
  text-align: left;
}

.position {
  margin-bottom: 5px;
  color: grey;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-us {
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-about-us {
  width: 80%;
  color: #bb927b;
  line-height: 140%;
  font-weight: 500;
  text-align: left;
}

.main-parapragh {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}

.about-us-second-paragraph {
  margin-bottom: 20px;
  color: #5f5f5f;
  text-align: left;
}

.paragraph-link {
  font-weight: 500;
}

.paragraph-link:hover {
  color: #3f327a;
}

.paragraph-4 {
  text-align: left;
}

.hero-text-wrap-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.bc-actual {
  margin-right: 16px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-heading {
  margin-top: 35px;
  margin-bottom: 60px;
}

.main-heading.subpage-heading {
  margin-bottom: 10px;
  color: #333;
  font-size: 60px;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.internships-how-it-works-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3f327a;
  color: #fff;
}

.about-us-second-paragraph-2 {
  margin-bottom: 20px;
  text-align: left;
}

.internships-job-board-wrap {
  padding-right: 30px;
}

.hello-text-hero-3 {
  margin-right: 16px;
  color: #3f327a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.content-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.internships-hero-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-it-works-item {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
}

.internships-wanna-work-with-us-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ecebf2;
}

.link-arrow {
  margin-left: 12px;
}

.heading-3 {
  margin-bottom: 15px;
  text-align: left;
}

.section-2 {
  padding-right: 45px;
  padding-left: 45px;
  color: #000;
  font-style: normal;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.error-message {
  padding: 18px 40px;
  background-color: #ff809f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.internships-text-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-heading-2 {
  margin-top: 35px;
  margin-bottom: 60px;
}

.hero-heading-2.subpage-heading {
  margin-bottom: 10px;
}

.internships-subheadline {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.internships-subheadline.internships-second-subheadline {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.success-message {
  padding: 18px 40px;
  background-color: #8cd090;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.how-it-works-items-wrap {
  margin-bottom: 10px;
}

.text-field {
  height: 58px;
  margin-bottom: 0px;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 50, 122, 0.2);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field:hover {
  border-color: rgba(63, 50, 122, 0.5);
}

.text-field:active {
  border-color: #3f327a;
}

.text-field:focus {
  border-color: #3f327a;
}

.how-it-works-title {
  margin-bottom: 25px;
}

.text-link-text {
  color: #3f327a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-span {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 12px;
  background-color: #fff;
  color: #3f327a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.8;
}

.internships {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headline1 {
  color: #333;
  font-size: 50px;
}

.headline1.center {
  color: #333;
  font-size: 50px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}

.image_pod {
  width: 100%;
  max-width: none;
}

.blog-post-cover-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/podujatie2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-intro {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
}

.author-blog-detail-avatar {
  width: 68px;
  height: 68px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  width: 75%;
  margin-right: auto;
  margin-left: 0px;
}

.post-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detail-link-back {
  color: #004b9b;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.detail-link-back:hover {
  color: #0466c8;
}

.speaker-company-name-text {
  color: rgba(0, 0, 0, 0.7);
}

.blog-category-label {
  margin-right: 8px;
  color: #004b9b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-category-label.blog-breadcrumb-symbol {
  color: rgba(0, 0, 0, 0.5);
}

.blog-category-label.active-label {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.blog-post-date-label {
  padding: 9px 20px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.rich-text {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.author-blog-detail-text {
  margin-top: 10px;
  color: #000;
  font-weight: 600;
}

.headline-sp {
  margin-top: 40px;
  color: #333;
  font-size: 50px;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.author-blog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #3f327a;
  opacity: 0.1;
}

.blog-post-headline-wrap {
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}

.link-3 {
  color: #004b9b;
}

.link-in-text {
  color: #004b9b;
  font-weight: 500;
  text-decoration: none;
}

.link-in-text:hover {
  color: #0466c8;
}

.btns {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
}

.text-block-2 {
  text-align: left;
}

.miesto {
  font-size: 24px;
  line-height: 150%;
  text-align: left;
}

.termin_sp {
  display: block;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4f5a66;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.filter {
  padding-top: 4px;
  padding-bottom: 4px;
  color: grey;
  font-size: 12px;
  text-transform: uppercase;
}

.grid-kontakt {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapa_ba {
  height: 600px;
  background-image: url('../images/mapa.gif');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.emp-txt {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.label_ukonceny {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 60;
  width: auto;
  height: auto;
  padding: 6px 9px;
  background-color: #333;
  color: #fff;
}

.ukonceny {
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.label_white {
  font-size: 13px;
  text-transform: uppercase;
}

.img_link {
  position: static;
  z-index: 100;
  background-color: transparent;
  cursor: pointer;
}

.img_link:hover {
  border-style: none;
  border-width: 0px;
  border-color: #004b9b;
  opacity: 1;
}

.img_link.ukonceny {
  opacity: 0.86;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.img_link.ukonceny:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.img_link.pub {
  width: 34%;
}

.image-4 {
  position: static;
}

.image-5 {
  position: relative;
}

.logo_zahr {
  display: inline-block;
  margin-top: 0px;
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 2px solid #ad1d1d;
  color: #ad1d1d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.kategoria {
  color: #ad1d1d;
  text-decoration: none;
}

.li_kategoria {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zp_navigacia {
  padding-top: 27px;
}

.col_zahr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-4 {
  color: #ad1d1d;
  line-height: 1.4em;
  font-weight: 600;
}

.link-headline {
  padding-top: 30px;
  text-decoration: none;
}

.left-loga {
  display: inline;
}

.autor_zp_box {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.autor_zp_meno {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #444;
  font-size: 18px;
  font-weight: 600;
}

.zp_img {
  height: auto;
}

.img_autor {
  max-height: 120px;
  max-width: 120px;
  border-radius: 20px;
}

.img_autor.ratkosova {
  display: inline-block;
  width: 75px;
  height: 75px;
  max-height: none;
  max-width: none;
  border-radius: 100%;
  background-image: url('../images/Ratkosova-180x180.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 150;
}

.foto-meno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #54595d;
}

.clanok_box {
  margin-top: 15px;
}

.grid-clanky {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.clanky_autora {
  padding-top: 30px;
  padding-bottom: 30px;
}

.red_box_zp {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(173, 29, 29, 0.8);
  -o-object-fit: fill;
  object-fit: fill;
}

.datum_zp {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.date_zp_box {
  display: inline-block;
  margin-right: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.kategoria_zp_box {
  display: inline-block;
  padding: 2px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kategoria_zp_box.dark {
  border-color: #54595d;
  color: #333;
}

.h1_tema {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
}

.autor_slider {
  display: inline-block;
  padding: 8px 0px;
  font-weight: 600;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 46px;
}

.pagination {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.search_box {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 9px 20px;
  background-color: #004b9b;
}

.popisok {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-field-job {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-right: 20px;
}

.form_col {
  display: inline-block;
  width: 37%;
  padding-right: 20px;
}

.form_col.uzky {
  width: 15%;
}

.big_headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 140%;
  font-weight: 800;
}

.big_headline.white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.button-2 {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .big_headline {
    display: block;
    font-size: 54px;
    font-weight: 800;
  }
}

@media screen and (max-width: 991px) {
  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.slider {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .hero-text-wrap {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section {
    padding: 0px;
  }

  .hero-heading {
    margin-bottom: 40px;
  }

  .divider-deco.cta-divider-deco {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-hp {
    height: auto;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-hp.fullwidth {
    height: auto;
  }

  .image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img_slider {
    width: 100%;
    height: 400px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-size: cover;
  }

  .img_slider.sl2 {
    width: 100%;
  }

  .slide-nav-2 {
    margin-right: auto;
    margin-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-content.daruj {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .cta-content.newsletter {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .cta-heading {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .cta-copy-wrap {
    display: block;
  }

  .cta-label-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .projekty-grid {
    margin-top: 20px;
    margin-bottom: 60px;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section_slider {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2 {
    margin-right: 10px;
    padding: 10px;
    background-color: #023e7d;
    cursor: pointer;
  }

  .menu-button-2.w--open {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background-color: #023e7d;
  }

  .navbar {
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .sfpa_logo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown_menu {
    display: block;
    color: #ddd;
  }

  .dropdown_menu:hover {
    background-color: #494949;
    color: #fff;
  }

  .icon-3 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
  }

  .ddlink {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #ddd;
  }

  .ddlink:hover {
    background-color: #54595d;
  }

  .nav-link {
    display: block;
    color: #ddd;
  }

  .nav-link:hover {
    background-color: #494949;
    color: #fff;
  }

  .nav-link.w--current {
    color: #9e9e9e;
  }

  .container {
    margin-bottom: 0px;
    padding: 40px 30px;
  }

  .container.menu {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.login {
    margin-bottom: 20px;
    padding: 0px;
  }

  .container.small {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    padding-top: 0px;
    background-color: #5f5f5f;
  }

  .dropdown-list {
    width: 100%;
    background-color: #fff;
  }

  .dropdown-list.w--open {
    min-width: auto;
  }

  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .col {
    width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.foot1 {
    width: 33%;
    padding-left: 0px;
  }

  .col.foot2 {
    width: 33%;
    margin-bottom: 30px;
  }

  .footer-logo-2 {
    margin-bottom: 10px;
  }

  .row {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-right {
    margin-bottom: 2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-button {
    margin-right: 0px;
  }

  .navigation-button.lang {
    margin-left: 0px;
    font-weight: 500;
  }

  .features-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.podujatia {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.podujatia.archiv {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h1.center {
    text-align: left;
  }

  .txt_intro.center {
    text-align: left;
  }

  .podujatie {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .datum.extra {
    left: 0%;
    font-size: 24px;
  }

  .btn_registracia {
    margin-top: 0px;
  }

  .publikacia.detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_pub {
    width: auto;
  }

  .image-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top_lista {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-input-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-button {
    height: 70px;
  }

  .search-form-button {
    text-align: left;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider-wrapper-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-partneri {
    height: auto;
  }

  .logo-wrapper-wide {
    width: auto;
    height: 100px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide {
    background-color: #fff;
  }

  .slider_loga {
    height: auto;
  }

  .about-us {
    grid-row-gap: 20px;
  }

  .tim_photo {
    display: block;
  }

  .heading-about-us {
    width: auto;
  }

  .main-parapragh {
    margin-top: 0px;
  }

  .main-heading.subpage-heading {
    font-size: 40px;
    font-weight: 600;
  }

  .internships-job-board-wrap {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .content-2 {
    max-width: 764px;
  }

  .section-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .internships-subheadline {
    margin-top: 0px;
  }

  .internships {
    padding-top: 70px;
    padding-bottom: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .headline1.center {
    font-size: 40px;
    line-height: 140%;
    text-align: left;
  }

  .blog-post-cover-image {
    height: 380px;
    background-size: cover;
  }

  .blog-content-wrap {
    width: 100%;
  }

  .post-wrap {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .rich-text {
    width: 100%;
  }

  .blog-post-headline-wrap {
    width: 100%;
  }

  .mapa_ba {
    height: 400px;
  }

  .pub_link_detail.w--current {
    width: 66%;
    margin-bottom: 20px;
  }

  .zp_navigacia {
    padding-top: 0px;
  }

  .left-loga {
    display: inline-block;
  }

  .popisok {
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .form_col {
    width: 100%;
    padding-right: 0px;
  }

  .form_col.uzky {
    width: 30%;
  }

  .big_headline {
    font-size: 36px;
  }

  .button-2 {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content.slider {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-text-wrap {
    padding-right: 25px;
    padding-left: 25px;
  }

  .bc-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 36px;
  }

  .divider-deco.hide-deco-divider {
    display: block;
  }

  .slider-hp {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image {
    display: block;
    max-width: 100%;
  }

  .projekty-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    position: relative;
    margin-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .sfpa_logo {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ddlink {
    padding-right: 20px;
  }

  .container {
    padding: 30px 25px;
    text-align: left;
  }

  .container.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    display: none;
  }

  .col.foot2 {
    text-align: left;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .features-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.podujatia {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.podujatia.archiv {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.center {
    text-align: left;
  }

  .txt_intro.center {
    text-align: left;
  }

  .podujatie {
    padding-bottom: 40px;
  }

  .headline_link.pub {
    padding-top: 0px;
  }

  .btn_registracia {
    margin-bottom: 10px;
  }

  .btn_registracia.extra.program {
    margin-top: 10px;
    margin-right: 10px;
  }

  .btn_registracia.extra.registracia {
    margin-top: 10px;
  }

  .img_pub {
    width: auto;
    margin-right: 15px;
  }

  .publikacia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .publikacia.detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_pub {
    width: 100%;
    padding: 0px;
  }

  .top_lista {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .temy-wrap {
    margin-top: 10px;
  }

  .search-input-2 {
    font-size: 17px;
  }

  .search-button {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 17px;
  }

  .search-form-button {
    display: block;
    padding-right: 15px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-wrapper-wide {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .slider-partneri {
    height: auto;
  }

  .logo-wrapper-wide {
    width: auto;
    margin-top: 0px;
    padding: 0px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-wrapper-wide.acc {
    width: 50%;
  }

  .left-arrow-3 {
    display: none;
  }

  .logo-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .right-arrow-3 {
    display: none;
  }

  .slide-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider_loga {
    height: auto;
  }

  .image-3 {
    width: 100%;
  }

  .img_projekt {
    width: 100%;
  }

  .about-us {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-us.zp {
    grid-auto-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-text-wrap-2 {
    padding-right: 0px;
  }

  .main-heading {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 54px;
  }

  .internships-how-it-works-wrap {
    padding: 15px 30px 30px;
  }

  .content-2 {
    max-width: 580px;
  }

  .internships-hero-text-wrap {
    margin-bottom: 20px;
  }

  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .internships-text-field-wrap {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero-heading-2 {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 54px;
  }

  .internships-subheadline.internships-second-subheadline {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-field {
    width: 100%;
  }

  .text-link-text {
    line-height: 20px;
  }

  .internships {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-cover-image {
    height: 300px;
  }

  .blog-post-intro {
    font-size: 20px;
  }

  .headline-sp {
    margin-top: 28px;
    font-size: 46px;
    line-height: 54px;
  }

  .img_link.pub {
    width: 30%;
  }

  .logo_zahr {
    margin-bottom: 0px;
  }

  .li_kategoria {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .zp_navigacia {
    padding-bottom: 40px;
  }

  .left-loga {
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-clanky {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .popisok {
    text-align: left;
  }

  .text-field-job {
    width: 100%;
  }

  .form-2 {
    text-align: left;
  }

  .form_col {
    width: 100%;
  }

  .form_col.uzky {
    width: 40%;
  }

  .big_headline {
    font-size: 32px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .content {
    padding-bottom: 20px;
  }

  .content.slider {
    position: static;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-text-wrap {
    margin-bottom: 10px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .button.big-violet-button {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .button.big-white-button {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .button.standard-size-button {
    padding: 20px 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .divider-deco {
    width: 100px;
  }

  .divider-deco.cta-divider-deco {
    display: none;
  }

  .divider-deco.hide-deco-divider {
    display: none;
    width: 80px;
  }

  .divider-deco.white {
    width: 30px;
  }

  .image {
    display: block;
    width: 100vw;
  }

  .img_slider {
    width: 100%;
  }

  .cta-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .cta-label-wrap {
    margin-bottom: 20px;
  }

  .projekty-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    padding: 10px;
    background-color: #023e7d;
  }

  .sfpa_logo {
    max-width: 140px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown_menu:hover {
    color: #fff;
  }

  .icon-3 {
    font-size: 36px;
  }

  .ddlink {
    display: block;
    padding-right: 20px;
    white-space: normal;
  }

  .container {
    overflow: visible;
    padding: 20px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.foot1 {
    width: 100%;
  }

  .col.foot2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-logo-2 {
    margin-bottom: 20px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-container {
    margin-bottom: 20px;
    margin-left: 46px;
    padding-left: 0px;
  }

  .navigation-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .navigation-button {
    width: auto;
  }

  .navigation-button.lang {
    width: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-icon {
    margin-bottom: 10px;
  }

  .h4 {
    margin-bottom: 0px;
    font-size: 21px;
  }

  .paragraph {
    font-size: 17px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.podujatia {
    grid-row-gap: 40px;
  }

  .grid.podujatia.archiv {
    grid-row-gap: 30px;
  }

  .h1 {
    font-size: 28px;
    line-height: 140%;
  }

  .txt_intro.center {
    font-size: 18px;
  }

  .podujatie {
    margin-bottom: 0px;
  }

  .headline_link {
    padding-top: 20px;
    font-size: 22px;
  }

  .datum {
    padding: 5px 10px;
    font-size: 17px;
  }

  .btn_registracia.extra.program {
    width: 100%;
    margin-top: 10px;
  }

  .btn_registracia.extra.registracia {
    width: 100%;
    margin-top: 10px;
  }

  .btn_registracia.extra.pdf {
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
  }

  .img_pub {
    width: auto;
    margin-bottom: 0px;
  }

  .publikacia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_pub {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .top_lista {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tema {
    font-size: 11px;
  }

  .search-form-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-input-2 {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .search-button {
    padding-right: 10px;
    padding-left: 10px;
    border-left-style: none;
    font-size: 14px;
  }

  .slider-wrapper-wide {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .slider-partneri {
    height: auto;
  }

  .logo-wrapper-wide {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 13px 8px;
  }

  .logo-wrapper-wide.slide2_loga {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-wrapper-wide.acc {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-arrow-3 {
    display: none;
  }

  .logo-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headline_small {
    text-align: center;
  }

  .right-arrow-3 {
    display: none;
  }

  .slide-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider_loga {
    height: auto;
  }

  .main-heading {
    margin-top: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .main-heading.subpage-heading {
    font-size: 32px;
  }

  .internships-how-it-works-wrap {
    padding: 6px 24px 24px;
  }

  .content-2 {
    max-width: none;
  }

  .internships-hero-text-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-heading-2 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .internships-subheadline.internships-second-subheadline {
    font-size: 16px;
    line-height: 24px;
  }

  .headline1.center {
    font-size: 24px;
  }

  .blog-post-cover-image {
    height: 220px;
  }

  .blog-post-intro {
    font-size: 20px;
  }

  .author-blog-detail-avatar {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .post-wrap {
    padding-bottom: 60px;
  }

  .headline-sp {
    margin-top: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .author-blog-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btns {
    padding-bottom: 20px;
  }

  .grid-kontakt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapa_ba {
    height: 300px;
  }

  .emp-txt {
    margin-bottom: 8px;
  }

  .img_link.pub {
    width: 66%;
    margin-bottom: 10px;
  }

  .pub_link_detail.w--current {
    width: auto;
  }

  .logo_zahr {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .li_kategoria {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .grid-clanky {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field-job {
    width: 100%;
  }

  .form_col {
    width: 100%;
  }

  .form_col.uzky {
    width: 100%;
  }

  .big_headline {
    font-size: 30px;
  }

  .big_headline.white {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

#w-node-abe92e50-4692-cdc2-7d62-956155894b54-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9aa4c2ef-304b-f31c-a435-8b9ff7758320-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cc901e50-cd12-9724-00ea-6709d61472ab-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7cb7018f-7330-c9b6-c6d3-fe4d69193ad9-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ee90d6d8-6879-b62a-a9a4-2d3d403f44b9-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_338bca4e-4548-e94f-b1ab-9604ea138a35-baa24fcf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-abe92e50-4692-cdc2-7d62-956155894b54-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9aa4c2ef-304b-f31c-a435-8b9ff7758320-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cc901e50-cd12-9724-00ea-6709d61472ab-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7cb7018f-7330-c9b6-c6d3-fe4d69193ad9-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ee90d6d8-6879-b62a-a9a4-2d3d403f44b9-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_338bca4e-4548-e94f-b1ab-9604ea138a35-fca24fd3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-abe92e50-4692-cdc2-7d62-956155894b54-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9aa4c2ef-304b-f31c-a435-8b9ff7758320-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cc901e50-cd12-9724-00ea-6709d61472ab-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7cb7018f-7330-c9b6-c6d3-fe4d69193ad9-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ee90d6d8-6879-b62a-a9a4-2d3d403f44b9-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_338bca4e-4548-e94f-b1ab-9604ea138a35-a1a24fd5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e89bb0cc-5538-4c74-4f8a-09c84be44063-dfa24fd7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-e89bb0cc-5538-4c74-4f8a-09c84be44064-dfa24fd7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e89bb0cc-5538-4c74-4f8a-09c84be44066-dfa24fd7 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-b74611a4-c862-e32a-fd6a-bc8fa1d30734-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b74611a4-c862-e32a-fd6a-bc8fa1d3074b-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5deb36e9-e705-fc5d-e720-214a40bd1a4a-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f725aeb9-48d9-9e85-d4c7-8636e619edeb-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4e59453e-880e-9158-dc13-fe3a4153b2ab-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4e59453e-880e-9158-dc13-fe3a4153b2c2-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4e59453e-880e-9158-dc13-fe3a4153b2d7-dfa24fd8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_625fadc7-c73e-aca3-af63-58bf0bad7986-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_625fadc7-c73e-aca3-af63-58bf0bad7995-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3ca5361e-77ad-2427-f5b5-688fe1cb748b-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b05f76fc-b391-221f-4c21-5815dd1ec4d9-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_53afc78a-f7e7-9388-ba62-2e1d65492eb8-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7b217a6b-1bdd-9ccf-2b3b-1dcf1720811d-a4a24fda {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f127a573-00ad-4026-1771-d7f3e835e593-41689348 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

#w-node-bc2f95e4-f7c1-a893-50a1-f1c9d25e6300-41689348 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f127a573-00ad-4026-1771-d7f3e835e596-41689348 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-c9e27fef-2a91-3977-76da-d7e4555c6fd0-e6d85581 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c9e27fef-2a91-3977-76da-d7e4555c6fe5-e6d85581 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_805f35d6-21b8-97b2-07db-4b4b0d412f32-e6d85581 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44063-dfa24fd7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44064-dfa24fd7 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44066-dfa24fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-f127a573-00ad-4026-1771-d7f3e835e593-41689348 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-bc2f95e4-f7c1-a893-50a1-f1c9d25e6300-41689348 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f127a573-00ad-4026-1771-d7f3e835e596-41689348 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44063-dfa24fd7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44064-dfa24fd7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e89bb0cc-5538-4c74-4f8a-09c84be44066-dfa24fd7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f127a573-00ad-4026-1771-d7f3e835e593-41689348 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc2f95e4-f7c1-a893-50a1-f1c9d25e6300-41689348 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-f127a573-00ad-4026-1771-d7f3e835e596-41689348 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc2f95e4-f7c1-a893-50a1-f1c9d25e6300-41689348 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

