@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Yanone+Kaffeesatz:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
html, body, table{
	margin: 0;
	padding: 0;
	background-color: #A894AC;
	color: #412A42;
	font-family: "Open Sans", "Trebuchet MS", Arial sans-serif;
	font-size: 18px;
}
body{
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
	background-position: center 0px;
}
table, tr, td{
	border-collapse: collapse;
	border-spacing: 0px;
}
a{
	color: inherit;
	text-decoration: none;
}
#linkbar{
	font-family: "Yanone Kaffeesatz", "Trebuchet MS", Arial sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	position: sticky;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #412A42;
	text-align: center;
	padding:  20px 20px 24px 20px;
	border-bottom: 2px solid #AD96B4;
}

.linkbarspan{
	font-size:25px;
}

.logo{
	max-height: 240px;
	padding-top: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}

.footerblok{
	background-color: #412A42;
	color: white;
	width: 900px;
	margin: auto;
	padding: 50px 50px 20px 50px;
	overflow: hidden;
}
.footerlogo{
	max-height: 100px;
	margin: 25px;
	float: left;
}
.footertekst1{
	width: calc(((100% - 150px) / 2) - 4px);
	padding-top: 20px;
	padding-bottom: 25px;
	float: left;
}
.footertekst2{
	font-size:12px;
	line-height: 1.6;
	width: 180px;
	padding: 15px 25px 20px 20px;
	float: right;
	text-align: right;
}
.sociaal{
	width: 95%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.sociaal img{
	vertical-align: middle;
}
.followme{
	font-size: 12px;
}

/*************************************/
@media screen and (max-width: 1000px){
	#linkbar{
		line-height: 1.4;
	}
	.footerblok{
			width: calc(100% - 100px);
			
		}
		.footerlogo{
			margin: 20px 10px 5px 5px;
		}
		.footertekst1{
			width: calc(((100% - 150px) / 2) - 30px);
			min-width: 200px;
			padding: 10px 20px 20px 10px;
		}
		.footertekst2{
			float: left;
			text-align: left;
			padding: 15px 25px 25px 10px;
		}

}
/*************************************/