body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: white;
  font-family: "Candara", sans-serif;
  line-height: 23px;
}

h1 {
  margin-bottom: -4px;
  font-size: 22px;
  color: black;
}

h2 {
  padding: 4px 6px 0 0;
  font-size: 18px;
  color: black;
}

p {
  font-size: 16px;
}

td, span {
  font-size: 16px;
}

a:link {
  text-decoration: none;
  color: #000000;
}

a:visited {
  text-decoration: underline;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #267435;
}

a:hover {
  text-decoration: none;
  color: #267435;
}

.inline-block {
  display: flex;
  vertical-align: top;
}

.contact tr {
  display: flex;
}
.contact td {
  min-width: 24px;
}
.contact td:first-child {
  width: 100px;
  padding-right: 10px;
}

.message-important {
  background-color: white;
  padding: 20px;
  margin: 20px 0 30px;
  border-radius: 0;
  border: 0.12rem solid #0a6b29;
}
.message-important h2 {
  padding-top: 0;
  margin-top: 0;
}

.hr {
  width: 100%;
  height: 0.12rem;
  background-color: #c52b4b;
}

.float-right {
  float: right;
  color: #c52b4b !important;
  margin-top: 6px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.produktion img {
  padding-right: 20px;
  padding-top: 10px;
}

.products td, .produktion td {
  padding-left: 10px;
  padding-top: 0;
  vertical-align: top;
  margin: 0;
}
.products h2, .produktion h2 {
  margin-top: 4px;
  padding-top: 0;
}

.produktion td {
  padding-left: 0;
}

.betrieb img {
  padding-right: 10px;
}

.full {
  display: block;
}

.short {
  display: none;
}

.active {
  color: #c52b4b !important;
  font-weight: bold;
}

.header {
  display: flex;
  height: 120px;
  margin: 0;
  padding: 0;
  background-color: white;
}
.header-left {
  flex: 1;
  height: 100%;
  float: left;
  text-align: right;
}
.header-left img {
  margin-top: 19px;
  padding-right: 10px;
  height: 94px;
  width: auto;
}
.header-center {
  height: 78px;
  width: 1000px;
  float: left;
  margin-top: 20px;
  padding-top: 1px;
}
.header-center--description {
  font-family: "Helvetica", serif;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.header-center--separator {
  padding-top: 1px;
  margin-bottom: 10px;
  height: 0.12rem;
  width: 100%;
  background-color: #c52b4b;
}
.header-right {
  flex: 1;
  float: left;
  margin-top: 22px;
}
.header-right--separator {
  padding-top: 1px;
  margin-top: 22px;
  height: 0.12rem;
  width: 100%;
  background-color: #c52b4b;
}

.menu {
  display: flex;
  font-size: 18px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
@media (max-width: 1040px) {
  .menu {
    padding-right: 20px;
  }
}
.menu-left {
  flex: 1;
}
.menu-center {
  width: 1000px;
  text-align: right;
  margin-top: 10px;
}
.menu-center a {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.menu-center a:hover {
  color: #c52b4b;
}
.menu-right {
  flex: 1;
}

.content {
  display: flex;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background-color: white;
}
@media (max-width: 1040px) {
  .content {
    padding: 20px;
  }
}
.content--top .content-center {
  background-image: linear-gradient(to right, white, transparent);
}
.content--top .content-center h1 {
  border-left: 2px solid #c52b4b;
  padding-left: 0.6rem;
}
.content--top .content-left {
  background-color: white;
}
@media (max-width: 1040px) {
  .content--top {
    padding: 0;
    padding-right: 20px;
    margin-left: 20px;
  }
}
.content--background-image {
  background: url("../assets/images/img-background-index2.jpg");
  background-size: cover;
}
.content--background-image h1, .content--background-image p {
  text-shadow: 1px 1px 10px white;
  border: none;
  padding-left: 0;
}
.content--background-grey {
  background: #fafafa;
}
.content-left {
  padding-top: 50px;
  padding-bottom: 40px;
  flex: 1;
}
.content-center {
  width: 1000px;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}
.content-center a {
  margin-top: 10px;
  padding-left: 20px;
}
.content-right {
  padding-top: 50px;
  padding-bottom: 40px;
  flex: 1;
}
.content--double {
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.content--double img {
  margin-top: 10px;
  padding-left: 5px;
  border-left: 0.12rem solid #c52b4b;
  height: 430px;
}
.content--double--second {
  margin: 0;
  padding-left: 40px;
  padding-top: 8px;
}
.content--800 {
  height: 800px;
}

.content-message-important .content-center {
  padding-top: 10px;
  padding-bottom: 0px;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 18px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  p, span, a, td, li, .message-important {
    font-size: 14px !important;
  }
  .menu-center {
    margin-top: 8px;
  }
  .betrieb {
    display: flex;
    width: 100%;
  }
  .betrieb img {
    width: 32%;
    padding-right: 2%;
  }
  .betrieb img:last-child {
    padding-right: 0;
  }
  .products td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .content--double--second {
    padding-left: 0;
  }
  .menu {
    padding: 0;
  }
  .menu .menu-center {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .menu .menu-center a {
    padding: 0 auto;
    margin: 0;
  }
}
@media screen and (max-width: 460px) {
  .full {
    display: none;
  }
  .short {
    display: block;
  }
  td {
    padding-right: 4px !important;
  }
  .menu-center a {
    padding: 0 6px;
  }
}
/*@ sourceMappingURL=bentele-2026.css.map*/