﻿
html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: myriad-pro, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    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;
}


/* 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: #474747;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 31px;
    margin-bottom: 20px;
}

h1:first-of-type {
    margin-top: 0;
}

h2 {
    margin: 0 0 20px 0;
    font-size: 25px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0;
    padding: 0 0 25px 0;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: #E30613;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: #E30613;
}

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: 30px 0 30px 0;
}

.button {
    background-color: #808080;
    border: 1px solid #808080;
    margin-right: 10px;
}

.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.buttonSmall {
    margin: 0;
    padding: 4px 5px 4px 5px;
    font-size: 15px;
}

#cookieConsent #cookieSettingsSaveButton.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}


.fa-whatsapp.green.filled {
    font-size: 80px;
    color: #fff;
    background: linear-gradient(#25d366,#25d366)10px 84%/15px 15px no-repeat, radial-gradient(#25d366 60%,transparent 0);
}

input[type=checkbox] {
    width: 20px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    height: 31px;
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.42857143;
}

.control-label {
    font-size: 16px;
}

.form-section {
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-section-1 {
    background-color: #F7F7F7;
}

.form-section-2 {
    background-color: #F9F9F9;
}

/*.card {
    box-shadow: rgb(50 50 93 / 20%) 0px 13px 27px -5px, rgb(0 0 0 / 20%) 0px 8px 16px -8px;
}*/

/*********************************************************************************************************************************/
#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 {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 105px;
    -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: #fff;
}

#headerContent {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 25px 0 25px;
}


#navigationLogo {
    display: inline-block;
    margin: 40px 0 0px 0;
    position: relative;
    z-index: 9999;
}

#siteLogo > a {
    background: url('../../layout/images/logo.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 50px;
    width: 165px;
    display: block;
    text-indent: -9000px;
}

#languageSelection {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 10001;
}

#languageSelection .fa-globe
{
    margin-right: 10px;
}

#currentLanguage {
    text-align: right;
}

#currentLanguage:hover {
    color: #E30613;
    cursor: pointer;
}

#languageSelection ul {
    margin: 0;
    padding: 0;
}

#languageSelection li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

#languageSelection li a.current {
    color: #E30613;
}

#languageSelection li a {
    color: #000;
}

#languageSelection li a:hover {
    color: #E30613;
    text-decoration: none;
}

#languageChoiceContainer {
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 15px 10px 15px;
    display: none;
}

   
#languageSelection:hover #languageChoiceContainer {
    display: inline-block;
}


#navigationWrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 58px;
}

#navigationMain {
    float: right;
}

#menu-icon {
    display: none;
}

#headerSlider {
    margin-top: 105px;
    overflow: hidden;
    position: relative;
}

#webAccountContainer {
    position: absolute;
    right: 170px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10001;
}

#webAccount button {
    border: none;
    background: none;
    cursor: pointer;
}

#webAccount .fa-user {
    font-size: 20px;
    color: #000;
}

.webAccountCurrentUser {
    padding: 7px 7px 2px 7px;
    font-size: 14px;
    margin-bottom: 5px;
}

#webAccountMenu {
    position: absolute;
    top: 100%;
    left: 0;
    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;
}

#topContent {
    position: absolute;
    right: 235px;
    top: 10px;
    font-weight: 400;
}

#topContent .fal {
    font-size: 20px;
    color: #000;
}

#topContent a {
    color: #000;
}

#topContent a:hover {
    color: #E30613;
    text-decoration: none;
}

#main {
    max-width: 1350px;
    margin: 45px auto 0 auto;
    padding: 0 25px 30px 25px;
    overflow: hidden;
}

.ModuleMeggerServicesCustomerArea #main {
    max-width: 1800px;
}

#header + #main {
    margin: 150px 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 25px;
}

#main li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #E30613;
}

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #EEEEEE;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #000;
}

#footerContent {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 25px 20px 25px;
    font-size: 16px;
}



@media screen and (max-width: 1023.9px) {

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 25px 35px 0 0;
        font-size: 40px;
        color: #000;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 90px;
    }

    .showNavigation {
        display: inherit;
    }

    #topContent {
        z-index: 10001;
    }

}

@media screen and (max-width: 767.9px) {
    #topContent{
        display: none;
    }
}

@media screen and (max-width: 500px) {

    #navigationLogo {
        margin: 15px 0 0px 0;
    }

    #webAccountContainer {
        position: absolute;
        right: auto;
        left: 20px;
        top: 55px;
    }

    #siteLogo > a {
        height: 35px;
        width: 125px;
    }

    #languageSelection {
        right: auto;
        left: 80px;
        top: 55px;
    }


}