body {
  background-color: #fcfcfc;
  font-family: museo-sans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  line-height: 135%;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin: 10px 0px;
  font-family: museo-slab, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

a {
  color: #83c598;
  text-decoration: none;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}

.button {
  display: inline-block;
  margin-right: 20px;
  padding: 16px 20px 15px 68px;
  border-radius: 4px;
  background-color: #83c598;
  background-image: url('../images/buttons-sprite%402x.png');
  background-position: 0px 50%;
  background-size: 114px;
  background-repeat: no-repeat;
  box-shadow: #528763 0px 2px 0px 0px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px;
}

.button.call {
  background-image: url('../images/button-call-icon%402x.png');
  background-size: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  -o-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button.call:hover {
  position: relative;
  left: 0px;
  top: 1px;
  right: 0px;
  box-shadow: #528763 0px 1px 0px 0px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  -o-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button.mail {
  background-image: url('../images/button-mail-icon%402x.png');
  background-size: 50px;
  -webkit-transition: none 0ms ease;
  -o-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button.mail:hover {
  position: relative;
  left: 0px;
  top: 1px;
  right: 0px;
  box-shadow: #528763 0px 1px 0px 0px;
  -webkit-transition: none 0ms ease;
  -o-transition: none 0ms ease;
  transition: none 0ms ease;
}

.header {
  z-index: 99999;
  width: 100%;
  border-bottom: 6px solid #eeeef0;
  background-color: white;
}

.header-inner {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.top-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.meta-nav {
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.intro-header {
  margin-top: 0px;
}

.rene-intro-foto {
  margin-top: 30px;
  margin-left: 40px;
}

.wrapper {
  display: block;
  width: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.contact-header {
  text-align: center;
}

.section-heading {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 50px;
  height: 5px;
  margin: 30px auto;
  background-color: transparent;
  background-image: url('../images/divider%402x.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.headline-centered {
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  line-height: 165%;
  font-weight: 300;
  text-align: center;
}

.headline-centered.contact-headline {
  font-size: 30px;
}

.header-intro {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.service-list {
  padding-left: 18px;
  list-style-type: square;
}

.dark-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #09222b;
  color: white;
}

.dark-section.footer {
  padding-top: 70px;
  padding-bottom: 41px;
  text-align: center;
}

.dark-section.border-top {
  border-top: 6px solid #20373f;
}

.dark-section.clients-container {
  padding-bottom: 65px;
}

.light-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.light-section.profile-container {
  padding-bottom: 0px;
}

.map {
  left: 0px;
  top: 96px;
  right: 0px;
  display: block;
  max-width: 1180px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}

.generic-link {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #83c598;
  text-decoration: none;
}

.generic-link:hover {
  border-bottom: 1px solid #83c598;
  text-decoration: none;
}

.intro-text {
  margin-top: 55px;
  padding-top: 0px;
}

.hero-button-container {
  margin-top: 35px;
}

.dropdown-items {
  padding-bottom: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  list-style-type: square;
}

.dropdown-items:hover {
  color: #83c598;
  list-style-type: none;
}

.dropdown-items:focus {
  font-weight: 300;
}

.header-intro-subline {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 150%;
}

.service-list-items {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.service-list-headline {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #83c598;
}

.services {
  margin-top: 70px;
}

.profile-text-container {
  margin-top: 60px;
}

.profile-headline {
  margin-bottom: 30px;
  font-size: 30px;
}

.rene-foto-profil {
  margin-left: 50px;
  margin-top: -80px;
}

.contact-info {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.contact-info-middle-column {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 15px;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.contact-info-link {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: museo-slab, sans-serif;
  color: black;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.contact-mail {
  position: relative;
  left: 0px;
  top: 5px;
  right: 0px;
  width: 30px;
  height: 26px;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 6px;
  background-image: url('../images/contact-sprite.png');
  background-position: 0% 0%;
  background-size: 92px;
  background-repeat: no-repeat;
}

.contact-first-column {
  padding-top: 20px;
  padding-bottom: 15px;
}

.contact-third-column {
  padding-top: 23px;
  padding-bottom: 15px;
}

.contact-info-container {
  margin-top: 30px;
}

.work-slider {
  height: 750px;
  min-height: 500px;
  background-color: #fcfcfc;
  text-align: center;
}

.work-slider-item {
  text-align: center;
}

.work-item-description {
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

.work-slider-nav {
  border-top-color: #e9ebec;
  border-bottom-color: #e9ebec;
}

.work-item-image {
  margin-bottom: 15px;
}

.work-info {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #e9ebec;
  border-bottom: 2px solid #e9ebec;
  text-align: left;
}

.work-info-description {
  font-size: 16px;
  line-height: 155%;
}

.work-slider-left-arrow {
  background-image: url('../images/work-slider-arrow-sprite.png'), url('../images/example-bg.png');
  background-position: 0px 50%, 0% 0%;
  background-size: 52px, 125px;
  background-repeat: no-repeat, repeat;
}

.contact-phone {
  position: relative;
  left: 0px;
  top: 3px;
  right: 0px;
  width: 21px;
  height: 29px;
  margin-right: 6px;
  background-image: url('../images/contact-sprite.png');
  background-position: -35px 50%;
  background-size: 92px;
  background-repeat: no-repeat;
}

.contact-vcard {
  width: 30px;
  height: 23px;
  min-width: 0px;
  margin-right: 7px;
  background-image: url('../images/contact-sprite.png');
  background-position: -64px 20%;
  background-size: 92px;
  background-repeat: no-repeat;
}

.slider-left-arrow {
  left: -65px;
  top: 0px;
  bottom: 0px;
}

.slider-right-arrow {
  right: -65px;
}

.w-nav-link:hover {
  color: #83c598;
}

.ddown-nav-link.w--current {
  border-left: 2px none #83c598;
  color: #83c598;
  font-weight: 300;
}

#partner {
  padding-bottom: 0px;
}

#jobs {
  padding: 0;
}

.partner-info {
  text-align: center
}

.partner-logos {
  text-align: center;
  margin-bottom: 15px;
}

.partner-logos img {
  margin: 5px 20px;
  max-width: 200px;
  max-height: 100px;
}

.getashop-banner {
  text-align: center;
  z-index: 99999;
  width: 100%;
  border-top: 6px solid #eeeef0;
  background-color: white;
  font-size: 22px;
  line-height: 150%;
   font-weight: 500;
  padding: 15px;
}
@media screen and (max-width: 479px) {
  .partner-logos img{
    height: 40px;
  }
  img.partner-mobile-bigger {
    height: 70px;
  }
  .getashop-banner {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  .button.call {
    padding: 10px 20px 10px 53px;
    background-size: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 16px;
  }

  .button.mail {
    padding: 10px 21px 10px 52px;
    background-size: 40px;
    font-size: 16px;
  }

  .top-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .meta-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #09222b;
    color: white;
  }

  .section-heading {
    font-size: 16px;
  }

  .headline-centered {
    font-size: 16px;
  }

  .headline-centered.contact-headline {
    font-size: 20px;
  }

  .header-intro {
    font-size: 16px;
  }

  .dark-section.border-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .light-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .light-section.profile-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .generic-link {
    font-size: 15px;
  }

  .intro-text {
    display: block;
    margin-left: auto;
    margin-top: 15px;
  }

  .dropdown-items {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.09);
    color: white;
  }

  .dropdown-items.last-item {
    border-bottom-width: 0px;
  }

  .header-intro-subline {
    font-size: 15px;
  }

  .service-list-items {
    font-size: 15px;
  }

  .service-list-headline {
    font-size: 15px;
  }

  .profile-headline {
    font-size: 22px;
  }

  .contact-info-middle-column {
    padding-top: 15px;
  }

  .contact-info-link {
    font-size: 16px;
  }

  .contact-first-column {
    padding-top: 16px;
    font-size: 14px;
  }

  .contact-third-column {
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .work-info-description {
    font-size: 15px;
  }

  .contact-phone {
    margin-top: 0px;
    margin-bottom: -2px;
    padding-top: 0px;
  }

  .contact-vcard {
    height: 18px;
    background-position: -43px 20%;
    background-size: 70px;
  }

  .rene-intro-foto {
    margin-top: 101px;
    padding-top: 0px;
  }

  .ddown-nav-link {
    color: white;
    font-size: 18px;
  }

  .ddown-nav-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    border-top: 1px none rgba(255, 255, 255, 0.18);
    border-bottom: 1px none rgba(255, 255, 255, 0.18);
    border-left: 1px solid #83c598;
    color: white;
  }

  .burger-container {
    padding: 10px;
    border: 0px solid #09222b;
    border-radius: 0px;
  }

  .burger-container.w--open {
    border-color: #09222b;
    border-radius: 0px;
    background-color: transparent;
  }

  .burger-icon {
    color: #09222b;
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  p {
    text-align: center;
  }

  .button.call {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .top-nav {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .meta-nav {
    background-color: rgba(9, 34, 43, 0.94);
  }

  .intro-header {
    padding: 20px 30px 42px;
  }

  .imprint .intro-header {
    padding: 0;
  }

  .wrapper {
    text-align: center;
  }

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

  .dark-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dark-section.border-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dark-section.clients-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .light-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .map {
    height: 300px;
    margin-bottom: 14px;
  }

  .service-list-headline {
    text-align: left;
  }

  .profile-text-container {
    margin-top: 40px;
    margin-bottom: 34px;
  }

  .contact-info-middle-column {
    padding-top: 15px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e0e0e0;
    border-bottom-width: 1px;
    border-bottom-color: #e0e0e0;
  }

  .contact-info-link {
    padding-bottom: 0px;
  }

  .contact-first-column {
    padding-top: 15px;
  }

  .contact-third-column {
    padding-top: 18px;
  }

  .contact-vcard {
    height: 18px;
  }

  .rene-foto-profil {
    width: 50%;
    margin-top: 15px;
    text-align: left;
  }

  .ddown-nav-link.w--current {
    border-left: 2px solid #83c598;
    color: white;
    font-weight: 300;
  }

  .logo {
    max-width: 200px;
    padding-left: 0px;
  }

  .burger-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  p {
    text-align: center;
  }

  .button.mail {
    margin-top: 19px;
    margin-bottom: 0px;
  }

  .top-nav {
    padding: 10px;
  }

  .intro-header {
    padding-right: 11px;
    padding-left: 11px;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .headline-centered {
    font-size: 17px;
  }

  .header-intro {
    font-size: 15px;
  }

  .service-list {
    line-height: 20px;
    text-align: left;
  }

  .map {
    height: 240px;
  }

  .header-intro-subline {
    font-size: 13px;
  }

  .service-list-items {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-list-headline {
    text-align: left;
  }

  .contact-info-middle-column {
    padding-top: 13px;
  }

  .contact-info-link {
    padding-top: 0px;
  }

  .contact-mail {
    top: 10px;
    width: 30px;
    height: 20px;
    margin-bottom: 6px;
    background-position: -14% 0%;
    background-size: 70px;
  }

  .contact-first-column {
    padding-top: 10px;
  }

  .contact-third-column {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-phone {
    top: 4px;
    width: 14px;
    height: 22px;
    margin-bottom: 1px;
    background-position: -28px 50%;
    background-size: 70px;
  }

  .contact-vcard {
    position: relative;
    left: 0px;
    top: 4px;
    right: 0px;
    margin-bottom: 3px;
  }

  .rene-foto-profil {
    width: 70%;
  }

  .logo {
    max-width: 180px;
    padding-left: 7px;
  }

  .burger-container {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 320px) {
  .button {
    margin-right: 0;
  }
}

/* Vita */
section.timeline {
  position: relative;
}

section.timeline::before {
  content: '';
  background: #83c598;
  width: 2px;
  height: 99%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section.timeline.toggle-off {
  overflow: hidden;
}

section.timeline .container {
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  transition: height 1s;
  z-index: 1;
}

.timeline.toggle-off .container {
  height: 620px;
}

section.timeline h2 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-top: 0;
}

section.timeline h2 {
}

section.timeline .timeline-item {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

section.timeline .timeline-item em {
  font-weight: 100;
}

section.timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
}

section.timeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

section.timeline .timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #263b44 transparent transparent;
}

section.timeline .timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

section.timeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 35px 30px 10px 30px;
  border-radius: 4px;
  background-color: #263b44;
  color: #FFF;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

section.timeline .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #263b44;
}

section.timeline .timeline-img {
  width: 20px;
  height: 20px;
  border: 2px solid #83c598;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 30px;
  margin-left: -10px;
}

section.timeline a {
  color: #83c598;
}

section.timeline a:hover,
section.timeline a:active,
section.timeline a:focus {
  background: #60b57b;
  color: #FFFFFF;
  text-decoration: none;
}

section.timeline .timeline-card {
  padding: 0 !important;
}

section.timeline .timeline-card p {
  padding: 0 20px;
}

section.timeline .timeline-card a {
  margin-left: 20px;
}

section.timeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

section.timeline .timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

section.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #83c598;
  padding: 0 20px;
}

section.timeline .date {
  display: inline-block;
  color: #83c598;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

section.timeline .toggle {
  clear: both;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  max-width: 1000px;
  margin: -50px auto 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10000;
}

section.timeline .toggle .btn {
  color: #263b44;
  font-size: 1.5em;
  background-color: #83c598;
  border-color: #83c598;
  border-radius: 3px;
}

section.timeline .toggle .btn:after {
  content: '\25B2';
}

section.timeline.toggle-off .toggle .btn:after {
  content: '\25BC';
}


@media screen and (max-width: 768px) {
  section.timeline::before {
    left: 30px;
  }

  section.timeline .timeline-item {
    width: 96%;
  }

  section.timeline .timeline-item p {
    text-align: left;
  }

  section.timeline .timeline-img {
    left: 30px;
  }

  section.timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }

  section.timeline .timeline-item .date {
    left: 0;
  }

  section.timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  section.timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #263b44 transparent transparent;
  }

  section.timeline .toggle {
    justify-content: flex-start;
    padding-left: 12px;
  }


}

#vita {
  padding: 40px 0;
  background: #09222b;
}

#vita .main-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 19800px) {
  .only-phone {
    display: none;
  }

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

    .only-phone {
      display: block;
      text-align: center;
    }
  }
