.neue-adresse {
    padding: 6rem 0 5rem 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

.neue-adresse:after {
  display: table;
  clear: both;
  content: '';
}

.neue-adresse > h1 {
    color: rgb(76, 122, 114);
    font-size: 5.5rem;
    line-height: 1;
}

.neue-adresse > p {
    margin: 3rem 1rem;
    font-size: 2.2rem;
    color: rgb(95, 87, 91);
}

.neue-adresse-button {
  display: inline-block;
  width: 52rem;
  max-width: 90%;
  text-align: center;
  padding: 2.5rem 1rem;
  color: white;
  font-size: 2rem;
  margin: 0 1rem 1rem 1rem;
}

.neue-adresse a.green{
    color: rgb(76, 122, 114);
}
.neue-adresse a.gray{
    color: rgb(95, 87, 91);
}

.neue-adresse-button a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.neue-adresse-button__green {
  background-color: rgb(76, 122, 114);
}

.neue-adresse-button__gray {
  background-color: rgb(95, 87, 91);
}

@media all and (max-width: 1281px) {
  .neue-adresse-column {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media all and (max-width: 1023px) {
  .neue-adresse-column {
    width: 100%;
  }
}

.neue-adresse-column > h1 {
  font-size: 5.5rem;
  line-height: 1;
}

.neue-adresse-column > p { 
  margin: 3rem 0;
}

.neue-adresse-column__green {
  background-color: rgba(76, 122, 114, 1);
}

.neue-adresse-column__gray {
  background-color: rgba(95, 87, 91, 1);
}

.neue-adresse-column li {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.neue-adresse-column li a {
  color: white;
  text-decoration: none;
}

.neue-adresse-column li::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.neue-adresse-column .wpcf7-form input[type="email"] {
  padding: .8rem 1.8rem;
  background-color: transparent;
  border: 1px solid white;
  border-radius: none;
}

.neue-adresse-column .wpcf7-form input,
.neue-adresse-column .wpcf7-form button {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
}

.neue-adresse-column .wpcf7-form button {
  padding-left: 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: none;
}

.neue-adresse-column .wpcf7-form button::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.neue-adresse-column .wpcf7-form input {
  font-weight: bold;
  width: 50%;
  min-width: 28rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.neue-adresse-column .wpcf7-form input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: 1.2;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.neue-adresse-column .wpcf7-form input::-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.neue-adresse-column .wpcf7-form input:-ms-input-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.neue-adresse-column .wpcf7-form input:-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}

.facts {
  width: 100%;
  margin: 7rem auto;
  margin-bottom: 3rem;
  min-height: 240px;
  height: 25%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  background: rgb(76, 122, 114);
}

.newaddress-fact {
  text-align: center;
}

.newaddress-fact h4 {
  font-size: 7.5rem;
  line-height: 1;
  margin-bottom: .05em;
}

.newaddress-fact h5 {
  color: #ffffff;
  line-height: 18px;
}


@media all and (max-width: 767px) {
  .facts {
    padding: 20px 10px;
  }

  .neue-adresse, .newaddress-figures, .facts {
    min-height: 0;
    height: auto;
  }

  .unslick.newaddress-figures {
    white-space: nowrap;
    overflow-x: auto;
  }

  .unslick .newaddress-figure {
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }

  .newaddress-figure, .pos1, .pos2, .pos3, .pos4, .pos5 {
    width: 100vw;
    height: 75%;
    min-height: 90vw;
  }

  .newaddress-figure figcaption {
    bottom: 0;
    top: auto;
    height: auto;
    opacity: 1;
    padding-bottom: 52px;
  }
  
  .newaddress-figure figcaption p,
  .newaddress-figure figcaption h4 {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  .newaddress-fact {
    width: 33.33%;
  }

  .newaddress-fact:nth-child(1){
      display:none;
  }
  .newaddress-fact:nth-child(2){
      display:none;
  }
  .newaddress-fact:nth-child(6){
      display:none;
  }
  .newaddress-fact:nth-child(7){
      display:none;
  }
  
  .mood-fact h4 {
    font-size: 4rem;
  }

  .neue-adresse .slick-dots {
    bottom: 20px;
  }

  .neue-adresse .slick-dots li button:before {
    border: 1px solid white;
  }

  .neue-adresse .slick-dots li.slick-active button:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.facts-repeated {
  width: 100%;
  margin: 1rem auto;
  min-height: 80px;
  height: 8%;
  color: rgb(95, 87, 91);
  text-align: center;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  background: #ffffff;
}

#map{
    width: 100%;
    height: 450px;
    margin: 2rem 0 0 0;
}

#map{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media all and (max-width: 499px) {
  .facts {
    display:block;
  }
  .newaddress-fact {
    width: 100%;  
  }
}