body {
    height: 100%;
    width: 100%;
    background: white none;
    font-family: Arial, Helvetica, sans-serif;
}

/*HEADER*/
.topNav {
    min-width: 350px;
    width: 100%;
    background-color: #102c4c;
    height: 2.5em;
    text-align: center;
    color: white;
    padding-top: 4px;
    font-size: 11px;
    display: none;
}
.topNavContent{
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;

}
.topNav .cookieAccept{
    font-weight: bold;
}
.topNav a {
    margin-left: 8px;
    color: white;
    text-decoration: underline;
}

.topNav a:hover {
    color: white;
    text-decoration: none;
}

.headerBackground {
    min-width: 350px;
    height: 80px;
    background-color: #ececec;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.headerContent {
    min-width: 350px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 970px;
    width: 100%;
    height: 80px;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}


.headerLogo {
    min-width: 299px;
    height: 40px;
    background: url("../../../Layout/images/menu-new/efllogo.svg") no-repeat 0 50%;
}

.headerDescription {
    min-width: 200px;
    font-size: 26px;
    color: #00234c;
    display: flex;
    align-items: center;
    height: 30px;

    padding-left: 23px;
    border-left: 2px solid grey;
    margin-left: 36px;
}

.headerLinks {
    font-size: 12px;
    min-width: 200px;
    padding-top: 10px;
    height: 80px;
}

.headerLinks img {
    width: 16px;
}

.headerLinks .safety a {
    margin-left: 8px;
    color: #065279;
    text-decoration: underline;
}

.headerLinks .safety a:hover {
    text-decoration: none;
}

.headerLinks .phone {
    margin-left: 4px;
}

.headerLinks .phoneNumber {
    font-weight: bold;
    color: #065279;
}

.headerLinks .phoneNumber:hover {
    text-decoration: none;
}

/*Help Tooltip*/
.helpTooltipButton {
    display: inline-block;
    text-decoration: none;
    background: url("../Layout/images/layout/help.png") top no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    border: none;
}
.helpTooltipButton:focus {
    outline: none;
}

.helpTooltipInside {
    width: 130px;
    transform: scale(.001);
    opacity: 0;
    padding: 0;
    color: black;
    background-color: white;
    font-weight: normal;
    font-size: 9px;
    position: absolute;
    border-width: 1px;
    border-color: #f1f1f1;
    border-style: solid;
}
.helpTooltipInside .tooltipTitle {
    width: auto;
    color: black;
    font-weight: bold;
    text-align: left;
    background-color: #f1f1f1;
    padding: 3px 10px 3px 10px;
}

.helpTooltipInside .tooltipText {
    padding: 3px 10px 3px 10px;
}
.helpTooltipInside .tooltipText:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 55px;
    border-width: 0px 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #f1f1f1 transparent;
}
.helpTooltipButton:focus + .helpTooltipInside {
    transform: scale(1) translate(57%, 3%);
    opacity: 1;
}

/*End Help tooltip*/

/*Cookie Tooltip*/
.cookieInfoTooltipButton {
    display: inline-block;
    text-decoration: none;
    background: url("../Layout/images/layout/help.png") no-repeat top;
    background-size: 15px;
    width: 15px;
    height: 15px;
    border: none;
}

.cookieInfoTooltipButton:focus {
    outline: none;
}

.cookieInfoTooltipInside {
    width: 300px;
    transform: scale(.001);
    opacity: 0;
    padding: 0;
    color: black;
    background-color: white;
    font-weight: normal;
    font-size: 9px;
    position: absolute;
    border-width: 1px;
    border-color: #f1f1f1;
    border-style: solid;
    z-index: 5;
}
.cookieInfoTooltipInside .tooltipTitle {
    width: auto;
    color: black;
    font-weight: bold;
    text-align: left;
    background-color: #f1f1f1;
    padding: 3px 10px 3px 10px;
}

.cookieInfoTooltipInside .tooltipText {
    padding: 3px 10px 3px 10px;
    text-align: left;
}
.cookieInfoTooltipInside .tooltipText:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    border-width: 10px 1px 0px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #f1f1f1;
}

.cookieInfoTooltipButton:focus + .cookieInfoTooltipInside {
    transform: scale(1) translate(18px, -1px);
    opacity: 1;
}
/*End Header*/
/*Small Header*/
.headerContentSmall {
    margin-left: 20px;
    margin-right: 60px;
    max-width: 798px;
    width: 100%;
    height: 80px;
    display: none;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.headerLogoSmall {
    width: 130px;
    padding-top: 20px;
    height: 80px;
    background: url("../../../Layout/images/layout/logo_efl_skrot_30.svg") no-repeat 0 50%;
    background-size: 85%;
}

.headerDescriptionSmall {
    width: 210px;
    padding-top: 16px;
    margin-right: -45px;
    margin-left: 10px;
    height: 80px;
    font-size: 26px;
    color: #00234c;
    align-self: end;
}

/*End*/

/*Big Footer*/
.BigPageFooter {
    min-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.BigPageFooter .footer {
    width: 100%;
    min-width: 738px;
    max-width: 970px;
    height: 80px;
    display: inline-flex;
    flex-direction: column;
    color: #999;

}

.BigPageFooter .footerDescription {
    width: 100%;
    height: 20px;
    font-size: 12px;
}

.BigPageFooter .footer .footerLinks {
    width: 100%;
    height: 33px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    font-size: 11px;
}

.BigPageFooter .footerLinks li {
    float: left;
}

.BigPageFooter .footerLinks li a {
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-decoration: none;
    color: #065279;
}

.BigPageFooter .footerLinks li a:hover {
    text-decoration: underline;
    color: #065279;
}

.BigPageFooter .footer .copyrights {
    width: 260px;
    height: 27px;
    align-self: end;
    font-size: 11px;
}


/*Small Footer*/
.SmallPageFooter {
    min-width: 350px;
    max-width: 996px;
    height: auto;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    background-color: #d9d9d9;
    padding-left: 10px;
    padding-right: 10px;
}

.SmallPageFooter .footer {
    min-width: 350px;
    max-width: 996px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.SmallPageFooter .footer .footerDescription {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    margin-top: 10px;
}

.SmallPageFooter .footer .footerLinks {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
}

.SmallPageFooter .footerLinks ul {
    table-layout: fixed;
}

.SmallPageFooter .footerLinks li {
    float: left;
    display: table-cell;
    width: 140px;
    color: #ccc;
}

.SmallPageFooter .footerLinks li a {
    text-align: center;
    text-decoration: none;

}

.SmallPageFooter .footerLinks li a:hover {
    text-decoration: underline;

}

.SmallPageFooter .footer .copyrights {
    width: 330px;
    height: 27px;
    align-self: end;
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

/*smallCookie Tooltip*/
.smallCookie .cookieMobileTooltipImage {
    margin-bottom: -3px;
    margin-left: 2px;
    display: inline-block;
    background: url("../Layout/images/layout/help.png") no-repeat top;
    background-size: 18px;
    height: 18px;
    width: 18px;
}

.smallCookie .cookieMobileTooltip {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(241,241,241, 1);
    color: #363636;
}
.smallCookie .cookieMobileTooltip .tooltipTitle{
    width:100%;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.smallCookie .cookieMobileTooltip .tooltipTitle .titleInside{
    font-size: 20px;
    transform: translateY(10px);
}
.smallCookie .cookieMobileTooltip .tooltipTitle .closeInside{
    font-size: 32px;
}

.smallCookie .cookieMobileTooltip .tooltipText {
    padding: 15px;
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: left;
}
/*End smallCookie Tooltip*/

.smallCookie {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: rgb(16, 44, 76,0.9);
    color: white;
    text-align: center;
    z-index: 100;
    font-size: 13px;
    display: none;
}

.smallCookie .securityLink{
    color: white;
    text-decoration: underline;
}

.smallCookie .securityLink:hover {
    color: white;
    text-decoration: none;
}

.smallCookie .cookieLink{
    font-weight: bold;
    color: #102c4c;
    background-color: white;
    border: 6px solid white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    text-decoration: none;
}

@media only screen and (max-width: 996px) {

    .topNav{
        display: none;
    }

    .headerContent {
        display: none;
    }

    .headerContentSmall {
        display: inline-flex;
    }

    .BigPageFooter {
        display: none;
    }

    .SmallPageFooter {
        display: flex;
    }
}

@media only screen and (max-width: 996px) {
    .smallCookie{
        height: 111px;
    }

    .tooltipSmallCookieInfo .tooltipInside {
        bottom: -45px;
    }
}

@media only screen and (max-width: 365px) {

    .headerDescriptionSmall {
        font-size: 24px;
        padding-top: 22px;
        padding-left: 0px;
    }
}

@-moz-document url-prefix() {
    .helpTooltipButton {
        height: 28px;
        margin-bottom: -13px;
    }
    .cookieInfoTooltipButton{
        height: 28px;
        margin-bottom: -13px;
    }
    .cookieMobileTooltipImage{
        height: 28px;
        margin-bottom: -13px;
    }
}
