h1,
h2,
h3,
h4,
#navi ul li a:hover {
  color: #555;
}

#header .top_line,
.gallery .picture_list a:hover div,
#footer {
  background-color: #555;
}

#navi ul li a:hover span::after {
  border-bottom-color: #555;
}

.gallery .picture_list a:hover:after {
  outline-color: #555;
}

#header .top_line .contact_con .email,
#form_container form input[type=submit] {
  background-color: #e01926;
}

#header_pic,
#services::before {
  background-image: url('../bilder/header.jpg');
}

#header_pic {
  background-position: 0 70%;
}

#services::before {
  filter: contrast(.5) brightness(1.5);
}

#services::after {
  opacity: .5;
}

/* ----------- Honeypot ------------- */
form .hp_input {
  display: none;
}


@media (max-width: 1200px) {
  #header .main_line {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }
  #header .main_line .logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 900px) {
  #header .main_line {
    padding-top: .85rem;
    padding-bottom: .7rem;
  }
  #header .main_line .logo img {
    height: 50px;
  }
}
@media (max-width: 450px) {
  #header .main_line .logo img {
    height: 40px;
  }
  #navi_con {
    margin-top: 0;
  }
}