﻿/*
 *   Font
 */

@font-face {
    font-family: 'MINISerif-Regular';
    src: url('../fonts/mini_serif-regular-web.eot');
    src: url('../fonts/mini_serif-regular-web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mini_serif-regular-web.ttf') format('truetype'),
    url('../fonts/mini_serif-regular-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MINISerif-Bold';
    src: url('../fonts/mini_serif-bold-web.eot');
    src: url('../fonts/mini_serif-bold-web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mini_serif-bold-web.ttf') format('truetype'),
    url('../fonts/mini_serif-bold-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MINISansSerif-Regular';
    src: url('../fonts/mini_sans_serif-regular-web.eot');
    src: url('../fonts/mini_sans_serif-regular-web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mini_sans_serif-regular-web.ttf') format('truetype'),
    url('../fonts/mini_sans_serif-regular-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MINISansSerif-Bold';
    src: url('../fonts/mini_sans_serif-bold-web.eot');
    src: url('../fonts/mini_sans_serif-bold-web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mini_sans_serif-bold-web.ttf') format('truetype'),
    url('../fonts/mini_sans_serif-bold-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
 *   CSS Reset
 */

/* - stop gap if only inline element in block level container - */
img,object,embed{border:none;}
html,body,div,pre,form,table,fieldset,h1,h2,h3,h4,h5,h6,dl,hr,p,blockquote{margin:0;padding:0;}
a img,:link img,:visited img,fieldset{border:none; color:#FFFFFF;}
a, a:focus {outline: none;}

/* - table - */
table {border-collapse:collapse;}
td, th {vertical-align:top; text-align: left;}

/* - contain - */
.contain:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.contain{display:inline-table;}
* html .contain{/* nomac \*/height:1%;/* nomac */}
.contain{display:block;}

/* - adds box sizing for improved responsive grids - */
*, *::before, *::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* - clear and float - */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatLeft {float: left;}
.floatRight {float: right;}

/* - allows accessible code without changing the visual design - */
label.access, .access, hr.access {background-color: inherit; color: #ffffff; position: absolute; overflow: hidden; border: none; left: -10999px; width: 990px; height: 0;}

/* - bmw reset - */
button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

button:hover {
    cursor: pointer;
}

/* - table - */
table {border-collapse:collapse;}
td, th {vertical-align:top; text-align: left;}
table tr:first-child td,
table tr:first-child th {
    background-color:#fff;
    color:#000;
    font-family: 'MINISerif-Bold', sans-serif;
    font-size:1rem;
    border-bottom:1px solid #D8D8D8;
    border-top:1px solid #D8D8D8;
}

table{
    border: transparent;
    border-top:1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background-color:#fff;
    margin-bottom:44px;
}
table td {
    padding:12px;
    font-family: 'MINISerif-Regular', sans-serif;
    font-size:0.875rem;
    vertical-align: middle;
}

table tr:last-child td {
    border-bottom: 1px solid #D8D8D8;
}

table tr:nth-child(even) {
    background-color:#F9F9F9;
}

.downloadList.contain  {
    text-align: center;
    padding-bottom: 30px;
}

.richText > .downloadList.contain  {
    text-align: left;
}

.downloadList.contain  .downloadLink {
    text-align: left;
    display: inline-block;
    width: auto;
}

/* offerPage */

.contentHolder.offerPage  {
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    gap: 2rem;
}

.offerPage .offerPage-image {
    margin-bottom: 1rem;
}

.offerPage .offerPage-image img {
    width: 100%;
    height: auto;
}

.offerPage .offerPage-image-xl {
    display: none;
}

.offerPage .offerPage-title {
    padding-bottom: 0.5rem;
}

.offerPage .offerPage-sub-title {
    font-family: 'MINISansSerif-Bold', sans-serif;
    font-size: 1rem;
    padding: 0 0 0.5em;
    margin: 0;
    color: #666;
}

.offerPage .sm-btn-wide {
    width: 100%;
}

.offerPage .buttonHolder .sm-btn-wide:first-child {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .offerPage .sm-btn-wide {
        width: unset;
    }
    .offerPage .offerPage-sub-title {
        padding-bottom: 1.5rem;
    }
    .offerPage .offerPage-calculator-link {
        display: none;
    }
    .offerPage .offerPage-image-sm {
        display: none;
    }
    .offerPage .offerPage-image-xl {
        display: block;
    }
}

/*Livechat*/
#cct-widget-main {
    z-index: 10001;
    position: fixed;
}
