.btn.btn-primary {
    border-radius: 0;
    background-color: rgb(151, 106, 77);
    color: #fff;
    border-color: rgb(151, 106, 77);
}
.btn.btn-primary:hover {
    border-radius: 0;
    background-color: #fff;
    color: rgb(151, 106, 77);
    border-color: rgb(151, 106, 77);
}
.input-group,#Betreff, .floating-label.slowfade, .loginForgotten {
    margin-bottom: 20px;
}
.input-group-addon.bisSpace {
	min-width: 50px;
	text-align: center;
}
.fa-calendar-days::before {
    content: "\f073";
    margin-left: 10px;
}
table {
    margin-bottom: 30px;
}
a {
    color: rgb(151, 106, 77);
    text-decoration: none;
}

a:hover {
    color: rgb(151, 106, 77);
    text-decoration: underline;
}
td,th{
    padding-right:20px;
}
.kasten{
    padding:20px;
    border: 2px solid rgb(151, 106, 77);
    border-radius: 0;
}
label{
width:100%;
}

.borderme {
	padding: 20px;
	border: 2px solid rgb(151, 106, 77);
}

.borderme .btn.btn-default.mt-20 {
	border: 1px solid rgb(151, 106, 77);
	border-radius: 0;
	margin-top: 10px;
}

.deactiv{
    color:red !important;
}

.messageRed {
	border: 2px solid red;
	padding: 20px;
	color: red;
}
.messageGreen, h4.messageGreen {
	border: 2px solid #3fbb3f;
	padding: 20px;
	color: #3fbb3f;
}
#pwshow{
    cursor:pointer;
}

#pwshow::before {
	content: url(/assets/bootstrap/icons/eye-slash.svg);
    display: inline-block;
}
#pwshow.showme::before {
	content: url(/assets/bootstrap/icons/eye.svg);
}

h1,h2,h3{
    line-height: inherit;
}
h1{
    margin-top:30px;
}

@media only screen and (max-width: 600px) {
  .mx-5 {
	margin-right: 0.1rem !important;
	margin-left: 0.1rem !important;
    }
}

@media only screen and (max-width: 480px) {
  
td, th {
	padding-right: 10px;
    font-size: 12px;
}
td .btn {
	padding: 5px;
	font-size: 12px;
}
}
