/* Basic */

	* {
		padding: 0;
		margin: 0;
	}
	
	body {
		font-size: 100%;
		color: #fff;
		font-family: 'Raleway', sans-serif;
		
		/* background: #0A5472; Alternative bisschen heller und grünlicher */
		background: #26528A url('img/drach-en-tour.jpg') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	
	br.clearfix {
		clear: both;
	}
	
	h1,h2,h3,h4 {
		font-family: 'Lobster', cursive;
		letter-spacing: -1px;
		font-weight: normal;
		color: #25C1D2;
		line-height: normal;
		margin-bottom: 10px;
	}
	
	h1 {
		font-size: 2.5em;
		font-weight: 700;
	}
	
	h2 {
		font-size: 2em;
		font-weight: 700;
	}
	
	h3 {
		font-size: 1.5em;
		margin-bottom: 0;
	}
	
	h4 {
		color: #fff;
		font-size: 1em;
		letter-spacing: 0;
	}
	
	h5 {
		color:#25C1D2;
		font-weight: bold;
		font-size: 1.15em;
	}
	
	img {
		border: none;
	}
	
	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover, .current {
		color: #25C1D2;
		
		-webkit-transition: color .2s ease-in-out;
    	-moz-transition: color .2s ease-in-out;
    	transition: color .2s ease-in-out;
	}

/* Wrapper */

	#wrapper {
		width: 100%;
		max-width: 2000px;
		position: relative;
		margin: 0 auto;
	}
	
/* Logo */

	#logo {
		padding: 1% 6%;
	}
	
	#logo p {
		float: left;
		overflow: hidden;
	}
	
	#logo p:last-of-type {
		float: right;
	}
	
	#logo img {
		max-width: 60%;
		margin-left: 20%;
	}
	
/* Nav */

	nav {
		margin: 0 0 1.5% 4%;
		overflow: hidden;
		font-family: 'Lobster', cursive;
		color: #fff;
	}
	
	nav a, nav p {
    	width: 14.25%;
    	padding: 3% 0 12% 1%;
    	height: 0;
    	margin: 0.5%;
    	font-size: 1.6em;
    	
    	position: relative;
    	overflow: hidden;
    	float: left;
		background: rgba(50,50,50,0.25);
    	border-bottom: 4px solid #343434;
		
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	nav p {
		font-size: 1.5em;
    	border-bottom: none;
	}
	
	nav a.breit {
    	width: 30.3%;
    	padding: 3% 0 9% 1%;
	}
	
	nav p span.date {
   		font-size: 2.25em;
	}
	
	nav a .figcaption {
		width: 100%;
		height: 100%;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		letter-spacing: 0;
	
		margin-bottom: -70%;
		-webkit-transition: margin-bottom;
		-webkit-transition-duration: 250ms;
		-webkit-transition-timing-function: ease-out;
		-moz-transition-property: margin-bottom;
		-moz-transition-duration: 250ms;
		-moz-transition-timing-function: ease-out;
	}
	
	nav a.breit .figcaption {
		margin-bottom: -25%;
	}
	
	nav a .figcaption span.figcaptionheader {
		padding: 0 5%;
		display: block;
		line-height: 1.75em;
	}
	
	nav a .figcaption span.figcaptiontext {
		padding: 30% 7.5%;
		display: block;
		font-family: 'Raleway', sans-serif;
		font-size: 0.55em;
		line-height: 1.25em;
		background: rgba(50,50,50,0.75);
		height: 100%;
	}
	
	nav a.breit .figcaption span.figcaptiontext {
		padding: 10% 7.5%;
	}
	
	nav a:hover > .figcaption, nav a.breit:hover > .figcaption, nav a.current > .figcaption {
		margin-bottom: 0;
	}
	
/* Page */

	#page {
		width: 100%;
		background: rgba(50,50,50,0.5);
		overflow: hidden;
    	border-top: 3px solid #343434;
    	line-height: 1.75em;
  	}
	
	#page article {
		width: 75%;
		padding: 5% 12.5%;
	}
	
	#page article p {
		padding-top: 2%;
		text-align: justify;
	}
	
	#page article p a {
		font-weight: 700;
		color: #5396BD;
	}
	
	#page article p a:hover {
		color: #25C1D2;
	}
	
	#page article ul {
		margin: 0;
		padding: 2% 0 0 5%;
		list-style: square;
	}
	
	#page article img.full {
		max-width: 100%;
		margin: 5% 0 2.5%;
	}
	
/* Page Galerie */

	#page article figure {
		margin: 5% 0 2.5%;
  		overflow: hidden;
  	}
  	
  	#page article .thumbnail {
		width: 23.5%;
		padding-bottom: 23.5%;
		height: 0;
		float: left;
		overflow: hidden;
		margin: 0 1.5% 1.5% 0;
	}
	
	#page article .thumbnail.big {
		width: 48.5%;
		padding-bottom: 48.5%;
		margin: 0 1.5% 0 0;
	}
  		
	#page article .thumbnail img {
		width: 150%;
	}

	#page article .thumbnail.long {
width: 48.5%;
padding-bottom: 100%;
margin: 0 1.5% 0 0;
}
#page article .thumbnail.long img {
width: 100%;
}

/* Page Next Report */
	
	#page #next-report {
		margin: 4% 4% -1.5%;
		font-size: 0.9em;
		font-weight: 700;
	}
	
	#page #next-report a:first-of-type:before {
		content: "←";
		margin-right: 10px;
	}
	
	#page #next-report a:last-of-type {
		float: right;
	}
	
	#page #next-report a:last-of-type:after {
		content: "→";
		margin-left: 10px;
	}

/* YouTube Responsive Video Container */
	
	#page .video-container {
		position: relative;
		padding-bottom: 56.25%;
		margin-top: 30px;
		margin-bottom: 10px;
		height: 0;
		overflow: hidden;
	}
 
	#page .video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	iframe {
    	width: 100% !important;
    	height: 30em;
	}

/* Footer */

	footer {
		width: 100%;
		background: rgba(50,50,50,0.25);
		padding: 2.5% 5%;
		overflow: hidden;
    	border-top: 3px solid #343434;

		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	
	footer .column {
		float: left;
		margin-right: 7%;
	}
	
	footer .column#design {
		width: 30%;
		margin-right: 10%;
		text-align: justify;
		font-size: 80%;
	}
	
	footer .column:last-of-type {
		margin-right: 0;
	}

	footer .column p {
		font-weight: 700;
    	color: #25C1D2;
	}
	
	footer ul {
		padding: 5% 0 0 10%;
	}
	
	footer li {
		list-style: none;
		padding: 3% 0;
	}
	
@media only screen and (min-width: 1500px) {

/* Nav */
	
	nav a .figcaption {
		margin-bottom: -75%;
	}
	
/* Page */

	#page {
    	line-height: 2em;
	}
}

@media only screen and (min-width: 1250px) {

/* Basic */

	body {
		font-size: 110%;
	}
	
/* Nav */
	
	nav a {
    	font-size: 1.75em;
	}
	
	nav p {
    	font-size: 1.25em;
	}
	
	nav p span.date {
   		font-size: 3em;
	}
}

@media only screen and (max-width: 1000px) {

/* Basic */
	
	h1 {
		font-size: 2em;
	}
	
/* Nav */

	nav a, nav p {
    	font-size: 1.15em;
	}
	
	nav p {
    	font-size: 1.1em;
	}
	
/* Footer */

	footer .column#design {
		margin-right: 5%;
	}
}

@media only screen and (max-width: 825px) {
	
	nav a .figcaption span.figcaptiontext {
   		font-size: 0.65em;
	}
	
	footer .column#design {
		width: 26.5%;
	}
}


@media only screen and (max-width: 700px) {

/* Basic */

	#body {
		font-size: 110%;
	}
	
/* Logo */

	#logo {
		padding: 4% 0;
	}
	
	#logo p {
		display: none;
	}

	#logo img {
		max-width: 75%;
		margin-left: 12.5%;
	}

/* Nav */

	nav {
		margin: 0 0 1% 1%;
	}
	
	nav a, nav p, nav a.breit {
    	width: 31%;
    	padding: 12% 0 20% 1%;
	}
	
	nav a.breit .figcaption {
		margin-bottom: -70%;
	}
	
	nav a.breit .figcaption span.figcaptiontext {
		padding: 30% 7.5%;
	}
	
	nav p {
    	padding: 10% 0 22% 1%;
	}
	
	nav p span.date {
   		font-size: 2.5em;
   		letter-spacing: -2px;
	}

/* Page */

	#page {
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	width: 100%;
	}
	
	#page article {
		padding: 10% 5%;
		width: 90%;
	}
	
	#page article p {
		padding-top: 5%;
	}
	
	#page article ul {
		padding: 2% 0 0 10%;
	}

/* Footer */
	
	footer {
		padding: 0 0 5% 0;
	}
	
	footer .column {
		float: none;
		margin-right: 0;
		margin-top: 6%;
		text-align: center;
	}
	
	footer ul {
		padding: 1.5% 0 0 0;
	}
	
	footer li {
		list-style: none;
		padding: .5% 0;
	}
	
	footer .column#design {
		display: none;
	}
}