* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-weight: 300;
}
.grecaptcha-badge {
    display: none !important;
}
body,
html {
    height: 100%;
    display: block;
    font-size: 16px;
}
.bg-f7f7f7 {
    background-color: #f7f7f7;
}
.bg-A1226D {
    background-color: #A1226D;
}
.txt-333 {
    color: #333 !important;
}
.mw-100 {
    max-width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Palanquin Dark', sans-serif;
    text-transform: uppercase;
    color: #8ebe28;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: 1.2em;
}
h1 {
    font-size: 48px;
    /*line-height: 72px;*/
    margin-bottom: 0;
}
h2 {
    font-size: 32px;
    /* line-height: 48px; */
    margin-bottom: 2rem;
    color: #333;
}
h3 {
    font-size: 24px;
    color: #333;
}


span.subtitle {
    /* font-family: 'Palanquin Dark', sans-serif; */
    /* text-transform: uppercase; */
    color: #333;
    /* font-weight: 400; */
    letter-spacing: 1px;
    font-size: 2em;
    display: block;
    line-height: 1.4em;
    margin: 1.4rem 0 3rem;
}
p {
    line-height: 28.5px;
    margin-bottom: 1.6em;
    color: #333333;
    font-size: 19px;
}
a {
    color: #8ebe28;
    text-decoration: none;
}
a:hover,a:active {
	color: #343E3D;
}
b,
strong {
    font-weight: 700
}
.button {
    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 12px 24px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 1px;
    border-radius: 0.4em;
    background-color: #a1226d;
}
.button.green {
    background-color: #8ebe28;
}
.button:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.button.hover-purple:hover {
    background-color: transparent;
    border: 2px solid #a1226d;
    color: #a1226d;
}
.clear {
    clear: both;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
img.icon {
    width: 4em;
}
#vision .items:nth-child(2) img.icon {
    width: 3.5em;
}
.center {
  text-align:center;
}
.left {
  text-align: left;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.section {
    padding: 6em 0;
    position: relative;
    overflow: hidden;
}
.home .section {
    padding: 8em 0;
}
.container {
    padding-right: 1em;
    padding-left: 1em;
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
}
.row {
    margin-right: -1em;
    margin-left: -1em;
}
.row:after {
    clear: both;
    display: table;
    content: " ";
}

.page-template-page-home .container,
.page-template-page-target-group .container {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
}
.page-template-page-home header .container,
.page-template-page-target-group header .container {
    width: calc(90% - (var(--bs-gutter-x)* 1));
}
.page-template-page-home .row,
.page-template-page-target-group .row {
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.col-14,.col-16,.col-20,.col-25,.col-33,.col-40,.col-45,.col-50,.col-55,.col-60,.col-66,.col-75,.col-80,.col-100 {
    position: relative;
    min-height: 1px;
    padding: 0 1em;
    float: left;
}
.col-14 {
    width: 14%;
    width: 14.28571428571429%;
    width: calc(100%/7);
}

.col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    width: 16.666667%;
}

.col-20 {
    width: 20%
}
.col-25 {
    width: 25%
}
.col-33 {
    width: 33%;
    width: 33.3333333%;
    width: calc(100% * 0.33333);
}
.col-40 {
    width: 40%
}
.col-45 {
    width: 45%
}
.col-45 p:last-of-type {
    margin-bottom: 4em;
}
.col-50 {
    width: 50%
}
.col-55 {
    width: 55%
}
.col-60 {
    width: 60%
}
.col-66 {
    width: 66%;
    width: 66.6666666%;
    width: calc((100%/3)*2);
}
.col-75 {
    width: 75%
}
.col-80 {
    width: 80%
}
.col-100 {
    width: 100%
}

.border-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.transition {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
:focus {
    outline: none;
}
textarea, input, input[type="text"], input[type="button"], input[type="submit"] {
    border-radius: 0.4em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-color: transparent;
    color: #333;
    border: 2px solid #333;
    width: 100%;
    margin-bottom: 1em;
    font-size: 1rem;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
}
.fadeInDown {
    animation: fadeInDown 1s both 0.5s;
    -webkit-animation: fadeInDown 1s both 0.5s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    animation: fadeInUp 1s both 1s;
    -webkit-animation: fadeInUp 1s both 1s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

nav#side-menu {
    display: none;
}


/* header */
header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
}
header.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
header.fixed .header_nav ul > li {
    padding: 2em 0;
}
header.fixed #header-menu ul {
    margin-top: 2em;
}
.header_logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo {
    display: block;
    width: 100%;
}
.logo_img {
    /*display: block;*/
    width: 15.625em;
}
.header_nav ul {
    display: block;
    text-align: right;
}
.header_nav ul > li {
    display: inline-block;
/*    vertical-align: middle;*/
    padding: 3em 0;
    margin-left: 3%;
}
.header_nav ul li.lang-item {
    margin-left: 1%;
}
.header_nav ul li.lang-item-first {
    margin-left: 3%;
}
.header_nav ul > li a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header_nav li.menu-item-597 a,
.header_nav li.menu-item-880 a,
.header_nav li.menu-item-429 a,
.header_nav li.menu-item-427 a {
    padding: 8px 16px;
    background: #8dbd29;
    border-radius: 0.3em;
    border: 2px solid #8ebe28;
}
.header_nav > ul > li.menu-item-597:hover > a,
.header_nav > ul > li.menu-item-880:hover > a,
.header_nav > ul > li.menu-item-429:hover > a,
.header_nav > ul > li.menu-item-427:hover > a {
    border: 2px solid #8ebe28;
    text-shadow: 1px 0 0 #fff;
    padding-bottom: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 8px 16px;
    background: transparent;
}

.header_nav ul > li.current-menu-parent > a,
.header_nav ul > li.current-page-parent > a,
.header_nav ul > li.current_page_item > a {
    border-bottom: 2px solid #8ebe28;
    color: #8ebe28;
    padding-bottom: 4px;
}
.header_nav ul.sub-menu > li.current_page_item a {
    color: #8ebe28;
    /*font-weight: 700;*/
    border:none;
}
.header_nav > ul > li:hover > a {
    border-bottom: 2px solid #8ebe28;
   	text-shadow: 1px 0 0 #fff;
    padding-bottom: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header_nav ul > li.current-page-parent:hover > a,
.header_nav > ul > li.current-menu-item:hover > a {
   	text-shadow: inherit;
}
#header-menu ul {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    padding: 0.5em 1em;
    position: absolute;
    min-width: 180px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: block;
    text-align: left;
    margin-left: -1em;
    margin-top: 3em;
}
/*.header_nav ul > li.lang-item a {
    width: 2.6em;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a1226d;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    padding-bottom: 0;
}*/
#header-menu .pll-parent-menu-item ul {
    min-width: auto;
    margin-left: 0;
}
.header_nav ul > li.pll-parent-menu-item {
    margin-left: 1rem;
}
.header_nav ul > li.pll-parent-menu-item > a {
    padding: 8px 16px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0.3em;
}
.header_nav ul > li.pll-parent-menu-item span {
    margin-left: 8px !important;
}

.header_nav ul > li.lang-item.current-lang a {
    background-color: #fff;
    color: #000;
}
.header_nav > ul > li.lang-item:hover > a {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-shadow: none;
    padding-bottom: 0;
}
#header-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
}
#header-menu ul li a {
    padding: 0.5em 0;
    display: block;
}
#header-menu li:hover ul {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
header .navbar-header {
    display: none;
}

/* Home */
#slider {
    height: 70vh;
    height: 70% !important;
    min-height: 650px;
    background-image: url('assets/img/floraphoto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#slider:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#slider .slider_content {
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
#slider h1,
#slider .button {
    animation: fadeInDown 1s both 0.5s;
    -webkit-animation: fadeInDown 1s both 0.5s;
}
#slider .purple-button {
	margin-right:1em;
}
#slider .subtitle {
    animation: fadeInUp 1s both 1s;
    -webkit-animation: fadeInUp 1s both 1s;
}
#slider .slider_content h1 {
    color: #fff;
    max-width: 76%;
    font-size: 4em;
}
#slider .subtitle {
    color: #fff;
    margin: 1em 0 2em;
    font-size: 2em;
    max-width: 640px;
}
#slider .down-arrow {
    left: 50%;
    bottom: -2em;
    margin-left: -2em;
    position: absolute;
    z-index: 2;
    padding: 1em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: #a1226d;
    border: 0.2em solid #fff;
    color: #fff;
    cursor: pointer;
}
#slider .down-arrow img {
    width: 1.6em; 
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#slider .down-arrow:hover {
    background-color: #8ebe28;
}



.home #about.section {
    padding: 12em 0;
}
.home #vision .col-50 {
    padding: 12em 4em;
}

#about.section {
    padding: 10em 0;
}
#about {
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: 100% center;
}
#about .row {
    display: flex;
    align-items: center;
}
#clients h2,
#about h2 {
    color: #333;
}
#about .featured-image {
	position: absolute;
	width: 50%;
	background-image: url('assets/img/devices_bg.png');
	right: 0;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: left center;
}
#about img {
    max-width: 90%;
}

#vision {
    background-image: url(assets/img/computer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#vision .col-50:nth-of-type(1):before {content:'';position: absolute;width: 100%;height: 100%;background: #F7F7F7;left: 0;top: 0;right: 0;bottom: 0;}
#vision .col-50:nth-of-type(2):before {content:'';position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);left: 0;top: 0;right: 0;bottom: 0;z-index: 0;}

#vision .col-50 {
    padding: 8em 4em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#vision .col-50 .items {
    margin: 2em 0;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 630px;
}
#vision .col-50 .items p {
    margin: 0.2em 0;
    max-width: 522px;
    float: right;
}
.home #vision .col-50 .items p {
    max-width: inherit;
}
#vision .col-50 .items .col-20 {
    float: right;
}
#vision > .col-50 > .col-100 {
	max-width: 630px;
}
#vision > .col-50 > .col-100 .button {
	margin-top: 4em;
}
#vision h2 {
    margin: 0 0 1em;
    color: #fff;
}
#vision h3 {
    color: #8EBE28;
}
#vision .col-100 p {
    /*font-size: 1.6em;
    margin: 0;
    line-height: 1.6em;*/
    color: #fff;
}
#vision .col-100 ul {
    list-style-type: none;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3em 0;
}
#vision ul li {
    margin: 0.8em 0;
}

#how_it_works {
    background-color: #8ebe28;
}
#how_it_works p {
    color: #fff;
}

#clients .col-16 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
}
#clients.section {
    padding: 4em 0 !important;
}
#clients .row {
    max-width: 94%;
    margin: 0 auto;
}

#tagline {
    padding: 5em 0 6em;
    background-image: url(assets/img/bg-fp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#tagline span.subtitle {
    color: #fff;
}
#tagline h2 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 48px;
}
#tagline .button {
    margin: 0 0.5em;
}


#team .col-100 figcaption {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 1.4em 4em;
    z-index: 2;
    color: white;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#team .col-100:hover figcaption,
#team .col-100:focus figcaption,
#team .col-100:active figcaption {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#team figcaption .name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
}
#team figcaption .job {
    font-size: 1em;
    text-transform: uppercase;
}
#team .col-20 .col-100 {
    border-radius: 50%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}
#team .col-100 .contactpersoon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#team .col-100:hover .contactpersoon {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#team .col-100:hover .contact_overlay {
    opacity: 1;
}
#team .contact_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(159, 36, 105, 0.8);
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
    padding: 2em 1.4em;
}



#owl-quote .owl-stage-outer {
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;height:100%}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer div{height:100%}.owl-carousel .owl-item, .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;padding: 0;}.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .2s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.slider_content.container{height:auto !important}.owl-carousel .owl-item{overflow:hidden}
.owl-carousel div.owl--text {
    position: absolute;
    bottom: 4em;
    left: 2em;
    width: 20em;
    height: 8em;
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav div {
    display: block;
    position: absolute;
    outline: 0;
    z-index: 1;
    width: 4em;
    height: 4em;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.owl-carousel .owl-nav .owl-prev {
    left: -5px;
    opacity: 0.7;
    background-image: url(assets/img/icons/left_arrow.svg);
    background-size: cover;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-nav .owl-prev:hover {
    left: 0;
    opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
    right: -5px;
    opacity: 0.7;
    background-image: url(assets/img/icons/right_arrow.svg);
    background-size: cover;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-nav .owl-next:hover {
    right: 0;
    opacity: 1;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    padding: 0;
    font-size: 0;
    text-indent: -99999;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none;
    width: 1rem;
    height: 1rem;
    transition-property: background, border;
    transition-duration: .5s;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.6);
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#examples {
    background-color: #a1226d;
}
#examples span.subtitle,
#examples p {
    color: #fff;
}
#examples p {
    font-size: 1.4em;
}
#examples img {
    width: auto;
    margin-bottom: 1em;
    max-width: 100%;
}
#examples .owl-carousel .owl-nav {
    margin-top: -2em;
    top: 25%;
}
#examples .owl-carousel .owl-dots {
    margin-top: 2em;
}



/* header title */

#header-title {
    min-height: 31em;
    overflow: hidden;
    position: relative;
    background-image: url(assets/img/computer_bg.jpg);
    background-size: cover;
    background-position: center;
}
#header-title:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#header-title span.subtitle {
    margin: 2em 0;
}
#header-title .header-title-content {
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
#header-title .header-title-content h1 {
    color: #fff;
    font-size: 48px;
}
#header-title .header-title-content span.subtitle {
    margin: 2rem 0;
    color: #fff;
}



/* footer */
@font-face {
font-family: 'socialicons';
src: url('assets/font/socialicons.eot?69216208');
src: url('assets/font/socialicons.eot?69216208#iefix') format('embedded-opentype'),
url('assets/font/socialicons.woff?69216208') format('woff'),
url('assets/font/socialicons.ttf?69216208') format('truetype'),
url('assets/font/socialicons.svg?69216208#socialicons') format('svg');
font-weight: normal;
font-style: normal;
}

footer {
    border-top: 1px solid #e6e7e8;
    padding: 4em 0;
    float: left;
    width: 100%;
    position: relative;
}
footer .copyright {
    margin: 1em 0 0;
    font-size: 1em;
}
footer .social_media {
    padding-top: 0.4em;
}
footer .social-icon {
    font-family: "socialicons";
    margin: 0 0 0 0.8em;
    text-align: center;
    font-size: 1.2em;
    background: #a1226d;
    border-radius: 50%;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
footer .social-icon:hover {
    background-color: #8ebe28;
}
footer .copyright a {
    color: #a9a9a9;
}
.chat {
    position: fixed;
    z-index: 9;
    padding: 1em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    bottom: 2em;
    right: 1em;
    background-color: #8ebe28;
    color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.chat:hover {background-color: #a1226d;border: 2px solid #fff;}
.chat img {width: 2em;height: auto;}
a.chat p {
    visibility:hidden;
    opacity:0;
    position: fixed;
    bottom: 4.5em;
    right: 1em;
    width: auto;
    padding: 0.5em 1em;
    background-color: #8ebe28;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}
a.chat p::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 1em;
    border-width: 0.5em;
    border-style: solid;
    border-color: #8ebe28 transparent transparent transparent;
}
a.chat:hover p { 
    visibility:visible;
    opacity:1;
}


/* pricing */
#pricing .row.editing_types p {
    width: 100%;
    display: block;
    background: #f0f0f0;
    padding: 10px 16px;
}
#pricing .row.editing_types .cl p {
    background-color: #a1226d;
    border-radius: 0.4em 0 0 0.4em;
    color: #fff;
    font-weight: bold;
}
#pricing .row.editing_types .cr p {
    background-color: #8ebe28;
    color: #fff;
    font-weight: bold;
}
#pricing .row.editing_types .crr p {
    background-color: #8ebe28;
    border-radius: 0 0.4em 0.4em 0;
    color: #fff;
    font-weight: bold;
}



/* contact */

#contact {
    background-color: #FAFAFA;
}
#contact h2{
    margin-bottom: 0;
}
#contact form {
    margin-bottom: 4em;
    float: left;
    width: 100%;
    position: relative;
}
#contact .center .phone{
    padding:2.5px 0;
}
#contact .center .email{
    padding:6.5px 0;
}
.wpcf7 form fieldset {
    border: 0
}
.wpcf7 form .required.message {
    color: #333;
    margin-bottom: 1em;
    display: block;
}
.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 9em;
    float: left;
}
.wpcf7 form.wpcf7-form ::-webkit-input-placeholder {
   color: #333;
}
.wpcf7 form.wpcf7-form :-moz-placeholder {
   color: #333;
}
.wpcf7 form.wpcf7-form ::-moz-placeholder {
   color: #333;
}
.wpcf7 form.wpcf7-form :-ms-input-placeholder {  
   color: #333;
}
.wpcf7 form input[type=submit] {
    cursor: pointer;
    background-color: #8ebe28;
    border: 2px solid #8ebe28;
    color: #fff;
    width: 100%;
    float: right;
    padding: 0 2em;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wpcf7 form input[type=submit]:hover {
    background-color: transparent;
    color: #8ebe28;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contact .wpcf7 form input[type=submit] {
    width: auto;
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: #8ebe28;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -0.5em;
    display: block;
    padding: 0 0.8em 1em;
    font-style: italic;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
    border: 2px solid #8ebe28;
    float: left;
    width: calc(100% - 2em);
    min-height: 3em;
    padding: 0.7em 1em;
    margin: 1em;
    color: #000;
    position: relative;
}
.wpcf7 div.wpcf7 .ajax-loader {
    display: block !important;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-response-output {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}


#how-it-works img {
    border: 6px solid #ddd;
    margin: 1em 0 4em;
}
#how-it-works h2 {
    margin-bottom: 0.6em;
}
#how-it-works p {
    margin-bottom: 1em;
}
#vc-nav {
    position: fixed;
    right: 2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
#vc-nav ul {
    list-style: none;
    list-style-type: none;
}
#vc-nav li {
    text-align: right;
}
#vc-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#vc-nav a:after {
    content: "";
    display: table;
    clear: both;
}
#vc-nav a span {
    float: right;
    display: inline-block;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
#vc-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#vc-nav a:hover .vc-label {
    opacity: 1;
}
#vc-nav a.is-selected .vc-dot {
    border: 2px solid #8ebe28;
    background-color: #333;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#vc-nav .vc-dot {
    position: relative;
    top: 8px;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: #8ebe28;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#vc-nav .vc-label {
    position: relative;
    margin-right: 10px;
    padding: .6em .5em;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}



.page-template-page-kf-how-it-works h2 {
    color: #333;
}
.page-template-page-kf-how-it-works #examples h2 {
    color: #fff;
}
.page-template-page-kf-how-it-works #about h2 {
    font-weight: 700;
    font-size: 2.6em;
}
.page-template-page-kf-how-it-works #about .button:hover {
    background-color: #8cbd2e;
}
.cocoen-wrap.hide {
    opacity: 0;
    z-index: -1;
    position: absolute;
}
#klokfoto_video {
    max-width: 100%;
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
}
.linkcat {
    display: inline-block;
    margin: 10px 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2px;
    cursor: pointer;
    border-bottom: 2px solid #f7f7f7;
}
.linkcat.active {
    color: #a21c6d;
    border-bottom: 2px solid #a21c6d;
}
.linkcat:hover {
    color: #a21c6d;
}
.cocoen-wrap {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
}
.cocoen-wrap img {
    display: block;
    max-width: inherit;
}
#klokfoto .new {
    padding: 8px 16px;
    background: #8dbd29;
    border-radius: 0.3em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
}
#klokfoto .cocoen-wrap {
    margin: 0 auto 2.6em;
}
#klokfoto .button:hover {
    background-color: #8dbd29;
}



#explainer .step .number {
    border-radius: 50%;
    min-width: 4rem;
    min-height: 4rem;
    color: #A1226D;
    font-family: Palanquin Dark;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    line-height: 3.5rem;
}
#explainer .step .text-white {
    font-family: Raleway;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

#explainer .nav-tabs .nav-link {
    border: none;
    background: none;
    border-bottom: 4px solid #ffffff99;
}
#explainer .nav-tabs .nav-link h3 {
    color: #ffffff99;
}

#explainer .nav-tabs .nav-link.active {
    border: none;
    background: none;
    border-bottom: 4px solid #fff;
}
#explainer .nav-tabs .nav-link.active h3 {
    color: #ffffff;
}


#our_customers img {
    max-height: 100px;
    object-fit: contain;
    object-position: center;
}


#video_examples video#putVideoHere {
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}
#video_examples .accordion-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px 24px 16px 24px;
    box-shadow: 8px 8px 32px 0px #0000000A;
}
#video_examples .accordion-item button {
    color: #989898;
    background-color: #fff;
    cursor: pointer;
    padding: 6px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.4s;
}
#video_examples .active,
#video_examples .accordion-item button:hover {
    color: #000;
}
#video_examples .accordion-button {
    background: none !important;
    box-shadow: none !important;
    color: #ddd;
    outline: none !important;
}
#video_examples .accordion-button:not(.collapsed),
#video_examples .accordion-button:hover {
    color: #000 !important;
}
#video_examples .accordion-button::after {
    display: none;
}
#video_examples .timebar {
    position: relative;
    height: 5px;
    background-color: #8EBE28;
    width: 0;
}
.fp_cat {
    margin: 16px 0 2px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #A1226D;
    display: inline-block;
}
#video_examples .fp_cat {
    background: #F7F7F7;
}
#video_examples .accordion-body p {
    margin-bottom: 10px;
}


.equalheightblock {
    position: relative;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.equalheightblock {
    background-color: #000;
}
a.equalheightblock img {
    opacity: 0.45;
    object-fit: cover;
}
a.equalheightblock .ehb-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 2rem;
    box-sizing: border-box;
    transition: transform 0.5s ease-in;
}
a.equalheightblock p {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
a.equalheightblock:hover p {
    max-height: 500px;
    transition: max-height 0.6s ease-in;
}


@media (max-width: 1800px) {
    #vc-nav .vc-label {
        display: none;
    }
    #vc-nav li {
        margin-top: 0.8em;
    }
}

@media (max-width: 1500px){
    /*#header-title {
        min-height: 20em;
    }*/
    header, header.fixed {
        position: fixed;
        top: 0;
        background-color: rgba(0,0,0,0.9);
        background-color: rgba(52, 62, 61, 0.9);
        animation: none;
        animation: inherit;
    }
    header nav {
        display: none;
    }
    nav#side-menu {
        display: block;
    }
    header .navbar-header {
        display: block;
        float: right;
        padding: 2em 0;
        cursor: pointer;
    }
    .navbar-toggle {
        background: transparent !important;
        margin: 0 !important;
        border: 0;
        padding: 0;
        position: static;
        width: 30px;
        float: right;
        cursor: pointer;
    }
    .navbar-toggle .icon-bar {
        background: #8ebe28;
        display: block;
        height: 2px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        width: 30px;
    }
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 1% 0%;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: 1% 0%;
    }
    .navbar-toggle .top-bar, .navbar-toggle .bottom-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .middle-bar {
        opacity: 1;
    }
    .swipe-menu {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 240px;
        padding: 1.2rem 1rem;
        font-size: 1.6em;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(240px);
        transform: translateX(240px);
        -webkit-transition: -webkit-transform 0.5s ease-out;
        transition: -webkit-transform 0.5s ease-out;
        transition: transform 0.5s ease-out;
        transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
        background: #f9f9f9;
        z-index: 9;
    }
    body.mobile-menu-shown .swipe-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.4);
    }
    .swipe-menu .swipe-menu_nav {
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .swipe-menu .swipe-menu_nav li {
        margin-bottom: 12px;
    }
    #side-menu a {
        text-decoration: none;
        line-height: 1.2em;
        font-size: 18px;
        color: #333;
    }
    #side-menu li.menu-item-427 a,
    #side-menu li.menu-item-429 a {
        background: #8dbd29;
        border-radius: 0.3em;
        border: 2px solid #8ebe28;
        color: #fff;
        margin-top: 1em;
        display: inline-block;
        padding: 0 24px;
    }
    #side-menu li.current_page_item a {
        font-weight: 700;
    }
    #side-menu li.lang-item {
        margin-bottom: inherit;
        display: inline-block;
        margin-top: 1em;
    }
    #side-menu li.current-lang a {
        font-weight: 700;
    }
    #side-menu li.lang-item a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #a1226d;
        border-radius: 50%;
        color: #fff;
        border: 2px solid #fff;
        padding-bottom: 0;
        font-size: 1rem;
    }
    #side-menu > li a {
        color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .menu-btn, header, body > div, body > article, footer {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease-out;
        transition: -webkit-transform 0.5s ease-out;
        transition: transform 0.5s ease-out;
        transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    }
    body.mobile-menu-shown header, body.mobile-menu-shown > div, body.mobile-menu-shown > article, body.mobile-menu-shown footer {
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
    }
    /*body.mobile-menu-shown > div:after, body.mobile-menu-shown > article:after, body.mobile-menu-shown footer:after {*/
    /*body.mobile-menu-shown > *:not(nav, header, a.chat):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5;
    }*/
    body.mobile-menu-shown .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 1% 0%;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: 1% 0%;
        width: 27px;
    }
    body.mobile-menu-shown .navbar-toggle .middle-bar {
        opacity: 0;
    }
    body.mobile-menu-shown .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 1% 100%;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: 1% 100%;
        width: 27px;
    }
}


@media (max-width:1280px) {
    body, html {
        font-size: 92%;
    }
	.owl-carousel.owl-drag .owl-item {
	    padding: 0 1em;
	}
	.home #vision .col-50,
	#vision .col-50 {
	    padding: 6em 1em;
	}
	#vision .col-50.vision-left {
	    padding: 3em 1em;
	}
    #vision img.icon {
        margin-bottom: 1em;
    }
	#vision .items {
		flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	#vision .col-80.right {
	    width: 100% !important;
	    text-align: center !important;
	}
	#vision .col-20.center {
	    width: 100% !important;
	    float: left !important;
	}
	#vision .col-50 .items p {
	    float: none;
	    margin: 0.3em auto;
	}
}

@media (max-width: 1024px) {
    h1,
    h2,
    #slider .slider_content h1,
    .home h2,
    #tagline h2,
    #header-title .header-title-content h1 {
        font-size: 2.6em;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
    .col-25 {
        width: calc(100%/3);
    }
	#team .col-20 {
	    width: 50%;
	    width: calc(100%/3);
	}
}

@media (max-width: 991px) {
    #header-title .header-title-content {
        text-align: center;
    }
    #explainer .step .text-white {
        font-size: 22px;
    }
    #our_customers img {
        max-height: 80px;
    }
    h3,
    #video_examples .accordion-item button {
        font-size: 19px;
    }

    #pricing .row.editing_types p {
        margin-bottom: 0 !important;
    }
    #pricing .row.editing_types .cl p {
        border-radius: 0.4em 0.4em 0 0;
    }
    #pricing .row.editing_types .cr p,
    #pricing .row.editing_types .crr p {
        border-radius: 0 0 0.4em 0.4em;
    }
}

@media (min-width: 768px) and (max-width: 1180px)  {
	li.menu-item-26, li.menu-item-427,
    li.menu-item-454, li.menu-item-429 {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 920px)  {
    li.menu-item-427 {
        display: none !important;
    }
    .logo_img {
        width: 14em;
    }
    .header_nav ul > li a {
        font-size: 12px;
    }
    #vc-nav {
        right: 1.5em;
    }
}
@media (max-width: 767px){
    body, html {
        font-size: 92%;
    }
    #vc-nav {
        display: none;
    }
	#slider {
	    min-height: 80vh;
	}
	span.subtitle {
	    font-size: 1.6em !important;
	    margin: 1em 0 1.4em !important;
	}
    #slider .slider_content h1 {
        max-width: 100%;
    }
    h1,
    #slider .slider_content h1,
    #header-title .header-title-content h1 {
        font-size: 2.6em;
    }
    h2,
    .home h2,
    .page-template-page-kf-how-it-works #about h2 {
        font-size: 2em;
    }
    .page-template-page-kf-how-it-works #about .button {
        padding: 0.8em 1.4em;
    }
    .container {
        width: 96%;
    }
    .page-template-page-home .container,
    .page-template-page-target-group .container {
        width: 96%;
    }
    .page-template-page-home header .container,
    .page-template-page-target-group header .container {
        width: calc(96% - (var(--bs-gutter-x)* 1));
    }
    #about .row {
        display: block;
    }
    #about img {
        margin-top: 2rem;
    }
    .col-20,.col-25,.col-33,.col-40,.col-45,.col-50,.col-55,.col-60,.col-66,.col-75,.col-80,.col-100 {
        width: 100%;
        text-align: center;
    }
	#team .col-20 {
	    width: 50%;
	}
    .col-25 {
        width: 50%;
    }
	.home .section {
	    padding: 6em 0;
	}
    #about .featured-image {
        position: relative;
        width: 100%;
        padding-top: 65%;
        background-size: 90%;
        background-position: center;
    }
    .home #about.section,
	#about.section {
	    padding: 4em 0;
	}
    #vision {
        display: block;
    }
	#vision .col-100 p,
	#examples p {
	    font-size: initial;
	}
    #vision .col-20 {
        width: 20%;
    }
    #vision .col-80 {
        width: 80%;
        text-align: right;
    }
    #vision .col-50 {
        padding: 8em 1em;
    }
    #vision .vision-left .col-80 p {
        margin: 0.2em auto;
    }
    #vision .vision-right .col-100 {
        max-width: 900px;
    }
	#clients .col-16 {
	    width: calc(16.666667% * 2);
	    width: calc(100% / 3);
	}
    #header-title .header-title-content span.subtitle {
        margin: 1em 0;
    }
    #header-title .header-title-content {
        top: 60%;
    }
	#slider .slider_content {
	    text-align: center;
	}
	#tagline .button {
	    margin: 0 0.5em 1em;
	}
	#contact .wpcf7 form input[type=submit] {
	    width: 100%;
	}
    footer .social-icon {
        margin: 0 0.4em;
    }
    .equalheightblock-1 {
        aspect-ratio: auto;
    }
}

@media (max-width: 650px){
    .col-25,
    .page-template-page-portfolio .grid .col-33 {
        width: 100%;
    }
	#slider .button {
	    margin: 0 0.4em 1em;
	    padding: 0.8em 1.6em;
	}
}

@media (max-width: 480px){
	#clients .col-16 {
	    height: 120px;
	}
	#team .col-20 {
	    width: 100%;
	}
}



/* cookie-bar */

/*#cookie-bar {
    background: #dedfda;
    min-height: 4em;
    line-height: 3em;
    color: #1b1a1a;
    text-align: center;
    padding: .5em 0
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

#cookie-bar p {
    margin: .5em 0 0;
    padding: 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 2.5em;
    text-decoration: none;
    padding: 0 1em;
    margin-left: .5em
}

#cookie-bar .cb-enable {
    background: rgb(142, 190, 40, .8)
}

#cookie-bar .cb-enable:hover {
    background: rgb(142, 190, 40, 1)
}

#cookie-bar .cb-disable {
    background: #900
}

#cookie-bar .cb-disable:hover {
    background: #b00
}

#cookie-bar .cb-policy {
    background: rgb(188, 187, 188, .8)
}

#cookie-bar .cb-policy:hover {
    background: #bcbbbc
}

.main_container {
    max-width: 1200px;
    padding: 1em;
    margin: auto
}

.main_container>ul>li {
    line-height: 1.6em;
    margin-bottom: 1.6em;
    color: #333;
    font-size: 1.2em
}

.main_container a {
    opacity: .9
}*/