/*
Theme Name: Maler Haberkorn
Author: Martin Banasiak
Version: 1.0
*/
.gradient {
  background: #0b4393;
  background: -moz-linear-gradient(180deg, #0b4393 0%, #5f5bbb 100%);
  background: -webkit-linear-gradient(180deg, #0b4393 0%, #5f5bbb 100%);
  background: linear-gradient(180deg, #0b4393 0%, #5f5bbb 100%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.gradient-hover {
  background: #5f5bbb;
  background: -moz-linear-gradient(0deg, #5f5bbb 0%, #5f5bbb 100%);
  background: -webkit-linear-gradient(0deg, #5f5bbb 0%, #5f5bbb 100%);
  background: linear-gradient(0deg, #5f5bbb 0%, #5f5bbb 100%);
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('dist/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/lato-v23-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('dist/fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/lato-v23-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('dist/fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/ubuntu-v20-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('dist/fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/ubuntu-v20-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('dist/fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/ubuntu-v20-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('dist/fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('dist/fonts/ubuntu-v20-latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
body {
  background-color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 400;
  color: #434357;
}
body.customize-support {
  height: calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -o-calc(100% - 40px);
}
@media (max-width: 1249px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #0b4393;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #434357;
}
p {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #434357;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  font-size: 0.6em;
}
h1,
.h1,
h2,
.h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1.4px;
}
@media (max-width: 1539px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
}
@media (max-width: 1539px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
h6,
.h6 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e3e3e9;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.button,
.wpcf7-submit {
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  max-width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  text-align: center;
  color: #434357;
  font-size: 16px;
  background: #F2F0EF;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  position: relative;
  min-width: 200px;
  letter-spacing: 1px;
}
.button:hover,
.wpcf7-submit:hover {
  background: #0b4393;
  color: #FFFFFF;
}
.button:active,
.button:focus,
.wpcf7-submit:active,
.wpcf7-submit:focus {
  background: #072d64;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .button,
  .wpcf7-submit {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 180px;
  }
}
.button_action {
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  max-width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  text-align: center;
  color: #434357;
  font-size: 16px;
  background: #F2F0EF;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  position: relative;
  min-width: 200px;
  letter-spacing: 1px;
  background: #5f5bbb;
  color: #FFFFFF;
}
.button_action:hover {
  background: #0b4393;
  color: #FFFFFF;
}
.button_action:active,
.button_action:focus {
  background: #072d64;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .button_action {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 180px;
  }
}
.button_action:hover {
  background: #4643a0;
  color: #FFFFFF;
}
.button_action:active,
.button_action:focus {
  background: #37347c;
  color: #FFFFFF;
}
body {
  min-width: 320px;
}
body.menuopen {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:after {
  clear: both;
  display: block;
  content: " ";
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#wrapper {
  overflow: hidden;
}
.content:after {
  clear: both;
  display: block;
  content: " ";
}
@media (min-width: 1250px) and (max-width: 1539px) {
  .lg-margin {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1249px) {
  .md-margin {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sm-margin {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .xs-margin {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .xxs-margin {
    margin-bottom: 20px;
  }
}
.panel-grid > .panel-row-style[data-container="1"] {
  max-width: 1920px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .panel-grid > .panel-row-style[data-container="1"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.panel-grid > .panel-row-style[data-container="2"] {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1480px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .panel-grid > .panel-row-style[data-container="2"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.panel-grid > .panel-row-style[data-container="3"] {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1240px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .panel-grid > .panel-row-style[data-container="3"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .switch-mobile {
    flex-direction: column-reverse !important;
  }
}
.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.icon-facebook {
  font-family: 'Font Awesome 5 Brands';
}
.icon-facebook:before {
  content: "\f39e";
}
.icon-whatsapp {
  font-family: 'Font Awesome 5 Brands';
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-instagram {
  font-family: 'Font Awesome 5 Brands';
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-contact:before {
  content: "\e0cd";
}
.icon-thumbup:before {
  content: "\e8dc";
}
.icon-star:before {
  content: "\e838";
}
.icon-regio:before {
  content: "\e55c";
}
.icon-speed:before {
  content: "\e858";
}
.icon-free:before {
  content: "\e88a";
}
.icon-arrow-up:before {
  content: "\e316";
}
.icon-arrow-down:before {
  content: "\e313";
}
.icon-arrow-right:before {
  content: "\e315";
}
.icon-arrow-left:before {
  content: "\e314";
}
img {
  height: auto !important;
  max-width: 100%;
}
.bgcover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-light-gray {
  background-color: #F2F0EF;
}
.marginTop--big {
  margin-top: 130px;
}
@media (max-width: 1249px) {
  .marginTop--big {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .marginTop--big {
    margin-top: 0;
  }
}
#mainwrapper {
  min-height: 600px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1249px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.imageOverlay {
  position: relative;
}
.imageOverlay:after {
  clear: both;
  display: block;
  content: " ";
}
.imageOverlay > div {
  position: absolute;
  width: 460px;
  height: 460px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 80px;
  top: 50%;
  margin-top: -230px;
  border: 16px solid #FFFFFF;
  -webkit-box-shadow: 0 0 40px rgba(67, 67, 87, 0.16);
  -moz-box-shadow: 0 0 40px rgba(67, 67, 87, 0.16);
  box-shadow: 0 0 40px rgba(67, 67, 87, 0.16);
}
@media (max-width: 1539px) {
  .imageOverlay > div {
    width: 360px;
    height: 360px;
    margin-top: -180px;
    border-width: 10px;
  }
}
@media (max-width: 1249px) {
  .imageOverlay > div {
    width: 260px;
    height: 260px;
    margin-top: -130px;
  }
}
@media (max-width: 1024px) {
  .imageOverlay > div {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    border-width: 8px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .imageOverlay > div {
    display: none;
  }
}
.maxwidth {
  max-width: 900px;
}
.textwidget p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about-me {
    flex-direction: row !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .about-me > .panel-grid-cell:first-child {
    width: 60% !important;
  }
  .about-me > .panel-grid-cell:nth-child(2) {
    width: 40% !important;
    margin-top: 60px;
    padding-left: 40px !important;
  }
  .about-me > .panel-grid-cell:last-child {
    order: -1;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 60px;
  }
  .about-me > .panel-grid-cell:last-child > .panel-cell-style {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .about-me {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about-me > .panel-grid-cell:first-child {
    width: 100% !important;
  }
  .about-me > .panel-grid-cell:nth-child(2) {
    width: 50% !important;
    margin-top: -30px;
    padding-left: 0 !important;
    margin-left: auto;
    position: relative;
    padding-right: 20px !important;
  }
  .about-me > .panel-grid-cell:last-child {
    order: -1;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .about-me-usp > .panel-layout > .panel-grid {
    flex-direction: row !important;
  }
  .about-me-usp > .panel-layout > .panel-grid > .panel-grid-cell {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
.headerTop {
  background-color: #434357;
  color: #FFFFFF;
  padding: 8px 40px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.headerTop ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.headerTop li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 8px;
  position: relative;
}
.headerTop li .icon {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  font-weight: 400;
}
@media (max-width: 1249px) {
  .headerTop {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .headerTop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerTop ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .headerTop li {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .headerTop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.headerMain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.headerLogo {
  width: 180px;
  background-color: #FFFFFF;
}
.headerLogo a {
  display: block;
  padding: 10px 40px;
}
@media (max-width: 1249px) {
  .headerLogo a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .headerLogo a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .headerLogo {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .headerLogo {
    width: 120px;
  }
}
.headerNavigation {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 1249px) {
  .headerNavigation {
    display: block;
  }
}
.headerSocialmedia {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 35px;
  padding-right: 35px;
}
.headerSocialmedia .textwidget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.headerSocialmedia p {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.headerSocialmedia a {
  display: block;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 3px;
  color: #434357;
}
@media (max-width: 480px) {
  .headerSocialmedia a {
    margin-right: 0;
  }
}
.headerSocialmedia a .icon {
  font-size: 32px;
}
.headerSocialmedia a.facebook {
  color: #3b5999;
}
.headerSocialmedia a.facebook .icon {
  font-size: 26px;
}
.headerSocialmedia a.facebook:hover {
  color: #344e87;
}
.headerSocialmedia a.instagram {
  color: #e4405f;
}
.headerSocialmedia a.instagram:hover {
  color: #e12a4c;
}
.headerSocialmedia a.whatsapp {
  color: #22D366;
}
.headerSocialmedia a.whatsapp:hover {
  color: #1ebd5b;
}
@media (max-width: 1539px) {
  .headerSocialmedia {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1249px) {
  .headerSocialmedia {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .headerSocialmedia {
    padding: 0;
  }
}
.headerContact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.headerContact a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  font-weight: 700;
  padding: 0 40px 0 50px;
  font-size: 23px;
  line-height: 1em;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
  color: #434357;
}
.headerContact a small {
  font-size: 14px;
}
.headerContact a:hover,
.headerContact a:focus,
.headerContact a:active {
  color: #0b4393;
}
.headerContact a .icon {
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .headerContact {
    display: none;
  }
}
#header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: 0.2s ease-in-out;
}
#header .headerLogo {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
#header.sticky {
  background-color: #FFFFFF;
}
#header.sticky .headerLogo {
  opacity: 1;
  pointer-events: auto;
}
body.menuopen #header {
  background-color: #FFFFFF;
}
body.menuopen #header .headerLogo {
  opacity: 1;
  pointer-events: auto;
}
.body_home.customize-support #header {
  top: 30px;
}
.hamburger {
  padding: 13px 30px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 201;
  position: relative;
}
.hamburger:hover {
  -webkit-opacity: 50%;
  -moz-opacity: 50%;
  opacity: 50%;
}
.hamburger-box {
  width: 38px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 38px;
  height: 4px;
  background-color: #434357;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
@media (min-width: 1250px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1249px) {
  .hamburger {
    padding: 13px 26px;
  }
  .hamburger-box {
    width: 38px;
    height: 21px;
  }
  .hamburger-inner {
    margin-top: -1.5px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 38px;
    height: 3px;
  }
  .hamburger-inner::before {
    top: -9px;
  }
  .hamburger-inner::after {
    bottom: -9px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    padding: 13px 20px;
  }
  .hamburger-box {
    width: 37px;
    height: 21px;
  }
  .hamburger-inner {
    margin-top: -1.5px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 37px;
    height: 3px;
  }
  .hamburger-inner::before {
    top: -9px;
  }
  .hamburger-inner::after {
    bottom: -9px;
  }
}
.navigation ul,
#primary-navigation ul,
#legal-navigation ul {
  padding: 0;
  margin: 0;
}
.navigation li,
#primary-navigation li,
#legal-navigation li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#primary-navigation {
  text-align: center;
  font-size: 16px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
#primary-navigation > .menu-hauptnavigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#primary-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#primary-navigation li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
#primary-navigation a {
  color: #434357;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 0;
  position: relative;
}
#primary-navigation a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.2s ease-in-out;
}
#primary-navigation a:hover:after,
#primary-navigation a.active:after {
  background-color: #0b4393;
  height: 4px;
}
@media (max-width: 1249px) {
  #primary-navigation {
    position: absolute;
    right: 0;
    top: 100%;
    width: 420px;
    max-width: 100vw;
    background-color: #FFFFFF;
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1em;
    height: 100vh;
    padding-top: 20px;
    z-index: 100;
    display: none;
  }
  #primary-navigation > .menu-hauptnavigation-container {
    display: block;
    overflow-y: auto;
  }
  #primary-navigation ul {
    display: block;
  }
  #primary-navigation li {
    display: block;
  }
  #primary-navigation a {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
#legal-navigation {
  text-align: right;
}
#legal-navigation ul {
  margin-left: -20px;
  margin-right: -20px;
}
#legal-navigation li {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  #legal-navigation {
    text-align: center;
  }
}
#footer {
  clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
  background-color: #434357;
  color: #FFFFFF;
  padding-top: 240px;
  padding-bottom: 80px;
  line-height: 2em;
  z-index: 1;
}
@media (max-width: 767px) {
  #footer {
    clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  #footer {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #9595ad;
}
#footer a.facebook:hover {
  color: #3b5999;
}
#footer a.instagram:hover {
  color: #e4405f;
}
#footer a.whatsapp:hover {
  color: #22D366;
}
#footer h1,
#footer .h1,
#footer h2,
#footer .h2,
#footer h3,
#footer .h3 {
  color: #FFFFFF;
}
#footer .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .row:before,
#footer .row:after {
  display: none;
}
#footer h3,
#footer .h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.48px;
}
@media (max-width: 1024px) {
  #footer h3,
  #footer .h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #footer h3,
  #footer .h3 {
    font-size: 19px;
  }
}
.footerLeft {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footerLeft {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footerRight {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .footerRight {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .footerRight {
    width: 100%;
    max-width: none;
  }
}
.footerSocialmedia a {
  margin-right: 10px;
}
.footerSocialmedia .icon {
  font-size: 40px;
}
.footerBottom {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #9595ad;
}
@media (max-width: 1024px) {
  .footerBottom {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.footerBottomLeft {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footerBottomLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footerBottomRight {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footerBottomRight {
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .footerBottomRight #legal-navigation {
    text-align: center;
  }
}
.footerSocialmedia {
  margin-top: 20px;
}
.scrolldown {
  border: 4px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 50px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.scrolldown i {
  line-height: 82px;
  animation: down 2s infinite;
  -webkit-animation: down 2s infinite;
  -moz-animation: down 2s infinite;
  -ms-animation: down 2s infinite;
}
.scrolldown:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@-webkit-keyframes down {
  0%,
  100% {
    margin-top: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    margin-top: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes down {
  0%,
  100% {
    margin-top: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    margin-top: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes down {
  0%,
  100% {
    margin-top: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    margin-top: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes down {
  0%,
  100% {
    margin-top: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    margin-top: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes down {
  0%,
  100% {
    margin-top: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    margin-top: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 50% !important;
  }
}
input,
textarea {
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  outline: 0;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
input:not([type='submit']):focus,
textarea:not([type='submit']):focus {
  border-color: #434357;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #fc807a;
}
textarea {
  min-height: 100px;
  height: 100px;
  max-height: 400px;
  resize: vertical;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #0b4393;
  margin-top: 5px;
  display: block;
}
.wpcf7 {
  max-width: 680px;
}
.wpcf7-submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.wpcf7-submit:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f78985;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media (max-width: 480px) {
  .wpcf7-submit {
    width: 100%;
    margin-bottom: 0;
  }
}
.wpcf7 label {
  font-size: 14px;
  font-size: 0.875em;
}
.wpcf7 p {
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
  margin-bottom: 20px;
}
.wpcf7-not-valid {
  border-color: #fc807a;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 5px;
  margin-top: 10px;
  border: 0;
}
.wpcf7 div.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.wpcf7-checkbox span.wpcf7-list-item input {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
}
.contactform p {
  margin: 0;
}
.wpcf7-form > p > label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .wpcf7-form > p > label {
    margin-bottom: 10px;
  }
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin: 0;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap.checkbox {
  width: 100%;
  line-height: 1.48;
}
.wpcf7-form .wpcf7-submit {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  max-width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  text-align: center;
  color: #434357;
  font-size: 16px;
  background: #F2F0EF;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  position: relative;
  min-width: 200px;
  letter-spacing: 1px;
  background: #5f5bbb;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #0b4393;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:focus {
  background: #072d64;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .wpcf7-form .wpcf7-submit {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 180px;
  }
}
.wpcf7-form .wpcf7-submit:hover {
  background: #4643a0;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:focus {
  background: #37347c;
  color: #FFFFFF;
}
.clippathleftbottom {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% calc(100% - 60px));
}
@media (max-width: 767px) {
  .clippathleftbottom {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% calc(100% - 30px));
  }
}
.clippathrightbottom {
  clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
}
@media (max-width: 767px) {
  .clippathrightbottom {
    clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
}
.clippathlefttop {
  clip-path: polygon(0 0%, 100% 60px, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .clippathlefttop {
    clip-path: polygon(0 0%, 100% 30px, 100% 100%, 0% 100%);
  }
}
.clippathrighttop {
  clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .clippathrighttop {
    clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% 100%);
  }
}
.breakbg {
  position: relative;
}
.breakbg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("dist/images/verlauf.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.banner {
  clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
}
.banner__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
}
.banner__text h1 {
  margin-top: 30px;
  margin-bottom: 0;
}
.banner__text img {
  filter: drop-shadow(0 0 20px #ffffff);
}
@media (max-width: 1539px) {
  .banner__text img {
    max-width: 340px !important;
  }
}
@media (max-width: 1249px) {
  .banner__text img {
    max-width: 260px !important;
  }
}
@media (max-width: 1024px) {
  .banner__text img {
    max-width: 200px !important;
    filter: drop-shadow(0 0 10px #ffffff);
  }
}
@media (max-width: 1024px) {
  .banner {
    height: 800px;
    max-height: 100vh;
  }
  .banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner__text {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 600px;
  }
}
.leistungen p {
  margin: 0;
}
.leistungen .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leistungen .inside-grid-column {
  width: 100%;
  padding: 30px 60px 30px 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  color: #FFFFFF;
}
.leistungen .inside-grid-column h2,
.leistungen .inside-grid-column h3 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 1539px) {
  .leistungen .inside-grid-column {
    padding-left: 140px;
  }
}
.leistungen .lgc-column {
  height: auto !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #0b4393;
}
.leistungen .lgc-column:first-child {
  background-color: #9E9BFC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.leistungen .lgc-column:first-child .inside-grid-column {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
}
@media (max-width: 1539px) {
  .leistungen .lgc-column:first-child .inside-grid-column {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .leistungen .lgc-column:first-child {
    display: none;
  }
}
.leistungen .lgc-column:nth-child(2n) {
  background-color: #FAB7B5;
}
.leistungen .lgc-column:nth-child(3n) {
  background-color: #B2C0C2;
}
.leistungen .lgc-column p {
  margin: 0;
}
.leistungen .lgc-column ul {
  margin: 0 -20px;
  padding: 0;
}
.leistungen .lgc-column li {
  margin: 0;
  padding: 0 20px 15px 40px;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.leistungen .lgc-column li:before {
  font-family: 'Material Icons';
  content: "\e315";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 20px;
  line-height: 20px;
  font-size: 32px;
  text-align: left;
}
.leistungen .lgc-column li:last-child {
  padding-bottom: 0;
}
.leistungen .lgc-column.painting > .inside-grid-column,
.leistungen .lgc-column.renovation > .inside-grid-column {
  position: relative;
  overflow: hidden;
}
.leistungen .lgc-column.painting > .inside-grid-column:before,
.leistungen .lgc-column.renovation > .inside-grid-column:before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
@media (max-width: 1539px) {
  .leistungen .lgc-column.painting > .inside-grid-column:before,
  .leistungen .lgc-column.renovation > .inside-grid-column:before {
    width: 180px;
    height: 180px;
    left: -40px;
  }
}
@media (max-width: 480px) {
  .leistungen .lgc-column.painting > .inside-grid-column:before,
  .leistungen .lgc-column.renovation > .inside-grid-column:before {
    width: 140px;
    height: 140px;
  }
}
.leistungen .lgc-column.painting > .inside-grid-column:before {
  background-image: url(dist/images/painting.svg);
}
.leistungen .lgc-column.renovation > .inside-grid-column:before {
  background-image: url(dist/images/renovation.svg);
}
@media (max-width: 1539px) {
  .leistungen .lgc-column li {
    padding-bottom: 5px;
  }
  .leistungen .lgc-column li:before {
    font-size: 24px;
    left: 15px;
  }
}
@media (max-width: 1249px) {
  .leistungen .lgc-column li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .leistungen .lgc-mobile-grid-100 .inside-grid-column {
    padding: 20px 20px 20px 140px;
  }
}
@media (max-width: 480px) {
  .leistungen .lgc-mobile-grid-100 .inside-grid-column {
    padding-left: 100px;
  }
}
#ueber-uns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ueber-uns .ueber_uns_bild {
  width: 50%;
}
#ueber-uns .ueber_uns_text {
  width: 50%;
  padding: 20px 80px;
}
#ueber-uns .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}
#ueber-uns .columns > div {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
#ueber-uns .columns .inside-grid-column {
  padding: 0;
  margin: 0;
  color: #96a9ab;
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#ueber-uns .columns .inside-grid-column img {
  max-width: 65px;
  margin-right: 10px;
}
@media (max-width: 1249px) {
  #ueber-uns .ueber_uns_bild {
    display: none;
  }
  #ueber-uns .ueber_uns_text {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  #ueber-uns .ueber_uns_text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #ueber-uns .ueber_uns_bild {
    display: block;
    width: 100%;
  }
  #ueber-uns .ueber_uns_text {
    padding: 20px;
  }
  #ueber-uns .columns {
    margin-bottom: -20px;
  }
  #ueber-uns .columns > div {
    margin-bottom: 20px;
  }
  #ueber-uns .columns .inside-grid-column {
    font-size: 16px;
  }
  #ueber-uns .columns .inside-grid-column img {
    max-width: 45px;
  }
}
.boxed-gradient {
  background-color: #FFFFFF;
  padding: 25px 30px 25px 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.boxed-gradient p {
  margin: 0;
}
.boxed-gradient .widget_media_image {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
}
.boxed-gradient .widget_media_image img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.boxed-gradient .widget_sow-editor {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 15px !important;
  min-height: 50px;
}
@media (max-width: 1249px) {
  .boxed-gradient {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .boxed-gradient {
    padding: 20px 5px 5px 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .boxed-gradient {
    font-size: 12px;
    padding: 20px 5px 10px 5px;
  }
  .boxed-gradient .widget_sow-editor {
    min-height: 30px;
    margin-top: 5px !important;
  }
}
@media (max-width: 374px) {
  .boxed-gradient {
    font-size: 10px;
  }
}
.boxed-gradient:hover .widget_media_image img,
.boxed-gradient:focus .widget_media_image img {
  filter: invert(100%);
}
.boxed-gradient.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.boxed-gradient.active .widget_media_image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.boxed-gradient-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .boxed-gradient-row {
    flex-direction: row !important;
  }
  .boxed-gradient-row > .panel-grid-cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 33.33333333% !important;
  }
  .boxed-gradient-row > .panel-grid-cell img {
    max-width: 100px !important;
  }
}
@media (max-width: 767px) {
  .boxed-gradient-row > .panel-grid-cell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .boxed-gradient-row > .panel-grid-cell > .so-panel {
    width: 50%;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .boxed-gradient-row > .panel-grid-cell img {
    max-width: 70px !important;
  }
  .boxed-gradient-row .boxed-gradient {
    margin-bottom: 10px;
  }
}
.teaser {
  padding: 200px 40px !important;
  color: #FFFFFF;
  background: #434357;
  clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
  margin-top: -100px;
}
.teaser h1,
.teaser .h1,
.teaser h2,
.teaser .h2 {
  color: #434357;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  margin-bottom: 1.2em;
  letter-spacing: 2px;
}
.teaser h1 small,
.teaser .h1 small,
.teaser h2 small,
.teaser .h2 small {
  font-size: 0.6em;
}
@media (max-width: 1539px) {
  .teaser h1,
  .teaser .h1,
  .teaser h2,
  .teaser .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .teaser h1,
  .teaser .h1,
  .teaser h2,
  .teaser .h2 {
    font-size: 24px;
  }
}
.teaser h3,
.teaser .h3,
.teaser h4,
.teaser .h4,
.teaser h5,
.teaser .h5,
.teaser h6,
.teaser .h6 {
  color: #434357;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  margin-bottom: 1.2em;
  letter-spacing: 2px;
}
.teaser h3 small,
.teaser .h3 small,
.teaser h4 small,
.teaser .h4 small,
.teaser h5 small,
.teaser .h5 small,
.teaser h6 small,
.teaser .h6 small {
  font-size: 0.6em;
}
@media (max-width: 1539px) {
  .teaser h3,
  .teaser .h3,
  .teaser h4,
  .teaser .h4,
  .teaser h5,
  .teaser .h5,
  .teaser h6,
  .teaser .h6 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .teaser h3,
  .teaser .h3,
  .teaser h4,
  .teaser .h4,
  .teaser h5,
  .teaser .h5,
  .teaser h6,
  .teaser .h6 {
    font-size: 24px;
  }
}
.teaser .button_action {
  background: #FFFFFF;
  color: #434357;
}
@media (max-width: 1024px) {
  .teaser {
    padding: 140px 40px !important;
  }
}
@media (max-width: 767px) {
  .teaser {
    clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% calc(100% - 30px));
    padding: 60px 40px !important;
    margin-top: -30px;
  }
}
.bg-gradient-gray {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
}
.bg-gradient-gray-cp-left {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% calc(100% - 60px));
}
@media (max-width: 767px) {
  .bg-gradient-gray-cp-left {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% calc(100% - 30px));
  }
}
.bg-gradient-gray-cp-right {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  background: linear-gradient(180deg, #ffffff 70%, #eceff0 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
}
@media (max-width: 767px) {
  .bg-gradient-gray-cp-right {
    clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
}
