@charset "utf-8";
/* CSS Document */
*:not(i),:root:not(i) {font-family: 'Open Sans', sans-serif !important;}

/* Farben Kunde */
.contentKunde {color:#2d2d2c !important;}
.contentKunde a, .colorKunde {color:#f9b000 !important;}

.bg-dark {background-color:#2d2d2c !important; color:#ffffff;}
.bg-light {background-color:#E9E9E9; color:#2d2d2c;}
/*ul li::before {background-color:#f9b000 !important;}*/ /* Custom List Dot Color */

/* ALLGEMEINE CSS Angaben */
.innercontainer {
	width: 450px;
	margin: 0 auto
}
.sectionSpace {padding-top: 50px; padding-bottom: 50px;}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}
h2.space {margin-bottom: 50px;}
#map {
	height: 400px;
	width: 100%;
}

ul li::before {
	content: "";
	width:8px;
	height:8px;
	border-radius: 5px;
	background-color: #ffffff;
	display: inline-block;
	position: absolute;
	margin: 7px 0 7px -20px;
}
ul li {
	margin-left: 20px;
}


/* DSL Header */
.logoContainerDsl img {max-width: 200px;}
.linkContainerDsl span:not(:first-child) {margin-left: 20px;}
.headCredits {margin-top: 20px;}

.contentDsl h1 {
	color: #eb691c;
	font-weight: bold;
}

.contentDsl .normLink a {
	color:#eb691c !important;
	font-weight: bold;
}
.contentDsl .social a {
	color:#b2b2b2;
	white-space: nowrap !important;
}

.contentDsl::after {
	content: "";
	width: 100%;
	height: 9px;
	background-image: url(../img/sperrband.jpg);
	background-repeat: repeat-x;
	position: absolute;
}
/* Kunde */
.logoContainerKunde img {
	max-width: 500px;
	width: 100%;
}
.contentKunde h2 {
	text-transform:uppercase;
	font-weight: bold;
}