.article-header {
	align-items: center;
	display: flex;
	position: relative;
}
@media (max-width:1200px) {
	.article-header {
	    flex-flow:column
	}
}

.article-header .article-header__content {
    flex-basis:100%;
    width: 100%;
	position:relative;
}
@media (max-width:1200px) {
    .article-header .article-header__content {
        order:2
    }
}

@media (min-width:1200.1px) {
	.article-header:before {
		background:#fff;
		content:"";
		display:block;
		height:100%;
		left:0;
		position:absolute;
		top:0;
		width:100px;
		z-index:2
	}
	.article-header .article-header__content {
		flex-basis:50%;
		position:relative;
		align-self:baseline;
	}
	.article-header .article-header__content:after {
		background:#f0f5fd;
		background: #ebeef7;
		content:"";
		height:100%;
		position:absolute;
		right:2px;
		top:0;
		transform:translateX(100%);
		width:50%;
		border-top-right-radius: 50px;
	}
	.article-header .article-header__content:before {
		content:"";
		display:block;
		padding-top:80%;
		width:100%;
		content:none;
	}
	
	.article-header .article-header__content > * {
		bottom:0;
		height:100%;
		left:0;
		-o-object-fit:cover;
		object-fit:cover;
		position:absolute;
		right:0;
		top:0;
		width:100%;

		position:relative;
	}	
	
}


.article-header .article-header__content .article-header__textwrapper {
	box-shadow:none;
	display:block;
	justify-content:center;
	overflow: hidden;	
	padding:60px 70px 0 0;
}
@media (max-width:1200px) {
	.article-header .article-header__content .article-header__textwrapper {
		padding: 0;
		border-bottom-left-radius: 0;
		background-color: transparent;
	}
	.article-header .article-header__content .article-header__textwrapper > * ~ * {
		margin-top: 1rem;
	}	
}
@media screen and (min-width:1200.1px) {
	.article-header__textwrapper::after {
		position: absolute;
		left: 100px;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		background: #ebeef7;
		content: '';
		z-index: -1;
	}
}


.article-header .article-header__content .article-header__textwrapper .article-header__description  > * {
	margin: 0;
	padding: 0;
}
.article-header .article-header__content .article-header__textwrapper .article-header__description  > * ~ * {
	margin-top: .5rem;
}
.article-header .article-header__content .article-header__textwrapper .article-header__description {
    position:relative;
	font-weight: 500;
	font-size: 1.25rem; /*20px;*/
	line-height: 1.6;
}
@media (max-width:1200px) {
	.article-header .article-header__content .article-header__textwrapper .article-header__description {
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.5;
		margin-top: var(--pwb-row-half-gap, 1.5rem);
		/*margin-bottom: 1rem;*/
	}
	
	.article-header .article-header__content .article-header__textwrapper .article-header__description br ~ br {
		display: none;	
	}	
}
/*
@media (min-width:991.1px) {
    .article-header__container .article-header .article-header__content .article-header__textwrapper .article-header__description {
		margin-left:100px;
		padding:30px 0 65px 60px;
    }
}
*/
@media (min-width:1200.1px) {
    .article-header .article-header__content .article-header__textwrapper .article-header__description {
		margin-left:100px;
		padding:30px 0 95px 65px;
		min-height: 330px;
    }
}

.article-header .article-header__content .article-header__textwrapper .article-header__headline,
.article-header .article-header__content .article-header__textwrapper .article-header__headline h1,
.article-header .article-header__content .article-header__textwrapper .article-header__headline .h1 {

	position:relative;
	z-index:3;
	margin: 0;
	padding:0;
  
	/*font-size: 1.75rem;*/
	font-weight: 600;
	/*line-height: 1.25;*/
	
	/*font-size: 2rem;*/
	letter-spacing: -1px;
	/*line-height: 1.2;*/
	
	/*font-size: calc(1.375rem + 1.5vw);*/
	font-size: calc(1.3875rem + 1.65vw);
	letter-spacing: .003rem;
}
@media (min-width:1200.1px) {
	.article-header .article-header__content .article-header__textwrapper .article-header__headline,
	.article-header .article-header__content .article-header__textwrapper .article-header__headline h1,
	.article-header .article-header__content .article-header__textwrapper .article-header__headline .h1  {
		/*font-weight: 600;
		line-height: 1.2;*/
		font-size: 2.625rem;
        /*letter-spacing: 0;*/
	}
}
@media (max-width:1200px) {
	.article-header .article-header__content .article-header__textwrapper .article-header__headline:only-child {
		margin-bottom: .5rem;
	}
}
.article-header .article-header__image {
	background:transparent;
	border:none;
	display:none;
	height:100%;
	left:55%;
	padding-bottom:65px;
	padding-top:65px;
	position:absolute;
	overflow:hidden;
}
@media (min-width:1200.1px) {
	.article-header .article-header__image {
	    display:block;
	}
}
@media (min-width:1200.1px) {
	.article-header .article-header__image {
        left:50%;
	}
}
.article-header .article-header__image .article-header__imagewrapper {
	height:100%;
	margin:0;
	position:relative;
	padding: 22px;
}
.article-header .article-header__image .article-header__imagewrapper:before {
	content:none;
	display:block;
	padding-top:100%;
	width:100%;	
}
.article-header .article-header__image .article-header__imagewrapper > * {
	bottom:0;
	height:100%;
	left:0;
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	right:0;
	top:0;
	width:100%
}
.article-header .article-header__image .article-header__imagewrapper > img {
	-o-object-fit:cover;
	object-fit:cover;
	position:relative;
	transition:transform .25s ease-in-out;
    box-shadow: 2px 0px 20px 0px rgba(15,41,131,.15);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, .015);	
	
}

.article-header:hover:not(.disabled):not([disabled]) .article-header__imagewrapper img {
    transform:none;
}


.article__wrapper {
	position: relative;
	padding: 0;
	margin: 0;
}
/*
* ~ .article__wrapper {
	margin-top: 3rem;
}
@media (max-width: 1200px) {
	* ~ .article__wrapper {
		margin-top: 0;
	}	
}
*/
.article__wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 75%;
	width: 0%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 15%;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	background-image: linear-gradient(90deg,var(--ltn__heading-color) .01%,var(--ltn__heading-color) 100.01%);
	background-position: 0% 0%;
	background-size: 200% 3px;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	position: absolute;
	clear: both;
	display: none;
}
@media (min-width: 1200.1px) {
	.article__wrapper .article__container {
		padding-left: 100px;
		width: 75%; /*calc(66.66% + 100px);	*/
	}
}
.article__meta {
	padding-top: 1rem;
	margin-top: 3rem;
	border-top: 1px solid #e5eaee;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}

.article__meta-content, 
.article__meta-content > * {
	padding: 0;
	margin: 0;
	font-weight: 400;
	display: inline-block;
	position: relative;
}

.article__content {
	/*text-align: justify;*/
}

.article__content > *:not([class]){
	padding: 0; 
    margin: 0;
}
.article__content > *:not([class]) ~ * {
    margin-top: 1rem;
}
@media (max-width: 991px) {
	.article__content br {
		display: none;
	}
}
.article__quote,
.article__quote * {
	padding: 0;
	margin: 0;
}
.article__quote {
    background-color: #f0f5fd;
	padding: 2.5rem 2.5rem 2.5rem 3rem; 
	position: relative;
}
@media (max-width: 991px) {
	.article__quote {
		padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	}
}
.article__quote-brief {
    padding-left: 1.875rem;
    border-left: 2px solid #0063ab;
	max-width: 100%;
	font-style: italic;
}
* ~ .article__quote {
	margin-top: 1.875rem;
}
.article__quote * ~ * {
	margin-top: 1rem;
}


.article-header {
    /*padding-top: 40px;
    padding-bottom: 50px;*/
	padding: 0;
    margin-top: 50px;
    margin-bottom: 75px;	
}
@media (max-width: 991px) {
.article-header {
    margin-top: 30px;
    margin-bottom: 45px;
}
}