/*   
Theme Name: Klantgeluk
Template: twentytwentyone
Theme URI: http://europewebmedia.nl/
Description: Custom theme for https://klantgeluk.wordpress-eindhoven.nl/
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version: 1.0.0
General comments/License Statement if any.
Tags: two-column, responsive-layout
Text Domain: klantgeluk
*/

html, body {
    background: #fff;
    color: #000;
}
#page_wrapper {
    background: #fff;
}

.navbar-brand img {
    width: 100%;
}
#menu-header li {
    margin: 0 1rem;
}

.primary-navigation a, .primary-navigation a:link, .primary-navigation a:visited {
    /*color: rgba(40,48,61,0.6) !important;*/
    /*color: rgb(37,77,114, 0.6) !important;*/
    color: #254d72 !important;
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
}
#main-nav a:hover {
    color: #d7006e !important;
}

.navbar-light .navbar-toggler {
    outline: 0;
}
button.navbar-toggler .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
button.navbar-toggler:hover .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile header navigation */
#mobile-nav li {
    border-bottom: 1px solid #dee2e6!important;
    padding: 0.1rem 1rem;
    font-size: 1rem;
}
#mobile-nav li a {
    color: rgba(0,0,0,.5);
}
#mobile-nav li a:hover {
    color: #d7006e !important;
}

.sj-block-gallery-logos img {
    max-height: 34px;
}

.heading {
    color: #d7006e;
    font-family: 'Bree Serif', serif;
}
.offline-text {
    color: rgba(0,0,0,0.6);
}

.block-introduction {
    height: 880px;
}

.block-introduction article {
    /*background: url(/wp-content/themes/klantgeluk/assets/img/KlantGeluk_illustratie_2020.png) no-repeat scroll bottom right;*/
}

main .content-block {
    font-family: 'Asap', sans-serif;
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
}

main .block-introduction {
    background-repeat: no-repeat;
    background-size: 900px 300px;
    background-image: url(/wp-content/themes/klantgeluk/assets/img/klantgeluk_illustratie_2020.jpg);
    background-position: 80% 69%;
}

main .content-block.blue-block {
    background: #274963;
    color: #fff;
}

main .block-hero {
    z-index: 50;
}
#hero {
    /*min-height: 499px;*/
}
#hero .offline-text p {
    color: #fff;
    opacity: 0.8;
}
#herobox-lifted:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    z-index: 0;
}
#herobox-lifted .center-box {
    z-index: 100;;
}

main .content-block.block-blogs {
    /*background-color: #eff2f3;*/
    background-color: #D2DADD;
    /* margin-top: 5rem; */
    padding-top: 0;
    position: relative;
    z-index: 100;
}

.wp-block-button .btn {
    border-radius: 5px!important;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    max-width: 100%;
    transition: all 0.2s ease;
    width: 200px;
    line-height: 1.5rem;
}
.wp-block-button .btn:hover {
    background-color: #d7006e !important;
    border: #d7006e !important;
    color: #fff;
    text-decoration: none;
}
.wp-block-button-blue .btn {
    background-color: #32689A !important;
    color: #fff;
    border: 1px solid #32689A;
}
.wp-block-button .btn-light {
    background: #CDCECA;
    border: 1px solid #CDCECA;
}

a.wp-block-button__link {
    background-color: #eff2f3!important;
    border: 1px solid #eff2f3!important;
    
    box-sizing: border-box;
    color: #324b34;
    
}

.wp-block-button.sj-blocks-button-yellow a.wp-block-button__link {
    background-color: #ffca1f!important;
    border: 1px solid #ffca1f!important;
}
.wp-block-button.sj-blocks-button-yellow a.wp-block-button__link:hover, 
.sj-block-freebies .wp-block-button a.wp-block-button__link:hover, 
.wp-block-button a.wp-block-button__link:hover {
    background-color: #324B34!important;
    border: 1px solid #324B34!important;
    border-radius: 5px;
    color: #fff;
}

.block-introduction .intro-image img {
    width: 100%;
}

.grey-box-lifted {
    /*background: #eff2f3;*/
    background: #D2DADD;
    position: relative;
    top: -10rem;
    text-align: center;
    margin: 0 auto;
}
.hero-box-lifted {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.block-steps {
    /*background: #274963;*/
}
.heading-gray-dark {
    color: #c0c0c0;
}

/* Blogs */
.block-blogs .blog-list .wp-block-image {
margin: 0 0 1.5rem;
overflow: hidden;
position: relative;
padding-top: 65%;
}
.block-blogs .blog-list .wp-block-image img {
bottom: 0;
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.block-blogs .blog-list h3 {
color: #D7006E;
font-family: 'Asap',sans-serif;
font-size: 1rem;
font-weight: 700;
padding: 0 1rem;
}
.block-blogs .blog-list p {
font-size: 15px;
padding: 1rem 1rem 0;
font-family: 'Asap', sans-serif;
}
.block-blogs .blog-list .btn {
width: auto;
margin: 15px;
}
.block-reviews .review-list .wp-block-image {
margin: 0 0 1.5rem;
overflow: hidden;
position: relative;
padding-top: 65%;
}
.block-reviews .review-list .wp-block-image img {
bottom: 0;
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.block-reviews .review-list h3 {
color: #D7006E;
font-family: 'Asap',sans-serif;
font-size: 1rem;
font-weight: 700;
padding: 0 1rem;
}
.block-reviews .review-list p {
font-size: 15px;
padding: 1rem 1rem 0;
font-family: 'Asap', sans-serif;
}
.block-reviews .review-list .btn {
width: auto;
margin: 15px;
}

/* single page */
.content-single .wp-block-group img {
    width: 100%;
}

/* Testimonials */
.testimonial-two {
    padding: 20px;
    border: 2px solid #0cb4ce;
    border-radius: 2px;
}
.testimonial-two blockquote p:before {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #0cb4ce;
    font-weight: 900;
    left: 10px;
    color: #FFF;
    content: "“";
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 5px;
    font-size: 45px;
}

.testimonial-two blockquote p:after {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #0cb4ce;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
    font-weight: 900;
    transform: scaleY(-1);
    font-size: 45px;
    bottom: -5px;
}


.testimonial-two blockquote {
    padding: 15px 15px 15px 48px;
    position: relative;
}

.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
    color: #0cb4ce;
    font-weight: 900;
}

.testimonial-two blockquote p {
    font-size: inherit;
    font-weight: inherit;
}

.testimonial-two .testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}

.testimonial-two .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

.testimonial-two .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}

.testimonial-two .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}

.testimonial-two .testimonial-author img {
    max-width: 55px;
}

.testimonial-two .testimonial-author {
    margin-left: 12px;
    margin-bottom: 15px;
}


.testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.testimonial-two .owl-theme .owl-dots {
    text-align: left;
    margin-left: 50px;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
       border-color: #0cb4ce;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
    background-color: #0cb4ce;
}




.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}
.testimonial-three .testimonial-image img {
    max-width: 100%;
    height: auto;
}

.testimonial-three .testimonial-content {
    overflow: hidden;
}

.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}


.testimonial-three .testimonial-name {
    display: block;
}


.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}

.testimonial-three .testimonial-three-col:hover {
   background-color:#f7f7f7;
}

.alternate-color .testimonial-three .testimonial-three-col:hover {
   background-color:white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
    border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
    border-bottom: none;
}

.testimonial-inner {
    font-size: 1rem;
}

.testimonial-four .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}

.testimonial-four .testimonial-author img {
   max-width: 55px;
}

.testimonial-four .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 500;
   font-size: 14px;
   color: #444;
}

.testimonial-four .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}

.testimonial-four blockquote {
   padding: 30px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 20px;
   padding-bottom: 25px;
   border: 2px solid #eaeaea;
}

.testimonial-four blockquote::after {
   content: "";
   border-right: 2px solid #eaeaea;
   border-bottom: 2px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -12px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: white;
}

.testimonial-four .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}

.testimonial-four .testimonial-author {
   position: relative;
   overflow: hidden;
}

.testimonial-four blockquote:hover::after {
   border-right: 2px solid #0cb4ce;
   border-bottom: 2px solid #0cb4ce;
}

.testimonial-four blockquote:hover {
   border: 2px solid #0cb4ce;
}





.testimonial-five blockquote p {
    font-weight: 400;
    font-size: 14.58px;
    line-height: 1.6;
    margin-bottom:0;
}

.testimonial-five .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}

.testimonial-five .testimonial-author img {
   max-width: 55px;
}

.testimonial-five .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 600;
   font-size: 13px; 
}

.testimonial-five .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}

.testimonial-five blockquote {
   padding: 32px 41px 37px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 30px; 
   border: 0px solid #eaeaea;
   background-color: #f7f7f7;
}

.testimonial-five blockquote::after {
   content: "";
   border-right: 0px solid #eaeaea;
   border-bottom: 0px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -10px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: #f7f7f7;
}

.testimonial-five.testimonial-light blockquote{
   background-color:white;
}
.testimonial-five.testimonial-light blockquote::after {
   background: white;
}


.testimonial-five .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}

.testimonial-five .testimonial-author {
   position: relative;
   overflow: hidden;
}

.testimonial-five blockquote:before {
    content: "“";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 170px;
    color: rgba(189, 189, 189, 0.2);
    position: absolute;
    top: 10px;
    left: 20px;
}

/* footer */
.footer-credits {
    font-size: 0.9rem;
    text-align: center;
}

#main_footer {
    background-color: #274963;
    color: #fff;
    font-family: 'Asap', sans-serif;
    position: absolute;
    width: 100%;
}

#main_footer .site-branding .navbar-brand {
    margin: 0 auto;
}

#main_footer .footer-branding .col {
    margin: 0 auto;
}

#main_footer .footer-branding img {
    width: 100%;
}

#menu-footer {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

#menu-footer a {
    color: #D7006E;
    font-weight: 500;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.featurette-divider {
    margin: 5rem 0;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

#main-nav {
    margin-top: 3rem;
}


@media (max-width: 576px) {
    header .container-fluid {
            margin-right: 1rem;
    margin-left: 1rem;
    }
}
@media (min-width: 576px) {
    #main-nav {
        margin-top: 0;
    }
}


@media (min-width: 768px) and (max-device-width: 1024px) { /*tablet*/
    .primary-navigation {
        display: inline-block;
    }
    .primary-navbar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .block-introduction {
        height: auto !important;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    
}

@media (min-width: 767px) and (max-width: 1199.98px) {

    .navbar-brand img {
        width: 70%;
    }

    .primary-navbar {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        position: absolute;
        overflow: hidden;
        background: #fff;
        min-height: 80px;
    }
    .main-navigation.toggled div.menu {
        display: block;
        margin-top: 5rem;
    }

    #menu-header li {
        margin: 0 0.4rem;
    }
    #menu-header li a {
        font-size: 1rem;
    }
}

@media (max-width: 767px) { /* mobile only */
}

@media(max-width: 768px){
}

@media (max-width: 992px) { /* mobile only */
    
}

@media(min-width: 1200px){ /* resolution above standard hd/tablet */
    
}

@media(min-width: 1600px){ /* resolution above standard hd/tablet */
    .navbar-brand img {
        width: 50%;
    }
}

