@font-face {
  font-family: 'nimbus_sans_lbold';
  src: url('font/NimbusSanL-Bol-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'nimbus_sans_lregular';
  src: url('font/NimbusSanL-Reg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

* {
  margin: 0;
  padding: 0;
  font-family: 'nimbus_sans_lregular';
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
h4{
  font-family: 'nimbus_sans_lbold';
  font-weight: 700;
}
.content {
  /*width: 100vw;
    height: 100vh;*/
  padding: 0 10%;
  position: relative;
}
.main {
  flex-grow: 1;
  width: 100vw;
  min-height: 100vh;
  background-image: url(img/Background.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0px;
}
.Logo {
  width: 175px;
  padding: 20px 0;
  top: 64px;
}
.content-wrapper {
  background-image: url(img/Blop-Background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.content p {
  font-size: 2rem;
  font-weight: 300;
}
.content h1 {
  padding-top: 10px;
  font-size: 3.5rem;
  font-weight: 600;
}
.content h1 span {
  color: #e6a54b;
}
.Angebot{
  padding-top: 10px;
  padding-left: 10%;
  line-height: 1.25;
}
.Kontakt{
  padding-top: 20px;
  padding-left: 10%;
  font-size: 1.2rem;
  color: #e6a54b;
}
.Kontaktangaben{
  font-style: normal;
  line-height: 1.25;
  padding-left: 10%;
}
a{
  font-family: 'nimbus_sans_lbold';
  text-decoration: none;
  color: #1f3871;
  font-weight: 600;
}
a:hover{
  color: #2b53b1;
}
@media only screen and (max-width: 1024px) {
  .content p {
    font-size: 1.25rem;
    line-height: 1;
  }
  .content h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .Kontakt{
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .content p {
    font-size: 1.2rem;
    line-height: 1;
  }
  .content h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .Kontakt{
    font-size: 0.8rem;
  }
  }
  @media only screen and (max-width: 430px) {
    .content p {
      font-size: 1.25rem;
      line-height: 1;
    }
    .content h1 {
      font-size: 1.5rem;
      line-height: 1.2;
    }
    .Kontakt{
      font-size: 1rem;
    }
    }

