.container {
  display: flex;
  align-items: flex-start; /* Logo und Text oben ausrichten */
}

#Insert_logo {
  margin-right: 20px; /* Abstand zwischen Logo und Text */
}

.content-wrapper {
  display: flex;
  flex-direction: column; /* Stellt sicher, dass die Veranstaltungen untereinander bleiben */
  width: 100%;
}
.tg {
    border-collapse: collapse;
    border-spacing: 1;
}
.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}
.tg .tg-nlws {
    background-color: #cfcfcf;
    color: #333333
}
.tg a {
    color: #FFFFFF !important; /* Setzt die Linkfarbe auf Weiß und überschreibt andere Stile */
	text-decoration: none;
}
.tg a:hover {
  text-decoration: underline; /* Fügt eine Unterstreichung hinzu, wenn der Mauszeiger über dem Link ist */
}