* {
  border-width: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.75rem;
}

html {
  background-color: #fcf4f3;
  overflow: hidden;
}

a {
  color: #4a4a4a;
  -webkit-transition: background-color 250ms ease-out, color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out, color 250ms ease-out;
  transition: background-color 250ms ease-out, color 250ms ease-out;
}

a:hover {
  color: #542404;
}

.dssw-body {
  height: 100vh;
}

.dssw-wrapper {
  display: flex;
  height: 100%;
}

.dssw-logo {
  min-height: 4em;
  width: 80%;
}

.dssw-menu {
  flex: 0 0 20vw;
}

a.dssw-menu-item {
  border-radius: 0;
}

a.dssw-menu-item.is-active {
  background-color: #c8d3ca;
}

a.dssw-menu-item:not(.is-active):hover {
  background-color: inherit;
}

a.dssw-menu-item.is-active,
a.dssw-menu-item:hover {
  color: #542404;
}

.dssw-menu-item {
  -webkit-transition: background-color 250ms ease-out, color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out, color 250ms ease-out;
  transition: background-color 250ms ease-out, color 250ms ease-out;
}

#dssw-main {
  flex-grow: 1;
  overflow-y: auto;
  scroll-behavior: smooth;

  -webkit-transition: 250ms -webkit-filter ease-out;
  -moz-transition: 250ms -moz-filter ease-out;
  -ms-transition: 250ms -ms-filter ease-out;
  -o-transition: 250ms -o-filter ease-out;
  transition: 250ms filter ease-out;
}

.dssw-burger {
  position: fixed;
  top: 2rem;
  right: 2rem;
  display: none;
}

.burger {
  -webkit-transition: 250ms box-shadow ease-out;
  -moz-transition: 250ms box-shadow ease-out;
  -ms-transition: 250ms box-shadow ease-out;
  -o-transition: 250ms box-shadow ease-out;
  transition: 250ms box-shadow ease-out;
}

#dsswMenuList {
  display: none;
}

#dsswMenuList.is-visible {
  display: block;
}

.hero.is-info {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero .subtitle {
  padding: 1rem 0;
  line-height: 1.5;
}

.dssw-hero-1 {
  min-height: 100vh;
}

.hero.dssw-hero-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.5)), url('../dssw-public/pictures/large/1.jpg') no-repeat center center;
  background-size: cover;
}

.dssw-hero-title {
  margin-top: 20vh;
}

.dssw-hero-description {
  max-width: 20em;
}

.dssw-hero-cta {
  padding: 1em 4em;
}

.dssw-hero-icon {
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
  width: auto;
  font-size: 3em;
  opacity: .5;
}

.dssw-content {
  /* text-indent: 1.5rem; */
  margin-bottom: 1em;
  min-height: 500px;
}

.dssw-divider {
  border-top: 2px solid #c8d3ca;
}

@media screen and (max-width: 769px) {
  .dssw-wrapper {
    flex-direction: column;
  }

  .dssw-menu {
    flex: 0 0 92px;
  }

  .dssw-burger {
    display: block;
    z-index: 2;
    background-color: #c8d3ca;
  }

  .burger.is-active {
    box-shadow: 0 0 2px black;
  }

  #dsswMenuList {
    position: fixed;
    z-index: 1;
    background: white;
    width: 100%;
    box-shadow: 0 0 6px black;
  }

  #dsswMenuList.is-visible+#dssw-main {
    filter: blur(6px);
  }

  .dssw-content {
    column-count: 1;
    column-gap: 60px;
    column-rule: 1px solid rgba(211, 211, 211, 0.385);
  }

  .dssw-image-gallery-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dssw-image-gallery {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 770px) {
  #dsswMenuList {
    display: block;
  }

  .dssw-footer-logo {
    margin: 100px;
  }

  .dssw-image-gallery {
    flex-wrap: wrap;
    overflow: auto;
  }
}


/* desktop+ */
@media screen and (min-width: 1024px) {
  .dssw-content {
    column-count: 2;
    column-gap: 60px;
    column-rule: 1px solid rgba(211, 211, 211, 0.385);
  }

  .dssw-image-gallery {
    flex-wrap: wrap;
    overflow: auto;
    /* padding: 0 3rem; */
  }

  /* TODO remove me maybe */
  .dssw-section {
    /* has to be higher than the SECTION_HEIGHT_THRESHOLD */
    min-height: 60vh;
  }
}

/* fullhd */
@media screen and (min-width: 1408px) {
  .dssw-image-gallery {
    flex-wrap: wrap;
    overflow: auto;
  }
}

.button.is-success {
  background-color: #619E4B;
  -webkit-transition: background-color 250ms ease-out, color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out, color 250ms ease-out;
  transition: background-color 250ms ease-out, color 250ms ease-out;
}

.button.is-success.is-hovered,
.button.is-success:hover {
  background-color: #84BC63;
}

.dssw-partner-link {
  position: relative;
  width: auto;
  max-width: 120px;
}

.dssw-project-title {
  min-height: 100px;
}

.dssw-footer-logo {
  margin: auto;
  max-width: 200px;
}

.dssw-contact-tag {
  color: #542404 !important;
}

.dssw-icon-down {
  width: 24px;
  height: 24px;
}