@media only screen and (max-width: 1450px) {

    .contact-info > div {
        padding: 30px 15px 40px 20px;
    }

    .wpcf7-form .form-control {
        margin-bottom: 15px;
    }

    body {
        font-size: 18px;
    }


    .testimonial-tabs.services-tabs .tab-content {
        padding: 60px 40px 40px;
    }


}


@media only screen and (max-width: 1280px) {
  
  

    .logo-bar {
        padding: 7px 0;
    }

    .navbar-light .navbar-nav > .menu-item > a {
        font-size: 18px;
    }

    .banner-services {
        bottom: 10px;
    }

    .services-list__el {
        width: 140px;
        height: 140px;
    }

    .services-list__el__title {
        font-size: 15px;
    }

    .services-list a:last-child .services-list__el__title,
    .services-list a:first-child .services-list__el__title {
        font-size: 16px;
    }

    .banner-caption {
        padding-top: 150px;
        max-width:320px;
    }

    .section-title h2 {
        font-size: 38px;
    }


    .child-services .button {
        min-width: 100%;
    }

    .services-tabs .nav-tabs .nav-link {
        font-size: 20px;
        padding: 5px 50px 0;
        line-height: 30px;
    }

    .testimonial-el {
        width: 32%;
        margin-right: 2%;
    }

    .testimonial-el:nth-child(3n) {
        margin-right: 0%;
    }

    h3 {
        font-family: 'Cera Pro Bold', sans-serif;
        font-size: 26px;
    }

    .services-subtitle {
        font-size: 20px;
    }

    .site-main {
        padding-top: 148px;
    }

    .banner-services .services-list,
    .page-content .services-list {
        max-width: 90%;
    }

    .page-title h1 {
        padding-bottom: 15px;
        font-size: 38px;
    }


    .page-banner {
        min-height: 150px;
    }

    .testimonial-el__text {
        font-size: 16px;
        line-height: 1.4;
        
        
    }
  
  
    .testimonial-el__text .author {
          display: grid;
          grid-template-columns: 150px 150px;
          grid-template-rows: auto;
      }

  
    .testimonial-el__text .name {
        text-align: left;
        
        
    }
  
  
  

    .testimonial-el__text .author > img {
        max-width: 100%;
        margin-right: 15px;
    }


}

@media only screen and (max-width: 1200px) {
    .testimonial-tabs.services-tabs .tab-content {
        padding: 30px;
    }

    .testimonial-el {
        padding: 20px;
        margin-bottom: 30px;
    }
  
    .testimonial-el__text .author {
          display: grid;
          grid-template-columns: 120px 120px;
          grid-template-rows: auto;
      }  


    .testimonial-el__thumb {
        /*min-height: 150px;*/
        margin-bottom: 15px;
    }



    body {
        line-height: 1.4;
    }

}


@media only screen and (max-width: 992px) {
  
  


    .navbar-toggler {
        position: absolute;
        top: -73px;
        border: none;
        right: 23px;
        z-index: 100;
        background: whitesmoke;
    }

    .fixed-header .navbar-toggler {
        top: -54px;
    }

    .navbar-light .navbar-nav .menu-item .sub-menu {
        display: block;
        background-color: transparent;
        padding-left: 20px;
        position: relative;
    }

    .sub-menu li {
        border-bottom: none;
    }

    .sub-menu li a {
        font-size: 15px;
        letter-spacing: 0;
    }

    .navbar-collapse {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
    }

    .navbar-light .navbar-nav > .menu-item:after {
        content: none;
    }

    .navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon.op {
        background-image: url(../images/close-button.png);
        background-size: 50%;
        opacity: 0.6;
    }

    .lang {
        padding: 0;
    }

    .search-form {
        margin-bottom: 5px;
    }

    .navbar-nav {
        margin-bottom: 10px;
    }


    .goal-schema .row > div:before {
        content: none;
    }

    .goal-schema h3 {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .goal-schema .icon-box {
        margin-bottom: 13px;
        min-height: 0;
    }

    .goal-schema p {
        margin-bottom: 2rem;
    }

    .services-subtitle {
        font-size: 22px;
    }

    .child-services-item > div {
        left: 90%;
        top: 30px;
    }

    .child-services-item > div h3 {
        font-size: 20px;
    }

    .child-services-item > div p {
        font-size: 12px;
    }

    .latest-posts,
    .featured-posts {
        padding-top: 0;
    }

    .grid-post > div {
        padding: 0;
    }

    .grid-post__text .excerpt p {
        font-size: 16px;
    }

    .menu-top-bar a {
        font-size: 14px;
    }

    .child-services-item img.img-fluid {
        max-width: 70%;
    }

    .child-services .button {
        margin-top: 40px;
    }

    #contact,
    .services {
        padding: 80px 0;
    }

    .about {
        padding: 60px 0 50px;
    }

    .page-content {
        padding-top: 0;
    }


    .page-banner {
        min-height: 80px;
    }


    #cd-vertical-nav {
        display: none;
    }
  
      .testimonial-el__thumb {
          height:0px;
          
          
      } 
  
      .testimonial-el__text {
          padding-top:1em;
          
      } 
  
      .testimonial-el__text .author {
          display: flex;
          flex-flow: column;
          
      } 

}


@media only screen and (max-width: 768px) {

    .services-tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 5px 0;
        line-height: 1.2;
        border-left: 1px solid #8c9091;
        border-right: 1px solid #8c9091;
        margin-right: 0;
        width: 33.3%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .page-template-klantenverhalen .services-tabs .nav-tabs .nav-link {
        font-size: 12px;
    }


    .services-tabs .nav-tabs .nav-link:before,
    .services-tabs .nav-tabs .nav-link:after {
        content: none;
    }

    .services-tabs .tab-content {
        background: #eaeff7;
        padding: 30px;
    }

    .testimonial-el {
        width: 100%;
        margin-right: 0;
    }

    #sidebar {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .container {
        max-width: 100%;
    }


}

@media only screen and (max-width: 767px) {
    .services-list__el {
        width: 100px;
        height: 100px;
        justify-content: center;
        padding: 15px;
        display: flex;
        align-items: center;
    }

    .services-list__el__image {
        display: none;
    }


    .services-list__el__title,
    .services-list a:last-child .services-list__el__title,
    .services-list a:first-child .services-list__el__title {
        font-size: 15px;
        margin: 0;
    }

    .goal .section-title h2 {
        font-size: 24px;
    }

    .child-services .button,
    .child-software .dots img,
    .child-advice .dots img {
        display: none;
    }

    .child-services-item > div h3 {
        font-size: 14px;
    }

    .child-services-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .child-services > div {
        width: 30%;
    }

    .child-services .dots {
        padding-top: 48px;
        text-align: center;
    }

    .child-services-item > div {
        left: 0;
        top: 0;
    }

    .child-services-item > div.position-absolute {
        position: relative !important;
        background: #fff;
    }

    .child-services-item.child-just-text {
        padding: 0 0 10px 0;
        font-size: 14px;
        margin: 0 0 30px;
        width: 100%;
    }

    .child-services-item > div p {
        margin-bottom: 10px;
    }


    .menu-top-bar li.mail-link,
    .menu-top-bar li.tel-link {
        padding-left: 0;
        background: none;
    }


    .menu-top-bar a {
        white-space: nowrap;
        font-family: 'Cera Pro', sans-serif;
    }


    .menu-top-bar li:after {
        content: none;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .navbar-toggler {
        top: -55px;
    }

    .goal-schema h3 {
        font-size: 18px;
        padding: 10px;
    }

    .page-title h1,
    .section-title h2 {
        font-size: 30px;
    }

    .services-subtitle {
        font-size: 18px;
    }

    .latest-posts,
    .featured-posts {
        flex-wrap: wrap;
    }

    .featured-posts .grid-post,
    .latest-posts .grid-post {
        margin-bottom: 30px;
    }

    .banner-caption {
        
        padding: 100px 20px 20px 20px;
        background-color: rgba(42, 105, 140, 0.8);
    }

    .site-main {
        padding-top: 125px;
    }

    .banner-caption h1 {
        text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    }

    footer#footer img {
        display: none;
    }

    .services-tabs .tab-content {
        padding: 25px 20px;
    }

    .white-box {
        padding: 15px 0px 5px;
    }
  
    .white-box > div {

      padding-left:2px;

    }
  


    img.alignleft {
        margin-right: 10px;
    }

    img.alignright {
        margin-left: 10px;
    }

    .testimonial-el__text .name {
        font-size: 17px;
    }


    .post-single .post-content,
    .post-single .featured-thumbnail {
        width: 100%;
    }

    .post-single .d-flex {
        flex-wrap: wrap;
    }

    .post-single .featured-thumbnail {
        margin-bottom: 25px;
    }

    .post-single h2 {
        font-size: 24px;
    }

    body {
        font-size: 16px;
    }

    .testimonial-tabs {
        margin-top: 60px;
    }

    .banner-services .services-list,
    .page-content .services-list {
        max-width: 100%;
    }



    .child-services-item > div h3 {
        width: auto;
    }

    .contact-info > div {
        margin-left: 0;
        margin-top: 30px;
    }

    footer#footer .row {
        flex-direction: column;
    }

    .default-content h3 {
        font-size: 22px;
    }

    .default-content h2 {
        font-size: 28px;

    }
  
    .testimonial-el__text {
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      min-height: 250px;
      padding-top: 1em;
    }
  
    .testimonial-el__text .author {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    }
  
  

  
}


@media only screen and (max-width: 576px) {
  
  .testimonial-el__text .author {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    }
  
}



