@font-face {
  font-family: inter-r;
  src:
    url('fonts/Inter-Regular.ttf') format("truetype");
}

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

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

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

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #585757;
  border-radius: 50px;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  font-family: 'inter-m', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: initial;
  line-height: 1;
  padding: 13px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, 
[type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #202020;
  color: #fff;
}

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;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: initial;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: 'inter-r', 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: none;
  border-bottom: 1px solid #585757;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
  color: #202020;
}

[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 {
  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 #585757;
}

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

.form-textarea-wrapper textarea {
  resize: none !important;
  margin-bottom: 50px;
}

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

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

select {
  margin-bottom: 50px;
  max-width: 100%;
  width: auto;
}

[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: 600;
  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: fixed;
  text-align: left;
  width: 100%;
  border: 1px solid #ddd;
}

table tr:nth-child(odd){
  background-color: #f3f3f3;
}

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

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: initial;
}

th,
td {
  padding: 0.75em;
  border: 1px solid #ddd;
}

html {
  color: #585757;
  font-family: 'inter-r', sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

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

h1 {
  font-size: 60px;
  color: #202020;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}


a {
  color: #585757;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

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: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

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

p{
  margin-top: 0;
  margin-bottom: 1em;
}

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

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

.container{
  max-width: 1600px;
}

#main .container{
  max-width: 100%;
}

#main .content{
  max-width: 1600px;
  margin: auto;
}

body:not(.normal-page) #main #content{
  padding-top: 75px;
  max-width: 1600px;
  margin: auto;
}

#cookiesjsr{
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #fff;
  --btn-border-color: #fff;
  --btn-bg-color: #EFEFEF;
  --btn-prime-font-color: #EFEFEF;
  --btn-prime-border-color: #fff;
  --btn-prime-bg-color: #fff;
  --btn-inv-font-color: #EFEFEF;
  --btn-inv-border-color: #EFEFEF;
  --btn-inv-bg-color: #fff;
  --btn-prime-inv-font-color: #fff;
  --btn-prime-inv-border-color: #EFEFEF;
  --btn-prime-inv-bg-color: #EFEFEF;
  --link-list-font-color: #fff;
  --link-list-separator-color: #fff;
  --banner-logo-offset: 100px;
  --banner-bg-color: #EFEFEF;
  --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: #EFEFEF;
  --layer-tab-active-font-color: #fff;
  --layer-bg-dark: #EFEFEF;
  --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;
}

.cookiesjsr-service-group--services {
  background-color: rgba(255, 255, 255, 0.14);
}

.cookiesjsr-layer--close.dialog-first-tab {
  background-color: unset !important;
  background-image: url('images/close.svg');
}

div#cookiesjsr *{
  color: #202020;
}

.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-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{
  background-color: #a3a2a2;
}

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

.page-cookies-documentation #cookies-docs{
  padding: 55px 15px;
  margin: auto;
  max-width: 1300px;
}

#footer{
  margin-top: 50px;
  background-color: #202020;
  padding: 150px 15px 100px 15px;
  color: #909090;
  background-image: url('images/ave-footer.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

#footer a{
  color: #909090;
  transition: 0.3s ease;
}

#footer a:hover{
  text-decoration: underline;
}

#footer .copyright{
  text-align: center;
}

#footer .copyright,
#footer .copyright a{
  color: #585757;
}

.copyright p{
  margin: 0;
}

.copyright-links{
  padding-block: 25px;
}

.footer-wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: auto;
  padding-bottom: 125px;
}

.footer-wrapper h2{
  font-size: 16px;
  color: white;
  line-height: 1.5;

}

.footer-col a{
  display: block;
}

.footer-socials .social-icons{
  display: flex;
  gap: 25px;
  justify-content: center;
  padding-top: 25px;
}

.footer-socials .social-icons a svg path{
  transition: 0.3s ease;
}

.footer-socials .social-icons a:hover svg path{
  fill: white;
}

.footer-col ul{
  margin-left: 0;
}

.footer-col li{
  padding-top: 0;
}

#header{
  height: 115px;
  border-bottom: 1px solid #20202066;
}

#header .container{
  position: relative;
  max-width: 1600px;
  z-index: 50;
}

.page-node-type-frontpage #header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0;
}

#block-mytheme-main-menu .menu{
  margin: 0;
  display: flex;
  gap: 30px;
  position: absolute;
  right: 250px;
  top: 42px;
}

#block-mytheme-main-menu .menu .menu-item{
  padding: 0;
}

#block-mytheme-main-menu .menu .menu-item span{
  color: #585757;
}

#block-mytheme-main-menu .menu .menu-item span,
#block-mytheme-main-menu .menu .menu-item a{
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid transparent;
  transition: 0.4s ease;
  border-radius: 50px;
  text-transform: uppercase;
}

#block-mytheme-main-menu > .menu > .menu-item > span:hover,
#block-mytheme-main-menu > .menu > .menu-item > a:hover{
  border: 1px solid #585757;
}

.page-node-type-frontpage #block-mytheme-main-menu .menu .menu-item span, 
.page-node-type-frontpage #block-mytheme-main-menu .menu .menu-item a{
	color: white;
}

.page-node-type-frontpage #block-mytheme-main-menu > .menu > .menu-item > span:hover,
.page-node-type-frontpage #block-mytheme-main-menu > .menu > .menu-item > a:hover{
  border: 1px solid white;
}

#block-mytheme-site-branding{
  position: absolute;
  left: 15px;
  top: 22px;
}

#header .social-icons{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 15px;
  top: 48px;
}

#header .social-icons a svg path{
  fill: #585757;
}

.page-node-type-makler .content-head{
  border-bottom: 1px solid #20202066;
}

.content-head-wrapper{
  max-width: 1600px;
  margin: auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.content{
  padding: 0 15px;
}

.makler-links{
  display: flex;
  gap: 20px;
}

.makler-links a{
  padding: 13px 30px;
  border-radius: 50px;
  line-height: 1;
  transition: 0.3s ease;
}

.makler-links a:nth-child(1){
  border: 1px solid #4FCA68;
  color: white;
  background-color: #4FCA68;
}

.makler-links a:nth-child(2){
  border: 1px solid #CA4F59;
  color: white;
  background-color: #CA4F59;
}

.makler-links a:nth-child(1):hover{
  border: 1px solid #399d4d;
  background-color: #399d4d;
}

.makler-links a:nth-child(2):hover{
  border: 1px solid #971f29;
  background-color: #971f29;
}    

.makler-wrapper{
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 50px;
  padding: 50px 0;
}

.makler-wrapper .makler-right{
  max-width: 415px;
  margin: 0 0 0 auto;
}

.makler-wrapper .field--field-obrazok-makler{
  margin-bottom: 30px;
}

.makler-wrapper .field--field-e-mail,
.makler-wrapper .makler-telefon{
  font-size: 20px;
  font-family: 'inter-m', sans-serif;
}

.makler-wrapper .field--field-e-mail a:hover,
.makler-wrapper .makler-telefon:hover{
  text-decoration: underline;
}

.kontakt-webform{
  color: #202020;
  padding: 50px 0;
  max-width: 855px;
  margin: auto;
}

.kontakt-webform h2{
  font-size: 60px;
  padding-bottom: 40px;
  text-align: center;
}

.webform-submission-kontaktujte-nas-form #edit-processed-text{
  padding-bottom: 40px;
  line-height: 26px;
  color: #585757;
  text-align: center;
}

/**/

.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: 32px;
  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: #000000;
  background-color: #000000;
  background-image: url('images/tick-mark.svg');
  background-size: 17px;
  cursor: pointer;
}

/**/

.form-item-ochrana-osobnych-udajov{
  margin-bottom: 30px;
}

#edit-actions{
  text-align: center;
}

.page-user-login #main .container,
.page-user-password #main .container{
  max-width: 600px;
  padding: 100px 15px;
}

.page-user-password .user-pass input[type="text"]{
  margin-bottom: 0;
}

.field--field-kratky-popis{
  font-size: 32px;
  font-family: 'inter-m', sans-serif;
  line-height: 1.3;
  padding-bottom: 25px;
}

.makler-info-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
}

.makler-info-wrapper > div{
  width: calc(100% / 2 - 13px);
}

.makler-info-wrapper .field--field-skusenost > div:last-child,
.makler-info-wrapper .field--field-jazyky > div:last-child{
  font-family: 'inter-b', sans-serif;
}

.makler-info-wrapper .field--field-skusenost > div:first-child,
.makler-info-wrapper .field--field-jazyky > div:first-child{
  float: left;
  margin-right: 10px;
}

.makler-wrapper .field--body{
  border-bottom: 1px solid #20202066;
  padding-bottom: 30px;
}

.view-makleri-teaser .view-title,
.nehnutelnost-view-teaser .view-title{
  padding: 150px 0;
  background-image: url('images/makleri-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.view-makleri-teaser .view-title h1,
.nehnutelnost-view-teaser .view-title h1{
  text-align: center;
  color: white;
}

.view-makleri-teaser .view-content-wrapper,
.nehnutelnost-view-teaser .view-content-wrapper{
  max-width: 1600px;
  margin: auto;
  padding: 70px 15px 0 15px;
}

.view-makleri-teaser .view-content,
.nehnutelnost-view-teaser .view-content{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.view-makleri-teaser .view-content > div{
  width: calc(100% / 4 - 15px);
  border-bottom: 1px solid #20202066;
}

.makler-teaser-name{
  text-align: center;
  font-size: 20px;
  font-family: 'inter-m', sans-serif;
  padding: 10px 0;
  line-height: 1.5;
}

.makler-teaser-name a{
  color: #202020;
}

.makler-teaser-name a:hover{
  text-decoration: underline;
}

.page-node-type-frontpage .content-head{
  position: relative;
  top: 0;
  height: 100vh;
}

.paragraph--type--banner-list{
  position: relative;
}

.banner-list-text-group{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-list-text-group .field--field-banner-nadpis{
  color: white;
  font-size: 80px;
  line-height: 1.1;
  padding-bottom: 25px;
  text-align: center;
  user-select: text;
}

.banner-list-text-group .field--field-banner-popis{
  color: white;
  line-height: 1.7;
  padding-bottom: 25px;
  text-align: center;
  user-select: text;
}

.field--field-banner-link a,
.fp-ponuka .more-link a,
.button-link{
  display: inline-block;
  color: white;
  border-radius: 50px;
  border: 1px solid white;
  padding: 13px 30px;
  line-height: 1;
  transition: 0.3s ease;
}

.button-link.white-button{
  color: white;
  border: 1px solid white;
}

.fp-ponuka .more-link a,
.button-link.black-button{
  color: #202020;
  border: 1px solid #202020;
}

.field--field-banner-link a:hover,
.button-link.white-button:hover{
  background-color: white;
  color: #202020;
}

.fp-ponuka .more-link a:hover,
.button-link.black-button:hover{
  background-color: #202020;
  color: white;
}

.field--field-banner-obrazok img{
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.fp-onas-wrapper{
  padding: 100px 0;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.fp-ponuka h2,
.fp-onas-wrapper h2{
  font-size: 60px;
  color: #202020;
  padding-bottom: 10px;
}

.field--field-o-nas-text-1{
  font-family: 'inter-m', sans-serif;
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.field--field-o-nas-text-2{
  line-height: 1.7;
}

.fp-nehnutelnost-wrapper{
  padding: 100px 15px;
  text-align: center;
  background-image: url('images/nehnutelnost-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.field--field-nehnutelnost-text-1{
  color: #202020;
  font-size: 46px;
  font-family: 'hanken-m', sans-serif;
  line-height: 1.1;
}

.field--field-nehnutelnost-text-2{
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
  padding-bottom: 30px;
}

.page-node-type-page .content-head{
  max-width: 1600px;
  margin: auto;
  padding: 0 15px 25px;
}

.page-node-type-page article.node{
  padding: 75px 0 25px 0;
}

.field--field-obrazok,
.field--field-nehnutelnosti-na-mape,
.field--field-lokalita{
  padding-bottom: 30px;
}


.makler-ponuka-wrapper h2,
.nehnutelnost-text-label,
.field--field-obrazok .field-label-info,
.field--field-nehnutelnosti-na-mape .field-label-info,
.field--field-lokalita .field-label-info{
  font-family: 'hanken-m', sans-serif;
  font-size: 60px;
  line-height: 1.3;
  color: #202020;
  padding-bottom: 30px;
}

.page-node-type-page .field--field-obrazok,
.nehnutelnost-image-wrapper .field--field-obrazok > div:last-child{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-node-type-page .field--field-obrazok{
  margin-top: 50px;
}

.page-node-type-page .field--field-obrazok > div{
  width: calc(100% / 3 - 14px);
}

.nehnutelnost-kontakt-wrapper{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 75px;
}

.nehnutelnost-kontakt-wrapper > div{
  width: calc(100% / 2 - 16px);
}

.nehnutelnost-kontakt-wrapper h2{
  font-size: 50px;
  color: #202020;
  text-align: left;
  padding-bottom: 0;
}

.nehnutelnost-kontakt-wrapper .kontakt-webform{
  padding: 0;
}

.nehnutelnost-kontakt-wrapper .webform-submission-kontaktujte-nas-form #edit-processed-text{
  text-align: left;
  padding-top: 35px;
}

.nehnutelnost-kontakt-wrapper .makler-teaser-medium-label{
  font-size: 30px;
  color: #202020;
  font-family: 'inter-m', sans-serif;
  padding-bottom: 15px;
  padding-top: 40px;
}

.makler-teaser-medium-wrapper .field--field-obrazok-makler{
  padding-bottom: 23px;
}

.makler-teaser-medium-wrapper .field--field-obrazok-makler img{
  transition: 0.3s ease;
}

.makler-teaser-medium-wrapper .field--field-obrazok-makler img:hover{
  filter: grayscale(0.9);
}

.makler-teaser-medium-wrapper a:hover{
  text-decoration: underline;
}

.nehnutelnost-text-label{
  line-height: 1.1;
}

.nehnutelnost-detail{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.field--field-informacie-o-nehnutelnosti > div{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #585757;
  font-size: 22px;
  line-height: 26px;
}

.nehnutelnost-data-title{
  font-size: 60px;
  line-height: 1.2;
  color: #202020;
  font-family: 'hanken-m', sans-serif;
}

.field--field-nehnutelnost-id{
  font-size: 25px;
  color: #585757;
  font-family: 'inter-m', sans-serif;
  padding-bottom: 50px;
}

.field--field-nehnutelnost-id .field-label-info{
  float: left;
  margin-right: 10px;
}

.field--field-byt,
.field--field-izby,
.field--field-kupelne,
.field--field-parkovanie,
.field--field-cena-new,
.field--field-typ-ponuky,
.field--field-typ-nehnutelnosti,
.field--field-dispozicia,
.field--field-okres,
.field--field-obec,
.field--field-street,
.field--field-pri-dome-vymera-pozemku{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #585757;
  font-size: 22px;
  line-height: 26px;
}

.nehnutelnost-data-wrapper-inside{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.nehnutelnost-data-wrapper-inside > div{
  width: calc(100% / 2 - 50px);
}

.nehnutelnost-data-button{
  text-align: center;
  padding-top: 45px;
}

.nehnutelnost-view-teaser .view-content .views-row{
  width: calc(100% / 3 - 14px);
}

.nehnutelnost-teaser-data{
  padding: 25px;
}

.nehnutelnost-teaser-title{
  display: block;
  font-family: 'inter-m', sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #202020;
  transition: 0.3s ease;
}

.nehnutelnost-teaser-title:hover{
  color: #585757;
}

.nehnutelnost-teaser-detail-link a{
  padding-left: 45px;
  background-image: url('images/right-bold.svg');
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  transition: 0.3s ease;
}

.nehnutelnost-teaser-detail-link a:hover{
  background-position: left 5px center;
}

.gmnoprint{
  display: none;
}

.fp-ponuka h2{
  text-align: center;
}

.fp-ponuka .nehnutelnost-view-teaser{
  margin: 50px 0;
}

.fp-ponuka .more-link{
  text-align: center;
  padding-top: 50px;
}

.makler-teaser-medium-wrapper .field--field-kratky-popis{
  font-size: 22px;
  padding-bottom: 30px;
}

.makler-teaser-image{
  transition: 0.3s ease;
}

.makler-teaser-image:hover{
  filter: grayscale(1);
}

.nehnutelnost-teaser-image{
  overflow: hidden;
}

.nehnutelnost-teaser-image img{
  transition: 0.3s ease;
}

.nehnutelnost-teaser-image img:hover{
  transform: scale(1.2);
}

.description a{
  text-decoration: underline; 
}

.text-formatted ul,
.text-formatted ol{
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style-type: disc;
}

.text-formatted ol{
  list-style-type: decimal;
}

.text-formatted a{
  color: #202020;
}

.text-formatted a:hover{
  text-decoration: underline;
}

.menu-item::marker{
  content: none;
}

#block-mytheme-main-menu .menu .menu-item.menu-item--expanded{
  position: relative;
  padding-bottom: 15px;
}

#block-mytheme-main-menu .menu-item--expanded > .menu a{
  line-height: 1.3;
}

#block-mytheme-main-menu .menu-item--expanded > .menu{
  display: none;
}

#block-mytheme-main-menu .menu-item--expanded.menu-expanded-open > .menu{
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  background-color: #202020;
  left: 0;
  top: 55px;
  width: 300px;
  padding: 15px;
  border-radius: 10px;
}

#block-mytheme-main-menu .menu-item--expanded > .menu::before {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -5px;
  left: 42px;
  border-style: solid;
  background: #202020;
  transform: rotate(-45deg);
  border: none;
}

#block-mytheme-main-menu .menu-item--expanded > .menu a{
  color: white;
}

#block-mytheme-main-menu .menu-item--expanded > .menu a{
  border: none;
}

#block-mytheme-main-menu .menu-item--expanded > .menu a:hover{
  border: none;
  text-decoration: underline;
}

.fp-ponuka{
  margin-top: 100px;
}

.nehnutelnost-heading-gallery .field--field-obrazok{
  display: grid;
  gap: 25px;
  padding-top: 40px;
}

.nehnutelnost-heading-gallery .field--field-obrazok img{
  height: 100%;
  object-fit: cover;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div{
  position: relative;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div a{
  display: block;
  height: 100%;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:first-child{
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(2){
  width: 242px;
  grid-column-start: 3;
  grid-row-start: 1;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(3){
  width: 242px;
  grid-column-start: 4;
  grid-row-start: 1;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(4){
  width: 242px;
  grid-column-start: 3;
  grid-row-start: 2;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(5){
  width: 242px;
  grid-column-start: 4;
  grid-row-start: 2;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(5) a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5454548f;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(5) a::after{
  content: 'Zobraziť všetky';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-family: 'inter-m', sans-serif;
  font-size: 15px;
  border: 1px solid white;
  color: white;
  border-radius: 50px;
  padding: 15px;
  width: 180px;
  text-align: center;
  line-height: 1;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(5) a:hover::after{
  text-decoration: underline;
}

.nehnutelnost-heading-gallery .field--field-obrazok > div:nth-child(n+6){
  display: none;
}

.fp-heading-1{
  display: none;
}

.kontakt-wrapper{
  padding-top: 50px;
  display: flex;
  gap: 50px;
}

.kontakt-wrapper > div{
  width: calc(100% / 2 - 15px);
}

.kontakt-wrapper .kontakt-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kontakt-data-wrapper .field-label-info{
  font-family: 'inter-r', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #202020;
}

.kontakt-data-wrapper .field--field-e-mail-kontakt,
.kontakt-data-wrapper .field--field-telefon-kontakt,
.kontakt-data-wrapper .field--field-adresa{
  font-family: 'inter-m', sans-serif;
  line-height: 1.2;
  font-size: 32px;
  color: #202020;
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
  margin-bottom: 15px;
}

.page-node-type-kontakt .kontakt-webform{
  margin-top: 50px;
}

.kontakt-social-links{
  padding-top: 15px;
  display: flex;
  gap: 20px;
}

.field--field-o-nas{
  padding-top: 50px;
}

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

.paragraph--type--o-nas .field--field-nadpis{
  font-size: 45px;
  line-height: 1.2;
  font-family: 'hanken-m', sans-serif;
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #636363;
  color: #202020;
}

.paragraph--type--o-nas .field--field-zvyrazneny-text{
  font-family: 'inter-m', sans-serif;
  font-size: 25px;
  line-height: 1.5;
  color: #202020;
  padding-bottom: 20px;
}

.paragraph--type--o-nas .field--field-zvyrazneny-text p{
  margin: 0;
}

.paragraph--type--o-nas .field--field-text{
  color: #636363;
  font-size: 17px;
  line-height: 1.5;
}

.paragraph--type--o-nas .field--field-ocislovany-text ul{
  display: flex;
  padding: 0;
  gap: 50px;
  flex-wrap: wrap;
}

.paragraph--type--o-nas .field--field-ocislovany-text ul li{
  counter-increment: onas-counter;
  color: #202020;
  font-family: 'inter-m', sans-serif;
  font-size: 25px;
}

.paragraph--type--o-nas .field--field-ocislovany-text ul li::marker{
  content: none;
}

.paragraph--type--o-nas .field--field-ocislovany-text ul li::before{
  content: "0"counter(onas-counter);
  display: block;
  color: #EFEFEF;
  font-size: 50px;
}

.nehnutelnost-teaser-text{
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E3DF;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.nehnutelnost-teaser-text > div{
  display: flex;
  gap: 5px;
  padding: 0;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  border: 0;
  justify-content: initial;
}

.nehnutelnost-teaser-text > div > .field-label-info{
  font-family: 'inter-m', sans-serif;
  color: #202020;
}

.nehnutelnost-teaser-text > div > .field-label-info::after{
  content: ':';
}

.ajax-progress-throbber{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0;
}

.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: url(images/loader.svg) center no-repeat;
  background-size: contain;
}

.ajax-progress-throbber .message{
  display: none;
}

.nehnutelnost-text-wrapper{
  padding-top: 25px;
}

#cboxClose.cbox-close-plain{
  top: 20px;
  font-size: 18px;
}

#header .social-icons a svg #tiktok path:last-child{
  fill: white;
}

#footer .social-icons a svg #tiktok path:first-child{
  fill: #909090;
}

#footer .social-icons a:hover svg #tiktok path:first-child{
  fill: white;
}

#footer .social-icons a svg #tiktok path:last-child{
  fill: #000;
}

.footer-logo{
  text-align: center;
}

.sluzby-otazky-wrapper,
.preco-ave{
  font-family: 'inter-b', sans-serif;
  color: #202020;
}

.page-node-50 .content h2,
.page-node-24 .sluzby-proces-nazov h2{
  font-family: 'hanken-m', sans-serif;
  font-size: 45px;
  line-height: 1.2;
  color: #202020;
  padding: 30px 0;
}

.page-node-24 .sluzby-proces-nazov > p{
  color: #202020;
  font-family: 'inter-b', sans-serif;
}

.page-node-50 .sluzby-box{
  background-color: #EFEFEF;
  padding: 50px 20px;
  text-align: center;
  margin: 50px 0;
}

.page-node-50 .sluzby-box h2{
  font-size: 35px;
  padding: 15px 0 35px 0;
}

.page-node-50 .sluzby-box p{
  margin: 0 auto;
  line-height: 2;
  color: #202020;
  font-family: 'inter-b', sans-serif;
  max-width: 600px;
}

.sluzby-proces-nazov .sluzby-proces-wrapper{
  display: flex;
  gap: 30px;
}

.sluzby-proces-nazov .sluzby-proces-wrapper ul{
  width: calc(100% / 2 - 15px);
  font-family: 'inter-m', sans-serif;
  line-height: 2;
  color: #202020;
}

.sluzby-proces-nazov .sluzby-proces-wrapper ul li{
  padding-bottom: 10px;
}

.sluzby-bonus-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.sluzby-bonus-wrapper .sluzby-bonus{
  width: calc(100% / 3 - 24px);
  counter-increment: sluzby-counter;
}

.sluzby-bonus-wrapper .sluzby-bonus::before{
  content: "0"counter(sluzby-counter);
  color: #202020;
  font-family: 'hanken-m', sans-serif;
  font-size: 45px;
  background-image: url('images/arrow-right.svg');
  background-repeat: no-repeat;
  padding-right: 65px;
  background-position: right center;
  background-size: 50px;
}


.sluzby-bonus-wrapper .sluzby-bonus h3{
  font-family: 'inter-b', sans-serif;
  font-size: 29px;
  line-height: 1.5;
  color: #202020;
  padding-bottom: 15px;
}

.sluzby-bonus-wrapper .sluzby-bonus p{
  color: #636363;
}

.sluzby-bonus-wrapper .sluzby-bonus.sluzby-bonus-item-2{
  margin-top: 150px;
}

.sluzby-bonus-wrapper .sluzby-bonus.sluzby-bonus-item-4{
  margin-top: -150px;
}

.sluzby-bonus-wrapper .sluzby-bonus.sluzby-bonus-item-3{
  margin-top: 300px;
}

#edit-field-cena-value-wrapper{
  display: flex;
}

#cboxTitle{
	display: none !important;
}

.page-node-type-frontpage #header .social-icons a svg path{
	fill: white;
}

.page-node-type-frontpage #header .social-icons a svg #tiktok path:last-child{
	fill: black; 
}

.page-node-type-frontpage #header .site-logo img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.page-node-type-frontpage #header .social-icons a svg{
	background: radial-gradient(circle, black 60%, transparent 70%);
}

.scroll-down {
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(images/scroll-down2-front.png) center center no-repeat;
    background-size: 65%;
    -webkit-animation-name: scroll-down-animation;
    animation-name: scroll-down-animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    /*opacity: 0;*/
    transition: all 0.4s ease-in-out 3s;
    z-index: 9999;
    display: inline-block;
}

.scroll-wrapper{
	text-align: center;
	margin-right: 50px;
}

@-webkit-keyframes scroll-down-animation {
  0%,100% {
    bottom: 7%
  }

  50% {
    bottom: 9%
  }
}

@keyframes scroll-down-animation {
  0%,100% {
    bottom: 7%
  }

  50% {
    bottom: 9%
  }
}

.field--field-bannery .slick-arrow{
	z-index: 999;
	background-image: url('images/chevron-slider-white.svg');
	background-repeat: no-repeat;
    color: transparent;
    background-color: initial;
    border: none;
    background-size: 85px;
    height: 85px;
    padding: 15px;
    width: 85px;
    position: absolute;
	top: 50%;
	transition: background 0.3s ease;
}

.field--field-bannery .slick-arrow:hover{
	background-image: url('images/chevron-slider-grey.svg');
}

.field--field-bannery .slick-prev.slick-arrow{
	left: 35px;
	transform: rotateY(180deg);
}

.field--field-bannery .slick-next.slick-arrow{
	right: 35px;
}