/* mawe logo */
.navbar-brand .logo-img,
.t4-off-canvas-header .logo-img {
	min-height: 50px;
}
/* mawe logo */

/* 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);
	border-radius: 2px;
	color: #ffffff !important;
	display: inline-block;
	line-height: 34px;
	float: left;
	margin: 4px 20px 25px 0;
	text-align: center;
	height: 34px;
	width: 34px;
}

.t4-footnav ul.info-list .fas,
.t4-footnav ul.info-list .far {
	background: var(--color-secondary);
	color: #ffffff !important;	
}

ul.info-list span {
	display: inline-block;
	line-height: 20px;
	/* overflow: hidden; */
}
/* mawe info-list */


/* mawe dark-mode */
body:not(.dark-active) {
	--body-bg-color: #f8faff !important;
}
body.dark-active {
	--body-bg-color: #000816 !important;
}
.dark-active .mode-light,
.dark-active .mode-dark {
	opacity: unset;
}

body:not(.dark-active) .acm-hero.style-1 .acm-hero-item.mask-btt:after {
	/* background: -webkit-gradient(linear, left bottom, left top, from(#302f44), to(transparent)); */
	/* background: linear-gradient(to top, #302f44, transparent); */
}
/* mawe dark-mode */

/* mawe fix template issues */
.btn:hover, .blog-list .item-readmore a:hover {
	color: var(--t4-btn-hover-color) !important;
	background-color: var(--t4-btn-hover-bg) !important;
	border-color: var(--t4-btn-hover-border-color) !important;
}
.btn.btn-primary {
	background-color: rgb(89,113,175, 1) !important;
	border-color: rgb(89,113,175, 1) !important;
	color: #ffffff !important;
}
.btn.btn-primary:hover {
	background-color: rgb(89,113,175, 0.8) !important;
	border-color: rgb(89,113,175, 0.8) !important;
	color: #ffffff !important;
}

.btn.btn-secondary {
	background-color: rgb(108,117,125, 0.8) !important;
	border-color: rgb(108,117,125, 0.8) !important;
	color: #ffffff !important;
}
.btn.btn-secondary:hover {
	background-color: rgb(108,117,125, 0.8) !important;
	border-color: rgb(108,117,125, 0.8) !important;
	color: #cacaca !important;
}


/* mawe vorher text */
.vorher {
	position: relative;
	display: inline-block;
}

.vorher img {
	display: block;
	width: 100%;
	height: auto;
}

.vorher::after {
	content: "Vorher";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-32.5deg);
	color: white;
	font-size: 72px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	opacity: 0.25;
}
/* mawe vorher text */

/* mawe footnav */
.t4-footnav .t4-module {
	margin-bottom: 35px;
}
.t4-footnav .nav-item a {
	color: #ffffff !important;
	padding: 10px 0 !important;
}
.t4-footnav .nav-item a:hover {
	color: #d5e3fd !important;
}
.t4-footnav .nav-item.current a {
	color: #ffffff !important;
}
.social i.fab {
	font-size: xx-large;
	margin-right: 10px;
	padding-top: 8px;
}
/* mawe footnav */

/* mawe acm-hero bg-bottom */
.bg-bottom .has-bg {
	background-position: bottom center;
}
/* mawe acm-hero bg-bottom */

/* mawe Bereiche Features */
#Mod125 .fd-item-media {
	display: contents;
}
#Mod128 .text-primary {
	font-size: 28px;
}
/* mawe Bereiche Features */

/* mawe DSGVO */
div.cc-window.cc-floating {
	padding: 2em 1.8em;
	border-radius: 20px;
}
.cc-close {
	top: 0.7em;
	right: .3em;
}
/* mawe DSGVO */