h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Robotoslab, sans-serif;
  color: #006998;
  font-size: 72px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c0d725;
  text-decoration: none;
}

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

.landingpage-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 70% 29% 1%;
  grid-template-rows: 70% 29% 1%;
}

.header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Ruhr-Silhouette.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006998), to(#006998));
  background-image: linear-gradient(180deg, #006998, #006998);
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
}

.text-block {
  margin-right: 45px;
  margin-left: 45px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.text-block.blue {
  color: #006998;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #c0d725;
  font-weight: 400;
}

.laeufer-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-left: 200px;
}

.header-text-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h1-heading {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 48px;
  line-height: 1.1;
}

.laeufer-image {
  position: relative;
  height: 200px;
}

.footer-farbleiste {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0d725), to(#c0d725));
  background-image: linear-gradient(180deg, #c0d725, #c0d725);
}

.ie_logo {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.browser-detect {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding: 325px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.icon_firefox {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
  border-radius: 100px;
}

.browser_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser_details {
  color: #7a849e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.browser-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 11px 11px 55px 0 rgba(53, 90, 164, 0.1);
}

.browser_header {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #20355a;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-rows: 1.25fr 0.75fr 10px;
    grid-template-rows: 1.25fr 0.75fr 10px;
  }
  .header-wrapper {
    position: relative;
    height: 70%;
    padding-top: 0px;
    background-size: auto;
  }
  .footer-wrapper {
    height: 30%;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .text-block {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 16px;
  }
  .text-block.blue {
    font-size: 16px;
  }
  .link {
    font-weight: 400;
  }
  .laeufer-wrapper {
    padding-left: 0px;
  }
  .header-text-wrapper {
    margin-top: 25px;
    margin-bottom: 200px;
  }
  .h1-heading {
    font-size: 48px;
  }
  .laeufer-image {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .landingpage-section {
    height: auto;
  }
  .header-wrapper {
    height: 100%;
    padding-top: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrapper {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .footer-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .text-block {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .text-block.blue {
    font-size: 16px;
  }
  .header-text-wrapper {
    margin-top: 50px;
    margin-bottom: 250px;
  }
  .h1-heading {
    font-size: 36px;
  }
  .laeufer-image {
    height: 240px;
  }
  .browser-warning {
    display: block;
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-block {
    font-size: 16px;
  }
  .text-block.blue {
    font-size: 16px;
  }
  .header-text-wrapper {
    margin-top: 100px;
    margin-bottom: 250px;
  }
  .h1-heading {
    font-size: 30px;
  }
  .laeufer-image {
    height: 220px;
  }
  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 70% 30%;
    grid-template-rows: 70% 30%;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}