@import "/wp-content/themes/uBrand/stylesheet/normalize.css";
@import "/wp-content/themes/uBrand/stylesheet/font-awesome.min.css";
.padding-before {
  padding-top: 8rem;
}
.padding-after {
  padding-bottom: 8rem;
}
.last-element {
  margin-bottom: 4rem;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.frontend body {
  background: #FDFDFD;
  color: #414140;
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 18px;
}
.frontend a {
  color: #414140;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend a:hover {
  color: #dba6a1;
}
.frontend h1,
.frontend h2,
.frontend h3,
.frontend h4,
.frontend h5 {
  word-wrap: break-word;
}
.frontend h1 a,
.frontend h2 a,
.frontend h3 a,
.frontend h4 a,
.frontend h5 a {
  color: #000000;
}
.frontend header h1 {
  margin-bottom: 0;
}
.frontend header h1.overview-title {
  font-size: 1.6rem;
}
.frontend p {
  line-height: 1.6em;
}
.frontend .post-meta {
  font-size: 0.8rem;
  margin: 0 0 1rem 0;
}
.frontend .button {
  display: inline-block;
  padding: 0.5rem 2rem;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: none;
}
.frontend .button.big {
  font-size: 2rem;
}
.frontend .button.primary {
  background: #dba6a1;
  color: #FFFFFF;
}
.frontend .button.primary:hover {
  background: #5b5b59;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.frontend .submit,
.frontend .wpcf7-submit {
  display: inline-block;
  padding: 0.5rem 2rem;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: none;
  background: #dba6a1;
  color: #FFFFFF;
}
.frontend .submit.big,
.frontend .wpcf7-submit.big {
  font-size: 2rem;
}
.frontend .submit.primary,
.frontend .wpcf7-submit.primary {
  background: #dba6a1;
  color: #FFFFFF;
}
.frontend .submit.primary:hover,
.frontend .wpcf7-submit.primary:hover {
  background: #5b5b59;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.frontend .submit:hover,
.frontend .wpcf7-submit:hover {
  background: #5b5b59;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.frontend .width-third {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.frontend .width-third.last {
  margin-right: 0;
}
.frontend .offer-image {
  width: 100%;
  height: 220px;
  margin-bottom: 1rem;
  display: block;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.frontend .offer-image:hover {
  background-size: 110% !important;
}
.frontend .read-more {
  display: none;
}
.frontend .thumbnail.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.frontend .thumbnail.autor {
  margin-bottom: 1rem;
}
.frontend .thumbnail.partners {
  margin-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.frontend .thumbnail.partners.last {
  margin-right: 0;
}
.frontend .category-wrapper {
  background: #eaeaea;
  width: 100%;
}
.frontend .category-nav {
  width: 100%;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.frontend .category-nav ul {
  list-style: none;
  zoom: 1;
  padding: 1rem 0;
  margin: 0;
}
.frontend .category-nav ul:before,
.frontend .category-nav ul:after {
  content: "";
  display: table;
}
.frontend .category-nav ul:after {
  clear: both;
}
.frontend .category-nav ul li {
  float: left;
  display: block;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 800px) {
  .frontend .category-wrapper.scroll-to-fixed-fixed {
    top: 0 !important;
  }
}
.frontend #map-canvas {
  width: 100%;
  height: 500px;
}
.frontend .tool-pagination {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}
.frontend .tool-pagination .pages {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
  display: inline-block;
}
.frontend .tool-pagination .pages:before,
.frontend .tool-pagination .pages:after {
  content: "";
  display: table;
}
.frontend .tool-pagination .pages:after {
  clear: both;
}
.frontend .tool-pagination .pages li {
  float: left;
}
.frontend .tool-pagination .next {
  float: left;
}
.frontend .tool-pagination .prev {
  float: left;
  margin-right: 0.5rem;
}
.frontend .pagination-entry {
  display: block;
  padding: 0.2rem;
  border: 1px solid #414140;
  margin-right: 0.5rem;
}
.frontend .pagination-entry:hover {
  background: #414140;
  color: #FFFFFF;
}
.frontend .pagination-entry.current {
  background: #414140;
  color: #FFFFFF;
}
.frontend h1,
.frontend h2,
.frontend h3,
.frontend h4,
.frontend h5,
.frontend h6 {
  font-weight: normal;
  color: #dba6a1;
  font-family: 'Univers LT W01_55 Roman', Arial;
}
.frontend h1 {
  font-size: 3rem;
}
.frontend h2 {
  font-size: 2.2rem;
}
.frontend h3 {
  font-size: 1.5rem;
}
.frontend h4 {
  font-size: 1.2rem;
  color: #a7a7a6;
  margin-bottom: 0.5rem;
}
.frontend .big-download {
  font-size: 36px;
}
.frontend .big-download i {
  margin-right: 1rem;
}
.frontend .wrapper {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.frontend .single-headline {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  margin: 4rem auto 4rem auto;
}
.frontend .whitespace {
  padding: 8rem 0;
}
.frontend .header {
  width: 100%;
  height: 100px;
  background: #dba6a1;
  zoom: 1;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  z-index: 1001;
  position: fixed;
}
.frontend .header:before,
.frontend .header:after {
  content: "";
  display: table;
}
.frontend .header:after {
  clear: both;
}
.frontend .header.fixed {
  height: 50px;
}
.frontend .header-spacer {
  height: 100px;
  width: 100%;
  background: white;
}
.frontend .main-logo {
  line-height: 0 !important;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0;
  margin-right: 50px;
  width: 310px;
}
.frontend .main-logo a {
  height: 100%;
  width: auto;
}
.frontend .main-logo img {
  height: 100%;
  display: block;
}
.frontend .mobile-nav-button {
  display: none;
}
.frontend .fixed .main-logo {
  width: 155px;
}
.frontend .nav-main {
  zoom: 1;
  height: 100%;
  position: relative;
}
.frontend .nav-main:before,
.frontend .nav-main:after {
  content: "";
  display: table;
}
.frontend .nav-main:after {
  clear: both;
}
.frontend .nav {
  float: right;
  padding: 0;
  margin: 0;
  zoom: 1;
  height: 100%;
}
.frontend .nav:before,
.frontend .nav:after {
  content: "";
  display: table;
}
.frontend .nav:after {
  clear: both;
}
.frontend .nav ul {
  list-style: none;
}
.frontend .nav li {
  float: left;
  margin-right: 20px;
  line-height: 100px;
  list-style: none;
  position: relative;
}
.frontend .nav li.current_page_item > a,
.frontend .nav li.current-menu-parent > a,
.frontend .nav li.current_page_ancestor > a {
  color: #414140;
}
.frontend .nav li a {
  display: block;
  height: 100%;
  color: #FFFFFF;
}
.frontend .nav li a:hover {
  color: #414140;
}
.frontend .nav .nav-item:hover .nav-drop {
  display: block;
}
.frontend .nav .nav-item:hover .nav-drop.level-2 {
  display: none;
}
.frontend .nav .nav-drop {
  display: none;
  width: 200px;
  position: absolute;
  background: #dba6a1;
  padding: 0 1rem;
  margin-left: -1rem;
  height: auto;
  zoom: 1;
}
.frontend .nav .nav-drop:before,
.frontend .nav .nav-drop:after {
  content: "";
  display: table;
}
.frontend .nav .nav-drop:after {
  clear: both;
}
.frontend .nav .nav-drop.open {
  display: block;
}
.frontend .nav .nav-drop .nav-drop-item {
  width: 100%;
  float: none;
  margin-right: 0;
  height: 50px;
  line-height: 50px;
}
.frontend .nav .nav-drop .nav-drop-item a {
  line-height: 50px;
  color: #FFFFFF;
}
.frontend .nav .nav-drop .nav-drop-item a:hover {
  color: #414140;
}
.frontend .nav .nav-drop-item.nav-drop-level2.active > a {
  color: #414140;
}
.frontend .nav .nav-drop-item.nav-drop-level2 a {
  padding-left: 1rem;
}
.frontend .menu-guide {
  position: absolute;
  right: 50%;
  top: 0;
  border: 1px solid green;
  z-index: 50;
  color: white;
  line-height: 0;
}
.frontend .maxidrop {
  position: relative;
}
.frontend .maxidrop.nav-drop {
  padding: 0;
  width: 500px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  margin-left: -314px;
  min-height: 400px;
}
.frontend .maxidrop.nav-drop .level-2 {
  display: none;
  position: absolute;
  height: 100%;
  border-right: 1px solid #f7eceb;
  left: 0;
  top: 0;
  margin: 0;
  width: 50%;
}
.frontend .maxidrop.nav-drop .level-2.open {
  display: block !important;
}
.frontend .maxidrop.nav-drop .nav-drop-level2 {
  position: static;
  width: 40%;
  margin-left: 50%;
  padding-left: 10%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend .maxidrop.nav-drop .nav-drop-level2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.active {
  background: #dba6a1;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.active > a {
  color: #FFFFFF;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.active:before {
  font-family: 'FontAwesome';
  content: '\f0d9';
  color: #414140;
  position: absolute;
  left: 54.8%;
  z-index: 55;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1 {
  background: #dba6a1;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1 > a {
  color: #FFFFFF;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1:before {
  font-family: 'FontAwesome';
  content: '\f0d9';
  color: #414140;
  position: absolute;
  left: 54.8%;
  z-index: 55;
  font-size: 1.6rem;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1 .level-2 {
  display: block;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1.inactive {
  background: none;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1.inactive > a {
  color: #FFFFFF;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1.inactive:before {
  content: '';
}
.frontend .maxidrop.nav-drop .nav-drop-level2.loop-1.inactive > a {
  color: #FFFFFF;
}
.frontend .maxidrop.nav-drop .nav-drop-level2.active .level-2 {
  display: block;
}
.frontend .level-2 li {
  font-size: 0.9rem;
  border-bottom: 1px solid #f7eceb;
}
.frontend .fixed .nav li {
  line-height: 50px;
}
@media screen and (max-width: 1200px) {
  .frontend .nav li {
    margin-right: 10px;
  }
  .frontend .nav li a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 800px) {
  .frontend .header {
    position: static;
    height: 50px;
  }
  .frontend .nav-main {
    width: 100%;
    zoom: 1;
  }
  .frontend .nav-main:before,
  .frontend .nav-main:after {
    content: "";
    display: table;
  }
  .frontend .nav-main:after {
    clear: both;
  }
  .frontend .main-logo {
    display: inline-block;
    position: relative;
    left: 4%;
    width: auto;
    top: 10px;
    float: left;
  }
  .frontend .nav {
    width: 100%;
    position: static;
    background: #dba6a1;
    height: auto;
    padding-top: 1rem;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }
  .frontend .nav:before,
  .frontend .nav:after {
    content: "";
    display: table;
  }
  .frontend .nav:after {
    clear: both;
  }
  .frontend .nav.active {
    max-height: 1000px;
    padding: 1rem 0;
  }
  .frontend .nav .nav-item,
  .frontend .nav li {
    width: 92%;
    padding: 0 4%;
    margin: 0;
    line-height: 50px;
  }
  .frontend .nav .nav-item:hover .nav-drop.level-2 {
    display: none;
  }
  .frontend .nav .nav-item .nav-drop.level-2 {
    display: none;
  }
  .frontend .nav .nav-drop {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: 0;
  }
  .frontend .nav .nav-drop.maxidrop {
    background: #e9c9c6;
    max-height: 0;
  }
  .frontend .nav .nav-drop.maxidrop.open {
    max-height: 1000px;
  }
  .frontend .nav .nav-drop.maxidrop .level-2 {
    position: static;
    width: 100%;
    height: auto;
    border: none;
    display: none;
  }
  .frontend .nav .nav-drop.maxidrop .level-2.open {
    display: block !important;
  }
  .frontend .nav .nav-drop .nav-drop-item {
    width: 92%;
    background: #e9c9c6;
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2 {
    width: 92%;
    margin-left: 0;
    height: auto;
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2:before {
    content: '';
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2.loop-1 {
    background: #dba6a1;
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2.loop-1.inactive {
    background: none;
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2.loop-1:before {
    content: '';
  }
  .frontend .nav .nav-drop .nav-drop-item.nav-drop-level2 .nav-drop-level3 {
    width: 100%;
    border-bottom: none;
  }
  .frontend .mobile-nav-button {
    float: right;
    display: inline-block;
    margin-right: 4%;
    line-height: 50px;
    font-size: 1.5rem;
  }
}
.frontend .seo-text-container {
  width: 45%;
  margin-right: 5%;
  float: left;
  font-size: 0.8rem;
}
.frontend .seo-pair-container {
  zoom: 1;
}
.frontend .seo-pair-container:before,
.frontend .seo-pair-container:after {
  content: "";
  display: table;
}
.frontend .seo-pair-container:after {
  clear: both;
}
.frontend .seo-container {
  display: none;
  margin-bottom: 4rem;
  zoom: 1;
}
.frontend .seo-container:before,
.frontend .seo-container:after {
  content: "";
  display: table;
}
.frontend .seo-container:after {
  clear: both;
}
.frontend .seo-container.show {
  display: block;
}
.frontend .searchform {
  float: right;
  height: 100%;
  position: relative;
}
.frontend .search-form-button {
  line-height: 100px;
}
.frontend .fixed .search-form-button {
  line-height: 50px;
}
.frontend .search-button {
  color: #FFFFFF;
}
.frontend .search-button.active {
  color: #dba6a1;
}
.frontend .search-form {
  position: absolute;
  top: 100%;
  padding: 0rem 2rem;
  max-height: 0;
  height: auto;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #eaeaea;
  line-height: 1em;
}
.frontend .search-form.active {
  max-height: 300px;
  padding: 2rem 2rem;
}
.frontend .search-input {
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .frontend .searchform {
    float: none;
  }
  .frontend .search-form {
    position: static;
  }
  .frontend .search-form-button {
    line-height: 50px;
  }
}
.frontend .site-header {
  height: 600px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.frontend .site-header .portrait {
  position: absolute;
  right: 0;
  bottom: -4px;
}
@media screen and (max-width: 800px) {
  .frontend .site-header {
    height: 600px;
  }
}
.frontend .claim-wrapper {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.frontend .header-claim {
  position: absolute;
  left: 0%;
  top: 33%;
  max-width: 60%;
  margin-left: 0%;
  text-shadow: 2px 2px 20px #a55a53;
  font-family: 'Univers LT W01_55 Roman', Arial;
  z-index: 20;
}
.frontend .header-claim span {
  color: #FFF;
}
.frontend .header-claim .claim {
  display: inline-block;
  font-size: 4rem;
  margin-bottom: .5rem;
}
.frontend .header-claim .subtitle {
  display: inline-block;
  font-size: 1rem;
  font-family: 'Univers LT W01_55 Roman', Arial;
}
@media screen and (max-width: 800px) {
  .frontend .site-header .portrait {
    max-height: 60%;
  }
  .frontend .header-claim {
    left: 4%;
    right: auto;
    top: 10%;
    bottom: auto;
  }
  .frontend .header-claim .claim {
    font-size: 2rem;
  }
}
.frontend article + article {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.frontend .blog-entries {
  zoom: 1;
  padding: 8rem 0;
}
.frontend .blog-entries:before,
.frontend .blog-entries:after {
  content: "";
  display: table;
}
.frontend .blog-entries:after {
  clear: both;
}
.frontend .blog-entries article {
  min-height: 400px;
}
.frontend .blog-entries iframe {
  width: 100%;
  height: 212px;
}
@media screen and (max-width: 800px) {
  .frontend .blog-entries {
    padding: 4rem 0;
  }
  .frontend .blog-entries article {
    min-height: 0;
  }
  .frontend .width-third {
    width: 100%;
    margin: 0;
  }
}
.frontend .article-body img {
  max-width: 100%;
}
.frontend .article-body iframe {
  width: 100%;
  height: 400px;
}
.frontend .article-body ul {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.frontend .article-body ul li {
  width: 80%;
  line-height: 1.6em;
}
.frontend .article-body h3 {
  margin-bottom: 1rem !important;
}
.frontend .article-body p {
  margin-bottom: 1rem !important;
}
.frontend .wp-caption {
  width: 100% !important;
  margin: 2rem auto;
}
.frontend .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.frontend .wp-caption-text {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 0.5rem !important;
}
.frontend .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.frontend .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.frontend .aligncenter {
  display: block;
  margin: 1rem auto;
}
.frontend .full-width-text {
  padding: 8rem 0;
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .full-width-text.title {
  padding: 4rem 0 0 0;
}
.frontend .full-width-text.title + .full-width-text {
  padding: 0 0 8rem 0;
}
.frontend .full-width-text table tr td {
  padding-bottom: 40px;
}
.frontend .full-width-text iframe {
  width: 100%;
  min-height: 450px;
}
.frontend .full-width-text.download {
  padding: 4rem 0;
}
@media screen and (max-width: 800px) {
  .frontend .full-width-text iframe {
    min-height: 200px;
  }
}
.frontend .full-width-image {
  height: 600px;
}
@media screen and (max-width: 800px) {
  .frontend .full-width-image {
    height: 400px;
  }
}
.frontend .single-post-page {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0;
}
.frontend .single-post-page.blog {
  max-width: 1200px;
}
.frontend .single-post-page.blog p {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .single-post-page.blog h1,
.frontend .single-post-page.blog h2,
.frontend .single-post-page.blog h3,
.frontend .single-post-page.blog h4 {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .single-post-page.blog h2 {
  margin: 2rem auto 1rem auto;
}
.frontend .single-post-page.title {
  padding: 4rem 0 0 0;
}
.frontend .single-post-page.title h1 {
  margin-bottom: 0;
}
.frontend .addthis_sharing_toolbox {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .testimonial {
  width: 100%;
  background: #ccc6c6;
}
.frontend .slide {
  width: 100%;
  padding: 8rem 0;
  zoom: 1;
}
.frontend .slide:before,
.frontend .slide:after {
  content: "";
  display: table;
}
.frontend .slide:after {
  clear: both;
}
.frontend .testimonial-content {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
}
.frontend .testimonial-content .thumbnail {
  margin-top: 1rem;
}
.frontend .testimonial-text {
  font-size: 2rem;
  color: #414140;
  position: relative;
  max-width: 800px;
  margin: 3rem auto 0 auto;
}
.frontend .testimonial-text:before {
  content: '»';
  font-size: 20rem;
  position: absolute;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  left: -160px;
  top: -50px;
}
.frontend .testimonial-text:after {
  content: '«';
  font-size: 20rem;
  position: absolute;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  right: -150px;
  top: 50px;
}
.frontend .testimonial-author {
  color: #414140;
}
.frontend .testimonial-author:before {
  content: '– ';
}
@media screen and (max-width: 800px) {
  .frontend .testimonial-text {
    font-size: 1rem;
  }
  .frontend .testimonial,
  .frontend .cite {
    overflow: hidden;
  }
}
.frontend .contact-container {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  zoom: 1;
  padding-bottom: 4rem;
}
.frontend .contact-container:before,
.frontend .contact-container:after {
  content: "";
  display: table;
}
.frontend .contact-container:after {
  clear: both;
}
.frontend .contact-container form {
  width: 100%;
}
.frontend .contact-container form .wpcf7-form-control-wrap {
  width: 100%;
}
.frontend .contact-container form input {
  width: 80%;
}
.frontend .contact-container form textarea {
  width: 87%;
}
.frontend .contact-form {
  width: 60%;
  float: left;
}
.frontend .contact-info {
  width: 40%;
  float: left;
}
@media screen and (max-width: 800px) {
  .frontend .contact-form {
    width: 100%;
    float: left;
  }
  .frontend .contact-info {
    width: 100%;
    float: left;
  }
}
.frontend .call-to-action {
  padding: 8rem 0;
  zoom: 1;
  text-align: center;
}
.frontend .call-to-action:before,
.frontend .call-to-action:after {
  content: "";
  display: table;
}
.frontend .call-to-action:after {
  clear: both;
}
.frontend .call-to-action span {
  display: block;
  margin-top: 1rem;
}
.frontend .phone-number {
  font-size: 2rem;
  line-height: 54px;
  width: auto;
}
.frontend .autor {
  text-align: center;
}
.frontend .autor-name {
  font-weight: bold;
}
.frontend .autor-text {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .mitglied {
  display: inline-block;
  margin-right: 2rem;
}
.frontend .mitglied.last {
  margin-right: 0;
}
.frontend .mitglied .autor.thumbnail {
  margin-bottom: 0;
}
.frontend .mitglied a {
  color: #414140;
}
.frontend .mitglied a:hover {
  color: #dba6a1;
}
.frontend .logoliste {
  width: 100%;
  text-align: center;
}
.frontend .logoliste-logos {
  background: #CDCDCD;
  line-height: 0;
  vertical-align: middle;
}
.frontend .dienstleistungen {
  zoom: 1;
  display: table;
  height: 100%;
  vertical-align: top;
  min-height: 200px;
}
.frontend .dienstleistungen:before,
.frontend .dienstleistungen:after {
  content: "";
  display: table;
}
.frontend .dienstleistungen:after {
  clear: both;
}
.frontend .dl-image {
  max-width: 100%;
  position: relative;
  top: -2rem;
}
.frontend .dl_entry {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.frontend .dl_entry.width-1 {
  width: 100%;
}
.frontend .dl_entry.width-2 {
  width: 50%;
}
.frontend .dl_entry.width-3 {
  width: 33%;
}
.frontend .dl_entry.width-4 {
  width: 25%;
}
.frontend .dl_entry.width-5 {
  width: 20%;
}
.frontend .dl_container {
  width: 95%;
  height: 100%;
  display: block;
  zoom: 1;
  text-align: center;
  margin: 0 5% 0 0;
  padding: 2rem 0;
  color: #414140;
  -moz-box-sizing: border-box;
}
.frontend .dl_container:before,
.frontend .dl_container:after {
  content: "";
  display: table;
}
.frontend .dl_container:after {
  clear: both;
}
.frontend .dl_container.text-only {
  color: #414140;
}
.frontend .dl_container.text-only h3 {
  color: #414140;
}
.frontend .dl_container.text-only:hover {
  color: #414140;
}
.frontend .dl_container.text-only:hover h3 {
  color: #414140;
}
.frontend .dl_container:hover {
  color: #414140;
}
.frontend .dl_container:hover h3 {
  color: #414140;
}
.frontend .dl_container h3 {
  margin: 0 auto 1rem auto;
  color: #414140;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend .dl_container p {
  margin: 0 auto 1rem auto;
}
.frontend .dl_container p.icon {
  margin-bottom: 2rem;
}
.frontend .dl_container.boxed {
  background: #dba6a1;
  color: #FFFFFF;
}
.frontend .dl_container.boxed h3 {
  color: #FFFFFF;
}
.frontend .dl_container.boxed:hover {
  background: #dba6a1;
  color: #414140;
}
.frontend .dl_container.boxed:hover h3 {
  color: #414140;
}
.frontend .dl_container.last {
  margin: 0 0 0 0%;
}
.frontend .dl_container.first {
  margin: 0 5% 0 0;
}
.frontend .dl_container i {
  font-size: 4rem;
}
.frontend .dl_container p {
  max-width: 80%;
  margin: 0 auto;
}
.frontend .order-tool {
  border: none;
  height: auto;
}
@media screen and (max-width: 800px) {
  .frontend .dl_entry {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .frontend .dl_entry.width-1,
  .frontend .dl_entry.width-2,
  .frontend .dl_entry.width-3,
  .frontend .dl_entry.width-4,
  .frontend .dl_entry.width-5 {
    width: 100%;
  }
  .frontend .dl_container {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .frontend .dl_container.first,
  .frontend .dl_container.last {
    margin: 0 0 2rem 0;
  }
}
.frontend .contact-footer {
  width: 100%;
  margin: 0;
  padding: 8rem 0;
}
.frontend .contact-footer p {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  color: #414140;
}
.frontend .footer-nav {
  height: 40px;
  zoom: 1;
  margin: 0 auto;
  float: left;
  display: inline-block;
}
.frontend .footer-nav:before,
.frontend .footer-nav:after {
  content: "";
  display: table;
}
.frontend .footer-nav:after {
  clear: both;
}
.frontend .footer-nav li {
  float: left;
  display: block;
  margin-right: 2rem;
  height: 40px;
  width: auto;
}
.frontend .footer-nav li a {
  line-height: 40px;
  color: #FFFFFF;
}
.frontend .footer-nav li a:hover {
  color: #414140;
}
@media screen and (max-width: 800px) {
  .frontend .footer-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    zoom: 1;
    height: auto;
  }
  .frontend .footer-nav:before,
  .frontend .footer-nav:after {
    content: "";
    display: table;
  }
  .frontend .footer-nav:after {
    clear: both;
  }
  .frontend .footer-nav li {
    width: 100%;
    margin: 0;
  }
}
.frontend .social-media-nav {
  float: right;
  zoom: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  list-style: none;
}
.frontend .social-media-nav:before,
.frontend .social-media-nav:after {
  content: "";
  display: table;
}
.frontend .social-media-nav:after {
  clear: both;
}
.frontend .social-media-nav li {
  float: left;
  margin-right: .5rem;
}
.frontend .social-media-nav li.last {
  margin-right: 0;
}
.frontend .social-media-nav li a {
  font-size: 1.4rem;
  display: inline-block;
  height: 100%;
  line-height: 40px;
}
.frontend .social-media-nav li a i {
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  .frontend .social-media-nav {
    float: left;
  }
}
.frontend .social-media-bar {
  width: auto;
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
  position: absolute;
  top: 750px;
  width: 40px;
  z-index: 200;
}
.frontend .social-media-bar:before,
.frontend .social-media-bar:after {
  content: "";
  display: table;
}
.frontend .social-media-bar:after {
  clear: both;
}
.frontend .social-media-bar.left {
  left: 0;
}
.frontend .social-media-bar.right {
  right: 0;
}
.frontend .social-media-bar.right li {
  float: right;
}
.frontend .social-media-bar.maincolor .social-facebook {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-twitter {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-googleplus {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-pinterest {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-youtube {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-vimeo {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-xing {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-linkedin {
  background: #dba6a1;
}
.frontend .social-media-bar.maincolor .social-rss {
  background: #dba6a1;
}
.frontend .social-media-bar li {
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  float: left;
}
.frontend .social-media-bar li:hover {
  width: 60px;
}
.frontend .social-media-bar li a {
  font-size: 1rem;
  color: inherit;
  padding: 0.6rem 0rem;
  display: inline-block;
  width: 100%;
}
.frontend .call-back {
  width: auto;
  position: fixed;
  right: 3rem;
  bottom: 0rem;
  padding: 0;
  width: 400px;
  z-index: 500;
  background: #FDFDFD;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.frontend .call-back.active .call-back-content {
  max-height: 800px;
}
.frontend .call-back.active .call-back-indicator i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.frontend .call-back-indicator {
  position: absolute;
  height: 30px;
  width: 100%;
  background: rgba(230,230,230,0.4);
  left: 0;
  bottom: 100%;
  max-height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  text-align: center;
  z-index: 19;
}
.frontend .call-back-indicator i {
  color: #969696;
  font-size: 1.4rem;
  position: relative;
  top: 2px;
}
.frontend .call-back-opener-background {
  background: #dba6a1;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
}
.frontend .call-back-opener {
  text-align: center;
  height: 40px;
  display: block;
  position: relative;
  z-index: 20;
}
.frontend .call-back-opener:hover .call-back-indicator {
  display: block;
  max-height: 200px;
  padding: 0.2rem 0;
  visibility: visible;
}
.frontend .call-back-opener i {
  position: relative;
  margin-right: .5rem;
  font-size: 1.4rem;
  top: 4px;
  color: #FFFFFF;
  z-index: 21;
}
.frontend .call-back-opener span {
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  z-index: 21;
}
.frontend .call-back-content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #FDFDFD;
}
@media screen and (max-width: 1200px) {
  .frontend .social-media-bar li {
    width: 30px;
  }
  .frontend .social-media-bar li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .frontend .call-back {
    position: static;
    width: 100%;
  }
  .frontend .social-media-bar {
    display: none;
  }
}
.frontend .social-facebook {
  background: #3B5998;
}
.frontend .social-twitter {
  background: #00ACED;
}
.frontend .social-googleplus {
  background: #D14836;
}
.frontend .social-pinterest {
  background: #CB2027;
}
.frontend .social-youtube {
  background: #CD332D;
}
.frontend .social-vimeo {
  background: #44BBFF;
}
.frontend .social-xing {
  background: #006567;
}
.frontend .social-linkedin {
  background: #0077B5;
}
.frontend .social-rss {
  background: #dba6a1;
}
.frontend .cite {
  width: 100%;
  background: #ccc6c6;
  padding: 12rem 0;
}
.frontend .cite-text {
  font-size: 3rem;
  color: #414140;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .cite-text:before {
  content: '»';
  font-size: 20rem;
  position: absolute;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  left: -160px;
  top: -50px;
}
.frontend .cite-text:after {
  content: '«';
  font-size: 20rem;
  position: absolute;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  right: -150px;
  top: 50px;
}
@media screen and (max-width: 800px) {
  .frontend .cite-text {
    font-size: 1rem;
  }
}
.frontend .two-column-content {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.frontend *:after,
.frontend *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frontend .content-container.text {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.frontend .flipped .content-container.text {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.frontend .flipped .content-container.image {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.frontend .two-column-slider {
  display: table-cell;
  width: 50%;
  height: 0;
  position: relative;
}
.frontend .two-column-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.frontend .cycle-table {
  display: block;
  width: 100%;
  height: 100%;
}
.frontend .cycle-inner {
  position: absolute !important;
  top: 0;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.frontend .two-column-text {
  max-width: 650px;
  margin: 0 auto;
  width: 84%;
  padding: 8rem 0;
}
.frontend .two-column-text p {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .frontend .two-column-slider {
    display: block;
    width: 100%;
    position: relative;
    height: 400px;
  }
  .frontend .two-column-text {
    padding: 4rem 0;
    width: 100%;
  }
  .frontend .content-container.text {
    width: 100%;
    display: block;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .frontend .flipped .content-container.text {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  .frontend .flipped .content-container.image {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}
.frontend.browser-ie10 .two-column-slider {
  background: #FDFDFD;
}
.frontend.browser-ie10 .two-column-image {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute !important;
  background-size: cover;
}
.frontend.browser-ie10 .cycle-table {
  min-height: 550px;
}
.frontend.browser-ie10 .cycle-inner {
  width: 100%;
  position: absolute !important;
}
.frontend .cycle-pager {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%;
  color: white;
  zoom: 1;
  z-index: 120;
}
.frontend .cycle-pager:before,
.frontend .cycle-pager:after {
  content: "";
  display: table;
}
.frontend .cycle-pager:after {
  clear: both;
}
.frontend .cycle-pager a {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  display: inline-block;
  margin-right: .5rem;
  border: 1px solid #e0e0e0;
}
.frontend .cycle-pager a.cycle-pager-active {
  background: #dba6a1;
  border: 1px solid #dba6a1;
}
.frontend .article-content {
  padding: 2rem 0;
}
.frontend .article-title {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend a .article-title:hover {
  color: #dba6a1;
}
.frontend .search-result {
  border-bottom: 1px solid #eaeaea;
}
.frontend .article-body {
  margin-bottom: 1rem;
}
.frontend .comment-form p {
  zoom: 1;
  margin-bottom: 1rem;
}
.frontend .comment-form p:before,
.frontend .comment-form p:after {
  content: "";
  display: table;
}
.frontend .comment-form p:after {
  clear: both;
}
.frontend .comment-form p label {
  width: 30%;
  display: block;
  float: left;
}
.frontend .comment-form p input {
  width: 50%;
  float: left;
}
.frontend .comment-form p input[type=submit] {
  width: auto;
}
.frontend .comment-form p textarea {
  width: 84%;
}
.frontend .comments-container {
  background: #f7f7f7;
  padding: 4rem 0;
}
.frontend .comments {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.frontend .comment-form-comment label {
  display: block;
  width: 100%;
}
.frontend .comment-form-comment textarea {
  width: 100%;
}
.frontend .comment-content {
  width: 90%;
  padding: 2% 5%;
  background: #eaeaea;
}
.frontend .responses {
  margin-top: 4rem;
}
.frontend .comment-author,
.frontend .comment-reply-autor {
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.frontend .blog-comment {
  margin-bottom: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eaeaea;
}
.frontend .form-allowed-tags {
  display: none;
}
.frontend .comment-reply {
  background: #FFFFFF;
  width: 96%;
  padding: 2%;
}
.frontend .comment-reply-content {
  border-top: 1px solid #eaeaea;
}
.frontend .list-wrapper {
  zoom: 1;
}
.frontend .list-wrapper:before,
.frontend .list-wrapper:after {
  content: "";
  display: table;
}
.frontend .list-wrapper:after {
  clear: both;
}
.frontend .list-element {
  width: 25%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.frontend .list-element img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.frontend .list-element:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.frontend .list-image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.frontend .list-title {
  background: #FFFFFF;
  position: absolute;
  height: 20%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  bottom: 0;
  padding: 2% 5%;
  font-size: 1.4rem;
  z-index: 5;
}
.frontend .list-title h3 {
  margin: 0.25rem auto 0 auto;
  font-weight: normal;
  color: #414140;
  font-size: 1.4rem;
}
.frontend .list-title-arrow {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-bottom: -20px;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 4;
}
@media screen and (max-width: 1350px) {
  .frontend .list-element {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1000px) {
  .frontend .list-element {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .frontend .list-element {
    width: 100%;
  }
}
.frontend input[type=text],
.frontend input[type=email],
.frontend input[type=password] {
  padding: 0.5rem 1rem;
}
.frontend footer {
  height: 40px;
  width: 100%;
  background: #dba6a1;
  position: relative;
  z-index: 210;
}
.frontend .footer {
  height: 100%;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .frontend footer {
    height: auto;
    zoom: 1;
  }
  .frontend footer:before,
  .frontend footer:after {
    content: "";
    display: table;
  }
  .frontend footer:after {
    clear: both;
  }
}
.frontend .newsletter-widget {
  width: 300px;
  padding: 1%;
  max-height: 1000px;
  text-align: center;
  background: rgba(255,255,255,0.8);
  right: 5%;
  top: 700px;
  z-index: 200;
  position: absolute;
  box-shadow: 0px 10px 10px #888888;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.frontend .newsletter-widget:hover {
  max-height: 1000px !important;
}
.frontend .newsletter-widget.sticky {
  position: fixed;
  bottom: 0;
  top: auto;
}
.frontend .newsletter-widget.fixed {
  position: fixed;
  bottom: 0;
}
.frontend .newsletter-widget.small {
  max-height: 100px;
}
.frontend .newsletter-widget img {
  max-width: 100%;
}
.frontend .newsletter-spacer {
  display: none !important;
}
.frontend .newsletter-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .frontend .newsletter-widget {
    max-height: 100px;
  }
  .frontend .newsletter-form {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .frontend .newsletter-widget {
    position: static;
    max-height: 1000px;
    width: 96%;
    margin: 0 auto;
    box-shadow: none;
  }
  .frontend .newsletter-widget.sticky {
    position: static;
  }
  .frontend .newsletter-widget.small {
    max-height: 1000px;
  }
  .frontend .newsletter-form {
    width: 100%;
  }
}
