@charset "UTF-8";
/*
Description: Commercial Template
Author: DI Philipp Salmutter
Author URI: http://3unikat.at/
License: Commercial License
*/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 12, ../sass/template.scss */
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 20, ../sass/template.scss */
html * {
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/* line 30, ../sass/template.scss */
body {
  background: #fff;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.8s ease-in;
  -moz-transition: color 0.8s ease-in;
  -o-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
  -webkit-transition: background-color 0.8s ease-in;
  -moz-transition: background-color 0.8s ease-in;
  -o-transition: background-color 0.8s ease-in;
  transition: background-color 0.8s ease-in;
}
@media only screen and (max-width: 1023px) {
  /* line 30, ../sass/template.scss */
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 30, ../sass/template.scss */
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 30, ../sass/template.scss */
  body {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 30, ../sass/template.scss */
  body {
    font-weight: 200;
  }
}

/* line 60, ../sass/template.scss */
a {
  color: #C81B2C;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
/* line 64, ../sass/template.scss */
a:hover {
  text-decoration: underline;
}

/* line 68, ../sass/template.scss */
b,
strong,
.bold {
  font-weight: 700 !important;
}

/* line 73, ../sass/template.scss */
em,
.italic {
  font-style: italic;
}

/* line 77, ../sass/template.scss */
u,
.underline {
  text-decoration: underline;
}

/* line 81, ../sass/template.scss */
.small, .copyright {
  font-size: .733em;
  color: #575756;
}

/* line 85, ../sass/template.scss */
.clear {
  clear: both;
  height: 0;
  width: 0;
}

/* line 90, ../sass/template.scss */
.hide {
  display: none;
  height: 0;
}

/* line 94, ../sass/template.scss */
.rfloat {
  float: right;
}

/* line 97, ../sass/template.scss */
.lfloat {
  float: left;
}

/* line 100, ../sass/template.scss */
.wrapper {
  max-width: 1280px;
  margin: 2rem auto;
  padding: 0 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 100, ../sass/template.scss */
  .wrapper {
    max-width: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 103, ../sass/template.scss */
.homepage .wrapper {
  margin-bottom: 0;
}

/* line 107, ../sass/template.scss */
.full {
  width: 100%;
}

/* line 110, ../sass/template.scss */
.half {
  width: 50%;
}

/* line 113, ../sass/template.scss */
.third {
  width: 33.33%;
}

/* line 116, ../sass/template.scss */
.twothird {
  width: 66.66%;
}

/* line 119, ../sass/template.scss */
.quater {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  /* line 124, ../sass/template.scss */
  .full,
  .half,
  .third,
  .twothird {
    width: 100%;
  }

  /* line 130, ../sass/template.scss */
  .quater {
    width: 50%;
  }
}
/* line 135, ../sass/template.scss */
.column,
.column-left {
  float: left;
}

/* line 139, ../sass/template.scss */
.column-right {
  float: right;
}

/* line 142, ../sass/template.scss */
.headline {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 2% 0;
}

/*************************************************************************************************/
/*
 * Header styles
 */
/*************************************************************************************************/
/*
 * Homepage styles
 */
/* line 159, ../sass/template.scss */
.slider-homepage {
  border-bottom: 3px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  /* line 159, ../sass/template.scss */
  .slider-homepage {
    border-width: 2px;
  }
}
/* line 164, ../sass/template.scss */
.slider-homepage .wrapper {
  padding: 0;
  position: static;
}
/* line 168, ../sass/template.scss */
.slider-homepage .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .666em;
  background: #cccccc;
  color: #000;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 168, ../sass/template.scss */
  .slider-homepage .item-title {
    font-size: .6em;
  }
}
/* line 180, ../sass/template.scss */
.slider-homepage .item-title a {
  color: #000;
}
/* line 184, ../sass/template.scss */
.slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
  font-size: 100px;
}
@media only screen and (max-width: 1023px) {
  /* line 184, ../sass/template.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 184, ../sass/template.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 184, ../sass/template.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 45px;
  }
}
/* line 196, ../sass/template.scss */
.slider-homepage .slick-prev,
.slider-homepage .slick-next {
  background-color: rgba(51, 51, 51, 0.5);
  text-align: center;
  border-radius: 2px;
  padding: 0 !important;
}
/* line 202, ../sass/template.scss */
.slider-homepage .slick-prev:before,
.slider-homepage .slick-next:before {
  width: .5em;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  /* line 196, ../sass/template.scss */
  .slider-homepage .slick-prev,
  .slider-homepage .slick-next {
    display: none !important;
  }
}
/* line 210, ../sass/template.scss */
.slider-homepage .slick-prev {
  left: 20%;
  padding: 0 5px 0 2px;
}
@media only screen and (max-width: 1023px) {
  /* line 210, ../sass/template.scss */
  .slider-homepage .slick-prev {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 210, ../sass/template.scss */
  .slider-homepage .slick-prev {
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 210, ../sass/template.scss */
  .slider-homepage .slick-prev {
    left: 5%;
  }
}
/* line 223, ../sass/template.scss */
.slider-homepage .slick-next {
  right: 20%;
  padding: 0 2px 0 5px;
}
@media only screen and (max-width: 1023px) {
  /* line 223, ../sass/template.scss */
  .slider-homepage .slick-next {
    right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 223, ../sass/template.scss */
  .slider-homepage .slick-next {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 223, ../sass/template.scss */
  .slider-homepage .slick-next {
    right: 5%;
  }
}

/*************************************************************************************************/
/*
 * Content styles
 */
/* line 245, ../sass/template.scss */
.body-text h3 {
  font-weight: 500;
  line-height: 1.5;
}
/* line 249, ../sass/template.scss */
.body-text p {
  padding-bottom: 1em;
}
/* line 252, ../sass/template.scss */
.body-text ul {
  margin: 1em 0;
  line-height: 1.2em;
}
/* line 255, ../sass/template.scss */
.body-text ul li {
  padding-left: 1.5em;
  margin-bottom: .75em;
  display: block;
}
/* line 259, ../sass/template.scss */
.body-text ul li li:before {
  content: '\e807';
}
/* line 262, ../sass/template.scss */
.body-text ul li li li:before {
  content: '\e808';
}
/* line 266, ../sass/template.scss */
.body-text ul li:before {
  font-family: "hausplanungen";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0 .3em 0 -1.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e806';
  color: #C81B2C;
}
/* line 283, ../sass/template.scss */
.body-text ol {
  margin: 1em 0;
  line-height: 1.2em;
  counter-reset: my-counter;
}
/* line 287, ../sass/template.scss */
.body-text ol li {
  padding-left: 1.5em;
  margin-bottom: .75em;
  display: block;
}
/* line 291, ../sass/template.scss */
.body-text ol li:before {
  display: inline-block;
  font-weight: 600;
  font-size: .8em;
  color: #575756;
  width: 1rem;
  margin: 0 .6rem 0 -1.5rem;
  text-align: right;
  content: counter(my-counter,decimal);
  counter-increment: my-counter;
  color: #C81B2C;
}
/* line 305, ../sass/template.scss */
.body-text img {
  max-width: 100%;
  height: auto;
}

/*************************************************************************************************/
/*
 * Referenzen styles
 */
/* line 317, ../sass/template.scss */
.portfolio-slider {
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  margin: auto;
  margin-bottom: 30px;
  max-width: 800px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  /* line 317, ../sass/template.scss */
  .portfolio-slider {
    width: 100%;
  }
}
/* line 327, ../sass/template.scss */
.portfolio-slider .slick-prev:before, .portfolio-slider .slick-next:before {
  font-size: 100px;
  color: rgba(51, 51, 51, 0.5);
}
/* line 331, ../sass/template.scss */
.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
  text-align: center;
  border-radius: 2px;
  padding: 0 !important;
}
/* line 336, ../sass/template.scss */
.portfolio-slider .slick-prev:before,
.portfolio-slider .slick-next:before {
  width: .5em;
  margin: 0 !important;
}
/* line 341, ../sass/template.scss */
.portfolio-slider .slick-prev {
  left: -60px;
  padding: 0 5px 0 2px;
}
/* line 345, ../sass/template.scss */
.portfolio-slider .slick-next {
  right: -60px;
  padding: 0 2px 0 5px;
}

/*************************************************************************************************/
/*
 * Kontakt styles
 */
/* line 356, ../sass/template.scss */
.contact {
  width: 100%;
}
/* line 358, ../sass/template.scss */
.contact .contact-form {
  margin-top: 2em;
  position: relative;
}
/* line 361, ../sass/template.scss */
.contact .contact-form label {
  font-size: .8em;
  font-style: italic;
  color: #b3b3b3;
}
/* line 367, ../sass/template.scss */
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  border: none;
  border-bottom: 2px solid #575756;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 1.5em;
  line-height: 1.5;
  padding-top: .3em;
  color: #333;
  max-width: 100%;
  background-color: #e3e3e3;
}
@media only screen and (max-width: 767px) {
  /* line 367, ../sass/template.scss */
  .contact input[type=text],
  .contact input[type=email],
  .contact textarea {
    width: 100%;
  }
}
/* line 383, ../sass/template.scss */
.contact input[type=text]:hover,
.contact input[type=email]:hover,
.contact textarea:hover {
  background-color: #fcfcfc;
}
/* line 386, ../sass/template.scss */
.contact input[type=text]:focus, .contact input[type=text]:active,
.contact input[type=email]:focus,
.contact input[type=email]:active,
.contact textarea:focus,
.contact textarea:active {
  border-bottom: 2px solid #C81B2C !important;
  background-color: #fffdfd !important;
  box-shadow: none;
}
/* line 392, ../sass/template.scss */
.contact input[type=text].invalid,
.contact input[type=email].invalid,
.contact textarea.invalid {
  border-color: #c20a00;
  color: #c20a00;
}
/* line 397, ../sass/template.scss */
.contact input[type=text],
.contact input[type=email] {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  /* line 397, ../sass/template.scss */
  .contact input[type=text],
  .contact input[type=email] {
    width: 100%;
    max-width: 100%;
  }
}
/* line 405, ../sass/template.scss */
.contact textarea {
  line-height: 1.5em;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 405, ../sass/template.scss */
  .contact textarea {
    max-width: 100%;
  }
}
/* line 413, ../sass/template.scss */
.contact .control-group {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  /* line 417, ../sass/template.scss */
  .contact .column-right {
    padding: 1em;
  }
}

/* line 422, ../sass/template.scss */
#jform_contact_email_copy-lbl {
  margin-left: 25px;
}

/* line 425, ../sass/template.scss */
#jform_contact_email_copy {
  margin-top: -18px;
  position: absolute;
}

/* line 430, ../sass/template.scss */
.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 1rem 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
/* line 439, ../sass/template.scss */
.gallery-wrapper .gallery-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
}
@media only screen and (max-width: 767px) {
  /* line 439, ../sass/template.scss */
  .gallery-wrapper .gallery-thumbnail {
    width: calc(50% - 1rem);
    margin: 0 10px 10px 0;
  }
}
/* line 449, ../sass/template.scss */
.gallery-wrapper .gallery-thumbnail a {
  display: block;
}
/* line 453, ../sass/template.scss */
.gallery-wrapper .gallery-thumbnail-image {
  display: block;
  width: auto;
}
/* line 457, ../sass/template.scss */
.gallery-wrapper a {
  display: block;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 461, ../sass/template.scss */
.gallery-wrapper a:hover {
  background: none;
}
/* line 465, ../sass/template.scss */
.gallery-wrapper .copyright {
  margin-top: .5em;
  font-size: .5em;
  color: rgba(0, 0, 0, 0.5);
}
/* line 469, ../sass/template.scss */
.gallery-wrapper .copyright:before {
  content: '©';
  display: inline;
  margin-right: .3em;
}

/*************************************************************************************************/
/*
 * Error page styles
 */
/* line 481, ../sass/template.scss */
.page-error {
  background-color: #fff;
}
/* line 483, ../sass/template.scss */
.page-error .logo-frame {
  position: relative;
}

/* line 487, ../sass/template.scss */
.wrapper-error {
  background: #fff;
  color: #000;
  font-size: 1rem;
  margin-top: 5%;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
  width: 700px;
  max-width: 90%;
}
/* line 497, ../sass/template.scss */
.wrapper-error .logo-frame {
  float: none;
  margin: auto;
}

/* line 503, ../sass/template.scss */
.message {
  background-color: #C81B2C;
  color: #fff;
  font-size: 2em;
  line-height: 2em;
  margin: 20px auto 10px;
  padding: 15px 10px;
  width: 80%;
}

/*************************************************************************************************/
/*
 * Footer styles
 */
/* line 519, ../sass/template.scss */
footer {
  padding: 15px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
/* line 523, ../sass/template.scss */
footer h3 {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  /* line 527, ../sass/template.scss */
  footer .moduletable {
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #d6d6d6;
  }
}

/* line 534, ../sass/template.scss */
.copyright {
  font-size: .733em;
  line-height: 4;
  text-align: center;
  color: #8a8a89;
}

/* MEDIA QUERIES
*********************************************/
/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* for higher resolutions (android and retina) */
/* line 568, ../sass/template.scss */
[data-inview] {
  transition: all .3s ease-in-out;
}
