.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;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//www.sg-design.net/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}#section-140-9 > .ct-section-inner-wrap{padding-top:0;padding-bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#section-140-9{text-align:justify}@media (max-width:991px){#section-140-9 > .ct-section-inner-wrap{display:flex;flex-direction:column}}#div_block-164-9{flex-direction:row;text-align:center;display:flex;align-items:center;margin-right:0px;padding-right:0px;margin-left:0px}#div_block-149-9{flex-direction:row;display:flex}@media (max-width:991px){#div_block-149-9{padding-top:12px;padding-left:12px;padding-right:12px;padding-bottom:12px}}@media (max-width:767px){#div_block-164-9{flex-direction:column;display:flex}}@media (max-width:767px){#div_block-149-9{flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:479px){#div_block-164-9{flex-direction:column;display:flex}}#link_text-389-9{text-decoration:none;text-transform:uppercase;url-encoded:true}#link-142-9{width:100px;height:100px;background-color:#385476;padding-top:16px;padding-left:16px;padding-right:16px;padding-bottom:16px;margin-right:0px;url-encoded:true}#link-669-6{align-items:center;text-align:center;flex-direction:row;display:flex;justify-content:center;flex-wrap:nowrap;margin-top:0px;padding-top:0px;padding-left:23px;url-encoded:true}#link-672-6{transform:;align-items:center;text-align:center;justify-content:center;padding-top:0px;margin-top:0px;flex-direction:row;display:flex;flex-wrap:nowrap;padding-right:0px;url-encoded:true}#link-12-43{transform:;align-items:center;text-align:center;justify-content:center;padding-top:0px;margin-top:0px;flex-direction:row;display:flex;flex-wrap:nowrap;padding-right:23px;margin-left:0px;url-encoded:true}@media (max-width:767px){#link-142-9{margin-top:-20px}}@media (max-width:767px){#link-669-6{padding-left:0px;padding-top:15px}}@media (max-width:767px){#link-672-6{padding-right:0px}}@media (max-width:767px){#link-12-43{padding-right:0px}}#image-143-9{filter:invert(100%)}#fancy_icon-655-6{background-color:#669900;border:1px solid #669900;padding:10px;color:#e4ebf3}#fancy_icon-655-6>svg{width:16px;height:16px}#fancy_icon-655-6{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;padding-top:-1px;padding-left:-1px;padding-right:-1px;padding-bottom:-1px;a:hover(background-color:#ffffff;)}#fancy_icon-658-6{background-color:#669900;border:1px solid #669900;padding:10px;color:#e4ebf3}#fancy_icon-658-6>svg{width:16px;height:16px}#fancy_icon-658-6{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;padding-top:-1px;padding-left:-1px;padding-right:-1px;padding-bottom:-1px;a:hover(background-color:#ffffff;)}#fancy_icon-14-43{background-color:#669900;border:1px solid #669900;padding:10px;color:#e4ebf3}#fancy_icon-14-43>svg{width:16px;height:16px}#fancy_icon-14-43{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;padding-top:-1px;padding-left:-1px;padding-right:-1px;padding-bottom:-1px;a:hover(background-color:#ffffff;)}#div_block-581-9{flex-direction:row;display:flex;padding-top:14px;margin-bottom:7px}@media (max-width:767px){#div_block-581-9{flex-direction:column;display:flex;align-items:center;text-align:center;justify-content:center}}#link-254-9{height:100px;background-color:#669900;padding-left:15px;padding-right:15px;margin-bottom:-39px;transition-duration:0.2s;transition-timing-function:ease;transition-property:all;padding-bottom:0px;padding-top:0px;box-shadow:0px 10px 20px rgba(0,0,0,0.35);z-index:10}#link-254-9:hover{background-color:#99dd33}@media (max-width:991px){#link-254-9{margin-bottom:0px;padding-left:30px;padding-right:30px}}@media (max-width:767px){#link-254-9{margin-bottom:20px;padding-left:60px;padding-right:60px}}#link_button-673-6{background-color:#385476;border:1px solid #385476;padding:5px 8px}#link_button-673-6{font-size:18px;font-family:'Maven Pro';font-weight:500;margin-right:10px;padding-left:15px;padding-right:15px;margin-left:10px}#link_button-673-6:hover{background-color:#669900;border:1px solid #669900;padding:5px 8px}@media (max-width:767px){#link_button-673-6{}#link_button-673-6{padding-top:4px;padding-bottom:4px;margin-top:10px}}@media (min-width:1121px){#_header-562-9.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active{position:fixed;top:0;left:0;right:0;z-index:2147483640;box-shadow:0px 10px 40px 0px rgba(0,0,0,0.1);}#_header-562-9.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky{display:none}#_header-562-9.oxy-header.oxy-header .oxygen-show-in-sticky-only{display:none}}#_header-562-9{sticky-box-shadow:0px 10px 40px 0px rgba(0,0,0,0.1);}#top-header .oxy-nav-menu-open,#top-header .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#ffffff}@media (max-width:767px){#top-header .oxy-header-container{flex-direction:column}#top-header .oxy-header-container > div{justify-content:center}}.oxy-header.oxy-sticky-header-active > #top-header.oxygen-show-in-sticky-only{display:block}#top-header{background-color:#ffffff}@media (max-width:767px){.oxy-header.oxy-sticky-header-active > #top-header.oxygen-show-in-sticky-only{display:block}#top-header{padding-bottom:38px}}#section-630-6 > .ct-section-inner-wrap{padding-top:93px;padding-bottom:11px;display:flex;flex-direction:column;align-items:center}#section-630-6{background-image:linear-gradient(rgba(102,153,0,0.56),rgba(102,153,0,0.56)),url(https://www.sg-design.net/wp-content/uploads/sg-design-main-background-final.jpg);background-size:auto,cover;text-align:center;background-repeat:no-repeat;background-position:50% 50%}#section-275-9 > .ct-section-inner-wrap{padding-top:39px;padding-bottom:29px;display:flex;flex-direction:row;align-items:center;justify-content:space-around}#section-275-9{background-color:#e4ebf3;text-align:justify}#unsere-leistungen > .ct-section-inner-wrap{padding-top:120px;padding-bottom:120px;display:flex;flex-direction:column;align-items:center}#unsere-leistungen{text-align:center}#section-projekte > .ct-section-inner-wrap{padding-top:60px;padding-bottom:40px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:flex-start}#section-projekte{text-align:center}#section-762-6 > .ct-section-inner-wrap{padding-top:57px;display:flex;flex-direction:column;align-items:center}#section-762-6{background-color:#669900;text-align:center}#contact-us > .ct-section-inner-wrap{padding-right:80px;padding-left:80px;align-items:center}#contact-us{background-color:#385476;overflow:hidden;text-align:center}@media (max-width:1120px){#section-projekte > .ct-section-inner-wrap{padding-bottom:60px}}@media (max-width:991px){#section-630-6 > .ct-section-inner-wrap{padding-top:80px;padding-bottom:80px}}@media (max-width:991px){#section-275-9 > .ct-section-inner-wrap{padding-top:60px;padding-bottom:0;display:flex;flex-wrap:wrap}}@media (max-width:991px){#section-projekte > .ct-section-inner-wrap{padding-bottom:40px}}@media (max-width:991px){#contact-us > .ct-section-inner-wrap{padding-top:20px;padding-bottom:20px}}@media (max-width:767px){#section-630-6 > .ct-section-inner-wrap{padding-top:60px;padding-bottom:0}#section-630-6{background-image:linear-gradient(rgba(102,153,0,0.56),rgba(102,153,0,0.56)),url(https://www.sg-design.net/wp-content/uploads/bgrnd-header-sg-design-mobile.jpg);background-size:auto,cover}}@media (max-width:767px){#section-275-9 > .ct-section-inner-wrap{padding-top:40px;padding-bottom:30px;display:flex;flex-direction:column}}@media (max-width:767px){#section-projekte > .ct-section-inner-wrap{padding-top:60px;padding-bottom:20px}}@media (max-width:767px){#contact-us > .ct-section-inner-wrap{padding-right:20px;padding-left:20px}}@media (max-width:479px){#section-projekte > .ct-section-inner-wrap{padding-bottom:20px}}#div_block-206-9{width:857px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#e6e9f0;border-right-color:#e6e9f0;border-bottom-color:#e6e9f0;border-left-color:#e6e9f0;text-align:left;padding-left:90px;padding-right:67px;padding-top:49px;padding-bottom:38px;align-items:flex-start;position:relative;margin-bottom:0px;flex-direction:unset;display:block;background-color:rgba(255,255,255,0.66);box-shadow:0px 10px 40px 0px rgba(0,0,0,0.1);z-index:5}#div_block-728-6{width:33.33%}#div_block-732-6{width:33.33%}#div_block-736-6{width:33.34%}#div_block-483-9{width:50%;margin-bottom:26px;align-items:center;text-align:center;justify-content:flex-start}#div_block-484-9{width:50%;align-items:center;text-align:center;justify-content:flex-start}#div_block-487-9{width:50%;align-items:center;text-align:center;justify-content:flex-start}#div_block-488-9{width:50%;justify-content:flex-start;align-items:center;text-align:center}#div_block-752-6{width:50%;align-items:center;text-align:center;justify-content:flex-start}#div_block-756-6{width:50%;justify-content:flex-start;align-items:center;text-align:center}#div_block-663-6{width:100.00%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center;padding-top:48px;padding-left:48px;padding-right:48px;padding-bottom:48px;position:relative}@media (max-width:991px){#div_block-206-9{margin-bottom:0px;padding-bottom:60px;overflow:visible}}@media (max-width:767px){#div_block-206-9{width:100%;padding-bottom:59px;margin-bottom:-105px;padding-left:48px;padding-top:48px;padding-right:48px;flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:767px){#div_block-483-9{margin-bottom:30px}}@media (max-width:767px){#div_block-484-9{margin-bottom:36px;flex-direction:column;display:flex;align-items:center;text-align:center;justify-content:space-around}}@media (max-width:767px){#div_block-487-9{margin-bottom:27px}}@media (max-width:767px){#div_block-488-9{margin-bottom:31px}}@media (max-width:767px){#div_block-752-6{margin-bottom:27px}}@media (max-width:767px){#div_block-756-6{margin-bottom:31px}}@media (max-width:479px){#div_block-206-9{padding-left:40px;padding-right:40px;padding-bottom:40px}}@media (max-width:991px){#new_columns-727-6> .ct-div-block{width:100% !important}}@media (max-width:991px){#new_columns-482-9> .ct-div-block{width:100% !important}}@media (max-width:991px){#new_columns-486-9> .ct-div-block{width:100% !important}}#new_columns-486-9{padding-bottom:50px}@media (max-width:991px){#new_columns-751-6> .ct-div-block{width:100% !important}}#new_columns-751-6{padding-bottom:50px}@media (max-width:991px){#new_columns-662-6> .ct-div-block{width:100% !important}}#new_columns-662-6{background-color:white;box-shadow:0px 10px 20px rgba(0,0,0,0.1)}@media (max-width:767px){#new_columns-486-9{margin-bottom:52px}}@media (max-width:767px){#new_columns-751-6{margin-bottom:52px}}#headline-207-9{line-height:0.9;margin-bottom:59px;margin-left:-15px;z-index:5}#headline-216-9{margin-bottom:18px}#headline-725-6{margin-bottom:12px;color:#000000;font-weight:600}#headline-247-9{color:#000000;margin-bottom:24px;margin-left:20px;margin-right:20px}#headline-130-9{margin-bottom:29px;margin-left:20px;margin-right:20px}#headline-665-6{margin-bottom:8px}@media (max-width:767px){#headline-207-9{font-size:64px;margin-bottom:24px;margin-left:0px}}@media (max-width:479px){#headline-207-9{font-size:52px}}#text_block-218-9{color:#666666;font-size:20px;margin-bottom:39px}#text_block-726-6{margin-bottom:42px;min-width:750px}#text_block-79-9{margin-left:20px;margin-right:20px}#text_block-132-9{color:#ffffff;font-size:20px;margin-bottom:46px;margin-left:20px;margin-right:20px;padding-left:20px;max-width:560px}@media (max-width:767px){#text_block-726-6{margin-left:20px;margin-right:20px;min-width:0px}}#link_text-560-9{margin-left:-6px;margin-bottom:24px;url-encoded:true}#text_block-498-9{url-encoded:true}#text_block-507-9{url-encoded:true}#text_block-530-9{url-encoded:true}#text_block-532-9{url-encoded:true}#link_text-755-6{url-encoded:true}#link_text-759-6{url-encoded:true}#link_text-395-9{text-decoration:none;margin-left:20px;margin-right:20px;url-encoded:true}#image-667-6{position:absolute;width:240px;left:-96px;bottom:-85px;z-index:10}#fancy_icon-631-6{color:#385476}#fancy_icon-631-6>svg{width:52px;height:52px}#fancy_icon-631-6{padding-top:20px;clear:both;position:relative;flex-direction:unset;display:block}#fancy_icon-654-6{color:#e4ebf3}#fancy_icon-654-6>svg{width:100px;height:100px}#fancy_icon-654-6{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:23px;padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px}#fancy_icon-664-6{color:#669900}#fancy_icon-664-6>svg{width:48px;height:48px}#fancy_icon-664-6{margin-bottom:8px}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
.oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1120px;
}
body {font-family: 'Maven Pro';}body {line-height: 1.6;font-size: 16px;font-weight: 400;color: #404040;}.oxy-nav-menu-hamburger-line {background-color: #404040;}h1, h2, h3, h4, h5, h6 {font-family: 'Maven Pro';font-size: 36px;font-weight: 700;color: #404040;}.ct-section-inner-wrap {
padding-top: 75px;
padding-right: 20px;
padding-bottom: 75px;
padding-left: 20px;
}.ct-new-columns > .ct-div-block {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}.oxy-header-container {
padding-right: 20px;
padding-left: 20px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.atomic-logo:hover{
opacity:1;
}
.atomic-logo {
opacity:0.7;
}
.atomic-footer-9-title {
font-size:20px;
font-weight:600;
color:#ffffff;
line-height:1.4;
letter-spacing:0.5px;
margin-bottom:18px;
}
.atomic-footer-9-link:hover{
color:#ffffff;
}
.atomic-footer-9-link {
color:rgba(255,255,255,0.5);
font-size:14px;
font-weight:400;
letter-spacing:1px;
line-height:1.1;
margin-top:10px;
margin-bottom:10px;
}
.atomic-secondary-heading {
color:#2b2c28;
font-weight:400;
font-size:54px;
line-height:1.1;
}
@media (max-width: 1120px) {
.atomic-secondary-heading {
font-size:60px;
}
}
@media (max-width: 767px) {
.atomic-secondary-heading {
font-size:44px;
}
}
.atomic-small-text {
color:#999999;
font-size:12px;
font-weight:400;
line-height:1.4;
}
.atomic-outline-button:hover{
background-color:transparent;
color:#6799b2;
border-top-color:#6799b2;
border-right-color:#6799b2;
border-bottom-color:#6799b2;
border-left-color:#6799b2;
}
.atomic-outline-button {
background-color: transparent;
border: 1px solid #6799b2;
color: #6799b2;
padding: 9px 15px;
}.atomic-outline-button {
font-weight:700;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
text-align:center;
line-height:1.2;
letter-spacing:3px;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-color:#65bec2;
border-right-color:#65bec2;
border-bottom-color:#65bec2;
border-left-color:#65bec2;
padding-left:46px;
padding-right:46px;
padding-top:18px;
padding-bottom:18px;
color:#65bec2;
background-color:transparent;
font-size:20px;
margin-right:2px;
}
@media (max-width: 991px) {
.atomic-outline-button {
font-size:16px;
padding-top:14px;
padding-bottom:14px;
padding-right:34px;
padding-left:34px;
}
}
@media (max-width: 479px) {
.atomic-outline-button {
}
}
.atomic-subheading {
font-family:Maven Pro;
color:#2b2c28;
font-size:24px;
line-height:1.4;
font-weight:300;
max-width:480px;
}
@media (max-width: 767px) {
.atomic-subheading {
}
}
.atomic-medium-button-outline:hover{
color:#6799b2;
}
.atomic-medium-button-outline {
color:#65bec2;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
padding-top:13px;
padding-bottom:13px;
padding-right:34px;
padding-left:34px;
font-size:16px;
font-weight:700;
text-align:center;
line-height:1.2;
letter-spacing:2px;
}
.atomic-iconblock-13-column {
text-align:center;
}
.atomic-iconblock-13-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-iconblock-13-column.oxy-easy-posts .oxy-posts,
.atomic-iconblock-13-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.atomic-iconblock-13-icon {
border: 1px solid;
padding: 20px;color: #385476;}.atomic-iconblock-13-icon 
>svg {width: 30px;height: 30px;}.atomic-iconblock-13-icon {
margin-bottom:16px;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
}
.atomic-iconblock-13-title {
font-family:Maven Pro;
font-weight:600;
color:#669900;
font-size:20px;
letter-spacing:0.5px;
line-height:1.1;
margin-bottom:8px;
}
.atomic-iconblock-13-text {
color:#2b2c28;
font-size:18px;
font-weight:400;
line-height:1.4;
margin-bottom:18px;
}
.onepage-heading-two {
color:#ffffff;
font-size:50px;
font-weight:900;
line-height:1.1;
}
@media (max-width: 479px) {
.onepage-heading-two {
font-size:40px;
}
}
.onepage-subheading {
color:#666666;
font-size:20px;
font-weight:400;
max-width:720px;
line-height:1.6;
margin-bottom:34px;
}
.onepage-iconblock-2-wrapper {
text-align:left;
}
.onepage-iconblock-2-wrapper:not(.ct-section):not(.oxy-easy-posts),
.onepage-iconblock-2-wrapper.oxy-easy-posts .oxy-posts,
.onepage-iconblock-2-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.onepage-iconblock-2-icon {
color: #669900;}.onepage-iconblock-2-icon 
>svg {width: 36px;height: 36px;}.onepage-iconblock-2-icon {
margin-bottom:12px;
}
.onepage-iconblock-2-text {
font-family:Maven Pro;
color:#666666;
font-size:16px;
font-weight:400;
line-height:1.6;
}
.onepage-heading-three {
color:#669900;
font-size:30px;
font-weight:900;
line-height:1.1;
}
.atomic-primary-heading {
color:#2b2c28;
font-size:64px;
font-weight:400;
line-height:1.1;
margin-top:0px;
}
@media (max-width: 767px) {
.atomic-primary-heading {
font-size:54px;
}
}
.onepage-footer-contact:hover{
color:#669900;
}
.onepage-footer-contact {
text-decoration:underline;
color:#000000;
font-weight:900;
}
.onepage-footer-link:hover{
color:#669900;
}
.onepage-footer-link {
color:#385476;
font-size:14px;
font-weight:500;
line-height:1.1;
padding-top:12px;
padding-bottom:12px;
padding-left:20px;
padding-right:20px;
letter-spacing:0.5px;
}
.onepage-header-link:hover{
color:#99dd33;
}
.onepage-header-link {
font-family:Maven Pro;
color:#385476;
font-size:16px;
line-height:1.1;
font-weight:600;
text-decoration:none;
letter-spacing:0.5px;
padding-top:12px;
padding-bottom:12px;
padding-left:20px;
padding-right:20px;
box-shadow:0px #385476;
}
@media (max-width: 767px) {
.onepage-header-link {
margin-bottom:8px;
}
}
.onepage-heading-one {
color:#000000;
font-weight:900;
font-size:120px;
line-height:1.1;
}
.onepage-red-button:hover{
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
box-shadow:0px 20px 40px -10px rgba(102,153,0,0.5);
}
.onepage-red-button {
color:#ffffff;
background-color:#669900;
text-decoration:none;
font-size:20px;
font-weight:700;
line-height:1.1;
padding-left:48px;
padding-right:48px;
padding-top:17px;
padding-bottom:17px;
border-radius:100px;
letter-spacing:1px;
text-align:center;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
box-shadow:0px 25px 20px -20px rgba(102,153,0,0.3);
}
.onepage-clients-image {
opacity:0.2;
height:70px;
filter:grayscale(68%);
}
@media (max-width: 767px) {
.onepage-clients-image {
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
}
}
.BenefitWrapper {
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
width:50%;
}
@media (max-width: 991px) {
.BenefitWrapper {
}
.BenefitWrapper:not(.ct-section):not(.oxy-easy-posts),
.BenefitWrapper.oxy-easy-posts .oxy-posts,
.BenefitWrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
}
@media (max-width: 767px) {
.BenefitWrapper {
width:100%;
}
}
.onepage-benefits-number {
color:#669900;
font-size:120px;
font-weight:900;
line-height:1.1;
margin-left:-10px;
}
.onepage-benefits-title {
color:#000000;
font-size:22px;
font-weight:900;
margin-bottom:6px;
line-height:1.4;
}
.onepage-benefits-text {
color:#666666;
font-size:20px;
font-weight:400;
}
.onepage-testimonial-quote {
color:#000000;
background-color:#e4ebf3;
font-weight:400;
font-style:italic;
max-width:720px;
font-size:20px;
padding-top:30px;
padding-left:35px;
padding-right:35px;
padding-bottom:40px;
margin-bottom:24px;
margin-left:10px;
margin-right:10px;
}
@media (max-width: 479px) {
.onepage-testimonial-quote {
font-size:16px;
}
}
.onepage-testimonial-wrapper {
margin-bottom:24px;
}
.onepage-testimonial-wrapper:not(.ct-section):not(.oxy-easy-posts),
.onepage-testimonial-wrapper.oxy-easy-posts .oxy-posts,
.onepage-testimonial-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 479px) {
.onepage-testimonial-wrapper {
}
.onepage-testimonial-wrapper:not(.ct-section):not(.oxy-easy-posts),
.onepage-testimonial-wrapper.oxy-easy-posts .oxy-posts,
.onepage-testimonial-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.onepage-testimonial-avatar {
height:60px;
border-radius:100%;
margin-right:12px;
}
@media (max-width: 479px) {
.onepage-testimonial-avatar {
margin-right:0px;
margin-bottom:12px;
}
}
.onepage-testimonial-name {
font-size:20px;
color:#000000;
line-height:1.1;
}
.onepage-white-button:hover{
box-shadow:0px 20px 40px rgba(56,84,118,0.5);
}
.onepage-white-button {
background-color:#ffffff;
color:#669900;
font-size:20px;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
padding-left:60px;
padding-right:60px;
padding-top:17px;
padding-bottom:17px;
border-radius:100px;
text-decoration:none;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
text-align:center;
box-shadow:0px 10px 20px 0px rgba(56,84,118,0.3);
}
.onepage-integrations-colunm {
}
.onepage-integrations-colunm:not(.ct-section):not(.oxy-easy-posts),
.onepage-integrations-colunm.oxy-easy-posts .oxy-posts,
.onepage-integrations-colunm.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
.onepage-integrations-brand-back {
width:100%;
padding-top:36px;
padding-left:20px;
padding-right:20px;
padding-bottom:36px;
text-align:center;
background-color:white;
box-shadow:0px 10px 40px 0px rgba(0,0,0,0.1);
}
.onepage-integrations-brand-back:not(.ct-section):not(.oxy-easy-posts),
.onepage-integrations-brand-back.oxy-easy-posts .oxy-posts,
.onepage-integrations-brand-back.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 1120px) {
.onepage-integrations-brand-back {
padding-left:60px;
padding-right:60px;
}
}
@media (max-width: 991px) {
.onepage-integrations-brand-back {
padding-left:40px;
padding-right:40px;
}
}
@media (max-width: 767px) {
.onepage-integrations-brand-back {
padding-left:80px;
padding-right:80px;
}
}
@media (max-width: 479px) {
.onepage-integrations-brand-back {
padding-left:60px;
padding-right:60px;
}
}
.onepage-integrations-logo {
max-width:160px;
}
.onepage-portfolio-image:hover{
background-image:linear-gradient(#c7d3e1, #c7d3e1); opacity:0.8;
mix-blend-mode:color;
}
.onepage-portfolio-image {
margin-bottom:23px;
min-height:330px;
max-height:330px;
border-top-color:#385476;
border-right-color:#385476;
border-bottom-color:#385476;
border-left-color:#385476;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
box-shadow:0px 4px 12px 1px #c7d3e1;
}
@media (max-width: 767px) {
.onepage-portfolio-image {
min-height:200px;
min-width:300px;
}
}
.onepage-portfolio-title {
font-size:22px;
color:#000000;
font-weight:900;
line-height:1.1;
text-align:left;
margin-bottom:12px;
}
.onepage-portfolio-label:hover{
color:#c7d3e1;
}
.onepage-portfolio-label {
background-color:#669900;
color:#ffffff;
font-weight:400;
font-size:14px;
padding-top:4px;
padding-bottom:6px;
padding-left:24px;
padding-right:24px;
border-radius:100px;
margin-top:10px;
text-decoration:none;
}
.linkedin_link:hover{
background-image:linear-gradient(#385476, #385476); background-color:#385476;
}
.linkedin_link {
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
.xinx_link:hover{
background-image:linear-gradient(#385476, #385476); background-color:#385476;
}
.xinx_link {
}
.linkedinlink {
}
.contact-form {
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
.oxy-superbox-primary {
}
.oxy-superbox-secondary {
}
.tabs-4731-tab {
text-align:center;
background-color:#c7d3e1;
}
.tabs-4731-tab:not(.ct-section):not(.oxy-easy-posts),
.tabs-4731-tab.oxy-easy-posts .oxy-posts,
.tabs-4731-tab.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.tabs-4731-tab-active {
}
.tabs-contents-4731-tab {
background-color:rgba(102,153,0,0.3);
}
.kontakt-section {
}
.oxy-stock-content-styles {
}
h1,h2,h3,h4,h5{fontsize:0.6em !important;} .grecaptcha-badge { display: none !important; }.oxy-post-meta-author{
display:none;
}
label-contact{
font-family:Maven Pro;
text-align:center;
text-decoration:none;
font-weight:500;
}
input.wpcf7-submit:hover{
box-shadow:0px 25px 20px -10px rgba(0,0,0,0.47);
cursor: pointer;
}
input.wpcf7-submit{
font-family:Maven Pro;
background-color:#669900;
padding-top:17px;
padding-left:48px;
padding-bottom:17px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-weight:700;
text-align:center;
text-transform:none;
border-radius:100px;
color:#ffffff;
font-size:20px;
text-decoration:none;
line-height:1.1;
letter-spacing:1px;
padding-right:48px;
margin-top:0px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
box-shadow:inset 0px 25px 20px -20px rgba(102,153,0,0)3;
color: #ffffff; background-color: #669900; text-decoration: none; font-size: 20px; font-weight: 700; line-height: 1.1; padding-left: 48px; padding-right: 48px; padding-top: 17px; padding-bottom: 17px; border-radius: 100px; letter-spacing: 1px; text-align: center; transition-duration: 0.2s; transition-timing-function: ease; transition-property: all; box-shadow: 0px 25px 20px -20px rgba(102,153,0,0.3);
}