header .box {
background: 
    linear-gradient(rgba(255,215,0, 0.8), rgba(255, 240, 0, 0.8)),
    url('https://www.zagi.ch/krankenkasse/images/vergleichen.svg') no-repeat right center;
    background-size: auto;
}
header .box-text {
    color: black;
    margin: 0px;
    padding: 2px 2px 20px 20px;
}
.content {
    margin-top: 20px;
    max-width: 1180px;
    background-color: #fff;
    border-radius: 10px;
}
.text2 {
    background-color: #F2FBFF;
    margin-top: 20px;
    padding: 20px;
    border-radius: 7px;
}
.text2 table {
    width: 800px;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 10px 0px;
    font-family: Arial, sans-serif;
}
form {
    width: 100%;
}
label {
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}
th, td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}
th {
    background-color: #D5ECFF;
    color: #000;
    position: relative;
}
.error {
      color: red;
}
    label {
      font-weight: bold;
}
select {
    max-width: 300px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea,
input[type="radio"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
select:hover,
textarea:hover,
input[type="radio"]:hover {
    background-color: #e8f5e9;
    box-shadow: 0 0 5px rgba(0, 121, 107, 0.5);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus,
input[type="radio"]:focus {
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 121, 107, 0.7);
}
input.plz {
    background: url('https://www.xn--gnstigekrankenkasse-59b.ch/images/standort.svg') no-repeat 10px center;
    background-color: #fff;
    background-size: 20px 20px;
    padding-left: 40px;
}
input.geb {
    background: url('https://www.xn--gnstigekrankenkasse-59b.ch/images/kalendar.svg') no-repeat 10px center;
    background-color: #fff;
    background-size: 20px 20px;
    padding-left: 40px;
}
input[type="radio"] {
    width: auto;
    margin-bottom: 0;
    transform: scale(1.5);
}
hr {
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0px 30px 0px;
}

button {
    width: 300px;
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

button:hover {
    background-color: #45a049;
}
button.remove {
    width: 200px;
    background-color: #f44336;
    color: white;
    padding: 5px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    margin: 10px;
}
button.remove:hover {
    background-color: #d32f2f;
}
    button.add {
    width: 300px;
    background-color: #315379;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
    button.add:hover {
    background-color: #39618C;
}
.button-submit {
    width: 300px;
    background-color: #F00078;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    margin-top: 20px;
}

.button-submit:hover {
    background-color: #FF1C8D;
}
.suggestion-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 2px);
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 16px;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #0077C8;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.info-icon:hover {
  background: #0082D9;
}

@media (max-width: 768px) {
.content {
    width: calc(100% - 20px);
    padding: 10px;
}
.text2 table {
    width: 100%;
}
