@font-face {
    font-family: '../fonts/concourse_t2regular';
    src: url('../fonts/concourse_t2_regular-webfont.eot');
    src: url('../fonts/concourse_t2_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/concourse_t2_regular-webfont.woff') format('woff'),
         url('../fonts/concourse_t2_regular-webfont.ttf') format('truetype'),
         url('../fonts/concourse_t2_regular-webfont.svg#concourse_t2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	height: 100%;
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	background-color: #edeff0;
	font-size: 13px;
}

a {
	color: #384047;
}

a:hover {
	color: #384047;
	text-decoration: none;
}

.loginbody {
	background: url(../img/bg2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100%;
}

h2 {
	font-size: 25px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	color: #384047;
	font-weight: normal;
	max-width: 100%;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

#header {
	background-color: #384047;
}

#loginwrapper {
	margin: 4% auto;
	max-width: 920px;
	padding: 20px;
	text-align: center;
}

#nav {
	margin: auto;
	max-width: 920px;
	padding: 20px 20px 20px 0px;
	margin: 0px 0px 0px 20px;
	background-color: #384047;
	display: inline-block;
}
#nav a {
	color: #5f676d;
	line-height: 30px;
}

#wrapper {
	margin: 10px;
	max-width: 920px;
	padding: 20px 20px 20px 20px;
	background-color: #f9fafa;
	border-radius: 5px;
}

/*Anfang der neuen - besser durchdachten Klassen*/
/*Anfang der neuen - besser durchdachten Klassen*/
/*Anfang der neuen - besser durchdachten Klassen*/

.w250px {
	width: 250px;
}

.w100pc {
	width: 100%;
}

.marginauto {
	margin: auto !important;
}

.margintop75px {
	margin: 75px 0px 0px 0px;
}

.marginbottom3px {
	margin: 0px 0px 3px 0px;
}

.marginbottom20px {
	margin: 0px 0px 20px 0px;
}

.textaligncenter {
	text-align: center;
}

/*bootstrap Änderungen*/

.navbar-inverse {
	background-color: #384047;
	color: #fff !important;
}

.navbar-toggle {
	border: 1px solid #2d333a !important;
}

.navbar-toggle:hover {
	background-color: #2d333a !important;
}

.navbar-collapse {
	border-top-color: #2d333a;
}

.navbar-brand {
	font-family: '../fonts/concourse_t2regular';
	font-size: 25px !important;
	color: #2d333a;
	border: none !important;
	margin-left: 10px !important;
}

.firststeps {
	font-size: 18px;
	padding: 10px 40px 10px 40px;
}

.verticalaligncenter {
	font-size: display:inline-block;
	vertical-align: middle;
}

/*input*/

input[type=text], input[type="password"]{
	font-size: 16px;
	height: 40px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0px 0px 0px 1000px white inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0px 0px 0px 1000px white inset;
}

.blocklink a { 
	background-color: #ffffff;
	padding: 12px;
	line-height: 25px;
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.blocklink a:hover { 
	background-color: #f7f7f7;
}

.list {
	background-color: #fff;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	border-radius: 5px;
}

.list:hover {
	background-color: #f7f7f7;
}
.category {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 3px 0px;
}

/*Desktop*/
@media (min-width: 768px){
	.logo {
		width: 250px;
		margin: 90px 0px 35px 0px;
	}
	.title {
		font-family: '../fonts/concourse_t2regular';
		font-size: 35px;
		color: #2d333a;
		margin: 15px 0px 0px 0px;
		padding: 5px;
		border-radius: 3px;
		max-width: 920px;
		text-align: center;
	}
	.form-control {
		margin-bottom: 7px;
	}
	.btn-nav-left {
		margin-top:-80px;
		margin-left: 0px;
	}
	.btn-nav-right {
		margin-top:-80px;
		margin-right: 0px;
	}
	.btn-mobile-block {
		margin-left: 10px;
		
	}
}

/*Mobile*/
@media (max-width: 768px){
	.logo {
		width: 150px;
		margin: 45px 0px 35px 50px;

	}
	.title {
		font-family: '../fonts/concourse_t2regular';
		font-size: 25px;
		line-height: 55px;		
		color: #2d333a;
		margin: 15px auto 0px auto;		
		border-radius: 3px;
		text-align: center;
	}
	.form-control {
		-webkit-appearance: none;
		border: 1px solid #ccc !important;
		background-color: #fff !important;
		font-size: 13px !important;
		line-height: 17px !important;
		padding: 5px;
		height: 40px !important;
		margin-bottom: 7px;
	}
	.btn-mobile-block {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	
	.btn-nav-left {
		margin-top:-80px;
		margin-left: -15px;
	}
	.btn-nav-right {
		margin-top:-80px;
		margin-right: -15px;
	}
}

.whitefont {
	color: #fff;
}

.whitefont:hover {
	color: #f7f7f7;
}

.warningfont {
	color: rgb(138, 109, 59)!important;
	font-size: 15px;
}

.warningfont a {
	color: rgb(138, 109, 59)!important;
	text-decoration: underline;
	
}

.footer {
	font-family: '../fonts/concourse_t2regular';
	color: #ccc;
	margin: auto;
	width: 250px;
	text-align: center;
	font-size: 15px;
}

/*Ende der neuen - besser durchdachten Klassen*/
/*Ende der neuen - besser durchdachten Klassen*/
/*Ende der neuen - besser durchdachten Klassen*/

#simple-menu {
	float: left;
}

.description {
	text-align: center;
	font-size: 15px;
	color: #333;
	margin: 0px 0px 30px 0px;
}

.clipboard {
	float: left;
	margin: -10px 10px 0px 0px;
	height: 200px;
}

.defaultText { 
	width: 300px; 
}

.defaultTextActive { 
	color: #999999 !important; 
	font-style: normal; 
}

.dropdown:focus { 
	outline: none;
}

.filialen { 
	background-color: #2d333a;
	color: #fff;
	border: none;
}

.editlist {
	float: right;
	padding: 0px 0px 15px 0px;
}

.edit {
	float: right;
	color: #ccc;
}

.add_article {
	margin: 0px 0px 10px 0px;
}

.delete {
	background-color: #ed5a5a;
	float: right;
	margin: 0px 0px 0px 0px;
}

.delete:hover {
	background-color: #dd5a5a !important;
	float: right;
	margin: 0px 0px 0px 0px;
	color: #fff;
}

.alert {
	text-align: center;
	color: #fff;
	border: none;
	text-shadow: none;
}

.red {
	background-color: #ed5a5a;
}

.green {
	background-color: #5fcf7f;
}

.textfeld {
	width: 100%;
}

.listblock {
	background: #fff;
	padding: 20px 10px 5px 20px;
	margin: 10px 0px 0px 0px;
}

.listblock h4 {
	font-size: 28px;
	margin-top: 10px;
}

.date {
	color: #666;
}

.status {
	color: #2d333a;
	font-weight: bold;
	text-transform: capitalize;
}

.float-right {
	float: right;
}

.clearboth{
	clear: both;
}

