*:not(.defaultBadge) {
	  border-radius: 0 !important;
}

* {
	margin: 0;
	border: none;
	padding: 0;
	line-height: 1.5;
	text-shadow: #fff 0 1px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: lightgrey !important;
		   color: rgba(211, 211, 211, 0.87) !important;
}
::-moz-placeholder { /* Firefox 19+ */
	  color: lightgrey !important;
		   color: rgba(211, 211, 211, 0.86) !important;
}
:-ms-input-placeholder { /* IE 10+ */
	  color: lightgrey !important;
		   color: rgba(211, 211, 211, 0.87) !important;
}
:-moz-placeholder { /* Firefox 18- */
	  color: lightgrey !important;
		   color: rgba(211, 211, 211, 0.88) !important;
}

.content {
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}

.btSectionHeader {
	padding:8px;
	border: 0.5px solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-top:8px;
    padding-bottom:8px;
    border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color:  rgb(204, 204, 204);
	background: white;
	justify-content: space-between;
	display:flex;
	align-items:center;
}

.btSectionHeaderText {
	font-size: 26px;
	font-weight:bold;
    padding-left:4px;
	color:#0374b3;
}

.btSectionContent {
	border-right: 0.5px solid;
	border-bottom: 0.5px solid;
	border-left: 0.5px solid;
	padding:8px;
	padding: 20px;
	background-color: rgba(232, 232, 232, 0.21);
	border-right-color: rgb(231, 231, 231);
	border-bottom-color: rgb(231, 231, 231);
	border-left-color: rgb(231, 231, 231);
}

footer, footer span {
	margin-top: 10px;
	color: #bbbfc4;
	text-align: center;
}

#login-box {
	margin: auto;
	width: 30%;
	margin-top:3%;
}

.btn.btn-default:hover {
	background:#0374b3;
	color:white;
}

i {
	color:#0374b3;
	margin-right:2px;
}

.collapseIcon:hover {
	color:#444444;
	cursor:pointer;
}

h2 {
	margin-top:0px;
	font-size:large!important;
}

#login-box-right > ol{
	margin-left:20px;
	font: 12px Calibri, Arial, Helvetica, sans-serif;
}

.hotlineDiv {
	margin-left:5px;
	font: 12px Calibri, Arial, Helvetica, sans-serif;
}

.error-empty {
	border: solid red !important;
	color:black !important;
}

#hotline {
	font-weight:bold;
}

@media screen and (max-width: 500px){
	#login-box {
		width: 90%;
		margin-top:20%;
	}

	.form-control {
		margin-top:1%;
	}

	.btn.btn-default {
		width:100%;
		margin-top:5%;
	}
}

@media screen and (max-width: 1020px) {
	#login-box {
		width: 80%;
				margin-top:10%;
	}

	.form-control {
		margin-top:1%;
	}

	.btn.btn-default {
		width:100%;
		margin-top:5%;
	}
}

.errormessage {
	color: rgb(255,0,0);
	font-weight: bold;
}