@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
.mainheadline {
  position: absolute;
  min-width: 50px;
  min-height: 20px;
  top: 2.3em;
  left: 2em;
  color: #000000;
  z-index: 300;
  margin-right: 100px;
}

.language_selection {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 2.8em;
  min-height: 20px;
  font-size: 0.8rem;
  min-width: 10px;
  max-width: 150px;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 768px) {
  .language_selection {
    display: block;
  }
}
.language_selection a {
  font-family: "Onest", sans-serif;
  line-height: 1rem;
  font-weight: 700;
  margin: 0;
  color: rgb(31, 32, 34);
  text-align: left;
  padding-bottom: 2em;
  letter-spacing: 1px;
}

.menulanguage {
  display: block;
  margin-top: 2em;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .menulanguage {
    display: none;
  }
}

/* off-screen-menu */
.off-screen-menu {
  background-color: rgb(31, 32, 34);
  height: 100vh;
  width: 100%;
  max-width: 450px;
  position: fixed;
  top: 0;
  right: -450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  transition: 0.3s ease;
  z-index: 200;
  border-left: 1px solid rgb(31, 32, 34);
}
@media screen and (min-width: 768px) {
  .off-screen-menu {
    font-size: 3rem;
  }
}
.off-screen-menu ul {
  list-style-type: none;
  color: #ffffff;
  text-indent: 0;
}
.off-screen-menu li {
  font-size: 0.8em;
  line-height: 2em;
}
.off-screen-menu a {
  color: #f9f2f2;
  opacity: 0.6;
}
.off-screen-menu a:hover {
  color: #f9f2f2;
  opacity: 1;
}

.off-screen-menu.active {
  right: 0;
}

/* nav */
nav {
  display: flex;
}

/* ham menu */
.ham-menu {
  height: 50px;
  width: 40px;
  margin-left: auto;
  position: relative;
  z-index: 200;
  position: fixed;
  right: 25px;
  top: 25px;
}

.ham-menu span {
  height: 5px;
  width: 100%;
  background-color: rgb(31, 32, 34);
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span {
  background-color: #f9f2f2;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* TEXT STYLES */
h1, .signature {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  color: rgb(31, 32, 34);
  text-align: left;
  padding-bottom: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-family: "Onest", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 500;
  margin: 0;
  padding-top: 2rem;
  color: rgb(31, 32, 34);
  letter-spacing: -3px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 9rem;
    line-height: 8rem;
  }
}

h3 {
  font-family: "Onest", sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0rem;
  color: rgb(31, 32, 34);
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h4 {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

h5 {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h6 {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

p {
  padding: 0em 0em 0.5em 0em;
}

i {
  font-size: 2rem;
}

.caption {
  font-family: "DM Serif Text", serif;
}

/* MAIN MENU & LINKS & BUTTON STYLES */
a {
  text-decoration: none;
  color: #0712ee;
  font-family: "Onest", sans-serif;
  transition: 0.5s ease;
}
a:hover {
  transition: 0.5s ease;
  color: #000000;
}

button {
  background-color: transparent;
  border: 2px solid rgb(31, 32, 34);
  border-radius: 25px;
  height: 50px;
  color: rgb(31, 32, 34);
  font-size: 16px;
  line-height: 16px;
  font-family: "Onest", sans-serif;
  text-transform: uppercase;
  max-width: 300px;
  padding: 1em 2em;
  transition: 0.3s;
}
button:hover {
  cursor: pointer;
  background-color: rgb(31, 32, 34);
  color: #f9f2f2;
  transition: 0.3s;
}
button i {
  font-size: 15px;
  margin: 0 0 0 10px;
}

/* BASIC STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Onest", sans-serif;
  color: rgb(31, 32, 34);
  font-size: 1rem;
  background-color: #f9f2f2;
  line-height: 1.6rem;
  font-weight: 400;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.heading {
  position: absolute;
  min-width: 100px;
  min-height: 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
}

ul {
  margin-top: 0 !important;
}

header {
  padding: 6em 2em 2em 2em;
  display: grid;
  min-height: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  header {
    padding: 5em 5em 0 5em;
    z-index: 1;
  }
}
header .grid_2_1 {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgb(31, 32, 34);
}
header .grid_2_1 :first-child {
  order: 1;
}
@media screen and (min-width: 768px) {
  header .grid_2_1 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  header .grid_2_1 :first-child {
    order: 0;
  }
}

.profiletext {
  align-content: center;
  min-height: 10px;
  padding-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .profiletext {
    padding: 0;
    height: calc(100vh - 10em);
  }
}
.profiletext .name {
  font-size: 1.8rem;
  line-height: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .profiletext .name {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
.profiletext p {
  padding: 2em 0;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .profiletext p {
    padding: 5rem 5rem 5rem 0;
  }
}

.profileimage {
  position: relative;
  background-image: url(../img/bg_hero4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .profileimage {
    border-left: 1px solid rgb(31, 32, 34);
    height: calc(100vh - 10em);
  }
}

section {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 2em;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 5em;
  }
}

img {
  max-width: 100%;
}

.multipleimages img {
  max-width: 180px;
  margin: 5px;
}
.multipleimages a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.multipleimageswide img {
  max-width: 100%;
  margin-bottom: 10px;
}
.multipleimageswide a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.section_heading {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .section_heading {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgb(31, 32, 34);
  }
}

.subheadline {
  padding-top: 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .subheadline {
    padding: 5em 4em 5em 0;
    border-bottom: none;
  }
}

.testimonial {
  text-align: left;
  padding-top: 1em;
  font-weight: 100;
  font-family: "DM Serif Text", serif;
  font-size: 1.3em;
  line-height: 1.35em;
}
@media screen and (min-width: 768px) {
  .testimonial {
    text-align: right;
    border-left: 1px solid rgb(31, 32, 34);
    padding: 3em 0 3em 5em;
  }
}
.testimonial img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .testimonial img {
    height: 70px;
  }
}

.signature {
  text-align: left;
  padding-top: 3em;
}
@media screen and (min-width: 768px) {
  .signature {
    text-align: right;
  }
}

/* IMAGE GALLERY */
.gallery {
  border-bottom: 1px solid rgb(31, 32, 34);
  padding: 5em 0;
}
.gallery > a {
  display: inline-block;
  width: calc((100% - 0px) / 1);
  margin-bottom: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery > a {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .gallery > a {
    width: calc((100% - 60px) / 4);
  }
}
.gallery > a img {
  width: 100%;
  line-height: 1px;
  transition: 0.5s all ease;
  position: relative;
}
.gallery > a .inner {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  will-change: opacity;
  transition: opacity 0.5s ease, transform 1s ease;
  pointer-events: none;
  color: #fff;
  /*font-size: 1.5vw;*/
  text-align: center;
}
.gallery > a:hover .inner {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.gallery > a:hover img {
  filter: brightness(40%);
  transition: 0.5s all ease;
  cursor: pointer;
}

/* FOOTER */
footer {
  padding: 2em 2em 5em 2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0 5em 5em 5em;
  }
}
footer p {
  margin: 0 0 5px 0;
  padding: 0;
}
footer .grid_container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 0em;
}
@media screen and (min-width: 768px) {
  footer .grid_container {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
footer h6 {
  margin-bottom: 30px;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  footer .contactform, footer .socials {
    border-left: 1px solid rgb(31, 32, 34);
  }
}
footer .contactinfo {
  text-align: left;
}
footer .socials {
  text-align: left;
}
@media screen and (min-width: 768px) {
  footer .socials {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  footer .contactform {
    padding: 0 4em;
  }
}

form {
  /*button {
    background-color: transparent;
    border: 1px solid #dcdde4;
    height: 50px;
    border-radius: 25px;
    width: 170px;
    font-size: 16px;
    line-height: 16px;
    font-family: $mainfont;
    color: #dcdde4;
    text-transform: uppercase;
    text-align: center;
    padding-left: 40px;
      i {
        font-size: 15px;
        margin: 0 0 0 10px;
      }
  }*/
}
form ::-moz-placeholder {
  color: rgb(31, 32, 34);
  opacity: 0.7;
}
form ::placeholder {
  color: rgb(31, 32, 34);
  opacity: 0.7;
}
form p {
  margin-top: 15px;
}
form input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgb(31, 32, 34);
  border-radius: 5px;
  color: rgb(31, 32, 34);
  font-size: 16px;
  padding: 10px;
  font-family: "Onest", sans-serif;
  margin: 5px 0 5px 0;
  transition: 0.3s;
}
form input:focus {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  outline: none !important;
}
form textarea {
  width: 100%;
  height: 180px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgb(31, 32, 34);
  border-radius: 5px;
  color: rgb(31, 32, 34);
  font-size: 16px;
  padding: 10px;
  font-family: "Onest", sans-serif;
  resize: none;
  margin: 5px 0 5px 0;
  transition: 0.3s;
}
form textarea:focus {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  outline: none !important;
}

.thanks {
  display: grid;
  margin: auto;
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  text-align: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  height: 100vh;
}
.thanks h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks p {
  margin-bottom: 20px;
}
.thanks i {
  font-size: 15px;
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */