/* 
Theme Name: KB Tandtechniek Child
Theme URI: 
Description:
Author: Design voor Online
Author URI:
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/

a.ti-header.ti-header-grid.source-Google {
    padding: 0px;
}

span.accent-blauw{
	color: var(--e-global-color-primary);
	font-weight: 700;
}

span.accent-roze{
	color: var( --e-global-color-secondary );
	font-weight: 700;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    left: -60px!important;
}

.elementor-swiper-button.elementor-swiper-button-next {
    display: none!important;
}

.elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    max-width: 160px;
    max-height: 40px;
	filter: grayscale(100%) contrast(65%);
}

.openingsmelding strong {
    font-weight: 800;
}


/* tabel openingstijden*/
.openingstijden-contact{
	display: flex;
	flex-wrap: wrap;
}

.openingstijden-contact p {
    width: 70%;
    margin-bottom: 0px;
}

.dag {
    min-width: 30%;
}

@media screen and (max-width: 768px) {
.openingstijden-contact p {
    width: 60%;
}

.dag {
    min-width: 40%;
}
}




@media screen and (max-width: 1024px) {
.nav-container{
	background-color: transparent!important;
}
}