.main-header .slider-header figure {
  margin: 0;
  position: relative; }
  .main-header .slider-header figure .headerimage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8)); }
.main-header .slider-header .slide-text {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  bottom: 10%; }
  .main-header .slider-header .slide-text h1 {
    font-size: 55px;
    font-style: oblique;
    margin: 0; }
  .main-header .slider-header .slide-text p {
    font-style: oblique;
    font-size: 26px; }
.main-header .slider-header .slick-arrow {
  display: none !important; }
.main-header .slider-header .slick-dots {
  display: none !important; }
.main-header .slider-header .slick-dotted.slick-slider {
  margin-bottom: 0; }
.main-header .slider-header .header-main {
  position: absolute;
  display: flex;
  top: 0;
  padding-top: 50px;
  max-width: 1600px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .main-header .slider-header .header-main .site-logo {
    width: 25%;
    padding-left: 5%; }
  .main-header .slider-header .header-main .language-navigation-container {
    width: 75%; }
    .main-header .slider-header .header-main .language-navigation-container .language-selector,
    .main-header .slider-header .header-main .language-navigation-container .header-menu {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
    .main-header .slider-header .header-main .language-navigation-container .language-selector .lang-nav {
      list-style: none;
      display: flex;
      flex-direction: row; }
      .main-header .slider-header .header-main .language-navigation-container .language-selector .lang-nav .language {
        cursor: pointer;
        margin: 0 5px 0 5px;
        padding: 4px 2px;
        position: relative;
        border: solid 1px #000;
        transform: skew(-15deg);
        transition: all 0.4s linear;
        min-width: 20px;
        text-align: center; }
        .main-header .slider-header .header-main .language-navigation-container .language-selector .lang-nav .language a {
          text-decoration: none;
          color: inherit; }
        .main-header .slider-header .header-main .language-navigation-container .language-selector .lang-nav .language:hover, .main-header .slider-header .header-main .language-navigation-container .language-selector .lang-nav .language.active {
          color: #fff;
          background-color: #ad1aac; }
    .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header {
      display: block;
      width: 100%; }
      .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul {
        display: flex;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li {
          padding: 10px;
          text-decoration: none;
          font-size: 20px;
          color: black; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li ul li {
            padding: 10px 0px 0px; }
            .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li ul li a {
              font-size: 10px; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item {
            font-style: italic;
            text-transform: uppercase; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li a {
            text-decoration: none;
            font-size: 20px;
            color: black; }
            .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li a.navigation-link-current {
              color: #575757; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li:hover .navigation-list-2, .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li:active .navigation-list-2, .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li:focus .navigation-list-2 {
            visibility: visible;
            height: auto; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-current, .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-active {
            padding-bottom: 0;
            color: #575757; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-current a, .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-active a {
            padding-bottom: 0;
            color: #575757;
            border-bottom: 2px solid #575757; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-active li a {
            border-bottom: 0px; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li.navigation-list-item-active .navigation-list-item-current a {
            color: #ad1aac; }
          .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li .navigation-list-2 {
            visibility: hidden;
            height: 0;
            z-index: 1000;
            position: absolute;
            display: flex;
            flex-direction: column; }
            .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li .navigation-list-2 li {
              display: block;
              width: 15em; }
              .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li .navigation-list-2 li a {
                font-size: 14px; }

/* ==========================================================================
   Search
   ========================================================================== */
.header-search {
  position: absolute;
  right: 0;
  top: -100px;
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0; }

.header-search {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.header-search.in {
  top: 100%;
  z-index: 99;
  opacity: 1; }

.header-search .mm_search {
  padding: 0; }

.header-search #indexedsearch_mmenu {
  max-width: 400px;
  margin: 0 auto; }

.header-search #indexedsearch_mmenu .btn,
.header-search #indexedsearch_mmenu .form-control {
  background: none transparent;
  border: 0 none;
  box-shadow: none; }

.header-search #indexedsearch_mmenu .btn {
  border-right: 1px solid #000; }

.header-search #indexedsearch_mmenu .form-control {
  font-size: 16px;
  color: #005BAA;
  width: 100%;
  padding: 20px 0; }

.header-search.active {
  top: 100%;
  z-index: 99;
  opacity: 1;
  width: 400px;
  padding: 0 20px; }

#search {
  cursor: pointer;
  display: flex; }
  #search .search-icon {
    width: 25px;
    height: 40px; }

.breadcrumb {
  background: #f0f0f0; }
  .breadcrumb .grid {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30px; }
    .breadcrumb .grid .breadcrumb-nav ul {
      margin: 0;
      padding: 0; }
      .breadcrumb .grid .breadcrumb-nav ul li {
        list-style: none;
        display: inline-block;
        font-weight: normal;
        font-size: 15px;
        margin: 0;
        padding: 8px 10px 8px 0; }
        .breadcrumb .grid .breadcrumb-nav ul li a {
          text-decoration: none;
          display: block;
          color: inherit; }
          .breadcrumb .grid .breadcrumb-nav ul li a:after {
            content: '\00bb';
            padding-left: 10px;
            font-size: 15px; }

#site_1 .slide-text, #site_5 .slide-text {
  position: absolute;
  bottom: 10%;
  max-width: 32%;
  min-width: 500px;
  text-align: left;
  padding: 10px 8% 0px 15%;
  color: black;
  text-align: left;
  z-index: 1; }
  #site_1 .slide-text:after, #site_5 .slide-text:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: -10.5%; }
  #site_1 .slide-text > *, #site_5 .slide-text > * {
    font-style: oblique; }
  #site_1 .slide-text h2, #site_5 .slide-text h2 {
    font-size: 67px;
    font-style: italic;
    margin: 0; }
  #site_1 .slide-text p, #site_5 .slide-text p {
    font-size: 26px;
    font-style: italic; }

#site_5 .slide-text {
  color: #ad1aac; }
  #site_5 .slide-text a {
    color: #fff;
    background: #ad1aac;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px; }

#site_4 .breadcrumb {
  background: #fff; }

#mobile-menu {
  display: none; }

@media (max-width: 80em) {
  #site_1 .slide-text h2, #site_5 .slide-text h2 {
    font-size: 50px; } }
@media (max-width: 61.25em) {
  .main-header .slider-header figure img {
    width: auto;
    height: 550px; }
  .main-header .slider-header .header-main {
    width: 90%;
    padding-top: 20px; }
    .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header {
      display: none;
      background: rgba(255, 255, 255, 0.8);
      height: 100vh;
      position: absolute;
      top: 0;
      z-index: 998;
      margin: 0 80px;
      padding: 100px 80px 0; }
      .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header.active {
        display: block; }
      .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul {
        flex-direction: column; }
        .main-header .slider-header .header-main .language-navigation-container .header-menu #navigation-header ul li .navigation-list-2 {
          position: static; }

  #search {
    margin-left: 20px;
    position: relative;
    margin-right: 30px; }
    #search .search-icon {
      width: 25px;
      height: auto;
      position: absolute; }

  #mobile-menu {
    display: block;
    z-index: 999;
    position: relative;
    width: 40px;
    height: 40px; }
    #mobile-menu .mobile-toggle, #mobile-menu .mobile-toggle:after, #mobile-menu .mobile-toggle:before {
      position: absolute;
      width: 40px;
      height: 3px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      background-color: #000; }
    #mobile-menu .mobile-toggle {
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition-duration: 75ms;
      top: 10px; }
      #mobile-menu .mobile-toggle:before, #mobile-menu .mobile-toggle:after {
        content: '';
        display: block; }
      #mobile-menu .mobile-toggle:before {
        transition: top 75ms ease .12s,opacity 75ms ease;
        top: -10px; }
      #mobile-menu .mobile-toggle:after {
        transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        bottom: -10px; }
    #mobile-menu.active .mobile-toggle {
      transition-delay: .12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: rotate(45deg); }
      #mobile-menu.active .mobile-toggle:before {
        top: 0;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0; }
      #mobile-menu.active .mobile-toggle:after {
        bottom: 0;
        transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
        transform: rotate(-90deg); }

  #site_1 .slide-text, #site_5 .slide-text {
    min-width: 400px;
    padding: 10px 8% 0px 10%; }
    #site_1 .slide-text h2, #site_5 .slide-text h2 {
      font-size: 40px; }
    #site_1 .slide-text p, #site_5 .slide-text p {
      font-size: 18px; }

  .header-search.active {
    width: 60%; } }
@media (max-width: 48em) {
  .breadcrumb .grid {
    width: 90%;
    padding-top: 10px; }

  .main-header .slider-header .header-main .site-logo {
    width: 40%;
    padding-left: 0; }
    .main-header .slider-header .header-main .site-logo img {
      width: 100%; }
  .main-header .slider-header .header-main .language-navigation-container {
    width: 60%; }
  .main-header .slider-header .slide-text h1 {
    font-size: 30px; }
  .main-header .slider-header .slide-text p {
    font-size: 20px; }

  #site_1 .slide-text, #site_5 .slide-text {
    min-width: auto;
    padding: 10px 2%;
    max-width: none;
    width: 100%; }
    #site_1 .slide-text:after, #site_5 .slide-text:after {
      transform: none;
      left: 0; }

  #site_1 .slide-text h2, #site_5 .slide-text h2 {
    font-size: 34px; }

  #site_5 .slide-text a {
    font-size: 18px; } }
@media (max-width: 30em) {
  .main-header .slider-header figure img {
    width: auto;
    height: 400px; } }
.section a {
  color: #ad1aac;
  text-decoration: none;
  font-style: italic;
  font-weight: bold; }
.section > div.col12.grid-col,
.section > div.footer-icon-wrapper,
.section > div.content-wrap {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0; }
.section > div.footer-icon-wrapper {
  max-width: 1000px; }
.section .more-info {
  cursor: pointer;
  margin: 50px auto 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  background-color: #575757;
  color: #fff;
  border: none;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }
  .section .more-info:hover {
    background-color: #ad1aac; }
.section .ce-center {
  max-width: 1000px;
  margin: 0 auto; }
.section header {
  font-style: oblique; }
  .section header h1 {
    margin-bottom: 0;
    font-size: 40px; }
  .section header h1 + h2 {
    margin-top: 0;
    font-size: 30px; }
  .section header h2 {
    font-size: 40px;
    margin-bottom: 0; }
  .section header h2 + h3 {
    margin-top: 0;
    font-size: 30px; }
.section p {
  font-size: 20px;
  font-weight: lighter; }
  .section p.text-center {
    text-align: center; }

.background-image-section {
  position: relative;
  width: 100%;
  font-size: 0; }
  .background-image-section video {
    width: 100%; }
  .background-image-section .ce-center {
    overflow: visible; }
    .background-image-section .ce-center .ce-gallery {
      margin: 0; }
    .background-image-section .ce-center .ce-outer {
      width: 100%; }
    .background-image-section .ce-center .ce-inner {
      width: 100%; }
      .background-image-section .ce-center .ce-inner .ce-column {
        width: 100%; }
        .background-image-section .ce-center .ce-inner .ce-column .image {
          width: 100%; }
          .background-image-section .ce-center .ce-inner .ce-column .image .image-embed-item {
            width: 100%;
            height: auto; }
  .background-image-section .content {
    position: absolute;
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px; }
    .background-image-section .content .image-text-overlay {
      max-width: 700px;
      font-style: oblique; }
      .background-image-section .content .image-text-overlay h2 {
        font-size: 59px;
        color: #ad1aac;
        margin-bottom: 0; }
      .background-image-section .content .image-text-overlay p {
        font-size: 30px;
        font-weight: lighter;
        margin: 20px 0; }
      .background-image-section .content .image-text-overlay a {
        text-decoration: none; }
      .background-image-section .content .image-text-overlay .link-wrapper {
        background: #ad1aac;
        display: flex;
        justify-content: space-between;
        max-width: 250px; }
        .background-image-section .content .image-text-overlay .link-wrapper .link-text {
          display: flex;
          padding: 10px 20px;
          font-style: oblique;
          font-size: 18px;
          text-transform: uppercase;
          color: white; }
        .background-image-section .content .image-text-overlay .link-wrapper .link-arrow {
          width: 25px;
          margin-right: 20px;
          display: flex;
          align-items: center; }
          .background-image-section .content .image-text-overlay .link-wrapper .link-arrow img {
            max-height: 20px; }
    .background-image-section .content .image-text-overlay-block {
      max-width: 500px;
      font-style: oblique;
      z-index: 0;
      position: absolute;
      bottom: 0;
      padding: 10px 20% 10px 15%; }
      .background-image-section .content .image-text-overlay-block h2 {
        font-size: 59px;
        color: #ad1aac;
        margin: 0; }
      .background-image-section .content .image-text-overlay-block p {
        font-size: 30px;
        font-weight: lighter;
        margin: 20px 0; }
      .background-image-section .content .image-text-overlay-block:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.8);
        transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200%;
        z-index: -1;
        left: -126.5%; }

.lightgray-section {
  background: #f0f0f0; }
  .lightgray-section ol {
    counter-reset: step;
    list-style-type: none;
    position: relative;
    margin-top: 1em; }
    .lightgray-section ol li {
      font-size: 20px;
      font-weight: lighter;
      margin-bottom: 20px; }
      .lightgray-section ol li:before {
        content: "(" counters(step,".") ")";
        counter-increment: step;
        position: absolute;
        left: 0; }
    .lightgray-section ol.list-number-letter {
      counter-reset: letter;
      list-style-type: none;
      position: relative; }
      .lightgray-section ol.list-number-letter li:before {
        content: "(" counter(step) counter(letter,lower-alpha) ")";
        counter-increment: letter;
        position: absolute;
        left: 0; }
    .lightgray-section ol.list-alpha {
      counter-reset: letter;
      list-style-type: none;
      position: relative; }
      .lightgray-section ol.list-alpha li:before {
        content: "(" counter(letter,lower-alpha) ")";
        counter-increment: letter;
        position: absolute;
        left: 0; }
    .lightgray-section ol.list-double-alpha {
      counter-reset: letter;
      list-style-type: none;
      position: relative; }
      .lightgray-section ol.list-double-alpha li:before {
        content: "(" counter(letter,lower-alpha) counter(letter,lower-alpha) ")";
        counter-increment: letter;
        position: absolute;
        left: 0; }

.gray-section {
  background: #dadcdc; }

.darkgray-section {
  background: #b1b3b4; }

.white-section {
  background: white; }

#c191 .background-image-section .content, #c239 .background-image-section .content, #c249 .background-image-section .content {
  pointer-events: none; }
  #c191 .background-image-section .content a, #c239 .background-image-section .content a, #c249 .background-image-section .content a {
    pointer-events: visible; }

@media (max-width: 80em) {
  .background-image-section .content .image-text-overlay h2 {
    font-size: 45px; }
  .background-image-section .content .image-text-overlay p {
    font-size: 25px; } }
@media (max-width: 61.25em) {
  .background-image-section .content {
    position: relative; }
    .background-image-section .content .image-text-overlay {
      padding-bottom: 50px;
      padding-top: 0; }
      .background-image-section .content .image-text-overlay .link-wrapper {
        max-width: 280px; } }
@media (max-width: 48em) {
  #c191 .background-image-section .content, #c239 .background-image-section .content, #c249 .background-image-section .content {
    pointer-events: all; }

  .background-image-section .content .image-text-overlay-block {
    position: relative;
    padding: 10px 0; }
    .background-image-section .content .image-text-overlay-block h2 {
      font-size: 26px; }
    .background-image-section .content .image-text-overlay-block p {
      font-size: 18px; }

  .section > div.col12.grid-col, .section > div.footer-icon-wrapper, .section > div.content-wrap {
    width: 90%;
    padding-top: 30px; }

  .background-image-section .content .image-text-overlay h2 {
    font-size: 30px; }
  .background-image-section .content .image-text-overlay p {
    font-size: 20px; }

  .section header h1 {
    font-size: 30px; }
  .section header h1 + h2 {
    font-size: 20px; }
  .section header h2 {
    font-size: 25px; }
  .section header h2 + h3 {
    font-size: 20px; }
  .section header p {
    font-size: 17px; }
  .section p {
    font-size: 17px; }

  h2 {
    font-size: 25px; }

  .lightgray-section ol li {
    font-size: 17px; } }
.js-map {
  max-width: 100%; }

.gm-style .gm-style-iw-t::after {
  background: #ad1aac; }

.gm-style-iw.gm-style-iw-c {
  color: white;
  font-size: 20px;
  font-weight: lighter;
  background: #ad1aac;
  border-radius: 0; }
  .gm-style-iw.gm-style-iw-c a {
    color: white; }
  .gm-style-iw.gm-style-iw-c p {
    padding: 0 20px; }
  .gm-style-iw.gm-style-iw-c strong {
    position: absolute;
    top: 15px;
    font-style: oblique;
    font-weight: bold; }
  .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: auto !important; }

.map-divider {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  height: 50px; }
  .map-divider .horziontal-line {
    width: 50%;
    border-bottom: 2px solid rgba(60, 60, 60, 0.15);
    transform: translateY(-25px); }
  .map-divider img {
    width: 50px; }

.gm-style .black .gm-style-iw-t::after {
  background: #000; }
.gm-style .black .gm-style-iw.gm-style-iw-c {
  background: #000; }

footer .footer-icon-wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }
  footer .footer-icon-wrapper .col3 {
    flex-basis: 25%; }
    footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      color: white;
      font-style: oblique;
      font-size: 20px;
      font-weight: bold; }
      footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above > div {
        text-align: center;
        width: 100%; }
      footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above .ce-bodytext {
        text-align: center; }
      footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above a {
        text-decoration: none; }
        footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above a:hover p {
          color: #ad1aac; }
        footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above a:hover .animate {
          stroke-dashoffset: 0;
          /*animation: spin 1.5s;
          animation-fill-mode: forwards;
          -webkit-animation: spin 0.7s;
          -webkit-animation-fill-mode: forwards;*/ }
      footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above p {
        color: #fff; }
      footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above .image {
        width: 89px; }
        footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above .image .animate {
          fill: none;
          stroke-linejoin: round;
          stroke: #ad1aac;
          stroke-width: 2;
          stroke-dasharray: 500;
          stroke-dashoffset: 500;
          transition: all 1s ease-in-out;
          /*animation: spin-reverse 1.5s;
          animation-fill-mode: forwards;
          -webkit-animation: spin-reverse 0.7s;
          -webkit-animation-fill-mode: forwards;*/ }
        footer .footer-icon-wrapper .col3 .ce-textpic.ce-center.ce-above .image svg {
          width: 89px;
          height: 89px;
          cursor: pointer; }
footer #footernav {
  width: 100%;
  background: #575757; }
  footer #footernav ul {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around; }
    footer #footernav ul li {
      padding: 15px; }
      footer #footernav ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        font-size: 15px;
        font-style: oblique;
        padding-bottom: 3px; }
      footer #footernav ul li.current a {
        border-bottom: 1px solid #fff; }

/*@keyframes spin{
  0%{
    stroke-dashoffset: 500;
  }
  100%{
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes spin
{
  0%{
    -webkit-stroke-dashoffset: 500;
  }
  100%{
    -webkit-stroke-dashoffset: 0;
  }
}

@keyframes spin-reverse{
  0%{
    stroke-dashoffset: 0;
  }
  100%{
    stroke-dashoffset: 500;
  }
}

@-webkit-keyframes spin-reverse
{
  0%{
    -webkit-stroke-dashoffset: 0;
  }
  100%{
    -webkit-stroke-dashoffset: 500;
  }
}*/
@media (max-width: 48em) {
  footer .footer-icon-wrapper .col3 {
    flex-basis: 50%; } }
@media (max-width: 48em) {
  footer #footernav ul {
    flex-direction: column;
    text-align: center; } }
.col12 > div:first-child {
  padding-bottom: 50px;
  width: 100%; }
.col12 .column-4 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }
  .col12 .column-4 .col3 {
    flex-basis: calc(25% - 20px);
    margin: 10px; }
    .col12 .column-4 .col3 .hover-kachel-link {
      position: relative; }
      .col12 .column-4 .col3 .hover-kachel-link a {
        color: white;
        text-decoration: none;
        text-align: center;
        display: block;
        position: relative; }
        .col12 .column-4 .col3 .hover-kachel-link a img {
          width: 100%;
          height: auto; }
        .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-front {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8)); }
          .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-front > h3 {
            position: absolute;
            width: 90%;
            bottom: 0;
            padding: 0 5% 20px 5%; }
          .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-front h3 {
            font-size: 20px;
            font-style: oblique; }
        .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-text {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          text-align: center;
          opacity: 0; }
          .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-text .hover-kachel-innertext {
            padding: 15px; }
            .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-text .hover-kachel-innertext p {
              font-size: 16px;
              font-weight: lighter; }
            .col12 .column-4 .col3 .hover-kachel-link a .hover-kachel-text .hover-kachel-innertext .link-icon {
              width: 40px;
              position: absolute;
              bottom: 20px;
              left: 50%;
              transform: translateX(-50%); }
      .col12 .column-4 .col3 .hover-kachel-link:hover .front-heading {
        opacity: 0;
        transition: opacity 0.5s ease-out; }
      .col12 .column-4 .col3 .hover-kachel-link:hover .hover-kachel-text {
        opacity: 1;
        transition: opacity 0.5s ease-in; }
    .col12 .column-4 .col3:first-child .hover-kachel-link:hover .hover-kachel-text {
      background: #7e0260;
      background: rgba(126, 2, 96, 0.8); }
    .col12 .column-4 .col3:nth-child(2) .hover-kachel-text {
      background: #ad1aac;
      background: rgba(173, 26, 172, 0.8); }
    .col12 .column-4 .col3:nth-child(3) .hover-kachel-text {
      background: #00a3b1;
      background: rgba(0, 163, 177, 0.8); }
    .col12 .column-4 .col3:nth-child(4) .hover-kachel-text {
      background: #83aec1;
      background: rgba(131, 174, 193, 0.8); }
    .col12 .column-4 .col3 .hover-kachel {
      position: relative;
      color: white;
      text-decoration: none;
      text-align: center;
      display: block;
      position: relative; }
      .col12 .column-4 .col3 .hover-kachel img {
        width: 100%;
        height: auto; }
      .col12 .column-4 .col3 .hover-kachel .hover-kachel-front {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8)); }
        .col12 .column-4 .col3 .hover-kachel .hover-kachel-front > h3 {
          position: absolute;
          width: 90%;
          bottom: 0;
          padding: 0 5% 20px 5%; }
        .col12 .column-4 .col3 .hover-kachel .hover-kachel-front h3 {
          font-size: 20px;
          font-style: oblique; }
      .col12 .column-4 .col3 .hover-kachel .hover-kachel-text {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        text-align: center;
        opacity: 0; }
        .col12 .column-4 .col3 .hover-kachel .hover-kachel-text .hover-kachel-innertext {
          padding: 15px; }
          .col12 .column-4 .col3 .hover-kachel .hover-kachel-text .hover-kachel-innertext p {
            font-size: 16px;
            font-weight: lighter; }
          .col12 .column-4 .col3 .hover-kachel .hover-kachel-text .hover-kachel-innertext .link-icon {
            width: 40px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%); }
      .col12 .column-4 .col3 .hover-kachel:hover .front-heading {
        opacity: 0;
        transition: opacity 0.5s ease-out; }
      .col12 .column-4 .col3 .hover-kachel:hover .hover-kachel-text {
        opacity: 1;
        transition: opacity 0.5s ease-in; }
    .col12 .column-4 .col3:first-child .hover-kachel .hover-kachel-text {
      background: #b1b3b4;
      background: rgba(177, 179, 180, 0.8); }
    .col12 .column-4 .col3:nth-child(2) .hover-kachel .hover-kachel-text {
      background: #ad1aac;
      background: rgba(173, 26, 172, 0.8); }
    .col12 .column-4 .col3:nth-child(3) .hover-kachel .hover-kachel-text {
      background: #00a3b1;
      background: rgba(0, 163, 177, 0.8); }
    .col12 .column-4 .col3:nth-child(4) .hover-kachel .hover-kachel-text {
      background: #83aec1;
      background: rgba(131, 174, 193, 0.8); }
    .col12 .column-4 .col3:first-child .productoverlaytext h3 {
      color: #ad1aac; }
    .col12 .column-4 .col3:first-child .productoverlaytext .overlay {
      background: #ad1aac;
      background: rgba(173, 26, 172, 0.8); }
    .col12 .column-4 .col3:nth-child(2) .productoverlaytext h3 {
      color: black; }
    .col12 .column-4 .col3:nth-child(2) .productoverlaytext .overlay {
      background: black;
      background: rgba(0, 0, 0, 0.8); }
    .col12 .column-4 .col3:nth-child(3) .productoverlaytext h3 {
      color: #a2a7ab; }
    .col12 .column-4 .col3:nth-child(3) .productoverlaytext .overlay {
      background: #a2a7ab;
      background: rgba(162, 167, 171, 0.8); }
    .col12 .column-4 .col3:nth-child(4) .productoverlaytext h3 {
      color: #bfb498; }
    .col12 .column-4 .col3:nth-child(4) .productoverlaytext .overlay {
      background: #bfb498;
      background: rgba(191, 180, 152, 0.8); }
    .col12 .column-4 .col3 .productoverlaytext {
      position: relative;
      text-align: center;
      padding: 30px; }
      .col12 .column-4 .col3 .productoverlaytext h3 {
        z-index: 3; }
      .col12 .column-4 .col3 .productoverlaytext img {
        width: 100%;
        height: auto; }
      .col12 .column-4 .col3 .productoverlaytext .overlay {
        padding: 30px;
        z-index: 2;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: hidden;
        opacity: 0; }
      .col12 .column-4 .col3 .productoverlaytext:hover h3 {
        color: #fff; }
      .col12 .column-4 .col3 .productoverlaytext:hover .overlay {
        visibility: visible;
        opacity: 1; }

.purple-heading-section .heading-purple {
  padding: 0;
  color: #ad1aac; }
.purple-heading-section .map-divider {
  padding: 50px 0; }
.purple-heading-section .full-width-section {
  width: 100%;
  padding: 0; }
  .purple-heading-section .full-width-section .ce-textpic.ce-center {
    max-width: 1200px;
    margin: 0 auto; }

.hover-kachel {
  position: relative;
  color: white;
  font-size: 0; }
  .hover-kachel img {
    width: 100%;
    height: auto; }
  .hover-kachel h3 {
    font-size: 20px;
    font-style: oblique; }
  .hover-kachel .kachel-text {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    display: flex; }
    .hover-kachel .kachel-text .kachel-innertext {
      padding: 25px;
      display: flex;
      flex-basis: calc(100% - 50px);
      flex-direction: column;
      justify-content: center; }
      .hover-kachel .kachel-text .kachel-innertext p {
        font-size: 18px;
        font-weight: lighter;
        color: white; }
  .hover-kachel:hover .kachel-text {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    background: rgba(87, 87, 87, 0.6); }

.infotext {
  display: flex;
  justify-content: center; }
  .infotext p {
    position: relative;
    padding-left: 45px; }
    .infotext p:before {
      content: url("../images/McGard_Web_Bildmarke_schwarz_klein_DISTRIBUTORS.svg");
      display: block;
      width: 25px;
      position: absolute;
      left: 0;
      top: 25%; }

#c275, #c798, #c894, #c990, #c1086 {
  padding-bottom: 0; }
  #c275 .col12.grid-col, #c798 .col12.grid-col, #c894 .col12.grid-col, #c990 .col12.grid-col, #c1086 .col12.grid-col {
    width: 70%;
    margin: 0 auto; }
    #c275 .col12.grid-col > div:first-child, #c798 .col12.grid-col > div:first-child, #c894 .col12.grid-col > div:first-child, #c990 .col12.grid-col > div:first-child, #c1086 .col12.grid-col > div:first-child {
      padding-bottom: 0; }

.col4 {
  width: 25%;
  margin: 10px; }
  .col4 .hover-kachel-link {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0; }
    .col4 .hover-kachel-link img {
      width: 100%;
      height: auto; }
    .col4 .hover-kachel-link .hover-kachel-front {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8)); }
      .col4 .hover-kachel-link .hover-kachel-front > h3 {
        position: absolute;
        width: 90%;
        bottom: 0;
        padding: 0 5% 20px 5%; }
      .col4 .hover-kachel-link .hover-kachel-front h3 {
        font-size: 20px;
        font-style: oblique; }
    .col4 .hover-kachel-link .hover-kachel-text {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      text-align: center;
      opacity: 0; }
      .col4 .hover-kachel-link .hover-kachel-text .hover-kachel-innertext {
        padding: 15px; }
        .col4 .hover-kachel-link .hover-kachel-text .hover-kachel-innertext h3 {
          font-size: 20px; }
        .col4 .hover-kachel-link .hover-kachel-text .hover-kachel-innertext p {
          font-size: 16px;
          font-weight: lighter; }
        .col4 .hover-kachel-link .hover-kachel-text .hover-kachel-innertext .link-icon {
          display: none; }
    .col4 .hover-kachel-link:hover .front-heading {
      opacity: 0;
      transition: opacity 0.5s ease-out; }
    .col4 .hover-kachel-link:hover .hover-kachel-text {
      opacity: 1;
      transition: opacity 0.5s ease-in; }
  .col4 .hover-kachel-link:hover .hover-kachel-text {
    background: #00a3b1;
    background: rgba(0, 163, 177, 0.8); }

@media (max-width: 61.25em) {
  .col12 .column-4 .col3 {
    flex-basis: calc(50% - 20px);
        /*.hover-kachel-link {
          a {

            .hover-kachel-front {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8));

              > h3 {
                position: absolute;
                width: 90%;
                bottom: 0;
                padding: 0 5% 20px 5%;
              }

              h3 {
                font-size: 20px;
                font-style: oblique;
              }
            }

            .hover-kachel-text {
              height: 100%;
              width: 100%;
              position: absolute;
              top: 0;
              text-align: center;
              opacity: 0;

              .hover-kachel-innertext {
                padding: 15px;

                p {
                  font-size: 16px;
                  font-weight: lighter;
                }

                .link-icon {
                  width: 40px;
                  position: absolute;
                  bottom: 20px;
                  left: 50%;
                  transform: translateX(-50%);
                }
              }
            }
          }

          &:hover {
            .front-heading {
              opacity: 0;
              transition: opacity 0.5s ease-out;
            }

            .hover-kachel-text {
              opacity: 1;
              transition: opacity 0.5s ease-in;
            }
          }
        }*/
        /*&:first-child {
          .hover-kachel-link {
            &:hover .hover-kachel-text {
              background: $background-darkpurple;
              background: rgba(red($background-darkpurple), green($background-darkpurple), blue($background-darkpurple), 0.8);
            }
          }
        }

        &:nth-child(2) {
          .hover-kachel-text {
            background: $purple;
            background: rgba(red($purple), green($purple), blue($purple), 0.8);
          }
        }

        &:nth-child(3) {
          .hover-kachel-text {
            background: $turquoise;
            background: rgba(red($turquoise), green($turquoise), blue($turquoise), 0.8);
          }
        }

        &:nth-child(4) {
          .hover-kachel-text {
            background: $lightblue;
            background: rgba(red($lightblue), green($lightblue), blue($lightblue), 0.8);
          }
        }

        .hover-kachel {
          position: relative;


          color: white;
          text-decoration: none;
          text-align: center;
          display: block;
          position: relative;

          img {
            width: 100%;
            height: auto;
          }

          .hover-kachel-front{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.8));


            > h3 {
              position: absolute;
              width: 90%;
              bottom: 0;
              padding: 0 5% 20px 5%;
            }

            h3 {
              font-size: 20px;
              font-style: oblique;
            }
          }

          .hover-kachel-text {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            text-align: center;
            opacity: 0;

            .hover-kachel-innertext {
              padding: 15px;

              p {
                font-size: 16px;
                font-weight: lighter;
              }

              .link-icon {
                width: 40px;
                position: absolute;
                bottom: 20px;
                left: 50%;
                transform: translateX(-50%);
              }
            }
          }

          &:hover {
            .front-heading {
              opacity: 0;
              transition: opacity 0.5s ease-out;
            }

            .hover-kachel-text {
              opacity: 1;
              transition: opacity 0.5s ease-in;
            }
          }
        }

        &:first-child {
          .hover-kachel {
            .hover-kachel-text {
              background: $background-darkgray;
              background: rgba(red($background-darkgray), green($background-darkgray), blue($background-darkgray), 0.8);
            }
          }
        }

        &:nth-child(2) {
          .hover-kachel {
            .hover-kachel-text {
              background: $purple;
              background: rgba(red($purple), green($purple), blue($purple), 0.8);
            }
          }
        }

        &:nth-child(3) {
          .hover-kachel {
            .hover-kachel-text {
              background: $turquoise;
              background: rgba(red($turquoise), green($turquoise), blue($turquoise), 0.8);
            }
          }
        }

        &:nth-child(4) {
          .hover-kachel {
            .hover-kachel-text {
              background: $lightblue;
              background: rgba(red($lightblue), green($lightblue), blue($lightblue), 0.8);
            }
          }
        }*/ }
    .col12 .column-4 .col3:first-child .productoverlaytext .overlay {
      background: none; }
    .col12 .column-4 .col3:nth-child(2) .productoverlaytext .overlay {
      background: none; }
    .col12 .column-4 .col3:nth-child(3) .productoverlaytext .overlay {
      background: none; }
    .col12 .column-4 .col3:nth-child(4) .productoverlaytext .overlay {
      background: none; }
    .col12 .column-4 .col3 .productoverlaytext {
      position: relative;
      text-align: center;
      padding: 0 30px; }
      .col12 .column-4 .col3 .productoverlaytext h3 {
        display: none;
        z-index: 3; }
      .col12 .column-4 .col3 .productoverlaytext img {
        width: 100%;
        height: auto; }
      .col12 .column-4 .col3 .productoverlaytext .overlay {
        padding: 0px;
        z-index: 2;
        color: #000;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: visible;
        opacity: 1; }
        .col12 .column-4 .col3 .productoverlaytext .overlay h3 {
          display: block; }
      .col12 .column-4 .col3 .productoverlaytext:hover h3 {
        color: inherit; } }
@media (max-width: 48em) {
  .purple-heading-section .map-divider {
    padding: 20px 0; }

  .col12 > div:first-child {
    padding-bottom: 10px; }

  #c275 .col12.grid-col {
    width: 90%; } }
@media (max-width: 30em) {
  .col12 .column-4 .col3 {
    flex-basis: calc(100% - 20px); } }
.col12.grid-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0; }
  .col12.grid-col .col6 {
    flex-basis: calc(48% - 1%);
    margin: 1%; }
  .col12.grid-col .col4 {
    flex-basis: calc(31% - 1%);
    margin: 1%; }

@media (max-width: 61.25em) {
  .col12.grid-col .col6 {
    flex-basis: calc(100% - 1%); }
  .col12.grid-col .col4 {
    flex-basis: calc(50% - 1%); } }
@media (max-width: 48em) {
  .col12.grid-col .col4 {
    flex-basis: calc(100% - 1%); } }
.download-file-button-container {
  display: flex;
  justify-content: center; }
  .download-file-button-container .download-file-button {
    background: #ad1aac;
    padding: 10px 20px;
    display: inline-block; }
    .download-file-button-container .download-file-button a {
      font-size: 18px;
      font-style: oblique;
      color: white;
      text-decoration: none;
      display: flex; }
      .download-file-button-container .download-file-button a img {
        height: 20px;
        width: 25px; }
      .download-file-button-container .download-file-button a span {
        padding-left: 10px; }

.col12.grid-col .frame {
  width: 100%; }
.col12.grid-col .col4.grid-col .download-file-button-container {
  display: flex;
  justify-content: center; }
.col12.grid-col .col6.grid-col:first-child .download-file-button-container, .col12.grid-col .col4.grid-col:first-child .download-file-button-container {
  display: flex;
  justify-content: flex-end; }
.col12.grid-col .col6.grid-col:last-child .download-file-button-container, .col12.grid-col .col4.grid-col:last-child .download-file-button-container {
  display: flex;
  justify-content: flex-start; }

ul.normallist {
  padding: 0 20px;
  list-style-type: decimal; }
  ul.normallist li {
    font-weight: normal; }

@media (max-width: 61.25em) {
  #c116 .col12 > div:first-child {
    padding-bottom: 0; }

  .col12.grid-col .col4.grid-col .download-file-button-container {
    justify-content: center !important; } }
@media (max-width: 48em) {
  .download-file-button-container .download-file-button {
    padding: 10px 10px; } }
body {
  overflow-x: hidden; }

a {
  outline: 0; }

#c17 .col12.grid-col {
  padding-top: 100px; }

#side-navigation {
  position: fixed;
  left: 3%;
  top: 50%;
  width: 2%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.4s linear; }
  #side-navigation.active {
    opacity: 1;
    visibility: visible; }
  #side-navigation svg {
    overflow: visible; }
  #side-navigation .nav-text {
    font-size: 0.6rem;
    opacity: 0;
    visibility: hidden;
    fill: #ad1aac;
    transition: visibility 0s, opacity 0.4s linear; }
  #side-navigation .nav-logo {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.4s linear; }
  #side-navigation .active.nav-logo {
    opacity: 1;
    visibility: visible; }
  #side-navigation .nav-group {
    cursor: pointer; }
    #side-navigation .nav-group:hover > .nav-text {
      opacity: 1;
      visibility: visible; }

#social-menu {
  position: fixed;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  min-height: 210px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.4s linear; }
  #social-menu.active {
    opacity: 1;
    visibility: visible; }
  #social-menu .social-menu-wrap {
    overflow: hidden;
    min-width: 30px;
    max-width: 200px;
    min-height: 40px;
    padding-bottom: 20px;
    position: relative;
    margin-left: 100%;
    transform: translateX(-100%);
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 30px; }
    #social-menu .social-menu-wrap:hover {
      overflow: visible; }
      #social-menu .social-menu-wrap:hover .social-text {
        opacity: 1;
        visibility: visible; }
    #social-menu .social-menu-wrap div {
      display: flex;
      flex-direction: row-reverse;
      position: absolute;
      width: 200px;
      right: 0;
      padding-bottom: 20px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #social-menu .social-menu-wrap div svg {
        width: 30px;
        height: 30px; }
      #social-menu .social-menu-wrap div .social-text {
        opacity: 0;
        visibility: hidden;
        font-size: 0.8rem;
        color: #575757;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        align-self: center;
        padding: 0 20px; }

.site-content .main-page-links {
  width: 80%;
  max-width: 1600px;
  margin: -60px auto;
  color: white;
  position: relative;
  overflow: hidden; }
  .site-content .main-page-links .icon-animation {
    position: absolute;
    height: 100%;
    left: 5%; }
    .site-content .main-page-links .icon-animation .icon-pulse {
      height: 100%;
      position: relative; }
      .site-content .main-page-links .icon-animation .icon-pulse:before {
        content: '';
        display: block;
        background: #575757;
        width: 2px;
        top: 1%;
        bottom: 0;
        position: absolute;
        left: 14px; }
      .site-content .main-page-links .icon-animation .icon-pulse .icon {
        width: 30px;
        height: 30px;
        background-image: url("../images/McGard_Web_Bildmarke_schwarz.svg");
        background-repeat: no-repeat;
        position: absolute;
        animation-name: pulse;
        animation-duration: 3s;
        animation-delay: .3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }
@-webkit-keyframes pulse {
  0% {
    top: 0%; }
  100% {
    top: 100%; } }
@-moz-keyframes pulse {
  0% {
    top: 0%; }
  100% {
    top: 100%; } }
@-ms-keyframes pulse {
  0% {
    top: 0%; }
  100% {
    top: 100%; } }
@-o-keyframes pulse {
  0% {
    top: 0%; }
  100% {
    top: 100%; } }
@keyframes pulse {
  0% {
    top: 0%; }
  100% {
    top: 100%; } }
  .site-content .main-page-links .row1 {
    background: #7e0260; }
  .site-content .main-page-links .row2 {
    background: #ad1aac; }
  .site-content .main-page-links .row3 {
    background: #00a3b1; }
  .site-content .main-page-links .row4 {
    background: #83aec1; }
  .site-content .main-page-links .page-link-row {
    width: 75%;
    margin: 15px auto; }
  .site-content .main-page-links a {
    color: white;
    text-decoration: none; }
  .site-content .main-page-links .homepage-link-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px; }
    .site-content .main-page-links .homepage-link-wrapper .homepage-link {
      display: flex;
      padding: 15px 40px;
      font-style: oblique; }
      .site-content .main-page-links .homepage-link-wrapper .homepage-link .link-subheader {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 2px; }
      .site-content .main-page-links .homepage-link-wrapper .homepage-link h3 {
        margin: 0;
        text-transform: uppercase;
        font-size: 40px;
        padding-right: 10px; }
      .site-content .main-page-links .homepage-link-wrapper .homepage-link p {
        margin: 0;
        font-size: 30px; }
      .site-content .main-page-links .homepage-link-wrapper .homepage-link > div {
        display: flex;
        align-items: end; }
    .site-content .main-page-links .homepage-link-wrapper .homepage-link-arrow {
      width: 40px;
      height: 75px;
      margin-right: 50px;
      display: flex;
      align-items: center; }
      .site-content .main-page-links .homepage-link-wrapper .homepage-link-arrow img {
        max-height: 40px; }
.site-content #c26 header h2, .site-content #c393 header h2, .site-content #c410 header h2, .site-content #c428 header h2, .site-content #c445 header h2 {
  font-size: 40px;
  color: #ad1aac; }

.frame-type-list {
  width: 100%; }

.news {
  margin: 0 auto;
  width: 80%;
  max-width: 1600px; }
  .news #load-more-messe,
  .news #load-more-news {
    display: none;
    cursor: pointer;
    margin: 50px auto 0;
    padding: 10px 20px;
    text-align: center;
    background-color: #575757;
    color: #fff;
    border: none;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out; }
    .news #load-more-messe:hover,
    .news #load-more-news:hover {
      background-color: #ad1aac; }
  .news .news-list-view {
    display: flex;
    flex-wrap: wrap;
    padding: 10px; }
    .news .news-list-view .article {
      overflow: hidden;
      display: none;
      position: relative;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 20px);
      margin: 10px;
      padding: 0; }
      .news .news-list-view .article:hover .news-img-wrap img {
        transform: scale(1.1); }
      .news .news-list-view .article .header, .news .news-list-view .article .teaser-text, .news .news-list-view .article .footer {
        display: none; }
      .news .news-list-view .article .news-img-wrap {
        margin: 0; }
        .news .news-list-view .article .news-img-wrap img {
          width: 100%;
          transform: scale(1);
          transition: 0.5s transform ease-in-out; }
        .news .news-list-view .article .news-img-wrap a {
          padding: 0;
          border: none; }

#site_1 .news .news-list-view .article {
  overflow: hidden; }
  #site_1 .news .news-list-view .article h3 {
    display: inline-block;
    width: 70%;
    position: absolute;
    bottom: 0;
    width: 60%;
    padding: 20px 90px 20px 40px;
    z-index: 1; }
    #site_1 .news .news-list-view .article h3:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.8);
      transform: skewX(-10deg);
      -moz-transform: skewX(-10deg);
      -webkit-transform: skewX(-10deg);
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      left: -2.5%; }
    #site_1 .news .news-list-view .article h3 a {
      color: #ad1aac;
      text-decoration: none;
      font-style: italic;
      font-size: 30px; }
  #site_1 .news .news-list-view .article .header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.highlight {
  color: #ad1aac;
  font-weight: bold !important;
  font-style: italic; }

.faq-block {
  width: 80% !important;
  text-align: center;
  padding: 40px 0;
  cursor: pointer; }
  .faq-block .faq-question {
    font-size: 20px;
    font-style: italic; }
  .faq-block .faq-answer {
    display: none; }
  .faq-block:not(:last-child) {
    border-bottom: 1px solid #b1b3b4; }

.job-container {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 auto 50px; }
  .job-container .col-6 {
    overflow: hidden;
    flex-basis: calc(50% - 15px); }
    .job-container .col-6:first-child {
      padding-right: 15px; }
    .job-container .col-6:nth-child(2) {
      padding-left: 15px; }
    .job-container .col-6 p {
      font-weight: normal; }
    .job-container .col-6 .job-image {
      position: relative; }
      .job-container .col-6 .job-image img {
        width: 100%;
        height: auto; }
      .job-container .col-6 .job-image h3 {
        display: inline-block;
        width: 70%;
        position: absolute;
        bottom: 0;
        width: 60%;
        margin: 0;
        padding: 20px 90px 20px 40px;
        z-index: 1;
        color: #ad1aac; }
        .job-container .col-6 .job-image h3 p {
          font-size: 30px;
          font-style: italic;
          font-weight: bold; }
        .job-container .col-6 .job-image h3:after {
          content: '';
          background-color: rgba(255, 255, 255, 0.8);
          transform: skewX(-10deg);
          -moz-transform: skewX(-10deg);
          -webkit-transform: skewX(-10deg);
          width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: -1;
          left: -2.5%; }
        .job-container .col-6 .job-image h3 a {
          color: #ad1aac;
          text-decoration: none;
          font-style: italic;
          font-size: 30px; }
      .job-container .col-6 .job-image .header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .job-container .col-6 .ui-accordion .ui-accordion-header {
      padding: 0;
      background: none;
      position: relative;
      display: inline-block;
      outline: 0; }
      .job-container .col-6 .ui-accordion .ui-accordion-header .ui-icon {
        display: none; }
      .job-container .col-6 .ui-accordion .ui-accordion-header h3 {
        color: #ad1aac;
        font-style: italic;
        margin: 0;
        padding-right: 25px;
        font-size: 20px; }
        .job-container .col-6 .ui-accordion .ui-accordion-header h3:after {
          position: absolute;
          content: '';
          display: block;
          height: 15px;
          width: 15px;
          border: 1px solid #ad1aac;
          border-width: 0px 2px 2px 0px;
          top: 4px;
          right: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .job-container .col-6 .ui-accordion .ui-accordion-header.ui-state-active h3:after {
        top: 12px;
        border-width: 2px 0px 0px 2px; }
    .job-container .col-6 .ui-accordion .ui-accordion-content {
      border-top: 0 !important;
      padding: 0; }
      .job-container .col-6 .ui-accordion .ui-accordion-content ul {
        padding: 0 0 0 20px;
        font-weight: normal; }

.alert-popup {
  display: none; }

.ce-center .ce-inner, .ce-center .ce-outer {
  float: none;
  right: auto; }

.ce-column {
  width: 100%; }
  .ce-column .video {
    width: 100%; }

.ce-gallery figure {
  display: block;
  margin: 0 auto;
  justify-content: center; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

#c53 .full-width-video {
  position: relative;
  padding-bottom: 41%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  #c53 .full-width-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#c62 .full-width-video {
  position: relative;
  padding-bottom: 33%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  #c62 .full-width-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-container .hidden-kacheln {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-direction: row;
  flex-flow: wrap; }
  .hidden-container .hidden-kacheln .kachel-container {
    position: relative;
    flex-basis: calc(50% - 10px);
    flex-shrink: 0;
    cursor: pointer;
    margin-bottom: 15px; }
    .hidden-container .hidden-kacheln .kachel-container img {
      width: 100%;
      height: auto; }
    .hidden-container .hidden-kacheln .kachel-container h3 {
      display: inline-block;
      width: 70%;
      position: absolute;
      bottom: 0;
      width: 60%;
      margin: 0;
      padding: 20px 90px 20px 40px;
      z-index: 1;
      color: #ad1aac; }
      .hidden-container .hidden-kacheln .kachel-container h3 p {
        font-size: 30px;
        font-style: italic;
        font-weight: bold; }
      .hidden-container .hidden-kacheln .kachel-container h3:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.8);
        transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: -2.5%; }
      .hidden-container .hidden-kacheln .kachel-container h3 a {
        color: #ad1aac;
        text-decoration: none;
        font-style: italic;
        font-size: 30px; }
.hidden-container .hidden-content {
  display: none;
  background: #f0f0f0;
  position: relative;
  font-weight: normal; }
  .hidden-container .hidden-content.hidden {
    display: none; }
  .hidden-container .hidden-content p {
    margin: 0;
    font-size: 100%; }
  .hidden-container .hidden-content h3 {
    color: #ad1aac;
    font-style: italic; }
  .hidden-container .hidden-content .hidden-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px; }
    .hidden-container .hidden-content .hidden-close:before, .hidden-container .hidden-content .hidden-close:after {
      content: "";
      display: block;
      background: #ad1aac;
      height: 2px;
      width: 30px;
      position: absolute;
      top: 15px; }
    .hidden-container .hidden-content .hidden-close:before {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hidden-container .hidden-content .hidden-close:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .hidden-container .hidden-content .hidden-header {
    padding: 20px 20px 0px 20px; }
    .hidden-container .hidden-content .hidden-header h3 p {
      font-size: 30px;
      font-style: italic;
      font-weight: bold; }
  .hidden-container .hidden-content .hiddeninner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .hidden-container .hidden-content .hiddeninner .hiddeninnerleft, .hidden-container .hidden-content .hiddeninner .hiddeninnerright {
      flex-basis: calc(50% - 40px);
      padding: 20px; }

#site_5 #c175 #c346, #site_5 #c175 #c1149, #site_5 #c175 #c1123, #site_5 #c175 #c1175, #site_5 #c175 #c1201, #site_5 #c1151 #c346, #site_5 #c1151 #c1149, #site_5 #c1151 #c1123, #site_5 #c1151 #c1175, #site_5 #c1151 #c1201, #site_5 #c1125 #c346, #site_5 #c1125 #c1149, #site_5 #c1125 #c1123, #site_5 #c1125 #c1175, #site_5 #c1125 #c1201, #site_5 #c1177 #c346, #site_5 #c1177 #c1149, #site_5 #c1177 #c1123, #site_5 #c1177 #c1175, #site_5 #c1177 #c1201, #site_5 #c1203 #c346, #site_5 #c1203 #c1149, #site_5 #c1203 #c1123, #site_5 #c1203 #c1175, #site_5 #c1203 #c1201 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 80%;
  padding-bottom: 50px; }
#site_5 #c175 ul, #site_5 #c1151 ul, #site_5 #c1125 ul, #site_5 #c1177 ul, #site_5 #c1203 ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  flex-basis: calc(20% - 80px);
  flex-grow: 1; }
  #site_5 #c175 ul li, #site_5 #c1151 ul li, #site_5 #c1125 ul li, #site_5 #c1177 ul li, #site_5 #c1203 ul li {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 35px;
    font-size: 20px;
    font-style: italic; }
    #site_5 #c175 ul li:before, #site_5 #c1151 ul li:before, #site_5 #c1125 ul li:before, #site_5 #c1177 ul li:before, #site_5 #c1203 ul li:before {
      position: absolute;
      left: 0;
      content: url("../images/McGard_Web_Bildmarke_schwarz_klein_DISTRIBUTORS.svg");
      display: block;
      width: 25px; }

#site_6 #c195 #c347 {
  width: 80%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding-bottom: 50px; }
#site_6 #c195 ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  flex-basis: calc(20% - 80px);
  flex-grow: 1; }
  #site_6 #c195 ul li {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 35px;
    color: #ad1aac;
    font-size: 20px;
    font-style: italic; }
    #site_6 #c195 ul li:before {
      position: absolute;
      left: 0;
      content: url("../images/McGard_Web_Bildmarke_lila_klein.svg");
      display: block;
      width: 25px; }

.productset {
  text-align: center;
  font-style: italic;
  margin-bottom: 80px; }
  .productset p {
    margin: 0;
    font-weight: bold; }
  .productset .productset-top {
    min-height: 90px; }
    .productset .productset-top .productset-header {
      color: #00a3b1; }

#c327 header {
  margin-bottom: 30px; }
#c327 a {
  background: #575757;
  color: #fff;
  padding: 6px 15px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }
  #c327 a:hover {
    background: #ad1aac; }

#c329 img {
  max-width: 500px;
  height: auto;
  border: 1px solid #dadcdc; }

#c332 a, #c799 a, #c895 a, #c991 a, #c1087 a {
  background: #00a3b1;
  color: #fff;
  padding: 10px 60px 10px 30px;
  display: inline-block;
  position: relative; }
  #c332 a:after, #c799 a:after, #c895 a:after, #c991 a:after, #c1087 a:after {
    content: url("/fileadmin/user_upload/icons/McGard_Web_Pfeil_weiss.svg");
    display: block;
    width: 20px;
    position: absolute;
    right: 30px;
    top: 12px; }

#c369 a, #c388 a, #c405 a, #c423 a, #c440 a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  background-color: #575757;
  color: #fff;
  border: none;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }
  #c369 a:hover, #c388 a:hover, #c405 a:hover, #c423 a:hover, #c440 a:hover {
    background-color: #ad1aac; }

#c376 a, #c377 a, #c753 a, #c760 a, #c849 a, #c856 a, #c945 a, #c952 a, #c1041 a, #c1048 a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  background-color: #ad1aac;
  color: #fff;
  border: none;
  font-style: italic;
  font-weight: bold;
  font-size: 18px; }

#c336, #c809, #c905, #c1001, #c1097 {
  width: 100%; }
  #c336 .col12.grid-col, #c809 .col12.grid-col, #c905 .col12.grid-col, #c1001 .col12.grid-col, #c1097 .col12.grid-col {
    width: 80%;
    margin: 0 auto; }

#c342 a, #c810 a, #c906 a, #c1002 a, #c1098 a {
  background: #00a3b1;
  color: #fff;
  padding: 10px 30px;
  display: inline-block; }

#c343 a, #c1153 a, #c1127 a, #c1179 a, #c1205 a {
  position: relative;
  display: inline-block;
  padding-right: 40px; }
  #c343 a:after, #c1153 a:after, #c1127 a:after, #c1179 a:after, #c1205 a:after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #ad1aac;
    border-width: 3px 3px 0px 0px;
    top: 0px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute; }
  #c343 a.active:after, #c1153 a.active:after, #c1127 a.active:after, #c1179 a.active:after, #c1205 a.active:after {
    border-width: 0px 3px 3px 0px; }

#c344, #c1156, #c1130, #c1182, #c1208 {
  display: none; }

#c176 {
  width: 80%;
  padding-bottom: 0; }
  #c176 .col12.grid-col > div:first-child {
    padding-bottom: 0; }

#c175 .download-file-button-container .download-file-button, #c1151 .download-file-button-container .download-file-button, #c1125 .download-file-button-container .download-file-button, #c1177 .download-file-button-container .download-file-button, #c1203 .download-file-button-container .download-file-button {
  background: #575757;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }
  #c175 .download-file-button-container .download-file-button:hover, #c1151 .download-file-button-container .download-file-button:hover, #c1125 .download-file-button-container .download-file-button:hover, #c1177 .download-file-button-container .download-file-button:hover, #c1203 .download-file-button-container .download-file-button:hover {
    background: #ad1aac; }

#c53 {
  border: solid rgba(60, 60, 60, 0.15);
  border-width: 2px 0px 2px 0px; }

#c184, #c190, #c1166, #c1167, #c1140, #c1141, #c1192, #c1193, #c1218, #c1219 {
  width: 80%; }
  #c184 .section .ce-center, #c190 .section .ce-center, #c1166 .section .ce-center, #c1167 .section .ce-center, #c1140 .section .ce-center, #c1141 .section .ce-center, #c1192 .section .ce-center, #c1193 .section .ce-center, #c1218 .section .ce-center, #c1219 .section .ce-center {
    max-width: none; }
  #c184 .ce-gallery img, #c190 .ce-gallery img, #c1166 .ce-gallery img, #c1167 .ce-gallery img, #c1140 .ce-gallery img, #c1141 .ce-gallery img, #c1192 .ce-gallery img, #c1193 .ce-gallery img, #c1218 .ce-gallery img, #c1219 .ce-gallery img {
    width: 100%;
    height: auto; }

#c348 video.video-embed-item, #c1155 video.video-embed-item, #c1129 video.video-embed-item, #c1181 video.video-embed-item, #c1207 video.video-embed-item {
  width: 100%; }

#c207, #c214, #c226 {
  padding-bottom: 0; }

#c328 *, #c787 *, #c883 *, #c979 *, #c1075 * {
  width: 100%; }
  #c328 * .video-embed, #c787 * .video-embed, #c883 * .video-embed, #c979 * .video-embed, #c1075 * .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
  #c328 * iframe.video-embed-item, #c787 * iframe.video-embed-item, #c883 * iframe.video-embed-item, #c979 * iframe.video-embed-item, #c1075 * iframe.video-embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#c349 .col4:first-child .productaccordeon-header:before, #c353 .col4:first-child .productaccordeon-header:before, #c772 .col4:first-child .productaccordeon-header:before, #c782 .col4:first-child .productaccordeon-header:before, #c868 .col4:first-child .productaccordeon-header:before, #c878 .col4:first-child .productaccordeon-header:before, #c964 .col4:first-child .productaccordeon-header:before, #c974 .col4:first-child .productaccordeon-header:before, #c1060 .col4:first-child .productaccordeon-header:before, #c1070 .col4:first-child .productaccordeon-header:before {
  right: -20%; }
#c349 .col4:last-child .productaccordeon-header:before, #c353 .col4:last-child .productaccordeon-header:before, #c772 .col4:last-child .productaccordeon-header:before, #c782 .col4:last-child .productaccordeon-header:before, #c868 .col4:last-child .productaccordeon-header:before, #c878 .col4:last-child .productaccordeon-header:before, #c964 .col4:last-child .productaccordeon-header:before, #c974 .col4:last-child .productaccordeon-header:before, #c1060 .col4:last-child .productaccordeon-header:before, #c1070 .col4:last-child .productaccordeon-header:before {
  left: -20%; }
#c349 .productaccordeon-header, #c353 .productaccordeon-header, #c772 .productaccordeon-header, #c782 .productaccordeon-header, #c868 .productaccordeon-header, #c878 .productaccordeon-header, #c964 .productaccordeon-header, #c974 .productaccordeon-header, #c1060 .productaccordeon-header, #c1070 .productaccordeon-header {
  position: relative;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  padding-top: 10px;
  /*&:before{
    position: absolute;
    content: '';
    display: block;
    border-top: 1px solid $purple;
    width: 80%;
    top: 0;
  }*/ }
#c349 .productaccordeon-text.active, #c353 .productaccordeon-text.active, #c772 .productaccordeon-text.active, #c782 .productaccordeon-text.active, #c868 .productaccordeon-text.active, #c878 .productaccordeon-text.active, #c964 .productaccordeon-text.active, #c974 .productaccordeon-text.active, #c1060 .productaccordeon-text.active, #c1070 .productaccordeon-text.active {
  opacity: 1; }
#c349 .productaccordeon-text p, #c353 .productaccordeon-text p, #c772 .productaccordeon-text p, #c782 .productaccordeon-text p, #c868 .productaccordeon-text p, #c878 .productaccordeon-text p, #c964 .productaccordeon-text p, #c974 .productaccordeon-text p, #c1060 .productaccordeon-text p, #c1070 .productaccordeon-text p {
  margin: 5px 0 30px; }

#c353 .image-embed-item, #c782 .image-embed-item, #c878 .image-embed-item, #c974 .image-embed-item, #c1070 .image-embed-item {
  width: 400px;
  height: auto; }
#c353 .col4.grid-col:first-child, #c353 .col4.grid-col:last-child, #c782 .col4.grid-col:first-child, #c782 .col4.grid-col:last-child, #c878 .col4.grid-col:first-child, #c878 .col4.grid-col:last-child, #c974 .col4.grid-col:first-child, #c974 .col4.grid-col:last-child, #c1070 .col4.grid-col:first-child, #c1070 .col4.grid-col:last-child {
  padding-top: 100px; }
#c353 .col4.grid-col:last-child .productaccordeon:nth-child(2), #c782 .col4.grid-col:last-child .productaccordeon:nth-child(2), #c878 .col4.grid-col:last-child .productaccordeon:nth-child(2), #c974 .col4.grid-col:last-child .productaccordeon:nth-child(2), #c1070 .col4.grid-col:last-child .productaccordeon:nth-child(2) {
  padding-top: 100px; }

#c315 .col6 > div {
  position: relative; }
#c315 .ce-bodytext {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: rgba(87, 87, 87, 0.6); }
#c315 .ce-gallery {
  margin-bottom: 0; }
  #c315 .ce-gallery img {
    width: 100%;
    height: auto; }

/* suche */
.tx-indexedsearch-res hr {
  display: none; }

.tx-indexedsearch-res > div {
  border-bottom: 2px solid transparent;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px; }

.tx-indexedsearch-res > div:hover {
  border-bottom: 2px solid #00AE51; }

.tx-indexedsearch-res .tx-indexedsearch-res,
.tx-indexedsearch-browsebox {
  background-color: white; }

.tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
  visibility: hidden; }

.tx-indexedsearch-res .tx-indexedsearch-title a {
  color: #00AE51;
  text-decoration: none;
  font-family: 'proxima_nova_softbold', sans-serif; }

.tx-indexedsearch-res .tx-indexedsearch-descr {
  font-style: normal !important; }

.tx-indexedsearch-res .tx-indexedsearch-descr strong {
  color: #005699 !important; }

.tx-indexedsearch-searchbox {
  height: 200px;
  background-color: white;
  padding: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00ae51; }

.tx-indexedsearch-searchbox table {
  width: 100%;
  margin-top: 5%; }

.tx-indexedsearch-searchbox .input-group {
  width: 500px;
  margin: 0 auto; }

.tx-indexedsearch-percent {
  display: none; }

#c136 {
  width: 100%; }

.ce-gallery img {
  margin: 0 auto;
  height: auto; }

.mfp-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 999; }

#site_184 .lightgray-section .text-center a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  background-color: #AD1AAC;
  color: #fff;
  border: none;
  font-style: italic;
  font-weight: bold;
  font-size: 18px; }

#site_184 .slider-header img {
  width: 100%;
  height: auto; }

#site_184 #search {
  width: 25px; }

#site_184 .slider-header {
  position: relative; }

#site_184 .main-header .slider-header .slide-text {
  bottom: 5%; }

@media (max-width: 80em) {
  .site-content .main-page-links {
    width: 90%; } }
@media (max-width: 61.25em) {
  .job-container .col-6 {
    flex-basis: calc(100%);
    padding: 0 !important; }

  .news {
    width: 100%; }
    .news .news-list-view .article {
      flex-basis: calc(100% - 20px); }

  .site-content .main-page-links {
    width: 100%; }
    .site-content .main-page-links .icon-animation {
      display: none; }
    .site-content .main-page-links .page-link-row {
      width: 100%; }

  #gme-2 {
    height: 400px !important; }

  .hidden-container .hidden-kacheln .kachel-container {
    flex-basis: calc(100% - 10px); } }
@media (max-width: 48em) {
  #side-navigation, #social-menu {
    display: none; }

  .site-content #c26 header h2 {
    font-size: 26px; }

  .site-content .main-page-links .homepage-link-wrapper .homepage-link {
    flex-direction: column; }
    .site-content .main-page-links .homepage-link-wrapper .homepage-link h3 {
      font-size: 20px; }
    .site-content .main-page-links .homepage-link-wrapper .homepage-link p {
      font-size: 18px; }

  .site-content .main-page-links .homepage-link-wrapper .homepage-link {
    flex-direction: column;
    padding: 15px 15px; }
  .site-content .main-page-links .homepage-link-wrapper .homepage-link-arrow {
    width: 25px; }

  #site_1 .news .news-list-view .article h3 {
    width: 90%;
    padding: 10px; }
    #site_1 .news .news-list-view .article h3 a {
      font-size: 18px; }

  #site_5 #c175 ul, #site_5 #c1151 ul, #site_5 #c1125 ul, #site_5 #c1177 ul, #site_5 #c1203 ul {
    padding: 0 0px;
    flex-basis: calc(100%); }
    #site_5 #c175 ul li, #site_5 #c1151 ul li, #site_5 #c1125 ul li, #site_5 #c1177 ul li, #site_5 #c1203 ul li {
      padding-bottom: 15px; }

  #site_6 #c195 ul {
    padding: 0 0px;
    flex-basis: calc(100%); }
    #site_6 #c195 ul li {
      padding-bottom: 15px; }

  #c184, #c190, #c1166, #c1167, #c1140, #c1141, #c1192, #c1193, #c1218, #c1219 {
    width: 100%; }

  .job-container .col-6 .job-image h3, .hidden-container .hidden-kacheln .kachel-container h3 {
    width: 100%;
    padding: 0 10px; }
    .job-container .col-6 .job-image h3 p, .hidden-container .hidden-kacheln .kachel-container h3 p {
      font-size: 20px; }

  .hidden-container .hidden-kacheln .kachel-container h3:after {
    left: -8.5%; }

  #c349 .image-embed-item, #c353 .image-embed-item, #c772 .image-embed-item, #c782 .image-embed-item, #c868 .image-embed-item, #c878 .image-embed-item, #c964 .image-embed-item, #c974 .image-embed-item, #c1060 .image-embed-item, #c1070 .image-embed-item {
    width: 70%;
    margin: 0 auto; }
  #c349 .col4:first-child, #c353 .col4:first-child, #c772 .col4:first-child, #c782 .col4:first-child, #c868 .col4:first-child, #c878 .col4:first-child, #c964 .col4:first-child, #c974 .col4:first-child, #c1060 .col4:first-child, #c1070 .col4:first-child {
    order: 2; }
  #c349 .col4:nth-child(2), #c353 .col4:nth-child(2), #c772 .col4:nth-child(2), #c782 .col4:nth-child(2), #c868 .col4:nth-child(2), #c878 .col4:nth-child(2), #c964 .col4:nth-child(2), #c974 .col4:nth-child(2), #c1060 .col4:nth-child(2), #c1070 .col4:nth-child(2) {
    order: 1; }
  #c349 .col4:last-child, #c353 .col4:last-child, #c772 .col4:last-child, #c782 .col4:last-child, #c868 .col4:last-child, #c878 .col4:last-child, #c964 .col4:last-child, #c974 .col4:last-child, #c1060 .col4:last-child, #c1070 .col4:last-child {
    order: 3; }
  #c349 .productaccordeon-header:before, #c353 .productaccordeon-header:before, #c772 .productaccordeon-header:before, #c782 .productaccordeon-header:before, #c868 .productaccordeon-header:before, #c878 .productaccordeon-header:before, #c964 .productaccordeon-header:before, #c974 .productaccordeon-header:before, #c1060 .productaccordeon-header:before, #c1070 .productaccordeon-header:before {
    display: none; }

  #c353 .col4.grid-col:first-child, #c353 .col4.grid-col:last-child {
    padding-top: 0px; }

  #c353 .col4.grid-col:last-child .productaccordeon:nth-child(2) {
    padding-top: 0px; } }
#site_3 .site-content {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }

.slick-prev, .slick-next {
  width: 35px !important;
  height: 35px !important;
  top: 10% !important; }

.slick-slide:focus {
  outline: none; }
.slick-slide img {
  width: 100%;
  height: auto; }

.slick-prev {
  left: -5% !important; }
  .slick-prev:before {
    content: url("../images/McGard_Web_Icon_Linksblaettern.svg") !important; }

.slick-next {
  right: -5% !important; }
  .slick-next:before {
    content: url("../images/McGard_Web_Icon_Rechtsblaettern.svg") !important; }

.history-timeline {
  width: 100%;
  padding: 50px 0; }
  .history-timeline .history-heading {
    font-size: 40px;
    font-style: oblique;
    color: #ad1aac; }
  .history-timeline .history-wrapper {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    align-items: center;
    z-index: 3;
    cursor: pointer; }
    .history-timeline .history-wrapper #history-next-left,
    .history-timeline .history-wrapper #history-next-right {
      height: 75px;
      padding-bottom: 300px;
      z-index: 4;
      width: 30px; }
    .history-timeline .history-wrapper #history-next-left {
      position: relative;
      left: -5%; }
    .history-timeline .history-wrapper #history-next-right {
      position: absolute;
      right: 5%; }
    .history-timeline .history-wrapper .history-wrapper-inner {
      display: flex;
      transform: translate3d(0px, 0px, 0px);
      transition: transform 500ms ease; }
      .history-timeline .history-wrapper .history-wrapper-inner .history-event {
        width: 400px;
        height: auto;
         /* &:first-child {
            .history-image-wrap:after {
              width: 50%;
              right: 0;
            }
          }

          &:last-child {
            .history-image-wrap:after {
              width: 50%;
              left: 0;
            }
          }*/ }
        .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-image-wrap,
        .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-text-wrap {
          height: 40%; }
        .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-image-wrap {
          padding-bottom: 35px;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          position: relative; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-image-wrap:before {
            content: "";
            position: absolute;
            z-index: 100;
            left: 50%;
            bottom: 0;
            height: 35px;
            border-left: 2px solid #dadcdc; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-image-wrap:after {
            content: "";
            position: absolute;
            z-index: 100;
            bottom: 0;
            height: 2px;
            left: 50%;
            width: 100%;
            border-bottom: 2px solid #dadcdc; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-image-wrap .history-image {
            z-index: 101;
            padding: 0 20px; }
        .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-text-wrap {
          padding-top: 35px;
          text-align: center;
          justify-content: center;
          display: flex;
          flex-wrap: wrap;
          position: relative;
          align-content: flex-start; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-text-wrap .history-event-year {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 75px;
            width: 75px;
            border: 2px solid #dadcdc;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            color: #ad1aac;
            font-style: oblique;
            font-size: 25px; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-text-wrap:before {
            content: "";
            position: absolute;
            z-index: 100;
            left: 50%;
            top: 0;
            height: 35px;
            border-left: 2px solid #dadcdc; }
          .history-timeline .history-wrapper .history-wrapper-inner .history-event .history-text-wrap .history-event-title {
            font-weight: lighter;
            padding: 50px 20px;
            font-size: 18px; }

.col12 .process-step-wrap {
  display: none;
  flex-wrap: wrap;
  max-width: 630px; }
.col12 .process-step-wrap:nth-child(2) {
  display: flex; }

.ui-slider {
  max-width: 250px;
  margin: 0 auto;
  background: #575757 !important;
  display: flex;
  height: 1px !important;
  border: none !important;
  border-top: 1px solid #575757 !important;
  border-radius: 0 !important; }
  .ui-slider .tick:before, .ui-slider .tick:last-child:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #575757;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer; }
  .ui-slider .tick:last-child:after {
    right: -15px; }
  .ui-slider .ui-slider-handle {
    width: 3em !important;
    height: 3em !important;
    cursor: pointer !important;
    background: url("../images/McGard_Web_Navi_Drehbewegung_aktiv.svg") center center no-repeat #ad1aac !important;
    border-radius: 50%; }
    .ui-slider .ui-slider-handle:focus {
      outline: none; }

.ui-slider-horizontal {
  height: 2px !important; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -1.6em !important;
    margin-left: -1.6em !important; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important; }

.process-slider-info {
  color: #ad1aac;
  text-align: center;
  margin: 2.8rem auto 0;
  max-width: 1080px;
  padding-bottom: 5rem;
  font-weight: normal;
  font-size: 20px; }

.ui-widget-content {
  border: none !important;
  background: none !important;
  border-top: 1px solid #575757 !important; }

@media (max-width: 30em) {
  .col12 .process-step-wrap {
    width: 100%; }
    .col12 .process-step-wrap img {
      width: 100%;
      height: auto; } }
.powermail_fieldset {
  border: 0;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .powermail_fieldset > * {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: calc(50% - 10px);
    margin: 5px 5px; }
  .powermail_fieldset .powermail_input {
    width: 100%;
    background-color: #dadcdc;
    padding: 20px 15px;
    margin: 0;
    border: 0;
    border-radius: 0; }
  .powermail_fieldset .powermail_fieldwrap_type_textarea {
    flex-basis: calc(100% - 10px);
    margin-bottom: 50px; }
    .powermail_fieldset .powermail_fieldwrap_type_textarea .powermail_textarea {
      width: 100%;
      padding: 20px 15px;
      border: none;
      background-color: #dadcdc; }
  .powermail_fieldset .powermail_field {
    font-size: 17px;
    display: flex; }
    .powermail_fieldset .powermail_field .powermail_select {
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      width: 100px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0;
      padding: 12px 30px 12px 15px;
      background-color: transparent;
      color: #575757;
      position: relative;
      z-index: 10; }
    .powermail_fieldset .powermail_field .powermail_submit {
      border: 0;
      background-color: #ad1aac;
      padding: 15px 50px;
      color: #fff;
      font-style: italic;
      font-weight: bold;
      font-size: 20px;
      text-transform: uppercase;
      cursor: pointer; }
  .powermail_fieldset .powermail_fieldwrap_type_check {
    flex-basis: calc(20% - 10px); }
  .powermail_fieldset .powermail_fieldwrap_type_select {
    flex-basis: calc(80% - 10px); }
    .powermail_fieldset .powermail_fieldwrap_type_select .powermail_field {
      display: inline-block;
      position: relative;
      background-color: #dadcdc; }
      .powermail_fieldset .powermail_fieldwrap_type_select .powermail_field:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10px;
        z-index: 5;
        height: 10px;
        width: 10px;
        border: solid rgba(87, 87, 87, 0.6);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .powermail_fieldset .powermail_fieldwrap_type_text {
    flex-basis: calc(60% - 10px);
    flex-grow: 1; }
    .powermail_fieldset .powermail_fieldwrap_type_text .powermail_field {
      font-size: 13px;
      font-weight: lighter; }
  .powermail_fieldset .powermail_fieldwrap_type_submit {
    flex-basis: calc(20% - 10px); }
    .powermail_fieldset .powermail_fieldwrap_type_submit .powermail_field {
      justify-content: flex-end; }
  .powermail_fieldset input[type="checkbox"] {
    display: none; }
  .powermail_fieldset input[type="file"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px; }
  .powermail_fieldset .upload-button {
    color: #000;
    position: relative;
    display: inline-block;
    outline: 1px solid #dadcdc;
    padding: 20px 15px;
    transition: background-color 0.3s;
    width: 100%;
    font-weight: normal; }
    .powermail_fieldset .upload-button label {
      background: #dadcdc;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 20px 42px;
      cursor: pointer;
      color: rgba(87, 87, 87, 0.6); }
  .powermail_fieldset input[type="file"]:focus + label,
  .powermail_fieldset input[type="file"] + label:hover {
    background-color: #ad1aac; }
  .powermail_fieldset input[type="file"]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }

.powermail_form_2 .powermail_fieldset .powermail_fieldwrap_type_check, .powermail_form_3 .powermail_fieldset .powermail_fieldwrap_type_check {
  flex-basis: calc(100% - 10px); }

.powermail_form_2 .powermail_fieldset .powermail_fieldwrap_info_bewerbung {
  flex-basis: calc(50% - 10px);
  padding: 20px 0; }

.powermail_form_4 .powermail_fieldset .powermail_fieldwrap_type_check {
  flex-basis: calc(100% - 10px); }
.powermail_form_4 .powermail_fieldwrap_hinweis, .powermail_form_4 .powermail_fieldwrap_absenden {
  margin-top: 50px; }
.powermail_form_4 .powermail_fieldwrap_landhaendler {
  flex-basis: calc(50% - 10px); }
  .powermail_form_4 .powermail_fieldwrap_landhaendler .powermail_field {
    width: 100%; }
    .powermail_form_4 .powermail_fieldwrap_landhaendler .powermail_field:after {
      top: 20px; }
    .powermail_form_4 .powermail_fieldwrap_landhaendler .powermail_field .powermail_select {
      width: 100%;
      padding: 20px 30px 20px 15px; }

.tx-powermail .checkbox {
  padding-left: 3rem;
  display: flex;
  line-height: 40px;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px; }
  .tx-powermail .checkbox:first-child {
    display: none; }

.radio label, .checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px; }

.checkbox .styled-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #dadcdc; }
  .checkbox .styled-checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 14px;
    top: 6px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.checkbox input[type="checkbox"]:checked ~ .styled-checkbox {
  background-color: #ad1aac; }
.checkbox input[type="checkbox"]:checked ~ .styled-checkbox:after {
  display: block; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

@media (max-width: 48em) {
  .powermail_fieldset > * {
    flex-basis: calc(100% - 10px) !important; }
  .powermail_fieldset .upload-button {
    padding: 20px 5px; }
    .powermail_fieldset .upload-button label {
      padding: 20px 10px; }

  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_marker_01 {
    flex-basis: calc(50% - 10px);
    padding: 20px 0; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_anrede {
    order: 1; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_vorname {
    order: 2; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_nachname {
    order: 3; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_mail_01 {
    order: 4; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_strassenummer {
    order: 5; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_plzort {
    order: 6; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_telefonmobil {
    order: 7; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_stelle {
    order: 8; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_info_bewerbung {
    order: 9; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_anschreiben {
    order: 10; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_lebenslauf {
    order: 11; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_abschlusszeugnisse {
    order: 12; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_arbeitszeugnisse {
    order: 13; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_hinweis {
    order: 14; }
  .powermail_form_2 .powermail_fieldset .powermail_fieldwrap_absenden {
    order: 15; } }
#hst3-cookieconsent-consent-popup h4 {
  display: none; }
#hst3-cookieconsent-consent-popup p {
  font-size: 16px;
  font-weight: lighter; }
#hst3-cookieconsent-consent-popup input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: none; }
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-detail, #hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-accept-selected {
  background-color: #575757;
  color: white; }
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-accept-all {
  background-color: #ad1aac; }
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table thead tr th:nth-child(4) {
  width: 30% !important; }

#hst3-cookieconsent-popup-toggle {
  display: none !important; }

@media (max-width: 48em) {
  #hst3-cookieconsent-consent-popup {
    max-height: none;
    top: 0;
    height: 98%;
    width: 98%;
    margin: 1%;
    padding: 0;
    overflow: scroll; } }
body {
  margin: 0;
  font-family: Helvetica;
  font-weight: bold; }

#site_1 .breadcrumb {
  display: none; }

#c42 {
  width: 100%; }

#site_24 .image img {
  max-width: 250px;
  padding: 10px; }

#site_4 .main-page-links {
  margin: 40px auto; }
  #site_4 .main-page-links .icon-animation {
    display: none; }

/*# sourceMappingURL=styles.css.map */
