/*
Theme Name:         EYMO - Energy Systems
Theme URI:          https://olzingerdesign.de
Description:        OLZINGERDESIGN Theme
Version:            1.0.0
Author:             OLZINGERDESIGN - Nils Ernst
Author URI:         https://olzingerdesign.de/
*/
@font-face {
  font-family: "Heyam";
  src: url("assets/fonts/heyam/Heyam.woff2") format("woff2"), url("assets/fonts/heyam/Heyam.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-Light.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-Regular.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-Medium.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-SemiBold.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-Bold.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FunnelDisplay";
  src: url("assets/fonts/funnel/FunnelDisplay-ExtraBold.woff2") format("woff2"), url("assets/fonts/funnel/FunnelDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "FunnelDisplay", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background-image: url(assets/img/EY_LP_Background_01.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  color: white;
}
@media screen and (max-width: 600px) {
  body {
    padding: 0 25px;
    background-position: left 10% bottom 0;
  }
}

h1 {
  font-family: "Heyam", sans-serif;
  font-size: 115px;
  line-height: 130px;
  margin: 0;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  h1 {
    font-size: 85px;
    line-height: 95px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 60px;
    line-height: 69px;
    letter-spacing: 1px;
  }
}

h2 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 18px;
    line-height: 23px;
  }
}

p {
  margin: 0;
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

header {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  header {
    padding-top: 60px;
  }
}
header a {
  display: block;
}
header img {
  max-height: 100px;
  width: auto;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header img {
    max-height: 80px;
  }
}
@media screen and (max-width: 600px) {
  header img {
    max-height: unset;
    max-width: 300px;
    height: auto;
  }
}

footer {
  color: white;
  text-align: center;
  line-height: 20px;
  margin-top: 85px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer {
    margin-top: 60px;
  }
}
footer h2 {
  color: white;
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 16px;
}
footer p {
  margin: 0;
}
footer nav {
  margin-top: 25px;
}
footer nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer nav ul li {
  display: inline-block;
}
footer nav ul li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main {
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  main {
    padding: 2rem 0 0;
  }
}

#about {
  max-width: 600px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #about {
    font-size: 18px;
    line-height: 23px;
  }
}

#signet {
  max-width: 400px;
  margin-bottom: 125px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #signet {
    max-width: 320px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  #signet {
    max-width: 300px;
    margin-bottom: 70px;
    width: 100%;
  }
}

#legal {
  text-align: left;
}