.projects {
  margin-bottom: 20px; }
  .projects h2 {
    margin-bottom: 30px;
    font-weight: bold; }
  .projects .projects-work {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .projects .projects-work {
        padding-left: 0;
        padding-right: 0; } }
    .projects .projects-work .work-project {
      display: block;
      margin-bottom: 60px;
      background-color: #ffffff;
      color: #000000;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .projects .projects-work .work-project .image-wrapper {
        width: 100%;
        height: 0;
        padding-bottom: calc(calc(709 / 945) * 100%);
        position: relative; }
        .projects .projects-work .work-project .image-wrapper.chip-wrapper {
          padding-bottom: calc(calc(591 / 750) * 100%); }
        .projects .projects-work .work-project .image-wrapper.twentyfive-wrapper {
          padding-bottom: calc(calc(199 / 250) * 100%); }
        .projects .projects-work .work-project .image-wrapper .img-responsive {
          width: 100%;
          position: absolute; }
      .projects .projects-work .work-project:hover, .projects .projects-work .work-project:focus, .projects .projects-work .work-project:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        text-decoration: none; }
      .projects .projects-work .work-project .project-info {
        padding: 20px; }
        @media (min-width: 768px) {
          .projects .projects-work .work-project .project-info {
            padding: 40px; } }
        .projects .projects-work .work-project .project-info .info__headline {
          font-size: 26px;
          font-weight: bold; }
        .projects .projects-work .work-project .project-info .info__description {
          padding-top: 10px; }
        .projects .projects-work .work-project .project-info .info__textLink {
          display: inline-block; }
  .projects .projects-project {
    margin-bottom: 60px;
    background-color: #ffffff;
    color: #000000;
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .projects .projects-project {
        display: flex;
        max-width: none; } }
    .projects .projects-project:hover, .projects .projects-project:active, .projects .projects-project:focus {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      text-decoration: none; }
    .projects .projects-project .project-brand {
      width: 100%;
      text-align: center;
      vertical-align: middle;
      height: auto;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 15%;
      padding-bottom: 15%; }
      @media (min-width: 768px) {
        .projects .projects-project .project-brand {
          width: 270px;
          display: inline-block;
          height: auto; } }
      .projects .projects-project .project-brand img {
        vertical-align: middle; }
      .projects .projects-project .project-brand.brand--bestcheck {
        background-color: #00AC8B;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px; }
      .projects .projects-project .project-brand.brand--globus {
        background-color: #000000;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px; }
      .projects .projects-project .project-brand.brand--chip {
        background-color: #ED4242;
        color: #ffffff; }
    .projects .projects-project .project-info {
      padding: 50px 20px; }
      @media (min-width: 768px) {
        .projects .projects-project .project-info {
          display: inline-block;
          width: calc(100% - 270px);
          vertical-align: top;
          padding: 50px; } }
      .projects .projects-project .project-info .info__headline {
        font-size: 26px;
        font-weight: bold; }
      .projects .projects-project .project-info .info__description {
        padding-top: 10px; }
      .projects .projects-project .project-info .info__textLink {
        display: inline-block; }
  .projects .projects-sideProjects {
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .projects .projects-sideProjects {
        padding-left: 0;
        padding-right: 0; } }
    .projects .projects-sideProjects h2 {
      margin-bottom: 30px; }
    .projects .projects-sideProjects .sideProjects-sideProject {
      margin-bottom: 60px;
      padding: 50px 20px;
      background-color: #ffffff;
      color: #000000;
      display: block;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .projects .projects-sideProjects .sideProjects-sideProject:hover, .projects .projects-sideProjects .sideProjects-sideProject:active, .projects .projects-sideProjects .sideProjects-sideProject:focus {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        text-decoration: none; }
      .projects .projects-sideProjects .sideProjects-sideProject #pm360 {
        min-height: 350px;
        width: 250px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .projects .projects-sideProjects .sideProjects-sideProject #pm360 {
            display: inline-block; } }
      .projects .projects-sideProjects .sideProjects-sideProject .image-wrapper {
        height: 0;
        padding-bottom: calc(calc(709 / 945) * 100%);
        position: relative;
        margin: 0 auto;
        width: 100%; }
        .projects .projects-sideProjects .sideProjects-sideProject .image-wrapper.twentyfive-wrapper {
          padding-bottom: calc(calc(199 / 250) * 100%); }
          @media (min-width: 768px) {
            .projects .projects-sideProjects .sideProjects-sideProject .image-wrapper.twentyfive-wrapper {
              padding-bottom: 23%; } }
        .projects .projects-sideProjects .sideProjects-sideProject .image-wrapper .img-responsive {
          position: absolute;
          min-height: 100%; }
        @media (min-width: 768px) {
          .projects .projects-sideProjects .sideProjects-sideProject .image-wrapper {
            width: 250px;
            display: inline-block; } }
      .projects .projects-sideProjects .sideProjects-sideProject .sideProject-info {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .projects .projects-sideProjects .sideProjects-sideProject .sideProject-info {
            padding-left: 45px;
            display: inline-block;
            width: calc(100% - 270px);
            vertical-align: top;
            margin-top: 0; } }
        .projects .projects-sideProjects .sideProjects-sideProject .sideProject-info .info__headline {
          font-size: 26px;
          font-weight: bold; }
        .projects .projects-sideProjects .sideProjects-sideProject .sideProject-info .info__description {
          padding-top: 10px; }
        .projects .projects-sideProjects .sideProjects-sideProject .sideProject-info .info__textLink {
          display: inline-block; }

.project-detail {
  overflow-x: hidden; }
  .project-detail.detail--hero {
    margin-top: -40px; }
    @media (min-width: 768px) {
      .project-detail.detail--hero {
        margin-top: -80px; } }
  .project-detail header img {
    margin-top: 20px;
    margin-bottom: 0px; }
  .project-detail article {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .project-detail .detail-chip-header {
    margin-bottom: 60px; }
  .project-detail .detail-terminal-headline {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .project-detail .detail-terminal-headline {
        margin-top: 40px; } }
  .project-detail .detail-20five-headline {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .project-detail .detail-20five-headline {
        margin-top: 0px; } }
    @media (min-width: 992px) {
      .project-detail .detail-20five-headline {
        margin-top: -20px; } }
  .project-detail .detail-20five-firstParagraph {
    max-width: 360px; }
  .project-detail .detail-par-background {
    width: 100%;
    background-image: url(../img/par-landscape-background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: calc(873/1680*100%); }
  .project-detail .detail-20five-phone {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      .project-detail .detail-20five-phone {
        position: relative;
        z-index: 2;
        float: right;
        margin-top: -210px;
        margin-right: -40px;
        margin-bottom: 20px;
        margin-left: 15px;
        width: 50%; } }
    @media (min-width: 992px) {
      .project-detail .detail-20five-phone {
        margin-top: -320px;
        margin-right: -140px;
        margin-bottom: 20px;
        margin-left: 60px;
        width: 58%; } }
  .project-detail .detail-par-phone {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    text-align: center;
    display: block;
    position: relative; }
    @media (min-width: 768px) {
      .project-detail .detail-par-phone {
        float: right;
        margin-top: -280px;
        margin-right: -40px;
        margin-bottom: 20px;
        margin-left: 15px;
        width: 50%; } }
    @media (min-width: 992px) {
      .project-detail .detail-par-phone {
        margin-top: -420px;
        margin-right: -180px;
        margin-bottom: 20px;
        margin-left: 60px;
        width: 65%; } }
  .project-detail .detail-par-headline {
    margin-top: 40px; }
  .project-detail h1 {
    margin-top: 0; }
  .project-detail h2 {
    margin-top: 0px;
    margin-bottom: 20px; }
  .project-detail p {
    margin-bottom: 20px; }
  .project-detail h4 {
    margin-top: 40px; }
  .project-detail ul li {
    margin-bottom: 5px; }
  .project-detail section {
    padding-top: 60px;
    padding-bottom: 40px; }
    .project-detail section.detail-firstSection {
      padding-top: 20px; }
  .project-detail .detail-accordionTable {
    border: 1px solid #26963E;
    width: 100%; }
    @media (min-width: 992px) {
      .project-detail .detail-accordionTable {
        margin-left: -20%;
        width: 140%; } }
    .project-detail .detail-accordionTable .accordionTable-column {
      width: 100%;
      vertical-align: top; }
      @media (min-width: 768px) {
        .project-detail .detail-accordionTable .accordionTable-column {
          width: calc(100% / 3);
          display: inline-block;
          border-right: 1px solid #26963E; } }
      .project-detail .detail-accordionTable .accordionTable-column .column-headline {
        padding: 10px 20px;
        background-color: #26963E;
        color: #ffffff;
        border-bottom: 1px solid #ebeeef; }
      .project-detail .detail-accordionTable .accordionTable-column .column-content {
        padding: 20px;
        display: none; }
        @media (min-width: 768px) {
          .project-detail .detail-accordionTable .accordionTable-column .column-content {
            display: block !important; } }
        @media (min-width: 768px) {
          .project-detail .detail-accordionTable .accordionTable-column .column-content .content-problems {
            min-height: 380px; } }
        @media (min-width: 992px) {
          .project-detail .detail-accordionTable .accordionTable-column .column-content .content-problems {
            min-height: 260px; } }
        @media (min-width: 768px) {
          .project-detail .detail-accordionTable .accordionTable-column .column-content .content-needs {
            min-height: 320px; } }
        @media (min-width: 992px) {
          .project-detail .detail-accordionTable .accordionTable-column .column-content .content-needs {
            min-height: 210px; } }
        .project-detail .detail-accordionTable .accordionTable-column .column-content ul {
          padding-left: 10px; }
          .project-detail .detail-accordionTable .accordionTable-column .column-content ul li:first-child {
            margin-top: 10px; }
        .project-detail .detail-accordionTable .accordionTable-column .column-content h5 {
          margin-top: 0; }
      .project-detail .detail-accordionTable .accordionTable-column .content--active {
        display: block; }
    .project-detail .detail-accordionTable .column--last {
      border: none; }
      .project-detail .detail-accordionTable .column--last .column-headline {
        border-bottom: none; }
  .project-detail .detail-fullWidth {
    margin-left: -1000px;
    margin-right: -1000px;
    padding-left: 1000px;
    padding-right: 1000px; }
    .project-detail .detail-fullWidth.detail-fullWidth--white {
      background-color: #ffffff; }
    .project-detail .detail-fullWidth.detail-fullWidth--showroom {
      padding-top: 0px;
      margin-top: 60px; }
  .project-detail .detail-video {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .project-detail .detail-video {
        float: right;
        width: 50%;
        margin-left: 30px; } }
    @media (min-width: 992px) {
      .project-detail .detail-video {
        width: 45%;
        margin-right: -22%; } }
  .project-detail .detail-fullWidthStretchImage {
    width: 118%;
    margin-left: -9%;
    margin-right: -9%; }
    @media (min-width: 768px) {
      .project-detail .detail-fullWidthStretchImage {
        margin-left: -50%;
        margin-right: -50%;
        width: 200%; } }
    .project-detail .detail-fullWidthStretchImage.fullWidthStretchImage--showroom {
      margin-bottom: 40px; }
    .project-detail .detail-fullWidthStretchImage.fullWidthStretchImage--chip {
      margin-bottom: 0px; }
  .project-detail .detail-fullWidthImage {
    width: 100%;
    margin-bottom: 10px; }
  .project-detail .detail-fullContentWidth {
    width: 100%;
    margin-top: 20px; }
  .project-detail figcaption {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left; }
  .project-detail .detail-heroImage {
    margin-bottom: 40px; }
  .project-detail .detail-floatImage {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (min-width: 768px) {
      .project-detail .detail-floatImage {
        float: left;
        margin-right: 30px;
        width: 33%; } }
  .project-detail .detail-floatImageRight {
    width: 100%; }
    @media (min-width: 768px) {
      .project-detail .detail-floatImageRight {
        float: right;
        width: 50%;
        margin-left: 30px; } }
    @media (min-width: 992px) {
      .project-detail .detail-floatImageRight {
        width: 70%;
        margin-right: -20%; } }
    @media (min-width: 1200px) {
      .project-detail .detail-floatImageRight {
        margin-right: -30%; } }
  .project-detail .detail-scrollImage {
    margin-top: 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .project-detail .detail-scrollImage {
        margin-left: -5%;
        margin-right: -5%; } }
    @media (min-width: 992px) {
      .project-detail .detail-scrollImage {
        margin-left: -15%;
        margin-right: -15%; } }
    @media (min-width: 1200px) {
      .project-detail .detail-scrollImage {
        margin-left: -40%;
        margin-right: -40%; } }
    .project-detail .detail-scrollImage img {
      height: 350px; }
      @media (min-width: 768px) {
        .project-detail .detail-scrollImage img {
          height: auto;
          width: 100%; } }

.cv {
  margin-bottom: 20px;
  font-size: 20px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .cv h2 {
    margin-bottom: 20px; }
  .cv .cv-date {
    color: #6d6d6d; }
  .cv .cv-workXp {
    margin-bottom: 40px; }
    .cv .cv-workXp .workXp-date {
      color: #6d6d6d; }
    .cv .cv-workXp .workXp-item .item__role {
      font-weight: bold; }
    .cv .cv-workXp .workXp-item .item__company {
      color: #777777; }
    .cv .cv-workXp .workXp-item .item__description {
      padding-top: 10px; }
      .cv .cv-workXp .workXp-item .item__description a {
        margin-bottom: 12.5px; }
  .cv .cv-education {
    margin-bottom: 40px; }
    .cv .cv-education .education-date {
      color: #6d6d6d; }
    .cv .cv-education .education-item {
      margin-bottom: 30px; }
      .cv .cv-education .education-item .education-item__type {
        font-weight: bold; }
      .cv .cv-education .education-item .education-item__place {
        color: #6d6d6d; }

.about {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
  margin-top: 80px; }
  .about .about-subheadline {
    margin-top: 30px; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  height: 84px; }
  @media (min-width: 768px) {
    .navigation {
      height: 66px;
      padding: 0px 20px; } }
  .navigation .navigation-title {
    text-align: center;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .navigation .navigation-title {
        text-align: left;
        width: 30%;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .navigation .navigation-title a {
      color: #000000;
      font-weight: bold; }
      .navigation .navigation-title a:hover {
        text-decoration: none; }
  .navigation .navigation-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .navigation .navigation-links {
        float: right;
        display: inline-block;
        width: 370px; } }
    .navigation .navigation-links .links-link {
      float: left;
      width: 33%;
      text-align: center; }
      @media (min-width: 768px) {
        .navigation .navigation-links .links-link {
          text-align: center;
          line-height: 43px; } }
      .navigation .navigation-links .links-link a {
        padding: 10px 0px;
        color: #000000;
        width: 100%;
        display: inline-block; }
        .navigation .navigation-links .links-link a:hover {
          color: gray;
          text-decoration: none; }
        .navigation .navigation-links .links-link a:active, .navigation .navigation-links .links-link a:focus {
          text-decoration: none; }
      .navigation .navigation-links .links-link.link--active a {
        box-shadow: 0 3px #000000; }

.home-hello {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .home-hello {
      width: 67%;
      float: right;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0;
      padding-bottom: 0; } }

.button {
  text-align: center;
  padding: 15px 25px;
  background-color: #123456;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block; }

.portrait {
  position: relative;
  margin-top: -40px; }
  .portrait .image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: calc(calc(212 / 320) * 100%);
    position: relative; }
    @media (min-width: 992px) {
      .portrait .image-wrapper {
        width: 33%;
        float: left;
        padding-bottom: 33%; } }
    .portrait .image-wrapper .img-responsive {
      width: 100%;
      position: absolute; }
  @media (min-width: 768px) {
    .portrait {
      margin-top: -80px; } }
  @media (min-width: 992px) {
    .portrait {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 80px;
      max-width: 900px;
      background-color: #ffffff;
      overflow: auto;
      position: inherit; } }
  .portrait .portrait-info {
    position: absolute;
    top: 12%;
    left: 58%; }
    @media screen and (min-width: 423px) {
      .portrait .portrait-info {
        top: 18%; } }
    @media screen and (min-width: 550px) {
      .portrait .portrait-info {
        top: 20%; } }
    @media (min-width: 768px) {
      .portrait .portrait-info {
        top: 25%; } }
    @media (min-width: 992px) {
      .portrait .portrait-info {
        position: initial;
        left: auto;
        top: auto;
        width: 67%;
        padding-top: 55px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px;
        float: right; } }
    .portrait .portrait-info h1.portrait-name {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
      padding-bottom: 7px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .portrait .portrait-info h1.portrait-name {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .portrait .portrait-info h1.portrait-name {
          font-size: 35px; } }
    .portrait .portrait-info h2.portrait-title {
      font-size: 14px;
      font-weight: normal;
      margin: 0;
      padding-bottom: 10px;
      padding-right: 20px;
      color: #777777; }
      @media (min-width: 768px) {
        .portrait .portrait-info h2.portrait-title {
          font-size: 20px; } }
      @media (min-width: 992px) {
        .portrait .portrait-info h2.portrait-title {
          font-size: 24px; } }

.footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ebeeef;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 436px; }
  @media (min-width: 768px) {
    .footer {
      height: 420px; } }
  .footer .footer-headline {
    font-size: 30px; }
  .footer .footer-social {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    border-top: 1px solid #cccccc;
    padding-top: 80px;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /**.mo-footer-social-icon {
    	vertical-align: top;
    	display: inline-block;
    	*display: inline;
    	zoom: 1
    }*/ }
    .footer .footer-social .social-link {
      width: 25%;
      display: inline-block;
      text-align: center;
      color: #000000; }
      .footer .footer-social .social-link svg {
        max-width: 100px;
        display: block;
        margin: 0 auto; }
    .footer .footer-social .social-stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }
  .footer .footer-email {
    margin-top: 60px;
    display: block;
    color: #ffffff;
    text-decoration: underline; }
  .footer .footer-impressum {
    display: block;
    margin-top: 80px;
    font-size: 14px; }

.impressum {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .impressum h1 {
    font-size: 40px; }
  .impressum h2 {
    font-size: 30px;
    margin-top: 30px; }
  .impressum p {
    margin-bottom: 20px; }
  .impressum .link-line-break {
    overflow-wrap: break-word;
    word-wrap: break-word; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0673F6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0450ab;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 46px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 31px; }

h4, .h4 {
  font-size: 23px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 27px; } }

small,
.small {
  font-size: 88%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0673F6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #055cc4; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0673F6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #055cc4; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429; }

.textlink {
  color: #000000;
  text-decoration: none;
  box-shadow: 0 2px #000000; }
  .textlink:hover, .textlink:active, .textlink:focus {
    color: #000000;
    text-decoration: none;
    box-shadow: 0 2px #000000; }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v14-latin-regular.woff2") format("woff2"), url("../fonts/lato-v14-latin-regular.woff") format("woff"), url("../fonts/lato-v14-latin-regular.ttf") format("truetype"), url("../fonts/lato-v14-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v14-latin-700.woff2") format("woff2"), url("../fonts/lato-v14-latin-700.woff") format("woff"), url("../fonts/lato-v14-latin-700.ttf") format("truetype"), url("../fonts/lato-v14-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */ }
html {
  height: 100%; }

body {
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  position: relative;
  min-height: 100%;
  background-color: #ebeeef;
  margin-top: 82px;
  padding-top: 40px;
  padding-bottom: 496px; }
  @media (min-width: 768px) {
    body {
      margin-top: 66px;
      padding-top: 80px;
      padding-bottom: 480px; } }
  body h1 {
    font-size: 48px;
    margin-top: 0;
    font-weight: bold; }
    @media (min-width: 768px) {
      body h1 {
        font-size: 60px; } }
  body h2 {
    font-size: 32px;
    margin-top: 0;
    font-weight: bold; }
    @media (min-width: 768px) {
      body h2 {
        font-size: 40px; } }
  body h3 {
    font-size: 24px;
    margin-top: 0;
    font-weight: bold; }
    @media (min-width: 768px) {
      body h3 {
        font-size: 30px; } }
  body h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0; }
    @media (min-width: 768px) {
      body h4 {
        font-size: 25px; } }
  body p {
    font-size: 20px; }

/*# sourceMappingURL=app.css.map */
