#Vacaturecadeaubon .voorwaardenContent {
		color: #000000;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		margin-top: 10px;
		transition: all 1000ms;
	}
	.btnvac{
		background-color: #f44336;
		height:50px;
		padding:5px;
		color:white;
	}
	/* On screens that are 667px or less, hide dekstop img */
	@media screen and (max-width: 767px) {
	#Vacaturecadeaubon #DesktopH {
			display: none;
		}
	}

	/* On screens that are 667px or more, hide mobile img */
	@media screen and (min-width: 767px) {
	#Vacaturecadeaubon  #mobileH {
			display: none;
		}
	}
	#Vacaturecadeaubon  #desktopHeader{
		max-width: 100px;	
	}
	#Vacaturecadeaubon  #mobileHeader{
		max-width: 650px;	
	}