@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%;
  }
}
/* roboto-regular - latin */
@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 */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* barlow-semi-condensed-500 - latin */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-semi-condensed-v2-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Medium"), local("BarlowSemiCondensed-Medium"), url("../fonts/barlow-semi-condensed-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-semi-condensed-v2-latin-500.woff2") format("woff2"), url("../fonts/barlow-semi-condensed-v2-latin-500.woff") format("woff"), url("../fonts/barlow-semi-condensed-v2-latin-500.ttf") format("truetype"), url("../fonts/barlow-semi-condensed-v2-latin-500.svg#BarlowSemiCondensed") format("svg");
  /* Legacy iOS */
}
/*
|--------------------------------------------------------------------------
| 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;
}
/*$color-primary: #c21d24;*/
/*$hero-bg-img: "/_bilder/1800x450.jpg";*/
/*
|--------------------------------------------------------------------------
| Globals
|--------------------------------------------------------------------------
*/
html {
  color: #4d4d4d;
}
body {
  background-color: #d6222b;
  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: #d6222b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d6222b;
  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: #d6222b;
  font: 500 100%/1.2em "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
}
.t1, h1 {
  font-size: 2.5em;
  font-weight: 500;
  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.875em;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.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;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
figure {
  margin: 0;
}
figcaption {
  background: #ccc;
  font: 500 100%/1.2em "Barlow Semi 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: #f8f8f8;
  border: none;
  color: #d6222b;
  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, div.privacy-msg .button, div.privacy-msg button {
  background: #4d4d4d;
  color: #fff;
  display: block;
  font: 500 100%/1.2em "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.15rem;
  padding: 0.75rem 2em;
  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;
}
.o-btn:hover, .o-btn--ghost:hover, div.privacy-msg .button:hover, div.privacy-msg button:hover {
  opacity: 0.8;
}
.o-btn--ghost {
  background: transparent;
  border: 2px solid #fff;
}
.o-btn2 {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font: 500 100%/1.2em "Barlow Semi 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: 500 100%/1.2em "Barlow Semi 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: #d6222b;
  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: 500 100%/1.2em "Barlow Semi 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: 500 100%/1.2em "Barlow Semi 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: #4babd9;
}
.terms {
  display: none;
}
#js-error {
  background-color: #4babd9;
  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: #4d4d4d;
}
.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: 500 100%/1.2em "Barlow Semi 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: #d6222b;
  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 {
  padding: 0.5em 1em;
}
.c-top-nav__txt {
  color: #fff;
  text-align: center;
}
.c-header {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .c-header {
    height: 100px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header {
    height: 120px;
  }
}
.c-header__inner {
  background: #fff;
  height: 20vw;
  max-height: 120px;
  -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: 100px;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header__inner {
    height: 120px;
  }
}
.fscr-container .c-header__inner {
  /*background: transparent;*/
}
.is_stuck .c-header__inner {
  height: 76px;
  -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: url('#WE:1154#'), $color-grey;*/
  /*@include transition(all .5s ease-in);*/
}
.c-header__inner:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 1rem 2rem 0 2rem;
  bottom: -15px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.l-logo-container {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 2.5vw;
  width: 62vw;
  z-index: 1;
  /*@include translateY(-50%);*/
}
.is_stuck .l-logo-container {
  top: 7px;
}
@media screen and (min-width: 660px) {
  .l-logo-container {
    top: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .l-logo-container {
    max-width: 100px;
    position: relative;
    /*@include translateY(0);*/
    margin-left: 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: 120px;
  }
}
.c-logo {
  background: url("/_layout/img/logo-wsi_wohnbehagen_service_ilmkreis-vwg_arnstadt.png") no-repeat center;
  background-size: 100%;
  display: block;
  height: 15vw;
  margin: 0 auto;
  max-height: 100px;
  max-width: 180px;
  position: relative;
  width: 35vw;
  -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;
}
.is_stuck .c-logo {
  height: 2.25em;
  width: 4em;
}
@media only screen and (min-width: 1000px) {
  .c-logo {
    height: 70px;
    max-height: none;
    max-width: none;
    width: 170px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo {
    height: 90px;
    width: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .c-logo {
    /*width: 4.25em;*/
  }
}
.c-nav {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .c-nav {
    float: right;
    height: 100px;
    padding-top: 0.5em;
    text-align: right;
    width: 100%;
  }
}
.is_stuck .c-nav {
  padding-top: 0;
}
.c-nav.is_stuck .c-nav__item--search, .c-nav.is_stuck .c-nav__list--navmain .c-nav__item--nav, .c-nav__list--navmain .c-nav.is_stuck .c-nav__item--nav, .c-nav.is_stuck .c-nav__item--nav {
  background: #fff;
  color: #4d4d4d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -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 [class*="o-icon--"], .c-nav.is_stuck .c-nav__list--navmain .c-nav__item--nav [class*="o-icon--"], .c-nav__list--navmain .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 #d6222b;
  -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--navmain .c-nav__item, .c-nav__list--navmain .c-nav__item--search, .c-nav__list--navmain .c-nav__item--nav {
    display: inline-block;
    float: left;
  }
}
.c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navmain .c-nav__item .c-item, .c-nav__list--navmain .c-nav__item--search .c-item, .c-nav__list--navmain .c-nav__item--nav .c-item {
  color: #4d4d4d;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navmain .c-nav__item .c-item, .c-nav__list--navmain .c-nav__item--search .c-item, .c-nav__list--navmain .c-nav__item--nav .c-item {
    cursor: pointer;
    display: block;
    font: 500 100%/1.2em "Barlow Semi 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--navmain .c-nav__item .c-item:hover, .c-nav__list--navmain .c-nav__item--search .c-item:hover, .c-nav__list--navmain .c-nav__item--nav .c-item:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec {
    margin-top: -0.25em;
    left: auto;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navsec .c-nav__item .c-item {
    font-size: 0.75em;
    line-height: 1.625em;
  }
}
.is_stuck .c-nav__list--navsec {
  opacity: 0;
  margin-top: -8em;
}
#nav-mobile .c-nav__list--navsec .c-nav__item:first-child {
  display: none;
}
@media only screen and (min-width: 1000px) {
  #nav-mobile .c-nav__list--navsec .c-nav__item:first-child {
    display: block;
  }
}
.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--navmain {
    /*float: right;*/
    margin-top: 2.25em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navmain {
    margin-top: 3.5em;
  }
}
.is_stuck .c-nav__list--navmain {
  margin-top: 0.875em;
  -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__list--navmain.left {
  /*float: left;*/
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain.left {
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain.left > .c-nav__item:first-child {
    display: none;
  }
}
.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;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.is_stuck .c-nav__list--navmain .c-nav__item .c-item {
  padding: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item {
    padding-right: 1.75em;
    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;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .is_stuck .c-nav__list--navmain .c-nav__item.is-mmdropdown > .c-item:before {
    bottom: -15px;
  }
  .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: -7px;
  }
}
.c-nav__list--navmain .c-nav__item.is-mmdropdown:hover .c-item:before {
  opacity: 1;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item.is-active > .c-item {
    color: #d6222b;
  }
  .c-nav__list--navmain .c-nav__item.is-active:hover {
    opacity: 1;
  }
}
.c-nav__list--navmain .c-nav__item--search, .c-nav__list--navmain .c-nav__item--nav {
  color: #fff;
  display: block;
  left: -0.5em;
  padding: 2px;
  position: absolute;
  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: 1000px) {
  .c-nav__list--navmain .c-nav__item--search, .c-nav__list--navmain .c-nav__item--nav {
    position: static;
  }
}
.c-nav__list--navmain .c-nav__item--search [class*="o-icon--"], .c-nav__list--navmain .c-nav__item--nav [class*="o-icon--"] {
  border: 2px solid transparent;
  font-size: 1.25em;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item--search [class*="o-icon--"], .c-nav__list--navmain .c-nav__item--nav [class*="o-icon--"] {
    height: 42px;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navmain .c-nav__item--nav [class*="o-icon--"]:before {
    top: 40%;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navmain .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navmain .c-nav__item--nav [class*="o-icon--"]:before {
    top: 50%;
  }
}
.c-nav__list--navmain .c-nav__item--nav {
  left: auto;
  right: -0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item--nav {
    display: none;
  }
}
.is_stuck .c-nav__item--search, .is_stuck .c-nav__list--navmain .c-nav__item--nav, .c-nav__list--navmain .is_stuck .c-nav__item--nav {
  position: relative;
  top: -7px;
}
.mm {
  position: relative;
  top: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .mm {
    display: none;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 100%;
    position: absolute;
    right: 50%;
    top: 85px !important;
    width: 100vw;
    z-index: 1;
  }
  .is_stuck .mm {
    top: 61px !important;
  }
}
@media only screen and (min-width: 1260px) {
  .mm {
    top: 105px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .mm .mm-container {
    background: rgba(64, 64, 64, 0.95);
    position: relative;
    padding-bottom: 4em;
    padding-top: 3em;
    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 screen and (max-width: 1279px) {
  .mm .mm-img-container {
    width: 75%;
  }
}
@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[alt^="Kamine"] .mm-img {
  background-image: url(#WE:1196#);
  background-position: center 80%;
}
.mm[alt^="Kachelöfen"] .mm-img {
  background-image: url(#WE:1213#);
  background-position: center 80%;
}
.mm[alt^="Weitere"] .mm-img {
  background-image: url(#WE:1175#);
}
.mm .mm-title, .mm .mm-img-tile__title {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mm .mm-title, .mm .mm-img-tile__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    color: #fff;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
    text-align: left;
  }
  .mm .mm-title:before, .mm .mm-img-tile__title:before {
    border-color: transparent transparent transparent #d6222b;
    border-style: solid;
    border-width: 10px 0rem 10px 7px;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
}
@media screen and (max-width: 1279px) {
  .mm .mm-list-container {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .mm .mm-list {
    margin-top: -0.5em;
  }
}
.mm .mm-img-tile {
  display: block;
  margin-bottom: 1.5em;
}
.mm .mm-img-tile__img {
  border-top: 3px solid #d6222b;
}
.mm .c-nav__item {
  padding-left: 1.5em;
  position: relative;
  width: 100%;
}
.mm .c-nav__item:before {
  border-color: transparent transparent transparent #d6222b;
  border-style: solid;
  border-width: 10px 0rem 10px 7px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
@media only screen and (min-width: 1000px) {
  .mm .c-nav__item .c-item {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0.5em 1em 0.5em 0 !important;
    text-transform: inherit;
  }
}
@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--navmain .c-nav__item--nav, .c-nav__list--navmain #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: #4d4d4d;
  background: #4d4d4d;
  background: -webkit-radial-gradient(center, ellipse cover, #4d4d4d, #343434);
  background: radial-gradient(ellipse at center, #4d4d4d, #343434);
  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 #d6222b;
  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-color: #f2f2f2;
  position: relative;
  text-align: center;
}
.c-hero__hdl {
  padding-bottom: 0.5em !important;
  padding-top: 2em !important;
}
.c-hero__sbl {
  color: #4d4d4d;
}
.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: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hero .c-hero__hdl {
  background: transparent;
  color: #fff;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  text-align: center;
  text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.5);
}
/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/
.c-breadcrumb-container {
  background-color: #f2f2f2;
}
.c-breadcrumb {
  display: none;
  padding-top: 1em;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .c-breadcrumb {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .c-breadcrumb {
    padding-top: 0;
    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-tiles--teaser {
  margin-top: 0;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.c-tiles--teaser [class*="col-"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.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%23d6222b%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--team, .c-tile--big, .c-infobox--big, .c-tile--teaser, .c-tile--sidebar, .c-tile--product {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em;
  position: relative;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -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--team, .c-tile--big, .c-infobox--big, .c-tile--teaser, .c-tile--sidebar, .c-tile--product {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-tile, .c-tile--team, .c-tile--big, .c-infobox--big, .c-tile--teaser, .c-tile--sidebar, .c-tile--product {
    margin-bottom: 2.5em;
  }
}
.c-tile:hover .c-tile__img img, .c-tile--team:hover .c-tile__img img, .c-tile--team:hover .c-tile--team__img img, .c-tile--team:hover .c-tile--teaser__img img, .c-tile--team:hover .c-tile--product__img img, .c-tile--big:hover .c-tile__img img, .c-tile--big:hover .c-tile--team__img img, .c-tile--big:hover .c-tile--teaser__img img, .c-tile--big:hover .c-tile--product__img img, .c-infobox--big:hover .c-tile__img img, .c-infobox--big:hover .c-tile--team__img img, .c-infobox--big:hover .c-tile--teaser__img img, .c-infobox--big:hover .c-tile--product__img img, .c-tile--teaser:hover .c-tile__img img, .c-tile--teaser:hover .c-tile--team__img img, .c-tile--teaser:hover .c-tile--teaser__img img, .c-tile--teaser:hover .c-tile--product__img img, .c-tile--sidebar:hover .c-tile__img img, .c-tile--sidebar:hover .c-tile--team__img img, .c-tile--sidebar:hover .c-tile--teaser__img img, .c-tile--sidebar:hover .c-tile--product__img img, .c-tile--product:hover .c-tile__img img, .c-tile--product:hover .c-tile--team__img img, .c-tile--product:hover .c-tile--teaser__img img, .c-tile--product:hover .c-tile--product__img img, .c-tile:hover .c-tile--team__img img, .c-tile:hover .c-tile--teaser__img img, .c-tile:hover .c-tile--product__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-inner, .c-tile--big-inner, .c-infobox--big-inner {
  background: #fff;
  padding: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile-inner, .c-tile--big-inner, .c-infobox--big-inner {
    padding: 1.5em;
  }
}
.c-tile__img, .c-tile--team__img, .c-tile--teaser__img, .c-tile--product__img {
  overflow: hidden;
  position: relative;
}
.c-tile__img img, .c-tile--team__img img, .c-tile--teaser__img img, .c-tile--product__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__img:after, .c-tile--team__img:after, .c-tile--teaser__img:after, .c-tile--product__img:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0.75rem 1.5rem;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.c-tile__date {
  margin-top: 1em;
}
.c-tile__hdl--newsteaser {
  margin-top: 1em;
}
.c-tile--team__hdl {
  padding: 1rem 1rem 0.5rem;
}
.c-tile--big-container-outer {
  margin-bottom: 3em;
}
@media screen and (min-width: 756px) {
  .c-tile--big-container-outer {
    margin-bottom: 6em;
    margin-top: 2em;
  }
}
@media screen and (min-width: 756px) {
  .c-tile--big-container-outer:nth-of-type(2n) .c-tile--big {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 756px) {
  .c-tile--big-container-outer:nth-of-type(2n) .c-tile--big-inner:after {
    border-color: transparent transparent transparent #fff;
    border-width: 1.5rem 1.5rem 1.5rem 0.75rem;
    left: auto;
    right: -2em;
  }
}
@media screen and (min-width: 756px) {
  .c-tile--big-container-outer:nth-of-type(2n) .c-tile--big__img {
    margin-left: 40%;
  }
}
.c-tile--big-container-outer:hover .c-tile--big__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--big-container {
  position: relative;
}
.c-tile--big {
  margin-bottom: -5em;
  margin-left: auto;
  margin-right: auto;
  top: -5em;
  width: 95%;
}
@media screen and (min-width: 756px) {
  .c-tile--big {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-tile--big-inner {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .c-tile--big-inner {
    padding: 3em;
  }
}
.c-tile--big-inner:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0.75rem 1.5rem;
  top: -2em;
  content: "";
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
@media screen and (min-width: 756px) {
  .c-tile--big-inner:after {
    border-color: transparent #fff transparent transparent;
    border-width: 1.5rem 0.75rem 1.5rem 1.5rem;
    top: 2em;
    left: -2em;
    margin: 0;
    right: auto;
  }
}
.c-tile--big__img {
  overflow: hidden;
}
@media screen and (min-width: 756px) {
  .c-tile--big__img {
    width: 60%;
  }
}
.c-tile--big__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--big__txt {
  padding-bottom: 1em;
  padding-top: 1em;
}
@media screen and (max-width: 499px) {
  .c-infobox__img-container {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .c-infobox__img-container {
    width: 100%;
  }
}
.c-infobox__img {
  padding: 1em;
  text-align: center;
}
.c-infobox__img .o-logo-infobox {
  max-width: 170px;
}
@media screen and (max-width: 499px) {
  .c-infobox__txt-container {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .c-infobox__txt-container {
    width: 100%;
  }
}
.c-infobox__txt {
  padding: 1em;
}
.c-infobox {
  background: #fff;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-infobox {
    margin-bottom: 2.5em;
  }
}
.c-infobox__sbl {
  display: inline-block;
  line-height: 1.25em;
}
.c-infobox__tel {
  border: none !important;
  margin-top: 0.5em;
  text-align: left;
  text-indent: inherit;
}
.c-infobox__tel:before {
  margin-right: 0.5em;
  position: relative;
  top: 1px;
  transform: inherit;
}
.c-infobox__btn {
  margin-top: 0.5em;
}
.c-infobox--big-container {
  position: relative;
}
.c-infobox--big {
  margin-bottom: -5em;
  margin-left: auto;
  margin-right: auto;
  top: -5em;
  width: 95%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .c-infobox--big {
    top: -2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-infobox--big {
    margin-bottom: -9em;
    top: -9em;
  }
}
.c-infobox--big-inner {
  position: relative;
}
.c-infobox--big-inner:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0.75rem 1.5rem;
  top: -2em;
  content: "";
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.c-infobox--big__img {
  overflow: hidden;
}
.c-infobox--big__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-infobox--big__txt {
  padding-bottom: 1em;
  padding-top: 1em;
}
.c-tile--teaser {
  background: rgba(255, 255, 255, 0.75);
  -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);
}
.c-tile--teaser-inner {
  background: #fff;
  padding: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile--teaser-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.c-tile--teaser__txt {
  /*@extend .c-tile__txt;*/
  min-height: 250px;
}
.c-tile--teaser__hdl {
  color: #4d4d4d;
  margin-bottom: 0.5em;
}
.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: 700;
  line-height: 1.625em;
  line-height: 1.4em;
}
.c-nfo__phone, .c-nfo__phone--sites, .c-nfo__mail {
  text-align: left;
  text-indent: 0;
}
.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: 700;
    line-height: 1.625em;
    font-size: 1.25em;
    position: absolute;
    right: 1rem;
    top: 2em;
  }
}
.c-nfo__mail {
  display: inline-block;
}
.c-nfo__address {
  margin-bottom: 1em;
}
.c-nfo__btn {
  margin-top: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-sidebar {
    padding-left: 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-sidebar {
    padding-left: 4em;
  }
}
.c-sidebar__item {
  margin-bottom: 2em;
}
.c-sidebar__hdl {
  color: #d6222b;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem 0.5rem 0;
  text-align: left;
  text-indent: 0;
}
.c-sidebar__hdl:before {
  color: #4d4d4d;
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
.c-tile--sidebar {
  background: #ededed;
  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__hdl {
  padding: 1em 1rem 0;
}
.c-tile--sidebar__list {
  margin-left: 0;
}
.c-tile--sidebar__list .c-list__item {
  background: #ededed;
  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: #e5e5e5;
}
.c-tile--sidebar__list .c-list__item:hover {
  background: #f2f2f2;
}
.c-tile--sidebar__list .c-list__item .c-item {
  display: block;
  padding: 0.5em 1em;
  text-align: left;
  text-indent: 0;
}
.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--product {
  margin-bottom: 2em;
  margin-top: 2em;
}
.c-tile--product {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.c-tile--product-inner {
  background: #fff;
  padding: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile--product-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.c-tile__tbl {
  display: table;
  padding: 1rem 0;
  width: 100%;
}
.c-tbl__row {
  background: #ededed;
  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: #e5e5e5;
}
.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: #d6222b;
  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: #d6222b;
  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 {
  width: 100%;
  /*
		@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;
}
@media screen and (min-width: 1920px) {
  .c-slider--fscr .slick-slide {
    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-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev, .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
  height: 100%;
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev, .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
    bottom: -0.25em;
    height: 2em;
    top: auto;
    width: 28%;
  }
}
@media screen and (min-width: 700px) {
  .c-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev, .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
    width: 30%;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev, .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
    width: 40%;
  }
}
.c-slider--tiles-container .slick-prev:before, .c-slider--teaser-container .slick-prev:before, .c-slider--tiles-container .slick-next:before, .c-slider--teaser-container .slick-next:before {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-prev:before, .c-slider--teaser-container .slick-prev:before, .c-slider--tiles-container .slick-next:before, .c-slider--teaser-container .slick-next:before {
    color: #4d4d4d;
  }
}
.c-gallery__slider-container .slick-prev, .c-gallery__slider-container .slick-next {
  height: 100%;
  width: 2em;
}
.c-gallery__slider-container .slick-prev:before, .c-gallery__slider-container .slick-next:before {
  color: #d6222b;
}
.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-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev {
  left: -1.25em;
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider--tiles-container .slick-prev, .c-slider--teaser-container .slick-prev {
    display: block;
    left: -2em;
  }
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-prev:before, .c-slider--teaser-container .slick-prev:before {
    left: auto;
  }
}
.c-gallery__slider-container .slick-prev {
  left: 0;
}
.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-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
  right: -1.25em;
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider--tiles-container .slick-next, .c-slider--teaser-container .slick-next {
    display: block;
    right: -2em;
  }
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .slick-next:before, .c-slider--teaser-container .slick-next:before {
    right: auto;
  }
}
.c-gallery__slider-container .slick-next {
  right: 0;
}
/* 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-slider--tiles-container .slick-dots, .c-slider--teaser-container .slick-dots {
  bottom: 1em;
}
.c-gallery__slider-container .slick-dots {
  bottom: -2em;
}
/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/
.c-slider--tiles-container {
  margin-bottom: -4em;
  position: relative;
  top: -2em;
}
@media only screen and (min-width: 600px) {
  .c-slider--tiles-container .c-btn-overview {
    top: 65%;
  }
}
@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 .c-tile--product__img {
  height: 200px;
}
@media only screen and (min-width: 1260px) {
  .c-slider--tiles .c-tile--product__img {
    height: 220px;
  }
}
.c-slider--tiles:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-slider--tiles__hdl {
  position: relative;
}
.c-slider--tiles__hdl .o-blk__hdl {
  margin-top: 0;
}
.c-slider--teaser-container {
  position: relative;
}
@media only screen and (min-width: 1260px) {
  .c-slider--teaser .slick-list {
    overflow: inherit;
  }
}
.c-slider--teaser .c-slider__slide {
  padding: 0 1em;
}
.c-slider--teaser:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-slider--teaser__hdl {
  position: relative;
}
.c-slider--hero-container {
  background-color: #d6222b;
  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: 960px;
}
.gallery-img-caption {
  display: none;
}
.c-gallery__slider-container {
  position: relative;
}
@media screen and (min-width: 480px) {
  .c-gallery__slider-container {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-gallery__slider-container {
    padding: 0 3em;
  }
}
.c-gallery__slider {
  margin-bottom: 4em !important;
  margin-top: 3em;
}
.c-gallery__slider:not(.slick-slider) {
  display: none;
}
/*
|--------------------------------------------------------------------------
| Downloads
|--------------------------------------------------------------------------
*/
.c-downloads {
  margin-top: -4em;
}
.c-download-container {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .c-download-container {
    display: table;
    width: 100%;
  }
}
.c-download {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (min-width: 600px) {
  .c-download {
    display: table-row;
  }
}
.c-download:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.c-download: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-download__img {
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .c-download__img {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
}
.c-download__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-download-inner-wrap {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-download-inner-wrap {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.c-download-inner {
  display: table-row;
}
@media only screen and (min-width: 600px) {
  .c-download-inner {
    display: table;
    width: 100%;
  }
}
.c-download__desc {
  display: block;
  margin-top: 0.5em;
}
.c-download__txt {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  width: 80%;
}
@media only screen and (min-width: 600px) {
  .c-download__txt {
    padding-left: 2em;
  }
}
.c-download__btn-wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.c-download__btn {
  border-color: transparent;
  display: block;
}
.c-download__btn:hover {
  opacity: 0.7;
}
.c-download__btn .c-btn__icon {
  height: 5em;
}
@media only screen and (min-width: 600px) {
  .c-download__btn .c-btn__icon {
    height: 3em;
  }
}
.c-download__btn .c-btn__icon:before {
  font-size: 1.5em;
}
@media only screen and (min-width: 600px) {
  .c-download__btn .c-btn__icon:before {
    font-size: 1.75em;
  }
}
.c-download__btn .c-btn__txt {
  display: none;
}
@media only screen and (min-width: 600px) {
  .c-download__btn .c-btn__txt {
    display: block;
  }
}
/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/
.c-slider--fscr-container {
  height: 50vh;
  margin-bottom: 0;
  max-height: 30vw;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
@media screen and (min-height: 800px) and (max-width: 999px) {
  .c-slider--fscr-container {
    max-height: 30vw;
  }
}
@media only screen and (min-width: 1000px) {
  .c-slider--fscr-container {
    max-height: 600px;
    /*
		height: 70vh;
		margin-bottom: $height-header-md; 
		top: -$height-header-md; 
		*/
  }
}
@media screen and (orientation: landscape) and (max-width: 999px) {
  .c-slider--fscr-container {
    max-height: 20vw;
  }
}
.fscr-container .c-slider--fscr-container {
  background-color: #262626;
  /*background-image: url($logo-slider-bg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.c-slider--fscr-container .slick-slide {
  /*background-attachment:fixed; */
}
@media only screen and (min-width: 1260px) {
  .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%;
}
.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: 55%;
  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: 50%;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .c-slider__caption {
    top: 57%;
  }
}
@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: 48%;
  }
}
.c-slider__caption .c-caption__hdl {
  color: #d6222b;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3), 1px 1px 60px rgba(0, 0, 0, 0.3), 1px 1px 30px rgba(0, 0, 0, 0.2);
}
.c-slider__caption .c-caption__txt {
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.6em;
  /*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: 1em;
    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: 1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) and (min-height: 700px) {
  .c-slider__caption .c-caption__txt {
    font-size: 1.125em;
    line-height: 1.6em;
  }
}
.c-slider__caption .c-caption__txt p {
  margin: 1em 0 0;
}
.c-slider__caption .c-caption__btn {
  border-color: #d6222b;
  border-width: 2px;
  color: #fff;
  font-size: 0.875em;
  margin-top: 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: #d6222b;
  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: 2em;
    text-indent: -9999px;
  }
}
@media screen and (min-height: 650px) {
  .c-slider__godown.o-icon--arrow-down {
    bottom: 3em;
    text-indent: 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-slider__godown.o-icon--arrow-down {
    bottom: 5em;
  }
}
.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;
  }
}
/*
@import "contact-persons";



*/
/*
|--------------------------------------------------------------------------
| Google Maps
|--------------------------------------------------------------------------
*/
.c-map-container {
  margin: 0 0;
  position: relative;
}
.c-map-container:before {
  background: rgba(250, 250, 250, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-map {
  background: url(/_layout/img/map-dummy.svg) no-repeat center;
  background-size: cover;
  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: rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
  overflow: hidden;
  margin-bottom: 3em;
  margin-top: -1em;
  padding: 1em;
  -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-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.c-frm-container legend {
  color: #d6222b;
}
.c-frm-container-inner {
  background: #fff;
  padding: 2em;
}
.c-perm {
  display: table;
  width: 100%;
}
.c-perm__item {
  background: #ededed;
  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: #e5e5e5;
}
.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: #d6222b;
  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;
}
#contact-form .columns {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1000px) {
  #contact-form .columns {
    padding-left: 0;
  }
  .formular.push #contact-form .columns {
    padding-left: 1em;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .formular.push #contact-form .columns {
    padding-left: 2em;
  }
}
@media screen and (max-width: 599px) {
  #contact-form .columns.plz {
    padding-right: 0;
  }
}
#contact-form input[type="submit"] {
  margin: 0.5em 0 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #contact-form input[type="submit"] {
    padding: 1em 0;
  }
}
#contact-form label.gender_lb:first-child {
  margin-right: 1em;
}
.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: #fff;
  border-top: 1px solid #d9d9d9;
  color: #4d4d4d;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .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;
  }
}
.c-footer__hdl, .c-footer__logos__hdl {
  color: #d6222b;
  margin-bottom: 1em;
  margin-top: 1em;
}
.c-footer__nav-container:nth-of-type(2) .c-footer__hdl, .c-footer__nav-container:nth-of-type(2) .c-footer__logos__hdl {
  margin-bottom: 0;
  margin-top: -0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-footer__nav-container:nth-of-type(2) .c-footer__hdl, .c-footer__nav-container:nth-of-type(2) .c-footer__logos__hdl {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-footer__nav {
    padding-right: 1em;
  }
}
.c-footer__nav li {
  list-style: none;
}
.c-footer__nav li a {
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.c-footer__nav li a:hover {
  opacity: 0.7;
}
.c-logo-footer-container {
  margin-bottom: 2em;
  margin-top: 2em;
}
@media only screen and (min-width: 600px) {
  .c-logo-footer-container {
    margin-bottom: 0;
    margin-left: -1em;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo-footer-container {
    margin-top: 1.5em;
  }
}
.c-logo-footer-container .o-logo-footer {
  max-width: 170px;
}
@media only screen and (min-width: 1000px) {
  .c-logo-footer-container .o-logo-footer {
    max-width: 140px;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo-footer-container .o-logo-footer {
    padding: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-contactdata .row [class*="col-"] {
    padding-right: 1em;
  }
}
.c-contactdata__txt {
  margin-bottom: 1em;
}
.c-contactdata__btn {
  border-color: #4d4d4d;
  color: #4d4d4d;
  display: inline-block;
  margin: 0 auto 2em;
  max-width: 17em;
  text-indent: inherit;
  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__logos {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 3em;
  padding: 2em 0;
}
@media only screen and (min-width: 600px) {
  .c-footer__logos__hdl {
    text-align: left;
  }
}
.c-footer__logo--vwg, .c-footer__logo--wsi, .c-footer__logo--vgi, .c-footer__logo--tvd, .c-footer__logo--pyur {
  display: block;
  margin: auto;
  max-width: 170px;
}
@media only screen and (min-width: 600px) {
  .c-footer__logo--vwg, .c-footer__logo--wsi, .c-footer__logo--vgi, .c-footer__logo--tvd, .c-footer__logo--pyur {
    margin: 0;
  }
}
.c-footer__logo--vwg {
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 120px;
}
@media only screen and (min-width: 600px) {
  .c-footer__logo--vwg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-footer__logo--vwg {
    margin-left: 0;
  }
}
.c-footer__logo--wsi {
  margin-top: 1em;
  max-width: 240px;
}
@media only screen and (min-width: 600px) {
  .c-footer__logo--wsi {
    margin-top: 1em;
    max-width: 190px;
  }
}
@media screen and (min-width: 825px) {
  .c-footer__logo--wsi {
    max-width: 230px;
  }
}
@media screen and (min-width: 420px) {
  .c-footer__logo--wsi img {
    margin-left: 3em;
  }
}
@media only screen and (min-width: 600px) {
  .c-footer__logo--wsi img {
    margin: 0;
  }
}
.c-footer__logo--vgi {
  margin-bottom: 2em;
  margin-top: 2em;
  max-width: 150px;
}
@media only screen and (min-width: 600px) {
  .c-footer__logo--vgi {
    margin-top: 1em;
    max-width: 140px;
  }
}
@media screen and (min-width: 825px) {
  .c-footer__logo--vgi {
    margin-top: 1.5em;
    max-width: 150px;
  }
}
@media only screen and (min-width: 1000px) {
  .c-footer__logo--tvd-container {
    padding-left: 2.25em !important;
  }
}
.c-footer__logo--tvd {
  margin-bottom: 1em;
  max-width: 150px;
}
@media screen and (min-width: 825px) {
  .c-footer__logo--tvd {
    margin-top: 1.5em;
  }
}
.c-footer__logo--pyur {
  max-width: 160px;
}
@media screen and (min-width: 825px) {
  .c-footer__logo--pyur {
    margin-top: 1.25em;
  }
}
.c-footer-btm {
  background-color: #fff;
  color: #262626;
  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: 2em;
    padding-top: 2em;
  }
}
.c-footer-btm__list {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .c-footer-btm__list {
    margin-left: -0.5em;
  }
}
.c-footer-btm__item {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .c-footer-btm__item {
    float: left;
  }
}
.c-footer-btm__item:first-child {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .c-footer-btm__item:first-child {
    display: inline-block;
    float: right;
  }
}
.c-footer-btm__item .c-item {
  display: block;
  padding: 0.25em 0.5em;
}
/*
|--------------------------------------------------------------------------
| 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: #d6222b;
  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, .mm-navbar .mm .mm-img-tile__title, .mm .mm-navbar .mm-img-tile__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: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.1);
  color: #4d4d4d;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #262626;
}
.mm-menu > .mm-navbar {
  background: #fff;
}
.mm-menu .mm-navbar-top {
  background: url("/_layout/img/logo-wsi_wohnbehagen_service_ilmkreis-vwg_arnstadt.png") no-repeat 2em center, #fff;
  background-size: 30%;
  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: #d6222b;
}
.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: #d6222b;
}
.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: #d6222b;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: #e0e0e0;
  margin-top: -5px;
}
.mm-menu .mm-nolistview > li > a, .mm-menu .mm-nolistview > li > span {
  display: block;
  font: 500 100%/1.2em "Barlow Semi 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;
  border-color: rgba(0, 0, 0, 0.25);
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
  font: 500 100%/1.2em "Barlow Semi 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: #d6222b;
}
.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;
}
@media screen and (max-width: 999px) {
  .mm-menu .mm-list-container {
    width: 100%;
  }
}
.c-blk.c-sharing-list-container {
  border-top: 1px solid #ccc;
  margin: 3em 0;
}
.c-sharing__head {
  margin-bottom: 2em;
  margin-top: -0.75em;
  position: relative;
  text-align: center;
}
.c-sharing__head:before {
  background: #fff;
  content: "";
  height: 2em;
  left: 0;
  margin: auto;
  max-width: 20em;
  position: absolute;
  right: 0;
  top: -0.5em;
  width: 100%;
  z-index: 0;
}
.c-sharing__head .c-head__inner {
  color: #a6a6a6;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.c-sharing-list {
  margin: 0;
  text-align: center;
}
.c-sharing-list__item {
  display: inline-block;
  margin: 0.5em;
  min-width: 40%;
}
@media only screen and (min-width: 1000px) {
  .c-sharing-list__item {
    min-width: 20%;
  }
}
.c-sharing-btn-container {
  display: block;
  text-decoration: none;
  color: #fff;
}
.c-sharing-btn {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-sharing-btn__icon {
  display: inline-block;
  fill: #fff;
}
.c-sharing-btn__icon svg {
  height: 1em;
  margin-right: 0.5em;
  vertical-align: text-top;
  width: 1em;
}
.c-sharing-btn--facebook, .c-sharing-btn--twitter, .c-sharing-btn--google, .c-sharing-btn--email, .c-sharing-btn--whatsapp {
  padding: 0.5em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.c-sharing-btn--facebook {
  background-color: #3b5998;
}
.c-sharing-btn--facebook:hover, .c-sharing-btn--facebook:active {
  background-color: #2d4373;
}
.c-sharing-btn--twitter {
  background-color: #55acee;
}
.c-sharing-btn--twitter:hover, .c-sharing-btn--twitter:active {
  background-color: #2795e9;
}
.c-sharing-btn--google {
  background-color: #dd4b39;
}
.c-sharing-btn--google:hover, .c-sharing-btn--google:active {
  background-color: #c23321;
}
.c-sharing-btn--google svg {
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
}
.c-sharing-btn--email {
  background-color: #777777;
}
.c-sharing-btn--email:hover, .c-sharing-btn--email:active {
  background-color: #5e5e5e;
}
.c-sharing-btn--whatsapp {
  background-color: #25D366;
}
.c-sharing-btn--whatsapp:hover, .c-sharing-btn--whatsapp:active {
  background-color: #1DA851;
}
/* ==========================================================================
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;
}
/*
|--------------------------------------------------------------------------
| 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: 30%;
  }
}
@media screen and (min-width: 1344px) {
  .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: 1em 15% 1.25em;
  }
}
.hp .o-page-hdl {
  background: transparent;
}
.embed-container {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  /* ratio 16x9 */
}
.embed-container iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.privacy-msg-container {
  background-position: 0 0;
  background-repeat: no-repeat;
  max-height: 320px;
  position: relative;
}
.privacy-msg-container:before {
  background: rgba(245, 245, 245, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
div.privacy-msg p {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 2rem;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  margin: 0;
  max-width: 490px;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
div.privacy-msg p span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
div.privacy-msg .button, div.privacy-msg button {
  font-size: 0.75rem;
  margin: 1rem auto 0.25rem;
  max-width: 150px;
}
div.privacy-msg label {
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.privacy-msg input[type=checkbox] {
  display: inline;
  margin-right: 0.5em;
  position: relative;
  top: 3px;
  width: auto;
}
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: -80vh;
		
		@media screen and (min-height:800px) and (max-width:999px){
			margin-top: -30em;
		}
		@include respond-to(medium-screens){ 
			margin-top: -36em;
		}
		*/
}
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"]):not([class*="c-download__btn"]) {
  border-bottom: 1px dotted #ccc;
}
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"]):not([class*="c-download__btn"]):hover {
  border-bottom: 1px solid #d6222b;
  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;
  max-width: 80%;
  padding-left: 2em;
}
.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: 5px solid #d6222b;
  -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-gallery__hdl {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.c-txt__txt p, .c-gallery__txt p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.c-txt__txt a:not([class*="o-btn2"]), .c-gallery__txt a:not([class*="o-btn2"]) {
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}
.c-txt__txt a:not([class*="o-btn2"]):hover, .c-gallery__txt a:not([class*="o-btn2"]):hover {
  border-bottom-color: transparent;
}
.c-txt__btn2 {
  margin-bottom: 3em;
}
.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 screen and (min-width: 756px) {
  .c-content__elm--img, .c-content__elm--txt {
    min-height: 500px;
  }
}
@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: #f2f2f2;
  /*border-bottom: 1px solid $color-grey30;*/
  /*
	.hp &:nth-of-type(1) { 
	background: $color-primary; 
	@include gradient ($color-primary,rgba(0,0,0,.25),vertical);

	color: $color-white; 

	.c-txt__hdl {
	color: $color-white; 
}

	.c-txt__txt {

	h1,h2,h3,h4,h5,h6 {
	color: $color-white !important;
}

	a, a:hover {
	border-bottom-color: $color-white !important;
}
}
}*/
}
.c-blk-container:nth-of-type(2n) {
  /*background: $color-grey20; 

		a {
		border-bottom-color: $color-grey80 !important;
	}*/
}
.c-blk-container--teaser {
  background: transparent;
  padding-bottom: 8em;
}
.c-blk-container--infoboxes {
  background: #d6222b;
}
.c-blk {
  padding: 3em 0;
}
.c-blk-container--teaser .c-blk {
  padding: 0;
}
.c-content, .c-content--accordion {
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}
.hp .c-content, .hp .c-content--accordion {
  /*
		margin-bottom: -9em;
		position: relative;
		top: -9em;
		*/
}
@media only screen and (min-width: 1000px) {
  .hp .c-content .c-content-inner, .hp .c-content--accordion .c-content-inner {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.c-content ul, .c-content--accordion ul, .c-content ol, .c-content--accordion ol {
  padding-left: 1em;
}
.c-content-inner {
  background: #fff;
  padding: 1em;
}
@media only screen and (min-width: 1000px) {
  .c-content-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.c-card-container {
  margin-bottom: 4em;
}
@media only screen and (min-width: 1260px) {
  .c-card-container {
    margin-bottom: 6em;
  }
}
.c-blk-container .c-card-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.c-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vw;
}
@media only screen and (min-width: 1000px) {
  .c-card {
    max-height: 300px;
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1260px) {
  .c-card {
    /*background-attachment:fixed; */
    max-height: 350px;
    max-height: 50vh;
  }
  .c-card, .c-card _:-ms-lang(x) {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 1260px) and (-webkit-min-device-pixel-ratio: 2) {
  .c-card {
    /* mobile Safari Hack */
    background-attachment: scroll;
  }
}
@media screen and (min-width: 1400px) {
  .c-card {
    max-height: 400px;
    max-height: 50vh;
  }
}
.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-content--list {
  margin-top: -3em;
}
.c-list__hdl {
  padding: 1em;
  text-align: center;
}
.c-list__no-items {
  padding: 5% 10%;
}
.c-listhead-container {
  background: #fff;
  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: #d6222b;
  -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;
}
@media only screen and (max-width: 599px) {
  .c-filter__list--window .c-list__lbl {
    min-height: 50px;
  }
}
.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 {
  border-left-color: transparent;
  border-top-color: transparent;
}
.c-filter__list--window .c-list__item--w2 {
  border-top-color: transparent;
}
.c-filter__list--window .c-list__item--w3 {
  border-left-color: transparent;
}
@media only screen and (min-width: 600px) {
  .c-filter__list--window .c-list__item--w3 {
    border-left-color: #ccc;
    border-top-color: transparent;
  }
}
@media only screen and (min-width: 600px) {
  .c-filter__list--window .c-list__item--w4 {
    border-left-color: transparent;
  }
}
.c-filter__list--window .c-list__item--w5 {
  border-left-color: transparent;
}
@media only screen and (min-width: 600px) {
  .c-filter__list--window .c-list__item--w5 {
    border-left-color: #ccc;
  }
}
.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: #d6222b;
  -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: #d6222b;
  -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: #d6222b;
  border-color: #d6222b;
  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: #d6222b;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 0;
}
.c-timeline__date {
  background-color: #d6222b;
  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 #d6222b;
  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__nav {
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .c-accordion__nav {
    text-align: right;
  }
}
.c-accordion__nav .c-nav__btn {
  margin-right: 2em;
}
@media only screen and (max-width: 599px) {
  .c-accordion__nav .c-nav__btn {
    margin-right: 20%;
  }
}
.c-accordion__item {
  background: #f2f2f2;
  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: 1260px) {
  .c-accordion__item {
    padding-left: 2em;
  }
}
.c-accordion__item:hover {
  background: #ededed;
  cursor: pointer;
}
.c-accordion__item .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 {
    right: 2em;
  }
}
.c-accordion__item .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 {
  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 {
@extend .c-accordion__item;
background-color: darken($color-primary,10);
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: $color-white;
margin-bottom: .5em;
padding: 1em 2em 1em 1em; 

@include respond-to(medium-screens){
background-position-x: -4em;
background-position-x: -4vw;
}

@include respond-to(medium-screens){
background-position-x: -5em;
background-position-x: -5vw;
}

.c-item__icon {
&:before,
&:after {
font-size: 1rem;
left: auto; 
@include transition(all .2s ease-out);
}
}

.c-item__hdl {
color: $color-white;
}

&:hover {
background: $color-secondary;
}

&.is-open {
background: $color-secondary;

.c-item__icon{
&:before {
top: inherit;
@include transform(none);
}
&:after {
height: 0;
}
}
}
}
*/
.c-accordion__download {
  margin-top: 3em;
}
.c-accordion__download .c-download-container {
  border-top: 2px solid #d6222b;
}
.c-accordion__download .c-download-inner-wrap {
  background: #f7f7f7;
}
.c-accordion__content-container, .c-accordion__content--overview-container {
  border: 1px solid #ccc;
  border-top: 3px solid transparent;
  margin-bottom: 1em;
  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: #f2f2f2;
  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: #d6222b;
  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 2em;
  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 {
  padding: 0.25em 0;
}
@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: inherit;
  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-obj__slider:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.c-obj__slider-thumbs {
  margin-top: 0.5em;
}
.c-slider-thumb {
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .c-slider-thumb {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    max-height: 14vw;
  }
}
@media screen and (min-width: 600px) {
  .c-slider-thumb {
    max-height: 16em;
  }
}
@media screen and (min-width: 800px) {
  .c-slider-thumb {
    max-height: 18em;
  }
}
@media screen and (min-width: 1000px) {
  .c-slider-thumb {
    max-height: 8vw;
  }
}
@media only screen and (min-width: 1260px) {
  .c-slider-thumb {
    max-height: 110px;
  }
}
@media screen and (min-width: 1330px) {
  .c-slider-thumb {
    max-height: 115px;
  }
}
.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, .c-blk.news .c-content--accordion {
    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: #f2f2f2;
  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: inherit;
    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: 3em;
  margin-top: 1em;
  padding: 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: inherit;
  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;
  }
}
