@font-face {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 992px) {
.order-lg-1 {-ms-flex-order: 1;order:1}
.order-lg-2 {-ms-flex-order: 2;order:2}
}
.row {display:flex;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .wrapper li, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h5, .h5, h6, .h6, .brand, .btn-simple, a, .td-name, td {
  font-family: exo, Arial, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 30px 0 15px;
  font-weight: 300;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:not(.btn):hover, .navbar-default .navbar-nav > .active > a:not(.btn):focus, .navbar-default .navbar-nav > li > a:not(.btn):hover, .navbar-default .navbar-nav > li > a:not(.btn):focus {
  background-color: transparent;
  border-radius: 3px;
  color: #3b9ed4;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .navbar-brand .rex-redaxo-logo-a, .navbar-transparent .navbar-brand .rex-redaxo-logo-x, .navbar-transparent .navbar-brand .rex-redaxo-logo-o, .navbar-transparent .navbar-brand .rex-redaxo-logo-reg {
  fill: #627386; }

body > .navbar-collapse a, .tagsinput .tag, .tagsinput-remove-link, .filter, .btn-hover, [data-toggle="collapse"] i {
  transition: all 150ms linear; }

.navbar, .navbar .alert, .navbar-brand .rex-redaxo-logo-r, .navbar-brand .rex-redaxo-logo-e, .navbar-brand .rex-redaxo-logo-d, .navbar-brand .rex-redaxo-logo-cms, .navbar-brand .rex-redaxo-logo-a, .navbar-brand .rex-redaxo-logo-x, .navbar-brand .rex-redaxo-logo-o, .navbar-brand .rex-redaxo-logo-reg, .form-control, .input-group-addon, .tagsinput, .navbar-transparent .navbar-brand .rex-redaxo-logo-r, .navbar-transparent .navbar-brand .rex-redaxo-logo-e, .navbar-transparent .navbar-brand .rex-redaxo-logo-d, .navbar-transparent .navbar-brand .rex-redaxo-logo-cms, .navbar-transparent .navbar-brand .rex-redaxo-logo-a, .navbar-transparent .navbar-brand .rex-redaxo-logo-x, .navbar-transparent .navbar-brand .rex-redaxo-logo-o, .navbar-transparent .navbar-brand .rex-redaxo-logo-reg {
  transition: all 300ms linear; }

.btn-morphing .fa, .btn-morphing .circle, .gsdk-collapse {
  transition: all 370ms linear; }

.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .btn.dropdown-toggle {
  background-color: transparent;
  color: #777;
  border-color: #777; }

.btn:disabled, .btn.disabled, .btn[disabled] {
  background-color: transparent;
  border-color: #888;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open > .btn.btn-fill.dropdown-toggle {
  background-color: #777;
  color: #fff; }

.btn:hover, .btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: 0 !important; }

.btn-neutral:disabled, .btn-neutral.disabled, .btn-neutral[disabled] {
  background-color: transparent;
  border-color: #fff; }

body {
  font-family: exo, Helvetica, Arial, sans-serif;
  position: relative;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
  font-size: 100%; }
  body > .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100vh;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    border-left: 1px solid #e3e3e3;
    padding-right: 0;
    padding-left: 40px;
    transform: translate3d(300px, 0, 0);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
    body > .navbar-collapse ul {
      position: relative;
      z-index: 3;
      overflow-y: auto;
      height: 100%; }
    body > .navbar-collapse.has-image::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: rgba(17, 17, 17, 0.8);
      display: block;
      content: "";
      z-index: 1; }
    body > .navbar-collapse.collapse {
      height: 100vh !important; }
    body > .navbar-collapse .nav > li {
      border-bottom: 1px solid #e5e5e5; }
      body > .navbar-collapse .nav > li:last-child {
        border-bottom: 0; }
      body > .navbar-collapse .nav > li > a {
        margin: 0;
        color: #444;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
        padding: 24px 0; }
        body > .navbar-collapse .nav > li > a:hover {
          color: #3b9ed4; }
        body > .navbar-collapse .nav > li > a.active {
          color: #3b9ed4; }
      body > .navbar-collapse .nav > li.social-links {
        text-align: center;
        margin-left: -40px; }
        body > .navbar-collapse .nav > li.social-links > a {
          font-size: 18px;
          padding: 24px 15px; }
  body > .navbar-collapse::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    content: "";
    z-index: 1; }
  body.noscroll {
    overflow: hidden;
    padding-right: 0; }

h1 {
  font-size: 3em;
  line-height: 1.213483146em;
  font-weight: 300; }
  h1 small {
    font-size: 60%; }
  h1 .small {
    font-size: 60%; }

.h1 {
  font-size: 3em;
  line-height: 1.213483146em;
  font-weight: 300; }

h2 {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0.4em 0;
  font-weight: 300;
  text-transform: uppercase; }
  h2 small {
    font-size: 60%; }
  h2 .small {
    font-size: 60%; }

.h2 {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0.4em 0;
  font-weight: 300;
  text-transform: uppercase; }

h3 {
  font-size: 1.619047619em;
  line-height: 1.058823529em;
  margin-top: 1.05882353em;
  margin-bottom: 1.05882353em; }
  h3 small {
    font-size: 60%; }
  h3 .small {
    font-size: 60%; }

.h3 {
  font-size: 1.619047619em;
  line-height: 1.058823529em;
  margin-top: 1.05882353em;
  margin-bottom: 1.05882353em; }

h4 {
  font-size: 1.125em;
  line-height: 1.714285714em; }

.h4 {
  font-size: 1.125em;
  line-height: 1.714285714em; }

h5 {
  font-size: 1.2em; }

p {
  font-size: 1em;
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 .75em; }

.wrapper ul {
  padding-left: 20px; }

.wrapper li {
  font-size: 1em;
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 .25em; }

.navbar {
  border: 0;
  font-size: 16px; }
  .navbar .navbar-brand {
    font-weight: 600;
    /*margin: 5px 0;*/
    padding: 5px 10px;
    font-size: 20px;
    letter-spacing: 0; }
  .navbar .navbar-nav > li > a {
    padding: 10px 15px;
    margin: 15px 3px; }
    .navbar .navbar-nav > li > a.btn {
      margin: 15px 3px;
      padding: 8px 16px; }
    .navbar .navbar-nav > li > a.btn-round {
      margin: 16px 3px; }
    .navbar .navbar-nav > li > a [class^="fa"] {
      font-size: 18px;
      position: relative;
      top: 1px; }
  .navbar .navbar-nav > .social-links > a {
    padding: 10px 5px; }
  .navbar .navbar-nav.navbar-uppercase > li > a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600; }
  .navbar .btn {
    margin: 15px 3px;
    font-size: 14px; }
  .navbar .btn-simple {
    font-size: 16px; }
  .navbar.navbar-fixed-top {
    transition: all .5s .1s; }

.btn-simple {
  border: 0;
  font-size: 16px;
  padding: 8px 16px; }
  .btn-simple.btn-icon {
    padding: 8px; }

a {
  color: #3b9ed4;
  opacity: .9;
  transition: all 150ms linear; }
  a:hover {
    text-decoration: none;
    color: #777;
    opacity: 1; }
  a:focus {
    text-decoration: none;
    outline: 0; }
  a:active {
    outline: 0; }
  a.scroll-arrow {
    font-size: 35px;
    color: #fff;
    width: 50px;
    line-height: 52px;
    border-radius: 50%;
    height: 50px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1029;
    transform: translateX(-50%);
    opacity: .9; }
    a.scroll-arrow i {
      width: 100%; }
      a.scroll-arrow i:hover {
        color: #fff; }
      a.scroll-arrow i:focus {
        color: #fff; }
    a.scroll-arrow:hover {
      opacity: 1; }
  a.carousel-control {
    opacity: 1; }
    a.carousel-control span.fa {
      transform: translateY(-100%); }
  a.left.carousel-control span.fa-angle-left {
    left: 8%; }
  a.right.carousel-control span.fa-angle-right {
    right: 8%; }

pre {
  text-align: left !important; }

blockquote {
  padding: 20px;
  background-color: rgba(238, 238, 238, 0.4);
  font-style: italic; }

.label-primary {
  background-color: #3b9ed4; }

.hidden_content {
  display: none; }

button::-moz-focus-inner {
  outline: 0; }

input[type="reset"]::-moz-focus-inner {
  outline: 0; }

input[type="button"]::-moz-focus-inner {
  outline: 0; }

input[type="submit"]::-moz-focus-inner {
  outline: 0; }

select::-moz-focus-inner {
  outline: 0; }

.navbar-brand img {
  height: 50px;
  width: auto; }

.navbar-brand svg {
  height: 20px;
  width: auto; }

.navbar-brand .rex-redaxo-logo-r {
  fill: #627386; }

.navbar-brand .rex-redaxo-logo-e {
  fill: #627386; }

.navbar-brand .rex-redaxo-logo-d {
  fill: #627386; }

.navbar-brand .rex-redaxo-logo-cms {
  fill: #627386; }

.navbar-brand .rex-redaxo-logo-a {
  fill: #5b98d7; }

.navbar-brand .rex-redaxo-logo-x {
  fill: #5b98d7; }

.navbar-brand .rex-redaxo-logo-o {
  fill: #5b98d7; }

.navbar-brand .rex-redaxo-logo-reg {
  fill: #5b98d7; }

.form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #444;
  padding: 8px 10px;
  height: 40px;
  box-shadow: none;
  margin-bottom: 1.875em;
  border-color: #d0cdbc; }
  .form-control:-moz-placeholder {
    color: #ddd;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control:focus {
    background-color: #fff;
    border: 1px solid #777;
    box-shadow: none;
    outline: 0 !important;
    border-color: #777; }
    .form-control:focus + .input-group-addon {
      background-color: #fff;
      border-color: #777; }
    .form-control:focus ~ .input-group-addon {
      background-color: #fff;
      border-color: #777; }
  .form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px; }
  .input-group-addon:first-child {
    border-right: 0 none; }
  .input-group-addon:last-child {
    border-left: 0 none; }

.particle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3; }

.op0:before {
  opacity: 0; }

.op1:before {
  opacity: 0.1; }

.op2:before {
  opacity: 0.2; }

.op3:before {
  opacity: 0.3; }

.op4:before {
  opacity: 0.4; }

.op5:before {
  opacity: 0.5; }

.op6:before {
  opacity: 0.6; }

.op7:before {
  opacity: 0.7; }

.op8:before {
  opacity: 0.8; }

.op9:before {
  opacity: 0.9; }

.filter {
  position: relative;
  height: 100%; }
  .filter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    content: ""; }
  .filter.filter-color:before {
    background: #3b9ed4; }
  .filter.filter-gradient:before {
    background: linear-gradient(135deg, #755735 0, #f4eee8 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='darken($primary, 30%)', endcolorstr='lighten($primary, 30%)', gradienttype=1); }

.fa {
  width: 18px;
  text-align: center; }

.margin-top {
  margin-top: 50px; }

.better-browser {
  max-width: 700px;
  margin: 200px auto;
  text-align: center; }
  .better-browser div {
    margin-bottom: 10px; }

.btn {
  background-color: transparent;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 8px 16px;
  border-color: #888;
  color: #888;
  border-radius: 2px;
  border-width: 1px;
  font-weight: 600;
  line-height: 1;
  transition: all 150ms ease-out; }
  .btn:active {
    box-shadow: none;
    outline: 0 !important; }
  .btn.active {
    box-shadow: none;
    outline: 0 !important; }
  .btn.btn-fill {
    color: #fff;
    background-color: #888;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn.btn-fill .caret {
      border-top-color: #fff; }
  .btn .caret {
    border-top-color: #888; }
  .btn.btn-icon {
    padding: 8px; }

.open > .btn.dropdown-toggle {
  box-shadow: none;
  outline: 0 !important; }

.open > .btn-neutral.dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  background-color: #fff;
  color: #888; }

.open > .btn-neutral.btn-fill.dropdown-toggle {
  background-color: #fff;
  color: #fff; }

.open .form-control {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent; }

.open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.btn-neutral {
  border-color: #fff;
  color: #fff; }
  .btn-neutral:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .btn-neutral:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .btn-neutral:active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    background-color: #fff;
    color: #888; }
  .btn-neutral.active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    background-color: #fff;
    color: #888; }
  .btn-neutral.btn-fill {
    color: #fff;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #888; }
    .btn-neutral.btn-fill:hover {
      background-color: #fff;
      color: #fff;
      color: #888; }
    .btn-neutral.btn-fill:focus {
      background-color: #fff;
      color: #fff;
      color: #888; }
    .btn-neutral.btn-fill:active {
      background-color: #fff;
      color: #fff; }
    .btn-neutral.btn-fill.active {
      background-color: #fff;
      color: #fff; }
    .btn-neutral.btn-fill .caret {
      border-top-color: #fff; }
  .btn-neutral .caret {
    border-top-color: #fff; }
  .btn-neutral.btn-simple:active {
    background-color: transparent; }
  .btn-neutral.btn-simple.active {
    background-color: transparent; }

.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  padding: 9px 18px; }
  .btn-round.btn-icon {
    padding: 9px; }

.btn-lg {
  border-radius: 6px;
  padding: 14px 30px;
  font-weight: 400;
  font-size: 1em; }
  .btn-lg.btn-round {
    padding: 15px 30px; }
  .btn-lg.btn-simple {
    padding: 16px 30px; }

.form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100); }

.has-success .form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  color: #05ae0e; }
  .has-success .form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none;
    border-color: #05ae0e; }
    .has-success .form-control:focus + .input-group-addon {
      border-color: #05ae0e;
      color: #05ae0e; }

.has-success .form-control-feedback {
  color: #05ae0e; }

.has-success .input-group-addon {
  background-color: #fff;
  border: 1px solid #e3e3e3; }

.has-error .form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  color: #ff3b30; }
  .has-error .form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none;
    border-color: #ff3b30; }
    .has-error .form-control:focus + .input-group-addon {
      border-color: #ff3b30;
      color: #ff3b30; }

.has-error .form-control-feedback {
  color: #ff3b30; }

.has-error .input-group-addon {
  background-color: #fff;
  border: 1px solid #e3e3e3; }

.input-lg {
  height: 55px;
  padding: 14px 30px; }

.input-group-btn:first-child > .btn {
  border-right: 0 none; }
  .input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none; }

.input-group-btn:first-child > .dropdown-toggle {
  border-right: 0 none; }

.input-group-btn:last-child > .btn {
  border-left: 0 none; }
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none; }

.input-group-btn:last-child > .dropdown-toggle {
  border-left: 0 none; }

.form-control[disabled] {
  background-color: #e3e3e3;
  color: #888;
  cursor: not-allowed; }

.form-control[readonly] {
  background-color: #e3e3e3;
  color: #888;
  cursor: not-allowed; }

.section {
  padding: 1.875em 0;
  position: relative;
  background-color: #fff; }
  .section .title {
    /* max-width: 760px;*/
    margin: 0 auto;
    display: block; }
      .section .title img {width:100%;}
      
  #prinzip + .section  +.section {padding:0;margin: -5em auto;}  
      @media (max-width: 768px) {
	   #prinzip + .section  +.section {padding:0;margin: 0 auto;} 
    }
    
  .section .text-area {
    padding: 4.375em 0;
    position: relative;
    z-index: 3;
    display: block;
    background-color: #fff; }
    .section .text-area a:not(.btn) {
      color: #3b9ed4; }
  .section .parallax {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .section .parallax > img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: relative;
      z-index: 1; }
    .section .parallax .filter > img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: relative;
      z-index: 1; }
  .section .full-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    
    .section .full-image {
	  background-position: left center;  
    }  
    
    @media (max-width: 600px) {
	    .section .full-image { background-position: -150px center; }
    }
    
  
    
    .section.section-team-1 .full-image > img {
      min-width: 100%;
     /*  min-height: 100%; */
      width: auto;
      height: auto;
      position: relative;
      z-index: 1; }
    .section .full-image .filter > img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: relative;
      z-index: 1; }
  .section .responsive-background {
    position: relative;
    background-color: #3b9ed4;
    padding: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh; }
  .section .nav > li {
    display: inline-block; }

.section-gray {
  background-color: #eee; }

.section-white {
  background-color: #fff; }

.nav > li > a:hover {
  background-color: transparent; }

.nav > li > a:focus {
  background-color: transparent; }

.nav > .social-links > a {
  display: inline-block; }

.navbar-default {
 background: #2eaadc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2eaadc 1%, #0e71b4 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #2eaadc 1%,#0e71b4 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #2eaadc 1%,#0e71b4 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eaadc', endColorstr='#0e71b4',GradientType=1 );
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-default.navbar-transparent {background: transparent;}
  .navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #3b9ed4;
    border-top-color: #3b9ed4; }
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #3b9ed4;
    border-top-color: #3b9ed4; }
  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #3b9ed4; }
    .navbar-default .navbar-nav > .open > a:hover {
      background-color: transparent;
      color: #3b9ed4; }
    .navbar-default .navbar-nav > .open > a:focus {
      background-color: transparent;
      color: #3b9ed4; }
  .navbar-default .navbar-nav .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav > li > a:not(.btn) {
    color: #343434; }
  .navbar-default .navbar-brand {
    color: #343434; }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default:not(.navbar-transparent) .btn-neutral {
    color: #777; }
    .navbar-default:not(.navbar-transparent) .btn-neutral:hover {
      color: #777; }
    .navbar-default:not(.navbar-transparent) .btn-neutral:active {
      color: #777; }
  .navbar-default:not(.navbar-transparent) .btn-default:hover {
    color: #3b9ed4;
    border-color: #3b9ed4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.navbar-transparent {
  padding-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid transparent; }
  .navbar-transparent .navbar-brand .rex-redaxo-logo-r {
    fill: #fff; }
  .navbar-transparent .navbar-brand .rex-redaxo-logo-e {
    fill: #fff; }
  .navbar-transparent .navbar-brand .rex-redaxo-logo-d {
    fill: #fff; }
  .navbar-transparent .navbar-brand .rex-redaxo-logo-cms {
    fill: #fff; }
  .navbar-transparent .navbar-nav > .dropdown > a .caret {
    font-size: 60%; }
  .navbar-transparent .navbar-nav > .dropdown > a:hover .caret {
    font-size: 60%; }
  .navbar-transparent .navbar-nav > .dropdown > a:focus .caret {
    font-size: 60%; }
  .navbar-transparent .navbar-nav > li > a:not(.btn) {
    color: #fff; }
  .navbar-transparent .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.2); }

.navbar-toggle {
  outline: 0 !important;
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-toggle .navbar-collapse {
    text-decoration: none; }
  .navbar-toggle .navbar-form {
    text-decoration: none; }
  .navbar-toggle.navbar-default .navbar-toggle:hover {
    text-decoration: none; }
  .navbar-toggle.navbar-default .navbar-toggle:focus {
    text-decoration: none; }

[class*="navbar-ct"] .navbar-nav > .dropdown > a .caret {
  font-size: 60%; }

[class*="navbar-ct"] .navbar-nav > .dropdown > a:hover .caret {
  font-size: 60%; }

[class*="navbar-ct"] .navbar-nav > .dropdown > a:focus .caret {
  font-size: 60%; }

.navbar-ct-blue {
  background-color: rgba(52, 172, 220, 0.98); }

.navbar-ct-azure {
  background-color: rgba(91, 202, 255, 0.98); }

.navbar-ct-green {
  background-color: rgba(76, 217, 100, 0.98); }

.navbar-ct-orange {
  background-color: rgba(255, 149, 0, 0.98); }

.navbar-ct-red {
  background-color: rgba(255, 76, 64, 0.98); }

.footer {
  background-color: #fff;
  line-height: 20px;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .footer .social-area {
    padding: 15px 0; }
    .footer .social-area h5 {
      padding-bottom: 15px; }
    .footer .social-area > a:not(.btn) {
      color: #777;
      display: inline-block;
      vertical-align: top;
      padding: 10px 5px;
      font-size: 20px;
      font-weight: normal;
      line-height: 20px;
      text-align: center; }
      .footer .social-area > a:not(.btn):hover {
        text-decoration: none; }
      .footer .social-area > a:not(.btn):focus {
        text-decoration: none; }
  .footer .copyright {
    color: #777;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
    font-size: 14px; }
  .footer hr {
    border-color: #ddd; }
  .footer .title {
    color: #777;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300; }
  .footer h5 {
    /*text-align: left;*/
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300; }
  .footer p {
    font-size: 14px; }
  .footer ul li {
    margin: 0; }
  .footer .btn-social {
    color: #9a9a9a;
    font-size: 1em; }
  .footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    .footer nav > ul a:not(.btn) {
      color: #777;
      display: block;
      margin-bottom: 3px; }
      .footer nav > ul a:not(.btn):hover {
        text-decoration: none; }
      .footer nav > ul a:not(.btn):focus {
        text-decoration: none; }
  .footer:not(.footer-big) nav > ul {
    font-size: 16px; }
    .footer:not(.footer-big) nav > ul li {
      margin-left: 20px;
      float: left; }
    .footer:not(.footer-big) nav > ul a {
      padding: 10px 0;
      margin: 15px 10px 15px 0; }
  .footer a:not(.btn-social) {
    font-size: 14px; }

.footer-color-gray {
  background-color: #f5f5f5; }

.footer-color-black {
  background-color: rgba(30, 30, 30, 0.97);
  color: #ddd;
  text-decoration: none; }
  .footer-color-black .btn-social {
    text-decoration: none; }
  .footer-color-black hr {
    outline: none; }
  .footer-color-black .title {
    outline: none; }
  .footer-color-black nav > ul a {
    text-decoration: none; }
    .footer-color-black nav > ul a:hover {
      text-decoration: none; }
    .footer-color-black nav > ul a:focus {
      text-decoration: none; }
  .footer-color-black .social-area > a:not(.btn) {
    text-decoration: none; }
    .footer-color-black .social-area > a:not(.btn):hover {
      text-decoration: none; }
    .footer-color-black .social-area > a:not(.btn):focus {
      text-decoration: none; }

.footer-transparent {
  background-color: rgba(30, 30, 30, 0.97);
  color: #ddd;
  text-decoration: none;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .footer-transparent .btn-social {
    text-decoration: none; }
  .footer-transparent hr {
    outline: none; }
  .footer-transparent .title {
    outline: none; }
  .footer-transparent .container {
    z-index: 2;
    position: relative; }
  .footer-transparent nav > ul a {
    text-decoration: none; }
    .footer-transparent nav > ul a:hover {
      text-decoration: none; }
    .footer-transparent nav > ul a:focus {
      text-decoration: none; }
  .footer-transparent .social-area > a:not(.btn) {
    text-decoration: none; }
    .footer-transparent .social-area > a:not(.btn):hover {
      text-decoration: none; }
    .footer-transparent .social-area > a:not(.btn):focus {
      text-decoration: none; }

.footer-transparent::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  content: "";
  z-index: 1; }

.footer-big {
  padding-top: 30px; }
  .footer-big hr {
    margin-bottom: 10px;
    margin-top: 10px; }
  .footer-big .copyright {
    margin: 10px 0 0; }
  .footer-big .form-group {
    margin-top: 15px; }
  .footer-big .container > hr {
    margin-top: 50px; }
  .footer-big .social-area > * {
    margin: 0 15px; }
  .footer-big nav > ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    .footer-big nav > ul li {
      float: none; }
    .footer-big nav > ul .btn {
      margin-bottom: 5px; }
    .footer-big nav > ul .btn-social.btn-simple {
      padding: 0 0 4px 0; }
  .footer-big .numbers h4 {
    margin: 0 0 10px 0; }

.close-block {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  line-height: 100px;
  text-align: right;
  z-index: 10; }
  .close-block .icon-close {
    position: fixed;
    top: 60px;
    right: 50px;
    z-index: 100;
    display: block;
    width: 92px;
    height: 92px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1; }
    .close-block .icon-close i {
      transition: all 150ms linear;
      font-size: 60px; }
    .close-block .icon-close:hover {
      color: #3b9ed4; }
      .close-block .icon-close:hover i {
        transform: rotate(90deg); }

.social-line {
  padding: 14px 0;
  background-color: #fff; }
  .social-line .title {
    margin: 0;
    line-height: 40px;
    font-size: 22px; }
  .social-line .btn {
    width: 100%; }

.social-line-black {
  background-color: rgba(30, 30, 30, 0.97);
  color: #fff; }

.btn-social {
  opacity: 0.85;
  padding: 8px 9px; }
  .btn-social .fa {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block; }
  .btn-social.btn-round {
    padding: 9px 10px; }
  .btn-social.btn-simple {
    padding: 9px 5px;
    font-size: 14px; }
    .btn-social.btn-simple .fa {
      font-size: 20px;
      position: relative;
      top: -2px;
      width: 24px; }
  .btn-social:hover {
    color: #3b9ed4; }
  .btn-social:active {
    color: #3b9ed4; }
  .btn-social:focus {
    color: #3b9ed4; }

.dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: block;
  z-index: 9000;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125); }
  .dropdown-menu > li > a {
    padding: 8px 16px;
    color: #333; }
    .dropdown-menu > li > a img {
      margin-top: -3px; }
    .dropdown-menu > li > a:focus {
      outline: 0 !important;
      outline: none; }
    .dropdown-menu > li > a:hover {
      outline: none; }
  .dropdown-menu > li:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.select .dropdown-menu {
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  transform-origin: 50% -40px;
  transform: scale(1);
  transition: all 150ms linear;
  margin-top: -20px; }
  .select .dropdown-menu > li:first-child > a {
    border-radius: 0;
    border-bottom: 0 none; }

.select.open .dropdown-menu {
  margin-top: -1px; }

.dropdown-with-icons i {
  text-align: center;
  line-height: 28px;
  float: left; }

.dropdown-with-icons i[class^="pe-"] {
  font-size: 24px;
  width: 46px; }

.dropdown-with-icons i[class^="fa"] {
  font-size: 14px;
  width: 38px; }

.dropdown-with-icons > li > a {
  padding-left: 0;
  line-height: 28px; }

.carousel-control {
  width: 8%; }
  .carousel-control .icon-prev {
    outline: none; }
  .carousel-control .icon-next {
    outline: none; }
  .carousel-control .fa {
    outline: none;
    outline: none;
    font-size: 35px; }
  .carousel-control.left {
    outline: none; }
  .carousel-control.right {
    outline: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#bodyClick {
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0;
  top: 0;
  left: auto;
  right: 300px;
  content: "";
  z-index: 1029;
  overflow-x: hidden; }

.wrapper {
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  left: 0;
  background-color: #fff; }
  .wrapper.transition {
    transform: translate3d(0px, 0, 0); }

.navbar-burger .container {
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  position: relative; }

.navbar-burger .bar1 {
  outline: 1px solid transparent;
  top: 0;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards; }

.navbar-burger .bar2 {
  outline: 1px solid transparent;
  opacity: 1; }

.navbar-burger .bar3 {
  outline: 1px solid transparent;
  bottom: 0;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards; }

.navbar-burger .toggled .bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards; }

.navbar-burger .toggled .bar2 {
  opacity: 0; }

.navbar-burger .toggled .bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards; }

.navbar-burger .navbar-toggle .icon-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px; }

.navbar-burger .navbar-toggle .icon-bar {
  background: #fff; }

.navbar-burger .navbar-header .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 8px;
  width: 40px;
  height: 40px; }

@keyframes topbar-x {
  0% {
    top: 0;
    transform: rotate(0deg); }
  45% {
    top: 6px;
    transform: rotate(145deg); }
  75% {
    transform: rotate(130deg); }
  100% {
    transform: rotate(135deg); } }

@-webkit-keyframes topbar-x {
  0% {
    top: 0; }
  45% {
    top: 6px; }
  75% { }
  100% { } }

@-moz-keyframes topbar-x {
  0% {
    top: 0; }
  45% {
    top: 6px; }
  75% { }
  100% { } }

@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg); }
  45% {
    transform: rotate(-10deg); }
  75% {
    transform: rotate(5deg); }
  100% {
    top: 0;
    transform: rotate(0); } }

@-webkit-keyframes topbar-back {
  0% {
    top: 6px; }
  45% { }
  75% { }
  100% {
    top: 0; } }

@-moz-keyframes topbar-back {
  0% {
    top: 6px; }
  45% { }
  75% { }
  100% {
    top: 0; } }

@keyframes bottombar-x {
  0% {
    bottom: 0;
    transform: rotate(0deg); }
  45% {
    bottom: 6px;
    transform: rotate(-145deg); }
  75% {
    transform: rotate(-130deg); }
  100% {
    transform: rotate(-135deg); } }

@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0; }
  45% {
    bottom: 6px; }
  75% { }
  100% { } }

@-moz-keyframes bottombar-x {
  0% {
    bottom: 0; }
  45% {
    bottom: 6px; }
  75% { }
  100% { } }

@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg); }
  45% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    bottom: 0;
    transform: rotate(0); } }

@-webkit-keyframes bottombar-back {
  0% {
    bottom: 6px; }
  45% { }
  75% { }
  100% {
    bottom: 0; } }

@-moz-keyframes bottombar-back {
  0% {
    bottom: 6px; }
  45% { }
  75% { }
  100% {
    bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px; }
  .navbar-search-form {
    display: none; }
  .navbar-nav > li > .dropdown-menu {
    transform: scale(0);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1); }
    .navbar-nav > li > .dropdown-menu:before {
      border-bottom: 11px solid rgba(0, 0, 0, 0.2);
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      top: -11px; }
    .navbar-nav > li > .dropdown-menu:after {
      border-bottom: 11px solid #fff;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      top: -10px; }
  .navbar-nav > li.open > .dropdown-menu {
    transform: scale(1);
    transform-origin: 29px -50px; }
  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px; }
  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px; }
  .dropdown .dropdown-menu {
    transform: scale(0);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1); }
  .dropdown.open .dropdown-menu {
    transform: scale(1);
    transform-origin: 29px -50px; }
  .nav-open .navbar-collapse {
    transform: translate3d(0px, 0, 0); }
  .nav-open .wrapper {
    transform: translate3d(-150px, 0, 0); }
  .nav-open .navbar .container {
    transform: translate3d(-300px, 0, 0); }
  .navbar-burger .container {
    padding: 0 15px; }
  .navbar-burger .navbar-header {
    width: 100%; }
  .navbar-burger .navbar-toggle {
    display: block;
    margin-right: 0; }
  .navbar-burger.navbar .navbar-collapse.collapse {
    display: none !important; }
    .navbar-burger.navbar .navbar-collapse.collapse.in {
      display: none !important; }
  .navbar-burger.navbar .navbar-collapse.collapsing {
    display: none !important; }
  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0; }
  body > .navbar-collapse .navbar-nav {
    float: none; }
    body > .navbar-collapse .navbar-nav > li {
      float: none;
      float: none; }
  .nav > .social-links {
    margin-left: 15px; }
  .section-header .separator {
    width: 20em; } }

@media (max-width: 767px) {
  .navbar-transparent {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.45); }
  #bodyClick {
    right: 230px; }
  .navbar .navbar-collapse.collapse {
    display: none !important; }
    .navbar .navbar-collapse.collapse.in {
      display: none !important; }
  .navbar .navbar-collapse.collapsing {
    display: none !important; }
  .navbar .container {
    left: 0; }
  .nav-open .navbar-collapse {
    transform: translate3d(0px, 0, 0); }
  .nav-open .wrapper {
    left: 0;
    transform: translate3d(-115px, 0, 0); }
  .navbar-nav {
    margin: 1px -15px; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 15px 15px 5px 50px; }
    .navbar-nav .open .dropdown-menu > li:first-child > a {
      padding: 5px 15px 5px 50px; }
    .navbar-nav .open .dropdown-menu > li:last-child > a {
      padding: 15px 15px 25px 50px; }
  .dropdown-menu {
    display: none; }
  .social-line .btn {
    margin: 0 0 10px 0; }
  .social-line.pull-right {
    float: none; }
  .footer nav.pull-left {
    float: none !important; }
  .footer:not(.footer-big) nav > ul li {
    float: none; }
  .navbar-toggle:hover {
    background-color: transparent !important; }
  .navbar-toggle:focus {
    background-color: transparent !important; }
  .media-post .author {
    width: 20%;
    float: none !important;
    display: block;
    margin: 0 auto 10px; }
  .media-post .media-body {
    width: 100%; }
  body > .navbar-collapse {
    width: 230px;
    transform: translate3d(230px, 0, 0); }
  [class*="navbar-"] .navbar-nav > li > a {
    color: #fff;
    opacity: .7;
    background: transparent; }
    [class*="navbar-"] .navbar-nav > li > a:hover {
      color: #fff;
      opacity: .7;
      background: transparent; }
    [class*="navbar-"] .navbar-nav > li > a:focus {
      color: #fff;
      opacity: .7;
      background: transparent; }
  [class*="navbar-"] .navbar-nav .active > a {
    color: #fff; }
    [class*="navbar-"] .navbar-nav .active > a:hover {
      color: #fff; }
    [class*="navbar-"] .navbar-nav .active > a:focus {
      color: #fff; }
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    opacity: .7;
    background: transparent; }
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      opacity: .7;
      background: transparent; }
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      opacity: .7;
      background: transparent; }
  [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: #fff; }
  [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1; }
  [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777; }
  [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: #fff;
    border-top-color: #fff; }
  .subscribe-line .form-control {
    margin: 0 0 10px 0; }
  .social-area.pull-right {
    float: none !important; }
  .form-control + .form-control-feedback {
    margin-top: -8px; }
  .btn.dropdown-toggle {
    margin-bottom: 0; } }

html {
  font-size: 14px; }

@media (min-width: 36em) {
  body {
    font-size: 110%; } }

@media (min-width: 58em) {
  body {
    font-size: 120%; }
    body p, body .wrapper li {
      font-size: 1.143em; }
      body p.short, body .wrapper li.short {
        display: block;
        max-width: 500px;
        margin: 0 auto; }
      body p.large, body .wrapper li.large {
        font-size: 1.3em; } }

@media (min-width: 115em) {
  body {
    font-size: 125%; } }

@media (min-width: 125em) {
  body {
    font-size: 130%; } }

@media (min-width: 145em) {
  body {
    font-size: 140%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-feature-settings: normal; } }

.title {
  text-align: center;
  margin-bottom: 50px; }
  .title p {
    color: #777; }

.text-gray {
  color: #777; }

.quotes {
  position: relative;
  margin: 0 auto; }
  .quotes .large:before {
    position: absolute;
    font-size: 40px;
    font-family: sans-serif;
    color: #777;
    line-height: 0;
    content: "\201C";
    left: -10px;
    top: 5px; }
  .quotes .large:after {
    position: absolute;
    font-size: 40px;
    font-family: sans-serif;
    color: #777;
    line-height: 0;
    content: "\201D";
    right: -10px;
    bottom: -10px; }
  .quotes .author {
    max-width: 760px;
    margin: 0 90px;
    text-align: center;
    font-style: italic;
    position: relative;
    top: -6px; }

.separator-container {
  text-align: center;
  position: relative; }
  .separator-container .separator {
    color: #3b9ed4;
    margin: 0 auto 1em;
    width: 11em; }
    .separator-container .separator.line-separator:before {
      display: block;
      width: 40%;
      content: " ";
      margin-top: 10px;
      border: 1px solid #3b9ed4;
      float: left; }
    .separator-container .separator.line-separator:after {
      display: block;
      width: 40%;
      content: " ";
      margin-top: 10px;
      border: 1px solid #3b9ed4;
      float: right; }

*::selection {
  background: #e3c4a0;
  color: #fff; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

.animated {
  animation-duration: 5s;
  animation-fill-mode: both; }

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1032;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .loading.hide {
    display: none; }
  .loading .loading-container {
    z-index: 1033;
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .loading .loading-container p {
      font-size: 30px;
      margin-bottom: 30px; }
    .loading .loading-container .bounce {
      margin: 40px auto;
      width: 80px;
      text-align: center; }
    .loading .loading-container .bounce .child {
      width: 20px;
      height: 20px;
      background-color: #333;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce 1.4s ease-in-out 0s infinite both;
      animation: bounce 1.4s ease-in-out 0s infinite both; }
    .loading .loading-container .bounce .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .loading .loading-container .bounce .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.gradient-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .gradient-image:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    content: '';
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.95) 22%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); }

.btn-black {
  background-color: #434547;
  border-color: #434547;
  color: #fff !important;
  opacity: 1;
  line-height: 1em;
  position: relative;
  padding: 16px 44px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .btn-black i {
    position: absolute;
    top: 14px;
    right: 0.25em;
    opacity: 0;
    transition: all 150ms ease-out; }
  .btn-black:hover {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
    padding: 16px 54px 16px 34px; }
    .btn-black:hover i {
      right: 26px;
      opacity: 1; }
  .btn-black:focus {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
    padding: 16px 54px 16px 34px; }
    .btn-black:focus i {
      right: 26px;
      opacity: 1; }

.btn-arrow {
  padding-right: 25px; white-space:normal !important; line-height: 120%;text-transform: none !important}
  .btn-arrow:hover {
    padding-right: 34px; }
    .btn-arrow:hover:after {
      opacity: 1; }
    .btn-arrow:hover:focus {
      opacity: 1; }
  .btn-arrow:active {
    padding-right: 34px; }
  .btn-arrow:after {
    opacity: 0;
    content: '\f061';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 10px;
    text-decoration: none;
    transition: all .3s ease; }

.list-logos img {
  width: 250px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: absolute; }
  .list-logos img.mono {
    opacity: 1;
    z-index: 2; }
    .list-logos img.mono:hover {
      opacity: 0; }

.list-logos a img.mono {
  transition: all 150ms linear; }

.section-clients-3 .nbs-flexisel-inner:before {
  position: absolute;
  top: 0;
  width: 6%;
  height: 50px;
  display: block;
  content: "";
  z-index: 3;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
  left: 0; }

.section-clients-3 .nbs-flexisel-inner:after {
  position: absolute;
  top: 0;
  width: 6%;
  height: 50px;
  display: block;
  content: "";
  z-index: 3;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
  right: 0; }

.section-clients-3 .nbs-flexisel-nav-left {
  font-size: 30px; }

.section-clients-3 .nbs-flexisel-nav-right {
  font-size: 30px; }

.section-clients-3 #clients-carousel li {
  position: relative; }
  .section-clients-3 #clients-carousel li img {
    width: 50%;
    cursor: pointer;
    position: relative;
    margin: 0;
    max-height: 50px;
    max-width: 200px; }
    .section-clients-3 #clients-carousel li img:first-child {
      transition: all 150ms linear;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
      z-index: 2; }
      .section-clients-3 #clients-carousel li img:first-child:hover {
        opacity: 0; }

.project-content {
  position: fixed;
  z-index: 1;
  color: #fff;
  pointer-events: none;
  background-color: rgba(51, 51, 51, 0);
  transition: all 400ms 50ms cubic-bezier(0.7, 0, 0.3, 1); }
  .project-content .icon-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: block;
    width: 72px;
    height: 52px;
    cursor: pointer;
    opacity: 0; }
    .project-content .icon-close i {
      transition: all 150ms linear;
      font-size: 50px; }
    .project-content .icon-close:hover {
      color: #3b9ed4; }
      .project-content .icon-close:hover i {
        transform: rotate(90deg); }
  .project-content.scroll {
    overflow-y: auto; }
  .project-content.has-background {
    background: #343434; }
  .project-content > div {
    visibility: hidden;
    height: 0;
    transition: all 100ms 0ms cubic-bezier(0.7, 0, 0.3, 1); }
    .project-content > div .project-details {
      margin: 0 auto;
      transition: opacity 0.1s;
      perspective: 300px;
      transition-delay: 300ms; }
      .project-content > div .project-details .container {
        position: relative;
        z-index: 2;
        margin-top: 5em; }
      .project-content > div .project-details .project-title {
        text-align: center;
        max-width: 768px;
        margin: 0 auto 75px;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.2s, transform 0.2s; }
        .project-content > div .project-details .project-title .full-image {
          height: 400px; }
        .project-content > div .project-details .project-title h5 {
          color: #9a9a9a; }
      .project-content > div .project-details .project-image {
        position: relative;
        width: 100%;
        max-height: 380px;
        margin-bottom: 30px;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.2s, transform 0.2s; }
        .project-content > div .project-details .project-image img {
          width: 100%;
          height: auto; }
      .project-content > div .project-details .product .project-image {
        max-height: inherit;
        width: 100%; }
        .project-content > div .project-details .product .project-image img {
          width: 100%;
          height: auto; }
      .project-content > div .project-details .product .project-text.text-right {
        text-align: right;
        float: right; }
      .project-content > div .project-details .product .project-text p {
        margin-top: 50px; }
      .project-content > div .project-details .project-text {
        opacity: 0;
        transform: translateY(-20px);
        transition: background-color 0.25s, opacity 0.25s 0s, transform 0.25s 0s; }
        .project-content > div .project-details .project-text h3 {
          margin-top: 0;
          margin-bottom: 40px;
          line-height: 1.2em;
          letter-spacing: 1px; }
          .project-content > div .project-details .project-text h3 span {
            color: #3b9ed4;
            font-size: 150%; }
        .project-content > div .project-details .project-text p {
          color: #e3e3e3;
          line-height: 1.4;
          font-size: 1em; }
          .project-content > div .project-details .project-text p span {
            width: 17%;
            margin-right: 3%;
            text-transform: uppercase;
            color: #9a9a9a;
            letter-spacing: 2px;
            font-weight: 300;
            white-space: nowrap;
            text-overflow: ellipsis; }
      .project-content > div .project-details .article .project-image {
        width: 50%;
        margin: 0 40px 40px 0;
        float: left; }
  .project-content.open {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    pointer-events: auto;
    transition: all 400ms 500ms cubic-bezier(0.7, 0, 0.3, 1); }
    .project-content.open > div {
      visibility: visible;
      height: auto;
      opacity: 1;
      transition: all 0ms 1000ms cubic-bezier(0.7, 0, 0.3, 1); }
      .project-content.open > div .project-details {
        position: relative;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.1s;
        transition-delay: 1.2s; }
        .project-content.open > div .project-details .project-title {
          opacity: 1;
          transition: opacity 0.3s, transform 0.3s;
          transform: translateY(0px);
          transition-delay: 1.3s; }
        .project-content.open > div .project-details .project-image {
          opacity: 1;
          transition: opacity 0.3s, transform 0.3s;
          transform: translateY(0px);
          transition-delay: 1.3s; }
        .project-content.open > div .project-details .project-text {
          opacity: 1;
          transition: opacity 0.2s, transform 0.2s;
          transform: translateY(0px);
          transition-delay: 1.5s; }
    .project-content.open .icon-close {
      transition: opacity 0.1s;
      transition-delay: 1.2s;
      opacity: 1; }
      
     @media (max-width: 991px) {
	     .section-we-do-1 .col-md-6 { padding: 0 0 3em 0 ; }
     }


@media (min-width: 992px) {
  .section-we-made-1 .row {
    margin: 0; }
    .section-we-made-1 .row [class^="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .section-we-made-2 .scroll-area {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 0 auto; }
  .section-we-made-2 .projects {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden; }
    .section-we-made-2 .projects .row {
      width: 2500px;
      margin: 0;
      position: relative; }
      .section-we-made-2 .projects .row.scroller [class^="col-"] {
        padding-left: 0;
        padding-right: 0; }
        .section-we-made-2 .projects .row.scroller [class^="col-"] .project {
          margin-bottom: 50px;
          height: 400px; }
      .section-we-made-2 .projects .row.scroller.scroller-portrait .project {
        height: 550px; }
    .section-we-made-2 .projects .project-description p {
      color: #777;
      display: inline; }
  .title.add-animation h5 {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0s; }
  .title.add-animation h2 {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.15s; }
  .title.add-animation .separator-container {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.3s; }
  .title.add-animation p {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.45s; }
  .title.add-animation.animate h5 {
    transform: translate3D(0px, 0, 0);
    opacity: 1; }
  .title.add-animation.animate h2 {
    transform: translate3D(0px, 0, 0);
    opacity: 1; }
  .title.add-animation.animate .separator-container {
    transform: translate3D(0px, 0, 0);
    opacity: 1; }
  .title.add-animation.animate p {
    transform: translate3D(0px, 0, 0);
    opacity: 1; }
  .card.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .card.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .card.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .card.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .card.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .card.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .card.add-animation.animate.open {
        transform: none;
        transition: none; }
  .list-logos .logo.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .list-logos .logo.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .list-logos .logo.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .list-logos .logo.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .list-logos .logo.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .list-logos .logo.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .list-logos .logo.add-animation.animate.open {
        transform: none;
        transition: none; }
  .project.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .project.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .project.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .project.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .project.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .project.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .project.add-animation.animate.open {
        transform: none;
        transition: none; }
  .projects .info.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .projects .info.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .projects .info.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .projects .info.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .projects .info.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .projects .info.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .projects .info.add-animation.animate.open {
        transform: none;
        transition: none; }
  .tab-content.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .tab-content.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .tab-content.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .tab-content.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .tab-content.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .tab-content.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .tab-content.add-animation.animate.open {
        transform: none;
        transition: none; }
  .nav.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .nav.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .nav.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .nav.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .nav.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .nav.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .nav.add-animation.animate.open {
        transform: none;
        transition: none; }
  .team .member.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .team .member.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .team .member.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .team .member.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .team .member.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .team .member.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .team .member.add-animation.animate.open {
        transform: none;
        transition: none; }
  .address.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .address.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .address.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .address.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .address.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .address.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .address.add-animation.animate.open {
        transform: none;
        transition: none; }
  .address-container.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .address-container.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .address-container.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .address-container.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .address-container.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .address-container.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .address-container.add-animation.animate.open {
        transform: none;
        transition: none; }
  .form-group.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .form-group.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .form-group.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .form-group.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .form-group.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .form-group.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .form-group.add-animation.animate.open {
        transform: none;
        transition: none; }
  .footer .info.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .footer .info.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .footer .info.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .footer .info.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .footer .info.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .footer .info.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .footer .info.add-animation.animate.open {
        transform: none;
        transition: none; }
  .description.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .description.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .description.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .description.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .description.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .description.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .description.add-animation.animate.open {
        transform: none;
        transition: none; }
  .carousel.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .carousel.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .carousel.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .carousel.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .carousel.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .carousel.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .carousel.add-animation.animate.open {
        transform: none;
        transition: none; }
  .static-image.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    .static-image.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    .static-image.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    .static-image.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    .static-image.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    .static-image.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      .static-image.add-animation.animate.open {
        transform: none;
        transition: none; }
  p.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s; }
    p.add-animation.animation-1 {
      transition: all 0.3s ease-out 0s; }
    p.add-animation.animation-2 {
      transition: all 0.3s ease-out 0.15s; }
    p.add-animation.animation-3 {
      transition: all 0.3s ease-out 0.3s; }
    p.add-animation.animation-4 {
      transition: all 0.3s ease-out 0.45s; }
    p.add-animation.animate {
      transform: translate3D(0px, 0, 0);
      opacity: 1; }
      p.add-animation.animate.open {
        transform: none;
        transition: none; } }

.pattern-image {
  width: 100%;
  background-size: 100%; }
 /* .pattern-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    opacity: .4;
    background: url(files/pattern.png); } */

.body-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: all .1s ease; }
  .body-layer .open {
    visibility: visible; }

.card .icon {
  font-size: 75px;
  line-height: 75px; }
  .card .icon ~ h3 {
    margin-top: 5px;
    margin-bottom: 10px; }

.card img {
  max-width: 100%; }

.card p {
  font-size: 1em;
  min-height: 50px; }

.card h3 {
  font-weight: 300; }

.section-header {
  padding: 0; }
  .section-header .container {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0; }
  .section-header .content {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    vertical-align: center;
    line-height: 1.7;
    position: relative;
    top: 44%;
    transform: translateY(-50%); }
  .section-header h1 {
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1); }
  .section-header h5 {
    font-size: 1.3em;
    margin: 0 auto .5em;
    line-height: 1.5;
    letter-spacing: 0.125em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    font-wight: 300;
    text-transform: uppercase; }
  .section-header p {
    letter-spacing: 0.1em;
    margin: 1em 0 0.5em;
    font-weight: 300;
    text-transform: uppercase; }
      .section-header.nostart p {
	          letter-spacing: 0.03em;
    text-transform:none; }
    
    .section-header p span {
      text-transform: lowercase; }
  .section-header .separator {
    color: #fff;
    margin: 2em auto; }
    .section-header .separator.line-separator:before {
      border-color: #fff; }
    .section-header .separator.line-separator:after {
      border-color: #fff; }
  .section-header video {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    width: auto;
    height: auto; }
  .section-header .line-separator span {
    top: -13px; }

.section-textpic-1 .parallax {
  height: 450px; }

.section-textpic-1 .full-image {
  height: 450px; }

.section-textpic-1 #carousel .carousel-control {
  width: 50%; }

.section-textpic-1 #carousel .left {
  z-index: 2;
  cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important; }

.section-textpic-1 #carousel .right {
  z-index: 2;
  cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important; }

.section-textpic-1 #carousel .carousel-inner {
  max-height: 400px; }

.section-textpic-1 p, .section-textpic-1 li {
  color: #777; }

.section-textpic-2 {
  position: relative;
  z-index: 3; }
  .section-textpic-2 .parallax {
    height: 450px; }
  .section-textpic-2 .full-image {
    height: 450px; }
  .section-textpic-2 #carousel .carousel-control {
    width: 50%; }
  .section-textpic-2 #carousel .left {
    z-index: 2;
    cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important; }
  .section-textpic-2 #carousel .right {
    z-index: 2;
    cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important; }
  .section-textpic-2 .text-area {
    padding: 4.375em 0 5em; }
  .section-textpic-2 h2 span {
    font-size: 70%; }

.section-we-do-1 .text-area {
  padding: 4.375em 0 0; }

.section-we-do-1 .card {
  text-align: center; }

.section-we-do-1 h3 {
  margin: 10px 0 20px; }

.section-we-do-1 h5 {
  margin-bottom: 0; }

.section-we-do-1 p {
  color: #777; }

.section-we-do-1 .title {
  margin-bottom: 70px; }

.section-we-do-2 .text-area {
  padding: 4.375em 0 0; }

.section-we-do-2 .card {
  text-align: center; }

.section-we-do-2 h3 {
  margin: 10px 0 20px; }

.section-we-do-2 h5 {
  margin-bottom: 0; }

.section-we-do-2 p {
  color: #777; }

.section-we-do-2 .title {
  margin-bottom: 70px; }

.section-we-do-2 .icon {
  font-size: 75px;
  line-height: 75px;
  color: #3b9ed4;
  margin-bottom: 10px; }

.hidde {
  top: -70px; }

.section-we-made-1 {
  padding: 0; }
  .section-we-made-1 .row [class^="col-"] img {
    width: 100%;
    position: relative; }
    .section-we-made-1 .row [class^="col-"] img:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: url(files/pattern.png);
      z-index: 2;
      content: ""; }

.section-we-made-2.section-with-hover .col-md-3 a .content h4 {
  font-size: 60px; }

.section-we-made-2.section-with-hover .col-md-3 a .content p {
  font-size: 16px; }

.section-we-made-2.section-with-hover .col-md-2 a .content h4 {
  font-size: 50px; }

.section-we-made-2.section-with-hover .col-md-2 a .content p {
  font-size: 16px; }

.section-we-made-2 .row [class^="col-"] img {
  width: 100%;
  position: relative; }
  .section-we-made-2 .row [class^="col-"] img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(files/pattern.png);
    z-index: 2;
    content: ""; }

.section-with-hover .project {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .section-with-hover .project .animate {
    position: relative;
    z-index: 2; }
  .section-with-hover .project .over-area {
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 3;
    padding: 10% 8%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.5s, opacity 0.5s 0.5s; }
    .section-with-hover .project .over-area:hover {
      opacity: 1;
      transition: background 0.25s, opacity 0.25s 0s;
      transition-delay: 0s; }
      .section-with-hover .project .over-area:hover .content {
        opacity: 1;
        transition: opacity 0.2s; }
        .section-with-hover .project .over-area:hover .content h4 {
          opacity: 1;
          transition: opacity 0.3s, transform 0.3s;
          transform: translateY(0px); }
        .section-with-hover .project .over-area:hover .content p {
          opacity: 1;
          transform: translateY(0px); }
        .section-with-hover .project .over-area:hover .content .btn {
          opacity: 1;
          transform: translateY(0px); }
      .section-with-hover .project .over-area:hover .btn {
        opacity: 1;
        transform: translateY(0px); }
    .section-with-hover .project .over-area.no-opacity {
      background-color: #333; }
    .section-with-hover .project .over-area.over-area-sm {
      padding: 20px 30px; }
      .section-with-hover .project .over-area.over-area-sm .content {
        text-align: center; }
        .section-with-hover .project .over-area.over-area-sm .content h4 {
          font-size: 1.75em; }
        .section-with-hover .project .over-area.over-area-sm .content p {
          font-size: 1em; }
    .section-with-hover .project .over-area.color-black {
      background: rgba(52, 52, 52, 0.7); }
    .section-with-hover .project .over-area.color-green {
      background: rgba(39, 94, 76, 0.55); }
    .section-with-hover .project .over-area.color-gold {
      background: rgba(197, 164, 126, 0.55); }
    .section-with-hover .project .over-area.color-blue {
      background: rgba(61, 146, 207, 0.55); }
    .section-with-hover .project .over-area.color-purple {
      background: rgba(89, 57, 111, 0.55); }
    .section-with-hover .project .over-area.gradient-1 {
      background: linear-gradient(135deg, rgba(151, 78, 32, 0.4) 0, rgba(244, 218, 138, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66954d20', endColorstr='#66f4d887', GradientType=1); }
    .section-with-hover .project .over-area.gradient-2 {
      background: linear-gradient(135deg, rgba(216, 44, 73, 0.4) 0, rgba(217, 99, 131, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66d82c49', endColorstr='#66d96383', GradientType=1); }
    .section-with-hover .project .over-area.gradient-3 {
      background: linear-gradient(135deg, rgba(223, 212, 139, 0.4) 0, rgba(236, 101, 101, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66dfd48b', endColorstr='#66ec6565', GradientType=1); }
    .section-with-hover .project .over-area.gradient-4 {
      background: linear-gradient(135deg, rgba(174, 97, 167, 0.4) 0, rgba(210, 121, 135, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ae61a8', endColorstr='#66d27987', GradientType=1); }
    .section-with-hover .project .over-area.gradient-5 {
      background: linear-gradient(135deg, rgba(107, 57, 172, 0.4) 0, rgba(200, 254, 206, 0.4) 100%); }
  .section-with-hover .project .content {
    position: relative;
    opacity: 0;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    min-height: 165px;
    word-break: break;
    transition: opacity 0.5s;
    perspective: 300px; }
  .section-with-hover .project h4 {
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(-20px);
    transition: opacity 0.2s, transform 0.2s; }
  .section-with-hover .project p {
    font-size: 1em;
    color: #fff;
    opacity: 0;
    transform: translateY(-20px);
    transition: background-color 0.5s, opacity 0.5s 0.15s, transform 0.5s 0.15s; }
  .section-with-hover .project .btn {
    opacity: 0;
    transform: translateY(-20px);
    transition: background-color 0.3s, opacity 0.3s 0.3s, transform 0.3s 0.3s;
    color: #fff;
    border-color: #fff; }

.section-with-hover .col-md-4 h4 {
  font-size: 2em; }

.section-with-hover .col-sm-4 h4 {
  font-size: 2em; }

.section-with-hover .col-xs-4 h4 {
  font-size: 2em; }

.section-clients-1 .list-logos {
  padding-top: 70px; }

.section-clients-1 .logo {
  position: relative;
  margin-bottom: 30px; }

.section-clients-2 {
  padding: 5em 0 3em; }
  .section-clients-2 .nav-text {
    margin: 0 auto;
    text-align: center;
    padding-top: 60px; }
    .section-clients-2 .nav-text li {
      margin: 0 15px; }
      .section-clients-2 .nav-text li a {
        opacity: .9;
        color: #343434;
        padding: 3px 0; }
        .section-clients-2 .nav-text li a img {
          width: 120px; }
    .section-clients-2 .nav-text > li a:hover {
      color: #3b9ed4 !important; }
    .section-clients-2 .nav-text > li.active a {
      color: #3b9ed4 !important;
      border-bottom: 2px solid #3b9ed4; }
      .section-clients-2 .nav-text > li.active a img:first-child {
        opacity: 0; }
  .section-clients-2 .tab-content {
    text-align: center;
    max-width: 760px;
    min-height: 130px; }
    .section-clients-2 .tab-content p.large {
      color: #777;
      padding: 0 20px; }
    .section-clients-2 .tab-content a:not(.btn) {
      color: #3b9ed4; }

.section-team-1 {
  padding: 0; }
  .section-team-1 .container {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 5; }
  .section-team-1 .text-area {
    background-color: transparent;
    max-width: 760px;
    margin: 0 auto; }
  .section-team-1 p {
    color: #555; }
  .section-team-1 .static-image img {
    width: 100%; }

.section-team-2 {
  padding-top: 0; }
  .section-team-2 .team-text {
    position: relative;
    padding: 0 0 75px; }
  .section-team-2 .team {
    display: block;
    position: relative; }
    .section-team-2 .team .member {
      border-radius: 50%;
      display: block;
      text-align: center; }
      .section-team-2 .team .member p {
        font-size: 1em; }
      .section-team-2 .team .member .social-buttons {
        display: inline-block;
        padding: 15px 35px; }
      .section-team-2 .team .member img {
        background: none repeat scroll 0 0 transparent;
        height: auto;
        width: 120px;
        margin: 0 auto; }
    .section-team-2 .team .description {
      padding: 10px 0;
      text-align: center; }

.section-team-4 {
  padding-top: 5em; }
  .section-team-4 .team {
    text-align: center;
    padding: 70px 0 10px; }
    .section-team-4 .team .member {
      padding: 0 10px; }
      .section-team-4 .team .member img {
        width: 120px;
        height: 120px;
        margin: 0 auto; }
      .section-team-4 .team .member .description {
        padding: 10px 0; }
        .section-team-4 .team .member .description .details {
          font-size: 14px; }
          .section-team-4 .team .member .description .details i {
            color: #777; }

.img-circle {
  border-radius: 50%;
  border: 3px solid #3b9ed4; }
  .img-circle.img-profile {
    width: 120px;
    height: 120px; }

.description {
  margin-bottom: 20px; }

.big-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; }
  
  

.small-text {
  color: #777;
  text-align: center; }

.social-buttons {
  margin-top: -20px;
  border-top: 1px solid #ddd;
  text-align: center; }

.scroller {
  transition: all 0.4s ease-out; }

.scroll-anchor {
  position: relative;
  top: -10px; }

.text-white {
  color: #fff !important; }

.section-numbers-1 .card {
  text-align: center; }

.section-numbers-1 h3 {
  line-height: 1; }

.section-numbers-1 .number {
  font-size: 40px;
  color: #3b9ed4;
  font-wight: 300;
  text-transform: uppercase; }

.section-numbers-1 .description {
  margin-bottom: 80px; }

.section-numbers-1 .icon {
  color: #999; }

.section-numbers-2 {
  overflow: hidden;
  padding: 0; }
  .section-numbers-2 .card {
    text-align: center; }
    .section-numbers-2 .card h5 {
      font-size: 1em; }
  .section-numbers-2 h2, .section-numbers-2 h3 {
    color: #fff; }
  .section-numbers-2 h3 {
    line-height: 1; }
  .section-numbers-2 .number {
    font-size: 40px;
    color: #3b9ed4;
    font-wight: 300;
    text-transform: uppercase;
    color: #fff; }
  .section-numbers-2 .description {
    margin-bottom: 80px; }
  .section-numbers-2 .icon {
    color: #999; }
  .section-numbers-2 .full-image {
    position: absolute;
    z-index: 1;
    height: 650px; }
  .section-numbers-2 .parallax {
    position: absolute;
    z-index: 1;
    height: 650px; }
  .section-numbers-2 .container {
    position: relative;
    z-index: 2;
    padding: 60px 0 120px; }
  .section-numbers-2 p {
    color: #fff; }
  .section-numbers-2 h5 {
    color: #fff; }
    .section-numbers-2 h5.text-gray {
      color: #fff; }
  .section-numbers-2 .separator {
    color: #fff; }
    .section-numbers-2 .separator.line-separator:before {
      border-color: #fff; }
    .section-numbers-2 .separator.line-separator:after {
      border-color: #fff; }
  .section-numbers-2 .text-area {
    background-color: transparent; }
  .section-numbers-2 .filter:after {
    opacity: .8; }

.section-numbers-3 .full-image {
  position: absolute;
  z-index: 1;
  height: 650px; }

.section-numbers-3 .text-area {
  background-color: transparent; }

.section-numbers-3 .separator.line-separator:before {
  border-color: #fff; }

.section-numbers-3 .separator.line-separator:after {
  border-color: #fff; }

.section-numbers-3 .card h5 {
  font-size: 1em; }

.address h4 {
  font-size: 1.6em; }

.address p {
  font-size: 1em; }

.section-closure {
  padding: 0;
  overflow: hidden; }
  .section-closure .full-image {
    position: absolute;
    z-index: 1; }
  .section-closure .container {
    position: relative;
    z-index: 2;
    padding: 150px 0; }
  .section-closure .text-area {
    background-color: transparent;
    color: #fff; }

@media (max-width: 992px) {
  .project-content .project-details {
    padding: 0 30px; }
  .project-content .icon-close {
    right: -15px; }
    .project-content .icon-close i {
      font-size: 30px; }
  .section-header {
    padding: 0 !important; }
    .section-header .parallax {
      height: 80vh; }
      .section-header .parallax:after {
        height: 80vh; }
    .section-header .full-image {
      height: 80vh; }
      .section-header .full-image:after {
        height: 80vh; }
    .section-header .content {
      top: 50%; }
      .section-header .content h1 {
        margin: 0;
        font-size: 3.5em;
        letter-spacing: 0.07em;
        line-height: 1.7; }
        .section-header .content h1 span {
          font-size: 1em; }
      .section-header .content h5 {
        margin: 0;
        font-size: 1.125em;
        margin-top: 50px; }
      .section-header .content p {
        margin: 0; }
      .section-header .content .separator {
        width: 12em; }
  .section-with-hover .project .over-area {
    opacity: 1;
    transition: background 0.25s, opacity 0.25s 0.25s;
    transition-delay: 0; }
    .section-with-hover .project .over-area .content {
      opacity: 1;
      transition: opacity 0.2s;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
      .section-with-hover .project .over-area .content h4 {
        opacity: 1;
        transition: opacity 0.3s, transform 0.3s;
        transform: translateY(0px); }
      .section-with-hover .project .over-area .content p {
        opacity: 1;
        transform: translateY(0px); }
  .close-block .icon-close {
    right: 10px; }
    .close-block .icon-close i {
      font-size: 50px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  h1.responsive-small {
    font-size: 4em !important; } }

@media (max-width: 768px) {
  h1 {
    font-size: 2em;
    line-height: 1.25; }
    h1.responsive-small {
      font-size: 2.3em !important; }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615; }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364; }
  h4 {
    line-height: 1.11111111; }
  .navbar-transparent {
    background-color: transparent; }
  .wrapper {
    text-align: left !important;
    overflow: hidden; }
  .section {
    padding: 50px 0 0; }
    .section .title {
      max-width: 90%;
      margin-bottom: 40px; }
    .section .text-area {
      padding: 0; }
  .section-team-3 .name {
    margin-top: -10px; }
  .section-team-3 .motto h3 {
    font-size: 1em; }
  .btn {
    margin: 0 auto 15px;
    float: none; }
  .project-content .product .project-text {
    text-align: center !important; }
  .project-content .article .project-image {
    width: 100% !important; }
  footer {
    padding-top: 15px; }
    footer .row .info {
      margin-top: 15px; }
      footer .row .info .title {
        text-align: center !important;
        margin-top: 25px; }
      footer .row .info ul {
        text-align: center; }
    footer .row div:first-child .title {
      margin-top: 0; }
  .nav-open .navbar .container {
    transform: translate3d(-230px, 0, 0); }
  .section-we-made-1 p {
    display: none; }
  .section-clients-1 .logos ul li {
    width: 33%; }
    .section-clients-1 .logos ul li img {
      width: 80%; }
      .section-clients-1 .logos ul li img:last-child {
        opacity: 0; }
  .section-clients-2 .tab-content {
    min-height: 130px; }
  .section-team-1 .full-image img {
    margin-top: 0; } }

input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0; }

.ui-slider-handle:focus {
  outline: 0 !important; }

.input-group .form-control:first-child {
  border-right: 0 none; }

.input-group .form-control:last-child {
  border-left: 0 none; }

fieldset[disabled] .form-control {
  background-color: #e3e3e3;
  color: #888;
  cursor: not-allowed; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 10px;
  margin-top: -5px; }

.nav-open .nav .caret {
  border-bottom-color: #fff;
  border-top-color: #fff; }

.btn-group.select .dropdown-menu {
  min-width: 100%; }

section-team-1 .full-image {
  height: auto;
  min-height: 100vh;
  overflow: auto; }

.nav-text > li.active a {
  transition: all 150ms linear; }

.animate.moving.open {
  transform: none !important; }

.line-separator span {
  font-size: 30px;
  position: relative;
  top: -3px; }

.section-we-made-3 .row [class^="col-"] {
  margin-bottom: 10px;
  padding: 0 5px; }
  .section-we-made-3 .row [class^="col-"] img {
    width: 100%;
    position: relative; }
    .section-we-made-3 .row [class^="col-"] img:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: url(files/pattern.png);
      z-index: 2;
      content: ""; }

.section-we-made-3 .row .col-md-4 a {
  padding: 4% 8%; }
  .section-we-made-3 .row .col-md-4 a .content h4 {
    font-size: 28px; }
  .section-we-made-3 .row .col-md-4 a .content p {
    font-size: 16px; }

.section-team-3 .team {
  margin-bottom: 50px; }
  .section-team-3 .team .member {
    text-align: center; }
    .section-team-3 .team .member .big-text {
      margin-bottom: 20px; }
    .section-team-3 .team .member img {
      margin: 0 auto; }
    .section-team-3 .team .member .first-name {
      min-width: 65%;
      padding: 0 15px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      font-size: 18px;
      padding-top: 9px;
      vertical-align: middle;
      margin-top: 35px;
      float: right; }
    .section-team-3 .team .member .last-name {
      min-width: 65%;
      padding: 0 15px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      font-size: 18px;
      padding-top: 9px;
      vertical-align: middle;
      margin-top: 35px;
      float: left; }
    .section-team-3 .team .member .motto {
      position: relative;
      text-transform: none;
      color: #3b9ed4;
      max-width: 55%;
      margin: 0 auto; }
      .section-team-3 .team .member .motto h3 {
        font-size: 22px; }
        
div.xing a.fa-xing {font-family: 'fontawesome';;font-size:2em;float:right;width:30px; height:30px; display: block;margin-top:-30px;}
div.xing a.fa-linkedin {font-family: 'fontawesome';;font-size:2em;float:right;width:30px; height:30px; display: block;margin-top:-30px;margin-right:50px;}
div.xing a.fa-facebook {font-family: 'fontawesome';;font-size:2em;float:right;width:30px; height:30px; display: block;margin-top:-30px;margin-right:100px;}

.navbar-header div.xing {display: inline-block;float: right;margin-top:18px;}
.navbar-header div.xing a {color:white;font-size:1.15em;float:none;width:30px; height:30px; display: inline-block;margin:auto;}
.navbar-header div.xing a:hover {color:#3b9ed4}

a.drv {width:60px; display: inline-block;margin-top:-30px;margin-right:10px;float:left}
a.drv img {width:60px;height:auto;}
a.dfv {width:60px; display: inline-block;margin-top:-40px;margin-right:20px;float:left;}
a.dfv img {width:60px;height:auto;}

.title blockquote {border:none;}
.separator-container + p {overflow:hidden;padding:0 0 0 220px;text-align: left;}
.separator-container + p em {font-size: 1.25em; margin-bottom:.5em;display:block;}
.separator-container + p:before {content:''; border-radius: 50%;width:200px;height:200px;background: url('files/blum.jpg') no-repeat;display: inline-block; background-size: contain;float: left;margin:0px 20px 0 -220px;}
.section-team-1 .text-area .title {max-width: 100%;}
.section-team-1 .text-area {max-width: 890px;}
@media (max-width: 450px) {
	.separator-container + p:before {width:120px;height:120px;margin:0px 20px 0 -140px;}
	.separator-container + p {padding:0 0 0 140px;}
}
    @media (max-width: 414px) {
	    .section-textpic-1 .full-image { height:250px; }
	    .section .parallax > img {width:180%;margin-left:-40%; margin-top:-40%}
	    .section-header {height:100vh;}
	    .section-header .container .content {padding-top:90px;}
	    .section-header .container .content h1 {line-height: 1.2;margin-top:1em;}
	    .section-header .container .content h5 {margin-top:0;}
	    .section-header .hidden-xs {display: block !important;}
	    .section-header .parallax {height: 100vh;}    
    }
    
     .section .full-image.mob_portrait img {width:auto !important;height:350px;}
 .section-textpic-1 .full-image.mob_portrait {height:350px;}
 
  @media (min-width: 501px)  {
 .mob_portrait, img.mob_portrait + .responsive-background, .full-image .mob_portrait  {display: none !important; }

 }

 @media (max-width: 500px)  {
 .mob_landscape,  .mob_landscape + .responsive-background,  .full-image .mob_landscape {display: none !important; }

 }
.footer-big {padding-bottom:20px;}

.pb-5, .py-5 {padding-bottom: 3rem!important;}
.pt-5, .py-5 {padding-top: 3rem!important;}
.pl-5 {padding-left: 3rem!important;}
.twocol .row {display: -ms-flexbox;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}
.img-fluid { box-shadow: 6px 6px 15px rgba(0,0,0,.3);max-width: 100%;height: auto;}
video.bgvid {box-shadow: 6px 6px 15px rgba(0,0,0,.3);}
.center {text-align: center;}
.col-lg-6 {-ms-flex: 0 0 50%;
flex: 0 0 50%;max-width: 50%;}

.gmap .col-lg-6 {padding:0;overflow:hidden;height:100%;}
.gmap .col-lg-6 {background-repeat: no-repeat !important;background-size: cover !important;background-position: center center !important;}
.gmap iframe {width:100%;height:100%;}
.gmap.section-textpic-1 .full-image {height:550px;}
.gmap .copylink {position: absolute;bottom:5px;left:10px;font-size: .85em;padding:2px 10px;background: rgba(255,255,255,.9)}
@media (max-width: 767px) {
	.gmap .col-lg-6 {width: 100%;height:350px;max-width: 100%;}
	.gmap.section-textpic-1 .full-image {height:auto}
}
@media (max-width: 991px) {
	.pt-lg-0 {padding-top:2em;}
}

.gmb {margin-top:2em;}
.lightbg {background: #ededed;}
.lightbg .text-area {background: none;}

@media (min-width: 1360px) {
	.container {width: 1350px;}
}

@media (min-width: 1460px) {
	.container {width: 1450px;}
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq {padding:2rem 0 0 0}
.faq .container {max-width:980px;}
.faq h3:before {
    font-family: 'FontAwesome';
    content:'';
    color:#666;
    font-size: 2.5em;
    display:inline-block;
    float:left;
    margin:-.1em .5em 0 -1em;
    position: absolute;
}

.faq p {
    clear:left;
    position: relative;
    display:block;
    margin-top:1.5em;
    padding-left:5em;
}

.faq h3 + p:before {
    font-family: 'FontAwesome';
    content:'';
    font-size: 3.5em;
    margin:-.25em .25em 0 -1.25em;
    color:#666;
    display:inline-block;
    float:left;
    position: absolute;
}
.faq h3 {
    clear:left;
    font-size:1.85em;
    font-weight:700;
    position: relative;
    display:block;
    margin-top:1.5em;
    padding-left:3em;
    color:#666;
}
@media (max-width: 576px) {	
div.faq h3 {font-size:1.25em;    padding-left:2.55em;}
div.faq h3:before {font-size: 2em;margin:-.15em .25em 0 -1em;}
div.faq h3 + p:before {font-size: 2.5em;margin:-.25em .25em 0 -1.1em;}
div.faq p {padding-left:3.2em;}	

.feature-item {padding-right:1rem;}
}
@media (max-width: 768px) {
	.wrapper .faq {text-align: left !important;}
	.faq {padding:2rem 0}
}

/*--------------------------------------------------------------
# Teaserboxes
--------------------------------------------------------------*/
.four_teaserblocks {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.four_teaserblocks.row { margin-left:-30px;margin-right:-30px;}
.four_teaserblocks img {width:100%;margin-bottom:.75em;}
.four_teaserblocks .teaserbox-small h3, .four_teaserblocks h3 {margin: 0 0 10px; }
.four_teaserblocks .teaserbox-small {position: relative;overflow: hidden;transition: all 0.5s; padding: 25px;margin-top:-15px;}
.four_teaserblocks .teaserbox-small h3 {padding-bottom:.75em;}
.four_teaserblocks .teaser-link {left:0;top:0;position: absolute;height:100%;width:100%;z-index:12;}
.four_teaserblocks .col-lg-4.teaserbox-small {margin:.5em;text-align: center;box-shadow:5px 5px 10px rgba(0,0,0,.35);position: relative;flex: 0 0 32%;max-width: 32%;}
@media (max-width: 1360px) {
	.four_teaserblocks .col-lg-4.teaserbox-small {flex: 0 0 47.5%;max-width: 47.5%;}
}
@media (max-width: 644px) {
	.four_teaserblocks .col-lg-4.teaserbox-small {flex: 0 0 98%;max-width: 98%;}
}

.four_teaserblocks .teaserbox-small:hover { box-shadow: 10px 10px 15px rgba(0,0,0,.8);}
.four_teaserblocks .col-lg-4.teaserbox-small p.linktext {font-size: 1em;text-transform: uppercase;font-weight: bold;}
.four_teaserblocks .teaserbox-small .teaserimg img {width:70%;vertical-align: middle;}
.four_teaserblocks .teaserbox-small .teaserimg {height:160px;align-items: center;}
.four_teaserblocks .teaserbox-small:nth-of-type(1) .teaserimg img, .four_teaserblocks .teaserbox-small:nth-of-type(2) .teaserimg img, .four_teaserblocks .teaserbox-small:nth-of-type(7) .teaserimg img {/*max-height: 100px;width:auto;*/margin-top:30px;}

.four_teaserblocks .teaserbox-small.invest .teaserimg img,.four_teaserblocks .teaserbox-small.invest:nth-of-type(1) .teaserimg img, .four_teaserblocks .teaserbox-small.invest:nth-of-type(2) .teaserimg img, .four_teaserblocks .teaserbox-small.invest:nth-of-type(7) .teaserimg img {width:100%;margin-top:25px;}
.four_teaserblocks .teaserbox-small.invest  .teaserimg {height:auto;align-items: center;}
.four_teaserblocks .teaserbox-small.invest {text-align: left;padding:0;}
.four_teaserblocks .teaserbox-small.invest .order-1, .four_teaserblocks .teaserbox-small.invest .order-2 {padding:0 25px;}
.four_teaserblocks .teaserbox-small.invest .order-1 {margin-bottom:5.5em;}
.four_teaserblocks .teaserbox-small.invest .teaserimg {margin:-25px -25px 20px -25px;}
.four_teaserblocks .teaserbox-small.invest .bottom {bottom:25px;margin-top:15px;width:100%;position: absolute;}
.four_teaserblocks .teaserbox-small.invest a.btn {background:#1680be !important;border-color: #1680be;width:100%;display: block !important;margin:0 auto !important;}
.four_teaserblocks .teaserbox-small.invest p.projekt1 {font-size: 1.5em;font-weight: bold;text-transform: uppercase;margin-bottom:-5px}
.four_teaserblocks .teaserbox-small.invest p.projekt2 {font-size: 1em;}
.four_teaserblocks .teaserbox-small.invest p.projekt2,
.four_teaserblocks .teaserbox-small.invest p.projektstart span,
.four_teaserblocks .teaserbox-small.invest p.projektshare span,
.four_teaserblocks .teaserbox-small.invest p.projekttops span {color:#666;font-weight: normal;display: block;}
.four_teaserblocks .teaserbox-small.invest p.projektstart span,
.four_teaserblocks .teaserbox-small.invest p.projektshare span,
.four_teaserblocks .teaserbox-small.invest p.projekttops span {font-size: .85em;}
.four_teaserblocks .teaserbox-small.invest p.projektstart,
.four_teaserblocks .teaserbox-small.invest p.projektshare,
.four_teaserblocks .teaserbox-small.invest p.projekttops {border-top:1px solid #ddd;font-size: 1.25em;font-weight: bold;line-height:130%;padding:10px 0;margin:0;}
.four_teaserblocks.invest.flex {margin:0 -10px;}
.bigblock.four_teaserblocks.invest.flex {margin:0;}

.four_teaserblocks .teaserbox-small.invest p.projekttops, .four_teaserblocks .teaserbox-small.invest p.projekttops span {font-size: 1em;}


.bigblock.four_teaserblocks .teaserbox-small.invest .teaserimg img {margin-top:0px;}
.bigblock.four_teaserblocks .teaserbox-small.invest .bottom {bottom:25px;margin-top:15px;width:100%;position: relative;}
.bigblock .text {margin-bottom:4em;}
.bigblock.four_teaserblocks .teaserbox-small.invest .teaserimg {margin:0px;}
.bigblock.four_teaserblocks {padding:0;}
.bigblock.four_teaserblocks .teaserbox-small, .bigblock.four_teaserblocks img {margin:0;}
.bigblock.four_teaserblocks .wrapper {overflow: hidden;box-shadow: 5px 5px 10px rgba(0,0,0,.35);}
.bigblock.four_teaserblocks .teaserbox-small {box-shadow: 5px 5px 10px rgba(0,0,0,.35);}
.bigblock.four_teaserblocks .teaserbox-small:hover {box-shadow: 10px 10px 15px rgba(0,0,0,.8);}
.bigblock.four_teaserblocks .teaserbox-small.invest .order-1 {padding:0 15px;}
.bigblock.four_teaserblocks .row .order-2 {padding-top:2em;padding-right:50px;}
@media (max-width: 1199px) {
	.bigblock.four_teaserblocks .row .order-2 {padding-left:50px;padding-right:50px;}
.bigblock.four_teaserblocks .teaserbox-small {margin-bottom:1em;}
}



/* Presse */
.presse .four_teaserblocks .teaserbox-small .teaserimg {height:auto;}
.presse .four_teaserblocks .teaserbox-small .teaserimg  img {margin-top:0 !important;}
.presse .four_teaserblocks .teaserbox-small .teaserimg img {width:100%; vertical-align: top;}
.presse p {font-size: 1rem;}
.presse p.button {
padding: .5rem 1rem;
border: 1px solid #555;
display: inline-block;
position: absolute; bottom:0;
font-weight: bold;
}
.presse .four_teaserblocks .teaserbox-small {overflow: visible;padding:25px 25px 3.5rem 25px;}
/* Consent Manager */
#consent_manager-background {  
	animation: 1s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
	padding:0;
	background: rgba(0,0,0,.2);
	z-index: 1000000;
}
#consent_manager-background #consent_manager-wrapper {
	max-width: 100%;
	position: absolute;
	bottom:0;
	box-shadow: 0 -25px 35px rgba(0,0,0,.3);
}
#consent_manager-background .consent_manager-show-details{
	padding:0;
}

#consent_manager-background #consent_manager-toggle-details:before {
	display:none
}
#consent_manager-background #consent_manager-wrapper .iwcc-wrapper-inner {
	max-width: 1200px;
	margin:auto;
}
#consent_manager-background .consent_manager-save-selection {
	background: #999;
	margin-top:15px;
}
#consent_manager-background .consent_manager-accept-all {
	background: #333;
	color: #fff;
		margin-top:15px;
}
#consent_manager-background a.consent_manager-close-box {
	text-indent: -9999px;
}
#consent_manager-background a.consent_manager-close-box{
	background-color:transparent
}
#consent_manager-background a.consent_manager-close-box:after,
#consent_manager-background a.consent_manager-close-box:before{
	background-color:#000;
}
@media (max-width: 520px){
	#consent_manager-background .consent_manager-show-details{
		margin-top:15px;
		margin-bottom:15px;
	}
	#consent_manager-background #consent_manager-toggle-details{
		display: block;
	}
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
}

