/* Inner Styles */

/* ///////////////////// */

/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE */
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
*/

/*
-----------------------------------------------------------------------------

01. Inner Content

-----------------------------------------------------------------------------
*/

/******* Splashscreen */

section.sec__splash {
  background-color: var(--color__light);
}

section.sec__splash .sec-wrap__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.sec__splash h1.title {
  max-width: 50rem;
  text-align: center;
  margin-bottom: 0.25em;
}

section.sec__splash address {
  margin-top: 2.5em;
}

section.sec__splash p {
  max-width: 35rem;
}

section.sec__splash img.logo {
  width: 28rem;
  margin-bottom: 5em;
}

section.sec__splash a:hover {
  opacity: 0.5;
}

section.sec__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;
}

/* TABLET //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 55em) {
  section.sec__splash img.logo {
    width: 25rem;
  }
}

/* MOBILE //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 36em) {
  section.sec__splash img.logo {
    width: 20rem;
    margin-bottom: 2em;
  }
}

/* MINI MOBILE //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 27em) {
  section.sec__splash img.logo {
    width: 15rem;
  }

  section.sec__splash address {
    margin-top: 2em;
  }
}
