@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: alpha_echoregular;
    src: url("fonts/alpha_echo-webfont.svg#alpha_echoregular") format("svg"); } }

#preloader {
  width: 100%;
  height: 2160px;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0; }
  #preloader .inner-main .message {
    color: #FFF;
    z-index: 11;
    top: 0px;
    position: fixed;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #fff; }
  #preloader .inner-left {
    height: 2160px;
    background-color: #39434f;
    width: 52%;
    position: fixed;
    left: 0;
    top: 0; }
  #preloader .inner-right {
    height: 2160px;
    background-color: #39434f;
    width: 52%;
    position: fixed;
    right: 0;
    top: 0; }
  #preloader .preloader_logo {
    position: fixed;
    z-index: 9200;
    margin: 0 auto;
    display: block; }
  #preloader .preloader_logo_spinner {
    position: fixed;
    z-index: 9100;
    margin: 0 auto;
    display: block; }

.rotating {
  -webkit-animation: animationFrames linear 4s;
          animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

.rotatingRev {
  -webkit-animation: animationFramesRev linear 4s;
          animation: animationFramesRev linear 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: animationFramesRev linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFramesRev linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFramesRev linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFramesRev linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationFramesRev {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes animationFramesRev {
  0% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

#header {
  top: -84px;
  box-sizing: content-box;
  height: 78px;
  margin: 0;
  padding: 0;
  border-bottom: 6px solid #fbb535;
  background-color: #39434f; }
  #header .navbar-brand {
    padding: 0;
    margin: 0;
    height: 78px; }
    #header .navbar-brand img {
      height: 78px;
      padding: 10px;
      background-color: #fff; }
  #header .navbar-header {
    height: 78px; }
  #header ul.nav {
    height: 78px; }
    #header ul.nav li.active a {
      color: #fbb535;
      background: none; }
    #header ul.nav li a {
      font-family: "alpha_echoregular";
      height: 78px;
      margin: 0 0 0 25px;
      padding: 0;
      font-size: 26px;
      line-height: 78px;
      color: #ffffff; }
      #header ul.nav li a:hover {
        color: #fbb535; }

@media (max-width: 767px) {
  #header #main-nav {
    background-color: #39434f;
    height: auto; }
    #header #main-nav ul.nav {
      height: auto; }
      #header #main-nav ul.nav li a {
        font-size: 22px; }
  #header button.navbar-toggle {
    padding: 11px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 6px;
    background-color: transparent;
    background-image: none;
    border: 6px solid #fff;
    border-radius: 0px;
    color: #fff; }
    #header button.navbar-toggle span {
      background-color: #fff; } }

@media (min-width: 768px) and (max-width: 991px) {
  #header ul.nav li a {
    font-size: 16px;
    margin: 0 0 0 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #header ul.nav li a {
    font-size: 22px; } }

@media (min-width: 1200px) {
  #header ul.nav {
    max-width: 1070px; } }

.site-footer {
  height: 110px;
  background-color: #39434f;
  color: #fff; }
  .site-footer ul {
    text-align: center; }
    .site-footer ul li {
      font-size: 26px;
      font-family: "Roboto Slab", "serif";
      display: inline;
      margin: 0 5px;
      line-height: 110px; }
      .site-footer ul li.imprint-toggle:hover {
        color: #fbb535; }
      .site-footer ul li span.circle {
        border-radius: 10px;
        width: 8px;
        height: 8px;
        margin-bottom: 5px;
        background-color: #fff;
        display: inline-block; }
  .site-footer .imprint-toggle {
    cursor: pointer; }
  .site-footer .imprint {
    background-color: #39434f;
    display: none; }
    .site-footer .imprint.row .inner {
      padding: 0 0 50px 0;
      text-align: justify;
      color: #fff;
      font-family: "Roboto Slab", "serif"; }
      .site-footer .imprint.row .inner h1 {
        font-size: 30px;
        margin: 50px 0; }
      .site-footer .imprint.row .inner p, .site-footer .imprint.row .inner a, .site-footer .imprint.row .inner span {
        font-size: 23px;
        margin: 10px 0;
        line-height: 1.2; }
      .site-footer .imprint.row .inner a {
        color: #fbb535; }

.row.quote {
  text-align: center; }
  .row.quote .inner {
    display: inline-block; }
  .row.quote h1.quote-headline {
    font-family: "alpha_echoregular";
    color: #39434f;
    font-size: 53px;
    line-height: 53px; }
  .row.quote .quote-divider {
    margin: 35px 0; }
  .row.quote .quote-content p {
    font-family: "Roboto Slab", "serif";
    font-size: 30px;
    color: #4e4e4e;
    width: 1100px;
    margin: 0 auto;
    line-height: 1.2; }
  .row.quote .quote-end {
    margin: 50px 0 0 0; }

@media (max-width: 767px) {
  .row.quote h1 {
    font-size: 33px;
    line-height: 33px; }
  .row.quote .quote-divider {
    margin: 15px 0; }
  .row.quote .quote-content p {
    font-size: 24px;
    width: 100%; }
  .row.quote .quote-end {
    margin: 20px 0 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.quote h1 {
    font-size: 47px;
    line-height: 47px; }
  .row.quote .quote-divider {
    margin: 30px 0; }
  .row.quote .quote-content p {
    font-size: 26px;
    width: 730px; }
  .row.quote .quote-end {
    margin: 40px 0 0 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.quote h1 {
    font-size: 50px;
    line-height: 50px; }
  .row.quote .quote-divider {
    margin: 30px 0; }
  .row.quote .quote-content p {
    font-size: 26px;
    width: 950px; }
  .row.quote .quote-end {
    margin: 40px 0 0 0; } }

.row.text {
  position: relative;
  text-align: center; }
  .row.text .inner {
    float: left;
    width: 100%;
    background-image: url(../img/yellow-bg.png); }
  .row.text h1.text-headline {
    font-family: "alpha_echoregular";
    color: #fff;
    font-size: 53px;
    line-height: 53px;
    margin: 0 0 50px 0; }
    .row.text h1.text-headline span {
      color: #39434f; }
  .row.text .text-divider {
    margin: 35px 0; }
  .row.text .text-content p {
    font-family: "Roboto Slab", "serif";
    font-size: 30px;
    color: #fff;
    width: 1100px;
    margin: 0 auto;
    line-height: 1.2; }
  .row.text .text-end {
    margin: 50px 0 0 0; }

@media (max-width: 767px) {
  .row.text h1 {
    font-size: 33px;
    line-height: 33px; }
  .row.text .text-divider {
    margin: 15px 0; }
  .row.text .text-content p {
    font-size: 24px;
    width: 100%; }
  .row.text .text-end {
    margin: 20px 0 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.text h1 {
    font-size: 47px;
    line-height: 47px; }
  .row.text .text-divider {
    margin: 30px 0; }
  .row.text .text-content p {
    font-size: 26px;
    width: 730px; }
  .row.text .text-end {
    margin: 40px 0 0 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.text h1 {
    font-size: 50px;
    line-height: 36px; }
  .row.text .text-divider {
    margin: 30px 0; }
  .row.text .text-content p {
    font-size: 26px;
    width: 950px; }
  .row.text .text-end {
    margin: 40px 0 0 0; } }

.row.slider .inner {
  padding-bottom: 320px;
  position: relative;
  width: 100%; }
  .row.slider .inner div {
    margin: 0;
    padding: 0; }

.row.slider h1.slider-headline {
  font-family: "alpha_echoregular";
  color: #39434f;
  font-size: 49px;
  line-height: 60px; }
  .row.slider h1.slider-headline span {
    color: #fbb535; }

.row.slider div.slider-wrapper {
  width: 1100px;
  margin: 0 auto; }

.row.slider .slider-content p {
  font-family: "Roboto Slab", "serif";
  font-size: 30px;
  color: #39434f;
  margin-top: 25px;
  line-height: 1.2; }

.row.slider .slick-dots {
  bottom: -130px; }
  .row.slider .slick-dots li {
    margin: 0 7px; }
    .row.slider .slick-dots li:hover button:before {
      opacity: 1; }
    .row.slider .slick-dots li button:before {
      font-size: 25px;
      color: #39434f;
      opacity: .8; }
    .row.slider .slick-dots li.slick-active button:before {
      color: #fbb535;
      opacity: 1; }

@media (max-width: 767px) {
  .row.slider .inner {
    padding-bottom: 110px; }
  .row.slider h1.slider-headline {
    font-size: 17px;
    line-height: 24px; }
  .row.slider div.slider-wrapper {
    width: 100%;
    padding: 0 20px; }
  .row.slider .slider-content p {
    font-size: 15px;
    margin-top: 10px; }
  .row.slider .slick-dots {
    bottom: -65px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.slider .inner {
    padding-bottom: 190px; }
  .row.slider h1.slider-headline {
    font-size: 32px;
    line-height: 38px; }
  .row.slider div.slider-wrapper {
    width: 730px; }
  .row.slider .slider-content p {
    font-size: 20px; }
  .row.slider .slick-dots {
    bottom: -95px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.slider .inner {
    padding-bottom: 240px; }
  .row.slider h1.slider-headline {
    font-size: 41px;
    line-height: 45px; }
  .row.slider div.slider-wrapper {
    width: 950px; }
  .row.slider .slider-content p {
    font-size: 25px; }
  .row.slider .slick-dots {
    bottom: -115px; } }

.row.slider-text .inner {
  padding-bottom: 320px;
  background-image: url(../img/yellow-bg.png);
  position: relative;
  width: 100%; }
  .row.slider-text .inner div {
    margin: 0;
    padding: 0; }

.row.slider-text h1.slider-text-headline {
  font-family: "alpha_echoregular";
  color: #fff;
  font-size: 49px;
  line-height: 60px;
  text-align: center; }
  .row.slider-text h1.slider-text-headline span {
    color: #39434f; }

.row.slider-text div.slider-text-wrapper {
  width: 1100px;
  margin: 0 auto; }

.row.slider-text .slider-text-content p {
  font-family: "Roboto Slab", "serif";
  font-size: 30px;
  color: #fff;
  margin-top: 25px;
  line-height: 1.2;
  text-align: center; }

.row.slider-text .slick-dots {
  bottom: -130px; }
  .row.slider-text .slick-dots li {
    margin: 0 7px; }
    .row.slider-text .slick-dots li:hover button:before {
      opacity: 1; }
    .row.slider-text .slick-dots li button:before {
      font-size: 25px;
      color: #fff;
      opacity: .8; }
    .row.slider-text .slick-dots li.slick-active button:before {
      color: #39434f;
      opacity: 1; }

@media (max-width: 767px) {
  .row.slider-text .inner {
    padding-bottom: 110px; }
  .row.slider-text h1.slider-text-headline {
    font-size: 17px;
    line-height: 24px; }
  .row.slider-text div.slider-text-wrapper {
    width: 100%;
    padding: 0 20px; }
  .row.slider-text .slider-text-content p {
    font-size: 15px;
    margin-top: 10px; }
  .row.slider-text .slick-dots {
    bottom: -65px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.slider-text .inner {
    padding-bottom: 190px; }
  .row.slider-text h1.slider-text-headline {
    font-size: 32px;
    line-height: 38px; }
  .row.slider-text div.slider-text-wrapper {
    width: 730px; }
  .row.slider-text .slider-text-content p {
    font-size: 20px; }
  .row.slider-text .slick-dots {
    bottom: -95px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.slider-text .inner {
    padding-bottom: 240px; }
  .row.slider-text h1.slider-text-headline {
    font-size: 41px;
    line-height: 45px; }
  .row.slider-text div.slider-text-wrapper {
    width: 950px; }
  .row.slider-text .slider-text-content p {
    font-size: 25px; }
  .row.slider-text .slick-dots {
    bottom: -115px; } }

.row.slider-team {
  position: relative;
  text-align: center; }
  .row.slider-team .inner {
    float: left;
    width: 100%;
    background-image: url("../img/yellow-bg.png");
    padding-bottom: 220px;
    position: relative;
    width: 100%; }
    .row.slider-team .inner div {
      margin: 0;
      padding: 0; }
  .row.slider-team img {
    display: inline-block; }
  .row.slider-team h1 {
    font-family: "Roboto Slab", "serif";
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase; }
  .row.slider-team h2 {
    font-family: "Roboto Slab", "serif";
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
    padding-bottom: 4px; }
  .row.slider-team div.slider-team-wrapper {
    width: 1100px;
    margin: 0 auto; }
  .row.slider-team .slider-team-image {
    width: 280px; }
  .row.slider-team .slick-prev, .row.slider-team .slick-next {
    background: url("../img/arrow_left_right_sprite.png");
    width: 66px;
    height: 77px; }
    .row.slider-team .slick-prev:before, .row.slider-team .slick-next:before {
      content: ''; }
  .row.slider-team .slick-prev {
    left: -80px;
    top: 105px; }
    .row.slider-team .slick-prev:hover {
      background-position: 198px 0; }
  .row.slider-team .slick-next {
    right: -80px;
    top: 105px;
    background-position: 132px 0; }
    .row.slider-team .slick-next:hover {
      background-position: 66px 0; }
  .row.slider-team .slick-dots {
    bottom: -130px; }
    .row.slider-team .slick-dots li {
      margin: 0 7px; }
      .row.slider-team .slick-dots li:hover button:before {
        opacity: 1; }
      .row.slider-team .slick-dots li button:before {
        font-size: 25px;
        color: #fff;
        opacity: .8; }
      .row.slider-team .slick-dots li.slick-active button:before {
        color: #39434f;
        opacity: 1; }

@media (max-width: 767px) {
  .row.slider-team .inner {
    padding-bottom: 110px; }
  .row.slider-team h1 {
    font-size: 17px;
    line-height: 24px; }
  .row.slider-team div.slider-team-wrapper {
    width: 100%;
    padding: 0 20px; }
  .row.slider-team .slick-dots {
    bottom: -65px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.slider-team .inner {
    padding-bottom: 190px; }
  .row.slider-team h1 {
    font-size: 32px;
    line-height: 38px; }
  .row.slider-team div.slider-team-wrapper {
    width: 730px; }
  .row.slider-team .slick-dots {
    bottom: -95px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.slider-team .inner {
    padding-bottom: 240px; }
  .row.slider-team h1 {
    font-size: 41px;
    line-height: 45px; }
  .row.slider-team div.slider-team-wrapper {
    width: 950px; }
  .row.slider-team .slick-dots {
    bottom: -115px; } }

.row.tiles-services .inner {
  padding: 0;
  margin: 0 0 1% 0;
  width: 100%; }

.row.tiles-services .tile_wrapper {
  width: 24.25%;
  position: relative;
  padding: 0;
  margin: 1% 0 0 1%;
  float: left; }
  .row.tiles-services .tile_wrapper.first {
    margin: 1% 0 0 0; }

.row.tiles-services .tile_service {
  width: 100%;
  background-size: 100% !important;
  background-color: #F9B436;
  position: relative;
  display: table; }
  .row.tiles-services .tile_service .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 0 55px; }
    .row.tiles-services .tile_service .content button {
      border: none;
      background: transparent; }
    .row.tiles-services .tile_service .content:hover button {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .row.tiles-services .tile_service .content .plus-icon {
      width: 80px;
      margin-bottom: 5px; }
    .row.tiles-services .tile_service .content p {
      color: #fff;
      font-family: "alpha_echoregular";
      font-size: 35px;
      line-height: 1.3; }
  .row.tiles-services .tile_service.service .content {
    padding: 0 20px;
    background-color: rgba(57, 67, 79, 0.9) !important; }

.row.tiles-services .overlay {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -100; }
  .row.tiles-services .overlay .detail-con .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 67px;
    height: 67px;
    z-index: 9999; }
  .row.tiles-services .overlay .detail-con .slick-slider {
    margin-bottom: 0; }
  .row.tiles-services .overlay .detail-con .detail-desc {
    left: 2000px;
    background-color: #39434f;
    border-left: 10px solid #fff;
    height: inherit; }
    .row.tiles-services .overlay .detail-con .detail-desc h1 {
      position: absolute;
      top: 50px;
      font-family: "alpha_echoregular";
      color: #fbb535;
      font-size: 49px;
      line-height: 60px; }
    .row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider {
      height: inherit; }
      .row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider .slick-list {
        height: inherit;
        margin: 0px 50px;
        overflow: hidden; }
        .row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider .slick-list .slick-track {
          height: inherit; }
          .row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider .slick-list .slick-track .text-container {
            padding: 130px 0 100px 0;
            height: inherit; }
            .row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider .slick-list .slick-track .text-container p {
              height: inherit;
              overflow-y: auto;
              font-family: "Roboto Slab", "serif";
              font-size: 28px;
              color: #fff;
              line-height: 1.2; }
    .row.tiles-services .overlay .detail-con .detail-desc .slick-dots {
      bottom: 30px; }
      .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .prev-desc, .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .next-desc {
        display: inline-block;
        width: 26px;
        height: 30px; }
      .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .prev-desc {
        background: url("../img/arrow_left_right_sprite_small.png"); }
        .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .prev-desc:hover {
          background-position: -26px; }
      .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .next-desc {
        background: url("../img/arrow_left_right_sprite_small.png");
        background-position: 52px; }
        .row.tiles-services .overlay .detail-con .detail-desc .slick-dots .next-desc:hover {
          background-position: 26px; }
      .row.tiles-services .overlay .detail-con .detail-desc .slick-dots li {
        height: 30px;
        width: 26px; }
        .row.tiles-services .overlay .detail-con .detail-desc .slick-dots li.slick-active button {
          color: #fbb535; }
        .row.tiles-services .overlay .detail-con .detail-desc .slick-dots li button {
          display: table-cell;
          vertical-align: middle;
          font-size: 35px;
          padding: 0;
          height: 30px;
          width: 26px;
          line-height: 26px;
          color: #fff;
          font-family: "alpha_echoregular"; }
          .row.tiles-services .overlay .detail-con .detail-desc .slick-dots li button::before {
            content: ''; }
  .row.tiles-services .overlay .detail-con .detail-img {
    background-color: #39434f;
    right: 2000px;
    padding: 0px; }
    .row.tiles-services .overlay .detail-con .detail-img img {
      width: 100%; }

@media (max-width: 767px) {
  .row.tiles-services .tile_service .content {
    padding: 0 5px; }
    .row.tiles-services .tile_service .content .plus-icon {
      width: 45px; }
    .row.tiles-services .tile_service .content p {
      font-size: 16px; }
  .row.tiles-services .tile_service.service .content {
    padding: 0 5px; } 
	.row.tiles-services .overlay .detail-con .detail-desc h1 {
   	 	font-size: 30px;

	}
	.row.tiles-services .overlay .detail-con .detail-desc .detail-desc-slider .slick-list .slick-track .text-container p {
		font-size: 20px;
	}
	.row.tiles-services .overlay .detail-con .close-btn {
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
  .row.tiles-services .tile_service .content {
    padding: 0 10px; }
    .row.tiles-services .tile_service .content .plus-icon {
      width: 50px; }
    .row.tiles-services .tile_service .content p {
      font-size: 22px; }
  .row.tiles-services .tile_service.service .content {
    padding: 0 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.tiles-services .tile_service .content {
    padding: 0 10px; }
    .row.tiles-services .tile_service .content .plus-icon {
      width: 60px; }
    .row.tiles-services .tile_service .content p {
      font-size: 32px; }
  .row.tiles-services .tile_service.service .content {
    padding: 0 10px; } }

.row.tiles-social .inner {
  padding: 0;
  margin: 0 0 1% 0;
  width: 100%; }

.row.tiles-social .tile_wrapper {
  width: 24.25%;
  position: relative;
  margin: 1% 0 0 1%;
  float: left; }
  .row.tiles-social .tile_wrapper.first {
    margin: 1% 0 0 0; }

.row.tiles-social .tile_social {
  background-size: 100% !important;
  width: 100%;
  background-color: #F9B436;
  position: relative;
  display: table; }
  .row.tiles-social .tile_social .content {
    display: table-cell;
    margin: 0 auto;
    padding: 45px; }
    .row.tiles-social .tile_social .content h1 {
      font-family: "alpha_echoregular";
      color: #fff;
      font-size: 38px;
      margin-bottom: 10px; }
    .row.tiles-social .tile_social .content p {
      color: #fff;
      font-family: "Roboto Slab", "serif";
      font-size: 22px;
      line-height: 1.2; }

@media (max-width: 767px) {
  .row.tiles-social .tile_social .content {
    padding: 10px; }
    .row.tiles-social .tile_social .content h1 {
      font-size: 15px;
      margin-bottom: 10px; }
    .row.tiles-social .tile_social .content p {
      font-size: 15px;
      line-height: 1.2; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.tiles-social .tile_social .content {
    padding: 12px; }
    .row.tiles-social .tile_social .content h1 {
      font-size: 15px;
      margin-bottom: 10px; }
    .row.tiles-social .tile_social .content p {
      font-size: 15px;
      line-height: 1.2; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.tiles-social .tile_social .content {
    padding: 15px; }
    .row.tiles-social .tile_social .content h1 {
      font-size: 25px;
      margin-bottom: 10px; }
    .row.tiles-social .tile_social .content p {
      font-size: 18px;
      line-height: 1.2; } }

.row.tiles {
  width: 100%;
  overflow: hidden;
  background-color: #fab534; }
  .row.tiles .inner {
    display: inline-block;
    padding: 0;
    margin: 0 0 0.5% 0;
    width: 120%;
    margin-left: -10.04167%; }
  .row.tiles .tile_wrapper {
    width: 16.08333%;
    padding: 0;
    margin: 0.5% 0 0 0.5%;
    float: left; }
  .row.tiles .tile {
    width: 100%;
    background-size: 100% !important; }
    .row.tiles .tile.bw {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: url(desaturate.svg#greyscale);
      filter: gray;
      -webkit-filter: grayscale(1); }
    .row.tiles .tile.text {
      background-color: #39434f;
      width: 100%;
      position: relative;
      display: table; }
      .row.tiles .tile.text .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto; }
      .row.tiles .tile.text h1 {
        color: #fff;
        font-family: "alpha_echoregular";
        font-size: 35px;
        line-height: 1.3; }

@media (max-width: 767px) {
  .row.tiles .tile.text h1 {
    font-size: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.tiles .tile.text h1 {
    font-size: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.tiles .tile.text h1 {
    font-size: 30px; } }

.row.contact {
  position: relative;
  contact-align: center; }
  .row.contact .contact-content-left p {
    font-family: "Roboto Slab", "serif";
    font-size: 30px;
    color: #39434f;
    line-height: 1;
    padding-top: 12px;
    padding-left: 79px; }
  .row.contact .contact-content-left img {
    float: left; }
  .row.contact .contact-content-left .logo_big {
    width: 200px;
    margin-bottom: 25px; }
  .row.contact .contact-content-left .row {
    margin-bottom: 8px; }
  .row.contact .contact-content-right p {
    font-family: "Roboto Slab", "serif";
    font-size: 30px;
    color: #39434f;
    margin-top: 30px; }
  .row.contact .contact-content-right input {
    height: 50px; }
  .row.contact .contact-content-right input, .row.contact .contact-content-right textarea {
    line-height: 50px;
    margin-top: 15px;
    padding: 0 5px;
    border: 0px;
    border-radius: 0px;
    background-color: #ddd;
    width: 100%; }
    .row.contact .contact-content-right input[type='submit'], .row.contact .contact-content-right textarea[type='submit'] {
      margin-top: 0px;
      color: #fff;
      background-color: #fbb535;
      width: auto; }

.row.startPage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #fab534; }
  .row.startPage .main_logo {
    margin: 200px auto 60px auto;
    width: 318px;
    height: 318px;
    display: block; }
  .row.startPage .overlay {
    background: url("../img/yellow-bg.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
  .row.startPage .startPage-arrow {
    display: inline-block;
    height: 54px;
    width: 87px;
    margin-top: 100px;
    cursor: pointer; }
    .row.startPage .startPage-arrow:hover {
      background-position: 87px 0; }
  .row.startPage h1.startPage-headline {
    font-family: "alpha_echoregular";
    color: #fff;
    font-size: 53px;
    line-height: 53px; }
    .row.startPage h1.startPage-headline span {
      color: #39434f; }
  .row.startPage p.startPage-text {
    font-family: "Roboto Slab", "serif";
    font-size: 30px;
    color: #fff;
    width: auto;
    margin: 0 auto;
    line-height: 1.2; }
  .row.startPage .inner {
    display: inline-block;
    padding: 0px;
    width: 100%; }
  .row.startPage .tile_wrapper {
    width: 16.08333%;
    padding: 0;
    margin: 0.5% 0 0 0.5%;
    float: left; }
  .row.startPage .tile {
    width: 100%;
    background-size: 100% !important; }
    .row.startPage .tile.bw {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: url(desaturate.svg#greyscale);
      filter: gray;
      -webkit-filter: grayscale(1); }
    .row.startPage .tile.text {
      background-color: #39434f;
      width: 100%;
      position: relative;
      display: table; }
      .row.startPage .tile.text .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto; }
      .row.startPage .tile.text h1 {
        color: #fff;
        font-family: "alpha_echoregular";
        font-size: 35px;
        line-height: 1.3; }

@media (max-width: 767px) {
  .row.startPage .main_logo {
    width: 170px;
    height: 170px; }
  .row.startPage h1.startPage-headline {
    font-size: 30px;
    line-height: 30px; }
  .row.startPage .quote-divider {
    height: 5px; }
  .row.startPage p.startPage-text {
    font-size: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.startPage .main_logo {
    width: 170px;
    height: 170px; }
  .row.startPage h1.startPage-headline {
    font-size: 30px;
    line-height: 30px; }
  .row.startPage .quote-divider {
    height: 5px; }
  .row.startPage p.startPage-text {
    font-size: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.startPage .main_logo {
    width: 170px;
    height: 170px; }
  .row.startPage h1.startPage-headline {
    font-size: 30px;
    line-height: 30px; }
  .row.startPage .quote-divider {
    height: 5px; }
  .row.startPage p.startPage-text {
    font-size: 30px; } }

.row .inner {
  padding: 200px 0; }

.row {
  margin: auto 0; }

.wrapper > .container-fluid > div {
  background: #fff;
  z-index: 0; }

#IDstartseite {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.container-fluid {
  margin: auto 0;
  padding: 0; }

a {
  outline: 0 !important; }

@media (max-width: 767px) {
  .row .inner {
    padding: 100px 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row .inner {
    padding: 140px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row .inner {
    padding: 180px 0; } }
