/* fonty */

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-ExtraLight.otf") format("opentype");        font-weight: 50;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-ExtraLightItalic.otf") format("opentype");  font-weight: 50;  font-style: italic;}

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Thin.otf") format("opentype");              font-weight: 100;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-ThinItalic.otf") format("opentype");        font-weight: 100;        font-style: italic;}

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-UltraLight.otf") format("opentype");        font-weight: 200;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-UltraLightItalic.otf") format("opentype");  font-weight: 200;  font-style: italic;}

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Light.otf") format("opentype");             font-weight: 300;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-LightItalic.otf") format("opentype");       font-weight: 300;      font-style: italic;}

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Regular.otf") format("opentype");           font-weight: normal;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-RegularItalic.otf") format("opentype");     font-weight: normal;     font-style: italic;}

/*@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Medium.otf") format("opentype");            font-weight: 500;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-MediumItalic.otf") format("opentype");      font-weight: 500;      font-style: italic;}*/

@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Bold.otf") format("opentype");              font-weight: bold;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-BoldItalic.otf") format("opentype");        font-weight: bold;        font-style: italic;}

/*@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-ExtraBold.otf") format("opentype");         font-weight: 800;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-ExtraBoldItalic.otf") format("opentype");   font-weight: 800;   font-style: italic;}*/

/*@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-Black.otf") format("opentype");             font-weight: 900;}
@font-face  {font-family: "PublicaSans";	src: url("/fonts/PublicaSans/PublicaSans-BlackItalic.otf") format("opentype");       font-weight: 900;       font-style: italic;}*/


@import url("/fonts/awesome/css/font-awesome.min.css");

/* normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
article,aside,details,div,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    box-sizing: border-box;
}
audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
i,em {
    font-style: italic;
    color: inherit;
}
dfn {
    font-style: italic;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}



/* premenné */
:root {
    --SEDA05: #F2F2F2;
    --SEDA10: #E7E7E7;
    --SEDA20: #CFCFCF;
    --SEDA30: #B7B7B7;
    --SEDA40: #9F9F9F;
    --SEDA50: #878787;
    --SEDA60: #6C6C6C;
    --SEDA70: #515151;
    --SEDA80: #363636;
    --SEDA90: #1B1B1B;

}




/* základné */

body
{
    font-family: 'PublicaSans', sans-serif;
    font-size: 19px;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: black; 
    background-color: transparent;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-rendering: geometricPrecision;
    font-kerning: normal;
}
a {
    color: var(--SEDA60);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}
a:hover {
    color: var(--SEDA40);
    text-decoration: none;
}
article p a {
    color: var(--SEDA60);
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.02em;
    cursor: pointer;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}
article p a::before {
    content: '';
    background-color: var(--SEDA50);
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
article p a:hover::before {
    bottom: -2px;
    height: 110%;
}
article p a:hover {
    color: var(--SEDA10);
}

footer p a {
    position: relative;
}
footer p a::before {
    content: '';
    background-color: var(--SEDA50);
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer p a:hover::before {
    bottom: -2px;
    height: 110%;
}
footer p a:hover {
    color: var(--SEDA10);
}
footer p a.uk-icon::before {
    content: none;
}

a.growingLink {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}
a.growingLink::before {
    content: '';
    background-color: black;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.growingLink:hover::before {
    bottom: -2px;
    height: 110%;
}
a.growingLink:hover, .list a.growingLink:hover  {
    color: white;
}
.obsah img {
    max-width: 100%;
}
.obsah section.WEimg img {
    max-width: calc(100% - 80px);
}



article .WEtext a {
    padding: 0 2px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PublicaSans', sans-serif;
    letter-spacing: 0.03em;
    text-align: left;
    color: black;
    margin-bottom: 15px;
}
h1 {
    font-weight: 50;
    font-size: 68px;
    margin-bottom: 27px;
    letter-spacing: 0.05em;
    line-height: 1.1;
}
h2 {
    font-weight: 50;
    font-size: 42px;
    letter-spacing: 0.05em;
    margin-top: 70px;
    line-height: 1.1;
}
h3 {
    font-weight: 50;
    font-size: 28px;
    margin-top: 32px;
    line-height: 1.1;
}
h4 {
    font-weight: 50;
    font-size: 25px;
    margin-top: 28px;
    line-height: 1.2;
}
h5 {
    font-weight: 100;
    font-size: 22px;
    margin-top: 25px;
    line-height: 1.3;
}
h6 {
    font-weight: 100;
    font-size: 19px;
    line-height: 1.3;
    margin-top: 22px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 + h2 {
    margin-top: 30px;
}
h2 + h3 {
    margin-top: 20px;
}
p {
    font-family: 'PublicaSans', sans-serif;
    font-size: 19px;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 20px;
}
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 16px;
}
p + ol, p + ul {
    margin-top: 8px;
    margin-bottom: 12px;
}
b, strong {
  font-weight: 400;
}



.obsah ul, .obsah ol {
    margin-top: 16px;
    margin-bottom: 24px;
}
.obsah ul {
    /*    list-style-type: disc;
        list-style-position: outside;*/
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
}
.obsah ul li {
    background: url('/img/bullet-circle.png') no-repeat 0px 7px transparent;
    vertical-align: top;
    padding-left: 30px;
    margin-left: 20px;
}
.obsah li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-top: 2px;
}
.obsah ol li {
    vertical-align: top;
    padding-left: 2px;
    margin-left: 20px;
}
hr {
    height: 1px;
    border: none;
    border-color: black;
}
.WEurl, .WEartc {
    width: 1000px;
    padding: 17px 0 15px 0; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.WEalst .WEartc {
    width: auto;
    display: inline-block;
    padding: 4px 0; 
}
.WEhr {
    background-color: transparent;
    height: 0px;
    border-top: solid 1px black;
}
.HR100text {
    width: 1000px;
    max-width: calc(100vw - 80px);
    margin: 40px;
    border-top: solid 1px var(--SEDA80);
    background-color: transparent;
    height: 0px;
}
.HRfullWidth {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    height: 0px;
}
hr.bodkovana {
    background-color: transparent;
    width: 100%;
    height: 0px;
    border: none;
    border-top: 7px dotted var(--SEDA80);
    margin: 40px auto 40px auto;
}
.WEtext, .WEalst, .WEyoutube, .WEfile {
    margin: 0 auto 0 40px; 
    position: relative;
    width: 1300px;
    max-width: calc(100vw - 80px);
}
.WEfile a {
    margin-left: 0;
    padding-left: 0;
}
.WEfile a:before {
    padding-right: 15px;
    font-family:'FontAwesome';
    font-style: normal;
    color: var(--TMAVA);
}
.WEfile.nastiahnutie a:before {
    content: '';
}
.WEfile.subor a:before {
    content: '';
}
.WEfile.suborObrazok a:before {
    content: '';
}

.WEyoutube iframe {
    max-width: 100%;
}
.WEimg {
    margin-top: 6px;
    margin-bottom: 20px;
    max-width: 100%;
}
.imgRight {
    width: 36%;
    height: auto;
    float: right;
    margin-right: 3%;
}
.imgLeft {
    width: 36%;
    height: auto;
    float: left;
    margin-right: 3%;
}
article img.obrVlavo, article img[align="left"], .WEimgLeft {
    margin: 10px 40px 30px 40px;
    float:left;
}
article img.obrVpravo, article img[align="right"], .WEimgRight {
    margin: 10px 10px 30px 40px;
    float:right;
}
.WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    float: none;
}
article .WEimgAlone a {
    display: block;
}
.WEimgLeft {
    clear: both;
    display: inline-block;
    margin: 10px 40px 30px 40px;
}
.WEimgRight {
    clear: both;
    display: inline-block;
    margin: 10px 10px 30px 40px;
}
.WEimgLeft a, .WEimgRight a {
    position: relative;
    z-index: 10;
}
.sectionLeft {
    width: 60%;
    float: left;
}
.sectionRight {
    width: 60%;
    float: right;
}
.txtCelaSirka {
    width: 100%;
}
.wideImage {
    display: block;
    width: 100%;
    height: auto;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.tj {
    text-align: justify;
}

.obsah {
    /*    width: 750px;
        float: left;    */
}
article {
    margin-top: 0;
    margin-bottom: 80px;
}
.poznamka {
    font-size: 17px;
    color: var(--SEDA60);
    padding-top: 20px;
    border-top: solid 1px #BBB;
    margin-top: 30px;
    margin-bottom: 20px;
}
.popis {
    font-style: italic;
    font-size: smaller;
    font-weight: 300;
    color: var(--SEDA60);
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
.vyrazny {
    font-weight: 300;
    font-size: 106%;
    letter-spacing: .03em;
}
.mt {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}
.mt15 {
    margin-top: 15px;
}
.mb {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb15 {
    margin-bottom: 15px;
}
.pt {
    padding-top: 30px;
}
.pt20 {
    padding-top: 20px;
}
.pt10 {
    padding-top: 10px;
}
.pb {
    padding-bottom: 30px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb10 {
    padding-bottom: 10px;
}
.skryte {
    width: 0;
    height: 0;
    position: absolute;
    bottom:0;
    left: 0;
}
.zobrazene {
    display: block;
    opacity: 1;
}
.nezobrazene {
    display: none;
    opacity: 0;
}

/* štýly obrázkov */
.kruhovy img {
    border-radius: 50%;
}
.cb {
    filter: grayscale(100%);
}
a:hover img.cb {
    filter: grayscale(100%);
}

/* layout */
.wrapper {
    width: calc(100vw - 80px);
    margin: 0 auto; 
}
.wrapperWide {
    width: 100%;
    max-width: calc(100vw - 80px);
    margin: 0 40px; 
}
.wrapperPage {
    width: 1300px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-right: auto;
}
.home .wrapperNarrow {
    width: 960px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-right: auto;
}
.page .wrapperNarrow {
    width: 800px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-right: auto;
}
.container {
    width: calc(100vw - 80px);
    padding: 0; 
    position: relative;
    margin-left: 40px;
    margin-right: auto;
}

/* video */
section.wrapperNarrow > video.wrapperNarrow {
    margin-left: 0;
}
article video.PolovicneVideo {
    width: 630px;
    margin-bottom: 40px;
    margin-left: 40px;
}

/* header */

.screen {
    width:100vw;
    height:100vh;
    background-color: VAR(--SEDA50);
    position: relative;
}

header {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 0px;
    z-index: 30;
}
header, footer {
    overflow: hidden;
}
.home header {
    margin-bottom: 0;
}
.headerHome {
    position: absolute;
    z-index: 100;
}
.page header {
    height: 160px;
}
.page.list header, .page.project header {
    height: 200px;
}

.lista {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    opacity: 1;
}
#stick {
    display: block;
    z-index: 100;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(255,255,255,1);
    -webkit-transition: top 1s;
    transition: top 1s;
}
.home #stick {

}
#stick.vidno {
    top: 0;
}
#stick .container {
    top: -32px;
}
#stick .mainMenu {
    top: 48px;
}
#stick .mainMenu ul {

}
#stick .mainMenu li {

}
#stick .mainMenu li a {
    color: black;
}
#stick .mainMenu li a:hover {  
    color: white;
}
#stick .logo {
    top: 44px;
    left: -1px;
    width: 396px;
}
.ikonyMenu.flexContainer, #stick.vidno .ikonyMenu.flexContainer {
    /*    display: none;*/
}
#jazycek {
    position: absolute;
    top: -34px;
    left: 20vw;
    z-index: 101;
    cursor: pointer;
}

.meno {
    position: absolute;
    top: 47px;
    right: 0;
    font-size: 34px;
    letter-spacing: 0.2em;    
    color: black;
}
.meno:hover {
    color: black;
}
.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 43px;
    width: 490px;
}
.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.mainMenu {
    display: block;
    position: absolute;
    right: 0;
    top: 52px;
    text-align: right;
}
.mainMenu ul {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mainMenu li {
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
    font-size: 18px;
    color: white;
    letter-spacing: 0.05em;    
}
.list .mainMenu li {
    color: black;
}
.mainMenu li a {
    font-weight: 400;
    font-size: 18px;
    color: white;
    letter-spacing: 0.1em;    
}
.list .mainMenu li a, .page .mainMenu li a {
    color: black;
}
.list .mainMenu li a:hover, .page .mainMenu li a:hover {
    color: white;
}
.page.project .mainMenu li a {
    color: white;
}
.page.project .mainMenu li a:hover {
    color: white;
}
.lupa {
    display: inline-block;
    width: 18px;
    height: auto;
}
.mobileMenuScreen {
    display: none;
    width: 100vw;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 155;
    -moz-transition: bottom 1.2s;
    transition: bottom 1.2s;
}
.mobileMenuScreenContent {
    width: 100vw;
    height: 320px;
    position:absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
    border-top: solid 1px black;
    background-color: white;
}
.mobileMenuScreenContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobileMenuScreenContent ul li {
    margin-bottom: 20px;
}
.mobileMenuScreenContent ul li a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.mobileMenuScreen .ucho {
    width: 40px;
    position: absolute;
    top: -37px;
/*    left: calc(50vw - 20px);*/
    right: 62px;
    z-index: 160;
    cursor: pointer;
}
.mobileMenuScreen.vysunute {
    bottom: 320px;
}
#navratHore {
    position: fixed;
    bottom: 5px;
    right: 16px;
    z-index: 40;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
#navratHore img {
    width: 36px;
    height: 32px;
}
#navratHore.vidno:hover, #navratHore.vidno:focus {
    opacity: 1;
    cursor: pointer;
}
#navratHore.vidno {
    opacity: 1;
}

.onlyWideScreen {
    display: block;
}
.onlyNarrowScreen {
    display: none;
}
.inlineBlock {
    display: inline-block;
}
#top {
    position: relative;
}

#map_canvas {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 90vh;
}

/* intro */

#intro {
    background-color: var(--SEDA60);
    opacity: 1;
    display: block; 
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 300;
}
#introObal {
    width: 100%;
    height: 100%;
/*    display: flex;
    justify-content: center;
    align-items: center;    */
}
#introLogo {
    display: block;
    width: 750px;
    height: auto;
    position:fixed;
    top:45vh;
    left: calc(50vw - 375px);
}



/* search */
.SearchModalScreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(255,255,255,.95);
    top: -100vh;
    left: 0;
    z-index:1000;
    display: block;
    opacity: 1;
    -webkit-transition: top 1.2s;
    transition: top 1.2s;
}
.SearchModalScreen.visible {
    top: 0;
    display: block;
    opacity: 1;
}
.SearchModalContainer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.CloseButton {
    color: var(--SEDA30);
    font-size: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.SearchIconSubmit {
    width: 50px;
    height: auto;
    margin-left: 20px;
    color: var(--SEDA30);
    cursor: pointer;
    vertical-align: middle;
}
.SearchModalBox input#query, .SearchModalBox input#query:focus {
    background: transparent;
    border: none;
    border-bottom: solid 2px var(--SEDA30);
    outline: none;
    outline-width: 0;
    font-weight: 300;
    font-size: 36px;
    max-width: 70vw;
    width: 800px;
    padding-bottom: 10px; 
    letter-spacing: 0.05em;
}

/* search */
.we_se_link_kontajner {
    margin: 0 0 20px 0;
}
.we_link_nadpis {
    font-size: 22px; 
    font-weight: 300;
    line-height: 1.1;
}
.we_link_txt {
    font-size: 17px;    
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.we_link_link {
    color: black;
    font-size: 22px; 
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.07em;
    padding: 0;
    margin-bottom: 8px;
    border-bottom: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;}
.we_link_link:hover {
    background-color: transparent;
    border-bottom: none;
    color: var(--SEDA60);
    cursor: pointer;
}


/* slider */

.panel {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.panel img.slideBgImage {
    width: 100vw;
    height: 100vh;
    object-fit: cover;   
    position:absolute;
    z-index: 2;
}
.darker {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: transparent; /*rgba(0,0,0,0.1)*/
    z-index: 3;
}
.home .unslider-arrow.prev {
    position: absolute;
/*    top: 50vh;
    right: 0;
    left: auto;*/
    bottom: 0;
    right: 50vw;
    left: auto;
    z-index: 4;
    width: 39px;
    height: 29px;
    opacity: .8;
}
.home .unslider-arrow.next {
    position: absolute;
/*    bottom: 50vh;
    right: 0;
    left: auto;*/
    bottom: 0;
    right: auto;
    left: 50vw;
    z-index: 4;
    width: 39px;
    height: 29px;
    opacity: .8;
}
.home .unslider .unslider-arrow.prev:hover, .home .unslider .unslider-arrow.next:hover {
    opacity: 1;
}
.opis {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 5;    
    width: 460px;
}
.opis h4 {
    font-weight: normal;
    font-size: 52px;
    letter-spacing: 0.05em;
    color: white;
    line-height: 1.1;
    margin-bottom: 16px;
}
.opis p {
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.02em;
    color: white;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}
.opis .button {
    border: solid 1px white;
    background: transparent;
    color: white;
}
.opis .button:hover {
    box-shadow: inset 0 -100px 0 0 white;
    color: var(--SEDA60);
}
.opis p:last-child {
    margin-bottom: 0;
}
.SliderSlogan {
    position: absolute;
    top: 87vh;
    left: 0;
    width: 100%;
    z-index: 105;
}
.SliderSlogan h3 {
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 0 10px;
}

/* flex content */

/*.flexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.gridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.gridItem {
    min-width: 200px;
    padding: 0px;
}
.gridItem img {
    max-width: 100%;
}

/* sekcie */
section.claim {
    margin: 70px 40px 40px 40px;
}
.claim h2 {
    font-weight: 50;
    font-size: 52px;
    letter-spacing: 0.03em;
    margin-top: 70px;
    line-height: 1.1;
}
.claim p {
    font-family: 'PublicaSans', sans-serif;
    font-size: 21px;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin-top: 20px;
    margin-bottom: 10px;
}

section.oblasti {
    margin: 70px 40px 40px 40px;
}
.oblasti.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oblasti .polozka {
    width: calc(33% - 27px); /* (100% - 80px) / 3) */
    background-color: transparent;
    position: relative;
/*    border: 1px solid black;*/
}
.oblasti a {
    display: block;
    border: none;
    width: 100%;
}
.oblasti a:hover {
    decoration: none;
    border: none;
}
.oblasti img {
    display: block;
    border: none;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.oblasti h3 {
    font-weight: 50;
    font-size: 35px;
    letter-spacing: 0.03em;
    margin: 0 0 25px 0;
    line-height: 1.1;
    position: absolute;
    width: calc(100% - 24px);
    top: 240px;
    
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
    z-index: 10;
}
.oblasti .polozka:hover h3 {
    box-shadow: inset 0 -100px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}
.oblasti .polozka:hover a img {
    filter: brightness(80%);
}
.oblasti p {
    font-size: 17px;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin-top: 60px;
    margin-bottom: 10px;
}
.oblasti h3 {
    padding: 8px 12px;
    margin-bottom: 0;
}
.oblasti p {
    padding: 0 12px;
}
.OblastPosobeniaUvod {
    width: 100%;
    background-color: none;
    padding: 10px 0 20px;
    margin-top: 75px;
/*    border-top: solid 1px black;
    border-bottom: solid 1px black;*/
}
.OblastPosobeniaUvod section {
    margin-top: 10px;
}
.OblastPosobeniaUvod h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 52px;
    color: black;
}
.OblastPosobeniaObruba {
}
.OblastPosobeniaObruba .wrapperPage {
    width: 100%;
}
.OblastPosobeniaUvod .oblasti h3 {
    font-weight: 200;
    font-size: 50px;
    color: white;
    top: 30%;
    padding-top: 0;
    line-height: 1;
}
.OblastPosobeniaUvod .oblasti p {
    display: none;
}
.OblastPosobeniaUvod .oblasti .polozka:hover h3 {
    box-shadow: none;
    color: white;
    cursor: pointer;
    z-index: 99;
}
.oblasti .polozka:hover a img, .oblasti .polozka:active a img, .oblasti .polozka:focus a img {
    filter: brightness(50%);
}

/* bočné menu */
.bocneMenu.vpravo {
    /*float: right;*/
    position: absolute;
    right: 20px;
    margin: 10px 0 20px 20px;
}

.bocneMenu a.WEartc.wrapperNarrow {
    width: 140px;
    max-width: 140px;
    margin: 12px 0 0 0;
    padding: 0 4px;
    font-size: 17px;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
}
.bocneMenu a.WEartc.wrapperNarrow:hover {
    box-shadow: inset 0 -40px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}
.TemaNadpis {
    font-size: 17px;
    text-transform: uppercase;
    color: black;
    font-weight: 300;
    padding: 0 4px;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
}
.TemaNadpis:hover {
    box-shadow: inset 0 -40px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}


section.projektyPrehlad {
    margin: 70px 40px 40px 40px;
}
.projektyPrehlad.flexContainer, .projektyPrehlad .flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px;
}
.projektyPrehlad .polozka {
    width: calc(25% - 30px); /* (100% - 120px) / 4) */
    min-width: 160px;
}
.projektyPrehlad .polozka a {
    display: block;
    border: none;
    width: 100%;
}
.projektyPrehlad .polozka a:hover {
    decoration: none;
    border: none;
}
.projektyPrehlad .polozka img {
    display: block;
    border: none;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.projektyPrehlad h4 {
    font-weight: 50;
    font-size: 28px;
    letter-spacing: 0.01em;
    margin: 0 0 35px 0;
    line-height: 1.1;
}
.projektyPrehlad h5 {
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin: 0 0 6px 0;
    line-height: 1.1;
    position: relative;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
}
.projektyPrehlad .polozka:hover h5 {
    box-shadow: inset 0 -100px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}
.projektyPrehlad .polozka:hover a img {
    filter: brightness(80%);
}
.projektyPrehlad .polozka p {
    font-size: 14px;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tagy.flexContainer {
    margin: 40px 0 40px 40px;
    justify-content: flex-start;
/*    gap: 10px;
    row-gap: 10px;*/
    gap: 0;
    row-gap: 0;
}
.tagy h6, .tagy h6:first-child {
/*    margin: 0;*/
    padding: 0;
}
.tagy h6, .tagy h6:first-child {
    margin: 0 10px 10px 0;
}
.tagy .button.tag {
    border: 1px solid var(--SEDA30);
    font-family: 'PublicaSans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: var(--SEDA40);
    padding: 5px 10px;
}
.tagy .button.tag:hover {
    box-shadow: inset 0 -100px 0 0 var(--SEDA40);
    color: var(--SEDA10);
}

/* zoznam projektov */

.page.list article.obsah {
    margin-top: -40px;
}

.temy.flexContainer {
    margin: 40px 0 40px 40px;
    justify-content: flex-start;
/*    gap: 10px;
    row-gap: 10px;*/
    gap: 0;
    row-gap: 0;
}
.temy h6, .temy h6:first-child {
/*    margin: 0;*/
    padding: 0;
}
.temy h6, .temy h6:first-child {
    margin: 0 10px 10px 0;
}
.temy .button {
    font-size: 17px;
    padding: 7px 14px;
}

section.zoznamProjektov {
    margin: 70px 40px 40px 40px;
}
.zoznamProjektov.flexContainer, .zoznamProjektov .flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; /* space-between */
    gap:40px;
}
.zoznamProjektov .polozka {
    width: calc(33% - 27px); /* (100% - 80px) / 3) */
    min-width: 240px;
}
.zoznamProjektov .polozka a {
    display: block;
    border: none;
    width: 100%;
}
.zoznamProjektov .polozka a:hover {
    decoration: none;
    border: none;
}
.zoznamProjektov .polozka img {
    display: block;
    border: none;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.zoznamProjektov h2 {
    font-weight: 50;
    font-size: 28px;
    letter-spacing: 0.01em;
    margin: 0 0 15px 0;
    line-height: 1.1;
    position: relative;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
}
.zoznamProjektov .polozka:hover h2 {
    box-shadow: inset 0 -100px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}
.zoznamProjektov .polozka a img {
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.zoznamProjektov .polozka:hover a img {
    filter: brightness(80%);
    /*filter: grayscale(0);*/
}
.zoznamProjektov .polozka p, .zoznamProjektov .polozka div {
    font-size: 14px;
    font-weight: 200;
    color: var(--SEDA60);
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0;
    width: 70%;
    min-width: 240px;
}





/* panorama */
.panorama {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.panorama, .panorama .container {
    height: 500px;
}
.poster {
    width: 100%;
}
.poster, .poster .container {
    height: auto;
}
.headlineContainer, .buttonContainer {
    padding: 50px 20px 40px;
    position: absolute;
}
.top {
    top:0;
}
.bottom {
    bottom:0;
}
.left {
    left:0;
}
.left * {
    text-align: left;
}
.right {
    right: 0;
}
.right * {
    text-align: right;
}


/* úprava sekcií pre WE */
section.sekcia {
    width: 100%;
    padding-left: calc((100% - 1000px) / 2);
    padding-right: calc((100% - 1000px) / 2);
}


/* stránka projekt */

.page article.obsah {
    position: relative;
}
.page.project article.obsah {
    margin-top: 45px;
}
.h1projektContainer {
    position: absolute;
    width: calc(100vw - 80px);
    height: 130px;
    top: -216px;
    left: 40px;
    z-index: 20;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
h1.h1projekt {
    font-weight: 200;
    font-size: 57px;
    color: white;
    letter-spacing: 0.03em;
/*    text-shadow: 0px 0px 7px rgba(0,0,0,.8); */
    margin-bottom: 0;
}
.project img.uvodnyObrazok {
    width: 100vw;
    height: 100vh;
    object-fit: cover;   
    position:absolute;
    z-index: 2;
}
.uvodneInfo.flexContainer {
    justify-content: space-between; 
    row-gap: 40px;
}
.uvodneInfo, .uvodneInfo p {
    font-size: 15px;
    font-weight: 200;
    color: black;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}
.uvodneInfo p.legenda {
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 1em;
}
.uvodneInfo p.legenda:first-child {
    margin-top: 0;
}
.uvodneInfo {
    margin: 0 40px 40px 40px;   
}
.perex {
    width: calc(100% - 220px); /* 100% - 180px - 40px */
    max-width: 800px;
}
.perex, .perex p {
    font-size: 21px;
    font-weight: 200;
    color: black;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.project .perex, .project .perex p {
    font-size: 25px;
    font-weight: 200;
    color: black;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.list .perex, .list .perex p {
    font-size: 21px;
    font-weight: 200;
    color: black;
    line-height: 130%;
    letter-spacing: 0.05em;
}
.list .perex {
    width: 800px;
    max-width: 100%;
}
.infobox {
    width: 180px;
}
section.obrazky {
    margin-top: 40px;
    margin-bottom: 40px;
}
.obrazky a img {
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.obrazky a img:hover {
    filter: brightness(80%);
    cursor: pointer;
}
.obrazok1 img {
    width: 100%;
    height: auto;
}
.obrazky2 > a, .obrazky2 > img {
    width: calc(50% - 20px); 
    height: auto;
}
.obrazky3 > a, .obrazky3 > img {
    width: calc(33% - 27px); 
    height: auto;
}
.obrazky4 > a, .obrazky4 > img {
    width: calc(25% - 30px); 
    height: auto;
}
.fig {
    width: 240px;
    margin-left: 40px;
}
.fig, .fig p {
    font-size: 17px;
    font-weight: 100;
    color: VAR(--SEDA60);
}
.obrazokSPopisom.flexContainer {
    justify-content: flex-start;   
}
.obrazokSPopisom img {
    width: 100%; 
    height: auto;
}

.projekt {
    width: 240px;
    max-width: 100%;
}
.projekt a, .projekt img, .projekt h2 {
    display: block;
    width: 100%;
}
.projekt a, .projekt h2 {
    text-align: center;
}
.projekt a, .projekt h2 {
    font-size: 24px;
    color: var(--SEDA60);  
}
.projekt a {
    padding: 0;
}
.projekt a, .projekt a h2 {
    transition: color .3s;
}
.projekt a:hover, .projekt a:hover h2 {
    background-color: transparent;
    color: var(--MODRA);
}
.home .projekt a:hover img {
    transition: filter 1s;
}
.home .projekt a:hover img {
    filter: saturate(300%);
}


/* formulár */
.formular {
    margin-top: 0;
    margin-bottom: 0;
}
.formular .form-riadok {
    margin-bottom: 30px;
}
.formular label {
    color: var(--SEDA90);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    cursor: pointer;	
}
.formular input, .formular textarea {
    font-family: 'PublicaSans', sans-serif;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
    color: black;
    background-color: var(--SEDA05);
    border: solid 1px var(--SEDA70);
    border-radius: 0;
    padding: 6px 12px;
    box-sizing: border-box;
}
.formular textarea {
    height: 250px;
}
.formular .button {
    margin-top: 40px;
    max-width: 100%;
}
.formular .button:hover {
    cursor: pointer;
}
.formular input.checkbox {

}

.formular input[type="checkbox"].checkbox {
}

.formular input[type="checkbox"].checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;	
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;	
    background-image: url('/img/symbol-unchecked.svg');
    background-size: 30px 30px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    transition: background 1s;
}

.formular input[type="checkbox"].checkbox:checked {
    background-image: url('/img/symbol-checked.svg');
}
.formular label.label-vpravo {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.formular select {
    width: 100%;
    padding: 4px;
    border: solid 1px var(--SEDA70);
    font-size: 21px;
    font-weight: 300;
    color: black;
    background-color: var(--SEDA05);
    border-radius: 0;
    padding: 6px 12px;
    box-sizing: border-box;
}
.formular select option {
    font-family: 'PublicaSans', sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: black;    
    background-color: var(--SEDA05);
}

#newsletter_formular_box {  /* form na podstránkach */
    display: none;
}

.sluzby {
    margin-top: 40px;
}
.sluzby .polozka {
    width: calc(33% - 27px); 
    min-width: 240px;
}
.sluzby .polozka a img {
    -webkit-transition: filter .4s ease-in-out;
    transition: filter .4s ease-in-out;
}
.sluzby .polozka:hover a img {
    filter: brightness(80%);
    cursor: pointer;
}
.sluzby .polozka a {
    display: block;
    border: none;
    width: 100%;
}
.sluzby .polozka a:hover {
    decoration: none;
    border: none;
}
.sluzby h3 {
    font-weight: 50;
    font-size: 36px;
    letter-spacing: 0.01em;
    margin: 20px 0 15px 0;
    line-height: 1.1;
    position: relative;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
}
.sluzby .polozka:hover h3 {
    box-shadow: inset 0 -100px 0 0 var(--SEDA60);
    color: white;
    cursor: pointer;
}
.WEalst:has('.sluzby') {
    background-color: var(--SEDA10);
}


.alert, .alert.uk-alert-danger {
    position: fixed;
    top:40px;
    left:40px;
    z-index: 10000;
    width: calc(100% - 80px);
    margin: 0;
    padding: 20px;
    text-align: center;
    border: solid 2px var(--SEDA90);
    background-color: var(--SEDA60);
    color: white;
    box-shadow: none;
}
.alert p, .odberNoviniek .alert p {
    color: white;
}

/* úprava simplelightbox */
.sl-prev, .sl-next, .sl-close {
    font-family:'FontAwesome';
    color: var(--SEDA60);
}
.sl-prev:hover, .sl-next:hover, .sl-close:hover {
    color: var(--SEDA20);
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close {
    font-family:'FontAwesome';
    color: var(--SEDA60);    
    line-height: 0;
}
.sl-wrapper .sl-navigation button:hover, .sl-wrapper .sl-close:hover {
    color: var(--SEDA20);
}
.sl-wrapper .sl-image .sl-caption {
    background: transparent;
    text-shadow: 0px 0px 3px rgba(0,0,0,.7); 
}

/* úprava menu uikit */
.uk-subnav-pill > .uk-active > a {
  background-color: black;
  color: #fff;
}
.uk-subnav > * > :first-child, .uk-subnav-pill > * > :first-child {
    font-size: 17px;
    padding: 7px 14px;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
    color: black;
}
::selection {
    background: black;
    color: #fff;
}
.uk-subnav-pill > * > a:hover {
    color: var(--SEDA30);
}

/*
.uk-alert {
    font-weight: bold;
}
.uk-alert-danger {
    border: solid 1px #f0506e;
    border-radius: 5px;
}
.uk-navbar-nav > li > a {
    color: white;
    text-transform: none;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 63px;
    padding: 0 15px;
    font-size: 1.28rem;
    font-family: 'PublicaSans', sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #FAC541; 
}
.uk-navbar-dropdown {
    padding: 15px;
}
.uk-navbar-dropdown-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}
.uk-navbar-dropdown-nav > li:hover {
    background-color: #FFF4CC; 
}
.uk-navbar-dropdown-nav > li > a {
    color: #6C5D47;
}
.uk-navbar-toggle {
    color: #FAC541;
}
.uk-navbar-toggle:hover {
    color: #FAC541;
}
.uk-offcanvas-bar {
    background: #6C5D47; 
}
.uk-offcanvas-bar .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(250, 197, 65, .8); 
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(250, 197, 65, 1); 
}
.uk-grid {
    margin-left: -30px;
}
.uk-lightbox {
    background: #fff;
}
article .galeriaNahlady a:hover {
    background-color: transparent;
}
.uk-card {
    padding: 0 10px;
}
*/

/* button */
button, .button {
    box-sizing: border-box;
    text-align: center;
    border: 1px solid black;
    font-family: 'PublicaSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: black;
    line-height: 120%;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding: 8px 16px;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
}
.button.transp {
    background: none;
}
.button.semitransp {
    background: rgba(0,0,0,.3);
}
button:hover, .button:hover {
    box-shadow: inset 0 -100px 0 0 black;
    color: white;
}
button.transp:hover, .button.transp:hover, button.semitransp:hover, .button.semitransp:hover {

}
.buttonContainer .button {
    display: inline-block;
}
.buttonContainer.right .button {
    margin-left: 20px;
}
.buttonContainer.left .button {
    margin-right: 20px;
}
.button.maly {
    font-weight: 300;
    font-size: 16px;
    padding: 4px 10px;
    border-width: 1px;
}
article .button::before {
    content: none;
}

.temy .button {
    width: auto;
    height: auto;
    text-align: center;
}

#totop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url("/img/totop.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 1s, opacity 1s;
    transition: background-image 1s, opacity 1s;
    opacity: 0;
}
#totop:hover {
    background-image: url("/img/totop_hover.png");
}
#totop.show {
    opacity: 1;
}

/* XCC cookies */
button.xcc_button {
    text-transform: none;
}

/* karty */
.WEcardWrap {
    clear: both;
    /*    margin-top: 60px;*/
}
.uk-card-body h2:first-child, .uk-card-body h3:first-child, .uk-card-body h4:first-child, .uk-card-body h5:first-child {
    margin-top: 0;
}
a .uk-card-body p {
    font-weight: normal;
}
.uk-card-body h2 {
    font-size: 24px;
}
.uk-card-body h3 {
    font-size: 22px;
}
.uk-card-body h4 {
    font-size: 20px;
    font-style: normal;
}
.uk-card-body h5 {
    font-size: 18px;
}
.uk-card-body p, .uk-card-body p.vyrazny {
    font-size: 18px;
}
.tabPolozka table td {
    vertical-align: top;
}

/*zoznam */
.WEalst {
    clear: both;
    margin-top: 15px;
    margin-bottom: 30px;
}
.WEalst .odkaz {
    margin-bottom: 20px;
}
.WEartc {
    text-align: left;
    display: block;
}

/* footer */
footer {
    width: 100%;
    padding: 35px 0 0 0;
    margin: 40px 0;
    background-color: transparent;
    border-top: solid 1px black;
}

footer, footer p {
    font-family: 'PublicaSans', sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer a {
    color: var(--SEDA60);
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
}
footer h6 {
    font-family: 'PublicaSans', sans-serif;
    letter-spacing: 0.05em;
    margin: 0 0 30px 0;
    color: black;
    font-size: 25px;
    font-weight: 50;
    text-decoration: none;
}
footer a:hover {
    color: var(--SEDA40);
    text-decoration: none;
}
.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    gap: 40px;
    row-gap: 40px;
}
.col1, .col2, .col3, .col4 {
    width: 23%;
    min-width: 170px;
    margin: 0;
}    

footer .flexContainer {
    gap: 20px;
    row-gap: 30px;
}
.footerMenu, .footerMenu a {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.copyright {
    color: var(--SEDA60);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 30px;
}
.copyright a {
    color: var(--SEDA60);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05em;
}
.socialPopis {
    margin-left: 10px;
}

/* galeria */
.galeriaClanok {
    clear: both;
    width: 100%;
}
.galeriaClanok a {
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    width: 23%;
    width: calc(25% - 10px);
    height: 23%;
    height: calc(25% - 10px);
    float: left;
    margin: 5px;
    padding: 0;
}
article .albumy a {
    padding-left: 0;
    padding-right: 0;
}
.albumy .uk-card {
    overflow: hidden;

}
.uk-lightbox-toolbar.uk-position-top.uk-text-right.uk-transition-slide-top.uk-transition-opaque {
    width: 50px;
    top:0;
    right: 0;
    left: auto;
}
.galeria .perex {
    font-weight: 300;
}
.albumy {
    margin-bottom: 30px;
}
.galeriaNahlady.uk-grid > * {
    padding-left: 20px;
}

/* Google rating */
.GoogleRatingObal {
    display: inline-block;   
}
.GoogleRatingObal, #GoogleRatingLogo, #GoogleRatingStars, #GoogleRatingUsers {
    text-align: center;
}
.GoogleRatingObal #GoogleRatingUsers {
    font-size: 14px;
}
.GoogleRatingObal #GoogleRatingUsers img {
    vertical-align: -1px;
}



@media only screen and  (min-width: 1200px) {

}


@media only screen and ( max-width: 1020px ) /* 1000 */
{
/*    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }*/
    .WEurl, .WEartc {
        width: 90%;
        width: calc(100% - 20px);
        padding: 17px 20px 30px 30px;
        box-sizing: border-box;
        margin-left: 20px;
    }
    .onlyWideScreen {
        display: none;
    }
    .onlyNarrowScreen {
        display: block;
    }
    footer a {
        font-size: 17px;
    }    
    .gridItem {
        min-width: 25%;
    }
    .CD div {
        font-size: 16px;
    }
    section.sekcia, .WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
        width: 100%;
    }
    .WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
        max-width: calc(100% - 80px);
    }
    .WEimgLeft {
    }
    .WEimgRight {
    }
    .uk-grid {
        margin-left: -50px;
        margin-right: -30px;
    }
    footer, footer p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    footer a {
        font-size: 14px;
    }
    footer h6 {
        font-size: 22px;
    }
    .copyright {
        font-size: 13px;
    }    
    .oblasti h3 {
        font-size: 30px;
    }
    .oblasti p {
        font-size: 16px;
    }
}

@media only screen and ( max-width: 980px ) 
{
    .mainMenu {
        right: auto;
        left: 0;
        top: 100px;
        text-align: left;
    }
    #stick .mainMenu {
        top: 80px;
    }
    .mainMenu ul {
        margin-left: 0;
        padding-left: 0;
    }
    #stick {
        height: 80px;
        top: -80px;
    }
    .OblastPosobeniaUvod .oblasti h3 {
        font-size: 40px;
    }
}

@media only screen and ( max-width: 900px ) 
{
    #newsletter_formular input[type="email"], #newsletter_formular input[type="text"], #newsletter_formular textarea {
        width: 25vw;
    }
    .gridContainer {
        gap: 20px;
    }
    .claim h2 {
        font-size: 46px;
    }
    .claim p {
        font-size: 20px;
    }
    .obrazokSPopisom img {
        width: auto;
        max-width: 100%;
    }
    .fig {
        width: 100%;
        margin-left: 0;
    }
    .oblasti .polozka a img {
        filter: brightness(70%);
    }
    .oblasti .polozka:hover a img, .oblasti .polozka:focus a img {
        filter: brightness(60%);
    }
    .OblastPosobeniaUvod {
        padding-bottom: 0;
    }
}

@media only screen and ( max-width: 880px ) 
{
    .zoznamProjektov .polozka {
      width: calc(50% - 20px);
    }
    .zoznamProjektov .polozka p {
        width: 100%;
    }
}

@media only screen and ( max-width: 860px ) 
{
    .formular input, .formular textarea {
        font-size: 19px;
        padding: 4px 8px;
    }  
    footer h6 {
        font-size: 18px;
    }
    .col1, .col2, .col3, .col4 {
        width: 47%;
        min-width: 170px;
    }    
    .blok .headlineContainer, .buttonContainer {
        padding-left: 10px;
        padding-right: 10px;
    }  
    /*
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 42px;
    }
    section h2 {
        font-size: 36px;
    }    
    h3 {
        font-size: 34px;
    }
    h4 {
        font-size: 28px;
    }
    */
    .gridContainer {
        gap: 15px;
    }    
    .projektyPrehlad .polozka {
        width: calc(50% - 20px); /* (100% - 40px) / 2) */
    }
    .claim h2 {
      font-size: 40px;
    }
    .claim p {
      font-size: 18px;
    }
    .temy .button {
        font-size: 15px;
        padding: 6px 12px;
    }
    .obrazky4 > a, .obrazky4 > img {
        width: calc(33% - 27px); 
    }
    .opis h4 {
        font-size: 46px;
        margin-bottom: 16px;
    }
    .opis p {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .opis .button {
        font-size: 18px;
        padding: 7px 10px;
    }
    .OblastPosobeniaUvod .oblasti h3 {
        font-size: 30px;
        top: 25%;
    }
}

@media only screen and ( max-width: 790px ) 
{
    #introLogo {
        display: block;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        top:45vh;
        left: 20px;
    }
    .bocneMenu.vpravo {
        /*float: none;*/
        position: static;
        margin: 10px 0 20px 0;
    }
    .bocneMenu a.WEartc.wrapperNarrow {
        width: 200px;
        max-width: 200px;
        margin: 5px 0 0 0;
    }
}

@media only screen and ( max-width: 760px ) 
{
    .perex, .perex p {
        font-size: 20px;
    }
    .project .perex, .project .perex p {
        font-size: 22px;
    }
}

@media only screen and ( max-width: 710px ) 
{
    .headlineContainer h2 {
        font-size: 40px;
    }
    .headlineContainer h4 {
        font-size: 22px;
    }
    .headlineContainer, .buttonContainer {
        padding: 20px 20px 20px;
    }
    .gridContainer {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .blok.gridContainer {
        grid-template-columns: 1fr;
    }    
    .gridItem > img {
        margin: 0 auto;
    }    
    .gridItem.CD a div {
        margin: 8px 0 0;
    }
    .blok .gridItem.tr {
        text-align: center;
    }    
    .blok .buttonContainer {
        position: relative;
    }    
    .blok .gridContainer, .blok.gridContainer {
        gap: 10px;
    }    
    body, p, .formular label {
        font-size: 18px;
    } 
    .clipWrapper h2, h2.clipWrapper {
        font-size: 24px;
    } 
    .polovicnaSirka, h2.clipWrapper.polovicnaSirka {
        width: 100%;
    }
    button, .button {
        font-size: 17px;
        padding: 8px 12px;
    }
    .sekcia {
        padding-bottom: 20px;
    }    
    .blok {
        margin-bottom: 30px;
    } 
    .formular input, .formular textarea {
        font-size: 18px;
        padding: 6px 10px;
    }  
    footer p, footer a {
        font-size: 15px;
    }
    .blok .gridItem {
        min-width: auto;
    }
    .col1, .col2, .col3, .col4 {
        margin-right: 5px;
    }    
    .galeriaClanok a {
        width: 30%;
        width: calc(33% - 10px);
        height: 30%;
        height: calc(33% - 10px);
    }
    .WEurl, .WEartc {
        padding-top: 19px; 
    }
    .CDLP .buttonContainer {
        text-align: center;
    }
    .stream.YouTube, .stream.Spotify, .stream.Deezer, .stream.Apple  {
        background-position: top center;
        padding: 35px 0 0 0;
        margin-bottom: 20px;
    }
    h1.h1projekt {
        font-size: 46px;
    }
    .obrazky4 > a, .obrazky4 > img {
        width: calc(50% - 20px); 
    }
    .obrazky3 > a, .obrazky3 > img {
        width: calc(50% - 20px); 
    }
    .opis h4 {
        font-size: 42px;
        margin-bottom: 12px;
    }
    .opis p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .opis .button {
        font-size: 17px;
        padding: 6px 9px;
    }
}

@media only screen and ( max-width: 630px ) 
{
    .headlineContainer h2 {
        font-size: 36px;
    }
    .headlineContainer h4 {
        font-size: 20px;
    }
    #stick .mainMenu li {
/*        margin: 0 8px;*/
    }
    .koncertDatum {
        min-width: 140px;
    }    
    .oblasti .polozka {
      width: 100%;
    }
    .OblastPosobeniaUvod .oblasti h3 {
        font-size: 35px;
        top: 40%;
    }
}







@media only screen and ( max-width: 600px ) 
{

    .txtFloatLeft, .txtFloatRight {
        float: none;
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
    }

    .imgLeft, .imgRight {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    body, p {
        font-size: 17px;
    } 
    section h2 {
        font-size: 33px;
    }
    .claim h2 {
      font-size: 26px;
      font-weight: 100;
    }
    .claim p {
      font-size: 17px;
    }
    .list .perex, .list .perex p {
        font-size: 19px;
    }
    .perex, .perex p, .list .perex, .list .perex p, .project .perex, .project .perex p {
        font-size: 19px;
    }
    .zoznamProjektov .polozka {
      width: 100%;
    }
    button, .button {
        font-size: 16px;
        padding: 7px 10px;
    }
    .OblastPosobeniaUvod h2 {
      margin-top: 10px;
      font-size: 36px;
    }
}


@media only screen and ( max-width: 590px ) 
{
    .gridContainer {
        gap: 20px;
    }    
    .opis h4 {
        font-size: 35px;
        margin-bottom: 12px;
    }
    .opis p {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .opis .button {
        font-size: 16px;
        padding: 5px 9px;
    }

}

@media only screen and ( max-width: 540px ) 
{
    header {
        height: 100px;
    }
    header .mainMenu {
        display: none;
    }
    #stick, #stick.vidno {
        display: none;
    }
    .mobileMenuScreen {
        display: block;
    }
    .mainMenu li a {
        font-size: 14px;
    } 
    .gridContainer {
        gap: 15px;
    } 
    .galeriaClanok a {
        width: 47%;
        width: calc(50% - 10px);
        height: 47%;
        height: calc(50% - 10px);
    }
    .flexContainer.footerMenu {
        gap: 30px;
        row-gap: 6px;
    }
    .logo {
        width: 100%;
    }
    .perex {
        width: 100%;
    }
    .infobox {
        width: 100%;
    }
    .obrazky4 > a, .obrazky4 > img {
        width: 100%;
    }
    .obrazky3 > a, .obrazky3 > img {
        width: 100%;
    }
    .obrazky2 > a, .obrazky2 > img {
        width: 100%;
    }
}

@media only screen and ( max-width: 500px ) 
{
    .projektyPrehlad .polozka {
        width: 100%;
    }
    .projektyPrehlad h4 {
        font-size: 24px;
    }
    .projektyPrehlad h5 {
        font-size: 22px;
    }
    .opis {
        width: 420px;
    }
    h1.h1projekt {
        font-size: 40px;
    }
    .home .projektyPrehlad {
        display: none;
    }

}

@media only screen and ( max-width: 460px ) 
{

    #stick .ikonyMenu.flexContainer, #stick.vidno .ikonyMenu.flexContainer, .ikonyMenu.flexContainer {
        display: flex;
    }
    #stick .mainMenu li a {
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    #stick .mainMenu {
        margin-top: 15px;
    }
    .wrapper {
        width: calc(100vw - 40px);
    }
    .wrapperWide {
        max-width: calc(100vw - 40px);
        margin: 0 20px; 
    }
    .wrapperPage {
        max-width: calc(100vw - 40px);
        margin-left: 20px;
    }
    .WEtext, .WEalst, .WEyoutube, .WEfile {
            max-width: calc(100vw - 40px);
            margin-left: 20px;
    }
    .home .wrapperNarrow {
        max-width: calc(100vw - 40px);
        margin-left: 20px;
    }
    .page .wrapperNarrow {
        max-width: calc(100vw - 40px);
        margin-left: 20px;
    }
    .container {
        width: calc(100vw - 40px);
        margin-left: 20px;
    }
    .temy.flexContainer {
        margin: 40px 20px 40px 20px;
    }
    section.zoznamProjektov, section.oblasti, section.projektyPrehlad {
      margin: 40px 20px 20px 20px;
    }
    .tagy.flexContainer {
        margin: 40px 20px 40px 20px;
    }
    .uvodneInfo {
        margin: 0 20px 40px 20px;
    }
    .opis {
        bottom: 20px;
        left: 20px;
        width: calc(100vw - 40px);
    }
    .h1projektContainer {
        width: calc(100vw - 40px);
        left: 20px;
    }
    h1 {
        font-size: 48px;
    }
    .perex, .perex p, .list .perex, .list .perex p, .project .perex, .project .perex p {
        font-size: 18px;
    }
    .opis h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .opis p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .opis .button {
        font-size: 15px;
        padding: 4px 8px;
    }
}

@media only screen and ( max-width: 420px ) 
{
    header .container {
        padding: 0;
    }
    .galeriaClanok a {
        width: 100%;
        height: 100%;
        margin: 10px 0;
    }
    .OblastPosobeniaUvod .oblasti h3 {
        font-size: 30px;
        top: 35%;
    }
}




