@font-face {
  font-family: "Elephant-Regular";
  src: url("../assets/fonts/Elephant-Regular.eot");
  src: url("../assets/fonts/Elephant-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Elephant-Regular.woff2") format("woff2"), url("../assets/fonts/Elephant-Regular.woff") format("woff"), url("../assets/fonts/Elephant-Regular.ttf") format("truetype"), url("../assets/fonts/Elephant-Regular.svg#Elephant-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 0;
  overflow-x: hidden;
}

.sidebar-col {
  padding: 60px 30px 30px 50px;
  background: #e9eae7;
  min-height: 100vh;
}
@media only screen and (max-width: 992px) {
  .sidebar-col {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-col .logo {
    text-align: center;
  }
}
.sidebar-col .logo img {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .sidebar-col .logo img {
    width: 40%;
  }
}
.sidebar-col .policy span {
  color: #a7a7ad;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1280px) {
  .sidebar-col .policy span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .social-icons {
    margin: 15px 0 0;
  }
}
.social-icons a {
  font-size: 40px;
  margin: 0 15px 0 0;
  color: #EC008C;
}
.social-icons a:last-child {
  margin: 0;
}

.about-col {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 45px 30px 30px;
  background: #faf9f6;
  margin: 2.5rem -15rem 2rem 0;
}
@media only screen and (max-width: 1367px) {
  .about-col {
    margin: 2.5rem -25rem 2rem 0;
  }
}
@media only screen and (max-width: 992px) {
  .about-col {
    margin: 1rem -25rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-col {
    margin: 1rem 0 1rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-col {
    margin: 1rem 0 1rem 0;
    padding: 15px;
  }
}
.about-col h1 {
  margin-bottom: 20px;
  font-family: "Elephant-Regular";
  font-size: 32px;
  line-height: 34px;
  font-weight: normal;
}
.about-col p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .about-col p {
    font-size: 14px;
    line-height: 16px;
  }
}
.about-col .hash-tags {
  color: #EC008C;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .about-col .hash-tags {
    font-size: 14px;
    line-height: 16px;
  }
}
.about-col ul {
  list-style: none;
  padding: 0;
}
.about-col ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .about-col ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.about-col ul li .about-href {
  color: #000;
  text-decoration: underline;
}
.about-col .about-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .about-col .about-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.about-col .about-bottom .c-btn {
  background: #e9eae7;
  padding: 5px 10px;
  margin-right: 3px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.main-section {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main-section {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .main-section {
    padding: 1rem 15px 4rem;
  }
}
.main-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  content: "";
  background: url(../assets/images/personalvermittlung.jpg) no-repeat;
  background-size: cover;
  width: 75%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main-section::before {
    width: 100%;
  }
}
.main-section .social-bottom {
  position: absolute;
  top: auto;
  left: auto;
  right: 25px;
  bottom: 20px;
  content: "";
  display: flex;
}
@media only screen and (max-width: 767px) {
  .main-section .social-bottom {
    align-items: center;
    justify-content: center;
    bottom: 8px;
    left: 0;
    right: 0;
  }
}
.main-section .social-bottom a {
  font-size: 35px;
  margin: 0 15px 0 0;
  background: #EC008C;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .social-bottom a:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main-section .social-bottom a {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */