/*
 Theme Name:   ErlebenWert
 Description:  Basis-CSS 
 Author:       Detailglanz.de | Marcia Schmidt
 Version:      1.0
*/

body {
      margin: 0;
      color:#4e6e6d;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      background-color: #f5f2eb;
    }
    a {
  color: #d99a7c;    
  text-decoration: none; 
}

a:hover {
  color: #f2b8a0;        /
  text-decoration: none; 
}


    /* Headerbild */
    .header {
      width: 100%;
      height: 250px;
      background: url('erlebenswert.jpg') no-repeat center center;
      background-size: cover;
    }

    /* Textbereich */
    .content {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      border-radius: 8px;
      text-align: center;
    }

li {
  text-align: left;   
  padding-left: 0;    
}

    h1 {
      margin-top: 0;
    }

    /* Responsives Verhalten */
    @media (max-width: 600px) {
      .header {
        height: 180px;
      }
      .content {
        margin: 15px;
        padding: 15px;
      }
    }
     footer {
      background-color: #a8c3a4;   
      color: #536942;              
      text-align: center;       
      padding: 10px 0;          
      font-size: 14px;

    }
footer a {
  color: #536942;              
  text-decoration: none;   
  font-family: Arial, sans-serif;
      line-height: 1.6;   
}

footer a:hover {
  color: #536942;             
  text-decoration: none;  
  font-family: Arial, sans-serif;
      line-height: 1.6;
}
.daten-box {
  text-align: left;  
}