/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/quicksand-v30-latin-regular.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/quicksand-v30-latin-700.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-700.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/inter-v12-latin-regular.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/inter-v12-latin-700.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-mono-v22-latin-regular.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
h1,
h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}
h3 {
  font-size: 26px;
  line-height: 1.26;
  font-weight: 700;
  margin: 0 0 15px;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
p {
  margin: 0 0 10px;
}
section {
  padding: 50px 0;
}
section h2 {
  color: #0C1A27;
  display: inline-block;
  padding-left: 20px;
  border-bottom: 2px solid #002E64;
}
a:not(.button) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  outline: none !important;
}
ul:not(.nav) {
  margin-bottom: 20px;
  list-style-position: outside;
  padding-left: 15px;
}
ul:not(.nav) li {
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
  section h2 {
    width: 400px;
    text-align: right;
    padding-right: 40px;
    border-bottom: 4px solid #002E64;
  }
}
@media (max-width: 767px) {
  body {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
  }
  h1,
  h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
}
* {
  box-sizing: border-box;
}
body {
  max-width: 1440px;
  margin: 0 auto;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col {
  padding-left: 0;
  padding-right: 0;
}
.button,
input[type='submit'] {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 8px 10px 16px;
  border-radius: 8px;
  border: 1px solid !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background: #363166;
  color: #fff;
}
.button:hover,
input[type='submit']:hover {
  color: #363166;
  background: #fff;
}
.button.alert,
input[type='submit'].alert{
    background: red;
}
/**********************************************************************************************************************/
.slick-slider .slick-arrow {
  border-radius: 50%;
  background: url("../img/arrow.png") 0 0 no-repeat;
  background-size: cover;
}
.slick-slider .slick-arrow::before {
  content: '';
}
.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  right: unset;
}
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-dots li {
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
}
.slick-slider .slick-dots li button {
  font-size: 0;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
@media (min-width: 768px) {
  .slick-slider .slick-arrow {
    height: 36px;
    width: 36px;
    right: -36px;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -36px;
    top: calc(50% - 18px);
  }
  .slick-slider .slick-dots {
    bottom: -150px;
  }
  .slick-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-slider .slick-dots li.slick-active {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    height: 30px;
    width: 30px;
    right: -35px;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -35px;
    top: calc(50% - 15px);
  }
  .slick-slider .slick-dots {
    bottom: -75px;
  }
  .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-slider .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .slick-slider .slick-arrow {
    height: 70px;
    width: 70px;
    right: -70px;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -70px;
    top: calc(50% - 35px);
  }
  .slick-slider .slick-dots {
    bottom: -215px;
  }
  .slick-slider .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slick-slider .slick-dots li.slick-active {
    width: 40px;
    height: 40px;
  }
}
/**********************************************************************************************************************/
.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: Quicksand, sans-serif;
}
.form.hidden{
	opacity: .25;
}
.form input:not([type='submit']),
.form textarea,
.form .jq-file {
  font-family: Quicksand, sans-serif;
  outline: none;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: none;
  border-radius: 8px;
  background: #fff;
}
.form input[type='submit'] {
  padding-right: 16px;
  min-width: 150px;
  margin: 0 auto;
  border: none !important;
}
.form .jq-file {
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.form .jq-file input {
  width: calc(100% + 17px);
  height: 67px;
  margin-right: -17px;
}
.form .jq-file .jq-file__name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.form .jq-file.changed .jq-file__name {
  color: #000;
}
.form .jq-file .jq-file__browse {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #c76d5a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  right: -15px;
  bottom: -15px;
}
.form label {
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.form label a {
  color: #c76d5a;
  font-weight: 700;
  text-decoration: none;
}
.form label a:hover {
  text-decoration: underline;
}
.form .jq-checkbox {
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.form .jq-checkbox.checked {
  background: #c76d5a;
}
@media (max-width: 480px) {
  .form input:not([type='submit']),
  .form textarea,
  .form .jq-file {
    max-width: 300px;
  }
}
/**********************************************************************************************************************/
.modal {
  position: relative;
  background: #FFF;
  width: 90%;
  padding: 20px;
  max-width: 960px;
  margin: 20px auto;
}
/*.mfp-content{
	vertical-align: unset !important;
}*/
@media (min-width: 768px) {
  .modal {
    padding: 50px 100px;
  }
}
.modal .head {
  border-bottom: 4px solid #002E64;
  max-width: 900px;
  margin-bottom: 20px;
}
.modal .head .row {
  align-items: center;
  margin-bottom: 7px;
}
.modal .head h1 {
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.modal .highlights .row {
  max-width: 850px;
  margin: 0 auto;
}
.modal .highlights .row.items .col {
  flex-basis: 100%;
}
.modal .highlights .row.items .col:last-child {
  border: none;
}
.modal .highlights .row.items .col h3 {
  font-size: 30px;
  color: #363166;
  margin-bottom: 0;
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 992px) {
  .modal .highlights .row.items .col {
    flex-basis: 33.333%;
    border-right: 1px solid #D9D9D9;
    display: flex;
    padding: 20px 0;
    justify-content: center;
  }
  .modal .highlights .row.items .col .inner {
    max-width: 200px;
  }
}
.modal .highlights h2 {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.modal .thumb {
  margin: 40px 0 65px;
}
.modal .thumb img {
  max-width: 100%;
}
.modal .section {
  margin-bottom: 45px;
}
.modal .section h2 {
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 4px solid #002E64;
  margin-bottom: 35px;
}
.modal .section .text {
  border: 2px solid #363166;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  max-width: 550px;
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle .btn {
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 0;
  border: none;
  background: url(../img/close.svg) center no-repeat;
}
.nav-toggle .btn.collapsed {
  background-image: url(../img/menu.svg);
}
.collapse {
  padding: 30px 0 22px;
  position: relative;
}
@media (min-width: 992px) {
  .collapse {
    padding: 0;
    display: block !important;
  }
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .nav.nav-main {
    align-items: center;
    flex-direction: column;
  }
}
.nav.nav-main .nav-item {
  padding: 15px 0;
  color: #000;
}
.nav.nav-main .nav-item:hover {
  font-weight: 700;
  color: #363166;
}
@media (min-width: 992px) {
  .nav.nav-main .nav-item {
    padding: 0 33px;
  }
  .nav.nav-main .nav-item:not(:last-child) {
    border-right: 1px solid #7B7B7B;
  }
}
.nav.nav-main .nav-link {
  color: inherit;
  text-decoration: none;
}
.header {
  padding: 19px 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.header .container {
  max-width: 100%;
}
@media (max-width: 991px) {
  .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .header .col {
    flex-basis: 100%;
  }
}
.header .right {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .left {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/**********************************************************************************************************************/
.start {
  background: url(../img/slider.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.start .container {
  max-width: 100%;
}
.start h2 {
  line-height: 1.2;
  margin: 0;
}
.start p {
  margin: 5px 0 0;
  text-align: right;
  font-family: "Roboto Mono", sans-serif;
}
.start .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .start .container {
    padding: 150px 70px 125px;
  }
  .start h2 {
    font-size: 38px;
  }
  .start p {
    font-size: 18px;
  }
  .start .item .inner {
    max-width: 590px;
  }
}
@media (max-width: 767px) {
  .start .container {
    padding: 75px 40px 50px;
  }
  .start h2 {
    font-size: 20px;
  }
  .start p {
    font-size: 14px;
  }
  .start .item .inner {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .start .container {
    padding: 350px 140px 225px;
  }
  .start h2 {
    font-size: 48px;
    text-align: justify;
  }
  .start p {
    font-size: 22px;
  }
  .start .item .inner {
    max-width: 880px;
  }
}
/**********************************************************************************************************************/
.referenzen .container {
  max-width: 1280px;
}
.referenzen .logos {
  align-items: center;
}
.referenzen .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.referenzen .logo img {
  max-width: 100%;
}
.referenzen .timeline {
  flex-flow: column-reverse;
}
.referenzen .timeline .item {
  flex-basis: 50%;
  width: 50%;
  position: relative;
}
.referenzen .timeline .item:last-child {
  border: none !important;
}
.referenzen .timeline .item::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  bottom: -16px;
  background: #363166;
  border-radius: 50%;
}
.referenzen .timeline .item:nth-last-child(-n+2)::before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 32px solid #363166;
  background: transparent;
  border-radius: 0;
}
.referenzen .timeline .item::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 4px;
  display: block;
  bottom: -16px;
  left: 100px;
  background: #002E64;
}
@media (min-width: 768px) {
  .referenzen .logos {
    padding: 75px 0 100px;
  }
  .referenzen .timeline .item:nth-child(even) {
    align-self: flex-end;
    border-left: 1px solid #000;
    padding-left: 50px;
    text-align: left;
    margin-top: -45px;
    left: -1px;
  }
  .referenzen .timeline .item:nth-child(even)::before {
    left: -16px;
  }
  .referenzen .timeline .item:nth-child(odd) {
    border-right: 1px solid #000;
    padding-right: 50px;
    text-align: right;
  }
  .referenzen .timeline .item:nth-child(odd) ul {
    list-style-position: inside;
    padding-left: 0;
  }
  .referenzen .timeline .item:nth-child(odd)::before {
    right: -17px;
  }
  .referenzen .timeline .item:nth-child(odd)::after {
    right: 100px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .referenzen .logos {
    padding: 20px 0;
  }
  .referenzen .logo {
    padding: 20px;
    flex-basis: 50% !important;
  }
  .referenzen .timeline .item {
    width: 100%;
    border-left: 1px solid #000;
    padding: 30px 0 20px 30px;
  }
  .referenzen .timeline .item::before {
    left: -16px;
  }
  .referenzen .timeline .item::after {
    left: unset;
    width: 75%;
    right: 0;
    bottom: 0;
    height: 1px;
  }
}
@media (min-width: 992px) {
  .referenzen .timeline .item:nth-child(even) {
    padding-left: 100px;
  }
  .referenzen .timeline .item:nth-child(odd) {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .referenzen .logos .logo {
    flex-basis: 25%;
  }
}
/**********************************************************************************************************************/
.technologie .logos {
  padding: 60px 0 95px;
  justify-content: center;
  align-items: center;
}
.technologie .logos .logo {
  flex-basis: 25%;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.technologie .block {
  background: #363166;
  padding: 50px 0;
}
.technologie .block .container {
  max-width: 806px;
  margin: 0 auto;
}
.technologie .block .item {
  background: #FFFFFF;
  border: 2px solid #363166;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  max-width: 275px;
  padding: 19px 22px 36px 32px;
}
.technologie .block .item h3 {
  font-size: 20px;
}
.technologie .block .item ul {
  margin-bottom: 0;
}
.technologie .block .item:last-child {
  flex-basis: 100%;
  max-width: 100%;
  background: #C2C9D1;
  margin-top: 55px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 20px 16px 6px;
}
.technologie .block .item:last-child h3 {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}
.technologie .block .item:last-child h3::before {
  content: '';
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE4SURBVHgBnVNLTsMwEJ1xJpFALHKEcIMuEVJFuUF7g3ZRwQ71BKhHYIfIgt4AbkCkSogduQE5QnYowfFgG9JFYqdq32r+82w/I3hwcfudkKTE2Aq5fE+j3FWH3cB4Wc8R8U6bo05pwazW2zTaOAdM5hw3oXxBhAkMgAFeg5oW2QZL41ObaCL5rKcNNv9vnOpFsTavjS92tHWiX67WwPzQG6JZmp7dAERx79rGytL8cjOx9wR4uaxHhPgJR0CGlAjBGPsKWDUrhmbly4tKnhMMgCHIQWmawl8jiGQBR4KwKkX2eFJoOz+8HYssPcstOXY8laWHPBUCrlw5o0o7pg2Mb37ekPcLyTZrNW6fwpld0gaDimYmsbeZIQtOadH6ns9khMVJJ5Wbo3o/UxdGYK1GpH6pj7/L7uEXTZlvWtv39sQAAAAASUVORK5CYII=') center no-repeat #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (max-width: 767px) {
  .technologie .block .item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/**********************************************************************************************************************/
.projekte {
  padding-bottom: 0;
  padding-top: 0;
}
.projekte .container {
  max-width: 1236px;
}
.projekte .items {
  justify-content: center;
  padding: 75px 0 10px;
}
.projekte .items .item {
  max-width: 750px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  margin-bottom: 50px;
}
.projekte .items .item img {
  width: auto;
  max-width: 100%;
  border-radius: 8px 8px 0 0;
}
.projekte .items .item .text {
  padding: 16px 13px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.projekte .items .item .text .col {
  max-width: 170px;
}
.projekte .items .item .text h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .projekte .items {
    padding: 100px 0 120px;
    justify-content: space-between;
  }
  .projekte .item {
    max-width: 350px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .projekte .items .item .text .col {
    max-width: 100%;
  }
  .projekte .items .item .text .col.left {
    margin-bottom: 10px;
  }
  .projekte .items .item .text .col.right {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
/**********************************************************************************************************************/
.ubermich {
  padding: 0;
}
.ubermich .container {
  max-width: 1262px;
}
.ubermich .row {
  padding: 130px 0 200px;
  align-items: stretch;
}
.ubermich .left {
  width: 35%;
}
.ubermich .left img {
  max-width: 100%;
}
.ubermich .right {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ubermich .right .first {
  flex-basis: 100%;
}
.ubermich .right .first .quote {
  max-width: 500px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  color: #3E3E3E;
  position: relative;
}
.ubermich .right .first .quote h3 {
  font-size: 21px;
  margin-bottom: 0;
}
.ubermich .right .first .quote::before {
  content: '“';
  color: #363166;
  font-size: 100px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
}
.ubermich .right .second {
  padding: 20px 30px 0;
  max-width: 550px;
  border: 2px solid #363166;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .ubermich .row {
    padding: 65px 0 100px;
    justify-content: center;
  }
  .ubermich .row .col {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ubermich .row .quote {
    margin: 90px auto 10px;
  }
}
/**********************************************************************************************************************/
.kontakt .row .col {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kontakt .row .col .inner {
  max-width: 450px;
}
.kontakt .row .col.left {
  text-align: center;
  background: #363166;
  color: #fff;
  padding: 175px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.kontakt .row .col.left h2 {
  margin-bottom: 50px;
}
.kontakt .row .col.left h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.kontakt .row .col.left a {
  color: inherit;
  text-decoration: none;
}
.kontakt .row .col.left a:hover {
  text-decoration: underline;
}
.kontakt .row .col.right {
  background: #C8C0B5;
}
.kontakt .row .col.right .inner {
  padding: 0 30px;
}
.kontakt p.success{
	color: #363166;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}
@media (max-width: 991px) {
  .kontakt .row .col {
    flex-basis: 100%;
  }
  .kontakt .row .col.left {
    padding: 60px 0;
  }
  .kontakt .row .col.right {
    padding: 50px 0;
  }
}
/**********************************************************************************************************************/
.footer {
  background: #C8C0B5;
  padding: 15px 0;
}
.footer .container {
  max-width: 100%;
}
.footer .col {
  flex-basis: 100%;
}
.footer .col.right {
  display: flex;
  justify-content: center;
}
.footer .col.right .inner {
  margin: -82px 0 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.footer .col.right .inner h2 {
  font-size: 14px;
}
.footer .col.right .inner .nav {
  justify-content: center;
}
.footer .col.right .inner .nav .nav-item {
  padding: 0 5px;
  border-right: 1px solid;
}
.footer .col.right .inner .nav .nav-item:last-child {
  border: none;
}
.footer .col.right .inner .nav .nav-link {
  color: inherit;
  text-decoration: none;
}
.footer .col.right .inner .nav .nav-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    border-top: 1px solid #363166;
  }
  .footer .row .col .inner {
    margin: 0 !important;
  }
  .footer .row .col .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
