@charset "UTF-8";

/*Source Sans Pro*/


#nav {
	clear: both;
	position: absolute;
	margin: 0px 0 -15px 0px;
	padding: 8px 0 0 20px;
}
.seitentitel {
    font-family: 'Open Sans', "Calibri", sans-serif;
	color: #FFF;
	word-spacing: 1px;
	letter-spacing: 3px;
	font-weight: 200 !important!;
}
.ueberschrift {
	font-family: 'OpenSans', "Calibri", sans-serif;
	font-size: 60px;
	color: #FFF;
	word-spacing: 2px;
	letter-spacing: 5px;
	font-weight: 300;
}
.untertitel {
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	letter-spacing: 2px;
	line-height: 1px;
}
.tablehead {
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	text-align: left;
	letter-spacing: 2px;
	line-height: 28px;
}
.linkaufzaehlung {
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: 200;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	color: #FFF;
	background-image: url(../img/Listpunkt1.jpg);
	line-height: 1.8em;
	letter-spacing: 1px;
}
.platzhalter {
	line-height: 12px;
	font-family: 'OpenSans', Geneva, sans-serif;
	font-size: 10px;
	height: 12px;
}

.impressum {
	font-family: 'OpenSans', sans-serif;
	font-size: 20px;
    font-weight: 400;
	color: #222;
	text-align: right;
	font-weight: bold;
	width: 720px;
	position: relative;
}
.textch {
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #555;
	text-align: left;
	line-height: 28px;
}

.copytext {
	font-family: 'OpenSans', Geneva, sans-serif;
	font-size: 10px;
	color: #00C;
	bottom: 0%;
	background-color: #3D4A98;
	width: 930px;
	height: 40px;
	vertical-align: middle;
	text-indent: 600px;
	border-top-color: #475799;
	border-top-style: double;
	border-top-width: medium;
	margin-left: 5%;
	margin-top: 10px;
	display: inline-table; background-color: #475799;
	padding-top: 8px;
}
.bottombody {
	background-color: #999991;
	font-family: 'OpenSans', sans-serif;
	font-size: 12px;
    font-weight: 300;
	font-style: normal;
	left: 70px;
	clip: rect(auto,auto,auto,auto);
	position: fixed;
	width: 339px;
	z-index: 50;
	top: auto;
	right: auto;
	bottom: auto;
	height: 260px;
}
.textimpressum {
	font-size: 18px;
    font-weight:300;
	color: #222;
	font-family: 'OpenSans', sans-serif;
}

.aussenrahmen div {
	padding-top: 3px;
}
.bg-absatz {
  background-color: #f2f2f0 !important;
}
.baseline {
  position:absolute;
    bottom: 0;
    width: 100%;
}
.spacer {
	content: "";

	background-color: rgba(232, 235, 240, 0.459);
	height: 54px;
	width: auto;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: solid 0.05em #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
}
    
.contactsheet {
background-image: url("//img/businesstable.jpg")
}

.bottombody_2 {
	background-color: #666;
	font-family: 'OpenSans', "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	left: 70px;
	clip: rect(auto, auto, auto, auto);
	position: fixed;
	width: 339px;
	z-index: 50;
	top: auto;
	right: auto;
	bottom: auto;
	height: 60px;
}
    
.footercolor {
    position: absolute;
    width: 103vw;
    background-color:#e4e5e4; 
    height: 130px;
    justify-items: center, center;
    margin-top: 80px;
    padding-block: 30px;
    padding-left: 8%;
    padding-right: 8%;
    display: -webkit-flex;
    border-top: solid 0.05em #2b567e ;    
}
.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page-header, .page-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
.page-body {
  flex-grow: 1;
}

@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}
.divider {
    margin: 40px 0;
    border-top: solid 0.05em #888;
}
