/* Custom CSS */
ul li::marker {
		color:#000000;
}

.aufzaehlung .fa, .aufzaehlung .far, .aufzaehlung .fas{
 	margin:0 0.2em 0 0;
}
#contentbox4 h4 {
	font-size: 1.2em;
}
/* Section: Bild vollbreite */
section.bgwhite {
    background-color: #ffffff;
}
section.bgwhite,
section.bgwhite h1,
section.bgwhite h2,
section.bgwhite h3,
section.bgwhite h4,
section.bgwhite h5,
section.bgwhite h6 {
    color: #0a0a0a;
}

.fullwidthimg {
	padding: 0;
}

.fullwidthimg img {
	max-width: 100% !important;
}

.fullwidthimg .container {
	max-width: 1280px;
	padding: 0;
}

/* Design-Border fuer Contentboxen */
.extraborder .six.columns,
.extraborderright .six.columns {
	position: relative;
	padding-bottom: 2em;
	
}
.extraborder .six.columns::after {
    content: '';
    position: absolute;
    display: block;
    width: 1126px;
    max-width: 88%;
    height: 2px;
    background-color: #ddd;
    left: 50%;
	bottom:0;
    margin-left: -44%;
    margin-top: -3em;
    margin-bottom: 2px;
}
.contentboxen .extraborderright:first-child .six.columns {
	padding-top: 0;
}
.extraborderright .six.columns {
	margin-bottom: 0;
	padding-top: 3em;
}
.extraborderright .six.columns::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
	max-height: 100%;
	max-width: 100%;
    background-color: #ddd;
    right: -5%;
	top: 0;
	margin: 0;
}
.extraborderright .six.columns:last-child::before {
    content:none;
}
.contentboxen .container:last-child .twelve.columns {
	margin-bottom: 0;
}

.gridboxen i {
    font-size: 4em;
	color: #000000;
}
.contentboxen ul li {
    width: 100%;
}
.contentboxen ul { list-style: none; margin: 0 0 1em 0; padding: 0; }
.contentboxen ul li {
  padding-left: 1.3em;
  line-height: 1.8;
  text-align: left;
}
.contentboxen ul li:before {
position: absolute;
display: inline-block;
font-family: "Font Awesome 5 Free" !important;
content: "\f0c8";
margin-right: 0.5rem;
margin-left: -2em;
margin-top: 0.9em;
width: 6px;
font-size: 10px;
font-weight: 600;
color: #000000;													
}
