@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300|Open+Sans:400italic,400,600|Muli:300|Indie+Flower:400|Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,400italic,500italic,700italic|Open+Sans:400italic,400,600|Muli:300|Indie+Flower:400|Oswald:400,700,300);
/* Site Layout Definitions */
/* @import "includes/artificial";*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  /* change if the mask should have another color then white */
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* centers the loading animation horizontally one the screen */
  background-image: url(../../../Public/img/preload.gif);
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  /* path to your loading animation */
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.boxed {
  background-color: #fff;
}
/*# sourceMappingURL=width-full.css.map */
/* Customer Specific Layout Definitions */
body a, body a:visited, body .text-color {
  color: #8ebf37;
}
body a:hover {
  background: transparent;
  text-decoration: underline;
}
body .bg-hover-color:hover, body .open > .bg-hover-color {
  background-color: #eee !important;
}
.logo {
  height: 70px;
}
.headerimg {
  background-size: cover;
  padding-bottom: 20px;
}
.headerimg img {
  width: 100% !important;
  height: auto !important;
}
.mobile-nav {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-toggle {
  background-color: #8ebf37 !important;
}
.navbar-toggle .icon-bar {
  background-color: #eee;
}
.navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.has-sub::after {
  font-family: "FontAwesome";
  color: #fff;
  content: "";
  font-size: 1.4em;
  position: absolute;
  right: 29px;
  padding: 0 0 0 20px;
  top: 7px;
}
.onload.modal {
  position: absolute;
  top: 100px;
  left: calc(50% - 400px);
  width: 800px;
  height: auto;
}
.onload.modal .modalcontent {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 800px;
  height: 500px;
  color: #fff;
  z-index: 1500;
}
.onload.modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1600;
  opacity: 1;
}
.onload.modal .close .fa-times {
  font-size: 22px;
  font-weight: 300;
}
.onload.modal .close a {
  color: #fff;
  z-index: 1600;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-backdrop.in.fade {
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0s;
}
.mini-navbar {
  background-color: #BBB;
  border: none;
  height: 39px;
  z-index: 1033;
}
.mini-navbar .metatop {
  margin-left: -15px;
  max-width: 50%;
}
.mini-navbar .metatop a {
  padding: 10px 22px 10px 0;
  color: #fff;
}
.mini-navbar .metatop a:hover {
  background: transparent;
  text-decoration: underline;
}
.mini-navbar .address {
  padding: 10px 0px 11px 10px;
  margin-right: -15px;
  color: #fff;
}
.sticky-wrapper .navbar {
  background-color: #fff;
  border-bottom: 3px solid #8ebf37;
}
.navbar-brand {
  padding: 2px !important;
  height: 70px;
  margin-left: -5px !important;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 3px;
  background-color: #eee;
  border: 3px transparent;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #8ebf37;
}
.navbar-nav .dropdown > a:after {
  top: 59px;
}
/* SLIDER */
.slick-bgimg .slick-item {
  background: no-repeat 0 0;
  background-size: 300px auto;
  position: relative;
  height: 300px !important;
}
.slick-bgimg .slick-item .slick-text {
  position: absolute;
  overflow: visible;
  top: 350px;
  width: 80%;
  min-height: 580px;
  margin-left: 10%;
  text-align: center;
  padding: 15px 10px 10px 10px;
  transform: translateY(-50%);
}
.slick-bgimg .slick-item .slick-text .h1 {
  border: 0;
  color: white;
  display: block;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1.16;
  margin: auto;
  text-align: center;
  text-shadow: 0 0 10px black;
  white-space: normal;
  word-break: normal;
}
.slick-bgimg .slick-item .slick-text .h1 .sub {
  color: white;
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.16;
  text-align: center;
  text-shadow: 0 0 10px black;
  padding-top: 30px;
}
.slick-bgimg .slick-item .slick-text .desc .h2 {
  color: black;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: left;
  text-shadow: none;
  white-space: normal;
  word-break: normal;
  margin: 0;
}
.slick-bgimg .slick-item.slick-active .slick-text .h1 {
  animation: none;
  /*fadeIn 2s ease*/
}
.slick-bgimg .slick-item.slick-active .slick-text .h2 {
  animation: none;
  /*fadeIn 4s ease*/
}
.slick-bgimg .slick-item.slick-active .slick-text .postit {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s 1.5s linear;
}
.slick-bgimg .slick-item .slick-text .postit {
  -o-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
}
.slick-bgimg .slick-item:nth-child(even) .slick-text .postit {
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
}
.slick-bgimg .slick-item:nth-child(3n) .slick-text .postit {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}
.slick-bgimg .slick-item:nth-child(5n) .slick-text .postit {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  opacity: 1;
}
.slick-slider .slick-prev:before {
  margin-left: -60%;
  color: #0099da;
}
.slick-slider .slick-next:before {
  margin-right: -60%;
  color: #0099da;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slick-slider .slick-dots {
  bottom: -30px;
}
.slick-prev, .slick-next, .slick-prev:before, .slick-next:before, .slick-slider .slick-dots li button:before {
  transition: all 0.25s;
}
.slick-slider .slick-next:before {
  color: #8ebf37;
}
.slick-slider .slick-prev:before {
  color: #8ebf37;
}
/* CONTENT */
.container.content {
  min-height: 450px;
}
.btn-more {
  position: absolute;
  top: 220px;
  right: 30px;
}
/* SLIDER */
.jumbotron {
  height: 280px;
}
.jumbotron.first {
  background: url(../../images/slider/belegte-broetli.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jumbotron.second {
  background: url(../../images/slider/stueckli.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* HOME BOXES */
/* ===== Info Boards ==== */
.frame-borderBox {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  padding-top: 5px;
  min-height: 224px;
  border-color: #8ebf37;
  background-color: #eee;
}
.frame-borderBox h4 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}
.frame-borderBox p:last-child {
  margin-bottom: 0;
}
/* Buttons */
.btn-primary {
  color: #fff !important;
  background-color: #8ebf37;
  border-color: #666;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #8ebf37 !important;
  border-color: #333;
}
/*
.direct-link {
  width: 80%;
  float: left;
}
.plus {
  width: 20%;
  float: right;
}
*/
/* gallery */
.ce-gallery .image-caption {
  text-align: center;
}
.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 95%;
}
.featherlight .featherlight-content .featherlight-image {
  max-width: 100% !important;
  max-height: calc(100% - 30px) !important;
}
.featherlight .featherlight-content .legend {
  max-width: 800px;
  min-height: 30px;
  text-align: center;
}
/* FORM */
.form-horizontal .control-label {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}
.topbar-devider {
  margin-top: 9px;
}
@media (max-width: 992px) {
  /*
  .navbar-brand {
    padding: 20px 10px 20px 15px !important;
  }
  #logo-header {
    height: 37px;
  }
  */
  .navbar-brand {
    padding-left: 15px !important;
  }
}
.navbar-white .navbar-nav > li > a {
  color: #8ebf37;
  background: transparent;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.navbar-white .navbar-nav > .dropdown > a .caret {
  border-top-color: #8ebf37;
  border-bottom-color: #8ebf37;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #8ebf37;
  background-color: #eee !important;
}
.dropdown:hover, .navbar-white .navbar-nav > .open > a, .body-green .bg-hover-color:hover {
  background-color: #eee !important;
  color: #8ebf37 !important;
}
.navbar-white .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #8ebf37;
  border-bottom-color: #8ebf37;
}
.navbar-white .navbar-nav > .open > a:after {
  color: #8ebf37;
}
.navbar-white .navbar-nav > li > .dropdown-menu {
  background-color: #eee;
  border: 1px solid #eee;
  border-top: 1px solid #eee;
}
.ce-menu.ce-menu-layout-3 > li > a:focus, .ce-menu.ce-menu-layout-3 > li > a:hover, .ce-menu.ce-menu-layout-4 > li > a:focus, .ce-menu.ce-menu-layout-4 > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
/*
.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}
*/
.navbar-dark > .dropdown-menu > li > a .caret-right {
  border-top-color: #ecf0f1;
  border-bottom-color: #ecf0f1;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid \9 ;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.navbar-nav > .hover > a::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  z-index: 9999;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  font-size: 36px;
}
.dropdown-submenu > .dropdown-menu {
  display: none;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  background-color: #353432;
  margin-top: -1px;
  padding-top: 6px;
  border: 1px solid #353432;
  border-top: 1px solid #666;
}
.nav-pills {
  margin-bottom: 0px;
}
.nav-pills li {
  margin-bottom: 1px;
}
.nav-pills li > a {
  margin-bottom: 1px;
}
.nav-pills > li.active > a {
  background-color: #8ebf37;
}
.nav-stacked > li + li {
  margin-top: 0px;
}
.nav-level-2 > li a {
  padding-left: 25px;
}
.dropdown-submenu > .dropdown-menu > li > a:hover {
  background-color: #8ebf37 !important;
}
.topic {
  margin-top: 0px !important;
}
/* ===== Fonts ===== */
h1.headline {
  padding-bottom: 6px;
}
/* ===== TABS ===== */
.tab-pane img.pull-left {
  margin-right: 10px;
}
.tab-pane img.pull-right {
  margin-left: 10px;
}
/* ===== Mask ===== */
.portfolio-item > a > .mask p {
  margin-bottom: 0px !important;
}
.portfolio-item > a > #mask2 {
  bottom: -60px;
}
.portfolio-item > a:hover > #mask2 {
  bottom: 0px;
}
/* ===== Boxes ===== */
/* Items */
.references .item {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: margin-top 500ms;
  transition: margin-top 500ms;
}
.references .head {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 10px 10px;
  border-radius: 3px;
  color: #fff;
}
.references .head .arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  border-top-width: 30px;
  border-top-style: solid;
  border-right: 135px solid white;
  border-left: 135px solid white;
}
@media (max-width: 1199px) {
  .references .head .arrow {
    border-right-width: 108px;
    border-left-width: 108px;
  }
}
.references .item:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .references .head {
    padding: 20px;
    margin-bottom: 20px;
  }
  .references .head .arrow {
    border: 0;
  }
  .references .item {
    margin: 20px 0;
  }
  .references .item:hover {
    margin: 20px 0;
  }
}
/* JUMBOTRON */
.well {
  padding: 30px;
  background: #fff;
  color: #505050;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 100%;
}
/* MODAL */
.modal-dialog {
  width: 700px;
  margin: 100px auto 30px;
}
/* ===== Footer===== */
.footer-white {
  background-color: #353432;
  color: #fff;
}
.footer-white a {
  color: #fff;
}
footer .container .row {
  padding-top: 20px;
  border: none;
  margin-top: 0;
}
footer .container .row a, footer .container .row a:hover {
  color: #8ebf37;
}
@media (max-width: 767px) {
  footer .container .row .text-center, footer .container .row .text-right {
    text-align: left !important;
    padding: 0 15px;
    margin-top: 10px;
  }
}
.copyright .container {
  border-top: 1px dotted #fff;
  padding-top: 20px;
  margin-top: 40px;
}
.copyright .container p {
  margin: 0px;
}
.copyright .container .copyright {
  width: auto;
  float: left;
  padding-right: 20px;
}
.copyright .container .addonnavbottom {
  width: auto;
  float: left;
}
.copyright .container .metanavbottom {
  width: auto;
  float: right;
}
.posts .dl-horizontal dt {
  width: 60px;
  float: left;
}
.posts .dl-horizontal dd {
  margin-left: 70px;
}
/* ICONS */
.footer-white .fa {
  width: 20px;
  padding-right: 5px;
}
.footer-white .socialmedia .fa {
  padding-right: 0px;
}
.socialmedia li {
  margin-right: 10px;
}
/* ===== Social Media ===== */
.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-circle .fa {
  border-radius: 50%;
}
.social-icons .fa-facebook {
  background-color: #3c599f;
}
.social-icons .fa-twitter {
  background-color: #32ccfe;
}
.social-icons .fa-google-plus {
  background-color: #dd4b39;
}
.social-icons .fa-linkedin {
  background-color: #0085ae;
}
.social-icons .fa-xing {
  background-color: #00555c;
}
.social-icons .fa-youtube {
  background-color: #c52f30;
}
.social-icons .fa-instagram {
  background-color: #a1755c;
}
.social-icons .fa {
  width: 37px;
  height: 37px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons .fa {
  font-size: 1.8em;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialmedia .list-inline > li {
  padding-right: 1px !important;
  padding-left: 1px !important;
}
/* DSGVO */
.dsgvo-layer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #efefef;
  z-index: 9999;
}
.dsgvo-layer .container {
  font-size: 12px;
  padding: 10px;
  padding-top: 15px;
}
.dsgvo-layer .container .row .confirm {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .featherlight .featherlight-content .legend {
    max-width: 700px;
  }
  .ce-menu.ce-menu-layout-1 > li > a, .ce-menu.ce-menu-layout-2 > li > a, .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .featherlight .featherlight-content .legend {
    max-width: 600px;
  }
  .modal-dialog {
    width: 600px;
  }
  .onload.modal {
    left: 30px;
    width: 90%;
  }
  .onload.modal .modalcontent {
    left: 40px;
    width: 90%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .featherlight .featherlight-content .legend {
    max-width: 500px;
  }
  .modal-dialog {
    width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .featherlight .featherlight-content .legend {
    max-width: 400px;
  }
  .modal-dialog {
    width: 400px;
  }
  .onload.modal {
    left: 20px;
    width: 95%;
  }
  .onload.modal .modalcontent {
    left: 20px;
  }
}
