body {
border-top: 5px solid #011993;
background: #FFFFF4;
font-family: 'Open Sans', sans-serif;
color: #333333;
overflow-y: scroll;
scroll-behavior: smooth;
}

input {
font-family: 'Open Sans', sans-serif;
font-size:16px;
padding: 7px;
outline: 0;
border:0;
width:250px;
background: #FFFFF4;
border-radius:5px;
}

input[type=submit] {
width:auto;
padding: 5px 18px;
line-height:25px;
text-shadow:none;
cursor:pointer;
box-shadow: none;
background: #fff;
color: #333333;
}

input[type=submit]:hover {
	background: #333333;
	color: #fff;
}

p {
margin: 5px 0;
line-height: 25px;
}

a {
text-decoration: none;
color: inherit;
transition: color .5s ease;
}

strong {
font-weight: bold;
}

figcaption {
line-height: 25px;
font-size:14px;
width:200px;
}

figcaption strong {
border-bottom: 1px solid #D6D0C1;
padding-bottom:10px;
margin: 10px 0;
display:block;
}

hr {
	border-style: dotted;
	color: #D6D0C1;
	size: 1px;
}

.banner {
	position: fixed;
	top: 0px;
	background-color: #FFFFF4;
	z-index: 100;
	width: 100%;
  	border-bottom: 5px solid #011993;
}


.banner h1 {
	display: none;
}

.banner .header {
	vertical-align: middle;
	height: 45px;
}

.banner .header {
	margin: 10px auto 10px auto;
}

.banner .navi li {
	line-height: 40px;
}

.navicorg {
	vertical-align: middle;
	height: 40px;
	text-align: center;
}

.header {
position:relative;
width:auto;
max-width:900px;
margin: 0 auto 20px auto;
}

.header h1 {
margin: 35px 0 0 0;
font-size: 55px;
color: #011993;
font-family: "Roboto",Helvetica,Arial,sans-serif
}

.header p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #4A463B;
margin-left:132px;
}

.navi {
    position: absolute;
    right: 0;
    bottom: 0;
}

.navi ul {
list-style:none;
}

.navi ul li {
display:block;
float:left;
padding:3px 15px;
}

.navi ul li a {
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
transition: all .25s ease;
}

.navi ul li a:hover {
	color: #9B9EFF;
}

.shownot {
	display: none;
}

#slider_content1, #slider_content2, #slider_content3 {
line-height: 25px;
font-family: 'Open Sans', sans-serif;
width:350px;
position:absolute;
top:15%;
left:15%;
display:none;
z-index:11;
}
#slider_content1 {
display:block}

.container {
width:auto;
margin: 0 auto;
position:relative;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
color:#FFFFF4;
font-size:25px;
font-weight:bold;
margin-bottom:10px;
background-color:#333333;
padding:10px 15px;
border-radius: 15px 0 15px 0;
display:inline-block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p {
margin:0 0 30px 0;
color:#4a463b;
background-color:#FFFFF4;
padding:10px 15px;
border-radius: 5px;
}

p a {
color: #0645AD;
}

#spacer {
width:auto;
height:70px;
background-color:#011993;
position:relative;
font-family: 'Open Sans', sans-serif;
color:#fff;
font-size:18px;
}

#spacer p {
margin-top:22px;
width:auto;
position:absolute;
left:50%;
margin-left:-450px;
}

#spacer .search {
margin-top:15px;
width:auto;
position:absolute;
right:50%;
margin-right:-480px;
}

#boxcontent {
width:auto;
max-width:900px;
margin:0 auto;
padding:70px 0 45px 0;
}

#boxcontent article {
float:left;
width:250px;
margin-right:45px;
font-size:14px;
}

#boxcontent article h3 {
font-family: 'Open Sans', sans-serif;
font-size:20px;
margin-bottom:10px;
margin-left:75px;
}

#boxcontent article img {
float:left;
}

#boxcontent article p {
line-height:25px;
font-family: 'Open Sans', sans-serif;
margin-left:75px;
}

#four_columns, #text_columns {
line-height:25px;
font-family: 'Open Sans', sans-serif;
width:auto;
max-width:900px;
margin:0 auto;
}

#four_columns h2, #text_columns h3 {
font-size:20px;
border-bottom: 1px solid #D6D0C1;
padding: 20px 0;
margin-bottom: 20px;
}

#four_columns .img-item {
float:left;
margin-right:25px;
}

#four_columns .img-item a {
position:relative;
display:block;
}

.thumb-screen {
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:113px;
background: #000 url(img/zoom.png) center center no-repeat;
z-index:50;
opacity: 0;
transition: opacity .5s ease;
}

.thumb-screen:hover {
opacity:0.5;
}

#text_columns article.column1 {
margin: 70px 0;
font-size:14px;
float:left;
width:700px;
}

#text_columns .column2 {
margin: 70px 0;
font-size:14px;
float:left;
width:200px;
}

#text_columns .column2 {
margin: 120px 0;
}

#text_columns .column2 .icon {
float: right;
}

.corg {
	margin-right: 30px;
}


.profilepicture {
 float:right;	
 margin-right: 20px;
}

.staff {
	height: 150px;
	margin-bottom: 40px;
}

.staff p {
	margin: 0;
	padding: 0;
}

.name {
	font-weight: bold;
}

.university, .faculty, .position {
	font-size: 10px;
	line-height: 15px;
}

.partnerlogo {
	float: right;
	margin-right: 185px;
	height: 60px;
}

.partner {
	height: 150px;
	margin-bottom: 40px;
}

.row {
position:relative;
margin: 40px 0 0 50px;
float:right;
width:350px;
}

.partnerrow {
	position:relative;
	float:left;
	width:350px;
	height: 150px;
	margin-top: 40px;
	top: 3px;
}

.clearfix {
	clear:both;
}

.changefloat {
	float: right !important;
}

.rocket:hover {
opacity:0;
transition: opacity 0.4s ease 0.2s;
animation-name: stylie-transform-keyframes;
animation-duration: 700ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: 1;
transform-origin: 0 0;
}

.clock:hover {
animation-name: stylie-transform2-keyframes;
animation-duration: 100ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: infinite;
transform-origin: 0 0;
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
0% {
transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25,.25,.75,.75);
}
100% {
transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
}
}

@keyframes stylie-transform2-keyframes {
0% {
transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25,.25,.75,.75);
}
100% {
transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
}
}

footer {
position:relative;
clear:both;
width:auto;
height:350px;
background:#333333;
}

footer .wrapper {
line-height:25px;
margin: 0 auto;
padding-top:30px;
width:auto;
max-width:900px;
font-size:14px;
}

footer .wrapper .column {
font-family: 'Open Sans', sans-serif;
color:#ababab;
float:left;
width:280px;
margin-right:20px;
}

footer .wrapper .column.midlist ul li {
width:auto;
padding:0 0 10px 25px;
margin-bottom:10px;
border-bottom: 1px solid #444444;
background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover {
color:#fff;
}

footer .wrapper .column.rightlist ul li {
width:auto;
margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span {
margin-left:95px;
display:block;
}

footer .wrapper .column.rightlist ul li a img {
transition: border .25s ease;
float:left;
border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover {
border-color: #5e5e5e;
}

footer .wrapper .column h4 {
font-size: 16px;
color: #fff;
border-bottom: 1px solid #444444;
padding: 0 0 10px 0;
margin-bottom: 10px;
}

#copyright {
background: #1D1D1D;
height:70px;
position:absolute;
bottom:0;
left:0;
width:100%;
}

#copyright .wrapper {
font-family: 'Open Sans', sans-serif;
padding-top:25px;
color: #5e5e5e;
font-size:14px;
position:relative;
}

#copyright .wrapper .social {
position:absolute;
right:0;
top:25px;
}

#copyright .wrapper .social a {
transition: opacity .25s ease;
opacity: 0.3;
margin-left: 12px;
display:block;
float:left;
}

#copyright .wrapper .social a:hover {
opacity: 0.7;
}

#copyright .wrapper a {
color: #ABABAB;
}

#copyright .wrapper a:hover {
color: #fff;
}

.clear {
clear:both;
}

.hidden {
position:absolute;
clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
clip: rect(1px, 1px, 1px, 1px);
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button {
display:none;
}

#mobileMenu
{
position: fixed;
top: 0;
left: 0;
width: 100%;
display: none;
z-index: 200;
}

#mobileMenu ul li
{
display:block;
background-color: #011993;
color: #fff;
padding: 12px 0;
letter-spacing: 0.1em;
text-align: center;
text-transform: uppercase;
border-bottom: 1px solid #FFFFF4;
}

.toggleMobile
{
display:none;
}

@media (max-width: 1550px) {
	.partnerlogo {
	height: 50px;
	}

	.corg {
		width: 200px;
	}
}

@media (max-width: 1380px) {
	.partnerlogo {
		height: 40px;
	}

	.corg {
		width: 150px;
	}
}

.altpartnerlogo {
	display: none;
}

@media (max-width: 1220px) {	
	#text_columns article.column1 {
		margin: 30px 0;
	}

	#text_columns .column2 {
		margin: 80px 0;
	}

	.hidepartner {
		display: none;
	}

	.altpartnerlogo {
		display: block;
		height: 40px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.partner {
		margin-top: 40px;
		height: auto;
	}

	#slider_content1, #slider_content2, #slider_content3 {
	width:auto;
	margin-right:50px;
	}
	#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	font-size:18px;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p {
	font-size:14px;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button {
	display:inline;
	color:#000;
	}
	.container .button {
	display:none;
	}
}

.altcorg, .altprofilepicture {
	display: none;
}

@media (max-width: 918px) {

	.changefloat {
		float: none !important;
	}

	.hide {
		display: none;
	}

	.altcorg, .altprofilepicture {
		display: block;
		float: left;
		margin: 0 10px 10px 0px;
	}

	.altcorg {
		margin-top: 10px;
	} 

	#boxcontent article {
	float: none;
	margin: 30px auto 0 auto;
	width: 60%;
	}

	input {
	padding:4px;
	font-size:14px;
	}

	input[type="submit"] {
	padding: 1px 14px;
	}

	#four_columns {
	width: 500px;
	}

	#four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4) {
	margin-top: 25px;
	}

	#text_columns article.column1, #text_columns .column2 {
	float:none;
	max-width: 500px;
	margin: 50px auto 0 auto;
	}

	.column2 .row {
	float:none;
	margin:0 0 40px 50px;
	}

	footer .wrapper .column {
	font-size: 12px;
	width: 230px;
	}
}


@media (max-width: 880px) {

	body p{
		text-align: left;
	}

	h1 {
		font-size: 40px;
	}

	.container {
		top:-1500px;
		height: 0px;
	}

	#mobile {
	display: block;
	}

	.header h1{
		text-align: left;
		margin-left: 55px;
	}

	.toggleMobile {
		display: block;
	}

	.toggleMobile
	{
	position: fixed;
	top: 10px;
	left: 10px;
	display: block;
	width: 40px;
	height: 36px;
	cursor: pointer;
	z-index: 250;
	}

	.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
	{
	display: block;
	position: absolute;
	width: 40px;
	height: 8px;
	left: 0;
	background: #011993;
	-webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggleMobile span.menu1
	{
	top: 0;
	}
	.toggleMobile span.menu2
	{
	top: 14px;
	}
	.toggleMobile span.menu3
	{
	top: 28px;
	}

	.toggleMobile.active span.menu1
	{
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFFFF4;
	-webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu2
	{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFFFF4;
	-webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu3
	{
	opacity: 0;
	background-color: #FFFFF4;
	-webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	header nav {
		display: none;
	}

	.banner .header {
		display: none;
	}
}

@media (max-width: 765px) {
	.container {
	top: -1500px;
	}

	header .navi {
	right: auto;
	bottom: auto;
	left: 50%;
	top:100px;
	margin-left: -184px;
	}

	footer {
	padding-bottom:70px;
	height: auto;
	}

	footer .wrapper {
	width: 350px;
	margin: 0 auto;
	}

	footer .wrapper .column {
	margin-top:30px;
	float:none;
	font-size: 14px;
	width: auto;
	}

	footer .wrapper .social {
	display:none;
	}
}

@media (max-width: 580px) {
	#text_columns article.column1 {
		margin: 20px;
		width: auto;
	}
}

document.querySelector('.hello').scrollIntoView({ 
  scroll-behavior: 'smooth' 
});