.custom-file-input ~ .custom-file-label::after {
    content: "Datei auswählen" !important;
}

form-control ~ .form-label::after {
   content: "Datei auswählen" !important;
}

.custom-file {
    overflow: hidden;
}

.custom-file-input {
    white-space: nowrap;
}

.h7 {
	color: #7a7a7a;
    font-size: 10px;
}

.gleiche_breite {
  width: 200px;
}

.img {
    max-width: 100%;
	}

.form-check {
    display: flex;
    align-items: center;
}
.form-check label {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
    height: 50px;
    width: 50px;
}
.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.form-switch .form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 50px;
    width: 100px;
}