.progressOverwrite {
	border-radius: 1px;
}

/*Generaleinstellungen*/
.right {
	text-align:right;
}
.width600 {
	max-width:600px;
	margin-left:0px;
}
.width300 {
	max-width:300px;
	margin-left:10px;
}
.size10 { font-size:10px; }
.size12 { font-size:12px; }
.colorBlack { color:#000000; }
.btn { font-size:15px !important; }

.alert h1 {
	margin-top: 5px;
	font-size:26px;
}
.login {
	margin:0 auto;
	width:400px;
	height:350px;
	background-color:red;
}
.noButtonBlue {
	padding:1px 4px !important;
	font-size:12px !important;
	color:#337AB7;
}
.noButton {
	padding:1px 4px !important;
	font-size:12px !important;
	/*
    background-color: none;
    border: none;
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	*/
}
.noButton:hover {
	color: white;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.1);
}

/*Abstand Content zu Navigation*/
.content {
	margin-top:65px;
}
.table {
	margin-bottom:5px;
}

/*Schriftgröße Navigation*/
nav {
	font-size:18px;
}
label {
	margin-bottom:0;
}

/*Navi Anmeldung*/
.getTimeOutTime{
	margin-right:1px;
	color: #9d9d9d;
}

.form-control {
	height:28px;
}
.btn {
	padding:4px 10px;
	font-size:12px
}
.navbar-form {
	margin-top:10px;
	margin-right:4px;
}

@media (max-width: 1060px) {
  .navbar-collapse .navbar-form input {
    width:150px;
  }
}
@media (max-width: 960px) {
  .navbar-collapse .navbar-form input {
    width:80px;
  }
}
@media (max-width: 830px) {
  .navbar-collapse .navbar-form input {
    width:50px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse .navbar-form input {
    width:auto;
	margin-bottom:10px;
  }
}

/*Telefonbuch*/
.telefonbuch tr th:nth-of-type(1), .telefonbuch tr th:nth-of-type(1), .telefonbuch tr th:nth-of-type(5) {
	max-width:150px;
}
.telefonbuch tr th:nth-of-type(3) {
	max-width:100px;
}
.telefonbuch tr th:nth-of-type(4) {
	max-width:200px;
}

/*On/Off Button (Slider)*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4b9b9;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c1e2b3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c1e2b3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}