* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif; }

.clear {
  clear: both; }

html,
body {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
.name-big {
  text-transform: uppercase;
  text-align: center; }

h1 {
  padding-top: 1.25em;
  font-size: 3em;
  font-weight: 100;
  margin-bottom: 0.15em;
  margin-top: 0; }

h2 {
  font-weight: 100;
  font-size: 1.75em; }

h3 {
  font-weight: 100;
  margin-top: 0;
  line-height: 75%;
  margin-bottom: 0.65em; }

h4 {
  font-weight: 100; }

a {
  text-decoration: none; }

p {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.895em;
  margin-top: 1.3em; }

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

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

.section-home {
  display: table;
  width: 100%;
  background-image: url(/assets/imgs/km_home_1.jpg);
  background-size: 100% auto;
  background-position: 50%;
  margin-bottom: 60px;
  min-height: 220px;
  color: white; }

.section-portfolio {
  min-height: 420px;
  background-color: #eee;
  background-position: 50%;
  color: black; }

.section-education {
  background-color: #eee; }

.section-testimonials {
  background-color: #20BA9E;
  display: block; }

.home-wrap {
  display: table-cell;
  vertical-align: middle; }

.name-big {
  text-align: center;
  font-size: 4.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.fav {
  color: #20BA9E; }

.top-bar-wrap {
  background-color: #333;
  width: 100%;
  min-height: 60px;
  z-index: 999; }
  .top-bar-wrap.absolute {
    position: absolute; }
  .top-bar-wrap.fixed {
    position: fixed; }

.top-bar {
  max-width: 1024px;
  padding: 0 12px;
  width: 100%;
  margin: 0 auto;
  color: #fff; }
  .top-bar .left {
    font-size: 1.5em;
    padding-top: 12px;
    float: left; }
    .top-bar .left a {
      font-weight: bold; }
  .top-bar .right {
    float: right; }
    .top-bar .right ul {
      margin: 0; }
      .top-bar .right ul li {
        display: inline-block;
        list-style-type: none;
        list-style-position: outside;
        margin-left: 15px;
        font-size: 1.1em; }
        .top-bar .right ul li a {
          display: inline-block;
          height: 60px;
          padding-top: 18px; }
          .top-bar .right ul li a.active {
            color: #20BA9E; }
          .top-bar .right ul li a.has-image {
            padding-top: 0;
            height: auto; }
            .top-bar .right ul li a.has-image img {
              height: 16px;
              margin-bottom: -2px; }
  .top-bar a:visited, .top-bar a:link {
    color: #fff; }
  .top-bar a:active, .top-bar a:hover {
    color: #bbb; }
  .top-bar .top-bar-image {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: white;
    -moz-box-shadow: 0px 0px 5px black;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    display: none; }
    .top-bar .top-bar-image img {
      height: 90px;
      border-radius: 100%;
      position: absolute;
      top: 5px;
      left: 5px; }

.row {
  max-width: 1024px;
  padding: 0 12px;
  width: 100%;
  margin: 0 auto; }
  .row .one-third {
    width: 33.3%;
    padding: 0 12px;
    float: left; }
    .row .one-third > img {
      width: 100%; }
  .row .two-third {
    width: 66.6%;
    padding: 0 12px;
    float: left; }

.exp-wrap {
  max-width: 1024px;
  margin: 4.25em auto 0; }
  .exp-wrap .exp-left {
    width: 25%;
    float: left;
    padding: 1em; }
    .exp-wrap .exp-left .exp-date hr {
      margin: 0;
      width: 30%;
      float: right;
      border-width: 1px 0 0;
      border-color: #ccc;
      border-style: solid; }
    .exp-wrap .exp-left .exp-date .exp-date-from,
    .exp-wrap .exp-left .exp-date .exp-date-dash,
    .exp-wrap .exp-left .exp-date .exp-date-to {
      float: right;
      margin-bottom: 0.15em;
      padding-left: 0.3em; }
      .exp-wrap .exp-left .exp-date .exp-date-from p,
      .exp-wrap .exp-left .exp-date .exp-date-dash p,
      .exp-wrap .exp-left .exp-date .exp-date-to p {
        margin-top: 0; }
      .exp-wrap .exp-left .exp-date .exp-date-from .big,
      .exp-wrap .exp-left .exp-date .exp-date-dash .big,
      .exp-wrap .exp-left .exp-date .exp-date-to .big {
        font-size: 2em;
        font-weight: bold; }
    .exp-wrap .exp-left .exp-date .exp-date-dash span {
      display: block;
      margin-top: 20px; }
    .exp-wrap .exp-left .exp-date .current {
      display: block;
      margin-top: 21px; }
    .exp-wrap .exp-left .exp-company {
      margin-top: 0.75em; }
    .exp-wrap .exp-left .exp-company-name {
      margin-top: 0.3em;
      font-style: italic; }
  .exp-wrap .exp-right {
    width: 75%;
    float: left;
    border-left: 1px #ccc solid;
    padding: 1.5em 1em; }

.testimonials-carousel {
  max-width: 1024px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto; }

.section-kontakt {
  background-color: #ccc; }

.kontakt-wrap input[type="submit"] {
  background-color: #20BA9E;
  border: 1px solid #1ca48c;
  color: white;
  padding: 7px 20px; }

.kontakt-inputs input,
.kontakt-inputs textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  resize: none; }

.kontakt-detail {
  margin: 20px 0 10px; }
  .kontakt-detail .kontakt-icon-wrap {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #20BA9E;
    position: relative;
    border-radius: 100%; }
    .kontakt-detail .kontakt-icon-wrap img {
      width: 30px;
      position: absolute;
      top: 10px;
      left: 10px; }
  .kontakt-detail span {
    float: left;
    margin-top: 16px;
    margin-left: 15px;
    font-size: 0.9em; }

.jump-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black; }
  .jump-to-top img {
    width: 30px; }

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