﻿html {
    width: 100%;
    height: 100%;
}

body {
    background:url('https://resources.aau.dk/design2013/images/moduler/baggrund.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%;
    font-size:12px;    
	color: #6a7783;
}

.footerArrow {
    cursor: pointer;
}

.whitebox{
    padding:20px;
    background-color:white;
    margin-top:5px;
}

.bluebox{
    padding:20px;
    background-color:#211A52;
    
    color:white;
    margin-top:5px;
}

    .bluebox .headline {
        color:white;
    }

    .bluebox a {
        color:white;
    }
    .bluebox a:hover {
        color:#4306DD;
    }

.title{
    color:white;
}

@font-face {
	font-family: 'aauservice';
	src: url("Fonts/aauservice.eot");
	src: url("Fonts/aauservice.eot?#iefix") format("embedded-opentype"),
		url("Fonts/aauservice.woff") format("woff"),
		url("Fonts/aauservice.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aauother';
	src: url("Fonts/aauother.eot");
	src: url("Fonts/aauother.eot?#iefix") format("embedded-opentype"),
		url("Fonts/aauother.woff") format("woff"),
		url("Fonts/aauother.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


.topLink {
	font-size: 0.75em;
	text-transform: uppercase;
    color: #a2acb6;
    display:inline-block;

}

@media (min-width: 768px) {
    .rightColumn{
        padding-left:22px;
    }
}

a {
	color: #211A52;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none !important;
}

a:hover {
	color: #4306DD;
}



.topLinkIcon:before {
	font-family: 'aauservice';
}

.topLinkIcon:before {
	display: block;
    margin-bottom: 5px;
	text-transform: none;
	font-size: 21px;
	font-weight: normal;
	speak: none;
	text-align: center;
}

.topLinkIcon.mobileShortcuts:before {
    content: "q";
}

.topLinkIcon.shortcuts:before {
	content: "q";
}

.topLinkIcon.education:before {
    content: "\e602";
}

.topLinkIcon.research:before {
    content: "\e601";
}

.topLinkIcon.coorporation:before {
    content: "\e600";
}

.topLinkIcon.about:before {
	content: "2";
}

.topLinkIcon.organisation:before {
	content: "t";
}

.topLinkIcon.vacancies:before {
	content: "3";
}

.topLinkIcon.studentsAndStaff:before {
	content: "1";
}

.topLinkIcon.english:before {
	content: "y";
}

.topLinkIcon.danish:before {
	content: "u";
}

.topLinkIcon.search:before	{
	content: "i";
}


.topLinkTxt{
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
}


h1 {
	font-size: 30px;
    margin:0px;
}

.whitebox h1{
	font-size: 16px;
	font-weight:bold;
}

.headline {
	font-size: 14px;
	margin-bottom: 2px;
    margin-top:20px;
	font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
	letter-spacing: 3px;
	color: #211a52;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 2px;
	font-weight: normal;
}

.headline:first-child{
    margin-top:2px;
}





h1 {
	font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
	letter-spacing: 3px;
}

h1,
h3 {
	color: #211a52;
}

h3,
h4,
h5,
h6 {
	font-size: 12px;
	margin-bottom: 12px;
}

h1,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 2px; /*(one twelfth)*/
	font-weight: normal;
}



.infotable{
    width:100%;
}

.infotable td{
    border:1px solid #54616E;
    padding:4px;
}

.infotable th{
    border:1px solid #54616E;
    padding:4px;
    vertical-align:top;
    font-weight:normal;
}


.footer h2{
    font-size:14px;
    text-transform:uppercase;
}

.footer .footerInner{
    padding-top:20px;
}

.infotable td:first-child {
    word-break: break-all;
    word-break: break-word;
    width: 20%;
}

@media (max-width: 768px) {
    .infotable td:first-child {
        width: 30%;
    }
}

@media (min-width: 768px) {
        .rightColumn .infotable td:first-child {
        width: 40% !important;
    }
}

@media (min-width: 992px) {
    .rightColumn .infotable td:first-child {
        width: 35% !important;
    }
}

@media (min-width: 1200px) {
    .rightColumn .infotable td:first-child {
        width: 35% !important;
    }
}