.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@font-face {
font-family: "font-regular";
src: url(//leiebaken.be/wp-content/themes/Avada-Child/assets/font/HelveticaNeue-Regular.ttf);
font-display: swap;
}
@font-face {
font-family: "font-light";
src: url(//leiebaken.be/wp-content/themes/Avada-Child/assets/font/HelveticaNeue-Light.ttf);
font-display: swap;
}
@font-face {
font-family: "font-medium";
src: url(//leiebaken.be/wp-content/themes/Avada-Child/assets/font/HelveticaNeue-Medium.otf);
font-display: swap;
}
@font-face {
font-family: "font-bold";
src: url(//leiebaken.be/wp-content/themes/Avada-Child/assets/font/HelveticaNeue-Bold.ttf);
font-display: swap;
}
.color-dark-graan,
p .color-dark-graan {
color: #006140 !important;
font-weight: "font-bold" !important;
}
#post-404page {
padding-top: 90px !important;
padding-bottom: 90px !important;
display: flex;
justify-content: center;
}
#post-404page .error-message {
text-align: center;
margin-top: 90px !important;
margin-bottom: 90px !important;
}
#post-404page .error-button {
text-align: center;
}
.absolut-image .fusion-column-wrapper {
margin: 0 !important;
}
.actions .image {
height: 35vh !important;
}
.actions .image div {
height: 100% !important;
}
.actions .image div img {
height: 100% !important;
object-fit: cover !important;
width: 100%;
}
.actions .actiontitle {
padding: 60px 30px !important;
background: #eff6e7 !important;
text-align: center !important;
position: relative;
margin-bottom: 0 !important;
color: #006140 !important;
font-style: italic !important;
font-family: "font-light" !important;
font-size: 26px !important;
}
@media (max-width: 767px) {
.actions .actiontitle {
font-size: 18px !important;
}
}
@media (max-width: 767px) {
.actions .actiontitle {
padding-top: 30px !important;
padding-bottom: 30px !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;
}
.autoschade {
height: 100% !important;
overflow: hidden;
max-height: 100% !important;
}
.autoschade .contact-form {
display: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
padding: 30px !important;
border: 2px solid #006140 !important;
position: relative;
}
.autoschade .contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 5px;
right: 15px;
}
.autoschade .contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.autoschade .contact-form h2 {
margin-bottom: 30px !important;
}
.autoschade .contact-form .wpcf7-validates-as-required.red-border {
border-bottom: 1px solid red !important;
}
.autoschade .contact-form .form-row .contact-title {
color: #006140 !important;
font-family: "font-medium" !important;
}
.autoschade .contact-form .wpcf7-form-control {
border: 0 !important;
border-bottom: 1px solid #006140 !important;
}
.autoschade .contact-form .wpcf7-form-control.wpcf7-textarea {
min-height: 75px !important;
height: 75px;
}
.autoschade .contact-form .wpcf7-file,
.autoschade .contact-form .wpcf7-checkbox {
height: auto !important;
width: auto !important;
line-height: normal !important;
color: #3b3b3b !important;
padding: 0 !important;
margin-bottom: 20px !important;
border: 0 !important;
}
.autoschade .contact-form .wpcf7-file .wpcf7-list-item,
.autoschade .contact-form .wpcf7-checkbox .wpcf7-list-item {
margin-left: 0 !important;
}
.autoschade .contact-form .wpcf7-list-item input {
margin-right: 5px !important;
}
.autoschade .contact-form .wpcf7-acceptance.wpcf7-not-valid {
border-bottom: 1px solid red !important;
display: inline-block;
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
margin-left: 5px !important;
}
@media (max-width: 500px) {
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
font-size: 12px !important;
}
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
color: #006140 !important;
position: relative;
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:after {
content: "";
height: 1px;
background: #006140;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
text-decoration: none;
}
.autoschade .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover:after {
width: 100%;
}
.autoschade .contact-form.one {
display: block;
}
.autoschade .contact-form.three .form-row {
margin-bottom: 30px !important;
}
.autoschade .contact-form.three .form-row:last-child {
margin-bottom: 0 !important;
}
.autoschade .contact-form.three .back-button {
display: block !important;
width: 100%;
}
.autoschade .contact-form a.next {
display: flex;
align-items: center;
cursor: pointer;
float: right;
max-width: 50%;
}
.autoschade .contact-form a.next i {
margin-left: -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.autoschade .contact-form a.next:hover {
color: #336179 !important;
}
.autoschade .contact-form a.next:hover i {
margin-left: 10px;
opacity: 1;
color: #336179;
}
.autoschade .contact-form a.back {
display: flex;
align-items: center;
cursor: pointer;
float: left;
max-width: 50%;
}
.autoschade .contact-form a.back i {
margin-right: -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.autoschade .contact-form a.back:hover {
color: #336179 !important;
}
.autoschade .contact-form a.back:hover i {
margin-right: 10px;
opacity: 1;
color: #336179;
}
.cijfers-container {
margin-bottom: 30px !important;
cursor: pointer;
}
.cijfers-container .cijfers-category {
width: 100% !important;
}
.cijfers-container .cijfers-category .insufeed-category-title {
padding: 0 !important;
}
.cijfers-container .cijfers-category .insufeed-category-title h2 {
color: #3b3b3b !important;
font-size: 18px !important;
}
.cijfers-container .cijfers-content-container {
margin-top: 30px !important;
background: rgba(220, 220, 220, 0.5) !important;
}
.cijfers-container .cijfers-content-container .cijfers-content {
padding: 30px !important;
}
.cijfers-container .cijfers-content-container .cijfers-content table {
border: 5px solid #006140 !important;
}
.cijfers-container .cijfers-content-container .cijfers-content p {
margin-bottom: 0 !important;
}
.cijfers-container .btn-main {
float: right !important;
}
.page-contact .slider-container {
height: 35vh !important;
}
.page-contact .slider-container .gmap {
height: 100% !important;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.page-contact .contact-section .contact-form {
padding: 60px 30px !important;
border: 2px solid #006140 !important;
max-width: 85% !important;
position: relative;
}
@media (max-width: 992px) {
.page-contact .contact-section .contact-form {
max-width: 100% !important;
margin-bottom: 60px !important;
}
}
.page-contact .contact-section .contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 5px;
right: 15px;
}
.page-contact .contact-section .contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.page-contact .contact-section .contact-form .form-row {
margin-bottom: 30px !important;
max-width: 75%;
}
@media (max-width: 767px) {
.page-contact .contact-section .contact-form .form-row {
max-width: 100% !important;
}
}
.page-contact .contact-section .contact-form .form-row .wpcf7-form-control {
border: 0 !important;
border-bottom: 1px solid #006140 !important;
}
.page-contact .contact-section .contact-form .form-row .wpcf7-form-control.wpcf7-textarea {
min-height: 150px !important;
height: 150px;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance.wpcf7-not-valid {
border-bottom: 1px solid red !important;
display: inline-block;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
margin-left: 5px !important;
}
@media (max-width: 500px) {
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
font-size: 12px !important;
}
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
color: #006140 !important;
position: relative;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:after {
content: "";
height: 1px;
background: #006140;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
text-decoration: none;
}
.page-contact .contact-section .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover:after {
width: 100%;
}
.page-contact .contact-section .contact-info {
padding: 30px 75px 30px 30px !important;
background: #006140 !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
color: #ffffff !important;
}
@media (max-width: 992px) {
.page-contact .contact-section .contact-info {
position: relative;
top: auto;
transform: none;
width: auto;
right: auto;
}
}
.page-contact .contact-section .contact-info p {
color: #ffffff !important;
}
.page-contact .contact-section .contact-info p:last-child {
margin-bottom: 0 !important;
}
.page-contact .contact-section .contact-info p .medium {
font-family: "font-medium" !important;
}
.page-contact .contact-section .contact-info p a {
color: #ffffff !important;
position: relative;
}
.page-contact .contact-section .contact-info p a:after {
content: "";
height: 1px;
background: #ffffff;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.page-contact .contact-section .contact-info p a:hover {
text-decoration: none;
}
.page-contact .contact-section .contact-info p a:hover:after {
width: 100%;
}
#boxed-wrapper .custom-file-upload .wpcf7-file {
display: none !important;
}
.page-contact .contact-section .unaccepted .wpcf7-form-control.wpcf7-validates-as-required, .page-contact .contact-section .invalid .wpcf7-form-control.wpcf7-validates-as-required {
border-bottom: 1px solid red !important;
}
.screen-reader-response {
display: none !important;
}
.unaccepted .wpcf7-form-control.wpcf7-validates-as-required, .invalid .wpcf7-form-control.wpcf7-validates-as-required {
border-bottom: 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;
}
.alert-icon {
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: "font-light" !important;
position: absolute !important;
left: 60px;
bottom: 10px;
color: #006140 !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;
}
.wpcf7-response-output {
padding: 0 !important;
margin: 0 !important;
}
button.close {
display: none !important;
}
.fusion-body .insurances-col .fusion-column-wrapper {
height: 100% !important;
display: flex !important;
justify-content: space-between !important;
overflow: hidden !important;
}
@media (max-width: 1024px) {
.fusion-body .insurances-col .fusion-column-wrapper {
height: auto !important;
padding-top: 60px !important;
padding-bottom: 60px !important;
}
}
.fusion-body .insurances-col .fusion-column-wrapper .buttons a:first-child {
margin-right: 5px;
}
@media (max-width: 500px) {
.fusion-body .insurances-col .fusion-column-wrapper .buttons a:first-child {
margin-bottom: 5px;
}
}
.insurance-boxes {
margin-top: 53px !important;
margin-bottom: 30px;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media (max-width: 1024px) {
.insurance-boxes {
margin-top: 0 !important;
}
}
.insurance-boxes .content-box-column {
margin-bottom: 0 !important;
padding-top: 27px !important;
}
@media (max-width: 575px) {
.insurance-boxes .content-box-column {
border-bottom: 1px solid #8b8b8b !important;
width: 50% !important;
}
.insurance-boxes .content-box-column.content-box-column-1, .insurance-boxes .content-box-column.content-box-column-3, .insurance-boxes .content-box-column.content-box-column-5 {
border-right: 1px solid #8b8b8b !important;
}
}
@media (max-width: 575px) and (max-width: 320px) {
.insurance-boxes .content-box-column.content-box-column-1, .insurance-boxes .content-box-column.content-box-column-3, .insurance-boxes .content-box-column.content-box-column-5 {
border-right: 0 !important;
}
}
@media (max-width: 575px) {
.insurance-boxes .content-box-column.content-box-column-6 {
border-bottom: 0 !important;
}
}
@media (max-width: 320px) {
.insurance-boxes .content-box-column {
width: 100% !important;
}
}
.insurance-boxes .content-box-column:nth-child(1), .insurance-boxes .content-box-column:nth-child(2), .insurance-boxes .content-box-column:nth-child(3) {
border-bottom: 1px solid #8b8b8b !important;
}
.insurance-boxes .content-box-column:nth-child(2), .insurance-boxes .content-box-column:nth-child(5) {
border-right: 1px solid #8b8b8b !important;
border-left: 1px solid #8b8b8b !important;
}
@media (max-width: 575px) {
.insurance-boxes .content-box-column:nth-child(2), .insurance-boxes .content-box-column:nth-child(5) {
border-left: 0 !important;
border-bottom: 0 !important;
}
}
@media (max-width: 320px) {
.insurance-boxes .content-box-column:nth-child(2), .insurance-boxes .content-box-column:nth-child(5) {
border-bottom: 1px solid #8b8b8b !important;
border-right: 0 !important;
}
}
@media (max-width: 757px) {
.insurance-boxes .content-box-column:nth-child(2) {
border-bottom: 1px solid #8b8b8b !important;
}
}
@media (max-width: 575px) {
.insurance-boxes .content-box-column:last-child {
border-bottom: 0 !important;
}
}
.insurance-boxes .content-box-column .col:hover h2 {
transform: translateY(15px);
opacity: 0;
}
.insurance-boxes .content-box-column .col .heading {
overflow: visible !important;
}
.insurance-boxes .content-box-column .col .heading .image img {
width: 71px !important;
height: 64px !important;
object-fit: contain !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.insurance-boxes .content-box-column .col .heading h2 {
font-size: 18px !important;
color: #336179 !important;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
}
.insurance-boxes .content-box-column .col .content-container {
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;
}
.cookie-popup {
z-index: 9999 !important;
}
.cookie-popup .title {
color: #006140 !important;
font-size: 22px !important;
}
@media (max-width: 1300px) {
.cookie-popup .main-cookies {
max-width: 100% !important;
}
}
.cookie-popup .main-cookies .cookie-link {
color: #82bc00 !important;
position: relative;
}
.cookie-popup .main-cookies .cookie-link:after {
content: "";
height: 1px;
background: #82bc00;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.cookie-popup .main-cookies .cookie-link:hover {
text-decoration: none;
}
.cookie-popup .main-cookies .cookie-link:hover:after {
width: 100%;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
margin-right: 10px !important;
border-radius: 0 !important;
line-height: 1 !important;
}
@media (max-width: 500px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup #cookies-agree {
background: #006140 !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-color: #336179 !important;
}
@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: #82bc00 !important;
text-decoration: none !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #3b5600 !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: #3b3b3b;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #006140;
}
.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: #336179 !important;
}
.cta-section {
display: flex;
justify-content: space-evenly;
align-items: center;
max-width: 70%;
margin: 0 auto;
width: 100%;
padding-top: 30px;
}
@media (max-width: 1024px) {
.cta-section {
max-width: 100% !important;
}
}
@media (max-width: 635px) {
.cta-section {
flex-direction: column;
text-align: center;
}
}
@media (max-width: 635px) {
.cta-section .cta-block {
margin-bottom: 30px !important;
animation-delay: 0s !important;
}
}
.cta-section .cta-block .cta-heading p {
margin-bottom: 5px !important;
font-size: 16px !important;
}
.cta-section .cta-block .cta-content {
display: flex;
align-items: center;
}
.cta-section .cta-block .cta-content .cta-icon {
display: flex;
width: 17px;
margin-right: 7px;
}
.cta-section .cta-block .cta-content a {
font-family: "font-bold" !important;
color: #82bc00 !important;
z-index: 1;
position: relative;
}
.cta-section .cta-block .cta-content a:after {
content: "";
height: 1px;
background: #82bc00;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.cta-section .cta-block .cta-content a:hover {
text-decoration: none;
}
.cta-section .cta-block .cta-content a:hover:after {
width: 100%;
}
.cta-section .cta-block.last-cta-block .cta-button {
text-transform: none !important;
background: #82bc00 !important;
padding: 8px 34px !important;
color: #ffffff !important;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
}
.cta-section .cta-block.last-cta-block .cta-button:hover {
box-shadow: 0 8px 10px rgba(34, 39, 54, 0.3) !important;
}
@media (max-width: 500px) {
.cta-section .cta-block.last-cta-block .cta-button {
display: block !important;
width: 100% !important;
text-align: center !important;
}
}
.cta-section .cta-block.last-cta-block .cta-button a {
color: #ffffff !important;
}
.cta-section .cta-block.last-cta-block .cta-button a:hover {
text-decoration: none !important;
}
.cta-fixed {
position: fixed;
right: -108px;
z-index: 999;
top: 50vh;
transform: rotate(-90deg);
}
.cta-fixed .cta {
display: flex;
height: 50px;
}
.cta-fixed .cta .appointment {
background: #336179;
padding: 15px;
display: flex;
}
.cta-fixed .cta .appointment a {
color: #ffffff !important;
display: flex;
align-items: center;
}
.cta-fixed .cta .appointment a:hover {
text-decoration: none !important;
}
.cta-fixed .cta .appointment a .calendar-icon {
min-width: 20px !important;
margin-right: 15px;
}
.cta-fixed .cta .appointment a .calendar-icon img {
display: flex;
max-width: 20px !important;
}
.cta-fixed .cta .fb {
background: #3b5192;
display: flex;
margin-right: 5px !important;
height: 50px !important;
justify-content: center;
align-items: center;
width: 50px;
}
.cta-fixed .cta .fb a {
padding: 25px 15px;
display: flex;
align-items: center;
font-size: 22px !important;
}
.cta-fixed .cta .fb a i {
color: #ffffff;
transform: rotate(90deg);
}
.cyclo-section .fusion-column-wrapper .fusion-imageframe img {
width: 70% !important;
margin: 0 auto !important;
}
@media (max-width: 1024px) {
.cyclo-section .fusion-column-wrapper .fusion-imageframe img {
max-width: 25% !important;
}
}
@media (max-width: 500px) {
.cyclo-section .fusion-column-wrapper .fusion-imageframe img {
max-width: 50% !important;
}
}
.cyclo-section .fusion-column-wrapper .fusion-title h2 {
font-family: "font-bold" !important;
font-size: 36px !important;
color: #336179 !important;
line-height: 1 !important;
}
.cyclo-section .fusion-column-wrapper .fusion-title h2 .up-h2 {
font-family: "font-medium" !important;
font-size: 20px !important;
}
.cyclo-section .fusion-column-wrapper .fusion-text {
text-align: center;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "font-regular" !important;
font-size: 17px !important;
color: #3b3b3b !important;
}
p, li, ol {
-webkit-font-smoothing: antialiased !important;
font-family: "font-regular" !important;
font-size: 17px !important;
color: #3b3b3b !important;
}
a {
font-family: "font-regular" !important;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
}
a.fusion-button {
text-transform: none !important;
background: #82bc00 !important;
padding: 8px 34px !important;
color: #ffffff !important;
font-family: "font-medium" !important;
border-radius: 0 !important;
}
@media (max-width: 500px) {
a.fusion-button {
display: block !important;
width: 100% !important;
text-align: center !important;
}
}
a.fusion-button:hover {
text-decoration: none !important;
box-shadow: 0 8px 10px rgba(34, 39, 54, 0.3) !important;
}
a.fusion-button.dark-button {
text-transform: none !important;
background: #336179 !important;
padding: 8px 34px !important;
color: #ffffff !important;
}
a.fusion-button.dark-green {
text-transform: none !important;
background: #006140 !important;
padding: 8px 34px !important;
color: #ffffff !important;
}
.wpcf7-submit,
.btn-main {
font-family: "font-regular" !important;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
text-transform: none !important;
background: #006140 !important;
padding: 8px 34px !important;
color: #ffffff !important;
}
.wpcf7-submit:hover,
.btn-main:hover {
box-shadow: 0 8px 10px rgba(34, 39, 54, 0.3) !important;
}
h1 {
font-family: "font-light" !important;
color: #006140 !important;
margin-bottom: 13px !important;
font-size: 32px !important;
}
@media (max-width: 500px) {
h1 {
font-size: 24px !important;
}
}
h2 {
font-family: "font-medium" !important;
color: #82bc00 !important;
margin-bottom: 13px !important;
font-size: 24px !important;
}
@media (max-width: 500px) {
h2 {
font-size: 20px !important;
}
}
h2 p {
font-family: "font-medium" !important;
color: #82bc00 !important;
margin-bottom: 13px !important;
font-size: 24px !important;
}
@media (max-width: 500px) {
h2 p {
font-size: 20px !important;
}
}
h3 {
font-family: "font-medium" !important;
color: #82bc00 !important;
margin-bottom: 13px !important;
font-size: 20px !important;
}
@media (max-width: 500px) {
h3 {
font-size: 18px !important;
}
}
h4 {
font-family: "font-bold" !important;
color: #3b3b3b !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fusion-title {
margin-bottom: 0 !important;
}
table {
table-layout: fixed;
width: 100%;
}
.title-sep-container {
display: none !important;
}
.breadcrumbs {
padding-top: 10px;
padding-bottom: 40px;
}
.breadcrumbs.child-page {
padding-bottom: 0;
}
@media (max-width: 1200px) {
.breadcrumbs.child-page {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1200px) {
.breadcrumbs {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.breadcrumbs p, .breadcrumbs a {
color: #989898 !important;
}
.breadcrumbs a {
position: relative;
}
.breadcrumbs a:after {
content: "";
height: 1px;
background: #989898;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.breadcrumbs a:hover {
text-decoration: none;
}
.breadcrumbs a:hover:after {
width: 100%;
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #82bc00 !important;
font-family: "font-medium" !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: #006140 !important;
color: #ffffff !important;
text-transform: uppercase;
padding: 17px 32px !important;
display: inline-block;
margin-right: 0;
margin-bottom: 30px !important;
border: 0 !important;
cursor: pointer !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: #82bc00 !important;
padding: 0;
display: inline-block;
}
#documentcenter #results ul {
list-style: none;
padding: 0 !important;
}
#documentcenter #results ul li a {
color: #82bc00;
}
#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: #eff6e7;
}
#documentcenter #results ul li a:hover {
text-decoration: none;
}
#documentcenter #results ul li a:hover:before {
width: 4px;
height: 4px;
margin-right: 10px;
}
.layout-wide-mode.avada-has-100-footer .fusion-footer .fusion-footer-widget-area .fusion-row {
max-width: 1200px !important;
}
footer {
border-top: 1px solid #dcdcdc !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
}
@media (max-width: 1200px) {
footer .mob-pad {
padding-left: 0 !important;
}
}
@media (max-width: 767px) {
footer .mob-pad-767 {
padding: 0 !important;
}
}
@media (min-width: 1200px) {
footer .fusion-row {
display: flex;
}
}
footer .fusion-row .footer-col {
display: flex;
padding-top: 60px !important;
padding-bottom: 60px !important;
border-right: 1px solid rgba(220, 220, 220, 0.5);
-webkit-background-clip: padding-box; background-clip: padding-box; }
@media (max-width: 1200px) {
footer .fusion-row .footer-col {
border-right: 0 !important;
padding-bottom: 0 !important;
}
}
@media (max-width: 1200px) {
footer .fusion-row .footer-col {
float: left;
}
}
@media (max-width: 767px) {
footer .fusion-row .footer-col {
flex-direction: column;
}
}
@media (max-width: 767px) {
footer .fusion-row .footer-col.left-section {
padding-bottom: 30px !important;
border-bottom: 1px solid rgba(220, 220, 220, 0.5) !important;
-webkit-background-clip: padding-box; background-clip: padding-box; }
}
footer .fusion-row .footer-col.left-section .menu-col {
position: absolute;
bottom: 5px;
left: 5px;
display: none !important;
}
@media (min-width: 1200px) {
footer .fusion-row .footer-col.left-section .menu-col {
display: block !important;
}
}
footer .fusion-row .footer-col.left-section .menu-col ul {
display: flex;
padding: 0 !important;
}
footer .fusion-row .footer-col.left-section .menu-col ul li {
position: relative;
display: flex;
align-items: center;
}
footer .fusion-row .footer-col.left-section .menu-col ul li:after {
content: "-";
display: inline-block;
padding-left: 5px;
padding-right: 5px;
color: #b2b2b2 !important;
}
footer .fusion-row .footer-col.left-section .menu-col ul li:last-child:after {
display: none;
}
footer .fusion-row .footer-col.left-section .menu-col ul li a {
color: #b2b2b2 !important;
position: relative;
font-size: 14px !important;
}
footer .fusion-row .footer-col.left-section .menu-col ul li a:after {
content: "";
height: 1px;
background: #3b3b3b;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
footer .fusion-row .footer-col.left-section .menu-col ul li a:hover {
text-decoration: none;
}
footer .fusion-row .footer-col.left-section .menu-col ul li a:hover:after {
width: 100%;
}
footer .fusion-row .footer-col.br-0 {
border-right: 0 !important;
}
footer .fusion-row .footer-pos {
display: flex;
}
@media (max-width: 767px) {
footer .fusion-row .footer-pos {
width: 100% !important;
height: auto !important;
display: table;
}
}
footer .fusion-row .footer-pos-even {
justify-content: space-between;
flex-direction: column;
display: flex;
height: 100%;
}
@media (max-width: 767px) {
footer .fusion-row .footer-pos-even {
width: 100% !important;
height: auto !important;
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
footer .fusion-row .footer-content {
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
footer .fusion-row .footer-content:last-child {
margin-bottom: 0 !important;
}
}
footer .fusion-row .footer-content.custom-content {
padding-bottom: 0 !important;
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
footer .fusion-row .footer-content.custom-position {
position: absolute;
bottom: 23px;
}
@media (max-width: 767px) {
footer .fusion-row .footer-content.custom-position {
position: relative;
bottom: auto;
}
}
footer .fusion-row .footer-content .footer-heading {
display: flex;
align-items: center;
}
footer .fusion-row .footer-content .footer-heading i {
margin-right: 7px;
}
footer .fusion-row .footer-content .footer-heading h4 {
font-size: 16px !important;
margin: 0 !important;
}
footer .fusion-row .footer-content .footer-heading .footer-icon {
margin-right: 7px;
max-width: 17px;
display: flex;
}
footer .fusion-row .footer-content .footer-heading .fb-icon {
margin-left: 7px;
max-width: 17px;
display: flex;
}
footer .fusion-row .footer-content .footer-heading .fb-icon a {
display: flex;
}
footer .fusion-row .footer-content .footer-text p {
margin-bottom: 0;
font-size: 15px !important;
}
footer .fusion-row .footer-content .footer-text p:last-child {
margin-bottom: 0 !important;
}
footer .fusion-row .footer-content .footer-text p .medium {
font-family: "font-medium";
}
footer .fusion-row .footer-content .footer-text p a {
color: #82bc00 !important;
position: relative;
z-index: 1;
}
footer .fusion-row .footer-content .footer-text p a:after {
content: "";
height: 1px;
background: #82bc00;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 100%;
}
footer .fusion-row .footer-content .footer-text p a:hover {
text-decoration: none;
}
footer .fusion-row .footer-content .footer-text p a:hover:after {
width: 0;
}
footer .fusion-row .footer-content .footer-text .menu li a {
color: #b2b2b2 !important;
font-size: 14px !important;
position: relative;
display: inline-block;
}
footer .fusion-row .footer-content .footer-text .menu li a:after {
content: "";
height: 1px;
background: #b2b2b2;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
footer .fusion-row .footer-content .footer-text .menu li a:hover {
text-decoration: none;
}
footer .fusion-row .footer-content .footer-text .menu li a:hover:after {
width: 100%;
}
footer .fusion-row .right-section {
padding-left: 15px !important;
padding-right: 15px !important;
}
@media (max-width: 1200px) {
footer .fusion-row .right-section {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 30px !important;
}
}
@media (max-width: 767px) {
footer .fusion-row .right-section {
padding-top: 30px !important;
}
}
footer .fusion-row .right-section .footer-content {
padding-bottom: 0 !important;
display: flex;
height: 100%;
}
footer .fusion-row .right-section .footer-content .footer-text {
display: flex;
height: 100%;
justify-content: space-between;
flex-direction: column;
}
footer .fusion-row .right-section .footer-content .footer-text p {
font-size: 14px !important;
}
footer .fusion-row .right-section .footer-content .footer-text p:last-child {
margin-bottom: 0 !important;
}
footer .fusion-row .right-section .menu-col {
display: none !important;
}
@media (max-width: 1200px) {
footer .fusion-row .right-section .menu-col {
display: block !important;
}
}
footer .fusion-row .right-section .menu-col ul {
display: flex;
justify-content: space-between;
columns: 2;
-webkit-columns: 2;
}
@media (max-width: 767px) {
footer .fusion-row .right-section .menu-col ul {
columns: 1;
-webkit-columns: 1;
}
}
@media (max-width: 767px) {
footer .fusion-row .right-section .menu-col {
margin-top: 30px !important;
margin-bottom: 15px !important;
}
}
footer .fusion-row .right-section .menu-col .footer-content {
display: flex;
height: 100%;
}
footer .fusion-row .right-section .menu-col .footer-content .menu-footer-menu-container {
display: flex;
height: 100%;
}
footer .fusion-row .right-section .menu-col .footer-content .menu-footer-menu-container .menu {
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.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;
}
.green p {
color: #006140 !important;
font-size: 28px !important;
font-family: "font-light" !important;
}
@media (max-width: 500px) {
.green p {
font-size: 20px !important;
}
}
.green b, .green strong {
font-family: "font-bold" !important;
}
header {
padding-top: 30px;
padding-bottom: 15px;
box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
header .fusion-header-v1 .fusion-header .header-row {
display: flex;
align-items: center;
flex-wrap: wrap;
}
header .fusion-header-v1 .fusion-header .header-row .logo-section {
position: relative;
}
header .fusion-header-v1 .fusion-header .header-row .fusion-logo {
margin: 0;
position: relative;
}
header .fusion-header-v1 .fusion-header .header-row .fusion-logo img {
height: auto;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section {
display: flex;
flex-direction: column;
align-items: self-end;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres {
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 30px;
}
@media (max-width: 800px) {
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres {
display: none !important;
}
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres .content {
margin-right: 15px;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres .content p {
font-family: "font-bold" !important;
color: #82bc00 !important;
margin-bottom: 0 !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres .content p strong {
color: #82bc00 !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres .houres {
padding: 9px 18px;
background: #eff6e7;
position: relative;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .opening-houres .houres:before {
content: "\a";
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #eff6e7 transparent transparent;
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li a {
height: auto !important;
font-size: 18px !important;
color: #3b3b3b !important;
padding-bottom: 15px;
border: 0 !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li a:hover {
text-decoration: none !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children a:after {
content: "";
display: inline-block;
background: url(//leiebaken.be/wp-content/themes/Avada-Child/assets/images/vinkje.png) no-repeat;
width: 15px;
height: 9px;
background-size: contain;
margin-left: 15px;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children .sub-menu {
border: 0 !important;
background: transparent !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children .sub-menu li {
border-bottom: 2px solid transparent !important;
background-clip: padding-box; transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children .sub-menu li.green-border {
border-color: #82bc00 !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children .sub-menu li a {
background: #ffffff !important;
font-size: 16px !important;
padding-bottom: 15px !important;
padding-top: 15px !important;
}
header .fusion-header-v1 .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li.menu-item-has-children .sub-menu li a:after {
display: none;
}
.image-container {
height: 80vh !important;
background-position: center bottom !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 1800px) {
.image-container {
height: 100vh !important;
}
}
.image-container .fusion-imageframe {
width: 100% !important;
position: absolute;
top: 0;
}
.image-container .fusion-imageframe img {
width: 100% !important;
}
.image-container .fusion-slider-container {
height: 80vh !important;
max-height: 100% !important;
}
@media (min-width: 1800px) {
.image-container .fusion-slider-container {
height: 100vh !important;
}
}
.image-container .fusion-slider-container .tfs-slider {
height: 100% !important;
}
.image-container .fusion-slider-container .tfs-slider .slides {
height: 100% !important;
}
.image-container .fusion-slider-container .tfs-slider .slides li {
height: 100% !important;
}
.image-container .fusion-slider-container .tfs-slider .slides li .background {
height: 100% !important;
}
.single-insunews #main {
padding-left: 0 !important;
padding-right: 0 !important;
}
.single-insunews .slider-container {
background-size: cover !important;
height: 35vh !important;
background-position: center center !important;
display: flex;
justify-content: center;
align-items: center;
}
.single-insunews .slider-container:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #0C1145;
content: "";
opacity: 0.5;
transition: all 0.3s;
visibility: visible;
}
.single-insunews .slider-container .header-title {
z-index: 10;
}
.single-insunews .slider-container .header-title h1 {
padding: 0 30px !important;
color: #ffffff !important;
z-index: 10;
}
.single-insunews .insunews {
margin-bottom: 90px !important;
}
@media (max-width: 1024px) {
.single-insunews .insunews {
margin-bottom: 60px !important;
}
}
@media (max-width: 500px) {
.single-insunews .insunews {
margin-bottom: 30px !important;
}
}
.single-insunews .post-content {
max-width: 1200px !important;
margin: 0 auto !important;
margin-top: 90px !important;
}
@media (max-width: 1260px) {
.single-insunews .post-content {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
@media (max-width: 1024px) {
.single-insunews .post-content {
margin-top: 60px !important;
}
}
.intro-section {
background-position: 50% bottom !important;
z-index: 100;
}
.intro-section .intro-vinkje {
position: absolute;
left: 50%;
top: 0;
text-align: center;
transform: translateX(-50%);
}
.intro-section .intro-vinkje img {
width: 50%;
margin: 0 auto;
}
.intro-section h1 {
margin-top: 30px !important;
}
@media (max-width: 767px) {
.intro-section h1 {
margin-top: 15px !important;
}
}
.intro-section h2 {
margin-bottom: 0 !important;
}
.intro-section a {
color: #82bc00 !important;
font-family: "font-bold" !important;
position: relative;
}
.intro-section a:after {
content: "";
height: 1px;
background: #82bc00;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 100%;
}
.intro-section a:hover {
text-decoration: none;
}
.intro-section a:hover:after {
width: 0;
}
.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: #006140 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #82bc00 !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;
position: relative;
}
.fusion-flyout-menu .fusion-menu li.crelan-link .menu-img-item {
display: none;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-weight: 500;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
}
.fusion-flyout-menu .fusion-menu li a:hover {
text-decoration: none;
color: #82bc00 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 14px;
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: inline-block;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #82bc00;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border-color: #82bc00 !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: translateY(101%) !important;
-ms-transform: translateY(101%) !important;
transform: translateY(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: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.3;
z-index: -1;
}
.news-col {
padding: 90px !important;
background: #fbfbfb;
margin-bottom: 0 !important;
height: 100% !important;
}
@media (max-width: 1024px) {
.news-col {
height: auto !important;
padding: 60px 0 !important;
}
}
.news-col:after {
content: "";
background: #fbfbfb;
position: absolute;
height: 100%;
width: 500%;
left: 100%;
top: 0;
}
.news-col .fusion-column-wrapper {
height: 100% !important;
display: flex !important;
justify-content: space-between !important;
}
@media (max-width: 1024px) {
.news-col .fusion-column-wrapper {
height: auto !important;
}
}
.news-row {
margin-top: 53px !important;
margin-bottom: 53px !important;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media (max-width: 1024px) {
.news-row {
margin-top: 0 !important;
}
}
.news-row .latest-news-item {
padding: 15px 0 !important;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #8b8b8b;
}
@media (max-width: 1024px) {
.news-row .latest-news-item {
justify-content: normal !important;
}
}
.news-row .latest-news-item .news-icon {
margin-right: 17px;
min-width: 34px !important;
}
.news-row .latest-news-item .news-icon img {
width: 34px;
height: 34px;
object-fit: contain;
}
.news-row .latest-news-item a:hover {
text-decoration: none !important;
color: #82bc00 !important;
}
.news-row-overview .latest-news-item {
margin-bottom: 30px !important;
}
.news-row-overview .latest-news-item .card {
border: 2px solid #006140 !important;
border-radius: 0 !important;
height: 100%;
cursor: pointer;
}
.news-row-overview .latest-news-item .card:hover .card-img-top:before {
opacity: 0.5;
visibility: visible;
}
.news-row-overview .latest-news-item .card:hover .card-img-top .left-border:before {
width: 200px;
}
.news-row-overview .latest-news-item .card:hover .card-img-top .left-border:after {
height: 200px;
}
.news-row-overview .latest-news-item .card:hover .card-img-top .right-border:before {
width: 200px;
}
.news-row-overview .latest-news-item .card:hover .card-img-top .right-border:after {
height: 200px;
}
.news-row-overview .latest-news-item .card .card-img-top {
position: relative;
}
.news-row-overview .latest-news-item .card .card-img-top:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #0C1145;
content: "";
opacity: 0;
z-index: 1;
transition: all 0.3s;
visibility: hidden;
}
.news-row-overview .latest-news-item .card .card-img-top .left-border:before {
position: absolute;
left: 0;
top: 15px;
height: 1px;
width: 0;
background: #fff;
content: "";
transition: all 0.3s;
z-index: 10;
}
.news-row-overview .latest-news-item .card .card-img-top .left-border:after {
position: absolute;
left: 15px;
top: 0;
height: 0;
width: 1px;
background: #fff;
content: "";
transition: all 0.3s;
z-index: 10;
}
.news-row-overview .latest-news-item .card .card-img-top .right-border:before {
position: absolute;
right: 0;
bottom: 15px;
height: 1px;
width: 0;
background: #fff;
content: "";
transition: all 0.3s;
z-index: 10;
}
.news-row-overview .latest-news-item .card .card-img-top .right-border:after {
position: absolute;
right: 15px;
bottom: 0;
height: 0;
width: 1px;
background: #fff;
content: "";
transition: all 0.3s;
z-index: 10;
}
.news-row-overview .latest-news-item .card .card-block {
padding: 30px !important;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.news-row-overview .latest-news-item .card .card-block .title {
font-family: "font-medium" !important;
text-decoration: none !important;
}
.news-row-overview .latest-news-item .card .card-footer {
border: 0;
background: transparent;
padding: 30px;
}
.news-row-overview .latest-news-item .card .card-footer a:hover {
text-decoration: none !important;
}
.page-offerte-aanvragen .contact-form {
padding: 30px !important;
border: 2px solid #006140 !important;
position: relative;
}
.page-offerte-aanvragen .contact-form .select-arrow {
border: 0 !important;
color: #006140 !important;
}
.page-offerte-aanvragen .contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 5px;
right: 15px;
}
.page-offerte-aanvragen .contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.page-offerte-aanvragen .contact-form .form-row {
margin-bottom: 30px !important;
max-width: 80%;
}
@media (max-width: 767px) {
.page-offerte-aanvragen .contact-form .form-row {
max-width: 100% !important;
}
}
.page-offerte-aanvragen .contact-form .form-row .wpcf7-form-control {
border: 0 !important;
border-bottom: 1px solid #006140 !important;
}
.page-offerte-aanvragen .contact-form .form-row .wpcf7-form-control.wpcf7-not-valid {
border-bottom: 1px solid red !important;
}
.page-offerte-aanvragen .contact-form .form-row .wpcf7-form-control.wpcf7-textarea {
min-height: 75px !important;
height: 75px;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance.wpcf7-not-valid {
border-bottom: 1px solid red !important;
display: inline-block;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
margin-left: 5px !important;
}
@media (max-width: 500px) {
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
font-size: 12px !important;
}
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
color: #006140 !important;
position: relative;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:after {
content: "";
height: 1px;
background: #006140;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
text-decoration: none;
}
.page-offerte-aanvragen .contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover:after {
width: 100%;
}
#boxed-wrapper .insupartners {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 1201px) {
#boxed-wrapper .insupartners {
gap: 30px;
}
}
@media (max-width: 1200px) {
#boxed-wrapper .insupartners .partner {
margin-bottom: 30px;
}
}
#boxed-wrapper .insupartners .partner a {
display: flex;
align-items: center;
justify-content: center;
}
#boxed-wrapper .insupartners .partner a img {
filter: grayscale(100%);
opacity: 0.65;
width: 92px;
height: 32px;
object-fit: contain;
}
.slider-container {
padding-left: 0 !important;
padding-right: 0 !important;
height: 75vh !important;
}
.slider-container.custom-height {
height: 35vh !important;
}
.slider-container .background {
background-position: 50% bottom !important;
}
.slider-container .fusion-row, .slider-container .fusion-slider-container, .slider-container .tfs-slider, .slider-container .slides, .slider-container li, .slider-container .background {
height: 100% !important;
max-height: 100% !important;
}
.slider-container .fusion-layout-column {
height: 100% !important;
}
.slider-container .fusion-layout-column .fusion-column-wrapper {
height: 100% !important;
}
.slider-container .leiebaken-slider {
max-width: 100%;
height: 100%;
}
.slider-container .leiebaken-slider .swiper-wrapper .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fusion-body .teammembers .fusion-layout-column {
margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
.fusion-body .teammembers .fusion-layout-column {
width: 50% !important;
}
}
@media (max-width: 767px) {
.fusion-body .teammembers .fusion-layout-column {
width: 100% !important;
}
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person {
background: #eff6e7 !important;
height: 100% !important;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-shortcode-image-wrapper .person-image-container img {
width: 100% !important;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc {
margin: 0 !important;
padding: 45px 30px !important;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-author .person-author-wrapper .person-name {
font-family: "font-bold" !important;
color: #006140 !important;
font-size: 22px !important;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-author .person-author-wrapper .person-title {
font-family: "font-bold" !important;
font-size: 18px !important;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-content {
margin-top: 10px !important;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-content a {
font-family: "font-bold" !important;
color: #82bc00 !important;
position: relative;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-content a:after {
content: "";
height: 1px;
background: #82bc00;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 100%;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-content a:hover {
text-decoration: none;
}
.fusion-body .teammembers .fusion-layout-column .fusion-column-wrapper .fusion-person .person-desc .person-content a:hover:after {
width: 0;
}
.triangle-container {
padding-top: 60px !important;
padding-bottom: 60px !important;
background: #eff6e7 !important;
text-align: center !important;
}
@media (max-width: 767px) {
.triangle-container {
padding-top: 30px !important;
padding-bottom: 10px !important;
}
}
.triangle-container:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 65px 100px 0 100px;
border-color: #eff6e7 transparent transparent transparent;
position: absolute;
bottom: -65px;
left: 50%;
transform: translateX(-50%);
z-index: 99;
}
.triangle-container .fusion-title {
justify-content: center !important;
margin-bottom: 0 !important;
}
.triangle-container .fusion-title h2 {
margin-bottom: 0 !important;
color: #006140 !important;
font-style: italic !important;
font-family: "font-light" !important;
font-size: 26px !important;
}
@media (max-width: 767px) {
.triangle-container .fusion-title h2 {
font-size: 18px !important;
}
}
.triangle-container .fusion-title h2 p {
margin-bottom: 0 !important;
color: #006140 !important;
font-style: italic !important;
font-family: "font-light" !important;
font-size: 26px !important;
}
@media (max-width: 767px) {
.triangle-container .fusion-title h2 p {
font-size: 18px !important;
}
}
.fusion-body .insurance-detail-column .fusion-column-wrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
border-right: 1px solid #989898;
}
@media (max-width: 575px) {
.fusion-body .insurance-detail-column .fusion-column-wrapper {
padding-top: 0 !important;
padding-bottom: 30px !important;
border-bottom: 1px solid #989898;
border-right: 0 !important;
}
}
.fusion-body .insurance-detail-column .fusion-column-wrapper .fusion-text ul {
list-style: none;
padding-left: 0 !important;
margin: 0 !important;
}
.fusion-body .insurance-detail-column .fusion-column-wrapper .fusion-text ul li {
padding-bottom: 30px !important;
}
.fusion-body .insurance-detail-column .fusion-column-wrapper .fusion-text ul li:last-child {
margin-bottom: 0 !important;
}
.fusion-body .insurance-detail-column .fusion-column-wrapper .fusion-text ul li a.active {
font-family: "font-medium" !important;
color: #82bc00 !important;
}
.fusion-body .insurance-detail-text {
padding-top: 60px !important;
}
.fusion-body .insurance-detail-text h3 {
color: #006140 !important;
}
.fusion-body .insurance-detail-text .fusion-text {
transition: all 0.3s ease-in-out;
height: 0 !important;
opacity: 0 !important;
}
.fusion-body .insurance-detail-text .fusion-text.active {
height: auto !important;
opacity: 1 !important;
}
.page-template-verzekeringen #main {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-verzekeringen .fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
.page-template-verzekeringen .slider-container {
background-size: cover !important;
background-position: 50% 50% !important;
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview {
padding-top: 45px !important;
}
}
@media (max-width: 1024px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column {
width: 50% !important;
}
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column {
width: 100% !important;
}
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column:last-child .fusion-column-wrapper {
margin-bottom: 0 !important;
}
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper {
display: flex;
flex-direction: row !important;
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper {
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper {
margin-bottom: 30px !important;
flex-direction: column !important;
text-align: center;
}
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper div:first-child {
width: 30% !important;
border-right: 1px solid #989898;
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper div:first-child {
width: 50% !important;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}
}
@media (max-width: 767px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper div:first-child {
border: 0 !important;
border-bottom: 1px solid #989898 !important;
margin: 0 auto;
}
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-imageframe {
padding-top: 15px !important;
padding-bottom: 15px !important;
width: 50% !important;
}
@media (max-width: 992px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-imageframe {
text-align: center;
}
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text {
padding-top: 15px !important;
padding-bottom: 15px !important;
padding-left: 60px !important;
}
@media (max-width: 767px) {
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text {
padding-left: 0 !important;
padding-top: 30px !important;
}
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text p:last-child {
margin-bottom: 0 !important;
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text a {
color: #3b3b3b !important;
position: relative;
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text a:after {
content: "";
height: 1px;
background: #3b3b3b;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
width: 0;
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text a:hover {
text-decoration: none;
}
.page-template-verzekeringen .insurances-overview .insurances-overview-column .fusion-column-wrapper .fusion-text a:hover:after {
width: 100%;
}@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 300;
font-display: auto;
src: url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot);
src: url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff2) format("woff2"), url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff) format("woff"), url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.ttf) format("truetype"), url(//leiebaken.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg"); }
.fal {
font-family: 'Font Awesome 5 Pro';
font-weight: 300; }