/*
Theme Name: kpot theme
Author: kpot
Author URI: https://kpot.be/
Version: kapernikov-v5;
*/

/*
COLORS

red: #DC452D
green: #25BFA1
black: #000
white: #fff
light-grey: #F5F5F5
dark-grey: #8B8B8B
*/

/* GENERAL */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

main,
section,
article{
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

button, input[type="submit"], input {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 50%;
  border-radius: none;
}

input, textarea, select, a { outline: none; }

h1, h2, h3, h4, h4 a, h5, h6, li, p, p a, label, input, figcaption, cite, .editor-post-title__input, span, .wp-block-table {
  /* font-family: "Agenda", Arial, Helvetica, sans-serif; */
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.1;
}

h1,
.editor-post-title__input {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

h2, h2 a{
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(2vh + 25px);
  margin-top: calc(6vh + 35px);
}

.gray_background+.author,
.single .spacer{
  margin-top: calc(6vh + 35px);
}


.smallspacer{
  margin-top: calc(4vh + 15px);
}

h3{
  margin: 60px 0 10px 0;
  font-size: 28px;
}

h4, h5, h6 {
  margin: 20px 0 10px 0;
}

h3, h4, h4 a{
  font-weight: 700;
}

strong{
  font-weight: 600;
}
ul>li{
  list-style: none;
}
a, .site-nav label {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.content>div>p a,
.content li>a{
  color: #DC452D;
}
.content>div>p a:hover,
.content>div li a:hover{
  text-decoration: underline;
}

.content>div>p a.button,
.content li>a.button{
  color: #fff;
}

p, span, li, cite, .wp-block-image, .wp-block-code, .wp-block-preformatted, .wp-block-table {
  font-weight: 400;
  color: #8B8B8B;
  margin-top: 25px;
  margin-bottom: 25px;
}
.hyphens{
  word-wrap: break-word;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wp-block-image img{
  height: auto;
}

li{
  margin: 5px;
}
.content ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.content ul li{
  margin-left: 30px;
}

.content ul li::before{
  content: "\2022";
  margin-left: -30px;
  padding-right: 23px;
}
.content ul .blocks-gallery-item::before{
  display: none;
}

.content ol li{
  list-style-type: decimal;
  margin-left: 30px;
  padding-left: 10px;
}

/* Bedankt voor uw interesse in Kapernikov */
.page-id-79358 .wp-block-contact-form-7-contact-form-selector{
  width: 90%;
  margin: 0 auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="checkbox"],
textarea {
  color: #000;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 20px;
}
input[type="checkbox"]{
  width: 15px;
  border: 2px solid #000;
  height: 15px;
}
input[type="checkbox"]:checked{
  background-image: url(/wp-content/themes/kpot-theme/assets/img/check-black.png);
  background-size: contain;
}
.wpcf7-form-control-wrap{
  margin: 0;
}
textarea {
  border: 2px solid #000;
}
.flex-form{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
.flex-form label{
  width: 44%;
}
.page-id-80702 .wpcf7-form-control{
  display:block !important;
  margin:0 auto;
}
.page-id-79358 .content .wpcf7-form{
  max-width: 700px!important;
}
.checkbox-vraag{
  color: #000;
  margin-top: 50px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.checkbox-vraag+br{
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item{
  display: block;
}
.wpcf7-checkbox label{
  display: flex;
  flex-flow: row;
  align-items: center;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  margin-top: 5px;
}
.wpcf7-checkbox label span{
  margin: 0;
  width: calc(100% - 33px);
  color: #000;
}
.wpcf7-checkbox input[type="checkbox"]{
  margin-left: 0;
  margin-right: 20px;
}
.page-id-79358 .andere{
  margin-left: 56px;
  width: calc(100% - 50px);
  margin-top: -25px;
  display: block;
}

footer input {
  font-size: 16px;
}

.button{
  margin-top: 20px;
}

.button.orange{
  background-color:white !important;
  color:#ea8128 !important;
}

.button,
.wp-block-button__link,
button.button,
input[type="submit"].button,
.button-small,
button.button-small,
input[type="submit"].button-small {
  background-color: #DC452D;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  font-size: 22px;
  /* padding: 10px 25px;
  width: 205px; */
  padding: 11px 25px;
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 205px;
  display: inline-block;
  text-align: center;
}

.hero-text .button{
  width: 240px;
}

.greenbtn{
  background-color: #25bfa1 !important;
}
.redbtn{
  background-color: #DC442D !important;
}
.orangebtn{
  background-color: #EA8128 !important;
}
.wp-block-button__link {
  scroll-behavior: smooth;
}
.widerbtn{
  width: 240px;
}

.wp-block-quote {
  border: none;
  border-left: 1px solid #8B8B8B !important;
  padding-left:10px !important;
}
.wp-block-quote p {
  color: #8B8B8B !important;
  font-weight: 100 !important;
}

.category_icon_container{
  margin: 45px auto 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition:0.7s all;
  -o-transition:0.7s all;
  transition:0.7s all;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.category_icon{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 2px;
  margin: -2px;
}
@media (min-width: 650px) {
  .red_icon .category_icon{
    background: #dc452d;
  }
  .green_icon .category_icon{
    background: #25bfa1;
  }
  .orange_icon .category_icon{
    background: #EA8128;
  }
  .red_icon.category_icon_container{
    border: 2px solid #dc452d;
  }
  .green_icon.category_icon_container{
    border: 2px solid #25bfa1;
  }
  .orange_icon.category_icon_container{
    border: 2px solid #EA8128;
  }
  .red_icon.category_icon_container:hover{
    width: 310px;
  }
  .green_icon.category_icon_container:hover{
    width: 190px;
  }
  .orange_icon.category_icon_container:hover{
    width: 220px;
  }

}
.red_icon.category_icon_container p{
  color: #dc452d;
}
.green_icon.category_icon_container p{
  color: #25bfa1;
}
.orange_icon.category_icon_container p{
  color: #EA8128;
}
.category_text{
  margin: 0 20px 0 15px;
}

.content .searchform>div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content .searchform input{
  max-width: 237px;
  margin: 10px 0;
  display: block;
  text-align: center;
}
.KIPP .button,
.KIPP .wp-block-button__link,
.KIPP button.button,
.KIPP input[type="submit"].button,
.KIPP.button-small,
.KIPPbutton.button-small,
.KIPPinput[type="submit"].button-small {
  background-color: #25BFA1;
}

.green.button {
  background-color: #FFF;
  color: #25BFA1;
}
.no-padding-top .wp-block-button {
  padding-top: 0;
}
.button-small, button.button-small, input[type="submit"].button-small {
  font-size: 16px;
  padding: 5px 3px;
  min-width: 150px;
}
.wpcf7-form .ajax-loader{
  display: block;
}
.page-id-5575 .wpcf7-form p,
.page-id-5575 .wpcf7-form input{
  text-align: center;
}
.background {
  background-color: #F5F5F5;
  height: 116vh;
  width: 100%;
  top: 68vh;
  position: absolute;
  z-index: -10;
}

.home .background{
  top:100vh;
}

.shadow {
  -webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.1);
  box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.1);
}

.container {
  /* margin: 0 140px; */
  margin: 0 auto;
  width: 95vw;
  max-width: 1300px;
}

.site-header {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-logo a {
  background-image: url(/wp-content/themes/kpot-theme/assets/img/Kapernikov_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 40px;
  display: block;
}

.site-logo span {
  display: none;
}

#info-toggle, .info-label, .info-animation {
  display: none;
}

.site-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.site-nav ul li {
  padding-left: 30px;
}

.site-nav .menu-item a{
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  z-index:20;
}

.mobile-menu-item{
  display: none;
}

.site-nav .menu-item a:hover,
.site-nav .current-menu-item a{
  border-bottom: 2px solid #dc452d;
  color: #dc452d;
}

.show_on_mobile{
  display:none;
}

#menu-main-menu .menu-item{
  min-width:50px;
}

.sub-menu{
  /* display:none !important; */
  display: flex !important;
  flex-direction: column !important;
  text-align: left;
  padding: 15px 15px 0px 15px;
  position: absolute;
  background: #fff;
  margin-left: -15px;
  /* transform: translateY(-600px); */
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 1px 1px 7px lightgrey;
  z-index:9999;
  /* left:150px; */
  height:0px;
  overflow:hidden;
}
/* #menu-item-78338 .sub-menu li{
  display:none !important;
} */
.sub-menu li a{
  font-weight:100 !important;
  height:30px;
}
.sub-menu li{
  padding-left:0px !important;
  display:flex !important;
}
.menu-item-has-children{
  height:30px;
}
.menu-item-has-children:hover > .sub-menu{
  transform: translateY(10px);
  opacity: 1;
  height:auto;
}
/* .menu-item-has-children:hover > #menu-item-78338 .sub-menu li{
  display:flex !important;
} */

.menu-item-has-children:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#menu-item-78338{
  text-align:right;
}
#menu-item-78338:before{
  content: "";
  background-image: url(/wp-content/themes/kpot-theme/assets/img/triangle_up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-grid;
  width: 11px;
  height: 11px;
  margin-bottom: 1em;
  margin-right:8px;
  transition:.25s;
}

#menu-item-81394:before{
  content: "";
  background-image: url(/wp-content/themes/kpot-theme/assets/img/data-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 1em;
  margin-right:8px;
}

#menu-item-78744:before{
  content: "";
  background-image: url(/wp-content/themes/kpot-theme/assets/img/machine-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 1em;
  margin-right:8px;
}

/* #menu-item-78361:before{
  content: "";
  background-image: url(/wp-content/themes/kpot-theme/assets/img/cloudarchitecture-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 1em;
  margin-right:8px;
} */



.editpost{
  position: fixed;
  top: 1vw;
  right: 1vw;
  margin: 0;
  z-index: 9999999;
}
.editpost a{
  background-image: url(/wp-content/themes/kpot-theme/assets/img/edit.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.editpost a span{
  display: none;
}

/* HERO ON HOMEPAGE */
.hero {
  height: 80vh;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 1000;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .content:first-of-type{
  background: #F5F5F5;
}

.hero-image {
  width: 45%;
  margin-right: 10%;
  height: 100%;

}

.hero-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.js-on .hero-images {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hero-images img {
  height: 100%;
  max-width: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-text {
  width: 35%;
  /* left: 65%;
  position: absolute;
  bottom: calc(32vh - 22px) */
}

.hero-text h1 {
  margin-bottom: 15px;
  width: 410px;
  line-height: 1.0;
  text-align: left;
}

.home .video_wrapper{
  width:auto !important;
  height:615px;
}
.home .button{
  display:block !important;
}

.working_on_highlighted{
  display:flex;
  margin-top:100px;
  flex-direction:row;
  justify-content:space-between;
}
.working_on_text{
  width:35%;
  padding-right:20px;
}
.working_on_text h2{
  text-align:left;
  margin-top:10px;
}
.working_on_img{
  background-size: contain;
  width: 60%;
  height: 420px;
  background-repeat: no-repeat;
}

.all_industries{
  -webkit-box-align: start !important;
  -ms-flex-align: baseline !important;
  align-items: start !important;
  margin: calc(0vh + 80px) 30px 0px 30px !important;
}
.all_industries .slick-track:first-child{
  margin-left:0px;
}
.all_industries .slick-dots {
  width: 100% !important;
  max-width: unset !important;
}
.slick-next:before, .slick-prev:before {
  opacity: 1;
  color: #DC452D !important;
}
.single_industries{
  padding:0px 20px;
}
.single_industries img{
  width: 100% !important;
  position: unset !important;
  height: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  margin-left: 0px !important;
}
.single_industries p{
  min-height: unset !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.single_industries h2{
  margin-bottom:15px !important;
  min-height:unset !important;
}
.single_industries .solution--card{
  padding-bottom:50px !important;
}
.single_industries .button{
  margin: 0 auto;
  position: relative;
  top: 70px;
}




/* PARTNERS */
.single-partner .intro_datum{
  display:none;
}

.single-partner .image-wrapper{
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.single-partner .image-wrapper img{
  background-color:white;
}

/* CSS ANIMATIONS */
.graph-red {
  -webkit-transform: translate(5%, -5%);
  -ms-transform: translate(5%, -5%);
  transform: translate(5%, -5%);
}

.graph-orange {
  -webkit-transform: translate(-5%, 5%);
  -ms-transform: translate(-5%, 5%);
  transform: translate(-5%, 5%);
}

.graph-green {
  -webkit-transform: translate(-5%, -5%);
  -ms-transform: translate(-5%, -5%);
  transform: translate(-5%, -5%);
}

.graph-blue {
  -webkit-transform: translate(5%, 5%);
  -ms-transform: translate(5%, 5%);
  transform: translate(5%, 5%);
}

.graph_dots-grey {
  -webkit-transform: translate(5%, 5%);
  -ms-transform: translate(5%, 5%);
  transform: translate(5%, 5%);
}

.graph_dots-red {
  -webkit-transform: translate(5%, 5%);
  -ms-transform: translate(5%, 5%);
  transform: translate(5%, 5%);
}

/*  */
.images-loaded .graph-red {
  -webkit-animation: graph-red 3s forwards;
  animation: graph-red 3s forwards;
}

.images-loaded .graph-orange {
  -webkit-animation: graph-orange 3s forwards;
  animation: graph-orange 3s forwards;
}

.images-loaded .graph-green {
  -webkit-animation: graph-green 3s forwards;
  animation: graph-green 3s forwards;
}

.images-loaded .graph-blue {
  -webkit-animation: graph-blue 3s forwards;
  animation: graph-blue 3s forwards;
}

.images-loaded .graph_dots-grey {
  -webkit-animation: graph-blue 2s forwards;
  animation: graph-blue 2s forwards;
}

.images-loaded .graph_dots-red {
  -webkit-animation: graph-red 2s forwards;
  animation: graph-red 2s forwards;
}
@-webkit-keyframes graph-red {
  0%{ -webkit-transform: translate(5%, -5%); transform: translate(5%, -5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0) }
}
@keyframes graph-red {
  0%{ -webkit-transform: translate(5%, -5%); transform: translate(5%, -5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0) }
}

@-webkit-keyframes graph-orange {
  0%{ -webkit-transform: translate(-5%, 5%); transform: translate(-5%, 5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

@keyframes graph-orange {
  0%{ -webkit-transform: translate(-5%, 5%); transform: translate(-5%, 5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

@-webkit-keyframes graph-green {
  0%{ -webkit-transform: translate(-5%, -5%); transform: translate(-5%, -5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

@keyframes graph-green {
  0%{ -webkit-transform: translate(-5%, -5%); transform: translate(-5%, -5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

@-webkit-keyframes graph-blue {
  0%{ -webkit-transform: translate(5%, 5%); transform: translate(5%, 5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

@keyframes graph-blue {
  0%{ -webkit-transform: translate(5%, 5%); transform: translate(5%, 5%) }
  100%{ -webkit-transform: translate(0,0); transform: translate(0,0);
  }
}

/* SOLUTIONS ON HOMEPAGE */
.solution {
  margin: calc(6vh + 80px) 30px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.solution:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.solution .solution--animation {
  width: 100%;
  top: 0;
  left: 0;
}

.solution:nth-child(even) .solution--animation {
  margin-right: 10%;
}

.solution:nth-child(odd) .solution--animation {
  margin-left: 10%;
}


.solution.KIPP h2:before{
  content: "";
  background-image: url(/wp-content/themes/kpot-theme/assets/img/kipp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 120px;
  height: 50px;
  margin-bottom: 1em;
}

.solution h2 {
  background-color:#fff;
  color: #000;
  padding: 50px 50px 0 50px;
  margin: 0;
  text-align: left;
  min-height: 82px;
}

.solution--text {
  width: 31%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution--card {
  color: #8B8B8B;
  width: 100%;
  background-color:white;
}

.solution--card p {
  background-color: #fff;
  padding: 50px;
  margin: 0;
  min-height:360px;
}

.solution--button {
  display: block;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  margin-top: 0;
  margin:0 auto;
  margin-bottom: -20px;
}

.solution--animations {
  position: relative;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution--animation {
  position: absolute;
}

.solution--animation img {
  width: 100%;
}

.solution--text img{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left:3%;
  width: 50px;
  height: 50px
}

.content>div h4 a{
  color: #000;
}
.content>div h4 a:hover{
  text-decoration: underline;
}

/* ARTICLES ON HOMEPAGE */
.articles {
  margin: 200px 0;
}

.articles h2 {
  margin-bottom: 30px;
}

.articles--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 140px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .slick-slider .slick-active:first-child { margin-left: 140px } */
.slick-track { padding: 30px 10px; }
.slick-dotted.slick-slider { margin-bottom: 0 }
.content .slick-dots { bottom: 0; width: calc(100% - 140px); }
.content .slick-dots ul li { margin: 0 !important }
.content .slick-dots ul li button:before { font-size: 8px; color: #8B8B8B }

.content .slick-dots ul li.slick-active button:before,
.content .slick-dots li.slick-active button:before,
.content .slick-dots li button:before {
  color: #000;
}
.content .slick-dots ul li.slick-active button:hover:before,
.content .slick-dots li.slick-active button:hover:before,
.content .slick-dots li button:hover:before,
.content .slick-dots li.slick-active button:before{
  color: #DC452D
}
.no-slider .slick-dots{
  display: none;
}
.slick-track:first-child{
  margin-left: 120px;
  margin-right: 50px;
}
.no-slider .slick-track:first-child{
  margin-left: 0;
}
.no-slider .slick-list{
  width: 1500px;
  max-width: 100vw;
  margin: 0 auto;
}
.no-slider .slick-slide{
  width: calc(33vw - 20px);
  max-width: 482px;
}
.slick-slide{
  width: 482px;
}
.content .slick-text p,
.content .slick-text h4{
  width: 100%;
}
.article {
  margin-right: 15px;
  background-color: #fff;
}

.article:last-child{
  margin-right: 0;
}

.article .background_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  background-position: center;
  width: 100%;
  height: 263px;
}

.slick-text {
  padding: 25px;
}

.articles--dots {
  background-image: url(/wp-content/themes/kpot-theme/assets/img/dots_grey.png);
  background-size: contain;
  width: 180px;
  height: 180px;
  /* calc 2/3 dots - padding cards */
  margin-top: calc(-120px - 30px);
  z-index: -10;
}

/* JOIN US SECTION */
.fullwidth-block {
  width: 100vw;
  /* bottom: -135px;
  left: -135px; */
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(-5vh - 70px);

}

.page-id-78348 .fullwidth-block {
  margin-top: calc(-5vh - 70px);
}

.white_background .fullwidth-block h2 {
  max-width: unset !important;
  width: 100vw !important;
}

.fullwidth-block-big{
  padding:70px 0 !important;
}


.postslider-wrapper+.fullwidth-block{
  margin: 0;
}

.fullwidth-img{
  background-position:center;
  background-size:cover;
  width:100vw;
  height:500px;
  display: block;
  position: absolute;
}

.text_over_video{
  z-index:9;
  color:white;
}

.fullwidth-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  height: auto;
  /* z-index: -100; */
}
.fullwidth-block h2 p{
  color:white;
  z-index:9;
  margin-top:5px;
}
.fullwidth-block h2 {
  margin-top: 0;
  padding-bottom: 20px;
  width: 600px;
}

.fullwidth-block h2,
.fullwidth-block a{
  z-index: 9;
  margin: 0;
}
.solution-footer{
  margin: 0;
}


/* NORMAL PAGE */
.wp-block[data-type="acf/stopgray"],
.wp-block[data-type="acf/startgray"]{
  height: 30px;
  background: #f5f5f5;
  margin: 90px auto 120px auto;
}
.wp-block[data-type="acf/stopgray"]::after{
  content: "The gray background will stop here \21E1";
}
.wp-block[data-type="acf/startgray"]::after{
  content: "The gray background will start here \21E3";
}
.wp-block[data-type="acf/stopgray"]::after,
.wp-block[data-type="acf/startgray"]::after{
  font-size: 20px;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #aaa;
  text-align: center;
  display: block;
}
.wp-block[data-type="acf/gap"] .editor-block-list__block-edit{
  border-left: solid 2px #f5f5f5;
}
.wp-block-button {
  text-align: center;
  padding-top: 40px;
  z-index:9999;
}
.gray_background {
  background-color: #f5f5f5;
}
.white_background,
.gray_background{
  padding: calc(4vh + 70px) 0;
  position: relative;
}
.gray_background .solutions{
  padding-top:unset !important;
  padding-bottom:unset !important;
}
.white_background.no_padding_top{
  padding: 0 !important;
}
.white_background+.more_articles h2{
  margin-top: 0;
}
.white_gray,
.gray_white{
  height: 50%;
  position: absolute;
  width: 100%;
  background: #f5f5f5;
}
.white_gray{
  bottom: 0;
}
.gray_white{
  top: 0;
}
.type-image,
.type-illustration,
.type-video,
.contentGray,
.contentGray_content_wrapper{
  position: relative;
}
/* .image-wrapper, */
.illustration-wrapper,
.contentGray_content_wrapper,
.image-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-height: 450px;
  z-index: 9;
}

.type-image,
.type-illustration,
.type-video{
  margin: calc(5vh + 40px) auto 0 auto;
  padding: 0 10px
}
.type-image{
  padding: 0;
}

.hero-image .type-video{
  margin:0 !important;
}

.contentGray_content_wrapper{
  height: auto;
}
.type-animation .solution--animations{
  width: 1000px;
  height: 450px;
  max-width: 100vw;
  left: 0;
  top: 3px;
  margin: 0 auto;
}

.type-animation .higher-image.solution--animations{
  width: 800px;
  height: 600px;
  max-width: 100vw;
  left: 0;
  margin: 0 auto;
}
.type-animation{
  position: relative;
}

/* .intro_wrapper{
position: relative;
top: -40px;
}
.content{
position: relative;
top: 40px;
} */
.header_image,
.cover_image,
.grid-image{
  z-index: 9;
  position: relative;
  width: 100%;
  height: auto;
}
.grid-image{
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 220px;
  background-color: #f5f5f5;

}

.page-id-73457 .grid-image{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header_image{
  max-width: 100vw;
  max-height: 53vw;
}
.vertical{
  width: auto;
  height: 100%;
}
.horizontal{
  width: 100%;
  height: auto;
}
.header_video{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.video_wrapper{
  width: 1000px;
  height: 450px;
  max-width: 100vw;
  max-height: 44vw;
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  overflow: hidden;
}
.intro_text,
.intro_datum{
  text-align: center;
}
.intro_datum{
  margin-top: 0;
}

.white_background>h2:first-child,
.gray_background>h2:first-child{
  margin-top: 0;
}

/* .single p,
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.single ul,
.single ol,
.single .wp-block-columns,
.single .wp-block-video,
.single .wp-block-image, */
.searchform,
.content>div p,
.content>p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content ol,
.content .wp-block-columns,
.content .wp-block-video,
.content .wp-block-image,
.intro_text p,
.intro_header,
.intro_text p,
.intro_header,
.wp-block-quote,
/* .author, */
.wp-block-code,
.wp-block-code code,
.content .syntaxhighlighter,
.wp-block-preformatted,
.wp-block-embed,
.content iframe,
.content .wp-block-table,
.wp-block-gallery{
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content .wp-block-columns.max-width-1000{
  max-width: 1000px !important;
}
.content .wp-block-image{
  width: 700px;
  max-width: 90% !important;
}
.blocks-gallery-caption,
.wp-block-image figcaption{
  font-size: 16px;
  color: #8B8B8B;
  max-width: 90vw;
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
.blocks-gallery-caption a,
.wp-block-image figcaption a{
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #8B8B8B;
  color: #8B8B8B;
}
.wp-block-image figcaption{
  margin-top: 20px;
}
.content iframe{
  display: block;
}

main>header{
  padding-top: 30px;
  margin-left: 5vw;
  margin-right: 5vw;
}

/* SEARCH */
.search-container{
  max-width: 350px;
  padding: 0 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-text{
  margin: 15px 0 !important;
  width: 85%;
}

.search-icon,
.searchform input[type='submit']:before{
  background-image: url(/wp-content/themes/kpot-theme/assets/img/search.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 35px !important;
  height: 35px !important;
  display: block;
}

.searchform input[type='submit']:before{
  content: " ";
}

/* HEADER */
h1.site-logo {
  margin: 0;
}

.intro_header,
.intro_text p,
.content .sorters-wrapper{
  max-width: 1100px !important;
  color: #000;
}

.intro_text strong,
.intro_text b{
  color: #3a3a3a;
}

.fullscreen_img img{
  width: 100%;
  height: auto;
}
.page-id-14 .fullscreen_img{
  background: #f7f7f7;
}
.page-id-14 .fullscreen_img .desktop_image{
  max-width: 1600px;
  margin: 0 auto;
  display: block;
}

.inline-columns * {
  display: inline-block;
  width: auto;
}

.inline-columns {
  display: block;
}

.centered{
  text-align: center;
}

.subtitle{
  text-align: center;
  font-weight: 700;
  color: black;
  margin-top: 15px;
}
/* QUOTES */
.wp-block-quote{
  text-align: center;
  margin: 40px;
}
.wp-block-quote p{
  color: #DC452D;
  font-weight: 600;
  font-style: italic;
  margin: 0 auto 10px auto;
  max-width: 400px !important
}
.wp-block-quote{
  border: none;
}

.wp-block-quote cite{
  font-size: 18px;
  font-style: italic;
}

.wp-block-quote cite::before{
  content: '- '
}

/* POSTS ALTERNING */
.content .postsalterning_element{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  margin-right: -100px !important;
  margin-bottom: 50px;
  margin-left: -100px !important;
}

.postsalterning_element:nth-child(odd){
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-bottom:50px;
}
.internships_wrapper .postsalterning_element{
  align-items: flex-start;
}
.internships_wrapper .postsalterning_text h2{
  margin-top: 0px;
}

.postsalterning_element::before{
  display: none;
}

.postsalterning_element .postsalterning_img{
  margin-left: 30px;
  margin-right: 0;
}

.postsalterning_element:nth-child(odd) .postsalterning_img{
  margin-left: 0;
  margin-right: 30px;
}
.postsalterning_element:nth-child(odd) .postsalterning_text {
  margin-right: 0;
  margin-left: 30px;
}

.postsalterning_element:nth-child(even) .postsalterning_img{
  margin-left: 30px;
  margin-right: 0;
}
.postsalterning_element:nth-child(even) .postsalterning_text {
  margin-right: 30px;
  margin-left: 0;
}

.postsalterning_img,
.postsalterning_text{
  width: 50%;
}

.postsalterning_text div{
  margin-bottom:10px;
}

.postsalterning_img img{
  width: 100%;
  height: auto;
}
.postsalterning_text h2{
  color: #000;
}

.postsalterning_text h2,
.postsalterning_text p{
  text-align: left;
}
.postsalterning_text h2{
  margin-top:0px !important;
}

.no_image.postsalterning_element{
  width: 700px;
  margin: 0;
}
.no_image .postsalterning_text{
  width: 100%;
}

.relative_wrapper{
  position: relative;
  overflow: hidden;
}
.solutions{
  overflow: visible;
  padding-bottom:calc(4vh + 70px);
  padding-top:20px;
}

.content .internships_list a{
  color: #8B8B8B;
  margin: 10px 0;
}
.content .internships_list a:hover{
  color: #DC452D;
  /* text-decoration: underline; */
}
.content .internships_list li::before{
  margin-left: -30px;
  padding-right: 17px;
}
.content .internships_list li {
  margin-left: 30px;
}

.single-internships .intro_datum{
  display:none;
}

.one_testimonial{
  display:flex;
  justify-content: space-between;
  margin-bottom:100px;
}

.one_testimonial_info{
  width:80%;
  margin: 0 auto;
}

.one_testimonial_info{
  align-self: center;
}

.one_testimonial blockquote {
  border: none;
  border-left: 1px solid #8B8B8B !important;
  padding-left:10px !important;
  margin:0px 10%;
}
.one_testimonial blockquote p {
  color: #8B8B8B !important;
  font-weight: 100 !important;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}


.one_testimonial .person_quote{
  color:black;
  font-weight:bold;
  text-align:center;
}

/* POSTS MASONRY */
.grid{
  max-width: 1300px;
  margin: 20px auto;
}
.grid-item{
  -webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.1);
  box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.1);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  display: block;
  background-color: #fff;
  overflow: hidden;
}

.postsmasonry_hover{
  z-index: 12;
  height: calc(100% - 220px);
  position: absolute;
  display: block;
  width: 100%;
  top: 220px;
}

/* .postsmasonry_hover:hover~.grid-item-hover, */
.grid-item:hover {
  -webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.2);
  box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.2);
}

.postsmasonry_img,
.postsmasonry_text{
  position: relative;
  z-index: 11;
}
.postsmasonry_hover:hover,
.postsmasonry_hover:hover~.postsmasonry_img,
.postsmasonry_hover:hover~.postsmasonry_text,
.grid-item-hover:hover~.postsmasonry_img,
.grid-item-hover:hover~.postsmasonry_text{
  z-index: 0;
}

.grid-sizer,
.grid-item {
  width: 30.333%;
  margin: 1.5%;
  margin-bottom: 10px;
  max-width: 460px;
}

.postsmasonry_text{
  padding: 30px;
  width: calc(100% - 60px);
}

.same_height_text {
  height: calc(280px - 60px);
}

.page-id-73457 .same_height_text {
  height: auto;
}

.postsmasonry_text h2,
.postsmasonry_text h2 a{
  font-size: 28px;
  margin: 0;
  text-align: left;
}

.postsmasonry_text .wpcf7-form p{
  margin-bottom:5px;
}
.postsmasonry_text .wpcf7-form .wpcf7-list-item{
  margin-left:0px;
  margin-top:5px;
}
.subscribe_btn_blog_page{
  margin-top:20px;
}
/* .content .postsmasonry_text *{
width: 100%;
} */
.sorters-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2vh;
}

.content .sorters-wrapper li{
  margin: 0;
}

.content .sorters-wrapper li span{
  display: block;
  /* min-width: 200px; */
  padding: 5px 30px;
  border: 2px solid #000;
  border-radius: 40px;
  text-align: center;
  color: #000;
  margin: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.content .sorters-wrapper li::before{
  display: none;
}
.content .sorters-wrapper .selected,
.content .sorters-wrapper li span:hover{
  border-color: #dd442d;
  color: #dd442d;
}

.post-slider{
  margin: 0;
}
.post-slider .slick-dots{
  width: 100%;
  max-width: 100%;
  margin-top: 1em;
}
/* remove excess slick dots */
.content .slick-dots li::before{
  /* content: "" !important; */
  display: none;
}

.content .slick-dots li{
  margin: 0;
}

/* POST NAVIGATION */
.post-navigation{
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation a {
  position: fixed;
  z-index: 10;
  top: 45%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.post-navigation-prev {
  left: 10%;
  background-image: url(/wp-content/themes/kpot-theme/assets/img/prev.svg);
}

.post-navigation-next {
  right: 10%;
  background-image: url(/wp-content/themes/kpot-theme/assets/img/next.svg);
}

.content .icontextlist{
  margin-bottom: 50px;
}
.content .icontextlist li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px 0;
}

.content .icontextlist img{
  width: 60px;
  height: auto;
  margin-right: 25px;
}

.content .icontextlist li::before{
  display: none;
}

.notification{
  background: #0ABE9B;
  color: #fff;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
  width: 80vw;
}

/* FOOTER */
footer {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
  background-color: #f5f5f5;
  z-index: 99;
  display: block;
  position: relative;
}

footer a {
  text-decoration: underline;
  font-weight: 700;
}

footer p,
footer a,
footer li{
  margin: 0;
  padding: 0;
}

footer h3 {
  font-size: 16px;
  padding-bottom: 20px;
}

footer h4{
  font-weight: 700;
}

footer h4, footer p, footer a {
  font-size: 16px;
  color: #8B8B8B;
}

footer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer section .footer_flex {
  width: calc((100% - 240px) / 5);
  padding-left: 20px;
}

footer section .footer_flex:first-child {
  padding-left: 0;
}

.footer_newsletter p {
  font-size: 0
}

.footer_newsletter input[type="submit"] {
  margin-top: 20px;
}

.footer_newsletter .wpcf7-list-item{
  margin:0px;
  margin-top:8px;
}

.footer_menu ul li {
  padding-bottom: 15px
}

.footer_socials ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer_socials img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: none;
  padding: 13px;
  color: #fff;
  margin: 20px 0;
}
div.wpcf7-mail-sent-ok{
  background: #25BFA1;
}

div.wpcf7-validation-errors {
  background: #dd442d;
}
span.wpcf7-not-valid-tip {
  color: #dd442d;
  font-size: 12px;
  margin: 7px 0;
}

.wpcf7 form.spam .wpcf7-response-output {
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding:0;
  border: none;
  color: #25bfa1 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  color: #dd442d !important;
}
.subscribe_item .wpcf7-not-valid-tip{
  display: none;
}

.wpcf7-mail-sent-ok {
  color: black;
}

/* CODE */
.content div>.syntaxhighlighter .toolbar{
  display: none;
}
.content div>.syntaxhighlighter{
  padding: 15px 0;
}
.content .wp-block-code{
  overflow: scroll;
  padding: 10px 0;
}
code{
  font-family: 'Roboto Mono', Courier, monospace !important;
  font-size: 16.5px;
  background: #f5f5f5;
  padding: 1px 5px;
}
.gray_background code{
  background: #fff
}
.content .wp-block-code code{
  left: 15px;
  position: relative;
}

.syntaxhighlighter.nogutter td.code .line{
  margin: 0 15px !important;
}

.content .white_background div>.syntaxhighlighter,
.content .white_background div>.syntaxhighlighter .line,
.content .white_background .wp-block-code{
  background: #f5f5f5 !important;
}
.content .gray_background div>.syntaxhighlighter,
.content .gray_background div>.syntaxhighlighter .line,
.content .gray_background .wp-block-code{
  background: #fff !important;
}

.content div>.syntaxhighlighter table td.code .line,
.content div>.syntaxhighlighter .gutter .line,
.content div>.syntaxhighlighter table td.code textarea{
  line-height: 1.3 !important;
}

.content div>.syntaxhighlighter .gutter .line {
  border-right: 2px solid #afafaf !important;
}

.wp-block-code code,
.wp-block-preformatted{
  font-family: 'Roboto Mono', Courier, monospace !important;
  line-height: 1.4;
  color: #000;
}

.wp-block-table{
  width: 100%;
}
.wp-block-table td{
  padding: 7px 16px;
  border-left: 0;
}

.gray_background .wp-block-table{
  background: #f5f5f5;
}
.gray_background .wp-block-table td{
  border: 3px solid #fff;
}
.white_background .wp-block-table{
  background: #fff;
}
.white_background .wp-block-table td{
  border: 3px solid #f5f5f5;
}

/* AUTHOR */
.author{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.author_image{
  width: 100%;
  height: 215px;
  display: block;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.author-description h4,
.author-description h3{
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.author-description h3{
  color: #DC452D;
}

.author-description p{
  margin: 0;
}

.author-description .readMore a{
  color: #8B8B8B
}
.author>a,
.author>div{
  width: 50%;
}

.author_info{
  background: white;
  max-width: 600px;
  margin: calc(6vh + 35px) auto 0 auto;
  padding: 30px 50px 50px;
}
.author_info p,
.author_info h4{
  margin: 0;
}
.author_info h4{
  margin-top: 20px;
}
/* SUBSCRIBE */
.grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border: 4px solid #dc452d;
  width: calc(30.33% - 8px) !important;

}
.subscribe_item p{
  color: #dc452d;
}

.subscribe_item .hidden{
  display: none;
}

.subscribe_item .checkmark label{
  color: #dd442e;
  text-transform: capitalize;
  margin-right: 15px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}

.subscribe_item .checkmark{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_item .checkmark input:checked+.checkmark_icon>span{
  background: #dd442e;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 100%;
  margin: 3px;
}

.subscribe_item .checkmark_icon{
  border: 2px solid #dd442e;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  display: block;
}
.email-subscribe{
  margin-top: 15px;
}
#newsletter_email,
#newsletter_hide_email{
  margin-top: 10px;
}
.grecaptcha-badge{
  display: none !important;
}

/* SUBSCRIBE TO CONTINUE READING */
.subscribe_to_continue {
  padding: 40px;
  margin: 0 auto;
  width: 80vw !important;
  max-width: 700px!important;
  display: flex;
}
.subscribe_to_continue .subscribe_text{
  width: calc(100% - 150px);
}
.subscribe_to_continue .subscribe_img{
  width: 150px;
  position: relative;
}
.subscribe_to_continue h2{
  margin: 0;
  text-align: left;
}
.subscribe_to_continue .wpcf7-form{
  margin: 0 !important;
}
.subscribe_to_continue .wpcf7-form input[type="checkbox"]{
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  margin: 0 10px 0 0;
}
.subscribe_to_continue .wpcf7-form input[type="checkbox"]:checked{
  background-image: url(assets/img/Kapernikov_checkmark.png);
  background-size: contain;
  background-position: center;
}
.subscribe_to_continue .wpcf7-form .wpcf7-acceptance label{
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe_to_continue .wpcf7-form .wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}
.hidden{
  display: none;
}
.subscribe_to_continue .subscribe_img img{
  width: 250px;
  height: auto;
  position: absolute;
  bottom: -110px;
  right: -55px;
}
.hide_article{
  max-height: 1000px;
  /* background: blue; */
  overflow: hidden;
}

.blur_overlay{
  height:200px;
  width:100vw;
  margin-top:800px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  background-color:white;
  -webkit-filter: blur(.25em);
  position:absolute;
  z-index:999;
  backdrop-filter:blur(25px);
}

.interested_popup{
  opacity:0;
  background-color:#E7E7E7;
  position: fixed;
  bottom: 10vh;
  left: 10px;
  max-width:calc((100vw - 700px) / 2 - 80px);
  padding:20px;
  z-index:10;
  transition:0.8s;
}

.interested_popup_text h2, .interested_popup_text p{
  font-size:18px;
  text-align:left;
  margin-top: 10px;
  margin-bottom: 0px;
  color: black;
}

.interested_popup_img img{
  position:fixed;
  bottom:10vh;
  max-height:45vh;
  max-width:14%;
  left:300px;
}

.interested_popup input{
  width: 240px;
  font-size: 16px;
}

.interested_popup .wpcf7-acceptance input{
  width:14px !important;
  position: relative;
  top: 4px;
  left: -24px;
}
.interested_popup .wpcf7-acceptance .wpcf7-list-item-label{
  position: relative;
  left: -20px;
  font-size: 16px;
}

.interested_popup .newsletter_hide_subscribe{
  display:none;
}

.close_popup{
  position: absolute;
    top: -26px;
    left: 0px;
    background-color: #E7E7E7;
    padding: 5px;
}

.mobile_image{
  display: none;
}

.content .wpcf7-form{
  max-width: 400px !important;
  margin-right: auto;
  margin-left: auto;
}

.red_box{
  background: #dc452d;
  max-width: 1300px;
  margin: calc(5vh + 60px) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
}
.red_box_image{
  width: 50%;
  background-size: cover;
  background-position: center;
}
.red_box_text{
  width: 40%;
  padding: 5%;
}
.red_box_text p,
.red_box_text li{
  color: #fff;
}
.red_box .wp-block-button__link{
  border: 2px solid #fff;
}

.campagne_personen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.campagne_persoon{
  min-width: 300px;
  width: 33%;
  margin-bottom: 20px;
}
.campagne_persoon_text{
  text-align: center;
  padding: 0 20px;
}
.campagne_persoon_image{
  background-image: url(https://kapernikov.com/wp-content/uploads/2020/03/Kapernikov_Erwin-Adriaanssens-900x900.jpg);
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto;
}

.center figcaption{
  text-align: center;
}
.page-id-73 .wp-block-cover .wp-block-button__link{
  color:#25BFA1;
}

.has-background {
  padding: 10px 20px !important;
  /*color: #fff !important;*/
}
.has-red-background-color{
  background-color: #DC452D;
}
.has-green-background-color{
  background-color: #25BFA1;
}
.has-light-grey-background-color{
  background-color: #F5F5F5 !important;
}
.has-light-gray-background-color{
  background-color: #F5F5F5 !important;
}
.has-dark-grey-background-color{
  background-color: #8B8B8B;
}
.has-white-background-color{
  background-color: #fff;
}
.has-black-background-color{
  background-color: #000;
}

.has-orange-background-color{
  background-color:#ea8128;
}

.page-id-73468 .gray_background h1, .page-id-73510 .gray_background h1{
  margin-top:calc(6vh + 35px);
}

#cookie-notice{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto !important;
  font-size: 10px !important;
  line-height: 16px !important;
  left: 20px !important;
  bottom: 20px !important;
  text-align: left !important;
  font-family: "Agenda", Arial, Helvetica, sans-serif !important;
  padding: 20px 30px;
}
#cookie-notice::before{
  content: '' !important;
  background-image: url(/wp-content/themes/kpot-theme/assets/img/kapernikov_cookie-robot.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 150px !important;
  height: 150px !important;
}
#cookie-notice .cookie-notice-container{
  display: flex !important;
  flex-flow: column;
  max-width: 200px !important;
  padding: 0 !important;
}
#cookie-notice .cn-buttons-container{
  display: flex !important;
  flex-flow: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

#cookie-notice .cn-text-container{
  font-size: 16px !important;
  color: #000 !important;
  text-align: left !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
#cookie-notice .cn-privacy-policy-link.cn-link{
  display: block;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

#cookie-notice .cn-button {
  background-color: #DC452D !important;
  padding: 6px 25px !important;
  margin: 5px 0 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
#cookie-notice .cn-button#cn-accept-cookie{
  background-color: #25bfa1 !important;
}
#cn-close-notice{
  display: none;
}
#cookie-notice.cookie-notice-hidden{
	display: none;
}


/* Styling password protected form */
.post-password-form{
  max-width: 450px;
  margin: 0 auto;
}

.post-password-form input{
  border:1px solid black;
  width:auto;
}

.post-password-form p{
  display:flex;
}

.post-password-form input[type="submit"]{
  width: 80px;
  margin-left: 20px;
}



.inbetween_txt{
  background: white;
  padding-bottom: 140px;
  padding-top: 20px;
  text-align: center;
}


/* Webinar Template */
.page-template-template-webinar .wp-block-video{
  max-width: 1400px !important;
}

.page-template-template-webinar .content{
  padding-top: 30px;
}

.page-template-template-webinar .content h1{
  margin-bottom: 100px;
}

.page-template-template-webinar .content section{
  margin-top: 100px;
}
.page-template-template-webinar .video_wrapper {
  width: unset;
}

.page-template-template-webinar .hero{
  max-width:1300px;
}
.page-template-template-webinar .hero h2{
  margin-top:0px;
}

.page-template-template-webinar .content section .hero-text{
  text-align:center;
  margin-top: -150px;
}
/* .page-id-81845 .cta_webinar{
  display:block !important;
}
.cta_webinar{
  display:none !important;
} */

.page-template-template-webinar iframe{
  width: 80vw;
  height: 42vw;
  max-width:1300px !important;
  max-height: 730px !important;

}

.page-template-template-webinar .wp-block-embed iframe{
  width: 80vw;
  height: 42vw;
  max-width:1300px !important;
  max-height: 730px !important;
}
.page-template-template-webinar .wp-block-embed{
  max-width: unset !important;
}
.ub_counter-number, .ub_counter-suffix{
  font-size:32px;
  color:#25bfa1;
  font-weight: 600;
}
.ub_counter-number-wrapper{
  margin-bottom:-20px;
}
.hs-button{
  padding: 14px 20px!important;
  font-weight: 400 !important;
  border-radius: 30px !important;
  font-size: 22px !important;
  border-width: unset !important;
}

@media (max-width: 1680px) {
  .interested_popup_img img{
    left:calc((100vw - 700px) / 2 - 12vw);
  }
  .interested_popup_text, .interested_popup input{
    max-width:82%;
  }
  .interested_popup {
    max-width: calc((100vw - 700px)/ 2 - 90px);
  }
  .interested_popup_img img {
    left: calc((100vw - 700px)/ 2 - 12.5vw);
  }
}


@media (max-width: 1600px) {
  .no-slider .slick-track:first-child{
    margin-left: 20px
  }
}

@media (max-width: 1450px) {
  /* GENERAL */

  h1, h1 a {
    font-size: 50px;
  }

  h2, h2 a {
    font-size: 38px;
  }

  p a, p, li, .button, input[type="submit"], label, span, .wp-block-code {
    font-size: 20px;
  }

  .button, button.button, input[type="submit"].button {
    width: 185px;
  }

  /* HERO ON HOMEPAGE */
  .hero {
    /* 100vh - header height */
    height: calc(100vh - 130px);
    margin-bottom: 0;
  }
  .home .content{
    margin-top: 0;
  }

  .hero-text {
    bottom: calc(30vh - 22px);
  }

  .background {
    top: 70vh;
  }

  .hero-text h1 {
    width: 330px;
  }

}
@media (max-width: 1400px) {
  .interested_popup_img img{
    left:calc((100vw - 700px) / 2 - 13vw);
  }
}

@media(min-height: 1000px){
  .background{
    top: 650px;
  }
  .hero {
    max-height: 600px;
    margin-top: 100px;
  }
  .home .content:first-of-type {
    margin-top: 190px;
  }
}
@media (max-width: 1280px) {
  .interested_popup_img img{
    left: unset;
    right: 20px;
    bottom: 0px;
  }
  .interested_popup{
    max-width:unset;
    width:100vw;
    left:unset;
    bottom:0px;
    padding:20px 20px 0px 20px;
  }
  .interested_popup_text{
    display:flex;
    justify-content: space-between;
  }
  .interested_popup_text div{
    margin-left: calc((100vw - 700px)/ 2 - 20px);
  }
  .interested_popup .wpcf7-acceptance input{
    left: -20px;
  }
  .interested_popup .wpcf7-acceptance .wpcf7-list-item-label{
    left: -17px;
  }
}

@media (max-width: 1224px) {
  /* GENERAL */

  /* HERO ON HOMEPAGE */
  .hero-text h1 {
    width: 300px;
    margin-bottom: .6em;
  }

  .slick-dots {
    width: calc(100% - 100px);
  }

  .intro_header, .intro_text p, .content .sorters-wrapper, .grid {
    max-width: 800px;
  }

  .grid-sizer,
  .grid-item {
    width: 47% !important;
  }

  .solution--card p {
    min-height:420px;
  }
}

@media (max-width: 1024px) {
  /* GENERAL */
  p a, p, li, .button, input[type="submit"], label, span, .wp-block-code {
    font-size: 18px;
  }

  .button, button.button, input[type="submit"].button {
    width: 165px;
  }

  .button-small, button.button-small, input[type="submit"].button-small {
    padding: 5px 3px;
    width: 100px;
  }

  /* HERO ON HOMEPAGE */

  .hero-text h1 {
    width: 250px;
    margin-bottom: .6em;
  }

  /* SOLUTIONS */
  .solution{
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
    margin: 20px 0;
  }
  .all_industries{
    flex-direction: unset !important;
  }
  .solution--card p {
    min-height: unset;
  }
  .solution--animations{
    height: 50vw;
    width: 82%;
    margin: 0 auto !important;
  }
  .solution--animation{
    margin: 0 !important;
  }
  .solution--text {
    width: 100%;
    margin: 40px auto;
  }
  .solution--card{
    width: 80%;
    background: white;
    padding: 10% 10% 20%;
  }
  .solution--card p,
  .solution--card h2{
    padding: 20px 0;
    width: 100% !important;
  }

  .post-navigation{
    display: none;
  }

  .postsmasonry_text h2{
    font-size: 25px;
  }
  .contentGray_content_wrapper{
    width: auto;
    max-width: 100vw;
    background: #DC452D;
  }

  .no-slider .slick-list{
    margin: 0;
    width: 100%;
  }
  .no-slider .article{
    margin: 0 0 0 15px;
  }
  /* FOOTER */
  footer.container {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  footer section .footer_flex {
    width: calc((100% - 280px) / 2);
  }

  footer section .footer_flex:nth-child(odd) {
    padding-left: 20px;
  }

  .footer_menu ul li:last-child {
    padding-bottom: 0;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer h3{
    padding-bottom: initial
  }
  .solution h2 {
    min-height: unset;
  }
  .all_indsutries{
    width:auto;
    margin: auto !important;
  }
}

@media (max-width: 1000px) {
  .slick-slide {
    width: 50vw;
    min-width: 350px;
  }
  .all_industries .slick-slide{
    min-width: auto;
  }
  .slick-track:first-child{
    margin-left: 20px;
  }
  .articles--slider {
    margin-left: 0;
  }
}

@media (max-width : 900px) {
  /* GENERAL */
  p a, p, li, .button, input[type="submit"], label, span, .wp-block-code {
    font-size: 16px;
  }

  .button, button.button, input[type="submit"].button {
    width: 145px;
  }

  .button-small, button.button-small, input[type="submit"].button-small {
    padding: 5px 3px;
    width: 100px;
  }

  /* HERO ON HOMEPAGE */
  .hero-text h1 {
    width: 400px;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
  .hero{
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .hero-image{
    width: 100%;
    height: 75vw;
    margin-right: 0;
  }
  .hero-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-text{
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .hero-image img{
    height: auto;
  }

  .background {
    top: calc(75vw + 262px);
  }
  .hero-text .button{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .site-logo a {
    width: 150px;
    height: 23px;
  }

  .intro_header,
  .intro_text p,
  .content .sorters-wrapper,
  .grid,
  .postsalterning_element {
    width: 90vw;
    max-width: 700px;
  }

  .grid-sizer,
  .grid-item {
    width: calc(100% - 20px) !important;
    margin: 20px 10px;
    max-width: 700px;
  }

  .same_height_text {
    height: calc(343px - 60px);
  }

  footer section .footer_flex {
    width: calc((100% - 100px) / 2);
  }
  .author_info{
    max-width: calc(90vw - 100px);
  }
  /* .image-wrapper, */
  .illustration-wrapper,
  .contentGray_content_wrapper,
  .image-wrapper{
    max-width: 95vw !important;
  }

  .home .video_wrapper{
    max-height:unset;
    max-width:60vw;
    height:45vh;
  }

  .one_testimonial{
    flex-direction: column !important;
  }
}

@media (max-width: 800px) {
  .interested_popup_img img{
    max-height:32vh;
  }
  .interested_popup_text div{
    width:45%;
    margin-left: 15px;
  }
  .interested_popup_text .wpcf7{
    margin-bottom:20px;
  }
}

@media (max-width : 768px) {
  /* GENERAL */
  h1 {
    font-size: 45px;
  }
  .button,
  .wp-block-button__link,
  button.button,
  input[type="submit"].button,
  .button-small,
  button.button-small,
  input[type="submit"].button-small {
    min-width: 150px;
  }

  .site-header.container{
    margin: 25px auto;
  }

  .editpost{
    display: none;
  }

  .info-label{
    display: block;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  .info-animation {
    position: absolute;
    display: block;
    background-color: #000;
    width: 23px;
    height: 2px;
    z-index: 1200;
  }
  .info-animation-2{
    top: 9px;
  }
  .info-animation-3{
    top: 18px;
  }

  .upper-menu{
    display:none;
  }

  .menu-main-menu-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 1100;
    background-color: #DC452D;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .site-nav ul {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .mobile-menu-item{
    display:block;
    font-size:12px;
    margin-top:8px;
  }
  .mobile-menu-margin-top{
    margin-top:60px;
  }

  .working_on_highlighted{
    flex-direction:column;
    margin-top:0px;
  }
  .working_on_text{
    width: calc(100% - 20px);
  }
  .working_on_img{
    width: 100%;
  }
  .working_on_text h2 {
    margin-top: calc(6vh + 35px);
    margin-bottom:10px;
  }
  .working_on_text p {
    margin-top: 0px;
  }

  #info-toggle:checked~.menu-main-menu-container {
    display: block;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  #info-toggle:checked~.menu-main-menu-container a {
    font-size: 2em;
    color: #FFF;
    border: none;
  }

  #info-toggle:checked~.info-label .info-animation {
    background-color: #FFF;
  }

  #info-toggle:checked~.animate .info-animation-1 {
    -webkit-animation: down .2s ease-in forwards;
    animation: down .2s ease-in forwards;
  }
  #info-toggle:checked~.animate .info-animation-2 {
    -webkit-animation: turn .2s .2s ease-in forwards;
    animation: turn .2s .2s ease-in forwards;
  }
  #info-toggle:checked~.animate .info-animation-3 {
    -webkit-animation: up .4s ease-in forwards;
    animation: up .4s ease-in forwards;
  }
  #info-toggle:checked~.reverse .info-animation-1 {
    -webkit-animation: down-reverse .2s ease-in forwards;
    animation: down-reverse .2s ease-in forwards;
  }
  #info-toggle:checked~.reverse .info-animation-2 {
    -webkit-animation: turn-reverse .2s .2s ease-in forwards;
    animation: turn-reverse .2s .2s ease-in forwards;
  }
  #info-toggle:checked~.reverse .info-animation-3 {
    -webkit-animation: up-reverse .4s ease-in forwards;
    animation: up-reverse .4s ease-in forwards;
  }

  @-webkit-keyframes up {
    0% { -webkit-transform: translateY(0); transform: translateY(0) }
    50% { -webkit-transform: translateY(-9px) rotate(0); transform: translateY(-9px) rotate(0) }
    100% { -webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg) }
  }

  @keyframes up {
    0% { -webkit-transform: translateY(0); transform: translateY(0) }
    50% { -webkit-transform: translateY(-9px) rotate(0); transform: translateY(-9px) rotate(0) }
    100% { -webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg) }
  }
  @-webkit-keyframes turn {
    100%{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
  }
  @keyframes turn {
    100%{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
  }
  @-webkit-keyframes down {
    0%{ -webkit-transform: translateY(0); transform: translateY(0) }
    99% { opacity: 1 }
    100% { -webkit-transform: translateY(9px); transform: translateY(9px); opacity: 0 }
  }
  @keyframes down {
    0%{ -webkit-transform: translateY(0); transform: translateY(0) }
    99% { opacity: 1 }
    100% { -webkit-transform: translateY(9px); transform: translateY(9px); opacity: 0 }
  }
  @-webkit-keyframes up-reverse {
    0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0) }
    50% { -webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg) }
    100% { -webkit-transform: translateY(9px); transform: translateY(9px) }
  }
  @keyframes up-reverse {
    0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0) }
    50% { -webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg) }
    100% { -webkit-transform: translateY(9px); transform: translateY(9px) }
  }
  @-webkit-keyframes turn-reverse {
    100%{ -webkit-transform: rotate(0); transform: rotate(0) }
  }
  @keyframes turn-reverse {
    100%{ -webkit-transform: rotate(0); transform: rotate(0) }
  }
  @-webkit-keyframes down-reverse {
    0%{ -webkit-transform: translateY(9px); transform: translateY(9px); opacity: 0 }
    99% { opacity: 1 }
    100% { -webkit-transform: translateY(0); transform: translateY(0) }
  }
  @keyframes down-reverse {
    0%{ -webkit-transform: translateY(9px); transform: translateY(9px); opacity: 0 }
    99% { opacity: 1 }
    100% { -webkit-transform: translateY(0); transform: translateY(0) }
  }

  .site-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-nav ul li {
    padding: 0;
  }

  .intro_header,
  .intro_text p,
  .content .sorters-wrapper,
  .grid,
  .grid-sizer,
  .grid-item,
  .postsalterning_element,
  .no_image.postsalterning_element,
  .content div>p,
  .content>p,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ul,
  .content ol,
  .content .wp-block-columns,
  .content .wp-block-video,
  .content .wp-block-image,
  .intro_text p,
  .intro_header,
  .intro_text p,
  .intro_header,
  .author{
    width: 90vw;
    max-width: 100% !important;
  }
  .wp-block-code,
  .wp-block-code code,
  .wp-block-preformatted,
  .content .syntaxhighlighter{
    max-width: 90vw !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .same_height_text {
    height: calc(223px - 60px);
  }

  .content .postsalterning_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 50px 0;
    margin: auto;
  }
  .postsalterning_img, .postsalterning_text {
    width: 100%;
    margin: 10px 0 !important;
  }
  .image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .postsalterning_text h2 {
    margin: 0;
  }
  .background{
    top: calc(75vw + 210px);
  }
  .shadow,
  figure.shadow video{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
  }
  figure.shadow{
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .solution{
    overflow: hidden;
  }
  .solution .solution--animation{
    width: 80%;
    left: 10%;
  }
  .solution--text{
    margin-top: 0;
  }
  p a, p, li, .button, input[type="submit"], label, span, .wp-block-code {
    font-size: 20px;
  }
  .red_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .red_box_text{
    padding: 5% 5% 50px 5%;
  }
  .red_box_text {
    width: 90%;
  }
  .red_box_image {
    width: 100%;
    height: 70vw;
    background-position: top;
  }
  .sub-menu{
    opacity:1;
    background-color:unset;
    transform: translateY(0px);
    box-shadow:none;
    position:unset;
  }
  .show_on_mobile{
    display:block;
  }
  #menu-item-78338{
    display:none;
  }
  .sub-menu li a{
    font-weight:700 !important;
  }
  #menu-item-73470:before, #menu-item-78361:before, #menu-item-73514:before{
    display:none;
  }
  .home .hero{
    flex-direction:column-reverse;
  }
  .home .hero-text{
    margin-top:60px;
  }
  .has-green-background-color, .has-red-background-color{
    width:auto !important;
  }
  .page-template-template-webinar .content section .hero-text{
    margin-top:0px;
  }
}
@media (max-width : 700px){
  .content .syntaxhighlighter, .content .wp-block-columns, .content .wp-block-image, .content .wp-block-table, .content .wp-block-video, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content iframe, .content ol, .content ul, .content>div p, .content>p, .intro_header, .intro_text p, .searchform, .wp-block-code, .wp-block-code code, .wp-block-embed, .wp-block-gallery, .wp-block-preformatted, .wp-block-quote {
    max-width: 100vw !important;
  }
  .content .postsalterning_element {
    margin-left: 0px !important;
  }
}

@media (max-width : 668px){
  nav ul li {
    padding-left: 10px;
  }

  nav ul li:first-child {
    padding-left: 0;
  }

  .white_background, .gray_background {
    padding: calc(4vh + 35px) 0;
  }
  /* .content .slick-dots{
    display: none !important;
  } */
  .slick-text {
    padding: 15px;
  }
  .subscribe_to_continue {
    padding: 5vw;
  }
  .subscribe_to_continue .subscribe_img{
    display: none;
  }
  .subscribe_to_continue .subscribe_text {
    width: 100%;
  }
  .one_testimonial_info{
    width:95%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .flex-form {
    display: block;
    margin-bottom: 30px;
  }
  .flex-form input{
    width: 90vw;
  }
  .solution .slick-slide div{
    width:97% !important;
  } 
  .solution .slick-slide .solution--card{
    width:77% !important;
  } 
}

@media (max-width: 520px) {
  .solution .slick-slide div{
    width:95% !important;
  } 
  .solution .slick-slide .solution--card{
    width:75% !important;
  } 
}

@media (max-width: 500px) {
  /* .interested_popup_img img{
    max-height:32vh;
  }
  .interested_popup_text div{
    width:45%;
    margin-left: 15px;
  }
  .interested_popup_text .wpcf7{
    margin-bottom:20px;
  } */
}

@media (max-width: 480px){
  /* .inbetween_txt{
    padding-top: 0px;
  } */
  .hero-text h1 {
    width: 100%;
    font-size: 37px;
  }
  .background{
    top: calc(103vw + 226px);
  }
  .hero{
    margin: 0;
    width: 100%;
  }
  .hero-image{
    margin: 15vw 0;
    overflow: hidden;
    height: 85vw;
  }
  .hero-image img {
    width: 110vw;
  }
  #info-toggle:checked~.menu-main-menu-container a {
    font-size: 1.5em;
  }

  .intro_header,
  .intro_text p,
  .content
  .sorters-wrapper,
  .grid {
    max-width: 368px;
  }

  .slick-slide,
  .no-slider .slick-slide  {
    width: 89vw;
    min-width: auto;
  }

  /* AUTHOR */
  .author{
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .author_image{
    margin-right: 0;
    margin-bottom: 1em;
  }
  .author>a,
  .author>div{
    width: 90vw;
  }

  /* FOOTER */
  footer p,
  footer a{
    line-height: 1.2;
  }
  footer section .footer_flex, footer section .footer_flex:nth-child(odd) {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .footer_socials ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer h3{
    margin: 20px 0 10px 0;
  }
  footer input{
    text-align: center;
    max-width: 80vw;
  }
  .mobile_image{
    display: block;
  }
  .desktop_image,
  .page-id-14 .fullscreen_img .desktop_image{
    display: none;
  }
  .solutions{
    width: 100vw;
  }
  .solution--animations {
    height: 80vw;
    width: 120vw;
    left: -10vw;
  }
  footer .wpcf7-submit{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
  #cookie-notice {
    width: calc(100% - 40px);
  }
  .wp-block-button {
    padding-top: 20px;
  }
  .home .type-animation .higher-image.solution--animations{
    height: 400px;
  }

  .interested_popup {
    padding: 15px 20px 0 20px;
  }
  .interested_popup_text {
    flex-direction: column;
  }
  .interested_popup_text div {
    width: 85%;
    margin-left: 0px;
  }
  .interested_popup_text h2{
    margin-top:0px;
  }
  code{
    font-size:15px;
  }
}
@media (max-width: 470px) {
  .solution .slick-slide div{
    width:92% !important;
  } 
  .solution .slick-slide .solution--card{
    width:72% !important;
  } 
}
@media (max-width: 600px){
  .mobile-center{
	text-align: center;
  }
  .mobile-center .wp-block-button{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 385px) {
  code{
    font-size:14px;
  }
}

@media (max-width: 360px) {
  .hero-text h1 {
    font-size: 11vw;
  }
  .background{
    top: calc(144vw + 73px);
  }
  #cookie-notice {
	flex-flow: column;
  }
  #cookie-notice::before{
	margin-bottom: 20px;
  }
  code{
    font-size:12px;
  }
}

@media (max-width: 350px) {
  .solution .slick-slide div{
    width:90% !important;
  } 
  .solution .slick-slide .solution--card{
    width:70% !important;
  } 
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-images img {
    top: 0;
  }
}

@media (max-height: 1200px) {
  .background {
    height: auto;
  }
}
@media (max-height: 800px) {
  .background {
    height: 170vh;
  }
}

/* Code Emily 13/2 */

.single-cases .more_articles h2 {
  margin-top: 0;
}







/* NEW CSS UPDATE WEBSITE - Manuel */
.upper-menu{
  background-color:#DC452D;
}

.upper-menu img{
  width:16px !important;
  padding-top:8px;
}

.upper-menu li{
  margin: 0px 5px;
  line-height: 1.3;
}

.upper-menu a{
  color: #fff;
  border-bottom: 0px solid #fff !important;
  font-weight:100;
  font-size:16px;
}

.upper-menu a:hover{
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.upper-menu-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto;
  width: 95vw;
  max-width:1300px;
}
.upper-menu a{
  border-bottom: 0px solid #DC452D !important;
}

#menu-upper-menu .menu-item a:hover,
#menu-upper-menu .current-menu-item a{
  border-bottom: 1px solid #fff !important;
  color: white;
}

.header_socials li:not(:first-child){
  padding-left:5px !important;
}

.header_socials a:hover{
  border:none !important;
}

/* Interview Page Redesign */
.interview-intro-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.interview-intro-image-wrapper {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.interview-intro-image {
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
    display: block;
    border: 5px solid #fff;
    width: 250px;
    height: 250px;
}

.interview-intro-quote {
    flex: 0 1 600px;
    font-size: 24px;
    line-height: 1.4;
    font-style: italic;
    color: #333;
}

.interview-intro-citation {
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile stacking adjustment */
@media (max-width: 768px) {
    .interview-intro-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .interview-intro-image {
        width: 200px;
        height: 200px;
    }
}

/* --- 2026-04 homepage tweaks --- */
/* Equal-height solution cards on homepage */
.solutions .solution.regular {
  align-items: stretch;
}
.solutions .solution.regular .solution--text {
  display: flex;
  flex-direction: column;
}
.solutions .solution.regular .solution--card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.solutions .solution.regular .solution--card p {
  min-height: 0;
  flex: 1 1 auto;
}
.solutions .solution.regular .solution--button {
  margin-top: auto;
}

/* Co-creation case-study headers: bind logo tightly to the h3 below */
.content .cc-case-logo {
  max-width: 700px;
  margin: 72px auto 0 !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E5E5;
}
.content .cc-case-logo img {
  display: block;
  height: 32px;
  width: auto;
  opacity: .85;
}
.content .cc-case-logo + h3,
.content .cc-case-logo + h3.wp-block-heading {
  margin-top: 14px !important;
}
@media (max-width: 700px) {
  .content .cc-case-logo {
    margin-top: 48px !important;
  }
}
