/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://develto.nl/
 Description:  Hello Elementor Child Theme
 Author:       Paulus de Boer
 Author URI:   https://develto.nl/
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  hello-elementor-child
-------------------------------------------------------------- */

html {
    font-family: Montserrat, Sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
	overflow-x: hidden;
}

.d-none {
	display: none !important;
}

.no-opacity {
	opacity: 0;
}

.arrangementen-home .swiper.elementor-loop-container {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.arrangementen-home .swiper.elementor-loop-container {
		padding: 0;
	}
}

.workshop-table {
	border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.workshop-table td {
	text-align: left;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
}

@media (max-width: 600px) {
  .workshop-table, .workshop-table tbody, .workshop-table tr, .workshop-table td {
    display: block;
    width: 100%;
  }

  .workshop-table td {
    text-align: center;
  }
}