html, body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  font-family: "Roboto Slab", serif;
  color: #0059a5;
  margin: 0;
  letter-spacing: 0.02em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1; }

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 200; }
  @media screen and (max-width: 57em) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-weight: 400; }

h4 {
  margin-top: -.5rem !important;
  font-weight: 200;
  margin-bottom: 1.4rem;
  font-style: italic;
  font-size: .75em; }

@-webkit-keyframes fadeInDownLight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownLight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownLight {
  -webkit-animation-name: fadeInDownLight;
  animation-name: fadeInDownLight; }

.border-box, .section, #geschaftsfuhrung, .coworkers-wrap, .coworker, .input-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[data-inview] {
  opacity: 0; }

.reset, label, input, textarea, form, fieldset, select, option {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0; }

.btn {
  -moz-transition: ease background-color 0.1s;
  -o-transition: ease background-color 0.1s;
  -webkit-transition: ease background-color 0.1s;
  transition: ease background-color 0.1s;
  width: auto;
  display: inline-block;
  padding: 14px 18px;
  min-width: 200px;
  position: relative;
  cursor: pointer;
  background-color: #0059a5;
  color: white;
  text-transform: uppercase;
  outline: 0;
  border: 0; }
  .btn:hover {
    background-color: #001939; }

.container {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: auto;
  z-index: 9999; }
  .container ul, .container ul li {
    list-style-type: none;
    padding: 0; }
  .container ul li {
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: .6rem; }
    .container ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #0059a5;
      position: absolute;
      left: 0;
      top: 10px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.bg-negative .container ul li:before {
  background-color: white; }

.transition, .ambience, .scroll-down-text, .service-tab, .service-tab-small, .anim-button-content, .anim-button-content-inner, .partner-overlay, .partner-overlay .partner-overlay-inner, .partner.hovered .partner-overlay .partner-overlay-inner, .nav, .nav .nav__list--first {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s; }

.ambience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0059a5;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.section {
  overflow: hidden;
  min-height: 100vh;
  padding: 200px 0 200px; }
  @media screen and (max-width: 66em) {
    .section {
      padding: 4rem 0 6rem; } }

#kontakt {
  padding: 100px 0;
  max-height: 650px;
  min-height: 0; }
  #kontakt .lede {
    padding-bottom: 2rem; }
  #kontakt .lede-content {
    padding-bottom: 0; }
  #kontakt .contact-buttons {
    padding-bottom: 3rem; }

#geschaftsfuhrung {
  height: 950px;
  min-height: 0;
  padding-top: 150px;
  padding-bottom: 0; }
  @media screen and (max-width: 57em) {
    #geschaftsfuhrung {
      height: auto; } }
  @media screen and (max-width: 48em) {
    #geschaftsfuhrung {
      padding-top: 100px;
      padding-bottom: 100px; } }
  #geschaftsfuhrung .lede {
    padding-top: 0; }

.section p a {
  color: #0059a5;
  text-decoration: none;
  font-weight: bold; }
  .section p a:hover {
    text-decoration: underline; }

.bg-negative.section p a {
  color: #001939; }

.bg-negative {
  background-color: #0059a5;
  color: white; }
  .bg-negative.section p a {
    color: white; }

.bg-dark {
  background-color: #050505;
  color: #0059a5; }

.bg-grey {
  background-color: #e3e3e2;
  color: #444444; }

.logo {
  max-width: 160px; }
  @media screen and (max-width: 57em) {
    .logo {
      max-width: 130px; } }
  @media screen and (max-width: 48em) {
    .logo {
      max-width: 115px; } }
  .logo img {
    width: 100%;
    display: block; }

.root-section {
  height: 100vh;
  min-height: 0;
  padding: 0;
  color: #e3e3e2; }

.root-spacer {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; }
  @media screen and (max-width: 66em) {
    .root-spacer {
      height: 134px; } }
  @media screen and (max-width: 57em) {
    .root-spacer {
      height: 120px; } }
  @media screen and (max-width: 40em) {
    .root-spacer {
      height: 104px; } }

.root-content {
  width: 80%;
  max-width: 900px;
  position: relative;
  margin: auto;
  font-size: 56px;
  line-height: 1.4;
  text-align: center;
  z-index: 9999;
  padding-top: 50px; }
  @media screen and (max-height: 750px) {
    .root-content {
      font-size: 48px; } }
  @media screen and (max-width: 66em) {
    .root-content {
      font-size: 40px;
      max-width: 720px; } }
  @media screen and (max-width: 57em) {
    .root-content {
      font-size: 35px; } }
  @media screen and (max-width: 40em) {
    .root-content {
      font-size: 25px; } }

.scroll-down {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.scroll-down-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center; }
  .scroll-down-btn img {
    display: inline-block; }

.scroll-down-btn-inner {
  display: inline-block;
  text-align: center;
  text-align: center; }

.scroll-down-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: .55rem;
  opacity: 0;
  font-size: 13px; }

.scroll-down-btn-inner:hover .scroll-down-text {
  opacity: 1; }

.lede {
  padding: 3rem 2rem;
  margin: auto;
  max-width: 820px; }
  @media screen and (max-width: 48em) {
    .lede {
      padding: 2.4rem 1.2rem; } }

.section-1042 .lede {
  padding-bottom: .5rem; }

.lede-content {
  font-family: "Roboto", sans-serif;
  color: #444444;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  padding: 2rem 0; }
  @media screen and (max-width: 57em) {
    .lede-content {
      padding-bottom: 0;
      font-size: 1.05rem;
      max-width: 600px;
      margin: auto;
      font-size: 15px;
      line-height: 26px; } }
  .lede-content--services {
    font-size: 20px;
    line-height: 34px; }
    @media screen and (max-width: 57em) {
      .lede-content--services {
        font-size: 17px;
        line-height: 28px; } }
  .lede-content.slab {
    font-family: "Roboto Slab", serif; }

.bg-negative .lede-content {
  color: white; }

.bg-negative .ambience,
.bg-negative .anim-button-content {
  background-color: #001939; }

.boxes {
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: 1024px;
  position: relative;
  margin: auto; }
  @media screen and (max-width: 57em) {
    .boxes {
      display: block; } }

.box {
  font-family: "Roboto", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 57em) {
    .box {
      width: 100%;
      text-align: center;
      padding-bottom: 12px; } }

.box-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 57em) {
    .box-title {
      margin-bottom: .2rem; } }

.box-text {
  font-size: 15px;
  line-height: 24px;
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 57em) {
    .box-text {
      max-height: 0px;
      transition: ease 0.8s;
      margin: 0; } }

@media screen and (max-width: 57em) {
  .box.visible .box-text {
    margin: 1rem 0;
    max-height: 300px !important; } }

.box.visible svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .box.visible svg path {
    fill: white; }

.box-arrow {
  display: none;
  position: relative;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 57em) {
    .box-arrow {
      display: block; } }
  .box-arrow svg {
    cursor: pointer;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 20px; }
    .box-arrow svg path {
      fill: #001939; }

.tab-icons {
  flex: 1 0 50%; }
  @media screen and (max-width: 57em) {
    .tab-icons {
      flex: 1 0 100%; } }

@media screen and (max-width: 57em) {
  .services-container {
    display: block;
    padding-bottom: 0; } }

.services-tabs {
  width: 420px;
  -moz-transform: rotate(45deg) scale(0.75);
  -ms-transform: rotate(45deg) scale(0.75);
  -o-transform: rotate(45deg) scale(0.75);
  -webkit-transform: rotate(45deg) scale(0.75);
  transform: rotate(45deg) scale(0.75); }
  @media screen and (max-width: 66em) {
    .services-tabs {
      -moz-transform: rotate(45deg) scale(0.55);
      -ms-transform: rotate(45deg) scale(0.55);
      -o-transform: rotate(45deg) scale(0.55);
      -webkit-transform: rotate(45deg) scale(0.55);
      transform: rotate(45deg) scale(0.55); } }
  @media screen and (max-width: 57em) {
    .services-tabs {
      width: 210px;
      -moz-transform: rotate(45deg) scale(0.55);
      -ms-transform: rotate(45deg) scale(0.55);
      -o-transform: rotate(45deg) scale(0.55);
      -webkit-transform: rotate(45deg) scale(0.55);
      transform: rotate(45deg) scale(0.65); } }

.service-tab {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  height: 210px;
  float: left;
  padding: 4.2rem;
  background-color: #e3e3e2;
  cursor: pointer; }
  @media screen and (max-width: 57em) {
    .service-tab {
      display: none; } }
  .service-tab:hover, .service-tab.active {
    background-color: white; }
    .service-tab:hover path, .service-tab:hover g, .service-tab.active path, .service-tab.active g {
      fill: #444444; }
  .service-tab.active {
    padding: 3.6rem; }
    @media screen and (max-width: 57em) {
      .service-tab.active {
        display: block;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important; } }
  .service-tab.active.service-tab:nth-of-type(1) {
    -moz-transform: translate3d(-1rem, -1rem, 0);
    -ms-transform: translate3d(-1rem, -1rem, 0);
    -o-transform: translate3d(-1rem, -1rem, 0);
    -webkit-transform: translate3d(-1rem, -1rem, 0);
    transform: translate3d(-1rem, -1rem, 0); }
  .service-tab.active.service-tab:nth-of-type(2) {
    -moz-transform: translate3d(1rem, -1rem, 0);
    -ms-transform: translate3d(1rem, -1rem, 0);
    -o-transform: translate3d(1rem, -1rem, 0);
    -webkit-transform: translate3d(1rem, -1rem, 0);
    transform: translate3d(1rem, -1rem, 0); }
  .service-tab.active.service-tab:nth-of-type(3) {
    -moz-transform: translate3d(-1rem, 1rem, 0);
    -ms-transform: translate3d(-1rem, 1rem, 0);
    -o-transform: translate3d(-1rem, 1rem, 0);
    -webkit-transform: translate3d(-1rem, 1rem, 0);
    transform: translate3d(-1rem, 1rem, 0); }
  .service-tab.active.service-tab:nth-of-type(4) {
    -moz-transform: translate3d(1rem, 1rem, 0);
    -ms-transform: translate3d(1rem, 1rem, 0);
    -o-transform: translate3d(1rem, 1rem, 0);
    -webkit-transform: translate3d(1rem, 1rem, 0);
    transform: translate3d(1rem, 1rem, 0); }
  .service-tab svg {
    width: 100%;
    display: block;
    float: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .service-tab svg path, .service-tab svg g {
      fill: #0059a5; }
  .service-tab.active svg {
    -moz-transform: rotate(-45deg) scale(1.05);
    -ms-transform: rotate(-45deg) scale(1.05);
    -o-transform: rotate(-45deg) scale(1.05);
    -webkit-transform: rotate(-45deg) scale(1.05);
    transform: rotate(-45deg) scale(1.05); }

.services-tabs-small {
  margin: .6rem 0 0.6em;
  display: none; }
  @media screen and (max-width: 57em) {
    .services-tabs-small {
      display: flex; } }

#dienstleistungen .lede a {
  font-weight: 400; }
  #dienstleistungen .lede a.active {
    text-decoration: underline; }

@media screen and (max-width: 57em) {
  #dienstleistungen {
    min-height: 0; } }

#dienstleistungen h2 {
  line-height: 1.2; }
  @media screen and (max-width: 48em) {
    #dienstleistungen h2 {
      font-size: 26px;
      line-height: 33px; } }

.service-tab-small {
  background-color: #eeeeee;
  width: 14px;
  height: 14px;
  margin: 1rem .6rem;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer; }
  .service-tab-small.active {
    background-color: #0059a5;
    cursor: default; }

.tabs-content {
  flex: 1 0 50%; }
  @media screen and (max-width: 57em) {
    .tabs-content {
      display: block;
      width: 100%;
      max-width: 640px;
      padding: 0 2rem;
      margin: auto; } }

.tab-content {
  display: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  min-height: 500px;
  width: 100%; }
  @media screen and (max-width: 57em) {
    .tab-content {
      font-size: 15px;
      line-height: 20px;
      min-height: 0; } }
  .tab-content.active {
    display: flex; }

@media screen and (max-width: 66em) and (min-width: 57em) {
  .section-1040 {
    max-height: 800px;
    min-height: 700px;
    height: 100vh; } }

@media screen and (max-width: 57em) {
  .section-1040 {
    padding-bottom: 0; } }

.coworkers-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5%;
  color: white;
  overflow: hidden; }
  @media screen and (max-width: 57em) {
    .coworkers-wrap {
      display: block;
      position: relative;
      height: auto;
      top: auto;
      bottom: auto;
      left: auto; } }

.coworker {
  flex: 1 0 50%; }
  @media screen and (max-width: 57em) {
    .coworker {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .coworker {
      margin-bottom: 3rem; } }
  .coworker .portrait {
    position: absolute;
    right: 45%;
    max-height: 100%;
    bottom: 0;
    display: block;
    max-width: 100%; }
    @media screen and (max-width: 57em) {
      .coworker .portrait {
        position: relative; } }
    @media screen and (max-width: 40em) {
      .coworker .portrait {
        left: 0;
        padding-bottom: 30%; } }
  .coworker .coworker-content {
    position: absolute;
    left: 55%;
    top: 35%; }
    @media screen and (max-width: 66em) {
      .coworker .coworker-content {
        right: 0; } }
    @media screen and (max-width: 57em) {
      .coworker .coworker-content {
        right: 15%; } }
    @media screen and (max-width: 40em) {
      .coworker .coworker-content {
        display: block;
        /*position: relative;*/
        left: 0 !important;
        right: 0 !important;
        bottom: 0;
        top: auto !important;
        text-align: center;
        background-color: #050505; }
        .coworker .coworker-content .anim-buttons {
          justify-content: center; } }
  .coworker .coworker-sub {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 29px; }
    @media screen and (max-width: 40em) {
      .coworker .coworker-sub {
        margin-bottom: 0; } }
  @media screen and (max-width: 40em) {
    .coworker .anim-buttons {
      margin-top: 0; } }

@media screen and (max-width: 48em) {
  .coworker:nth-child(2n) {
    margin-bottom: 0; } }

.coworker:nth-child(2n) .portrait {
  left: auto;
  right: -25%; }
  @media screen and (max-width: 40em) {
    .coworker:nth-child(2n) .portrait {
      left: auto;
      right: 0; } }

.coworker:nth-child(2n) .coworker-content {
  right: auto;
  left: 10%;
  top: 55%; }
  @media screen and (max-width: 57em) {
    .coworker:nth-child(2n) .coworker-content {
      top: 35%; } }

.anim-buttons {
  margin-top: 2rem; }

.anim-button {
  width: 40px;
  height: 40px;
  margin-right: 1.4rem;
  margin-left: .4rem;
  z-index: 500;
  font-family: "Roboto", sans-serif;
  color: inherit;
  text-decoration: none; }
  .anim-button:last-of-type {
    z-index: 490; }

.anim-button-content {
  overflow: hidden;
  height: 56.569px;
  background-color: #0059a5;
  position: absolute;
  left: 50%;
  top: -8.2845px;
  max-width: 0;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-family: "Roboto", sans-serif;
  font-size: 13px; }
  @media screen and (max-width: 48em) {
    .anim-button-content {
      display: none !important; } }

.anim-button-content-inner {
  font-weight: 500;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  position: relative;
  display: block;
  opacity: 0; }
  .anim-button-content-inner div {
    text-decoration: none;
    display: block;
    color: inherit;
    padding: 0 20px 0 25px;
    white-space: nowrap; }

.bg-grey .anim-button-content-inner {
  color: white; }

.anim-button.open .anim-button-content {
  width: auto;
  max-width: 230px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.anim-button.open .anim-button-content-inner {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none; }

.partners {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  max-width: 1024px;
  margin: auto; }
  @media screen and (max-width: 57em) {
    .partners {
      justify-content: center; } }

@media screen and (max-width: 57em) {
  #netzwerk .lede-content p {
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    max-height: 0;
    overflow: hidden; }
  #netzwerk .lede-content p:first-child {
    max-height: none; }
    #netzwerk .lede-content p:first-child:after {
      content: "..."; }
  #netzwerk .lede-content .box-arrow {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    margin-top: -2rem; }
    #netzwerk .lede-content .box-arrow svg path {
      fill: #0059a5; }
  #netzwerk .lede-content.visible p:first-child:after {
    content: ""; }
  #netzwerk .lede-content.visible p {
    max-height: 400px;
    overflow: hidden; }
  #netzwerk .lede-content.visible .box-arrow {
    margin-top: 0; }
    #netzwerk .lede-content.visible .box-arrow svg {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }

.partner {
  background-color: #eeeeee;
  border: 10px solid #0059a5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  padding: 0; }
  @media screen and (max-width: 57em) {
    .partner {
      height: 150px;
      /*width: 33.3333%;*/ } }
  @media screen and (max-width: 48em) {
    .partner {
      height: 120px; } }
  @media screen and (max-width: 40em) {
    .partner {
      width: 50%; } }
  .partner img {
    width: 65%;
    display: block; }

.partner-overlay {
  position: absolute;
  background-color: #0059a5;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  left: 0;
  top: 0;
  width: 0;
  bottom: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  @media screen and (max-width: 48em) {
    .partner-overlay {
      display: none !important; } }
  .partner-overlay .partner-overlay-inner {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.partner.hovered .partner-overlay {
  width: 100%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  .partner.hovered .partner-overlay .partner-overlay-inner {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }

#section-contact-form {
  display: none;
  min-height: 0; }
  #section-contact-form .container {
    -moz-transition: ease 0.6s opacity;
    -o-transition: ease 0.6s opacity;
    -webkit-transition: ease 0.6s opacity;
    transition: ease 0.6s opacity;
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

#section-contact-form.visible .container {
  opacity: 1;
  -moz-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.form {
  color: #444444; }

@media screen and (max-width: 57em) {
  .contact-form {
    padding: 0 1rem; } }

.form-close-wrapper {
  max-width: 1024px;
  position: relative;
  margin: auto;
  top: -6.7rem;
  z-index: 500; }
  @media screen and (max-width: 57em) {
    .form-close-wrapper {
      top: -1.8rem;
      text-align: center; } }

.form-close {
  position: absolute;
  right: 0;
  cursor: pointer; }
  @media screen and (max-width: 57em) {
    .form-close {
      position: relative;
      right: auto; } }

section.map {
  height: 60vh;
  max-height: 600px; }

.header {
  position: absolute;
  width: 100%;
  padding: 2.4rem;
  z-index: 8000; }
  @media screen and (max-width: 57em) {
    .header {
      padding: 1.8rem; } }
  @media screen and (max-width: 48em) {
    .header {
      padding: 1.4rem; } }
  @media screen and (max-width: 48em) {
    .header {
      padding: 1.2rem;
      padding-top: 1rem; } }
  .header .language-switcher {
    padding-right: 7rem;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px; }
    @media screen and (max-width: 57em) {
      .header .language-switcher {
        padding-right: 4.75rem;
        font-size: 14px; } }
    .header .language-switcher li {
      padding: 0 0.5rem; }
      @media screen and (max-width: 57em) {
        .header .language-switcher li {
          padding: 0 0.35rem; } }
      .header .language-switcher li.active a {
        text-decoration: underline; }
      .header .language-switcher li a {
        color: inherit;
        text-decoration: none; }

.pe {
  position: fixed;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
  -moz-transition: ease 1.2s opacity;
  -o-transition: ease 1.2s opacity;
  -webkit-transition: ease 1.2s opacity;
  transition: ease 1.2s opacity; }
  .pe:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/pattern.png);
    background-size: 1px 6px;
    background-position: left top;
    transform: rotate(-45deg); }

.pe.hidden {
  opacity: 0 !important; }

.pe-1 {
  opacity: 0.7;
  top: 20%;
  left: -1%; }
  @media screen and (max-width: 48em) {
    .pe-1 {
      top: 50%; } }

/*.pe-2 {
    $scaleFactor: 1.8;
    opacity: 0.4;
    top: 5%;
    left: 15%;
    -moz-transform: rotate(45deg) scale($scaleFactor);
    -ms-transform: rotate(45deg) scale($scaleFactor);
    -o-transform: rotate(45deg) scale($scaleFactor);
    -webkit-transform: rotate(45deg) scale($scaleFactor);
    transform: rotate(45deg) scale($scaleFactor);
}*/
.pe-3 {
  opacity: 0.2;
  top: 80%;
  left: 25%;
  -moz-transform: rotate(45deg) scale(1.7);
  -ms-transform: rotate(45deg) scale(1.7);
  -o-transform: rotate(45deg) scale(1.7);
  -webkit-transform: rotate(45deg) scale(1.7);
  transform: rotate(45deg) scale(1.7); }
  @media screen and (max-width: 48em) {
    .pe-3 {
      display: none !important; } }

.pe-4 {
  opacity: 0.45;
  top: 70%;
  left: 80%;
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1); }

.pe-5 {
  opacity: 0.55;
  top: 16%;
  left: 70%;
  -moz-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  -o-transform: rotate(45deg) scale(0.8);
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8); }

.pe-6 {
  opacity: 0.3;
  top: 50%;
  left: 90%;
  -moz-transform: rotate(45deg) scale(2.2);
  -ms-transform: rotate(45deg) scale(2.2);
  -o-transform: rotate(45deg) scale(2.2);
  -webkit-transform: rotate(45deg) scale(2.2);
  transform: rotate(45deg) scale(2.2); }
  @media screen and (max-width: 48em) {
    .pe-6 {
      display: none !important; } }

.pe-7 {
  opacity: 0.1;
  top: 40%;
  left: 30%;
  -moz-transform: rotate(45deg) scale(2);
  -ms-transform: rotate(45deg) scale(2);
  -o-transform: rotate(45deg) scale(2);
  -webkit-transform: rotate(45deg) scale(2);
  transform: rotate(45deg) scale(2); }
  @media screen and (max-width: 48em) {
    .pe-7 {
      display: none !important; } }

.pe-8 {
  opacity: 0.6;
  top: 10%;
  left: 60%;
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2); }

.pe-9 {
  opacity: 0.5;
  top: 102%;
  left: 98%;
  -moz-transform: rotate(45deg) scale(1.6);
  -ms-transform: rotate(45deg) scale(1.6);
  -o-transform: rotate(45deg) scale(1.6);
  -webkit-transform: rotate(45deg) scale(1.6);
  transform: rotate(45deg) scale(1.6); }
  @media screen and (max-width: 48em) {
    .pe-9 {
      display: none !important; } }

.pe-10 {
  opacity: 0.48;
  top: 99%;
  left: 5%;
  -moz-transform: rotate(45deg) scale(1.6);
  -ms-transform: rotate(45deg) scale(1.6);
  -o-transform: rotate(45deg) scale(1.6);
  -webkit-transform: rotate(45deg) scale(1.6);
  transform: rotate(45deg) scale(1.6); }
  @media screen and (max-width: 48em) {
    .pe-10 {
      display: none !important; } }

.pe-11 {
  opacity: 0.55;
  top: 16%;
  left: 17%;
  -moz-transform: rotate(45deg) scale(0.7);
  -ms-transform: rotate(45deg) scale(0.7);
  -o-transform: rotate(45deg) scale(0.7);
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7); }
  @media screen and (max-width: 48em) {
    .pe-11 {
      display: none !important; } }

label, input, textarea, form, fieldset, select, option {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 18px;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  background-color: #eeeeee;
  font-weight: 400;
  color: #444444;
  font-family: "Roboto", sans-serif; }

input, textarea {
  color: #0059a5; }

input:focus, textarea:focus {
  background-color: white;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0 2px #0059a5 inset !important;
  -webkit-box-shadow: 0 0 0 2px #0059a5 inset !important;
  box-shadow: 0 0 0 2px #0059a5 inset !important; }

.has-error input, textarea.has-error {
  background-color: white;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0 2px #e63c3c inset !important;
  -webkit-box-shadow: 0 0 0 2px #e63c3c inset !important;
  box-shadow: 0 0 0 2px #e63c3c inset !important; }

input[type=checkbox] {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto;
  display: none;
  background-color: transparent;
  padding-left: 1rem; }

label {
  background-color: transparent;
  display: inline-block;
  color: #444444; }

input[type=checkbox] + label {
  padding-left: 1.8rem;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }
  input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 2px; }

input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(/images/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: -1px; }

.contact-form {
  max-width: 1024px;
  margin: auto; }

.checkboxes-wrap {
  padding: 1.6rem 0; }

@media screen and (max-width: 57em) {
  .checkboxes {
    display: block; } }

.checkboxes .input-wrap {
  width: auto;
  padding-right: 3rem; }
  @media screen and (max-width: 57em) {
    .checkboxes .input-wrap {
      padding-right: 0;
      padding-bottom: 1rem; } }

form {
  background-color: transparent; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6e6e6d;
  font-weight: 400; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6e6e6d;
  font-weight: 400;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #6e6e6d; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  opacity: 1;
  color: #6e6e6d; }

form, fieldset, label {
  padding: 0;
  margin: 0; }

.input-wrap {
  width: 50%;
  border-left: 8px solid white;
  border-right: 8px solid white; }
  @media screen and (max-width: 48em) {
    .input-wrap {
      width: 100%; } }

.form-group {
  margin-left: -8px;
  margin-right: -8px; }

.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
  font-family: "Roboto Slab", serif;
  font-size: 2.4rem;
  text-align: center;
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media screen and (max-width: 57em) {
    .nav {
      font-size: 2.2rem; } }
  @media screen and (max-width: 48em) {
    .nav {
      font-size: 1.8rem; } }
  @media screen and (max-width: 40em) {
    .nav {
      font-size: 1.5rem; } }
  .nav a {
    color: inherit;
    text-decoration: none; }
    .nav a:hover {
      text-decoration: underline; }
  .nav .nav__list--first {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .nav .nav__list--first li {
    padding: 0.3rem 0; }

.nav-open .nav {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nav-open .nav__list--first {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.nav-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 1;
  position: fixed;
  z-index: 19999;
  right: 3rem;
  top: 3rem; }
  @media screen and (max-width: 57em) {
    .nav-btn {
      right: 2.4rem;
      top: 2.4rem; } }
  @media screen and (max-width: 48em) {
    .nav-btn {
      top: 1.8rem;
      right: 1.8rem; } }
  .nav-btn:hover .ambience {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

.nav-close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    .nav-close {
      top: 1.8rem;
      right: 1.8rem; } }

label, input, textarea, form, fieldset, select, option {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 18px;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  background-color: #eeeeee;
  font-weight: 400;
  color: #444444;
  font-family: "Roboto", sans-serif; }

input, textarea {
  color: #0059a5; }

input:focus, textarea:focus {
  background-color: white;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0 2px #0059a5 inset !important;
  -webkit-box-shadow: 0 0 0 2px #0059a5 inset !important;
  box-shadow: 0 0 0 2px #0059a5 inset !important; }

.has-error input, textarea.has-error {
  background-color: white;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0 2px #e63c3c inset !important;
  -webkit-box-shadow: 0 0 0 2px #e63c3c inset !important;
  box-shadow: 0 0 0 2px #e63c3c inset !important; }

input[type=checkbox] {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto;
  display: none;
  background-color: transparent;
  padding-left: 1rem; }

label {
  background-color: transparent;
  display: inline-block;
  color: #444444; }

input[type=checkbox] + label {
  padding-left: 1.8rem;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }
  input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 2px; }

input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(/images/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: -1px; }

.contact-form {
  max-width: 1024px;
  margin: auto; }

.checkboxes-wrap {
  padding: 1.6rem 0; }

@media screen and (max-width: 57em) {
  .checkboxes {
    display: block; } }

.checkboxes .input-wrap {
  width: auto;
  padding-right: 3rem; }
  @media screen and (max-width: 57em) {
    .checkboxes .input-wrap {
      padding-right: 0;
      padding-bottom: 1rem; } }

form {
  background-color: transparent; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6e6e6d;
  font-weight: 400; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6e6e6d;
  font-weight: 400;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #6e6e6d; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  opacity: 1;
  color: #6e6e6d; }

form, fieldset, label {
  padding: 0;
  margin: 0; }

.input-wrap {
  width: 50%;
  border-left: 8px solid white;
  border-right: 8px solid white; }
  @media screen and (max-width: 48em) {
    .input-wrap {
      width: 100%; } }

.form-group {
  margin-left: -8px;
  margin-right: -8px; }
