html {
    box-sizing: border-box;
    letter-spacing: .03rem;
    margin: 0 auto;
    font-family: "Skoda Next Light", Arial;
    font-size: 18px;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow-y: scroll;
}
  
*, ::before, ::after {
  box-sizing: inherit;
  }

body {
  margin: 0;
  font-family: "Skoda Next Light", Arial;
  font-weight: 300;
  background-color: #ffffff;
  color: #161718;
}

h1 {
  font-family: "Skoda Next", Arial;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}

h2 {
  font-family: "Skoda Next", Arial;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: .03rem;
  font-weight: 700;
}

h3 {
  font-family: "Skoda Next", Arial;
  text-align: center;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 700;
  }

h4 {
  font-family: "Skoda Next", Arial;
  font-size: 20px;
  font-weight: 700;
}

a {
  color: #161718;
  text-decoration: none;
}

header {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
  padding: 16px;
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

#About, #Helpdesk p {
 line-height: 28px; 
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

.strong {
  font-family: "Skoda Next", Arial;
  font-weight: 700;
}

.obsah {
  max-width: 1440px;
  margin: 0 auto;
}

.mail {
  text-decoration: underline;
}

.subheadline {
  letter-spacing: .1rem;
  font-family: 'Skoda Next Light', Arial;
  }

.btn {
  border-radius: 30px;
  font-weight: 700;
  font-family: "Skoda Next", Arial;
  max-width: 100%;
  padding: 10px 22px;
  }

.btn-primary {
  background-color: #78faae;
  color: #0e392f;
  border: 1px solid #78faae;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

.btn-primary:hover {
  background-color: #A8FFCC;
  border: 1px solid #A8FFCC;
  color: #0e392f;
}

.btn-grey {
  background-color: #f1f1f1;
  color: #161718;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-grey:hover {
  opacity: .8;
}

.main {
  font-family: "Skoda Next", Arial;
  letter-spacing: .1rem;
  color: #ffffff;
  background-image: url("assets/header.png");
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 300px;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 60px;
  }

  .mainMobile {
    display: none;
  }

.tabs {
  padding: 0px 96px 96px 96px;
}

.tab {
  overflow: hidden;
  background-color: #ffffff;
}

.navody {
  line-height: 28px;
}


.navigation {
    display: flex;
    font-size: 20px;
    font-family: "Skoda Next", Arial;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 46px 96px 24px 96px;
    padding-bottom: 16px;
    background-color: #ffffff;
}

.navigation a {
  margin-right: 56px;
  padding-bottom: 20px;
}

.active {
  color: #161718;
  border-bottom: 3px solid #419468;
}

.tabcontent {
  display: none;
}

.accordion {
  background-color: #ffffff;
  color: #161718;
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 16px 0px;
}

.news {
  display: flex;
  gap: 24px;
  align-items: center;
}

.news img, .manuals img {
  background-color: #e4e4e4;
  border-radius: 50%;
  padding: 12px;
}

.title {
  font-size: 18px;
  font-family: 'Skoda Next', Arial;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding-top: 0;
}

.date {
  color: #7c7d7e;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.perex {
  font-size: 18px;
  line-height: 28px;
  font-family: "Skoda Next Light", Arial;
  margin: 0;
}

.middle {
  margin-right: 46px;
}

.drop {
  background-color: #e4e4e4;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  text-align: center;
}

.drop img {
  transition: transform 0.4s;
}

.accordion.active .drop img {
  transform: rotate(180deg);
}

.two-columns {
  display: flex;
  gap: 10px;
  align-items: baseline;
  scroll-margin-top: 65px;
}

.two-columns ul {
  padding-left: 10px;
}

ul {
  padding-left: 10px;
}

li {
  list-style: "›";
  padding-left: 10px;
  padding-bottom: 10px;
}

.up {
  align-items: center;
}

.note p {
  margin: 0;
  padding: 0;
}

.note, .two-digits, .one, .twentish {
  background-color: #f5b716;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Skoda Next', Arial;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}

.note {
  padding: 10px 14px;
}

.one {
  padding: 10px 15px;
}

.two-digits {
  padding: 10px;
}

.twentish {
  padding: 10px 9px;
}

.manual-img {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  scroll-margin-top: 70px; 
}

.flag {
  display: inline-block;
  font-family: 'Skoda Next', Arial;
  font-weight: 700;
  background-color: #7c7d7e;
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.manuals {
  padding: 16px 24px 16px 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.kotvy {
  text-decoration: underline;
  color: #419468;
}

.container {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
  padding: 0 16px;
  border-radius: 8px;
}

.container:last-child {
  margin-bottom: 0;
}

.arrow {
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  margin-bottom: 16px;
}

#loadMore {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

.ending {
  text-align: center;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ending p {
  padding-bottom: 32px;
}

footer {
  background-color: #464748;
  color: #C4C6C7;
  padding: 40px 96px;
  font-size: 14px;
}

footer p {
  line-height: normal;
  margin: 0;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

@media screen and (max-width: 1200px) {
  .main {
    padding: 0 48px;
    height: 150px;
  }

  .mainMobile {
    display: none;
  }

  h1 {
    font-size: 34px;
    padding-top: 25px;
    margin: 0;
    line-height: 36px;
  }

  .subheadline {
    font-size: 18px;
    margin-top: 0;
    line-height: 28px;
  }

  .navigation {
    flex-wrap: wrap;
    font-size: 16px;
    gap: 1em;
    margin: 32px 48px 12px 48px;
  }
  
  .navigation a {
    margin-right: 36px;
    padding-bottom: 12px;
  }

  .tabs {
    padding: 0px 48px 48px 48px;
  }

  .title, .perex, .date {
    font-size: 16px;
  }

  .ending {
    padding-bottom: 72px;
  }

  .short {
    margin-bottom: 72px;
  }

  .ending p {
    margin: 0;
  }

  h2 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 32px;
  }

  h3 {
    font-size: 27px;
  }

  p {
    font-size: 16px;
  }

  .manuals {
    gap: 16px;
  }

  footer {
  padding: 56px 48px;
  }
}

@media screen and (max-width: 620px) {
  .main {
    display: none;
  }

  .mainMobile {
    display: block;
    width: 100%;
  }
  
  h1 {
    size: 34px;
    line-height: 36px;
    padding: 16px 16px 0px 16px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subheadline {
    padding: 16px;
    margin-bottom: 0;
  }

  .btnMobile {
    margin: 0 16px 16px;
  }

  .navigation {
    margin: 24px 24px 0;
  }

  .tabs {
    padding: 0 24px 24px;
  }

  .news {
    gap: 0;
  }

  .news img {
    display: none;
  }

  .manuals {
    gap: 0;
  }

  .manuals img {
    display: none;
  }

  .ending {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ending .btn {
    justify-content: center;
  }

  footer {
    padding: 40px 16px;
    }

  .helpdesk {
    display: none;
  }
  
  #kontakt {
    width: 100%;
  }

  h2 {
    font-size: 24px;
  }

  button p {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .ending .btn {
    width: 100%;
  }

  .btn-grey {
    width: 100%;
    justify-content: center;
  }
}