:root {
  --dim-grey: #474747;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #474747;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 2vw;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

.section-wide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 30px;
  display: flex;
}

.section-wide.hero {
  background-image: url('../images/93301659-f274-4d62-9897-35ca5dcad59c_3.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.section-wide.hero.languagebetween {
  background-image: url('../images/TitleBg_comp.jpg');
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-wide.hero.languagebetween2 {
  background-image: url('../images/NG_Animation_SabrinaRosenheim08.jpg');
  margin-left: auto;
  margin-right: auto;
}

.section-wide.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.section-wide.gallery.hide {
  display: none;
}

.section-wide.about {
  width: 100%;
  height: 100%;
  padding-top: 92px;
}

.section-wide.video {
  height: 100%;
  min-height: 100vh;
}

.section-wide.footer {
  color: #bebebe;
  height: 150px;
}

.section-wide.gallerysingle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.section-wide.gallerysingle.hide {
  display: none;
}

.section-wide.text {
  height: 300px;
  position: relative;
}

.section-wide.diffspace1, .section-wide.diffspace2 {
  height: 80vh;
}

.painting {
  max-width: 70vw;
  max-height: 60vh;
}

.painting.painting-duo {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.painting.big {
  max-width: 80vw;
  max-height: 80vh;
}

.text-container {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #5c5c5c;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-container {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.home-link-container {
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 300;
  text-decoration: none;
}

.menu-link {
  text-align: center;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.text-block, .text-block-2 {
  text-align: center;
}

.title-container {
  padding: 22px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.heading {
  color: #000;
  font-style: italic;
  font-weight: 300;
}

.video-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  margin-bottom: 65px;
  display: flex;
}

.about-container {
  width: 100%;
  max-width: 700px;
  margin-left: 17px;
  margin-right: 17px;
  padding-left: 5px;
  padding-right: 5px;
}

.about-container.cit {
  margin-top: 18px;
  margin-bottom: 35px;
}

.animation-dropdown-container {
  opacity: 1;
  background-color: #ffffffa3;
  flex-direction: column;
  width: 150px;
  transition: transform .4s, opacity .4s;
  display: flex;
  position: absolute;
  inset: 70px 42px auto auto;
  transform: translate(0);
}

.animation-dropdown-container.hide {
  opacity: 0;
  transform: translate(0, -200px);
}

.navbar-top-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-link-animation {
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.centered {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 15px;
}

.small-arrow-down {
  opacity: .5;
  justify-content: center;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 30px;
}

.hamburger-container, .hamburger-dropdown-menu {
  display: none;
}

.hamburger-line {
  width: 30px;
  height: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-link-animation-hamburger {
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.video-vimeo {
  width: 100%;
  max-width: 500px;
}

.video-vimeo.vertical {
  max-width: 300px;
}

.video-vimeo-container {
  width: 301px;
  height: 100%;
}

.text-container-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70vw;
  display: grid;
}

.instagram-link {
  width: 30px;
}

.instagram-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
}

.video-embed-small {
  display: none;
}

.div-block {
  max-width: 70vw;
  max-height: 60vh;
}

.div-block.big {
  max-width: 80vw;
  max-height: 80vh;
}

.mailchimp-big {
  display: block;
}

.youtube-container-div {
  width: 600px;
  height: 340px;
}

.subititle {
  font-size: 15px;
  line-height: 24px;
}

.anno-section {
  border-top: 1px solid #000;
  flex-flow: row;
  width: 100vw;
  margin-top: 80px;
  padding: 30px;
}

.anno-txt {
  text-align: left;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.citazione-nome {
  text-align: right;
}

.heading-2 {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .section-wide.gallery, .section-wide.gallerysingle {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 100%;
    padding: 0;
  }

  .video-vimeo {
    width: 100vw;
    max-width: 640px;
  }

  .youtube-container-div {
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-wide {
    padding: 26px;
  }

  .painting {
    max-width: 90vw;
    max-height: 50vh;
  }

  .menu-container {
    display: none;
  }

  .hamburger-container {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 25px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .hamburger-dropdown-menu {
    opacity: 1;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 200px;
    transition: transform .4s, opacity .4s;
    display: flex;
    position: absolute;
    inset: 70px 0% auto auto;
    transform: translate(0);
  }

  .hamburger-dropdown-menu.hide {
    opacity: 0;
    transform: translate(0, -200px);
  }

  .hamburger-line {
    background-color: #000;
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
    position: absolute;
  }

  .hamburger-line.top {
    transform: rotate(0)translate(0, -10px);
  }

  .hamburger-line.top.active {
    transform: rotate(45deg);
  }

  .hamburger-line.center {
    opacity: 1;
    transform: translate(0);
  }

  .hamburger-line.center.active {
    opacity: 0;
  }

  .hamburger-line.low {
    transform: translate(0, 10px);
  }

  .hamburger-line.low.active {
    transform: rotate(-45deg)translate(0);
  }

  .animation-dropdown-container-hamburger {
    background-color: #fff;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 75px;
    transition: border-color .2s, height .4s;
    display: flex;
  }

  .animation-dropdown-container-hamburger.hide {
    border-top-color: #fff;
    border-bottom-color: #fff;
    height: 0;
    overflow: hidden;
  }

  .text-container-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 90vw;
  }

  .video-embed-large {
    display: none;
  }

  .video-embed-small, .mailchimp-container {
    display: block;
  }

  .mailchimp-big {
    display: none;
  }

  .youtube-container-div {
    width: 300px;
    height: 240px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 15px;
    line-height: 15px;
  }

  h2 {
    font-size: 7vw;
  }

  .section-wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-wide.gallery, .section-wide.gallerysingle {
    padding-top: 72px;
  }

  .text-container {
    margin-top: 20px;
  }

  .video-container {
    height: 50vh;
  }

  .video-container.long {
    height: 100%;
  }

  .text-container-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }
}


