/* UGent Panno Font ------------------------------------------------------- */
@font-face {
    font-family: 'PannoTextLight';
    src: url('../fonts/ugentpannotext-semilight-web.eot');
    src: url('../fonts/ugentpannotext-semilight-web.woff') format('woff'),
         url('../fonts/ugentpannotext-semilight-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PannoTextNormal';
    src: url('../fonts/ugentpannotext-normal-web.eot');
    src: url('../fonts/ugentpannotext-normal-web.woff') format('woff'),
         url('../fonts/ugentpannotext-normal-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PannoTextMedium';
    src: url('../fonts/ugentpannotext-medium-web.eot');
    src: url('../fonts/ugentpannotext-medium-web.woff') format('woff'),
         url('../fonts/ugentpannotext-medium-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PannoTextBold';
    src: url('../fonts/ugentpannotext-semibold-web.eot');
    src: url('../fonts/ugentpannotext-semibold-web.woff') format('woff'),
         url('../fonts/ugentpannotext-semibold-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.arial{
    font-family: Arial;
}

.light {
    font-family: 'PannoTextLight';
}

.normal {
    font-family: 'PannoTextNormal';
}

.medium {
    font-family: 'PannoTextMedium';
}

.bold {
    font-family: 'PannoTextBold';
}
/* ------------------------------------------------------------------------ */


/* General settings ------------------------------------------------------- */
body {
    font-family: "PannoTextLight", Arial, sans-serif;
    font-size: 20px;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
	/*background-image: url("./background/anatomy-3003099_1920.jpg");*/
}

main {
	margin: 50px 0;
}

main h1 {
	color: rgb(232, 94, 113);
}

table { 
    margin: 10px 0; 
    border-collapse: collapse; 
}

td { 
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px; 
    border: none; 
}

table tr:nth-of-type(even) {
	background-color: rgb(233, 240, 250);	/* 90% Ugent Blue */
}

table tr:nth-of-type(odd) {
	background-color: rgb(255, 246, 204);	/* 80% UGent Yellow */
	background-color: rgb(210, 224, 244);	/* 80% UGent Blue */
}

a, a:visited {
	color: rgb(30, 100, 200);
}

article {
	margin: 10px 0 50px 0;
}

section {
	margin: 16px 0;
	max-width: 800px;
}

h1 {
	margin: 16px 0;
}

.clearfix {
	clear: both;
}

.floatleft {
	float: left;
	box-sizing: border-box;
	/*width: calc(25% - 30px);*/
	width: 200px;
}

.floatright {
	float: right;
	/*box-sizing: border-box;*/
	/*width: 75%;*/
	margin-right: 0;
}

span.underline {
	text-decoration: underline;
}

/*
a.linkout::after {
	display: inline-block;
	content: " ";
	width: 18px;
	height: 14px;
	background: transparent url('images/link-out.png') no-repeat;
	background-size: contain;
	position: relative;
	bottom: -3px;
	left: 3px;
}
*/

.button {
	text-align: center;
	width: 120px;
	display: inline-block;
	background-color: rgb(30, 100, 200);
	color: white;
	padding: 2px 6px;
	margin: 3px 0 7px 20px;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #666666, inset 3px 3px 0px rgba(255,255,255,.3);
}

.button:hover {
	box-shadow: 3px 3px 2px #666666, inset 1px 1px 0px rgba(255,255,255,.3);
}

a { outline: 0; }	/* https://css-tricks.com/removing-the-dotted-outline/ */

#ondersteuning {
	margin-top: 0;
}

.inactief {
	margin: 0 0 0 20px;
	color: red;
}
/* ------------------------------------------------------------------------ */



/* Navigation Bar --------------------------------------------------------- */
nav {
	margin-top: 20px;
	margin-left: 180px;
}

nav ul {
	font-family: "PannoTextMedium";
	text-transform: uppercase;
	list-style-type: none;
	border: 0;
	padding: 0 10px;
}

nav ul li {
	font-size: 24px;
	line-height: 20px;
	display: inline-block;
	color: rgb(30, 100, 200);
	margin: 5px 20px 5px 0px;
	padding: 0px 1px;
	text-decoration: none;
	border-bottom: 2px solid white;
	/*transition: border 0.1s ease;*/
}

nav ul li a, nav ul li a:visited {
	text-decoration: none;
}

nav ul li:hover {
	transition: border-color 0.5s ease;
	border-bottom: 2px solid rgb(30, 100, 200);
}

nav ul li#thispage {
	border-bottom: 2px solid rgb(30, 100, 200);
}
/* ------------------------------------------------------------------------ */


/* Visual display Month & Day --------------------------------------------- */
.calendaritem {
	margin: 10px 0;
	height: 75px;
}

#nieuws .calendaritem {
	height: 100px;
}

#nieuws .date {
	height: 85px;
	width: 50px;
}

#nieuws .date .day::before {
	width: 44px;
}

#nieuws .date .day::after {
	width: 38px;
}

#nieuws a {
	display: block;
	font-family: "PannoTextMedium";
	padding-bottom: 8px;
	color: rgb(30, 100, 200);
}

#nieuws ul {
	margin: 0;
}

#nieus li {
	padding: 0px;
}

.msg {
	display: inline-block;
	position: absolute;
	padding-top: 3px;
	padding-left: 20px;
	max-width: 800px;
}

.date {
	display: inline-block;
	position: relative;
	width: 42px;
	border: 2px solid rgb(30, 100, 200);
	background-color: rgb(255, 210, 0);
}

.date .day::before {
	content: "";
	position: absolute;
	width: 38px;
	bottom: -7px;
	left: -2px;
	border-bottom: 2px solid rgb(30, 100, 200);
}

.date .day::after {
	content: "";
	position: absolute;
	width: 32px;
	bottom: -12px;
	left: -2px;
	border-bottom: 2px solid rgb(30, 100, 200);
}

.calendaritem span {
	display: block;
	padding: 3px 0;
	margin: 0 4px;
	text-align: center;
	text-transform: uppercase;
}

.calendaritem .month {
	border-bottom: 2px solid rgb(30, 100, 200);
	font-size: 14px;
}

.calendaritem .day {	
	font-size: 22px;
}

.largfont {
	font-size: 22px;
	/*font-weight: bold;*/
}
/* ------------------------------------------------------------------------ */


/* aside ------------------------------------------------------------------ */
aside {
	float: right;
	background-color: rgb(30, 100, 200);
	color: white;
	font-size: 16px;
	margin: 10px 0 10px 20px;
	padding: 16px;
	position: relative;
	top: -26px;
}

#numerusfixus {
	width: 320px;
}

#UGentInZicht {
	float: left;
	width: 160px;
	height: 100%;
	margin: 0 20px 0 0;
}

#UGentInZicht img {
	max-width: 100%;
	max-height: 100%;
}
/* ------------------------------------------------------------------------ */



/* Floats / Two columns --------------------------------------------------- 
#studerenARTS, #studerenTAND {
	margin-top: 0;
	box-sizing: border-box;
	display: inline-block;
	width: calc(50% - 22px);
	text-align: center;
	padding: 10px 10px;
}
 ------------------------------------------------------------------------ */
