@charset "UTF-8";

.das-erwartet-dich-block {
position: relative;
}
.das-erwartet-dich-block #arrow-bottom {
width: auto;
height: 85px;
transform: scaleX(-1);
position: absolute;
top: 80px;
z-index: 10;
object-fit: cover;
}
.das-erwartet-dich-block .gray-box {
width: 100%;
height: 497px;
border-radius: 20px;
background-color: #f2f2f2;
padding: 40px 20px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
}
@media (max-width: 1200px) {
.das-erwartet-dich-block .gray-box {
height: 430px;
gap: 30px;
}
}
@media (max-width: 1000px) {
.das-erwartet-dich-block .gray-box {
height: 330px;
gap: 15px;
}
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box {
height: fit-content;
gap: 20px;
align-items: center;
}
}
.das-erwartet-dich-block .gray-box #benefits-image {
width: 33%;
height: auto;
min-width: 240px;
position: absolute;
top: -10%;
left: 50%;
transform: translateX(-50%);
border-radius: 100%;
border: 2px solid #fff;
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1607843137);
background-image: url();
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.das-erwartet-dich-block .gray-box #benefits-image img {
width: 100%;
height: 100%;
position: relative !important;
top: -10%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
}
@media (max-width: 1000px) {
.das-erwartet-dich-block .gray-box #benefits-image {
width: 216px;
gap: 0px;
}
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box #benefits-image {
position: relative;
left: 0;
transform: translateX(0);
}
}
.das-erwartet-dich-block .gray-box .row {
display: flex;
justify-content: center;
width: 100%;
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box .row {
flex-direction: column;
gap: 20px;
}
}
.das-erwartet-dich-block .gray-box .row .div-spacer {
width: 40%;
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box .row .div-spacer {
display: none;
}
}
.das-erwartet-dich-block .gray-box .row .icon-box {
display: flex;
flex-direction: column;
gap: 10px;
width: 33%;
}
.das-erwartet-dich-block .gray-box .row .icon-box p {
font-size: 21px;
font-weight: bold;
color: #141010;
padding: 0;
}
@media (max-width: 1000px) {
.das-erwartet-dich-block .gray-box .row .icon-box p {
font-size: 21px;
}
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box .row .icon-box {
justify-content: center !important;
align-items: center !important;
flex-direction: row !important;
width: 100% !important;
}
}
@media (max-width: 400px) {
.das-erwartet-dich-block .gray-box .row .icon-box {
justify-content: flex-start !important;
}
}
.das-erwartet-dich-block .gray-box .row .icon-box:first-child {
justify-content: center;
align-items: flex-end;
}
.das-erwartet-dich-block .gray-box .row .icon-box-bottom-element {
justify-content: center;
align-items: center;
position: relative;
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box .row .icon-box-bottom-element {
top: -20px;
}
}
@media (max-width: 1000px) {
.das-erwartet-dich-block .gray-box .row .icon-box-bottom-element {
top: -50px;
}
}
@media (max-width: 800px) {
.das-erwartet-dich-block .gray-box .row .icon-box-bottom-element {
position: inherit;
}
}
.das-erwartet-dich-block .gray-box .row svg {
width: 50px;
height: 50px;
border-radius: 100%;
border: 2px solid #fff;
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1607843137);
}
.das-erwartet-dich-block .gray-box .row:last-child {
justify-content: center;
}
.das-erwartet-dich-block .gray-box .row:last-child .icon-box {
justify-content: center;
align-items: center;
}
.job-highlight-block {
position: relative;
display: flex;
gap: 20px;
}
@media (max-width: 900px) {
.job-highlight-block {
flex-direction: column-reverse;
}
}
.job-highlight-block fieldset ul {
width: 80%;
}
@media (max-width: 900px) {
.job-highlight-block fieldset ul {
width: 100%;
}
}
.job-highlight-block legend {
font-size: 2rem;
font-weight: bold;
margin-left: -3px;
padding-right: 20px;
border-bottom: 11px outset transparent;
position: relative;
z-index: 10;
top: 7px;
background: #fff;
}
.job-highlight-block img {
max-width: 100%;
height: auto;
position: absolute;
z-index: 11;
top: -20px;
width: 240px;
height: 240px;
border-radius: 100%;
left: 50%;
transform: translateX(-50%) rotate(12deg);
border: 2px solid #fff;
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 900px) {
.job-highlight-block img {
top: -100px;
}
}
@media (max-width: 460px) {
.job-highlight-block img {
width: 200px;
height: 200px;
}
}
.job-highlight-block .transparent-box {
width: 100%;
height: 450px;
border: 3px solid #FA6601;
border-radius: 20px;
}
.job-highlight-block .colored-box {
width: 100%;
height: 431px;
background-color: #FA6601;
border: 3px solid #FA6601;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 8px;
margin-top: 19px;
padding: 10px;
}
.job-highlight-block .colored-box span {
background-color: #fff;
padding: 10px 20px;
font-size: 2rem;
font-weight: bold;
transform: rotate(6deg);
}
.job-highlight-block .colored-box span:first-child {
margin-left: 20px;
}
.job-highlight-block li {
list-style: none;
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
padding-bottom: 0px !important;
margin-bottom: 0px !important;
color: rgb(0, 0, 0) !important;
font-size: 21px !important;
}
.job-highlight-block li:first-child {
margin-top: 15px;
}
.job-highlight-block .checkbox {
width: 30px;
height: 30px;
border: 1px solid #707070;
border-radius: 5px;
position: relative;
}
.job-highlight-block .checkbox:after {
content: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0{fill:%23707070;}%3C/style%3E%3Cg id='Pfad_51'%3E%3Cpath class='st0' d='M134.2,208.7c-2.5,0-4.9-0.9-6.8-2.6l-49.7-45.7c-4.1-3.7-4.3-10.1-0.6-14.1c3.7-4.1,10.1-4.3,14.1-0.6l41.9,38.6l74.5-89.3c3.5-4.2,9.8-4.8,14.1-1.3c4.2,3.5,4.8,9.8,1.3,14.1l-81.2,97.4c-1.8,2.1-4.3,3.4-7,3.6C134.7,208.7,134.5,208.7,134.2,208.7z'/%3E%3C/g%3E%3C/svg%3E");
left: -2px;
position: relative;
bottom: 2px;
font-weight: bold;
width: 34px;
display: block;
}
#nf-form-7_1-cont {
max-width: unset;
margin-top: -170px;
}
#nf-form-7_1-cont nf-cells {
display: flex;
}
@media (max-width: 768px) {
#nf-form-7_1-cont nf-cells {
flex-direction: column;
}
#nf-form-7_1-cont nf-cells .nf-cell {
width: 100% !important;
}
}
#nf-form-7_1-cont .nf-field-container {
margin-bottom: 0px !important;
}
#nf-form-7_1-cont .html-container {
align-items: flex-end;
}
#nf-form-7_1-cont .nf-form-title {
position: relative;
}
#nf-form-7_1-cont .nf-form-title img {
border-radius: 100%;
border: 2px solid #fff;
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1607843137);
position: relative;
width: 240px;
height: 240px;
border-radius: 100%;
top: 210px;
left: -15px;
z-index: 10;
}
@media (max-width: 1100px) {
#nf-form-7_1-cont .nf-form-title img {
width: 200px;
height: 200px;
}
}
@media (max-width: 600px) {
#nf-form-7_1-cont .nf-form-title img {
width: 160px;
height: 160px;
top: 165px;
}
}
@media (max-width: 460px) {
#nf-form-7_1-cont .nf-form-title img {
top: 250px;
left: 50%;
transform: translateX(-50%);
}
}
@media (max-width: 400px) {
#nf-form-7_1-cont .nf-form-title img {
top: 287px;
}
}
#nf-form-7_1-cont .nf-form-title h3 {
margin-left: 280px;
font-size: 2rem;
margin-bottom: -20px;
}
@media (max-width: 768px) {
#nf-form-7_1-cont .nf-form-title h3 {
font-size: 1.7rem;
margin-left: 260px;
}
}
@media (max-width: 600px) {
#nf-form-7_1-cont .nf-form-title h3 {
margin-left: 160px;
}
}
@media (max-width: 460px) {
#nf-form-7_1-cont .nf-form-title h3 {
margin-left: 0px;
}
}
#nf-form-7_1-cont h4 {
font-size: 2rem;
font-weight: 300;
line-height: 110%;
}
@media (max-width: 1100px) {
#nf-form-7_1-cont h4 {
font-size: 1.7rem;
}
}
@media (max-width: 460px) {
#nf-form-7_1-cont h4 {
font-size: 1.5rem;
}
}
#nf-form-7_1-cont .single-headline {
display: flex;
flex-direction: column;
}
#nf-form-7_1-cont .single-headline label {
font-size: 2rem;
font-weight: 300;
line-height: 110%;
}
@media (max-width: 1100px) {
#nf-form-7_1-cont .single-headline label {
font-size: 1.7rem;
}
}
@media (max-width: 460px) {
#nf-form-7_1-cont .single-headline label {
font-size: 1.5rem;
}
}
@media (max-width: 768px) {
#nf-form-7_1-cont .single-headline input {
margin-bottom: 25px !important;
}
}
#nf-form-7_1-cont .single-headline .field-wrap {
gap: 30px;
}
#nf-form-7_1-cont .image-headline {
margin-bottom: 30px;
}
#nf-form-7_1-cont .nf-form-layout {
padding: 15px;
border: 1px solid #707070;
border-radius: 20px;
position: relative;
padding-right: 60px;
}
@media (max-width: 1100px) {
#nf-form-7_1-cont .nf-form-layout {
padding: 15px;
}
}
#nf-form-7_1-cont input,
#nf-form-7_1-cont select,
#nf-form-7_1-cont .nf-field-112_1,
#nf-form-7_1-cont button,
#nf-form-7_1-cont textarea {
border-radius: 20px;
border: 1px solid #707070;
background-color: #f8f8f8;
color: black;
}
#nf-form-7_1-cont select {
cursor: pointer;
}
#nf-form-7_1-cont select::after {
content: "\f078";
font-family: FontAwesome;
font-size: 20px;
position: absolute;
right: 10px;
bottom: 0;
height: 50px;
line-height: 50px;
}
#nf-form-7_1-cont .nf-form-content select.ninja-forms-field:focus {
background: #f8f8f8;
border: 1px solid #707070;
}
#nf-form-7_1-cont .list-select-wrap select:focus + div {
background: rgba(0, 0, 0, 0) !important;
}
#nf-form-7_1-cont div[for=nf-field-112_1] {
background-color: transparent;
z-index: 4;
pointer-events: none;
border: unset !important;
}
#nf-form-7_1-cont div[for=nf-field-112_1]:hover {
background-color: transparent;
}
#nf-form-7_1-cont .checkbox-container label, #nf-form-7_1-cont .checkbox-container input {
cursor: pointer;
}
#nf-form-7_1-cont .checkbox-container .nf-after-field {
display: none;
}
#nf-form-7_1-cont textarea {
resize: none;
}
@media (max-width: 768px) {
#nf-form-7_1-cont textarea {
margin-bottom: 25px;
}
}
#nf-form-7_1-cont .nf-fu-progress {
display: none;
}
#nf-form-7_1-cont .nf-fu-fileinput-button {
background: #f8f8f8;
color: black;
padding: 16px;
width: 170px !important;
border: 1px solid #707070;
text-align: center;
font-weight: 300;
height: 50px;
display: flex;
align-items: center;
}
#nf-form-7_1-cont .nf-fu-fileinput-button:hover {
background: black;
color: #f8f8f8;
}
#nf-form-7_1-cont .ninja-forms-field[type=submit] {
background-color: #FA6601;
color: black;
border: 1px solid #FA6601;
cursor: pointer;
font-weight: 300;
font-family: "roboto";
font-size: 18px;
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
#nf-form-7_1-cont .ninja-forms-field[type=submit] svg {
width: 25px !important;
height: 25px;
transition: all 0.5s;
}
#nf-form-7_1-cont .ninja-forms-field[type=submit]:hover {
background-color: black;
color: #ffffff;
border: 1px solid black;
}
#nf-form-7_1-cont .ninja-forms-field[type=submit]:hover svg {
fill: #ffffff;
}
#nf-form-7_1-cont .nf-cells {
display: flex;
align-items: flex-end;
gap: 30px;
}
#nf-form-7_1-cont .nf-cells:nth-child(2) {
text-align: end;
}
#nf-form-7_1-cont .nf-form-content .list-select-wrap .nf-field-element > div {
border-radius: 20px;
}
#nf-form-7_1-cont .checkbox-wrap,
#nf-form-7_1-cont .small-note {
font-size: 16px;
font-weight: 300;
}
#nf-form-7_1-cont .nf-field-label label {
font-weight: 300;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type {
display: grid;
grid-template-columns: 240px 1fr;
grid-template-rows: 1fr auto;
gap: 20px;
}
@media (max-width: 768px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type {
gap: 0;
}
}
@media (max-width: 600px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type {
grid-template-columns: 1fr;
grid-template-rows: 1fr auto auto;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type:nth-child(2) {
grid-column: 1fr;
grid-row: 1/3;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 0px;
margin-top: 100px !important;
pointer-events: none;
}
@media (max-width: 600px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs {
display: none;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs li {
opacity: 0.5;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs .checked {
opacity: 1;
color: black;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs .checked a::before {
content: "✓";
color: black;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs .active {
opacity: 1;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs .active a {
color: black !important;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs li {
list-style: none;
background: rgba(0, 0, 0, 0);
color: #000000;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs li a {
color: #000000;
padding: 2px 18px;
display: flex;
gap: 10px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs li a::before {
content: "";
color: black;
width: 15px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-breadcrumbs .nf-breadcrumb {
background: rgba(0, 0, 0, 0);
border: unset;
font-size: 21px;
margin: 0;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-label-span {
font-weight: 300;
margin: 0;
padding: 0;
font-size: 1.5rem;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-header {
max-width: 240px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body {
max-width: 100%;
display: flex;
justify-content: center;
margin-top: 12px;
padding-top: 4%;
}
@media (max-width: 460px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body {
margin-top: 165px;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .nf-rows-wrap {
width: 90%;
display: flex;
flex-direction: column;
gap: 11px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body * {
width: 100%;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .nf-before-field {
display: none;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listradio-wrap {
display: flex;
flex-direction: column;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container .nf-field-element,
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container li {
width: unset;
}
@media (max-width: 600px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container .nf-field-element,
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container li {
min-width: 110px;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container .listimage-wrap .nf-field-label {
display: none;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container label {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 10px;
font-size: 1.5rem;
font-weight: bold;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container label img {
opacity: 0.5;
border-radius: 20px;
position: relative;
width: 150px;
background: #f8f8f8;
border: 1px solid #707070;
padding: 20px;
border-spacing: 3px;
cursor: pointer;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container label img:hover {
opacity: 1;
border-radius: 20px;
transition: ease-in-out 0.15s;
outline: 4px solid #000000;
outline-offset: -4px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container .nf-checked-label {
opacity: 1;
border: 2px solid rgba(0, 0, 0, 0) !important;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-mp-body .listimage-container .nf-checked-label img {
opacity: 1;
border-radius: 20px;
transition: all 0.15s;
outline: 4px solid #000000;
outline-offset: -4px;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-field-label {
font-size: 1.5rem;
font-weight: 300;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-error-wrap {
position: absolute;
top: 8px;
right: 10px;
left: unset;
text-align: right;
width: 100%;
}
@media (max-width: 1100px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-error-wrap {
right: 0;
top: unset;
position: inherit;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-next-previous {
display: none;
position: relative;
right: 0;
background-color: #fff !important;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-next-previous button {
align-items: center;
text-align: center;
height: 50px;
padding: 12px;
font-family: "Roboto";
color: rgba(0, 0, 0, 0.5);
font-size: 18px;
justify-content: center;
cursor: pointer;
transition: all 0.5s;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-next-previous button svg {
fill: rgba(0, 0, 0, 0.5);
width: 26px;
height: 21px;
transition: all 0.5s;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-next-previous button:hover {
color: #f8f8f8 !important;
background: #000000;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .nf-next-previous button:hover svg {
fill: #ffffff;
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .display-sure {
display: flex;
position: relative;
bottom: 0;
justify-content: end;
margin: 0 !important;
margin-top: 25px !important;
}
@media (max-width: 768px) {
#nf-form-7_1-cont .nf-form-content > div:first-of-type .display-sure {
margin: 0 !important;
}
}
#nf-form-7_1-cont .nf-form-content > div:first-of-type .display-sure-end-previous {
display: flex;
position: relative;
bottom: 0;
justify-content: end;
margin: 0 !important;
}
#nf-form-7_1-cont .nf-previous-item {
display: flex;
justify-content: flex-end;
}
#nf-form-7_1-cont .nf-previous {
width: 40% !important;
min-width: 240px;
max-width: 300px;
display: flex;
gap: 10px;
color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1100px) {
#nf-form-7_1-cont .nf-previous {
min-width: 190px;
}
}
@media (max-width: 768px) {
#nf-form-7_1-cont .nf-previous {
width: 100% !important;
max-width: 100%;
}
}
#nf-form-7_1-cont .nf-previous,
#nf-form-7_1-cont .nf-next {
background-color: #f8f8f8;
font-size: 24px;
}
#nf-form-7_1-cont .nf-previous:hover,
#nf-form-7_1-cont .nf-next:hover {
color: #f8f8f8 !important;
background-color: black;
}
#nf-form-7_1-cont .nf-next {
color: black !important;
}
#nf-form-7_1-cont .ok-btn-container {
height: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding-bottom: 5px;
}
#nf-form-7_1-cont .ok-btn-container .nf-after-field {
display: none;
}
#nf-form-7_1-cont .ok-btn {
color: black;
background-color: #FA6601;
border: 1px solid #FA6601;
width: 100px !important;
}
#nf-form-7_1-cont .ok-btn:hover {
color: #FA6601;
background-color: black;
border: 1px solid black;
}
@media (max-width: 768px) {
#nf-form-7_1-cont .ok-btn {
width: 100% !important;
}
}
#nf-form-7_1-cont .checkbox-wrap .nf-field-label {
width: 100% !important;
margin-top: 0px !important;
margin-bottom: 25px;
}
#nf-form-7_1-cont .checkbox-wrap {
margin-top: 30px;
}
#nf-form-7_1-cont .checkbox-wrap .nf-checked-label {
margin-top: 0px !important;
}
#nf-form-7_1-cont .nf-after-form-content {
display: none;
}
#nf-form-7_1-cont .nf-form-fields-required {
display: none;
justify-content: flex-end;
padding-right: 5%;
}
#nf-form-7_1-cont .ninja-forms-req-symbol {
display: none;
}
#nf-form-7_1-cont .nf-error.listimage-wrap .nf-field-element ul {
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 20px;
}
#nf-form-7_1-cont .nf-breadcrumbs li.errors a::after {
right: -10px;
left: unset;
}
#nf-form-7_1-cont .nf-error.field-wrap .nf-field-element:after {
color: #e80000;
background: unset;
}
#nf-form-7_1-cont .no-grid ul {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 30px;
}
#nf-form-7_1-cont .no-grid ul li {
margin: unset;
}
@media (max-width: 1024px) {
#nf-form-7_1-cont .no-grid ul {
display: block !important;
}
}
#nf-form-7_1-cont .files_uploaded p {
display: flex;
flex-direction: column;
gap: 5px;
padding: 0 !important;
}
#nf-form-7_1-cont .files_uploaded p .delete {
text-decoration: underline;
color: black;
}
#nf-form-7_1-cont .nf-fu-button-cancel {
display: none !important;
}
#nf-form-7_1-cont .nf-field-element article ul.display-sure-end-previous {
margin-bottom: 0 !important;
}
#nf-form-7_1-cont .set-margin-top-10 {
margin-top: 10px;
}
.colored {
color: #FA6601;
}
.headline-text {
font-family: "Roboto", sans-serif;
font-size: 2rem;
font-weight: bold;
color: #000000;
margin-bottom: 0px;
}
@media (max-width: 1100px) {
.headline-text {
font-size: 1.7rem;
}
}
.headline-text-simple {
font-family: "Roboto", sans-serif;
font-size: 2rem;
}
@media (max-width: 768px) {
.headline-text-simple {
font-size: 1.7rem !important;
}
}
@media (max-width: 460px) {
.wrapper {
padding: 60px 20px 60px 20px;
}
}
.top-section-spacer {
margin-top: 80px;
}
@media (max-width: 600px) {
.top-section-spacer {
margin-top: 60px;
}
}
@media (max-width: 900px) {
.top-section-spacerX2 {
margin-top: 160px;
}
}
@media (max-width: 600px) {
.top-section-spacerX2 {
margin-top: 140px;
}
}
.bigger-p-fontsize p {
font-size: 21px !important;
}