/*

_______ Generelles Styling _______


*/

html,
body,
p,
a,
h1,
h2,
h3,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  display: block;
  font-family: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.8px;
}

main {
  display: block;
  padding-top: 200px;
}

footer {
  display: block;
}

/*


________ Head Bereich _________


*/

header {
  position: fixed;
  width: 100%;
  height: 200px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.shrink-header {
  height: 80px;
  -webkit-box-shadow: 0px 5px 50px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 50px -3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms linear, -webkit-box-shadow 170ms ease-in;
  transition: all 300ms linear, -webkit-box-shadow 170ms ease-in;
  transition: all 300ms linear, box-shadow 170ms ease-in;
  transition: all 300ms linear, box-shadow 170ms ease-in, -webkit-box-shadow 170ms ease-in;
  transition: all 300ms linear, box-shadow 170ms ease-in,
    -webkit-box-shadow 170ms ease-in;
}

.menu-header {
  height: 160px;
}

.nav {
  position: relative;
  width: 90%;
  max-width: 1800px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.logo {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  width: 290px;
  height: 150px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#logo {
  position: absolute;
  opacity: 1;
  height: 300px;
  width: 160px;
  bottom: -73px;
  left: 40px;
  -webkit-transition: all 300ms linear, opacity 200ms linear;
  transition: all 300ms linear, opacity 200ms linear;
}

#logo-text {
  position: absolute;
  bottom: 0px;
  height: 30px;
  width: 250px;
  z-index: 9999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.shrink-logo-img {
  bottom: -35px !important;
  left: -60px !important;
  width: 50px !important;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.shrink-logo-text {
  bottom: 95px !important;
  -webkit-transition: bottom 300ms linear;
  transition: bottom 300ms linear;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.shrink-menu {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.menu-dep {
  display: block;
  margin: 0 30px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
}

.menu-dep:hover {
  color: #818f92;
}

.menu-active {
  color: #818f92;
}

.banner {
  width: 100%;
  height: calc(100vh - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-left,
.banner-right {
  display: block;
  width: 50%;
  height: 100%;
}

.banner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 5px;
}

.banner-right {
  background: url(../img/woman.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.banner-left-top {
  width: 100%;
  height: 75%;
  margin-bottom: 5px;
  background: url(../img/child.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-left-bot {
  width: 100%;
  height: 25%;
  margin-top: 5px;
  background: #b6cbcf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 70px;
  text-transform: uppercase;
}

.banner-text {
  width: 400px;
  color: #333333;
}

.banner-text h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 55px;
}

.banner-text h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
}

.banner-text p {
  float: right;
  font-size: 25px;
  font-weight: 200;
  line-height: 40px;
}

.between {
  position: relative;
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #333333;
}

.between.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.noline {
  border: none;
}

.no-display,
.dn {
  display: none;
}

.form-error {
    padding: .6rem;
    color: #A00;
    border: 1px solid #A00;
}

select.invalid,
input.invalid,
textarea.invalid {
    border-color: #A00;
    background-color: #fdd;
}

input[type=checkbox].invalid {
    /* outline: 1px solid red; */
}

input[type=checkbox].invalid + label,
input[type=checkbox].invalid + label p {
    /* border: 1px solid red; */
    color: #A00;
}

.text-box {
  position: relative;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 40px;
  margin-right: 100px;
}

.text-box h4,
.text-box p {
  float: right;
  text-transform: uppercase;
  color: #333333;
}

.text-box h4 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  margin: 0;
}

.text-box p {
  font-size: 17px;
  font-weight: 200;
  line-height: 27px;
}

.about {
  border-bottom: 2px solid #333333;
}

.about-text {
  width: 90%;
  max-width: 840px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.about-text p {
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #726f6f;
}

.team {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 200px;
}

.team-1,
.team-3 {
  background: #f2f2f2;
  height: 100%;
}

.team-1 {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  padding-left: 15vw;
  padding-right: 10px;
  color: #726f6f;
}

.team-2 {
  position: relative;
  height: 600px;
  width: 45%;
  max-width: 900px;
  bottom: 50px;
  background: url(../img/arzt.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-3 {
  position: relative;
  width: 100px;
}

.team-1-top h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
}

.team-1-top p {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 200;
  color: #333;
}

.team-1-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #726f6f;
}

.team-1-mid-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-1-mid-row-left {
  width: 120px;
  min-width: 120px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.team-1-mid-row-right {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

.team-1-bot {
  color: #726f6f;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

.team-1-bot h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.team-helper {
  width: 90%;
  max-width: 1350px;
  margin: auto;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-helper-tile {
  position: relative;
  width: 33%;
  height: 315px;
  margin: 0 15px;
  overflow: hidden;
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
}

.team-helper-tile:nth-child(1) {
  background: url(../img/chrissi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0;
}

.team-helper-tile:nth-child(2) {
  background: url(../img/gabi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-helper-tile:nth-child(3) {
  background: url(../img/franzi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0;
}

.team-helper-tile-subbar {
  position: absolute;
  bottom: -10px;
  width: 100%;
  background: rgba(242, 242, 242, 0.92);
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
}

.team-helper-tile:hover>.team-helper-tile-subbar {
  bottom: 0px;
  background: rgba(242, 242, 242, 1);
}

.team-helper-tile-subbar p {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0.2px;
  padding: 10px 20px;
  padding-bottom: 17px;
  cursor: default;
}

.team-helper-tile-subbar p span {
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.topline {
  border-top: #333333 solid 2px;
}

.schwerpunkte {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 140px;
}

.schwerpunkte-left {
  background: #f2f2f2;
  color: #333333;
  width: 50%;
  margin-right: 5px;
  padding: 100px;
  padding-right: 150px;
  text-align: right;
}

.schwerpunkte-left h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
}

.schwerpunkte-left p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 35px;
  font-weight: 200;
}

.schwerpunkte-right {
  background: #b6cbcf;
  color: #ffffff;
  width: 50%;
  margin-left: 5px;
  padding: 100px;
  text-align: right;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.schwerpunkte-right p {
  margin: 20px 0px;
}

.form {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  margin-bottom: 120px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form .hp-field {
  display: none;
}

.form-left {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.form-left input,
.form-left select {
    font-family: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-weight: 300;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    letter-spacing: 0.6px;
    line-height: 30px;
    color: #5d5d5d;
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
}

.data input {
  display: block;
  min-width: 20px;
  width: 20px;
  margin-bottom: auto;
  margin-top: 0;
  margin-right: 16px;
}

.form-left p {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  letter-spacing: 0.5px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}

.data label {
  display: block;
  width: 80%;
}

#section-2 {
    height: 160px;
}


.form-right {
  display: flex;
  width: 54%;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.form-right div,
.form-right textarea,
.form-right button {
    margin-bottom: 20px;
}

.form-right textarea {
  padding: 10px;
  border: none;
  border: 1px solid #c1c1c1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  font-family: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.6px;
  line-height: 41px;
  color: #5d5d5d;
}

.form-right button {
  width: 120px;
  min-width: 120px;
  height: 60px;
  background: #b6cbcf;
  color: #ffffff;
  font-size: 22px;
  font-family: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
  padding: 0;
  margin-top: auto;
  cursor: pointer;
}

.maps {
  width: 90%;
  height: 400px;
  max-width: 1600px;
  margin: auto;
  margin-bottom: 160px;
}

.map {
  height: 100%;
  width: 45%;
  background: #b6cbcf;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

footer {
  width: 100%;
  height: 220px;
  background: #f2f2f2;
}

.footer-inside {
  width: 90%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-inside-zahn {
  position: relative;
  top: -30px;
}

.footer-inside-zahn img {
  width: 110px;
}

.footer-inside-section {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.footer-inside-section-dep {
  margin-top: 50px;
}

.footer-inside-section-dep:first-child {
  margin-left: 10%;
}

.footer-inside-section-dep:last-child {
  margin-right: 10%;
}

.footer-inside-section-dep h3 {
  text-transform: uppercase;
}

.footer-inside-section-dep p a {
  text-decoration: none;
  color: inherit;
}

.footer-inside-section-dep p a:hover {
  text-decoration: underline;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
}

.timer-left {
  width: 60px;
  margin-right: 10px;
}

.sub-footer {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  background: #b6cbcf;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.impressum-wrapper {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-bottom: 100px;
}

.impressum-wrapper h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

.impressum-wrapper h4 {
  font-size: 1em;
  margin-top: 22px;
  line-height: 1.7rem;
  font-weight: 600;
}

.impressum-wrapper p,
.impressum-wrapper a {
  font-weight: 200;
  letter-spacing: 0.3px;
}

.impressum-wrapper a {
  color: inherit;
  text-decoration: none;
}

.impressum-wrapper a:hover {
  text-decoration: underline;
}

.brandelicious {
  transition: all 170ms ease-in-out;
}

.brandelicious:hover {
  color: #00ff7f;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  .logo {
    left: 50px;
  }

  .banner {
    height: calc(100vh - 210px);
  }

  .banner-left-bot {
    padding-left: 20px;
    padding-top: 70px;
    height: 35%;
  }

  .banner-text {
    width: 340px;
  }

  .banner-text h3 {
    font-size: 44px;
    line-height: 42px;
  }

  .banner-text h2 {
    font-size: 44px;
    line-height: 42px;
  }

  .banner-text p {
    font-size: 22px;
    line-height: 30px;
  }

  .burger {
    position: absolute;
    right: 0;
    top: 60px;
    cursor: pointer;
    z-index: 99999999;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }

  .burger span {
    position: relative;
    display: block;
    border-radius: 1px;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background: #333;
    -webkit-transition: opacity 100ms ease-in-out,
      -webkit-transform 100ms ease-in-out;
    transition: opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    -webkit-transition: opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
    transition: transform 100ms ease-in-out, opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, opacity 100ms ease-in-out,
      -webkit-transform 100ms ease-in-out;
  }

  .shrink-burger {
    top: 30px;
  }

  .menu {
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    background: #fff;
    z-index: 9999;
  }

  .shrink-menu {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .menu-open {
    opacity: 1;
    pointer-events: unset;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    -webkit-transition-delay: 300ms;
    transition-delay: 100ms;
  }

  .menu-dep {
    margin-right: 50px;
    font-weight: 500;
  }

  .become-x span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .become-x span:nth-child(2) {
    opacity: 0;
  }

  .become-x span:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .about-text {
    text-align: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: none;
  }

  .about-text p {
    font-size: 16px;
  }

  .team {
    margin-top: 0;
    margin-bottom: 130px;
  }

  .team-1 {
    width: 50%;
    height: 450px;
    padding-left: 50px;
    padding-bottom: 20px;
  }

  .team-1 p {
    font-size: 15px;
    line-height: 22px;
  }

  .team-1-top h3 {
    font-size: 20px;
  }

  .team-1-mid-row-left,
  .team-1-mid-row-right {
    font-size: 15px;
    line-height: 22px;
  }

  .team-1-mid-row-left {
    width: 90px;
    min-width: 90px;
  }

  .team-1-mid-row {
    margin-bottom: 10px;
  }

  .team-1-bot {
    position: absolute;
    top: 480px;
  }

  .team-2 {
    width: 50%;
    height: 450px;
    bottom: 0;
  }

  .team-3 {
    width: 0;
  }

  .team-helper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .team-helper-tile {
    min-width: 320px;
    min-height: 230px;
    max-height: 230px;
    margin: 10px 10px !important;
    margin-bottom: 80px !important;
    overflow: visible;
  }

  .team-helper-tile-subbar {
    position: absolute;
    height: 30px;
    bottom: -40px;
    background: none;
  }

  .team-helper-tile-subbar p {
    padding: 0;
    font-size: 15px;
  }

  .team-helper-tile-subbar p span {
    font-size: 17px;
  }

  .schwerpunkte-left {
    padding: 150px 20px;
  }

  .schwerpunkte-left h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }

  .schwerpunkte-left p {
    font-size: 16px;
    line-height: 24px;
  }

  .schwerpunkte-right {
    padding: 20px;
    text-align: center;
  }

  .form {
    width: 80%;
    margin-top: 50px;
  }

  .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-left,
  .form-right {
    width: 100%;
  }

  .form-left #name,
  .form-left #mail {
    margin: 40px 0px;
    font-size: 16px;
  }

  .data {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .data label p {
    font-weight: 200;
  }

  .form-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-right textarea {
    font-size: 16px;
  }

  .form-right button {
    margin: 10px 0 auto auto;
  }

  .maps {
    height: 300px;
    margin-bottom: 90px;
  }

  .map {
    width: 90%;
    margin: auto;
  }

  footer {
    height: unset;
  }

  .footer-inside-zahn {
    display: none;
  }

  .footer-inside-section {
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
  }

  .footer-inside-section-dep {
    margin: 20px auto !important;
  }

  .footer-inside-section-dep p {
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.2px;
  }

  .footer-inside-section-dep h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .timer-left {
    text-align: left;
  }

  .footer-inside-section-dep:last-child {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .footer-inside-section-dep:last-child p {
    display: inline-block;
    margin: auto 10px;
    font-weight: 400;
    cursor: pointer;
  }
}

@media only screen and (max-width: 450px) {
  .shrink-menu {
    margin-top: 20px;
  }

  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 800px;
  }

  .banner-left,
  .banner-right {
    width: 100%;
  }

  .banner-left {
    height: 65%;
  }

  .banner-left-top {
    height: 60%;
  }

  .banner-left-bot {
    height: calc(40% - 5px);
    margin-top: 0;
    margin-bottom: 5px;
    background: #f2f2f2;
    padding-top: 40px;
    padding-left: 60px;
  }

  .banner-text {
    width: 270px;
  }

  .banner-text h3 {
    font-size: 35px;
  }

  .banner-text h2 {
    font-size: 35px;
  }

  .banner-text p {
    font-size: 18px;
  }

  .banner-right {
    height: 35%;
    margin-left: 0;
  }

  .text-box {
    margin-bottom: 20px;
  }

  .text-box h4 {
    font-size: 25px;
    line-height: 25px;
  }

  .between {
    height: 160px;
  }

  .about {
    border: none;
  }

  .about-text {
    width: 80%;
    text-align: center;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-bottom: 0px;
  }

  .noline {
    border-bottom: 2px solid #333333;
  }

  .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: unset;
    margin-bottom: 50px;
  }

  .team-1,
  .team-2,
  .team-3 {
    width: 100%;
  }

  .team-1 {
    padding: 20px 40px;
    height: unset;
  }

  .team-1-top {
    margin-bottom: 20px;
  }

  .team-1-mid {
    margin-bottom: 20px;
  }

  .team-1-mid-row {
    margin: auto;
  }

  .team-1-bot {
    top: unset;
    position: relative;
  }

  .team-1-bot p {
    line-height: 22px;
  }

  .team-2 {
    height: 300px;
    margin-top: 50px;
  }

  .team-3 {
    display: none;
  }

  .team-helper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .team-helper-tile {
    width: 70%;
    height: 220px;
    margin: auto !important;
    margin-bottom: 20px !important;
  }

  .team-helper-tile:hover .team-helper-tile-subbar {
    bottom: 10px;
  }

  .team-helper-tile-subbar {
    bottom: 10px;
    padding: 10px;
    padding-left: 20px;
    height: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.92);
  }

  .team-helper-tile-subbar p {
    font-size: 15px;
    line-height: 23px;
  }

  .team-helper-tile-subbar p span {
    display: block;
    line-height: 21px;
  }

  .topline {
    border-top: none;
  }

  .schwerpunkte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .schwerpunkte-left,
  .schwerpunkte-right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto;
    padding: 20px;
  }

  .schwerpunkte-left h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .schwerpunkte-left p {
    font-size: 17px;
    line-height: 24px;
  }

  .schwerpunkte-right {
    margin-top: 60px;
    margin-bottom: 5px;
    text-align: center;
  }

  .form {
    width: 80%;
    margin-top: 50px;
  }

  .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-left,
  .form-right {
    width: 100%;
  }

  .form-left #name,
  .form-left #mail {
    margin: 40px 0px;
    font-size: 15px;
  }

  .data {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .data label p {
    font-weight: 200;
  }

  .form-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-right textarea {
    font-size: 15px;
  }

  .form-right button {
    margin: 10px 0 auto auto;
    height: 44px;
    width: 90px;
    min-width: 90px;
    font-size: 16px;
  }

  .maps {
    height: 200px;
    margin-bottom: 90px;
  }

  .map {
    width: 90%;
    margin: auto;
  }

  footer {
    height: unset;
  }

  .footer-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-inside-zahn {
    display: none;
  }

  .footer-inside-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 50px 0;
  }

  .footer-inside-section-dep {
    margin: 20px auto !important;
    text-align: center;
  }

  .footer-inside-section-dep:last-child {
    margin: 20px auto !important;
    text-align: center;
  }

  .footer-inside-section-dep p {
    font-weight: 200;
  }

  .timer-left {
    text-align: left;
  }

  .footer-inside-section-dep:last-child p {
    display: inline-block;
    margin: auto 10px;
    font-weight: 400;
    cursor: pointer;
  }
}