html {
	background: url(../images/background.png) repeat;
}

#loginmessage {
	margin-bottom: 50px;
}

.reframe {
	margin: 0 auto;
}

.not-visible {
	display:none;	
}

.panel h1 {
	/*width: 160px; KORREKTUR VON FRANK*/ 
	width: 210px;
	color: #666;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	font-size: 20px;
	vertical-align: middle;
}	
	
.titleExtension {
	font-size: 16px;
	vertical-align: middle;
	color: #aaa;
	margin-left: 20px;
}

.titleNotice {
	text-align: center;
	margin-top: 50px;
}

.extContainer {
	float: right;
	vertical-align: middle;
}

.extIcon {
	font-size: 20px;
	vertical-align: middle;
}

.extText {
	margin-right: 10px;
	vertical-align: middle;
}

a:hover, a:active, a:visited, a:focus{
	text-decoration: none !important;
}

.logoutButton {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 30px;
	color: #fff;
}

.logoutButton:hover{
	color: #84b703;
}

.accordionIcon {
	top: 3px !important;
	margin-right: 10px !important;
	float: left !important;
	font-size: 16px !important;
	color: #ccc !important;
}

/**
#accordion:last-child {
	margin-bottom: 100px !important;
}
**/

#formfieldsEntry {
	display: none;
}

.cursorLink:hover .accordionIcon {
	color: #84b703 !important;
}

.cursorLink {
	cursor: pointer;
}

#accordion li {
	margin: 10px 0;
	list-style-type: none;
	background-color: #fff;
	padding: 10px;
}

#accordion img {
	width: 20px;
	display: inline;
	margin-top: -5px;
}

.navbar {
	margin-bottom: 0;
	border-top: 2px solid #84b703;
}

.navbar-padding {
	height: 100%;
}

.nav-brand img {
	padding: 0;
	margin: 0;
}

.extYellow {
	background-image: -webkit-linear-gradient(top, #f1f349 0%, #e0e300 100%);
	background-image:      -o-linear-gradient(top, #f1f349 0%, #e0e300 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f349), to(#e0e300));
	background-image:         linear-gradient(to bottom, #f1f349 0%, #e0e300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f349', endColorstr='#ffe0e300', GradientType=0);
	background-repeat: repeat-x;
}

.extGreen {
	background-image: -webkit-linear-gradient(top, #9fdc04 0%, #84b703 100%);
	background-image:      -o-linear-gradient(top, #9fdc04 0%, #84b703 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9fdc04), to(#84b703));
	background-image:         linear-gradient(to bottom, #9fdc04 0%, #84b703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fdc04', endColorstr='#ff84b703', GradientType=0);
	background-repeat: repeat-x;
}

#contractContact span {
	margin-bottom: 25px;
}

#contractContact input {
	padding: 5px 15px;
}

#contractContact textarea {
	width: 100%;
	margin: 8px 0 12px 0;
	resize: vertical;
	min-height: 100px;
	padding: 12px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.extButton {
	padding: 6px;
	width: 100%;
	margin-top: 6px;
}

.extButton:active {
}

#mailFeedback button {
	padding: 5px 10px !important;
}

#mailFeedback p {
	text-align: center !important;
	padding: 40px 0 !important;
	margin: 0 !important;
}

.ml12 {
	margin-left: 12px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.m20 {
	margin: 0 20px !important;
}

.tac {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.garantiezeit {
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.updateEntryForm {
	background-color: none !important;
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important;
}

.contractCount {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #047e94 0%, #004c63 100%);
	background-image:      -o-linear-gradient(top, #047e94 0%, #004c63 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#047e94), to(#004c63));
	background-image:         linear-gradient(to bottom, #047e94 0%, #004c63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff047e94', endColorstr='#ff004c63', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* MEDIA QUERIES */

/* Tabletts */
@media only screen and (min-width: 760px) {
	.reframe { max-width: 760px }
}

/* Mittlere Monitore */
@media only screen and (min-width: 980px) {
	.reframe { max-width: 980px }
}

/* Große Monitore */
@media only screen and (min-width: 1280px) {
	.reframe { max-width: 1280px }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #fff !important;
	background-image: -webkit-linear-gradient(top, #047e94 0%, #004c63 100%);
	background-image:      -o-linear-gradient(top, #047e94 0%, #004c63 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#047e94), to(#004c63));
	background-image:         linear-gradient(to bottom, #047e94 0%, #004c63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff047e94', endColorstr='#ff004c63', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.footer-content {
	color: #fff !important;
	text-align: center;
	margin-top: 15px;
}