﻿#featured {
  background-color: #e4e5e7 !important;
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  #page-header-bg {
    display: none !important;
  }
}
body,
.home-wrap {
  background-color: #fff !important;
}
body,
body .container-wrap {
  background-color: #fff !important;
}
#footer-outer #copyright {
  background-color: #cbccce !important;
  padding: 25px !important;
  border-top: 0 solid #fff !important;
  color: #555555 !important;
  text-align: center !important;
}
#footer-outer #copyright a {
  color: #555555 !important;
}
#featured article .post-title a {
  background-color: rgba(0, 219, 184, 1) !important;
}
#mobile-menu {
  background-color: #838485 !important;
}
#mobile-menu input[type='text'] {
  background-color: #e4e5e7 !important;
  color: #646464 !important;
  box-shadow: none !important;
  border: 0 !important;
}
@media screen and (max-width: 1000px) and (min-width: 720px) {
  .container {
    max-width: 720px !important;
  }
}
body #awwwards {
  top: 160px !important;
  z-index: 9999 !important;
}
.html-inspiration {
  z-index: 9999 !important;
  top: 120px !important;
}

.eu-hinweis {
  position: absolute;
  right: 10px;
  text-align: center;
  margin-top: 15px;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 2px 0px 3px;
  z-index: 999;
  width: 15%;
  top: 100px;
}

.eu-hinweis img {
  width: 41%;
}

#footer-outer img {
  width: 15%;
}

@media (max-width: 991px) {
  .eu-hinweis {
    margin-top: 70px;
  }
}

@media (max-width: 567px) {
  .eu-hinweis {
    top: 62vh;
    left: 10px;
    right: inherit;
  }
}

/* Skip-Navigation-Link (Barrierefreiheit WCAG 2.1 AA) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  z-index: 100000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* Screen-reader-only (visuell versteckt, für Screenreader sichtbar) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #000 !important;
  background-color: #fff !important;
}
