/*!
 * Copyright (C) 2020 Mindspace GmbH - All Rights Reserved
 */
.ms-gradient {
  background: #567a0f;
  background: linear-gradient(90deg, #567a0f 0%, #a1b700 50%, #567a0f 100%);
}
header, footer, .et_slide_in_menu_container {
  display: none !important;
  visibility: hidden !important;
}
#main-content article .entry-content #et-boc .et_builder_inner_content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page-container {
  padding: 0 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}
.dsgvo-txt {
  width: 80%;
  float: right;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .dsgvo-txt {
    width: 100%;
  }
}
.dsgvo-txt p {
  font-size: 12px;
  line-height: 1.2;
}
