
body {
	background: rgb(195,64,142);
	background: radial-gradient(circle at center top, rgba(195,64,142,1) 0%, rgba(179,65,90,1) 100%);	
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px 10px;
	margin:  0px;
}

h2 , p {
	padding: 0px;
	margin: 0px;
}
body.inner {
	padding: 0px;
}

.top {
	margin-top: 50px;
	text-align: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 10px;
}
.inner .top {
	background: white;
	margin-top: 0px;
}
.top .logo {
	margin-bottom: 20px;
}
.inner .top .logo {
	margin-bottom: 00px;
}
.top .logo img {
	max-width: 280px;
	width: 100%;
	height: auto;
}
.inner .top img {
	max-width: 150px;
}
.top .main-headline {
	text-transform: uppercase;
	font-family: "Madimi One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90px;
	line-height: 100px;
	margin-bottom: 20px;
}
.top .sub-headline {
	font-family: 'Baloo 2', cursive;
	font-size: 34px;
	opacity: 0.6;
}
.top .intro {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 30px;
}
.top .headline-latest {
	margin-bottom: 35px;
	font-family: 'Baloo 2', cursive;
	font-size: 18px;
	opacity: 0.4;
}


.content {
	display: flex;
	margin: 0px auto;
	max-width: 900px;
	flex-direction: column;
}
.inner .content {
	padding: 0px 10px;
	max-width: 768px;
}

.content .article {
	display: flex;
	flex-direction: row;
	padding-bottom: 60px;
	position: relative;
	flex-wrap: wrap;
}
.inner .content .article {
	flex-direction: column;
}
.content .article .image,
.content .article .text {
	/*width: 50%;*/
	flex:  1;
}

.related-article-inserted {
	display: none !important;
}

figure {
	padding: 0px;
	width: 100% !important;
	margin: 0px 0px 20px 0px;
}
figcaption {
	font-style: italic;
	font-size: 0.9rem;
}
.content .article .image {

}
.content a {
	color: white;
}
.content .article img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.inner .content .article .image  {
	width: 100%;
}
.content .article .image .wrapper {
	position: relative;
}
.content .article .image .wrapper .logo-image {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.content .article .image .wrapper .bg-blue  {
	background: #1a2234;
}

.content .article .image span {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: white;
	padding: 5px;
	z-index: 100;
	line-height: 0px;
}

.content .article .image span img {
	width: 100%;
	height: auto;
	line-height: 100%;
}
.content .article .image span .mh-55 {
	max-height: 55px;
}
.content .article .image span .mw-100 {
	max-width: 100px;
}
.content .article .text {
	align-self: center;
}
.content .article .sep {
	background: white;
	flex: 0 0 100%;
	order: 3;
	height: 1px;
	margin-top: 50px;
	opacity: 0.2;
}

.content .article {
	padding-bottom: 30px;
}
.content .article .sep {
	margin-top: 30px;
}
.inner .article h1, 
.content .article .text h2 {
	font-family: 'Baloo 2', cursive;
	font-size: 34px;
	line-height: 120%;
	margin-bottom: 10px;
	text-decoration: none;
}
.inner .article h1 {
	margin-top: 10px;
}
.content .article .text h2.fs-30 {
	font-size: 30px;
}
.content .article .text p {
	margin-bottom: 25px;
	line-height: 140%;
}
.content .article .text a.read-more {
	display: inline-flex;
	background: white;
	text-decoration: none;
	font-family: 'Baloo 2', cursive;
	font-size: 17px;
	color: #c3408c;
	padding: 10px 15px;
	float:  right;
}
.content .article .text a.read-more:hover {
	background: #c3408c;
	color: white;
}
.content .article .text h2 a {
	text-decoration: none;
}
.content .article .text h2 a:hover {
	text-decoration: underline;
}

.content .article:nth-child(odd) .image {
	order: 1;
}
.content .article:nth-child(odd) .text {
	order: 2;
	padding-left: 25px;
}

.content .article:nth-child(even) .image {
	order: 2;
}
.content .article:nth-child(even) .text {
	order: 1;
	padding-right: 25px;
}

.inner .text {
	padding-left: 0px !important;
	width: 100%;
}

@media (max-width: 768px){
	.top .main-headline {
		font-size: 14vw;
		line-height: 100%;
	} 
	.top .sub-headline {
		font-size: 20px
	}
	.top .intro {
		padding-left: 0px;
	}

	.content .article {
		flex-direction: column;
	}
	.content .article .image {
		margin-bottom: 10px;
	}
	.content .article:nth-child(odd) .text {
		padding-left: 0px;
	}
	.content .article .text a.read-more {
		float: none;
	}
	.content .article .sep {
		flex: none;
	}

	.content .article:nth-child(even) .image {
		order: 1;
	}
	.content .article:nth-child(even) .text {
		order: 2;
	}

	.content .article .text h2,
	.content .article .text h2.fs-30  {
		font-size:  25px;
	}

}

p.footer-row {
	text-align: center;
	padding: 40px 20px 20px 20px;
	order: 3;
	font-size: 11px;
}
p.footer-row a {
	text-decoration: none;
}
p.footer-row a:hover {
	text-decoration: underline;
}