/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Open Sans", sans-serif;
  color: #444;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  margin-top: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #444;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote > :last-child {
  margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #999; }

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.footer-menu li {
  padding-bottom: 10px; }
  .footer-menu li a {
    color: grey;
    text-decoration: none; }
    .footer-menu li a.jobs {
      padding: 5px 10px; }
    .footer-menu li a:hover {
      color: #444; }
.footer-menu .active {
  font-weight: 700; }

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #eee;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #595959; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #444;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #595959; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Content
 */
#content {
  position: relative;
  background-color: white;
  z-index: 1;
  margin-bottom: 210px; }
  @media screen and (max-width: 800px) {
    #content {
      margin-bottom: 350px; } }

/**
 * Banner
 */
#banner {
  position: relative;
  width: 100%;
  margin-top: -60px;
  background: #3498db;
  background-size: 100%; }

/**
 * Payoff
 */
#payoff {
  background-color: #ddd;
  padding: 30px 0; }

#payoff_additional {
  background-color: #f0f0f0;
  padding: 0 0 30px 0; }

/**
 * Clients
 */
#clients {
  background-color: white;
  padding: 30px 0; }

/**
 * Site footer
 */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  padding-top: 96px;
  background-color: #eee;
  font-size: smaller; }

.site-footer {
  border-top: 1px solid #eee;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #444;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-heading {
  font-size: 20px; }

.page-header {
  margin-bottom: 30px;
  margin-top: 60px; }

.page-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .page-title {
      font-size: 36px; } }

.page-content {
  margin-top: 20px;
  margin-bottom: 30px; }
  .page-content h2 {
    font-size: 32px;
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .page-content h2 {
        font-size: 28px;
        margin-top: 36px; } }
  .page-content h3 {
    font-size: 26px;
    margin-top: 35px; }
    @media screen and (max-width: 800px) {
      .page-content h3 {
        font-size: 22px;
        margin-top: 30px; } }
  .page-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .page-content h4 {
        font-size: 18px; } }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #999; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .post-content {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px; } }
  .post-content table {
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .post-content table tbody tr:nth-child(odd) {
      background-color: #eee; }
    .post-content table tbody tr:nth-child(even) {
      background-color: white; }
    .post-content table tbody td {
      padding: 5px;
      width: 25%; }
      .post-content table tbody td:first-child {
        width: 50%; }
      .post-content table tbody td .btn {
        font-size: 1.0em; }

/**
 * Cookie Bar
 **/
#cookie-bar-button {
  background: #e74c3c;
  text-shadow: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.navbar.navbar-semantica {
  background-color: #2980b9;
  transition: 200ms ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.navbar .sem-logo {
  position: relative;
  width: 200px;
  top: -6px; }
  @media screen and (max-width: 992px) {
    .navbar .sem-logo {
      width: 130px;
      top: -1px; } }
@media screen and (min-width: 768px) {
  .navbar.navbar-transparent {
    background-color: transparent;
    box-shadow: none; } }
.navbar li {
  padding-top: 10px;
  height: 60px;
  float: left; }
  .navbar li.active {
    border-bottom: 4px solid #e31e2a; }
  .navbar li a {
    color: white; }
    .navbar li a:hover {
      background-color: transparent; }

@media screen and (max-width: 1200px) {
  .hide-on-phone {
    display: none; } }

header {
  margin-top: 60px; }

.navbar-toggle .icon-bar {
  background-color: white; }

section#banner a.btn-text-light {
  text-decoration: none;
  color: white; }
section#banner a.btn {
  margin-top: 5px; }
section#banner .larger {
  font-size: 24px;
  border: 2px solid;
  padding: 10px 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
section#banner .accent {
  color: white; }

section#payoff .row-eq-height, section#payoff_additional .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
section#payoff .row.spacer, section#payoff_additional .row.spacer {
  margin-top: 40px; }
section#payoff .larger, section#payoff_additional .larger {
  font-size: 48px;
  border: 3px solid;
  padding: 25px 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
section#payoff .accent, section#payoff_additional .accent {
  color: #e31e2a; }
section#payoff .nav-tabs, section#payoff_additional .nav-tabs {
  border-bottom: 1px solid #ccc; }
  section#payoff .nav-tabs > li.active > a, section#payoff .nav-tabs > li.active > a:hover, section#payoff_additional .nav-tabs > li.active > a, section#payoff_additional .nav-tabs > li.active > a:hover {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-bottom-color: transparent; }
  section#payoff .nav-tabs > li > a:hover, section#payoff_additional .nav-tabs > li > a:hover {
    border-color: transparent; }
section#payoff .tab-content, section#payoff_additional .tab-content {
  margin-top: 1.0em; }

section#vacature_overzicht {
  margin-top: 20px; }
  section#vacature_overzicht a:hover, section#vacature_overzicht a:focus {
    text-decoration: none; }
  section#vacature_overzicht .vac-button {
    height: 200px;
    font-size: 2.0em;
    text-align: center;
    border-radius: 5px;
    color: white;
    margin-bottom: 30px; }
    section#vacature_overzicht .vac-button .prim {
      padding-top: 40px; }
    section#vacature_overzicht .vac-button .sec {
      padding-top: 25px;
      display: none;
      color: rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 1200px) {
        section#vacature_overzicht .vac-button .sec {
          font-size: 90%; } }
    section#vacature_overzicht .vac-button:hover .prim {
      display: none; }
    section#vacature_overzicht .vac-button:hover .sec {
      display: block; }
    section#vacature_overzicht .vac-button.vac-left {
      background-color: #2980b9; }
    section#vacature_overzicht .vac-button.vac-middle {
      background-color: #e31e2a; }
    section#vacature_overzicht .vac-button.vac-right {
      background-color: #f39c12; }
    section#vacature_overzicht .vac-button.vac-train {
      background-color: #08962B; }

section#clients {
  margin-top: 20px;
  padding: 30px 0 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  section#clients .klanten {
    text-align: center; }
    section#clients .klanten > img {
      margin-right: 40px;
      margin-bottom: 20px; }
      section#clients .klanten > img:last-child {
        margin-right: 0; }

section#blog-overview {
  padding: 60px 0 30px 0;
  margin-top: 40px;
  border-top: 1px solid #eee; }

.sem-panel {
  border: 1px solid #eee;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top; }
  .sem-panel a:link, .sem-panel a:visited, .sem-panel a:hover, .sem-panel a:active {
    text-decoration: none;
    color: #444; }
  .sem-panel div[type="button"] {
    color: white;
    background-color: #e74c3c;
    box-shadow: 0px 3px 0px #b71c0c; }
  .sem-panel .sem-panel-heading {
    background-size: cover;
    height: 200px;
    position: relative; }
    .sem-panel .sem-panel-heading .sem-panel-heading-band {
      background-color: rgba(255, 255, 255, 0.6);
      height: 40px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      padding: 8px 20px; }
  .sem-panel .sem-panel-body {
    padding: 15px 20px; }

.interview b, .interview strong {
  color: #f39c12;
  font-weight: 400; }

.space-after {
  margin-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right; }

.vac-voordelen {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px; }

.svg-container {
  position: fixed;
  height: 500px;
  width: inherit;
  top: auto;
  bottom: 0;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0; }

@media screen and (max-width: 600px) {
  #tab-voordelen-lg {
    display: none; } }

@media screen and (min-width: 600px) {
  #tab-voordelen-sm {
    display: none; } }

.tab-voordelen {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%; }
  .tab-voordelen td {
    padding: 10px 10px; }
  .tab-voordelen tr {
    border-bottom: 1px solid #ddd; }
    .tab-voordelen tr:first-child {
      border-top: 1px solid #ddd; }
  .tab-voordelen i {
    color: #ddd;
    width: 45px;
    height: 45px;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 1.8em; }
  .tab-voordelen .divider {
    border-right: 1px solid #ddd; }
  .tab-voordelen .icon {
    text-align: center; }
  .tab-voordelen .right-item {
    text-align: left; }
  .tab-voordelen .left-item {
    text-align: right; }

#team .team-col {
  text-align: center;
  text-decoration: none; }
#team .avatar {
  width: 150px;
  margin: 30px auto 20px auto; }
  #team .avatar #img {
    width: 100%;
    height: 150px;
    border-radius: 50%; }
  #team .avatar #txt {
    opacity: 0;
    font-size: 1.5em;
    margin-top: -150px;
    width: 150px;
    height: 150px;
    padding-top: 20px;
    color: #1756a9;
    background-color: rgba(255, 255, 255, 0.6); }
    #team .avatar #txt:hover {
      opacity: 1; }
#team .developer {
  color: #bbb;
  margin-bottom: 10px; }

#banner {
  z-index: -4; }

#maincontainer {
  z-index: 1; }

svg#front {
  position: fixed;
  height: 500px;
  width: 100%;
  top: auto;
  bottom: 0;
  margin: 0 0 0 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden; }

div.background-svg {
  background: url(../img/grass.svg) repeat bottom left;
  background-repeat: repeat-x;
  overflow: hidden;
  height: 500px;
  width: 100%;
  z-index: -2; }

div#cloud {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -3;
  overflow: hidden;
  opacity: 0.15; }

#cloud1 {
  background: url(../img/cloud.svg) no-repeat;
  position: inherit;
  width: 100px;
  height: 100px;
  bottom: 650px;
  left: 100%;
  z-index: -3;
  overflow: inherit; }

#cloud2 {
  background: url(../img/cloud.svg) no-repeat;
  position: inherit;
  width: 150px;
  height: 150px;
  bottom: 450px;
  left: 100%;
  z-index: -3;
  overflow: inherit; }

#cloud3 {
  background: url(../img/cloud.svg) no-repeat;
  position: inherit;
  width: 200px;
  height: 200px;
  bottom: 250px;
  left: 100%;
  z-index: -3;
  overflow: inherit; }

.PageNavigation {
  border-top: 1px solid #eee;
  padding: 30px 0 40px 0; }

a.link-button {
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  color: white;
  font-size: 1.3em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.1em;
  text-align: center;
  overflow: hidden;
  cursor: pointer; }
  a.link-button .c2a-payoff {
    font-size: 0.8em; }
  a.link-button.accent-button {
    background-color: #e74c3c;
    box-shadow: 0px 3px 0px #b71c0c; }
  a.link-button.payoff-button {
    background-color: #aaa;
    box-shadow: 0px 3px 0px #8a8a8a;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px; }
  a.link-button.quotes {
    background-color: #aaa;
    width: 200px;
    margin-top: 20px; }

input.link-button, button.link-button {
  border: 0;
  border-radius: 5px;
  background-color: #f39c12;
  width: 100%;
  padding: 10px;
  color: white;
  font-size: 1.3em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.1em;
  text-align: center;
  overflow: hidden;
  cursor: pointer; }

.call-to-action {
  overflow: hidden;
  z-index: 2;
  position: relative; }
  .call-to-action.background {
    margin: 0 auto 20px auto;
    background-color: #444;
    width: 100%;
    height: 76px;
    border-radius: 5px; }
  .call-to-action.button {
    z-index: 4;
    position: relative;
    background-color: #f39c12;
    border: none;
    border-radius: 5px;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 7px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer; }
    .call-to-action.button:disabled {
      background-color: #777; }
    .call-to-action.button.c2aSmall {
      width: 20%;
      height: 100%;
      float: right;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      transition: 500ms ease; }
  .call-to-action:active {
    outline: none; }
  .call-to-action:focus {
    outline: none; }
  .call-to-action .c2a-payoff {
    font-size: 1.0em; }

:focus {
  outline-color: transparent;
  outline-style: none; }

.thank-you {
  display: none;
  margin-bottom: 20px;
  background-color: aliceblue;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px; }

.error {
  font-weight: 700;
  display: none;
  margin-bottom: 20px;
  color: red; }

.valid-field {
  border: 2px solid #dce4ec; }

.error-field {
  border: 2px solid red; }

#call-to-input {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 5%;
  font-size: 16px;
  width: 68%;
  height: 50px;
  color: #444;
  vertical-align: text-top;
  background-color: white;
  padding-left: 10px;
  transition-duration: 1s;
  border: none; }
  #call-to-input:active {
    outline: none; }
  #call-to-input:focus {
    outline: none; }
  #call-to-input:valid {
    color: green; }

.pakket-header {
  padding: 10px; }

.pakket-hdr {
  padding: 5px;
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.5em; }

.pakket-sub {
  padding: 5px;
  font-weight: 300;
  font-style: italic;
  font-size: 1.2em; }

.list-center {
  display: table;
  margin: 0 auto; }

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

.highlighted {
  background-color: #eee;
  border-top: 1px solid #444; }

.highlighted-less {
  background-color: #f9f9f9;
  border-top: 1px solid #444; }

.prijs {
  background-color: #ddd;
  margin-bottom: 10px;
  padding: 10px 0; }
  .prijs .garantie {
    font-weight: 700;
    color: #e31e2a; }

.bordered {
  border-top: 1px solid;
  padding-top: 10px; }
  .bordered.light {
    border-color: #ddd; }

.adviesvergelijker {
  margin: 0 auto; }
  .adviesvergelijker tr:nth-child(even) {
    background-color: #eee; }
  .adviesvergelijker tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .adviesvergelijker th {
    font-weight: 700;
    background-color: #444;
    color: white; }
  .adviesvergelijker th, .adviesvergelijker td {
    padding: 10px 15px; }

a.pakket-btn {
  border-radius: 5px;
  background-color: #f39c12;
  padding: 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px; }

.hidden {
  display: none; }

.social-txt {
  margin-left: 15px; }

.row.social {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: left; }

.social-btn {
  color: #999;
  padding: 0;
  padding-top: 2px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%; }
  .social-btn:hover {
    color: #2a7ae2; }
  .social-btn:focus {
    color: #999;
    outline: none; }

.groeiversnellers {
  color: #2a7ae2;
  font-weight: 700;
  font-size: 1.2em; }

.c2a-arrow {
  position: relative;
  top: -150px;
  left: 250px;
  background: url("/img/c2a-arrow.png");
  width: 144px;
  height: 126px;
  margin-bottom: -100px; }

.jobheader {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #eee; }

.jobtable {
  margin: 15px 0px 30px 0px; }
  .jobtable .jtlabel {
    font-weight: 700;
    padding-right: 20px; }
  .jobtable .jtaction {
    padding-top: 15px; }

/* bounce voor down scroll arrow */
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.banner-container {
  height: 500px;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .banner-container {
      height: 570px; } }
  @media screen and (max-width: 992px) {
    .banner-container {
      height: 557px; } }
  .banner-container > img {
    width: 100%;
    max-width: 412px;
    height: auto;
    max-height: 500px;
    position: absolute;
    margin-bottom: auto;
    bottom: 0;
    padding-right: 10px; }
    @media screen and (max-width: 1199px) {
      .banner-container > img {
        margin-bottom: -26px; } }
    @media screen and (max-width: 992px) {
      .banner-container > img {
        margin-bottom: 0; } }

@media screen and (max-width: 991px) {
  .text-xs-white {
    color: #fff; } }
.banner-container-sm {
  height: 375px;
  overflow: visible;
  margin-bottom: -320px; }
  .banner-container-sm > img {
    width: 100%;
    max-width: 309px;
    height: auto;
    max-height: 375px;
    position: absolute;
    margin-bottom: auto;
    bottom: 0;
    right: 15px;
    z-index: -1; }

@media screen and (max-width: 768px) {
  .page-header {
    height: 100px; } }
.download .email-input {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 5px;
  height: 45px; }
.download .email-button {
  cursor: pointer;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #f39c12;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  max-width: 260px;
  text-align: center; }

#basis {
  background-color: #2980b9; }

#bonus {
  background-color: #f39c12; }

.bars {
  width: 100%;
  height: 80px;
  background-color: lightgrey;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px; }
  .bars .bar {
    color: white;
    height: 40px;
    text-align: right;
    padding: 10px;
    float: left;
    box-sizing: border-box; }
  .bars .total {
    height: 100%;
    display: inline-block;
    text-align: right; }
    .bars .total .black {
      color: black; }
    .bars .total #totalText {
      padding: 50px 10px 10px 10px;
      color: white;
      font-weight: 700;
      border-right: 1px solid #aaa; }
      @media screen and (max-width: 600px) {
        .bars .total #totalText .totalLabel {
          display: none; } }

.sliderRow {
  height: 25px;
  margin: 30px 20px;
  color: #444; }
  .sliderRow .sliderLabel {
    display: inline-block;
    width: 130px; }
  .sliderRow .min {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    text-align: right; }
    @media screen and (max-width: 600px) {
      .sliderRow .min {
        display: none; } }
  .sliderRow .max {
    display: inline-block;
    margin-left: 10px;
    width: 40px; }
    @media screen and (max-width: 600px) {
      .sliderRow .max {
        display: none; } }

#vastSlider .slider-selection {
  background: #2980b9; }
#vastSlider .slider-handle {
  background: #2980b9; }

#tariefSlider .slider-selection {
  background: #f39c12; }
#tariefSlider .slider-handle {
  background: #f39c12; }

.checkZZP {
  color: #f39c12; }

.checkSemantica {
  color: #2980b9; }

div.reasons {
  margin: 10px; }
  div.reasons ol {
    color: #fff;
    list-style-type: none;
    margin-left: 0px; }
    div.reasons ol li {
      position: relative;
      font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
      margin-bottom: 20px;
      background: #eee;
      padding: 30px;
      border-radius: 5px; }
      div.reasons ol li p {
        font: 16px/1.5 Helvetica, sans-serif;
        padding-left: 80px;
        margin-bottom: 0;
        color: #444; }
  div.reasons span {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f39c12;
    padding: 20px;
    height: 100%;
    width: 96px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 4px solid white; }

blockquote {
  font-size: 16px;
  margin-bottom: 0px; }
  blockquote p {
    margin-bottom: 0px; }
    blockquote p#quote {
      margin-bottom: 15px; }
  blockquote #question {
    font-weight: 700; }
  blockquote .name {
    font-style: italic;
    font-weight: 700; }
    blockquote .name#quotee {
      font-style: normal; }
  blockquote #quotee-img {
    border-radius: 50%;
    float: left;
    width: 100px;
    margin-right: 20px; }

.row-tech {
  margin-bottom: 30px; }

.tech {
  background: #eee;
  padding: 30px;
  border: 5px solid white;
  border-radius: 12px; }
  .tech.tech-java {
    background-color: #2980b9;
    color: white; }
  .tech.tech-js {
    background-color: #e31e2a;
    color: white; }
  .tech.tech-net {
    background-color: #f39c12;
    color: white; }
  .tech.tech-new {
    background-color: #08962B;
    color: white; }
  .tech .tech-heading {
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    position: relative;
    font-size: 2em;
    left: 20px;
    font-weight: 700;
    color: white;
    display: inline-block;
    width: 20px; }
  .tech .tech-contents {
    display: inline-block; }
    .tech .tech-contents ul {
      list-style: none; }

.quote-nxt {
  margin-left: 10px;
  margin-right: 10px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
