﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html {
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.4em;
	background:
		linear-gradient(rgba(240, 247, 244, 0.97), rgba(240, 247, 244, 0.97)),
		url('assets/wood.jpg');
	background-color: #F0F7F4;
}


h1, h2 {
	font-weight: 700;
	font-size: 1.9em;
}


h2 {
	margin-bottom: 45px;
	color: #62BFF0;
}


h2:before {
	display: block; 
	content: ""; 
	margin-top: -60px; 
	height: 60px;
	visibility: hidden; 
}


h3 {
	font-size: 1.2em;
	font-weight: 700;
}


p, .brightrow ul, .darkrow ul  {
	font-size: 1.0em;
	line-height: 1.6em;
	padding-right: 40px;
}


.brightrow {
	background:
		linear-gradient(rgba(240, 247, 244, 0.97), rgba(240, 247, 244, 0.97)),
		url('assets/wood.jpg');
	color: #353531;
	background-color: #F0F7F4;
}


.brightrow ul, .darkrow ul  {
	margin-top: 25px;
	list-style-position: inside;
}


.burgernav {
	right: 25px;
	top: 15px;
}
	

.content {
	max-width: 1090px;
	min-width: 200px;
	height: 100%;
	margin: auto;
	padding: 60px 30px;
}


.content h2 {
	line-height: 1.2em;
}


.content p:not(:last-of-type) {
	margin-bottom: 25px;
}


.contenticons {
	display: table;
	margin-top: 20px;
}


.contenticons p {
	display: table-cell;
	vertical-align: middle;
}


.darkrow {
	background:
		linear-gradient(rgba(53, 53, 49, 0.97), rgba(53, 53, 49, 0.97)),
		url('assets/wood.jpg');
	background-color: #353531;
	color: #F0F7F4;
}


.largeicon {
	height: 75px;
	padding: 90px 0px 0px 0px;
	background-position: 0px 0px;
	background-size: 75px 75px;
	background-repeat: no-repeat;
}


.navicons {
	height: 22px;
	padding: 10px 20px 10px 10px;
	margin: -10px -20px -10px -10px;
}


.smallicon {
	height: 42px;
	padding: 57px 0px 0px 0px;
	background-position: 0px 0px;
	background-size: 42px 42px;
	background-repeat: no-repeat;
}


#burger {
	position: fixed;
}


#close {
	position: absolute;
}


#email {
	background-image: url('assets/email.svg');
}


#homeimage {
	max-width: 1280px;
	padding: 0;
	background-image: url('assets/hero_2x.jpg');
	background-position: right;
	background-size: 432px 262px;
	height: 262px;
}


#homeimage h1 {
	color: #62BFF0;
	background-color: rgba(240, 247, 244, 0.4);
	padding: 14px 0px 15px 30px;
	display: block;
	font-size: 1.3em;
}


#homeimage h1 span {
	font-weight: 300;
}


#immigration {
	background-image: url('assets/immigration.svg');
}


#impressum {
	margin-top: 80px;
	font-size: 0.75em;
}


#navrow {
	background-color: #62BFF0;
	position: fixed;
	height: 100%;
	width: 260px;
	right:-300px;
	box-shadow: -1px 0px 40px 0px #353531;
	z-index: 1000;
}


#navrow .content {
	color: #F0F7F4;
	}


#navrow .content a {
	color: #F0F7F4;
	text-decoration: none;
}


#navrow .content a:hover {
	padding-bottom: 3px;
	color: #F0F7F4;
	text-decoration: none;
	border-bottom: 1px solid #F0F7F4;
}


#navrow .content h1 a:hover, .content #close a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}


#navrow .content h1 {
	display:none;
}


#navrow .content ul {
	font-size: 1.5em;
	line-height: 1.7em;
}


#navrow .content li {
	display: block;
}


#phone {
	background-image: url('assets/phone.svg');
}


#political_system {
	background-image: url('assets/political_system.svg');
}


#slavery_discrimination {
	background-image: url('assets/slavery_discrimination.svg');
}



@media only screen and (min-width: 432px) {

	.burgernav {
		top: 19px;
	}


	.largeicon {
		padding: 0px 0px 0px 100px;
	}


	.smallicon {
		padding: 0px 0px 0px 62px;
	}


	#homeimage {
		background-size: 576px 349px;
		height: 349px;
	}


	#homeimage h1 {
		padding: 18px 0px 19px 30px;
		font-size: 1.9em;
	}

}



@media only screen and (min-width: 576px) {

	#homeimage {
		background-size: 760px 461px;
		height: 461px;
	}

}



@media only screen and (min-width: 760px) {

	p, .brightrow ul, .darkrow ul  {
		font-size: 1.1em;
	}


	#homeimage {
		background-size: 1000px 606px;
		height: 606px;
	}

}



@media only screen and (min-width: 1000px) {

	h2:before {
		margin-top: -140px; 
		height: 140px;
	}


	#burger, #close {
		display: none;
	}


	#homeimage {
		background-size: 1280px 776px;
		height: 776px;
	}

	
	#homeimage h1 {
		display: none;
	}

	
	#navrow {
		width: 100%;
		height: 80px;
		right: 0px;
		box-shadow: none;
	}
	
	
	#navrow .content {
		padding: 0px 30px;
	}
	
	
	#navrow .content h1 {
		display: inline;
		float: left;
		position: absolute;
		top: 0px;
	}
	
	
	#navrow .content h1 span {
		font-size: 0.4em;
	}

	
	#navrow .content ul {
		position:relative;
		float: right;
		font-size: 1.2em;
		top: 25px;
	}
	
	
	#navrow .content li {
		display: inline;
	}
	
	
	#navrow .content li:not(:last-of-type) {
		margin-right: 17px;
	}


	#studytour {
		max-width: 1280px;
		margin: auto;
		background-image: url('assets/studytour_2x.jpg');
		background-position: left;
		background-size: 1280px 677px;
		height: 677px;
	}


	#studytour_content {
		background-color: red;
		height: auto;
		padding: 30px 30px;
		margin-left: -30px;
		margin-top: -30px;
		max-width: 750px;
		background:
			linear-gradient(rgba(53, 53, 49, 0.97), rgba(53, 53, 49, 0.97)),
			url('assets/wood.jpg');
		background-color: #353531;
		opacity: 0.95;
	}
	
}