span.Telefon, span.E-Mail, span.Handy {
    white-space: nowrap;
   
}

span.noWrap {
    white-space: nowrap;
}

span.zentriert {
    text-align: center;
}

span.Telefon:before {
    display:inline-block;
    content: "\f095";    
    font-size: inherit;
    padding-right: 5px;  
   font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;    
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em; 
    
}

span.E-Mail:before {
    display:inline-block;
    content: "\f0e0";    
    font-size: inherit;
    padding-right: 5px;  
   font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;    
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em; 
}

span.Fax:before {
    display:inline-block;
    content: "\f1ac";    
    font-size: inherit;
    padding-right: 5px;  
   font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;    
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em; 
}
span.Handy:before {
    display:inline-block;
    content: "\f3cd";    
    font-size: inherit;
    padding-right: 5px;  
   font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;    
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em; 
}



a.Button {
	background: #937f5c;
    font-family: 'Oswald', sans-serif;
    border-radius: 15px;
    color: #ffffff;
    border: none;
    padding: 5px 50px;

}

a.Button:hover {
	color: #ffffff;
    background-color: #5D544D;

}

a.Ankerlink {
	color: #ffffff;
      background: #2342aa;
      text-transform: uppercase;
      padding: 10px 10px;
      font-size: 15px;
      display: block;
      text-align: center;
}

a.Ankerlink:hover {
	background: #657abe;
	color: #ffffff;
	
}

@media (max-width: 1199px) {
   span.Telefon, span.E-Mail, span.Fax, span.Handy {
    padding-left: 0px;
    display: block;
    } 
}

