footer {
	margin-top: 5em;
}

footer table {
	border: 0 none;
	-webkit-box-shadow: 0px 0px 0px white;
	-moz-box-shadow: 0px 0px 0px white;
	box-shadow: 0px 0px 0px white;
}

footer td {
	padding: 0 !important;
	margin: 0 !important;
	padding-right: 15px !important;
}

.content_footer {
	margin-left: 2em;
	margin-right: 2.333em;
	float: none;
	clear: both;
}

.content_footer hr {
	border-top: 1px solid #ddd;
	margin-bottom: 5px;
}

#footer_abschluss {
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #092b3d;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 5em;
}

#footer_toggle {
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #6f8aad;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

@media ( min-width :768px) {
	footer {
		margin-top: 5em;
	}
	.content_footer {
		margin-left: 2em;
		margin-right: 2.333em;
		float: none;
		clear: both;
	}
	.content_footer hr {
		border-top: 1px solid #ddd;
		margin-bottom: 5px;
	}
}

footer ul li {
	list-style: square;
	margin: 0;
}

footer ul li {
	list-style: square;
	margin: 0;
}

footer ul li {
	
}

#footer_abschluss a {
	color: #fff;
	text-decoration: underline;
}

#footer_abschluss a:hover {
	color: #aaa;
	text-decoration: none;
}

#footer_abschluss ul, #footer_abschluss ol {
	color: #fff;
}

#footer_abschluss ol li {
	color: #fff;
}

#footer_toggle ul, ol {
	color: #fff;
	padding: 0;
	margin-left: 1em;
}

#footer_toggle ul, ol {
	color: #fff;
}

#footer_toggle ul li a, #footer_toggle ul li a:hover, #footer_toggle ul li a:focus {
	color: #fff;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #d5deeb;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before,
	.blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after,
	.blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #dddddd;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #6f8aad;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #9ccf91;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f6bd95;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #e78e9a;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #eeeeee;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

/* adapted from analyzing the WebTools */

section#contact {
    padding-bottom: 0;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: white;
}
footer h2, footer .h2 {
    font-size: 20px;
    font-weight: 500;
}
footer h3, footer .h3 {
    font-size: 16px;
    font-weight: bold;
}
footer h1, footer .h1, footer h2, footer .h2, footer h3, footer .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.textwhite, .textwhite a, .textwhite a:hover, .textwhite a:visited {
    color: #fff;
    border: none;
    text-decoration: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
