.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.job-offers-frame-wrapper {
width: 100%;
}
.job-offers-frame-grid.job-offers-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.job-offer-item {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-offers-frame-wrapper .job-offer-item:hover {
transform: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.job-offer-video-wrapper {
position: relative;
width: 100%;
overflow: hidden;
background: #000;
}
.job-offer-video {
width: 100%;
height: auto;
display: block;
object-fit: contain;
}
.job-offer-thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
transition: opacity 0.3s ease;
}
.job-offer-video-wrapper:hover .job-offer-thumbnail {
opacity: 0.8;
}
.job-offer-video-wrapper.playing .job-offer-thumbnail {
display: none;
}
.job-offer-title {
margin: 15px 20px;
font-size: 18px;
font-weight: 600;
line-height: 1.4;
color: #333;
}
.job-offer-content {
padding: 0 20px 15px;
}
.job-offer-valid-from {
margin-bottom: 15px;
font-size: 14px;
color: #666;
line-height: 1.2;
}
.job-offer-divider {
margin: 15px 0;
border: none;
border-top: 1px solid #e0e0e0;
}
.job-offer-company-section {
margin-top: 15px;
}
.job-offer-company-title {
margin: 0 0 10px 0;
font-size: 14px;
font-weight: 600;
color: #444;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.job-offer-facility-wrapper {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 15px;
margin-bottom: 15px;
}
.job-offer-facility-info {
flex: 1;
}
.job-offer-facility-name {
font-size: 14px;
color: #666;
margin-bottom: 4px;
}
.job-offer-country-state {
font-size: 14px;
color: #666;
}
.job-offer-qr-code {
flex-shrink: 0;
}
.job-offer-qr-code img {
width: 80px;
height: 80px;
object-fit: contain;
border: 1px solid #e0e0e0;
border-radius: 4px;
display: block;
max-width: 100%;
}
.job-offer-qr-code span {
font-size: 12px;
display: inline-block;
text-align: center;
width: 100%;
}
.job-offer-detail-divider {
margin: 25px 0 15px 0;
border: none;
border-top: 1px solid #e0e0e0;
}
.btn-detailansicht-container {
margin: 0 auto;
text-align: center;
}
.job-offers-frame-wrapper .btn-detailansicht-container .elementor-button {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(315deg, #73ED7C 0%, #019297 100%);
color: #fff;
text-decoration: none;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: none;
}
.job-offers-frame-wrapper .btn-detailansicht-container .elementor-button:hover {
background: linear-gradient(315deg, #019297 0%, #73ED7C 100%);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
color: #fff;
text-decoration: none;
}
.job-offers-frame-wrapper .btn-detailansicht-container .elementor-button .elementor-button-content-wrapper {
display: inline-flex;
align-items: center;
gap: 6px;
}
.job-offers-frame-wrapper .btn-detailansicht-container .elementor-button .elementor-button-text {
color: #fff;
}
.job-offers-frame-wrapper .btn-detailansicht-container .elementor-button svg {
flex-shrink: 0;
}
.job-offers-frame-message {
padding: 20px;
text-align: center;
color: #666;
}
@media (max-width: 768px) {
.job-offer-title {
font-size: 16px;
margin: 12px 15px;
}
.job-offer-content {
padding: 0 15px 12px;
}
.job-offer-valid-from {
font-size: 13px;
}
.job-offer-company-title {
font-size: 12px;
}
.job-offer-facility-name {
font-size: 13px;
}
.job-offer-country-state {
font-size: 12px;
}
.job-offer-qr-code img {
width: 60px;
height: 60px;
}
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}