/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 44, ../sass/_base.scss */

.title-h2 {
  font-size: 2.75em;
  font-weight: 200;
}

.menu-top {
  background: #272625;
}
.ul-menu-reset,
.topmenu ul,
.topmenu ul li,
.topmenu li a {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 1, ../sass/_datepicker.scss */
#datepicker {
  margin-bottom: 7px;
}

/* line 4, ../sass/_datepicker.scss */
.ui-datepicker td {
  border: 0;
  padding: 6px;
}

/* DATEPICKER title */
/* line 9, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-title {
  font-size: 1.875em;
  margin: 0;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
}

/* line 17, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-weight: 200;
}

/* DATEPICKER title END */
/* DATEPICKER dani u sedmici */
/* line 22, ../sass/_datepicker.scss */
.ui-datepicker th {
  font-weight: normal;
  padding: 0.7em 0.3em 0.3em 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

/* DATEPICKER dani u sedmici END */
/* DATEPICKER trenutni dan ako je disableovan */
/* line 30, ../sass/_datepicker.scss */
.ui-datepicker-week-end.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today
  span,
.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today
  span {
  background-color: #89012a !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff !important;
}

/* DATEPICKER trenutni dan ako je disableovan END */
/* DATEPICKER dan default */
/* line 42, ../sass/_datepicker.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: table-cell;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #272727;
  line-height: 21px;
}

/* DATEPICKER dan default */
/* DATEPICKER dan hover */
/* line 54, ../sass/_datepicker.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #e5e5e5;
  color: #000;
}

/* DATEPICKER dan hover END */
/* DATEPICKER dan aktivan */
/* line 65, ../sass/_datepicker.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-radius: 50%;
  background-color: #cacaca;
  color: #000;
}

/* DATEPICKER dan aktivan END */
/* DATEPICKER trenutni dan */
/* line 72, ../sass/_datepicker.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-radius: 50%;
  background-color: #766765;
  color: #fff;
}

/* DATEPICKER trenutni dan END */
/* DATEPICKER dan disabled */
/* line 79, ../sass/_datepicker.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* DATEPICKER dan disabled END */
/* DATEPICKER navigacija */
/* line 86, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 23px;
  height: 23px;
}

/* line 88, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 0px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}

/* line 89, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 38px;
}

/* line 90, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}

/* line 91, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  margin-left: 0px;
  top: 0;
  margin-top: 0px;
  background: url(images/carousel_nav_03.png) no-repeat;
}

/* line 95, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-position: 0 0;
}

/* line 98, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-next span {
  background-position: -36px 0;
}

/* line 101, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover span {
  left: 0px;
  background-color: #f8f8f8;
  background-position: 0px -28px;
}

/* line 102, ../sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-next-hover span {
  right: 0px;
  background-color: #f8f8f8;
  background-position: -36px -28px;
}

/* DATEPICKER navigacija END */
@media only screen and (max-width: 1199px) {
  /* line 106, ../sass/_datepicker.scss */
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: 24px;
    height: 24px;
  }

  /* line 110, ../sass/_datepicker.scss */
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: -36px;
  }

  /* line 112, ../sass/_datepicker.scss */
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: -36px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 115, ../sass/_datepicker.scss */
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 121, ../sass/_datepicker.scss */
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: 22px;
    height: 22px;
  }

  /* line 125, ../sass/_datepicker.scss */
  .ui-datepicker .ui-datepicker-title {
    font-size: 1.125em;
  }
}
/* line 9, ../sass/screen.scss */
body {
  font-size: 1em;
  line-height: 1.5;
}

/* line 13, ../sass/screen.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  font-family: "Raleway", sans-serif;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #766765;
  font-family: "Raleway", sans-serif;
}

/* line 17, ../sass/screen.scss */
h3 {
  font-size: 2.75em;
  font-weight: 200;
}
@media only screen and (max-width: 1199px) {
  /* line 17, ../sass/screen.scss */
  h3,
  .title-h2 {
    font-size: 1.875em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 17, ../sass/screen.scss */
  h3,
  .title-h2 {
    font-size: 1.5em;
  }

  .header {
    background: #f0f0f0 url(../images/HeadBgLineMob.jpg) bottom !important;
  }
}

/* line 28, ../sass/screen.scss */
h4 {
  font-size: 1.5em;
  font-weight: 200;
}
@media only screen and (max-width: 479px) {
  /* line 28, ../sass/screen.scss */
  h4 {
    font-size: 1.125em;
  }
}

/* line 35, ../sass/screen.scss */
a {
  color: #303030;
}
/* line 37, ../sass/screen.scss */
a:hover {
  color: #303030;
}

/* line 41, ../sass/screen.scss */
.read-more {
  display: inline-block;
}
/* line 43, ../sass/screen.scss */
.read-more:hover {
  text-decoration: underline;
}

/* line 47, ../sass/screen.scss */
.big-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 51, ../sass/screen.scss */
.light {
  font-weight: 300 !important;
}

/* line 54, ../sass/screen.scss */
.subheading {
  display: block;
  margin-bottom: 25px;
}

/* line 58, ../sass/screen.scss */
.color {
  color: #8f2b25;
}

/* line 61, ../sass/screen.scss */
.button {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
}
/* line 66, ../sass/screen.scss */
.button.normal {
  padding: 10px 20px;
}
/* line 69, ../sass/screen.scss */
.button.red {
  background: #8f2b25;
  color: #fff;
}
/* line 72, ../sass/screen.scss */
.button.red:hover {
  background: #661f1b;
}
/* line 76, ../sass/screen.scss */
.button.black {
  background: #766765;
  color: #fff;
}
/* line 79, ../sass/screen.scss */
.button.black:hover {
  background: #333333;
}
/* line 83, ../sass/screen.scss */
.button.share {
  border: 2px solid #1a1a1a;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
  vertical-align: top;
}
/* line 88, ../sass/screen.scss */
.button.share strong,
.button.share span {
  display: block;
  float: left;
}
/* line 92, ../sass/screen.scss */
.button.share span {
  font-weight: bold;
  font-size: 1.25rem;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-left: 25px;
}
/* line 100, ../sass/screen.scss */
.button.share strong {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 5px 0px 5px 10px;
}
/* line 105, ../sass/screen.scss */
.button.share:hover {
  border-color: #c4c4c4;
}
/* line 107, ../sass/screen.scss */
.button.share:hover span {
  color: #000;
  background: #c4c4c4;
}

/* line 117, ../sass/screen.scss */
.header {
  background: #f0f0f0 url(../images/HeadBgLine.jpg) bottom;
}
/* line 119, ../sass/screen.scss */
.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* line 127, ../sass/screen.scss */
.top-logo {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 131, ../sass/screen.scss */
.top-logo a {
  display: inline-block;
  text-decoration: none;
}
/* line 134, ../sass/screen.scss */
.top-logo img {
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 138, ../sass/screen.scss */
  .top-logo img {
    width: 91px;
  }
}

/* line 143, ../sass/screen.scss */
.topmenu {
  position: relative;
}
/* line 148, ../sass/screen.scss */
.topmenu ul {
  display: block;
  text-align: left;
}
/* line 152, ../sass/screen.scss */
.topmenu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 200;
  padding: 20px 17px 20px 17px;
  border-bottom: 4px solid #272625;
}
/* line 158, ../sass/screen.scss */
.topmenu li a:hover,
.topmenu li a.active {
  border-bottom: 4px solid #766765;
}
/* line 161, ../sass/screen.scss */
.topmenu li a.active {
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  /* line 166, ../sass/screen.scss */
  .topmenu li a {
    font-size: 0.875em;
    padding: 20px 12px 24px 12px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 143, ../sass/screen.scss */
  .topmenu {
    padding-top: 0;
  }
  /* line 173, ../sass/screen.scss */
  .topmenu ul {
    display: none;
    text-align: center;
  }
  /* line 177, ../sass/screen.scss */
  .topmenu ul li,
  .topmenu li a {
    display: block;
  }
  /* line 180, ../sass/screen.scss */
  .topmenu li a {
    border: none;
  }
  /* line 182, ../sass/screen.scss */
  .topmenu li a:hover,
  .topmenu li a.active {
    border: none;
    background: #303030;
    color: #fff;
  }
}

/* line 190, ../sass/screen.scss */
.topmenibtn {
  font-size: 32px;
  display: none;
  position: absolute;
  top: -108px;
  right: 15px;
  color: #5d5d5d;
  text-decoration: none;
}
/* line 197, ../sass/screen.scss */
.topmenibtn:hover,
.topmenibtn.active {
  color: #303030;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  /* line 190, ../sass/screen.scss */
  .topmenibtn {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  /* line 190, ../sass/screen.scss */
  .topmenibtn {
    top: -70px;
  }
}

/* line 207, ../sass/screen.scss */
.top-social {
  padding-top: 20px;
  text-align: right;
}
/* line 210, ../sass/screen.scss */
.top-social a {
  display: inline-block;
  font-size: 1.125em;
  color: #c4c4c4;
  margin-left: 20px;
}
/* line 215, ../sass/screen.scss */
.top-social a:hover {
  color: #766765;
}
@media only screen and (max-width: 991px) {
  /* line 207, ../sass/screen.scss */
  .top-social {
    display: none;
  }
}

/* line 224, ../sass/screen.scss */
.slider {
  margin: 0;
}
/* line 226, ../sass/screen.scss */
.slider .slide {
  position: relative;
}
/* line 229, ../sass/screen.scss */
.slider img {
  width: 100%;
}
/* line 232, ../sass/screen.scss */
.slider .message {
  font-size: 2em;
  font-weight: 200;
  color: #fff !important;
  text-align: center;
  background: rgba(0, 0, 5, 0.6);
  padding: 15px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider .message h2 {
  color: white;
  font-weight: 200;
}
.slider .message h2 strong {
  color: white;
}
/* line 245, ../sass/screen.scss */
.slider .slick-prev,
.slider .slick-next {
  height: 34px;
  width: 34px;
  top: 50%;
  margin-top: -17px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 252, ../sass/screen.scss */
.slider .slick-prev:before,
.slider .slick-next:before {
  font-family: "CRM";
  font-size: 14px;
}
/* line 257, ../sass/screen.scss */
.slider .slick-prev {
  left: 15px;
}
/* line 259, ../sass/screen.scss */
.slider .slick-prev:before {
  content: "\e617";
}
/* line 263, ../sass/screen.scss */
.slider .slick-next {
  right: 15px;
}
/* line 265, ../sass/screen.scss */
.slider .slick-next:before {
  content: "\e616";
}
@media only screen and (max-width: 1199px) {
  /* line 270, ../sass/screen.scss */
  .slider .message {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 275, ../sass/screen.scss */
  .slider .message {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 280, ../sass/screen.scss */
  .slider .message {
    display: none;
  }
}

/* line 286, ../sass/screen.scss */
.welcome {
  text-align: center;
  padding: 25px 0;
  font-size: 1.375em;
  font-weight: 200;
}
@media only screen and (max-width: 1199px) {
  /* line 286, ../sass/screen.scss */
  .welcome {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 286, ../sass/screen.scss */
  .welcome {
    font-size: 1em;
  }
}

/* line 299, ../sass/screen.scss */
.features {
  font-weight: 200;
}
/* line 301, ../sass/screen.scss */
.features img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 305, ../sass/screen.scss */
.features p {
  margin-bottom: 35px;
}
/* line 308, ../sass/screen.scss */
.features a {
  font-weight: bold;
  color: #000;
}
/* line 311, ../sass/screen.scss */
.features a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  /* line 299, ../sass/screen.scss */
  .features {
    padding-bottom: 0px;
  }
  /* line 317, ../sass/screen.scss */
  .features .feature {
    margin-bottom: 60px;
  }
}

/* line 322, ../sass/screen.scss */
.hamman-video {
  color: #fff;
  padding-top: 0;
}
.hamman-video .black {
  background: #000;
}
/* line 325, ../sass/screen.scss */
.hamman-video .wrap {
  background: #000;
  padding: 50px 15px;
}
/* line 329, ../sass/screen.scss */
.hamman-video h3 {
  color: #fff;
  margin: 0 0 40px 0;
}
/* line 334, ../sass/screen.scss */
.hamman-video .info img {
  margin-top: 60px;
  max-width: 100%;
}
/* line 339, ../sass/screen.scss */
.hamman-video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 344, ../sass/screen.scss */
.hamman-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 353, ../sass/screen.scss */
  .hamman-video .info {
    margin-bottom: 50px;
  }
}

/* line 359, ../sass/screen.scss */
.full-gallery .gal-item {
  padding: 0;
}
/* line 361, ../sass/screen.scss */
.full-gallery .gal-item .hover {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  text-align: center;
  font-weight: 200;
  color: #fff;
  vertical-align: middle;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
/* line 376, ../sass/screen.scss */
.full-gallery .gal-item .hover > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
/* line 382, ../sass/screen.scss */
.full-gallery .gal-item .hover > span span {
  display: inline-block;
}
/* line 386, ../sass/screen.scss */
.full-gallery .gal-item .hover .headline {
  font-size: 1.875em;
}
/* line 389, ../sass/screen.scss */
.full-gallery .gal-item .hover .small-text {
  font-size: 1.125em;
  border-top: 2px solid #fff;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 397, ../sass/screen.scss */
.full-gallery .gal-item a {
  display: block;
  position: relative;
}
/* line 400, ../sass/screen.scss */
.full-gallery .gal-item a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
/* line 405, ../sass/screen.scss */
.full-gallery .gal-item img {
  width: 100%;
}
/* line 410, ../sass/screen.scss */
.full-gallery .full-gallery-title {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 414, ../sass/screen.scss */
  .full-gallery .gal-item .hover .headline {
    font-size: 1.125em;
  }
}

/* line 420, ../sass/screen.scss */
.produkte .rims {
  padding-top: 30px;
}
/* line 422, ../sass/screen.scss */
.produkte .rims img {
  max-width: 100%;
}
/* line 427, ../sass/screen.scss */
.produkte .slick-prev,
.produkte .slick-next {
  height: 34px;
  width: 34px;
  top: -82px;
  margin-top: 0;
  border: 2px solid #3f3f3f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 434, ../sass/screen.scss */
.produkte .slick-prev:before,
.produkte .slick-next:before {
  font-family: "CRM";
  font-size: 14px;
  color: #3f3f3f;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
/* line 441, ../sass/screen.scss */
.produkte .slick-prev.slick-disabled,
.produkte .slick-next.slick-disabled {
  opacity: 0.25;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
/* line 446, ../sass/screen.scss */
.produkte .slick-prev {
  left: auto;
  right: 64px;
}
/* line 449, ../sass/screen.scss */
.produkte .slick-prev:before {
  content: "\e617";
}
/* line 453, ../sass/screen.scss */
.produkte .slick-next {
  right: 15px;
}
/* line 455, ../sass/screen.scss */
.produkte .slick-next:before {
  content: "\e616";
}
@media only screen and (max-width: 991px) {
  /* line 419, ../sass/screen.scss */
  .produkte {
    padding-bottom: 30px;
  }
  /* line 461, ../sass/screen.scss */
  .produkte .col-md-3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 467, ../sass/screen.scss */
  .produkte .slick-prev,
  .produkte .slick-next {
    top: -70px;
  }
}

/* line 473, ../sass/screen.scss */
.kontakt-question {
  padding: 40px 0;
}
/* line 475, ../sass/screen.scss */
.kontakt-question h3 {
  margin: 0 0 15px 0;
}
/* line 478, ../sass/screen.scss */
.kontakt-question p {
  margin: 0;
}
/* line 481, ../sass/screen.scss */
.kontakt-question .form {
  font-size: 0.875em;
  text-align: right;
}
/* line 485, ../sass/screen.scss */
.kontakt-question input[type="text"],
.kontakt-question input[type="phone"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 41px;
  margin-right: 15px;
  width: 200px;
  background: #f6f6f6;
}
@media only screen and (max-width: 1199px) {
  /* line 495, ../sass/screen.scss */
  .kontakt-question input[type="text"],
  .kontakt-question input[type="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 501, ../sass/screen.scss */
  .kontakt-question .form {
    padding-top: 30px;
  }
}

/* line 507, ../sass/screen.scss */
.newsletter {
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #303030;
}
/* line 512, ../sass/screen.scss */
.newsletter h3 {
  margin: 0 0 15px 0;
  color: #303030;
}
/* line 516, ../sass/screen.scss */
.newsletter p {
  margin: 0;
}
/* line 519, ../sass/screen.scss */
.newsletter .form {
  font-size: 0.875em;
  text-align: right;
}
/* line 523, ../sass/screen.scss */
.newsletter input[type="text"],
.newsletter input[type="phone"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 41px;
  margin-right: 15px;
  width: 200px;
  background: #f6f6f6;
}
@media only screen and (max-width: 1199px) {
  /* line 534, ../sass/screen.scss */
  .newsletter input[type="text"],
  .newsletter input[type="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 540, ../sass/screen.scss */
  .newsletter .form {
    padding-top: 30px;
  }
}

/* line 546, ../sass/screen.scss */
.footer {
  background: #000000;
  color: #c5c5c5;
}
/* line 548, ../sass/screen.scss */
.footer h4 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
/* line 552, ../sass/screen.scss */
.footer .bot1 {
  margin-right: 40px;
}
/* line 556, ../sass/screen.scss */
.footer .bot-address a {
  color: #000;
  text-decoration: underline;
}
/* line 559, ../sass/screen.scss */
.footer .bot-address a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  /* line 546, ../sass/screen.scss */
  .footer {
    text-align: center;
  }
  /* line 567, ../sass/screen.scss */
  .footer .bot-logo,
  .footer .botmenu {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 572, ../sass/screen.scss */
  .footer .bot-logo img {
    display: block;
    margin: 0 auto;
  }
  /* line 576, ../sass/screen.scss */
  .footer .bot-logo .bot1 {
    margin: 0 auto 25px auto;
  }
}

/* line 581, ../sass/screen.scss */
.copyright {
  padding: 20px 0;
  background: #2f2e2d;
}
/* line 584, ../sass/screen.scss */
.copyright .copy {
  color: #fff;
  padding-top: 20px;
  font-size: 0.875em;
  font-weight: 200;
}
/* line 589, ../sass/screen.scss */
.copyright .copy span {
  font-weight: 600;
}
/* line 592, ../sass/screen.scss */
.copyright .copy a {
  color: #fff;
  text-decoration: underline;
}
/* line 595, ../sass/screen.scss */
.copyright .copy a:hover {
  text-decoration: none;
}
/* line 600, ../sass/screen.scss */
.copyright .bot-social {
  padding-top: 15px;
}
/* line 602, ../sass/screen.scss */
.copyright .bot-social a {
  color: #c4c4c4;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.125em;
}
/* line 607, ../sass/screen.scss */
.copyright .bot-social a:hover {
  color: #fff;
}
/* line 612, ../sass/screen.scss */
.copyright .to-top {
  text-align: right;
  position: relative;
}
/* line 615, ../sass/screen.scss */
.copyright .to-top a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #c4c4c4;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 15px;
}
/* line 626, ../sass/screen.scss */
.copyright .to-top a i {
  font-size: 1.5em;
  line-height: 43px;
}
/* line 630, ../sass/screen.scss */
.copyright .to-top a:hover {
  background: #000;
}
@media only screen and (max-width: 991px) {
  /* line 636, ../sass/screen.scss */
  .copyright .to-top,
  .copyright .bot-social,
  .copyright .copy {
    text-align: center;
  }
  /* line 639, ../sass/screen.scss */
  .copyright .to-top {
    padding-top: 20px;
  }
  /* line 641, ../sass/screen.scss */
  .copyright .to-top a {
    position: static;
  }
  /* line 646, ../sass/screen.scss */
  .copyright .bot-social a {
    margin: 0 10px;
  }
}

/* line 654, ../sass/screen.scss */
.banner img {
  width: 100%;
}

/* line 659, ../sass/screen.scss */
.frame .frame-wrap {
  padding-top: 25px;
  margin: 0 auto;
}
/* line 664, ../sass/screen.scss */
.frame iframe {
  width: 100%;
  border: none;
  height: 843px;
}
@media only screen and (max-width: 991px) {
  /* line 670, ../sass/screen.scss */
  .frame .frame-wrap {
    width: 100%;
  }
}

/* line 676, ../sass/screen.scss */
.autowerke-menu {
  margin-top: 30px;
  background: #f2f2f2;
}
/* line 679, ../sass/screen.scss */
.autowerke-menu .aw-item {
  display: block;
  padding: 0 15px;
  width: 14.28571%;
  display: block;
  float: left;
  position: relative;
  height: 150px;
  border-bottom: 4px solid #f2f2f2;
}
/* line 688, ../sass/screen.scss */
.autowerke-menu .aw-item i {
  width: 120px;
  height: 90px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -45px;
  background: url(../images/logo-sprites.png) no-repeat;
}
/* line 699, ../sass/screen.scss */
.autowerke-menu .aw-item:hover,
.autowerke-menu .aw-item.active {
  border-bottom: 4px solid #d8d8d8;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-1 i {
  background-position: 0px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-1:hover i,
.autowerke-menu .aw-item-1.active i {
  background-position: 0px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-2 i {
  background-position: -120px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-2:hover i,
.autowerke-menu .aw-item-2.active i {
  background-position: -120px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-3 i {
  background-position: -240px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-3:hover i,
.autowerke-menu .aw-item-3.active i {
  background-position: -240px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-4 i {
  background-position: -360px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-4:hover i,
.autowerke-menu .aw-item-4.active i {
  background-position: -360px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-5 i {
  background-position: -480px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-5:hover i,
.autowerke-menu .aw-item-5.active i {
  background-position: -480px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-6 i {
  background-position: -600px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-6:hover i,
.autowerke-menu .aw-item-6.active i {
  background-position: -600px -90px;
}
/* line 704, ../sass/screen.scss */
.autowerke-menu .aw-item-7 i {
  background-position: -720px 0px;
}
/* line 707, ../sass/screen.scss */
.autowerke-menu .aw-item-7:hover i,
.autowerke-menu .aw-item-7.active i {
  background-position: -720px -90px;
}
@media only screen and (max-width: 991px) {
  /* line 676, ../sass/screen.scss */
  .autowerke-menu {
    text-align: center;
  }
  /* line 713, ../sass/screen.scss */
  .autowerke-menu .aw-item {
    display: inline-block;
    float: none;
    margin: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 721, ../sass/screen.scss */
  .autowerke-menu .aw-item {
    width: 33.33333%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  /* line 727, ../sass/screen.scss */
  .autowerke-menu .aw-item {
    width: 50%;
  }
}

/* line 733, ../sass/screen.scss */
.autowerke-content img {
  max-width: 100%;
}
/* line 736, ../sass/screen.scss */
.autowerke-content .section {
  padding-top: 40px;
}
/* line 738, ../sass/screen.scss */
.autowerke-content .section .heading {
  padding-bottom: 25px;
}
/* line 742, ../sass/screen.scss */
.autowerke-content .more {
  padding-top: 40px;
}
/* line 744, ../sass/screen.scss */
.autowerke-content .more a {
  color: #000;
}
/* line 746, ../sass/screen.scss */
.autowerke-content .more a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  /* line 752, ../sass/screen.scss */
  .autowerke-content .img {
    margin-bottom: 30px;
  }
}

/* line 758, ../sass/screen.scss */
.service p {
  font-size: 1.125em;
  line-height: 1.88;
  font-weight: 200;
}
/* line 763, ../sass/screen.scss */
.service .subheading {
  font-weight: 300;
}
/* line 766, ../sass/screen.scss */
.service img {
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 770, ../sass/screen.scss */
  .service p {
    font-size: 1em;
    line-height: 1.5;
  }
}

/* line 777, ../sass/screen.scss */
.service-heading h3 {
  margin-bottom: 25px;
}

/* line 781, ../sass/screen.scss */
.utility-icon {
  width: 42px;
  height: 42px;
  background: url(../images/small-sprite.png) 0 100% no-repeat;
}

/* line 793, ../sass/screen.scss */
.service-menu {
  font-weight: 200;
}
/* line 795, ../sass/screen.scss */
.service-menu .line-block,
.service-menu .color-block {
  border-top: 1px solid #000;
  border-bottom: none;
}
/* line 799, ../sass/screen.scss */
.service-menu .line-block .wrap,
.service-menu .color-block .wrap {
  padding: 20px 15px 20px 80px;
  position: relative;
  border-bottom: 1px solid #000;
}
/* line 803, ../sass/screen.scss */
.service-menu .line-block .wrap i,
.service-menu .color-block .wrap i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 18px;
}
/* line 810, ../sass/screen.scss */
.service-menu .line-block .wrap span,
.service-menu .color-block .wrap span {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
/* line 815, ../sass/screen.scss */
.service-menu .line-block .wrap:hover,
.service-menu .color-block .wrap:hover {
  cursor: pointer;
  font-weight: 600;
}
/* line 818, ../sass/screen.scss */
.service-menu .line-block .wrap:hover .utility-icon,
.service-menu .color-block .wrap:hover .utility-icon {
  background-position: 0 0;
}
/* line 824, ../sass/screen.scss */
.service-menu .line-block {
  margin-bottom: 60px;
}
/* line 830, ../sass/screen.scss */
.service-menu .color-block .wrap:hover .utility-icon {
  background-position: 0 0;
}
@media only screen and (max-width: 1199px) {
  /* line 793, ../sass/screen.scss */
  .service-menu {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 991px) {
  /* line 840, ../sass/screen.scss */
  .service-menu .color-block {
    margin-bottom: 60px;
  }
}

/* line 846, ../sass/screen.scss */
.termine {
  background: #f2f2f2;
}
/* line 848, ../sass/screen.scss */
.termine form {
  padding-top: 40px;
}
/* line 851, ../sass/screen.scss */
.termine .title-block {
  font-size: 1.5em;
  padding: 5px 15px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
/* line 857, ../sass/screen.scss */
.termine .content-block {
  background: none;
  padding: 15px;
}
/* line 861, ../sass/screen.scss */
.termine label,
.termine input[type="phone"],
.termine input[type="email"],
.termine input[type="phone"],
.termine select,
.termine textarea {
  display: block;
}
/* line 864, ../sass/screen.scss */
.termine input[type="phone"],
.termine input[type="email"],
.termine input[type="phone"],
.termine select,
.termine textarea {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #cacaca;
}
/* line 869, ../sass/screen.scss */
.termine input[type="phone"],
.termine input[type="email"],
.termine input[type="phone"],
.termine select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
/* line 874, ../sass/screen.scss */
.termine textarea {
  height: 80px;
  padding: 7px 10px;
  resize: none;
}
/* line 879, ../sass/screen.scss */
.termine label {
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 1.5em;
}
/* line 883, ../sass/screen.scss */
.termine label span {
  font-weight: 200;
}
/* line 887, ../sass/screen.scss */
.termine button {
  margin-top: 60px;
}
/* line 891, ../sass/screen.scss */
.termine .termin-bot-msg {
  font-size: 0.875em;
  font-weight: 200;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 897, ../sass/screen.scss */
  .termine .content-block {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 902, ../sass/screen.scss */
  .termine label {
    font-size: 1.125em;
  }
}

/* line 908, ../sass/screen.scss */
.news .news-item-short {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c7c7c7;
}
/* line 912, ../sass/screen.scss */
.news .news-item-short img {
  max-width: 100%;
}
/* line 915, ../sass/screen.scss */
.news .news-item-short h3 {
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
/* line 918, ../sass/screen.scss */
.news .news-item-short h3 a {
  color: #303030;
}
/* line 920, ../sass/screen.scss */
.news .news-item-short h3 a:hover {
  color: #303030;
  text-decoration: underline;
}
/* line 926, ../sass/screen.scss */
.news .news-item-short .info {
  padding: 5px 0;
  border-top: 1px solid #c7c7c7;
  margin-top: 40px;
}
/* line 930, ../sass/screen.scss */
.news .news-item-short .info span {
  display: inline-block;
}
/* line 933, ../sass/screen.scss */
.news .news-item-short .info i {
  margin-right: 5px;
}
/* line 936, ../sass/screen.scss */
.news .news-item-short .info .datum {
  margin-right: 30px;
}
/* line 941, ../sass/screen.scss */
.news .more {
  padding-top: 30px;
}
/* line 943, ../sass/screen.scss */
.news .more a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  /* line 949, ../sass/screen.scss */
  .news .news-item-short img {
    margin-bottom: 40px;
  }
}

/* line 957, ../sass/screen.scss */
.uber-uns .uber-uns-heading {
  padding-bottom: 40px;
}
/* line 960, ../sass/screen.scss */
.uber-uns .wir-uber {
  padding-bottom: 40px;
}
/* line 962, ../sass/screen.scss */
.uber-uns .wir-uber img {
  max-width: 100%;
  margin-bottom: 25px;
}
/* line 966, ../sass/screen.scss */
.uber-uns .wir-uber h4 {
  font-size: 2.25em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 972, ../sass/screen.scss */
  .uber-uns .wir-uber h4 {
    font-size: 1.25em;
  }
}
/* line 978, ../sass/screen.scss */
.uber-uns .quote .wrap {
  padding: 40px 40px 40px 160px;
  background: #f2f2f2 url(../images/quotes.png) 30px 40px no-repeat;
  font-size: 1.5em;
  font-weight: 200;
}
/* line 985, ../sass/screen.scss */
.uber-uns .more {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 989, ../sass/screen.scss */
  .uber-uns .wir-uber .col-md-4 {
    margin-bottom: 40px;
  }
  /* line 993, ../sass/screen.scss */
  .uber-uns .quote .wrap {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1000, ../sass/screen.scss */
  .uber-uns .quote .wrap {
    padding: 160px 40px 40px 40px;
    background-position: 40px 40px;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1009, ../sass/screen.scss */
  .uber-uns .quote .wrap {
    padding: 110px 15px 15px 15px;
    background-position: 15px 15px;
    font-size: 1em;
  }
}

/* line 1018, ../sass/screen.scss */
#map {
  height: 630px;
}

/* line 1021, ../sass/screen.scss */
.i-window {
  width: 210px !important;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 200;
  color: #303030;
  padding: 20px 10px;
  line-height: 1.5rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 1030, ../sass/screen.scss */
.i-window a {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
/* line 1034, ../sass/screen.scss */
.i-window a:hover {
  text-decoration: none;
}

/* line 1040, ../sass/screen.scss */
.infoBox img {
  display: none !important;
}

/* line 1045, ../sass/screen.scss */
.kontakt .kontakt-heading {
  padding-bottom: 30px;
}
/* line 1047, ../sass/screen.scss */
.kontakt .kontakt-heading p {
  text-transform: uppercase;
}
/* line 1051, ../sass/screen.scss */
.kontakt a {
  text-decoration: underline;
}
/* line 1053, ../sass/screen.scss */
.kontakt a:hover {
  text-decoration: none;
}
/* line 1057, ../sass/screen.scss */
.kontakt label,
.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt textarea {
  display: block;
}
/* line 1060, ../sass/screen.scss */
.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #f6f6f6;
  border: 1px solid #cacaca;
}
/* line 1066, ../sass/screen.scss */
.kontakt input[type="text"],
.kontakt input[type="email"] {
  height: 40px;
  padding: 0 15px;
}
/* line 1070, ../sass/screen.scss */
.kontakt textarea {
  height: 180px;
  padding: 5px 15px;
  resize: none;
}
/* line 1075, ../sass/screen.scss */
.kontakt label {
  font-weight: 200;
}
/* line 1077, ../sass/screen.scss */
.kontakt label span {
  color: #303030;
  font-size: 1.125em;
  font-weight: bold;
}
/* line 1083, ../sass/screen.scss */
.kontakt .info {
  font-weight: 200;
}
/* line 1086, ../sass/screen.scss */
.kontakt .subheading {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125em;
}
@media only screen and (max-width: 991px) {
  /* line 1093, ../sass/screen.scss */
  .kontakt .info {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1098, ../sass/screen.scss */
  .kontakt .captcha img {
    margin-bottom: 30px;
  }
}

/* line 1104, ../sass/screen.scss */
.hamann-frame {
  background: #2c2c2c;
  width: 100%;
  margin: 0 auto;
}
/* line 1108, ../sass/screen.scss */
.hamann-frame iframe {
  border: none;
  height: 1600px;
}

/* line 1115, ../sass/screen.scss */
.impressum h4 {
  font-size: 1.875em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  /* line 1115, ../sass/screen.scss */
  .impressum h4 {
    font-size: 1.125em;
  }
}
/* line 1123, ../sass/screen.scss */
.impressum a {
  text-decoration: underline;
}
/* line 1125, ../sass/screen.scss */
.impressum a:hover {
  text-decoration: none;
}
/* line 1129, ../sass/screen.scss */
.impressum .mailto {
  color: #303030;
  text-decoration: none;
}
/* line 1132, ../sass/screen.scss */
.impressum .mailto:hover {
  text-decoration: underline;
}
/* line 1136, ../sass/screen.scss */
.impressum .imp-info {
  padding-top: 30px;
}
/* line 1139, ../sass/screen.scss */
.impressum p {
  word-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  /* line 1143, ../sass/screen.scss */
  .impressum .company.a {
    padding-top: 40px;
  }
}

/* line 1148, ../sass/screen.scss */
.news-detail h3 {
  margin: 0 0 30px 0;
}

/* line 1151, ../sass/screen.scss */
.news-detail-info {
  padding-bottom: 20px;
}
/* line 1153, ../sass/screen.scss */
.news-detail-info span {
  display: inline-block;
}
/* line 1155, ../sass/screen.scss */
.news-detail-info span.datum {
  margin-right: 30px;
}
/* line 1158, ../sass/screen.scss */
.news-detail-info span i {
  display: inline-block;
  margin-right: 5px;
}

/* line 1164, ../sass/screen.scss */
.back-link {
  text-align: right;
  padding-top: 10px;
  font-size: 0.875rem;
}
/* line 1168, ../sass/screen.scss */
.back-link a {
  color: #000;
  font-weight: bold;
}
/* line 1171, ../sass/screen.scss */
.back-link a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  /* line 1164, ../sass/screen.scss */
  .back-link {
    text-align: left;
    padding-top: 20px;
  }
}

/* line 1181, ../sass/screen.scss */
.news-detail .img {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1185, ../sass/screen.scss */
.news-detail img {
  width: 100%;
}
/* line 1188, ../sass/screen.scss */
.news-detail .slick-prev,
.news-detail .slick-next {
  height: 34px;
  width: 34px;
  top: 50%;
  margin-top: -17px;
  border: 2px solid #fff;
  text-shadow: -2px 1px 2px rgba(19, 17, 16, 0.25);
  -moz-box-shadow: rgba(19, 17, 16, 0.25) -2px 2px 2px 0px;
  -webkit-box-shadow: rgba(19, 17, 16, 0.25) -2px 2px 2px 0px;
  box-shadow: rgba(19, 17, 16, 0.25) -2px 2px 2px 0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1197, ../sass/screen.scss */
.news-detail .slick-prev:before,
.news-detail .slick-next:before {
  font-family: "CRM";
  font-size: 14px;
}
/* line 1202, ../sass/screen.scss */
.news-detail .slick-prev {
  left: 15px;
}
/* line 1204, ../sass/screen.scss */
.news-detail .slick-prev:before {
  content: "\e617";
}
/* line 1208, ../sass/screen.scss */
.news-detail .slick-next {
  right: 15px;
}
/* line 1210, ../sass/screen.scss */
.news-detail .slick-next:before {
  content: "\e616";
}
/* line 1214, ../sass/screen.scss */
.news-detail .txt {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 200;
  color: #474747;
}
/* line 1220, ../sass/screen.scss */
.news-detail .download-file {
  margin-top: 20px;
}
@media only screen and (max-width: 479px) {
  /* line 1224, ../sass/screen.scss */
  .news-detail .img {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* line 1230, ../sass/screen.scss */
.download-file {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
}
/* line 1235, ../sass/screen.scss */
.download-file i {
  color: #87878b;
  display: inline-block;
  margin-right: 10px;
}
/* line 1240, ../sass/screen.scss */
.download-file:hover {
  color: #000;
}

/* line 1245, ../sass/screen.scss */
.archive .acc,
.archive .acc ul,
.archive .acc li,
.archive li a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
/* line 1251, ../sass/screen.scss */
.archive li a {
  display: inline-block;
  font-size: 1.125rem;
}
/* line 1257, ../sass/screen.scss */
.archive .acc > li > a {
  font-weight: bold;
}
/* line 1259, ../sass/screen.scss */
.archive .acc > li > a:before {
  content: "-\00a0";
  display: inline-block;
}
/* line 1264, ../sass/screen.scss */
.archive .acc > li > a.closed:before {
  content: "+\00a0";
}
/* line 1270, ../sass/screen.scss */
.archive .acc ul {
  margin-bottom: 30px;
}
/* line 1272, ../sass/screen.scss */
.archive .acc ul li {
  border-bottom: 1px solid #aaa;
}
/* line 1274, ../sass/screen.scss */
.archive .acc ul li a {
  font-weight: 200;
  background: #fff;
  padding-top: 10px;
  -moz-box-shadow: #fff 2px 2px;
  -webkit-box-shadow: #fff 2px 2px;
  box-shadow: #fff 2px 2px;
}
@media only screen and (max-width: 991px) {
  /* line 1244, ../sass/screen.scss */
  .archive {
    padding-top: 60px;
  }
}

/* line 1287, ../sass/screen.scss */
#h-map {
  height: 710px;
}
@media only screen and (max-width: 991px) {
  /* line 1287, ../sass/screen.scss */
  #h-map {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1287, ../sass/screen.scss */
  #h-map {
    height: 300px;
  }
}

/* line 1297, ../sass/screen.scss */
.handlers h3 {
  margin: 0 0 35px 0;
}
/* line 1300, ../sass/screen.scss */
.handlers hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #dadada;
}

/* line 1307, ../sass/screen.scss */
.handler {
  font-size: 0.875rem;
  font-weight: 200;
}
/* line 1310, ../sass/screen.scss */
.handler a {
  color: #000;
  font-weight: normal;
}
/* line 1313, ../sass/screen.scss */
.handler a:hover {
  text-decoration: underline;
}
/* line 1317, ../sass/screen.scss */
.handler img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 1321, ../sass/screen.scss */
  .handler .company-name,
  .handler .company-address,
  .handler .company-info {
    margin-bottom: 30px;
  }
}
