@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html,


body {
  font-family: 'Lato', sans-serif;
  background-color: #343434;
  color: #d3cccc;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1 {  
  font-size: 1.1em;
  color: #d3cccc;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-top: 20;
  padding-top: -10px;
  
}

/* Namen */
h3 {  
  font-size: 1.2em;
  color: #d3cccc;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  margin-top: 20;
  padding-top: -10px;
  
}

/* Instrumente */
h4 {  
  font-size: 1.2em;
  color: #d3cccc;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin-top: 10;
  margin-bottom: 50;
  padding-top: -10px;
  
}



.image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  align-items: lesft;
  justify-content: left;
  padding: 10px;
  /* position: relative; */
}

.img {
  background: url("/assets/A_FrontPagePhotoNoTextBlack.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
  /*border: 1px solid black; geht nicht, warum auch immer */
  
}

.image-harfe {
  background: url("../assets/cantigasHarfe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  /*border: 1px solid black; geht nicht, warum auch immer */
  
}

.image-fidel {
  background: url("../assets/cantigasfidel.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  /*border: 1px solid black; geht nicht, warum auch immer */
  
}


.image-floeten {
  background: url("../assets/floeten.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  /*border: 1px solid black; geht nicht, warum auch immer */
  
}


.image-trommel {
  background: url("../assets/bildTrommelcantigas.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  /*border: 1px solid black; geht nicht, warum auch immer */
  
}


.email-address,
.email-address:hover,
.email-address:visited {
  text-decoration: none;
  color: #d3cccc;
}
/* .image-under-construction > IMG {
  max-width: 100%;
  height: auto;
} */

#termine-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align:left;
}


#termine-container > .termine-header > h2 {
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-top: 10px;
}

#termine-container > .termine-items > p {
  margin: 10px 0;
  text-align:center;

}

#termine-container > .termine-email > h2 {
  margin: 10px 0 0 0;
  text-align:center;
}

hr.split-line {
  color: #d3cccc;
  height: 1px;
  width: 80%;
}

#email {
  margin: 10px 0;
}