﻿

:root {
    --CSSColor: #1C1C1C;
    --HeadingColor: #000000;
    --LinkColor: #3B83BD;
    --LinkHoverColor: #00A7E1;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
    --button-color: #3B83BD;
    --button-hover-color: #00A7E1;
    --AlertColor: #dc3545;
    --StandardMainContainerWidth: 1700px;
    --DefaultMainContainerLeftRightPadding: 120px;
    --DefaultBlockMarginTop: 150px;
    --DefaultBlockMarginBottom: 0;
    --DefaultBlockPaddingTop: 0;
    --DefaultBlockPaddingBottom: 25px;
    --DefaultColumnMobileGap: 15px;
    --DefaultBlockMarginTopWithinLayoutContainer: 0;
    --DefaultBlockPaddingTopWithinLayoutContainer: 0;
    --DefaultBlockMarginBottomWithinLayoutContainer: 0;
    --DefaultBlockPaddingBottomWithinLayoutContainer: 25px;
    --DefaultBlockMarginTopFirstContainer: 200px;
    --DefaultBlockPaddingTopFirstContainer: 0;
    --DefaultBlockMarginBottomLastContainer: 0;
    --DefaultBlockPaddingBottomLastContainer: 50px;
    --DefaultBlockMarginTopAfterBackgroundColoredBlock: 0;
    --DefaultBlockPaddingTopAfterBackgroundColoredBlock: 40px;
    --DefaultBlockPaddingTopWithinBackgroundColoredBlock: 50px;
    --DefaultBlockPaddingBottomWithinBackgroundColoredBlock: 50px;
    --DefaultBlockMarginLeftWithinBackgroundColoredBlock: 15px;
    --DefaultBlockMarginRightWithinBackgroundColoredBlock: 15px;
    --DefaultBlockMarginTopWithinBackgroundColoredBlock: 0;
    --DefaultBlockMarginBottomWithinBackgroundColoredBlock: 0;
    --swiper-pagination-color: #3B83BD;
    --swiper-pagination-top: auto;
    --swiper-pagination-bottom: 8px;
    --swiper-navigation-size: 40px;
    --swiper-theme-color: #3B83BD;
    --swiper-navigation-color: #3B83BD;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-top-offset: 50%;
    --DefaultRowGapCard_Row7: 10px;
    --DefaultRowGapCard_Row7_1280: 20px;
    --DefaultRowGapCard_Row7_1024: 10px;
    --DefaultRowGapCard_450: 30px;
    --DefaultColumnGapCard_Row7: 55px;
    --DefaultColumnGapCard_Row7_1280: 20px;
    --DefaultColumnGapCard_Row7_1024: 10px;
    --ImageComparisonCaptionColor: #fff;
    /* Card */
    --CardPadding: 15px;
    /*Quote*/
    --QuoteBorderColor: #000000;
}


@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../webfonts/Avenir/Avenir-Light.woff2') format('woff2'), url('../webfonts/Avenir/Avenir-Light.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../webfonts/Avenir/Avenir-Book.woff2') format('woff2'), url('../webfonts/Avenir/Avenir-Book.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../webfonts/Avenir/Avenir-Medium.woff2') format('woff2'), url('../webfonts/Avenir/Avenir-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../webfonts/Avenir/Avenir-Heavy.woff2') format('woff2'), url('../webfonts/Avenir/Avenir-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../webfonts/Avenir/Avenir-Black.woff2') format('woff2'), url('../webfonts/Avenir/Avenir-Black.woff') format('woff');
}


html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    font-family: 'Avenir', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: var(--CSSColor);
    font-weight: 400;
    /* 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: 'Avenir', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 77px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }

h2 {
    margin: 8px 0 20px 0;
    font-size: 73px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    margin: 25px 0 20px 0;
    font-size: 35px;
}

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: var(--LinkColor);
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: var(--LinkHoverColor);
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: var(--CSSColor);
    text-decoration: none;
    cursor: default;
}

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: var(--button-color);
    font-weight: 600;
    border-radius: 20px;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
}

.button:hover {
    background-color: var(--button-hover-color);
}

.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 12px;
    transition: transform 0.2s ease;
    display: inline-block;
}

.button.arrowDown::after {
    content: "\f063";
}

.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #000;
}


.fontBlue {
    color: #3B83BD;
}
.fontYellow {
    color: #EAC011;
}
.fontGrey {
    color: #ACB9C1;
}

.button.gelb,
.button.gelb:visited {
    background-color: #EAC011;
    border: 1px solid #EAC011;
}

.button.gelb:hover {
    background-color: #C99C00;
    border: 1px solid #C99C00;
}

.button.grau,
.button.grau:visited {
    background-color: #ACB9C1;
    border: 1px solid #ACB9C1;
}

.button.grau:hover {
    background-color: #959FA5;
    border: 1px solid #959FA5;
}

.circleYellow {
    font-weight: 500;
    color: #494949;
    text-transform: uppercase;
}

.circleYellow::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #EAC011;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

/* Used for anchor links */
.anchorLink {
    scroll-margin-top: 150px;
}

/*********************************************************************************************************************************/
#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: 55px;
    left: 55px;
    top: 0;
    height: 105px;
    max-width: 2560px;
    margin: 0 auto;
}

#headerContent {
    position: relative;
    margin: 0 auto;
    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;
}

#topContent {
    
}

#topContent p {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}


#webAccount .fa-user {
    color: #aaaaaa;
}


#navigationLogo {
    display: inline-block;
    margin: 50px 0px 0px 60px;
    position: relative;
    z-index: 9999;
    transition: 0.3s ease;
}

.scrolled #navigationLogo {
    margin-top: 15px;
}

#navigationLogo #siteLogo > a {
    background: url('../../layout/images/HMTLogo.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 90px;
    width: 250px;
    display: block;
    text-indent: -9000px;
}

#navigationWrapper {
    position: absolute;
    right: 30px;
    left: 30px;
    top: 45px;
    background-color: rgba(172, 207, 232, 0.82);
    border-radius: 50px;
    transition: 0.3s ease;
}

.scrolled #navigationWrapper {
    background-color: rgba(172, 207, 232, 1);
    top: 10px;
}

#navigationMain {
    float: right;
}

#navigationMain:not(:has(.navigation1)) {
    display: none;
}

#menu-icon {
    display: none;
}


#main {
    margin: 0px auto 30px auto;
    max-width: var(--StandardMainContainerWidth);
    padding-top: 0;
    padding-bottom: 30px;
}

#main:not(:has(:first-child.blockEditor)) {
    margin-top: 200px;
    padding-left: 120px;
    padding-right: 120px;
}


/* Instead of using overlow:hidden if content has floating elements*/
#main::after {
    content: "";
    display: table;
    clear: both;
}

.ModuleShopFullShopOverview #main,
.ModuleShopDetailPage #main,
.BlockEditorFullScreenWidthEnabled.ModuleShopFullShopOverview .blockEditor > .beContainer > .beItemContainer,
.BlockEditorFullScreenWidthEnabled.ModuleShopDetailPage .blockEditor > .beContainer > .beItemContainer {
    max-width: 1600px;
    padding: 0 25px 30px 25px;
}


#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main ul li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 20px;
}

#main ul li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4C86A5;
}

#main ol li {
    margin: 0;
    padding: 0 0 5px 5px;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    position: relative;
    background-color: rgba(172, 207, 232, 1);
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
}


#footerContent {
    position: relative;
    z-index: 1;
    max-width: var(--StandardMainContainerWidth);
    max-width: 1230px;
    margin: 0 auto;
    padding: 50px 25px 20px 25px;
    font-size: 18px;
    color: #000;
}

#footerContent a {
    color: #000;
    text-decoration: none;
}

#footerContent a:hover {
    color: #4C86A5;
}

#footerContent a[href^="tel:"]:hover {
    color: #000;
}

#footerContent h2 {
    color: #000;
    font-size: 30px;
}

#footerContent .fab, #footerContent .fa-regular, #footerContent .fa-thin, #footerContent .fa-light, #footerContent .fa-solid {
    color: #000;
}



/*.WebpageId22 #footer {
    background-color: #3B83BD;
    color: #fff;
}

.WebpageId22 #footerContent {
    color: #fff;
}

.WebpageId22 #footerContent a {
    color: #fff;
}

.WebpageId22 #footerContent a[href^="tel:"]:hover {
    color: #fff;
}

.WebpageId22 #footerContent h2 {
    color: #fff;
}

.WebpageId22 #footerContent .fab, .WebpageId22 #footerContent .fa-regular, .WebpageId22 #footerContent .fa-thin, .WebpageId22 #footerContent .fa-light, .WebpageId22 #footerContent .fa-solid {
    color: #fff;
}
*/

/* ------------  scroll-to-top  ----------------------- */
/* The notch and scroll-to-top button container */
.scroll-to-top-footer {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 70px;
    background: white;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* The scroll arrow button */
    .scroll-to-top-footer a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #3B83BD;
        font-size: 20px;
        text-decoration: none;
    }

    .scroll-to-top-footer a .fa-arrow-up {
        color: #3B83BD;
    }


@media screen and (max-width: 500px) {

    #footer ul.navigation {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 90%;
    }
}

/* original scroll top*/
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 40%;  
    text-decoration: none;
}

.scroll-to-top .fa-arrow-up {
    font-size: 23px;
    color: #3B83BD;
    font-weight: 500;
}

.scroll-to-top:visited {
    color: #3B83BD;
}

.scroll-to-top:hover {
    background-color: #3B83BD;
    text-decoration: none;
}

.scroll-to-top:hover .fa-arrow-up {
    color: #fff;
}

/* Move To Content logic  */



#moveToContentLink {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.8s ease;
    transform: translate(-50%, 10px); /* start slightly lower */
}

#moveToContentLink.visible {
    opacity: 1;
    transform: translate(-50%, 0); /* animate to original position */
}

#moveToContentLink i {
    font-size: 2rem;
    color: white;
}


/* scroll-text */

.scroll-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 25px;
}

.scroll-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
}

.scroll-text {
    display: inline-block;
    font-size: 100px;
    font-weight: 700;
    margin-left: 100px;
}

.beItemContent .scroll-text a,
.beItemContent .scroll-text a:visited {
    text-decoration: none;
    color: inherit;
}

.beItemContent .scroll-text a:hover {
    color: var(--LinkHoverColor);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1919.9px) {
    .scroll-text {
        font-size: 90px;
    }

}

@media screen and (max-width: 1023.9px) {

    .scroll-text {
        font-size: 80px;
    }
}

@media screen and (max-width: 767.9px) {

    .scroll-text {
        font-size: 70px;
    }
}

@media screen and (max-width: 500px) {

    .scroll-text {
        font-size: 60px;
    }
}

/* End scroll-text */

@media screen and (max-width: 1919.9px) {

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 65px;
    }

    h3 {
        font-size: 30px;
    }

    #header {
        right: 10px;
        left: 10px;
    }
}

@media screen and (max-width: 1600px) {
    .ModuleShopFullShopOverview #main, .ModuleShopDetailPage #main, .BlockEditorFullScreenWidthEnabled.ModuleShopFullShopOverview .blockEditor > .beContainer > .beItemContainer, .BlockEditorFullScreenWidthEnabled.ModuleShopDetailPage .blockEditor > .beContainer > .beItemContainer {
        max-width: var(--StandardMainContainerWidth);
    }

    #navigationLogo {
        margin: 54px 0px 0px 30px;
    }

    .scrolled #navigationLogo {
        margin-top: 18px;
    }

    #navigationLogo #siteLogo > a {
        height: 72px;
        width: 195px;
    }

    :root {
        --DefaultMainContainerLeftRightPadding: 80px;
    }

    #main:not(:has(:first-child.blockEditor)) {
        padding-left: 80px;
        padding-right: 80px;
    }

}


@media screen and (max-width: 1279.9px) {

    :root {
        --DefaultBlockMarginTop: 100px;
        --DefaultMainContainerLeftRightPadding: 50px;
        --DefaultBlockMarginTopFirstContainer: 150px;
    }

    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 27px;
    }

    #header {
        right: 0;
        left: 0;
    }

    #navigationLogo {
        margin: 15px 0px 0px 15px;
    }

    .scrolled #navigationLogo {
        margin-top: 15px;
    }

    #navigationLogo #siteLogo > a {
        height: 57px;
        width: 150px;
    }

    #navigationWrapper,
    .scrolled #navigationWrapper {
        right: 15px;
        left: 15px;
        top: 5px;
    }

    #main:not(:has(:first-child.blockEditor)) {
        margin-top: 150px;
        padding-left: 50px;
        padding-right: 50px;
    }
}



@media screen and (max-width: 1023.9px) {

    :root {
        --DefaultBlockMarginTop: 50px;
        --DefaultMainContainerLeftRightPadding: 35px;
        --DefaultBlockMarginTopFirstContainer: 110px;
    }

    #main:not(:has(:first-child.blockEditor)) {
        margin-top: 110px;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 55px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 25px;
    }

    #navigationWrapper {
        left: 15px;
        position: absolute;
        right: 15px;
        top: 5px;
        padding: 0;
        background-color: rgba(172, 207, 232, 1);
        border-radius: 30px;
    }

    .scrolled #navigationWrapper {
        top: 5px;
    }

    #headerTopContent {
        right: 110px;
        z-index: 9999;
        top: 25px;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 9px 35px 0 0;
        font-size: 40px;
        
        cursor: pointer;
    }

        #menu-icon .fa-bars {
            color: #3B83BD;
        }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 70px;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationLogo,
    .scrolled #navigationLogo {
        margin: 12px 0 0 0;
    }

    #navigationLogo #siteLogo > a {
        height: 50px;
        width: 135px;
    }

    #header {
        height: 70px;
    }

    #main:not(:has(:first-child.blockEditor)) {
        padding-left: 35px;
        padding-right: 35px;
    }

}

@media screen and (max-width: 767.9px) {
    #navigationWrapper,
    .scrolled #navigationWrapper {
        left: 5px;
        right: 5px;
    }

    :root {
        --DefaultMainContainerLeftRightPadding: 25px;
        --DefaultBlockMarginLeftWithinBackgroundColoredBlock: 5px;
        --DefaultBlockMarginRightWithinBackgroundColoredBlock: 5px;
    }

    #footer {
        margin-left: 5px;
        margin-right: 5px;
    }

    #main:not(:has(:first-child.blockEditor)) {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media screen and (max-width: 500px) {

    h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    body {
        font-size: 18px;
    }

    #navigationLogo.useSitenameAsLogo {
        margin: 23px 0 0px 0;
    }

    .useSitenameAsLogo .siteName {
        font-size: 18px;
    }

    #topContent {
        display: none;
    }

    #menu-icon {
        margin: 9px 25px 0 0;
    }

    #headerTopContent {
        right: 75px;
    }

/*    #webAccountContainer {
        position: absolute;
        right: 160px;
        top: 0;
    }*/


}