/* Inner Styles */

/* ///////////////////// */

/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE */
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
*/

/*
-----------------------------------------------------------------------------

01. Inner Content

-----------------------------------------------------------------------------
*/

/******* Splashscreen */

section.__splash {
  background-color: var(--color__light);
}

section.__splash .sec-wrap__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.__splash .sec-wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

section.__splash .sec-wrap__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.__splash .splash-content {
  height: 90vh;
  min-height: 30rem;
}

section.__splash h1.title {
  max-width: 50rem;
  text-align: center;
  margin-bottom: 0.25em;
}

section.__splash address {
  margin-top: 2.5em;
}

section.__splash p {
  max-width: 35rem;
}

section.__splash svg.logo {
  display: block;
  width: 13rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

section.__splash a:hover {
  opacity: 0.7;
}

section.__splash img.splash {
  margin-top: 4em;
  width: 20rem;
  height: 15rem;
  border-radius: 0.5em;
  border: 0.0625rem solid var(--color__accent);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  object-fit: cover;
  object-position: center top;
}

/* MINI-DESKTOP //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 120em) {
  section.__splash svg.logo {
    width: 12rem;
  }
}

/* TABLET //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 55em) {
  section.__splash svg.logo {
    width: 10rem;
  }
}

/* MOBILE //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 36em) {
  section.__splash svg.logo {
    width: 8rem;
  }
}

/* MINI MOBILE //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 27em) {
}
