body {
  color: #093350;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
}

.hero-header {
  height: 100vh;
  background-image: url('../images/YesEvent_Header.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  height: 100vh;
}

.styles-panel {
  padding: 50px;
}

.style-space {
  padding-top: 29px;
  padding-bottom: 29px;
  text-decoration: none;
}

.heading-h1 {
  color: #0077c8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

.heading-h1.center {
  width: 80%;
  text-align: center;
  padding-bottom: 24px;
}

.heading-h2 {
  color: #0077c8;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.heading-h2.center {
  text-align: center;
}

.heading-h2.white {
  color: #fff;
  margin-top: 24px;
  padding-bottom: 16px;
}

.heading-h3 {
  color: #093350;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.heading-h3.center {
  text-align: center;
}

.paragraph {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.paragraph.header-text {
  width: auto;
  padding-top: 32px;
  padding-right: 0;
  font-size: 18px;
}

.paragraph.vetsi-rozpal {
  line-height: 32px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.center {
  width: 64%;
  text-align: center;
}

.paragraf-small {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraf-small.white {
  color: #fff;
}

.button {
  min-width: 120px;
  color: #fff;
  text-align: center;
  background-color: #00d17a;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 14px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #03e084;
  box-shadow: 0 7px 12px -1px rgba(9, 168, 102, .23);
}

.button:active {
  background-color: #00a35f;
}

.content-container {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.content-container.nase-sluzby {
  flex-direction: row;
  justify-content: space-around;
  padding-left: 100px;
  padding-right: 45px;
  display: flex;
}

.content-container.logos {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content-container.cta {
  width: auto;
  max-width: 1300px;
  text-align: center;
  background-image: linear-gradient(26deg, #093350, #0077c8);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 11px 16px 5px rgba(73, 111, 138, .36);
}

.content-container.footer {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.content-container.hero-event {
  height: 55vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 121px;
}

.content-container.events {
  padding-top: 18vh;
  padding-bottom: 56px;
}

.content-container.prubeh-spoluprace {
  width: 890px;
  padding-bottom: 80px;
}

.content-container.sirsi {
  max-width: 1600px;
}

.header {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar {
  width: auto;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  width: 100px;
  height: 100px;
  background-image: url('../images/Logo_yesevent_header.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link {
  color: #093350;
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: #00d17a;
  border: 1px rgba(9, 51, 80, .15);
  border-radius: 0;
}

.nav-link:active {
  color: #00a35f;
}

.nav-link.kontakt {
  display: none;
}

.text-span {
  font-style: normal;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.nase-slu-by {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nase-slu-by.eventy {
  background-color: #f4f6fa;
}

.nase-sluzby-wrapp {
  width: 50%;
  padding-left: 62px;
  padding-right: 0;
}

.nase-eventy-wrapp {
  flex-direction: row;
  display: flex;
}

.nase-eventy-div {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 24px 16px;
  display: flex;
}

.image {
  border-radius: 16px;
}

.badge {
  width: 50%;
  height: 70vh;
  background-image: url('../images/Vyrez_badge.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.proc-wrapp {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vybrat_wrapp {
  width: 50%;
}

.client-logos {
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.client-logos.logos-2 {
  padding-left: 45px;
  padding-right: 59px;
}

.logo {
  width: 160px;
  height: 70px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.cta {
  padding-top: 80px;
  padding-bottom: 40px;
}

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

.text-foooter {
  color: #093350;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.footer-text-wrapp {
  justify-content: flex-end;
  display: flex;
}

.footer-text {
  padding-left: 50px;
}

.footer-text.menu {
  padding-top: 30px;
  font-size: 22px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-event {
  height: 50vh;
  align-items: center;
  display: flex;
}

.den-zeleznice {
  height: 60vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/den_zeleznice.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.den-zeleznice.zeleznice {
  color: #bebebe;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/den_zeleznice_1.jpg');
  padding-left: 16px;
}

.event-picture {
  width: 50%;
  max-width: 800px;
  border-radius: 0;
  margin: 28px;
}

.event-wrapp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.event-text-wrapp {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}

.image-event {
  width: 100%;
  max-width: none;
  opacity: 1;
  border-radius: 8px;
  box-shadow: 0 6px 15px 7px rgba(0, 0, 0, .2);
}

.body-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.section-3 {
  height: 90vh;
}

.link {
  color: #093350;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.link:hover {
  color: #00d17a;
  text-decoration: underline;
}

.link:active {
  color: #00a35f;
}

.link.footer {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-a-cislo-wrapp {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cislo {
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: -5px;
  padding-left: 4vw;
  font-family: Open Sans, sans-serif;
}

.line {
  height: 2px;
  max-width: 1100px;
  background-color: #093350;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 59px;
  padding-right: 59px;
}

.link-block {
  color: #093350;
  font-style: normal;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.kontakt-menu {
  min-width: 120px;
  color: #fff;
  background-color: #00d17a;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 14px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.kontakt-menu:hover {
  background-color: #03e084;
  box-shadow: 0 7px 12px -1px rgba(9, 168, 102, .23);
}

.kontakt-menu:active {
  background-color: #00a35f;
}

.popisek-foto {
  color: #b4b4b4;
  padding-top: 16px;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}

.image-3 {
  width: 100%;
}

.lightbox-link {
  width: 100%;
  height: 420px;
}

.image-4 {
  width: 100%;
}

.slide-1 {
  background-image: url('../images/20230525_212256.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 10px;
}

.icon-2 {
  font-size: 18px;
}

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

.slider {
  height: 310px;
  max-width: 700px;
  border-radius: 0;
}

.mask {
  border-radius: 8px;
}

.mb-logo {
  height: 59px;
  background-image: url('../images/Mercedes-Benz_Logo_2010.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

.mb-logo.allwinlogo {
  background-image: url('../images/logo-white.png');
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.slide-2 {
  background-image: url('../images/DSC_2339.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/20230528_151058.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/DSC_2331.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DSC_2323.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-6, .slide-7 {
  background-image: url('../images/DSC_2330.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/RDB_1.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/RDB_2.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/RDB_3.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/RDB_4.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  height: 59px;
  flex: 0 auto;
}

.lightbox-link-2 {
  width: 100%;
  display: flex;
}

.slide12 {
  background-image: url('../images/VRO09506.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/VRP00162.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/VRO09288.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/VRO08618.jpg');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .hero-header {
    background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/YesEvent_Header.jpg');
    background-position: 0 0, 69%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-h2.white {
    margin-top: 0;
  }

  .heading-h3 {
    font-size: 24px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .button, .button.napsat-zpravu {
    display: block;
  }

  .content-container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-container.nase-sluzby {
    padding-left: 0;
  }

  .content-container.cta {
    width: 95vw;
    height: 21vh;
    min-width: auto;
  }

  .content-container.events {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-container.prubeh-spoluprace {
    width: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .header {
    width: 80%;
    justify-content: center;
  }

  .navbar {
    width: auto;
    background-color: #fff;
    flex-flow: row;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .brand {
    flex: 1;
  }

  .nav-link.kontakt {
    display: block;
  }

  .nase-eventy-wrapp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .nase-eventy-div {
    width: 100%;
  }

  .badge {
    width: 50%;
    height: 560px;
    background-position: 100%;
    background-size: contain;
    margin-right: -60px;
  }

  .vybrat_wrapp {
    width: 70%;
  }

  .text-foooter {
    font-size: 15px;
  }

  .footer-text {
    margin-top: -40px;
  }

  .den-zeleznice {
    background-position: 0 0, 40% 100%;
  }

  .event-text-wrapp {
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 15px;
  }

  .menu-button {
    text-align: right;
    flex: 0 auto;
    justify-content: flex-end;
    display: block;
    position: static;
  }

  .menu-button.w--open {
    color: #00d17a;
    background-color: #fff;
  }

  .icon {
    font-size: 32px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .cta-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .kontakt-menu {
    display: none;
  }

  .kontakt-menu.napsat-zpravu {
    display: block;
  }

  .popisek-foto {
    color: #949494;
    line-height: 16px;
  }

  .mb-logo.allwinlogo {
    text-align: left;
    background-position: 0%;
  }

  ._80-paragraph {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .heading-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-h2 {
    font-size: 24px;
  }

  .heading-h3 {
    padding-top: 32px;
    font-size: 16px;
  }

  .paragraph.header-text {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.vetsi-rozpal {
    font-size: 16px;
  }

  .content-container.nase-sluzby {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-container.cta {
    width: auto;
  }

  .content-container.footer {
    flex-direction: row;
  }

  .header {
    width: 100%;
  }

  .navbar {
    background-color: rgba(255, 255, 255, .1);
  }

  .brand.w--current {
    width: 60px;
    height: 60px;
  }

  .nase-sluzby-wrapp {
    width: 100%;
  }

  .nase-eventy-wrapp {
    flex-direction: column;
  }

  .nase-eventy-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 100%;
  }

  .client-logos {
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .logo {
    width: 200px;
    height: 80px;
    flex-wrap: nowrap;
    align-content: center;
    margin-bottom: 32px;
    display: flex;
  }

  .text-foooter {
    line-height: 30px;
  }

  .footer-text-wrapp {
    flex-direction: column;
    margin-top: -54px;
    padding-right: 48px;
  }

  .footer-text {
    margin-top: 9px;
    padding-left: 0;
  }

  .footer-text.menu {
    display: none;
  }

  .event-picture {
    width: 100%;
  }

  .event-wrapp {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .event-text-wrapp {
    width: 100%;
  }

  .link, .bold-text {
    line-height: 32px;
  }

  .cta-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/YesEvent_Header.jpg');
    background-position: 0 0, 69%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-h1 {
    font-size: 32px;
  }

  .heading-h1.center {
    width: 100%;
    text-align: left;
  }

  .heading-h2, .heading-h2.center {
    font-size: 28px;
  }

  .heading-h2.white {
    text-align: center;
    font-size: 28px;
  }

  .heading-h3 {
    padding-top: 24px;
  }

  .heading-h3.center {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 23px;
  }

  .paragraph {
    width: 90%;
  }

  .paragraph.center {
    width: 100%;
    text-align: left;
  }

  .button {
    margin-left: 0;
    display: block;
  }

  .content-container {
    height: 100%;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .content-container.nase-sluzby {
    flex-direction: column;
  }

  .content-container.logos {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container.cta {
    width: 100%;
    height: 80vh;
    text-align: center;
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 11px 16px 5px rgba(73, 111, 138, 0);
  }

  .content-container.footer {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-container.hero-event {
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    display: flex;
  }

  .content-container.events {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-container.prubeh-spoluprace {
    width: auto;
    flex-direction: column;
    margin-top: -148px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    width: 95%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .brand {
    height: 60px;
  }

  .nav-link, .nav-link.w--current {
    display: block;
  }

  .nase-slu-by {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nase-sluzby-wrapp {
    width: 100%;
    padding-top: 40px;
    padding-left: 48px;
  }

  .badge {
    z-index: -1;
    width: 100%;
    height: 520px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/Vyrez_badge.jpg');
    background-position: 0 0, 180%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .proc-wrapp {
    align-items: center;
  }

  .vybrat_wrapp {
    width: auto;
    height: 530px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .client-logos {
    margin-bottom: 0;
  }

  .cta {
    padding-top: 0;
  }

  .footer-text-wrapp {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
  }

  .footer-text {
    padding-top: 24px;
  }

  .footer-text.menu {
    margin-top: 0;
    padding-top: 0;
  }

  .den-zeleznice {
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/den_zeleznice.jpg');
    background-position: 0 0, 0 0, 41% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .event-picture {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .event-wrapp {
    flex-direction: column;
    margin-top: -62px;
  }

  .event-wrapp.reverse {
    flex-direction: column-reverse;
  }

  .section-3 {
    height: 100vh;
    position: relative;
  }

  .text-a-cislo-wrapp {
    width: auto;
    flex-direction: row;
  }

  .cislo {
    padding-top: 42px;
  }

  .paragraph-2 {
    margin-top: 32px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 26px;
    font-size: 16px;
  }

  .line {
    width: auto;
    height: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #093350;
  }

  .image-2 {
    max-width: 82%;
  }

  .logo-menu {
    width: auto;
  }

  .nav-menu {
    height: 100vh;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .kontakt-menu {
    margin-left: 0;
    display: none;
  }

  .popisek-foto {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-2 {
    padding-left: 8px;
  }
}
