body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.page-content {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .page-content {
    font-size: 16px;
  }
}

.headline-large {
  font-weight: 500;
  font-size: 75px;
  line-height: 100%;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .headline-large {
    font-size: 36px;
  }
}

.headline-medium {
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .headline-medium {
    font-size: 28px;
  }
}

.headline-small {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .headline-small {
    font-size: 21px;
  }
}

.title {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 16px;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.site-contact {
  display: grid;
  grid-template-columns: 2fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-column-gap: 5px;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
@media screen and (max-width: 600px) {
  .site-contact {
    display: none;
  }
}

.site-contact > a:nth-child(1) {
  grid-column-start: 2;
  justify-content: right;
}

.site-contact > a:nth-child(2) {
  margin-left: auto;
}

.site-contact a {
  display: flex;
}

.site-contact svg {
  padding-right: 5px;
}

.site-header {
  display: flex;
  grid-column-gap: 5px;
  padding-left: 10%;
}

.site-logo > img {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 108px;
}

#menu-btn {
  position: absolute;
  top: -100%;
  left: -100%;
}

.menu {
  width: 100%;
  display: flex;
  padding-left: 15%;
  align-items: center;
  background-color: #ffffff;
}

.menu div {
  background-color: #ffffff;
}

.menu-icon {
  visibility: hidden;
}

.menu-title {
  display: none;
}

.menu a {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  display: inline-block;
  text-decoration: none;
}
.menu a:not(:last-child) {
  margin-right: 20px;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-contact {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .menu-btn {
    display: none;
  }
  .menu-icon {
    cursor: pointer;
    justify-content: flex-end;
    align-items: baseline;
    padding: 30px 20px 30px 0;
    position: absolute;
    right: 4px;
    top: 4px;
    user-select: none;
    visibility: visible;
    z-index: 100;
  }
  .navicon {
    display: block;
    height: 2px;
    width: 25px;
    position: relative;
  }
  .navicon:before {
    top: 10px;
  }
  .navicon:after {
    top: -10px;
  }
  .navicon:before, .navicon:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.2s ease-out;
  }
  .menu {
    max-width: unset;
    max-height: 0;
    height: 100vh;
    transition: max-height 0.2s ease-out;
    overflow: auto;
    margin-right: 20px;
    margin-bottom: -40px;
    padding: 0;
    position: absolute;
    top: -70px;
    right: -20px;
    background: rgba(0, 0, 0, 0.5);
  }
  .menu div {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
    height: max-content;
    overflow: auto;
    padding-bottom: 20px;
    position: relative;
    top: -307px;
    background-color: #0f3e7c;
  }
  .menu-title {
    position: relative;
    text-align: left;
    margin-left: 25px;
    top: 9px;
    visibility: visible;
    display: block;
  }
  .menu a:not(:last-child) {
    margin-right: 25px;
  }
  .menu a {
    text-align: left;
    text-decoration: none;
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 20px;
    padding-top: 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
  }
  .menu-contact {
    display: unset !important;
  }
  .menu-btn:checked ~ .menu {
    max-height: 1500px;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    background: #fff;
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    background: #fff;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before,
  .menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
  }
}
footer {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  flex: 1;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 16px;
  }
}

hr {
  margin-top: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid;
}

.main {
  display: flex;
}

.main div {
  flex: 1;
}

.main div:first-child {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  max-height: 150px;
}
@media (max-width: 1230px) {
  .main div:first-child {
    max-height: unset;
  }
}

@media (max-width: 1230px) {
  .main div:last-child {
    display: none;
  }
}

.site-footer {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: grid;
  grid-template-columns: 200px 4fr 4fr;
  column-gap: 15px;
  justify-items: left;
  font-size: 16px;
}
@media (max-width: 800px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.site-footer-logo {
  width: 200px;
}
@media (max-width: 800px) {
  .site-footer-logo {
    margin-bottom: 5%;
  }
}

.site-footer a {
  text-decoration: none;
}

.site-footer ul li {
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
}

.site-footer ul li svg {
  margin: 10px;
}

.site-footer-copyright {
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */