@font-face {
  font-family: 'Poppins-light';
  src: url(framework/Poppins-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url(framework/Poppins-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url(framework/Poppins-Semibold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(framework/Poppins-Bold.ttf);
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins-light';
  color: #1A1A1A;
}

/* mixin for multiline */
#dkp-footer {
  background-color: #323232;
  padding-top: 55px;
  padding-bottom: 35px;
}

#dkp-footer .footer-content {
  color: #FFFFFF;
}

@media (max-width: 575px) {
  #dkp-footer .footer-content {
    text-align: center;
  }
}

#dkp-footer .footer-content .title {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .title {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  #dkp-footer .footer-content .title {
    margin-top: 35px;
    font-size: 22px;
  }
}

#dkp-footer .footer-content .content {
  margin-top: 25px;
  font-size: 16px;
}

#dkp-footer .footer-content .sekretariat .content-location {
  margin-top: 20px;
}

#dkp-footer .footer-content .sekretariat .content-phone {
  font-weight: 600;
  margin-top: 20px;
}

#dkp-footer .footer-content .sekretariat .content-email {
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .fkdkp {
    float: right;
  }
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .fkdkp .title {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  #dkp-footer .footer-content .fkdkp .title {
    margin-top: 35px;
  }
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .fkdkp .content {
    margin-left: 0;
  }
}

#dkp-footer .footer-content .fkdkp .content-link-list ul {
  list-style-type: none;
  padding: 0;
}

#dkp-footer .footer-content .fkdkp .content-link-list ul li {
  margin-top: 3px;
}

#dkp-footer .footer-content .fkdkp .content-link-list ul li a {
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .certification .title {
    margin-top: 25px;
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .certification .content {
    margin-left: 0;
  }
}

#dkp-footer .footer-content .certification .content-link-list ul {
  list-style-type: none;
  padding: 0;
}

#dkp-footer .footer-content .certification .content-link-list ul li {
  margin-top: 3px;
}

#dkp-footer .footer-content .certification .content-link-list ul li a {
  color: #FFFFFF;
}

@media (max-width: 1250px) {
  #dkp-footer .footer-content .faq .title {
    margin-left: 25px;
  }
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .faq .title {
    margin-top: 25px;
    margin-left: 0;
  }
}

@media (max-width: 1250px) {
  #dkp-footer .footer-content .faq .content {
    margin-left: 25px;
  }
}

@media (max-width: 1199px) {
  #dkp-footer .footer-content .faq .content {
    margin-left: 0;
  }
}

#dkp-footer .footer-content .faq .content-faq-list ul {
  list-style-type: none;
  padding: 0;
}

#dkp-footer .footer-content .faq .content-faq-list ul li {
  margin-top: 3px;
}

.content-faq-link {
  float: right;
  margin-right: 8.35%;
}

@media screen and (max-width: 1199px) {
  .content-faq-link {
    margin-right: 3.6%;
  }
}

@media screen and (max-width: 991px) {
  .content-faq-link {
    float: none;
    margin: auto;
  }
}

.content-faq-link a {
  text-decoration: none;
  color: #00B0F0;
}

.content-faq-link a:hover {
  border-bottom: 1px solid #00B0F0;
}

.content-faq-link a img {
  margin-left: 5px;
}

#copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222;
}

#copyright .content-copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
/*# sourceMappingURL=footer.css.map */
