.main-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  margin-top: -50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-top: -400px;
  font-family: Sacramento;
  color: #e9e9e9;
  font-size: 500%;
  font-weight: 400;
  text-shadow: 0 1px 0 #020202;
}

.div-block {
  width: 150px;
  height: 150px;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.image {
  width: 350px;
}

.image-2 {
  width: 500px;
  clear: none;
}

.text-block {
  display: block;
  clear: none;
  font-family: Sacramento;
  font-size: 30px;
}

.container {
  margin-top: 0px;
  margin-bottom: 70px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.logo1 {
  display: inline-block;
  font-family: Roboto;
  color: #646464;
  font-size: 38px;
  font-weight: 300;
}

.claim {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Roboto;
  color: #3e8041;
  font-size: 11px;
  font-weight: 400;
}

.logo-k {
  display: inline-block;
  margin-left: 8px;
  font-family: Roboto;
  color: #3e8041;
  font-size: 38px;
  font-weight: 400;
}

.link {
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto;
  color: #646464;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  background-color: #c2df2b;
  color: #fff;
  text-decoration: none;
}

.divider {
  height: 4px;
  margin-top: 15px;
  background-image: linear-gradient(308deg, #418046, #89b537 55%, #c3e02b);
}

.container-2 {
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  text-align: center;
}

.linkedin {
  width: 20px;
  margin-right: 4px;
  margin-left: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.xing {
  width: 20px;
  margin-left: 4px;
}

.social-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-3 {
  width: 20px;
  margin-right: 4px;
}

.text-block-2 {
  margin-top: 0px;
  font-family: Roboto;
  color: #646464;
  font-size: 10px;
}

.container-4 {
  text-align: center;
}

.div-block-2 {
  margin-top: 20px;
}

.text-block-3 {
  margin-top: 30px;
  font-family: Roboto;
  color: #646464;
  font-size: 11px;
  font-weight: 600;
}

.text-block-4 {
  margin-top: 5px;
  font-family: Roboto;
  color: #646464;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .main-flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .main-flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .main-flex-container {
    padding-top: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    font-size: 300%;
  }
}

