
div#login_form, div#import_form {
	width: 300px;
	background: #f0f0f0;
	border: 1px solid #fff;
	margin: 10px auto 0;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.process_login input[type=text], .process_login input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 280px;	
	border: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1em;	
}

.styled_form input[type=submit], .styled_form_long input[type=submit], .styled_form a:not(.a_delete), a.button styled_form_long a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #306AA7;
	color: white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
}

div#main_content a.a_delete {
	border-bottom: none;
}


.delete {
	background: url(../images/icons/trash_32.png) no-repeat 0px 10px;
	width: 32px;
	height: 42px;
}

a .delete {
	display: inline-block;
}


.styled_form input[type=submit]:hover, .styled_form_long input[type=submit]:hover, .styled_form a:hover, a.button:hover :not(span.delete) {
	background: #2c5a8a;
	cursor: pointer;
}

.styled_form .error, .styled_form_long .error {
	color: #ff3939;
	font-size: 14px;	
}

.styled_form fieldset {
	width: 300px;
	margin: auto;
	margin-bottom: 2em;
	display: block;
}


/* 
.styled_form h2 {
	text-shodow: 0 1px 0 white;
}
	*/

.styled_form_long .label, .styled_form_long input, .styled_form_long select, .styled_form_long .input_class { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 440px; /* Breite.*/
}

.styled_form_long form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.styled_form_long label
{
	width: 175px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
    margin-top: 30px;
    clear: left;
}

.styled_form_long input:not([type='checkbox']), .styled_form_long textarea
{
	/* margin-left: 1em; */
	margin-top: 30px;
} 


.styled_form_long input#submit { /* den Submit-Button */
  float: none;
}

 .styled_form_long .onoff {
	 margin-left: 1em;
 }

.styled_form_long input:not([type='checkbox']), .styled_form_long textarea
{
	color: #666;
	background: #ddd;
	border: 1px solid #666;

	padding: 6px;
    margin-top: 20px;
    font-size: 14px;
}

span.onoff {
	margin-left: 182px !important;
    margin-bottom: 10px;
    display: block;
}

.styled_form_long .short_field {
	width: 6em;
}

.styled_form_long.uebersicht input[type=text] {
	border: none;
	background: transparent;
}

.styled_form_long.uebersicht input.medium_field[name=ort],
.styled_form_long.uebersicht input.medium_field[name=rechnung_ort] {
	float: left;
	margin-left: 0;
}


.styled_form_long .medium_field[name=ort], .medium_field[name=rechnung_ort] {
	margin-right: 11px;
	float: right;
}



.styled_form_long input[type=submit] {
	margin-right: 11px;
	float: right;
}

.styled_form_long.uebersicht input[type=submit] {
	margin-right: 0px;
	float: right;
}


.styled_form_long .medium_field {
	width: 23em;
}

ul#imports li.bool_1 {
	background: url(../images/icons/accept.png) no-repeat 0px 0px;
	width: 400px;
	height: 16px;
	padding-left: 20px;
}

ul#imports li.bool_0 {
	background: url(../images/icons/cross.png) no-repeat 0px 0px;
	width: 400px;
	height: 16px;
	padding-left: 20px;
}



#iframe_1 {
text-align: justify;
width: 460px;
height: 400px;
background: #CCCCCC;
	margin: 10px auto 0;
}

.abstand_iframe{
padding: 10px;
} 

.scrollbereich {
overflow: auto;
width: 450px;
height: 390px;
}


.agb_bg {
	display: block;	
	/* width: 460px; */
	/* background:#F26311; */
	margin: 10px auto 0;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.agb_bg .check_box {
	float: left;
	display: inline;
	width: 20px;
}

.styled_form_long .check_box input {
	margin-left: 0;
	display: inline;
	width: auto;
} 

div#shop_form.uebersicht, body ul#breadcrumb {
	width: 680px;
	margin: 0 auto;
}
body ul#breadcrumb {
	width: 660px;
}

div#shop_form.uebersicht a {
	color: #333;
}

div#shop_form.uebersicht input[type=submit] {
	margin-bottom: 100px;
}

fieldset legend {
	font-size: 16px;
	font-family: "PFDinTextPro-Bold", "ArialUnicodeMS", Arial, Verdana, Helvetica, sans-serif;
}

.onoff {
  margin-left: -27px;
  display: -moz-inline-stack;
  display: -webkit-inline-box;
  /* display: inline-block; */
  vertical-align: middle;
  /* vertical-align: auto; */
  zoom: 1;
  /* display: inline; */
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 25px;
  line-height: 30px;
  font-size: 14px;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #cd3c3c;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: 'NEIN';
  display: block;
  position: absolute;
  top: 0px;
  left: -5px;
  width: 100%;
  font-size: 12px;
  color: #591717;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: '';
  width: 15px;
  height: 19px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #378b2c;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: 'JA';
  left: -30px;
  color: #091707;
}
.onoff input:checked + label:before {
  left: 37px;
}



input#file[type="file"] {
    display: none;
}

.file {
    /* border: 1px solid #dadada; */
    padding: 6px 12px;
    cursor: pointer;
    width: 300px;
    height: 100px;
}

form#importer {
	margin-left: 10rem;
	margin-right: 10rem;
}

pre.conso {
	max-lines: 5;
	overflow: scroll;
	/* overflow: hidden; */
   display: -webkit-box;
   -webkit-line-clamp: 10; /* number of lines to show */
           line-clamp: 10;
   -webkit-box-orient: vertical;
}

form#importer svg {
	width: 100px;
}

svg:hover path {
  fill: #9b0713;
  transition: all ease 0.3s;
}

svg path {
  transition: all ease 0.3s;
}

pre > code {
	display: block;
	background: #f1f1f1;
	padding: 1.33em;
	border-radius: 0.33em;
}

pre:has(> code) {
	background: #f1f1f1;
	padding: 1.33em;
	border-radius: 0.33em;
}

pre b{
    color:blue;
}

pre b.red {
    color:red;
}

pre b.green {
	color: green;
}

form#importer select {
  background-color: transparent;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

form#importer select:hover {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
}

form#importer select:active {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
  color: var(--accentBg);
  border-color: var(--accentFg);
  background-color: var(--accentFg);
}
