@font-face {
  font-family: Zetafonts Erotique Text;
  src: url('../fonts/Zetafonts---Erotique-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: transparent;
  --civilista-yellow: #ffd703;
  --blue: #03306f;
  --white: #fff;
  --yellow-frosted-glass: #ffd703b3;
  --blue-frosted-glasss: #03306fb3;
  --presed-blue: var(--blue);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.textblock {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 60px;
  font-size: 30px;
}

.herosection {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.herosection.clanky {
  background-image: url('../cases/novestraseci01.jpg');
  height: 750px;
  padding-top: 20px;
}

.body {
  justify-content: center;
  align-items: center;
  display: block;
}

.navbarwrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar {
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
}

.navbarlinks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding-top: 13px;
  padding-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.navbarlink {
  color: var(--civilista-yellow);
  text-align: right;
  width: auto;
  margin-left: 30px;
  margin-right: 0;
  padding: 10px 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.navbarlink.w--current {
  color: var(--civilista-yellow);
}

.navbarlink.maly {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  display: block;
}

.navbarlink.maly.mail {
  margin-left: 20px;
}

.navbarcontacts {
  border-top: 1px none var(--civilista-yellow);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.navbarmenu {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbarmenubelow {
  border-top: 1px solid var(--civilista-yellow);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbarlogoimage {
  display: block;
}

.linkssection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  color: #000;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.textcontainer {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.h2 {
  color: var(--blue);
  margin-top: 0;
  font-family: Zetafonts Erotique Text, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 140%;
}

.h2.clanek {
  margin-top: 0;
  font-size: 40px;
}

.perex {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.perex.form {
  color: var(--white);
  font-size: 18px;
  line-height: 140%;
}

.italic-text {
  color: var(--blue);
  font-size: 24px;
  line-height: 140%;
}

.p1 {
  color: var(--blue);
  max-width: 850px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.atelierlinkbuttontext {
  background-color: var(--transparent);
  color: var(--civilista-yellow);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.atelierlinkbutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 400px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.atelierlinkimg {
  max-width: 30px;
  max-height: 30px;
}

.civilistalogo {
  height: 220px;
  margin-top: 10px;
  margin-left: 10px;
}

.imagecontainer {
  background-image: url('../images/Image_04.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
}

.imagecontainer._1 {
  background-image: url('../images/Image_04.jpg');
}

.featurescontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.featuresh3 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.p2 {
  color: var(--blue);
  max-width: 400px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.featurestextblock {
  flex-flow: column;
  width: 400px;
  display: block;
}

.featureitem {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-bottom: 5px;
  font-size: 15px;
  display: flex;
}

.featurenumber {
  color: var(--blue);
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.featuredesc {
  color: var(--blue);
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.linkscontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.linkcarddesc {
  background-color: var(--civilista-yellow);
  color: var(--blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 85px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.linkcard {
  width: 100%;
  max-width: none;
}

.contactscontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contacts {
  width: 50%;
}

.h3 {
  color: var(--blue);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 150%;
}

.contact-info {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.contact-info-anchor {
    text-decoration: none;
	color: var(--blue);
  }	

.contact-div {
  margin-bottom: 30px;
}

.contactsform {
  background-color: var(--blue);
  color: #03306f;
  width: 50%;
  height: 100%;
  padding: 40px 60px 60px;
  display: block;
}

.h4 {
  color: var(--white);
  font-family: Zetafonts Erotique Text, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.text-field {
  background-color: var(--transparent);
  color: var(--white);
  border-top: 1px #000;
  border-right: 1px #000;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--white);
}

.text-field.message {
  padding-top: 100px;
  padding-bottom: 20px;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  display: block;
}

.checkbox {
  background-color: var(--blue);
  opacity: 1;
  border-radius: 0;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
}

.checkbox.w--redirected-checked {
  background-color: var(--blue);
  outline-offset: 0px;
  outline: 3px #333;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--civilista-yellow);
  color: var(--blue);
  max-width: 270px;
  max-height: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.footer {
  background-image: url('../images/prespan.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 75vh;
  display: flex;
}

.image-5 {
  width: 340px;
  height: auto;
  margin-top: 40px;
}

.form {
  display: block;
}

.slide01 {
  background-image: url('../cases/cernosice01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.slide02 {
  background-image: url('../cases/louny01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.slide03 {
  background-image: url('../cases/nouzov01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.slide04 {
  background-image: url('../cases/ricany01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.slide05 {
  background-image: url('../cases/slany01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.slide06 {
  background-image: url('../cases/vykan01.jpg');
  vertical-align: baseline;
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
  padding-top: 20px;
}

.heromask {
  height: 890px;
}

.arrowleft {
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: none;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.arrowright {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.heroslider {
  background-color: var(--transparent);
  width: 100%;
  height: 750px;
}

.h1 {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #03306f4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Zetafonts Erotique Text, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.heroheader {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 550px;
  display: flex;
}

.herolinkrect {
  background-color: var(--blue);
  opacity: .84;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.herolinkrect.sub {
  background-color: var(--yellow-frosted-glass);
  opacity: 100;
  height: 90px;
  text-decoration: none;
  display: flex;
}

.herolinkshape {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.herosliderbutton {
  width: 65px;
  height: 65px;
}

.herolinkdiv {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.heroslidernav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: absolute;
  top: 420px;
}

.clanek-block {
  max-width: 1000px;
}

.textsection {
  width: 100%;
  margin: 40px 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.imagesection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: clip;
}

.featuressection {
  width: 100%;
  margin: 40px 0 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.contacts-section {
  padding-left: 20px;
  padding-right: 20px;
}

.dividerimage {
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbarlogo {
  width: 30%;
  max-width: 30%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.navbarlogo.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: 30%;
  height: auto;
  max-height: none;
  display: flex;
}

.herolinkblock {
  text-decoration: none;
}

.herolinkyellow {
  border-bottom: 1px solid var(--blue);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--blue);
  text-align: center;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 40px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  position: static;
}

.herolinkyellow.small {
  background-color: var(--transparent);
  opacity: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--blue);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  overflow: visible;
}

.atelierlink {
  text-decoration: none;
}

.linkcardimage {
  background-image: url('../images/Clanek_00.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 160px;
}

.linkcardimage.clanek-2 {
  background-image: url('../images/Clanek_02.jpg');
}

.linkcardimage.clanek-3 {
  background-image: url('../images/Clanek_03.jpg');
}

.linkbox {
  width: 100%;
  max-width: none;
  text-decoration: none;
}

.titleblock {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 285px;
}

.social-icons {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-social.w--current {
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.ico-social {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.heading {
  display: block;
}

.divider {
  width: 100%;
}

.contactssection {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.error-message {
  background-color: #ffb6b6;
}

.text-block {
  border: 0 #03306f;
}

.success-message {
  background-color: var(--civilista-yellow);
}

@media screen and (min-width: 1280px) {
  .textblock {
    max-width: none;
  }

  .herosection.clanky {
    height: 850px;
  }

  .navbarlink {
    font-size: 20px;
  }

  .navbarlink.maly {
    font-size: 16px;
    line-height: 100%;
  }

  .imagecontainer._1 {
    height: 100%;
  }

  .featurescontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .featurestextblock {
    width: 33%;
    margin-right: 10px;
  }

  .contactscontainer {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .contacts {
    margin-bottom: 40px;
  }

  .heroslider {
    height: 850px;
  }

  .h1 {
    font-size: 45px;
  }

  .heroheader {
    margin-top: 620px;
  }

  .heroslidernav {
    outline-offset: 0px;
    outline: 3px #333;
  }

  .navbarlogo.w--current {
    max-width: 30%;
  }

  .featuresblock {
    width: 33%;
    margin-left: 10px;
    margin-right: 0;
  }

  .linkcardimage {
    width: 100%;
    height: 150px;
  }

  .linkbox {
    justify-content: center;
    align-items: center;
    width: 33%;
    max-width: none;
    display: flex;
  }

  .titleblock {
    top: 325px;
  }


}

@media screen and (min-width: 1920px) {
  .textblock {
    margin-bottom: 80px;
  }

  .navbar {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: absolute;
  }

  .navbarlinks {
    padding-left: 60px;
  }

  .navbarlink {
    font-size: 25px;
  }

  .navbarlink.w--current {
    color: var(--civilista-yellow);
  }

  .navbarlink.maly {
    width: auto;
    max-width: 921px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .navbarlink.maly.visible {
    font-size: 18px;
  }

  .navbarlink.maly.mail {
    margin-left: 20px;
    font-size: 18px;
  }

  .navbarcontacts {
    border-top-style: none;
  }

  .navbarmenubelow {
    border-top: 1px solid var(--civilista-yellow);
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .navbarlogoimage {
    height: auto;
  }

  .linkssection {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .textcontainer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .h2 {
    font-size: 55px;
  }

  .perex {
    margin-bottom: 50px;
    font-size: 25px;
  }

  .perex.form {
    color: var(--white);
  }

  .italic-text {
    font-size: 28px;
  }

  .p1 {
    max-width: 1000px;
    font-size: 24px;
    line-height: 30px;
  }

  .atelierlinkbutton {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagecontainer {
    margin-left: 0;
    margin-right: 0;
  }

  .imagecontainer._1 {
    background-image: url('../images/Image_04.jpg');
  }

  .featurescontainer {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440px;
    display: flex;
  }

  .featuresh3 {
    color: var(--blue);
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 140%;
  }

  .p2 {
    color: var(--blue);
    max-width: 400px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 140%;
  }

  .featurestextblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
    display: block;
  }

  .featuredesc {
    font-size: 20px;
  }

  .linkscontainer {
    max-width: none;
    display: flex;
  }

  .linkcarddesc {
    background-color: var(--civilista-yellow);
    color: var(--blue);
    padding: 24px;
    font-size: 26px;
  }

  .contactscontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .contacts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: block;
  }

  .h3 {
    color: var(--blue);
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 140%;
  }

  .contact-info {
    color: var(--blue);
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
  }

  .contact-info.kontaktbold {
    font-size: 18px;
    font-weight: 700;
  }

  .contact-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .contactsform {
    background-color: var(--blue);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 60px 60px;
    display: block;
  }

  .h4 {
    color: var(--white);
    text-align: left;
    font-family: Zetafonts Erotique Text, Arial, sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
  }

  .text-field {
    background-color: var(--transparent);
    opacity: 1;
    color: var(--white);
    border-top: 1px #000;
    border-right: 1px #000;
    height: 37.9883px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    overflow: clip;
  }

  .text-field.message {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    height: 132px;
    display: block;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .checkbox-label {
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;
    display: flex;
  }

  .checkbox {
    width: 35px;
    height: 35px;
  }

  .checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .submit-button {
    background-color: var(--civilista-yellow);
    color: var(--blue);
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
  }

  .footer {
    background-image: url('../images/prespan.jpg');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 1200px;
    display: flex;
  }

  .image-5 {
    width: 380px;
    margin-top: 40px;
  }

  .heroslider {
    width: 100%;
  }

  .h1 {
    max-width: 55%;
    font-size: 60px;
  }

  .textsection {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 55px;
    display: block;
  }

  .imagesection {
    height: 60vh;
    display: flex;
  }

  .featuressection {
    justify-content: center;
    align-items: center;
  }

  .contacts-section {
    margin-left: auto;
    margin-right: auto;
  }

  .linkcardimage {
    height: 200px;
  }

  .linkbox {
    width: 33%;
    max-width: none;
  }

  .titleblock {
    top: 305px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .herosection.clanky {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 550px;
  }

  .navbarwrapper {
    display: flex;
  }

  .navbar {
    margin-top: 20px;
  }

  .navbarlinks {
    justify-content: center;
    align-items: center;
    width: 60%;
    overflow: visible;
  }

  .navbarlink {
    color: var(--civilista-yellow);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .navbarlink:active {
    -webkit-text-fill-color: inherit;
    background-color: #123b74;
    background-clip: border-box;
  }

  .navbarlink.maly {
    font-size: 14px;
    line-height: 100%;
    display: none;
  }

  .navbarlink.maly.visible {
    display: block;
  }

  .navbarcontacts {
    display: none;
  }

  .navbarmenu {
    background-color: var(--blue);
    padding-top: 140px;
    position: fixed;
    inset: 0%;
  }

  .navbarmenubelow {
    border-top-style: none;
  }

  .linkssection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textcontainer {
    max-width: none;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.clanek {
    line-height: 120%;
  }

  .perex {
    margin-bottom: 20px;
  }

  .p1 {
    font-size: 15px;
  }

  .atelierlinkbuttontext {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .atelierlinkbutton {
    height: 50px;
  }

  .civilistalogo {
    height: 150px;
  }

  .imagecontainer {
    background-size: cover;
    height: 100%;
  }

  .featurescontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .featuresh3 {
    margin-top: 0;
  }

  .p2 {
    margin-bottom: 20px;
  }

  .featurestextblock {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .featureitem {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .featurenumber {
    justify-content: flex-start;
    align-items: center;
    width: 45px;
    font-size: 32px;
  }

  .linkscontainer {
    max-width: none;
  }

  .linkcarddesc {
    height: 70px;
    font-size: 16px;
  }

  .linkcard {
    width: 100%;
    max-width: none;
  }

  .contactscontainer {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .contacts {
    width: 40%;
    padding-bottom: 40px;
    display: block;
  }

  .h3 {
    font-size: 35px;
  }

  .contact-info {
    font-size: 15px;
  }

  .contactsform {
    width: 60%;
    padding: 20px 20px 40px;
  }

  .h4 {
    font-size: 40px;
  }

  .text-field {
    font-size: 13px;
  }

  .submit-button {
    max-width: 150px;
    font-size: 20px;
  }

  .image-5 {
    width: 200px;
  }

  

  .heroslider {
    height: 550px;
  }

  .h1 {
    max-width: 500px;
    padding: 10px;
    font-size: 35px;
    line-height: 100%;
    position: static;
    top: 0;
  }

  .heroheader {
    margin-top: 360px;
  }

  .herolinkshape {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heroslidernav {
    top: 475px;
  }

  .container {
    margin-bottom: 60px;
    position: static;
    top: 0;
  }

  .clanek-block {
    max-width: none;
  }

  .textsection {
    margin-top: 20px;
  }

  .imagesection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-section {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .dividerimage {
    width: 200%;
    max-width: none;
  }

  .navbarbutton {
    color: var(--civilista-yellow);
    width: 10%;
    padding: 0;
  }

  .navbarbutton.w--open {
    background-color: var(--transparent);
    color: var(--civilista-yellow);
  }

  .icon {
    font-size: 60px;
    line-height: 100%;
  }

  .image-11 {
    max-width: 75%;
  }

  .herolinkblock {
    position: relative;
    top: 0;
  }

  .herolinkyellow {
    max-width: 350px;
    padding: 12px 20px 8px;
    font-size: 25px;
    line-height: 100%;
  }

  .herolinkyellow.small {
    font-size: 20px;
  }

  .linkbox {
    text-decoration: none;
  }

  .titleblock {
    top: 215px;
  }

.slide01, .slide02, .slide03, .slide04, .slide05, .slide06 {
    background-position: 50%;
    background-size: cover;
    height: 60%;
  }	

  .divider {
    overflow: hidden;
  }

  .contactssection {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .herosection.clanky {
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    margin-bottom: 20px;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .navbarlinks {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 0;
  }

  .navbarlink {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbarlink.maly {
    color: var(--transparent);
    padding-top: 0;
    padding-bottom: 10px;
  }

  .navbarmenu {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    position: fixed;
    inset: 0%;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .h2.clanek {
    font-size: 25px;
  }

  .perex.form {
    font-size: 12px;
  }

  .italic-text {
    font-size: 15px;
  }

  .p1 {
    font-size: 14px;
  }

  .atelierlinkbuttontext {
    padding-left: 0;
  }

  .civilistalogo {
    height: 120px;
  }

  .imagecontainer {
    margin-bottom: 0;
  }

  .featurescontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .featureitem {
    justify-content: flex-end;
    align-items: center;
  }

  .featurenumber {
    width: 40px;
    font-size: 26px;
  }

  .featuredesc {
    font-size: 14px;
  }

  .linkscontainer {
    flex-flow: column;
  }

  .linkcarddesc {
    height: 50px;
    max-height: 70px;
    padding: 10px;
    font-size: 16px;
  }

  .contactscontainer {
    flex-flow: column;
    height: auto;
  }

  .contacts {
    width: 100%;
  }

  .h3 {
    font-size: 20px;
  }

  .contactsform {
    width: 100%;
  }

  .h4 {
    font-size: 20px;
  }

  .text-field {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .text-field.message {
    padding-top: 40px;
  }

  .form-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .checkbox-label {
    font-size: 11px;
  }

  .checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .image-5 {
    width: 120px;
  }



  .arrowleft {
    width: auto;
  }

  .arrowright {
    width: auto;
    padding-right: 20px;
  }

  .heroslider {
    height: 300px;
  }

  .h1 {
    max-width: 300px;
    font-size: 20px;
    line-height: 120%;
    position: static;
    top: 0;
  }

  .heroheader {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 185px;
  }

  .herolinkrect.sub {
    height: 50px;
  }

  .herolinkshape {
    padding-left: 0;
    padding-right: 0;
  }

  .herosliderbutton {
    width: 35px;
    height: 35px;
  }

  .heroslidernav {
    top: 260px;
  }



  .container {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    position: static;
    top: 337px;
  }

  .textsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imagesection {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .featuressection {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-section {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dividerimage {
    width: 200%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .navbarlogo {
    width: 50%;
    max-width: 50%;
    padding-left: 0;
  }

  .navbarlogo.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-width: none;
    height: auto;
  }

  .navbarbutton.w--open {
    background-color: var(--transparent);
    color: var(--civilista-yellow);
  }

  .icon {
    font-size: 50px;
    line-height: 100%;
  }

  .image-11 {
    max-width: 50%;
  }

  .herolinkblock {
    top: 0;
  }

  .herolinkyellow {
    padding: 6px 10px 4px;
    font-size: 15px;
  }

  .herolinkyellow.small {
    padding-left: 10px;
    font-size: 12px;
  }

  .linkcardimage {
    background-image: url('../images/Clanek_01.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: none;
    height: 100px;
  }

  .linkcardimage.clanek-2 {
    background-image: url('../images/Clanek_02.jpg');
  }

  .linkcardimage.clanek-3 {
    background-image: url('../images/Clanek_04.jpg');
  }

  .titleblock {
    top: 105px;
  }

.slide01, .slide02, .slide03, .slide04, .slide05, .slide06 {
    background-position: 50% 0;
    background-size: cover;
    height: 40%;
  }

  .contactssection {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: block;
  }

  .navbarlinks {
    padding-left: 0;
  }

  .navbarlink {
    font-size: 16px;
  }

  .navbarlink.maly {
    font-size: 0;
  }

  .navbarlogoimage {
    width: 180px;
  }

  .linkssection {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .h2 {
    margin-top: 0;
  }

  .atelierlinkbuttontext {
    font-size: 15px;
  }

  .atelierlinkbutton {
    padding-left: 10px;
    padding-right: 10px;
  }

  .atelierlinkimg {
    width: 10%;
    height: 60%;
  }

  .featureitem {
    margin-bottom: 5px;
  }

  .featurenumber {
    width: 35px;
    font-size: 24px;
  }

  .linkscontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .linkcarddesc {
    padding: 10px;
    font-size: 14px;
  }

  .linkcard {
    height: auto;
    margin: 0;
  }

  .contacts {
    text-align: left;
    width: 100%;
  }

  .h3 {
    margin-top: 0;
    font-size: 25px;
  }

  .contact-info {
    font-size: 15px;
  }
	
  .h4 {
    font-size: 25px;
  }

  .checkbox {
    min-width: 20px;
    min-height: 20px;
  }

  .arrowleft {
    padding-left: 10px;
  }

  .arrowright {
    padding-right: 10px;
  }

  .h1 {
    max-width: 200px;
    font-size: 15px;
    top: -244px;
  }

  .heroheader {
    margin-top: 130px;
  }

  .herolinkrect.sub {
    height: auto;
  }

  .herolinkshape {
    padding-left: 0;
    padding-right: 0;
  }

  .herosliderbutton {
    width: 20px;
  }

  .herolinkdiv {
    height: auto;
  }

  .heroslidernav {
    margin-bottom: 0;
    font-size: 10px;
  }

  .container {
    margin-bottom: 60px;
  }

  .contacts-section {
    margin-bottom: 10px;
  }

  .dividerimage {
    width: 300%;
  }

  .navbarlogo {
    width: 80%;
    max-width: 80%;
  }

  .navbarlogo.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: 80%;
  }

  .icon {
    font-size: 40px;
  }

  .herolinkblock {
    width: auto;
    height: 50px;
    margin-top: 66px;
    top: 0;
  }

  .herolinkyellow {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .herolinkyellow.small {
    padding-left: 5px;
  }

  .atelierlink {
    width: 100%;
  }

  .linkcardimage {
    width: 100%;
    max-width: none;
    height: 80px;
  }

  .titleblock {
    top: 110px;
  }

  .ico-social {
    margin-right: 16px;
  }
}


@font-face {
  font-family: 'Zetafonts Erotique Text';
  src: url('../fonts/Zetafonts---Erotique-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}