body {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #373737;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 59px;
  line-height: 64px;
  font-weight: 200;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 44px;
  line-height: 50px;
  font-weight: 200;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: rgba(55, 55, 55, 0.7);
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #373737;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-left: 20px;
  color: #6d7379;
  line-height: 23px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: rgba(55, 55, 55, 0.7);
  line-height: 24px;
  font-weight: 300;
}

img {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: none;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Raleway, sans-serif;
  color: rgba(55, 55, 55, 0.56);
  font-size: 18px;
  line-height: 30px;
}

figcaption {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-top: 5px;
  background-color: rgba(228, 230, 231, 0.74);
  font-family: Raleway, sans-serif;
  color: #fafafa;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero.hero-404 {
  background-image: url('../images/Blog-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  padding-right: 12%;
  padding-left: 12%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-center {
  margin-bottom: 20px;
  color: rgba(55, 55, 55, 0.7);
  text-align: center;
}

.text-center.text-white {
  color: #fff;
}

.text-center.text-white._404 {
  margin-bottom: 0px;
  font-size: 69px;
  line-height: 84px;
}

.text-center.page-title-headline {
  color: #373737;
}

.text-center.page-title-headline.about {
  color: #fff;
}

.text-center.page-title-headline.about.bshadow {
  text-shadow: 2px 2px 6px #000;
}

.cover {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-cover {
  display: block;
  max-width: 600px;
  margin: 40px auto 30px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.p-cover._404 {
  max-width: 700px;
  margin-top: 20px;
}

.p-cover.subtitle-center-white {
  color: #fff;
}

.p-cover.subtitle-center-white.bshadow {
  text-shadow: 2px 2px 6px #000;
}

.btn {
  padding: 10px 25px;
  border: 2px solid #8c9699;
  border-radius: 30px;
  background-color: #373737;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.btn:hover {
  border: 2px solid #8c9699;
  background-color: transparent;
  color: #8c9699;
}

.btn.w--current {
  background-color: #c9ac7a;
}

.btn.scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  width: 45px;
  height: 45px;
  margin: auto auto 0px;
  padding: 0px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

.btn.scroll-down:hover {
  border-color: #373737;
  background-color: #8c9699;
}

.btn.m-t {
  display: inline-block;
  margin-top: 20px;
}

.menu-wrapper {
  position: fixed;
  top: 0px;
  display: block;
  width: 100%;
  height: 55px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  line-height: 20px;
}

.logo {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #010080;
  font-size: 32px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Raleway, sans-serif;
  color: #8c9699;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c2cfd3;
}

.nav-link.w--current {
  color: #8c9699;
}

.brand {
  line-height: 10px;
}

.container-fluid {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid.footerpad {
  margin-top: -50px;
}

.section {
  position: relative;
  min-height: 100px;
  padding: 60px 40px 10px;
  background-color: #fff;
}

.section.bg-grey {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #fff;
}

.section.bg-grey.topline {
  padding-bottom: 20px;
  border-top: 1px solid #373737;
}

.section.b-b {
  border-bottom: 1px solid #e7e9eb;
}

.section.nav-top {
  margin-top: 55px;
}

.section.nav-top.bg-grey {
  margin-top: 0px;
}

.section.nav-top.contact-bg {
  background-image: url('../images/TempeTownLakeArial.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.large-teaser {
  background-color: #fafafa;
}

.section.large-teaser.large-teaser-title-bg {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.large-teaser.large-teaser-title-bg.page-title {
  margin-top: 55px;
  background-color: #fafafa;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-about {
  background-color: #fafafa;
  background-image: url('../images/uscapitol.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-service {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-about-photo {
  background-color: #fafafa;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.large-teaser.large-teaser-title-bg.page-title.bg-about-home {
  background-color: #fafafa;
  background-image: url('../images/fourpeaks2.jpg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: repeat;
}

.section.large-teaser.large-teaser-title-bg.bg-about {
  background-color: #000;
  background-image: url('../images/2016--Breakfast-Session.JPG');
  background-position: 50% 50%;
  background-size: 1632px;
  opacity: 1;
}

.p-large {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.p-large.text-center {
  margin-bottom: auto;
  padding-bottom: 40px;
  color: rgba(55, 55, 55, 0.7);
}

.p-large.text-center.page-title-subline {
  color: #373737;
}

.p-large.text-center.page-title-subline.about {
  padding: 10px 5px;
  color: #fff;
  font-weight: 300;
}

.p-large.page-title-subline.subtitle-center-white {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.p-large.page-title-subline.subtitle-center-gray {
  color: #373737;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.p-large.testimonial-noquotes {
  overflow: hidden;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #010080;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.teaser-wrapper {
  margin-top: 70px;
}

.teaser-wrapper.margin-small {
  margin-top: 40px;
}

.teaser {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #373737;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
}

.teaser-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.teaser-image.image-1 {
  background-image: url('../images/Blog-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-image.image-3 {
  width: 100%;
  background-color: #373737;
  background-image: url('../images/Video-Thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.teaser-label {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  display: block;
  padding: 2px 6px 2px 8px;
  border-radius: 2px;
  background-color: #8c9699;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.teaser-title {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.teaser-headline {
  color: #fff;
  text-align: left;
}

.text-white {
  color: #fff;
}

.text-white.contact-form-text {
  color: #fff;
}

.teaser-subtitle {
  margin-top: 13px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.teaser-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 8px 40px;
  background-color: #373737;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  line-height: 30px;
}

.teaser-more-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  clear: none;
  border: 2px solid #fff;
  border-radius: 100px;
  font-size: 12px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
}

.teaser-link {
  width: 100%;
  color: #fff;
}

.teaser-link.teaser-feature {
  padding-right: 10px;
  padding-left: 10px;
}

.more-button {
  display: block;
  margin-top: 20px;
  text-align: left;
  text-decoration: none;
}

.more-button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.more-button-text {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  color: #8c9699;
  font-size: 16px;
  font-weight: 400;
}

.more-button-text.text-white {
  color: #fff;
}

.more-button-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: none;
  border: 2px solid #8c9699;
  border-radius: 50px;
  background-color: #373737;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #8c9699;
  font-size: 11px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.more-button-icon:hover {
  background-color: #8c9699;
  color: #fff;
}

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 30%;
  height: auto;
  margin-right: 3.3%;
  margin-bottom: 3%;
  border-radius: 2px;
  background-color: #202830;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.gallery-item-image {
  position: absolute;
  left: -100px;
  top: 0%;
  right: -100px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.31);
}

.anchor-content {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0px;
  margin-top: -55px;
}

.gallery-item-plus {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #373737;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.hero-slideshow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-slideshow-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/Image-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-1 {
  background-image: url('../images/Blog-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.more-button-link {
  display: inline-block;
  height: 30px;
  text-decoration: none;
}

.hero-loadbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 3px;
  background-color: #8c9699;
}

.logo-slideshow {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.logo-slideshow-item {
  width: 25%;
  text-align: center;
}

.logo-slideshow-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.logo-slideshow-item-img {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-slideshow-item-img:hover {
  opacity: 1;
}

.logo-slideshow-nav {
  position: relative;
  margin-top: 40px;
  opacity: 0.41;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.logo-slideshow-tooltip {
  position: static;
  top: -40px;
  bottom: -40px;
  display: inline-block;
  width: auto;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: #373737;
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-slideshow-tooltip-position {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  text-align: center;
}

.logo-slideshow-tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 5px solid #373737;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.logo-slideshow-link {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.icon-box {
  margin: 10px;
}

.icon-box-icon {
  position: relative;
  display: inline;
  padding-top: 5px;
  clear: left;
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
}

.home-video {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37);
}

.home-video-play-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.home-video-play-button:hover {
  border-color: #373737;
  background-color: #373737;
}

.home-video-play-button-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-video-thumbnail {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #fafafa;
}

.sitemap {
  padding-left: 0px;
  color: #373737;
  line-height: 25px;
  list-style-type: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.sitemap-link {
  overflow: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(55, 55, 55, 0.7);
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.sitemap-link:hover {
  color: silver;
}

.sitemap-link.w--current {
  color: #8c9699;
}

.projects-filter {
  margin-top: 20px;
  text-align: center;
}

.projects-filter-link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: rgba(55, 55, 55, 0.46);
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.projects-filter-link.w--current {
  border-bottom: 1px none #373737;
  background-color: transparent;
  color: #373737;
}

.projects-list {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  line-height: 0px;
}

.projects-list-item {
  margin-top: 0px;
  padding-top: 0px;
}

.projects-list-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: rgba(55, 55, 55, 0.5);
  font-size: 18px;
  line-height: 20px;
}

.projects-list-row {
  padding-right: 0px;
  padding-left: 0px;
}

.projects-list-column {
  padding-right: 0px;
  padding-left: 0px;
}

.projects-list-year {
  color: rgba(55, 55, 55, 0.5);
  line-height: 50px;
  font-weight: 400;
  text-align: right;
}

.projects-list-categorie {
  color: rgba(55, 55, 55, 0.5);
  line-height: 50px;
  text-align: left;
}

.projects-list-link {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #34b36a;
}

.projects-list-link:hover {
  border-bottom-color: #373737;
}

.project-detail-informations {
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  color: rgba(55, 55, 55, 0.5);
  font-size: 14px;
  line-height: 23px;
}

.nav-link-submenu {
  position: relative;
  display: none;
  padding: 20px;
  line-height: 14px;
}

.nav-link-submenu-item {
  padding-right: 20px;
  line-height: 55px;
  text-decoration: none;
}

.submenu {
  position: absolute;
  top: 55px;
  display: none;
  width: 200px;
  margin-top: 0px;
  padding: 10px 23px;
  background-color: rgba(55, 55, 55, 0.94);
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.blog-thumb-image-container {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.blog-title {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.blog-text {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #373737;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.blog-read-more {
  text-align: center;
}

.blogpost {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.blogpost.b-n {
  border-bottom-style: none;
}

.submenu-item {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  list-style-type: none;
}

.submenu-item-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.submenu-item-link:hover {
  color: #fff;
}

.submenu-icon {
  color: rgba(55, 55, 55, 0.5);
}

.blog-widget {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  background-color: #fafafa;
}

.blog-widget-sizer {
  width: 100%;
  padding-top: 90%;
}

.blog-widget-title {
  position: absolute;
  width: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  color: rgba(109, 115, 121, 0.55);
}

.blog-widget-button {
  position: absolute;
  bottom: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.blog-widget-headline {
  font-size: 26px;
  line-height: 34px;
  font-weight: 200;
}

.blog-widget-date {
  position: relative;
  float: left;
}

.blog-widget-categorie {
  color: #8c9699;
}

.blog-widget-in {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.blog-widget-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #8c9699;
}

.blog-widget-rollover {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #373737;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.blog-widget-wrapper {
  margin-top: 70px;
}

.icon-box-widget {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.blogpost-date-categorie {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.blogpost-categorie {
  position: relative;
  display: inline-block;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #373737;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.blogpost-date {
  display: inline-block;
  float: none;
  color: #373737;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blogpost-in {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #373737;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tabs-menu {
  margin-bottom: 20px;
  text-align: center;
}

.tabs-menu-link {
  min-width: 150px;
  padding: 15px 40px;
  background-color: #fafafa;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tabs-menu-link.w--current {
  background-color: #373737;
  color: #fff;
}

.tabs-container-margin-top {
  margin-top: 50px;
}

.team-widget-container {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.team-widget {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.team-widgeet-name {
  margin-bottom: 0px;
  color: #010080;
  font-size: 20px;
  letter-spacing: 1px;
}

.team-widget-job {
  margin-top: 0px;
  color: rgba(55, 55, 55, 0.7);
  font-size: 14px;
}

.team-widget-photo {
  display: block;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  box-shadow: none;
  opacity: 0.6;
}

.breadcrumb {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 40px;
  background-color: rgba(227, 229, 230, 0.91);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.breadcrumb-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Raleway, sans-serif;
  color: rgba(109, 115, 121, 0.82);
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  color: #6d7379;
}

.breadcrumb-link.back {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.breadcrumb-link.next {
  float: right;
  text-align: right;
}

.breadcrumb-scroll-help {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.blogpost-author {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.blog-author-photo {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  float: left;
  clear: none;
  border-radius: 100%;
  box-shadow: none;
}

.blogpost-author-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  color: #373737;
  font-size: 22px;
  line-height: 25px;
}

.blogpost-author-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  color: #373737;
  font-size: 12px;
}

.contact-form {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-right: 80px;
  padding-bottom: 20px;
  padding-left: 80px;      
  background-color: #fff;
  color: #373737;
}

.contact-form-label {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: rgba(55, 55, 55, 0.7);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form-input {
  height: 55px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  font-family: Raleway, sans-serif;
  color: rgba(55, 55, 55, 0.7);
  font-size: 24px;
  font-weight: 300;
}

.contact-form-input:focus {
  border-bottom-color: #373737;
}

.contact-form-submit {
  display: block;
  padding: 12px 30px;
  border-radius: 40px;
  background-color: #373737;
  font-size: 15px;
  line-height: 22px;
}

.contact-form-submit:hover {
  background-color: silver;
}

.contact-form-submit.btn:hover {
  background-color: hsla(0, 0%, 75.3%, 0);
}

.contact-form-success {
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 34px;
  line-height: 42px;
  font-weight: 200;
  text-align: left;
}

.contact-form-success-text {
  margin-bottom: 20px;
  color: #362fc0;
}

.contact-form-error {
  margin-top: 30px;
  padding: 20px;
  float: none;
  border-left: 2px solid #ff4747;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #ff4747;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.contact-form-success-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 3px;
  background-color: #373737;
}

.contact-form-telephone {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
}

.contact-form-telephone-title {
  margin-bottom: 30px;
  color: #fff;
}

.contact-form-map-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.contact-form-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 100%;
  opacity: 1;
}

.contact-form-map-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 20;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #373737;
  line-height: 56px;
  text-align: center;
}

.contact-form-map-close.license {
  left: 0px;
  top: -20px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #373737;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: -9px;
}

.contact-form-map-close-icon {
  width: 20px;
  margin-bottom: 0px;
  box-shadow: none;
}

.contact-form-map-close-icon.license {
  width: 16px;
}

.contact-form-text-wrapper {
  margin-top: auto;
  border-radius: 0px;
  background-color: rgba(55, 55, 55, 0.61);
}

.blogpost-image {
  margin-bottom: 0px;
}

.empty-state {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-align: center;
}

.docu-headline {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  color: #373737;
}

.docu-navigation-container {
  position: fixed;
}

.docu-navigation {
  margin-top: -10px;
}

.docu-navigation-item {
  margin-left: -3px;
  border-left: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(55, 55, 55, 0.57);
  line-height: 26px;
}

.docu-navigation-item:hover {
  color: rgba(55, 55, 55, 0.8);
}

.docu-navigation-item:focus {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 7px;
  border-left: 2px solid #373737;
  color: #373737;
}

.docu-navigation-headline {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.docu-image {
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: none;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  background-color: rgba(109, 115, 121, 0.09);
  background-image: url('../images/Loader.svg');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.gallery-image-sizer {
  padding-top: 100%;
}

.docu-list {
  font-family: 'Open Sans', sans-serif;
  color: #6d7379;
  font-size: 14px;
  font-weight: 400;
}

.docu-list.roadmap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.docu-list-line {
  margin-bottom: 7px;
}

.docu-list-line-number {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  float: none;
  border-radius: 100px;
  background-color: #373737;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.docu-list-line-text {
  display: inline-block;
  margin-top: 3px;
  margin-left: 35px;
  font-weight: 400;
}

.supportmail {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.docu-image-lightbox {
  display: block;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.docu-image-lightbox:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.copyright-text {
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copyright-text.designby {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(55, 55, 55, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.license-list {
  margin-top: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
}

.license-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(55, 55, 55, 0.2);
  line-height: 95px;
}

.text-right {
  text-align: right;
}

.text-muted {
  opacity: 0.5;
}

.modal-dialog {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 115, 121, 0.38);
}

.modal-dialog-wrapper {
  position: relative;
  top: 50%;
  z-index: 100;
  display: block;
  overflow: visible;
  height: auto;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 70px 70px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: translate(0px, -50%) scale(0.75);
  -ms-transform: translate(0px, -50%) scale(0.75);
  transform: translate(0px, -50%) scale(0.75);
}

.modal-dialog-header {
  margin: -50px -70px 50px;
  padding: 40px 50px;
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(55, 55, 55, 0.48);
  background-color: hsla(0, 0%, 100%, 0.04);
  font-family: Raleway, sans-serif;
  color: #373737;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.modal-dialog-pexels {
  display: none;
  opacity: 0;
}

.modal-dialog-unsplash {
  display: none;
  opacity: 0;
}

.modal-dialog-content {
  position: relative;
  overflow: scroll;
  max-height: 50vh;
}

.license-image-thumbnail {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  border-radius: 3px;
  box-shadow: none;
  line-height: 80px;
}

.license-image-title {
  display: inline-block;
  padding-left: 20px;
  font-weight: 600;
}

.license-list-link {
  margin-right: 10px;
  margin-left: 20px;
  border-right: 1px none #000;
}

.modal-dialog-creative-commons {
  display: none;
  opacity: 0;
}

.team-widget-photo-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #96a0a8;
}

.docu-anker {
  position: relative;
  left: 0px;
  top: -10px;
  right: 0px;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
}

.breadcrumb-container {
  background-color: #fafafa;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logotall {
  margin-top: -13px;
}

.footerback {
  position: relative;
  padding: 90px 40px;
  background-color: #fafafa;
}

.heading {
  margin-top: 0px;
  color: rgba(55, 55, 55, 0.7);
}

.tabs {
  margin-top: -145px;
}

.footerlogo {
  margin-top: -6px;
  font-family: Raleway, sans-serif;
  color: #362fc0;
  font-size: 18px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footerlogo.tablet.wide.phone {
  color: #010080;
}

.footerabout {
  color: rgba(55, 55, 55, 0.7);
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/2016--Breakfast-Session.JPG');
  background-position: 50% 50%;
  background-size: contain;
}

.photolightbox {
  max-width: 250px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #373737;
}

.photos {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  max-height: none;
  max-width: none;
  margin-left: auto;
  float: none;
}

.photolightboxtall {
  max-height: 200px;
  max-width: 250px;
  padding-right: 20px;
  padding-left: 20px;
}

.photos4 {
  position: static;
  display: block;
  overflow: visible;
  width: 97%;
  max-height: none;
  max-width: none;
  min-height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  float: none;
}

.photos2 {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  max-height: none;
  max-width: none;
  margin-left: auto;
  padding-left: 40px;
  float: none;
}

.text-center-white {
  margin-bottom: 20px;
  text-align: center;
}

.text-center-white.page-title-headline {
  color: #fff;
}

.text-center-white.page-title-headline.bshadow {
  text-shadow: 2px 2px 6px #000;
}

.photocol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-sig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #010080;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.testimonials-slider {
  min-height: 500px;
  background-color: #ddd;
}

.testimonial-photo-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mask {
  overflow: visible;
  min-height: 600px;
}

.slide-nav {
  position: absolute;
}

.photocols {
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxshadow {
  background-color: rgba(55, 55, 55, 0.61);
}

.quoteleft {
  display: block;
  float: right;
}

.spacer {
  min-height: 40px;
}

.heading-2 {
  color: rgba(55, 55, 55, 0.7);
  font-size: 18px;
}

.heading-3 {
  font-size: 18px;
}

.heading-3.wide.phone {
  color: rgba(55, 55, 55, 0.7);
}

.section-2 {
  padding: 60px 40px 10px;
}

.tmonialslider {
  min-height: 500px;
  background-color: hsla(0, 0%, 100%, 0);
}

.tmonialslider.phone.wide {
  display: block;
  min-height: 600px;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: rgba(55, 55, 55, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-4 {
  color: rgba(55, 55, 55, 0.7);
}

.heading-5 {
  color: rgba(55, 55, 55, 0.7);
}

.heading-6 {
  color: rgba(55, 55, 55, 0.7);
}

.heading-7 {
  color: rgba(55, 55, 55, 0.7);
}

.heading-8 {
  color: rgba(55, 55, 55, 0.7);
}

.heading-9 {
  color: rgba(55, 55, 55, 0.7);
}

.bold-text {
  font-weight: 600;
}

html.w-mod-js *[data-ix="fadein-bottom-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadein-sroll-lazyload"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="project-detail-image-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="hero-fade-in-onload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="blogpost"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="hero-loadbar"] {
  width: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 49px;
    line-height: 54px;
  }
  h2 {
    font-size: 34px;
    line-height: 41px;
  }
  .text-center.text-white._404 {
    font-size: 59px;
  }
  .nav-link {
    display: block;
    color: hsla(0, 0%, 100%, 0.63);
    font-size: 22px;
    text-align: center;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-menu {
    overflow: scroll;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(109, 115, 121, 0.87);
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-large.text-center.tablet {
    display: block;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sitemap.tablet {
    width: 200px;
  }
  .nav-link-submenu {
    display: inline-block;
  }
  .nav-link-submenu-item {
    position: relative;
    display: block;
    padding-right: 0px;
    line-height: 55px;
  }
  .submenu {
    position: relative;
    top: 0px;
    display: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }
  .submenu-item-link {
    line-height: 18px;
  }
  .submenu-icon {
    position: relative;
    right: 0px;
    display: none;
    float: right;
    color: hsla(0, 0%, 100%, 0.5);
  }
  .blog-widget {
    margin-bottom: 40px;
  }
  .blog-widget-sizer {
    padding-top: 150%;
  }
  .blog-widget-title {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .blog-widget-button {
    margin-right: 30px;
    margin-left: 30px;
  }
  .blog-widget-headline {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-form {
    margin-top: 40px;
  }
  .contact-form-map-container {
    position: fixed;
    z-index: 2;
    display: none;
    overflow: scroll;
    max-height: 100vh;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #373737;
    font-size: 22px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #373737;
  }
  .contact-form-text-wrapper {
    margin-top: 0px;
  }
  .copyright {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footerback {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .photocol.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footcol2.tablet {
    display: none;
  }
  .footcol4.tablet {
    display: none;
  }
  .expcol.tablet {
    display: none;
  }
  .expcol1.tablet {
    width: 100%;
  }
  .column1 {
    display: block;
  }
  .column1.tablet {
    display: none;
  }
  .column1a {
    display: block;
  }
  .column1a.tablet {
    display: none;
  }
  .column-6 {
    display: block;
  }
  .icon {
    color: #010080;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 39px;
    line-height: 44px;
  }
  .menu-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.large-teaser.large-teaser-title-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .teaser {
    height: 330px;
  }
  .gallery {
    margin-top: 60px;
  }
  .logo-slideshow-item {
    width: 33%;
    padding-right: 1%;
    padding-left: 1%;
  }
  .logo-slideshow-item-img {
    height: auto;
  }
  .icon-box {
    text-align: center;
  }
  .icon-box-icon {
    padding-bottom: 5px;
  }
  .sitemap.tablet.wide {
    margin-top: 10px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sitemap.tablet.wide.phone {
    display: block;
  }
  .projects-list-title {
    font-size: 14px;
  }
  .blog-widget-sizer {
    padding-top: 50%;
  }
  .contact-form {
    padding: 60px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #373737;
    font-size: 22px;
  }
  .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .copyright-text {
    font-size: 13px;
  }
  .copyright-text.designby {
    padding-top: 5px;
    text-align: left;
  }
  .copyright-text.wide {
    display: block;
    text-align: center;
  }
  .modal-dialog-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px 40px 40px;
  }
  .modal-dialog-header {
    margin: -30px -40px 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .footerback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footerlogo.tablet.wide {
    text-align: center;
  }
  .footerlogo.tablet.wide.phone {
    display: block;
  }
  .heading-3.wide {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-3.wide.phone {
    display: block;
  }
  .tmonialslider.phone.wide {
    display: block;
    min-height: 600px;
  }
  .footcol1.tablet.wide {
    text-align: center;
  }
  .footcol1.tablet.wide.phone {
    display: block;
  }
  .footcol3.tablet.wide {
    padding-top: 20px;
    text-align: center;
  }
  .footcol3.tablet.wide.phone {
    display: block;
  }
  .footcol5.tablet.wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .rightarrow.wide {
    display: none;
  }
  .leftarrow.wide {
    display: none;
  }
  .tmonialquote2.wide {
    display: none;
  }
  .tmonialquoteright.wide {
    display: none;
  }
  .tmonialcol1.wide {
    display: none;
  }
  .tmonialcol3.wide {
    display: none;
  }
  .wide {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 34px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  blockquote {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .hero-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .text-center.text-white {
    margin-top: 20px;
  }
  .text-center.text-white._404 {
    font-size: 29px;
    line-height: 54px;
  }
  .p-cover {
    margin-top: 20px;
    font-size: 12px;
  }
  .btn.scroll-down {
    bottom: 40px;
  }
  .menu-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
  }
  .nav-menu {
    z-index: 100;
  }
  .section {
    padding: 30px 10px 40px;
  }
  .section.large-teaser.large-teaser-title-bg.page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-large.text-center {
    font-size: 16px;
    line-height: 25px;
  }
  .teaser-wrapper {
    margin-top: 40px;
  }
  .teaser {
    height: 170px;
  }
  .teaser-label {
    left: 20px;
    top: 20px;
  }
  .teaser-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .teaser-headline {
    font-size: 24px;
  }
  .teaser-subtitle {
    display: none;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .projects-filter-link {
    display: inline-block;
  }
  .project-detail-informations {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .nav-link-submenu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link-submenu-item {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 25px;
  }
  .submenu {
    position: relative;
    top: 0px;
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .blog-thumb-image-container {
    margin-top: 20px;
  }
  .blog-title {
    line-height: 34px;
  }
  .blog-text {
    margin-top: 10px;
  }
  .blog-widget-sizer {
    padding-top: 80%;
  }
  .blog-widget-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-widget-button {
    bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .blog-widget-headline {
    font-size: 23px;
    line-height: 30px;
  }
  .contact-form {
    padding: 40px;
  }
  .contact-form-input {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .contact-form-map-container {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .menu-button {
    color: #373737;
  }
  .copyright {
    padding-right: 10px;
    padding-left: 10px;
  }
  .license-list-item {
    line-height: 25px;
  }
  .license-image-title {
    padding-left: 0px;
  }
  .footerback {
    padding: 30px 10px 40px;
  }
  .tmonialslider.phone {
    min-height: 800px;
  }
  .phone {
    margin-top: 20px;
  }
}

