:root {
  --black-2: #283583;
  --firebrick: #cd1719;
  --white: white;
  --dark-red: #9e1510;
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

h1 {
  color: #283583;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black-2);
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--firebrick);
}

a:active {
  color: #a71113;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4em;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container.subpage {
  justify-content: flex-end;
  display: block;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small.white.middle {
  text-align: center;
  width: 85%;
  font-size: 12px;
  line-height: 18px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: var(--firebrick);
  margin-bottom: 25px;
}

.label.cc-styleguide-label.white {
  color: var(--white);
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.white {
  text-transform: uppercase;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section.cc-contact {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.section.red {
  background-color: var(--firebrick);
  margin-left: 0;
  margin-right: 0;
  padding: 10% 30px;
}

.section.axonometrie {
  background-image: url('../images/axonometrie-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.button {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--dark-red);
  color: #fff;
}

.button:active {
  background-color: var(--firebrick);
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: #283583;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--firebrick);
  object-fit: fill;
  align-items: center;
  padding: 20px 50px;
  font-weight: 400;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 0 10px #610b0c;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: var(--firebrick);
}

.status-message.cc-error-message {
  background-color: #1d2869;
}

.contact {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-headline {
  width: 100%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: auto;
}

.footer-wrap {
  justify-content: flex-end;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.footer-wrap.hide {
  display: none;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.section-cover {
  object-fit: fill;
  background-image: url('../images/cover-small.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-cover {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-cover.white {
  color: var(--white);
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 50px;
  display: grid;
}

.paragraph {
  color: var(--black-2);
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph.sloupce {
  column-count: 2;
  column-gap: 100px;
}

.paragraph.white.middle {
  text-align: center;
}

.heading {
  color: var(--black-2);
  font-size: 28px;
  line-height: 1.2em;
}

.heading.white {
  font-size: 40px;
}

.div-block-2 {
  background-image: url('../images/obr1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  height: 520px;
  min-height: 0;
  padding: 10%;
  display: flex;
}

.div-block-2._2 {
  background-image: none;
  justify-content: center;
  height: 520px;
}

.image {
  width: 100%;
}

.body {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.white {
  color: var(--white);
}

.white.verzalky {
  text-transform: uppercase;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-block-3._50-s {
  width: 60%;
}

.heading-2 {
  color: var(--black-2);
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3em;
}

.heading-2.list {
  text-transform: uppercase;
}

.heading-2.white {
  color: var(--white);
}

.heading-2.white.middle {
  text-align: center;
}

.section-pic {
  background-image: url('../images/cover-pic2.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

.section-pic._2 {
  background-image: url('../images/cover-pic5.jpg');
}

.section-pic._3 {
  background-image: url('../images/cover-pic4.jpg');
  background-attachment: fixed;
}

.section-pic._4 {
  background-image: url('../images/cover-pic3.jpg');
  background-attachment: fixed;
}

.list {
  color: var(--firebrick);
  margin-top: 10px;
  padding-left: 30px;
}

.wrap-sloupec {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 5%;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.wrap-sloupec._50-s {
  width: 60%;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  margin-left: 0;
  padding-left: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4%;
}

.image-2 {
  margin-top: 0;
}

.wrap-logo-partneri {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.field-label {
  color: var(--white);
}

.fotogalerie {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  height: 520px;
  min-height: 0;
  padding: 10%;
  display: block;
}

.fotogalerie:hover {
  opacity: 1;
  filter: grayscale();
}

.fotogalerie._2 {
  background-image: none;
  justify-content: center;
  height: 520px;
}

.fotogalerie-box:hover {
  background-color: #0000;
}

.heading-3 {
  line-height: 1.2em;
}

.text-block {
  font-size: 14px;
}

.div-block-5 {
  margin-top: 57px;
}

.image-3 {
  width: 100%;
  height: auto;
  display: block;
}

.image-3.hide {
  display: none;
}

.link-block {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 50px;
  text-decoration: none;
  display: flex;
}

.zpet-link {
  color: var(--white);
}

.link-zpet {
  opacity: .6;
  color: var(--white);
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.link-zpet:hover {
  opacity: 1;
}

.link-zpet:active {
  opacity: .9;
}

.navigace-block-subpage {
  background-color: var(--firebrick);
  object-fit: fill;
  align-items: center;
  padding: 0;
  font-weight: 400;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 0 10px #610b0c;
}

.div-block-6 {
  justify-content: center;
  height: 750px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    grid-column-gap: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.axonometrie {
    min-height: 350px;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    color: var(--white);
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover, .navigation-item:active {
    background-color: var(--dark-red);
  }

  .navigation-items {
    background-color: var(--firebrick);
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 0;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .section-cover {
    align-items: flex-end;
    height: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-cover {
    font-size: 100px;
  }

  .heading.white {
    font-size: 36px;
  }

  .div-block-2 {
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-3 {
    font-size: 80px;
  }

  .link-block {
    padding: 25px 30px;
  }

  .navigace-block-subpage {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    text-align: left;
    font-size: 30px;
    line-height: 1.2em;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .paragraph-small.white.middle {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    grid-template-columns: auto;
    padding: 10% 15px;
  }

  .section.red {
    padding: 50px 15px;
  }

  .section.axonometrie {
    min-height: 300px;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-cover {
    height: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-cover {
    font-size: 70px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .paragraph {
    text-align: left;
  }

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

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

  .wrap-sloupec {
    grid-template-columns: 1fr;
  }

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

  .heading-3 {
    font-size: 64px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 15px;
  }

  .div-block-5 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigace-block-subpage {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  img {
    height: auto;
  }

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 1.3em;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    max-width: none;
  }

  .paragraph-small.white.middle {
    width: 75%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section.cc-contact {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .section.axonometrie {
    min-height: 200px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .section-cover {
    height: 200px;
  }

  .heading-cover {
    font-size: 50px;
  }

  .div-block-2 {
    height: 300px;
  }

  .white.verzalky {
    font-size: 24px;
    line-height: 1.5em;
  }

  .section-pic {
    min-height: 300px;
  }

  .section-pic._4 {
    background-size: cover;
  }

  .fotogalerie {
    height: 300px;
  }

  .heading-3 {
    font-size: 48px;
  }

  .link-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .link-zpet {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .navigace-block-subpage {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    height: auto;
  }
}

#w-node-eeaef8ab-9aa5-f183-9984-6019db57dd35-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_357e1e0c-16c1-61ec-8e59-137176fac0f3-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_770948a7-787b-443b-a293-8cdc4bdde009-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b8c545e-062d-5eb4-ac40-db21940c36dd-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_334f515d-4e00-1924-47fc-fd73ee2ca58e-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a2bbd8b-f57d-7b00-2db3-af6bb22a89f2-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_18abd822-c37e-0f93-9e21-2245c8dc440c-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_18abd822-c37e-0f93-9e21-2245c8dc440f-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6ef7a7eb-bb4f-86c4-e588-1d4acd1703c5-a0c8ec73, #w-node-_1e459b4f-b4c2-0e0e-4c78-8a801dfac609-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb05c75c-9531-317c-3bc2-06adb776b9dc-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d9b2b08a-f423-43e5-df5e-c9495b61f21c-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a225a684-c187-6722-c7eb-a71cb9a21871-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a225a684-c187-6722-c7eb-a71cb9a2187d-a0c8ec73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


