@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row [class*="col-"] {
  float: left;
}
.row [class*="col-"].u-push {
  float: right;
}
.row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row--cg {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
}
.row--cg:before, .row--cg:after {
  content: " ";
  display: table;
}
.row--cg:after {
  clear: both;
}
.row--cg [class*="col-"] {
  float: left;
}
.row--cg [class*="col-"].u-push {
  float: right;
}
.row--cg [class*="col-"] {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 599px) {
  .row--cg {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .row--cg [class*="col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .col-sm-1 {
    width: 33.3333333333%;
  }
  .col-sm-2 {
    width: 66.6666666667%;
  }
  .col-sm-3 {
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .col-md-1 {
    width: 16.6666666667%;
  }
  .col-md-2 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-4 {
    width: 66.6666666667%;
  }
  .col-md-5 {
    width: 83.3333333333%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Icons
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.o-icon--nav, .o-icon--phone, .o-icon--map, .o-icon--download, .o-icon--arrow-left, .o-icon--arrow-right, .o-icon--arrow-down, .o-icon--heart, .o-icon--search, .o-icon--overview, .o-icon--video, .o-icon--upload, .o-icon--mail, .o-icon--facebook, .o-icon--google, .o-icon--offer, .o-icon--x-mark, .o-icon--zoom, .o-icon--youtube, .o-icon--twitter, .o-icon--instagram, .o-icon--youtube-2, .o-icon--plus {
  display: block;
  position: relative;
  text-align: center;
  text-indent: -9999px;
}
.o-icon--nav:before, .o-icon--phone:before, .o-icon--map:before, .o-icon--download:before, .o-icon--arrow-left:before, .o-icon--arrow-right:before, .o-icon--arrow-down:before, .o-icon--heart:before, .o-icon--search:before, .o-icon--overview:before, .o-icon--video:before, .o-icon--upload:before, .o-icon--mail:before, .o-icon--facebook:before, .o-icon--google:before, .o-icon--offer:before, .o-icon--x-mark:before, .o-icon--zoom:before, .o-icon--youtube:before, .o-icon--twitter:before, .o-icon--instagram:before, .o-icon--youtube-2:before, .o-icon--plus:before, .o-icon--plus:after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 0.875em;
  text-indent: 0;
  font-family: "icons";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-icon--nav, .o-icon--phone, .o-icon--map, .o-icon--download, .o-icon--arrow-left, .o-icon--arrow-right, .o-icon--arrow-down, .o-icon--heart, .o-icon--search, .o-icon--overview, .o-icon--video, .o-icon--upload, .o-icon--mail, .o-icon--facebook, .o-icon--google, .o-icon--offer, .o-icon--x-mark, .o-icon--zoom, .o-icon--youtube, .o-icon--twitter, .o-icon--instagram, .o-icon--youtube-2, .o-icon--plus {
  /* !Icon-Plus = CCS-Icon! */
}
.o-icon--plus:before, .o-icon--plus:after {
  background-color: currentColor;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-icon--plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o-icon--nav:before {
  content: "A";
}
.o-icon--phone:before {
  content: "B";
}
.o-icon--map:before {
  content: "C";
}
.o-icon--download:before {
  content: "D";
}
.o-icon--arrow-left:before {
  content: "E";
}
.o-icon--arrow-right:before {
  content: "F";
}
.o-icon--arrow-down:before {
  content: "G";
}
.o-icon--heart:before {
  content: "H";
}
.o-icon--search:before {
  content: "I";
}
.o-icon--overview:before {
  content: "J";
}
.o-icon--video:before {
  content: "K";
}
.o-icon--upload:before {
  content: "L";
}
.o-icon--mail:before {
  content: "M";
}
.o-icon--facebook:before {
  content: "N";
}
.o-icon--google:before {
  content: "O";
  font-size: 1.5em;
}
.o-icon--offer:before {
  content: "P";
}
.o-icon--x-mark:before {
  content: "Q";
}
.o-icon--zoom:before {
  content: "R";
}
.o-icon--youtube:before {
  content: "S";
  font-size: 1.25em;
}
.o-icon--twitter:before {
  content: "T";
}
.o-icon--instagram:before {
  content: "U";
  font-size: 1em;
}
.o-icon--youtube-2:before {
  content: "V";
  font-size: 1.25em;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/*$color-primary: #c21d24;*/
/*
|--------------------------------------------------------------------------
| Globals
|--------------------------------------------------------------------------
*/
html {
  color: #4d4d4d;
}
body {
  background-color: #c4161c;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #c4161c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #c4161c;
  color: #fff;
  text-shadow: none;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
.wrapper, .l-wrap {
  padding: 0 1em;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .wrapper, .l-wrap {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .wrapper, .l-wrap {
    margin: auto;
    width: 1280px;
  }
}
@media screen and (min-width: 1344px) {
  .wrapper, .l-wrap {
    padding: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
.t1, h1, .t2, h2, .t3, h3 {
  color: #c4161c;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
}
.t1, h1 {
  font-size: 2.5em;
  letter-spacing: -0.025em;
  line-height: 1em;
}
@media only screen and (min-width: 1000px) {
  .t1, h1 {
    font-size: 2.75em;
  }
}
.t2, h2 {
  font-size: 1.625em;
  letter-spacing: 0.02em;
}
.t3, h3 {
  font-size: 1.25em;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 1000px) {
  .t3, h3 {
    /*text-align: left; */
  }
}
.s1 {
  font-size: 0.875em;
  line-height: 1.625em;
}
.s2 {
  font-size: 0.75em;
  line-height: 1.625em;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
p {
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
figure {
  margin: 0;
}
figcaption {
  background: #ccc;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 0 0 1em;
  padding: 1em 1rem;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| Form Globals
|--------------------------------------------------------------------------
*/
input, button, textarea {
  background: #fff;
  border: none;
  color: #c4161c;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  outline: none;
  padding: 0.625em 0.5em;
  width: 100%;
}
@media only screen and (min-width: 1260px) {
  input, button, textarea {
    font-size: 1.125em;
  }
}
.o-btn, .o-btn--ghost {
  background: #4d4d4d;
  color: #fff;
  display: block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.15rem;
  padding: 0.75rem 3.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 1000px) {
  .o-btn, .o-btn--ghost {
    font-size: 0.875em;
  }
}
.o-btn:hover, .o-btn--ghost:hover {
  opacity: 0.8;
}
.o-btn--ghost {
  background: transparent;
  border: 3px solid #fff;
}
.o-btn2 {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.925em;
  padding: 0.25em 0.25em 0.25em 0;
  position: relative;
  letter-spacing: 0.125em;
  line-height: 1.6em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.o-btn2:after {
  content: "〉";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70%;
  font-weight: normal;
  position: absolute;
  right: -1.25em;
}
.o-btn2:hover {
  opacity: 0.8;
}
.btn, button, input[type="submit"] {
  background: #4d4d4d;
  color: #fff;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.15rem;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover, button:hover, input[type="submit"]:hover {
  background: #c4161c;
  opacity: 0.8;
}
.btn.ghost, button.ghost, input[type="submit"].ghost {
  border: 1px solid #fff;
  background: transparent;
}
.btn {
  display: block;
}
.btn2nd {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.925em;
  padding: 0.25em 0.25em 0.25em 0;
  position: relative;
  letter-spacing: 0.125em;
  line-height: 1.6em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn2nd:after {
  content: "〉";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  position: absolute;
  right: -1rem;
  top: 18%;
}
.btn2nd:hover {
  opacity: 0.7;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  -webkit-box-shadow: inset 1px 1px 0px 0px #b2b2b2;
  -moz-box-shadow: inset 1px 1px 0px 0px #b2b2b2;
  -ms-box-shadow: inset 1px 1px 0px 0px #b2b2b2;
  box-shadow: inset 1px 1px 0px 0px #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]::-moz-placeholder {
  color: #8c8c8c;
}
input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]:-moz-placeholder {
  color: #8c8c8c;
}
/*
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
input[type="file"] {
	@import box-shadow(none);
}
*/
input[type="radio"] {
  width: 2em;
}
input[type="checkbox"] {
  margin-right: 0.5em;
  width: auto;
}
textarea {
  resize: vertical;
}
select {
  height: 2.5em;
  width: 100%;
}
label {
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| Form Validation
|--------------------------------------------------------------------------
*/
.formular {
  position: relative;
}
.required-hint {
  float: left;
  font-size: 0.75em;
}
.error, .error .required {
  color: #4b70d9;
}
.terms {
  display: none;
}
#js-error {
  background-color: #4b70d9;
  display: none;
  line-height: 1.46em;
  padding: 1em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#js-error.show {
  display: block;
}
#js-error ul {
  text-align: center;
}
#js-error ul li {
  color: #fff;
  list-style: none;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
*/
.c-cta-container {
  background-color: #ed912f;
  background-image: url("/_layout/img/bg_holz-dach_holzbau_ilchmann-zimmerer_dachdecker_themar.jpeg");
  background-repeat: repeat-x;
}
@media only screen and (max-width: 599px) {
  .c-cta-container {
    background-size: cover;
  }
}
.c-blk-container .c-cta-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.c-cta {
  padding: 1.5em 15%;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .c-cta {
    padding: 1.5em 10%;
  }
}
@media only screen and (min-width: 1260px) {
  .c-cta {
    padding: 1em 0 2em;
  }
}
.c-cta__txt {
  color: #fff;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .c-cta__txt {
    display: inline-block;
  }
}
@media only screen and (min-width: 1260px) {
  .c-cta__txt {
    font-size: 1.5em;
  }
}
.c-cta__btn {
  border-color: #c4161c;
  display: inline-block;
  margin: 1.5em auto 0;
}
@media only screen and (min-width: 1000px) {
  .c-cta__btn {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 1260px) {
  .c-cta__btn {
    margin-left: 4vw;
  }
}
/*
|--------------------------------------------------------------------------
| Header / Nav
|--------------------------------------------------------------------------
*/
/*
.c-top-nav {
background-color: $color-secondary;

.c-top-nav__list--left {
display: inline-block;

.c-top-nav__item {
display: inline-block;
float: left;

.c-item {
color: $color-white;
display: block;
padding: .25em .5em;
text-indent: -9999px;
@include s2;

@media screen and (min-width:736px){
margin-right: 1em;
padding-left: 1.5em;
text-align: left;
text-indent: initial;
}

&[class*='o-icon--']{
height: 100%;
width: 30px;

@media screen and (min-width:736px){
width: auto;
}
}
}

&:first-child .c-item {
display: none;

@include respond-to(medium-screens){
display: block;	
padding-left: 0;
}
}
}
}

.c-top-nav__list--right {
@extend .c-top-nav__list--left;

.c-top-nav__item {

.c-item {
margin-left: .5em;
margin-right: 0;
padding: .25em .5em;
text-align: center;				
text-indent: -9999px;

&[class*='o-icon--']{
width: 30px;
}
}

&:first-child .c-item {
display: none;

@include respond-to(wide-screens){
display: block;
text-indent: initial;
}
}
}
}
}

.l-top-nav {
position: relative;
}

.l-top-nav__list--left { 
float: left;
}

.l-top-nav__list--right {
float: right;
}
*/
.c-border {
  background-image: url("/_layout/img/bg_holz-dach_holzbau_ilchmann-zimmerer_dachdecker_themar.jpeg");
  background-repeat: repeat-x;
  height: 2vw;
  max-height: 16px;
}
.c-header {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .c-header {
    height: 126px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header {
    height: 146px;
  }
}
.c-header__inner {
  background: #fff;
  height: 23vw;
  max-height: 95px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1000px) {
  .c-header__inner {
    height: 126px;
    max-height: inherit;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header__inner {
    height: 146px;
  }
}
.c-header__inner .l-wrap {
  padding: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1343px) {
  .c-header__inner .l-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.fscr-container .c-header__inner {
  background: transparent;
}
.is_stuck .c-header__inner {
  height: 90px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.fscr-container .is_stuck .c-header__inner {
  background: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.l-logo-container {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 53%;
  width: 62vw;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is_stuck .l-logo-container {
  top: 0;
}
@media only screen and (min-width: 1000px) {
  .l-logo-container {
    margin: 0;
    max-width: 270px;
    padding-left: 0;
    position: relative;
    top: 1em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 1260px) {
  .l-logo-container {
    max-width: 300px;
  }
}
.c-logo {
  background: url("/_layout/img/logo-dach_holzbau_ilchmann-zimmerer_themar.png") no-repeat center;
  background-size: 100%;
  display: block;
  height: 14vw;
  margin: 0 auto;
  width: 50vw;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media screen and (min-width: 380px) {
  .c-logo {
    max-height: 66px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .c-logo {
    margin: 0 0 0 -0.25em;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media screen and (min-width: 1100px) {
  .c-logo {
    max-height: 71px;
    max-width: 270px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo {
    max-height: 90px;
    max-width: 341px;
  }
}
.is_stuck .c-logo {
  max-height: 72px;
  max-width: 200px;
}
.c-nav {
  height: 4em;
  /*position: relative;*/
}
@media only screen and (min-width: 1000px) {
  .c-nav {
    float: right;
    height: 110px;
    padding-top: 0.5em;
    text-align: right;
    width: 75%;
  }
}
.is_stuck .c-nav {
  padding-top: 0;
}
.c-nav.mm-menu {
  height: 100%;
}
.c-nav.is_stuck .c-nav__item--search, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav, .c-nav.is_stuck .c-nav__item--nav {
  background-color: #ed912f;
  background-image: url("/_layout/img/bg_holz-dach_holzbau_ilchmann-zimmerer_dachdecker_themar.jpeg");
  background-repeat: repeat-x;
  color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.c-nav.is_stuck .c-nav__item--search .c-item, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone .c-item, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav .c-item, .c-nav.is_stuck .c-nav__item--nav .c-item {
  color: #fff;
}
.c-nav.is_stuck .c-nav__item--search [class*="o-icon--"], .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"], .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone [class*="o-icon--"], .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"], .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav [class*="o-icon--"], .c-nav.is_stuck .c-nav__item--nav [class*="o-icon--"] {
  border: 2px solid #c4161c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.c-nav__list--navsec, .c-nav__list--navmain {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec, .c-nav__list--navmain {
    display: inline-block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item, .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navmain .c-nav__item {
    display: inline-block;
    float: left;
  }
}
.c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navsec .c-nav__item--search .c-item, .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navmain .c-nav__item .c-item {
  color: #4d4d4d;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navsec .c-nav__item--search .c-item, .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navmain .c-nav__item .c-item {
    cursor: pointer;
    display: block;
    font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    padding: 0.625em 1em 0.625em;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.625em;
  }
  .c-nav__list--navsec .c-nav__item .c-item:hover, .c-nav__list--navsec .c-nav__item--search .c-item:hover, .c-nav__list--navsec .c-nav__item--phone .c-item:hover, .c-nav__list--navsec .c-nav__item--nav .c-item:hover, .c-nav__list--navmain .c-nav__item .c-item:hover {
    opacity: 0.6;
  }
}
.c-nav__list--navsec {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec {
    margin-top: 0.25em;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navsec {
    margin-top: 10px;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item {
    float: right;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item .c-item {
    font-size: 0.75em;
    line-height: 1.625em;
  }
}
@media only screen and (min-width: 1000px) {
  .is_stuck .c-nav__list--navsec {
    opacity: 0;
    margin-top: -2.5em;
  }
}
.c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
  color: #fff;
  display: none;
  left: 0.25em;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    display: block;
    float: right;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    font-size: 1.25em;
  }
}
.c-nav__list--navsec .c-nav__item--search [class*="o-icon--"], .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"], .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"] {
  font-size: 1.25em;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"]:before {
    top: 40%;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"]:before {
    top: 50%;
  }
}
.c-nav__list--navsec .c-nav__item--phone {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item--phone .c-item {
    letter-spacing: 0.05em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    text-indent: unset;
    width: auto;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item:before {
    float: left;
    position: relative;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item i {
    display: block;
    float: left;
    font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-style: unset;
    padding: 0 0 0 10px;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item i span {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1260px) {
  .c-nav__list--navsec .c-nav__item--phone .c-item i {
    margin-top: -4px;
  }
}
.c-nav__list--navsec .c-nav__item--nav {
  display: block;
  left: auto;
  right: 0.25em;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item--nav {
    display: none;
  }
}
.c-nav__list--navmain {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain {
    margin-top: -1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navmain {
    margin-top: -1.125em;
  }
}
.is_stuck .c-nav__list--navmain {
  margin-top: -0.5em;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1260px) {
  .is_stuck .c-nav__list--navmain {
    margin-top: -0.75em;
  }
}
.c-nav__list--navmain .c-nav__item {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    font-size: 1.125em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item {
    position: relative;
  }
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item:before {
    border-color: transparent transparent #404040 transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    bottom: -18px;
    content: "";
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 0;
  }
  .is_stuck .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item:before {
    bottom: -16px;
  }
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item .inner {
    position: relative;
  }
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item .inner:before {
    content: "〉";
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 0.875em;
    position: absolute;
    right: -2%;
    top: 10%;
    width: auto;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -moz-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -o-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1100px) {
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item:before {
    bottom: -12px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1100px) {
  .is_stuck .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item:before {
    bottom: -10px;
  }
}
.c-nav__list--navmain .c-nav__item.is-mmdropdown:hover .c-item:before {
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item.is-active > .c-item {
    color: #c4161c;
  }
  .c-nav__list--navmain .c-nav__item.is-active:hover {
    opacity: 1;
  }
}
.c-nav__list--navmain > .c-nav__item:first-child {
  /*display: none; */
}
.mm {
  position: relative;
  top: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .mm {
    display: none;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 85px !important;
  }
  .is_stuck .mm {
    top: 55px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .mm .mm-container {
    background: #404040;
    position: relative;
    padding: 2em;
    top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }
}
.mm .mm-img-container {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mm .mm-img-container {
    display: block;
  }
}
.mm .mm-img-container .mm-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  width: 100%;
}
.mm#mm-kamine .mm-img {
  background-image: url(#WE:1196#);
}
.mm#mm-kacheloefen .mm-img {
  background-image: url(#WE:1197#);
}
.mm#mm-weitere .mm-img {
  background-image: url(#WE:1175#);
}
.mm .mm-title {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mm .mm-title {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #c4161c;
    display: block;
    margin-bottom: 1rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .mm .mm-list {
    margin-top: -0.5em;
  }
}
.mm .row {
  margin-left: 0;
  margin-right: 0;
}
.mm .row .columns {
  padding-left: 0;
  padding-right: 0;
}
.mm .c-nav__item {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .mm .c-nav__item .c-item {
    color: #fff;
    display: block;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .mm .c-nav__item .c-item .inner {
    display: block !important;
    text-align: left;
  }
}
.mm .c-nav__item.is-active .c-item {
  color: #fff;
  opacity: 0.6;
}
@media only screen and (min-width: 1000px) {
  .mm:hover, .is-mmdropdown .c-item:hover + .mm {
    display: block;
  }
}
#nav-mobile .c-nav__item {
  display: block;
}
#nav-mobile .c-nav__item--search, #nav-mobile .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec #nav-mobile .c-nav__item--phone, #nav-mobile .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navsec #nav-mobile .c-nav__item--nav, #nav-mobile .c-nav__item--nav {
  display: none;
}
/*
ul.dropdown-menu {

li {
a {
border-bottom: none;
}

&.active a {
opacity: .6;
}
}
}


a {

}

&.dropdown { 
@media screen and (min-width:1000px){


position: relative; 

.inner {
padding-right: 1em; 
position: relative; 

&:before {
content: "\232A"; 
font-family: 'Helvetica','Arial',sans-serif; 
font-size: .875em; 
height: 1.2em;  
position: absolute; 
right: -5px; 
top: 40%; 
width: 1.2em; 
@include rotate(90deg);
}
}

ul.dropdown-menu {
display: none;
left: 0; 
opacity: 0; 
padding: 1.2rem 1rem 0; 
position: absolute; 
top: 2.75rem; 
visibility: hidden;
@include transition(opacity 0.2s);

> li {
background: $color-secondary;
border-left: 3px solid $color-grey80; 
display: block; 
float: none; 
width: 15em; 
@include box-shadow(0 0 5px 0 rgba(0,0,0,0.13));
}

li {

&:first-child {
position: relative;
@include border-radius(5px 5px 0 0);

&:before {
border-color: transparent transparent #808080 transparent;
border-style: solid; 
border-width: 0 8px 8px 8px;
content: "";
height: 0; 
left: 24px; 
position: absolute; 
top: -8px; 
width: 0; 
@include rotate(360deg);
}
}

&:last-child {
@include border-radius(0 0 5px 5px);
}

&:hover {
background: darken($color-grey,5%);
}


&.active {
background: darken($color-grey,5%);
border-left: 3px solid $color-primary; 
@include box-shadow(inset 0 -5px 55px 0 rgba(0,0,0,0.13));
}

a {
font-size: .875em; 
padding: 1.125rem 1rem 1rem; 
}
}

.dropdown { 
position: relative; 

ul.dropdown-menu { 
display: none; 
left: 14.625em; 
opacity: 0; 
padding: 0 0 0 15px; 
position: absolute; 
top: 0; 
visibility: hidden;

> li {
border-left: none;
width: 15em;	
}

li {

&:first-child:before { 
display: none; 
}
}
}

&:hover {
ul.dropdown-menu { 
display: block; 
opacity: 1; 
visibility: visible; 
}
}
}

.inner {
border: none;
padding-right: 0; 

&:before {
display: none;
}
}
}
}

&:hover {

ul.dropdown-menu { 
display: block; 
opacity: 1; 
visibility: visible; 
}
}

}
*/
.js .js-search-toggle-no-js {
  display: none !important;
}
.no-js .js-search-toggle {
  display: none !important;
}
.no-js .js-search-toggle-no-js {
  display: block !important;
}
/*
|--------------------------------------------------------------------------
| Fixed Buttons
|--------------------------------------------------------------------------
*/
.c-sticky-btns {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-sticky-btns {
    bottom: 0;
    display: block;
    position: fixed;
    right: 1em;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1260px) {
  .c-sticky-btns {
    right: 2em;
  }
}
.c-sticky-btns__item {
  background-color: #ed912f;
  background-image: url("/_layout/img/bg_holz-dach_holzbau_ilchmann-zimmerer_dachdecker_themar.jpeg");
  background-repeat: repeat-x;
  display: block;
  margin-bottom: 1em;
  padding: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.c-sticky-btns__item .c-item {
  border: 2px solid #c4161c;
  color: #fff;
  height: 60px;
  text-align: center;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.c-sticky-btns__item .c-item:before {
  font-size: 1.75rem;
}
@media only screen and (min-width: 1260px) {
  .c-sticky-btns__item .c-item:before:before, .c-sticky-btns__item .c-item.o-icon--plus:after {
    font-size: 2rem;
  }
}
.c-sticky-btns__item .c-item:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1260px) {
  .c-sticky-btns__item .c-item {
    height: 70px;
    width: 70px;
  }
}
/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/
.c-hero-container {
  background: #fff;
  position: relative;
}
.c-hero {
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vw;
}
@media only screen and (min-width: 1000px) {
  .c-hero {
    max-height: 300px;
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1260px) {
  .c-hero {
    max-height: 350px;
    max-height: 50vh;
  }
}
@media screen and (min-width: 1400px) {
  .c-hero {
    max-height: 400px;
    max-height: 50vh;
  }
}
.c-hero .c-hero__hdl-container {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hero .c-hero__hdl {
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.5);
}
/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/
.c-breadcrumb-container {
  background-color: #f7f7f7;
}
.c-breadcrumb {
  display: none;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .c-breadcrumb {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .c-breadcrumb {
    text-align: left;
  }
}
.c-breadcrumb__list {
  display: inline-block;
  margin: 0;
  padding: 0.5em 0 0.25em;
}
.c-breadcrumb__list .c-breadcrumb__item {
  color: #8c8c8c;
  display: inline-block;
  float: left;
  position: relative;
}
.c-breadcrumb__list .c-breadcrumb__item:before {
  color: #999;
  content: "F";
  font-style: normal;
  font-weight: normal;
  float: left;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 0.625em;
  margin: 0 0.625em 0;
  position: relative;
  top: 0.55em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-breadcrumb__list .c-breadcrumb__item:first-child {
  display: none;
  margin-right: 0.75em;
}
@media only screen and (min-width: 1000px) {
  .c-breadcrumb__list .c-breadcrumb__item:first-child {
    display: inline-block;
  }
}
.c-breadcrumb__list .c-breadcrumb__item:first-child:before {
  display: none;
}
.c-breadcrumb__list .c-breadcrumb__item .c-item {
  font-size: 0.75em;
  line-height: 1.625em;
}
.c-breadcrumb__list .c-breadcrumb__item.to-homepage:before {
  display: none;
}
/*
|--------------------------------------------------------------------------
| Tile
|--------------------------------------------------------------------------
*/
.c-teaser, .c-teaser--home {
  text-align: center;
}
.c-teaser [class*="col-"], .c-teaser--home [class*="col-"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.c-teaser__txt {
  margin: 0 auto 3em;
  max-width: 780px;
}
.c-teaser--home {
  background: #c4161c;
}
.c-teaser--home__hdl {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.c-teaser--home__txt {
  color: #fff;
  margin: 0 auto 3em;
  max-width: 780px;
}
.c-teaser--home__btn {
  color: #fff;
}
.c-tiles--team__hdl {
  /*background: linear-gradient(280deg, transparent 30px, $color-primary 0);*/
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22600%22%20height%3D%22100%22%20viewBox%3D%220%200%20600%20100%22%3E%3Cpolygon%20points%3D%22599.5%200%20581.4%20100.8%20-0.5%20100.8%20-0.5%200%20%22%20fill%3D%22%23007FD0%22/%3E%3C/svg%3E");
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 1em;
  padding: 0.5rem 1rem;
}
.c-tile, .c-tile--teaser--home, .c-tile--sidebar, .c-tile--products {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 600px) {
  .c-tile, .c-tile--teaser--home, .c-tile--sidebar, .c-tile--products {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-tile, .c-tile--teaser--home, .c-tile--sidebar, .c-tile--products {
    margin-bottom: 2.5em;
  }
}
.c-tile:hover .c-tile__img img, .c-tile--teaser--home:hover .c-tile__img img, .c-tile--sidebar:hover .c-tile__img img, .c-tile--products:hover .c-tile__img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.c-tile__img {
  overflow: hidden;
}
.c-tile__img img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-tile__txt {
  padding: 0 1em 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile__txt {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.c-tile--teaser--home {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.c-tile__hdl-container {
  display: table;
  width: 100%;
}
.c-tile__hdl, .c-tile--teaser--home__hdl {
  color: #c4161c;
  display: table-cell;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-tile__hdl:before, .c-tile--teaser--home__hdl:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 35'%3E%3Cg%3E%3Cpath fill='rgb(237,145,47)' d='M31.561,5.06c1.555-0.703,5.073-1.669,6.787-2.081V1.561c0-0.588-0.917-1.417-1.254-1.417c-3.092,0-13.793,3.451-13.793,5.385c0,1.144,0.683,1.983,1.88,1.983C26.434,7.512,30.264,5.648,31.561,5.06 M45.246,6.945v-0.85c0-0.661-0.837-1.416-1.568-1.416h-0.94c-4.735,0-10.836,1.947-14.64,3.201c-2.487,0.822-4.346,1.103-6.866,2.011c-3.376,1.217-1.347,2.438-6.708,2.438c-0.379,0.512-0.627,0.499-0.627,1.134v0.567c0,0.635,0.248,0.622,0.627,1.133c2.321,0,1.396,0.568,2.507,0.568h0.314c0.053,0,10.052-3.776,12.417-4.362c5.993-1.488,6.517-3.007,14.23-3.007C44.526,8.039,45.246,7.746,45.246,6.945 M51.202,10.912v-0.849c0-0.663-0.521-1.134-1.254-1.134h-0.941c-0.174,0-9.505,2.753-11.038,3.058c-4.275,0.848-7.482,1.638-11.408,2.72c-3.514,0.969-7.648,1.947-10.974,3.118c-1.793,0.631-3.323,1.254-4.931,2.061C9.77,20.33,6.06,21.293,6.06,22.247v0.284c0,0.464,0.187,0.85,0.627,0.85c3.06,0,18.702-4.944,22.438-6.071c3.681-1.108,7.05-2.487,10.668-3.391c2.175-0.543,3.549-0.88,5.696-1.368C47.18,12.165,51.202,12.706,51.202,10.912 M58.098,14.314V13.18c0-0.683-1.126-1.701-1.881-1.701h-0.313c-1.978,0-4.713,2.1-6.382,2.449c-2.952,0.619-5.092,1.263-7.479,1.742c-5.436,1.093-9.885,2.31-14.701,3.714C23.861,20.4,0.417,27.289,0.417,29.049v0.567c0,0.655,0.35,1.701,0.94,1.701c4.068,0,23.211-7.289,27.712-8.955c5.004-1.854,9.262-2.434,14.621-3.787c2.445-0.618,4.572-1.262,7.433-1.783C53.168,16.42,58.098,16.479,58.098,14.314M61.069,19.414c0-0.992-0.676-1.983-1.538-1.983c-0.149,0-10.507,3.638-12.423,4.14c-4.528,1.187-9.316,1.886-13.787,2.883c-3.775,0.843-24.847,6.111-24.847,8.279v0.85c0,0.66,0.82,1.417,1.537,1.417h1.231c0.064,0,11.248-3.781,12.101-4.153c3.95-1.728,8.808-2.147,12.817-3.494c4.049-1.359,8.62-2.081,12.729-3.573c2.043-0.744,4.101-1.633,5.924-2.195C56.698,21.002,61.069,21.441,61.069,19.414'/%3E%3C/g%3E%3C/svg%3E");
  color: #ed912f;
  content: "";
  display: inline-block;
  height: 29px;
  margin-left: -0.5em;
  margin-right: 0.5em;
  width: 52px;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
@media only screen and (min-width: 1000px) {
  .c-tile__hdl, .c-tile--teaser--home__hdl {
    padding: 1rem 1.5rem;
  }
}
.c-tile--teaser--home__hdl {
  color: #fff;
}
.c-tile__nfo {
  padding: 0.5em 1em 1em;
}
.c-tile--sites__nfo {
  padding: 1.5em 1em 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile--sites__nfo {
    position: relative;
  }
}
.c-nfo__txt {
  margin-top: 1em;
}
.c-nfo__job {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
}
.c-nfo__phone, .c-nfo__phone--sites, .c-nfo__mail {
  text-align: left;
  text-indent: initial;
}
.c-nfo__phone:before, .c-nfo__phone--sites:before, .c-nfo__mail:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-nfo__phone--sites {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    font-size: 1.25em;
    position: absolute;
    right: 1rem;
    top: 2em;
  }
}
.c-nfo__address {
  margin-bottom: 1em;
}
.c-nfo__btn {
  margin-top: 1em;
}
.c-sidebar {
  margin-top: 2em;
}
@media only screen and (min-width: 1000px) {
  .c-sidebar {
    padding-left: 2em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-sidebar {
    padding-left: 4em;
  }
}
.c-sidebar__item {
  margin-bottom: 2em;
}
.c-sidebar__hdl {
  color: #c4161c;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem 0.5rem 0;
  text-align: left;
  text-indent: initial;
}
.c-sidebar__hdl:before {
  color: #4d4d4d;
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
.c-tile--sidebar {
  background: #f2f2f2;
  border: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .l-tile--sidebar [class*="col-"] {
    padding-left: 2em;
    padding-right: 2em;
  }
  .l-tile--sidebar [class*="col-"]:first-child {
    padding-right: 0;
  }
  .l-tile--sidebar .l-tile__img {
    margin-top: 1em;
  }
}
.c-tile--sidebar__list {
  margin-left: 0;
}
.c-tile--sidebar__list .c-list__item {
  background: #f2f2f2;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-tile--sidebar__list .c-list__item:nth-of-type(2n) {
  background: #eaeaea;
}
.c-tile--sidebar__list .c-list__item:hover {
  background: #f7f7f7;
}
.c-tile--sidebar__list .c-list__item .c-item {
  display: block;
  padding: 0.5em 1em;
  text-align: left;
  text-indent: initial;
}
.c-tile--sidebar__list .c-list__item .c-item:before {
  float: right;
  position: relative;
  top: 0.75rem;
}
.c-tile--sidebar__btn-container {
  margin-bottom: 3em;
  padding: 0.5em 1em 1em;
}
.c-tile--sidebar__btn {
  background: #4d4d4d;
  float: left;
  margin-left: 1%;
  width: 49.5%;
}
.c-tile--sidebar__btn:first-child {
  margin-left: 0;
}
.c-tile--sidebar__btn:before {
  font-size: 1.25em;
}
.c-tiles--products {
  margin-bottom: 2em;
  margin-top: 2em;
}
.c-tile__btn--products {
  margin: 0 0 1em;
  padding: 0.5rem 1rem;
}
.c-tile--products {
  border: none;
}
.c-tile__hdl--products {
  margin: 0.5em 0 0.25em;
  /*min-height: 2.5em;*/
  padding: 0 1rem;
}
.c-tile__txt--products {
  margin: 0.5em 0 0.25em;
  padding: 0 1rem;
}
.c-tile__tbl {
  display: table;
  padding: 0.5rem 1rem;
  width: 100%;
}
.c-tbl__row {
  background: #f2f2f2;
  display: table-row;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-tbl__row:nth-of-type(2n) {
  background: #eaeaea;
}
.c-tbl__cell {
  display: table-cell;
  overflow: hidden;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 50%;
  word-break: break-word;
}
/*
|--------------------------------------------------------------------------
| fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
|--------------------------------------------------------------------------
*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
.fancybox-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../img/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 3.125em;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0.5em;
  text-indent: 200%;
  top: 0.5em;
  z-index: 8040;
  width: 3.125em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 1260px) {
  .fancybox-close {
    right: 1em;
    top: 1em;
  }
}
.fancybox-close:before {
  color: #c4161c;
  content: "Q";
  display: inline-block;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1260px) {
  .fancybox-close:before {
    font-size: 1.75em;
  }
}
.fancybox-nav {
  background: transparent url(../img/blank.gif);
  /* helps IE */
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 2em;
  z-index: 8040;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1260px) {
  .fancybox-nav {
    width: 3em;
  }
}
.fancybox-nav:before {
  color: #c4161c;
  font-size: 1.5em;
  opacity: 0.5;
  top: 49%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1260px) {
  .fancybox-nav:before {
    font-size: 2.5em;
  }
}
.fancybox-nav:hover:before {
  opacity: 1;
}
.fancybox-prev {
  left: -2em;
}
@media only screen and (min-width: 1260px) {
  .fancybox-prev {
    left: -3em;
  }
}
.fancybox-next {
  right: -2em;
}
@media only screen and (min-width: 1260px) {
  .fancybox-next {
    right: -3em;
  }
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox_overlay.png);
  background: rgba(0, 0, 0, 0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  bottom: auto;
  margin-top: 1em;
  position: absolute;
  right: 50%;
  text-align: center;
  width: 45%;
  z-index: 8050;
}
@media screen and (min-width: 500px) {
  .fancybox-title-float-wrap {
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .fancybox-title-float-wrap {
    margin-top: -2em;
  }
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 15px 20px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  /*white-space: nowrap;*/
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-title .gallery-img-title {
  margin-bottom: 0.25rem;
}
.fancybox-title .gallery-img-desc {
  margin-top: 0;
  margin-bottom: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.c-slider--hero {
  height: 100%;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.c-slider--hero .slick-list {
  height: 100%;
}
.c-slider--fscr .slick-list {
  height: 100%;
}
.c-slider--tiles .slick-list {
  /*
		@media screen and (min-width:600px) and (max-width:999px){
		padding-right: 20%;
	}
		*/
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.c-slider--hero .slick-track {
  height: 100%;
}
.c-slider--fscr .slick-track {
  height: 100%;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.c-slider--hero .slick-slide {
  background-position: center;
  background-size: cover !important;
}
.c-slider--fscr .slick-slide {
  background-position: center;
  background-size: cover !important;
}
.c-gallery__slider .slick-slide {
  padding: 0.125em;
}
.slick-slide > div {
  height: 100%;
  /* Background-Img */
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 2em;
  width: 2em;
  line-height: 0px;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "icons";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.c-slider--hero-container .slick-prev, .c-slider--hero-container .slick-next {
  height: 100%;
  width: 4em;
}
@media only screen and (min-width: 1000px) {
  .c-slider--hero-container .slick-prev:before, .c-slider--hero-container .slick-next:before {
    font-size: 2em;
  }
}
.c-slider--fscr-container .slick-prev, .c-slider--fscr-container .slick-next {
  height: 100%;
  width: 4em;
}
@media only screen and (min-width: 1000px) {
  .c-slider--fscr-container .slick-prev:before, .c-slider--fscr-container .slick-next:before {
    font-size: 2em;
  }
}
.c-gallery__slider-container .slick-prev, .c-gallery__slider-container .slick-next {
  height: 100%;
  top: 115%;
  width: 2em;
}
@media only screen and (min-width: 1000px) {
  .c-gallery__slider-container .slick-prev, .c-gallery__slider-container .slick-next {
    width: 50%;
  }
}
.c-gallery__slider-container .slick-prev:before, .c-gallery__slider-container .slick-next:before {
  color: #c4161c;
  /*
			@include respond-to(small-screens){
				color: $color-secondary;	
			}*/
}
.slick-prev {
  left: 2em;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 2em;
}
.slick-prev:before {
  content: "E";
}
[dir="rtl"] .slick-prev:before {
  content: "F";
}
.c-slider--hero-container .slick-prev {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-slider--hero-container .slick-prev {
    display: block;
    left: 1em;
  }
}
.c-slider--fscr-container .slick-prev {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-slider--fscr-container .slick-prev {
    display: block;
    left: 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-slider--fscr-container .slick-prev {
    left: 3em;
  }
}
.c-gallery__slider-container .slick-prev {
  left: -1.25em;
}
@media only screen and (min-width: 600px) {
  .c-gallery__slider-container .slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .c-gallery__slider-container .slick-prev {
    display: block;
    left: -2em;
  }
}
.slick-next {
  right: 2em;
}
[dir="rtl"] .slick-next {
  left: 2em;
  right: auto;
}
.slick-next:before {
  content: "F";
}
[dir="rtl"] .slick-next:before {
  content: "E";
}
.c-slider--hero-container .slick-next {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-slider--hero-container .slick-next {
    display: block;
    right: 1em;
  }
}
.c-slider--fscr-container .slick-next {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c-slider--fscr-container .slick-next {
    display: block;
    right: 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-slider--fscr-container .slick-next {
    right: 3em;
  }
}
.c-gallery__slider-container .slick-next {
  right: -1.25em;
}
@media only screen and (min-width: 600px) {
  .c-gallery__slider-container .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .c-gallery__slider-container .slick-next {
    display: block;
    right: -2em;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -2em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-slider--hero-container .slick-dots li button:before {
  color: white;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}
.c-slider--hero-container .slick-dots li.slick-active button:before {
  color: white;
}
.c-slider--fscr-container .slick-dots li.slick-active button:before {
  color: white;
}
.c-slider--hero-container .slick-dots {
  bottom: 6em;
}
.c-slider--fscr-container .slick-dots {
  /*bottom: 4em;*/
}
.c-gallery__slider-container .slick-dots {
  bottom: -2em;
}
/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/
.c-slider--fscr-container {
  height: 99vh;
  margin-bottom: 95px;
  padding: 0;
  position: relative;
  top: -95px;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .c-slider--fscr-container {
    margin-bottom: 110px;
    top: -110px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-slider--fscr-container {
    margin-bottom: 130px;
    top: -130px;
  }
}
.fscr-container .c-slider--fscr-container {
  background-color: #fff;
  background-image: url("/_layout/img/slider_bg-dach_holzbau_ilchmann-zimmerer_themar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 1260px) {
  .c-slider--fscr-container .slick-slide {
    background-attachment: fixed;
  }
  .c-slider--fscr-container .slick-slide, .c-slider--fscr-container .slick-slide _:-ms-lang(x) {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 1260px) and (-webkit-min-device-pixel-ratio: 2) {
  .c-slider--fscr-container .slick-slide {
    /* mobile Safari Hack */
    background-attachment: scroll;
  }
}
.c-slider--fscr {
  height: 100%;
  margin-bottom: 0 !important;
}
.c-slider--fscr:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-slider__caption {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 57%;
  width: 85%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 375px) {
  .c-slider__caption {
    top: 57%;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .c-slider__caption {
    top: 65%;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider__caption {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
  .c-slider__caption {
    top: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .c-slider__caption {
    max-width: 800px;
    width: 50%;
  }
}
@media screen and (min-width: 1344px) {
  .c-slider__caption {
    top: 50%;
  }
}
@media screen and (min-width: 1344px) and (min-height: 1000px) {
  .c-slider__caption {
    top: 52%;
  }
}
.c-slider__caption .c-caption__hdl {
  color: #c4161c;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  /*text-shadow: 1px 2px 3px rgba(0, 0, 0, .3), 1px 1px 60px rgba(0, 0, 0,.3), 1px 1px 30px rgba(0, 0, 0,.2);*/
}
.c-slider__caption .c-caption__txt {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  color: #4d4d4d;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: initial;
  margin: 1em 0 0;
  /*text-shadow: 1px 2px 3px rgba(255, 255, 255, 1), 1px 1px 30px rgba(255, 255, 255,1),1px 1px 30px rgba(255, 255, 255,1);*/
}
@media screen and (min-width: 400px) {
  .c-slider__caption .c-caption__txt {
    font-size: 1rem;
    line-height: 1.625em;
  }
}
@media screen and (orientation: portrait) and (max-height: 449px) {
  .c-slider__caption .c-caption__txt {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .c-slider__caption .c-caption__txt {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
  .c-slider__caption .c-caption__txt {
    font-size: 1rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) and (min-height: 700px) {
  .c-slider__caption .c-caption__txt {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
}
.c-slider__caption .c-caption__btn {
  border-color: #ed912f;
  border-width: 3px;
  color: #4d4d4d;
  font-size: 0.875em;
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 375px) {
  .c-slider__caption .c-caption__btn {
    display: inline-block;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
@media screen and (orientation: portrait) and (max-height: 449px) {
  .c-slider__caption .c-caption__btn {
    margin-top: 0.5em;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .c-slider__caption .c-caption__btn {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 399px) {
  .c-slider--fscr-container .slick-dots {
    display: none !important;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .c-slider--fscr-container .slick-dots {
    display: none !important;
  }
}
@media screen and (min-height: 650px) {
  .c-slider--fscr-container .slick-dots {
    bottom: 6em !important;
  }
}
@media screen and (min-width: 1000px) and (min-height: 650px) {
  .c-slider--fscr-container .slick-dots {
    bottom: 7.5em !important;
  }
}
.c-slider__godown.o-icon--arrow-down {
  bottom: 3.5em;
  color: #c4161c;
  cursor: pointer;
  display: block;
  height: 2em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 6em;
}
@media screen and (orientation: portrait) and (max-height: 649px) {
  .c-slider__godown.o-icon--arrow-down {
    bottom: 1em;
    text-indent: -9999px;
  }
}
@media screen and (min-height: 650px) {
  .c-slider__godown.o-icon--arrow-down {
    bottom: 3em;
    text-indent: initial;
  }
}
@media screen and (min-width: 1000px) {
  .c-slider__godown.o-icon--arrow-down {
    bottom: 5em;
  }
}
@media screen and (orientation: landscape) and (max-height: 374px) {
  .c-slider__godown.o-icon--arrow-down {
    display: none;
  }
}
.c-slider__godown.o-icon--arrow-down:before {
  font-size: 1em;
  margin-top: 1em;
  padding-top: 0.5em;
}
@media screen and (orientation: portrait) and (max-height: 650px) {
  .c-slider__godown.o-icon--arrow-down:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .c-slider__godown.o-icon--arrow-down:before {
    margin-top: 1.5em;
  }
}
@media screen and (min-height: 650px) {
  .c-slider__godown.o-icon--arrow-down:before {
    margin-top: 1em;
  }
}
.c-slider__godown-target {
  position: absolute;
  top: 0;
}
/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/
.c-slider--tiles-container {
  position: relative;
}
@media only screen and (min-width: 1260px) {
  .c-slider--tiles .slick-list {
    overflow: inherit;
  }
}
.c-slider--tiles .c-slider__slide {
  padding: 0 1em;
}
.c-slider--tiles:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-slider--tiles__hdl {
  position: relative;
}
.c-slider--hero-container {
  background-color: #c4161c;
  background-image: url("#WE:900#");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 550px;
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .c-slider--hero-container {
    height: 700px;
  }
}
.c-slider--hero-container .c-slider__slide {
  background-position-x: 80%;
  /*background-attachment: fixed;*/
  height: 100%;
  /*&,
		_:-ms-lang(x) { 
		background-attachment: scroll;
	}
		*/
}
@media only screen and (min-width: 600px) {
  .c-slider--hero-container .c-slider__slide {
    background-position-x: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider--hero-container .c-slider__slide {
    background-position-x: -300px;
  }
}
.c-slider--hero:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-slide__caption-container {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .c-slide__caption-container {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .c-slide__caption-container {
    max-width: 570px;
    width: 40%;
  }
}
.c-slide__caption-container:before {
  /*background: linear-gradient(100deg, transparent 180px, $color-primary 0);*/
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22600%22%20height%3D%22100%22%20viewBox%3D%220%200%20600%20100%22%3E%3Cpolygon%20points%3D%22-0.5%20100.8%2017.6%200%20599.5%200%20599.5%20100.8%20%22%20fill%3D%22%23007FD0%22/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 110%;
  z-index: 0;
  opacity: 0.8;
}
@media only screen and (min-width: 1000px) {
  .c-slide__caption-container:before {
    opacity: 1;
  }
}
@media screen and (orientation: landscape) {
  .c-slide__caption-container:before {
    width: 102%;
  }
}
.c-slide__caption {
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 45%;
  width: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .c-slide__caption {
    margin-left: 27%;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slide__caption {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-slide__caption {
    max-width: 250px;
  }
}
.c-caption__hdl {
  color: #fff;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-caption__hdl {
    text-align: left;
  }
}
.c-caption__txt {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.6em;
}
@media only screen and (min-width: 1000px) {
  .c-caption__txt {
    font-size: 1em;
  }
}
.c-caption__btn {
  display: inline-block;
  margin: 2em auto;
}
/*
|--------------------------------------------------------------------------
| Gallery
|--------------------------------------------------------------------------
*/
.c-gallery {
  text-align: center;
}
.c-gallery__txt {
  margin: 0 auto 3em;
  max-width: 780px;
}
.c-gallery__slider-container {
  position: relative;
}
.c-gallery__slider {
  margin-bottom: 5em !important;
}
.c-gallery__slider:not(.slick-slider) {
  display: none;
}
.gallery .content-text {
  margin-bottom: 1em;
  text-align: center;
}
.gallery-item {
  text-decoration: none;
}
.gallery-item .gallery-item-inner {
  background: #c4161c;
  margin: 1em 0.5em;
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-item-inner:hover .gallery-img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item .gallery-item-inner:hover .icon-zoom {
  opacity: 1;
}
.gallery-item .icon-zoom {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-item .icon-zoom:before {
  color: #fff;
  font-size: 2.5em;
}
.gallery-item .gallery-img {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-item .gallery-img-caption {
  display: none;
}
/*
|--------------------------------------------------------------------------
| Google Maps
|--------------------------------------------------------------------------
*/
.c-map {
  height: 400px;
  height: 60vh;
  max-height: 400px;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .c-map {
    max-height: 300px;
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1260px) {
  .c-map {
    max-height: 350px;
    max-height: 50vh;
  }
}
@media screen and (min-width: 1400px) {
  .c-map {
    max-height: 400px;
    max-height: 50vh;
  }
}
.c-map .c-marker-btn {
  display: inline-block;
  font-size: 0.875em;
  margin-top: 0.25em;
  padding: 0.125em 0.25em 0.125em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-map .c-marker-btn:hover {
  opacity: 0.7;
}
/*
|--------------------------------------------------------------------------
| Contact Form
|--------------------------------------------------------------------------
*/
fieldset {
  margin-bottom: 1.5em;
}
legend {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-frm--testdrive textarea, .c-frm--callback textarea, .c-frm--contact textarea {
    height: 7.25em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-frm--contact textarea {
    height: 12em;
  }
}
.c-perm__txt label {
  display: block;
}
.c-perm__storage {
  margin: 0.5em 0 1.5em;
}
.c-frm-container {
  background: #ededed;
  margin-bottom: 3em;
  margin-top: -5em;
  padding: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 1260px) {
  .c-frm-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.c-frm-container legend {
  color: #c4161c;
}
.c-frm-container div.plz {
  padding-right: 0;
}
.c-perm {
  display: table;
  width: 100%;
}
.c-perm__item {
  background: #f2f2f2;
  display: table-row;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-perm__item:nth-of-type(2n) {
  background: #eaeaea;
}
.c-perm__item:hover {
  background: transparent;
}
.c-perm__item .c-item {
  display: table-cell;
  padding: 0.5em 1em;
  width: 50%;
}
.c-frm-success {
  /*border: 1px solid $color-secondary;*/
  margin-top: 0;
  margin-bottom: 1.5em;
  /*padding: 2em;*/
  position: relative;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.c-frm-success .c-frm-success__hdl {
  color: #c4161c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.c-frm-success .c-frm-success__txt {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.c-perm__lb label {
  display: block;
  margin: 1em 0;
}
.c-perm__lb {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
.c-perm--newsletter {
  margin: 2em 0 1em;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
.c-footer {
  background: url("/_layout/img/bg_pattern.jpg"), #262626;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-footer {
    text-align: left;
  }
}
.c-footer-top {
  padding-bottom: 2em;
  padding-top: 1.25em;
}
@media only screen and (min-width: 600px) {
  .c-footer-top {
    padding-bottom: 0;
    padding-top: 3em;
  }
}
.c-footer__hdl {
  color: #c4161c;
  margin-bottom: 1em;
  margin-top: 1em;
}
.c-footer__nav {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .c-footer__nav {
    padding-left: 3em;
  }
}
.c-footer__nav li {
  list-style: none;
}
.c-footer__nav li a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.c-footer__nav li a:hover {
  opacity: 0.7;
}
.c-logo-container--footer {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media only screen and (min-width: 600px) {
  .c-logo-container--footer {
    margin-bottom: 2em;
    margin-top: -0.25em;
  }
}
.c-logo-container--footer .o-logo--footer {
  max-width: 330px;
}
@media only screen and (min-width: 600px) {
  .c-logo-container--footer .o-logo--footer {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo-container--footer .o-logo--footer {
    padding: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-contactdata {
    margin-left: 3em;
  }
}
.c-contactdata__txt {
  margin-bottom: 1em;
}
.c-contactdata__btn {
  border-color: #c4161c;
  display: inline-block;
  margin: 1em auto 2em;
  max-width: 17em;
  text-indent: initial;
  width: 80%;
}
.c-contactdata__btn:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
/*
.c-socials__list {
display: block;
text-align: center;

@include respond-to(small-screens){
text-align: left;
}

.c-socials__item {
display: inline-block;
margin-bottom: .325em;

.c-item {
border: 1px solid rgba($color-white,.7);
height: 2em;
padding: 2rem;
width: 2em;
@include border-radius(3px);

@include respond-to(medium-screens){
font-size: 1.5em;
}
}
}
}
*/
.c-footer-btm {
  color: #b2b2b2;
  font-size: 0.875em;
  line-height: 1.4;
  padding-bottom: 1em;
  padding-top: 1.5em;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm {
    padding-bottom: 1em;
    padding-top: 1.75em;
  }
}
.c-footer-btm__list {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__list {
    margin-left: -0.5em;
    text-align: left;
  }
}
.c-footer-btm__item {
  display: inline-block;
}
.c-footer-btm__item:first-child {
  display: block;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__item:first-child {
    display: inline-block;
  }
}
.c-footer-btm__item .c-item {
  display: block;
  padding: 0.25em 0.5em;
}
.c-footer-btm__logo {
  margin-right: 1em;
  margin-bottom: 1em;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__logo {
    float: right;
    margin-left: 1.5em;
    margin-top: -6px;
    width: auto;
  }
}
.o-logosvg {
  fill: #fff;
}
.o-logosvg .o-logosvg__path-sz {
  fill: #c4161c;
}
/*
|--------------------------------------------------------------------------
| Search Overlay
|--------------------------------------------------------------------------
*/
.c-overlay {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.o-overlay__btn-close {
  background: transparent;
  border: none;
  color: #c4161c;
  height: 3.125em;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0.5em;
  text-indent: 200%;
  top: 0.5em;
  z-index: 100;
  width: 3.125em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 1000px) {
  .o-overlay__btn-close {
    right: 1em;
    top: 1em;
  }
}
.o-overlay__btn-close:after {
  content: "Q";
  display: inline-block;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-overlay__btn-close:hover {
  background: transparent;
  opacity: 0.6;
}
.c-overlay__search {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-overlay__search .c-search__inner {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 1em;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search .c-search__inner {
    max-width: 600px;
  }
}
.c-overlay__search .c-search__hdl {
  margin-bottom: 1rem;
  text-align: center;
}
.c-overlay__search label {
  display: none;
}
.c-overlay__search input[type="text"] {
  padding: 1em;
}
.c-overlay__search input[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.c-overlay__search input[type="text"]:-moz-placeholder {
  color: #b2b2b2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search input[type="text"]:-moz-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.c-overlay__search input[type="text"]::-moz-placeholder {
  color: #b2b2b2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search input[type="text"]::-moz-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.c-overlay__search input[type="text"]:-ms-input-placeholder {
  color: #b2b2b2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search input[type="text"]:-ms-input-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.c-overlay__search input[type="submit"] {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .c-overlay__search input[type="submit"] {
    padding: 1em 0;
  }
}
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/*
|--------------------------------------------------------------------------
| Suche
|--------------------------------------------------------------------------
*/
.searchresults {
  margin: auto;
  max-width: 800px;
}
.searchresults .searchresults__hdl {
  margin-bottom: 1em;
  text-align: center;
}
.searchresults form {
  margin: 2em 0 3em;
}
.searchresults label {
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
.searchresults input[type="text"] {
  padding: 1em;
}
.searchresults input[type="submit"] {
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .searchresults input[type="submit"] {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .searchresults input[type="submit"] {
    padding: 1em 0;
  }
}
.searchresults .pagina {
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 4em 0 2em;
}
.searchresults .pagina .bottom {
  margin-top: 0;
  padding-top: 2em;
}
.searchresults .pagina span {
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 2em;
}
.searchresults .pagina span.nav {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.searchresults .pagina span.nav a {
  display: inline-block;
}
@media screen and (max-width: 450px) {
  .searchresults .pagina span.treffer {
    display: none;
  }
}
.searchresults .searchresults-list {
  margin: 0;
}
.searchresults .searchresults-list .searchresults-head {
  margin-top: 0.5em;
}
.searchresults .searchresults-list a {
  text-decoration: none !important;
}
.searchresults .searchresults-list li {
  display: block;
  list-style: none;
}
.searchresults .searchresults-list li a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 1em 1em 2em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  .searchresults .searchresults-list li a {
    padding: 1em 2em 2em;
  }
}
.searchresults .searchresults-list li a:hover {
  background-color: #e0e0e0;
}
.searchresults .searchinfo {
  text-align: center;
}
.searchresults .new-search {
  margin: 3em 0;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after, .mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after, .mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after, .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after, .mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li, .mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after, .mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s, .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l, .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span, .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next, .mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
/* Customized */
.mm-menu {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #262626;
}
.mm-menu > .mm-navbar {
  background: #343434;
}
.mm-menu .mm-navbar-top {
  background: url("/_layout/img/logo-dach_holzbau_ilchmann-zimmerer_themar.png") no-repeat 1em center, #fff;
  background-size: 60%;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 80px;
  line-height: 1.2em;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}
.mm-menu .mm-navbar.mm-hasbtns {
  padding: 0 2em;
}
/*
@media screen and (min-width:330px){
	.mm-menu .mm-navbar-top { background-size:40%; }
}

@media screen and (min-width:370px){
	.mm-menu .mm-navbar-top { background-size:35%; }
}

@media screen and (min-width:425px){
	.mm-menu .mm-navbar-top { background-size:30%; }
}
*/
.mm-navbar .mm-btn:last-child {
  padding: 0;
  right: 0.5em;
  top: 0.5em;
}
.mm-close:after {
  color: #999;
  content: "Q";
  display: block;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 1em;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu .mm-navbar-bottom .menu-2nd {
  background: #262626;
  color: #fff;
  display: inline-block;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 50%;
}
.mm-menu > .mm-panel {
  padding: 0 20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 0;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 80px;
}
.mm-menu li.is-active a, .mm-menu li.is-active span {
  color: #c4161c;
}
.mm-menu li.is-active .mm-listview li a, .mm-menu li.is-active .mm-listview li span {
  color: #4d4d4d;
}
.mm-menu li.is-active .mm-listview li.is-active a, .mm-menu li.is-active .mm-listview li.is-active span {
  color: #c4161c;
}
.mm-menu li.is-active .mm-listview li.is-active .mm-listview li a, .mm-menu li.is-active .mm-listview li.is-active .mm-listview li span {
  color: #4d4d4d;
}
.mm-menu li.is-active .mm-listview li.is-active .mm-listview li.is-active a, .mm-menu li.is-active .mm-listview li.is-active .mm-listview li.is-active span {
  color: #c4161c;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: #343434;
}
.mm-menu .mm-nolistview > li > a, .mm-menu .mm-nolistview > li > span {
  display: block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0.75em 0;
  text-transform: uppercase;
}
.mm-menu .mm-listview {
  margin-bottom: 0.875em;
  border-color: rgba(0, 0, 0, 0.25);
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 1em;
  text-transform: uppercase;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #c4161c;
}
.mm-menu .is-mmdropdown .mm-listview {
  margin-bottom: 0.875em;
}
.mm-menu .is-mmdropdown .mm-listview > li > a, .mm-menu .is-mmdropdown .mm-listview > li > span {
  font-size: 0.875em;
}
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*
@import "contact-persons";
@import "downloads";
@import "social-share";
*/
/*
|--------------------------------------------------------------------------
| Content
|--------------------------------------------------------------------------
*/
.c-mgrid {
  margin: 0 auto;
  position: relative;
}
.c-mgrid-item {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-mgrid-item {
    width: 46.3333%;
  }
}
@media only screen and (min-width: 1000px) {
  .c-mgrid-item {
    width: 30%;
  }
}
@media only screen and (min-width: 1260px) {
  .c-mgrid-item {
    width: 31%;
  }
}
.o-page-hdl {
  padding: 1em 0 1em;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .o-page-hdl {
    padding: 1em 10% 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .o-page-hdl {
    padding: 1.25em 15% 1.25em;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
figure.video-section {
  padding: 2em 0;
  margin: 0 0 4em;
  background: #4d4d4d;
}
.video-cont {
  max-width: 1333px;
  margin: 0 auto;
}
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main {
  overflow: hidden;
  z-index: 1;
}
.hp main {
  margin-top: -11em;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .hp main {
    margin-top: -13em;
  }
}
@media only screen and (min-width: 1260px) {
  .hp main {
    margin-top: -15em;
  }
}
main a:not([class*="o-btn"]):not([class*="c-sharing-btn"]):not([class*="c-btn-overview"]):not([class*="c-item"]):not([class*="c-cntheader__link"]) {
  border-bottom: 1px dotted #4d4d4d;
}
main a:not([class*="o-btn"]):not([class*="c-sharing-btn"]):not([class*="c-btn-overview"]):not([class*="c-item"]):not([class*="c-cntheader__link"]):hover {
  border-bottom: 1px solid #c4161c;
  opacity: 1;
}
main a {
  /*border-bottom: 1px dotted;
		color: inherit;
		display: inline-block; 
		line-height: 1.25em;
		@include transition(all .1s ease-in);

		&:hover {
		border-bottom-color: rgba(0,0,0,0);
	}
		*/
}
main a.btn2nd:after {
  top: 22%;
}
main p {
  margin: 0;
}
main ul {
  list-style-type: square;
  margin-left: 1em;
  padding: 0;
  text-align: left;
}
main ul.slick-dots {
  text-align: center;
}
.u-center {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .u-center {
    padding: 0 10%;
  }
}
.u-center ul {
  display: inline-block;
}
.c-img {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .c-img {
    float: left;
    margin-bottom: 1em;
    margin-right: 2em;
    margin-top: 0.25em;
    width: 40%;
  }
}
@media only screen and (min-width: 600px) {
  .u-push .c-img {
    float: right;
    margin-left: 2em;
    margin-right: 0;
  }
}
.c-img.u-circle img {
  border: 10px solid #c4161c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.u-maxwidth {
  width: 100%;
}
.u-maxwidth .c-img {
  float: none;
  margin-bottom: 2em;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .c-txt {
    text-align: center;
  }
}
.c-txt__hdl, .c-teaser__hdl, .c-teaser--home__hdl, .c-gallery__hdl {
  margin-bottom: 2rem;
}
.c-txt__txt a, .c-teaser__txt a, .c-teaser--home__txt a, .c-gallery__txt a {
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: inline-block;
}
.c-txt__txt a:hover, .c-teaser__txt a:hover, .c-teaser--home__txt a:hover, .c-gallery__txt a:hover {
  border-bottom-color: transparent;
}
.c-txt__btn2, .c-teaser__btn, .c-teaser--home__btn {
  margin-bottom: 3em;
}
.c-content {
  position: relative;
}
.c-content__elm--img, .c-content__elm--txt {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .c-content__elm--img, .c-content__elm--txt {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  .c-content__elm--img, .c-content__elm--txt {
    min-height: 600px;
  }
}
@media only screen and (min-width: 600px) {
  .c-content__elm--img .c-img, .c-content__elm--txt .c-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.c-content__elm--img .c-img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.c-blk-container {
  background: #fff;
  /*border-bottom: 1px solid $color-grey30;*/
}
.c-blk-container:nth-of-type(2n) {
  border-top: 1px solid #d9d9d9;
  background: #f7f7f7;
}
.hp .c-blk-container:nth-of-type(1) {
  background: #f7f7f7;
}
.hp .c-blk-container:nth-of-type(2n) {
  background: #fff;
}
/*
.c-blk-container--teaser {
	background: transparent; 
}*/
.c-blk {
  padding: 3em 0;
  /*.c-blk-container--teaser & {
		padding: 0;
	}*/
}
.o-blk__hdl {
  margin-bottom: 1em;
  margin-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.list-item {
  padding: 1em;
  margin-bottom: 2em;
  background: rgba(235, 235, 235, 0.3);
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.list-item:hover {
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
}
.list-item-img {
  height: 49vw;
  margin-top: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.list-item-img img {
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.list-item:hover .list-item-img img {
  opacity: 0.9;
}
.list-item p {
  margin-top: 0;
}
.list-item-head {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.list-item-place, .list-item-price {
  margin: 0;
}
.list-item .button {
  padding: 0.5em 0;
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .list-item {
    text-align: left;
  }
  .list-item-img {
    height: 15vw;
    max-height: 190px;
  }
  .list-item-head {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1344px) {
  .list-item-img {
    height: 190px;
  }
}
.c-listhead-container {
  background: #f7f7f7;
  margin-bottom: 2em;
}
.c-listhead__form input[type="submit"] {
  display: none;
}
.c-filter-container {
  padding: 1em 0.5em 1.5em;
}
.c-filter {
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: center;
}
.c-filter__list--window {
  list-style: none;
  margin: 0;
  /*
	input:checked + label {
		opacity: .5;
		pointer-events: none;
		@include transition(all .3s ease-in);

		label:before {
			opacity: .5;
			@include transition(all .3s ease-in);
		}
	}*/
}
.c-filter__list--window .c-list__item--w1, .c-filter__list--window .c-list__item--w2, .c-filter__list--window .c-list__item--w3, .c-filter__list--window .c-list__item--w4, .c-filter__list--window .c-list__item--w5, .c-filter__list--window .c-list__item--w6 {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  float: left;
  padding: 1em;
  position: relative;
  width: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 600px) {
  .c-filter__list--window .c-list__item--w1, .c-filter__list--window .c-list__item--w2, .c-filter__list--window .c-list__item--w3, .c-filter__list--window .c-list__item--w4, .c-filter__list--window .c-list__item--w5, .c-filter__list--window .c-list__item--w6 {
    width: 33%;
  }
}
.c-filter__list--window .c-list__item--w1:hover, .c-filter__list--window .c-list__item--w2:hover, .c-filter__list--window .c-list__item--w3:hover, .c-filter__list--window .c-list__item--w4:hover, .c-filter__list--window .c-list__item--w5:hover, .c-filter__list--window .c-list__item--w6:hover {
  opacity: 0.5;
}
.c-filter__list--window .active.c-list__item--w1, .c-filter__list--window .active.c-list__item--w2, .c-filter__list--window .active.c-list__item--w3, .c-filter__list--window .active.c-list__item--w4, .c-filter__list--window .active.c-list__item--w5, .c-filter__list--window .active.c-list__item--w6 {
  background: #c4161c;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .active.c-list__item--w1 input + label, .c-filter__list--window .active.c-list__item--w2 input + label, .c-filter__list--window .active.c-list__item--w3 input + label, .c-filter__list--window .active.c-list__item--w4 input + label, .c-filter__list--window .active.c-list__item--w5 input + label, .c-filter__list--window .active.c-list__item--w6 input + label {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .active.c-list__item--w1 input + label label:before, .c-filter__list--window .active.c-list__item--w2 input + label label:before, .c-filter__list--window .active.c-list__item--w3 input + label label:before, .c-filter__list--window .active.c-list__item--w4 input + label label:before, .c-filter__list--window .active.c-list__item--w5 input + label label:before, .c-filter__list--window .active.c-list__item--w6 input + label label:before {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .active.c-list__item--w1:hover, .c-filter__list--window .active.c-list__item--w2:hover, .c-filter__list--window .active.c-list__item--w3:hover, .c-filter__list--window .active.c-list__item--w4:hover, .c-filter__list--window .active.c-list__item--w5:hover, .c-filter__list--window .active.c-list__item--w6:hover {
  opacity: 1;
}
.c-filter__list--window .c-list__input {
  height: 8em;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .c-list__lbl {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .c-list__lbl:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  content: "";
  height: 10em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -10em;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--window .c-list__item--w1, .c-filter__list--window .c-list__item--w2, .c-filter__list--window .c-list__item--w3 {
  border-top-color: transparent;
}
.c-filter__list--window .c-list__item--w1, .c-filter__list--window .c-list__item--w4 {
  border-left-color: transparent;
}
.c-filter__list--window .c-list__item--w1 .c-list__lbl:before {
  background-image: url(#WE:1164#);
}
.c-filter__list--window .c-list__item--w2 .c-list__lbl:before {
  background-image: url(#WE:1165#);
}
.c-filter__list--window .c-list__item--w3 .c-list__lbl:before {
  background-image: url(#WE:1168#);
}
.c-filter__list--window .c-list__item--w4 .c-list__lbl:before {
  background-image: url(#WE:1167#);
}
.c-filter__list--window .c-list__item--w5 .c-list__lbl:before {
  background-image: url(#WE:1166#);
}
.c-filter__list--window .c-list__item--w6 .c-list__lbl:before {
  background-image: url(#WE:1163#);
}
.c-tags-container {
  background: #fff;
}
.c-tags {
  border-top: 1px solid #ccc;
  text-align: center;
}
.c-tags__list {
  display: inline-block;
  list-style: none;
  margin: 1.25em 0 0;
  text-align: center;
}
.c-tags__list .c-list__item {
  background: #4d4d4d;
  display: inline-block;
  margin: 0 0.25em 0.5em;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-tags__list .c-list__item:hover {
  opacity: 0.5;
}
.c-tags__list .c-list__item.active {
  background: #c4161c;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-tags__list .c-list__item.active:hover {
  opacity: 1;
}
.c-tags__list .c-list__link {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  border: none !important;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-tags__list .c-list__link:hover {
  border: none;
}
.c-filter__list--tag {
  display: inline-block;
  list-style: none;
  margin: 2em 0 0;
  text-align: center;
}
.c-filter__list--tag .c-list__item {
  background: #4d4d4d;
  display: inline-block;
  margin: 0 0.25em 0.5em;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--tag .c-list__item:hover {
  opacity: 0.5;
}
.c-filter__list--tag .c-list__item.active {
  background: #c4161c;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--tag .c-list__item.active input + label {
  padding-right: 2.75em;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--tag .c-list__item.active:hover {
  opacity: 1;
}
.c-filter__list--tag .c-list__input {
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter__list--tag .c-list__lbl {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: -2em;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter-reset, .c-filter-reset--tag {
  position: absolute;
  right: 1em;
  top: 0.75em;
  z-index: 1;
}
.c-filter-reset label, .c-filter-reset--tag label {
  background-color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 2em;
  position: relative;
  width: 2em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter-reset label:before, .c-filter-reset--tag label:before {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  color: #fff;
  content: "+";
  font-size: 24px;
  left: 9px;
  line-height: 0;
  position: absolute;
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-filter-reset label input, .c-filter-reset--tag label input {
  visibility: hidden;
}
.c-filter-reset label:hover, .c-filter-reset--tag label:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-filter-reset--tag {
  right: 0.3em;
  top: 0.3em;
}
.c-filter-reset--tag label {
  height: 22px;
  width: 22px;
}
.c-filter-reset--tag label:before {
  font-size: 18px;
  left: 6px;
  top: 12px;
}
.c-sortby-container {
  border-top: 1px solid #ccc;
  padding: 1em 0.5em 1.5em;
}
.c-sortby {
  float: left;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .c-sortby {
    float: left;
    padding: 0 1em;
    width: 50%;
  }
}
.c-sortby select {
  min-width: 3em;
}
.c-pagina-container {
  margin-bottom: 2em;
}
.c-pagina {
  text-align: center;
}
.c-pagina .c-pagina__item {
  border: 1px solid #ccc;
  display: inline-block;
  height: 2em;
  margin-bottom: 0.5em;
  width: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagina .c-pagina__item .c-item {
  border: none !important;
  display: block;
  position: relative;
  top: 0.125em;
}
.c-pagina .c-pagina__item.is-active {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
.c-pagina .c-pagina__item:hover {
  background: #c4161c;
  border-color: #c4161c;
  color: #fff;
}
.c-pagina__txt, .c-pagina__txt--btm {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .c-pagina__txt--btm {
    margin-top: 1em;
  }
}
/*
|--------------------------------------------------------------------------
|  Timeline
|--------------------------------------------------------------------------
*/
.c-timeline-container {
  margin: 2em 0;
}
.c-timeline {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}
.c-timeline:before {
  background-color: #4d4d4d;
  content: "";
  height: 100%;
  left: 2.5rem;
  position: absolute;
  top: 0;
  width: 3px;
}
.c-timeline__group {
  padding-top: 40px;
  position: relative;
}
.c-timeline__group:not(:first-of-type) {
  margin-top: 4rem;
}
.c-timeline__year {
  background-color: #4d4d4d;
  color: #fff;
  padding: 0.5rem 0;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: 5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.c-timeline__box {
  padding-left: 90px;
  position: relative;
}
.c-timeline__box:not(:last-of-type) {
  margin-bottom: 1em;
}
.c-timeline__box:before {
  background-color: #c4161c;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 0;
}
.c-timeline__date {
  background-color: #c4161c;
  color: #fff;
  left: 0;
  padding: 0.75rem 0 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.c-timeline__day {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.c-timeline__month {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.c-timeline__post {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-left: 3px solid #c4161c;
  padding: 1.5rem 2rem;
  position: relative;
}
.c-timeline__content__img {
  margin-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  .c-timeline__group {
    padding-top: 55px;
  }
  .c-timeline__box {
    padding-left: 110px;
  }
  .c-timeline__box:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-timeline__date {
    top: 50%;
    margin-top: -37px;
  }
}
/*
|--------------------------------------------------------------------------
|  Accordion
|--------------------------------------------------------------------------
*/
.c-accordion {
  margin-bottom: 6em;
}
.c-accordion__nav {
  margin-bottom: 2em;
  text-align: center;
}
.c-accordion__nav .c-nav__btn {
  margin-right: 2em;
}
@media only screen and (max-width: 599px) {
  .c-accordion__nav .c-nav__btn {
    margin: 0 20%;
  }
}
.c-accordion__item, .c-accordion__item--overview {
  background: #f7f7f7;
  margin-bottom: 0.5em;
  padding: 1em 2em 1em 1em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1000px) {
  .c-accordion__item, .c-accordion__item--overview {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-accordion__item, .c-accordion__item--overview {
    padding-left: 2em;
  }
}
.c-accordion__item:hover, .c-accordion__item--overview:hover {
  cursor: pointer;
}
.c-accordion__item .c-item__icon, .c-accordion__item--overview .c-item__icon {
  display: block;
  height: 2em;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1260px) {
  .c-accordion__item .c-item__icon, .c-accordion__item--overview .c-item__icon {
    right: 2em;
  }
}
.c-accordion__item .c-item__icon:before, .c-accordion__item--overview .c-item__icon:before {
  font-size: 1.25rem;
  left: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-accordion__item.is-open .c-item__icon:before, .is-open.c-accordion__item--overview .c-item__icon:before {
  top: 0.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-accordion__item--overview {
  background-color: #961115;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22600%22%20height%3D%22100%22%20viewBox%3D%220%200%20600%20100%22%3E%3Cpolygon%20points%3D%22599.5%200%20581.4%20100.8%20-0.5%20100.8%20-0.5%200%20%22%20fill%3D%22%23007FD0%22/%3E%3C/svg%3E");
  background-position: -3em 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 1em 2em 1em 1em;
}
@media only screen and (min-width: 1000px) {
  .c-accordion__item--overview {
    background-position-x: -4em;
    background-position-x: -4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .c-accordion__item--overview {
    background-position-x: -5em;
    background-position-x: -5vw;
  }
}
.c-accordion__item--overview .c-item__icon:before, .c-accordion__item--overview .c-item__icon:after {
  font-size: 1rem;
  left: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-accordion__item--overview .c-item__hdl {
  color: #fff;
}
.c-accordion__item--overview:hover {
  background: #4d4d4d;
}
.c-accordion__item--overview.is-open {
  background: #4d4d4d;
}
.c-accordion__item--overview.is-open .c-item__icon:before {
  top: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.c-accordion__item--overview.is-open .c-item__icon:after {
  height: 0;
}
.c-accordion__content-container, .c-accordion__content--overview-container {
  border: 1px solid #ccc;
  border-top: 3px solid transparent;
  margin-bottom: 3em;
  padding: 1em 1em 2em;
}
@media only screen and (min-width: 1260px) {
  .c-accordion__content-container, .c-accordion__content--overview-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.c-accordion__content--overview-container {
  margin-bottom: 1em;
  padding: 0.25em 1em 1em;
}
.c-accordion__content {
  margin-top: 2em;
}
.c-accordion__content:first-child {
  margin-top: 0;
}
/*
|--------------------------------------------------------------------------
|  Overview Map
|--------------------------------------------------------------------------
*/
.c-overview-container {
  background: #f7f7f7;
  overflow: hidden;
}
.c-overview {
  margin: auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.c-overview__map {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .c-overview__map {
    width: 100%;
  }
}
.c-overview__map .c-map-container {
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .c-overview__map .c-map-container .c-map {
    height: auto;
    margin-left: -45%;
    max-height: none;
    width: 230%;
  }
}
@media screen and (min-width: 800px) {
  .c-overview__map .c-map-container .c-map {
    height: auto;
    margin-left: -25%;
    max-height: none;
    width: 170%;
  }
}
@media only screen and (min-width: 1000px) {
  .c-overview__map .c-map-container .c-map {
    margin-left: -10%;
    width: 130%;
  }
}
@media only screen and (min-width: 1260px) {
  .c-overview__map .c-map-container .c-map {
    margin-left: 0;
    width: 100%;
  }
}
.c-overview__legend {
  color: #4d4d4d;
  height: 100%;
  padding: 2em;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .c-overview__legend {
    min-height: 500px;
    position: static;
    width: 100%;
  }
}
.c-overview__legend .c-legend-hdl {
  color: #4d4d4d;
  margin-bottom: 1rem;
  padding: 0 1em;
  text-align: center;
}
.c-overview__legend .c-legend-hdl span {
  display: block;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
.c-icon__link, .c-icon__bg {
  background: #c4161c;
  color: #fff;
  height: 3em;
  padding: 0.5em;
  position: absolute;
  width: 3em;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.c-icon__bg {
  z-index: 0;
}
.c-icon__bg.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.c-map__icon--vignale, .c-map__icon--neuwagen, .c-map__icon--nutzfahrzeuge, .c-map__icon--gebrauchtwagen, .c-map__icon--werkstatt {
  position: absolute;
}
.c-map__icon--vignale:hover .c-icon__link, .c-map__icon--vignale:hover .c-icon__bg, .c-map__icon--neuwagen:hover .c-icon__link, .c-map__icon--neuwagen:hover .c-icon__bg, .c-map__icon--nutzfahrzeuge:hover .c-icon__link, .c-map__icon--nutzfahrzeuge:hover .c-icon__bg, .c-map__icon--gebrauchtwagen:hover .c-icon__link, .c-map__icon--gebrauchtwagen:hover .c-icon__bg, .c-map__icon--werkstatt:hover .c-icon__link, .c-map__icon--werkstatt:hover .c-icon__bg {
  background: #4d4d4d;
  opacity: 1;
}
.c-map__icon--vignale:hover .c-icon__bg, .c-map__icon--neuwagen:hover .c-icon__bg, .c-map__icon--nutzfahrzeuge:hover .c-icon__bg, .c-map__icon--gebrauchtwagen:hover .c-icon__bg, .c-map__icon--werkstatt:hover .c-icon__bg {
  background: #4d4d4d;
}
.c-map__icon--vignale {
  left: 36%;
  top: 70%;
}
.c-map__icon--neuwagen {
  left: 33%;
  top: 50%;
}
.c-map__icon--nutzfahrzeuge {
  left: 53%;
  top: 30%;
}
.c-map__icon--gebrauchtwagen {
  left: 55%;
  top: 56%;
}
.c-map__icon--werkstatt {
  left: 38%;
  top: 23%;
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  75% {
    transform: scale3d(1.55, 1.55, 1.55);
    background: transparent;
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  75% {
    transform: scale3d(1.55, 1.55, 1.55);
    background: transparent;
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@media only screen and (min-width: 1000px) {
  .c-obj__nfo {
    margin-bottom: 3em;
    padding-left: 2em;
  }
}
.c-obj__tbl-container {
  /*table-scrollable*/
  margin: 1em 0;
  overflow-y: auto;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-obj__tbl-container {
    margin-bottom: 2em;
  }
}
.c-obj__tbl-container::-webkit-scrollbar {
  height: 14px;
  -webkit-appearance: none;
  width: 14px;
}
.c-obj__tbl-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 8px;
}
.c-obj__tbl {
  width: 100%;
}
.c-obj__price {
  margin: 1em 0;
  text-align: right;
}
@media only screen and (min-width: 600px) {
  .c-obj__contact {
    margin-top: -4em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-obj__contact {
    margin-top: 0;
  }
}
.c-contact__btn {
  display: inline-block;
  margin: 1em 0;
  text-indent: initial;
  width: 49%;
}
@media only screen and (min-width: 600px) {
  .c-contact__btn {
    max-width: 17em;
  }
}
.c-contact__btn:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
.c-obj__gallery {
  margin-bottom: 2em;
  margin-top: 2em;
}
@media only screen and (min-width: 1000px) {
  .c-obj__gallery {
    margin-top: 0;
  }
}
.c-slider-container {
  margin-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  .c-slider-container {
    margin-bottom: 2em;
  }
}
.c-slider--obj:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
/*
.c-slider-thumb {
	margin-bottom: 1em;
	margin-top: 1em;

	@include respond-to(handhelds){
		margin-bottom: .5em;
		margin-top: .5em;
	}
}
*/
.c-gallery__pic {
  overflow: hidden;
}
.c-lightbox {
  cursor: url(../img/zoom.png) 12 12, auto;
}
.c-lightbox .c-lightbox__inner {
  overflow: hidden;
}
.c-lightbox img {
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-lightbox:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.c-add-data__list-container {
  margin: 1em 0;
}
@media only screen and (min-width: 600px) {
  .c-add-data__list-container {
    margin-bottom: 2em;
  }
}
.c-desc-container {
  margin: 1em 0;
}
@media only screen and (min-width: 600px) {
  .c-desc-container {
    margin-bottom: 2em;
  }
}
/*
|--------------------------------------------------------------------------
| News
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 1000px) {
  .c-blk.news .c-content {
    padding: 0 15%;
  }
}
.c-teaser-news {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .c-teaser-news [class*="col-"] {
    width: 100% !important;
  }
}
.c-teaser-news__head {
  background: #f7f7f7;
  padding: 1em 1em;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.u-hidden {
  display: none;
}
.c-btn-overview {
  position: absolute;
  right: 0.75em;
  top: 50%;
  width: 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .c-btn-overview {
    text-indent: initial;
    right: 3em;
    width: auto;
  }
}
.c-btn-overview:before {
  font-size: 1.25em;
}
@media only screen and (min-width: 1000px) {
  .c-btn-overview:before {
    margin-right: -1.5em;
    text-align: right;
  }
}
@media only screen and (min-width: 1260px) {
  .c-btn-overview .u-hidden {
    display: inline;
  }
}
.c-teaser-news__items-container {
  margin-bottom: 2em;
}
.c-teaser-news__items {
  border: 1px solid #ccc;
  border-top: 7px solid transparent;
  padding: 1em;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.c-teaser-news__item, .c-teaser-news__item--job {
  margin-bottom: 1em;
  padding-right: 2em;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-teaser-news__item:hover, .c-teaser-news__item--job:hover {
  opacity: 0.6;
}
.c-teaser-news__item:after, .c-teaser-news__item--job:after {
  content: "F";
  display: inline-block;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 0.875em;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .c-teaser-news__item, .c-teaser-news__item--job {
    float: left;
    padding-left: 1em;
    width: 50%;
  }
  .c-teaser-news__item:first-child, .c-teaser-news__item--job:first-child {
    padding-left: 0;
    padding-right: 3em;
  }
  .c-teaser-news__item:first-child:after, .c-teaser-news__item--job:first-child:after {
    right: 1em;
  }
}
.c-teaser-news__item .c-teaser-item__hdl, .c-teaser-news__item--job .c-teaser-item__hdl {
  margin-top: 0.5em;
}
.c-teaser-news__item--job {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-teaser-news__item--job {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .c-teaser-news__item--job:first-child {
    margin-top: -1em;
    padding-right: 2em;
  }
  .c-teaser-news__item--job:first-child:after {
    right: 0;
  }
}
.c-teaser-news__item--job .c-teaser-item__hdl {
  margin-top: 0.5em;
}
.c-cntheader {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 4em;
  margin-top: -2em;
  padding: 1em 0;
}
.c-cntheader--tile {
  margin: 1em 1em 0;
}
.c-cntheader__date, .c-cntheader__link {
  display: inline-block;
  float: left;
  font-size: 0.75em;
  letter-spacing: 0.125em;
  padding-left: 2.5em;
  text-indent: initial;
  text-transform: uppercase;
}
.c-cntheader__date .u-hidden, .c-cntheader__link .u-hidden {
  display: none;
}
@media only screen and (min-width: 600px) {
  .c-cntheader__date .u-hidden, .c-cntheader__link .u-hidden {
    display: inline-block;
  }
}
.c-cntheader__date:before, .c-cntheader__link:before {
  font-size: 1.25rem;
  width: 1em;
}
.c-cntheader__link {
  cursor: pointer;
  float: right;
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /*    a[href]:after {
	content: " (" attr(href) ")";
}*/
  /*    abbr[title]:after {
	content: " (" attr(title) ")";
}*/
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
