body {
    font-size: 15px;
}

body.wrapper-fluid header>.container-fluid,
body.wrapper-fluid footer>.container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.container-header .container-nav {
    flex: 1 0 auto;
}

.container-header .mod-menu {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
}

.mod-list li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.container-header .navbar-brand a {
    margin-right: 1.75rem !important;
}

.adv-logos {
    height: 70px;
    display: flex;
    align-items: center;
    margin-left: 70px;
}

.adv-logos .logo-adv {
    display: flex;
    align-items: center;
}

.adv-logos .logo-adv+.logo-adv {
    margin-left: 50px;
}

.adv-logos .logo-adv img {
    width: auto;
    height: 40px;
}

.container-header .navbar-brand a img,
.adv-logos .logo-adv img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#menu_puller {
    display: none;
}

#menu_puller .bar1,
#menu_puller .bar2,
#menu_puller .bar3 {
    width: 40px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.expanded .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.expanded .bar2 {
    opacity: 0;
}

.expanded .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* Formular */

form h3,
form .h3 {
    font-weight: 400 !important;
    color: var(--primary);
}

form label {
    font-size: 15px;
    margin-bottom: 8px;
}

form label small,
h1+em,
h2+em,
h3+em {
    opacity: .5;
}

h1+em,
h2+em,
h3+em {
    margin: -8px 0 1rem 0;
    display: block;
}

select.form-control {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat;
}

#reg_sum_price>strong {
    /* color: #df134c; */
    color: var(--primary);
}

#reg_sum_price strong>span {
    color: var(--body-color);
}

form .table th {
    background-color: var(--gray-200);
}

form .table td {
    border-left: 1px dotted var(--gray-200);
}

form .table th,
form .table td {
    font-size: 14px;
    padding: 5px;
}

form td .form-control {
    width: 100%;
}

form .btn .icon {
    margin-right: 1rem;
}

form .btn-sm .icon {
    margin-right: .5rem;
}

.form-check-input[type="checkbox"] {
    border-color: #000;
}

@media(max-width: 860px) {
    .regform_wrap {
        flex-wrap: wrap;
    }

    .regform_wrap .w-50 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Podminky */

#podminky {
    font-size: 14px;
}

#podminky h2 {
    font-size: 18px;
    margin: 30px 0px 15px 0px;
}

#podminky h2 a {
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
    margin-left: 15px;
}

#podminky h2 a:hover,
#podminky h2 a:focus {
    color: var(--primary);
}

/* GDPR */

.gdpr_text {
    font-size: 15px;
}

.gdpr_text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600 !important;
    line-height: 1.2;
    margin: 30px 0px 5px 0px;
}

/* Ucastnici */

@media (max-width: 1024px) {
    .table_participants {
        display: flex;
        flex-direction: column;
    }

    .table_participants .participant {
        display: flex;
        flex-direction: column;
        padding: 8px !important;
        margin-bottom: 1rem;
        border: 1px solid #dbdbdb !important;
    }

    .table_participants .table_header {
        display: none;
    }

    .table_participants .participant td.td_name,
    .table_participants .participant td.td_mail {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .table_participants .participant th,
    .table_participants .participant td {
        display: flex;
        border: none !important;
    }

    .table_participants .hidden_label {
        display: block !important;
        font-size: 14px;
        font-weight: 500;
        flex: 1;
    }

    .table_participants .participant td.td_name .hidden_label,
    .table_participants .participant td.td_mail .hidden_label {
        margin-bottom: 5px;
    }
}

/* Kontaktni osoby */

.two-columns .two-cols-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Paticka */

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5;
}

.footer_inner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-copyright-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #282828;
}

.footer_inner_content {
    width: 100%;
}

.footer_inner_content p,
.footer-copyright-wrap p {
    margin: 0;
}

.footer .logo_mp {
    width: 156px;
    height: 40px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../images/logo_mp.svg);
}

.footer .social {
    display: flex;
    align-items: center;
}

.footer .social .social_link {
    width: 32px;
    height: 32px;
    font-size: 0;
    margin: 0 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.footer .social .social_link.social_facebook {
    background-image: url(../images/icons/social/social_fb.svg);
}

.footer .social .social_link.social_linkedin {
    background-image: url(../images/icons/social/social_linkedin.svg);
}

.footer .social .social_link.social_yt {
    background-image: url(../images/icons/social/social_yt.svg);
}

/* Responsivity */

@media (max-width: 1549px) {
    .container-header .navbar-brand a img {
        height: 50px !important;
    }

    .adv-logos {
        margin-left: 40px;
    }

    .adv-logos .logo-adv img {
        height: 30px;
    }
}

@media (max-width: 1276px) {
    #menu_puller {
        display: inline-block;
        cursor: pointer;
    }

    .container-nav>ul.nav {
        display: none;
    }

    .container-header:has(#clonedmenu) {
        height: auto;
        min-height: 110px;
        flex-direction: column;
    }

    .container-header:has(#clonedmenu) .container-fluid {
        height: 110px;
    }

    #clonedmenu {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    #clonedmenu.d-none {
        opacity: 0;
        visibility: hidden;
    }

    #clonedmenu:not(.d-none) {
        opacity: 1;
        visibility: visible;
    }

    #clonedmenu .mod-menu {
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
        padding: 2rem 0;
    }

    #clonedmenu .mod-list li {
        padding: .5rem;
    }
}

@media (max-width: 1199px) {
    .two-cols-form {
        flex-direction: column;
    }

    .two-cols-form .form-left,
    .two-cols-form .form-right {
        width: 100%;
    }

    .two-cols-form .form-right {
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {
    .adv-logos {
        display: none;
    }

    form label[for="souhlas"],
    form label[for="souhlas_gdpr"],
    form #reg_sum_price label {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 929px) {
    .two-columns {
        flex-direction: column;
    }

    .two-columns .two-cols-col {
        width: 100%;
        margin-bottom: 4rem;
    }
}

@media (max-width: 769px) {
    .container-header .navbar-brand a img {
        height: 40px !important;
    }

    .navbar-brand {
        display: inline-block !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* .container-header:has(#clonedmenu) {
        height: auto;
        min-height: 110px;
        flex-direction: column;
    }

    .container-header:has(#clonedmenu) .container-fluid {
        height: 110px;
    }

    #clonedmenu {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    #clonedmenu.d-none {
        opacity: 0;
        visibility: hidden;
    }

    #clonedmenu:not(.d-none) {
        opacity: 1;
        visibility: visible;
    }

    #clonedmenu .mod-menu {
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
        padding: 2rem 0;
    }

    #clonedmenu .mod-list li {
        padding: .5rem;
    } */

    /* #menu_puller {
        display: inline-block;
        cursor: pointer;
    } */

    /* .container-nav>ul.nav {
        display: none;
    } */
}

@media (max-width: 599px) {
    .container-header .container-nav {
        position: relative;
    }

    .container-header nav {
        justify-content: flex-end;
    }

    .container-header .navbar-collapse.show {
        flex-wrap: wrap;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .container-header .mod-menu {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media (max-width: 480px) {
    form #reg_sum_price {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    form #reg_sum_price label {
        margin-bottom: 2rem;
    }
}

@media (max-width: 410px) {
    .container-header .navbar-brand a img {
        height: 30px !important;
    }
}