.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;
}.wpcdt-wrap, .wpcdt-wrap * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline:none;}
.wpcdt-clearfix:before, .wpcdt-clearfix:after{content: ""; display: table;}
.wpcdt-clearfix::after{clear: both;}
.wpcdt-timer-wrap{position: relative; text-align:center; margin: auto auto 15px auto !important; z-index: 1;}
.wpcdt-clock{width: 100%; margin: 0 auto; line-height: normal;} .time_circles{position: relative;width: 100%;height: 100%;}
.time_circles > div{position: absolute;text-align: center;}
.time_circles > div > h4{margin: 0px;padding: 0px;text-align: center;text-transform: uppercase;}
.time_circles > div > span{display: block;width: 100%;text-align: center;font-size: 300%;margin-top: 0.4em;font-weight: bold;}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}@font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 100;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-100.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 200;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-200.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 300;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-300.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-regular.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 500;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-500.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 600;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-600.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-700.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 800;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-800.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 900;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-v12-latin-900.svg#Barlow) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 100;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-100.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 200;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-200.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 300;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-300.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 400;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-regular.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 500;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-500.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 600;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-600.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 700;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-700.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 800;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-800.svg#BarlowSemiCondensed) format('svg'); } @font-face {
font-display: swap; font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 900;
src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.eot); src: url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.woff2) format('woff2'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.woff) format('woff'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.ttf) format('truetype'), url(//www.ausbildung-erleben.at/wp-content/themes/abv/fonts/barlow-semi-condensed-v14-latin-900.svg#BarlowSemiCondensed) format('svg'); }* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-indent: 0;
-webkit-font-smoothing: antialiased;
}
html, body {
font-family: "Barlow", sans-serif;
color: #222;
font-size: 18px;
line-height: 1.5em;
}
table {
border-collapse:collapse;
border-spacing:0;
}
a {
text-decoration: none;
color: inherit;
transition: .3s;
}
ul {
list-style: none;
}
section {
border: solid #fff;
border-width: 0 10px 10px 10px;
}
footer section {
border-bottom-width: 0;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q::before {
content: "\201E";
}
q::after {
content: "\201C";
}
img {
vertical-align: middle;
}
p, .content ul, .content ol {
margin-bottom: 1rem;
}
p:last-child, .content ul:last-child, .content ol:last-child {
margin-bottom: 0;
}
.header-bg {
display: none !important;
}
.header-bg-wrapper.active {
white-space: nowrap;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
height: 200px;
background-color: #002850;
width: 100%;
padding-top: 20px;
}
.header-bg-wrapper.active .n2-ss-layers-container {
transform: scale(0.5) translateY(100px);
height: auto !important; margin-top: -1.5rem;
margin-left: 130px !important;
}
.slider-skew::after {
content: "";
width: 0;
height: 0;
border-bottom: 110px solid transparent;
border-left: 20px solid #002850;
position: absolute;
top: 0;
right: -19px;
display: block !important;
}
.slider-skew-red::after {
border-left: 20px solid #e61e1e;
}
.slider-box {
margin-top: 0px;
}
#nav-icon3 {
margin-left: 30px;
width: 38px;
height: 22px;
position: relative;
transform: rotate(0deg);
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #e61e1e;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 10px;
}
#nav-icon3 span:nth-child(4) {
top: 20px;
}
#nav-icon3.open span:nth-child(1) {
top: 10px;
width: 0%;
left: 50%;
background-color: #002850;
}
#nav-icon3.open span:nth-child(2) {
transform: rotate(45deg);
background-color: #002850;
}
#nav-icon3.open span:nth-child(3) {
transform: rotate(-45deg);
background-color: #002850;
}
#nav-icon3.open span:nth-child(4) {
top: 5px;
width: 0%;
left: 50%;
background-color: #002850;
}
.box {
width: 1280px;
margin: 0 auto;
padding: 80px 100px;
}
.mobile {
display: none;
}
.title-highlight {
font-family: "Barlow", sans-serif;
text-transform: uppercase;
display: inline-block;
padding: 4px 12px 4px 12px;
font-size: 22px;
margin-bottom: 40px;
font-weight: 800;
font-style: italic;
}
.style-gray {
background-color: #eeeeee;
color: #002850;
}
.style-gray .title-highlight {
background-color: #002850;
color: #fff;
}
.style-gray .more-red:hover {
background-color: #002850;
}
.style-gray .content li::before,
.style-gray .tf-content li::before {
color: #e61e1e;
}
.style-gray .content a,
.style-gray .tf-content a {
color: #e61e1e;
}
.style-white {
background-color: #fff;
color: #002850;
}
.style-white .title-highlight {
background-color: #002850;
color: #fff;
}
.style-white .more-red:hover {
background-color: #002850;
}
.style-white .content h1, .style-white .content h2, .style-white .content h3,
.style-white .tf-content h1, .style-white .tf-content h2, .style-white .tf-content h3 {
color: #002850;
}
.style-white .content li:before,
.style-white .tf-content li:before {
color: #e61e1e;
}
.style-white .content a:not(.no-style):not(.btn),
.style-white .tf-content a:not(.no-style):not(.btn) {
color: #e61e1e;
}
.style-red {
background-color: #e61e1e;
color: #fff;
}
.style-red .title-highlight {
background-color: #002850;
color: #fff;
}
.style-red .more-red {
background-color: #fff;
color: #e61e1e;
}
.style-red .more-red:hover {
background-color: #002850;
color: #fff;
}
.style-red .content li::before,
.style-red .tf-content li::before {
color: #002850;
}
.style-red .content a,
.style-red .tf-content a {
color: #002850;
}
.post-list-widget.style-red {
color: #002850;
}
.style-blue {
background-color: #002850;
color: #fff;
}
.style-blue .title-highlight {
background-color: #e61e1e;
color: #fff;
}
.style-blue .more-red:hover {
background-color: #fff;
color: #e61e1e;
}
.style-blue .content li::before {
color: #e61e1e;
}
.style-blue .content a {
color: #e61e1e;
}
.post-list-widget.style-blue {
color: #002850;
}
.bullet-items {
overflow: hidden;
}
.bullet-item {
cursor: pointer;
transition: .3s;
float: left;
border: 3px solid #002850;
border-radius: 0;
padding: 3px;
margin: 5px;
}
.bullet-item.active {
border-color: #e61e1e;
}
.content ul,
.tf-content ul {
margin-left: 20px;
padding-left: 5px;
}
.content li:before,
.tf-content li:before {
font-weight: bold;
display: inline-block;
content: '+';
margin-right: 10px;
margin-left: 0px;
}
.content > *:last-child,
.tf-content > *:last-child {
margin-bottom: 0;
}
.content ul li,
.tf-content ul li {
text-indent: -0.65em; }
.cookie-bar-bar button#catapultCookie {
border-radius: 0;
}
#catapult-cookie-bar a {
text-decoration: underline;
}
#page {
position: relative;
}
#goto {
position: absolute;
background-color: #e61e1e;
bottom: 60px;
right: 130px;
z-index: 99;
top: auto;
}
#goto a {
display: block;
height: 100%;
width: 100%;
}
#goto-top {
background-color: #fff;
position: fixed;
bottom: -100px;
right: 30px;
opacity: 0;
transition: .8s;
top: auto;
}
#goto-top.scroll {
bottom: 20px;
opacity: 1;
}
#hamburger-navi {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
z-index: -1;
border: 10px solid #fff;
transition: z-index .5s step-end;
}
#hamburger-navi > div {
float: left;
opacity: 0;
transition: .5s;
}
#hamburger-navi.active {
z-index: 999;
transition: z-index .5s step-start;
}
#hamburger-navi.active .hb-navi-left, #hamburger-navi.active .hb-navi-right {
position: relative;
margin-top: 0;
opacity: 1;
display: table;
}
.hb-navi-left {
background-color: #002850;
width: 50%;
height: 100vh;
margin-top: 1000px;
}
.hb-navi-right {
background-color: #e61e1e;
width: 50%;
height: 100vh;
margin-top: -100vh;
}
.hb-socials {
position: absolute;
bottom: 100px;
left: 100px;
overflow: hidden;
z-index: 1;
display: flex;
align-items: center;
}
.hb-social-item { }
.hb-social-item:last-child {
padding-left: 0;
}
.hb-social-item a[aria-label="Facebook"] {
padding-right: 5px;
}
.hb-social-item a {
display: block;
padding: 10px; }
.hb-social-item img { }
.hamburger-menu {
font-family: "Barlow", sans-serif;
line-height: 1.1em;
font-size: 20px;
color: #fff;
vertical-align: middle;
display: table-cell;
text-transform: uppercase;
z-index: 1;
position: relative;
font-weight: 700;
}
#menu-hamburger-menu .menu-item a {
width: 100%;
display: inline-block;
height: 100%;
padding: 10px 40px 10px 20px;
}
#menu-hamburger-menu .menu-item {
position: relative;
}
#menu-hamburger-menu > .menu-item {
text-align: right;
padding-right: 40px;
}
#menu-hamburger-menu > .menu-item > a:hover {
color: #e61e1e;
}
#menu-hamburger-menu > .menu-item:hover .sub-menu { }
#menu-hamburger-menu .sub-menu a {
padding-bottom: 7px;
}
#menu-hamburger-menu .sub-menu .menu-arrow {
margin-top: -5px;
}
#menu-hamburger-menu .sub-menu {
display: none;;
position: absolute;
text-align: left;
right: -640px;
top: 0;
width: 640px;
}
#menu-hamburger-menu .sub-menu:hover {
color: #fff;
}
#header {
position: relative;
}
#header-top {
position: fixed;
z-index: 99991;
overflow: hidden;
width: 100%;
padding: 80px 110px 0 110px;
top: 0;
left: 0;
transition: background-color .2s;
}
body.admin-bar #header-top {
top: 32px;
}
#page.sub-page #header-top {
padding-top: 10px;
padding-bottom: 10px; display: flex;
justify-content: space-between;
align-items: center;
}
#header-sub-image {
overflow: hidden;
position: relative;
margin-top: 70px;
}
#page:not(.sub-page) #header-top {
transition: .3s;
}
#page.sub-page #header-top.scroll {
background-color: #fff;
padding-bottom: 10px;
}
#header-top.scroll {
background-color: #fff;
padding: 10px 110px 10px 110px;
}
#header-top.scroll #logo {
margin-top: 0;
}
#page:not(.sub-page) #header-top.scroll #logo img {
height: 40px;
}
.header-bg {
height: 33vh;
width: 100vw;
position: absolute;
bottom: 0;
left: 0;
background-color: #002850;
}
#header .more-red {
padding-right: 50px;
margin-left: 17% !important;
margin-top: 15px !important;
transform: translateX(160px) skew(-8deg);
background-image: url(https://www.ausbildung-erleben.at/wp-content/themes/abv/images/arrow_right.png);
background-size: auto, auto;
background-repeat: no-repeat, no-repeat;
background-position: 255px center, 265px center;
font-size: 18px !important;
transition: .3s;
}
#header .more-red > * {
transform: skew(8deg);
}
#header-sub-image {
height: 500px;
background-size: cover;
background-position: center;
}
.header-bg-wrapper.header-title .header-scale {
transform: scale(0.5);
margin-left: -60px;
}
.header-title {
text-transform: uppercase;
text-align: left;
color: #fff;
font-family: "Barlow", sans-serif;
font-size: 70px !important;
line-height: 1.05em !important; margin-top: 200px;
position: relative;
left: 10%;
display: table;
font-weight: 900;
font-style: italic;
}
.header-title .title-top {
position: relative;
left: 80px !important;
}
.header-title .light {
font-family: "Barlow", sans-serif;
font-weight: 300;
font-style: italic;
}
#logo {
float: left;
}
#logo a {
display: block;
}
.sub-page #logo {
margin-top: 0;
}
#page:not(.sub-page) #logo {
transition: .3s;
}
#logo img {
height: 52px;
width: auto;
}
#page:not(.sub-page) #logo img {
transition: .3s;
}
#header-navi {
float: right;
transition: .3s;
padding-right: 10px;
}
.menu-hauptmenu-container {
overflow: hidden;
float: right;
}
#menu-hauptmenu {
list-style: none;
overflow: hidden;
}
#menu-hauptmenu .menu-item {
float: left;
}
#menu-hauptmenu .menu-item a {
color: #002850;
font-weight: bold;
display: block;
padding: 7.5px 15px;
font-size: 14px;
text-transform: uppercase;
transition: color .3s;
}
#menu-hauptmenu .menu-item a:hover {
color: #e61e1e;
}
#hamburger {
float: right;
}
#header-slider {
position: relative;
}
#header-slider > .n2-section-smartslider > *,
#header-sub-image {
border: 10px solid #fff;
width: 100% !important;
}
#headline {
background-color: #e61e1e;
color: #fff;
}
#headline .box {
padding-top: 28px;
padding-bottom: 28px;
}
#headline .hl-title {
font-size: 35px;
background-color: transparent;
margin: 0;
hyphens: auto;
}
#footer {
}
#footer a:hover {
color: #e61e1e;
}
#menu-footer-menu {
overflow: hidden; }
.footer-content {
overflow: hidden;
}
.footer-content > div {
float: left; overflow: hidden;
}
.footer-content .fc-left {
width: 50%;
}
.footer-content .fc-menu {
width: 35%;
}
.footer-content .fc-menu a {
margin-bottom: .85rem;
text-transform: uppercase;
display: block;
}
.footer-content .fc-social {
width: 15%;
}
.footer-content > div:first-child {
padding-left: 0;
}
.footer-content > div:last-of-type {
padding-right: 0;
}
.f-social {
display: table;
}
.social-items-wrapper {
overflow: hidden;
}
.social-items {
float: right;
overflow: hidden;
}
.social-item {
float: left; }
div.dkpdf-button-container {
padding: 0px 6px 0 6px !important;
}
a.dkpdf-button span.dkpdf-button-icon {
margin-right: 0 !important;
}
.social-item > * {
padding: 0px 6px 6px 6px;
display: block;
}
.post-list-widget {
}
.arrow.disabled {
background-color: #ccc;
}
.arrow {
position: absolute;
height: 30px;
width: 30px;
background-color: #002850;
top: 25px;
margin: auto;
cursor: pointer;
transition: .3s;
z-index: 10;
}
.arrow .arrow-hover {
opacity: 0;
transition: .3s;
}
.arrow:hover .arrow-hover {
opacity: 1;
}
.arrow a {
display: block;
height: 100%;
width: 100%;
}
.arrow:not(.disabled):hover {
background-color: #e61e1e;
}
.style-red .arrow:not(.disabled):hover {
background-color: #fff;
}
.style-red .arrow:not(.disabled):hover a {
color: #e61e1e !important;
}
.arrow img {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
margin: auto;
}
.arrow-left img .arrow-right img {
height: 20px;
}
.arrow-up img .arrow-down img {
width: 20px;
}
.pl-arrow-wrapper {
position: relative;
overflow: hidden;
}
.pl-arrow-wrapper .arrow {
top: 50%;
margin-top: -12px;
transform: translateY(-50%);
}
.pl-wrapper {
position: relative;
overflow: hidden;
margin: 0 30px;
}
.pl-wrapper::before,
.pl-wrapper::after {
content: "";
position: absolute;
width: 10px;
height: 100%;
background: #eeeeee;
top: 0;
left: 0;
z-index: 1;
}
.pl-wrapper::after {
left: auto;
right: 0;
}
.arrow-left {
left: 0;
}
.arrow-right {
right: 0;
}
.pl-description-wrapper {
padding: 0px 40px 40px 40px;
}
.pl-description-items {
overflow: hidden;
position: relative;
transition: .4s;
display: block !important;
}
.pl-description-item {
display: table;
width: 100%;
position: absolute;
overflow: hidden;
background-color: #fff;
min-height: 300px;
padding: 2rem;
float: left;
}
.pl-description-item .more-red {
position: absolute;
right: 45px;
bottom: 45px;
}
.pl-description-item p {
color: #002850;
}
.pl-description-item li:before {
color: #e61e1e;
}
.pl-items {
cursor: grab;
overflow: hidden;
width: 9999px;
display: flex;
align-items: stretch;
}
.pl-item {
width: 33.33333%;
float: left;
cursor: pointer;
flex: 0 0 auto;
}
.pl-item.active .pl-item-content { border-bottom: 12px solid #e61e1e;
height: 100%;
}
.pl-item-content {
margin: 0 10px; background-color: #fff;
padding: 30px 20px 20px 20px;
height: calc(100% - 12px);
}  .pl-item img {
margin-bottom: 20px;
}
.pl-item h4 {
font-family: "Barlow", sans-serif;
line-height: 1.1em;
text-transform: uppercase;
font-size: 13px;
font-weight: 300;
color: #e61e1e;
}
.il-items {
overflow: hidden;
}
.il-item:first-child {
padding-left: 0;
}
.il-item:last-child {
padding-right: 0;
}
.il-item {
position: relative;
float: left;
width: 33.33333%;
padding: 15px; min-height: auto;
}
.il-item.inactive {
transition: opacity .3s;
opacity: 0.4 !important;
}
.il-item.inactive:hover {
opacity: 1;
}
.il-item .more-red {
position: absolute;
bottom: 0;
}
.tf-content h1, .tf-content .h1,
.tf-content h2, .tf-content .h2,
.tf-content h3, .tf-content .h3,
.tf-content h4, .tf-content .h4 {
font-family: "Barlow Semi Condensed", Impact, sans-serif;
line-height: 1.1em;
text-transform: uppercase;
margin-bottom: 1rem;
font-weight: 900;
word-break: break-word;
}
.tf-content h1, .tf-content .h1 {
font-size: 2.555rem;
}
.tf-content h2, .tf-content .h2 {
font-size: 1.777rem;
}
.tf-content h3, .tf-content .h3 {
font-size: 1.233rem;
}
.tf-content h4, .tf-content .h4 {
font-size: 1rem;
text-transform: none;
margin-bottom: .5rem;
}
.il-description-wrapper {
height: 0;
overflow: hidden;
}
.il-description-items {
overflow: hidden;
position: relative;
height: 999px;
}
.il-description-item {
margin-top: 80px;
display: table;
width: 100%;
position: absolute !important;
top: 0;
overflow: hidden;
padding: 10px;
padding: 0 15px 15px 0;
background-color: #002850;
}
.tf-content {
position: relative;
}
.tf-align-center {
text-align: center;
}
.textfeld-widget .more-red {
float: right;
margin-top: 30px;
}
.tf-content-more-wrapper {
height: 0;
overflow: hidden;
}
.tf-content .arrow img:last-child {
transition: opacity .3s;
opacity: 0 !important;
}
.tf-content .arrow:hover img:last-child {
opacity: 1 !important;
}
.zitat-widget {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 45px 0;
}
.zitat {
width: 500px;
margin-left: 100px;
display: block;
font-size: 20px;
color: #fff;
}
.zitat q {
font-family: "Barlow",sans-serif;
line-height: 1.1em;
text-transform: uppercase;
line-height: 1.1em;
font-size: 36px;
font-weight: 900;
font-style: italic;
}
.zitat p {
margin-bottom: 0;
}
.z-line {
width: 60%;
height: 1px;
background-color: #fff;
margin: 20px 0;
}
.z-person {
font-weight: bold;
}
.zw-arrow-wrapper {
position: relative;
}
.zw-items {
overflow: hidden;
margin-top: 10px;
}
.zw-item {
color: #e61e1e;
text-transform: uppercase;
text-align: center;
float: left;
width: 25%;
line-height: normal;
}
.zw-item > span {
display: block;
}
.zw-number {
font-family: "Barlow",sans-serif;
font-size: 45px;
font-weight: 900;
}
.zw-top {
font-family: "Barlow",sans-serif;
font-size: 16px;
font-weight: 300;
}
.zw-bottom {
font-family: "Barlow",sans-serif;
font-size: 22px;
margin-top: -4px;
font-weight: 800;
font-style: italic;
}
.zahlenwerte-widget.style-white .arrow {
background-color: #e61e1e;
}
.bilderliste-widget.style-gray .title-highlight {
background-color: #e61e1e;
color: #fff;
}
.bl-items {
cursor: grab;
width: 9999px;
overflow: hidden;
}
.bl-item {
float: left;
padding: 20px;
background-color: #fff;
height: 150px;
margin: 0 0px;
position: relative;
user-select: none;
}
.bl-item a {
display: block;
height: 100%;
position: relative;
}
.bl-item img {
width: auto;
height: auto;
max-width: 180px;
max-height: 120px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) !important;
margin: auto;
display: block;
max-width: 100%;
}
.bl-item > * {
}
.bl-arrow-wrapper {
position: relative;
}
.bl-arrow-wrapper .arrow {
top: 60px;
}
.bl-wrapper {
margin: 0 60px;
overflow: hidden;
}
.bl-bullets {
margin: 0 auto;
display: table;
margin-top: 0px;
}
.dl-items {
}
.dl-item {
margin-bottom: 25px;
}
.dl-item a {
display: block;
padding: 15px 0;
height: 100%;
width: 100%;
transition: color .2s;
border-top: 1px solid #e61e1e;
border-bottom: 1px solid #e61e1e;
padding-left: 10px;
padding-right: 30px;
overflow: hidden;
position: relative;
}
.dl-item a span {
float: left;
}
.dl-item a:hover {
background-color: #e61e1e;
color: #fff;
}
.dl-item a:hover .dl-name {
margin-left: 15px;
}
.dl-name {
width: 63%;
width: 80%;
transition: .2s;
}
.dl-icon {
padding-right: 15px;
max-width: 50px;
}
.dl-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
margin: auto;
display: block;
}
.bg-items {
overflow: hidden;
}
.bg-item {
float: left;
width: 33.33333%;
}
.bg-item-custom .image {
overflow: hidden;
margin-bottom: 20px;
}
.bg-item-custom a:hover {
transform: scale(1.1);
}
.bg-item a {
transition: .2s;
}
.p-item {
margin-bottom: 10px;
overflow: hidden;
padding: 17px;
border: 3px solid #fff;
}
.p-item .p-info {
margin-top: 20px;
}
.style-gray .p-item {
background-color: #fff
}
.p-item > * {
float: left;
}
.p-item .image.image-small img {
max-width: 200px;
margin: 0 auto;
display: block;
margin-top: -10px;
}
.p-item .image {
height: auto;
width: 320px;
margin-right: 30px;
}
.p-item .image.image-small {
padding-top: 20px;
}
.p-item .image img {
max-width: 100%;
max-height: 100%;
}
.p-item a {
display: inline-block;
height: 100%;
width: 100%;
background-image: none !important;
background-position: top;
background-repeat: no-repeat;
background-size: contain;
transition: .2s;
} .nextend-arrow-previous {
bottom: 100px !important;
right: 170px !important;
background-image: url(https://www.ausbildung-erleben.at/wp-content/themes/abv/images/arrow_left.png) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: 40% !important;
}
.nextend-arrow-next {
bottom: 100px !important;
right: 100px !important;
background-image: url(https://www.ausbildung-erleben.at/wp-content/themes/abv/images/arrow_right.png) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: 40% !important;
}
.n2-ss-slider, .n2-ss-slider .n2-ss-slide, .n2-ss-slider-2 {
height: 100vh !important;
}
.nextend-arrow-previous,
.nextend-arrow-next {
height: 30px !important;
width: 30px !important;
}
body .n2-bullet {
background: none !important;
border: 3px solid #e61e1e !important;
border-radius: 0 !important;
padding: 3px !important;
transition: .3s !important;
}
body .n2-bullet.n2-active {
border: 3px solid #fff !important;
}
.so-panel {
margin-bottom: 0 !important;
}
.more-red {
font-family: "Barlow", sans-serif;
padding: 2px 10px 2px 10px;
background-color: #e61e1e;
border: 0;
color: #fff;
text-transform: uppercase;
font-size: 14px;
cursor: pointer;
transition: .3s;
font-weight: 400;
}
.more-toggle.active .more, .more-toggle:not(.active) .less {
display: none;
}
.menu-arrow {
position: relative;
height: 30px;
width: 30px;
background-position: left center;
background-repeat: no-repeat;
cursor: pointer;
}
.menu-arrow svg {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
margin: auto;
width: 100%;
height: auto;
}
.menu-arrow.active svg {
transform: rotate(90deg);
}
.menu-arrow.mobile {
display: inline-block;
vertical-align: middle;
position: absolute;
right: 20px;
top: 6px;
}
.menu-arrow.desktop {
opacity: 0;
transition: .1s;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.sub-menu .menu-item:hover .menu-arrow.desktop {
opacity: 1;
}
.windows .title-highlight {
padding-bottom: 10px;
}
div#n2-ss-2 .n2-font-10023-link a {
padding-bottom: 6px;
}
.windows .more-red {
padding-bottom: 4px;
}
#print {
cursor: pointer;
}
.print {
display: none;
}
*:not(.cff-show) > .fa:before {
content: "" !important;
}
.dkpdf-button-container {
width: auto !important;
padding-top: 10px !important;
}
.header-noimage-space {
margin-top: 67px;
}
.link-wrapper {
display: block;
height: 100%;
width: 100%;
color: inherit;
position: absolute;
top: 0;
left: 0;
}
.boxtext-widget {
background-color: #eeeeee;
}
.bt-items {
overflow: hidden;
}
.bt-item {
position: relative;
margin-bottom: 4px;
}
.bt-item-wrapper {
padding-top: 100%;
position: relative;
transition: .4s;
}
.style-white .bt-item-wrapper a {
box-shadow: inset 0 #e61e1e;
transition: .3s;
}
.style-white .bt-item-wrapper a:hover {
box-shadow: inset 0px 0px 0px 10px #e61e1e;
}
.bt-item-wrapper:hover .bt-item-content {
}
.bt-item-content {
position: absolute;
padding: 28px;
top: 50%;
left: 0;
width: 100%;
color: #002850;
transform: translateY(-50%);
font-family: "Barlow",sans-serif;
text-transform: uppercase;
font-size: 13px;
font-weight: 300;
}
.bt-item-content h1,
.bt-item-content h2,
.bt-item-content h3 {
font-family: 'Barlow';
font-size: 20px;
font-weight: 700;
}
.bt-item-content h4,
.bt-item-content h5,
.bt-item-content h6 {
font-family: "Barlow";
font-size: 13px;
font-weight: 300;
}
.bt-item-content img {
width: 39px;
height: 39px;
margin-bottom: 25px;
}
.style-white .bt-item-wrapper {
background-color: #002850;
background-color: #ffffff;
color: #fff;
}
.v-embed-wrapper { }
.v-embed  {
padding-top: 56.206089%;
position: relative;
margin-bottom: 20px;
}
.v-embed iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.fc-left {
padding-right: 20px;
}
.fc-left a {
}
.page-id-689 .p-item .image.image-small img {
max-width: 190px;
}
.fa-file-pdf-o {
width: 34px;
}
.social-item > * {
width: 52px;
}
@media screen and (max-height:900px) {
.n2-ss-control-bullet {
bottom: 20px !important;
}
}
@media screen and (max-height:720px) and (min-width:1124px) {
.n2-ss-control-bullet {
bottom: 20px !important;
left: auto !important;
right: 90px !important;
}
.n2-ss-layers-container {
margin-top: 0 !important;
}
}
@media screen and (max-width:1280px) {
.box {
width: 100%;
}
}
@media screen and (max-width:1022px) {
.n2-ss-background-image {
height: calc(100% - 248px) !important;
top: 50px !important;
}
}
@media screen and (max-width:1124px) {
.header-bg-wrapper.active {
transform: none !important;
}
.page-id-496 .header-bg-wrapper {
transform: scale(0.85) translateX(-10%);
}
.header-bg-wrapper {
transform: scale(0.9);
}
.header-title .title-top {
left: 0 !important;
}
.header-scale * {
white-space: normal;
word-break: break-all;
}
.n2-ss-layers-container {
padding-top: 120px;
}
.slider-box {
margin-top: -30px;
}
.hb-socials {
left: 50px;
}
.n2-ss-slider, .n2-ss-slider .n2-ss-slide, .n2-ss-slider-2 {
height: 100vh !important;
}
.n2-ss-control-bullet { left: 20px !important;
}
#header-top {
padding: 45px 30px 15px 30px;
}
#header-top.scroll {
padding: 15px 30px
}
.box {
padding-left: 30px;
padding-right: 30px;
}
#hamburger {
margin-top: 0;
}
section {
border-left: none;
border-right: none;
}
.nextend-arrow-previous, .nextend-arrow-next {
display: none !important;
}
#goto, #goto-top {
display: none;
}
#header-slider > * {
border-left: none;
border-right: none;
border-bottom: none;
}
main section:first-of-type {
border-top: none;
}
#n2-ss-2, #n2-ss-2 .n2-ss-slide, .n2-ss-slider-2 {
height: 100vh !important;
}
.zw-wrapper {
margin: 0 60px;
overflow: hidden;
}
.mobile {
display: block;
}
.il-content .mobile {
display: none;
}
.footer-content > div {
width: 50%;
}
.fc-social, .fc-menu { margin-top: 30px;
}
.social-items {
float: none;
margin-left: -10px;
}
.il-mobile {
display: none;
}
.header-bg-layer .n2-ss-layers-container {
margin-top: 0 !important;
}
.header-bg {
overflow: hidden;
}
.header-bg-layer {
width: 5000px;
position: relative;
overflow: hidden;
height: 100%;
}
.header-bg-layer .n2-ss-layers-container {
float: left;
margin-top: 50px;
transform-origin: top left;
transform: scale(0.6) translate(290px, 30px);
}
.header-bg .n2-ss-layer {
position: absolute;
}
.nextend-bullet-bar {
bottom: 220px !important;
left: 0 !important; right: 0;
}
#page #header-top.scroll #logo img {
height: 40px;
}
.n2-ss-control-bullet {
bottom: 30px !important;
}
}
@media screen and (max-width:768px) {
.header-bg-wrapper.header-title .header-scale {
transform: translate(-50%, -50%) scale(0.35);
position: absolute;
left: 50%;
margin-left: 0;
width: 950px;
top: 50%;
}
.header-bg-wrapper {
transform: none !important;
}
.slider-box p {
background-color: transparent !important;
}
.slider-box:after {
display: none;
}
.n2-ss-control-bullet {
bottom: 220px !important;
}
.hb-socials {
display: none;
}
.zitat {
margin-left: 20px;
}
.footer-content .fc-left{
width: 100%;
}
.footer-content .fc-menu,
.footer-content .fc-social	{
width: 100%;
}
.p-item .image {
width: 250px;
}
.p-item .p-info {
width: 50%;
}
}
@media screen and (max-width:640px) {
.zitat {
width: 200px;
}
.n2-ss-layers-container {
padding-top: 0;
}
.p-item .image {
width: 100%;
margin-right: 0;
}
.bg-item {
width: 50%;
}
#header-top, #header-top.scroll {
padding: 15px 20px;
}
.box {
padding-left: 20px;
padding-right: 20px;
}
.pl-wrapper {
margin: 0 -10px;
}
.pl-description-wrapper {
padding: 0;
}
.pl-arrow-wrapper .arrow-left {
left: 15px;
}
.pl-arrow-wrapper .arrow-right {
right: 15px;
}
.pl-item-content {
padding-left: 60px;
padding-right: 60px;
}
.pl-description-item {
padding: 20px;
}
.il-item { float: none;
width: 100%;
min-height: inherit;
padding-top: 20px;
padding-left: 0px; cursor: pointer;
}
.il-item:first-child { }
.il-item:last-child { }
.il-item .more-button {
position: relative;
margin-top: 1rem;
margin-bottom: .5rem;
}
.il-content .mobile > *:first-child {
padding-top: 1rem;
}
.il-item:last-child { }
.il-item-title {
overflow: hidden;
}
.il-item-title > h3 {
margin-top: 10px;
float: left;
width: 92%;
}
.il-item-title .il-mobile {
float: left;
padding-top: 0px;
width: 8%;
cursor: pointer;
}
.il-mobile .arrow-down {
display: table;
transition: .3s;
}
.il-mobile .arrow-down img {
transition: .4s;
}
.il-item.active .arrow-down img {
transform: rotate(180deg);
}
.il-item.active > .il-content {
}
.il-content p {
display: table;
margin-bottom: 0;
}
.zitat {
margin: 0;
width: 100%;
margin: 10px;
}
.zitat q {
hyphens: none;
font-size: 32px;
}
.bl-item a {
display: block;
height: 100%;
width: 100%;
}
.tf-content .arrow {
display: none;
}
.footer-content > div {
width: 100%;
}
.hb-navi-right {
display: none;
}
#hamburger-navi .hb-navi-left {
width: 100%;
margin-top: 0;
margin-left: 100vw;
}
#hamburger-navi.active .hb-navi-left {
margin-left: 0;
overflow: scroll;
display: block;
}
#menu-hamburger-menu > .menu-item {
text-align: left;
}
.hamburger-menu {
position: static;
margin-top: 80px;
}
#menu-hamburger-menu > .menu-item { margin-top: 10px;
}
#menu-hamburger-menu .menu-item a {
display: inline-block;
height: 100%;
width: auto;
padding: 7px 40px 0px 10px;
vertical-align: top;
margin-left: 10px;
position: relative;
padding-left: 40px;
}
#menu-hamburger-menu .sub-menu .menu-item:hover a:before {
content: "";
position: static;
cursor: pointer;
}
#menu-hamburger-menu .sub-menu {
position: static;
width: auto;
margin-left: 30px;
}
#menu-hamburger-menu .sub-menu a {
padding: 10px;
}
#menu-hamburger-menu .sub-menu a:hover {
color: #e61e1e;
}
.menu-arrow.mobile {
display: inline-block;
position: absolute;
top: 3px;
left: 0;
}
.menu-arrow.desktop {
display: none;
}
.hb-socials {
bottom: 40px;
left: 15px;
}
.il-mobile {
display: block;
}
.bl-bullets {
display: none;
}
#hamburger-navi {
border: 0;
}
.hb-navi-left {
opacity: 1 !important;
}
.hamburger-menu {
display: block;
margin-top: 100px;
margin-bottom: 100px;
}
.sub-menu {
font-size: 80%;
}
#menu-hamburger-menu .sub-menu a {
padding: 10px 10px 0px 10px;
}
}
@media screen and (max-width:667px) {
.n2-ss-background-image {
height: calc(100% - 230px) !important;
top: 0px !important;
background-position: center !important;
}
#header-slider > * {
border-top: 0;
}
#n2-ss-2, #n2-ss-2 .n2-ss-slide, .n2-ss-slider-2 {
max-height: 100vh !important;
}
.bg-item {
width: 100%;
}
.bt-item-wrapper {
margin: 0 !important;
}
.dl-name b {
display: block;
}
.dl-icon {
margin-top: 10px;
}
.dl-arrow {
margin-top: 13px;
}
.n2-ss-slider, .n2-ss-slider .n2-ss-slide, .n2-ss-slider-2,
div#n2-ss-9 .n2-ss-slider-3 {
height: 500px !important;
}
.home #header-slider {
height: 500px !important;
}
.n2-ss-slide-backgrounds, .n2-ss-slider-3 > .n-particles-js-canvas-el, .n2-ss-slider-3 > .n2-ss-divider {
height: calc(100% - 220px) !important;
height: 500px !important;
top: 60px !important;
}
div#n2-ss-9 .n2-ss-layer .n2-font-10022-hover,
div#n2-ss-9 .n2-ss-layer .n2-font-0747ac45c40abcb1636282857fa8c1f0-hover,
div#n2-ss-10 .n2-ss-layer .n2-font-10022-hover {
font-size: 60px !important;
margin-left: 30px;
}
.home .n2-ss-control-bullet { bottom: .25rem !important;
position: absolute !important;
margin: 0 !important;
width: 100%;
left: 0 !important;
}
.so-widget-textfeld > br { display: none !important;
}
.home .header-bg-wrapper.active {
height: 170px;
}
.pl-item h3 {
font-size: 17px;
}
.tf-content,
.content {
font-size: 16px;
}
.zitat {
font-size: 17px;
}
.zitat q {
font-size: 19px;
}
.header-bg-wrapper.header-title .header-scale {
width: 800px;
}
#headline .hl-title {
font-size: 24px;
padding: 0 !important;
}
.slider-skew {
max-width: 400px;
word-wrap: break-word;
white-space: normal;
}
.dl-name {
font-size: 16px;
}
#header-sub-image {
height: 400px !important;
background-size: auto 225px !important;
background-position: top !important;
background-repeat: no-repeat;
}
.header-bg-wrapper.header-sub-title.header-bg-wrapper.active {
height: 175px;
}
.title-highlight {
font-size: 17px;
}
#headline .box {
padding: 15px 28px;
}
.header-title {
font-size: 64px;
}
.footer-content {
font-size: 16px;
}
.zitat-widget {
padding: 0;
}
}
@media screen and (max-width:667px) and (orientation:landscape) {
#header-sub-image {
background-size: 100% !important;
}
}
.fancybox-close-small {
background: rgba(30, 30, 30, 0.6) !important;
right: 0 !important;
}
.fancybox-button--thumbs,
.fancybox-button--play {
display: none !important;
}
#cff .cff-meta .cff-count, #cff-lightbox-wrapper .cff-meta .cff-count {
margin-left: 13px !important;
}
#cff .cff-load-more,
#cff .cff-view-comments, #cff-lightbox-wrapper .cff-view-comments {
border-radius: 0 !important;
} .n2_clear {
display: none;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
border-top: none !important;
background-color: #fff;
transition: transform .4s .4s !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
font-weight: normal !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
box-shadow: none !important;
border-radius: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:not(.moove-gdpr-infobar-reject-btn) {
border-radius: 0;
padding: 2px 10px;
font-weight: normal;
text-transform: uppercase;
border: none !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:not(.moove-gdpr-infobar-reject-btn):hover {
background-color: #002850;
color: #fff;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
color: #002850;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
background: transparent;
color: #002850;
float: right;
line-height: 1.6;
font-weight: normal;
box-shadow: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
padding: 8px 12px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
top: -50px !important;
right: 0 !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
color: #002850;
}
body #moove_gdpr_save_popup_settings_button,
body #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
width: 2rem !important;
height: 2rem !important;
min-width: 2rem !important;
}
.e-wrapper {
position: relative;
}
.e-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.iframe-message {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
background-color: #f5f5f5;
z-index: 1;
}
.iframe-message.active {
display: block;
}
.iframe-message .content .btn-more {
margin: 1rem auto;
display: inline-block;
padding: 2px 10px !important;
font-weight: normal;
text-transform: uppercase;
border: none !important;
background-color: #e61e1e;
font-size: 14px;
line-height: 1.4;
}
.iframe-message .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 480px;
max-width: 90%;
padding: 1rem;
background-color: #002850;
color: #fff;
overflow: hidden;
text-align: center;
}
.v-embed.has-banner {
padding-top: 0 !important;
}
#n2-ss-9item4 {
white-space: nowrap;
}
section.video-widget .box.nomargin {margin-top:0 !important;}
.img-double {
height: auto;
}
.arrow svg {
color: #ffffff;
transition: .3s;
}
.arrow svg {
width: 100%;
height: auto;
}
.arrow-up svg {
transform: rotate(-90deg);
}
.arrow-left svg {
transform: rotate(180deg);
}
#goto-top svg {
color: #e61e1e;
}
.style-red .arrow:not(.disabled):hover svg {
color: #e61e1e;
}
.pl-icon {
width: 39px;
height: auto;
}
.hidden, .hide {
display: none !important;
}
.dl-arrow svg {
width: 2rem;
height: auto;
display: block;
}
.social-sidebar {
position: fixed;
top: 50%;
transform: translateY(-50%);
background-color: #002850;
left: 10px;
z-index: 15;
}
.social-sidebar-item:first-of-type a {
padding-top: 1rem;
}
.social-sidebar-item a {
display: block;
width: 2.5rem;
height: auto;
padding: .5rem;
}
.social-sidebar-item img {
width: 100%;
height: auto;
display: block;
}
@media screen and (max-width: 1124px) {
.social-sidebar {
display: none;
left: 0;
}
.social-sidebar-item a {
width: 2rem;
}
} body .img-cover-2,
body .img-contain-2 {
position: relative;
}
body .img-cover-2 > picture img,
body .img-contain-2 > picture img,
body .img-cover-2 > img,
body .img-contain-2 > img {
position: absolute;
object-fit: cover;
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
font-family: "object-fit: cover;";
}
body .img-contain-2 > picture img,
body .img-contain-2 > img {
object-fit: contain;
font-family: "object-fit: contain;";
}
.header-widget {
}
.header-widget.he-height {
height: 100vh;
margin-bottom: 0;
border: 0 !important;
}
.header-widget.he-subpage {
height: 16rem;
}
.widget_header.panel-first-child + .widget section {
padding-top: 2rem;
}
.header-widget.he-subpage .he-arrow {
left: 50%;
right: auto;
bottom: -25%;
transform: translateX(-50%);
margin-left: 10vw;
}
.header-widget.he-subpage .he-arrow img {
width: 14rem;
height: auto;
}
.he-wrapper {
height: 100%;
position: relative;
overflow: hidden;
}
.he-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.he-arrow {
mix-blend-mode: multiply;
position: absolute;
bottom: 25%;
left: calc(12vw + 1040px);
}
.he-arrow img {
width: 32vw;
height: auto;
min-width: 250px;
}
.he-content {
position: absolute;
bottom: 15%;
padding: 0 12vw;
}
.he-content .he-text {
font-size: 34px;
margin-top: 3rem;
line-height: 1.2;
color: #002850;
}
.he-content .he-title-top {
font-family: 'Barlow Semi Condensed', Impact, sans-serif;
color: #e61e1e;
font-size: 80px;
font-weight: 800;
text-transform: uppercase;
}
.he-content .h1 {
font-family: 'Barlow Semi Condensed', Impact, sans-serif;
color: #002850;
font-size: 120px;
font-weight: 800;
text-transform: uppercase;
line-height: 1;
}
@media screen and (max-width: 1920px) {
.he-content {
padding: 0 110px;
}
.he-content .he-title-top {
font-size: calc(1em + 4vw);
}
.he-content .h1 {
font-size: calc(1em + 5vw);
}
.he-content .he-text {
font-size: calc(1em + 0.6vw);
}
.he-arrow {
bottom: 20%;
right: 5%;
left: auto;
}
}
@media screen and (max-width: 1440px) {
.he-arrow {
bottom: 32%;
}
}
.text-replacer {
display: inline-block;
}
.text-replacer-item {
white-space: nowrap;
}
.text-replacer-cursor::after {
content: "|";
transition: .15s;
opacity: 0;
font-weight: 300;
}
.text-replacer-cursor.blink::after {
opacity: 1;
}
.pt-0 {
padding-top: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.col-6 {
width: 50%;
flex: 0 0 50%;
}
.col-12 {
width: 100%;
flex: 0 0 100%;
}
.col-4 {
width: 33.333%;
flex: 0 0 33.333%;
}
.col-8 {
width: 66.666%;
flex: 0 0 66.666%;
}
@media screen and (max-width: 768px) {
.col-4 {
width: 50%;
flex: 0 0 50%;
}
.col-6 {
width: 100%;
flex: 0 0 100%;
}
.col-8 {
width: 100%;
flex: 0 0 100%;
}
}
@media screen and (max-width: 576px) {
.col-4 {
width: 100%;
flex: 0 0 100%;
}
}
.row {
display: flex;
margin-left: -10px;
margin-right: -10px;
flex-wrap: wrap;
}
.col, .col-auto {
padding: 0 10px;
}
.img-padding {
padding-top: 67%;
display: block;
background-color: #DCDCDC;
}
.textfeld-widget .arrow {
position: static;
min-width: 30px;
width: auto;
display: table;
margin-top: 2rem;
}
.textfeld-widget .arrow a {
display: flex;
align-items: center;
color: #fff !important;
padding-left: .75rem;
padding-right: .25rem;
}
.textfeld-widget .arrow a span {
display: block;
display: block;
line-height: 1;
letter-spacing: 0.025em;
text-transform: uppercase;
}
.textfeld-widget .arrow svg {
width: 1.5rem;
height: 1.5rem;
float: right;
}
#header-top:not(.scroll) #header-navi:hover {
background-color: rgba(255,255,255,.7);
}
#header-top #header-navi.inactive:hover {
background-color: transparent;
}
.na-cats {
margin-bottom: 3rem;
}
.na-cats .na-cat {
margin-bottom: 20px;
}
.na-cat {
line-height: 1;
padding: 0.35rem 0.75rem;
background-color: #002850;
color: #fff;
display: inline-block;
}
.na-cat.font-xs {
padding: 0.25rem 0.75rem;
}
.font-xs {
font-size: .777rem;
}
.na-cat.inactive {
background-color: #CCCCCC;
}
.na-item {
border: 1px solid #969696;
padding: 0.833rem;
margin-bottom: 1.5rem;
}
.na-item .na-cat {
margin-bottom: 0 !important;
}
.
.na-content .na-cat {
display: block;
margin-bottom: .5rem;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-center {
justify-content: center;
}
.align-items-center {
align-items: center;
}
.ne-ddd {
height: 4.75rem;
overflow: hidden;
}
.ne-item {
margin-bottom: 2rem;
}
.ne-item-top {
margin: 15px 0;
}
.no-gutters {
margin-left: 0;
margin-right: 0;
}
.no-gutters .col {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
.btn {
background-color: #e61e1e;
color: #fff;
text-transform: uppercase;
letter-spacing: .05em;
font-size: .777rem;
line-height: 1;
padding: .215rem 0.4rem;
}
.btn-arrow {
display: inline-flex;
align-items: center;
}
.btn-arrow svg {
margin-left: .125rem;
width: .8rem;
height: .8rem;
}
p + h2, p + .h2, p + h3, p + .h3,
ul + h2, ul + .h2, ul + h3, ul + .h3,
ol + h2, ol + .h2, ol + h3, ol + .h3 {
margin-top: 2rem;
}
.title-top {
color: #e61e1e;
display: block;
margin-bottom: 0 !important;
}
.style-red .title-top {
color: #002850;
}
.widget-title {
margin-bottom: 3rem;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.color-blue {
color: #002850;
}
.color-red {
color: #e61e1e;
}
.tf-content img {
max-width: 100%;
height: auto;
display: block;
}
.footer-title {
margin-bottom: 2rem;
}
.na-btn {
width: 1.666rem;
height: 1.666rem;
background-color: #002850;
color: #fff;
display: block;
padding: 0;
}
.na-btn svg {
width: 100%;
height: 100%;
}
.na-btn.btn-prev svg {
transform: rotate(180deg);
}
.na-btn.disabled {
background-color: #ccc;
cursor: default;
}
.page-numbers {
display: block;
padding: 0 .4rem;
}
a.page-numbers {
color: #969696;
}
.d-flex {
display: flex;
}
.box .box {
padding: 0 !important;
width: auto !important;
}
.box section {
border-width: 0 !important;
}
.row-reverse {
flex-direction: row-reverse;
}
.mb-item {
margin-bottom: 2rem;
}
.mb-item + .mb-item {
border-top: 1px solid #002850;
padding-top: 2rem;
}
.mb-logo {
margin-bottom: 1rem;
}
.mb-lb {
margin-top: 1.5rem;
}
.news-pagination {
text-transform: uppercase;
}
.nt-title {
margin-bottom: 2rem;
margin-top: 1rem;
}
.form-description {
color: #969696;
}
.input-checkbox {
margin-bottom: 1rem;
display: block;
}
.wpcf7-acceptance input,
.input-checkbox input,
.wpcf7-list-item input {
display: none;
}
.input-checkbox input + span,
.wpcf7-acceptance input + span,
.wpcf7-list-item input + span {
padding-left: 1.75rem;
display: block;
position: relative;
}
.wpcf7-list-item {
display: block;
}
.input-checkbox input + span::before,
.wpcf7-acceptance input + span::before,
.wpcf7-list-item input + span::before {
content: "";
display: block;
position: absolute;
width: 1.222rem;
height: 1.222rem;
top: .666rem;
left: 0;
transform: translateY(-50%);
background-color: #fff;
border: 1px solid #969696;
}
.input-checkbox input + span::after,
.wpcf7-acceptance input + span::after,
.wpcf7-list-item input + span::after {
content: "×";
display: block;
position: absolute;
width: 1.222rem;
line-height: 1.222rem;
top: .666rem;
left: 0;
transform: translateY(-58%) scale(0);
color: #002850;
font-size: 1.25rem;
text-align: center;
border: 1px solid transparent;
transition: .2s;
}
.input-checkbox input:checked + span::after,
.wpcf7-acceptance input:checked + span::after,
.wpcf7-list-item input:checked + span::after {
transform: translateY(-58%) scale(1);
}
.wpcf7-acceptance input + span::before,
.wpcf7-acceptance input + span::after {
margin-top: .25rem;
}
.input-checkbox input + span::before,
.input-checkbox input + span::after {
margin-top: 0.045rem;
}
.wpcf7-list-item input + span::before,
.wpcf7-list-item input + span::after {
margin-top: .11rem;
}
[data-lbids] {
display: none;
}
[data-lbids].show {
display: block;
}
.form-section {
margin-bottom: 2rem;
}
select {
line-height: 2.5rem;
height: 2.5rem;
font-size: 16px;
font-family: "Barlow", sans-serif;
padding: 0 3rem 0 1rem;
border: 1px solid #969696;
background-color: #fff;
border-radius: 0;
margin-bottom: 1rem;
appearance: none;
position: relative;
margin-bottom: 0;
}
[data-name="abv-lehrberuf"]::after {
content: "";
background-image: url(//www.ausbildung-erleben.at/wp-content/themes/abv/images/arrow-black.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 1.5rem;
transform: rotate(90deg);
width: 2.5rem;
height: 100%;
position: absolute;
right: 0;
top: 0;
pointer-events: none;
}
input[type="text"],
input[type="email"] {
width: 100%;
line-height: 2.5rem;
font-size: 16px;
font-family: "Barlow", sans-serif;
padding: 0 1rem;
border: 1px solid #969696;
border-radius: 0;
margin-bottom: 1rem;
}
.form-section-anhaenge p {
margin-bottom: 0;
color: #e61e1e;
}
.form-section-anhaenge br {
display: none;
}
div#mfcf7_zl_multifilecontainer {
margin-top: 0;
}
[name*="zl-mfcf7-upld-btn"] {
background-color: #002850;
color: #fff;
text-transform: uppercase;
letter-spacing: .05em;
font-size: .777rem;
line-height: 1;
padding: 0.215rem 0.4rem;
border: 0;
}
input[type="submit"] {
background-color: #e61e1e;
color: #fff;
text-transform: uppercase;
letter-spacing: .05em;
font-size: 1rem;
line-height: 1;
padding: 0.3rem 0.75rem;
border: 0;
}
.wpcf7-form-control-wrap[data-name*="zl-mfcf7-upld-btn"]::after,
.wpcf7-form-control-wrap.submit::after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
background-image: url(//www.ausbildung-erleben.at/wp-content/themes/abv/images/arrow-white.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 0.9rem;
width: 1.4rem;
pointer-events: none;
}
.wpcf7-form-control-wrap.submit::after {
background-size: 1.125rem;
width: 1.5rem;
}
.wpcf7-form-control-wrap[data-name*="zl-mfcf7-upld-btn"] input,
.wpcf7-form-control-wrap.submit input {
padding-right: 1.5rem;
display: block;
}
.form-section-daten .wpcf7-not-valid-tip {
position: relative;
top: -1rem;
font-style: italic;
}
.form-mitgliedsbetriebe {
max-width: 880px;
}
.wpcf7-form-control-wrap[data-name*="zl-mfcf7-upld-btn"],
.wpcf7-form-control-wrap.submit {
display: inline-block;
}
.wpcf7-form-control-wrap.submit p input,
.wpcf7-form-control-wrap.submit p {
display: block;
}
.wpcf7-spinner {
position: absolute;
}
.zl-form-control-wrap {
display: block;
}
.form-section-anhaenge {
max-width: 600px;
}
.wpcf7 form .wpcf7-response-output {
margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #e61e1e;
}
input[type="submit"],
input[type="button"] {
cursor: pointer;
}
.wpcf7-list-item {
margin: 0;
}
[data-name*="zl-mfcf7-upld-btn"] {
margin-bottom: 2rem;
}
.mobileonly {
display: none;
}
#header-top {
display: flex;
justify-content: space-between;
align-items: center;
}
#header-navi {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.fancybox-content .fancybox-button {
display: none !important;
}
.personen-widget.style-white .p-item {
padding: 0;
border: 0;
margin-bottom: 2rem;
}
[id*="-0-0-0"]:not(.widget_header) {
margin-top: 4rem;
}
[data-custom="true"] .pl-item.active .pl-item-content {
border-bottom: 0 !important;
}
[data-custom="true"] .pl-item {
margin-bottom: 12px;
}
[data-custom="true"] .pl-item-content {
height: 100%;
}
@media screen and (max-width: 1124px) {
.tf-content h1, .tf-content .h1 {
font-size: 1.75rem;
}
.tf-content h2, .tf-content .h2 {
font-size: 1.25rem;
}
.tf-content h3, .tf-content .h3 {
font-size: 1.125rem;
}
.tf-content h4, .tf-content .h4 {
font-size: 1rem;
text-transform: none;
}
.box {
padding-top: 40px;
padding-bottom: 40px;
}
.he-arrow {
bottom: 32%;
}
.he-content {
padding-left: 30px;
padding-right: 30px;
}
#header-navi {
padding-right: 0px;
}
[data-custom="true"] .pl-items {
flex-wrap: wrap;
width: 100% !important;
}
[data-custom="true"] .pl-arrow-wrapper .arrow {
display: none;
}
}
@media screen and (max-width: 998px) {
#menu-hauptmenu .menu-item a {
padding: 7.5px 12px;
font-size: 12px;
}
#nav-icon3 {
margin-left: 10px;
}
}
@media screen and (max-width: 768px) {
.he-content .he-text {
margin-top: .5rem;
}
.pl-image {
margin-top: 2rem;
}
.bt-img {
margin-bottom: 1rem;
}
.menu-hauptmenu-container {
display: none !important;
}
.na-top {
margin: .5rem 0 1rem 0;
}
.mb-left {
margin-bottom: 1rem;
}
.mobileonly {
display: block;
}
}
@media screen and (max-width: 640px) {
[data-custom="true"] .pl-item-content {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 567px) {
.he-content {
bottom: 10%;
}
.he-content .h1 br {
display: none;
}
.he-content .h1 {
font-size: calc(1em + 7.25vw);
}
.he-content .he-title-top {
font-size: calc(1em + 5vw);
}
.he-content .he-text {
font-size: 1em;
}
.header-widget.he-height .he-arrow img {
width: 32vw;
height: auto;
min-width: 320px;
}
.header-widget.he-height .he-arrow {
right: -15%;
}
section {
border: 0 !important;
}
.bl-item {
padding: 5px;
}
.widget-title {
margin-bottom: 1.5rem;
}
.box {
padding-top: 30px;
padding-bottom: 30px;
}
.bg-item-custom:last-of-type .image,
.ne-row .col:last-of-type .ne-item {
margin-bottom: 0;
}
.widget_header.panel-first-child + .widget section {
padding-top: 0;
}
.na-cats .na-cat {
font-size: .9rem;
}
.na-cats {
margin-bottom: 1rem;
}
.header-widget.he-subpage {
height: 12rem;
}
.header-widget.he-subpage .he-arrow img {
width: 12rem;
min-width: inherit;
}
.p-item .p-info {
margin-top: 10px;
}
[id*="-0-0-0"]:not(.widget_header) {
margin-top: 3rem;
}
}
@media screen and (max-width: 475px) {
.header-widget.he-height .he-arrow  {
bottom: 38% !important;
}
} .mb-address {
margin-top: -10px;
}
.widget_mitgliedsbetriebe .mb-logo img,
.mb-logo a img {
width: 60%;
height: auto;
margin-bottom: 20px;
}
.meisterbetrieb_single .widget_mitgliedsbetriebe div.mb-lb
{
display: none;
}
#zusatzausbildungen .pl-item-content.tf-content p{
font-size: 1em;
line-height: 1.2em;
}
#zusatzausbildungen a.btn{
color: #fff;
}
#zusatzausbildungen .pl-item.active .pl-item-content {
border-bottom: 12px solid #eee;
}
#zusatzausbildungen .pl-item {   
cursor:text;
}
@media screen and (min-width: 1025px) {
#zusatzausbildungen .arrow {
display: none !important;
}
#zusatzausbildungen .pl-wrapper {
margin: 0 -10px !important;
}
#zusatzausbildungen .pl-description-wrapper {
padding: 0 !important;
}
}
.form-section-anhaenge p {
color: #002850;
}  .elementor-editor-active .popup-bg, .elementor-editor-active .popup-wrapper {
display: none !important;
}
.single-popup-content-container {
min-height: 90vh
} .popup-bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99998;
background-color: rgba(0,0,0,.4);
transition: all .2s ease;
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.popup-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
display:flex;
justify-content: center;
align-items: center;
transition: all .2s ease;
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.popup-close {
width: 50px;
height: 50px;
background-color:#000;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.popup-close::before,
.popup-close::after {
content: "";
width: 30px;
height: 3px;
border-radius: 3px;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transform: rotate(45deg);
}
.popup-close::before {
transform: rotate(-45deg);
}
.popup {
width: calc(100% - 40px);
height: auto;
max-width: 937px;
padding:0;
background-color: #fff;
position: relative;
pointer-events: all;
}
.popup-inner {
height: 100%;
max-height: 88vh;
overflow-y: auto;
overflow-x: hidden;
}
.popup-content-wrap {
display:flex;
flex-direction: column;
justify-content: space-between;
padding: 6rem 4rem;
}
.popup-content-wrap .h2 {
display:inline-block;
}
.popup .popup-content {
font-size: 16px;
}
.popup-wrapper.active {
opacity: 1;
visibility: visible;
}
.popup-bg.active {
opacity: 1;
pointer-events: all;
visibility: visible;
}
@media (max-width:1080px) {
.popup-content-wrap {
padding: 6rem 2rem;
}
}
.button {
background-color: #002850;
color: #fff !important;
padding: 0.75rem;
display: inline-block;
margin-bottom: 20px;
}
.button:hover {
background-color: #e61e1e;
}
.p-item .image img {
height: auto;
}
.accordion {
margin-top: 1.5rem;
border-bottom: 1px solid #e61e1e;
}
.ac-item {
border-top: 1px solid #e61e1e;
}
.ac-title {
min-height: 1.4rem;
cursor: pointer;
}
.ac-title h3 {
margin-bottom: 0;
}
.ac-title svg {
display: block;
transform: rotate(90deg);
transition: .4s;
}
.ac-item.active .ac-title svg {
transform: rotate(-90deg);
}
.ac-content {
border-top: 1px solid #e61e1e;
padding: 1rem 0;
}
.ac-video  {
padding-top: 56.206089%;
position: relative;
}
.ac-video iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.no-transition {
transition: none !important;
}
.has-banner {
padding-top: 0 !important;
}
.wpcf7-spinner {
position: absolute !important;
margin: .25rem 0 !important;
}
.wpcf7-response-output {
margin-left: 0 !important;
margin-right: 0 !important;
}
.form-section-unternehmen {
display: none;
}
[data-name="abv-acceptance"] .wpcf7-list-item {
margin: 0 !important;
}
[data-name="abv-lehrberuf"] .wpcf7-not-valid-tip {
position: absolute;
}
.ac-content {
display: none;
}