body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #3c3c3c;
}

.navbar {
	margin-bottom: 0px;
    width: 100%;
    height: 90px;
}

#wrapper{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	background: #515151;
	top: 0;
}

#apper{
	background-color: #3b4147;
    height: 90vh;
    top: 5vh;
    position: relative;
    display: inline-block;
    width: 50vh;
    left: calc( 50vw - 25vh );
	border-radius: 2.5vh;
	overflow: hidden;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    border: 0 !important;
    border-top: 1px dashed #ccc !important;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

#mitarbeiter{
	display: none;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #CCC;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    display: inline-block;
    float: unset;
    bottom: 20px;
    right: 15px;
}

#warning input[type=submit] {
	-webkit-appearance: button;
	    cursor: pointer;
	    background-color: #CCC;
	    padding-left: 15px;
	    padding-right: 15px;
	    border-radius: 10px;
	    display: inline-block;
	    float: right;
	    bottom: 35px;
	    right: 15px;
	    width: 50% !important;
	    position: absolute;
	    height: 40px;
}

#fopper{
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	background-color: #CCC;
	left: 0;
	text-align: right;
}

#warning{
	/*offline */
    width: 100%;
    height: 90px;
    padding-top: 10px;
    padding-right: 15px;
}

#total{
	display: inline-block;
	float: left;
	margin-left: 15px;
	color: #FFF;
	font-size: 140% !important;
	font-family: 'Cabin';
	font-weight: normal;
	width: 100%;
	text-align: left;
}

#enough{
	/*offline */
	display: inline-block;
	float: left;
	margin-left: 15px;
	color: #FFF;
	font-size: 140% !important;
	font-family: 'Cabin';
	font-weight: normal;
	width: 100%;
	text-align: left;
}
		

.artikel{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background-color: #FFF;
    padding: 15px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.pwchange{
    width: 80%;
    display: block;
    margin-bottom: 15px;
    background-color: #FFF;
    padding: 15px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    margin-left: 10%;
    margin-top: 50px;
}

.artikelname{
	font-size: 155% !important;
	font-family: 'Cabin';
	font-weight: normal;
	color: #454343 !important;
}

.artikelbild{
	
}

.artikelbild img{
	width: 100%;
	height: auto;
}

.artikel input[type=checkbox]{
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

.artikel label {
	margin-right: 10px;
}



#content{
    width: 100%;
}

#content::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.paratxt{
	font-family: Trebuchet MS;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 25px;
}

.h1, h1 {
    font-size: 225% !important;
    font-family: 'Cabin';
    font-weight: normal;
    text-transform: uppercase;
    color: #ffdd02;
}


#mopi{
    width: 100%;
    text-align: center;
    margin-bottom: 115px;
}

.responsive-image {
    width: 250px;
    max-width: 60%;
    height: auto;
}


#mitarbeitername{display: none;}

.shopper{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background-color: #FFF;
    padding: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
	
.leftimg{
	width: 30%;
	display: inline-block;
}

.leftimg img{
    width: 90%;
    height: auto;
    margin: 5%;
}
	
.rightxt{
    display: inline-block;
    font-size: 175%;
    color: #454343;
    margin-left: 15px;
    font-family: 'Cabin';
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-header{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.navbar-nav li a {
    color: #ffffff;
    font-size: 17px;
    line-height: 2;
    padding-left: 30px;
    border-bottom: 1px dashed;
    border-color: #636363;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0 !important;
    margin-bottom: 8px;
    background-color: transparent !important;
    background-image: none;
    border: none;
    border-radius: 4px;
}

#navbar{
	background-color: #333;
	font-family: Trebuchet MS;
}

footer p{
	width: 100%;
	text-align: center;
}

.navbar-brand{
	height: unset !important;
	width: 75%;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.navbar-header{
	width: 100%;
	height: auto;
}

.navbar-brand img {
    display: block;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container {
    margin-top: 0;
    background-color: #3c3c3c;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}