/* FORM */

.webform-client-form-396 {
  background-color: #f5f5f5;
  width: 60%;
  margin: 2rem 0;
  padding: 1rem 2rem;
}

.webform-client-form-396 input {
  width: 100%;
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
}

.webform-client-form-396 input::placeholder {
  font-size: 1rem;
  opacity: 0.5;
}

.webform-client-form-396 input[type=submit] {
    font-size: 0.7rem;
    width: auto;
    background-color: #fb433e;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    border: 2px solid #fb433e;
}

.webform-client-form-396 input[type=submit]:hover {
    background-color: transparent;
    color: #fb433e;
    cursor: pointer;
}

section#news .container .item .right .table .table-cell p strong {
  font-weight: 700;
}

#edit-submitted-bericht {
  margin-bottom: 1rem;
}

.webform-component--privacy-policy .form-item-submitted-privacy-policy-1 {
  margin-bottom: 1rem !important;
}

.webform-component--privacy-policy input {
  width: auto !important;
  -webkit-appearance: checkbox;
}

.webform-component--privacy-policy label.option {
  margin-left: 1rem;
}

@media only screen and (max-width: 1000px) {
  .webform-client-form-396 {
    width: 100%;
  }
}


/* PRODUCTS */
section#products-new {
  /* position: relative; */
  z-index: 9;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

section#products-new.products-page {
  margin-top: -100px;
}

section#products-new .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 5%;
}


section#products-new .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -80px;
  z-index: 999;
}

section#products-new .row .column:nth-child(odd) {
  background-color: #ECF1F2;
  width: 49%;
  margin: 0 1% 15px 0;
  z-index: 1;
}

section#products-new .row .column:nth-child(even) {
  background-color: #ECF1F2;
  width: 49%;
  margin: 0 0 15px 1%;
  z-index: 1;
}

section#products-new .row .column .title-wrapper a {
  text-decoration: none;
  cursor: pointer;
}

section#products-new .row .column .title-wrapper h3 {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #98B9BF;
  font-weight: 700;
  font-size: 31px;
  text-transform: uppercase;
}

section#products-new .row .column .title-wrapper .description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 35px 0;
}

section#products-new .row .column .title-wrapper .description img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

section#products-new .row .column .title-wrapper .description p {
  font-size: 15px;
  font-weight: 700;
  color: black;
}

section#products-new .row .column .item-wrapper {
  display: flex;
  padding: 20px;
}

section#products-new .row .column .item-wrapper a {
  width: 50%;
  padding: 0 7.5px 0 0;
  text-decoration: none;
}

section#products-new .row .column .item-wrapper a:last-child {
  padding: 0 0 0 7.5px;
}

section#products-new .row .column .item-wrapper a .item {
  background-color: white;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 25px;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#products-new .row .column .item-wrapper a .item h3 {
  color: black;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

section#products-new .row .column .item-wrapper a .item .description img {
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#products-new .row .column .item-wrapper a .item:hover {
  border-color: #FF4337;
}

section#products-new .row .column .item-wrapper a .item:hover h3 {
  opacity: 1;
}

section#products-new .row .column .item-wrapper a .item:hover .description img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 750px) {
  section#products-new .row .column:nth-child(even),
  section#products-new .row .column:nth-child(odd) {
    width: 100%;
    margin: 0 0 15px 0;
  }
  section#products-new .row .column .item-wrapper a .item h3 {
    opacity: 1;
  }
}
