@font-face {
    font-family: 'FS Lucas Pro';
    src: url('/fonts/FSLucasPro-Regular.eot');
    src: local('FS Lucas Pro Regular'), local('FSLucasPro-Regular'),
        url('/fonts/FSLucasPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FSLucasPro-Regular.woff2') format('woff2'),
        url('/fonts/FSLucasPro-Regular.woff') format('woff'),
        url('/fonts/FSLucasPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'FS Lucas Pro', serif;
    box-sizing: content-box;
}
  
:root {
    --modra: 30, 34, 71;
    --ruzova: 230, 0, 126;
    --bila: 255, 255, 255;
    --cerna: 0, 0, 0;
    --seda: 230, 230, 230;
}

html, body {
    width: 100%;
    height: 100%;
    background: rgb(var(--seda));
    scroll-behavior: smooth;
}

#main-box {
    display: flex;
    flex-direction: column;
}

/*
    Welcome
*/
#welcome {
    background: rgb(var(--seda));
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999999999999;
    display: block;
    visibility: hidden;
}

#welcome #box {
    width: 100%;
    height: auto;
}

#welcome .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100vh;
}

#welcome img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#web {
    display: flex;
    flex-direction: column;
}

#web div.p {
    display: flex;
    flex-direction: row;
}

/*
    TEAM:
*/
#page section.team .card {
    display: flex;
    flex-direction: row;
}

#page section.team .card .boss1,
#page section.team .card .boss2,
#page section.team .card .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
}

#page section.team .card .boss1 h2,
#page section.team .card .boss1 h4 {
    text-align: left;
    padding: 0;
}

#page section.team .card .boss2 h2,
#page section.team .card .boss2 h4 {
    padding: 0;
    text-align: right;
}


#page section.team img {
    width: 100%;
    height: auto;
    box-shadow:  0px 0px 6px -2px rgba(var(--cerna), 0.5);
    border-radius: 5px;

}

/*
    BOX:
*/
#box {
    width: 100%;
    min-height: 100%;
}

#box.spacer {
    width: 100%;
    top:134px;
    position: relative;
}

#box.content {
    width: 1100px;
    top: 134px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#box.sideimage {
    background: rgb(var(--modra));
    width: 100%;
    height: 100%;
    right: 0;
}

#box.sideimage .fixed {
    width: auto;
    height: 100%;
    position: fixed;
}

#box.sideimage .fixed img.plane {
    rotate: 220deg;
    left: -84px;
    top: 100px;
    position: absolute;
}

#box.sideimage .runway {
    position: relative;
    left: 100px;
    background-image: url("../runway.png");
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
}

/*
    HEADER:
*/

#header {
    width: 100%;
    height: auto;
    padding: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#header-fixed {
    position: fixed;
    width: auto;
    background: rgb(var(--seda));
    width: 100%;
    z-index: 9999;
}

#header .logo {
    height: 50px;
}

#header .logo img {
    width: auto;
    height: 100%;
}

/*
    MENU:
*/
#header .menu {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(var(--ruzova));
}

#header .menu ul {
   list-style-type: none;
   display: flex;
   flex-direction: row;
}

#header .menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: rgb(var(--bila));
}

#header .menu ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 20px;
    background: rgb(var(--ruzova));
    text-align: center;
    display: block;
}


#header .menu ul li:hover,
#header .menu ul li:hover a {
    background: rgb(var(--modra));
}

/*
    PHONE-BOX:
*/
#data-box {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    color: rgb(var(--cerna));
    padding: 10px;
    margin: 5px;
}

#header .contact,
#header .language {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#header .contact,
#header .contact .split {
    width: 100%;
}

#header .contact .split {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#data-box .phone-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#data-box .phone-icon svg {
    width: 16px;
    height: 16px;
    fill: rgb(var(--ruzova));
    padding-left: 10px;
}

#data-box .data-text {
    text-wrap: nowrap;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px;
}

/*
    LANG-BOX:
*/
#lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    padding: 0 10px;
}

#lang-box svg {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 1px solid rgb(var(--modra));
}


/*
    CONTENT
*/
#page {
    width: calc(1100px - 40px);
    height: auto;
    padding: 20px;
}

#page .sections {
    scroll-margin-top: 150px;
}

#page .sections .txt {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#page .sections .txt {
    background: rgba(var(--seda),0.8);
    border-radius: 20px;
}

#page .sections .txt .summ,
#page .sections .txt .cat {
    width: 100%;
}

#page .sections .txt .summ {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}

#page .sections .txt .summ p {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    padding: 20px;
}

#page section {
    padding-bottom: 40px;
}

#page section.row {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

#page section.column {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

#page section .card .cardbox {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#page section .card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 40px);
    padding: 20px;
}

#page section .card strong,
#page section .card strong {
    font-weight: bold;
    font-size: 16px;
}

#page section .card a {
    text-decoration: none;
    color: rgb(var(--cerna));
    font-size: 16px;
}

#page section .card .cardbox .image span,
#page section .card .cardbox .image a {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;

    padding: 15px;
    border-radius: 5px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(var(--cerna),0.2) 0%, rgba(var(--bila),1) 70%);
    box-shadow: 0px 0px 6px -2px rgba(var(--cerna),0.5);
}

#page svg {
    width: auto;
    height: 100%;
    fill: rgb(var(--ruzova));
}

#page section .card .text {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    text-align: left;
    flex-direction: column;
}

#page section .card .text2 {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
}

#page section .card .text a,
#page section .card .text span {
    font-weight: bold;
    font-size: 16px
}

#page section .card .text p.subtext {
    font-size: 12px;
    text-transform: none;
    line-height: 20px
}

#page section.members {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#page section.members .card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
}

#page section .card .text,
#page section .card .text2 {
    font-size: 12px;
    margin-left: 10px;
}

#page section .card .text2 p {
    padding-top: 5px;
    font-size: 16px;
}

#page .sections h1 {
    color: rgb(var(--ruzova));
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    padding: 20px;
    font-size: 20px;
}

#page .sections h1.cat {
    color: rgb(var(--modra));
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    border-radius: 0;
    border-bottom: 10px solid rgb(var(--modra));
}

#page section h2 {
    padding-left: 40px;
    text-transform: uppercase;
    color: rgb(var(--ruzova));
}

#page section div.sub-sections {
    padding-top: 20px;
}

#page section.home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 86vh;
    text-transform: uppercase;
}

#page section.home .maps {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#page section.home .maps::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/mapka2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0;
    opacity: 0.3;
}

#page section.home .maps > * {
    z-index: 1;
}

#page section.home h1 {
    background: none;
    color: rgb(var(--cerna));
    padding: 10px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px;
}

#page section.home p {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}

#page section.home p strong {
    padding-top: 5px;
    padding-bottom: 5px;
}

#page section.home h2 {
    background: rgb(var(--ruzova));
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    min-width: 150px;
    text-wrap: no-wrap;
}

#page section.home a {
    text-decoration: none;
    display: block;
    color: rgb(var(--bila));
}
/*
    FOOTER:
*/
#footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--ruzova));
}

/* Mobile */
@media only screen and (max-width: 1000px) {

    #box.content {
        top:0;
        position: inherit;
    }

    #page section.team .card {
        flex-direction: column;
    }

    #web {
        flex-direction: column;
    }

    #box.spacer {
        display: none;
    }

    #box.sideimage {
        display: none;
    }

    #box.content {
        width: 100%;
    }

    #page {
        width: calc(100% - 40px);
    }

    #page .sections .txt {
        flex-direction: column;
    }

    body,
    #header .contact,
    #header .menu ul {
        flex-direction: column;
    }

    #header .menu {
        height: auto;
    }

    #header-fixed {
        position: inherit;
    }

    body {
        overflow-x: unset;
        display: block;
    }

    #page .sections h1.cat {
        padding-top: 0px;
    }

    #page .sections {
        scroll-margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {

    #box.content {
        top:0;
        position: inherit;
    }

    #page section.team .card {
        flex-direction: column;
    }

    #web {
        flex-direction: column;
    }

    #box.spacer {
        display: none;
    }

    #box.sideimage {
        display: none;
    }

    #box.content {
        width: 100%;
    }

    #page {
        width: calc(100% - 40px);
    }

    #page .sections .txt {
        flex-direction: column;
    }

    body,
    #header,
    #header .contact,
    #header .menu ul {
        flex-direction: column;
    }

    #header .menu {
        height: auto;
    }

    #header-fixed {
        position: relative;
    }

    body {
        overflow-x: unset;
        display: block;
    }

    #page .sections h1.cat {
        padding-top: 0px;
    }

    #page .sections {
        scroll-margin-top: 10px;
    }

}