/**
------------------ RESET ---------------------
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------*/

body {
	margin:0px;
	overflow-x:hidden;
  line-height: 1.2;
}

a {
	text-decoration: none;
}

a {
	font-family: 'Old Standard TT', Times New Roman, serif;
}

p {
	font-family: 'Old Standard TT', Times New Roman, serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

a:link    {
	color: black;

}
a:visited {
	color: black;
}
a:hover {
    opacity: .7;;
}

.small, a.small {
	font-size: 1.2vw!important;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    margin-bottom: 20px;
    opacity: 1;
  	transition: opacity .5s;
}

img[data-src] {
	opacity: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	position:relative; /* von mir rein */
}

/* div.clearfix.distance > img
 {
	padding-top:30px;
} */

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.addMarginRight{
  margin-right:20px;
}

.posAbs {
  position: relative;
  top: 100px;
  left: 50%;
  /* opacity: .5; */
  mix-blend-mode: multiply;
}

.right40 {
	float: right;
	width: 40%;
}

.right30 {
	float: right;
	width: 30%;
}

.right60 {
	float: right;
	width: 60%;
}

.left40 {
	float: left;
	width: 40%;
}

.left30 {
	float: left;
	width: 30%;
}

.left60 {
	float: left;
	width: 60%;
}

.portfolio {
	position: fixed;
	top:5%;
	left:15%;
	max-width:150px;
  height:auto;

	-webkit-animation: spin 12000ms infinite linear;
  -moz-animation: spin 12000ms infinite linear;
  -ms-animation: spin 12000ms infinite linear;
}

img.essay {
	/* position: fixed;
	bottom:3%;
	right:8%; */
	max-width:300px;
  height:auto;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg); } }
@keyframes spin {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }

a.linkblack {
  color: black;
	text-decoration: none;
  border-bottom: 1px dashed black;
}

a.linkwhite {
  color: white;
	text-decoration: none;
  border-bottom: 1px dashed white;
}

p.bigText {
	background-color: white;
	z-index: 20;
}

p.bigTextAbout {
	color: white;
}

p.bigTextAboutItalic {
	color: white;
	font-family: 'Old Standard TT', Times New Roman, serif;
	font-style: italic;
}

.italic {
	font-family: 'Old Standard TT', Times New Roman, serif;
	font-style: italic;
}

.distance {
	margin-bottom:300px;
}

.distance2 {
	margin-bottom:100px;
}

.centeredVid {
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}

.centered img {
  position: relative;
  object-fit: contain;
  max-width: 700px;
  height: auto;
}

.centered {
	padding-top: 50px;

}

.shad {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

#Karte {
	width:58%;
}

#TheGreatEncounter {
	width:58%;
	margin-top:200px;
}

#info{
	position: fixed;
        top: 5px;
        left: 10px;

}
#infow{
	position: fixed;
	margin-left: 0;
        top: 5px;
        left: 10px;
	color: white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
	a, p{
		font-size:300px;
	}
	.portfolio, .essay {
		width:300px;
	  height:auto;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-device-width: 600px) {
	a, p {
		font-size:300px;
	}
	.portfolio, .essay {
		width:300px;
		height:auto;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-device-width: 768px) {
	a, p{font-size:19px;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	a, p{font-size:24px;}
	/* 24px */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	a, p{font-size:1.8vw;}

}
