@font-face {
  font-family: roboto-l;
  src:
    url('fonts/Roboto-Light.ttf') format("truetype");
}

@font-face {
  font-family: roboto-reg;
  src:
    url('fonts/Roboto-Regular.ttf') format("truetype");
}

@font-face {
  font-family: roboto-m;
  src:
    url('fonts/Roboto-Medium.ttf') format("truetype");
}

@font-face {
  font-family: roboto-b;
  src:
    url('fonts/Roboto-Bold.ttf') format("truetype");
}

@font-face {
  font-family: dancing-m;
  src:
    url('fonts/DancingScript-Medium.ttf') format("truetype");
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #03d5e4;
  border: 2px solid #03d5e4;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "roboto-b", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: initial;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 20px;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, 
[type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: white;
  color: #03d5e4;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: 'roboto-reg', sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], 
[type='month'], [type='number'], [type='password'], [type='search'], 
[type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 10px;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, 
[type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, 
[type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, 
[type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, 
[type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, 
[type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, 
[type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);*/
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, 
[type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, 
[type='number']:disabled, [type='password']:disabled, [type='search']:disabled, 
[type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, 
[type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, 
[type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, 
[type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, 
[type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, 
[type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, 
[type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, 
[type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, 
[type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, 
[type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, 
[type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, 
[type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, 
input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, 
[type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, 
[type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, 
[type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, 
[type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, 
[type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, 
input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, 
[type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, 
[type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, 
[type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, 
[type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, 
[type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, 
[type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, 
[type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, 
[type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, 
[type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, 
[type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: none !important;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/*[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}*/

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: initial;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

th {
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
  background-color: #03d5e4;
}

th,
td {
  padding: 10px;
  line-height: 2;
}

table tbody tr:nth-child(even) td{
  background-color: #ecfbfd;
}

html {
  color: #000;
  font-family: 'roboto-reg', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto-m', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: initial;
}

h1 {
  font-size: 50px;
  line-height: 1.3;
  padding-bottom: 40px;
}

h2 {
  font-size: 25px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}


a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:active, a:focus, a:hover {
  color: #03d5e4;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #3bedf9;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

p{
  margin: 0 0 0.75em 0;
  line-height: 2;
}

b, 
strong{
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
}

/************/
/************/
/************/

ul.tabs a{
  line-height: 2;
  padding: 5px 10px;
}

.toolbar .toolbar-toggle-orientation button{
  margin-top: 0;
}

#main .container{
  overflow: hidden;
}

.container{
  padding: 0 15px;
}

footer#footer{
  background-color: #03d5e4;
  margin-top: -1px;
}

footer#footer a:hover,
footer#footer a:active,
footer#footer a:focus{
  color: white;
  text-decoration: none;
}

.footer-copyright{
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #ffffff3b;
}

.footer-copyright p{
  margin: 0;
}

.footer-data-wrapper{
  padding: 50px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.footer-data .menu{
  margin: 0;
}

.footer-data .menu .menu-item{
  padding: 0;
}

.footer-data .menu .menu-item a{
  line-height: 2;
}

.footer-data-title{
  font-size: 20px;
  padding-bottom: 20px;
}

.footer-data-kontakt{
  display: flex;
  flex-direction: column;
}

.footer-data-kontakt a{
  line-height: 2;
}

.footer-data-logo{
  display: flex;
  align-items: center;
}

.footer-data-logo img{
  width: 160px;
}

.footer-data-socials{
  display: block;
  padding-top: 25px;
}

.footer-data-socials svg path{
  transition: 0.3s ease;
}

.footer-data-socials svg:hover path{
  fill: white;
}

header#header{
  height: 100px;
  margin-bottom: 50px;
}

#header-region{
  position: relative;
}

#block-mytheme-site-branding{
  position: absolute;
  left: 0;
  top: 25px;
  width: 160px;
}

#block-mytheme-main-menu{
  position: absolute;
  right: 0;
  top: 37px;
}

#block-mytheme-main-menu .menu{
  display: flex;
  gap: 5px;
}

#block-mytheme-main-menu .menu a{
  padding: 10px 10px;
  font-family: 'roboto-m', sans-serif;
}

.page-node-type-page .field--field-image,
.page-node-type-fotogaleria .field--field-image,
.fotogaleria-view-teaser .view-content{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.page-node-type-page .field--field-image > div,
.page-node-type-fotogaleria .field--field-image > div,
.fotogaleria-view-teaser .views-row{
  width: calc(100% / 3 - 10px);
}

.paragraph--type--obsah-link .field--field-obrazok img,
.paragraph--type--polozky .field--field-obrazky img,
.page-node-type-page .field--field-image img,
.page-node-type-fotogaleria .field--field-image img,
.fotogaleria-view-teaser .fotogaleria-image img{
  transition: 0.3s ease;
  border-radius: 20px;
}

.paragraph--type--obsah-link .field--field-obrazok img:hover,
.paragraph--type--polozky .field--field-obrazky img:hover,
.page-node-type-page .field--field-image img:hover,
.page-node-type-fotogaleria .field--field-image img:hover,
.fotogaleria-view-teaser .fotogaleria-image img:hover{
  filter: grayscale(1);
}

.page-node-type-page .field--body{
  padding-bottom: 50px;
}

.field--body ul{
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#cookiesjsr{
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #fff;
  --btn-border-color: #fff;
  --btn-bg-color: #3bedf9;
  --btn-prime-font-color: #3bedf9;
  --btn-prime-border-color: #fff;
  --btn-prime-bg-color: #fff;
  --btn-inv-font-color: #3bedf9;
  --btn-inv-border-color: #3bedf9;
  --btn-inv-bg-color: #fff;
  --btn-prime-inv-font-color: #fff;
  --btn-prime-inv-border-color: #3bedf9;
  --btn-prime-inv-bg-color: #3bedf9;
  --link-list-font-color: #fff;
  --link-list-separator-color: #fff;
  --banner-logo-offset: 100px;
  --banner-bg-color: #3bedf9;
  --banner-font-color: #fff;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #fff;
  --layer-header-font-color: #000f37;
  --layer-body-bg-color: #fff;
  --layer-tab-bg-color: #fff;
  --layer-tab-font-color: #000f37;
  --layer-tab-active-bg-color: #3bedf9;
  --layer-tab-active-font-color: #fff;
  --layer-bg-dark: #3bedf9;
  --layer-font-light: #fff;
  --layer-font-dark: #000f37;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #fff;
  --layer-footer-font-color: #000f37;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #fff;
  --switch-bg-off: #fff;
  --switch-bg-on: #0a0;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #0a0;
  --switch-always-on-bg-color: #fff;
}

div#cookiesjsr *{
  color: #000;
}

.cookiesjsr-banner.active{
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.52);
}
.cookiesjsr-banner--action, .cookiesjsr-banner--info{
  width: 100%;
}

span.cookiesjsr-banner--text,
ul.cookiesjsr-links.cookiesjsr-banner--links.links--row{
    font-size: 13px;
}

.cookiesjsr-links.links--row li a:hover{
  text-decoration: underline;
}

.cookiesjsr-banner--action button{
    font-size: 11px;
}

.cookiesjsr-banner{
  width: 100%;
  max-width: 650px;
  left: 20px;
  bottom: 20px;
}

button.cookiesjsr-btn.cookiesjsr-settings:hover{
  background-color: #fff;
}

#cookiesjsr button{
  background-image: none;
  border-radius: initial;
}

#cookiesjsr button:hover,
#cookiesjsr button:active,
#cookiesjsr button:focus{
  background-color: #03d5e4;
  transform: initial;
}

#cookiesjsr .cookiesjsr-layer--close.dialog-first-tab {
  background-color: unset !important;
  background-image: url('images/close.svg');
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 20px;
  padding: 0;
  margin-top: 0;
  border: none;
}

.cookiesjsr-service--description h3{
  font-family: 'roboto-m', sans-serif;
  font-weight: initial;
}

.cookiesjsr-service-group--tab{
  font-weight: initial;
  font-family: 'roboto-b', sans-serif;
}

.cookiesjsr-service--always-on span{
  padding: 0.5em;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content{
  font-weight: initial;
}

.fotogaleria-teaser-wrapper h2{
  text-align: center;
  padding-top: 10px;
}

.paragraph--type--polozky{
  padding-bottom: 50px;
}

.paragraph--type--polozky .field--field-obrazky{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 15px;
}

.paragraph--type--polozky .field--field-obrazky > div{
  width: calc(100% / 4 - 12px);
}

.field--field-formular .field-label-info,
.webform-submission-rezervacia-form fieldset legend span,
.paragraph--type--polozky .field--field-nazov{
  font-size: 25px;
  padding-bottom: 10px;
  font-family: 'roboto-m', sans-serif;
  line-height: 1.5;
}

.page-node-29 .field--body{
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.page-node-29 .field--body::after{
  content: none;
}

.page-node-29 .field--body img{
  object-fit: cover;
  border-radius: 10px;
}

.webform-submission-rezervacia-form fieldset{
  padding: 25px;
  background-color: #f4feff;
  border-radius: 10px;
}

.webform-submission-rezervacia-form fieldset legend{
  position: relative;
  top: 30px;
}

.webform-submission-rezervacia-form{
  background-color: #d2f7fa73;
  padding: 20px;
  border-radius: 10px;
}

/**/

.form-item{
  position: relative;
}

input[type="radio"],
input[type="checkbox"]{
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}

.form-radio+label, 
.form-radio+.ajax-progress+label, 
.form-checkbox+label, 
.form-checkbox+.ajax-progress+label{
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.form-radio+label::before, 
.form-radio+.ajax-progress+label::before, 
.form-checkbox+label::before, 
.form-checkbox+.ajax-progress+label::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  transition: all .3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.form-radio+label::before, 
.form-radio+.ajax-progress+label::before{
  border-radius: 50%;
}

.form-radio:checked+label::before, 
.form-radio:checked+.ajax-progress+label::before, 
.form-checkbox:checked+label::before, 
.form-checkbox:checked+.ajax-progress+label::before{
  border-color: #03d5e4;
  background-color: #03d5e4;
  background-image: url('images/tick-mark.svg');
  background-size: 17px;
  cursor: pointer;
}

/**/

.form-item-ochrana-osobnych-udajov a{
  text-decoration: underline;
}

.clny_skupina{
  display: flex;
  gap: 10px;
}

.clny_skupina > div{
  width: calc(100% / 5 - 8px);
  text-align: center;
}

.clny_skupina img{
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.clny_skupina p{
  font-family: 'roboto-b', sans-serif;
}

.view-mapa-wrapper{
  border-radius: 10px;
  overflow: hidden;
}

#user-pass,
#user-login-form{
  max-width: 500px;
}

.page-node-type-kontakt #block-mytheme-content .content{
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.page-node-type-kontakt #block-mytheme-content .content .field--field-formular{
  margin-left: 60px;
  padding-left: 60px;
  border-left: 2px solid #03d5e4;
}

.page-node-type-kontakt footer#footer{
  margin-top: 0;
}

.page-node-type-kontakt #main #content-header,
.page-node-type-kontakt #main .container .region-content > div{
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.page-node-type-kontakt #main .container,
.page-node-type-kontakt #main .container .region-content #block-mytheme-content{
  max-width: 100%;
  padding: 0;
}

.page-node-type-kontakt #main .container .region-content #block-mytheme-content article{
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.page-node-type-kontakt #main .container .region-content .view-kontakt-map{
  margin-top: 50px;
}

.page-node-type-frontpage header#header{
  margin-bottom: 0;
}

.field--field-banner-obrazok img{
  border-radius: 20px;
}

.fp-heading{
  position: relative;
}

.fp-heading h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 0;
  font-family: 'dancing-m', sans-serif;
  font-size: 60px;
}

.page-node-type-frontpage .field--body{
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
}

.field--field-obsah-link{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.field--field-obsah-link > div{
  width: calc(100% / 3 - 10px);
}

.paragraph--type--obsah-link .field--field-obrazok img{
  object-fit: cover;
  height: 300px;
}

.paragraph--type--obsah-link .field--field-link{
  text-align: center;
  padding-top: 10px;
  font-family: 'dancing-m', sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.page-node-type-frontpage .view-kontakt-map{
  padding-top: 400px;
  background-image: url('images/forest.svg');
  background-repeat: no-repeat;
  background-position: center top 50px;
  margin-bottom: 50px;
}

.page-node-type-frontpage .view-kontakt-map .geolocation-map-wrapper{
  border-radius: 20px;
  overflow: hidden;
}

.page-node-type-frontpage .view-kontakt-map .geolocation-map-wrapper .geolocation-map-container{
  height: 600px !important;
}

.wave-container{
  line-height: 0;
  margin-top: -150px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
