/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.tm-price-table_featured {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.tm-price-table_featured-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.jl-overlay-primary {
  background: rgba(214, 182, 127, 0.8);
}
.jl-text-primary, .jl-alert-primary {
  color: #d6b67f !important;
}
.jl-button-primary {
  background-color: #d6b67f;
}
.jl-button-primary:focus, .jl-button-primary:hover {
  background-color: #caa058;
}
.jl-card-primary {
  background: #d6b67f;
}
.jl-card-primary.jl-card-hover:hover {
  background-color: #caa058;
}
.jl-tile-primary, .jl-section-primary {
  background: #d6b67f;
}
/* Hover + Focus */
.jl-subnav-pill > .jl-active > a, .jl-dotnav > .jl-active > * {
  background-color: #d6b67f;
}
/* Hover + Active + Focus */
.jl-tab > .jl-active > a, .jl-tab > * > a:hover, .jl-tab > * > a:focus {
  border-color: #d6b67f;
}
/* Hover + Focus */
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #d6b67f;
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #d6b67f;
  border: 1px solid #d6b67f;
}
.jl-card-primary > .tm-timeline-arrow {
  background-color: #d6b67f;
}
#jl-login-form input, .tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}
#jl-login-form .jl-form-icon, .tm-form-reset .jl-form-icon, .tm-form-remind .jl-form-icon, .tm-form-login .jl-form-icon, .tm-form-registration .jl-form-icon, .tm-form-profile-edit .jl-form-icon {
  height: 40px;
}
#jl-login-form .jl-checkbox, .tm-form-reset .jl-checkbox, .tm-form-remind .jl-checkbox, .tm-form-login .jl-checkbox, .tm-form-registration .jl-checkbox, .tm-form-profile-edit .jl-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
}
.tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  width: 100%;
}
.profile #users-profile-core .jl-description-list dd, .profile #users-profile-custom .jl-description-list dd {
  margin-left: 0;
}
.tm-tags a {
  text-transform: none;
}
.tm-tags a:hover, .tm-tags a:focus {
  color: #ffffff;
}
.jl-popup-login .jl-list {
  width: 300px;
  margin: 0 auto;
}
.jl-popup-login li {
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.tm-custom-icon .tm-share-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}
.tm-custom-icon .tm-share-icon a:hover {
  -webkit-filter: saturate(1.2) brightness(1.2);
  filter: saturate(1.2) brightness(1.2);
  color: #fff;
}
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #55acee;
}
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5999;
}
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077B5;
}
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25D366;
}
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
.tm-custom-icon .tm-share-icon .weibo {
  background-color: #df2029;
}
.tm-custom-icon .tm-share-icon .renren {
  background-color: #005EAC;
}
.tm-custom-icon .tm-share-icon .skype {
  background-color: #00AFF0;
}
.btn-video {
  text-align: center;
  height: 60px;
  width: 60px;
  background-color: #d6b67f;
  z-index: 1;
  font-size: 17px;
  color: #e6e6e6;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  transition: all 300ms linear 0ms;
}
.btn-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.btn-video:hover {
  color: #ffffff;
}
.tm-video-player {
  position: relative;
  line-height: 1;
}
.tm-video-player .btn-video {
  background-color: #d6b67f;
  box-shadow: 0 0 0 10px rgba(214, 182, 127, 0.25);
}
.tm-video-player .btn-video:hover {
  box-shadow: 0 0 0 20px rgba(214, 182, 127, 0.25);
}
.tm-video-item:hover .btn-video {
  box-shadow: 0 0 0 20px rgba(214, 182, 127, 0.25);
}
.tm-video-item:hover .btn-video i {
  color: #ffffff;
}
/* line 9, templates/rt_elixir/scss/elixir/styles/_body.scss */
html body #g-page-surround {
  background-color: #122a3c;
  margin: 0rem;
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
  width: 100%;
  height: 100%;
  left: auto;
  transform: translateX(0%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.g-content {
  margin: 1.5rem;
  padding: 0rem;
}
#g-expanded {
  color: #000;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-image: url('../../images/backgrounds/above/Holzbau_header_Balken_03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#g-expanded .g-location-container h2, #g-expanded .g-location-container span {
  color: #ece9e6;
  font-size: 1.6vw;
}
#g-expanded .g-location-container i {
  font-size: 2.5vw;
  color: #ece9e6;
}
/* bild - text mittig zentrieren - center image */
.fleximage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-locations-particle .g-location-container h2 a {
  color: #ece9e6;
}
.g-imagegrid .g-imagegrid-item .indicator {
  color: #000;
}
.g-simplecontent .g-title {
  padding-top: 90px;
  line-height: 0.1;
}
/*# sourceMappingURL=custom_330.css.map */