:root {
  --smaragdova: #1697a5;
  --smaragdova-2: #195d79;
  --tyrkysova: #76ddda;
  --tyrkysova-2: #32bfbf;
  --white: #ffffff;

  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-xl: 18px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 28px;
  --font-size-xxxxl: 32px;
  --font-size-xxxxxl: 40px;
}
@font-face {
    font-family: "Pepi-Regular";
    src: url("fonts/Pepi-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Pepi-Regular";
    font-weight: bold;
    src: url("fonts/Pepi-Bold.otf") format("opentype");
}
body {
      color: #195d79;
      background-color: #ffffff;
      font-family: 'Pepi-Regular', Helvetica, sans-serif;
      font-size: 14px;
      margin: 0 auto;
      overflow-y:scroll;
}
section {
  padding: 1rem 3rem;
}
@media only screen and (max-width: 670px) {
  section {
    padding: 1rem 2rem !important;
  }
}
h1 {
    font-size: 40px;
    color: white;
}
h2 {
    color:#195d79;
    font-size: 24px;
    margin-top: 0;
}
h3 {
    font-size: 18px;
    margin-top: 1px;
    color: white;
}
h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.header {
  display: flex;
  align-content: space-between;
  padding: 0;
  margin: 0 auto;
  color: #1697a5;
  max-width: 1440px;
}
.header ul {
  margin-left: auto;
  margin-right: 3.8em;
  white-space: nowrap;
  box-sizing: border-box;
  margin-bottom: 0.35em;
  background-color: white;
}
.header li {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 3.2em;
  overflow: hidden;
  box-sizing: border-box;
}
.menu-button-container {
  display: none;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1697a5;
  height: 18px;
  position: absolute;
  top: 2em;
  right: 2em;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #195D79;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
@media only screen and (max-width: 670px) {
    .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 82px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding-left: 0;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 3em;
    padding: 1em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1em;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1em 0;
    width: 100%;
    background-color: white;
  }
}
.header .hlavni_logo a {
  width: 250px;
  margin-left: 2.5em;
}
@media only screen and (max-width: 670px) {
  .header .hlavni_logo a {
    margin-left: 0;
  }
}
.header a {
  color: #195d79;
  text-decoration: none;
  padding: 0.2em 1em;
  display: inline-block;
  font-weight: bold;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.header a:hover,
.header .active a {
  color: #76ddda;
}
.uvod {
    background-color: #1697a5;
    position: relative;
    padding: 0;
}
.uvod .columns {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1440px;
    margin: 0 auto;
}
.uvod .columns div:nth-child(1){
  min-height: 356px;
}
.uvod .columns div:nth-child(2){
    max-height: 548px;
    text-align: right;
}
@media only screen and (max-width: 1400px) {
  .uvod svg {
    display: none;
    }
}
.uvod .columns div {
    padding: 0;
    flex: 1 1 738px;
}
.uvod .columns div.uvod_text {
    max-width: 40em;
    margin: 7rem 0 3rem 0;
    padding: 1rem 1rem 1rem 4.3rem;
    line-height: 44px;
}
@media only screen and (max-width: 670px) {
  .uvod .columns div.uvod_text {
      padding: 1rem 1rem 1rem 0rem;
    }
  }
.uvod_text a {
    color: #76ddda;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    width: 10em;
    letter-spacing: 0.055em;
    text-decoration: none;
    display: block;
    border: 3px solid #76DDDA;
    border-radius: 54px;
    padding: 1em 0.7em 0.7em 0.7em;
}
.uvod_text a:hover {
    color: #1697A5;
    border-color: #76DDDA;
    background-color: #76DDDA;
    box-shadow: 7px 9px 23px rgba(0, 0, 0, 0.15);
}
.arrow {
    text-align: center;
    height: 42px;
}
.arrow:hover svg {
    width: 36px;
    height: 40px;
}
.columns {
    display: flex;
    flex-wrap: wrap;
}
.columns div {
    padding: 3rem;
    flex: 1 1 15em;
}
@media only screen and (max-width: 800px) {
  .zpracujeme {
    padding: 3rem 1rem;
  }
}
.zpracujeme {
  max-width: 1440px;
  margin: 0 auto;
}
.zpracujeme .columns div {
    text-align: center;
    font-size: 18px;
    padding: 3rem 7rem;
}
@media only screen and (max-width: 600px) {
  .zpracujeme .columns div{
    padding: 3rem;
  }
}
.zpracujeme p {
  margin: 1em auto;
  line-height: 28px;
}
.zajistime {
    background-color: #195d79;
    color:white;
    padding: 3rem 5rem;
    line-height: 28px;
}
.zajistime .columns {
  max-width: 1440px;
  margin: 0 auto;
}
.zajistime .columns div {
  padding: 3rem 7rem;
}
@media only screen and (max-width: 600px) {
  .zajistime .columns div{
    padding: 3rem 3rem 3rem 1rem;
  }
}

@media only screen and (max-width: 670px) {
  .zajistime {
    padding: 3rem 3rem 3rem 1rem;
  }
}
.zajistime li {
  color: white;
  font-size: 18px;
}
.zajistime ul {
  padding-left: 2em;
  margin-top: 1.2em;
}
.zajistime h3 {
  margin-bottom: 0.25em;
  font-size: 24px;
}
.zajistime hr {
  background-color: #76ddda;
  border: 0;
  width: 6em;
  height: 8px;
  margin: 0.3rem 0;
}
.pusobime {
  font-size: 18px;
  padding: 0;
  line-height: 28px;
}
.pusobime .columns {
  max-width: 1440px;
  margin: 0 auto;
}
.pusobime .columns div {
  padding: 0 3em 3em 0;
  text-align: left;
  flex: 1 1 30em;
}
.pusobime .columns div:nth-child(1) {
  flex: 1 1 20em;
}
.pusobime .columns div:nth-child(2) {
  flex: 1 1 40em;
}
.pusobime .columns img {
  width: 488px;
  text-align: left;
}
@media only screen and (max-width: 1330px) {
  .pusobime .columns div:nth-child(1) {
      display: none;
    }
}
.pusobime .columns {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pusobime p {
  max-width: 35em;
  margin: 5rem 0 5rem 0;
  padding-left: 4.3rem;
}
@media only screen and (max-width: 670px) {
  .pusobime p {
      padding-left: 3.3rem;
    }
}
.footer {
    background-color: #195d79;
    color:white;
    padding: 1rem 0;
    font-size: 16px;
}
.footer .columns {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3rem 4.3rem;
}
.footer p {
    padding: 0;
    flex: 1 1 20em;
}
@media only screen and (max-width: 1200px) {
  .footer p {
      text-align: center !important;
      flex: 1 1 100%;
  }
}
.footer .email {
    text-align: center;
}
.footer .tel {
    text-align: right;
}
.kontakt {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 4.3rem;
}
.kontakt h1 {
    color: inherit;
    padding: 1rem 3rem 0.2rem 0;
    font-size: 58px;
}
.kontakt .columns {
    column-gap: 0.1em;
    justify-content: space-between;
    padding: 0 0 3rem 0;
}
.kontakt .columns div:nth-child(1) {
    padding: 0;
    flex: 0 0 25rem;
}
.kontakt .columns div:nth-child(2) {
    padding: 0;
    flex: 0 0 45rem;
}
.kontakt p {
    line-height: 28px;
    font-size: 18px;
}
.onlymobile{
  display: none;
}
@media only screen and (max-width: 450px){
  .onlymobile {
    display: block;
  }
}
.map iframe {
  border-radius: 0.5em;
  max-height: 22rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .map {
    flex-basis: 100% !important;
    min-height: 22rem;
  }
}
.reference h1 {
    color: inherit;
    padding: 1rem 3rem 0.2rem 0;
    font-size: 58px;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  border: 0.3em solid transparent;
  border-width: 0 0 0.3em 0;
  line-height: 0.9em;
  cursor: pointer;
}
.tabset > label:hover,
.tabset > input:checked + label {
  border-color: #76ddda;
}
.reference .columns {
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 20px;
}
.reference .columns div {
  padding: 2em 4em 0 0;
  flex: 0 0 18rem;
}
.reference section {
  padding: 0;
}
.reference {
  padding-right: 0;
  padding-left: 4.3rem;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
