@charset "UTF-8";
/*
Theme Name: MOHAC500
Version: 99999999.7
*/
html {
  box-sizing: border-box;
  background-color: #f4f1ec;
}
body {
  font-size: 18px;
  /* color: white; */
  /* background-color: #f4f1ec; */
  /* background-color: #19222d; */
  transition: all .4s;
}


*, *:before, *:after {
  box-sizing: inherit;
}
ol, ul {
  padding: 0;
}


@font-face {
  font-family: "SNG Sans";
  src: url("fonts/SNGSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SNG Sans";
  src: url("fonts/SNGSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SNG Sans";
  src: url("fonts/SNGSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SNG Sans";
  src: url("fonts/SNGSans-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}




body, label, input, textarea, h1, h2, h3, h4, h5, h6, p, ol, li, ul, dl, dd, blockquote, figure, body {
  padding: 0;
  margin: 0;
  font-family:'SNG Sans', 'Helvetica', 'Arial', sans-serif;
  color: #5aa6d1;
  /* color: red; */
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-weight: 300; */
  font-size: 1.2rem;
  line-height: 1.7rem;
}

body:before {
    content:"";
    display:block;
    width:100px;
    height:100px;
    position:fixed;
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image:url(http://mohac500.sk/wp-content/uploads/2026/05/loading.gif;);
    background-size:contain;
    transition: all .3s;
    opacity:0;
    visibility: hidden;
    }


body:after {
    content:"";
    display:block;
    width:100vw;
    height:100vh;
    background-color: #f4f1ec;
    position:fixed;
    position: fixed;
    z-index: 9999991;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    background-size:contain;
    transition: all .3s;
    opacity:0;
    visibility: hidden;
    bottom: 0;
    top: 0;
    left: 0;
    }

body.loading:after {opacity:1; visibility:visible}
body.loading:before {opacity:1; visibility:visible}


#mhead {
    padding: 20px;
    text-align: left;
    position: fixed;
    background-color: white;
    width: 100vw;
    z-index: 9999;
    transition: all .3s;
    font-size: 0;
}

#page #content {padding-top: 110px;}

.fixedheader #mhead {position:fixed;box-shadow: 1px 1px 78px rgba(0,0,0,0.2);}
.logo {background-image:url(http://mohac500.sk/wp-content/uploads/2026/05/logo-mohac-500.svg);display:block;height: 70px;width: 200px;/* margin: 0px auto; */background-repeat:no-repeat;background-size:contain;background-position: left;/* max-width: 450px; */transition: all .3s;/* margin-bottom: 10px; */display: inline-block;vertical-align: middle;}



a {color:#5aa6d1; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline}

.tile-poster {
  --tile: 104px;   /* was 52px → now 2× width */
  --gap: 6px;
  --bg: #f4f1ec;
  --blue: #5aa6d1;
  position: relative;
  width: 100%;
  height: 100vh;
  /* background: var(--bg); */
  overflow: hidden;
}

.loadinggg .logo {/* opacity:0; */background-image: url(http://mohac500.sk/wp-content/uploads/2026/05/logo-mohac-500-black.svg);}
.loadinggg .tile {opacity:10;}
.loadinggg .copy {opacity:0;}

.loadinggg .partneri {/* opacity:0; */}
.loadinggg {background-color: black}
.loadinggg .copy {color:white;opacity:1;z-index: 99999;}
.loadinggg .logo-copy {opacity:0;}




.tile-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), var(--tile));
  grid-template-rows: repeat(var(--rows), var(--tile));
  gap: var(--gap);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  z-index: 0;
}

.tile {
  width: var(--tile);
  height: var(--tile);
  background-size: cover;
  background-position: center;
  transition: background-image 0.6s ease;
  transition: all .3s;
}

/* 4 image variants */
.i1 { background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image1.png"); }
.i2 { background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image2.png"); }
.i3 { background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image3.png"); }
.i4 { background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image4.png"); }

/* transparent tiles (holes) */
.tile.is-hole {
  background: transparent !important;
}

.copy {
  position: absolute;
  z-index: 5;
  color: var(--blue);
  background: var(--bg);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.copy-inner {
  display: inline-block;
  background: var(--bg);
  padding: .08em .18em;
}

.title-copy {
  right: 8vw;
  top: 30vh;
  font-size: clamp(42px, 6vw, 90px);
  line-height: .9;
}

.date-copy {
  left: 8vw;
  bottom: 18vh;
  font-size: clamp(38px, 5vw, 80px);
  line-height: 1.05;
}

.info-copy {
  right: 28vw;
  bottom: 10vh;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.3;
  padding: 6px 12px;
}

.logo-copy {
  left: 8vw;
  top: 35vh;
  background: transparent;
}

.logo-box {
  display:block;
  width: 82px;
  height: 82px;
  /* background: var(--bg); */
  /* border: 4px solid var(--blue); */
  box-sizing: border-box;
  background-image: url(http://mohac500.sk/wp-content/uploads/2026/05/logo-sng.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: var(--tile);
  height: var(--tile);
  
  @charset "UTF-8";
/*
Theme Name: MOHAC500
Version: 99999999.7
*/
  html {
  box-sizing: border-box;
  background-color: #f4f1ec;
}
  body {
  font-size: 18px;
  color: white;
  /* background-color: #f4f1ec; */
  /* background-color: #19222d; */
}
*, *:
  before, *:after {
  box-sizing: inherit;
}
  ol, ul {
  padding: 0;
}
  @font-face {
  font-family: "SNG Sans";
  src: url("../fonts/SNGSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
  @font-face {
  font-family: "SNG Sans";
  src: url("../fonts/SNGSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
  @font-face {
  font-family: "SNG Sans";
  src: url("../fonts/SNGSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
  @font-face {
  font-family: "SNG Sans";
  src: url("../fonts/SNGSans-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
  body, label, input, textarea, h1, h2, h3, h4, h5, h6, p, ol, li, ul, dl, dd, blockquote, figure, body {
  padding: 0;
  margin: 0;
  font-family:'SNG Sans', 'Helvetica', 'Arial', sans-serif;
  /* color: #f3f3f3; */
  /* color: red; */
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-weight: 300; */
  font-size: 1.2rem;
  line-height: 1.7rem;
}



#mhead {}
.logo {
  background-image:url(http://mohac500.sk/wp-content/uploads/2026/05/logo-mohac-500.svg);
  display:block;
  height:100px;
  width: 40%;
  margin:30px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  max-width: 430px;}






.tile-poster {
  --tile: 104px;   /* was 52px → now 2× width */
  --gap: 6px;
  --bg: #f4f1ec;
  --blue: #5aa6d1;
  position: relative;
  width: 100vw;
  height: 100vh;
  background: var(--bg);
  overflow: hidden;
  
}


.tile-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), var(--tile));
  grid-template-rows: repeat(var(--rows), var(--tile));
  gap: var(--gap);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  z-index: 0;
}

.tile {
  width: var(--tile);
  height: var(--tile);
  background-size: cover;
  background-position: center;
  transition: background-image 0.6s ease;
}

/* 4 image variants */
.i1 {
  background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image1.png"); }
.i2 {
  background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image2.png"); }
.i3 {
  background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image3.png"); }
.i4 {
  background-image: url("http://mohac500.sk/wp-content/uploads/2026/05/image4.png"); }

/* transparent tiles (holes) */
.tile.is-hole {
  background: transparent !important;
}

.copy {
  position: absolute;
  z-index: 5;
  color: var(--blue);
  background: var(--bg);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.copy-inner {
  display: inline-block;
  background: var(--bg);
  padding: .08em .18em;
}

.title-copy {
  right: 8vw;
  top: 30vh;
  font-size: clamp(42px, 6vw, 90px);
  line-height: .9;
}

.date-copy {
  left: 8vw;
  bottom: 18vh;
  font-size: clamp(38px, 5vw, 80px);
  line-height: 1.05;
}

.info-copy {
  right: 28vw;
  bottom: 10vh;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.3;
  padding: 6px 12px;
}

.logo-copy {
  left: 8vw;
  top: 45vh;
  background: transparent;
}

.logo-box {
  display:block;
  width: 82px;
  height: 82px;
  /* background: var(--bg); */
  /* border: 4px solid var(--blue); */
  box-sizing: border-box;
  background-image: url(http://mohac500.sk/wp-content/uploads/2026/05/logo-sng.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
  @media (max-width: 768px) {
  .tile-poster {
     .tile-poster 
    --tile: 72px;  /* was 36px → doubled */
  --gap: 4px;
  
  }

  .tile-grid {
  padding: 20px;
  }

  .title-copy {
  top: 25vh;
  right: 6vw;
  font-size: clamp(34px, 10vw, 60px);
  }

  .date-copy {
  left: 6vw;
  bottom: 20vh;
  }

  .logo-copy {
  left: 6vw;
  top: 50vh;
  }

  .logo-box {
  width: 36px;
  height: 36px;
  }

  .info-copy {
  left: 6vw;
  right: auto;
  bottom: 8vh;
  }
}




.copy {
  position: absolute;
  z-index: 5;
  color: var(--blue);
  background: transparent;
  padding: 0;
  /* pointer-events: none; */
}

.copy-inner {
  background: transparent;
  padding: 0;
}

.tile.is-hole {
  background: transparent !important;
}


.partneri {
  margin: 4vw;};
}



.tile-grid.is-building {
  opacity: 0;
}

.tile-grid {
  transition: opacity 0.2s ease;
}



@media (max-width: 768px) {
  .tile-poster {
     .tile-poster
     --tile: 72px;  /* was 36px → doubled */
     --gap: 4px;
     f;
     --tile: 40px;
  }

  .tile-grid {
    padding: 20px;
  }

  .title-copy {
    top: 25vh;
    right: 6vw;
    font-size: clamp(34px, 10vw, 60px);
  }

  .date-copy {
    left: 6vw;
    bottom: 20vh;
  }

  .logo-copy {
    left: 6vw;
    top: 50vh;
  }

  .logo-box {
    width: 36px;
    height: 36px;
  }

  .info-copy {
    left: 6vw;
    right: auto;
    bottom: 8vh;
  }
}




.copy {
  position: absolute;
  z-index: 5;
  color: var(--blue);
  background: transparent;
  padding: 0;
  /* pointer-events: none; */
  transition: all .3s;
}

.copy-inner {
  background: transparent;
  padding: 0;
  transition: all .3s;
}

.tile.is-hole {
  background: transparent !important;
}


.partneri {transition: all .4s;margin: 4vw;/* opacity: 0; *//* background-image: url(http://mohac500.sk/wp-content/uploads/2026/05/loga-black.svg); *//* background-size: contain; */}

footer span {text-align:center;padding: 0px 20px 50px 20px;text-align:center;font-size:.8rem;display:block}
footer span:before {content:""; display:block; width:40px; height:40px; background-image:url(https://mohac500.sk/wp-content/uploads/2026/05/logo-sng.svg); margin:20px auto}
.exhibition-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
}

.exhibition-kicker {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.exhibition-section h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
}

.exhibition-info {
  margin: 0 0 32px;
}

.exhibition-info div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.exhibition-info dt {
  font-weight: 700;
}

.exhibition-info dd {
  margin: 0;
}

.exhibition-text p {
  margin: 0 0 18px;
}

@media (max-width: 600px) {
  .exhibition-info div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}





.calendar-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
}

.calendar-section p {margin-bottom:20px}

.calendar-section h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
}

.calendar-item {
  border-top: 1px solid;
  padding: 18px 0;
}

.calendar-item a {text-decoration:underline}


.calendar-item h4 {margin:20px 0px}

.calendar-item:last-child {
  border-bottom: 1px solid #ddd;
}

.calendar-item summary {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
}

.calendar-item img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 20px 0 8px;
  display: none;
}

.image-caption {
  margin: 0 0 20px;
  font-size: 0.9rem;
  line-height: .9rem;
  opacity: 0.75;
  display: none;
}

.calendar-item h3 {
  margin: 20px 0 8px;
  /* color: black; */
}

.calendar-item p,
.calendar-item ul {
  margin: 0 0 16px;
}

.calendar-item ul {
  padding-left: 20px;
}

.calendar-item ul li {
    margin: 15px;
}

.calendar-item ul li b {display:block;line-height:2rem;margin: 9px auto;/* display: inline-block; *//* margin: 20px; */border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.calendar-item ul li b:after {content:""; display:block; clear:both;}
.calendar-item ul li  br {margin-bottom:20px; display:block;}

.calendar-item summary {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  list-style: none;
  font-size: 1.25rem;
  font-weight: 700;
}

.calendar-item summary::-webkit-details-marker {
  display: none;
}

.calendar-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

.calendar-item[open] summary::after {
  content: "−";
}



.js-active-bg {
  background: transparent;
  transition: background-color 0.4s ease;
}

.is-active {
  background: #fff;

}



#mhead.hide {margin-top:-200px; }




.hmx-collage {
  position: relative;
  padding: 40px 0 100px;
  text-align: center;
}

.hmx-collage__label {
  margin: 50px auto;
}

.hmx-collage__label h3 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
}

.hmx-collage__label p {
  margin: 0;
}

/* GRID */
.hmx-collage__grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;

  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 92px;
  gap: 22px;
}

/* CARD */
.hmx-i {
  display: block;
  overflow: hidden;
  border-radius: 0;
  transform: translateZ(0);
  position: relative;
}

/* IMAGE */
.hmx-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.6s ease;
}

.hmx-i em {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: .7rem;
    line-height: .9rem;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
    color: #fff;
}
.hmx-i:hover img {
  transform: scale(1.2);
}

/* DESKTOP COLLAGE LAYOUT */
.hmx-i1 {
  grid-column: 3 / span 7;
  grid-row: 1 / span 3;
}

.hmx-i2 {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}

.hmx-i3 {
  grid-column: 10 / span 2;
  grid-row: 2 / span 2;
}

.hmx-i4 {
  grid-column: 2 / span 3;
  grid-row: 4 / span 3;
}

.hmx-i5 {
  grid-column: 5 / span 5;
  grid-row: 4 / span 3;
}

.hmx-i6 {
  grid-column: 10 / span 3;
  grid-row: 4 / span 4;
}

/* NEW 7TH IMAGE */
.hmx-i7 {
  grid-column: 5 / span 5;
  grid-row: 7 / span 4;
}


.hmx-i8 {
  grid-column: 1 / span 4;
  grid-row: 7 / span 3;
}


.hmx-i9 {
  grid-column: 1 / span 4;
  grid-row: 13 / span 3;
}


.hmx-i10 {
  grid-column: 2 / span 3;
  grid-row: 10 / span 3;
}



.hmx-i11 {
  grid-column: 10 / span 2;
  grid-row: 8 / span 2;
}


.hmx-i12 {
  grid-column: 5 / span 3;
  grid-row: 11 / span 3;
}

.hmx-i13 {
  grid-column: 10 / span 3;
  grid-row: 10 / span 2;
}

.hmx-i14 {
  grid-column: 8 / span 2;
  grid-row: 11 / span 3;
}

.hmx-i15 {
  grid-column: 10 / span 2;
  grid-row: 12 / span 2;
}

.hmx-i16 {
  grid-column: 5 / span 5;
  grid-row: 14 / span 3;
}



/* MOBILE */
@media (max-width: 820px) {

  .hmx-collage {
    padding: 28px 0 60px;
  }

  .hmx-collage__label {
    margin: 0 auto 30px;
    padding: 0 16px;
  }

  .hmx-collage__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 14px;
  }

  /* MOBILE STACK */
  .hmx-i1 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hmx-i2,
  .hmx-i3,
  .hmx-i5,
  .hmx-i6 {
    grid-column: auto;
    grid-row: auto;
  }

  .hmx-i4,
  .hmx-i7 {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}


/* MOBILE */
@media (max-width: 820px) {
  .hmx-collage {
    padding: 28px 0 60px;
  }

  .hmx-collage__label {
    margin: 0 auto 30px;
    padding: 0 16px;
  }

  .hmx-collage__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
    gap: 14px;
  }

  .hmx-i {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .hmx-i img {
    transform: scale(1.05);
  }

  .hmx-i:hover img {
    transform: scale(1.1);
  }

  .hmx-i em {
    font-size: 0.62rem;
    line-height: 0.78rem;
    padding: 8px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {
  .hmx-collage__grid {
    grid-auto-rows: 145px;
    gap: 10px;
    padding: 0 10px;
  }
}







#content {transition: all .3s; opacity:1}
.loading #content { opacity:0}




.clicked .lines-button {right: 0px;position: absolute;width: 93px;/* text-align: center; */top: -10px;background: #50bdad;margin-right: initial;}
.lines-button:before {/* content:"Menu"; */position:absolute;margin-left: -70px;color: white;font-size: 1rem;text-transform: lowercase;margin-top: -3px;}
/* ====================== lines button ==================================================*/
.lines-button {
    padding: 0;
    /*! transition: .7s; */
    cursor: pointer;
    user-select: none;
    /* border-radius: .57143rem; */
/* */
    background: transparent;
    border: none;
    position: absolute;
    /* z-index: 999999999999999991; */
    outline: none;
    margin-left: 0;
    /*! padding-top: 16px; */
    width: 50px;
    /*! height: 8vh; */
    min-height: 50px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: right;
    transition: all .5s;
    z-index: 9;
    /* margin-top: 17px; */
    right: 15px;
    top: 25px;
    /* display: block!important; */
    display: none;
}




.lines-button:hover {
    opacity: 1;
    /* border-bottom: 1px solid #4ABDAB; */
    /* background: white; */
}

.lines-button:active {
    transition: 0;
}

.clicked .lines,.clicked .lines:before,.clicked .lines:after {
    background: #fff;
}

.lines {
    display: inline-block;
    width: 31px;
    height: 2px;
    background: rgba(40,40,40,1);
    background: #5aa6d1;
    opacity: 0;
    border-radius: 0;
    /*! transition: .5s; */
    position: relative;
    /* left: 7px; */
    opacity: 1;
    /* top: -4px; */
    /* box-shadow: 1px 1px rgba(0,0,0,0.4); */
}

.lines:before,.lines:after {
    display: inline-block;
    width: 23px;
    height: 2px;
    /* background: #176ef8; */
    background: #5aa6d1;
    border-radius: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
    /* background: rgba(40,40,40,1); */
    /* left: 40px; */
    /* box-shadow: 1px 1px rgba(0,0,0,0.4); */
}

.lines:before {
    top: 8px;
}

.lines:after {
    top: -8px;
}

.lines-button:hover .lines:before {
   /* width: 29px; */
}

.lines-button:hover .lines:after {
 /* width:36px; */
}

.lines-button.closed {
    /* -webkit-transform: scale3d(0.8,0.8,0.8); */
    /* transform: scale3d(0.8,0.8,0.8); */
}



.lines-button.arrow.closed .lines:before,.lines-button.arrow.closed .lines:after {
    top: 0;
    width: 2.22222rem;
}

.lines-button.arrow.closed .lines:before {
    -webkit-transform: rotate3d(0,0,1,40deg);
    transform: rotate3d(0,0,1,40deg);
}

.lines-button.arrow.closed .lines:after {
    -webkit-transform: rotate3d(0,0,1,-40deg);
    transform: rotate3d(0,0,1,-40deg);
}

.lines-button.arrow-up.closed {
    -webkit-transform: scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
    transform: scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
}

.lines-button.minus.closed .lines:before,.lines-button.minus.closed .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 4rem;
}

.lines-button.x.closed .lines {
    background: transparent;
    box-shadow: 0px 0px 0px;
}

.lines-button.x.closed .lines:before,.lines-button.x.closed .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 22px;
    margin-left: 3px;
}

.lines-button.x.closed .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    background-color: #5aa6d1;
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.closed .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    background-color: #5aa6d1;
    color: #5aa6d1;
}

.lines-button.x2 .lines {
    transition: background .3s .5s ease;
}

.lines-button.x2 .lines:before,.lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}

.lines-button.x2.closed .lines {
    transition: background .3s 0 ease;
    background: transparent;
}

.lines-button.x2.closed .lines:before,.lines-button.x2.closed .lines:after {
    transition: top .3s ease,-webkit-transform .3s .5s ease;
    transition: top .3s ease,transform .3s .5s ease;
    top: 0;
    width: 4rem;
}

.lines-button.x2.closed .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.closed .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}






.lines-button.closed {/* left: 50%; *//* margin-left: -27px; *//* position: fixed; */z-index: 9999;/* background-color: white; *//* border-radius: 100%; */padding-left: 18px;/* box-shadow: 1px 1px 100px rgba(0,0,0,0.5); */}
.lines-button.closed:hover {}
.lines-button.closed:hover .lines:before, .lines-button.closed:hover .lines:after {/* background-color:#0bdbc0; */}
.lines-button.closed:before {/* content:"zatvor menu"; */margin-left: -110px;margin-top: -5px;text-align: left;/* color: white; */}
/**/

.switcher {position:absolute;z-index:99999;font-size: 1rem;right: 0px;top: 42px;border-left: 1px solid rgba(0,0,0,0.1);padding-left: 19px;right: 20px;}
#site-navigation {
    display: inline-block;
    text-align: right;
    width: calc(100% - 200px);
    vertical-align: middle;
    transition: all .3s;
    padding-right: 40px;
}
#site-navigation li {
    list-style-type: none;
    display: inline-block;
}
#site-navigation a {
    padding: 20px;
}
a.zvolensky:before {content:"";display:inline-block;width: 80px;height:40px;background-image:url(http://mohac500.sk/wp-content/uploads/2026/06/zvolen.svg);background-repeat: no-repeat;background-position: center;vertical-align: middle;margin-right: 10px;}





.program-section {
  padding: 80px 20px;
  background: #f4efe6;
}

.program-container {
  max-width: 1080px;
  margin: 0 auto;
}

.program-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  /* color: #8b5e34; */
  text-align: center;
}

.program-kicker:before {content:"";width:200px;height: 140px;display:block;background-image: url(http://mohac500.sk/wp-content/uploads/2026/06/zvolen.svg);background-repeat: no-repeat;background-position: center;/* background-color: red; */margin: 0px auto;}

.program-title {
  margin: 0 0 40px;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1;
  /* color: #2b2118; */
  text-align: center;
}

.program-timeline {
  position: relative;
  display: grid;
  gap: 24px;
}

.program-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 150px;
  width: 1px;
  background: rgba(43, 33, 24, 0.2);
}

.program-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 60px;
  align-items: start;
}

.program-card::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 144px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8b5e34;
  border: 4px solid #f4efe6;
  z-index: 1;
}

.program-date {
  padding-top: 18px;
  color: #2b2118;
}

.program-date strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.program-date span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(43, 33, 24, 0.68);
}

.program-content {
  padding: 28px;
  background: #fffaf2;
  /* border: 1px solid rgba(43, 33, 24, 0.12); */
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(43, 33, 24, 0.08);
}

.program-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(139, 94, 52, 0.12);
  color: #8b5e34;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.program-content h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
  /* color: #2b2118; */
}

.program-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(43, 33, 24, 0.78);
}

.program-content p + p {
  margin-top: 12px;
}

.program-speaker {
  font-weight: 700;
  color: #2b2118 !important;
}

.program-card-highlight .program-content {
  /* border-color: rgba(139, 94, 52, 0.35); */
}

.program-reservation {
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(139, 94, 52, 0.1);
}

.program-reservation strong,
.program-reservation span {
  display: block;
}

.program-reservation strong {
  margin-bottom: 6px;
  color: #2b2118;
}

.program-reservation a {
  /* color: #8b5e34; */
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .program-section {
    padding: 56px 18px;
  }

  .program-timeline::before,
  .program-card::before {
    display: none;
  }

  .program-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .program-date {
    padding-top: 0;
  }

  .program-content {
    padding: 22px;
    border-radius: 16px;
  }
}

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

  .lines-button {display:block}
  #site-navigation {
    display: block;
    text-align: left;
    width: 100%;
    max-height: 0;
    overflow: hidden;
}
  #site-navigation a {
    display: block;
    padding: 20px 0px;
}
  #site-navigation li {
    display: block;
}

  .shrink #site-navigation {max-height:400px}

.switcher {right: 70px;border-right: 1px solid rgba(0,0,0,0.1);padding-right: 20px;border-left: 0;}
  
}


.en {display:none}


.page-id-28 .en {display: block;}
.page-id-28 .sk {display:none}



.glightbox-clean .gslide-title {
    /* min-width: 0; */
    /* white-space: normal; */
    overflow-wrap: break-word;
    font-size: .8rem!important;
    padding: 0;
    margin-bottom: 0!important;
    display: block!important;
    }