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

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



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

/* Header */

.werkstatt-img {
position:relative;
width:100%;
height:320px;
background-image:url(/kontakt/styles/images/werkstatt/image_27.svg);
background-repeat:no-repeat;
background-size:contain;
background-position:center;
margin:0 auto;
margin-top:1em;
margin-bottom:1em;
}

@media only screen and (max-width:728px) {
    
    .werkstatt-img {
    height:260px;
    margin-bottom:0.5em;
    }
}

@media only screen and (max-width:439px) {
    
    .werkstatt-img {
    height:190px;
    width:300px;
    top:-0.5em;
    margin-bottom:0;
    }
}

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

    .werkstatt-img {
    height:170px;
    width:267px;
    top:0;
    }
}


/* Kontaktspalten */

.spalten-kontakt {
max-width:1068px;
margin:0 auto;
flex-wrap:wrap;
padding-left:2em;
}

@media only screen and (min-width:729px) and (max-width:1068px) {
  
    .spalten-kontakt {
    max-width:724px;
    }
}

@media only screen and (max-width:728px) {
  
    .spalten-kontakt {
    max-width:464px;
    padding:0 1.3em;
    }
    
    .spalte.kontaktspalte-oeffnungszeiten {
    order:1;
    }
    
    .spalte.kontaktspalte-kontakt {
    order:2;
    }
    
    .spalte.kontaktspalte-adresse {
    order:3;
    }
    
    .spalte.kontaktspalte-hinweis {
    order:4;
    }
}


.spalte.kontaktspalte {
min-width:auto;
max-width:335px;
padding-left:0;
padding-right:1.5em;
padding-top:2em;
}

.spalte.kontaktspalte-oeffnungszeiten {
min-width:auto;
max-width:310px;
}

.spalte.kontaktspalte-adresse {
max-width:325px;
min-width:auto;
}

.spalte.kontaktspalte-hinweis {
    max-width:100%;
    min-width:auto;
    padding-right:0;
    padding-left:0.3em;
}

@media only screen and (max-width:1068px) {
  
    .spalte.kontaktspalte-hinweis {
    padding-left:0.1em;
    }
}


@media only screen and (max-width:728px) {
  
    .spalte.kontaktspalte {
    max-width:100%;
    padding-right:0;
    }
}


.kontaktinfo-titel {
font-size:1em;
font-weight:500;
color:rgb(211,211,211);
padding-bottom:0.75em;
}

ul.kontaktinfos, table.kontaktinfos {
list-style:none;
margin:0;
padding:0;
}

.kontaktinfo {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
justify-content:flex-start;
align-items:flex-start;
padding-bottom:0.7em;
}

.kontaktinfo:last-child {
padding-bottom:0;
}


/* Anpassungen Kontaktaufnahme */
.kontaktinfo figure {
height:29px;
width:29px;
min-width:29px;
background-repeat:no-repeat;
background-size:30px 30px;
background-position:;
margin-top:0;
}

.kontakt-icon-telefon {
background-image:url(/kontakt/styles/images/telefon/icon.svg);
}

.kontakt-icon-mail {
background-image:url(/kontakt/styles/images/mail/icon.svg);
}

.kontakt-icon-whatsapp {
background-image:url(/kontakt/styles/images/whatsapp/icon.svg);
}

.kontakt-icon-text {
margin-top:0em;
max-width:450px;
padding-left:0.5em;
}


/* Anpassungen Öffnungszeiten */
table.oeffnungszeiten-tabelle {
font-size:20px;
}

.oeffnungszeiten-tag {
text-align:left;
width:120px;
padding:0;
}

.oeffnungszeiten-uhrzeit {
  text-align:right;
  padding:0;
}


/* Anpassungen Anfahrt */
.anfahrt-links {
margin-top:1.45em;
}

a.anfahrt-link {
font-size:19px;
}

.anfahrt-link:first-child {
margin-right:1em;
}

/* Link-Ext-Icon Anpassung Font-Size 20px */
.link-ext-icon {
  height:15px;
}

.link-ext-icon::before,.link-ext-icon::after {
  height:8px;
}

.link-ext-icon::before {
  top:-1px;
  left:2px;
}

.link-ext-icon::after {
  bottom:8px;
  left:-2.5px;
}


/* Anpassungen Hinweis */
.hinweis-text {
-webkit-text-size-adjust:100%;
font-size:17px;
}

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

    .hinweis-text {
    font-size:18px;
    }
}


/* --------------------------- *\
   SERVICE-PROMOSTRIPE
\* --------------------------- */

.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:last-child {
    padding-bottom:0;
  }
}

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

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

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

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

.service-icon-bezahlung {
  background-image:url(/kontakt/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;   
}


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