/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.fullwidth {
  max-width: 1920px;
}
.header-font {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
}
body {
  margin: 0;
  background: #f6f6f6 url(../../public/image/style/main_bgr.png);
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  color: #666666;
  line-height: 1.8em;
}
.page-container {
  max-width: 1920px;
  background-color: white;
  margin: 0 auto;
  overflow: hidden;
  border-width: 0 1px;
  border-color: #e9e9e9;
  border-style: solid;
  position: relative;
}
.banner-full-width {
  max-width: 1920px;
  overflow: hidden;
  margin: auto -1px;
}
.banner-full-width img {
  margin-left: calc(-70vw + 50%);
  margin-right: calc(-70vw + 50%);
  width: 140%;
}
@media (min-width: 768px) {
  .banner-full-width img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header {
  width: 100%;
}
.header .topbar {
  background-color: #f9f9f9;
  border: 0 solid #e9e9e9;
  border-bottom-width: 1px;
  padding: 5px 98px;
  vertical-align: middle;
  font-size: 12px;
}
@media (max-width: 768px) {
  .header .topbar {
    padding: 5px 30px;
  }
}
.header .topbar *,
.header .topbar a:active,
.header .topbar a:hover,
.header .topbar a:link {
  color: #666666;
}
.header .topbar:after {
  content: '';
  display: block;
  clear: both;
}
.header .topbar .leftpart {
  margin-top: 5px;
  font-weight: 100;
  letter-spacing: 1px;
}
.header .topbar .leftpart .contact {
  display: inline-block;
  margin-right: 30px;
}
.header .topbar .rightpart .search {
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  padding: 4px 10px 4px 10px;
  background-color: #f9f9f9;
}
.header .topbar .rightpart .search input {
  border: none;
  background-color: #f9f9f9;
}
.header .topbar .rightpart .search input:focus {
  outline: none;
}
.header .navigationbar {
  position: relative;
  padding: 0 98px;
}
@media (max-width: 768px) {
  .header .navigationbar {
    padding-left: 30px;
    padding-right: 15px;
  }
}
.header .navigationbar .logo {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 40px;
  /*width: 180px;*/
  display: inline-block;
}
.header .navigationbar .logo img {
  max-height: 100%;
  max-width: 100%;
}
.header .navigationbar .navigation-toggle {
  width: 30px;
  height: 30px;
  float: right;
  margin: 15px;
}
.header .navigationbar .navigation {
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
  width: 0;
  font-weight: 400;
  letter-spacing: 1px;
  list-style: none;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  z-index: 1000;
  background-color: rgba(111, 162, 190, 0.9);
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navigationbar .navigation li {
  margin-left: 10vmax;
  white-space: nowrap;
}
.header .navigationbar .navigation li:not([class^='navigation-']) {
  margin-top: 1em;
}
.header .navigationbar .navigation li a {
  color: white;
}
.header .navigationbar .navigation-logo {
  margin-top: 10vmax;
  margin-left: 10vmax;
  margin-bottom: 5vmax;
  height: 15vmax;
  width: 15vmax;
}
.header .navigationbar .navigation-logo img {
  max-height: 100%;
  max-width: 100%;
}
.header .navigationbar .navigation.expand {
  width: 80vw;
}
@media (min-width: 768px) {
  .header .navigationbar .navigation.expand {
    width: initial;
  }
  .header .navigationbar .navigation-logo,
  .header .navigationbar .navigation-toggle {
    display: none;
  }
  .header .navigationbar .navigation {
    background-color: white;
    font-size: smaller;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    left: auto;
    top: 20px;
    min-height: initial;
    margin-right: 78px;
  }
  .header .navigationbar .navigation li {
    float: left;
    border: 0;
    border-bottom: 10px solid transparent;
    margin-left: 0;
  }
  .header .navigationbar .navigation li:hover {
    border-bottom-color: #d8e6ee;
  }
  .header .navigationbar .navigation li a,
  .header .navigationbar .navigation li a:active,
  .header .navigationbar .navigation li a:hover,
  .header .navigationbar .navigation li a:link {
    padding: 10px 20px 25px;
    color: black;
    text-decoration: none;
  }
  .header .navigationbar .navigation li.active {
    border-bottom-color: #6fa2be;
  }
}
.footer {
  width: 100%;
}
.footer .footer-row-impressum {
  margin: -1px;
  background-image: url('/public/image/style/r_footer.jpg');
  background-size: cover;
  color: white;
  font-size: 12px;
  padding: 40px 83px;
}
@media (max-width: 768px) {
  .footer .footer-row-impressum {
    padding: 40px 15px;
  }
}
.footer .footer-row-impressum a {
  color: white;
}
.footer .footer-row-copyright {
  color: #666666;
  padding: 20px 98px;
  font-size: smaller;
}
@media (max-width: 768px) {
  .footer .footer-row-copyright {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .footer .footer-row-copyright {
    font-size: medium;
  }
}
.footer .footer-row-copyright:after {
  content: '';
  display: block;
  clear: both;
}
.leftpart {
  float: left;
}
.rightpart {
  float: right;
}
.rightpart a {
  color: #666666;
}
header {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
}
header p {
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
}
h1 {
  margin-top: 5vh;
  font-size: 1.1em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 480px) {
  h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  margin-top: 3vh;
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: normal;
}
@media (min-width: 480px) {
  h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: medium;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  h3 {
    font-size: larger;
  }
}
.subheading {
  color: #666666;
  text-align: center;
  font-size: large;
  margin-bottom: 5vh;
}
table {
  border-spacing: 1em;
}
table th {
  color: black;
  font-family: "Montserrat";
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table td {
  color: #666666;
}
.table-md,
.table-md tbody,
.table-md tr,
.table-md th,
.table-md td,
.table-md .tr,
.table-md .th,
.table-md .td {
  display: block;
  max-width: 100%;
}
.table-md tr,
.table-md .tr {
  margin-top: 1.5em;
}
.table-md th,
.table-md .th {
  color: black;
  font-family: "Montserrat";
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
}
.table-md td,
.table-md .td {
  color: #666666;
}
@media (min-width: 992px) {
  .table-md {
    display: table;
    border-collapse: collapse;
    border-spacing: 1em;
  }
  .table-md tr,
  .table-md .tr {
    display: table-row;
    margin-top: initial;
  }
  .table-md th,
  .table-md .th {
    vertical-align: top;
    display: table-cell;
    padding: 8px;
  }
  .table-md td,
  .table-md .td {
    display: table-cell;
    padding: 8px;
  }
  .table-md tbody {
    display: table-row-group;
  }
  .table-md th + td,
  .table-md .th + .td,
  .table-md td + td,
  .table-md .td + .td {
    padding-left: 15px;
  }
}
form input[type='text'],
form input[type='email'],
form input[type='tel'] {
  border-radius: 0;
}
.btn {
  text-shadow: 1px 1px 5px #666666;
  outline: 0;
}
.btn:active,
.btn:hover,
.btn:link,
.btn:focus,
.btn:hover,
.btn:active:hover,
.btn.disabled.focus,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled].focus,
.btn[disabled]:focus,
.btn[disabled]:hover {
  outline: 0;
}
.btn-default {
  background-color: #6fa3c0;
  border-radius: 999px;
  border: none;
  color: #FFFFFF;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0;
}
.btn-default:active,
.btn-default:hover,
.btn-default:link,
.btn-default:focus {
  background-color: #6fa3c0;
  color: white;
}
.btn-default:hover {
  background-color: #4e8bac;
}
.btn-default:active:hover {
  background-color: #477e9b;
  color: white;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #b6d0de;
}
.btn-large {
  text-shadow: none !important;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 34px;
  font-family: Montserrat;
}
@media (max-width: 768px) {
  .btn-large {
    margin: 0 30px;
    font-size: 16px;
    height: 34px;
    padding: 7px 20px;
  }
}
.btn-white {
  background-color: #f9f9f9;
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  color: black;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-white:active,
.btn-white:hover,
.btn-white:link,
.btn-white:focus {
  background-color: #f9f9f9;
  color: black;
}
.btn-white:hover {
  background-color: #e0e0e0;
}
.btn-white:active:hover {
  background-color: #c6c6c6;
  color: black;
}
.btn-primary {
  background-color: #6fa3c0;
  border-radius: 999px;
  border: none;
  color: #FFFFFF;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0;
  font-size: 1px;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary:link,
.btn-primary:focus {
  background-color: #6fa3c0;
  color: white;
}
.btn-primary:hover {
  background-color: #4e8bac;
}
.btn-primary:active:hover {
  background-color: #477e9b;
  color: white;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #b6d0de;
}
.more-images {
  position: relative;
  cursor: pointer;
}
.more-image-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  height: initial;
  width: initial;
  margin: 0;
  pointer-events: none;
}
.hoverhandler:hover .hovertarget,
.hoverhandler:hover.hovertarget {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.hovertarget {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs .tab-indicator-container {
  margin: 0 auto;
  display: flex;
}
@media (min-width: 768px) {
  .tabs .tab-indicator-container {
    display: block;
  }
}
.tabs .tab-indicator {
  position: relative;
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  background-color: #e4eef3;
  text-align: center;
  vertical-align: middle;
  color: #6fa2be;
}
.tabs .tab-indicator + .tab-indicator {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .tabs .tab-indicator {
    display: block;
    float: left;
    width: calc((100% - 16px) / 3);
  }
}
.tabs .tab-indicator:not(:first-child):before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #fff;
  left: 0;
  top: 0;
  z-index: 91;
}
.tabs .tab-indicator:not(:last-child):after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #e4eef3;
  right: -50px;
  top: 0;
  z-index: 999;
}
.tabs .tab-indicator.active {
  color: #e4eef3;
  background-color: #6fa2be;
  flex-grow: 1;
}
.tabs .tab-indicator:not(.active) span {
  display: none;
}
@media (min-width: 768px) {
  .tabs .tab-indicator:not(.active) span {
    display: inline;
  }
}
.tabs .tab-indicator.active:after {
  border-left-color: #6fa2be;
}
.tabs .tab-container {
  display: none;
}
.tabs .tab-container.active {
  display: block;
}
hr {
  width: 30%;
  border-width: 4px;
}
.horizontal-left {
  width: 15%;
  margin: 18px 0;
}
article {
  padding: 0 98px;
}
@media (max-width: 768px) {
  article {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .project-dropdown {
    width: 100%;
    display: inline-flex !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .dropdown {
    margin: auto;
  }
}
.dropdown .btn-dropdown,
.dropdown .btn-dropdown:active,
.dropdown .btn-dropdown:link {
  text-shadow: none;
  color: #f9f9f9;
  background-color: #333333;
  margin-bottom: 10px;
  border-radius: 2px;
  border: none;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dropdown .btn-dropdown:hover {
  color: #e0e0e0;
  background-color: #1a1a1a;
}
.dropdown .btn-dropdown:active:hover {
  color: #f9f9f9;
  background-color: #333333;
}
.dropdown .btn-dropdown.disabled.focus,
.dropdown .btn-dropdown.disabled:focus,
.dropdown .btn-dropdown.disabled:hover,
.dropdown .btn-dropdown[disabled].focus,
.dropdown .btn-dropdown[disabled]:focus,
.dropdown .btn-dropdown[disabled]:hover {
  background-color: #ffffff;
  color: #666666;
}
.dropdown .btn-dropdown[aria-expanded=true] {
  color: #e0e0e0;
  background-color: #1a1a1a;
}
.dropdown .btn-dropdown .text {
  float: left;
}
.dropdown .btn-dropdown .caret {
  float: right;
  margin: 7px;
}
.dropdown .dropdown-menu {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 2px;
  margin-top: -10px;
  left: 0;
  right: 0;
}
.dropdown .dropdown-menu > li > a {
  text-transform: uppercase;
  padding: 5px;
}
#opt-out {
  cursor: pointer;
  color: #337ab7;
}
.customerlogos_container .slick-slide {
  display: flex;
  justify-content: center;
  height: 104px;
}
.customerlogos_container .slick-slide img {
  object-fit: contain;
}
.customerlogos_container .slick-slide .slick-arrow {
  max-width: 100%;
}
/* clickskes modifications */
#clickskeks-popup-holder .clickskeks-popup-buttons #clickskeks-popup-button-all {
  background-color: #6fa3c0 !important;
}
/*#clickskeks-popup-holder .clickskeks-popup-buttons #clickskeks-popup-button-necessary {
  background: #cecece !important;
  border: none !important;
  color: white !important;
}*/
.capabilities .capability {
  opacity: 0;
  text-align: center;
  margin-bottom: 100px;
}
.capabilities .capability img {
  margin-bottom: 15px;
}
.capabilities .capability .title {
  font-size: larger;
  text-transform: uppercase;
}
.capabilities .capability .text {
  padding: 0 83px;
  display: inline-block;
  color: #666666;
  line-height: 160%;
}
@media (max-width: 768px) {
  .capabilities .capability .text {
    padding: 0 15px;
  }
}
.project-detail {
  margin: auto 0;
  text-align: center;
}
.project-detail .project-image {
  max-width: 497px;
  max-height: 437px;
  object-fit: contain;
  margin: auto;
  border: 1px solid #707070;
}
.project-detail .border-none {
  border: none;
}
.project-detail .banners img {
  width: 100%;
  object-fit: contain;
}
.project-detail .gallery {
  padding: 0 83px;
  margin: 0 auto 5vh;
  overflow: visible;
}
@media (max-width: 768px) {
  .project-detail .gallery {
    padding: 0 15px;
  }
}
.project-detail .hoverhandler {
  display: block;
  width: 100%;
}
.project-detail .hoverhandler .linkicon {
  display: block;
  margin: 0 auto;
  height: 54px;
}
.project-detail .hoverhandler h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .project-detail .hoverhandler h3 {
    margin: 28px 30px 0 30px;
    font-size: 17px;
  }
}
.image-subtitle {
  color: #666666;
  text-decoration: none;
}
.image-subtitle:hover,
.image-subtitle:active {
  text-decoration: none;
}
.transparent-logo-overlay {
  position: relative;
}
.transparent-logo-overlay .v4-logo-container {
  background-color: white;
  padding: 30px;
  max-height: 18vh;
  max-width: 23vw;
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 26px;
  border: 1px solid #707070;
}
@media (max-width: 992px) {
  .transparent-logo-overlay .v4-logo-container {
    right: 50px;
    bottom: 24px;
  }
}
@media (max-width: 768px) {
  .transparent-logo-overlay .v4-logo-container {
    right: 30px;
    bottom: 12px;
    padding: 2vh;
  }
}
.transparent-logo-overlay .v4-logo-container a img {
  object-fit: contain;
  max-width: 12vw;
  max-height: 8vh;
}
.v4-text-container {
  margin-bottom: 34px;
  padding: 0 83px;
}
@media (max-width: 768px) {
  .v4-text-container {
    padding: 0;
  }
}
.v4-text-container h3 {
  font-family: "Open Sans";
  margin-bottom: 36px;
}
.v4-text-container .v4-headline {
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  padding: 18px 0px;
}
.v4-text-container .v4-body {
  font-family: Montserrat;
  text-align: center;
  color: #686868;
}
@media (max-width: 768px) {
  .v4-text-container .v4-body {
    padding: 0 15px;
  }
}
.v4-text-container .v4-image-container {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 18px 0px;
}
.v4-text-container .v4-image-container .testimonial_image {
  height: 188px;
  object-fit: contain;
}
.v4-text-container .v4-image-container img {
  max-height: 300px;
  margin: auto;
}
.v4-testimonial {
  border: none !important;
}
.v4-testimonial .v4-image-container {
  padding: 0 !important;
}
.v4-testimonial .v4-image-container img {
  max-width: 150px;
}
.v4-testimonial .v4-headline {
  border: none !important;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.v4-testimonial .v4-subheadline {
  font-size: 18px;
  text-align: center;
  color: #686868;
  margin-bottom: 18px;
}
.v4-testimonial .v4-body {
  font-family: Montserrat;
  font-style: italic;
  text-align: center;
  padding: 18px 0;
}
@media (min-width: 768px) {
  .v4-right-container {
    margin-right: 0;
  }
  .v4-left-container {
    margin-left: 0;
  }
}
.button-container {
  text-align: center;
}
.button-container .btn {
  margin: auto;
  display: inline-flex;
}
.button-container .home-page-button {
  margin-bottom: 100px;
}
.project-home {
  padding: 0 3vw;
}
.project-list h1,
.project-home h1 {
  margin: 48.5px 0 30px 0;
}
@media (max-width: 768px) {
  .project-list h1,
  .project-home h1 {
    margin: 48.5px 0 30px 0;
  }
}
.project-list article .subheading,
.project-home article .subheading {
  margin: 0 0 82px 0;
}
@media (max-width: 768px) {
  .project-list article .subheading,
  .project-home article .subheading {
    margin: 0 0 82px 0;
  }
}
.project-list .general-container,
.project-home .general-container {
  padding: 0 48px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .project-list .general-container,
  .project-home .general-container {
    padding: 0 30px;
  }
}
.project-list .general-container .clearfix,
.project-home .general-container .clearfix {
  width: 97%;
  margin-right: 0;
  margin-bottom: 21px;
}
.project-list .general-container .clearfix .project-dropdown,
.project-home .general-container .clearfix .project-dropdown {
  max-width: 100%;
}
@media (min-width: 768px) {
  .project-list .general-container .clearfix .project-dropdown,
  .project-home .general-container .clearfix .project-dropdown {
    margin: auto -5px;
    float: right;
  }
}
.project-list .project,
.project-home .project {
  text-align: center;
  margin-bottom: 106px;
  height: 380px;
  padding: 1px 50px;
}
@media (max-width: 768px) {
  .project-list .project,
  .project-home .project {
    height: 480px;
    margin-bottom: 32px;
    padding: 1px 0;
  }
}
.project-list .project .hovertarget,
.project-home .project .hovertarget {
  width: 100%;
  margin: auto;
  margin-bottom: 26px;
  display: flex;
}
.project-list .project .hovertarget .teaser-image,
.project-home .project .hovertarget .teaser-image {
  border: 1px solid #707070;
  object-fit: contain;
  display: block;
  width: 100%;
  max-width: 506px;
  max-height: 335px;
  margin: auto;
}
@media (min-width: 1200px) {
  .project-list .project .hovertarget .teaser-image,
  .project-home .project .hovertarget .teaser-image {
    width: 101%;
  }
}
.project-list .project h3,
.project-home .project h3 {
  color: #686868;
  font-family: 'Open Sans';
  margin: 0;
}
.project-list .project hr,
.project-home .project hr {
  height: 3px;
  color: #eee;
  margin: 20px auto;
}
.project-list .project .subtitle,
.project-home .project .subtitle {
  color: #666666;
}
.project-list .project .subtitle,
.project-home .project .subtitle {
  color: #666666;
}
.project-list .project:hover,
.project-home .project:hover {
  text-decoration: none;
}
.testimonials {
  max-width: 1920px;
  margin: 0 !important;
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 40px;
}
.testimonials h1 {
  margin: 0 98px;
  color: white;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .testimonials h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .testimonials h1 {
    margin: 0 30px;
  }
}
.testimonials .separator {
  height: 0;
  width: 100px;
  margin: 0 auto;
  border-bottom: 2px solid #666666;
}
.testimonials .testimonial_container {
  /*
    white-space: nowrap;
    overflow: hidden;
    */
}
.testimonials .testimonial_container .testimonial {
  outline: 0;
  margin-bottom: 10px;
}
.testimonials .testimonial_container > div {
  text-align: center;
  font-size: larger;
  /*font-family: Montserrat;*/
}
.testimonials .testimonial_container > div * {
  color: #666666;
}
.testimonials .testimonial_container > div .name_customer {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials .testimonial_container > div .name_customer .customer {
  text-transform: uppercase;
}
.testimonials .testimonial_container > div .text {
  display: inline-block;
  letter-spacing: 1px;
  width: 90%;
  white-space: normal;
}
@media (min-width: 768px) {
  .testimonials .testimonial_container > div .text {
    width: 50%;
  }
}
.testimonials .testimonial_container > div img {
  display: block;
  border-radius: 50%;
  height: 130px;
  margin: 25px auto;
}
.stage-event-container h1 {
  text-align: left;
  margin: 0;
}
.stage-text {
  font-size: 18px;
  margin-bottom: 60px;
}
.image-container {
  text-align: center;
}
.image-container .stage-laptop-image {
  width: 40vw;
  min-width: 300px;
  max-width: 657px;
  margin: auto;
}
.customerlogos .separator {
  height: 0;
  width: 100px;
  margin: 0 auto;
  border-bottom: 2px solid #6fa2be;
}
.customerlogos .customerlogosslider div {
  outline: 0;
}
.customerlogos .customerlogosslider img {
  margin: 0 auto;
  max-width: 180px;
  max-height: 100px;
}
.team_member_list {
  margin: 0 0 64px 0;
}
.team_member_list .team_member {
  opacity: 0;
  text-align: center;
  margin-bottom: 74px;
}
.team_member_list .team_member .img_container {
  margin: 0 auto 28px;
  width: 70%;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e9e9e9;
  box-shadow: 1px 2px 6px #e9e9e9;
}
.team_member_list .team_member .img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-position: center center;
  background-size: 100% 100%;
  border: 1px solid #e9e9e9;
}
.team_member_list .team_member .name {
  font-weight: 800;
  color: #686868;
  font-size: larger;
  margin-bottom: 14px;
}
.team_member_list .team_member .role {
  color: #6fa2be;
}
.team_member_list .team_member hr {
  width: 30%;
  border-width: 3px;
}
.team_member_list .team_member .text {
  color: #666666;
}
.jobs {
  padding: 0 98px;
}
.jobs article {
  padding: 0;
}
.jobs .job-insert {
  margin: auto 8vw 104px 8vw;
}
@media (max-width: 768px) {
  .jobs {
    margin: 0 30px 104px;
    padding: 0;
  }
}
.jobs .subheading {
  margin-bottom: 24px;
}
.jobs .separator {
  height: 0;
  width: 100px;
  margin: 12px auto;
  border-bottom: 2px solid #bbbbbb;
}
.jobs p.job_description {
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .jobs p.job_description {
    font-size: large;
  }
}
.jobs .btn-job-container {
  text-align: center;
  width: 100%;
}
.jobs .btn-job-container .btn-job {
  margin: 0 auto;
}
.jobs hr {
  width: 100%;
  border: 1px solid #666666;
}
.parsley-errors-list {
  margin: 8px 0 3px;
  padding: 0;
  list-style-type: none;
  line-height: 1em;
  color: red;
}
.tp-parallax-wrap {
  left: 0 !important;
  bottom: 0 !important;
}
.banner-hidden {
  display: none;
}
.container-dark {
  margin: auto -1px !important;
  max-width: 1920px;
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.container-dark h1 {
  color: white;
  letter-spacing: 1px;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .container-dark h1 {
    margin: 0 30px 38px 30px;
  }
}
.container-dark .separator {
  height: 0;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 38px;
  border-bottom: 4px solid #707070;
}
.container-dark .text {
  padding: 0 2vw;
  display: inline-block;
  color: #666666;
  line-height: 160%;
  margin-top: 18px;
  font-size: larger;
}
.container-dark .text-container {
  display: inline-flex;
  text-align: center;
  width: 33vw;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .container-dark .text-container {
    width: 66vw;
    font-size: medium;
  }
}
.container-dark .text-container .container-dark-text {
  color: white !important;
}
.container-dark .btn {
  margin-bottom: 92px;
}
.table-subheader,
.table-subheader * {
  color: #6fa2be;
}
.table-subheader:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.table-subheader div:nth-child(1) {
  margin-left: -0.5em;
  float: left;
}
.table-subheader div:nth-child(2) {
  margin-right: -0.5em;
  float: right;
}
.radio-container {
  position: relative;
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-bottom: -25px;
}
.radio-container input[type="radio"] {
  display: none;
}
.radio-container label {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #6fa2be;
  border-radius: 50%;
  margin-bottom: 0;
}
.radio-container label:hover {
  background-color: #d8e6ee;
}
.radio-container input[type="radio"]:checked + label {
  background-color: #6fa2be;
}
.radio-container:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.radio-container + .parsley-errors-list {
  position: absolute;
  top: 0;
  right: -100%;
}
.template_page_title {
  color: #6fa2be;
}
.slider .usedSlider {
  background-color: #6fa2be;
  border-color: #6fa2be;
}
.slider .ui-slider-handle {
  outline: 0;
  cursor: ew-resize;
}
.slider .ui-slider-handle.ui-state-focus {
  background-color: #6fa2be;
  border-color: #6fa2be;
}
.table-md {
  border-collapse: collapse;
}
@media (min-width: 992px) {
  .alternate-odd {
    background-color: rgba(111, 162, 190, 0.05);
  }
}
.table-job-apply {
  width: 100%;
  margin-top: 10px;
}
.table-job-apply th {
  width: 100%;
}
.table-job-apply td {
  width: 100%;
}
.table-job-apply .btn {
  text-shadow: none;
}
@media (min-width: 992px) {
  .table-job-apply {
    width: 80%;
  }
  .table-job-apply th {
    width: 30%;
  }
  .table-job-apply td {
    width: 70%;
  }
}
[class^='icheckbox_square'] + label {
  margin-left: 20px;
}
@media (max-width: 768px) {
  #contactFormContainer {
    padding: 0 15px;
  }
}
#contactFormContainer label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
}
.finish_page {
  text-align: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.finish_page .subheading {
  color: #bbbbbb;
}
.back-to-projects {
  margin-top: 90px;
  margin-bottom: 80px;
}
.subheading-project-details {
  margin-bottom: 82px;
}
#farbe {
  background-color: #6FA3C0;
}
.customerlogos_container {
  margin: 0 73px 22px 73px;
  padding: 50px;
}
@media (max-width: 768px) {
  .customerlogos_container {
    margin: 0 0 22px 0;
  }
}
.team-content-container {
  padding: 0 98px;
}
@media (max-width: 768px) {
  .team-content-container {
    padding: 0 15px;
  }
}
