.full_header {
  min-height: 150px;
  background-color: #f7d21e;
  background: linear-gradient(to right,#f4c024 0%,#f4c024 20%,#f7d21e 50%,#f7d21e 100%);
}
body {
  background-color: #f7d21e;
}
.content_fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.main {
  background-color: #f7d21e;
}
.layout-container-footer-bottom {
  background-color: #333333;
  color: white;
  padding-top: 15px;
}
.layout-container-footer-bottom .impressum {
  height: 40px;
}
.layout-container-footer-bottom .element-impressum {
  height: 40px;
  position: relative;
  top: -20px;
  line-height: 40px;
  text-align: right;
}
.layout-container-footer-bottom .element-impressum a {
  color: #fff;
}
.layout-container-footer-bottom .element-impressum a:hover {
  text-decoration: none;
}
.layout-container-footer-bottom .element-copyright {
  line-height: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .layout-container-footer-bottom .element-impressum {
    text-align: center;
  }
  .layout-container-footer-bottom .element-copyright {
    text-align: center;
  }
}
