/*
* @package MIXINS
*/
/*
* @package Variables
*/
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #333333;
  background-color: #faf6f3;
  font: 400 16px "Merriweather Sans", sans-serif;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1.55556;
  -webkit-text-size-adjust: none;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, .heading-2, h3, h4, h5, h6 {
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.33333;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-family: "Sigmar One", cursive;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 66px;
  }
}

h2, .heading-2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 22px;
  }
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #ff5100;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #ff5100;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @subsection Helpers
*/
.bold {
  font-weight: 700;
}

.relative {
  position: relative;
}

.border {
  padding: 5px;
  border: 3px solid #ff9900;
}

@media (max-width: 991px) {
  .md-none {
    display: none;
  }
}

.border-1 {
  padding: 10px;
  position: relative;
}
.border-1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #ff9900;
}

.border-2 {
  border: 6px solid #faf6f3;
}

@media (max-width: 767px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.hr {
  display: block;
  height: 40px;
  background: url("../images/hr_icon.png") no-repeat center;
}

.inset-1 {
  padding: 30px 14px;
  background-color: #e5e1de;
}
@media (min-width: 480px) {
  .inset-1 {
    padding: 45px 42px 38px;
  }
}

.inset-2 {
  padding-top: 5px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .inset-3 {
    padding-right: 50px;
  }
}

/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
h2 + p {
  margin-top: 4px;
}

h1 + p {
  margin-top: 30px;
}

p + p {
  margin-top: 32px;
}

* + h2 {
  margin-top: 6px;
}

* + .border {
  margin-top: 60px;
}

* + .rd-mailform {
  margin-top: 13px;
}

* + .btn {
  margin-top: 15px;
}

img + .btn {
  margin-top: 24px;
}

* + .row {
  margin-top: 10px;
}
@media (min-width: 768px) {
  * + .row {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 44px;
  }
}

.row + .row {
  margin-top: 98px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row + .row {
    margin-top: 160px;
  }
}

.icon + h2 {
  margin-top: 12px;
}

* + .hr {
  margin-top: 10px;
}

* + .offset-1 {
  margin-top: 38px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  * + .offset-2 {
    margin-top: 30px;
  }
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
}
.brand__name {
  /*padding-top: 85px;*/
  padding-bottom: 7px;
  /*background: url("../images/logo.png") no-repeat top center;*/
}
.brand__name h1 {
  font-size: 58px;
}
@media (min-width: 480px) {
  .brand__name {
    /*padding-top: 56px;*/
  }
  .brand__name h1 {
    font-size: 72px;
  }
}
.brand a {
  color: inherit;
}

/*
* @subsection Contact-info
*/
.contact-info dl {
  display: inline-block;
  margin-top: 7px;
  font-weight: 700;
  line-height: 42px;
}
.contact-map {
  background: url(../images/schnurli-map.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50vh;
    min-height: 400px;
}
@media (min-width: 992px) {
  .contact-info dl {
    text-align: left;
  }
}
.contact-info dl dt:after {
  content: ':';
}
.contact-info dl dd {
  font-size: 26px;
  margin-left: 5px;
}
@media (min-width: 480px) {
  .contact-info dl dd {
    font-size: 36px;
  }
}
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info--skin-1 {
  margin-top: 3px;
}
.contact-info--skin-1 dl {
  margin-top: 4px;
  line-height: 1.2;
  font-weight: 400;
}
.contact-info--skin-1 dl dd {
  margin-left: 0;
}
.contact-info--skin-1 dl:first-child dt {
  display: block;
}
.contact-info--skin-1 dl:last-child dd {
  font-size: inherit;
}
.contact-info--skin-1 * + p {
  margin-top: 31px;
}

/*
* @subsection Hero
*/
.hero {
  margin-top: -60px;
  padding-top: 20px;
  background-color: #faf6f3;
}
@media (min-width: 480px) {
  .hero {
    padding-top: 55px;
  }
}

.content-box-1 {
  background-color: #faf6f3;
  padding: 40px 20px;
  z-index: 5;
}
@media (min-width: 480px) {
  .content-box-1 {
    padding: 61px 50px 68px;
  }
}
@media (min-width: 768px) {
  .content-box-1 {
    margin-top: -140px;
    width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .content-box-1 {
    margin-top: 0;
    position: absolute;
    right: 9px;
    top: 65px;
  }
}

.content-box-2 {
  background-color: #faf6f3;
  padding: 29px 27px 30px;
  z-index: 5;
}
@media (min-width: 480px) {
  .content-box-2 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .content-box-2 {
    width: 275px;
    position: absolute;
    left: 15px;
    top: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-box-2 {
    top: 30px;
  }
}
.content-box-2 .hr + p {
  margin-top: 9px;
}

/*
* @subsection Banner
*/
.banner {
  position: relative;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 70px;
}
@media (min-width: 1250px) {
  .banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner__bg {
  position: absolute;
  top: -20px;
  left: -5px;
  right: -5px;
  bottom: 10px;
  border: 5px solid #e5e1de;
  z-index: -1;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .banner__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .banner__bg {
    left: -10px;
  }
}
@media (min-width: 1250px) {
  .banner__bg {
    top: -27px;
    left: -28px;
    right: -2px;
    bottom: 0;
  }
}
.banner__bg:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #e5e1de;
}
.banner:hover .banner__bg {
  opacity: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .banner:hover .banner__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.banner a {
  color: inherit;
}
.banner a:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -5px;
  right: -5px;
  bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .banner a:before {
    left: -10px;
  }
}
@media (min-width: 1250px) {
  .banner a:before {
    top: -27px;
    left: -28px;
    right: -2px;
    bottom: 0;
  }
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
}

.icon-xs {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}

.icon-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  font-weight: 700;
}

.btn-md {
  font-size: 18px;
  line-height: 40px;
  padding: 6px 23px;
  min-width: 139px;
}

.btn-lg {
  font-size: 18px;
  line-height: 40px;
  padding: 6px 10px;
  width: 100%;
}

.btn-default {
  color: #ffffff;
  background-color: #333333;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #ff5100;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-default:active {
  background-color: #854221;
}

.btn-primary {
  color: #ffffff;
  background-color: #ff5100;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #333333;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary:active {
  background-color: #854221;
}

/*
* @subsection Inline-list
*/
.inline-list {
  margin-top: 6px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list > li + li {
  margin-left: 13px;
}

/*
* @subsection Backgrounds
*/
.bg-contrast-variant-1 {
  background-color: #e5e1de;
}

/*
* @subsection Colors
*/
.text-primary {
  color: #ff5100;
}
.text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6 {
  color: #ff5100;
}

/*
* @subsection Imports
*/
/*
* @package Boxes
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}
.box .box_left *, .box-xs .box_left *, .box-sm .box_left *, .box-md .box_left *, .box-lg .box_left * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}
.box h6 + p, .box-xs h6 + p, .box-sm h6 + p, .box-md h6 + p, .box-lg h6 + p {
  margin-top: 7px;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 27px;
}
.box .box_right {
  padding-left: 27px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 27px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 27px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 27px;
  }
  .box-xs .box_right {
    padding-left: 27px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 27px;
  }
  .box-xs-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 27px;
  }
  .box-sm .box_right {
    padding-left: 27px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 27px;
  }
  .box-sm-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 27px;
  }
  .box-md .box_right {
    padding-left: 27px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 27px;
  }
  .box-md-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 27px;
  }
  .box-lg .box_right {
    padding-left: 27px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 27px;
  }
  .box-lg-clear .box_right {
    padding-top: 27px;
  }
}
.box-skin-1 p {
  letter-spacing: 0.001em;
}
.box-skin-1 .box_cnt {
  padding-top: 10px;
}
.box-skin-1 .box_left {
  padding-bottom: 7px;
}

/*
* @package ToTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #ff5100;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section HEADER
*/
header {
  padding-top: 42px;
  padding-bottom: 45px;
  background-color: #ff9900;
}

/*
* @section CONTENT
*/
main {
  display: block;
}

/*
* @subsection Well
*/
.well-sm {
  padding-top: 30px;
  padding-bottom: 50px;
}

.well-md {
  padding-top: 39px;
  padding-bottom: 66px;
}

.well-lg {
  padding-top: 92px;
  padding-bottom: 102px;
}

/*
* @section FOOTER
*/
footer {
  padding-top: 92px;
  padding-bottom: 110px;
  background-color: #faf6f3;
  color: #c5bbb6;
}
footer * + p {
  margin-top: 7px;
}
footer a:hover {
  color: #333333;
}

/*# sourceMappingURL=style.css.map */
