.title {
	background-color: #4699c2;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 38px;
	padding: 40px 20px;
	text-align: center;
	opacity: 1;
}

body {
	background-image: url(https://www.aau.at/wp-content/uploads/2021/09/2021-aau-luftbild-steinthaler.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	font-family: "Trebuchet MS";
	font-size: 16px;
}

html, body {
	padding: 0;
	margin: 0;
}

a, a:focus, a:active {
	color: #336b81;
}

a:hover {
	color: #4699c2;
}

img {
	max-width: 100%;
}

.main-navigation {
	margin: 50px 0 30px;
}

.main-navigation ul {
	display: flex;
	justify-content: center;
	margin: 2px;
	padding: 2px;
	border-bottom: 2px solid #333;
}

.main-navigation li {
	list-style: none;
}

.main-navigation a {
	padding: 4px 15px;
	font-size: 1em;
	text-decoration: none;
	color: #333;
}

.main-navigation a:hover {
	background: #666;
	color: #fff;
}

.main-navigation .active a {
	background: #333;
	color: #fff;
}

.container {
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
	padding: 40px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, .75);
	
}

.main {
	padding-bottom: 20px;
	
}

footer {
	background-color:  #336b81;
	padding: 20px;
	font-size: 14px;
	text-align: right;
	color:  #fff;
    justify-content: space-between;
	align-content: right;
}

project-logos {
	width: 100%;
    justify-content: space-between;
	align-conten: center;
}


footer-logos {
	background-color:  #336b81;
	padding: 20px;
	color:  #fff;
	display: flex;
    justify-content: space-between;
    align-content: center;
}


footer div {
	padding-top: 0px;
}

.column {
	float: left;
	width: 50%;
	padding: 0px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*.row {
	display: flex;
}
.column {
	flex: 50%;
}*/

.textimg {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.footNote {
	text-align: center;
	font-size: 10px;
	margin: 5px;
}
@media screen and (max-width: 767px) {
	body {
		background-image: none!important;
	}
	.container {
		width: auto;
		padding: 10px;
		margin: 0;
	}
	.main-navigation {
		margin: 10px 0;
	}
	.main-navigation ul {
		display: block;
		margin: 3px 0;
	}
	footer,
	.main-navigation a {
		font-size: 14px;
		display: block;
	}
	footer {
		text-align: center;
	}
}
td {
	vertical-align: top;
}
