html, body {
	height: 100%;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";

}

a, p, li {
	font-weight: 300;
	color: rgba(33,58,107,1.00);
	font-size: 14px;
	line-height: 1.5em;
}

a {
	text-decoration: underline;
}

h1, h2, h3 {
	color: rgba(113,193,189,1.00);
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h1{
	font-size: 1.5em;
	margin-top: 0.5em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.25em;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@-webkit-keyframes FineFleurPeople {
    0%{background-position:96% 0%}
    50%{background-position:20% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes FineFleurPeople {
    0%{background-position:96% 0%}
    50%{background-position:20% 100%}
    100%{background-position:96% 0%}
}
@keyframes FineFleurPeople {
    0%{background-position:96% 0%}
    50%{background-position:20% 100%}
    100%{background-position:96% 0%}
}


.wrapper {
	height: 50vh;
	width: 100vw;
    background: linear-gradient(182deg, #216383, #73c0bd);
    background-size: 900% 100%;

    -webkit-animation: FineFleurPeople 9s ease infinite;
    -moz-animation: FineFleurPeople 9s ease infinite;
    animation: FineFleurPeople 9s ease infinite;
}

.wrapper-vacature {
	height: 36vh;
	width: 100vw;
    background: linear-gradient(182deg, #216383, #73c0bd);
    background-size: 900% 100%;

    -webkit-animation: FineFleurPeople 9s ease infinite;
    -moz-animation: FineFleurPeople 9s ease infinite;
    animation: FineFleurPeople 9s ease infinite;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50vh;
}

.center-screen-vacature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 36vh;
}

.grid-container {
    display: grid;
    grid-template-columns: 66% 33%;
    grid-gap: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	max-width: 1100px;
	padding:30px;
}

.grid-child-1, .grid-child-2 {
	padding:30px;
}

.spacer-vacature-rechterkolom{
	height: 40px; 
	width: 100%; 
	text-align: right;
}

.footer-vacature{
	width: 100%;
	height: auto;
	background-color: #73c0bd;
	display: block;
	position: fixed;
	bottom: 0;
	padding-top: 10px;
	text-align: center;
}

.footer-vacature p {
	color: #FFFFFF;
	font-size: 0.8em;
}

@media screen and (max-width: 900px){
	.wrapper {
		height: 40vh;
	}
	.grid-container {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 20px;
		padding: 40px;
	}
	.center-screen {
	  min-height: 40vh;
	}
	.spacer-vacature-rechterkolom{
		height: 0;
	}
	.grid-child-1, .grid-child-2 {
		padding:0px;
	}
}