@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;
}

.maxW600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.maxW700 {
    max-width: 600px;
    margin: 0 auto;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}


/* -- 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;
}

@media only screen and (min-width : 1200px) {
    .headerTestovaci {
        background-image: url(../pcs/pcs_layout/header-testovaci-full.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 986px;
    }

    .headerFestival {
        background-image: url(../pcs/pcs_layout/header-festival-full.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 986px;
    }
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content {
    padding-top: 40px;
    padding-bottom: 5px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@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;
    }
}

h1.h1TextSmaller {
    font-size: 30px;
    line-height: 34px;
}

@media only screen and (min-width : 480px) {
    h1.h1TextSmaller {
        font-size: 34px;
        line-height: 39px;
    }
}

@media only screen and (min-width : 768px) {
    h1.h1TextSmaller {
        font-size: 38px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 992px) {
    h1.h1TextSmaller {
        font-size: 42px;
        line-height: 49px;
    }
}

@media only screen and (min-width : 1200px) {
    h1.h1TextSmaller {
        font-size: 44px;
        line-height: 52px;
    }
}

.logoOkruh {
    max-width: 200px;
}

.introText {
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.introText strong {
    font-size: 18px;
}

@media (min-width: 992px) {

    .introText,
    .introText strong {
        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: 22px;
}

.mainForm label.souhlasLabel{
    color: Black;
    font-weight: 600;
    font-size: 18px;
}

.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;
}

.linkPDF {
    background-image: url(../pcs/pcs_layout/pdf-ico.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    font-size: 16px;
}

.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;
}

.formNote span {
    font-size: 15px;
    line-height: 15px !important;
}

.formNote {
    font-size: 15px;
    line-height: 15px !important;
}

.program {
    background-image: url(../pcs/pcs_layout/program-bcg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
    }

}

.list-centered {
    list-style-position: inside;
    text-align: left;
    padding-left: 0;
    /* odstranĂ­ vĂ˝chozĂ­ odsazenĂ­ */
    max-width: 320px;
}


#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 15px;
}

@media only screen and (min-width : 768px) {
    .textProgram {
        padding: 50px;
    }
}

.textProgram ul {
    padding-left: 0;
    margin-bottom: 0;
}

.textProgram ul li {
    list-style-type: none;
    color: White;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid White;
    padding-bottom: 15px;
    width: 100%;
}

@media only screen and (min-width : 768px) {
    .textProgram ul li {
        font-size: 24px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
}

.textProgram ul li a {
    color: Black;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-decoration: underline;
}

.textProgram ul li span {
    width: 50px;
    display: block;
    float: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}

@media only screen and (min-width : 768px) {
    .textProgram ul li span {
        width: 145px;
        width: 75px; 
        font-size: 24px;
    }
}

.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;
}

.formTitle {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}