body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.4444em;
	color: #555555;
	font-weight:400;
}

code {
	padding: 10px 20px;
	font-size: 90%;
	color: #004059;
	background-color: #eee;
	border-radius: 0;
	display: block;
	line-height: 2em;
}

.article-content {
	font-weight: 400;
}

.article-content ol li ol li {
	margin-bottom: 15px;
	margin-top: 10px;
}

.article-content ol li {
	margin-bottom: 30px;
	padding-left: 10px;
	line-height: 25px;
}

.article-content li::marker {
	color: #0094D8;
}

.row.equal {
	display: flex;
	flex-wrap: wrap;
}

.t3-wrapper {
	overflow: hidden;
}

.article-content {
	font-size: 18px;
}

a:hover, a:focus {
	text-decoration: none;
}

.view-article a {
	color: #0094D8;
}

.view-article a:hover {
	color: #056688;
}

.t3-content p a, .t3-content li a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
	color: #004059;
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 17px;
	font-weight: 700;
}

@media all and (max-width: 991.98px) {
	.btn {
		white-space: normal;
	}
}

.view-article .btn, .view-article a.btn {
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid transparent;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 900;
	min-width: 180px;
	letter-spacing: 1px;
	vertical-align: top;
}

.view-article .article-button-row .btn {
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
	white-space: normal;
	flex-grow:1;
}

.view-article .article-button-row .col {
	display:flex;
	justify-content:center;
	align-items:baseline;
}

.btn-primary, .view-article .btn.btn-primary {
	background: #5DE8C1;
	border-color: #5DE8C1;
	color: #063D5B;
}

.btn-primary:hover, .btn-primary:focus, .view-article button.btn-primary:hover,
	.view-article button.btn-primary:focus, .view-article a.btn-primary:hover,
	.view-article a.btn-primary:focus {
	background: transparent;
	color: #063D5B;
}

.dark .btn-primary:hover, .dark .btn-primary:focus, .view-article .dark button.btn-primary:hover,
	.view-article .dark button.btn-primary:focus, .view-article .dark a.btn-primary:hover,
	.view-article .dark a.btn-primary:focus{
	color: #5DE8C1;
} 

.btn-secondary, .view-article .btn.btn-secondary {
	background: #0094D8;
	border-color: #0094D8;
}

.btn-secondary:hover, .btn-secondary:focus, .view-article button.btn-secondary:hover,
	.view-article button.btn-secondary:focus, .view-article a.btn-secondary:hover,
	.view-article a.btn-secondary:focus {
	background: transparent;
	color: #0094D8;
}

#t3-mainbody {
	box-shadow: none;
}

#mainbody-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: none;
}

@media all and (max-width: 991.98px) {
	#t3-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*
.view-article .t3-content .article-full ul li, .view-article .t3-content .brief-content ul li
	{
	background: none;
	position: relative;
	margin: 10px 0
}

.view-article .t3-content .article-full ul li:not(.tocify-item):before,
.view-article .t3-content .brief-content ul li:before {
	content: '\f0c8';
	font-family: "FontAwesome";
	font-size: 6px;
	position: absolute;
	line-height: 1em;
	left: 0;
	top: 10px;
	color: #0094D8;
}

.view-article .t3-content .article-full .nice-checklist ul li::before {
	content: '';
}
*/
.view-article article h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	color: #004059;
}

.view-article article h2,
.view-article article h1.article-title {
	font-size: 32px;
	color: #004059;
	font-weight: 900;
	margin-bottom: 20px;
	scroll-margin: 100px;
	text-align:left;
}

@media all and (max-width: 479.98px) {
	.view-article article h2,
	.view-article article h1.article-title {
		hyphens: auto;
	}
}

.view-article .article-content > h2,
.view-article .article-content > h3,
.view-article .article-content > p.pseudo-headline {
	color: #004059;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 45px;
	font-weight: 700;
	scroll-margin: 100px;
}

.view-article .article-content>h2:first-of-type,
.view-article .article-content>h3:first-of-type,
.view-article .article-content > p.pseudo-headline:first-of-type {
	margin-top: 0;
}

.view-article .article-intro {
	font-size: 24px;
	line-height: 1.3333em;
	margin-top: 40px;
}

.article-main .article-intro-media .item-image {
	max-height: none;
}

.article-intro-media .pull-left.item-image {
	padding-bottom: 20px;
}

.view-article .t3-content .img_caption p.img_caption {
	line-height: 1em;
}

.view-article .article-intro p:last-child {
	padding: 0;
	margin: 0 0 40px 0;
	font-weight: 400;
}

.row.author-block {
	margin-top: 30px;
	margin-bottom: 20px;
}

.row.date-rating {
	margin-top: 20px;
}

.row.date-rating .col {
	display: flex;
	align-content: center;
}

.row.date-rating .col > span:first-child {
	margin-right:20px;
}

.author-line .author-label, .modified .date-label, .published .date-label {
	font-weight: 700;
}

@media all and (max-width: 767.98px) {
	.author-line .author-label {
		display: block;
		margin-bottom: 5px;
	}
	.author-block .col:not(:last-child) {
		margin-bottom: 20px;
	}
}

.author-line img {
	display: inline;
	border: 1px solid #f1f8ff;
	webkit-border-radius: 50%;
	moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	margin-right: 5px;
}

.author-line .author-toggle {
	color: #0094D8;
	text-decoration: underline;
	cursor: pointer;
}

.author-line .author-toggle:hover {
	color: #056688;
}

.modified {
	margin-right: 30px;
}

@media all and (max-width: 767.98px) {
	.modified {
		display: block;
		margin-bottom: 20px;
	}
}

.author-box-inner {
	position: relative;
	padding: 40px;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	moz-border-radius: 4px;
}

.author-box-inner .author-box-avatar {
	width: 180px;
	webkit-border-radius: 50%;
	moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 40px;
	left: 40px;
}

.author-box-inner .author-box-content {
	padding-left: 220px;
}

.author-box-inner .author-box-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
}

.author-box-inner .author-box-subtitle {
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 10px;
}

.author-modal-block {
	display: none;
	position: absolute;
	z-index: 101;
}

.author-modal-block .close {
	position: absolute;
	right: 10px;
	top: 10px;
	webkit-border-radius: 50%;
	moz-border-radius: 50%;
	border-radius: 50%;
}

@media all and (max-width: 767.98px) {
	.author-box-inner .author-box-avatar {
		position: static;
		display: block;
		margin-bottom: 20px;
	}
	.author-box-inner .author-box-content {
		padding-left: 0;
	}
}

.view-article .t3-content .brief-content {
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding: 34px 40px;
}

.view-article .t3-content .brief-content.dark {
	background-color: #004059;
	color: #ffffff;
}

.view-article .t3-content .brief-content.dark ul li:before {
	color:#3DC6EF;
}

.view-article .t3-content .brief-content.light {
	background-color: #f1f8ff;
	color: #004059
}

.view-article .t3-content .brief-content p.pseudo-headline {
	font-weight: 400;
	color: #004059;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}

.view-article .t3-content .brief-content.dark p.pseudo-headline {
	color: #ffffff;
}

.view-article .t3-content .brief-content ul {
	margin: 0;
}

.view-article .t3-content .brief-content ul li:not(:last-child) {
	margin-bottom: 10px;
}

article .article-button-row .row {
	margin-top: 40px;
	margin-bottom: 0;
}

.article-button-row .col {
	text-align: center;
}

.article-button-row .col .btn {
	margin: 0 20px 20px 20px;
}
.article-button-row .col .btn:first-child {
	margin-left:0;
}
.article-button-row .col .btn:last-child {
	margin-right:0;
}

.article-button-row .col .btn.btn-num-2 {
	width:50%;
}
.article-button-row .col .btn.btn-num-3 {
	width:33.3333%;
}
.article-button-row .col .btn.btn-num-4 {
	width:25%;
}
.article-top-module {
	margin: 40px 0;
}

/*@media all and (max-width:767.98px) {
	.article-button-row .col .btn:not(:last-child) {
		margin-bottom: 20px;
	}
}*/
.view-article .article-module {
	border: 2px solid #0094D8;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 40px;
	line-height: 1.2857;
}

.view-article .framed-box {
	border: 2px solid #0094D8;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding: 25px;
	font-size: 16px;
	line-height: 1.1875;
}

.su-match-height .su-column-content, .su-match-height .su-column-content .su-testimonial
	{
	height: 100%
}

.su-testimonial-style-6 {
	padding: 20px 30px 30px 90px;
}

.su-testimonial-style-6 .su-testimonial {
	display: flex;
	flex-direction: column;
}

.su-testimonial-style-6 .su-testimonial-text {
	position: relative;
	flex-grow: 1;
	line-height: 1.5em;
	margin-bottom: 40px;
}

.su-testimonial-style-6 .su-testimonial-text::before {
	content: ' ';
	background: transparent url(../images/bx_bxs-quote-alt-left.svg) left
		top no-repeat;
	width: 60px;
	position: absolute;
	left: -72px;
	top: 0;
	height: 60px;
}

.su-testimonial-style-6 .su-testimonial-name {
	display: block;
	font-weight: 700;
	line-height: 1.5em;
}

.su-testimonial-style-6 .su-testimonial-company {
	display: block;
	line-height: 1.5em;
}

.su-testimonial-style-6.su-testimonial-has-photo .su-testimonial-photo img
	{
	width: 60px;
	height: 60px;
}

.view-article .framed-box p {
	margin-bottom: 25px;
}

.view-article .framed-box-header {
	font-size: 22px;
	line-height: 1.1818em;
	margin-bottom: 25px;
}

.link-collection .row {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.link-collection a {
	padding-left: 20px;
	position: relative;
	display: block;
}

.link-collection a:before {
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
	content: '\f178';
}

@media all and (max-width: 767.98px) {
	.link-collection .row {
		margin-top: 0;
		margin-bottom: 0;
	}
	.link-collection a {
		margin-bottom: 10px;
	}
}

.cta-box {
	background: #FF8869;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding: 25px;
	color: #ffffff;
}

.cta-box-header {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 25px;
}

.cta-box p {
	margin-bottom: 25px;
}

.cta-box .btn-white, .view-article .cta-box .btn.btn-white {
	background: #ffffff;
	border-color: #ffffff;
	color: #FF8869;
}

.cta-box .btn-white:hover, .cta-box .btn-secondary:focus, .view-article .cta-box a.btn-white:hover,
	.view-article .cta-box a.btn-white:focus {
	background: #FF8869;
	color: #ffffff;
	border-color: #ffffff;
}

.module-title {
	font-family: "Lato", sans-serif;
	text-transform: none;
}

/* Plugins */
div.mfv, div.mfv>div {
	display: inline;
}

.plgmfv-box {
	font-size: 18px;
	color: #999999;
}

.plgmfv-inline-rating {
	vertical-align: top;
}

.plgmfv-inline-rating-stars {
	width: 110px;
	height: 22px;
}

#mfv .plgmfv-star-rating {
	width: 110px;
	height: 22px;
}

#mfv .plgmfv-star-rating a, #mfv .plgmfv-star-rating #mfv-current-rating
	{
	height: 22px;
	line-height: 22px;
}

#mfv .plgmfv-star-rating, #mfv .plgmfv-star-rating a:hover, #mfv .plgmfv-star-rating #mfv-current-rating
	{
	background-image: url("../images/stars.png")
}

.plgmfv-box img.loading {
	display: inline;
}

.su-panel-content .ea-notice-wrap {
	margin-bottom:0;
	margin-left:10px;
}

@media all and (max-width: 767.98px) {
	.box-col:not(:last-child) {
		margin-bottom: 40px;
	}
}

/* JComments */
#jc {
	padding: 0 20px;
}

/* JV Relatives */
.jvrel_artsblock {
	padding: 0;
	margin-top:40px;
}

/* RS Comments */
.rscomments {
	margin: 40px 0;
}

.rscomment-form .btn.btn-small {
	color: #0094D8;
	width: auto;
	min-width: auto;
}

/* article-tocify */
#article-toc-inner {
	padding: 20px
}

#article-toc-header {
	margin-top: 0;
	font-size: 1em
}

#article-toc #toc-heading {
	margin-top: 10px;
	font-size: 1em;
	font-weight: 700;
	color: #004059;
}

#article-toc #toc-list-wrap {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	scrollbar-color: #0094D8 #f8f8f8;
	scrollbar-width: thin;
}

#article-toc #toc-list-wrap::-webkit-scrollbar {
	width: 10px;
}

#article-toc #toc-list-wrap::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 2px;
}

#article-toc #toc-list-wrap::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-image: linear-gradient(to bottom, #3DC6EF, #0094D8);
}

#article-toc ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#article-toc ul li {
	margin: 5px;
	padding-left: 0;
}

#article-toc ul li a {
	color: #0094D8;
	border-bottom: solid 1px #0094D8;
	display: block;
	padding: 10px 3px;
	font-size: 0.95em;
	line-height: 1.2em;
}

#article-toc ul li:last-child a,
#article-toc ul li li a {
	border: 0;
}

#article-toc ul li a:hover, #article-toc ul li a.active {
	color: #004059;
}

.view-article .t3-content .article-full #article-toc ul li::before {
	display: none;
}

@media ( max-width :991px) {
	.view-article article > h3 {
		scroll-margin: 160px;
	}
	#fixed-col1 {
		margin-bottom: 40px;
		z-index: 10;
	}
	#fixed-col1.sticky {
		margin-bottom: 0px;
		position: fixed;
		z-index: 10;
		top: 65px;
		width: 100%;
	}
	.col-toc {
		padding: 0;
	}
	#fixed-col1.sticky #article-toc #toc-list-wrap {
		border-bottom: 5px solid #0094D8;
	}
	#fixed-col1 #article-toc-inner.gradient-box {
		border: none !important;
	}
	#fixed-col1 #article-toc-wrap .gradient-box::before {
		background: #fff;
		margin: 0;
	}
	#fixed-col1.sticky #article-toc-inner {
		padding: 0;
	}
	#fixed-col1.sticky #article-toc > p {
		margin: 0;
		padding: 15px 20px;
		color: #ffffff;
		background: #0094D8;
		cursor: pointer;
		position: relative;
	}
	.view-article .t3-content .article-full #article-toc ul li {
		margin: 5px 20px;
	}
	#fixed-col1.sticky #article-toc h3::before {
		content: '\f107';
		font-family: 'FontAwesome';
		position: absolute;
		width: 20px;
		height: 20px;
		right: 15px;
	}
	#fixed-col1.sticky #article-toc h3.open::before {
		content: '\f106';
	}
}

.view-article ul.checklist {
	color: #004059;
	border-radius: 4px;
	margin: 35px 0
}

.view-article ul.checklist li {
	overflow: hidden;
}

.view-article ul.checklist li:before {
	display: none
}

.view-article ul.checklist span {
	float: left
}

.view-article ul.checklist li .su-icon .fa-check {
	background-color: #ffffff;
	color: #3DC6EF;
	border-radius: 100% !important;
	border: solid 2px #3DC6EF;
}

blockquote {
	border-left: 0;
	padding: 0
}

.share-wrap {
	display: flex;
}

div.shariff {
	margin-top: 0;
	display: inline-block;
	line-height: 24px;
	height: 24px;
}

div.shariff::before, div.shariff::after {
	content: '';
	display: inline;
}

.shariff .orientation-horizontal {
	display: inline-block;
	margin-left: 0px !important;
	height: 24px;
	line-height: 24px;
}

.share-label {
	font-weight: 700;
}

.shariff .orientation-horizontal li {
	flex: inherit !important;
	margin-left: 10px !important;
	float: none;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.shariff .orientation-horizontal li.shariff-button.whatsapp {
	display:none;
}

.shariff .orientation-horizontal li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: linear-gradient(to bottom, #3DC6EF, #0094D8) !important;
	border-radius: 100%;
}

.shariff .orientation-horizontal li a:hover, .shariff .orientation-horizontal li a:focus
	{
	background: #004059 !important;
}

.shariff li .share_count, .shariff li .share_text {
	display: none !important;
}

.shariff li .fab {
	font-size: 16px !important;
	line-height: 24px;
	width: 24px;
	position: absolute;
}

.view-article .shariff ul li a:hover, .view-article .shariff ul li a:focus
	{
	color: #ffffff;
}
/*.view-article .shariff {
	padding-top: 30px !important;
	clear: left;
	width: 100%;
}


.view-article .shariff ul li {
	display: inline-block;
	width: auto;
	border: solid 0px #004059 !important;
	margin: 0 10px 0 0 !important;
	height: auto !important;
}

.view-article .shariff ul li:before {
	content: ''
}

.view-article .shariff ul li a {
	height: auto;
	padding: 5px !important;
}*/
.box {
	background-color: #f1f8ff;
	padding: 20px
}

.view-article .t3-content
.flexlist, .flexlist {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.flexlist li, .view-article .t3-content .flexlist li {
	flex: 1 1 200px;
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.1em
}

.view-article .t3-content .article-full .flexlist li:before {
	display: none
}

.view-article .t3-content .article-full .flexlist li a {
	padding-left: 25px;
	display: block;
}

.view-article .t3-content .article-full .flexlist li a:before {
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
	content: '\f178';
}

.link-collection h5 {
	text-align: center;
	margin: 0
}

/* #####  unterhalb des Content  #### */

.view-article .t3-content .article-full .column-3 li, .view-article .t3-content .article-full .column-2 li
	{
	margin: 0;
	padding: 10px 0
}

.view-article .t3-content .article-full .column-3 li a, .view-article .t3-content .article-full .column-2 li a
	{
	display: block;
}

.view-article .t3-content .article-full .column-3 li:before,
	.view-article .t3-content .article-full .column-2 li:before {
	display: none
}

.view-article .t3-content .article-full .column-3, .view-article .t3-content .article-full .column-2
	{
	margin: 20px 0;
	padding: 0;
}

.view-article .article-breadcrumb {
	margin-bottom:20px;
}
.view-article .article-breadcrumb > span {
	display:inline-block;
}
.view-article .article-breadcrumb > .article-breadcrumb-separator {
	padding: 0 10px;
	color:#ccc;
}


@media all and (max-width: 1199.98px) {
	.stack-notebook {
		flex-direction: column;
	}
}

@media all and (max-width: 991.98px) {
	.shariff .orientation-horizontal li.shariff-button.whatsapp {
		display:inline-block;
	}
}

@media all and (min-width: 600px) {
	.view-article .t3-content .article-full .column-3 {
		column-count: 2;
		column-gap: 20px;
	}
}

@media all and (min-width: 768px) {
	.view-article .t3-content .article-full .column-3 {
		column-count: 3;
		column-gap: 20px;
	}
	.view-article .t3-content .article-full .column-2 {
		column-count: 2;
		column-gap: 20px;
	}
}

@media all and (min-width: 768px) and (max-width:1199.98px) {
	.modified {
		margin-bottom: 20px;
	}
}
@media
all
and
(max-width:
767.98px)
{
	.stack-notebook {
		margin-bottom:20px;
	}
	.article-button-row .col {
		flex-direction:column;
	}
	.article-button-row .col .btn.btn-num-2, .article-button-row .col .btn.btn-num-3, .article-button-row .col .btn.btn-num-4 {
		width:100%;
	}
	.article-button-row .col .btn {
		margin-left:0;
		margin-right:0;
	}
}