﻿
/* ==========================================================================
   Forms   DB24 https://meine.deutsche-bank.de/trxm/mobile/init.do
   ========================================================================== */

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

table { 
	width: 30%; 
	font-size:25px; 
	line-height: 34px;
	margin: 0 0 0 50px;
}

table.checkout { 
	width: 60%;
}

table.checkout td {
	vertical-align: top;	
}

table.checkout tr:nth-child(even) {
    border-color: #6e5342;
	border-color: rgba(110, 83, 66, 1);
    border-style: solid;
    border-width: 5px 0 5px 0;	
}

p.checkout {
	margin: 50px 0 0 50px !important; 
	font-size: 25px !important;
}

.art_det { 
	font-size:16px; 
	line-height: 20px;
}

.tabelle_artikeldetails {
	font-size:16px; 
	line-height: 20px;
	margin: 0;
}

table table {
	width: 100%;
	margin: 0;
}

#suchliste table {
	width: 100%;
	margin: 0;
	padding: 0;
	/*text-align: left; */
}

#suchliste {
	right: 110px;
	z-index:100;
}


#content .login {
	font-size:25px; 
	line-height: 34px;
	margin: 30px 0 30px 50px;
	border-color: #6e5342;
	border-color: rgba(110, 83, 66, 1);
    border-style: solid;
    border-width: 5px 0 5px 0;
}

@media screen and (max-width:800px) { 
table { 
	margin: 0;
	padding: 0;
	width: 100%; 
	font-size:20px;
	line-height:22px;
}

table.checkout { 
	width: 90%;
}

p.checkout {
	margin: 20px 0 0 0 !important; 
	font-size: 20px !important;
}

#suchliste {
	right: 60px;
}
 
#content .login {
	font-size:20px; 
	line-height: 22px;
	margin: 15px 0 15px 0px;
	border-color: #6e5342;
	border-color: rgba(110, 83, 66, 1);
    border-style: solid;
    border-width: 3px 0 3px 0;
} 
 
}
