/* 
Theme Name: Cornelis Music Child
Theme URI:
Description: 
Author: Sietsqo
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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.home-video{
	aspect-ratio: 16/9;
}

.aspect-1-1{
	aspect-ratio: 1 / 1;
}


.nieuwsitem a{
	font-weight: 700!important;
}

a.elementor-item {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

span.page-numbers.current {
    font-weight: 800;
}

a.page-numbers {
    font-weight: 500!important;
    font-size: 16px;
}

.sf-blok iframe {
	flex-grow: 1;
	height: 100%;
}

.yt-blok iframe {
	width: calc(100vh * (16 / 9));
  	height: 100%; 
	aspect-ratio: 16 / 9;
	border-radius: 15px;	
}

.sf-blok{
    width: 35%;
}

.yt-blok {
    width: 65%;
}

@media only screen and (max-width: 767px) {
.sf-blok{
    width: 100%;
}

.yt-blok {
    width: 100%;
}
	
.sf-blok iframe {
	height: 400px;
}	
.aspect-1-1{
	aspect-ratio: inherit;
	min-height: 300px!important;
}	
}

.link-wit a{
	color: white!important;
}

.header-home .swiper-slide-bg{
    background-position: top!important;
}

a.dialog-close-button,
svg.e-font-icon-svg.e-eicon-close.eicon-close{
	outline: none !important;
	border:0!important;
}

.elementor-nav-menu li a {
    outline: none !important;
}

.swiper-wrapper {
    touch-action: pan-y; /* Schakelt horizontaal swipen uit */
}

/*.elm-slider {
    cursor: default;
}

.elm-slider a {
    cursor: pointer;
}*/


.footer-link a{
    color: white;
}