html,
body {
    height: 100%;
    text-align:center;
    
    color:#fff;
    background-color:#27152b;
	animation: bggradient 1230s infinite alternate;

}

@keyframes bggradient {
  from {background-color: #27152b;}
  to {background-color: #15202b;}
}

a {
	color:#f29b35;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.wrap {
    min-height: 100%;
    height: auto;

}

.wrap > .container {
	margin-top:22vh;
}


.container, .containerStartseite {

	font-family: Georgia;
	/*font-size: 1.25rem;
	line-height: 1.6;*/

	/*font-family: 'Lora', serif;*/
	text-align:left;
	font-size: 1.5em;
	line-height: 1.6;

	margin-left: auto;
	margin-right: auto;

}
@media (min-width: 320px) {
	.container, .containerStartseite {
		max-width: 100%;
		overflow-x: hidden;
	}
	img.portraitScale {
		max-height:100%;
	}
	video {
		max-width:100%;
	}
	.wrap > .containerStartseite {
		margin-top:22vh;
	}
}
@media (min-width: 768px) {
	.container, .containerStartseite {
		width: 750px;
	}
	img.portraitScale {
		max-height:100%;
	}
	video {
		max-width:100%;
	}
	.wrap > .containerStartseite {
		margin-top:70vh;
	}
}
@media (min-width: 992px) {
	.container, .containerStartseite {
		width: 830px !important;
	}
	img.portraitScale {
		max-height:550px;
	}
	video {
		max-width:100%;
	}
	.wrap > .containerStartseite {
		margin-top:70vh;
	}
}
@media (min-width: 1400px) {
	.container, .containerStartseite {
		width: 830px !important;
	}
	video {
		max-width:100%;
	}
	img.portraitScale {
		/*max-height:900px;*/
		max-height:550px;
	}
	.wrap > .containerStartseite {
		margin-top:70vh;
	}
}

.indentLines {
	margin-left:1.5em;
}
.indentLine {
	margin-left:-1.5em !important;
}
.indentLine:first-line {
	margin-left:0em !important;
}


p.first {
	/*margin-top:99%;*/
}

.smallFont {
	font-size:0.8em;
}

p.smallParagraph {
	margin-top:0px;
	margin-bottom:0px;
	font-size:0.8em;
	
}

p.publications a.active {
	color:#fff;
	text-decoration:underline;
}
p.publications a.active:hover {
	text-decoration:none;
}


div.startseiteBlock {
	margin-top:150px;
}

.projekt {
	margin-bottom:60vh;
}

.posting {
	margin-bottom:40vh;
}

.posting h2 {
	margin-bottom:3px;
	margin-top:0px;
	line-height:120%;
}

.posting h2 a {
	color:#fff !important;
}

.posting h4 {
	margin-bottom:3px;
	margin-top:0px;
	font-weight: normal;
	line-height:140%;
	font-size:0.8em;
}

.posting h6 {
	margin-top:0px;
}

blockquote {
	font-size:0.9em;
	/*border-left: 1px solid #fff;
	padding-left: 20px;*/
}
blockquote footer {
	font-size: 80%
}
img.postingimage {
	max-width:100%;
}

ul.postinglist {
	list-style:none;
}
