.table1 {
  border-collapse: collapse;
  border: 1px solid black;
}

.table1 th,
.table1 td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  border-radius: 15px;
}

.bilder {
  width: 100px;
  height: auto;
}



.btn-blue {
  background-color: #007BFF;
  color: white;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-white {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.rahmen {
  outline-style: solid;
}

.rahmen {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  outline-style: solid;
}

.rahmen table {
  margin: 0 auto;
  text-align: left;
}

.liste1 {
  text-decoration: none;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
    font-weight: bold;

}

.liste1 li {

  flex: 0 0 30%;


  margin: 10px;

  text-align: center;
  box-sizing: border-box;
  text-decoration: none;

}

.liste1 a {
  text-decoration: none;
  color: black;
}

.liste1 a:hover {
  text-decoration: underline;
}


.CText {

  text-align: center;

}




.TWE {
  background-color: #007BFF;
  padding: 15px;
  border-radius: 5px;
  width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}

.TWE a {
  color: black;
  text-decoration: none;
  margin: 0 30px;
  font-weight: bold;
  position: relative;
}
.TWE a:hover:after {
  content: "coming soon";
    position: absolute;
    
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    background-color:black;
    color:white ;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none; 
    margin-bottom: 5px;   
}

body {
  background-color: #8080805f;
  font-family: Arial, sans-serif;
}

.ITG {
  font-size: 14px;
}