@charset 'UTF-8';
@charset 'utf-8';
@charset 'utf-8';
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.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 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;
}#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;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} :focus {
outline: 0;
} ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
} button[disabled], input[disabled] {
cursor:default;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
*height: 13px;
*width: 13px;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border-radius: 0;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
padding: 3px;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}

@font-face {
font-family: 'entypo';
src: url(//s-schwarz.de/wp-content/themes/wp_custom_theme/fonts/entypo.woff) format('woff'),
url(//s-schwarz.de/wp-content/themes/wp_custom_theme/fonts/entypo.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'icons';
src: url(//s-schwarz.de/wp-content/themes/wp_custom_theme/fonts/icons.woff) format('woff'),
url(//s-schwarz.de/wp-content/themes/wp_custom_theme/fonts/icons.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
overflow-y: scroll;
overflow-x: auto;
background: #FFF;
}
body {
font-family: "Proxima Nova", Arial, Verdana, Geneva, sans-serif;
font-size: 16px;
color: #383E42;
margin: 0 auto;
height: 100%;
overflow-x: initial !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table {
-webkit-text-size-adjust: none;
} h1 {
padding-bottom: .7rem !important;
color: #383E42 !important;
font-family: 'Proxima Nova';
font-size: 1rem;
font-weight: bold !important;
border-bottom: 2px solid #007CB0;
}
h2 {
color: #383E42;
font-family: 'Proxima Nova';
font-size: 2rem;
font-weight: bold;
line-height: 1.2;
}
h3 {
color: #383E42;
font-size: 2rem;
font-weight: 300;
line-height: 1.2;
}
h4, h5, h5 a {
color: #fff;
font-family: 'Proxima Nova';
font-size: 1.375rem !important;
font-weight: bold !important;
text-transform: uppercase;
line-height: 1.2;
}
h5, .h5 a {
margin-bottom: 10px;
color: #383E42 !important;
text-transform: none;
} a {
color: #383E42;
text-decoration: none;
font-weight: normal;
}
a:hover {
text-shadow: .9px 0;
}
a:active, a:focus {
outline: none;
} select, textarea, input, button {
font-family: "Proxima Nova", Verdana, Geneva, sans-serif;
font-size: 100%;
border: none;
border-top: 1px solid #8f9ea5;
background-color: transparent;
overflow: auto;
margin-bottom: 4px;
}
textarea {
margin-bottom: 1rem;
padding-top: 1rem;
height: 10rem;
overflow: auto;
resize: vertical;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px solid #8f9ea5;
}
input {
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block;
line-height: 3em;
}
input[type='checkbox'], input[type='radio'] {
width: auto;
height: auto;
border: none;
background-color: transparent;
vertical-align: middle;
margin-right: 2px; }
input[type="checkbox"], input[type="radio"] {
cursor:pointer;
}
input[type=checkbox] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 25px;
height: 25px;
border: 1px solid #fff;
background-color: #fff;
outline: none;
vertical-align: middle;
transition: all 500ms;
overflow: hidden;
}
input[type=checkbox]:checked {
transition: all 500ms;
}
input[type=checkbox]:checked, input[type=checkbox]:checked:hover {
transition: all 500ms;
}
input[type=checkbox]:checked:after {
position: absolute;
top: 2px;
left: 4px;
content: "✓";
color: #383E42;
font-size: 22px;
line-height: 1;
}
input[type=checkbox]:disabled {
border: 1px solid #ccc !important;
background-color: #ccc !important;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
select, textarea, input {
width: 100%;
} select {
padding: 3px;
background: linear-gradient(45deg, transparent 50%, black 40%),
linear-gradient(135deg, black 40%, transparent 50%),
linear-gradient(to right, transparent, transparent);
background-position: calc(100% - 13px) calc(1.6em + 0px), calc(100% - 8px) calc(1.6em + 0px), 100% 0;
background-size: 5px 5px,
5px 5px,
2em 2.5em;
background-repeat: no-repeat;
background-color: transparent;
border: none;
border-top: 1px solid #8f9ea5;
line-height: 3em; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}
select:-moz-focusring {
color: transparent;
}
button {
padding: 3px 10px;
cursor: pointer;
}
label {
width: 100%;
display: inline-block;
vertical-align: top;
cursor: pointer;
}
:focus {
outline: none;
}
::-moz-focus-inner {
border: 0;
} p {
margin-bottom: 16px;
width: 100%;
line-height: 1.4; }
strong {
font-family: "Proxima Nova", Verdana, Geneva, sans-serif;
font-weight: bold;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
hr {
display: block;
margin: 1em 0;
padding: 0;
height: 1px;
background-color: #000;
border: none;
width: 100%;
}
td {
vertical-align: top;
}
sub {
vertical-align: sub;
}
sup {
vertical-align: super;
}
::-webkit-input-placeholder {
color: #383E42;
opacity: 1 !important;
}
::-moz-placeholder {
color: #383E42;
opacity: 1 !important;
} :-moz-placeholder {
color: #383E42;
opacity: 1 !important;
} :-ms-input-placeholder {
color: #383E42;
opacity: 1 !important;
} @media screen and (max-width:768px) {
h2, h3, h4, h5 {
font-size: 1.3rem !important;
}
select, textarea, input, button {
width: 100%;
display: block;
}
}
 .site {
position: relative;
margin: 0 auto;
top: 1.5rem;
max-width: 1600px;
width: 100%;
min-width: 320px;
height: 100%;
background-color: #fff;
}
header {
position: relative;
margin: 0 78px;
}
main {
margin: 0 78px;
} .main-navigation {
position: absolute;
top: 1em;
right: 0;
width: auto;
height: 20px;
font-size: 1.375rem;
display: inline-block;
}
.main-navigation li {
margin-left: 2rem;
}
.main-navigation a {
float: left;
font-size: 1.25rem;
text-decoration: none;
display: inline-block;
line-height: 1;
}
.main-navigation a:hover, .current_page_item a, .current-page-ancestor > a {
text-shadow: .9px 0;
}
.menuButton {
display: none;
} .menuButton {
position: absolute;
right: 15px;
width: 55px;
height: 55px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.menuButton span {
display: block;
position: absolute;
height: 2px;
width: 28px;
background: #007CB0;
border-radius: 9px;
opacity: 1;
left: 10px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.menuButton span:nth-child(1) {
top: 15px;
}
.menuButton span:nth-child(2) {
top: 23px;
}
.menuButton span:nth-child(3) {
top: 31px;
}
.menuButton.open span:nth-child(1) {
top: 23px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.menuButton.open span:nth-child(2) {
opacity: 0;
left: -10px !important;
}
.menuButton.open span:nth-child(3) {
top: 23px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.mobileMenu {
display: none;
} section {
padding: 2rem 0 0 0;
width: 100%;
height: auto;
background-color: #fff;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 0 !important;
}
.bigText p {
padding-right: 12px;
font-family: 'Proxima Nova';
font-size: 2rem;
font-weight: 300;
}
.bigText .elementor-element {
margin-bottom: 0 !important;
}
.noTopPadding {
padding-top: 0;
}
.schwarzInfoBox .elementor-element {
position: absolute;
right: 0;
top: -5.6rem;
padding: 1rem 1.5rem;
width: 360px !important;
background: #007CB0;
color: #fff;
}
.schwarzInfoBox .elementor-element p {
margin-bottom: 0;
}
.postInfoBoxWrapper .elementor-widget:not(:last-child) {
margin-bottom: 80px;
}
.postInfoBoxWrapper .elementor-widget-wrap {
position: absolute;
right: 0;
top: -5.6rem;
padding: 1rem 1.5rem;
max-width: 312px;
background: #007CB0;
color: #fff;
z-index: 9999;
}
.postInfoBoxWrapper h2 {
color: #fff !important;
font-size: 1rem;
text-transform: uppercase;
}
.postInfoBoxWrapper .postInfoBox {
float: left;
padding: 3px 0;
border-bottom: 1px solid #fff;
}
.postInfoBoxWrapper .postInfoBox:hover > .postInfoBoxInner {
background-color: #1999CF;
text-shadow: none;
}
.postInfoBoxWrapper .postInfoBox p {
margin-bottom: 6px;
font-size: .875rem;
}
.postInfoBoxWrapper .postInfoBox:nth-of-type(3) {
border-bottom: none;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxInner {
position: relative;
padding: 4px 6px;
width: 100%;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxInner span {
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxInner span:before {
font-family: "entypo";
content: '\e804';
color: #fff;
font-size: 1.1rem;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxContent {
width: 80%;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxContent h3 {
padding-top: 4px;
color: #fff;
font-family: 'Proxima Nova';
font-size: 1.05rem;
font-weight: bold;
}
.postInfoBoxWrapper .postInfoBox .postInfoBoxContent {
color: #fff !important;
} .companyDevelopingSlider {
position: relative;
float: left;
width: 100%;
}
.companyDevelopingSlider .rightBox {
float: right;
width: 60%;
height: 100%;
height: 584px;
background: #CFE4EE;
}
.companyDevelopingSlider .cdSlider {
position: relative;
float: left;
height: auto;
display: flex;
flex-direction: column;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 600px;
background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(207,228,238,1) 40%, rgba(207,228,238,1) 40%);
}
.companyDevelopingSlider .cdSliderSlide {
float: left;
width: 100%;
height: 100%;
}
.companyDevelopingSlider .image {
float: left;
padding-bottom: 2rem;
height: 100%; }
.companyDevelopingSlider .image img {
position: relative; top: 100%;
transform: translateY(-100%);
}
.companyDevelopingSlider .text {
float: left;
margin-top: 8rem;
margin-bottom: 3rem;
margin-left: 2rem;
width: 100%;
max-width: 466px;
} .contactInfoRight > .elementor-column-wrap  {
margin-left: 2rem !important;
border-top: 2px solid #9a9c9f;
} .contactInfoRight p, .contactInfoRight a {
padding-right: 12px;
color: #007CB0 !important;
}
.contactInfoRight strong {
margin-bottom: 2px;
text-transform: uppercase;
display: inline-block;
}
.gmap {
margin-top: 2rem;
margin-bottom: 4rem;
}
.gmap, .gmap iframe {
height: 520px !important;
} .downloadTable {
float: left;
padding: 78px;
width: 100%;
background: #CFE4EE;
}
.downloadTable .table {
float: left;
padding: 1rem 0;
width: 100%;
border-bottom: 1px solid #7d8990;
}
.downloadTable .table:first-child {
border-top: 1px solid #7d8990;
}
.downloadTable .table a {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.downloadTable .table a .dlIcon {
float: left;
margin-right: 1rem;
width: 21px;
height: 28px;
background-color: #007CC1;
display: inline-table;
-webkit-mask:  url(//s-schwarz.de/wp-content/themes/wp_custom_theme/file-download-solid.svg) no-repeat;
mask: url(//s-schwarz.de/wp-content/themes/wp_custom_theme/file-download-solid.svg) no-repeat;
}
.downloadTable .table a span {
float: left;
}
.pdf svg{
max-height: 26px;
width: auto;
display: inline;
}
.pdf svg path {
fill: currentcolor;
} .imprint .elementor-row {
justify-content: space-between;
}
.imprint .elementor-column {
width: 32% !important;
}
.imprint .elementor-widget {
margin-bottom: 3rem !important;
}
.imprint a {
color: #007CB0 !important;
} .gridLayout .elementor-row {
flex-wrap: wrap;
justify-content: space-between;
}
.gridLayout .elementor-row::after{
content: '';
width: 32.5%
}
.gridLayout .elementor-column {
margin-bottom: 3em;
width: 32.5% !important;
}
.gridLayout img {
width: 100%;
}
.gridLayout p {
margin-bottom: 0;
}
.privacy p {
margin-bottom: 1rem;
} .doubleGrid .elementor-container {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.doubleGrid .elementor-row {
justify-content: space-between;
}
.doubleGrid .elementor-column {
width: 49.5% !important;
}
.doubleGridPadding .elementor-widget-wrap {
padding: 4rem 3rem 3rem;
}
.doubleGridLessPadding .elementor-widget-wrap {
padding: 2rem;
} .privacyCheckBlock {
float: left;
margin-bottom: 1.5rem;
color: #707070;
}
.privacyCheckBlock .wpcf7-form-control-wrap {
float: left;
margin-right: 1rem;
}
.privacyCheckBlock .wpcf7-list-item-label {
display: none;
}
.privacyCheck {
float: left;
margin-right: 1rem;
}
span.wpcf7-list-item {
margin: 0;
}
.privacyCheckText {
float: left;
width: 90%;
line-height: 1.2;
}
.wpcf7-form br {
display: none;
}
input[type="submit"] {
padding: 0;
width: 100%;
max-width: 228px;
text-transform: uppercase;
color: #FFFFFF;
font-size: .95rem;
font-weight: bold;
line-height: 42px;
border: none;
cursor: pointer;
}
.wpcf7-response-output {
float: left;
margin: 2em 0 0 0 !important;
padding: 0 !important;
border-color: #dc3232 !important;
border: none !important;
clear: both;
}
.fileUpload {
position: relative;
margin-bottom: 1rem;
overflow: hidden;
display: inline-block;
}
.fileUpload .wpcf7-form-control-wrap {
position: relative;
float: left;
left: 0;
margin-left: 2.7rem;
width: 85%;
display: block;
}
.fileUpload button {
position: absolute;
left: 0;
padding: 0;
width: 100%;
height: 20px;
border: none;
color: gray;
text-align: left;
background-color: transparent !important;
overflow: hidden;
z-index: 99999;
}
.fileUpload i {
position: absolute;
left: 0;
}
.fileUpload button i:before {
content: "\e800";
color: #000000;
font-family: "entypo";
font-size: 1.2rem;
}
.codedropz-upload-inner {
white-space: normal;
}
.fileUpload .fileUploadText {
float: left;
margin-left: 2.7rem;
width: 85%;
line-height: 1.6;
}
.dnd-upload-status .dnd-upload-details .name {
color: #007CB0;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
float: right;
padding-right: 1rem;
background: #007CB0;
} .slider, .fullWidth {
left: -78px;
width: calc(100% + 156px) !important;
}
.elementor-swiper-button-prev {
left: 20px !important;
}
.elementor-swiper-button-next {
right: 20px !important;
}
.eicon-chevron-left::before, .eicon-chevron-right::before {
font-family: "entypo";
content: '\e805' !important;
font-size: 60px;
}
.smallArrows .eicon-chevron-left::before, .smallArrows .eicon-chevron-right::before {
font-size: 2rem;
font-weight: bold;
}
.eicon-chevron-right::before {
content: '\e804' !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 2rem !important;
}
.swiper-pagination-bullet {
position: relative;
bottom: 1px;
border-radius: inherit !important;
width: 58px !important;
height: 2px !important;
opacity: 1 !important;
}
.swiper-pagination-bullet-active {
bottom: 0;
height: 5px !important;
} .elementor-widget-wrap > .elementor-element.elementor-widget-button {
margin-right: 1rem;
max-width: 228px;
}
.elementor-widget-button .elementor-button {
padding: 0 !important;
width: 100%;
line-height: 42px;
}
.elementor-button span {
text-transform: uppercase;
font-weight: bold;
font-size: .95rem;
}
.button, .relatetTo .elementor-post__read-more, .wpcf7-submit {
float: left;
margin-top: 1rem;
padding: 0;
width: 100%;
max-width: 228px;
text-transform: uppercase;
color: #FFFFFF !important;
font-size: .95rem !important;
font-weight: bold !important;
line-height: 42px;
background: #007CB0;
cursor: pointer;
display: block;
text-align: center;
transition: 300ms ease;
}
.button, .relatetTo .elementor-post__read-more, .elementor-widget-button .elementor-button, input[type="submit"] {
transition: 300ms ease;
}
.button:hover, .relatetTo .elementor-post__read-more:hover, .elementor-widget-button .elementor-button:hover, input[type="submit"]:hover, .wpcf7-submit:hover {
background: #0673A1 !important;
text-shadow: none;
transition: 300ms ease;
}
.buttonNoTopMargin .button, .buttonNoTopMargin .elementor-post__read-more {
margin-top: 0;
}
.topLine > .elementor-column-wrap {
border-top: 2px solid #9a9c9f;
}
.topLine .elementor-widget-container {
margin-top: 1rem;
}
.topPartCol1 .button {
margin-top: 13px;
margin-bottom: 20px;
}
.detailArrows {
float: left;
padding-right: 1rem;
}
.arrowPrev, .arrowNext {
float: left;
margin-top: 1rem;
margin-left: 1.5rem;
width: auto;
background: transparent;
font-size: 0;
line-height: 1;
}
.arrowPrev:hover, .arrowNext:hover {
text-shadow: none;
}
.post-navigation__arrow-next, .post-navigation__arrow-prev {
margin-top: 4px !important;
}
.arrowPrev i:before, .arrowNext i:before, .fa-angle-left:before, .fa-angle-right:before {
font-family: "entypo";
content: '\e805';
color: #007CB0;
font-size: 2.1rem;
font-style: normal;
font-weight: bold;
}
.arrowNext i:before, .fa-angle-right:before {
content: '\e804';
}
.detailSites .spaceArround {
margin-right: 1%;
width: 49%;
}
.topPartCol3 ul {
margin: 0 0 0 1.5rem;
list-style: none;
}
.topPartCol3 ul li {
position: relative;
font-size: .95rem;
}
.topPartCol3 ul li:before {
position: absolute;
top: 1px;
left: -1.5rem;
font-family: "entypo";
font-size: .8rem;
content: "\f178 ";
text-decoration: none;  
} .vp-portfolio__layout-elements-align-center {
-webkit-box-pack: left !important;
-ms-flex-pack: left !important;
justify-content: left !important;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item {
margin: 0 !important;
width: 20px;
text-align: left;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item:after {
position: absolute;
content: "|";
}
.vp-pagination__style-minimal .vp-pagination__item.vp-pagination__item-dots:after, .vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item:last-child:after {
display: none;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item a, .vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item span {
padding: 0 !important;
width: 12px !important;
font-size: 1rem !important;
text-align: left !important;
display: inline-block !important;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item a {
font-weight: normal !important;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item-active {
margin-left: 0;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item-active > img {
width: auto !important;
display: none !important;
}
.vp-pagination__style-minimal[data-vp-pagination-type="paged"] .vp-pagination__item-active > span {
position: relative !important;
color: #383E42 !important;
font-family: 'Proxima Nova';
font-weight: bold;
background: transparent !important;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-overlay {
background-color: rgba(0, 0, 0, 0.4) !important;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
transition: 800ms ease !important;
}	
.vp-portfolio__items-style-fade .vp-portfolio__item-meta {
padding: 1.5rem !important;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories {
margin-bottom: 0 !important;
order: 2;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories span {
font-size: 1rem !important;
text-transform: none;
text-shadow: none;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-title {
margin-bottom: 0 !important;
order: 1;
text-shadow: none;
font-size: 1.2rem !important;
} .blogBack2Overview {
width: 100% !important;
max-width: 228px;
}
.blogBack2Overview a.button {
margin-top: 0;
margin-right: 1rem;
}
.elementor-post-navigation {
padding-right: 1rem;
}
.elementor-post-navigation .elementor-post-navigation__link {
width: auto !important;
}
.elementor-post-navigation .elementor-post-navigation__link a:hover {
text-shadow: none;
}
.elementor-post-navigation .elementor-post-navigation__prev {
margin-left: 1.5rem !important;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
padding-right: 10px !important;
}
.blogArrowsNextPrev {
width: auto !important;
}
.blogArrowsNextPrev a {
margin-top: 1rem;
line-height: 1;
}
.relatetTo .elementor-posts-container {
width: 100%;
}
.relatetTo article {
margin-right: .5rem !important;
margin-left: .5rem !important;
}
.relatetTo article a:hover {
text-shadow: none;
}
.lastPosts article {
margin: 0 !important;
}
.relatetTo p {
font-size: 1rem !important;
}
.relatetTo h5 a {
color: #383E42 !important;
text-transform: none;
}
.elementor-card-shadow-yes .elementor-post__card {
box-shadow: none !important;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
margin-bottom: 1rem !important;
}
.elementor-posts .elementor-post__card .elementor-post__title {
margin-bottom: 0 !important;
float: left;
margin-bottom: 6px !important;
width: 100%;
}
.elementor-posts .elementor-post__card .elementor-post__text {
margin-top: 0 !important;
padding: 0 !important;
}
.elementor-posts .elementor-post__card .elementor-post__read-more {
margin: 0 !important;
} .imageWithBG .elementor-image img {
display: none !important;
} .social {
margin: 6rem 78px 1rem;
font-size: 2em;
line-height: 1.2;
}
.social a {
display: inline-block;
}
.social a span {
color: #007CB0;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
.social a .facebook:before {
font-family: "entypo";
content: '\f30e';
}
.social a .instagram:before {
font-family: "icons";
content: '\f16d';
}
.social a:hover {
text-shadow: none;
}
.broken_link, a.broken_link {
text-decoration: none !important;
}
footer {
position: relative;
float: left;
left: 0;
padding: 2rem 78px;
width: 100%;
min-height: 140px;
background: #007CB0;
color: #FFFFFF;
font-weight: 300;
}
footer .footerLeft {
float: left;
top: 0;
width: 60%;
}
footer .footerLeft .widget_text {
float: left;
margin-right: 3rem;
}
footer .footerLeft .widget_text p {
margin-bottom: 1.2rem;
}
footer .footerRight {
float: left;
top: 0;
width: 40%;
text-align: right;
}
footer .footerRight .widget_nav_menu {
margin-bottom: 1.2rem;
}
footer .footerRight .menu-footer-menu-container {
display: flex;
justify-content: flex-end;
}
footer .footerRight .menu-footer-menu-container ul {
margin: 0;
width: max-content;
list-style: none !important;
text-align: right;
display: flex;
justify-content: flex-end;
}
footer .footerRight .menu-footer-menu-container ul li {
width: max-content;
}
footer .footerRight .menu-footer-menu-container a {
margin-left: 2rem;
color: #FFFFFF;
}
footer .footerRight .custom-html-widget a, footer .footerLeft .widget_text a {
color: #FFFFFF;
}
footer .footerRight .current-menu-item a, footer .footerRight .poweredBy a, footer .footerRight .poweredBy a:hover {
color: #FFFFFF;
font-weight: bold;
text-shadow: none;
}
.cli-modal .cli-modal-close {
overflow: hidden !important;
}
.wt-cli-ckyes-footer-section {
display: none;
} @media screen and (max-width:1450px) {
.detailSitesJobs .topLine > .elementor-column-wrap {
margin-top: 2rem;
}
.detailSitesJobs .elementor-container, .detailSitesJobs .elementor-row {
flex-wrap: wrap !important;
}
.detailSitesJobs .topPartCol1, .detailSitesJobs .topPartCol2, .detailSitesJobs .topPartCol3, .detailSitesJobs .bigText, .detailSitesJobs .contactInfoRight {
width: 100% !important;
}
.jobInfo .jobInfoHide {
display: none !important;
}
.jobInfo .jobInfoText {
width: 100% !important;
}
.detailArrowsJobs {
float: right;
}
}
@media screen and (max-width:1220px) {
.postInfoBoxParent .elementor-container .elementor-row {
display: block !important;
}
.postInfoBoxWrapper {
margin-top: 1rem;
width: 100% !important;
}
.postInfoBoxWrapper .elementor-widget-wrap {
position: relative;
top: auto;
padding: 2rem 1.5rem;
max-width: 100%;
}
.postInfoBoxWrapper .elementor-widget:not(:last-child) {
margin-bottom: 1rem;
}
.postInfoBoxWrapper .postInfoBox {
width: 100%;
}
}
@media screen and (max-width:1100px) {
.topLine > .elementor-column-wrap {
margin-top: 2rem;
}
.detailSites .elementor-container, .detailSites .elementor-row, .bigText .elementor-container, .contactInfoRight .elementor-container, .bigText .elementor-row, .contactInfoRight .elementor-row, .fullWidthContent > .elementor-container, .fullWidthContent .elementor-row {
flex-wrap: wrap !important;
}
.topPartCol1, .topPartCol2, .topPartCol3, .bigText, .contactInfoRight {
width: 100% !important;
}
.topPartCol1 .elementor-widget-wrap {
position: relative;
}
.topPartCol1 .elementor-widget-wrap .elementor-element:nth-of-type(2) {
position: absolute;
right: 0;
}
.contactInfoRight .elementor-column-wrap {
margin-left: 0 !important;
}
.detailArrows {
float: right;
padding-right: 1rem;
}
}
@media screen and (max-width:1070px) {
.privacyCheckText, .fileUpload .fileUploadText {
width: 80%;
}
}
@media screen and (max-width:1040px) {
header {
width: max-content;
z-index: 99999;
} .main-navigation {
display: none;
}
.mobileMenu {
position: absolute;
top: 4px;
width: 100%; z-index: 9999;
display: block;
}
.mainMenu {
position: relative;
float: left;
top: 40px;
width: 100%;
height: auto;
}
.menuButton {
padding: 0;
display: block;
text-align: left;
background: none;
}
.menuButton div {
margin-left: 5px;
width: 40px;
color: #252525;
font-weight: bold;
line-height: 1;
cursor: pointer;
text-align: center;
}
.mobileMenuWrapper {
position: relative;
right: -120%;
margin-top: 6rem;
width: 0;
height: 0;
overflow: hidden;
background: #007CC1;
transition: 300ms ease-in-out;
}
.mobileMenuWrapper h2 {
margin-bottom: 2rem;
color: #fff;
font-size: 1.375rem !important;
}
.openMenu {
right: 0;
padding: 2rem 78px;
width: 100%;
height: calc(100vh - 2rem);
transition: 300ms ease-in-out;
}
.menuInner ul, .menuInnerBottom ul {
margin: 0;
list-style: none;
}
.menuInner a, .menuInnerBottom a {
width: 100%;
color: #fff !important;
line-height: 2;
font-family: "Proxima Nova", Verdana, Geneva, sans-serif !important;
font-size: 1.375rem;
font-weight: 300;
display: block;
text-shadow: none;
}
.menuInnerBottom {
margin-top: 3rem;
}
.menuInnerBottom a {
font-size: 1rem;
}
.menuInner a:hover, .menuInnerBottom a:hover, .current-menu-item a {
color: #fff !important;
text-shadow: 1px 0;
}
}
@media screen and (max-width:1024px) {
.schwarzBox .bigText {
order: 2;
}
.schwarzBox .schwarzInfoBox {
order: 1;
z-index: 9999;
}
.schwarzInfoBox {
width: 100% !important;
}
}
@media screen and (max-width:960px) {
.imprint .elementor-column {
width: 48% !important;
}
}
@media screen and (max-width:900px) {
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-title {
font-size: 1rem !important;
}
}
@media screen and (max-width:768px) {
body {
margin-bottom: 0 !important;
overflow-x: hidden;
}
header {
margin: 0 34px;
}
.openMenu {
padding: 2rem 34px;
}
main {
margin: 0 34px;
}
section {
position: relative;
float: left;
width: 100%;
min-width: inherit;
}
.bigText p {
padding-right: 0;
font-size: 1.375rem;
}
.downloadTable {
padding: 34px;
}
.slider, .fullWidth {
left: -34px;
width: calc(100% + 68px) !important;
}
.companyDevelopingSlider .image {
padding-bottom: 0;
}
.postInfoBoxWrapper h2, .postInfoBoxWrapper .postInfoBox .postInfoBoxContent h3 {
font-size: 1rem !important;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-title {
font-size: 1.2rem !important;
}
.gridLayout .elementor-column {
margin-bottom: 3em;
width: 49% !important;
}
.doubleGridPadding .elementor-widget-wrap {
padding: 4rem 34px 3rem;
}
.doubleGrid .elementor-column {
width: 100% !important;
}
.doubleGridPadding .elementor-element {
padding: 2rem 2rem 2rem 2rem;
}
.doubleGridPadding .elementor-widget-shortcode {
padding: 0;
}
.imprint .elementor-column {
width: 100% !important;
}
.imprint .elementor-widget {
margin-bottom: 1rem !important;
}
.schwarzInfoBox .elementor-element {
top: -4.4rem;
max-width: 230px;
}
.schwarzInfoBox h4 {
font-size: 1rem !important;
}
.schwarzButtons .elementor-widget-button:first-child {
margin-bottom: 1rem !important;
}
.doubleGridLessPadding .imageWithBG .elementor-widget-wrap, .doubleGridLessPadding .elementor-widget-divider .elementor-divider {
padding: 0 !important;
}
.doubleGridLessPadding .elementor-widget-divider {
padding: 0 2rem;
}
.doubleGridLessPadding .elementor-widget-wrap {
padding: 0;
}
.social {
float: left;
margin: 4rem 34px 1rem;
font-size: 1.4em;
}
.swiper-pagination-bullet {
width: 30px !important;
}
footer {
float: left;
padding: 2rem 34px;
font-size: 1rem;
}
footer .footerLeft, footer .footerRight {
width: 100%;
}
footer .footerLeft .widget_text {
margin-right: 2rem;
}
footer .footerRight {
text-align: left;
}
footer .footerRight .menu-footer-menu-container {
justify-content: left;
}
footer .footerRight .menu-footer-menu-container a {
margin-right: 2rem;
margin-left: 0;
} .imageWithBG .elementor-image img {
display: block !important;
}
}
@media screen and (max-width:650px) {
.elementor-button span, .button, .relatetTo .elementor-post__read-more {
font-size: .8rem;
}
.buttonMargin .elementor-button {
margin-bottom: 1rem;
}
.gridLayout .elementor-column {
width: 100% !important;
}
footer .footerLeft .widget_text {
margin-right: 0;
width: 100%;
}
footer .footerRight .menu-footer-menu-container ul {
display: block;
}
}
@media screen and (max-width:550px) {
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
height: 100%;
flex: 1;
}
.relatetTo .slick-list {
width: calc(100% + 1rem);
left: -.5rem;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: absolute !important;
top: 0;
left: 0;
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-flow: row;
}
.relatetTo .slick-track {
position: relative !important;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{ } .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 4rem;
display: block;
width: 20px;
height: 40px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background-color: transparent !important;
z-index: 999;
} .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: "entypo";
font-size: 2.5rem;
line-height: 1;
color: #007CB0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: 740px;
}
.slick-prev:before
{
content: '\e805';
}
.slick-next
{
left: 800px;
}
.slick-next:before
{
content: '\e804';
} .relatetTo .slick-prev,
.relatetTo .slick-next {
top: 32%;
}
.relatetTo .slick-prev {
left: -40px;
}
.relatetTo .slick-next {
right: -40px;
left: auto;
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
} .slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
@media screen and (max-width:1445px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 29%;
}
}
@media screen and (max-width:1400px) {
.slick-prev {
left: 48vw;
}
.slick-next {
left: 52vw;
}
.companyDevelopingSlider .image img {
width: 45vw;
}
.companyDevelopingSlider .text {
width: 30vw;
}
}
@media screen and (max-width:1330px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 25.5%;
}
}
@media screen and (max-width:1120px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 23%;
}
}
@media screen and (max-width:1100px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 22%;
}
}
@media screen and (max-width:1100px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 21%;
}
}
@media screen and (max-width:900px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 26%;
}
}
@media screen and (max-width:850px) {
.slick-track {
position: relative !important;
}
.companyDevelopingSlider .rightBox {
width: 100%;
#height: 800px;
display: none;
}
.companyDevelopingSlider .image {
width: 100%;
height: auto;
}
.companyDevelopingSlider .image img {
top: 0;
width: 100%;
transform: none;
}
.companyDevelopingSlider .text {
float: left;
margin: 2rem 0 1rem 0;
padding: 0 2rem;
width: 100%;
max-width: none;
}
.companyDevelopingSlider .cdSlider {
position: relative;
height: auto;
display: inline-block;
background: #CFE4EE;
}
.slick-prev, .slick-next {
top: calc(50% - 20px);
}
.slick-prev {
left: -50px;
}
.slick-next {
left: auto;
right: -50px;
}
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 13vw;
}
}
@media screen and (max-width:768px) {
.slick-prev {
left: -25px;
}
.slick-next {
right: -25px;
}
.relatetTo .slick-prev {
left: -25px;
}
.relatetTo .slick-next {
right: -25px;
}
.slick-prev:before,
.slick-next:before
{
font-size: 1.5rem;
}
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 11vw;
}
}
@media screen and (max-width:580px) {
.relatetTo .slick-prev,
.relatetTo .slick-next {
top: 20vw;
}
}