
@import 'components/reset.css';
@import 'components/print.css';
@import 'components/normalize.css';
@import 'components/base.css';
@import '../../../css/03-objects/old-grid.css';

@import 'components/horizontalmenu.css';
@import 'components/navigation.css';
@import 'components/body.css';
@import 'components/left-menu.css';
@import 'components/calendar.css';
@import 'components/content.css';
@import 'components/canteen.css';
@import 'components/forum.css';
@import 'components/login.css';
@import 'components/sitemap.css';
@import 'components/feedback.css';
@import 'components/files.css';
@import 'components/epodatelna.css';
@import 'components/poll.css';
@import 'components/teachers.css';
@import 'components/quiz.css';
@import 'components/dashboard.css';
@import 'components/gallery.css';
@import 'components/footer.css';
@import '../../../css/forms.css';
@import '../../../css/cookie-bar.css';
@import '../../../css/cookie-consent-bar.css';
@import '../../../css/lang-switcher.css';
@import '../../../css/photo-swipe.css';
@import '../../../css/wide-content.css';
@import '../../../css/references.css';
@import '../../../css/popup.css';
@import '../../../css/04-components/contextMenu.css';
@import '../../../css/04-components/navigation.css';
@import '../../../css/04-components/siteMenu.css';
@import '../../../css/04-components/posts.css';
@import '../../../css/04-components/post.css';
@import '../../../css/04-components/post-v2.css';
@import '../../../css/04-components/categoryPosts.css';
@import '../../../css/04-components/galleryPreview.css';
@import '../../../css/04-components/calendarEvent.css';
@import '../../../css/04-components/content.cimg.css';
@import '../../../css/04-components/contactToolbar/v1.css';
@import '../../../css/04-components/persons/v1.css';
@import '../../../css/04-components/person/v1.css';
@import '../../../css/04-components/postCard/v1.css';
@import '../../../css/04-components/postCards/v1.css';
@import '../../../css/main-menu.css';
@import '../../../css/menu-switcher.css';


body {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #fff;
}


a {
    color: #0044aa;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}


/*** HEADER ***/
.header-wrapper {
    background: #fff;
}


.header-wrapper--fixed {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


.page--scrolled .header-wrapper--fixed .header-inner {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}


/*** LOGO ***/
.header-inner {
    text-align: center;
}


.header {
    position: relative;
    padding-right: 50px;
}


.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.header-col1,
.header-col2,
.header-col3 {
    box-sizing: border-box;
    text-align: left;
}


.header-col1 {
    text-align: center;
    width: 100%;
}


.header-col2,
.header-col3 {
    flex-grow: 1;
    padding: 0.5em;
}


.header .header-col2,
.header .header-col3 {
    display: none;
}


@media only screen and (max-width: 40em) {
    h1 {
        font-size: 187.5%;
    }

    h2 {
        font-size: 150%;
    }

    h3 {
        font-size: 131.25%;
    }

    h4 {
        font-size: 112.5%;
    }

    h5 {
        font-size: 93.75%;
    }

    h6 {
        font-size: 75%;
    }
}


@media only screen and (min-width: 60em) {
    .page--desktop .header {
        padding-right: 0;
    }


    .page--desktop .header-col1 {
        flex-grow: 1;
        width: auto;
        text-align: left;
        margin-right: 2em;
    }


    .page--desktop .header-col2,
    .page--desktop .header-col3 {
        text-align: right;
        flex-grow: 0;
    }


    .page--desktop .header-col2 {
        margin-right: 2em;
    }


    .page--desktop .header .header-col2,
    .page--desktop .header .header-col3 {
        display: block;
    }
}


.logo {
    display: inline-flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: var(--web-logo-color, inherit);
    vertical-align: middle;
    gap: 1rem;
}


.logo:hover,
.logo:focus,
.logo:active {
    text-decoration: none;
    color: var(--web-logo-color, #444);
}


.logo__text,
.logo__image,
.logo__image img {
    display: block;
}


.logo__text {
    font-size: clamp(1.25rem, 0.8864rem + 1.8182vw, 2.25rem);
    padding: 0.25em 0;
    flex: 1;
}


.logo__image img {
    max-width: 100%;
    height: auto;
}


/*** HORIZONTAL MENU ***/
.horizontalmenu {
    background: #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10;
}

.horizontalmenu-inner {
    display: none;
}

.horizontalmenu-mobile {
    display: none;
}


.horizontalmenu-mobile-2 {
    margin-top: 1rem;
    border-top: 0.25rem solid #0004;
}


.horizontalmenu-secondary {
    display: none;
    padding: 1em;
    background: #fff;
}

.horizontalmenu-secondary:empty {
    padding: 0;
}

.horizontalmenu--active .horizontalmenu-inner {
    height: auto;
    transform: scaleY(1);
}

.horizontalmenu--active .horizontalmenu-mobile,
.horizontalmenu--active .horizontalmenu-secondary {
    display: block;
}

.horizontalmenu-switch {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0.5em;
}

.horizontalmenu-switcher {
    font-weight: bold;
    color: #333;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    background: #666;
    border-radius: 4px;
    padding: 2px
}


.horizontalmenu-switcher:hover,
.horizontalmenu-switcher:focus,
.horizontalmenu-switcher:active {
    text-decoration: none;
}


.horizontalmenu-switcher-icon,
.horizontalmenu-switcher-label {
    display: inline-block;
    vertical-align: middle;
}

.horizontalmenu-switcher-icon {
    margin-right: 0.5em;
}

.horizontalmenu-switcher:hover .horizontalmenu-switcher-label,
.horizontalmenu-switcher:focus .horizontalmenu-switcher-label,
.horizontalmenu-switcher:active .horizontalmenu-switcher-label {
    text-decoration: underline;
}

.horizontalmenu .m0_0 {
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
}

.horizontalmenu .m0_0 a {
    border: 5px solid transparent;
    border-width: 5px 0;
    flex: 1;
    color: #333;
}

.horizontalmenu .m0_0 a {
    text-transform: uppercase;
    font-weight: bold;
}

.horizontalmenu .m0_0 .m0_0hov {
    border-bottom: 5px solid #ccc;
    color: var(--web-mainMenu-activeItemColor);
    background-color: var(--web-mainMenu-activeItemBackgroundColor);
    border-bottom-color: var(--web-mainMenu-activeItemBorderColor);
}


.main-menu {
    background: var(--web-mainMenu-itemBackgroundColor);
    color: var(--web-mainMenu-itemColor, #333);
}


@media only screen and (min-width: 60em) {
    .page--desktop .horizontalmenu-switch {
        display: none;
    }

    .page--desktop .horizontalmenu-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .page--desktop .horizontalmenu-mobile,
    .page--desktop .horizontalmenu-secondary,
    .page--desktop .horizontalmenu--active .horizontalmenu-secondary {
        display: none;
    }
}


/*** LEFT MENU ***/
.body-outer--2cols {
    display: grid;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


.body {
    order: 1;
    overflow: hidden;
}


.leftMenu {
    display: block;
    background: var(--web-leftMenu-backgroundColor, #f8f8f8);
    order: 2;
    box-sizing: border-box;
    padding: 1rem;
}


.leftMenu h1 {
    color: var(--web-header-1);
}

.leftMenu h2 {
    color: var(--web-header-2);
}

.leftMenu h3,
.leftMenu h4,
.leftMenu h5,
.leftMenu h6 {
    color: var(--web-header-3);
}


@media only screen and (min-width: 60em) {
    .page--desktop .body-outer--2cols {
        grid-template-columns: 18rem 1fr;
    }

    .page--desktop .leftMenu {
        order: 0;
    }
}


/*** BODY ***/
.body-inner--wide {
    padding: 0;
    max-width: none;
}


.body-inner--breadcrumbs,
.body-inner--products {
    padding-bottom: 0;
}


.body-inner--breadcrumbs + .body-inner,
.body-inner--products + .body-inner {
    padding-top: 0;
}


@media only screen and (min-width: 60em) {
    .body-inner--breadcrumbs {
        padding-top: 2em;
    }
}


/*** CALENDAR EVENTS ***/
.calendarEvents {
    margin-bottom: 2rem;
}


.calendarEvent__date {
    background-color: var(--web-mainMenu-itemBackgroundColor);
    color: var(--web-mainMenu-itemColor);
}


/*** CONTENT ***/
.content {
    padding-top: 2em;
}

.content--homepage {
    padding-top: 0;
}

.content hr {
    height: 5px;
    background: #eee;
    border: none;
    box-sizing: border-box;
    margin: 2em 0;
}

.content hr:last-child {
    margin-bottom: 0;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.content .photoswipe {
    display: inline-block;
}

/*** CONTENT CIMG ***/
.cimg {
    --cimg-height: 25rem;
}


/*** CONTENT TABLE ***/
.content table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 1em;
}

.content table th,
.content table td {
    border: 1px solid #e5e5e5;
    border-width: 0 1px 1px 0;
    padding: 0.5em 1em;
}

.content table th:last-child,
.content table td:last-child,
.table-no-border .content table th,
.table-no-border .content table td,
.content table th.table-no-border,
.content table td.table-no-border {
    border-right: none;
}

.content table th.table-cell-border,
.content table td.table-cell-border {
    border-right: 1px solid #e5e5e5;
}

.content table thead tr,
.content table thead tr td,
.content table thead tr th {
    background: #fff;
}

.content table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.content table thead th,
.content table tfoot th,
.content table thead td,
.content table tfoot td {
    text-align: center;
    font-size: 87.5%;
    padding-top: 1.286em;
    padding-bottom: 1.286em;
}

.content table thead th a,
.content table tfoot th a,
.content table thead td a,
.content table tfoot td a {
    color: inherit;
}

.content table thead th.active,
.content table tfoot th.active,
.content table thead td.active,
.content table tfoot td.active {
    color: #000000;
}

.content table thead th.table-normal-padding,
.content table tbody th.table-normal-padding,
.content table tfoot th.table-normal-padding,
.content table thead td.table-normal-padding,
.content table tbody td.table-normal-padding,
.content table tfoot td.table-normal-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.content table tbody th.table-normal-padding,
.content table tbody td.table-normal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.content table tfoot th,
.content table tfoot td {
    text-align: left;
}


/*** CALENDAR WIDGET ***/
.wg_calendar {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-top: 2.25rem;
}


.wg_calendar table {
    border: none;
}


.wg_calendar table th,
.wg_calendar table td {
    border: none;
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.wg_calendar table tbody tr:nth-child(odd),
.wg_calendar table tbody tr:nth-child(even) {
    background: transparent;
}


.wg_cal_navi {
    text-transform: capitalize;
    font-weight: normal;
    top: 0;
}


.wg_cal_navi td {
    position: relative;
    font-weight: normal;
    border: none;
    padding: 0;
    background: transparent;
}


.wg_cal_navi td:nth-child(2),
.wg_cal_navi td:nth-child(4) {
    width: 2.75rem;
}


.wg_cal_navi td:nth-child(2) a,
.wg_cal_navi td:nth-child(4) a {
    padding-left: 2.75rem;
}


.wg_cal_navi td:nth-child(2) a,
.wg_cal_navi td:nth-child(4) a {
    background-image: url('/img/calendar_arrow.svg');
    background-position: left center;
    background-size: 0.375rem;
    z-index: 10;
}


.wg_cal_navi td:nth-child(3) {
    font-size: 1.125rem;
    padding: 0.25rem 0;
    font-weight: bold;
    color: var(--web-mainMenu-itemBackgroundColor);
}


.wg_cal_navi td:nth-child(4) a {
    transform: scaleX(-1);
}


.wg_cal_days {
    text-transform: uppercase;
}


.wg_cal_td {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.wg_cal_td_a {
    background: var(--web-mainMenu-itemBackgroundColor);
    color: var(--web-mainMenu-itemColor);
    font-weight: bold;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    top: 0.125rem;
    bottom: 0.125rem;
    left: 0.25rem;
    right: 0.25rem;
    border-radius: 0;
    position: static;
}


/*** SLIDESHOW ***/
.slideshow .owl-controls {
    display: none;
}


.slideshow .owl-carousel .owl-item img {
    display: block;
    object-fit: cover;
    max-height: 450px;
    width: 100%;
    aspect-ratio: 2 / 1;
}


/*** CANTEEN ***/
.wg_canteen {
    text-align: center;
}


/*** CONTEXT MENU ***/
.contextMenu {
    margin-bottom: 2rem;
}


.contextMenuLink {
    padding: 0.75rem 1rem;
    color: var(--web-leftMenu-itemColor);
    background: var(--web-leftMenu-itemBackgroundColor, transparent);
}


.contextMenuLink--active {
    padding: 0.75rem 1rem;
    color: var(--web-leftMenu-activeItemColor);
    background: var(--web-leftMenu-activeItemBackgroundColor, transparent);
}


.contextMenu__header .contextMenuLink {
    font-weight: bold;
    font-size: 1.125rem;
    background: transparent;
}


/*** SITE MENU ***/
.siteMenu {
    margin-bottom: 2rem;
}


.siteMenuLink {
    padding: 0.75rem 1rem;
    color: var(--web-leftMenu-itemColor);
    background: var(--web-leftMenu-itemBackgroundColor, transparent);
}


.siteMenuLink--active {
    color: var(--web-leftMenu-activeItemColor);
    background: var(--web-leftMenu-activeItemBackgroundColor, transparent);
}


/*** POSTS ***/
.post__title {
    font-size: 125%;
}


@media only screen and (min-width: 30em) {
    .posts--2cols,
    .posts--3cols,
    .posts--4cols {
        grid-template-columns: 1fr 1fr;
    }
}


@media only screen and (min-width: 60em) {
    .posts--3cols,
    .posts--4cols {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media only screen and (min-width: 70em) {
    .posts--4cols {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*** GALLERY SLIDER ***/
.gallery-slider {
    padding: 1em 50px;
    position: relative;
}

.gallery-slider .owl-controls {
    margin: 0;
}

.gallery-slider__slide {
    display: block;
    padding: 0.5em 1em;
    box-sizing: border-box;
}

.gallery-slider__photo {
    display: block;
}

.gallery-slider img {
    display: block;
    object-fit: cover;
}

.gallery-slider .owl-next,
.gallery-slider .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    padding-left: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-slider .owl-prev {
    left: -50px;
    background-image: url('../img/slider-left.png');
}

.gallery-slider .owl-next {
    right: -50px;
    background-image: url('../img/slider-right.png');
}


.photogallery {
    overflow: hidden;
    padding: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.5em;
}


.photogallery .imgb {
    padding: 0;
    width: auto;
}


.photogallery .imgb .desc {
    bottom: 0;
}


.photogallery .imgb a {
    display: block;
}


.photogallery .photoswipe {
    display: block;
}


.photogallery img {
    object-fit: cover;
    max-height: none;
    box-shadow: none;
    border: none;
    display: block;
}


.photogallery .imgb--gallery-default img {
    background: #eee;
    object-fit: none;
}


.products {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.product,
.product__content,
.product__image,
.product__image img,
.product__title,
.product__description {
    display: block;
}


.product {
    padding: 0;
    margin-bottom: 1em;
    color: inherit;
    box-sizing: border-box;
    width: 100%;
}


.product__content {
    padding: 0.5em 1em;
}


.product__title {
    font-weight: bold;
    text-align: center;
    font-size: 125%;
}


.product__image {
    margin-bottom: 1em;
}


.product__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.product__description {
    margin-top: 0.75em;
    text-align: center;
}


.product,
.product:hover,
.product:focus,
.product:active {
    text-decoration: none;
}


.product:hover .product__title,
.product:focus .product__title,
.product:active .product__title {
    text-decoration: underline;
}


.products--circle .product__image img {
    border-radius: 50%;
}


@media only screen and (min-width: 24em) {
    .product {
        width: 50%;
    }
}


@media only screen and (min-width: 38em) {
    .product {
        width: 33.33%;
    }
}


@media only screen and (min-width: 52em) {
    .product {
        width: 25%;
    }
}


/*** BLOCKS ***/
.block-1,
.block-2,
.block-3 {
    display: block;
}


.block-1 {
    background-color: #eee;
}


.block-2 {
    background-color: #ddd;
}


.block-3 {
    background-color: #ccc;
}


/*** BUTTON ***/
.button,
.button-2,
.button-3 {
    display: inline-block;
    padding: 0.375em 1em;
    box-sizing: border-box;
    margin-bottom: 1px;
    font: inherit;
    font-weight: normal;
    background-color: #1779ba;
    font-size: 100%;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
    color: #fff;

    /*&:hover,
    &:focus,
    &:active {
        background-color: lighten(#1779ba, 5%);
    }
    }*/
}


.button:active,
.button-2:active,
.button-3:active {
    box-shadow: none;
}


/*** GOOGLE MAP ***/
iframe.google-map {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}


/*** FOOTER ***/
.footer {
    margin-top: 4em;
}

.footer-inner--webauthor {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 5px solid #eee;
}


.footer-inner--webauthor > :last-child {
    margin-left: auto;
    text-align: right;
}


.footer--customized .footer-inner--webauthor {
    border-top: none;
}


.footer-inner-content {
    font-size: 87.5%;
    color: #777;
}


/*** UTILS ***/
.u-hide-mobile {
    display: none;
}


@media only screen and (min-width: 60em) {
    .u-hide-mobile {
        display: block;
    }
}
