﻿
:root {
    --Color: #333333;
    --CSSColor: #333333;
    --HeadingColor: #000000;
    --LinkColor: #D0B17A;
    --LinkHoverColor: #4C86A5;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
}


/* anton-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../../../web/fonts/Anton/anton-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url('../../../web/fonts/Arimo/arimo-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: url('../../../web/fonts/Arimo/arimo-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* frank-ruhl-libre-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 300;
    src: url('../../../web/fonts/FrankRuhlLibre/frank-ruhl-libre-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 400;
    src: url('../../../web/fonts/FrankRuhlLibre/frank-ruhl-libre-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Holimount Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Holimount Regular'), url('../../layout/webfonts/Holimount/Holimount.woff') format('woff');
}


html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
    max-width: 2560px;
    margin: 0 auto;
}

body {
    min-height: 100%;
    font-family: 'Arimo';
    font-size: 18px;
    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;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/* 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: #000;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

h1:first-of-type {
    margin-top: 0;
}

h2 {
    margin: 0 0 20px 0;
    font-size: 42px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}


p {
    margin: 0;
    padding: 0 0 25px 0;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: var(--LinkColor);
    text-decoration: underline;
}

.WebpageId21 a, .WebpageId21 a:visited {
    color: #DC1B0D;
}

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;
    font-weight: 400;
}

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: 30px 0 30px 0;
}

.WebpageId21 hr {
    border-top: 2px solid #DC1B0D;
    height: 2px;
    margin: 15px 0 15px 0;
}

.button {
    background-color: #808080;
    border: 1px solid #808080;
}

.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.WebpageId21 .button {
    background-color: #DC1B0D;
    border: 1px solid #DC1B0D;
    color: #fff;
    border-radius: 30px;
}




.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;
}

.fontFrankRuhlLibre {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 300;
}

.fontHolimount {
    font-family: 'Holimount Regular';
    line-height: 1;
    font-size: 50px;
}

.fontHolimountLarge {
    font-family: 'Holimount Regular';
    font-size: 100px;
    line-height: 1;
}

.hasPropertyBEBackgroundImage .fontHolimountLarge {
    text-shadow: 1px 1px 7px #777;
}


.gold {
    color: #D0B17A;
}

/*********************************************************************************************************************************/

#container{
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

/* 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 {
    max-width: 2560px;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 125px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    background-color: #000;
}

#headerContent {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 25px 0 25px;
}

#headerTopContent {
    right: 25px;
    top: 20px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 17px;
}

#headerTopContent a {
    color: #fff;
    text-decoration: none;
}

#headerTopContent a:hover {
    color: #D0B17A;
    text-decoration: none;
}

#headerTopContent a[href^="tel:"]:hover {
    color: #fff;
}

#headerTopContent p {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

#headerTopContent .fab,
#headerTopContent .fal,
#headerTopContent .far,
#headerTopContent .fas,
#headerTopContent .fa-brands,
#headerTopContent .fa-light,
#headerTopContent .fa-regular,
#headerTopContent .fa-solid,
#headerTopContent .fa-thin {
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
}

#headerTopContent .fa-xs,
#headerTopContent .fa-sm,
#headerTopContent .fa-lg,
#headerTopContent .fa-2x,
#headerTopContent .fa-3x,
#headerTopContent .fa-5x,
#headerTopContent .fa-7x,
#headerTopContent .fa-10x {
    font-size: inherit;
}

#headerTopContent a .fab:hover,
#headerTopContent a .fal:hover,
#headerTopContent a .far:hover,
#headerTopContent a .fas:hover,
#headerTopContent a .fa-brands:hover,
#headerTopContent a .fa-light:hover,
#headerTopContent a .fa-regular:hover,
#headerTopContent a .fa-solid:hover,
#headerTopContent a .fa-thin:hover {
    color: #D0B17A;
}


#navigationLogo {
    display: inline-block;
    margin: 15px 0 0px 0;
    position: relative;
    z-index: 9999;
}

#siteLogo > a {
    background: url('../../layout/images/logo_maerki_marketing.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 55px;
    width: 250px;
    display: block;
    text-indent: -9000px;
}

/* .WebpageId21 --> Speed Networking */
.WebpageId21 #navigationLogo {
    margin: 28px 0 0px 0;
}

.WebpageId21 #siteLogo > a {
    background: url('../../layout/images/Logo_SpeedNetworking.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 80px;
    width: 300px;
}


#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: 78px;
}

#navigationMain {
    float: right;
}

#menu-icon {
    display: none;
}

#headerSlider
{
    margin-top: 125px;
    position: relative;
}

#main {
    margin: 0 auto 0 auto;
    overflow: hidden;
    max-width: 1350px;
    padding: 0 25px 30px 25px;
}


#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: #D0B17A;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #222;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #fff;
    position: relative;
    border-top: 8px solid #D0B17A;
}

/* SpeedNetworking*/
.WebpageId21 #footer {
    border-top: 8px solid #DC1B0D;
}

/* Schulung*/
.WebpageId22 #footer {
    border-top: 8px solid #A6A6A6;
}

#footerContent {
    max-width: 1350px;
    margin: 0 auto;
    padding: 100px 25px 20px 25px;
    font-size: 18px;
}

#footerContent a {
    color: #fff;
    text-decoration: none;
}

#footerContent a:hover {
    color: #D0B17A;
}

.WebpageId21 #footerContent a:hover {
    color: #DC1B0D;
}

.WebpageId21 #footerContent .fontHolimount {
    color: #DC1B0D;
}


#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;
}

#footerContent .fontHolimount {
    display: inline-block;
    color: #fff;
    font-size: 80px;
    transform: rotate(-5deg);
}

/* ------------  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: 1150px) {
    /* .WebpageId21 --> Speed Networking */
    .WebpageId21 #siteLogo > a {
        height: 50px;
        width: 200px;
    }

    #footerContent .fontHolimount {
        font-size: 50px;
    }
}


@media screen and (max-width: 1023.9px) {
    #header {
        height: 95px;
    }

    #navigationLogo {
        margin: 15px 0 0 0;
    }

    #siteLogo > a {
        height: 70px;
        width: 265px;
    }

    /* .WebpageId21 --> Speed Networking */
    .WebpageId21 #navigationLogo {
        margin: 30px 0 0 0;
    }

    /* .WebpageId21 --> Speed Networking */
    .WebpageId21 #siteLogo > a {
        height: 40px;
        width: 150px;
    }

    #navigationWrapper {
        top: 50px;
    }

    #footerContent .fontHolimount {
        display: none;
    }
}


@media screen and (max-width: 900px) {

    #navigationLogo {
        margin: 30px 0 0 0;
    }

    #siteLogo > a {
        height: 33px;
        width: 135px;
    }
}


@media screen and (max-width: 767.9px) {

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #headerTopContent {
        display: none;
    }

    #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: 45px;
        width: 185px;
    }

    /* .WebpageId21 --> Speed Networking */
    .WebpageId21 #navigationLogo {
        margin: 12px 0 0 0;
    }

    .WebpageId21 #siteLogo > a {
        height: 50px;
        width: 200px;
    }

    #languageSelection {
        right: 120px;
        top: 22px;
    }

    #header {
        height: 70px;
    }

    #headerSlider {
        margin-top: 70px;
    }

    .fontHolimountLargeGold {
        font-size: 70px;
    }

    h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 29px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 25px;
    }

    body {
        font-size: 17px;
    }

    .fontHolimountLarge {
        font-size: 45px;
    }
}

@media screen and (max-width: 500px) {

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }

    .fontHolimountLargeGold {
        font-size: 40px;
    }
}

@media screen and (max-width: 350px) {

    #navigationLogo {
        margin: 13px 0 0 0;
    }

    #siteLogo > a {
        height: 40px;
        width: 150px;
    }

    /* .WebpageId21 --> Speed Networking */

    .WebpageId21 #navigationLogo {
        margin: 15px 0 0 0;
    }

    .WebpageId21 #siteLogo > a {
        height: 40px;
        width: 150px;
    }
}

    