/*** GENERAL ***/
h4 {
  font-size: 14px;
}
a,
a:visited,
a:link {
  color: #3DB9BF;
}
.impressum1,
.impressumBottom {
  margin: 85px auto;
}
/*** HEADING ***/
.main-head {
  background-image: none;
  background-color: #3DB9BF;
}
.head-jumbo_heading h1 {
  margin-bottom: 45px;
}
.head-arrow-down img {
  margin-top: 0;
}
/*** SIDE CONTACT ***/
.side-contact {
  display: none;
}
#contact_left {
  margin-left: 30px;
  padding: 85px 60px;
  background-color: #3DB9BF;
  height: calc(100vh + 70px);
}
.fixed_contact {
  position: fixed;
  top: 0;
  z-index: 0;
}

/*** SECTION 1 ***/
.impressum1-content:not(:last-child) {
  margin-bottom: 50px;
}
.impressum1-content h2,
.impressum1-content p {
  text-align: center;
}
.impressum1-content h2 {
  margin-bottom: 1rem;
}
.impressum1-content p {
  margin-bottom: 0;
}

/*** SECTION HOTLINE ***/

.hotline {
  padding: 85px 0;
  background-color: #3DB9BF;
}
.hotline-content h1,
.hotline-content h4,
.hotline-content p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.hotline-content h1,
.hotline-content .__info {
  margin-bottom: 30px;
}
.hotline-content .__info:last-child {
  margin-bottom: 0;
}

/*** SECTION 3 ***/

.impressumBottom p:not(.__text) {
  margin-bottom: 0;
}
.impressumBottom a:hover,
.impressumBottom a:focus {
  text-decoration: underline;
}

/*** MAIN FOOTER ***/
.main-footer {
  background-color: #fff;
}

@media(min-width:360px) {
  /*** GENERAL ***/
  h4 {
    font-size: 16px;
  }
}
@media(min-width:375px) {}
@media(min-width:480px) {

  /*** SECTION 1 ***/
  .impressum1-content:not(:last-child) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .impressum1-content h2,
  .impressum1-content p {
    text-align: left;
  }

}
@media(min-width:720px) {

  /*** SECTION 1 ***/
  .impressum1-content:not(:last-child) .d-flex {
    max-width: 66%;
    margin: auto;
  }
  .impressum1-content:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .impressum1-content:last-child .d-flex {
    max-width: 92%;
    margin-left: auto;
  }
}
@media(min-width:768px) {


}
@media(min-width:1024px) {

  /*** GENERAL ***/
  h4 {
    font-size: 21px;
  }

  /*** SIDE CONTACT ***/
  .side-contact {
    display: flex;
    flex: 0 0 40%;
  }
  .side-contact .hotline-content h1,
  .side-contact .hotline-content h4,
  .side-contact .hotline-content p {
    text-align: left;
  }
  .side-contact .hotline-content h1,
  .side-contact .hotline-content .__info {
    margin-bottom: 65px;
  }

  /*** SECTION 1 ***/
  .impressum1 {
    flex: 0 0 60%;
    margin-bottom: 0;
  }
  .impressum1-content:not(:last-child) {
    height: 120px;
  }
  .impressum1-content:not(:last-child) .d-flex {
    max-width: 100%;
    margin: auto;
  }
  .impressum1-content:last-child .d-flex {
    max-width: 100%;
  }

  /*** SECTION HOTLINE ***/
  .hotline {
    display: none;
  }

  /*** SECTION IMPRESSUMBOTTOM ***/
  .impressumBottom {
    flex: 0 0 60%;
    margin-left: auto;
    margin-right: 0;
  }

}
@media(min-width:1366px) {

  /*** SIDE CONTACT ***/
  #contact_left {
    margin-left: 50px;
    padding: 140px 90px;
  }

  /*** SECTION 1 ***/
  .impressum1 {
    margin: 140px auto;
  }

}
@media(min-width:1920px) {

  /*** GENERAL ***/
  h4 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }

  /*** SIDE CONTACT ***/
  #contact_left {
    margin-left: 75px;
    padding: 170px 150px;
  }

  /*** SECTION 1 ***/
  .impressum1 {
    margin: 170px auto;
  }

}
