/*
 Theme Name:   kavango-23-child
 Theme URI:    http://kavango.eu/kavango-23-child/
 Description:  Twenty Twenty Three Child Theme
 Author:       Jonathan
 Author URI:   https://kavango.eu
 Template:     twentytwentythree
 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:  twentytwentythreechild
*/

h1, h2, h3, h4, {
	font-family: 'Open Sans', sans-serif;
}

h5, h6 {
font-family: 'Patrick Hand', cursive;
}

.vacatures {
	border-radius: 30px;
	box-shadow: gray 5px 5px 5px 0px;
}

.getal {
	background-color: #023b4f;
	color: white;
	font-weight: bold;
	border-radius: 30px;
	padding: 0 8px;
}

.voordelen {
	border-radius: 30px 0 0 0;
}

.wp-image-231 {
	border-radius: 12vw 0 0 0;
}

.rondehoek {
	border-radius: 0 0 0 12vw;
}

.quote {
	border-radius: 30px;
	box-shadow: #023b4f 5px 5px 5px 0px;
}

.wp-element-button.knopheader {
	box-shadow: gray 5px 5px 5px 0px;
}

.wp-block-button>.knopheader {
	box-shadow: gray 5px 5px 5px 0px;
}

.leesmeer {
	border-radius: 30px;
}

.vacaturetitel {
	min-height: 45px;
}

.vacaturetekst {
	min-height: 180px;
}

.subheader-mobile {
	display: none;
}

.vink {
	margin: 20px;
	width: 50px;
}

@media only screen and (max-width: 600px) {
	.spacermobile {
		min-height: 270px;
	}
	.header-mob {
		max-height: 800px;
	}
	.mobilespace {
		max-height: 20px;
	}
	.mobilespace2 {
		max-height: 270px;
		height: 270px !important;
	}
	.nobutton {
		display: none !important;
	}
	.subheader-desktop {
		display: none;
	}
	.subheader-mobile {
		display: block; 
	}
	.whitetextmobile {
		color: white !important;
	}
}

