/* --------------------------- *\
   NAVIGATION 
\* --------------------------- */

#wmw-nav .wmw-nav-link-motorradservice, #wmw-nav .wmw-nav-link-motorradservice:hover {
  opacity:0.4;
} 

/* --------------------------- *\
   MAIN
\* --------------------------- */


/* LINK BUTTON FARBIG GEFÜLLT */
a.mehr-button-color {
  display:inline-block;
  position:relative;
  font-size:16px;
  color:#000;
    font-weight:500;
    background-color:#fff;
  padding:10px 22px;
  border:solid 2px #fff;
  border-radius:2em;
  margin-top:2.5em;
  -webkit-transition:color 0.3s cubic-bezier(0.24, 0.06, 0.56, 1);
  transition:color 0.3s cubic-bezier(0.24, 0.06, 0.56, 1),opacity 0.3s cubic-bezier(0.24, 0.06, 0.56, 1),background 0.3s cubic-bezier(0.24, 0.06, 0.56, 1);
}


a.mehr-button-color.button-color-red {
         background-color:rgb(235,40,88);
    border-color:rgb(235,40,88);   
             background-color:rgb(250,50,70);
    border-color:rgb(250,50,70);   
}

a.mehr-button-color.button-color-green {
         background-color:rgb(22,208,168);
    border-color:rgb(22,208,168);   
}

a.mehr-button-color:hover  {
  text-decoration:none;
  -webkit-transition:color 0.3s cubic-bezier(0.24, 0.06, 0.56, 1);
  transition:color 0.3s cubic-bezier(0.24, 0.06, 0.56, 1),opacity 0.3s cubic-bezier(0.24, 0.06, 0.56, 1),background 0.3s cubic-bezier(0.24, 0.06, 0.56, 1);
}



.mehr-button-color.icon-links {
  padding-left:52px;
}

.link-icon {
  position:absolute;
  top:10px;
  display:inline-block;
  width:24px;
  height:24px;
  background-repeat:no-repeat;
  background-size:contain;
background-position:center center;
}

.icon-links .link-icon {
  left:20px;
}

.icon-termine-dark {
  background-image:url(/wmw/images/link-icons/termine/icon_dark.svg);
}


/* MOTORRADSERVICE HIGHLIGHTING*/ 
a.wms {


  color:rgb(22,200,190);
    color:rgb(235,40,88);
    color: rgb(250,50,70);
}

@supports ((-webkit-text-fill-color:transparent) and (-webkit-background-clip:text)) {
  .wms-red {
    display:inline-block;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-image:linear-gradient(90deg,rgb(245,20,80),rgb(255,100,80));
  }  
  
  .wms-blue {
    display:inline-block;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-image:linear-gradient(90deg,rgb(220,60,88),rgb(90,125,170)95%);
  }  
  
}


/* HEADER */
.section-header {
  background-image:linear-gradient(#0e0e0e,rgb(2,22,38))
}

.section-header .section-inhalt {
  padding-bottom:3em;
}


figure.motorradservice-logo {
  width:340px;
  height:340px;
  margin:0 auto;
  background-image:url(/motorrad/styles/images/logo/wilhelm_motorrad_26.svg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

@media only screen and (min-width:729px) and (max-width:1068px) {
  figure.motorradservice-logo {
    height:320px;
    width:320px;
  }
}

@media only screen and (max-width:728px) {
  figure.motorradservice-logo {
    height:300px;
    width:300px;
  }
}

@media only screen and (max-width:359px) {
  figure.motorradservice-logo {
    height:275px;
    width:275px;
  }
}


/* TRENNPUNKT LISTE */
.trennpunkt-liste {
  padding-top:2em;
  max-width:564px;
  margin:0 auto;
  list-style:none;
}

.trennpunkt-liste li,.trennpunkt-listenpunkt-titel {
  display:inline-block;
  font-size:1em;
  font-weight:500;
  line-height:1.75;
}


/* TERMIN BUTTON */
a.mehr-button.termin {
  font-weight:500;
  margin-top:2.5em;
  color:#fff;
}



/* TITEL ICONS EINTRAGUNG */
.section-titel-icon {
  display:block; 
  height:40px;
  width:40px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center center;
  margin-bottom:0.5em;
}

.icon-werkstatt {
  background-image:url(/motorrad/styles/images/service/werkstatt/icon.svg); 
}

.icon-teile {
  background-image:url(/motorrad/styles/images/service/teile/icon.svg); 
}

.icon-kosten {
  background-image:url(/motorrad/styles/images/service/kosten/icon.svg); 
}

.icon-transfer {
  background-image:url(/motorrad/styles/images/service/transfer/icon.svg); 
}




/* --------------------------- *\
   FOOTER
\* --------------------------- */

#wmw-footer a {
   color: rgb(250,50,70);
}
