@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-regular.eot'); 
  src: local(''),
       url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), 
       url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), 
       url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), 
       url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg');
   font-display: swap;
}
html, body {
	background-image: url(../images/olga-golos-main-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F1F1F1;
	color: #000000;
	font-family: arial;
	font-size: 16px;
	font-weight: 300;
	overflow-x: hidden;
}
h1, h2, h3, p.date {
	font-family: Plafair Display;
	margin: 0;
	padding-left: 0;
	font-weight: 300;
}
h1, h2 {
	font-size: 42px;
}
p.date {
	font-size: 24px;
}
strong {
	font-weight: 700;
}
h3 {
	font-size: 34px;
}
figure {
	margin: 0;
	padding: 0;
}
.img-logo{
	max-width: 300px;
	height: auto;
}
.lang-switch {
	color: #DCDC32;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 15px;
	background-color: #000000;
	font-family: Plafair Display;
	text-decoration: none;
	font-size: 18px
}
.lang-switch:hover{
	color: #ffffff
}
.bg-projekt {
	background-color: rgba(27, 3, 92, 0.65);
}
.bg-projekt h1, .bg-projekt h2, .bg-projekt h3, .bg-projekt p {
	color: #ffffff;
}
.text-justify {
	text-align: justify;
  	text-justify: inter-word;
}
.strong {
	font-weight: 700
}
.boldlink {
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
}
.boldlink:hover {
	color: #DCDC32;
}
.readon {
	font-family: Plafair Display;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 15px;
	background-color: #000000;
	text-decoration: none;
}
.readon:hover{
	color: #DCDC32
}
#projektimage figure {
	position: relative;
}
#projektimage figcaption {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 12px;
	line-height: 14px
}
#olga {
	position: relative;
	color: #555
}
#olga .figcaption {
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	z-index: 10;
}
h4 {
	font-size: 14px;
}
#publikationen figcaption {
	font-size: 12px;
}
#edition {
	background-color: #d8d8d6;
	border-bottom: 20px solid #8163a2;
	background-image: url(../images/bg_edition.jpg);
	background-position: bottom right;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	#edition {
		background-color: #d8d8d6;
		border-bottom: 20px solid #8163a2;
		background-image: url(../images/bg_edition.jpg);
		background-position: bottom right;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}
.mx--15 {
	margin-left: -12px;
	margin-right:-12px;
	width: calc(100% + 24px)
}
.deckkraft {
	opacity: .3
}

.img-pubs {
	max-width: 50%;
	height: auto;
}
@media (max-width: 991px) {

		.img-pubs {
			max-width: 70%;
			height: auto;
		}
}
@media (max-width: 767px) {

		.img-pubs {
			max-width: 80%;
			height: auto;
		}
}