/*
 Theme Name:   OOZ van Kinsbergen
 Description:  WP Webfundament Child theme
 Author:       Liters
 Author URI:   http://www.liters.nl
 Template:     wp_webfundament
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp_webfundament-child
*/

@import url("css/main.css?v=20210916");

.aanmeldknop-mobile {
  display: none;
}
@media(max-width: 1300px) {
  .home .aanmeldknop-mobile {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home .aanmeldknop-mobile .knop {
    width: 100%;
  }
}

#primary-menu .sub-menu .sub-menu {
  left: 100%;
}

@media(max-width: 767px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children::after {
		content: "+";
		position: absolute;
		right: 0;
		top: 0;
		width: 3rem;
	}

	.menu-item-has-children:hover > ul,
	.menu-item-has-children:focus-within > ul {
		display: block !important;
	}

	#primary-menu > li {
		background-color: transparent !important;
	}
	#primary-menu > li > a {
		background-color: #ffdd14;
		width: 100%;
		display: block;
	}
	.menu-item-has-children > ul {
		float: none !important;
		background-color: #80c8c5;
	}
	.ked-watermark{
		width: 110px !important;
	}
}