body {
  overflow-x: hidden;
}
.w3-black {
color: #fff !important;
background-color: #FF9800 !important;
}
.w3-text-black {
color: #FF9800 !important;
}
.margin-top-64 {
  margin-top: 64px !important;
}
#bgc {
background-color: #FF9800 !important;
color: rgba(255, 255, 255, 0.9);
}
#hero_image {
  background: url(/img/Sonnenschutz.jpg);
  background-size: cover;
  color: #fff !important;
  padding: 128px 16px;
}
#main_logo a {
  height: 40px;
}

@media only screen and (max-width: 768px) {
#firstGrid {
  padding-top: 32px !important;
}
}
@media only screen and (max-width: 704px) {
#referenzen .w3-quarter {
  float: left;
  width: 100%;
}
}
@media only screen and (max-width: 600px) {
#hero_image {
  padding: 60px 0;
  padding-bottom: 32px;
}
#hero_image > p > img {
  display: none
}
#firstGrid {
  padding-top: 12px !important;
}
.anchor-icon-c {
  display: none
}
}