html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    background-image: url(bg.jpg);
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: black;
    opacity: 1;
    font-family: "Helvetica Neue", arial;
    font-weight: 300;
}
a {
    color: black;
}
section#about a {
  text-decoration: none;
  background: rgba(70, 229, 139, 0.5);
}
h1 {
    display: none;
}
section#intro {
    height: 100%;
    background-image: url(DSC_0248.jpg);
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media only screen and (max-device-width : 667px) {
    section#intro {
      background-attachment: scroll;
    }
}

section#about {
    min-height: 90%;
    text-align: center;
    background: white;
}

section#concept {
  text-align: center;
}
#lang {
    position: absolute;
    top: 0;
    left: 1rem;
    color: white;
    line-height: 57px;
}
nav#nav_top {
    position: absolute;
    top: 0;
    right: 1rem;
    color: white;
}
nav#nav_fixed {
  float: right;
  margin: 0;
  margin-right: 21px;
  height: 57px;
  line-height: 57px;
}

nav#nav_fixed a {
  color:black !important;
}

#nav_ct {
  height: 57px;
  line-height: 57px;
  margin-right: 132px;
}

#nav_fb, #nav_tw, #nav_ig {
  position: absolute;
  display: inline-block;
  top: 16.5px;
  right: 90px;
}

#nav_tw {
  right: 45px;
}

#nav_ig {
  right: 0;
}

nav a {
  text-decoration: none;
}

#intro #lang a, #intro nav a {
    text-decoration: none;
    color: white;
}

#lang a:hover, nav a:hover {
    text-decoration: underline;
}


.not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}
#about {
    border-bottom: 4px solid white;
}
#about p, #concept p {
    font-size: 1.5em;
    margin: 4em 10em;
}
@media screen and (max-width: 1250px) {
    #about p {
        margin: 4em 4em;
    }
}
@media screen and (max-width: 510px) {
    #about p {
        margin: 4em 2em;
    }
}
#about img {
    margin-right: 1em;
}
.logo {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-image: url("logo-t12.png");
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: center;
    background-position: center;
    display: block;
    height: 288px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -144px;
}
.logo-min {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("lg_m.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    display: block;
    /*
          width:189px; */

    width: 100%;
    height: 57px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    opacity: 0;
}
#footer {
    text-align: center;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 47px;
    display: block;
    padding: 20px 0 10px 0;
    background: rgba(70, 229, 139, 0.5);
    color: #333;
    position: fixed;
}
.f-bottom {
    position: absolute;
    bottom: 0;
}

img#icn1 {
    /*margin: 10rem;
    margin-top: 5rem;*/
    margin: 0;
}

#map {
    width: 100%;
    min-height: calc(100% - (57px));
}

#contact {
    width: 100%;
    min-height: 100%;
    background-image: url(./bg-contact.jpg);
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.show-hides {
    width: 840px;
    margin: 0 auto;
    margin-bottom: 10rem;
}
@media screen and (max-width: 840px) {
    .show-hides {
        width: 420px !important;
    }
}
.show-hides > div {
    float: left;
    margin: 0 5px;
    padding: 0;
    width: 200px;
}
#concept .show-hides img, #about .show-hides img {
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}
#concept .show-hides div.detail, #about .show-hides div.detail  {
    margin: 0.5em !important;
    font-size: 1em !important;
    text-align: left;
}
#social {
    float: right;
}
#social a {
    display: inline-block;
    margin-top: 16.5px;
    margin-right: 16.5px;
}
em {
    color: rgba(33, 176, 115, 1);
}
.show-hides .more-info {
    margin: 1em 0;
    display: inline-block;
    cursor: pointer;
    color: rgba(33, 176, 115, 1);
    border-bottom: 1px dashed;
}
show-hides .more-info:hover {
    border: 0;
}
.detail ul {
    margin: 0;
    padding: 0 0 0 20px
}
.detail ul,
.detail li {
    list-style-type: square;
}
#concept .detail p {
    font-size: 1em;
    margin: 0 0 1em 0;
}
#tel {
    float: right;
    line-height: 58px;
    margin-right: 16.5px;
}
.note {
    font-style: italic;
}

#contact_info {
  background:white;
}
#contact_info > div {
  margin: auto;
  padding:2rem 0;
  color:gray;
  display:table;
}

dl.base {
  float: left;
  margin:0;
  margin-left:2rem;
}

dl.base dt {
  width: 4rem;
  display: inline-block;
  font-weight:bold;
  text-align:right;
  margin-right:1rem
}

dl.base dd {
  display: inline;
  margin:0;
}

dl.base dd:after {
  content:"\A";
  white-space:pre;
}

dl#opening_hours {
  margin:0;
}

dl#opening_hours dt {
  width: 6rem;
}




/* rooms */
#space {
  background-color: white;
  padding-bottom: 2rem;
}

#space .container {
  padding-bottom: 1rem;
}

#space #r_5 {
  margin-bottom: 0;
}



#space .container .head {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  text-align: center;
  cursor: pointer;
}

#space h2, #events h2, #concept h2 {
  margin: 0;
  padding: 2rem;
  text-align: center;
  font-size: 30px;
}
#space h3 {
  font-size: 30px;
}

#space .container .head h3 {
  background: white;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-weight: 300;
  margin:0;
  /*margin-top: -1rem;*/
  /*width: 240px;*/
  margin-top: 10.2rem;
}

#space .container .content {
  padding: 4rem 2rem 4rem 2rem;
}
#space .container .content .description {
  /*column-count: 2;*/
  width: 50%;
  float: left;
  padding-right: 2rem;
  box-sizing: border-box;
}

#r_1.container .content .description {
  width: 30%;
}

#space .container .content .description p {
  margin-top: 0;
  padding-top: 0;
}

#space .container .content ul {
  width: 50%;
  padding-left: 0;
  list-style: none;
}

#space .container .content ul li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  padding-bottom: 0.8rem;
}

#space .container .content ul li:before {
  content: "• ";
  padding-right: 0.8rem;
  color: rgba(33, 176, 115, 1);
}

#space .container .content .gallery  {
  /*margin-top: 3rem;*/
  width: 50%;
  float: left;
}
#r_1.container .content .gallery {
  width: 70%;
}

#space .container .content .gallery::after {
  clear: both;
}

#space .container .content .gallery a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
#space .container .content .gallery img {
  opacity: 0.8;
}
#space .container .content .gallery a:hover img {
  opacity: 1;
}

#space #r_1 .head {
    background-image: url('images/rooms/r_1.jpg');
}
#space #r_2 .head {
    background-image: url('images/rooms/r_2.jpg');
}
#space #r_3 .head {
    background-image: url('images/rooms/r_3.jpg');
}
#space #r_4 .head {
    background-image: url('images/rooms/r_4.jpg');
}
#space #r_5 .head {
    background-image: url('images/rooms/r_5.jpg');
}

/* event */

#events {
  padding-top: 57px;
  background: rgb(227,227,227);
  border-bottom: 4px solid white;
}

.event {
  margin: 2rem 10rem 0rem 10rem;
  text-align: center;
  border-top: 4px solid white;
  padding-top: 2rem;
  position: relative;
}

.event:last-of-type {
  margin-bottom: 2rem;
}


.event p.time {
  text-align:left;
  position: absolute;
  top: 0;
  margin-top: calc(25px - 0.5rem);
  margin-left: calc(75px - 0.5rem);
}


.ev-film {
    background-image: url("./ikony/ev-film.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ev-discuss {
    background-image: url("./ikony/ev-discuss.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ev-game {
    background-image: url("./ikony/ev-game.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ev-workshop {
    background-image: url("./ikony/ev-workshop.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ev-puzzle {
    background-image: url("./ikony/ev-puzzle.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* concept */
#concept {
  padding-top: 57px;
  background: rgb(227,227,227);
  border-bottom: 4px solid white;
}

@media screen and (max-width: 850px) {
    #icn1 {
        width: 90%;
        margin: 0;
    }
}
@media screen and (max-width: 500px) {
    #tel {
        margin-right: 8px;
    }
    #social a {
        margin-right: 8px;
    }
    #space .container .content ul {
      width: 100%;
      box-sizing: border-box;
    }
}
