.abstand {
	margin-bottom: 20px;
	}
.dark {
	background-color: #000;
	}

		body {
			background-color: #fff;
		}
.form-signin
		{
		    max-width: 330px;
		    padding: 15px;
		    margin: 0 auto;
		}
		.form-signin .form-signin-heading, .form-signin .checkbox
		{
		    margin-bottom: 10px;
		}
		.form-signin .checkbox
		{
		    font-weight: normal;
		}
		.form-signin .form-control
		{
		    position: relative;
		    font-size: 16px;
		    height: auto;
		    padding: 10px;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		}
		.form-signin .form-control:focus
		{
		    z-index: 2;
		}
		.form-signin input[type="text"]
		{
		    margin-bottom: -1px;
		    border-bottom-left-radius: 0;
		    border-bottom-right-radius: 0;
		}
		.form-signin input[type="password"]
		{
		    margin-bottom: 10px;
		    border-top-left-radius: 0;
		    border-top-right-radius: 0;
		}
		.account-wall
		{
		    margin-top: 60px;
		    padding: 40px 0px 20px 0px;
		    background-color: #f7f7f7;
		    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		}
		.login-title
		{
		    color: #555;
		    font-size: 18px;
		    font-weight: 400;
		    display: block;
			margin-top: 60px;
		}
		.profile-img
		{
		    width: 96px;
		    height: 96px;
		    margin: 0 auto 10px;
		    display: block;
		    -moz-border-radius: 50%;
		    -webkit-border-radius: 50%;
		    border-radius: 50%;
		}
		.need-help
		{
		    margin-top: 10px;
		}
		.new-account
		{
		    display: block;
		    margin-top: 10px;
		}

.navbar {
	height: 80px;
	}
.reset {
	position: absolute;
	right: 25px;
	margin-top: -20px;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #337ab7;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#toTop:hover {
  background-color: #333;
}
.table-striped>thead>tr>th {
    border-bottom-width: 2px;
    background-color: #17428c;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #17428c;
    border-color: #1d50a6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ec6707;
    border-color: #ee7d2c;
}
a {
    color: #17428c;
    text-decoration: none;
	}
a:hover {
    color: #ec6707;
    text-decoration: none;
	}
.sidebar ul li a.active {
    background-color: #ec6707;
	color: #fff;
}

@media (max-width: 768px) {
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}
	.navbar-brand img {
		width: 250px;
		}
	}
.new {
	padding: 25px;
	background-color: #333;
	
	}

.logo {
	margin-top: 15px;
  display: flex;
  justify-content: center;
	height: 65px;
}
.sidebar {
    margin-top: 0;
}
.extra {
    min-height: 380px;
}
.einstieg {
	padding: 25px;
	}