/* New Background / Header */

header,
.header {
    max-width: none;
    width: 100%;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.33);
    background: #FFF;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000');
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=2);
}

header .header-wrapper,
.header .header-wrapper {
    max-width: 1060px;
    min-width: 960px;
    width: 960px;
    margin: 0 auto;
    position: relative;

}

header .option-nav {
    margin-left: 335px;
    min-width: 0;
    width: 630px;
}

header .option-nav ul {
    margin: 0;
}

header .logo,
.header .logo {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    left:0;
}

#customer-opts {
    top: 73px;
    border: none;
    padding:0;
}

#customer-opts .customer-opts-wrapper {
    margin-top:5px;
    background:#FFF;
    padding-bottom:20px;
}

#customer-opts .hide-element {
    height: 45px;
}

#customer-opts > .row {
    padding-bottom: 0;
    padding-left: 0;
}

#customer-opts .customer-opts-wrapper .row:nth-child(3) {
    padding-left: 40px;
}
#customer-opts .customer-opts-wrapper .row.accessLinks:nth-child(3) {
    padding-left: 0;
}
#customer-opts.logged-in div.left + div.right {
    width: 65%;
}

#customer-opts td.right {
    float: left;
    width:100%;
}

#customer-opts.logged-in button.standard-link {
    text-decoration: none;
    font-weight: bold!important;
}
#customer-opts.logged-in button.standard-link:hover {
    text-decoration: underline;
}
body #page, .option-nav, nav.main-nav, #customer-opts, #customer-opts .hide-element {
    background: #ffffff;
}
nav.main-nav {
    margin-top:-2px;
}

#customer-opts {
    background:transparent;
}

.card-category-content-box {
    box-shadow: none;
    border: 0;
}

/* Main Styles */

.main h1 {
    color: #666;
    font-size: 1.375rem;
    font-weight: 300;
}

/* Registration Form */


form.listForm label {
    font-weight: bold;
    color: #666;
}

form.listForm fieldset {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    box-shadow: 0 2px #d4d4d4;
    background-color: #fff;
    background-image: none;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

form.listForm fieldset fieldset {
    box-shadow: none;
    background: transparent;
}

form.listForm fieldset legend {
    color: #707070;
    font-size: 1rem;
    margin-left: 5px;
    margin-top: 0;
    padding: 5px 10px;
}

form.listForm fieldset ol {
    margin-top: 20px;
}

form.listForm fieldset input {
    font-size: 0.875rem;
    height: 1.175rem;
    margin-bottom: 8px;
    padding: 0.1875rem 0.3125rem;
}

form.listForm fieldset select {
    margin-bottom: 10px;
    padding: 4px;
}

form.listForm li#select-username-box fieldset label {
    width: 350px;
}

form.listForm .button3 {
    background-color: #cc1f2f;
    background-image: none;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 1px #a6a6a6;
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0 2.25rem;
    position: relative;
    text-align: center;
	float:right;
}
form.listForm .button3.arrow:after {
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    color: #fff;
}
#login .infoi2 {
  color: #cc1f2f;
    cursor: help;
    font-family: "Courier New",Courier,serif;
    font-size: 14px;
    font-weight: bolder;
}
#loginform-message {
    margin-top: 30px;
    margin-bottom: 0;
}
#loginform-message p {
}
#loginform #submit-field {
    background: none repeat scroll 0 0 transparent;
    height: 2em;
    position: relative;
    text-align: right;
    width: 160px;
}

#loginform #submit-field:after {
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    color: #fff;
}

.tooltip {
    background: none repeat scroll 0 0 #ffd;
    display: block;
    left: 230px;
    line-height: 1.3em;
    padding: 1.5em;
    position: absolute;
    top: 130px;
    width: 300px;
    border:1px solid #d3d3d3;
}

/* Imprint Links */
#tb-imprint-links {
    text-align: center;
}

#tb-imprint-links a:first-child {
    margin-left: 0;
}

#tb-imprint-links a {
    display: inline-block;
    font-weight: 200;
    color: #989898;
    margin-top: 40px;
    margin-left: 20px;
}

/* Quicklinks */

.yab-quicklinkbox .yab-quicklinkbox-headline {
    color: #555;
    font-weight: normal;
    font-size: 1.375rem;
    border: none;
    background: transparent;
}

.yab-quicklinkbox .yab-quicklinkbox-content {
    border: medium none;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.yab-quicklinkbox-content a {
    font-size: 1.20em;
    font-weight: normal;
}

/* Login / Translation Dropdown */

.vis-toggle, .hide-element {
    cursor: pointer;
}

/* Maintenance Page */

.maintenance-page {
    position: relative;
}

.maintenance-page footer,
.maintenance-page .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 80px;
}

.maintenance-page #col1 {
    float: none;
    margin: 50px 0 150px;
    min-height: initial;
}

.maintenance-page p {
    margin: 50px 0;
}
