@font-face {
    font-family: Roboto;
    src: url(../../../fonts/roboto/Roboto-Regular.ttf?cache=1twagxt);
}
body {
    font-family: Roboto;
    color: rgb(37, 49, 55);
}
.content {
    max-width: 750px !important;
}
p {
    font-size: 22px !important;
    line-height: 42px;
}
.main-title {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
}
label {
    font-size: 22px !important;
    line-height: 42px;
}
textarea, select, input[type='text'], input[type='date'],  input[type='email'], input[type='number'], input[type='password'], input[type='time'] {
    background: #FFFFFF;
    height: 49px;
    width: 560px !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    font-family: Roboto;
    padding: 0 32px;
}
textarea:focus, select:focus, input[type='text']:focus, input[type='date']:focus,  input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='time']:focus {
    outline: none;
}
textarea {
    height: 320px;
    resize: none;
}
button:not(.tox-mbtn) {
    height: 49px !important;
    border-radius: 100vmax !important;
    background: rgb(37, 49, 55) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 32px !important;
    color: #ffffff;
    cursor: pointer;
    border-style: none;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 36px;
    font-family: Roboto;
    box-shadow: rgb(37, 49, 55) 0px 24px 24px -24px;
    margin-bottom: 32px;
}
.info-button {
    height: 49px !important;
    border-radius: 100vmax !important;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 36px;
    font-family: Roboto;
}
.info-button img {
    height: 28px !important;
}
button:hover:not(.tox-mbtn) {
    background: rgb(52, 68, 76) !important;;
}
a:not(.tooltip) img {
    height: 28px;
}
a.tooltip img {
    content: url(info-circle.svg?cache=1twagxt) !important;
    width: 34px !important;
    vertical-align: text-top !important;
}
a.tooltip .tooltiptext {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 50px !important;
    border: none !important;
    width: 200px !important;
    overflow-wrap: anywhere;
    z-index: 100;
    padding: 16px 32px !important;
    line-height: 42px;
    font-size: 22px !important;
}
.finish-message {
    font-size: 0px;
}
.finish-message::after {
    content: "Vielen Dank für Ihre Anfrage, wir melden uns umgehend bei Ihnen!";
    font-size: 22px;
}
[type="checkbox"], [type="radio"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
  visibility: hidden;
  margin-bottom: 60px !important;
}
[type="checkbox"] + label, [type="radio"] + label {
    position: relative;
    vertical-align: 45px;
}
[type="checkbox"] + label::before, [type="radio"] + label::before {
  width: 45px;
  height: 45px;
  border-radius: 26px;
  border: none;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  z-index: 5;
  position: relative;
}
[type="checkbox"]:checked+label::before, [type="radio"]:checked+label::before {
    background-image:  url(check.svg?cache=1twagxt);
    background-repeat: no-repeat;
    background-position:center;
}
.multiselect-area {
    border-spacing: 0 32px;
}
.multiselect-box {
    width: 45px;
    height: 45px;
    border-radius: 26px;
    border: 1px solid #bdbdbd;
    cursor: pointer;
    margin-right: 16px;
}
.multiselect-box[checked] {
    background-image:  url(check.svg?cache=1twagxt);
    background-repeat: no-repeat;
    background-position:center;
}
.multiselect-label {
    vertical-align:top;
}
.multiselect-label label {
    cursor: pointer;
    font-size: 22px !important;
    line-height: 42px;
}
.file-upload-area {
    display: flex !important;
}
.fileadd {
    display: block !important;
    width: 56px;
    min-width: 56px;
    height: 56px;
    background-image: url(add.svg?cache=1twagxt);
}
.fileselect {
    background-color: transparent !important;
    font-size: 22px !important;
    line-height: 42px !important;
    margin-bottom: 8px;
}
.filedownload {
    width: 29px;
    height: 29px;
    background-image: url(download.svg?cache=1twagxt);
}

button.submit::after {
    content: attr(title);
}
.dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    border: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #757575;
    background: #f5f5f5;
}
.upload-image {
    width: 100%;
    height: 29px;
    margin-bottom: 10px;
    background-image:  url(../../../icons/2022/upload.svg?cache=1twagxt);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}
.upload-button {
    cursor: pointer;
    text-decoration: underline;
    color: #000000;
}
button.cancel-submit::after {
    content: attr(title);
}
.reset-icon::before {
    content: "<";
}
.reset-icon {
    height: 47px;
    width: 47px;
    font-size: 20px;
    border-radius: 24px;
    border: 1px solid #212121;
    vertical-align: baseline;
}
