/* fonty */

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Light.ttf");             font-weight: 300;}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-LightItalic.ttf");       font-weight: 300;       font-style: italic;}

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Regular.ttf");}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Italic.ttf");                                    font-style: italic;}

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Medium.ttf");            font-weight: 500;}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-MediumItalic.ttf");      font-weight: 500;	font-style: italic;}

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Bold.ttf");              font-weight: bold;}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-BoldItalic.ttf");        font-weight: bold;	font-style: italic;}

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-ExtraBold.ttf");         font-weight: 800;}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-ExtraBoldItalic.ttf");   font-weight: 800;	font-style: italic;}

@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-Black.ttf");             font-weight: 900;}
@font-face  {font-family: "Nunito";	src: url("/fonts/Nunito/Nunito-BlackItalic.ttf");       font-weight: 900;	font-style: italic;}

@font-face  {font-family: "AbrilFatface";	src: url("/fonts/AbrilFatface/AbrilFatface-Regular.ttf");}

/*@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 {
    --SEDA02: #FAFAFA;
    --SEDA05: #F2F2F2;
    --SEDA10: #E7E7E7;
    --SEDA20: #CFCFCF;
    --SEDA30: #B7B7B7;
    --SEDA40: #9F9F9F;
    --SEDA50: #878787;
    --SEDA60: #6C6C6C;
    --SEDA70: #515151;
    --SEDA80: #363636;
    --SEDA90: #1B1B1B;
    --CHLADNASEDA: #AFAFB3;
    --ORANZOVA: #EE7F00;
    --MODRA: #0066BE;
    --ZELENA: #148075;
}




/* základné */

body
  {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: var(--SEDA70); 
    background-color: var(--SEDA02);
    position: relative;
    margin: 0px;
    padding: 0px;
    text-rendering: geometricPrecision;
    font-kerning: normal;
  }
a {
    color: var(--ORANZOVA);
    text-decoration: none;
    cursor: pointer;
    transition: color .3s;
}
a:hover {
    color: var(--MODRA);
    text-decoration: none;
}
article a {
    color: var(--ORANZOVA);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
article a:hover {
    color: var(--MODRA);
    text-decoration: none;
}
article .WEtext a {
    /*padding: 0 2px;*/
}
h1 {
    font-family: 'AbrilFatface', sans-serif;
    font-weight: normal;
    font-size: 45px;
    margin-bottom: 60px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: var(--ORANZOVA);
}
.nordic h1 {
    color: var(--MODRA);
}
h2 {
    font-size: 46px;
    margin-top: 40px;
    line-height: 1.1;
}
h3 {
    font-size: 36px;
    margin-top: 32px;
    line-height: 1.1;
}
h4 {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1.2;
}
h5 {
    font-size: 24px;
    margin-top: 25px;
    line-height: 1.3;
}
h6 {
    font-size: 19px;
    line-height: 1.3;
    margin-top: 22px;
}
h2, h3, h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: left;
    color: var(--SEDA60);
    letter-spacing: 0.03em;
}
h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: left;
    color: var(--SEDA80);
    letter-spacing: 0.02em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h2, h3, h4, h5, h6 {
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
h1 + h2 {
    margin-top: 31px;
}
p {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 300;
}
p + ol, p + ul {
    margin-top: 8px;
    margin-bottom: 12px;
}
.perex {
    max-width: 100vw;
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 28px;
}
.perex, .perex p {
    font-size: 19px;
    font-weight: bold;
    color: var(--SEDA80);
    line-height: 140%;
    letter-spacing: 0.02em;
}
.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-oranzova.svg') no-repeat 0px 9px transparent;
    background-size: 15px 15px;
    vertical-align: top;
    padding-left: 30px;
    margin-left: 20px;
}
.obsah li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-top: 2px;
}
hr {
    background-color: #DDD;
    height: 1px;
    border: none;
    border-color: #DDD;
}
.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 var(--SEDA30);
}
.HR100text {
    width: 1000px;
    max-width: calc(100vw - 20px);
    margin: 20px auto;
    border-top: solid 1px var(--SEDA30);
    background-color: transparent;
    height: 0px;
}
hr.bodkovana {
    background-color: transparent;
    width: 100%;
    height: 0px;
    border: none;
    border-top: 7px dotted var(--SEDA30);
    margin: 40px auto 40px auto;
}
.WEtext, .WEalst, .WEyoutube, .WEfile {
    width:100%;
    margin: 0 auto; 
    position: relative;
}
.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: 15px 40px 20px 0px !important;
	float:left;
}
article img.obrVpravo, article img[align="right"], .WEimgRight {
	margin: 15px 0px 20px 40px;
	float:right;
}
.WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: calc((100% - 1000px) / 2);
    padding-right: calc((100% - 1000px) / 2);
    float: none;
}
article .WEimgAlone a {
    display: block;
}
.WEimgLeft {
    clear: both;
    display: inline-block;
    margin: 10px 30px 20px 0;
    padding-left: calc((100% - 1000px) / 2);
}
.WEimgRight {
    clear: both;
    display: inline-block;
    margin: 10px 0 20px 30px;
    padding-right: calc((100% - 1000px) / 2);
}
.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: 60px;
}
.poznamka {
    font-size: 17px;
    color: var(--SEDIVA);
    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(--SEDIVA);
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
.vyrazny {
    color: var(--TMAVA);
    font-weight: bold;
    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;
}
.obrazok_zaobleny img {
    border-radius: 8%;    
}

/* layout */
.wrapper {
    width: 1000px;
    margin: 0 auto; 
}
.wrapperWide {
    width: 100%;
    margin: 0; 
}
.container {
    width: 1000px;
    padding: 0; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
header {
    width: 100%;
    height: 207px;
    position: relative;
    margin-top: 0;
    margin-bottom: 43px;
}
header, footer {
    overflow: hidden;
}
.home header {
    /*margin-bottom: 0;*/
}
.headerSpacer {
    width: 100%;
    height: 33px;
    background-color: var(--SEDA02);
}

.lista {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    opacity: 1;
}
#stick {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: -47px;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: white;
    border-top: solid 1px var(--SEDA10);
    text-align: center;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
}
.home #stick {
    /*display:none;*/
}
#stick.vidno {
    bottom: 0;
}
#stick .mainMenu {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 14px auto 0;
    text-align: center;    
}
.pedikura #stick .mainMenu.stickPedikura, .nordic #stick .mainMenu.stickNordic {
    display: block;
}
.pedikura #stick .mainMenu.stickNordic, .nordic #stick .mainMenu.stickPedikura {
    display: none;
}

#stick .mainMenu ul {
    padding: 0;
    margin: 0;
}
#stick .mainMenu li {
    padding: 0;
    margin: 0 16px;
    color: var(--SEDA50);
    background-color: transparent;
    border: none;
    border-radius: 0;
}
#stick .mainMenu li a {
    display: block;
    font-family: 'Nunito';
    font-size: 18px;
    letter-spacing: 0.05em;    
    color: var(--SEDA50);
}
#stick .mainMenu li a:hover {  
    color: var(--SEDA90);
    cursor: pointer;
}
#stick .mainMenu ul.flexContainer {
    justify-content: center;
}
.ikonyMenu.flexContainer, #stick.vidno .ikonyMenu.flexContainer {
/*    display: none;*/
}
#jazycek {
    position: absolute;
    top: -34px;
    left: 20vw;
    z-index: 101;
    cursor: pointer;
}

.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
}
.logo.vpravo {
    left: auto;
    right: 0;
    top: 0;
    width: 264px;
}
.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.mainMenu {
    position: absolute;
    top: 160px;
    width: 53%;
}
.mainMenu.vpravo {
    right: 0;
    width: 47%;
}
.mainMenu ul {
    list-style: none;
    width: 100%;
    margin: 0;
}
.mainMenu ul.flexContainer {
    list-style: none;
    justify-content: left;
    margin: 0;
    padding: 0;
    gap: 7px;
}
.mainMenu.vpravo ul.flexContainer {
    justify-content: right;
}
.mainMenu li {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    /*margin-left: 30px;*/
    padding: 4px 7px 4px;
    color: white;  
    background-color: var(--ORANZOVA); 
    border: solid 1px var(--SEDA40);
    border-radius: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; 
    transition: all .3s;
}
.mainMenu.vpravo li {
    background-color: var(--MODRA); 
}
.mainMenu li:hover {
    color: var(--ORANZOVA);  
    background-color: white; 
    border: solid 1px var(--ORANZOVA);
}
.mainMenu.vpravo li:hover {
    color: var(--MODRA);  
    background-color: white; 
    border: solid 1px var(--MODRA);
}
.mainMenu li a {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;  
    -webkit-transition: all .3s;
    -moz-transition: all .3s; 
    transition: all .3s;
}
.mainMenu li:hover a {
    color: var(--ORANZOVA);  
}
.mainMenu.vpravo li:hover a {
    color: var(--MODRA);  
}
/*.mainMenu li.rezervace {
    border: solid 2px var(--MODRA);    
    padding: 3px 6px 3px;
}*/
.mainMenu li.rezervace {
    border: solid 2px var(--ORANZOVA);    
    /*padding: 5px 8px 5px;*/
    background-color: var(--ZELENA);
}
.mainMenu li.rezervace:hover {
/*    border: solid 2px var(--ZELENA);    */
    background-color: white;
}
.mainMenu li.rezervace a, .mainMenu.vpravo li.akce a {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;  
}
.mainMenu li.rezervace:hover a {
    color: var(--ORANZOVA);  
}
.mainMenu.vpravo li.akce {
    border: solid 2px var(--ORANZOVA);    
    background-color: var(--ZELENA);
}
.mainMenu.vpravo li.akce:hover {
    border: solid 2px var(--MODRA);    
    background-color: white;
}
.mainMenu.vpravo li.akce:hover a {
    color: var(--MODRA);  
}
.button.rezervace, .button.akce {
    display: none;
}
.mobileMenu .rezervace, .mobileMenu .akce {
    margin-top: 35px;
}
.mobileMenu .rezervace a, .mobileMenu .akce a {
    border: 2px solid white;
    padding: 6px 20px;
    border-radius: 30px;
}
.logoMobile {
    width: 50vw;
    height: auto;
    margin-bottom: 25px;
}
.slogan {
    position: absolute;
    top: 111px;
    width: 50%; 
    font-family: 'AbrilFatface', sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: var(--ORANZOVA);  
}
.slogan.vpravo {
    top: 111px;
    right: 0;
    width: 50%; 
    color: var(--MODRA); 
    text-align: right;
}



/* mobile menu */

.mobileMenuScreen {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    -moz-transition: top 1.2s ease;
    transition: top 1.2s ease;
}
.mobileMenuScreen.A {
    top: -101vh;
    background-color: var(--ORANZOVA);
    z-index: 1550;
}
.mobileMenuScreen.B {
    top: -101vh;
    background-color: var(--MODRA);
    z-index: 1560;
}
.mobileMenuScreenContent {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    color: white;
}
.mobileMenuScreenContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobileMenuScreenLeft {
    width: calc(100% - 40px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.mobileMenuScreenContent ul li {
    margin-bottom: 16px;
}
.mobileMenuScreenContent ul li a {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0em;
    color: white;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}
.mobileMenuScreenContent ul li a:hover, .mobileMenuScreenContent ul li a:active {
    color: var(--SEDA10);
}
.mobileMenuScreenContent li a.jazyk {
    padding: 6px 6px 0px 6px;
    margin-right: 16px;
    border: solid 1px white;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}
.mobileMenuScreen .ucho {
    width: 40px;
    position: absolute;
    top: -37px;
/*    left: calc(50vw - 20px);*/
    right: 62px;
    z-index: 160;
    cursor: pointer;
}
.mobileMenuScreen.A.vysunute {
    top: 0;
}
.mobileMenuScreen.B.vysunute {
    top: 0;
}
.mobileMenuLogo {
    width: 220px;
}
.mobileMenuSocial .mobileMenu {
    margin-bottom: 20px;
}
.mobileMenuSocial .socialMenu {
    border-top: solid 1px var(--SEDA60);
    padding-top: 10px;
    top: 0;
}
.mobileMenuScreenLeft .mobileMenuSocial ul li {
    margin-bottom: 0px;
}
.bars {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.bars_B {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.menu_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.menu_close img {
    width: 45px;
    height: auto;
    transform: rotate(0);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.menu_close:hover img, .menu_close:active img, .menu_close:focus img {
    transform: rotate(1turn);
}



.socialMenu {
    position: absolute;
    top: 18px;
    right: 0;
    text-align: right;
}
.socialMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socialMenu li {
    display: inline-block;
    margin-left: 24px;
}
.socialMenu li a {
    display: block;
    opacity: 0.6;
}
.socialMenu li a:hover {
    opacity: 1;
}
.socialMenu li a img {
    display: block;
    height: 21px;
    width: auto;
}
.sekcia {
    padding-bottom: 20px;
    padding-top: 20px;
}



.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;
}

/* 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%;
}

/* 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);
}

/* header */
.ThemeName {
    position: absolute;
    top: 47px;
    left: 87px;
    font-family: 'AbrilFatface';
    font-size: 34px;
    letter-spacing: 0.2em;    
    color: var(--SEDA30);    
}


/* projekt */
.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-family: 'AbrilFatface';
    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(--TMAVA);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    cursor: pointer;	
}
.formular input, .formular textarea {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    font-size: 21px;
    font-weight: normal;
    color: var(--TMAVA);
    background-color: var(--TELOVA);
    border: solid 2px var(--ZLTA);
    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;
}
#newsletter_formular_box {  /* form na podstránkach */
    display: none;
}

.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(--ZLTA);
    background-color: var(--CERVENA);
    color: white;
    box-shadow: 0 0 20px black;
}
.alert p, .odberNoviniek .alert p {
    color: white;
}

/* úprava simplelightbox */
.sl-prev, .sl-next, .sl-close {
    font-family:'FontAwesome';
    color: var(--TMAVA);
}


/* úprava menu uikit */
.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: 'Nunito', 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; /* zlatá */
}
.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; /* jemná zlatá */
}
.uk-navbar-dropdown-nav > li > a {
    color: #6C5D47;
}
.uk-navbar-toggle {
    color: #FAC541;
}
.uk-navbar-toggle:hover {
    color: #FAC541;
}
.uk-offcanvas-bar {
    background: #6C5D47; /* hnedá */
}
.uk-offcanvas-bar .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(250, 197, 65, .8); /* zlatá */
}
.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); /* zlatá */
}
.uk-grid {
  margin-left: -30px;
}
.uk-lightbox {
  background: #fff;
}
article .galeriaNahlady a:hover {
    background-color: transparent;
}
.uk-card {
  padding: 0 0 0 10px;
}
/* button */
button, .button {
    box-sizing: border-box;
    text-align: center;
    border: 3px solid var(--SEDA30);
    border-radius: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: white;
    line-height: 120%;
    display: inline-block;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 15px 24px;
    background-color: var(--ORANZOVA); 
}
.button.transp {
    background: none;
}
.button.semitransp {
    background: rgba(0,0,0,.3);
}
button:hover, .button:hover {
    color: white; 
    background-color: var(--SEDA60); 
    border: 3px solid var(--ORANZOVA);
}
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;
}
.ButtonIkona {
    height: 30px;
    width: auto;
    margin-right: 20px;
    display: inline-block;
    vertical-align: -4px;
}

#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: 60px 0 0;*/
    margin-top: 120px;
    margin-bottom: 50px;
    background-color: var(--SEDA40);
}

footer, footer p {
    font-size: 18px;
    font-weight: normal;
    color: var(--SEDA70);
}
footer a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}
footer a:hover {
    color: var(--ORANZOVA);
    text-decoration: none;
}
footer .onlyWideScreen {
    margin-top: 60px;
    margin-bottom: 60px;
}
.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    row-gap: 60px;
}
.flexContainer.footerMenu {
    gap: 50px;
    row-gap: 30px;
    justify-content: space-between;
}
.footerMenu, .footerMenu a {
    font-size: 18px;
    font-weight: bold;
}
footer .odsadenie p {
    padding-left: 40px;
    position: relative;
}
footer .ikona {
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: auto;
    /*margin: 0 15px 0 0;*/
}
footer h6 {
    font-family: "AbrilFatface", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: white;
    margin-bottom: 36px;
}
footer p {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 140%;
}
.copyright {
    padding: 25px 0;
    /*margin-top: 50px;*/
    background-color: var(--SEDA70);
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: var(--SEDA30);
}
.copyright a {
    font-size: 15px;
    font-weight: normal;
    color: white;
}

/* 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;
}
.galeriaObal {
    margin-top: 10px;
    margin-bottom: 40px;
}
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;
}
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: none;
  color: rgba(0,0,0,.3);
}
.uk-lightbox-toolbar-icon {
  color: rgba(0,0,0,.3);
}
button.uk-lightbox-toolbar-icon:hover, .button.uk-lightbox-toolbar-icon:hover {
  color: rgba(0,0,0,.8);
  background-color: transparent;
  border: none;
}
.uk-lightbox-button {
  width: 40px;
  height: 40px;
  background:rgba(0,0,0,.1);
  color: rgba(255,255,255,.8);
  border-radius: 20px;
}
.uk-lightbox-button:hover {
  background:rgba(0,0,0,.2);
  color: rgba(255,255,255,.9);
  cursor: pointer;
}
.uk-icon.uk-slidenav-previous > svg {
  transform: translate(-2px,0);
}
.uk-icon.uk-slidenav-next > svg {
  transform: translate(2px,0);
}

/* úvod */

.Fotky2.gridContainer {
    grid-template-columns: 1fr 1fr;
    gap: 6%;
    row-gap: 60px;
    margin-bottom: 60px;
}
.Fotky2.gridContainer img {
    border-radius: 8%;
    width: 100%;
    height: auto;
}
.InfoBox {
    width: 100%;
    border-radius: 18px;
    padding: 30px 40px 20px;
    margin: 100px 0 80px;
    position: relative;
}
.InfoBox.oranzova, .InfoBox.oranzova .Navestie {
    background-color: var(--ORANZOVA); 
}
.InfoBox.modra, .InfoBox.modra .Navestie {
    background-color: var(--MODRA); 
}
.InfoBox, .InfoBox p {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: white;
}
.InfoBox .Navestie {
    position: absolute;
    top: -40px;
    left: 40px;
    z-index: 3;
    padding: 9px 12px;
    border-radius: 17px;
}
.InfoBox .Navestie img {
    height: 70px;
    opacity: 0.45;
}
.InfoBox .InfoBoxText {
    position: relative;
    z-index: 5;
}
.Benefity.gridContainer {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6%;
    margin-bottom: 60px;
}
.Benefit {
    width: 100%;   
}
.BenefitIkona {
    height: 75px;
    text-align: center;
    margin-bottom: 28px;
}
.BenefitIkona img {
    height: 75px;
    text-align: center;
    margin-bottom: 28px;
    display: inline-block;
}
.BenefitNadpis {
    min-height: 72px;
}
.BenefitNadpis, .BenefitNadpis h2 {
    font-family: 'AbrilFatface', sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: var(--ORANZOVA);
}
.BenefitTxt {
    min-height: 75px;
    margin-bottom: 28px;
}
.BenefitTxt, .BenefitTxt p {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
    color: var(--SEDA50);
}

/* Testimonials */

.Testimonials {
    margin-top: 25px;
    margin-bottom: 50px;
}
.Testimonial {
    background-color: white;
    border: 1px solid var(--SEDA10);
    padding: 65px 25px;
    background-image: url('/img/ikona-uvodzovky-dole.svg'), url('/img/ikona-uvodzovky-hore.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 5%, 90% 95%;
    background-size: 60px auto,  60px auto;
    color: var(--SEDA30);
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    min-height: 222px;
}
.TestimonialsObal .uk-light .uk-slidenav {
    color: var(--SEDA30);
}
.TestimonialsObal .uk-light .uk-slidenav:hover, .TestimonialsObal .uk-light .uk-slidenav:active {
    color: var(--SEDA70);
}
.TestimonialsObal .uk-icon.uk-slidenav.uk-slidenav-previous {
    position: absolute;
    left: -50px;
}
.TestimonialsObal .uk-icon.uk-slidenav.uk-slidenav-next {
    position: absolute;
    right: -50px;
}

/* Poloha */
.Poloha.gridContainer {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6%;
    margin-bottom: 60px;
    
} 

/* Tabuľky */

article table td, article table th {
    padding: 6px 12px;
    text-align: left;
    vertical-align: top;
}
.TabCenik {
    margin: 60px 0;
    background-color: white;
    border: 1px solid var(--SEDA10);
}
.TabCenik th {
    text-align: left;
}
.TabCenik th, .TabCenik td {
    padding: 10px 20px;
}
.TabCenik tr:hover {
    background-color: var(--SEDA05);
}


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


@media only screen and ( max-width: 1020px ) /* 1000 */
{
    .wrapper {
        width: 100%;
    }
    .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;
    }
    header {
/*        padding-left: 20px;
        padding-right: 20px;*/
    }
    .headlineContainer, .buttonContainer {
      padding-left: 20px;
      padding-right: 20px;
    } 
    body, p, .odberNoviniek p, .odberNoviniek li {
      font-size: 19px;
    } 
    .clipWrapper h2, h2.clipWrapper {
      font-size: 26px;
    }    
    footer a {
      font-size: 17px;
    }    
    .gridItem {
        min-width: 25%;
    }
    section.sekcia, .WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
        width: 100%;
    }
    .WEimgLeft {
    }
    .WEimgRight {
    }
    .TestimonialsObal {
        margin-left: 30px;
        margin-right: 30px;
    }

}

@media only screen and  (max-width: 985px) {
    .headerSpacer {
        width: 100%;
        height: 33px;
        background-color: var(--SEDA02);
    }
    header {
        height: 180px;
        margin-top: 0;
        /*margin-bottom: 25px;*/
    } 
    .logo {
        width: 228px;
    }
    .logo.vpravo {
        width: 211px;
    }
    .slogan {
        position: absolute;
        top: 87px;
        font-size: 25px;
    }
    .slogan.vpravo {
        top: 87px;
    }    
    .mainMenu {
        top: 132px;
    }
    .mainMenu li {
        font-size: 16px;
        padding: 3px 6px 3px;
    }
    .mainMenu li a {
        font-size: 16px;
    }
    .mainMenu li.rezervace {
        padding: 2px 5px 2px;
    }
    .mainMenu.vpravo li.akce {
        padding: 2px 5px 2px;
    }
    .mainMenu li.rezervace a, .mainMenu.vpravo li.akce a {
        font-size: 15px;
    }
}


@media only screen and ( max-width: 900px ) 
{
    header {
        width: 100vw;
        height: 103px;
        top: 0;
        left: 0;
        position: fixed;
        /*padding: 33px 20px 0;*/
        /*margin: 0;*/
        background-color: white;
        z-index: 1000;
    }
    .nordic header {
        top: auto;
        bottom: 0;
        height: 80px;
        border-top: 1px solid var(--CHLADNASEDA);
    }
    .headerNW {
        height: 110px;
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        border-top: none;
        z-index: 1100;
        border-top: 1px solid var(--CHLADNASEDA);
    }
    .nordic .headerNW {
        top: 0;
        bottom: auto;
        border-top: none;
    }
    .mainMenu li.rezervace {
        border: solid 2px white;    
        background-color: white;
    }
    .mainMenu li.rezervace:hover {
    /*    border: solid 2px var(--ZELENA);    */
        background-color: var(--ZELENA);
    }
    .mainMenu li.rezervace a {
        font-size: 15px;
        color: var(--ORANZOVA);  
    }
    .mainMenu.vpravo li.akce a {
        font-size: 15px;
        color: var(--MODRA);  
    }
    .mainMenu li.rezervace:hover a {
        color: white;  
    }
    .mainMenu.vpravo li.akce {
        border: solid 2px white;    
        background-color: white;
    }
    .mainMenu.vpravo li.akce:hover {
        border: solid 2px white;    
        background-color: var(--ZELENA);
    }
    .mainMenu.vpravo li.akce:hover a {
        color: white;  
    }

    .logo {
        top: 15px;
        left: 20px;
        width: 143px;
    }    
    .logo.vpravo {
        width: 132px;
        top: 13px;
        right: 20px;
    }     
    .slogan {
        position: absolute;
        top: 37px;
        left: auto;
        right: 20px;
        width: calc(100% - 140px); 
        font-size: 17px;
        text-align: right;
    }
    .slogan.vpravo {
        top: 30px;
        left: 20px;
        right: auto;
        width: calc(100% - 120px); 
        text-align: left;
    }    
    .mainMenu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        background-color: var(--ORANZOVA); 
        padding: 8px 0 8px 20px;
    }
    .mainMenu.vpravo {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--MODRA); 
        padding: 8px 20px;
    }
    .nordic .mainMenu {
        top: auto;
        bottom: 0;
        height: 43px;
        padding: 10px 0 10px 20px;
    }
    .mainMenu.vpravo ul.flexContainer {
        padding: 2px 0;
    }   
    .nordic .mainMenu.vpravo {
        top: 73px;
        bottom: auto;
        background-color: var(--MODRA); 
        padding: 8px 20px;
    }   
    .mainMenu li {
        border: solid 1px white;
    }
    article {
        margin-top: 120px;
    } 
    footer {
        margin-bottom: 110px;
    }
    
    #newsletter_formular input[type="email"], #newsletter_formular input[type="text"], #newsletter_formular textarea {
      width: 25vw;
    }
    .gridContainer {
      gap: 20px;
    }
    
}

@media only screen and ( max-width: 860px ) 
{
/*    .mainMenu li {
      margin-left: 10px;
    }
    .mainMenu li a {
      font-size: 18px;
    }*/
    #newsletter_formular input[type="email"], #newsletter_formular input[type="text"], #newsletter_formular textarea {
      width: 20vw;
    }
    .formular input, .formular textarea {
      font-size: 19px;
      padding: 4px 8px;
    }  
    .odberNoviniek p, .odberNoviniek li {
      font-size: 17px;
    } 
    .odberNoviniek .formular label {
      font-size: 17px;
    }
    footer h6 {
        font-size: 18px;
    }
    .blok .headlineContainer, .buttonContainer {
      padding-left: 10px;
      padding-right: 10px;
    }    
    h1 {
      font-size: 48px;
    }
    h2 {
      font-size: 42px;
    }
    section h2 {
      font-size: 36px;
    }    
    section.cervena h2 {
      font-size: 38px;
    }    
    h3 {
      font-size: 34px;
    }
    h4 {
        font-size: 28px;
    }
    .gridContainer {
      gap: 15px;
    }    
    .BenefitNadpis, .BenefitNadpis h2 {
        font-size: 24px;
    }
    .BenefitTxt, .BenefitTxt p {
        font-size: 16px;
    }
    .Poloha.gridContainer {
        grid-template-columns: 1fr;
        row-gap: 60px;
    }
}

@media only screen and ( max-width: 710px ) 
{
    .headlineContainer h2 {
      font-size: 40px;
    }
    .headlineContainer h4 {
      font-size: 22px;
    }
    .panorama, .panorama .container {
      height: 400px;
    }    
    .headlineContainer, .buttonContainer {
      padding: 20px 20px 20px;
    }
    .gridContainer {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .blok.gridContainer {
      grid-template-columns: 1fr;
    }    
    .eshopUkazky .gridContainer {
      gap: 15px;
    }
    .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, .odberNoviniek p, .odberNoviniek li, .formular label {
      font-size: 18px;
    } 
    .clipWrapper h2, h2.clipWrapper {
      font-size: 24px;
    } 
    .polovicnaSirka, h2.clipWrapper.polovicnaSirka {
        width: 100%;
    }
    button, .button {
      font-size: 19px;
      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; 
    }
    .stream.YouTube, .stream.Spotify, .stream.Deezer, .stream.Apple  {
        background-position: top center;
        padding: 35px 0 0 0;
        margin-bottom: 20px;
    }
    footer h6 {
        margin-bottom: 24px;
    }
    .Benefity.gridContainer {
        grid-template-columns: 1fr;
        row-gap: 46px;
    }
    .BenefitNadpis {
        min-height: 36px;
    }
}

@media only screen and ( max-width: 630px ) 
{
    .portret {
      width: 150px;
    }
    .headlineContainer h2 {
      font-size: 36px;
    }
    .headlineContainer h4 {
      font-size: 20px;
    }

    .ThemeName {
        left: 80px;
        font-size: 30px;
    } 
    #stick .mainMenu li {
      margin: 0 8px;
    }
}







@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;
    }
    .odberNoviniek p, .odberNoviniek li, .odberNoviniek .formular label {
      font-weight: normal;
    }    
    footer section.cervena h2 {
        width: calc(100% - 60px);
        font-size: 34px;
    }    
    h1 {
      font-size: 40px;
    }
    h2 {
      font-size: 36px;
    }
    h3 {
      font-size: 30px;
    }
    h4 {
      font-size: 26px;
    }
    h5 {
      font-size: 22px;
    }
    section h2 {
      font-size: 33px;
    }
}


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

    header {
      /*height: 140px;*/
    }
    header .mainMenu {
      /*display: none;*/
    }
    #stick {
        opacity: 1;
    }
    .ThemeName {
        top: 100px;
        left: 60px;
    }    
  
    .gridContainer {
        gap: 20px;
    }    
    
}

@media only screen and ( max-width: 540px ) 
{
    .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;*/
    }
    h1 {
        font-size: 36px;
    }
}

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


    
}

@media only screen and ( max-width: 470px ) 
{
    .onlyWideScreen {
        display: none;
    }
    .onlyNarrowScreen {
        display: block;
    }
    header {
        border-bottom: 1px solid var(--CHLADNASEDA);
    }
    .nordic header {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 103px;
        border-bottom: none;
    }
    .nordic .headerNW {
        border-bottom: 1px solid var(--CHLADNASEDA);
    }
    .button.rezervace, .button.akce {
        display: block;
        position: absolute;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        color: white;  
        border: none;    
        padding: 5px 8px 5px;
        cursor: pointer;
    }
    .button.rezervace {
        background-color: var(--ORANZOVA);
        bottom: 10px;
        right: 20px;
    }
    .button.akce {
        background-color: var(--MODRA);
        bottom: 16px;
        left: 20px;
    }
    .button.rezervace:hover {
        background-color: var(--SEDA10);
        color: var(--ORANZOVA); 
    }
    .button.akce:hover {
        background-color: var(--SEDA10);
        color: var(--MODRA); 
    }
    .slogan {
        top: 68px;
        left: 20px;
        right: auto;
        text-align: left;
        width: 100%;
    }
    .slogan.vpravo {
        top: 68px;
        left: auto;
        right: 20px;
        text-align: right;
        width: 100%;
    }

    #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;
    }
    
    .Fotky2.gridContainer {
        grid-template-columns: 1fr;
        /*margin-bottom: 30px;*/
    }
    .FotkaUvodNW {
        display: none;
    }
}

@media only screen and ( max-width: 420px ) 
{
    header {
      /*height: 210px;*/
    }    
    .logo {
/*      left: calc(50% - 20px);
      top: 30px;
      width: 41px;*/
    }

    .ThemeName {
      top: 160px;
      left: 0;
      width: 100%;
      display: block;
      text-align: center;
    } 
    header .container {
      padding: 0;
    }
    .galeriaClanok a {
        width: 100%;
        height: 100%;
        margin: 10px 0;
    }
    h1 {
        font-size: 34px;
    }
    .uk-child-width-1-2 > * {
        width: 100%;
    }
}


@media only screen and ( max-width: 370px ) 
{
    .slogan {
        font-size: 13px;
    }

}


@media only screen and ( max-width: 640px ) /* UIkit menej ako @s */
{


}



@media only screen and ( min-width: 640px ) and ( max-width: 960px ) /* UIkit menej ako @m a viac ako @s */
{


}

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

}


