/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.rbstheme--menu > li > a {
	-webkit-text-stroke:
	1px #fff;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 8px;
	text-align: center;			
	}

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.rbstheme--menu > li > a {
	-webkit-text-stroke:
	2px #fff;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 8px;
	text-align: center;			
	}
}


.rbstheme--outer-section-topbar-inner {
	width: 100%;
}


.rbstheme--site-title {
	font-size: 2rem;
	font-family: var(--rbstheme--typography-heading-font-family);
	font-weight: bold;
}

.rbstheme--layout-homepage .rbstheme--component-simple-header-image {
	height: 75vh;
}

.rbstheme--header-image-title_BAK001 {
	font-size: 3rem;
	color: #fff;
	background-color: rgba(0,0,0 ,0.2);
	padding: 1rem;
}

.rbstheme--header-image-title {
	font-size: 3rem;
	color: #fff;
	background-color: rgba(0,0,0 ,0.5);
	padding: 1rem;
	border-radius: 15px;
}	



#oranjefeesten--social-media {
	display: flex;
	list-style: none;
	gap: 1rem;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}

.ove--callout .rbs-callout-icon {
	background-color: var(--rbstheme--color-primary);
}
.ove--callout .rbs-callout-wrapper {
	background-color: var(--rbstheme--color-secondary);
}


.ove--dataset-sponsor .rbs-dataset-item-header {
	text-align: center;
}
.ove--dataset-sponsor .rbs-dataset-item-body,
.ove--dataset-sponsor .rbs-dataset-item-footer {
	display: none;
}