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

#wmw-nav {
  position:absolute;
}  



/* --------------------------- *\
   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-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);
}



/* HEADER */
.titel-icon {
  display:block;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  height:45px;
  width:45px;
  margin: 0 auto;
  margin-bottom: 1em
}

.icon-getriebeservice {
  background-image:url(/leistungen/getriebespuelung/styles/images/getriebeoelservice/icon.png);
}

/* LIQUI MOLY GRAFIK */
.img-lm {
  display:block;
  height:80px;
  width:auto;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left;
  background-image:url(/leistungen/getriebespuelung/styles/images/liqui-moly/logo.svg);
  margin-top:1em
}

@media only screen and (max-width:728px) {
  .img-lm {
    height:70px;
  } 
}


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



/* --------------------------- *\
   CHECKBOX LISTE
\* --------------------------- */

.checkbox-liste {
  list-style:none;
  text-align: left;
  margin-top:2em;
}

@media only screen and (max-width:728px) {
  .checkbox-liste {
   margin-left:0;
  }
}

.checkbox-liste-listenpunkt {
  padding-top:2.5em;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}

.checkbox-liste-icon {
  display:block; 
  height:28px;
  width:28px;
  min-width:28px;
  margin-right:0.75em;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center center;
  background-image:url(/leistungen/getriebespuelung/styles/images/checkbox/icon.svg); 
}



/* --------------------------- *\
   SERVICE INFO
\* --------------------------- */

.section-service {
  padding:3.5em 0.5em;
}

.service-liste {
  list-style:none;
  font-size:18px;
  max-width:1024px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:nowrap;
}

@media only screen and (min-width:687px) and (max-width:1064px) {

  .service-liste {
    flex-wrap:wrap;
    max-width:764px;
  }
}

@media only screen and (max-width:686px) {   

  .service-liste {
    flex-direction:column;
  }
}

.block {
  margin:0 auto;
  width:100%;
}

@media only screen and (min-width:687px) and (max-width:1064px) {
 
  .block {
    width:300px;
    padding:0 0 3.5em 0;
  }
 
  .block:nth-child(3),.block:nth-child(4) {
    padding-bottom:0;
  }      
}

@media only screen and (max-width:686px) {   
 
  .block {
    max-width:464px;
    padding:0 1.5em 3.5em 1.5em;
  }
  
  .block:first-child {
    padding-top:1em;
  }
  
  .block:last-child {
    padding-bottom:1em;
  }
}

.service-icon {
  width:42px;
  height:42px;
  background-size:42px 42px;
  background-repeat:no-repeat;
  margin:0 auto;
}

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

.service-icon-wagen {
  background-image:url(/leistungen/styles/images/service/ersatzwagen/icon.svg);
}

.service-icon-taxi {
  background-image:url(/leistungen/styles/images/service/taxi/icon_2.svg);
}

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

.service-beschreibung {
  text-align:center;
  padding:0 1em;
}

.service-titel {
  font-size:1.05em;
  font-weight:500;
  letter-spacing:0.025em;
  color:rgb(191,191,191);
  padding-top:1.25em;
}

.service-text {
    margin-top:0.5em;
}

ul.liste-bezahlarten {
    list-style:none;
    margin-left:0;
}

.bezahlart-label {
    position:absolute;
    height:1px;
    width:1px;
    overflow:hidden; 
}

.bezahlart {
    display: inline-block;
    width:25px;
    height:25px;
    margin:0 0.1em;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;  
}

.bezahlicon-karte {
    background-image:url(/kontakt/styles/images/service/bezahlung/bezahldienste/karte/icon.svg);
}

.bezahlicon-kontaktlos {
    background-image:url(/kontakt/styles/images/service/bezahlung/bezahldienste/kontaktlos/icon.svg);
}

.bezahlicon-bar {
    background-image:url(/kontakt/styles/images/service/bezahlung/bezahldienste/bar/icon.svg);
    width:28px;
    background-size:cover;
    margin-right:0.4em;
}

.bezahlicon-applepay {
    background-image:url(/kontakt/styles/images/service/bezahlung/bezahldienste/applepay/icon.svg);
    width:35px;
    background-size:cover;   
}