@font-face {
  font-family: "Font";
  src:
    url("bold-Font.woff2") format("woff2"),
    url("bold-Font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font";
  src:
    url("semibold-Font.woff2") format("woff2"),
    url("semibold-Font.woff") format("woff");
  font-weight: 600;
  /* font-weight semibold bĂ˝vĂˇ 600 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font";
  src:
    url("regular-Font.woff2") format("woff2"),
    url("regular-Font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font";
  src:
    url("thin-Font.woff2") format("woff2"),
    url("thin-Font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.porscheBold {
  font-family: "Font";
  font-weight: bold;
}

.porscheSemibold {
  font-family: "Font";
  font-weight: 600;
}

.porscheRegular {
  font-family: "Font";
  font-weight: normal;
}

.porscheThin {
  font-family: "Font";
  font-weight: 300;
}

* {
  font-family: "Font";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: Black;
}

.white,
.white *,
.white a {
  color: White !important;
}
.white a:hover {
  color: White !important;
}

.br1 {
  border: 1px solid Red;
}

.maxW1076 {
  max-width: 1076px;
  margin: 0 auto;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

.imgFull {
  width: 100%;
}

/* -- float -- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.textLeft {
  text-align: left !important;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: White;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 40px;
    padding-bottom: 40px;y
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contentCol {
  background-color: #faf8f5;
}

.contentCenik {
}

h1,
h2 {
  font-size: 46px;
  line-height: 110%;
  /* 78.1px */
  font-weight: 600;
  margin-bottom: 31px;
}

@media (min-width: 540px) {
  h1,
  h2 {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 60px;
    margin-bottom: 41px;
  }
}

@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 70px;
    margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 70px;
    margin-bottom: 34px;
  }
}

@media (min-width: 1400px) {
  h1,
  h2 {
    font-size: 70px;
    margin-bottom: 36px;
  }
}

.introText {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.introText strong, .introText a {
  font-size: 18px;
}

@media (min-width: 992px) {
  .introText,
  .introText strong, .introText a {
    font-size: 20px;
  }
}

.mainForm {
  max-width: 1076px;
  margin: 20px auto;
}

.mainForm label.inputLabel {
  display: none;
}

.mainForm input,
.mainForm select {
  border: none;
  border-bottom: 1px solid #d8d9dc;
  color: Black;
  font-weight: 600;
}

.cross {
  background-image: url(../pcs/pcs_layout/cross.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
}

.mainForm label,
.mainForm label a {
  color: Black;
  font-weight: 600;
  font-size: 16px;
}

.podminkyLabel {
  font-size: 20px !important;
}

.podminkyText {
  font-size: 14px;
}

.mainForm label a {
  text-decoration: underline;
}

.mainForm label a:hover {
  text-decoration: none;
}

.link {
  color: Black;
  text-decoration: underline;
}

.link:hover {
  color: Black;
  text-decoration: none;
}

@media (min-width: 992px) {
  .mainForm input,
  .mainForm select {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .mainForm input,
  .mainForm select {
    font-size: 24px;
  }
}

input::placeholder {
  color: Black;
  /* ÄŚervenĂˇ barva placeholderu */
}

/* Pro WebKit prohlĂ­ĹľeÄŤe (Chrome, Safari, Opera) */
input::-webkit-input-placeholder {
  color: Black;
}

/* Pro Firefox */
input:-moz-placeholder {
  color: Black;
}

input::-moz-placeholder {
  color: Black;
}

/* Pro Internet Explorer */
input:-ms-input-placeholder {
  color: Black;
}

.custom-placeholder::placeholder {
  color: Black;
  /* Barva placeholderu */
  opacity: 1;
  /* VyĹˇĹˇĂ­ prĹŻhlednost pokud je potĹ™eba */
}

.mainForm input.submitButton {
  width: 196px;
  height: 54px;
  line-height: 54px;
  background-color: Black;
  font-size: 18px;
  font-weight: 400;
  color: White;
  margin: 10px auto;
  display: block;
}

.button {
  width: 196px;
  height: 54px;
  line-height: 54px;

  width: 245px;
  height: 67px;
  line-height: 67px;

  background-color: Black;
  font-size: 22px;
  font-weight: 400;
  color: White;
  margin: 10px auto;
  display: block;
  text-align: center;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  color: White;
  text-decoration: none;
  background-color: Black;
}

.program {
  /*background-image: url(../pcs/pcs_layout/program-bcg.png);
  background-position: center;
  background-repeat: repeat; */

  background-color: #e88c84;
  background-color: #f8f7f8;
  background-color: #e0e0e0;
}
/*
.car1 {
    background-image: url(../pcs/pcs_layout/car1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 200px;
}
.car2 {
    background-image: url(../pcs/pcs_layout/car2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 200px;
}

.car3 {
    background-image: url(../pcs/pcs_layout/car3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px;
}

.car4 {
    background-image: url(../pcs/pcs_layout/car4.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200px;
}

@media (min-width: 960px) {
	.car1, .car2, .car3, .car4 {
    background-size: auto;
}

}
*/

#countdown {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  width: 400px;
  color: Black;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#countdown div {
  text-align: center;
}

#countdown span {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.label {
  margin-top: 5px;
  font-size: 0.8em;
  color: Black;
}

.contentKontakt {
  background-color: Black;
}

.footerText {
  font-weight: 600;
  font-size: 14px;
}

.icoSocial {
  background-position: right center;
  background-repeat: repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 15px;
  display: block;
}

.icoSocialMail {
  background-image: url(../pcs/pcs_layout/ico1.png);
}

.icoSocialInstagram {
  background-image: url(../pcs/pcs_layout/ico2.png);
  margin-right: 10px;
}

.icoSocialLinkedIn {
  background-image: url(../pcs/pcs_layout/ico3.png);
}

.icoSocialWebsite {
  width: 31px;
  height: 31px;
  margin: 4px;
  background-image: url(../pcs/pcs_layout/ico-website.png);
}

.textVystava {
  background-color: Black;
  color: White;
  font-size: 30px;
  font-weight: bold;
  padding: 50px;
}

.textProgram {
  padding: 50px 50px;
}

.textProgram ul {
  padding-left: 0;
  margin-bottom: 0;
}

.textProgram ul li {
  list-style-type: none;

  color: Black;
  font-size: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;

  margin-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid Black;
  padding-bottom: 20px;
  padding-bottom: 30px;

  margin-bottom: 25px;
  padding-bottom: 20px;
}

.textProgram ul li a {
  color: Black;
  font-size: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.textProgram ul li a:hover {
  text-decoration: none;
}

.textProgram ul li.lastItem {
  border-bottom: none;
  padding-bottom: 0;
}

.cite strong {
  display: block;
  font-size: 41px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 110%; /* 45.1px */
}

.cite {
  font-size: 22px;
  max-width: 850px;
  margin: 0 auto;
}

.lightGrey {
  background-color: #efefef;
}

/* -- quick nav bar -- */
.quickNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 25px auto 0;
  max-width: 1076px;
  max-width: 1200px;
  max-width: 1700px;
}

.quickNavItem {
  flex: 0 0 155px;
  text-align: center;
  padding: 18px 6px;
  background-color: #f7f7f7;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: Black;
  transition: background-color 0.2s;
}

.quickNavItem:hover,
.quickNavItemActive {
  background-color: #e0e0e0;
  text-decoration: none;
  color: Black;
}

@media (max-width: 767px) {
  .quickNavItem {
    flex: 1 1 45%;
    font-size: 13px;
    padding: 14px 6px;
  }
}

/* -- FAQ accordion -- */
.faqList {
  max-width: 900px;
  margin: 0 auto;
}

.faqItem {
  border-bottom: 1px solid #d8d9dc;
  padding: 18px 0;
}

.faqItem summary {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 34px;
}

.faqItem summary::-webkit-details-marker {
  display: none;
}

.faqItem summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -2px;
  font-size: 24px;
  font-weight: 400;
}

.faqItem[open] summary::after {
  content: "\2013";
}

.faqItem p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
}

/* -- program timeline -- */
:root {
  --pf-race: #c1291c;
  --pf-talk: #52c2dd;
  --pf-award: #c69a55;
  --pf-drive: #e2948c;
  --pf-info: #10122f;
}

.pfLegend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  max-width: 900px;
  margin: 0 auto 40px;
}

.pfLegendItem {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.pfDotStatic {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 8px;
}

.pfTable {
  margin-top: 10px;
}

.pfRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 14px;
  row-gap: 6px;
  padding: 14px 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-left: 4px solid;
  background-color: #f7f7f7;
}

.pfTime {
  font-size: 14px;
  font-weight: 700;
  color: Black;
  min-width: 118px;
  white-space: nowrap;
}

.pfTag {
  display: inline-block;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 4px 12px;
  border-radius: 20px;
  min-width: 96px;
  text-align: center;
}

.pfTitleRow {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: Black;
  flex: 1 1 220px;
}

.pfDotStatic.cat-race {
  background-color: var(--pf-race);
}

.pfDotStatic.cat-talk {
  background-color: var(--pf-talk);
}

.pfDotStatic.cat-award {
  background-color: var(--pf-award);
}

.pfDotStatic.cat-drive {
  background-color: var(--pf-drive);
}

.pfDotStatic.cat-info {
  background-color: var(--pf-info);
}

.pfRow.cat-race {
  border-left-color: var(--pf-race);
  background-color: #f8e8e6;
}

.pfRow.cat-talk {
  border-left-color: var(--pf-talk);
  background-color: #e9f6f9;
}

.pfRow.cat-award {
  border-left-color: var(--pf-award);
  background-color: #f7f0e1;
}

.pfRow.cat-drive {
  border-left-color: var(--pf-drive);
  background-color: #fbeeec;
}

.pfRow.cat-info {
  border-left-color: var(--pf-info);
  background-color: #e8e8ec;
}

.pfTag.cat-race {
  background-color: #f0d0cb;
  color: #7c2317;
}

.pfTag.cat-talk {
  background-color: #cfeef4;
  color: #14606f;
}

.pfTag.cat-award {
  background-color: #ecddba;
  color: #6c5122;
}

.pfTag.cat-drive {
  background-color: #f5dbd8;
  color: #8c3f38;
}

.pfTag.cat-info {
  background-color: #d7d7dd;
  color: #10122f;
}

@media (min-width: 768px) {
  .pfTitleRow {
    font-size: 17px;
  }
}

.formTitle {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.pf-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
}
.pf-wrap .pf-bg {
  width: 100%;
  display: block;
}
.pf-car-img {
  position: absolute;
  width: 11%;
  transform: translateX(-50%);
  top: 130%;
}
.pf-car-img:nth-child(2) {
  left: 10%;
  transition: top 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.pf-car-img:nth-child(3) {
  left: 30%;
  transition: top 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.pf-car-img:nth-child(4) {
  left: 50%;
  transition: top 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.pf-car-img:nth-child(5) {
  left: 70%;
  transition: top 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.pf-car-img:nth-child(6) {
  left: 90%;
  transition: top 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Přidej toto: */
.pf-car-img:nth-child(2).pf-parked {
  top: 35%;
} /* pink — středně */
.pf-car-img:nth-child(3).pf-parked {
  top: 55%;
} /* red — hodně dolů */
.pf-car-img:nth-child(4).pf-parked {
  top: 28%;
} /* white — středně dolů */
.pf-car-img:nth-child(5).pf-parked {
  top: 8%;
} /* martini — výrazně nahoru */
.pf-car-img:nth-child(6).pf-parked {
  top: 16%;
} /* gulf — nahoru */

/* -- kontaktní formulář v patičce -- */
.kontaktFormWrap {
  margin-bottom: 30px;
}

.mainFormFooter {
  margin: 30px 0 0;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .mainFormFooter {
    margin-top: 35px;
  }
}

.mainFormFooter .formRow {
  margin-bottom: 12px;
}

.mainFormFooter input[type="text"],
.mainFormFooter input[type="tel"],
.mainFormFooter textarea {
  width: 100%;
  background-color: White;
  border: none;
  border-bottom: 1px solid #d8d9dc;
  padding: 8px 12px;
  color: Black;
  font-weight: 300;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
}

.mainFormFooter input[type="text"]::placeholder,
.mainFormFooter input[type="tel"]::placeholder,
.mainFormFooter textarea::placeholder {
  font-weight: 300;
  font-size: 15px;
}

.mainFormFooter textarea {
  min-height: 80px;
  resize: vertical;
  font-family: "Font";
}

.mainFormFooter input[type="text"]:focus,
.mainFormFooter input[type="tel"]:focus,
.mainFormFooter textarea:focus {
  outline: none;
  border-bottom: 1px solid White;
}

.mainFormFooter .button {
  margin-top: 18px;
}

.button.buttonLight {
  background-color: White !important;
  color: Black !important;
}

.button.buttonLight:hover {
  background-color: #e0e0e0 !important;
  color: Black !important;
}

/* -- sladit šířku formuláře s mapou -- */
.kontaktFormWrap,
.google-maps {
  width: 100%;
  box-sizing: border-box;
}

.google-maps iframe {
  width: 100% !important;
  box-sizing: border-box;
}

.pfHoneypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.pfFormError {
  color: #ff8a80 !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.footerLogo {max-width: 250px;}