html {
    overflow-y: scroll;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    background-color: #ffffff;
}
::selection {
    color: white;
    background-color: #FF0013;
}
h1, h2, h3, h4, h5, h6 {
    color: #000002;
}
h3 {
    margin-bottom: 15px;
}

a, button {
    cursor: pointer;
}

a {
    color: #000002;
}

a:hover, a:focus {
    color: #FF0013;
}

input[type=radio] {
    outline: none;
}

textarea {
    resize: none;
}

.bold {
    font-weight: bold;
}

.no-border {
    border: 0 !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.no-margin {
    margin: 0 !important;
}

h4.no-margin {
    margin: 2px 0 !important;
}

.btn.btn-link,
.btn.btn-link:focus {
   outline: none;
}

.btn-link:focus, .btn-link:hover {
    color: #FF0013;
}

.btn-default.btn-disabled {
    color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #FF0013;
}

.btn-primary {
    background-color: #FF0013;
    border-color: #FF0013;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #000002;
    border-color: #000002;
}

input[type=submit].btn-block {
    color: #ffffff;
    background-color: #FF0013;
}

input[type=submit].btn-block:hover {
    background-color: #000002;
}

.label.label-info {
    background-color: #000002;
}

.alert.alert-success {
    border-color: #B4CAA6;
}

.alert {
    margin-top: 20px;
}

.alert a {
    color: #000000;
    text-decoration: underline;
}

.hint.hint-popover {
    cursor: pointer;
    font-weight: bold;
}
.hint.hint-highlighter {
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.form-group.last {
    margin-bottom: 0;
}

.container {
    width: 1070px !important;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    min-height: 400px;
}
.container section {
    width: 1070px;
    padding: 0 55px 15px;
    min-height: 20px;
    background-color: #FAFAFA;
}
.container section:nth-child(1),
.container section:nth-child(3),
.container section:nth-child(5),
.container section:nth-child(7) {
    background-color: #F2F2F2;
}
.container section:nth-child(2),
.container section:nth-child(4),
.container section:nth-child(6),
.container section:nth-child(8) {
    background-color: #E5E5E5;
}

.content-container {
    background-color: #E5E5E5;
}

.order-heading {
    background-color: #ffffff;
}

.process-container {
    background-color: #E5E5E5 !important;
}

#header-container {
    width: 100%;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

#header-container a {
    color: #000002;
}

#header {
    z-index: 888;
    position: relative;
    width: 1070px;
    height: 193px;
    margin: 0 auto;
}

#header #logo-language-bar-container {
    margin-right: 0;
}

#header .btn-default {
    color: #333 !important;
}

#header .btn-default:hover {
    color: #ffffff !important;
}

#header .btn-default:hover .badge {
    color: #000002 !important;
    background-color: #ffffff !important;
}

.control-buttons {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #ffffff;
}
.control-buttons a:link,
.control-buttons a:visited,
.control-buttons a:hover,
.control-buttons a:active,
.control-buttons a:focus {
    color: #ffffff;
    text-transform: uppercase;
}

.basket-button-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

/**
 * Logo und Sprachauswahl
 */
#logo-container {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}
#logo-container img {
    height: auto;
    width: auto;
}

#header .hotline {
    padding-top: 19px;
    padding-bottom: 19px;
    text-transform: uppercase;
    color: #ffffff;
}
#header .hotline a:link,
#header .hotline a:visited,
#header .hotline a:hover,
#header .hotline a:active,
#header .hotline a:focus {
    text-transform: uppercase;
}

#language-bar-container {
    text-align: left;
    width: auto;
    position: relative;
    padding: 12px 0;
    z-index: 200;
}

#language-bar-container:hover ul.language-list {
    display: block;
}

.language-bar-label {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.flag-icon {
    width: auto;
    height: 13px;
    margin-right: 6px;
    margin-top: -2px;
}

.language-bar-label div.dropdown-icon {
    position: absolute;
    right: 8px;
    top: 8px;
}

#language-bar-container ul.language-list {
    background-color: white;
    margin: 34px 0 0;
    padding: 8px 6px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#language-bar-container ul li {
    list-style-type: none;
    white-space: nowrap;
}
#language-bar-container ul li:last-child {
    border: 0;
}

#language-bar-container ul li a {
    display: inline-block;
    padding: 4px 8px;
    width: auto;
    min-width: 110px;
    color: #000002 !important;
}
#language-bar-container ul li:first-child a {
    padding-right: 0;
}

#language-bar-container ul li a.active {
    color: #FF0013;
}

#header-menu {
    width: 75% !important;
    color: #ffffff;
    background-color: #8A827F;
}

#header-menu a {
    color: #ffffff !important;
}

#header-menu a:hover {
    color: #FF0013 !important;
}

/**
 * Navigation
 */
#header .navbar {
    position: absolute;
    top: 50px;
    left: 0;
    width: 1070px;
    height: 72px;
    margin: 15px 0 0 0;
    padding-top: 20px;
    border: 0;
    border-radius: 4px 4px 0 0;
}

.navbar .nav {
    float: right;
    height: 52px;
}
.navbar .nav li {
    height: 52px;
    padding: 0;
    margin: 0 0 0 40px;
}
.navbar .nav li a:link,
.navbar .nav li a:visited,
.navbar .nav li a:hover,
.navbar .nav li a:active,
.navbar .nav li a:focus {
    height: 52px;
    padding: 15px 0;
    color: #ffffff;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 8px solid #B1B1B1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #FFF;
    border-color: #FF0013;
}
.navbar .nav > li > a.active {
    color: #FFF;
    border-color: #FF0013;
}


#navigation-container {
    width: 1050px;
    margin-left: -55px;
    background-color: #1e4177;
    padding-left: 55px;
}
#navigation-container ul {
    padding: 0;
}
#navigation-container ul li {
    float: left;
    list-style-type: none;
    border: 1px solid #FFFFFF;
    border-width: 0 1px 0 0;
    margin: 10px 0;
}
#navigation-container ul li a {
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}
#navigation-container ul li:last-child {
    border-right: 0;
}
#navigation-container ul li:first-child a {
    padding-left: 0;
}

.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/**
 * Startseite
 */
#home {
    padding-top: 40px;
    padding-bottom: 80px;
}

#home a {
    color: #FF0013;
}

/**
 * Banner
 */
section#banner {
    margin-top: 101px;
    padding-bottom: 0;
}
section#banner img {
    width: 1050px;
    margin-left: -55px;
}

/**
 * Hauptüberschrift
 */
section.headline {
    background-color: #ffffff !important;
}

section.headline .page-header {
    border-bottom: 0;
    margin-bottom: 0;
}

section.headline h1 {
    color: #000002;
}

#login-register-container h1 {
    font-size: 28px;
    margin-top: 0;
}

h1 small {
    color: #000002;
}

/**
 * WARENKORB
 */
#basket .table tbody tr td, #basket .table tbody tr th, #basket .table tfoot tr td, #basket .table tfoot tr th,
#basket .table thead tr td, #basket .table thead tr th {
    border-top: 1px solid #c9cbce !important;
}

#basket, #basket-footer {
    padding-top: 30px;
}
#basket .bg-info,
#basket .bg-danger,
#basket .bg-success,
#basket .bg-warning,
#basket .bg-primary {
    padding: 15px;
}
#basket .text-right,
#basket .text-left,
#basket th {
    line-height: 30px;
}

.table--germany-shipping {
    width: 100%;
    margin-top: 10px;
}
.table--germany-shipping td,
.table--germany-shipping th {
    border: 1px solid #c9cbce;
    padding: 3px 5px;
}

/*
 * Artikel
 */
section.article {
    padding: 15px 55px 30px;
}

.btn-add-basket {
    background-color: #FF0013;
    border-color: #FF0013;
    margin-top: 10px;
}

.description {
    text-align: justify;
}

.article-image-container {
    width: 290px;
    min-height: 250px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.article-image-holder {
    position: relative;
}
.article-image-holder > a:first-of-type img {
    width: auto;
    height: auto;
    max-width: 290px;
    max-height: 290px;
}
.slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: inline-block;
    text-align: center;
    width: 145px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.slider-arrow span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    padding: 9px 10px;
    margin: -25px 0 0;
    border-radius: 50%;
    background-color: #FF0013;
    color: white;
}
.article-image-container:hover .slider-arrow {
    opacity: 0.8;
}
.slick-next {
    text-align: right;
    right: 0;
}
.slick-next span {
    right: 0;
}
.slick-prev {
    text-align: left;
    left: 0;
}
.slick-prev {
    left: 0;
}

/**
 * FOOTER
 */
#footer-container {
    width: 100%;
    height: 144px;
}
#footer-image {
    height: 100px;
    background-color: #8A827F;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
#footer-content {
    color: white;
    text-transform: uppercase;
    background-color: #8A827F;
    padding-bottom: 20px;
}
#footer-content a:link,
#footer-content a:visited,
#footer-content a:active,
#footer-content a:focus {
    color: #FFF;
    text-transform: uppercase;
    transition: color 150ms linear 0s;
}
#footer-content a:hover {
    color: #FF0013;
    text-decoration: none;
    transition: color 150ms linear 0s;
}
#footer-content .row {
    width: 1070px;
    margin: 0 auto;
    padding: 20px 0;
}
#footer-content .footer-links {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style-type: none;
}
#footer-content .footer-links li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
    list-style-type: none;
}

/**
 * STATISCHE SEITEN (AGB, IMPRESSUM, DATENSCHUTZERKLÄRUNG, WIDERRUFSBELEHRUNG)
 */
.static h1, .static h2, .static h3 {
    color: #000002;
}

.static h1 {
    font-size: 30px;
    font-weight: bold;
}

.static h2 {
    font-size: 22px;
    font-weight: bold;
}

.static h3 {
    font-size: 18px;
    font-weight: bold;
}

/* Bestellschritte */
ul.order-nav {
    display: table;
    table-layout: fixed;
}
ul.order-nav:before {
    content: none;
}
ul.order-nav:after {
    content: none;
}
ul.order-nav > li {
    width: auto !important;
}
ul.order-nav li a {
    color: #000002;
    font-weight: bold;
}
div.order-nav-line {
    position: relative;
    height: 3px;
}
div.order-nav-line hr {
    position: absolute;
    top: 0;
    margin: 0;
    border-width: 3px;
    left: 0;
    width: 100%;
}

/* Eindruck-Upload */
.imprint-preview-container {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
}
.imprint-preview {
    background-color: white;
    border: 1px solid black;
}
input[type="radio"]:checked + .imprint-preview {
    border: 1px solid rgb(0, 70, 238);
    box-shadow: 0 0 5px rgba(0, 70, 238, 1);
}
.imprint-type-selection {
    margin-bottom: 7px;
}
.disabled label {
    color: #626262;
    cursor: not-allowed;
}
label {
    cursor: pointer;
}
.imprint-preview-container:hover .imprint-preview-bigger {
    display: block;
}
.imprint-preview-bigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.91);
    display: none;
    border: 1px solid black;
}

/* Loading-Spinner */
.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}
.loading-spinner > div {
    position: absolute;
    height: 90px;
    width: 140px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -55px;
    text-align: center;
}
.loading-spinner img {
    width: 70px;
    height: 70px;
}

/* Kundencenter */
.nav-pills li.active a {
    background-color: #FF0013;
}

.nav-pills li.active a:hover {
    background-color: #000002;
}

/* Bestelladresse */
.confirm-checkbox {
    color: rgb(33, 33, 33) !important;
    padding-top: 0 !important;
}
