.ea-notice-wrap, .ea-attention-wrap, .ea-praxis-wrap, .ea-cta-wrap {
	padding: 25px;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	margin: 35px 0;
	min-height: 100px;
}
.ea-notice-wrap .ea-notice-text,
.ea-attention-wrap .ea-attention-text,
.ea-praxis-wrap .ea-praxis-inner {
	position: relative;
	padding-left: 75px;
}
.ea-notice-wrap .ea-notice-text *:first-child, 
.ea-praxis-wrap .ea-praxis-text *:first-child,
.ea-attention-wrap .ea-attention-text *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.ea-notice-wrap .ea-notice-text *:last-child, 
.ea-praxis-wrap .ea-praxis-text *:last-child,
.ea-attention-wrap .ea-attention-text *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ea-notice-wrap .ea-notice-text::before,
.ea-attention-wrap .ea-attention-text::before,
.ea-praxis-wrap .ea-praxis-inner::before {
	content: ' ';
	left: 0;
	top: 0;
	position: absolute;
}
.ea-notice-wrap.ea-notice-dark .ea-notice-text h2,
.ea-notice-wrap.ea-notice-dark .ea-notice-text h3,
.ea-notice-wrap.ea-notice-dark .ea-notice-text h4,
.ea-praxis-wrap .ea-praxis-text h2,
.ea-praxis-wrap .ea-praxis-text h3,
.ea-praxis-wrap .ea-praxis-text h4,
.ea-attention-wrap .ea-attention-text h2,
.ea-attention-wrap .ea-attention-text h3,
.ea-attention-wrap .ea-attention-text h4 {
	color:#ffffff !important;	
}

.ea-notice-wrap {
	background-color: #f1f8ff;
}

.ea-notice-wrap.ea-notice-dark {
	background-color: #004059;
}

.ea-notice-wrap.ea-notice-right {
	float: right;
	width: 50%;
	padding-left: 25px;
	margin-left: 55px;
}

.ea-notice-wrap.ea-notice-left {
	float: left;
	width: 50%;
	padding-right: 25px;
	margin-right:25px;
}

.ea-notice-wrap .ea-notice-text {
	color: #444444;
}

.ea-notice-wrap .ea-notice-text::before {
	background: url("../images/quote.svg");
	width: 50px;
	height: 50px;
}

.ea-notice-wrap.ea-notice-dark a,
.ea-attention-wrap .ea-attention-text a {
	color: #5DE8C1;
}

.ea-notice-wrap.ea-notice-dark a:hover, .ea-notice-wrap.ea-notice-dark a:focus,
.ea-attention-wrap .ea-attention-text a:hover, .ea-attention-wrap .ea-attention-text a:focus {
	color: #3DC6EF;
}

.ea-notice-wrap.ea-notice-dark .ea-notice-text, .ea-notice-wrap.ea-notice-dark .ea-notice-name
{
	color: #ffffff;
}

.ea-notice-wrap .ea-notice-author-wrap {
	display: flex;
	align-items: center;
}

.ea-notice-wrap .ea-notice-photo {
	display: inline-block;
	margin-left: 75px;
	margin-top: 0;
	width: 66px;
	height: 66px;
}

.ea-notice-wrap .ea-notice-photo a {
	display: block;
}

.ea-notice-wrap .ea-notice-photo img {
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 0px;
	max-width: 66px;
	max-height: 66px;
}

.ea-notice-wrap .ea-notice-data {
	line-height: 1.4444;
	margin-left: 15px;
	display: inline-block;
	font-size: 14px;
}

.ea-notice-wrap .ea-notice-name {
	display: inline; 
}
	
.ea-notice-wrap .ea-notice-name::after {
	content: ', ';
}

.ea-attention-wrap, .ea-cta-wrap {
	background: #F57655;
}

.ea-attention-text {
	color:#ffffff;
}

.ea-attention-text::before {
	background: url(../images/attention-white.svg) top left no-repeat;
	width: 50px;
	height: 50px;
}

.ea-praxis-wrap {
	background-color: #004059;
	position:relative;
}

.ea-praxis-wrap .ea-praxis-inner a {
	color: #5DE8C1;
}

.ea-praxis-wrap .ea-praxis-inner a:hover, .ea-praxis-wrap .ea-praxis-inner a:focus {
	color: #3DC6EF;
}

.ea-praxis-wrap .ea-praxis-text {
	color: #ffffff;
	margin-bottom: 12px;
}

.ea-praxis-wrap .ea-praxis-text:last-child {
	margin-bottom: 0px;
}

.ea-praxis-inner::before {
	background: url(../images/idee.svg) top left no-repeat;
	width: 50px;
	height: 50px;
}

.ea-praxis-wrap .ea-praxis-button {
	background-color: #5DE8C1;
	border: 2px solid transparent;
	border-radius: 2px;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;	
	color: #004059;
	margin: 20px 0 10px 0;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
}

.ea-praxis-wrap:hover .ea-praxis-button,
.ea-praxis-wrap .ea-praxis-button:hover, 
.ea-praxis-wrap .ea-praxis-button:focus {
	background-color: transparent;
	border-color: #5DE8C1;
	color: #5DE8C1;
}

.ea-cta-wrap {
	position:relative;
	text-align:center;
}

.ea-cta-wrap > a, .ea-praxis-wrap > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}

.ea-cta-wrap > a > span, .ea-praxis-wrap > a > span {
	position:absolute;
	left:10000px;
}

.ea-cta-wrap .ea-cta-headline {
	color:#fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom:10px;
}

.ea-cta-wrap .ea-cta-text {
	font-size: 18px;
	line-height: 1.4444em;
	color:#fff;
	margin-bottom:10px;
}

.ea-cta-wrap .ea-cta-button {
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 2px;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;	
	color: #F57655;
	margin: 20px 0 15px 0;
	text-transform: uppercase;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
}

.ea-cta-wrap:hover .ea-cta-button,
.ea-cta-wrap .ea-cta-button:hover, 
.ea-cta-wrap .ea-cta-button:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

/* Check & FAQ */
.ea-check, .ea-faq {
	margin-top: 20px;
}

.ea-check ul {
	padding-bottom: 1em;
	margin: 0 !important;
}

.ea-check li {
	margin-bottom: 10px;
	background: none !important;
	padding-left: 38px !important;
	position: relative;
}

.ea-check li::before {
	content: '\f061';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
}

.ea-check-head, .ea-faq-head {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5em;
	margin: -1px -1px 3px -1px;
	padding: 10px 20px;
}

.ea-check-head {
	font-weight: 700;
	padding-top: 25px;
}

.ea-check-ok {
	padding: 0 20px 20px 20px;
	margin-bottom: 3px;
}

.ea-check-ok li::before {
	content: '' !important;
	width: 25px;
	height: 25px;
	background: url(../images/check.svg) top left no-repeat;
	top: 0px !important;
}

.ea-check-wrong, .ea-faq-topic {
	padding: 0 20px 20px 20px;
	position: relative;
}

.ea-faq-topic-answer {
	padding: 0 0 0 20px;
}

.ea-faq-topic-answer::before {
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
	color: #0971b2;
}

.ea-check-wrong li::before {
	content: '' !important;
	width: 25px;
	height: 25px;
	background: url(../images/attention.svg) top left no-repeat;
	top: 0px !important;
}

.ea-check-wrong-head, .ea-check-ok-head, .ea-faq-topic-head {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	padding: 20px 0 20px 0;
}

.ea-check-notice, .ea-faq-notice {
	text-align: center;
	background: #f8f8f8 url(/images/soeren-siebert-praxis-tipp.png) left 10px no-repeat;
	padding: 0 20px 20px 185px;
}

.ea-check-notice-head, .ea-faq-notice-head {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 400;
	padding: 40px 0 20px 0;
}


@media only screen and (max-width: 767px) {
	.ea-notice-wrap.ea-notice-right, .ea-notice-wrap.ea-notice-left {
		width: auto;
		float: none;
		padding: 0;
		margin-left:0;
		margin-right:0;
	}
}

@media all and (max-width: 479.98px) {
	.ea-notice-wrap .ea-notice-text,
	.ea-attention-wrap .ea-attention-text,
	.ea-praxis-wrap .ea-praxis-text {
		padding: 75px 0px 0px 0px;
	}
	.ea-notice-wrap .ea-notice-photo {
		margin-left: 0px;
	}
}