@font-face {
    font-family: 'Novecentosanswide-Normal';
    src: url("../fonts/Novecentosanswide-Normal-webfont.c6d2075ca27c.woff2") format('woff2'),
    url("../fonts/Novecentosanswide-Normal-webfont.f293053c6f38.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600!important;
    width: 99%;
    overflow-x: hidden;
    color: #424241!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Novecentosanswide-Normal", sans-serif !important;
    font-weight: normal;
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav, .footer-navigation li {
    display:inline-block;
    float: none;
}

.background-container {
    height:486px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 2rem;
}

.start-configuration-button {
    font-size: 20px;
    /*padding: 7px 20px 7px 20px;*/
    text-transform: uppercase;
}

.back-button {
    text-transform: uppercase;
}

#paypal-button-container {
    text-align: center;
    margin-bottom: 1rem;
}

.back-button i {
    padding-right: 10px;
}

.start-configuration-button i {
    padding-left: 10px;
}

.main-text {
    text-align: center;
    text-transform: uppercase;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.main-text-row {
    padding-top: 120px;
    padding-bottom: 120px;
}

.footer-image-container {
    padding-left: 20px;
    padding-bottom: 20px;
}

.footer {
    padding-top: 1rem;
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: white;
}

.footer-navigation {
    padding-top: 10px;
}

footer li:after{
    content: " | ";
}

footer li:last-child:after{
    content: '';
}

#navbarNav {
    padding-left: 30px;
}

.design-select-box {
    margin-top: 30px;
}

.design-select-box label {
    line-height: 1.7;
    font-family: "Novecentosanswide-Normal", sans-serif !important;
    font-weight: normal;
}

.design-select-box.form-check {
    padding-left: 0;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container {
    position: relative;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    display: inline-block;
    top: 0.3rem;
    height: 25px;
    width: 25px;
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 10px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-motiv {
    background-color: #f3f3f5;
}

.container-motiv > .row {
    padding-top: 40px;
}

.container-motiv > .row {
    padding-top: 40px;
}

.customer-invoice-address {
    padding-top: 40px;
    padding-bottom: 0px;
}

.customer-delivery-address {
    padding-top: 10px;
    padding-bottom: 0px;
}

.address-title {
    padding-bottom: 10px;
    text-transform: uppercase;
}

.design-select-box i {
    font-size: 20px;
    margin-left: 20px;
}

.coupon-type-selection i {
    right: 80px;
    position: absolute;
    font-size: 18px;
}

.coupon-type-description {
    font-size: 12px;
    text-transform: none;
}

.coupon-type-selection {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.coupon-type-selection .checkbox-container {
    position: unset;
}

.coupon-type-selection label {
    line-height: 2.0;
}

.coupon-type-selection.form-check {
    padding-left: 0;
}

.coupon-title {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}
nav.navbar.sub-nav {
    background-color: #e1e1e2 !important;
    padding: 0 !important;
}

.paymentradio input[name="paymentradio"] {
    margin-right: 8px !important;
}

.paymentradio label {
    font-size: 17px;
}

.payment_selection hr {
    border-color: white;
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment_description {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 13px;
}

.container-center-motiv img {
    margin-bottom: 110px;
}

@media (min-width: 992px) {
    .price-table-head {
        margin-bottom: 10px;
    }

}

.main-text {
    font-weight: normal!important;
}

.basket-navigation {
    font-family: "Novecentosanswide-Normal", sans-serif !important;
    font-weight: 500;
}

.paymentradio {
    font-family: "Novecentosanswide-Normal", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
}

.paymentradio label input {
    margin-right: 10px;
}

.paymentradio input[type="radio"] {
  vertical-align: text-top;
}