.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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
margin-bottom: unset;
}
body{
color: #3D3B55;
}
h1, h2{
font-family:"ff-utility-web-pro", "Exo", sans-serif !important;
span{
opacity: 0.6;
}
}
p{
font-size: 24px;
line-height: 1.2;
color: #3D3B55;
@media (max-width: 1200px) { font-size: 22px !important; }
@media (max-width: 992px)  { font-size: 20px !important; }
@media (max-width: 768px)  { font-size: 18px !important; }
}
.numbers90, .numbers90 *:not(i) {
font-size: 90px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: -0.9px !important;
strong, b{
font-weight: 700 !important;
}
}
.text90, .text90 *:not(i) {
font-size: 90px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: -0.9px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 76px !important; }
@media (max-width: 1200px) { font-size: 72px !important; }
@media (max-width: 992px)  { font-size: 66px !important; }
@media (max-width: 768px)  { font-size: 62px !important; }
@media (max-width: 576px)  { font-size: 58px !important; }
@media (max-width: 449px)  { font-size: 50px !important; }
}
.text82, .text82 *:not(i) {
font-size: 82px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: -0.9px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 72px !important; }
@media (max-width: 1200px) { font-size: 66px !important; }
@media (max-width: 992px)  { font-size: 62px !important; }
@media (max-width: 768px)  { font-size: 58px !important; }
@media (max-width: 576px)  { font-size: 50px !important; }
@media (max-width: 449px)  { font-size: 40px !important; }
}
.text64, .text64 *:not(i) {
font-size: 64px !important;
font-weight: 400 !important;
line-height: 1.2 !important;
letter-spacing: -0.64px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 55px !important; }
@media (max-width: 1200px) { font-size: 50px !important; }
@media (max-width: 992px)  { font-size: 46px !important; }
@media (max-width: 768px)  { font-size: 44px !important; }
@media (max-width: 576px)  { font-size: 42px !important; }
@media (max-width: 449px)  { font-size: 38px !important; }
}
.text55, .text55 *:not(i) {
font-size: 55px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: -0.48px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 50px !important; }
@media (max-width: 1200px) { font-size: 46px !important; }
@media (max-width: 992px)  { font-size: 42px !important; }
@media (max-width: 768px)  { font-size: 40px !important; }
@media (max-width: 576px)  { font-size: 38px !important; }
@media (max-width: 449px)  { font-size: 34px !important; }
}
.text48, .text48 *:not(i) {
font-size: 48px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: -0.48px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 42px !important; }
@media (max-width: 1200px) { font-size: 40px !important; }
@media (max-width: 992px)  { font-size: 36px !important; }
@media (max-width: 768px)  { font-size: 34px !important; }
@media (max-width: 576px)  { font-size: 32px !important; }
}
.text40, .text40 *:not(i) {
font-size: 40px !important;
line-height: 1.2 !important;
letter-spacing: -0.4px !important;
font-weight: 300 !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 38px !important; }
@media (max-width: 1200px) { font-size: 36px !important; }
@media (max-width: 992px)  { font-size: 34px !important; }
@media (max-width: 768px)  { font-size: 32px !important; }
@media (max-width: 576px)  { font-size: 30px !important; }
}
.text36, .text36 *:not(i) {
font-size: 36px !important;
font-weight: 300 !important;
line-height: 1.2 !important;
letter-spacing: -0.36px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 32px !important; }
@media (max-width: 1200px) { font-size: 30px !important; }
@media (max-width: 992px)  { font-size: 28px !important; }
@media (max-width: 768px)  { font-size: 26px !important; }
@media (max-width: 576px)  { font-size: 24px !important; }
}
.text32, .text32 *:not(i) {
font-size: 32px !important;
font-weight: 300 !important;
line-height: 1.2 !important;
letter-spacing: -0.32px !important;
strong, b{
font-weight: 700 !important;
}
@media (max-width: 1500px) { font-size: 30px !important; }
@media (max-width: 1200px) { font-size: 28px !important; }
@media (max-width: 992px)  { font-size: 24px !important; }
@media (max-width: 768px)  { font-size: 22px !important; }
@media (max-width: 576px)  { font-size: 20px !important; }
}
.text-dark, .text-dark *{
color: #3D3B55 !important;
}
.text-white, .text-white *{
color: #fff !important;
}
.text-primary, .text-primary *{
color: #009FE0 !important;
}
.text-utility, .text-utility *{
font-family:"ff-utility-web-pro", "Exo", sans-serif !important;
line-height: 1.4 !important
} .page-id-3, .page-id-2881, .page-id-237, .page-id-244{
header{
background-color: #3D3B55;
}
}
header{
position: fixed !important;
top: 0;
transition: 0.4s ease;
.site-branding{
z-index: 2;
}
.main-header-menu-toggle{
font-size: 50px !important;
color: #fff !important;
}
@media only screen and (max-width: 921px){
nav{
background-color: #fff;
a{
background-color: #fff !important;
}
.ast-menu-toggle:focus{
outline: none !important;
border: none !important;
}
.sub-menu{
a::before{
display: none !important;
}
}
}
}
@media only screen and (min-width: 922px){
nav{
position: absolute;
width: 100vw;
left: -35px;
display: flex;
justify-content: center;
}
#primary-menu{
justify-content: flex-start !important;
align-items: center;
position: unset !important;
& > li:not(:last-child){
background: rgba(61, 59, 85, 0.45);
height: max-content;
padding: 12px 6px;
@media (max-width: 1500px) { padding: 10px 5px !important; }
@media (max-width: 1200px) { padding: 9px 4px !important; }
a{
background-color: #F4FDFF !important;
height: max-content !important;
line-height: 1 !important;
padding: 10px 20px !important;
border-radius: 30px;
@media (max-width: 1500px) { padding: 9px 18px !important; }
@media (max-width: 1200px) { padding: 8px 16px !important; }
}
}
& > li:first-child{
border-radius: 50px 0 0 50px;
padding-left: 12px;
@media (max-width: 1500px) { padding-left: 10px !important; }
@media (max-width: 1200px) { padding-left: 9px !important; }
}
& > li:nth-last-child(2) {
border-radius: 0 50px 50px 0;
padding-right: 12px;
@media (max-width: 1500px) { padding-right: 10px !important; }
@media (max-width: 1200px) { padding-right: 9px !important; }
}
& > li:last-child{
position: absolute;
right: 35px;
transform: none;
a{
& > div{
font-weight: 500;
font-size: 20px !important;
@media (max-width: 1500px) { font-size: 18px !important; }
@media (max-width: 1200px) { font-size: 16px !important; }
}
}
}
.sub-menu{
padding-top: 8px;
background-color: transparent;
& > li{
padding: 0 12px;
background: rgba(61, 59, 85, 0.45);
&:first-child {
border-radius: 8px 8px 0 0 !important;
padding-top: 12px;
}
&:last-child {
border-radius: 0 0 8px 8px !important;
padding-bottom: 12px;
}
}
& > li a{
border-radius: 0 !important;
}
&> li:first-child a{
border-radius: 8px 8px 0 0 !important;
padding-top: 18px !important;
}
&> li:last-child a{
border-radius: 0 0 8px 8px !important;
padding-bottom: 18px !important;
}
}
}
}
}
header.scrolled {
background-color: #3D3B55;
} footer{
.footer-adv-widget-3,
.footer-adv-widget-4 {
display: none;
}
nav{
li{
margin-bottom: 6px;
}
a{
font-size: 22px !important;
@media (max-width: 576px)  { font-size: 20px !important; }
}
}
#menu-footer{
text-align: left;
a{
color: #3D3B55;
font-size: 22px !important;
@media (max-width: 576px)  { font-size: 20px !important; }
}
}
.ast-small-footer-section-1{
color: #858585;
font-size: 22px !important;
@media (max-width: 576px)  { font-size: 20px !important; }
}
@media (max-width: 768px) {
.ast-small-footer-section-2 {
margin-top: 0 !important;
}
.footer-adv-widget-2{
#block-5{
margin-bottom: 0 !important;
}
}
.ast-footer-overlay{
padding-top: 3em;
padding-bottom: 3em;
}
}
@media (min-width: 500px) and (max-width: 991px){
.ast-col-sm-12, .ast-col-xs-12 {
width: 50%;
}
}
@media (max-width: 768px) {
.footer-adv-widget-1{
margin-bottom: 30px !important;
}
}
} .btn-primary{
.elementor-button{
padding: 7px 7px 7px 22px !important;
}
.elementor-button-icon{
font-size: 44px;
@media (max-width: 1200px) { font-size: 35px !important; }
}
.elementor-button-text{
font-size: 24px !important;
display: flex;
align-items: center;
@media (max-width: 1500px) { font-size: 20px !important; }
@media (max-width: 1200px) { font-size: 18px !important; }
}
}
.btn-arrow{
.elementor-button-icon svg {
width: 50px !important;
}
}
.team-image img{
aspect-ratio: 550 / 420;
object-fit: cover;
} .teaserBig{
min-height: 80vh;
p{
font-size: 36px;
font-weight: 400 !important;
line-height: 1.2;
letter-spacing: -0.35px;
@media (max-width: 1500px) { font-size: 32px !important; }
@media (max-width: 1200px) { font-size: 30px !important; }
@media (max-width: 992px)  { font-size: 26px !important; }
@media (max-width: 768px)  { font-size: 24px !important; }
@media (max-width: 576px)  { font-size: 20px !important; }
}
.elementor-icon-list-items{
gap: 10px 0;
.elementor-icon-list-item:nth-child(2)::after {
@media (max-width: 1169px) { 
opacity: 0;
}
}
@media (max-width: 655px) { 
flex-direction: column;
gap: 25px 0;
.elementor-icon-list-item::after {
display: none;
}
}
}
.elementor-icon-list-text{
font-size: 24px;
line-height: 1.2;
@media (max-width: 1500px) { font-size: 22px !important; }
@media (max-width: 1200px) { font-size: 28px !important; }
@media (max-width: 992px)  { font-size: 26px !important; }
@media (max-width: 768px)  { font-size: 24px !important; }
@media (max-width: 576px)  { font-size: 22px !important; }
}
}
.teaserSmall{
min-height: 60vh;
.elementor-background-overlay{
background-image: radial-gradient(circle, rgb(27 26 37 / 74%) 0%, rgb(61 59 85 / 60%) 100%) !important;
}
p, p span{
font-weight: 400 !important;
}
}
.dark-overlay	.elementor-background-overlay{
background-image: radial-gradient(circle, rgb(11 10 15 / 87%) 0%, rgb(42 40 58 / 78%) 100%) !important;
}
.icon-box-row-wrapper{
& > .elementor-column-gap-default{
gap: 30px;
}
}
.ziel-wrapper{
& > .elementor-element-populated{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
@media only screen and (max-width: 999px){
flex-direction: column;
}
& > .elementor-element:first-child{
flex: 0 0 auto !important;
width: auto !important;
}
& > .elementor-element:last-child {
flex: 1 !important;
}
}
}
.logo-row{
& > .elementor-widget-wrap{
justify-content: center;
align-items: center;
gap: 40px;
flex-wrap: wrap;
flex-direction: row;
& > .elementor-widget-image{
flex: 0 0 auto;
max-height: 60px;
width: auto;    
height: auto; 
margin-bottom: 0 !important;
img{
max-height: 60px;
width: auto;    
height: auto; 
}
}
.height-40{
max-height: 40px;
img{
max-height: 40px;
}
}
}
}
.branchen-wrapper > .elementor-widget-wrap{
display: flex;
flex-wrap: wrap;
gap: 45px;
justify-content: center;
& > .elementor-element{
width: calc(50% - 25px);
@media (max-width: 1024px)  { 
width: 100%;
}
aspect-ratio: 840 / 425;
@media (max-width: 499px)  { 
aspect-ratio: 840 / 550;
}
@media (max-width: 399px)  { 
aspect-ratio: 840 / 700;
}
@media (max-width: 349px)  { 
aspect-ratio: 840 / 800;
}
.elementor-image-box-wrapper{
position: relative;
}
.elementor-image-box-img{
img{
width: 100%;
border-radius: 4px;
aspect-ratio: 840 / 425;
@media (max-width: 499px)  { 
aspect-ratio: 840 / 550;
}
@media (max-width: 399px)  { 
aspect-ratio: 840 / 700;
}
@media (max-width: 349px)  { 
aspect-ratio: 840 / 800;
}
}
&::after{
content: '';
border-radius: 4px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(61, 59, 85, 0.00) 32.59%, #3D3B55 100%);
@media (max-width: 599px)  { 
background: linear-gradient(180deg, rgba(61, 59, 85, 0.3) 32.59%, #3D3B55 100%);
}
pointer-events: none;
z-index: 1;
}
}
.elementor-image-box-content{
position: absolute;
bottom: 35px;
left: 20px;
width: 55%;
z-index: 3;
@media (max-width: 1399px)  { 
width: 69%;
}
@media (max-width: 1199px)  { 
width: 75%;
}
@media (max-width: 1024px)  { 
width: 55%;
}
@media (max-width: 767px)  { 
width: 75%;
}
@media (max-width: 499px)  { 
width: unset;
bottom: 25px;
right: 20px;
}
h3{
font-size: 22px;
margin-bottom: 0 !important;
padding: 6px 0px;
backdrop-filter: blur(19px) !important;
width: max-content;
height: max-content;
border-radius: 10px;
background: rgba(155, 192, 235, 0.25) !important;
box-shadow: 0 2px 2.5px 0 rgba(255, 255, 255, 0.20) inset !important;
@media (max-width: 1024px)  { 
margin-bottom: 10px !important;
}
@media (max-width: 599px)  { 
font-size: 20px !important;
}
@media (max-width: 399px)  { 
font-size: 18px !important;
}
a{
padding: 8px 12px;
@media (max-width: 399px)  { 
padding: 6px 10px;
}
}
}
p{
font-size: 0 !important;
line-height: 1.2;
opacity: 0;
transition: 0.25s ease-in-out;
pointer-events: none;
@media (max-width: 1024px)  { 
font-size: 20px !important;
opacity: 1;
}
@media (max-width: 599px)  { 
font-size: 18px !important;
}
@media (max-width: 599px)  { 
font-size: 16px !important;
}
}
}
@media (min-width: 1025px)  { 
&:hover, &:focus{
h3{
margin-bottom: 10px !important;
}
p{
font-size: 20px !important;
opacity: 1;
}
}
}
}
&	> .elementor-element:nth-child(n+5) {
display: none;
}
}
.show-more a{
font-size: 24px !important;
.elementor-button-text{
text-decoration: underline !important;
text-underline-offset: 4px;
}
&:hover, &:focus{
cursor: pointer;
}
}
.partner-wrapper{
& > .elementor-element-populated{
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 40px 45px;
& > .elementor-element{
width: calc(50% - 40px);
margin-bottom: 0;
@media (max-width: 999px)  { 
width: 100%;
}
}
}
.elementor-image-box-img{
img{
width: 100%;
border-radius: 4px;
aspect-ratio: 840 / 425;
@media (max-width: 1299px) and (min-width: 1000px), (max-width: 399px) { 
aspect-ratio: 840 / 700;
}
@media (max-width: 349px)  { 
aspect-ratio: 840 / 800;
}
}
&::after{
content: '';
border-radius: 4px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(61, 59, 85, 0.00) 32.59%, #3D3B55 100%);
pointer-events: none;
z-index: 1;
}
}
.elementor-image-box-content{
position: absolute;
bottom: 35px;
left: 20px;
width: 55% !important;
z-index: 3;
@media (max-width: 767px)  { 
width: 75% !important;
}
@media (max-width: 499px)  { 
width: unset !important;
bottom: 25px;
right: 20px;
}
h3{
font-size: 22px;
margin-bottom: 20px !important;
padding: 8px 12px;
backdrop-filter: blur(19px) !important;
width: max-content;
height: max-content;
border-radius: 10px;
background: rgba(155, 192, 235, 0.25) !important;
box-shadow: 0 2px 2.5px 0 rgba(255, 255, 255, 0.20) inset !important;
@media (max-width: 1299px) and (min-width: 1000px), (max-width: 499px) { 
margin-bottom: 9px !important;
font-size: 20px;
padding: 6px 10px;
}
}
p{
font-size: 20px;
line-height: 1.2;
}
}
}
.unternehmen-wrapper{
& > .elementor-element-populated{
& > .elementor-element{
width: calc(33% - 40px) !important;
margin-bottom: 0;
@media (max-width: 1299px) and (min-width: 1000px) { 
width: calc(33% - 30px) !important;
}
@media (max-width: 999px)  { 
width: calc(50% - 40px) !important;
}
@media (max-width: 767px)  { 
width: 100% !important;
}
}
}
.elementor-image-box-img{
img{
aspect-ratio: 840 / 560;
@media (max-width: 1299px) and (min-width: 1000px) { 
aspect-ratio: 840 / 800;
}
@media (max-width: 999px)  { 
aspect-ratio: 840 / 620;
}
@media (max-width: 767px)  { 
aspect-ratio: 840 / 550;
}
@media (max-width: 499px)  { 
aspect-ratio: 840 / 700;
}
}
}
.elementor-image-box-content{
width: 75%;
@media (max-width: 1299px) and (min-width: 1000px), (max-width: 499px) { 
width: unset;
bottom: 25px;
right: 20px;
}
h3{
font-size: 20px;
margin-bottom: 9px !important;
padding: 8px 12px;
@media (max-width: 1299px) and (min-width: 1000px), (max-width: 499px) { 
font-size: 18px;
padding: 6px 10px;
}
}
p{
font-size: 18px !important;
@media (max-width: 1299px) and (min-width: 1000px), (max-width: 499px) { 
font-size: 16px !important;
}
}
}
}
.elementor-image-box-img img{
object-fit: cover !important;
}
.faq {
.elementor-accordion-item{
background-color: #3D3B55;
border-radius: 4px;
font-size: 24px;
line-height: 1.2;
padding: 35px 30px;
&:not(&:last-child){
margin-bottom: 20px;
}
.elementor-tab-title {
padding: 0;
}
.elementor-tab-content{
padding: 0 35px 0 0 !important;
}
.elementor-active{
padding-bottom: 35px;
}
}
}
.pdf-row{
.pdf-image{
img{
position: relative;
left: -15vw;
top: -7vw;
width: 130%;
max-width: unset;
@media (max-width: 2199px) {
left: -20.5vw;
top: -4vw;
width: 140%;
}
@media (max-width: 1849px) and (min-width: 1600px) {
left: -32vw;
top: 0;
width: 175%;
}
@media (max-width: 1599px) and (min-width: 1500px) {
left: -20vw;
top: 0vw;
width: 150%;
}
@media (max-width: 1499px) and (min-width: 1000px) {
left: -24vw;
}
@media (max-width: 1024px) {
left: -44vw;
top: 22vw;
width: 180%;
}
@media (max-width: 767px) {
left: -62vw;
width: 230%;
}
@media (max-width: 399px) {
left: -65vw;
width: 250%;
}
}
@media (max-width: 2199px) and (min-width: 1850px) {
& > .elementor-widget-container{
margin-top: -5vw !important;
}
}
@media (max-width: 1849px) and (min-width: 1600px) {
& > .elementor-widget-container{
margin-top: -7vw !important;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
& > .elementor-widget-container{
margin-top: -35vw !important;
}
}
@media (max-width: 399px) {
& > .elementor-widget-container{
margin-top: -55vw !important;
}
}
}
form{
label{
font-size: 0;
line-height: 1.2;
display: block;
}
p{
margin-bottom: 20px;
}
.wpcf7-form-control-wrap:has(.wpcf7-acceptance){
margin: 60px 0;
.wpcf7-list-item-label{
font-size: 20px !important;
}
}
input[type="text"],
input[type="email"] {
width: 100%;
border: none;
border-bottom: 2px solid #3D3B55;
padding: 10px 20px;
font-size: 24px;
background: transparent;
outline: none;
&:focus{
border-bottom: 2px solid #009FE0;
}
}
.name-row{
display: flex;
gap: 0 30px;
margin-bottom: 0;
@media (max-width:1200) and (min-width:999), (max-width: 576px)  {display: unset; }
}
p:has(.wpcf7-submit){
text-align: center;
}
.submit-btn-wrapper{
position: relative;
width: max-content;
i{
display: none;
position: absolute;
right: 0
}
}
input[type="submit"] {
background: #009FE0;
color: #fff;
padding: 5px 20px 5px 20px;
border-radius: 30px;
font-size: 24px;
@media (max-width: 1500px) { font-size: 20px !important; }
@media (max-width: 1200px) { font-size: 18px !important; }
letter-spacing: 0.25px;
transition: 0.3s ease;
&::after {
content: "test";
font-family: "Font Awesome 5 Free";
font-weight: 900; 
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: #fff;
pointer-events: none;
}
&:hover, &:focus {
background: #0091CC;
transform: scale(1.1);
}
}
}
}
.elementor-widget-text-editor{
ol{
margin-left: 30px !important;
}
}
.wettervorhersage-wrapper{
& > .elementor-container{
flex-wrap: wrap;
justify-content: center;
gap: 30px 50px;
& > .elementor-element{
width: calc(50% - 50px);
@media only screen and (max-width: 767px){
width: 100%;
}
}
}
}
.parameter-wrapper{
& > .elementor-container{
flex-wrap: wrap;
justify-content: center;
gap: 30px 50px;
@media only screen and (max-width: 767px){
gap: 30px 15px;
}
& > .elementor-element{
width: calc(33% - 50px);
@media only screen and (max-width: 767px){
width: calc(50% - 15px);
}
}
}
}
.elementor-widget-google_maps{
iframe{
border-radius: 6px;
}
}
.weather-table > .elementor-widget-container{
box-shadow: none !important;
} .steps{
img{
width: 1085px !important;
@media only screen and (max-width: 1449px){
width: 77% !important;
}
}
.steps-column-wrapper{
.elementor-inner-column:nth-child(1),
.elementor-inner-column:nth-child(3),
.elementor-inner-column:nth-child(5){
width: 25%;
@media only screen and (max-width: 767px){
width: 100% !important;
margin-bottom: 45px;
}
}
.elementor-inner-column:nth-child(2),
.elementor-inner-column:nth-child(4){
width: 12.5%;
}
}
}
.branchen-steps{
img{
width: 1085px !important;
@media only screen and (max-width: 1449px){
width: 77% !important;
}
}
.steps-column-wrapper{
.elementor-inner-column:nth-child(1),
.elementor-inner-column:nth-child(3),
.elementor-inner-column:nth-child(5){
width: 29%;
@media only screen and (max-width: 767px){
width: 100% !important;
margin-bottom: 45px;
}
}
.elementor-inner-column:nth-child(2),
.elementor-inner-column:nth-child(4){
width: 6.5%;
}
}
} .pricing-box{
.elementor-widget-heading{
margin-bottom: 0;
}
.elementor-widget-text-editor, .elementor-widget-icon-list{
background-color: #fff;
margin-bottom: 0;
padding: 25px 50px;
}
.bestseller{
position: absolute;
background-color: unset;
p{
background-color: #E3F3FF;
padding: 10px 44px;
position: absolute;
right: -39%;
transform: rotate(37deg);
top: 15px;
width: 100%;
font-size: 20px;
z-index: 2;
font-weight: 700;
}
}
h3{
padding: 10px;
background-color: #3D3B55;
border-radius: 4px 4px 0 0;
}
.elementor-widget-button{
padding: 20px 10px 40px;
background-color: #fff;
border-radius: 0 0 4px 4px;
.elementor-button{
padding: 10px 20px !important;
background-color: #3D3B55 !important;
}
}
}
.bestseller-box{
.elementor-element-populated{
padding: 0 !important;
margin: 10px;
overflow: hidden;
}
}
@media only screen and (max-width: 768px){
.elementor-icon-list-icon{
padding-inline-end: 20px !important;
}
}
@media only screen and (max-width: 568px){
.elementor-icon-list-icon{
padding-inline-end: 10px !important;
}
} .global-contact{
background-color: #E3F3FF;
padding: 150px 10px;
@media (max-width: 992px)  { 	padding: 100px 10px; }
@media (max-width: 768px)  { 	padding: 75px 10px; }
h2{
text-align: center;
color: #009FE0;
font-size: 48px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.48px;
margin-bottom: 70px;
@media (max-width: 1500px) { font-size: 42px !important; }
@media (max-width: 1200px) { font-size: 40px !important; }
@media (max-width: 992px)  { font-size: 36px !important; }
@media (max-width: 768px)  { font-size: 34px !important; }
@media (max-width: 576px)  { font-size: 32px !important; }
}
form{
max-width: 700px;
margin: 0 auto;
label{
font-size: 0;
line-height: 1.2;
display: block;
}
p{
margin-bottom: 20px;
}
.wpcf7-form-control-wrap:has(.wpcf7-acceptance){
margin: 60px 0;
.wpcf7-list-item-label{
font-size: 20px !important;
@media (max-width: 576px)  { font-size: 18px !important; }
}
input[type="checkbox"]{
margin-bottom: 7px !important;
}
}
input[type="text"],
input[type="email"],
select,
textarea {
width: 100%;
border: none;
border-bottom: 2px solid #3D3B55;
padding: 10px 20px;
font-size: 24px;
background: transparent;
outline: none;
@media (max-width: 992px)  { font-size: 22px !important; }
@media (max-width: 768px)  { font-size: 20px !important; }
@media (max-width: 576px)  { font-size: 18px !important; }
&:focus{
border-bottom: 2px solid #009FE0;
}
}
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//new.qmet.de/wp-content/uploads/assets/Arrow-dropdown.svg);
background-repeat: no-repeat;
background-position: right 1.2em center; 
background-size: 20px;
padding-right: 10px;
border: none;
border-bottom: 2px solid #3D3B55;  
background-color: transparent;
font-family: inherit;
font-size: 24px;
cursor: pointer;
@media (max-width: 992px)  { font-size: 22px !important; }
@media (max-width: 768px)  { font-size: 20px !important; }
@media (max-width: 576px)  { font-size: 18px !important; }
&:focus {
outline: none;
border-bottom: 2px solid #009FE0; 
}
&::-ms-expand {
display: none;
}
}
textarea {
min-height: 185px;
height: 185px;
resize: vertical;
}
.name-row{
display: flex;
gap: 0 30px;
margin-bottom: 0;
@media (max-width: 576px)  { 			display: unset; }
}
.submit-btn-wrapper{
position: relative;
text-align: center;
i{
display: none;
position: absolute;
right: 0
}
}
input[type="submit"] {
background: #009FE0;
color: #fff;
padding: 5px 20px 5px 20px;
border-radius: 30px;
font-size: 24px;
@media (max-width: 1500px) { font-size: 20px !important; }
@media (max-width: 1200px) { font-size: 18px !important; }
letter-spacing: 0.25px;
transition: 0.3s ease;
&::after {
content: "test";
font-family: "Font Awesome 5 Free";
font-weight: 900; 
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: #fff;
pointer-events: none;
}
&:hover, &:focus {
background: #0091CC;
transform: scale(1.1);
}
}
}
}
.pum-overlay{
background-color: #E3F3FF;
}
.popmake{
padding: 150px 10px !important;
@media (max-width: 992px)  { 	padding: 100px 10px !important; }
@media (max-width: 768px)  { 	padding: 75px 10px !important; }
.pum-close{
aspect-ratio: 1 / 1;
width: 60px !important;
font-size: 40px !important;
background-color: #009FE0 !important;
font-weight: 900 !important;
border: none !important;
box-shadow: none !important;
}
h2{
text-align: center;
color: #009FE0;
font-size: 48px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.48px;
margin-bottom: 70px;
@media (max-width: 1500px) { font-size: 42px !important; }
@media (max-width: 1200px) { font-size: 40px !important; }
@media (max-width: 992px)  { font-size: 36px !important; }
@media (max-width: 768px)  { font-size: 34px !important; }
@media (max-width: 576px)  { font-size: 32px !important; }
}
form{
max-width: 700px;
margin: 0 auto;
label{
font-size: 0;
line-height: 1.2;
display: block;
}
p{
margin-bottom: 20px;
}
.wpcf7-form-control-wrap:has(.wpcf7-acceptance){
margin: 60px 0;
.wpcf7-list-item-label{
font-size: 20px !important;
@media (max-width: 576px)  { font-size: 18px !important; }
}
input[type="checkbox"]{
margin-bottom: 7px !important;
}
}
input[type="text"],
input[type="email"],
select,
textarea {
width: 100%;
border: none;
border-bottom: 2px solid #3D3B55;
padding: 10px 20px;
font-size: 24px;
background: transparent;
outline: none;
@media (max-width: 992px)  { font-size: 22px !important; }
@media (max-width: 768px)  { font-size: 20px !important; }
@media (max-width: 576px)  { font-size: 18px !important; }
&:focus{
border-bottom: 2px solid #009FE0;
}
}
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//new.qmet.de/wp-content/uploads/assets/Arrow-dropdown.svg);
background-repeat: no-repeat;
background-position: right 1.2em center; 
background-size: 20px;
padding-right: 10px;
border: none;
border-bottom: 2px solid #3D3B55;  
background-color: transparent;
font-family: inherit;
font-size: 24px;
cursor: pointer;
@media (max-width: 992px)  { font-size: 22px !important; }
@media (max-width: 768px)  { font-size: 20px !important; }
@media (max-width: 576px)  { font-size: 18px !important; }
&:focus {
outline: none;
border-bottom: 2px solid #009FE0; 
}
&::-ms-expand {
display: none;
}
}
textarea {
min-height: 185px;
height: 185px;
resize: vertical;
}
.name-row{
display: flex;
gap: 0 30px;
margin-bottom: 0;
@media (max-width: 576px)  { 			display: unset; }
}
.submit-btn-wrapper{
position: relative;
text-align: center;
i{
display: none;
position: absolute;
right: 0
}
}
input[type="submit"] {
background: #009FE0;
color: #fff;
padding: 5px 20px 5px 20px;
border-radius: 30px;
font-size: 24px;
@media (max-width: 1500px) { font-size: 20px !important; }
@media (max-width: 1200px) { font-size: 18px !important; }
letter-spacing: 0.25px;
transition: 0.3s ease;
&::after {
content: "test";
font-family: "Font Awesome 5 Free";
font-weight: 900; 
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: #fff;
pointer-events: none;
}
&:hover, &:focus {
background: #0091CC;
transform: scale(1.1);
}
}
}
} #logo-slider {
.splide__list {
display: flex;
align-items: center;
.splide__slide {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 1rem;
}
}
img {
max-height: 80px;
width: auto;
height: auto;
object-fit: contain;
}
}