body {
  background-color: var(--secondary);
  color: var(--light);
  font-size: 14px;
  overflow-x: hidden;
  background-image: url("../images/eichenholz.jpg");
  background-size: cover !important;
}

h1,
h2,
h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--light);
}

h1 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 4px var(--secondary);
}

h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 4px var(--primary);
}

a {
  color: var(--light) !important;
}

.cursor-pointer {
  cursor: pointer;
}

#header {
  background-image: url("../images/header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mainNav {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

#mainNav .nav-item {
  padding: 10px 20px;
  color: #fff;
  transition: all 0.3s;
}

#mainNav .nav-item.active,
#mainNav .nav-item:hover {
  background-color: var(--secondary);
}

main {
  margin-top: 40px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: var(--primary);
  border: solid 2px #fff;
}

footer {
  font-size: 14px;
  color: var(--light) !important;
}

footer a {
  color: var(--light) !important;
}

.produkt-vorschau,
.produkt-bild-vorschau {
  border-bottom: solid 2px transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 5px;
}

.produkt-vorschau.active img,
.produkt-bild-vorschau.active img {
  border-color: #fff;
}

.produkt-vorschau:hover,
.produkt-bild-vorschau:hover {
  border-bottom: solid 2px #fff;
}

.produkt-vorschau img,
.produkt-bild-vorschau img {
  border: solid 1px var(--secondary);
}

@media (max-width: 575px) {
  main {
    border: none;
    border-width: 0px;
    border-bottom: solid 2px #fff;
    margin-top: 0px;
  }

  .border-left {
    border: none !important;
    border-width: 0px !important;
  }
}
@media (max-width: 768px) {
  img.img-fluid.w-30 {
    width: 30px;
  }
}
.link-hover-effect a:hover {
  text-decoration: underline;
}
a.footer-links {
  text-decoration: underline;
}
a.footer-links:hover {
  text-decoration: none;
}
