@charset "UTF-8";
/**
 * "atBits CMS" - (X)HTML/CSS Framework
 *
 * Name: overload.css
 * (Beschreibung / Description)
 * Wir überladen hier einiges
 *
 * @package		atBits CMS
 * @lastmodified	$Date: 12.07.2019 15:47 $
 */ 
a, a:hover, a:visited {
	color: #2181FF;
}
@media screen and (min-width: 992px) {
.sidebar-left {
	display: none !important;
}
.content {
	width: 66.666%;
	left: 0%;
}
/*
.content img {
	width: 90%
}
*/
.sidebar-right {
	width: 33.333%;
}
.sidebar-right  .panel-default {
	border-color: #2181ff;
}
.sidebar-right .panel-default>.panel-heading{
	color: #ffffff;
	background-color: #2181ff;
	border-color: #cfcfcf;
}
/* ========================================================== */
/* FOOTER */ 
#footer_menu {
	background-color: #2181FF;
	border: 0 none;
	border-top: 2px solid #dddddd;
	bottom: 0;
	clear: both;
	margin: 0;
	padding: 0;
	left: 0px;
	position: fixed;
	height: 35px;
	width: 100%;
}
#impressum_menu {
	vertical-align: middle;
	color: #cfcfcf;
	padding-left: 15px;
	background-color: #2181FF;
	display:table;
}
#impressum_menu a {
	color: #ffffff;
	font-family:Helvetica,Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	line-height:2em;
	
}
.snName_FOOTER_ATBITS, .snName_DATENSCHUTZ_COOKIES {
	border: none;
	box-shadow: none;
	margin: 0px !important;
	line-height: 0;
}
.snName_FOOTER_ATBITS .panel-body, .snName_DATENSCHUTZ_COOKIES .panel-body {
	display: inline;
}
/* ========================================================== */
}
/* @media screen and (max-width: 1023px) */
