.status_headline h2 {
	font-size: 32px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: left;
}
.form_status {
	text-align: center;
}
.form_anmeldung_status {
    text-align: center;
    margin: 0 auto;
}
.status_pass {
	padding: 20px 0;
}
.btn_link_status {
    min-width: 300px;
    text-transform: uppercase;
}
.btn_link_status_wk {
	min-width: auto;
}
.start_button {
    text-align: center;
    padding: 10px 0;
}
.status_headline {
	text-align: left !important;
	float: left;
}
.status_subline {
	font-size: 26px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.start_button_sub {
    text-align: left;
    padding: 20px 0 30px;
}
.kd_button {
	padding-bottom: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #3b3b3b;
}
.status_select {
	min-width: 300px;
}
.status_select_box {
	padding-top: 20px;
}
.all {
	display: none;
}
.select_kunde_auswahl {
	width: 520px;
	padding: 10px 12px;
}
.col_select_kunde {
	padding-bottom: 10px;
}
.pers_angaben {
	max-width: 520px;
}
#vorname {
    float: left;
    width: 49%;
}
#nachname {
	float: right;
	width: 49%;
}
.pers_mail {
	padding-top: 10px;
}
#email {
	width: 100%;
}
.status_select_fehler {
    background-image: url(img/select_fehler.png);
    color: white;
    border-radius: 3px;
}
.status_select_fehler::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.status_select_fehler:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.status_select_fehler::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.status_select_fehler:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.status_select_fehler::-ms-input-placeholder { color: white; }

.table_selbst_angelegt tr {
	transition: all 0.5s ease 0s;
}
.table_selbst_angelegt tr:hover {
	background: #2c2c2c !important;
	cursor: pointer;
}
.bestellung_tabelle {
	padding-bottom: 20px;
}
.form_bemerkung {
	padding: 10px 12px;
}
.ba_unten_links_status {
/* 	transform: translateY(-35px); */
}
.bemerkung_box {
	max-width: 590px;
	padding-bottom: 20px;
}
.ges_box_status {
	padding-bottom: 0;
}
.ba_unten_rechts_status {
	padding-top: 37px;
}
.status_block {
	width: 100%;
}
.status_block_head {
	font-weight: bold;
	border-bottom: 2px solid White !important;
	background: #1d1d1d;
}
.status_nr {
	float: left;
	width: 25%;
}
.status_sz {
	float: left;
	width: 25%;
	text-align: right;
}
.status_ge {
	float: left;
	width: 25%;
	text-align: right;
}
.status_su {
	float: right;
	width: 25%;
	text-align: right;
}
.status_block {
	padding: 5px 5px 0;
	border-bottom: 1px solid White;
}
.status_art_block {
	border-top: 1px solid White;
	padding-top: 3px;
	margin-top: 2px;
}
.status_art {
	width: 100%;
	font-weight: bold;
}

.status_tage {
	float: left;
	width: 25%;
}
.status_menge {
	float: left;
	width: 25%;
	text-align: right;
}
.status_gewicht {
	float: left;
	width: 25%;
	text-align: right;
}
.status_summe {
	float: right;
	width: 25%;
	text-align: right;
}
.no_border {
	border-top: none;
}
.status_summe_alle {
	padding: 10px 5px 0;
	font-weight: bold;
}
.summe_alle_links {
	float: left;
}
.summe_alle_rechts {
	float: right;
	text-align: right;
}
.gutscheine_headline {
	float: none;
}
.gutscheine_neu {
	float: right;
}
.gs_head_links {
    float: left;
}
.gs_head_rechts {
    float: right;
}
.gutscheine_neu {
	padding-top: 63px;
}
.col_gutscheine_thead {

}
.col_gutscheine_table {
	padding-top: 20px;
}
.overlay_gs_bearbeiten,
.overlay_gsn {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100%;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 30px;
	margin: 0 auto; 
	max-width: 1200px; 
	width: 95%; 
}
.overlay_gs_bearbeiten a,
.overlay_gsn a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay_gs_bearbeiten a:hover, 
.overlay_gs_bearbeiten a:focus,
.overlay_gsn a:hover, 
.overlay_gsn a:focus {
  color: #f1f1f1;
}
.overlay_neue_eingabe .closebtn_neue_eingabe,
.overlay_gs_bearbeiten .closebtn_gs_bearbeiten,
.overlay_gsn .closebtn_gsn {
	position: absolute;	
	top: -10px;
	right: 20px;
	font-size: 60px;
	z-index: 9999;
}
.form_gs {
	/* padding-right: 50px; */
}
.form_gs input {
	margin-bottom: 10px;
}
.datepicker table tr td, .datepicker table tr th {
    color: Black;
}
.table_selbst_gutscheine {
	margin-top: 0px;
}
.gs_table_head {
	background: Black;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 2px solid White;
}
.gs_table_th {
	border-bottom: 1px solid White;
	padding-bottom: 7px;
	font-weight: normal;
	background: #3b3b3b;
}

.gs_tr {
	padding-left: 8px;
	
}
.t_nr {
	width: 70px;
}
.t_wert {
	width: 90px;
}
.t_name {
	width: 220px;
}
.t_datum {
	width: 100px;
}
.t_eingeloest_datum {
	width: 100px;
}
.t_mitarbeiter {

}

.form_gutschein_einloesen {
	padding-top: 50px;
}
.form_gutschein_einloesen {
	color: Black;
}
.radio_team {
	margin-right: 10px !important;
}
.btn_gs_alle {
	margin-right: 10px;
	width: 130px !important;
	min-width: inherit;
}
.gs_team_box {
	float: left;
	width: 25%;
}
.form_dc_headline {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.dc_form_box {
	color: Black;
	
}
.dc_form_rechts,
.dc_form_links {
	float: left;
	width: 130px;
	padding-top: 9px;
}
.dc_form_rechts_2 {
    padding-top: 6px;
}
.dc_checkbox {
	width: 30px;
	height: 30px;
}
.dc_table {
	width:100%;
	background:#eee;
	margin-top:5px;
	border-collapse: inherit !important;
}
  

.dc_td {
    padding: 15px 10px;
    text-align: center;
    background: #333;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid White;
}
.tastenfeld {
    width: 100%;
}
.dc_input {
    float: left;
	width: 60px;
}

.feld_da .inner {
    min-width: 50px;
    height: 30px;
    border: 2px solid #8f8f9c;
    padding: 5px;
        padding-bottom: 5px;
    border-radius: 3px;
    padding-bottom: 2px;
}
#display_tastenfeld {
    text-align: right;
    padding: 5px;
    padding-top: 5px;
    border: 1px solid #333;
    padding-top: 7px;
	min-height: 37px;
}
.btn-tastenfeld {
    width: 100%;
    margin-top: 5px;
}
.dc_from_zeile_2 {
	padding-bottom: 4px;
    padding-top: 4px;
}
.text_zahlen {
    border: 2px solid #8f8f9c;
    border-radius: 2px;
    padding: 4px 4px 1px;
	width: 50px;
}
.dry_aged_box {
    padding-bottom: 40px;
	color: Black;
}
.form_dc_subline {
	font-size: 12px;
	padding-bottom: 10px;
}
.dc_input_cover {
	position: relative;
}
.cover_zahlen {
	position: absolute;
	width: 50px;
	height: 30px;
}
.btn-dry-ager-speichern {
	margin-bottom: 30px;
	width: 100%;
}
.overlay-dryager {
	top: 22px !important;
}
.formular_fehler_ager {
	background: red;
}
#test {
	color: black;
}
.table_selbst_dry_ager_check {
	font-size: 10px;
	border-collapse: inherit !important;
	

}
.table_selbst_dry_ager_check tr:hover {
	background: transparent !important;
}
.button_albert {
	padding-top: 20px;
}
@media only screen and (max-width: 800px) {
	.eingabe_box {
	    padding-bottom: 20px;
	}
	.bemerkung_box {
		padding-top: 0;
	}
	.bestellung_tabelle_status {
		padding-top: 0px;
	}
	.stornieren_status {
		padding-top: 0px;
	}
	.gs_head_rechts,
	.gs_head_links {
		float: none;
	}
	.gutscheine_headline {
		float: none;
	}
	.gutscheine_neu {
		float: none;
		padding-top: 20px;
	}
	.btn_gs_alle {
		min-width: 300px;
	}
}
.show_590 {
	display: none;
}
@media only screen and (max-width: 590px) {
	.select_kunde_auswahl {
	    width: 100%;
	}
	.table_umsatz th {
		padding: 8px 4px !important;
	}
	.hide_590 {
		display: none;
	}
	.show_590 {
		display: inherit;
	}
	.gesamtumsatz {
		border-top: 1px solid White;
		font-size: 18px;
		padding: 8px 4px;
	}
	.gs_links {
		float: left;
	}
	.gs_rechts {
		float: right;
	}
	.table_umsatz {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 450px) {
	.btn_gs_alle {
		width: 100% !important;
	}
}
