/* mawe custom-list */
.custom-list, 
.custom-list ul {
	display:block;
	overflow: hidden;
	list-style: none;
	padding-left:5px;
}
.custom-list li {
	background: url(../images/square.svg) no-repeat left 7px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.com-content-article .custom-list {
	line-height: 1.4em;
}
/* mawe custom-list */

/* mawe info-list */
ul.info-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

ul.info-list .fas,
ul.info-list .far {
	background: var(--color-primary);
	color: #ffffff;
	display: inline-block;
	line-height: 40px;
	float: left;
	margin: 4px 20px 25px 0;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 12px 0;
}

ul.info-list span {
	display: inline-block;
	line-height: 20px;
	/* overflow: hidden; */
}
/* mawe info-list */

/* mawe lageplan */
.hide-lageplan .lageplan {
	display: none !important;
}
/* mawe lageplan */

/* mawe margin padding */
.mr-5 {margin-right: 3rem;}
.mr-4 {margin-right: 2rem;}
.mr-3 {margin-right: 1rem;}
.mr-2 {margin-right: 0.5rem;}
.mr-1 {margin-right: 0.25rem;}
.ml-5 {margin-left: 3rem;}
.ml-4 {margin-left: 2rem;}
.ml-3 {margin-left: 1rem;}
.ml-2 {margin-left: 0.5rem;}
.ml-1 {margin-left: 0.25rem;}

.mt-5 {margin-top: 3rem;}
.mt-4 {margin-top: 2rem;}
.mt-3 {margin-top: 1rem;}
.mt-2 {margin-top: 0.5rem;}
.mt-1 {margin-top: 0.25rem;}
.mb-5 {margin-bottom: 3rem;}
.mb-4 {margin-bottom: 2rem;}
.mb-3 {margin-bottom: 1rem;}
.mb-2 {margin-bottom: 0.5rem;}
.mb-1 {margin-bottom: 0.25rem;}

.pr-5 {padding-right: 3rem;}
.pr-4 {padding-right: 2rem;}
.pr-3 {padding-right: 1rem;}
.pr-2 {padding-right: 0.5rem;}
.pr-1 {padding-right: 0.25rem;}
.pl-5 {padding-left: 3rem;}
.pl-4 {padding-left: 2rem;}
.pl-3 {padding-left: 1rem;}
.pl-2 {padding-left: 0.5rem;}
.pl-1 {padding-left: 0.25rem;}

.pt-5 {padding-top: 3rem;}
.pt-4 {padding-top: 2rem;}
.pt-3 {padding-top: 1rem;}
.pt-2 {padding-top: 0.5rem;}
.pt-1 {padding-top: 0.25rem;}
.pb-5 {padding-bottom: 3rem;}
.pb-4 {padding-bottom: 2rem;}
.pb-3 {padding-bottom: 1rem;}
.pb-2 {padding-bottom: 0.5rem;}
.pl-1 {padding-bottom: 0.25rem;}
/* mawe margin padding */

/* mawe dsgvo dse gdpr component */
a.cc-btn {
	border-radius: 0.5em !important;
}
.cc-window {
	border-radius: 0.5em !important;
}
/* mawe dsgvo dse gdpr component */

/* mawe footer */
.sst4-footnav a:link,
.sst4-footnav a:visited {
	color: var(--footer-link-color);
}
.sst4-footnav a:hover,
.sst4-footnav a:active {
	color: var(--footer-link-hover-color);
}

.t4-footnav {
	background-image: url(../images/bg-pinsel.png);
	background-size: cover;
}
/* mawe footer */

/* mawe template korrekturen */
.btn:hover, .blog-list .item-readmore a:hover {
	background-color: var(--t4-btn-hover-bg) !important;
}

.com-content-category-blog .item {
	margin-bottom: 60px;
}
/* mawe template korrekturen */

/* mawe mod-articles */
ul.mod-articles-items {
	list-style-type: none;
}
/* mawe mod-articles */

/* mawe leading-item */
.items-leading {
	background-color: var(--color-light);
	border-radius: 20px;
}
/* mawe leading-item */

/* mawe hero */
.hero-content-inner {
	text-shadow: 2px 2px 4px #333333;
}
/* mawe hero */

/* mawe hero article-cta */
#acm-hero-201 .hero-content.d-flex.align-items-center {
	display: block !important;
}
#acm-hero-201 .acm-action {
	padding-bottom: 60px;
}
/* mawe hero article-cta */
