/* Algemeen
====================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	--alh-blue: #61a8e6;
	height: 100%;
	min-height: 100%;
	/*font-family: 'frutigermedium';*/
		font-family: 'Teko', sans-serif;
		/*font-family: 'Exo', sans-serif;*/
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	/*background-color: #181715;*/
}
a { 
	text-decoration: none; 
	color: var(--alh-blue);
	cursor: pointer;
}
a:hover { text-decoration: underline; }
.header::after,
.container::after {
	clear: both;
	content: " ";
	display: block;
}
.container {
	width: 960px;
	margin: auto;
	max-width: 100%;
	position: relative;
}
.container > img {
	 margin-bottom: 20px;
}
/* Head
====================================================== */
.header {
	/* background-color: var(--alh-blue); */
	width: 100%;
	min-height: 100px;
	display: inline-block;
	z-index: 100;
	position: relative;
	margin-bottom: 45px;
	border-top: 120px solid var(--alh-blue);
}
.header .logo {
	/* margin-top: 55px; */
	float: left;
	width: 100%;
	text-align: center;
}
.header .logo img {
	max-width: 100%;
}
.header .vlags {
	/* float: right; */
	/* margin-top: 50px; */
	/* display: inline-block; */
	position: absolute;
	right: 0;
	top: 50px;
}
.header .vlags a img {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.header .date {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	float: left;
	/*color: #fff;*/
	margin-top: -4%;
	display: inline-block;
}
.header .date span {
	color:  #d32e31;
	font-weight: normal;
}
/*.main .intro {
	width: 100%;
	display: block;
	color: #fff;
	font-family: arial;
	text-align: center;
	margin: auto;
	font-size: 18px;
	max-width: 600px;
}*/
.header .container {
	margin-top: 70px;
}

/* Body
====================================================== */
.main .left,
.main .right {
	display: inline-block;
	float: left;
	padding: 0 5px;
}
.main .left {
	width: 350px;
}
.main .right {
	width: calc(100% - 350px);
}
.main .left.half,
.main .right.half {
	width: 50%;
}
.main .intro {
	width: 100%;
	display: block;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	max-width: 600px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.main img.cowbuyer {
	width: 100%;
	max-width: 275px;
	/*margin: auto;*/
	display: block;
}
.main img.foto {
	/*margin-top: 20px;*/
	position: relative;
	z-index: 10;
	max-width: 100%;
}
.main .text {
/*	position: relative;
	z-index: 20;
	background-color: #fff;
	margin: -100px auto 10px auto;
	width: 800px;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: tahoma;
	border: 2px solid var(--alh-blue);
	max-width: calc(90% - 20px);*/
}
.main .text {
	/*margin-top: 25px;*/
	width: 100%;
	display: block;
	color: red;
	font-family: arial;
	/*text-align: center;*/
	font-size: 18px;
}
.main a em{ font-size: 12px;}
/* Foot
====================================================== */
.footer {
	background-color: var(--alh-blue);
	padding: 20px 0px;
	margin-top: 30px;
}
.footer a,
.footer {
	color: #fff
}
.footer .container {
	display: flex;
	justify-content: center;
}
.footer .container .text,
.footer .container > *{
	float: left;
}
.footer img.cow {
	height: 150px;
	width: auto;
}
.footer .text {
	font-size: 23px;
	font-weight: lighter;
	line-height: 32px;
	letter-spacing: 1px;
	padding: 10px 30px;
}
.footer .logo {
	width: 100%;
	padding: 10px 30px;
}
.footer .logo img{
	width: 391px;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.footer .footsocial {
	margin-left: 25px;
}
.footer .footsocial img {
	width: 35px;
	height: auto;
	margin-right: 10px;
	float: left;
}

/* Media queries
====================================================== */
@media only screen and (max-width: 950px) {
	.header .vlags{
		margin-top: 10px;
		margin-right: 10px;
		position: relative;
		float: right;
		top: auto;
		right: auto;
	}
	.header {
		margin-bottom: 10%;
	}
	.main .text {
		margin-top: 20px;
	}
	.header .date {
		/*margin-top: -70px;*/
	}
	.main .left.half,
	.main .right.half ,
	.main .left,
	.main .right { width: 100%; }
}