header {
    background-color: black;  
    color:    #B38E59;
    /*padding: 20px;*/
    text-align: center;
    font-size: 10px;
}



table{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    border-collapse: separate;
    border-spacing: 30px;

}


a {
    text-decoration: none;
    color:#B38E59;
    
}

.footercontent {
        /*color:#ffffffbf;*/
        color:#B38E59;
        display: block;
        font-family: Assistant, sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.6px;
        overflow-wrap: break-word;    
        width: 60%;    
        height: auto;
        margin-left: auto;
        margin-right: auto;    
        letter-spacing: 0,6px;
}

.headercontent {
  background-color: black;  
  color:    #B38E59;
  /*padding: 20px;*/
  text-align: center;
  font-size: 20px;
}


body {
    background-color: black ;
    color: whitesmoke;
    padding: 20px;
    text-align: center;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}


img {
    width: 60%;
    height: auto;
    display: block;
    
    margin-left: auto;
    margin-right: auto;
  }


  p {
    font-size: 1.2em;
    text-align: justify;
    margin: 20px 0;
  }

  h1 {
    font-size: 2em;
    text-align: center;
    margin: 20px 0;
    color:#B38E59;
  }

  .textcontent
  {
    /*color:#ffffffbf;*/
    color:#B38E59;
    display: block;
    font-family: Assistant, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    overflow-wrap: break-word;    
    width: 60%;    
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    letter-spacing: 0,6px;
  }

  .liste
  {
    /*color:#ffffffbf;*/
    color:#B38E59;
    display: block;
    font-family: Assistant, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    overflow-wrap: break-word;    
    width: 60%;    
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    text-align: left;
    letter-spacing: 0,6px;
  }

  .contact
  {
    /*color:#ffffffbf;*/
    color:#B38E59;
    display: block;
    font-family: Assistant, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    overflow-wrap: break-word;    
    width: 60%;    
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    text-align: left;
    letter-spacing: 0,6px;
  }

  


  .mapcontent {
    width: 50%;
    height: auto;
  }


  .icon {
    width: 50%;
    height: 20%;
  }


  /*

    .photoscontent {
    width: 70%;
    height: auto;
  }
  .slider-container {
    width: 100%;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slider img {
    width: 100%;
    height: auto;
  }
  
  
  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  .prev {
    left: 20px;
  }
  
  .next {
    right: 20px;
  }
  */