#blog input {
  border: none !important;
  border-bottom: 1px solid #2aa6c8 !important;
  color: #2aa6c8;
  background: transparent; }

#blog input.button {
  color: #000;
  background: #2aa6c8 !important;
  border-radius: 20px;
  padding: 20px !important; }

::placeholder {
  color: #2aa6c8;
  opacity: 1; }

:-ms-input-placeholder {
  color: #2aa6c8; }

::-ms-input-placeholder {
  color: #2aa6c8; }

.floating-header-img {
  background-repeat: no-repeat;
  background-size: 615px;
  position: absolute;
  height: 600px;
  width: 50%; }

.breadcrumbs,
.below-header-usp,
.below-header-banner {
  display: none; }

#blog .signature-koen {
  max-height: none !important;
  max-width: none !important;
  vertical-align: top; }

h1, h2, h3 {
  line-height: 44px; }

#footer {
  margin: 0; }

.fade-to-black,
.fade-to-black {
  position: relative; }

.fade-to-black:after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 40%, black 100%);
  position: absolute;
  width: 100%;
  height: 368px;
  bottom: 0; }

@media only screen and (max-width: 767px) {
  .xs-fade-to-black:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 368px;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 40%, black 100%); }
  h1.white {
    font-size: 60px !important;
    line-height: 65px;
    margin-bottom: 40px !important; }
  .floating-header-img {
    background-size: 555px;
    position: absolute;
    top: -105px;
    width: auto;
    background-position-x: 50px;
    left: 0;
    right: 0; }
  section#blog {
    padding: 0 !important; } }

/*# sourceMappingURL=page-landingpage.css.map */