/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-300.woff') format('woff'), url('../fonts/ubuntu-v20-latin-300.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-500.woff') format('woff'), url('../fonts/ubuntu-v20-latin-500.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* ==========================================================================
 #BOX-SIZING
 ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }
/**
 * Lightweight Normalize
 */
/**
 * Prevent iOS and WP text size adjust after orientation change if user zoom
 * is not disabled
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
/**
 * Add `display: block` to support HTML5 elements in IE 8/9 and some elements
 * in IE 10/11
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
/**
 * Remove border from images inside `a` element in IE 8/9/10
 */
img {
  border: 0; }
/**
 * Remove vertical scrollbar in IE 8/9/10/11
 */
textarea {
  overflow: auto; }
/**
 * Remove spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* ==========================================================================
 #RESET
 ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0; }
/**
 * Remove trailing margins from nested lists.
 */
li > ol, li > ul {
  margin-bottom: 0; }
/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

body {
  background-color: #fffee4;
  color: #59593f;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-weight: 300; }

strong, b {
  font-weight: 400; }

.content {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: relative; }

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.header-image {
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }

.logo {
  max-width: 430px;
  width: 90%;
  position: relative;
  z-index: 1;
  transform: translateY(20px); }
  .logo svg {
    width: 100%;
    height: auto; }

.jumper {
  font-size: 25px;
  color: #59593f;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-top: 30px; }
  .jumper:hover {
    text-decoration: none; }

.navigator {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 100px;
  height: auto;
  transform: translateX(-50%);
  opacity: 0.6;
  z-index: 11; }
  .navigator--up {
    transfrom: rotate(180deg); }
  .navigator svg {
    width: 100%;
    height: auto; }

.section {
  min-height: 100vh;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden; }

.split--hasborder:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 3px solid #59593f;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  z-index: 10; }
  @media only screen and (min-width : 900px) {
  .split--hasborder:before {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px; } }

.split__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto; }
  @media only screen and (min-width : 680px) {
  .split__inner {
    flex-direction: row; } }

.split__image-container {
  width: 100%;
  order: 1;
  background-size: cover;
  background-position: center center;
  display: flex; }
  @media only screen and (min-width : 680px) {
  .split__image-container {
    width: 50%;
    order: 0;
    background-position: left center; } }
  .split__image-container:before {
    content: '';
    display: block;
    padding-top: 85%; }
    @media only screen and (min-width : 680px) {
  .split__image-container:before {
    display: none; } }
  .split__image-container--small {
    width: 100%; }
    @media only screen and (min-width : 680px) {
  .split__image-container--small {
    width: 30%; } }
  .split__image-container--map {
    position: relative; }
    .split__image-container--map:before {
      display: none; }

.map {
  height: 100%;
  min-height: 300px;
  width: 100%;
  position: relative;
  z-index: 1; }

.split__text-container {
  width: 100%;
  display: flex;
  align-items: center;
  order: 2;
  padding: 40px; }
  @media only screen and (min-width : 680px) {
  .split__text-container {
    width: 50%;
    order: 0; } }
  .split__text-container--large {
    width: 100%; }
    @media only screen and (min-width : 680px) {
  .split__text-container--large {
    width: 70%; } }
  @media only screen and (min-width : 680px) {
    .split__text-container--left {
      padding-right: 0;
      padding-left: 60px;
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media only screen and (min-width : 680px) {
    .split__text-container--right {
      padding-left: 0;
      padding-right: 60px;
      padding-bottom: 60px;
      padding-top: 60px; } }

.split__text {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  @media only screen and (min-width : 680px) {
  .split__text {
    max-width: 65%; } }

.split__text__paragraph {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }
  .split__text__paragraph:not(:last-child) {
    margin-bottom: 30px; }
  .split__text__paragraph--quote {
    margin-bottom: 0; }
  @media only screen and (min-width : 900px) {
  .split__text__paragraph {
    font-size: 25px;
    line-height: 35px; } }

.split__text__paragraph a {
  text-decoration: none;
  color: #00ad4a;
  transition: border 0.2s;
  border-bottom: 2px solid transparent; }
  .split__text__paragraph a:hover {
    border-color: #00ad4a; }

.split__text__headline {
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block; }
  @media only screen and (min-width : 900px) {
  .split__text__headline {
    font-size: 40px;
    margin-bottom: 40px; } }

.social-icons {
  display: flex;
  flex-direction: row; }
  .social-icons__item {
    width: 80px;
    display: block;
    transition: transform 0.2s; }
    .social-icons__item:not(:last-child) {
      margin-right: 1em; }
    .social-icons__item:hover {
      transform: scale(0.95); }
    .social-icons__item img {
      display: block;
      width: 100%;
      height: auto; }

.icon {
  max-width: 160px;
  max-height: 160px;
  min-width: 90px;
  min-height: 90px;
  width: 10vw;
  height: 10vw;
  margin-bottom: 40px; }
  .icon svg {
    width: 100%;
    height: 100%; }

.roundpic {
  border-radius: 100%;
  width: 70%;
  max-width: 300px;
  min-width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media only screen and (min-width : 680px) {
  .roundpic {
    margin-right: 0; } }
  .roundpic:before {
    padding-top: 100%;
    content: '';
    display: block; }
  .roundpic:after {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    content: '';
    display: block;
    top: 1.5%;
    right: -2%;
    border: 3px solid #59593f; }

.quote {
  background-image: linear-gradient(90deg, #5db13f 0%, #bfd142 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }

.quote__inner {
  display: inline-flex;
  text-align: center;
  font-size: 30px;
  max-width: 800px;
  font-weight: 300;
  flex-direction: row;
  color: #fffee4; }
  @media only screen and (min-width : 900px) {
  .quote__inner {
    font-size: 45px; } }

.quote__icon {
  transform: translateY(-70%) translateX(0%);
  margin-right: 1em;
  margin-left: 1em;
  width: 60px;
  height: 60px; }
  @media only screen and (min-width : 900px) {
  .quote__icon {
    width: 80px;
    height: 80px; } }
  .quote__icon--end {
    transform: rotate(180deg) translateY(-70%); }
  .quote__icon svg {
    width: 100%;
    height: 100%; }
