@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url("../fonts/DINNextLTPro/DINNextLTPro-Bold.otf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "DINNextLTPro-Regular";
  src: url("../fonts/DINNextLTPro/DINNextLTPro-Regular.otf") format("truetype");
  font-weight: 400; }
body {
  font-family: "DINNextLTPro-Regular";
  height: 100%;
  color: #3e3d40; }
  body a {
    text-decoration: none; }

.logo-container {
  margin-top: 18%;
  margin-left: 14%; }
  .logo-container img {
    max-width: 100%; }

.wrapper .logo-col {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; }
.wrapper .infobox-col {
  background-color: #eeefef; }

.infobox-wrapper {
  margin-top: 21%;
  background-color: #fff;
  padding: 70px;
  margin-left: 25%; }
  .infobox-wrapper .infobox-container .infobox-title {
    font-family: "DINNextLTPro-Regular";
    font-size: 25px;
    margin-bottom: 0; }
  .infobox-wrapper .infobox-container .infobox-section-container .infobox-section .infobox-content {
    display: inline-block;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #000; }
    .infobox-wrapper .infobox-container .infobox-section-container .infobox-section .infobox-content strong {
      font-family: "DINNextLTPro-Bold"; }
    .infobox-wrapper .infobox-container .infobox-section-container .infobox-section .infobox-content a {
      color: #000; }
      .infobox-wrapper .infobox-container .infobox-section-container .infobox-section .infobox-content a:hover {
        color: #262626; }
  .infobox-wrapper .infobox-container .infobox-section-container .infobox-section:last-child .infobox-content {
    margin-bottom: 50px; }
  .infobox-wrapper .infobox-container .infobox-button .btn.btn-fucsia {
    font-family: "DINNextLTPro-Bold";
    background-color: #d60057;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .infobox-wrapper .infobox-container .infobox-button .btn.btn-fucsia:hover {
      background-color: #ff247d; }

@media (max-width: 1400px) {
  .logo-container {
    margin-left: 5%; }

  .infobox-wrapper {
    padding: 50px 20px 50px 50px;
    margin-left: 25%; } }
@media (max-width: 992px) {
  .logo-container {
    margin-top: 43%; } }
@media (max-width: 768px) {
  .wrapper .logo-col {
    background: none; }
  .wrapper .infobox-col {
    background-color: #fff; }

  .logo-container {
    margin-top: 30px;
    text-align: center;
    margin-left: 0; }
    .logo-container img {
      padding: 0 15px; }

  .infobox-wrapper {
    margin-top: 0;
    padding: 50px;
    margin-left: 0; } }

/*# sourceMappingURL=style.css.map */
