@CHARSET "utf-8";

html {
    height:100%;
}
body {
    background: #f7f7f7;
    min-height:100%;
    min-width: 600px; 
    max-width: 2560px;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/BebasNeue-webfont.woff') format('woff'),
    url('fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_BebasNeueLight';
    src: url('fonts/BebasNeueLight.eot');
    src: local('☺'), url('fonts/BebasNeueLight.woff') format('woff'), url('fonts/BebasNeueLight.ttf') format('truetype'), url('fonts/BebasNeueLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_BebasNeueBook';
    src: url('fonts/BebasNeueBook.eot');
    src: local('☺'), url('fonts/BebasNeueBook.woff') format('woff'), url('fonts/BebasNeueBook.ttf') format('truetype'), url('fonts/BebasNeueBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bebasLight {
    font-family: 'Conv_BebasNeueLight', sans-serif;
}

.bebasBook {
    font-family: 'Conv_BebasNeueBook', sans-serif;
}

.bebas {
    font-family: 'bebas_neueregular', sans-serif;
}
.lato {
    font-family: 'Libre Franklin', sans-serif;
}
.latoLight {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}

.play {
    font-family: 'Libre Franklin', sans-serif;
}
.playLight {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}
.playBold {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.headlinePlay {
    font-size: 80px;
    font-family: 'Raleway', sans-serif;
}

.headlineBebas {
    font-size: 120px;
    font-family: 'Conv_BebasNeueLight', sans-serif;
}
.paragraph {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}

.green
{
    color: green;
}

.bold
{
    font-weight: bold;
}

textarea {
   resize: none;
   width: 100%;
}

.pageWrapper {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color:#4a4a4a;
}

.logoWrapper {
    padding: 0px;
}

#nvtLogo
{
    background: url(/img/nvt_logo.png);
    width: 161px;
    height: 70px;
    float: left;
    margin-left: 35px;
}

#nortonmotorsLogo
{
    background: url(/img/custom/nortonmotors-logo.png);
    width: 161px;
    height: 70px;
    float: left;
    margin-left: 35px;
}

#nmLogo
{
    background: url(/img/custom/nortonmotors.png);
    width: 300px;
    height: 121px;
    display: inline-block;
}

#anilLogo
{
    background: url(/img/anillogo.png);
    width: 100px;
    height: 100px;
    margin-right: 30px;
    float: right;
}

#nortonGenuineLogo
{
    background: url(/img/genuine.png);
    width: 180px;
    height: 100px;
}

#firstMenuRow
{
   margin-top: 10px;
   height: 70px;
   font-family: 'Raleway', sans-serif !important;
}

#usermenu
{
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: right;

    /*left: 50%;
      transform: translate(-50%, 0);*/
}

#secondMenuRow
{
   margin-top: 10px;
   background: #000;
   color: #fff;
   font-family: 'Raleway', sans-serif;
   font-size: 20px;
}

.openSans {
    font-family: 'Open Sans', sans-serif;
}
.openSansLight {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.mainNaviWrapper {
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    display: block;
    height: 70px;
    min-height: 70px;
    pointer-events: none;
}
.pageWrapper a {
    color: inherit;
}
.mainNaviWrapper a:hover {
    text-decoration: none;
    color:#fff;
}
.mainNaviWrapper a {
    color:#ddd;
    margin:0px 10px;
   /* height:44px; */
    display: inline-block;
   /* padding: 15px 2px 0px; */
    position: relative;
    top: 1px;
    pointer-events: auto;
}
.linkActive, .linkChainActive {
    position: relative;
}
.subNaviWrapper {
    display: inline-block;
    margin: auto;
    position: relative;
    top:0px;
}
.mainNaviWrapper a.linkActive, .mainNaviWrapper .linkChainActive {
    border-bottom: 1px solid #ddd;
}
.footerWrapper {
    margin-top: 20px;
    padding-top: 20px;
    background: #000;
    color: #ddd;
}
.footerLine
{
   margin-left: 35px;
   margin-bottom: 5px;
}
.footerLineRight
{
   margin-right: 35px;
   margin-bottom: 5px;
   text-align: right;
}
.footerCenterColumn
{
   text-align: center;
}
.footerWrapper a {
    color:#ddd !important;
}
.moduleFrontendWrapper a {
    text-decoration: underline;
}
a:hover {
    color:inherit;
    text-decoration: underline;
}
.navigationSpacer {
    margin:0 10px;
}
.headline1 {
    text-transform: uppercase;
    font-size: 80%;
    margin-bottom: 20px;
}
.headline2 {
    text-transform: uppercase;
    font-size: 120%;
    margin-bottom: 20px;
}
.underlinedHeadline .TextcontentModule {
    padding-bottom:10px;
    border-bottom: 1px solid;
}
.formSubmit {
    color:#4a4a4a;
    display: inline-block;
    padding: 15px 30px;
    border:1px solid #888888;
    background-color: transparent;
    text-transform: uppercase;
    min-width: 250px;
}
.FormElementModule {
    margin:20px 0px;
}
.singleGalleryTileName  {
    text-align: center;
    background-color: black;
    color:white;
    padding:10px;
    font-size: 120%;
}
.subnaviInner {
    max-width: 1100px;
    margin:0px auto;
}
.subnavi {
    position: absolute;
    top:55px;
    left:0px;
    right:0px;
    display:none;
    background-color:rgba(255,255,255,0.95);
    z-index:500;
    padding:20px;
    padding-bottom: 30px;
    font-size: 90%;
}
.naviWrapperForSubnavi:hover .subnavi {
    display:block;
}
.naviWrapperForSubnavi {
    display: inline-block;
}
.subnaviInner a {
    display:block;
}
.lato {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
}
.latoLight {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}
.subnaviShop {

}
.headlineShop
{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color:#CD071E;
    text-align: center;
    /* border-bottom:1px solid #CD071E; */
    text-transform: uppercase;
    display: inline-block;
    padding-bottom:5px;
    margin-left:auto;
    margin-right:auto;
}
.subheadlineShop
{
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color:#CD071E;
    text-align: center;
    /* border-bottom:1px solid #CD071E; */
    text-transform: uppercase;
    padding-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.headlineNews
{
    font-size: 25px;
    color:#434343;
    text-align: center;
    display: inline-block;
    padding-bottom:5px;
    margin-left:auto;
    margin-right:auto;
}
.browseSearchInput
{
    font-family: 'Raleway';
    width: 14em;
    text-align: center;
    margin: 10px;
    border: 1px solid #888;
}
.browseOr
{
    padding-left: 10px;
    padding-right: 10px;
}
.browseSelect
{
    font-family: 'Raleway';
    width: 14em;
    text-align: center;
    margin: 10px;
 }
.browseWrapper
{
    border-top: 1px solid #cccccc;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.browseWrapper * .searchHitHighlighting
{
    background-color: #f00;
}
.contentWrapper {
    border-top: 1px solid #cccccc;
}
.productName {
    color:white;
    text-align: center;
    font-size:30px;
    padding:10px;
}
.teaser > div > div {
    padding:20px;
}
a.tileLink:hover {
    text-decoration: none;
}
.shopButton {
    background-color: #c7c2c2;
    font-family: 'LibreFranklin', sans-serif;
    color:#4a4a4a !important;
    border:0px solid;
    text-align: center;
    width: 200px;
    padding:10px;
    max-width: 50%;
}
.textHighlight1 {
    font-family: Play, sans-serif;
    font-weight: 300;
    font-size: 26px;
}
.teamBlock .textHighlight1 {
    text-align: center;
    font-family: 'Conv_BebasNeueBook', sans-serif;
    font-size: 35px;
    color:#434343;
    border-bottom:1px solid #4a4a4a;
    padding-bottom:5px;
    margin-left:auto;
    margin-right:auto;
}
.table {
    display: table;
    margin-bottom: 0px;
}
.table > .row {
    display: flex
}
.table > .row > div {
    align-items: stretch;
    position: relative;
}
.fullsizeContent > div {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.fullsizeContent > div > div {
    height: 100%;
}
.fullsizeContent .TextcontentModule > div {
    padding:40px;
}
.blockWrapper {
    /* margin-top:40px; */
    margin-bottom: 40px;
}
.shopButton:hover {
    text-decoration: underline;
}
.subnaviKundenkonto a {
    display: block;
    margin-bottom: 10px;
    width:100%;
}
.teaser {
    font-family: 'Raleway', sans-serif;
    text-align: right;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
}
.imageThumbnail {
    cursor: pointer;
}
.pushDown div {
   position: absolute;
   bottom: 0;
}
.innerContent {
   border-top: 1px solid #cd071e;
   padding-top: 50px;
}
.instock {
   color: green;
   font-size: 80%;
   display: block;
}
.nostock {
   color: red;
   font-size: 80%;
   display: block;
}

.shopProductTileWrapper a:hover {
    text-decoration: none;
}
.textHighlight2 {
    font-weight: bold;
}
.variantDropdown {
    padding:3px 10px;
    background-color: rgba(255,255,255,0.5);
    border:1px solid white;
}
.variantDropdown::-webkit-input-placeholder {
    color: black;
}
.variantDropdown:-moz-placeholder { /* Firefox 18- */
    color: black;
}
.variantDropdown::-moz-placeholder {  /* Firefox 19+ */
    color: black;
}
.variantDropdown:-ms-input-placeholder {
    color: black;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4a4a4a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4a4a4a;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4a4a4a;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #4a4a4a;
}

.addProductToCartButtonDisabled {
    border:1px solid rgba(255,255,255,0.4);
    color:rgba(255,255,255,0.4);
}
.subnaviShop a {
    padding-top: 2px;
}
.shopProductTileWrapper {
    margin-bottom: 20px;
}
.shopSubtitle {
    font-size:18px;
    text-transform: uppercase;
}
.buttonFrontend {
    background-color: black;
    color:white;
    border:1px solid black;
    text-transform: uppercase;
    padding:0px 10px;
    font-size: 17px;
}
.buttonFrontendSmall {
    background-color: black;
    color:white !important;
    border:1px solid black;
    font-size: 90%;
    display: inline-block;
    padding:1px 3px;
    cursor:pointer;
}
.buttonSquare {
    width:23px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top:-2px;
    padding:0px !important;
}
.borderBottom {
    border-bottom:2px solid #cccccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.buttonFrontendBig {
    font-size:16px;
    padding:4px 15px;
    font-family: 'Open Sans', sans-serif;
}
.checkoutInputWrapper {

}
.checkoutInputWrapper input {
    width:400px;
}
.addressWrapper {
    width:700px;
    max-width: 100%;
    padding:10px 20px;
    padding-top:0px;
    border:1px solid #cccccc;
}
.addressInput {
    width:100%;
}
.addressInputWrapper {
    padding-right:10px;
}
.addressWrapper > div {
    padding:5px 0px;
}
.checkoutHeadline {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.checkoutInfoText {
    font-size: 60%;
    text-align: justify;
    padding:5px 0px;
}
.customPageWrapper {
    margin: 50px auto;
    max-width: 1100px;
}
.page_lieferservice-kombinationen .regular-radio:checked, .page_bestellung-abschliessen .regular-radio:checked {
    background-color: rgba(0,0,0,0.5);
}
.buttonFrontend .glyphicons {
    display: block;
    height: 18px;
    padding-top: 2px;
}
.page_kasse-lieferservice .addressWrapper {
    width:540px;
}
a.buttonSquare, a.buttonFrontend {
    color:white;
}
.footerWrapper .linkActive {
    border-bottom: none;
    border-left: none;
    border-right: none;
    top:0px;
}
.linksFooter a {
    display: block;
    font-size:16px;
}
.subnaviInner a.linkActive {
    border:none !important;
}

.vacationNote
{
    background: black;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

.mobile .usermenu {
    display: none;
}
.mobile .mainNaviWrapper {
    display: none;
}
.mobile .logoWrapper {
    padding: 0px;
}
.mobile .mobileNavi {
    display:block !important;
}
.mobile .contentWrapper {
    padding-top:20px !important;
}
.mobile .teaser {
    width:100% !important;
    font-size:22px !important;
}
.mobile .fullsizeContent .TextcontentModule > div {
    padding:10px !important;
}
.mobile .textTile > .TextcontentModule > div {
    padding:20px;
}
.mobile .textHighlight1 {
    font-size: 22px;
}
.mobileNaviContent a {
    display: block;
}
.mobileNaviContent .mobileSubnavi {
    padding-left:15px;
    margin-bottom: 5px;
}
.mobile .stepWrapper span {
    display:block;
}
.mobile .amountWrapper > span {
    display: block;
    text-align: center;
    width: auto !important;
}
.mobile .headlineBebas {
    font-size: 30px !important;
    font-family: Conv_BebasNeueBook, sans-serif;
}
.mobile .teamBlock .fullsizeContent .TextcontentModule {
    display:none;
}


.cartoperations
{
    color: black;
    /* background: #414240; */
    background: #f8f8f8;
    margin: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.cartoperations .title
{
    font-size: 24px;
    display: inline-block;
}

.cartcommands
{
    float: right;
}

.mobile .cartcommands
{
    float: none;
}

.cartcommand
{
    display: inline-block;
    padding: 4px 8px 4px 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.mobile .cartcommand
{
    display: block;
    margin: 15px;
}

.cartcommand span
{
    margin-right: 4px;
}

.customercenterItemFrame
{
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
}


.smallTileShop
{
    height: 150px;
}

.bigTileShop
{
    height: 300px;
}


.mobile .smallTileShop
{
    height: 100px;
}

.mobile .bigTileShop
{
    height: 200px;
}

