/* Fonts */
/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-900 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v25-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

:root {
    --hue: 214;
    --template-bg-light: #f0f4fb;
    --template-text-dark: #495057;
    --template-text-light: #ffffff;
    --template-link-color: #2a69b8;
    --template-special-color: #001B4C;
}

:root {
    --blue: hsl(240deg, 98%, 17%);
    --indigo: hsl(263deg, 90%, 51%);
    --purple: hsl(261deg, 51%, 51%);
    --pink: hsl(332deg, 79%, 58%);
    --red: hsl(3deg, 75%, 37%);
    --orange: hsl(27deg, 98%, 54%);
    --yellow: hsl(34deg, 100%, 34%);
    --green: hsl(120deg, 32%, 39%);
    --teal: hsl(194deg, 66%, 61%);
    --cyan: hsl(207deg, 49%, 37%);
    --white: hsl(0deg, 0%, 100%);
    --gray-100: hsl(210deg, 17%, 98%);
    --gray-200: hsl(210deg, 16%, 93%);
    --gray-300: hsl(210deg, 14%, 89%);
    --gray-400: hsl(210deg, 14%, 83%);
    --gray-500: hsl(210deg, 11%, 71%);
    --gray-600: hsl(210deg, 7%, 46%);
    --gray-700: hsl(210deg, 9%, 31%);
    --gray-800: hsl(210deg, 10%, 23%);
    --gray-900: hsl(210deg, 11%, 15%);
    --primary: #ed2114;
    --secondary: #ff9801;
    --success: #8cc34b;
    --info: #2879fe;
    --warning: #ff9801;
    --danger: #ed2114;
    --light: hsl(210deg, 17%, 98%);
    --dark: hsl(210deg, 10%, 23%);
    --primary-rgb: 1, 1, 86;
    --secondary-rgb: 109, 117, 126;
    --success-rgb: 68, 131, 68;
    --info-rgb: 48, 99, 141;
    --warning-rgb: 173, 98, 0;
    --danger-rgb: 165, 31, 24;
    --light-rgb: 249, 250, 251;
    --dark-rgb: 53, 59, 65;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 34, 38, 42;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: hsl(210deg, 11%, 15%);
    --body-bg: hsl(0deg, 0%, 100%);
}

:root {
    --phoca-color-main: #25255C;
    /*232323*/
    --phoca-color-minor: #5C255C;
    --phoca-color-background: #f8f5f1;
    --phoca-color-gray-transparent: rgba(0, 0, 0, 0.3);
    --phoca-color-gray-100: #f7f8fa;
    --phoca-color-gray-200: #e6e9ef;
    --phoca-color-gray-300: #d6dbe5;
    --phoca-color-gray-400: #c7cedc;
    --phoca-color-gray-500: #b7c0d2;
    --phoca-color-gray-600: #a7b2c8;
    --phoca-color-gray-700: #97a4be;
    --phoca-color-gray-800: #8897b4;
    --phoca-color-gray-900: #7889ab;
    --cassiopeia-color-primary: var(--phoca-color-main);
    --cassiopeia-color-link: var(--phoca-color-main);
    --cassiopeia-color-hover: var(--phoca-color-main);
    --phoca-border-radius-main: 0;
    --phoca-border-radius-minor: 0;
}

/* Header */
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
    /*position: relative;
    padding-bottom: 0.2em;*/
    Font-family: var(--body-font-family);
}

h1 {
    font-size: 1.8em;
}


h1 a, h2 a, h3 a,
h1 a:not([class]), h2 a:not([class]), h3 a:not([class]) {
    text-decoration: none;
    color: var(--body-color);
}

/* Logo */
.ph-logo-box {
    text-align: center;
    margin-right: auto;
    margin-left: 2em;
    margin-right: 2em;
}

@media screen and (max-width: 768px) {
    .ph-logo-box {
        width: 100%;
    }
}

.ph-logo-box .ph-logo img {
    width: 10em;
    margin: 0.5em auto 0 auto;
}

@media (min-width: 992px) {

    .container-header .container-nav {
        /* justify-content: center;*/
        align-items: baseline;
    }

    .ph-logo-box {
        width: auto;
    }

    .ph-logo-box .ph-logo img {
        /*margin-right: 5em;
        margin-left: 5em;*/
    }
}

/* Menu */
.container-header .navbar-toggler {
    color: var(--phoca-color-primary);
}

.container-nav .mod-menu li {
    border-bottom: 2px solid transparent;
}

.container-nav .mod-menu li:hover,
.container-nav .mod-menu li.active {
    border-bottom: 2px solid var(--phoca-color-minor);
}

@media (min-width: 992px) {
    .container-header .mod-menu {
        flex-wrap: wrap;
    }
}

/* Containers */
@media (min-width: 992px) {
    @supports (display: grid) {

        .container-bottom-a {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }

        .container-bottom-a .moduletable:nth-child(5) {
            grid-column: span 4;
        }

        .container-bottom-a .ph-module-full {
            grid-column: span 4;
        }

    }
}

@supports (display: grid) {

    .site-grid>.container-bottom-a,
    .site-grid>.container-bottom-b {
        /* grid-column: full-start/full-end;*/
    }

    .site-grid>.container-bottom-b {
        grid-column: full-start/full-end;
    }
}

.container-bottom-a .card {
    background: transparent;
    margin: 0;
}

.container-bottom-a .card .card-body {
    margin: 0;
    padding: 0;
}

.container-bottom-b {
    display: block;
    background: var(--phoca-color-gray-100);
    background-color: #dcdcdc;

}

.container-bottom-b .card {
    background: transparent;
    margin: 0;
    
  
}

.container-bottom-b .card .card-body {
    margin: 0;
    padding: 0;
    background-color: #dcdcdc;
}

.container-bottom-b .phModParticlesItem {}

.container-footer {
    background: var(--body-color);
    background-color: #2a69b8;
    margin: 0;
}
.container-header {
    position: relative;
    z-index: 10;
    background-color:/* #859dbf;*/ #dcdcdc;
    background-image: none;
    box-shadow: none;
    color: var(--white);
}

/*Hide Phoca download link*/
a[href*="phoca.cz/phocadownload"] {
    display: none !important;
}

a[href*="phoca.cz/phocadownload"]::before,
a[href*="phoca.cz/phocadownload"]::after {
    display: none !important;
}

/*div:has(a[href*="phoca.cz/phocadownload"]) {
    display: none !important;
}*/

div[style*="text-align:right"] {
    display: none !important;
}
