/*
Theme Name: wirlilien
Author: Inheaden GmbH
Author URI: https://inheaden.io
Version: 1.1
Description: wirlilien theme
License:
License URI:
Tags:
*/

::-moz-focus-inner {
  border: 0 !important;
}

body {
  font-family: "Lilien", sans-serif;
  font-size: 16;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  width: 100vw;
  overflow-x: hidden;
}

p {
  font-size: 16;
  font-weight: 400;
  font-family: "Lilien";
  line-height: 1.5 !important;
}
h1 {
  font-weight: 900;
  font-size: 96px;
  font-family: "Lilien";
  color: #004f9f;
}
h2 {
  font-weight: 400;
  font-size: 64pt;
  font-family: "Lilien";
  color: #004f9f;
}
h3 {
  font-weight: 700;
  font-size: 52pt;
  font-family: "Lilien";
  color: #004f9f;
}
h4 {
  font-weight: 900;
  font-size: 48px;
  font-family: "Lilien";
  color: #004f9f;
}
h5 {
  font-weight: 400;
  font-size: 32px;
  font-family: "Lilien";
}
h6 {
  font-weight: 900;
  font-size: 24px;
  font-family: "Lilien";
  color: #004f9f;
  margin-bottom: 20px;
}
small {
  font-weight: 400;
  font-size: 16px;
  font-family: "Lilien";
}

.body1 {
  font-weight: 400;
  font-size: 18px;
  font-family: "Lilien";
}
.body2 {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lilien";
  color: #004f9f;
}

.h7 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Lilien";
  color: #004f9f;
}

.red {
  color: #ee5024;
}

.darkblue {
  color: #00205b;
}

.blue {
  color: #004f9f;
}

.greyblue {
  color: rgba(0, 79, 157, 0.5);
}

.lightblue {
  color: rgba(68, 132, 200, 0.99);
}

.white {
  color: white;
}

.link {
  text-decoration: underline;
  color: rgba(68, 132, 200, 0.99);
  cursor: pointer;
}

.button-dark {
  border-radius: 18px;
  border-width: 2px;
  background-color: #004f9f;
  color: white;
  font-weight: 700;
  font-size: 20px;
  font-family: "Lilien";
  min-width: 180px;
}

.button-dark:hover {
  color: white;
}

.button-light {
  border-radius: 18px;
  border-width: 2px;
  color: #004f9f;
  border-color: #004f9f;
  background-color: white;
  font-weight: 700;
  font-size: 20px;
  font-family: "Lilien";
  min-width: 180px;
}

.button-light:hover {
  color: #004f9f;
}

.btn {
  border-radius: 18px;
  font-size: 16px;
  line-height: 19px;
  font-family: Lilien;
  font-style: normal;
  font-weight: bold;
  min-width: 133px;
  padding: 13px 23px;
  text-transform: uppercase;
}

.btn-outline-primary {
  color: #004f9f;
  border-color: #004f9f;
}

.btn-outline-primary::hover {
  background-color: #004f9f;
}

.btn-light {
  color: #0f2a6b;
}

#frame_8 {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  background: url("/wp-content/themes/wirlilien/assets/img/LandingPage/Frame_8.jpeg")
    center;
  background-size: cover;
  background-repeat: no-repeat;
}

#frame_8 h1 {
  font-family: Lilien;
  font-style: normal;
  color: #ffffff;
}

#frame_8 h5 {
  left: 124px;
  top: 485px;
  font-family: Lilien;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-size: 24px;
  margin-bottom: 35px;
}

#frame_8 .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #frame_8.container {
    padding-top: 62px;
  }

  #frame_8 h1 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
  }

  #frame_8 h5 {
    font-family: Lilien;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }

  #frame_8 button {
    width: 100%;
    margin: 0;
    margin-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  #frame_8 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #frame_8 {
    height: 100vh;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 29px;
  }
}

img {
  width: 100%;
  height: auto;
}

.page-container {
  margin: 50px auto;
}

.page-container img {
  margin: 20px 0;
  border-radius: 10px !important;
}

.wp-block-gallery img {
  margin: 0 !important;
}
