
html, body {width: auto!important; overflow-x: hidden!important} 

* {
    font-family: "Avenir", Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {font-family: "Uni Sans";
  src: url("4f6fb2fa3c231278167b36e966718cbb.eot"); /* IE9*/
  src: url("4f6fb2fa3c231278167b36e966718cbb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("4f6fb2fa3c231278167b36e966718cbb.woff2") format("woff2"), /* chrome、firefox */
  url("4f6fb2fa3c231278167b36e966718cbb.woff") format("woff"), /* chrome、firefox */
  url("4f6fb2fa3c231278167b36e966718cbb.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("4f6fb2fa3c231278167b36e966718cbb.svg#Uni Sans Heavy Regular") format("svg"); /* iOS 4.1- */
}


a:hover {
	cursor: pointer;
}

a {
	color: #43af8b;
	font-weight: bold;
	text-decoration: none;
}

.devider {
	background-color: #FFA500;
	height: 9px;
	-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    margin: 0 0 40px 0; 
}


#video h1 {
	filter: drop-shadow(4px 4px 0px #c5e29a);
}

/*#video:hover {
	background-color: #c5e29a;
}*/

#design h1 {
	filter: drop-shadow(4px 4px 0px #ef8fb7);
}

/*#design:hover {
	background-color: #ef8fb7;
}*/

#website h1 {
	filter: drop-shadow(4px 4px 0px #9ac0e2);
}

h1 {
	font-family: "Uni Sans", "Avenir", "Bebas";
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 0;

	/*tekst opmaak*/
	color:  #ffffff;
	/*filter: drop-shadow(4px 4px 0px #FFA500);*/
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;*/
}



/* h1:hover {
	/*tekst opmaak
	color: #f9e20b;
	-webkit-text-stroke-color: #f9e20b;
} */

/* met geel achtergrond balkje 

span .underline {
	font-family: "Louis George Cafe";
	font-size: 50px;
	text-transform: lowercase; 
	text-align: center;
	margin: 0 0 20px 0;
	min-height: 60px;

	/*tekst opmaak
	color:  #ffffff;
	/*filter: drop-shadow(4px 4px 0px #fe9de2);
	-webkit-text-stroke-width: 0.8px;
	-webkit-text-stroke-color: #000000;

	-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);

    position: relative;
}

h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15%;
	background-color: #c5e29a;
	z-index: -10;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
} */

/*h2:hover:after {
	background-color: #fde575;
	color: #fe9de2;
}*/

h2 {
	font-family: "Uni Sans", "Avenir";
	font-size: 20px;
	/*text-transform: uppercase;*/
	text-align: center;
	margin: 0 0 20px 0;
	min-height: 60px;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

h3 {
	font-family: "Uni Sans", "Avenir";
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	min-height: 60px;
	color: #000000;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

h4 {
	font-size: 20px;
	-webkit-transform: rotate(-0.7deg);
    -moz-transform: rotate(-0.7deg);
    -ms-transform: rotate(-0.7deg);
    -o-transform: rotate(-0.7deg);
}

h5 {
	font-size: 30px;
	-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
}

h5:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fdd104;
	z-index: -10;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}

h6 {
	font-family: "Uni Sans", "Avenir";
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	min-height: 60px;
	color: #9ac0e2;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}


p {
	font-size: 16px;
	margin: 10px;
}

span.underline {
	font-family: "Uni Sans", "Avenir";
	z-index: 1;
    display: inline-block;
    position: relative;
}

span.underline:before {
	content: '';
    position: absolute;
    left: -2%;
    right: -2%;
    height: 25%;
    bottom: 8%;
    background: #fe9de2;
    z-index: -1;
}

/*knop lees meer*/
.leesmeer {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #fe9de2;
	border-radius: 20px;
	background-color: #fe9de2;

	font-size: 14px;
	color: #ffffff;
}

.header {
	width: 100%;

    /*weg na css
	background-color: #fe9de2; */
}

.title {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 20px 0;
	justify-content: center;
}

.navigatie {
	display: flex;
	justify-content: center;
	background-color: #FFA500;
}

header nav {
}

header nav ul {
	display: flex;
    flex-direction: row;
    width: 100%;
}

header nav ul li {
	display: flex;
	width: 100%;
    font-size: 18px;
    padding: 5px;
    min-height: 40px;
    border-bottom: solid #ffffff 5px;
}

header nav ul li a {
	color: #FFFFFF;
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
    vertical-align: middle;
	width: 100%;
}

header nav ul li a:hover {
	color: #ffffff;
}

.header .title span{
	color: #FFA500;
	font-family: "Uni Sans", "Avenir", "Bebas";
	font-size: 30px;
}

.onderkantheader {
	background-color: #FFA500;
	justify-content: center;
	text-align: center;
	padding: 20px 50px;
}

.onderkantheader p {
	color: #ffffff;
}

.golfheader {
	min-height: 100vh;
	width: 100%;
	background: #FFA500;
}

.activevideo {
	background-color: #c5e29a;
	color: #ffffff;
}

.activewebsite {
	background-color: #9ac0e2;
	color: #ffffff;
}

.activedesign {
	background-color: #ef8fb7; 
	color: #ffffff;
}

main {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
	padding: 20px 50px;
	width: 100%;
	/*weg na css
	background-color: #43af8b;*/
}

.hoofdcontent {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

/* intro tekst van geseleteerde pagina */
.introtekst {
	width: 100%;
	padding: : 10px; 
	margin: 0 0 100px;
}

.introtekst p {
	margin: 0 0 10px 0; 
}

button {
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 30px;
	background-color: #FFA500;
	color: #ffffff;
	border: #FFA500;
	border-style: solid;
}

button:hover {
	background-color: #ffffff;
	color: #FFA500;
	border: #FFA500;
	border-style: solid;
}

button:hover a {
	color: #FFA500;
}

button a {
	color: #ffffff;
}

#contact {
	background-color: #ffffff;
	border: #ffffff;
	border-style: solid;
}

#contact a {
	color: #FFA500;
}

#contact:hover {
	background-color: #FFA500;
	border: #ffffff;
	border-style: solid;
	color: #ffffff;
}

#contact:hover a {
	color: #ffffff;
}


.tekstgroep {
	text-align: center;
	padding: 10px;
}

.fotovideo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	/* padding: 5px;*/
}


.beeldgroep img {
	width: 100%;
	margin: 10px 0 0 0;
}

img #contact{
	width: 70%;
	margin: 10px 0 0 0;
}

.beeldgroep video {
	width: 100%;
	height: auto;
}

.beeldgroep {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}

#zweden img {
	width: 60%;
}

/*tekst overlay*/

/*.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}*/

/*img overlay over de video heen*/

/*.overlay {
	position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 1;
	  transition: .3s ease;
}

.overlay img {
	margin: 0;
	padding: 0;
}

.icon {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
}

.beeldgroep:hover .overlay {
  /*opacity: 0;*/ /*
  display: none;
}*/

.groep1 {
	/*width: 30%;*/
	height: auto;
	margin: 5px;
	/*weg na css
	background-color: #c5e21b; */
}

.groep2 {
	/*width: 70%;*/
	height: auto;
	margin: 5px;
	/*weg na css
	background-color: #c5e29a; */
}

.driefoto {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	/*weg na css
	background-color: #9ac0e2; */
}

/*.driefoto .fotobeeld .tekstgroep {
	display: flex;
	flex-direction: column;
}*/

.fotobeeld {
	display: flex;
	flex-direction: column;
	width: 100%;
	/*weg na css
	background-color: #9ac0e2;
	border-style: solid;
	border-color: #c5e29a;
	*/
}

.videocontent {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	/*weg na css
	background-color: #9ac0e2;
	*/
}

.videocontent .tekstgroep {
	margin: 10px 0;
}

.logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.logo img {
	width: 30%;
	padding: 20px;
	height: auto;
}

footer {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	text-align: center;
	justify-content: center;
    flex-direction: column;
    padding: 30px 50px 0 50px;
    margin: 200px 0 0 0;
    background-color: #FFA500;
}

/* voor als de achtergrond schuin wil laten aflopen

.footer_bg {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
    transform: skewY(-1deg);
    transform-origin: top left;
    background-color: #43af8b;
}*/

.bovenkantfooter {
	text-align: center;
}

.bovenkantfooter p {
	font-size: 18px;
}

.onderkantfooter{
	text-align: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	padding: 20px 0 50px 0;
}


footer ul {
	display: flex;
    flex-direction: column;
    width: 100%;
}

footer ul li{
	display: flex;
	width: 100%;
    padding: 5px;
}

footer ul li a {
	color: #ffffff;
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
    vertical-align: middle;
	width: 100%;
}

.copyright p {
	text-align: center;
	font-size: 12px;
}


@media (min-width: 800px) {
	h1 {
		font-size: 55px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 50px;
	}

	p {
		font-size: 16px;
	}

	img#jogg {
		width: 50%;
	}

	.header {
		display: flex;
		justify-content: space-between;
		min-height: 50px;
    	max-height: 100px;
	}

	.title {
		text-align: right;
		width: 20%;
		padding: 0;
	}

	.navigatie {
		width: 70%;
		justify-content: flex-end;
		background-color: #FFFFFF;
	}

	header nav ul {
    	flex-direction: row;
	}

	header nav ul li {
		justify-content: space-between;
		padding: 0;
	}

	header nav ul li:hover {
		background-color: #fe9de2;
		color: #ffffff;
	}

	header nav ul li a {
	color: #FFA500;
	}

	.onderkantheader {
		width: 100%;
		/*min-height: 300px;*/
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: row;
		padding: 20px;
	}

	.onderkantheader p {
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		padding: 20px;
	}

	.headerlinks {
		width: 50%;
	}

	.headerlinks p, .headerlinks h1 {
		padding: 0;
		margin: 0;
	}

	.headerrechts {
		width: 30%;
	}

	.headerrechts img {
		width: 100%;
	}

	.hoofdcontent {
		max-width: 80%;
		background-color: #ffffff;
	}

	p {
		margin:20px;
	}

	.introtekst {
		width: 100%;
		display: flex;
	}

	.introtekst .groep2 {
		width: 60%;
		display: flex;
		text-align: center;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
	}

	.introtekst .groep1 {
		width: 40%;
	}

	.visio {
		height: 450px;
	}

	.fotovideo {
		flex-direction: row;
		padding: 0 0 20px 0;
	}

	.groep1 {
		width: 30%;
	}

	.groep2 {
		width: 70%;
	}

	.driefoto {
		flex-direction: row;
		padding: 0 0 20px 0;
	}

	.fotobeeld {
		flex-direction: column;
		width: 33.3%;
		margin: 0 5px 0 5px;
	}

	.videocontent {
		flex-direction: row;
		padding: 0 0 20px 0;
	}

	.videocontent .tekstgroep {
	margin: 0 20px;
	}

	.logo {
		flex-direction: row;
		padding: 20px;
	}

	.logo img {
		width: 10%;
	}

	#home {
		width: 80%;
	}

	.bovenkantfooter p {
		font-size: 16px;
	}

	.onderkantfooter {
		font-size: 18px;
		padding: 20px 0 10px 0;
	}

	footer ul {
		flex-direction: row;
	}


}
