﻿:root {
    --CSSColor: #000;
    --HeadingColor: #333333;
    --LinkColor: #4C86A5;
    --LinkHoverColor: #4C86A5;
    --StandardMainContainerWidth: 1440px;
    --AlertColor: #dc3545;
}

/* barlow-300 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-300italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-regular - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: var(--CSSColor);
    font-weight: 300;
    /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
    display: flex;
    min-height: 100%;
    flex-direction: column;
    position: relative;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
    width: device-width;
}

img, embed, object, video {
    max-width: 100%;
    height: auto !important;
}

/* ckEditor LayoutManager */

.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

@media screen and (max-width: 850px) {

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */

h1, h2, h3, h4, h5, h6 {
    color: var(--HeadingColor);
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }

h2 {
    margin: 8px 0 20px 0;
    font-size: 32px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

p {
    margin: 0;
    padding: 0 0 25px 0;
}

p:has(+ ul)
{
    padding-bottom: 10px;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: #4C86A5;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: #4C86A5;
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
    font-weight: 300;
}

a:hover > img {
    opacity: 0.65;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 5px 0 5px 0;
}

p:has(+ hr)
{
    padding-bottom: 0;
}

a:has(+ hr)
{
    padding-bottom: 0;
}

.button {
    background-color: #808080;
    border: 1px solid #808080;
}

.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #878787;
}

.blue {
    color: #599DBF;
}

.green {
    color: #588C73;
}

.yellow {
    color: #F2E394;
}

.orange {
    color: #F2AE72;
}

.red {
    color: #C02942;
}

.brown {
    color: #8C4646;
}

/*********************************************************************************************************************************/

#container {
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
    max-width: 2560px;
}

/* Used for the sticky footer */
#container::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}

@media (--break-lg) {
    #container {
        padding-top: var(--space-lg);
    }

    #container::after {
        margin-top: var(--space-lg);
    }
}

#container--full {
    padding: 0;
}

#container--full::after {
    content: none;
}
/* End used for the sticky footer */


#header {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 120px;
    -webkit-box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.2);
    background-color: #F5F5F5;
}

#headerContent {
    position: relative;
    margin: 0 auto;
    max-width: var(--StandardMainContainerWidth);
    padding: 0 25px 0 25px;
}

#headerTopContent {
    right: 25px;
    top: 12px;
    color: #333333;
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 17px;
    align-items: center;
}

#topContent {
    
}

#topContent p {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

/* If multi language
#topContent {
    right: 135px;
}
*/

#topContent .fab,
#topContent .fal,
#topContent .far,
#topContent .fas,
#topContent .fa-brands,
#topContent .fa-light,
#topContent .fa-regular,
#topContent .fa-solid,
#topContent .fa-thin {
    font-size: 20px;
    color: #808080;
    margin-left: 12px;
}

#topContent .fa-xs,
#topContent .fa-sm,
#topContent .fa-lg,
#topContent .fa-2x,
#topContent .fa-3x,
#topContent .fa-5x,
#topContent .fa-7x,
#topContent .fa-10x {
    font-size: inherit;
}



#topContent .fab:hover,
#topContent .fal:hover,
#topContent .far:hover,
#topContent .fas:hover,
#topContent .fa-brands:hover,
#topContent .fa-light:hover,
#topContent .fa-regular:hover,
#topContent .fa-solid:hover,
#topContent .fa-thin:hover {
    color: #aaaaaa;
}

#webAccountContainer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#webAccount button {
    border: none;
    background: none;
    cursor: pointer;
}

#webAccount .fa-user {
    font-size: 25px;
    color: #4C86A5;
}

.webAccountCurrentUser {
    padding: 7px 7px 2px 7px;
    font-size: 14px;
    margin-bottom: 5px;
}

#webAccountMenu {
    position: absolute;
    top: 35px;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 7px 7px 2px 7px;
    margin-top: 2px;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#webAccountMenu[aria-hidden="false"] {
    visibility: visible;
}

.webAccountMenuLink {
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    white-space: nowrap;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.webAccountMenuLink:hover {
    background-color: #EFEFEF;
}

#navigationLogo {
    display: inline-block;
    margin: 19px 0 0px 0;
    position: relative;
    z-index: 9999;
}


#siteLogo > a {
    background: url('../../layout/images/Logo_Roenner_Cycles.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 90px;
    width: 275px;
    display: block;
    text-indent: -9000px;
}

#languageSelection {
    line-height: 1.2;
}

#languageSelection ul,
#languageSelection li {
    margin: 0;
    padding: 0;
}

#languageSelection li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333333;
}

#languageSelection li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#languageSelection li a,
#languageSelection li a:visited {
    color: #333333;
    text-decoration: none;
}

#languageSelection li a:hover {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}

#languageSelection li a.current {
    font-weight: 500;
}

#navigationWrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 75px;
}

#navigationMain {
    float: right;
}

#navigationMain:not(:has(.navigation1)) {
    display: none;
}

#menu-icon {
    display: none;
}

#headerSlider
{
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}

#main {
    margin: 45px auto 30px auto;
    overflow: hidden;
    max-width: var(--StandardMainContainerWidth);
    padding: 0 25px 30px 25px;
}

#header + #main {
    margin: 180px auto 0 auto;
}

#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 20px;
}

#main li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4C86A5;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #222;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #fff;
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
}

#footerContent {
    max-width: var(--StandardMainContainerWidth);
    margin: 0 auto;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
}

#footerContent a {
    color: #fff;
    text-decoration: none;
}

#footerContent a:hover {
    color: #4C86A5;
}

#footerContent a[href^="tel:"]:hover {
    color: #fff;
}

#footerContent h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

#footerContent .fab,
#footerContent .fal,
#footerContent .far,
#footerContent .fas,
#footerContent .fa-brands,
#footerContent .fa-light,
#footerContent .fa-regular,
#footerContent .fa-solid,
#footerContent .fa-thin {
    font-size: 24px;
    margin-top: 5px;
    color: #fff;
}



/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 30%;
    font-size: 45px;
    color: #333;
    text-decoration: none;
}

.scroll-to-top:visited {
    color: #333;
}

.scroll-to-top:hover {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}


@media screen and (max-width: 1023.9px) {

    #header {
        height: 95px;
    }

    #navigationLogo {
        margin: 28px 0 0 0;
    }

    #siteLogo > a {
        height: 52px;
        width: 160px;
    }

    #navigationWrapper {
        top: 50px;
    }

    #headerSlider {
        margin-top: 95px;
    }

    #main {
        margin-top: 30px;
    }

    #header + #main {
        margin: 135px auto 0 auto;
    }
}


@media screen and (max-width: 767.9px) {

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #headerTopContent {
        right: 110px;
        z-index: 9999;
        top: 20px;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 5px 35px 0 0;
        font-size: 40px;
        color: #000;
        cursor: pointer;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 70px;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationLogo {
        margin: 10px 0 0 0;
    }

    #siteLogo > a {
        height: 52px;
        width: 160px;
    }

    #languageSelection {
        right: 120px;
        top: 22px;
    }

    #header {
        height: 70px;
    }

    #headerSlider {
        margin-top: 70px;
    }

    #header + #main {
        margin: 110px auto 0 auto;
    }

    #navigationWrapperNav2
    {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    body {
        font-size: 18px;
    }

    #webAccountContainer {
        position: absolute;
        right: 160px;
        top: 18px;
    }

}