* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  color: #5D6063;
  background-color: #ffffff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;

  display: flex;
  flex-direction: column;
  align-items: center;
    
}

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #aa6767;
}

a:visited {
  color: #967373;
}

a:focus {
  border-bottom: 1px solid;
  background: #dd9191;
}

a:hover {
  border-bottom: 1px solid;     
  background: #f2b3b3;
}

a:active {
  background: #265301;
  color: #d18080;
}

/* LINKS oberhalb */

.Visitenkarte {
  
  align-items: center;
  text-align: center;
 
  margin: 20px 5px 20px 5px;
  padding: 50px;
}

.page {
  background-color: #ffffff;
  background-image: url(images/mback2.jpg);
  background-position:top;
  background-repeat:no-repeat;
  background-size: contain; /*Kundenwunsch alt: center*/
  border: 2px solid #D6D9DC;
  border-radius: 3px;
    
  margin: inherit;
  padding: inherit;
}

.kontakt { 
  display:flex;
  align-items: center;
  justify-content: center;

  margin: 5px;
  padding: 5px;
}

.logo {
    
    width: 25px;
    height: 25px;
    filter: contrast(0%);
}

.logo-email {
    width: 20px;
    height: 15px;
    filter: contrast(0%);
}

.box-anruf, 
.box-email  {
    margin-left: 5px;
}

.Visitenkarte h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.Visitenkarte h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.impressum {
  background-color: #ffffff;
  background-position: 0 0;
  background-repeat: repeat-y;
    /*Kundenwunsch alt: background-attachment: no-repeat*/
  background-size: 100%;

  padding: 50px;
  margin: 0 0 40px 0;
}

.page h1 {
    text-align: center; 
    font-size: 35px;
}

.page h6 {
    text-align: center; 
    font-size: 45px;
}

.heading {
    font-size: 25px;
    margin-top: 15px; 
}

.impressum h1 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.impressum h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.impressum h3 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul {
    margin-left: 16px;
}