.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cookie-popup {
position: fixed;
bottom: 0;
right: 0;
width: auto;
z-index: 900;
max-width: 100%;
min-height: 80px;
padding: 30px;
background: #FFF;
box-shadow: 0 0 25px rgba(0,0,0,0.16);
left: 0;
}
.cookie-popup .title {
font-size: 24px;
font-family: inherit;
}
.cookie-popup p {
font-weight: 100;
font-size: inherit;
line-height: 1.2;
}
.cookie-popup a.cookie-link {
font-size: inherit;
}
.main-cookies {
max-width: 70%;
margin: 0 auto;
}  .main-cookie-window {
display: block;
}
.main-cookie-window .link-preferences {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
}
.main-cookie-window p {
margin: 0;
}
.main-cookie-window .custom-link {
display: block !important;
text-align: center;
}
.main-cookie-window.vb-hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
height: 0;
}
.main-cookie-window.h-0 {
height: 0;
-webkit-transition: all .3s ease-in-out;
}  .cookie-preferences {  -webkit-transition: all .3s ease-in-out; overflow: auto;
}
.cookie-preferences.vb-show {
visibility: visible;
opacity: 1;
-webkit-transition: all 1s ease-in-out;
height: auto;
}
.cookie-preferences .content ul {
list-style: none;
display: flex;
justify-content: space-evenly;
padding: 10px;
border: 2px solid #9c2d48;
}
.cookie-preferences .content ul li a {
text-decoration: underline;
}     .cookie-preferences .custom-link {
display: block !important;
text-align: center;
}
.cookie-preferences .preferences p {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
margin: 0;
}
.cookie-preferences .input-type {
display: inline-block;
float: right;
margin-left: 10px;
}
.cookie-preferences .css-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 40px;
height: 20px;
background: #c7cad2;
border-radius: 3em;
position: relative;
cursor: pointer;
border: initial;
padding: initial;
transition: background .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked {
background: #eeeeee;
}
.cookie-preferences .css-checkbox:after {
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: #000000;
box-shadow: 0 0 0.25em rgba(0,0,0,.3);
transform: scale(.8);
left: 0;
transition: all .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked:after {
left: calc(100% - 1.4em);
}
.cookie-preferences .css-checkbox#functional {
cursor: default;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap");
@font-face {
font-family: font-bold;
src: url(//louckx.be/wp-content/themes/Avada-Child/assets/fonts/Ancillary-Bold.otf);
font-display: swap;
}
@font-face {
font-family: font-regular;
src: url(//louckx.be/wp-content/themes/Avada-Child/assets/fonts/Ancillary-Regular.otf);
font-display: swap;
}
.even {
background: #e9f0ec !important;
}
.green-color {
color: #1e663f !important;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.beleggingen-row {
min-height: 510px !important;
}
@media (max-width: 992px) {
.beleggingen-row {
min-height: 0 !important;
}
}
.beleggingen-row .fusion-column-wrapper {
margin-right: 0 !important;
margin-left: 0 !important;
}
@media (max-width: 992px) {
.beleggingen-row .fusion-column-wrapper {
display: block !important;
}
}
.beleggingen-row .first-column {
padding-top: 60px !important;
padding-bottom: 40px !important;
padding-right: 60px !important;
}
@media (max-width: 1260px) {
.beleggingen-row .first-column {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
@media (max-width: 992px) {
.beleggingen-row .first-column.grey, .beleggingen-row .first-column.light-grey {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.beleggingen-row .first-column.light-grey {
padding-left: 0 !important;
}
.beleggingen-image {
width: 50%;
float: right;
background: url(//louckx.be/wp-content/themes/Avada-Child/assets/images/beleggingen_v1.jpg);
background-size: cover !important;
position: absolute;
right: 0;
top: 0;
display: flex;
height: 100%;
background-repeat: no-repeat !important;
}
@media (max-width: 992px) {
.beleggingen-image {
position: relative;
width: 100% !important;
height: 350px !important;
}
}
.beleggingen-image.image_v2 {
background: url(//louckx.be/wp-content/themes/Avada-Child/assets/images/beleggingen_v2.jpg);
}
@media (max-width: 992px) {
.beleggingen-image.image_v2 {
position: relative;
width: 100% !important;
height: 350px !important;
background-position: center center !important;
background-size: contain !important;
background-color: #ffffff !important;
}
}
@media (max-width: 992px) {
.content-build {
display: block !important;
}
}
.plus-image {
width: 40px !important;
height: 40px !important;
object-fit: contain !important;
margin-right: 10px !important;
}
.light-grey {
background: #f8f8f8 !important;
position: relative;
padding-right: 60px !important;
}
@media (max-width: 992px) {
.light-grey {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.light-grey ul {
padding-left: 20px;
}
.light-grey:before {
content: "";
background: #f8f8f8;
position: absolute;
right: 100%;
width: 500%;
top: 0;
height: 100%;
}
.light-grey:after {
content: "";
background: #f8f8f8;
position: absolute;
left: 100%;
width: 500%;
top: 0;
height: 100%;
display: none;
}
@media (max-width: 992px) {
.light-grey:after {
display: block !important;
}
}
.grey {
background: #ededed !important;
position: relative;
padding-left: 60px !important;
}
@media (max-width: 992px) {
.grey {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.grey ul {
padding-left: 20px;
}
.grey:before {
content: "";
background: #ededed;
position: absolute;
left: 100%;
width: 500%;
top: 0;
height: 100%;
}
.grey:after {
content: "";
background: #ededed;
position: absolute;
right: 100%;
width: 500%;
top: 0;
height: 100%;
display: none;
}
@media (max-width: 992px) {
.grey:after {
display: block !important;
}
}
.page-contact .gmap,
.page-offerte .gmap {
width: 100%;
height: 500px;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media (max-width: 767px) {
.page-contact .contact-col,
.page-offerte .contact-col {
margin-bottom: 30px !important;
}
}
.page-contact .contact-col .fusion-column-wrapper,
.page-offerte .contact-col .fusion-column-wrapper {
padding: 32px 32px 24px !important;
background: #ffffff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
transition: -webkit-box-shadow 0.2s;
-webkit-transition: -webkit-box-shadow 0.2s;
transition: box-shadow 0.2s;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
transition: box-shadow 0.2s;
}
.page-contact .contact-col .fusion-column-wrapper:hover,
.page-offerte .contact-col .fusion-column-wrapper:hover {
box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
}
.page-contact .contact-col .fusion-column-wrapper .fusion-imageframe,
.page-offerte .contact-col .fusion-column-wrapper .fusion-imageframe {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 80px;
margin-bottom: 29px;
border-radius: 50%;
}
.page-contact .contact-col .fusion-column-wrapper .fusion-imageframe.mail-icon,
.page-offerte .contact-col .fusion-column-wrapper .fusion-imageframe.mail-icon {
background: #fcffd4 !important;
}
.page-contact .contact-col .fusion-column-wrapper .fusion-imageframe.marker-icon,
.page-offerte .contact-col .fusion-column-wrapper .fusion-imageframe.marker-icon {
background: #c1f2cb !important;
}
.page-contact .contact-col .fusion-column-wrapper .fusion-imageframe.phone-icon,
.page-offerte .contact-col .fusion-column-wrapper .fusion-imageframe.phone-icon {
background: #a0e3bf !important;
}
.page-contact .contact-col .fusion-column-wrapper .open-h4 h4,
.page-offerte .contact-col .fusion-column-wrapper .open-h4 h4 {
color: #5a6360 !important;
font-weight: 700 !important;
}
.page-contact .contact-form,
.page-offerte .contact-form {
margin-top: 30px;
}
.page-contact .contact-form .loading-spinner,
.page-offerte .contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.page-contact .contact-form .loading-spinner img,
.page-offerte .contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.page-contact .contact-form .wpcf7-form-control,
.page-offerte .contact-form .wpcf7-form-control {
height: 60px;
line-height: 60px;
padding: 0 30px;
outline: none;
font-size: 19px;
color: #808080;
max-width: 100%;
width: 100%;
display: block;
background-color: #ffffff;
font-weight: 500;
opacity: 1;
border: 2px solid #f8f8f8 !important;
color: #808080 !important;
margin-bottom: 30px !important;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-textarea,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-textarea {
min-height: 150px !important;
margin-bottom: 0 !important;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-file,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-file {
height: auto !important;
padding: 0 !important;
border: 0 !important;
margin-bottom: 10px !important;
line-height: 1.5 !important;
font-size: 16px !important;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-submit,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-submit {
display: inline-block !important;
width: auto !important;
margin-bottom: 0 !important;
background: #1e663f !important;
color: #ffffff !important;
text-transform: uppercase;
line-height: 1 !important;
padding: 17px 32px !important;
z-index: 1;
border: 0 !important;
box-shadow: 0 0 40px 0 #eee;
letter-spacing: 1px !important;
font-size: 15px !important;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-submit:before,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-submit:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff !important;
z-index: -1;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-submit:hover,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-submit:hover {
color: #1e663f !important;
}
.page-contact .contact-form .wpcf7-form-control.wpcf7-submit:hover:before,
.page-offerte .contact-form .wpcf7-form-control.wpcf7-submit:hover:before {
width: 100%;
height: 100%;
}
.page-contact .contact-form .wpcf7-acceptance,
.page-offerte .contact-form .wpcf7-acceptance {
padding: 0 !important;
border: 0 !important;
height: auto !important;
margin-bottom: 0 !important;
}
.page-contact .contact-form .wpcf7-acceptance .wpcf7-list-item,
.page-offerte .contact-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
}
.page-contact .contact-form .wpcf7-acceptance .wpcf7-list-item label,
.page-offerte .contact-form .wpcf7-acceptance .wpcf7-list-item label {
font-size: 13px !important;
display: flex;
align-items: center;
}
@media (max-width: 500px) {
.page-contact .contact-form .wpcf7-acceptance .wpcf7-list-item label,
.page-offerte .contact-form .wpcf7-acceptance .wpcf7-list-item label {
font-size: 11px !important;
}
}
.page-contact .contact-form .wpcf7-acceptance .wpcf7-list-item label input,
.page-offerte .contact-form .wpcf7-acceptance .wpcf7-list-item label input {
margin-right: 5px !important;
}
input::-webkit-input-placeholder {
color: rgb(156, 163, 175) !important;
display: none !important;
}
input:-moz-placeholder {
color: rgb(156, 163, 175) !important;
}
input::-moz-placeholder {
color: rgb(156, 163, 175) !important;
}
input:-ms-input-placeholder {
color: rgb(156, 163, 175) !important;
}
textarea::-webkit-input-placeholder {
color: rgb(156, 163, 175) !important;
}
textarea:-moz-placeholder {
color: rgb(156, 163, 175) !important;
}
textarea::-moz-placeholder {
color: rgb(156, 163, 175) !important;
}
textarea:-ms-input-placeholder {
color: rgb(156, 163, 175) !important;
}
.unaccepted .wpcf7-form-control.wpcf7-validates-as-required, .invalid .wpcf7-form-control.wpcf7-validates-as-required {
border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.wpcf7-response-output.error {
display: none !important;
}
.wpcf7-response-output.success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "Open Sans", sans-serif !important;
position: absolute !important;
right: 30px;
bottom: 5px;
color: #1e663f !important;
}
@media (max-width: 500px) {
.wpcf7-response-output.success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
.wpcf7-response-output.success .close {
display: none !important;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}
#cookies-agree {
border-color: #c5d301 !important;
color: #c5d301 !important;
transition: all 0.3s ease-in;
transition-duration: 0.3s;
border-radius: 4px !important;
text-transform: none !important;
z-index: 1;
position: relative;
box-shadow: 0 0 40px 0 #eee;
}
#cookies-agree:after {
display: none !important;
}
#cookies-agree:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #c5d301;
z-index: -1;
}
#cookies-agree:hover {
color: #ffffff !important;
}
#cookies-agree:hover:before {
width: 100%;
height: 100%;
}
#cookies-agree-all {
color: #1e663f !important;
border-color: #1e663f !important;
transition: all 0.3s ease-in;
transition-duration: 0.3s;
border-radius: 4px !important;
text-transform: none !important;
z-index: 1;
position: relative;
box-shadow: 0 0 40px 0 #eee;
}
#cookies-agree-all:after {
display: none !important;
}
#cookies-agree-all:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #1e663f;
z-index: -1;
}
#cookies-agree-all:hover {
color: #ffffff !important;
}
#cookies-agree-all:hover:before {
width: 100%;
height: 100%;
}
.cookie-popup {
z-index: 9999 !important;
}
.cookie-popup .title {
color: #1e663f !important;
font-size: 22px !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #1e663f !important;
}
@media (max-width: 1200px) {
.cookie-popup .main-cookies {
max-width: 100% !important;
}
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
margin-right: 10px !important;
border-radius: 0 !important;
}
@media (max-width: 500px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup .custom-link:hover {
color: #000000 !important;
}
@media (max-width: 500px) {
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 4px;
}
@media (max-width: 992px) {
.cookie-popup .cookie-preferences ul {
flex-direction: column !important;
}
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
}
.cookie-popup .cookie-preferences ul li a {
color: #1e663f !important;
text-decoration: none !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #07170e !important;
}
.cookie-popup .cookie-preferences ul li a:after {
display: none;
}
.cookie-popup .cookie-preferences ul li .css-checkbox {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
outline: none !important;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:after {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #1e663f;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
color: #1e663f !important;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 17px !important;
color: #5a6360 !important;
}
p {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 17px !important;
color: #5a6360 !important;
}
b, strong {
font-weight: 700 !important;
font-family: "Open Sans", sans-serif !important;
color: #5a6360 !important;
}
b.green, strong.green {
color: #1e663f !important;
text-decoration: underline !important;
}
.fusion-body a {
-webkit-font-smoothing: antialiased !important;
font-family: "font-regular" !important;
color: #5a6360 !important;
position: relative;
}
.fusion-body a.lightbox:after {
display: none !important;
}
.fusion-body a:after {
content: "";
position: absolute;
left: 0;
top: -5px;
height: 1px;
background: #1e663f;
width: 0;
transition: all 0.6s ease;
}
.fusion-body a:hover {
text-decoration: none !important;
}
.fusion-body a:hover:after {
width: 100% !important;
}
.fusion-body a.notice {
font-weight: 700 !important;
color: #1e663f !important;
}
.fusion-body a.fusion-flyout-menu-toggle:after {
display: none !important;
}
.fusion-body a.light-green {
background: #c5d301 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
margin-right: 10px;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
letter-spacing: 1px;
font-size: 15px !important;
}
.fusion-body a.light-green:after {
display: none !important;
}
.fusion-body a.light-green:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.fusion-body a.light-green:hover {
color: #c5d301 !important;
}
.fusion-body a.light-green:hover:before {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.fusion-body a.light-green {
margin-right: 0 !important;
display: block !important;
width: 100% !important;
margin-bottom: 15px !important;
text-align: center !important;
}
}
.fusion-body a.green {
background: #1f9538 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
margin-right: 10px;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
letter-spacing: 1px;
font-size: 15px !important;
}
.fusion-body a.green:after {
display: none !important;
}
.fusion-body a.green:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.fusion-body a.green:hover {
color: #1f9538 !important;
}
.fusion-body a.green:hover:before {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.fusion-body a.green {
margin-right: 0 !important;
display: block !important;
width: 100% !important;
margin-bottom: 15px !important;
text-align: center !important;
}
}
.fusion-body a.dark-green {
background: #1e663f !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
letter-spacing: 1px;
font-size: 15px !important;
}
.fusion-body a.dark-green:after {
display: none !important;
}
.fusion-body a.dark-green:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.fusion-body a.dark-green:hover {
color: #1e663f !important;
}
.fusion-body a.dark-green:hover:before {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.fusion-body a.dark-green {
margin-right: 0 !important;
display: block !important;
width: 100% !important;
text-align: center !important;
}
}
h1 {
font-family: "font-bold" !important;
font-size: 38px !important;
color: #1e663f !important;
margin-bottom: 12px !important;
}
@media (max-width: 767px) {
h1 {
font-size: 28px !important;
}
}
h2 {
font-family: "font-bold" !important;
font-size: 38px !important;
color: #1e663f !important;
margin-bottom: 12px !important;
}
@media (max-width: 767px) {
h2 {
font-size: 26px !important;
}
}
h3 {
font-family: "font-regular" !important;
font-size: 30px !important;
color: #1e663f !important;
margin-bottom: 12px !important;
}
@media (max-width: 767px) {
h3 {
font-size: 24px !important;
}
}
h4 {
font-family: "font-bold" !important;
font-size: 18px !important;
color: #1e663f !important;
margin-bottom: 12px !important;
text-transform: uppercase !important;
}
@media (max-width: 767px) {
h4 {
font-size: 17px !important;
}
}
.open-h3 h3 {
color: #88bd23 !important;
font-family: "Open Sans", sans-serif !important;
font-weight: 600 !important;
line-height: 1.1 !important;
font-size: 26px !important;
margin-bottom: 30px !important;
}
.open-h4 h4 {
font-family: "Open Sans", sans-serif !important;
font-weight: 500 !important;
font-size: 22px !important;
color: #1e663f !important;
text-transform: none !important;
margin-bottom: 30px !important;
}
blockquote {
background: transparent !important;
padding: 0 !important;
border: 0 !important;
margin: 0 !important;
}
blockquote p {
font-family: "Open Sans", sans-serif !important;
font-weight: 500 !important;
font-size: 28px !important;
}
.fslightbox-container {
background: rgba(0, 0, 0, 0.8) !important;
}
.button-section {
text-align: center;
}
.fusion-bdy .fusion-title {
margin: 0 !important;
}
@media (max-width: 1024px) {
.fusion-bdy .fusion-title {
margin: 0 !important;
}
}
.light-green-border {
border: 1px solid #c5d301 !important;
}
.green-border {
border: 1px solid #1e663f !important;
}
.intro {
text-align: center;
max-width: 60%;
margin: 0 auto;
}
@media (max-width: 767px) {
.intro {
max-width: 100% !important;
}
}
.intro p {
font-size: 22px !important;
}
.buttons-section {
display: flex;
justify-content: space-between;
}
@media (max-width: 1200px) {
.buttons-section {
display: block !important;
}
}
.buttons-section a {
padding: 8px 18px 6px 18px !important;
color: #ffffff !important;
text-transform: uppercase;
width: 22% !important;
letter-spacing: 1px;
font-size: 15px !important;
}
@media (max-width: 1200px) {
.buttons-section a {
width: 50% !important;
float: left;
}
}
@media (max-width: 767px) {
.buttons-section a {
width: 100% !important;
float: left;
margin-bottom: 15px !important;
}
}
.buttons-section a:first-child {
background: #c5d301;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
}
.buttons-section a:first-child:after {
display: none !important;
}
.buttons-section a:first-child:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.buttons-section a:first-child:hover {
color: #c5d301 !important;
}
.buttons-section a:first-child:hover:before {
width: 100%;
height: 100%;
}
.buttons-section a:nth-child(2) {
background: #88bd23;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
}
.buttons-section a:nth-child(2):after {
display: none !important;
}
.buttons-section a:nth-child(2):before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.buttons-section a:nth-child(2):hover {
color: #88bd23 !important;
}
.buttons-section a:nth-child(2):hover:before {
width: 100%;
height: 100%;
}
.buttons-section a:nth-child(3) {
background: #1f9538;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
}
.buttons-section a:nth-child(3):after {
display: none !important;
}
.buttons-section a:nth-child(3):before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.buttons-section a:nth-child(3):hover {
color: #1f9538 !important;
}
.buttons-section a:nth-child(3):hover:before {
width: 100%;
height: 100%;
}
.buttons-section a:nth-child(4) {
background: #1e663f;
position: relative;
z-index: 1;
box-shadow: 0 0 40px 0 #eee;
}
.buttons-section a:nth-child(4):after {
display: none !important;
}
.buttons-section a:nth-child(4):before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.buttons-section a:nth-child(4):hover {
color: #1e663f !important;
}
.buttons-section a:nth-child(4):hover:before {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.buttons-section a:nth-child(4) {
margin-bottom: 0 !important;
}
}
.home #main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
.fusion-fullwidth.slider-container, .fusion-fullwidth.content-build {
padding-left: 0 !important;
padding-right: 0 !important;
}
.lg-hide {
display: none !important;
}
@media (max-width: 1125px) {
.lg-hide {
display: block !important;
}
}
#main {
padding-top: 60px !important;
padding-bottom: 0 !important;
}
.page-familie #main {
padding-bottom: 0 !important;
}
@media (min-width: 1125px) {
.lg-mr-0 {
padding-right: 0 !important;
}
}
.fusion-text p em {
color: #1e663f !important;
font-style: italic;
font-weight: 600 !important;
}
table {
table-layout: fixed !important;
}
@media (max-width: 767px) {
.tools {
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
.tools:last-child {
margin-bottom: 0 !important;
}
}
@media (max-width: 767px) {
.tools .fusion-imageframe img {
width: 100% !important;
}
}
.image-h2 h2 {
font-size: 32px !important;
}
.image-h2 img {
max-width: 50px !important;
margin-right: 10px !important;
}
.image-h2 img.right-align {
margin-left: 10px !important;
margin-right: 0 !important;
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #5a6360 !important;
font-family: "Open Sans", sans-serif !important;
font-size: 24px;
display: block;
font-weight: 700;
}
#documentcenter #partner,
#documentcenter #category,
#documentcenter #free-search {
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
color: gray;
transition: all 0.5s ease;
}
#documentcenter .btn-main {
background: #1e663f !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
margin-right: 10px;
border: 0 !important;
}
@media (max-width: 767px) {
#documentcenter .btn-main {
margin-right: 0 !important;
display: block !important;
width: 100% !important;
margin-bottom: 15px !important;
text-align: center !important;
}
}
#documentcenter .btn-main:focus {
outline: none !important;
}
#documentcenter #nrresults {
color: #1e663f !important;
padding: 0;
display: inline-block;
}
#documentcenter #results {
margin-top: 30px;
}
#documentcenter #results ul {
list-style: none;
padding: 0 !important;
}
#documentcenter #results ul li a {
color: #1e663f;
}
#documentcenter #results ul li a:before {
content: "";
display: inline-block;
position: relative;
bottom: 0.25em;
width: 0;
height: 2px;
transition: all 0.3s ease-in-out;
background: #c5d301;
}
#documentcenter #results ul li a:hover {
text-decoration: none;
}
#documentcenter #results ul li a:hover:before {
width: 4px;
height: 4px;
margin-right: 10px;
}
footer {
background: #f8f8f8 !important;
border: 0 !important;
padding-top: 60px !important;
padding-bottom: 60px !important;
}
@media (max-width: 767px) {
footer {
padding-bottom: 0 !important;
}
}
@media (min-width: 1230px) {
footer .fusion-row {
display: flex !important;
}
}
footer .footer-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (max-width: 1230px) {
footer .footer-col {
display: block !important;
width: 50% !important;
float: left !important;
max-width: 50% !important;
margin-bottom: 30px !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
}
@media (max-width: 767px) {
footer .footer-col {
width: 100% !important;
max-width: 100% !important;
}
}
footer .footer-col .footer-info {
font-size: 14px !important;
}
@media (max-width: 1230px) {
footer .footer-col .cta-footer {
margin-top: 15px !important;
}
}
footer .footer-col .cta-footer a {
background: #e8efeb !important;
color: #1e663f !important;
text-transform: uppercase;
padding: 7px 16px !important;
display: inline-block;
border: 1px solid #1e663f !important;
font-size: 14px !important;
font-family: "font-regular" !important;
z-index: 1;
letter-spacing: 1px;
}
footer .footer-col .cta-footer a:after {
display: none !important;
}
footer .footer-col .cta-footer a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #1e663f;
z-index: -1;
}
footer .footer-col .cta-footer a:hover {
color: #ffffff !important;
}
footer .footer-col .cta-footer a:hover:before {
width: 100%;
height: 100%;
}
footer h4 {
margin-top: 0 !important;
}
footer .footer-content {
margin-bottom: 12px;
display: flex;
align-content: center;
}
footer .footer-content.no-flex {
display: block !important;
}
footer .footer-content:last-child {
margin-bottom: 0 !important;
}
footer .footer-content .footer-icon {
margin-right: 5px !important;
}
footer .footer-content .footer-icon.second-icon {
margin-left: 5px !important;
}
footer .footer-content .footer-icon img {
width: 20px !important;
height: 20px !important;
object-fit: contain !important;
}
footer .footer-content .footer-text {
color: #5a6360 !important;
}
footer .footer-content .footer-text a {
color: #5a6360 !important;
}
.fusion-footer-copyright-area {
padding-top: 0 !important;
padding-bottom: 15px !important;
}
.fusion-footer-copyright-area ul {
list-style: none;
padding: 0 !important;
margin: 0 !important;
}
@media (max-width: 767px) {
.fusion-footer-copyright-area ul.socials {
margin-bottom: 15px !important;
}
}
.fusion-footer-copyright-area ul.socials li a:after {
display: none !important;
}
.fusion-footer-copyright-area ul li {
display: inline-block;
font-size: 14px !important;
margin-right: 10px !important;
}
@media (max-width: 767px) {
.fusion-footer-copyright-area ul li {
display: block;
width: 100%;
}
}
.fusion-footer-copyright-area ul li:last-child {
margin-right: 0 !important;
}
.fusion-footer-copyright-area ul li img {
width: 20px !important;
height: 20px !important;
object-fit: contain !important;
}
.fusion-footer-copyright-area .menu {
float: right;
}
@media (max-width: 1200px) {
.fusion-footer-copyright-area .menu {
float: left;
}
}
.fusion-footer-copyright-area .menu li {
margin-right: 0 !important;
}
.fusion-footer-copyright-area .menu li:last-child:after {
display: none !important;
}
.fusion-footer-copyright-area .menu li:last-child a:after {
display: none !important;
}
.fusion-footer-copyright-area .menu li a {
color: #5a6360 !important;
}
.fusion-footer-copyright-area .menu li a:after {
display: none !important;
}
.fusion-footer-copyright-area .menu li a:hover {
color: #1e663f !important;
}
.fusion-footer-copyright-area .menu li:after {
content: "-" !important;
display: inline-block !important;
padding: 0 0 0 5px !important;
color: #5a6360 !important;
}
@media (max-width: 767px) {
.fusion-footer-copyright-area .menu li:after {
display: none !important;
}
}
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
} .rating-stars ul > li.star > i.fa {
font-size: 1.5em; color: #ccc; } .rating-stars ul > li.star.hover > i.fa {
color: #FFCC36;
} .rating-stars ul > li.star.selected > i.fa {
color: #FF912C;
}
@media (min-width: 1126px) {
.home .fusion-logo {
opacity: 0;
}
}
header {
padding-top: 30px !important;
}
header .header-row {
display: flex;
}
header .header-row .menu-area {
display: flex;
flex-direction: column;
justify-content: space-between;
}
header .fusion-logo {
margin: 0 !important;
}
header .fusion-logo a:after {
display: none !important;
}
header .top-menu {
display: flex;
justify-content: flex-end;
align-items: center;
}
@media (max-width: 767px) {
header .top-menu {
display: none !important;
}
}
header .top-menu p {
margin: 0 !important;
margin-right: 5px !important;
padding: 6px 18px;
display: inline-block;
float: left;
}
@media (max-width: 1125px) {
header .top-menu p {
margin-right: 0 !important;
padding: 0 !important;
}
}
header .top-menu p a {
color: #c5d301 !important;
}
header .top-menu a {
font-family: "font-bold" !important;
}
header .top-menu a:after {
display: none !important;
}
header .top-menu ul {
padding: 0 !important;
list-style: none;
margin: 0 !important;
float: left;
}
@media (max-width: 1125px) {
header .top-menu ul {
display: none !important;
}
}
header .top-menu ul li {
text-transform: uppercase;
margin-right: 5px !important;
display: inline-block;
}
header .top-menu ul li:last-child {
margin-right: 0 !important;
}
header .top-menu ul li:last-child a:before {
background: #c5d301 !important;
}
header .top-menu ul li a {
padding: 6px 18px;
z-index: 1;
letter-spacing: 1px;
font-size: 15px !important;
}
header .top-menu ul li a:after {
display: none !important;
}
header .top-menu ul li a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #1e663f;
z-index: -1;
}
header .top-menu ul li a:hover {
color: #ffffff !important;
}
header .top-menu ul li a:hover:before {
width: 100%;
height: 100%;
}
header .top-menu ul li a img {
max-width: 90px;
}
header .menu-section .fusion-main-menu {
overflow: visible !important;
}
header .menu-section .fusion-main-menu .fusion-menu li {
padding-right: 25px !important;
}
header .menu-section .fusion-main-menu .fusion-menu li:last-child, header .menu-section .fusion-main-menu .fusion-menu li.lg-mr-0 {
padding-right: 0 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li.current-menu-item a {
color: #1e663f !important;
}
header .menu-section .fusion-main-menu .fusion-menu li.current-menu-item a:after {
width: 100%;
}
header .menu-section .fusion-main-menu .fusion-menu li a {
height: auto !important;
border: 0 !important;
font-size: 15px !important;
text-transform: uppercase;
position: relative;
color: #5a6360 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li a:after {
content: "";
position: absolute;
left: 0;
top: -5px;
height: 1px;
background: #1e663f;
width: 0;
transition: all 0.6s ease;
}
header .menu-section .fusion-main-menu .fusion-menu li a:hover:after {
width: 100% !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu {
min-width: 300px !important;
width: auto !important;
border: 0 !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li {
padding-right: 0 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a {
font-size: 14px !important;
text-transform: uppercase;
position: relative;
color: #5a6360 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:after {
display: none !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover {
color: #c5d301 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li.current_page_item a {
color: #c5d301 !important;
}
header .menu-section .fusion-main-menu .fusion-menu li .sub-menu li.current_page_item a:after {
display: none !important;
}
.home .content-boxes,
.content-box-row .content-boxes {
margin-bottom: 0 !important;
justify-content: space-between;
margin-top: 30px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
@media (max-width: 1230px) {
.home .content-boxes,
.content-box-row .content-boxes {
display: block;
}
}
@media (min-width: 1230px) {
.home .content-boxes .content-box-column,
.content-box-row .content-boxes .content-box-column {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1230px) {
.home .content-boxes .content-box-column,
.content-box-row .content-boxes .content-box-column {
width: 50% !important;
float: left;
max-width: 100% !important;
}
}
@media (max-width: 767px) {
.home .content-boxes .content-box-column,
.content-box-row .content-boxes .content-box-column {
width: 100% !important;
}
}
.home .content-boxes .content-box-column .col,
.content-box-row .content-boxes .content-box-column .col {
background: #ffffff !important;
padding: 30px 30px 15px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
transition: all 0.35s ease-in-out;
}
.home .content-boxes .content-box-column .col:hover,
.content-box-row .content-boxes .content-box-column .col:hover {
transform: translateY(-15px);
box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
}
.home .content-boxes .content-box-column .col .heading,
.content-box-row .content-boxes .content-box-column .col .heading {
margin-bottom: 0 !important;
}
.home .content-boxes .content-box-column .col .heading .image img,
.content-box-row .content-boxes .content-box-column .col .heading .image img {
width: 70px !important;
height: 70px !important;
object-fit: contain !important;
}
.home .content-boxes .content-box-column .col .heading h2,
.content-box-row .content-boxes .content-box-column .col .heading h2 {
text-transform: uppercase !important;
font-size: 12px !important;
margin-bottom: 0 !important;
}
.home .content-boxes .content-box-column .col .content-container,
.content-box-row .content-boxes .content-box-column .col .content-container {
display: none !important;
}
.content-box-row .content-boxes {
display: block !important;
}
.content-box-row .content-boxes .content-box-column {
margin-bottom: 30px !important;
padding-left: 15px !important;
padding-right: 15px !important;
display: flex !important;
}
@media (min-width: 1230px) {
.content-box-row .content-boxes .content-box-column {
min-height: 181px !important;
}
}
.content-box-row .content-boxes .content-box-column .col .heading h2 {
font-size: 14px !important;
}
.page-cookiebeleid #main h4, .page-disclaimer #main h4, .page-privacybeleid #main h4, .page-assurmifid #main h4, .page-sfdr-beleid #main h4 {
font-family: "Open Sans", sans-serif !important;
color: #5a6360 !important;
font-weight: 500 !important;
text-transform: none !important;
}
.page-cookiebeleid #main h3, .page-disclaimer #main h3, .page-privacybeleid #main h3, .page-assurmifid #main h3, .page-sfdr-beleid #main h3 {
color: #88bd23 !important;
font-family: "Open Sans", sans-serif !important;
font-weight: 600 !important;
line-height: 1.1 !important;
font-size: 26px !important;
}
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
top: 0 !important;
position: relative !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
background: #1e663f !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #1e663f !important;
}
.fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
}
.fusion-flyout-menu .fusion-menu {
display: flex !important;
flex-direction: column;
opacity: 0 !important;
padding: 0 !important;
height: 100vh !important;
align-items: center !important;
justify-content: center !important;
}
.fusion-flyout-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.fusion-flyout-menu .fusion-menu li {
padding: 14px !important;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-family: "font-regular";
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
width: 100%;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 0;
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 999;
animation-delay: 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #1e663f;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border-color: #1e663f !important;
height: 0 !important;
transition: all 0.3s ease-in-out 0s;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a {
font-size: 18px !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateX(101%) !important;
-ms-transform: translateX(101%) !important;
transform: translateX(101%) !important;
transition: all 900ms ease !important;
-moz-transition: all 900ms ease !important;
-webkit-transition: all 900ms ease !important;
-ms-transition: all 900ms ease !important;
-o-transition: all 900ms ease !important;
}
.fusion-flyout-menu-bg.active-bg {
background: rgba(0, 0, 0, 0.85) !important;
opacity: 0.7 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateX(0%) !important;
-ms-transform: translateX(0%) !important;
transform: translateX(0%) !important;
}
.custom_modal {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background: rgba(0, 0, 0, 0.8);
align-items: center;
justify-content: center;
}
.custom_modal.open {
overflow-x: hidden;
overflow-y: auto;
display: flex;
}
.custom_modal .modal-content {
width: auto;
margin-top: -150px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.custom_modal .modal-content .modal-body {
position: relative;
background: #ffffff;
padding: 60px 30px;
}
.custom_modal .modal-content .modal-body h2 {
font-size: 24px !important;
position: relative;
padding-bottom: 15px !important;
margin-bottom: 15px !important;
}
.custom_modal .modal-content .modal-body h2:after {
content: "";
position: absolute;
height: 1px;
width: 50%;
left: 50%;
background: #93bd11;
transform: translateX(-50%);
bottom: 0;
}
.custom_modal .modal-content .modal-body p {
margin-bottom: 15px !important;
}
.custom_modal .modal-content .modal-body p a {
color: #93bd11;
}
.custom_modal .modal-content .modal-body p a:hover {
text-decoration: none !important;
}
.custom_modal .modal-content .modal-body p.m-0 {
margin: 0 !important;
}
.fade {
transition: opacity 0.15s linear;
}
.close-wrapper {
position: absolute;
right: 24px;
top: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}
.close-wrapper .close {
opacity: 1 !important;
}
.close-wrapper .close:before, .close-wrapper .close:after {
position: absolute;
left: 15px;
content: " ";
height: 16px;
width: 2px;
background-color: #93bd11;
opacity: 1;
}
.close-wrapper .close:before {
transform: rotate(45deg);
}
.close-wrapper .close:after {
transform: rotate(-45deg);
}
.news-row .light-green {
border: 0 !important;
}
@media (max-width: 767px) {
.news-row .latest-news-item {
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
.news-row .latest-news-item:last-child {
margin-bottom: 0 !important;
}
}
.news-row .latest-news-item .card {
border: 0 !important;
position: relative;
overflow: hidden;
height: 100%;
cursor: pointer;
justify-content: space-between;
margin-bottom: 30px !important;
border-radius: 0 !important;
}
.news-row .latest-news-item .card:hover .card-img-top:before {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.9;
visibility: visible;
}
.news-row .latest-news-item .card:hover .news-read-more {
opacity: 1 !important;
}
.news-row .latest-news-item .card .card-img-top {
overflow: hidden;
margin-bottom: 15px;
position: relative;
}
.news-row .latest-news-item .card .card-img-top:before {
position: absolute;
left: 0;
z-index: 999;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
padding: 40px;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.4);
transform: scale(0.4);
opacity: 0;
visibility: hidden;
content: "";
}
.news-row .latest-news-item .card .card-img-top img {
object-fit: cover;
}
@media (max-width: 767px) {
.news-row .latest-news-item .card .card-img-top {
max-height: none;
}
}
.news-row .latest-news-item .card .card-img-top .news-read-more {
font-family: "Open Sans", sans-serif !important;
color: #ffffff !important;
position: absolute;
right: 15px;
bottom: 5px;
opacity: 0;
padding: 0 !important;
border: 0 !important;
transition: all 0.6s ease-in-out;
text-transform: none !important;
z-index: 1000;
font-weight: 600 !important;
}
.news-row .latest-news-item .card .card-block {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.news-row .latest-news-item .card .card-block .title {
font-family: "Open Sans", sans-serif !important;
color: #5a6360;
font-weight: 600 !important;
font-size: 18px !important;
}
.single-insunews h2 {
font-family: "Open Sans", sans-serif !important;
font-weight: 600 !important;
font-size: 26px !important;
}
.single-insunews h3 {
color: #c5d301 !important;
font-weight: 500 !important;
font-size: 22px !important;
}
.single-insunews .slides {
margin-bottom: 30px !important;
}
.office-row {
display: flex;
align-items: center;
}
.office {
display: flex;
align-items: stretch;
align-content: space-evenly;
}
@media (max-width: 767px) {
.office {
display: block !important;
}
}
.office .office-image {
width: 250px !important;
}
@media (max-width: 767px) {
.office .office-image {
width: 100% !important;
}
}
.office .office-image img {
height: 184px !important;
object-fit: cover;
width: 250px !important;
}
@media (max-width: 767px) {
.office .office-image img {
width: 100% !important;
height: 300px !important;
margin-bottom: 30px;
}
}
.office .office-info {
padding: 0 30px;
}
@media (max-width: 767px) {
.office .office-info {
padding: 0 !important;
}
}
.office .office-info h4 {
font-size: 16px !important;
color: #c5d301 !important;
margin-top: 0 !important;
}
.office .office-info a {
position: relative;
}
.office-image-openings {
margin-left: -5px;
margin-top: 30px;
}
@media (max-width: 1200px) {
.office-image-openings {
margin-bottom: 30px !important;
}
}
.office-image-openings img {
max-width: 90%;
}
@media (max-width: 1200px) {
.office-image-openings img {
max-width: 100%;
}
}
.openings .working-day {
padding: 5px 0;
position: relative;
width: 100%;
display: table;
text-transform: lowercase;
color: #5a6360 !important;
font-size: 14px !important;
}
.openings .working-day .day {
width: 20%;
float: left;
}
.openings .working-day .day_vm {
width: 40%;
float: left;
padding-left: 20px !important;
}
.openings .working-day .day_vm .day_nm {
width: 40%;
float: left;
}
@media (max-width: 1230px) {
.fusion-body .pluspunten {
display: block !important;
}
.fusion-body .pluspunten .fusion-layout-column {
width: 50% !important;
float: left !important;
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
.fusion-body .pluspunten .fusion-layout-column {
width: 100% !important;
}
.fusion-body .pluspunten .fusion-layout-column:last-child {
margin-bottom: 0 !important;
}
}
.fusion-body .pluspunten img {
width: 40px !important;
height: 40px !important;
object-fit: contain !important;
margin-right: 10px !important;
}
.fusion-body .pluspunten .fusion-title {
display: inline-block !important;
float: left;
}
.fusion-body .pluspunten .fusion-text {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.fusion-body .pluspunten .fusion-text a {
font-family: "font-bold" !important;
text-transform: uppercase;
font-size: 14px !important;
letter-spacing: 1px;
}
.quote-section p {
margin: 0 !important;
font-weight: 600 !important;
font-style: italic;
color: #ffffff !important;
font-size: 26px !important;
}
.quote-section p .light-green {
color: #c5d301 !important;
}
.slider-container {
min-height: 60vh !important;
}
@media (max-width: 1024px) {
.slider-container {
padding-top: 60px !important;
}
}
.slider-container .fusion-imageframe {
width: 100% !important;
}
.slider-container .fusion-imageframe img {
width: 100% !important;
}
@media (max-width: 992px) {
.slider-container {
min-height: 50vh !important;
background-size: contain !important;
}
}
@media (max-width: 767px) {
.slider-container {
padding-bottom: 0 !important;
}
}
@media (max-width: 500px) {
.slider-container {
min-height: 30vh !important;
}
}
.team {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 767px) {
.team {
padding-top: 0 !important;
}
}
@media (max-width: 992px) {
.team .team-row {
display: block !important;
}
}
.team img {
max-width: 270px !important;
}
@media (max-width: 1200px) {
.team img {
max-width: 250px !important;
}
}
@media (max-width: 1050px) {
.team img {
max-width: 200px !important;
}
}
.team .left-column {
background: #f8f8f8;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 15px 0 15px !important;
}
@media (max-width: 992px) {
.team .left-column {
width: 100% !important;
max-width: 100% !important;
}
}
.team .left-column:before {
content: "";
background: #f8f8f8;
position: absolute;
height: 100%;
width: 500%;
top: 0;
right: 100%;
}
.team .left-column:after {
content: "";
background: #f8f8f8;
position: absolute;
height: 100%;
width: 500%;
top: 0;
left: 100%;
display: none;
}
@media (max-width: 992px) {
.team .left-column:after {
display: block;
}
}
.team .left-column img {
position: absolute;
bottom: 0;
left: 0;
}
@media (max-width: 992px) {
.team .left-column img {
position: relative !important;
bottom: auto;
}
}
.team .left-column .quote {
max-width: 250px;
float: right;
}
@media (max-width: 992px) {
.team .left-column .quote {
max-width: 100% !important;
}
}
.team .left-column .quote p {
font-size: 23px !important;
}
.team .right-column {
background: #ededed;
display: flex;
align-items: center;
padding: 90px 30px !important;
}
@media (max-width: 992px) {
.team .right-column {
width: 100% !important;
max-width: 100% !important;
padding: 0 15px 0 15px !important;
}
}
.team .right-column:before {
content: "";
background: #ededed;
position: absolute;
height: 100%;
width: 500%;
top: 0;
left: 100%;
}
.team .right-column:after {
content: "";
background: #ededed;
position: absolute;
height: 100%;
width: 500%;
top: 0;
right: 100%;
display: none;
}
@media (max-width: 992px) {
.team .right-column:after {
display: block;
}
}
.team .right-column img {
position: absolute;
bottom: 0;
right: 0;
}
@media (max-width: 992px) {
.team .right-column img {
position: relative !important;
bottom: auto;
}
}
.team .right-column .quote {
max-width: 250px;
}
@media (max-width: 992px) {
.team .right-column .quote {
max-width: 100% !important;
}
}
.team .right-column .quote p {
font-size: 23px !important;
}
@media (max-width: 992px) {
.fusion-body .teammembers .fusion-layout-column {
width: 50% !important;
float: left;
max-width: 100% !important;
}
}
@media (max-width: 767px) {
.fusion-body .teammembers .fusion-layout-column {
width: 100% !important;
float: left;
max-width: 100% !important;
}
}
.fusion-body .teammembers .person:hover .person-shortcode-image-wrapper .person-image-container img {
opacity: 0 !important;
}
.fusion-body .teammembers .person:hover .person-shortcode-image-wrapper .person-image-container .team-hover {
opacity: 1 !important;
}
.fusion-body .teammembers .person .person-shortcode-image-wrapper .person-image-container img {
width: 100% !important;
transition: all 0.3s ease-in-out;
}
.fusion-body .teammembers .person .person-shortcode-image-wrapper .person-image-container .team-hover {
position: absolute;
top: 0;
left: 50%;
opacity: 0;
transition: all 0.3s ease-in-out;
width: 264px;
margin: 0 auto;
transform: translateX(-50%);
height: 251px;
object-fit: contain !important;
}
@media (max-width: 1200px) {
.fusion-body .teammembers .person .person-shortcode-image-wrapper .person-image-container .team-hover {
width: 237px;
height: 225px;
}
}
@media (max-width: 992px) {
.fusion-body .teammembers .person .person-shortcode-image-wrapper .person-image-container .team-hover {
width: 382px;
height: 362px;
}
}
@media (max-width: 767px) {
.fusion-body .teammembers .person .person-shortcode-image-wrapper .person-image-container .team-hover {
width: 100%;
height: auto;
}
}
.fusion-body .teammembers .person .person-desc .person-name {
font-family: "Open Sans", sans-serif !important;
font-weight: 700 !important;
color: #5a6360 !important;
font-size: 20px !important;
}
.fusion-body .teammembers .person .person-content {
margin-top: 10px !important;
}
.fusion-body .teammembers .person .person-content a {
position: relative;
}
.fusion-body .teammembers .person .person-content a:hover:after {
width: 0;
}
.fusion-body .teammembers .person .person-content a:after {
content: "";
height: 1px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background: #5a6360;
transition: all 0.6s ease;
}
.accordian .fusion-panel {
border: none;
border-radius: 0 !important;
margin-bottom: 15px;
background: #ffffff;
box-shadow: 0 0 40px 0 #eee;
border: 0 !important;
}
.accordian .fusion-panel .fa-fusion-box {
display: none !important;
}
.accordian .fusion-panel h4 {
text-transform: none !important;
margin-bottom: 0 !important;
}
.accordian .fusion-panel h4 a {
font-size: 24px;
border: none;
outline: none;
cursor: pointer;
padding: 30px;
width: 100%;
text-align: left;
color: #1e663f !important;
font-family: "Open Sans", sans-serif !important;
background: #ffffff !important;
}
.accordian .fusion-panel h4 a:after {
display: none !important;
}
.accordian .fusion-panel h4 a:hover .fa-fusion-box {
color: #ffffff !important;
}
.accordian .fusion-panel h4 a .fusion-toggle-heading {
margin-left: 0 !important;
}
.accordian .fusion-panel .toggle-content {
padding: 0 30px !important;
}
.accordian .fusion-panel .toggle-content a {
background: #c5d301 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
font-family: "font-regular" !important;
margin-bottom: 10px !important;
position: relative;
z-index: 1;
letter-spacing: 1px;
font-size: 15px !important;
}
.accordian .fusion-panel .toggle-content a:after {
display: none !important;
}
.accordian .fusion-panel .toggle-content a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.accordian .fusion-panel .toggle-content a:hover {
color: #c5d301 !important;
}
.accordian .fusion-panel .toggle-content a:hover:before {
width: 100%;
height: 100%;
}
.in {
display: block !important;
height: auto !important;
opacity: 1 !important;
}
.insurance-container {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.insurance-container h4 {
text-transform: none !important;
margin-bottom: 15px !important;
font-size: 24px !important;
text-align: left;
color: #1e663f !important;
font-family: "Open Sans", sans-serif !important;
display: flex;
align-items: center;
}
.insurance-container h4 img {
max-width: 50px !important;
margin-right: 10px !important;
}
.insurance-container h4 img.right-align {
margin-left: 10px !important;
margin-right: 0 !important;
}
.insurance-container .fusion-text p:last-child {
margin-bottom: 0 !important;
}
.insurance-container a {
background: #c5d301 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
font-family: "font-regular" !important;
margin-bottom: 10px !important;
position: relative;
z-index: 1;
letter-spacing: 1px;
font-size: 15px !important;
}
.insurance-container a:after {
display: none !important;
}
.insurance-container a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 0;
width: 0;
transition: all 0.25s ease-in-out;
background: #ffffff;
z-index: -1;
}
.insurance-container a:hover {
color: #c5d301 !important;
}
.insurance-container a:hover:before {
width: 100%;
height: 100%;
}
@media (max-width: 992px) {
.fusion-body .fusion_builder_column.troeven {
width: 50% !important;
float: left;
max-width: 100% !important;
}
}
@media (max-width: 767px) {
.fusion-body .fusion_builder_column.troeven {
width: 100% !important;
float: left;
max-width: 100% !important;
}
}
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper {
display: flex !important;
flex-direction: row !important;
margin-bottom: 40px !important;
}
@media (max-width: 992px) {
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper {
margin-bottom: 10px !important;
}
}
@media (max-width: 767px) {
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper {
margin-left: 15px !important;
margin-right: 15px !important;
}
}
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper .fusion-text {
margin-left: 15px !important;
float: left;
}
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper .fusion-imageframe {
float: left;
}
.fusion-body .fusion_builder_column.troeven .fusion-column-wrapper .fusion-imageframe img {
width: 35px !important;
height: 35px !important;
object-fit: contain;
min-width: 35px !important;
}
.page-template-verzekeringen #main {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
}
.page-template-verzekeringen #main .fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
.page-template-verzekeringen h2 {
color: #1f9538 !important;
}
@media (max-width: 767px) {
.page-template-verzekeringen .verzekering-bottom {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-verzekeringen .verzekering-bottom .verzekering-image {
text-align: center !important;
}
}
.page-template-verzekeringen .verzekering-bottom img {
max-width: 250px !important;
}
@media (max-width: 767px) {
.page-template-verzekeringen .verzekering-bottom img {
max-width: 150px !important;
}
}
@media (max-width: 767px) {
.verzekering-image {
text-align: center !important;
}
}
.verzekering-image img {
max-width: 250px !important;
}
@media (max-width: 767px) {
.verzekering-image img {
max-width: 150px !important;
}
}