﻿@charset "UTF-8";

/*  M i n i  M o b i l e  */
@media screen and (device-aspect-ratio: 40/71) {
    .plhlogin, .plhlogout {
        position: absolute;
        right: -20px;
        top: 60px;
        float: right;
        background-color: #fff;
        z-index: 10;
        min-width: 280px;
        border-radius: 10px;
        border: 1px solid #dadada;
    }

    #header #humany-faq {
        width: 46px;
        margin-right: -4px;
    }
}

/*  M o b i l e  */
@media only screen and (max-width: 700px) and (max-device-width: 700px) {
    .foldoutLoginHeader {
        margin: 0;
        font-size: 22px;
        font-family: 'ApexNewBold';
        color: #575756;
        margin-top: 20px;
        margin-left: 25px;
        text-align: left;
        float: none;
    }

    #loginOtherDevice {
        width: 111%;
    }

    .legalTextFoldout {
        margin-left: 25px;
        margin-top: 15px;
        margin-right: 20px;
        margin-bottom: 0px;
        text-align: left;
        font-size: 12px;
        color: #3d3d3d;
    }

    a.btnBigRedFoldout {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-family: 'Arial';
        background-color: #E50000;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        cursor: pointer;
        margin: 20px 25px;
        text-decoration: none;
        width: 225px;
    }

    a.btnBigRedFoldout:focus-visible {
        outline: 2px solid #005fcc;
        outline-offset: 2px;
    }

    a.btnBigRed:last-child {
        margin-bottom: 25px;
    }
}

/*  i P A D  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .legalTextFoldout {
        margin-left: 25px;
        margin-top: 15px;
        margin-right: 20px;
        margin-bottom: 0px;
        text-align: left;
        font-size: 12px;
        color: #3d3d3d;
    }

    a.btnBigRedFoldout {
        display: block;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-family: 'Arial';
        background-color: #f00000;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        cursor: pointer;
        margin: 20px 25px;
        text-decoration: none;
    }
}

/*  D e s k t o p  */
.se-bankid-ssn::after {
    visibility: visible;
    content: "Personnummer";
    display: block;
    color: #373737;
    font-size: 1.286rem;
    line-height: 1.643rem;
    margin-bottom: 7px;
    font-family: Arial;
    font-weight: normal;
}

#foldOutIframe {
    min-height: 176px;
}

.bluelink {
    color: #127994 !important;
    font-family: "ApexNew", sans-serif !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

.bluelink:hover {
    text-decoration: none !important;
}

a.bluelink:focus-visible {
    outline: 2px solid #005fcc !important;
    outline-offset: 2px !important;
}

a:visited {
    outline-style: none;
    outline-color: #fff;
}

.foldoutLoginHeader {
    margin: 0;
    font-size: 22px;
    font-family: 'ApexNewBold';
    color: #575756;
    margin-top: 20px;
    margin-left: 25px;
    text-align: left;
    float: none;
}

.legalTextBankID {
    margin-bottom: 25px;
    max-width: 500px;
}

.legalTextFoldout {
    margin-left: 25px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 13px;
    color: #3d3d3d;
}

.button {
    margin-right: 0px !important;
}

a.btnBigRedBankID {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    font-family: 'Arial';
    background-color: #E50000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    width: 260px;
    margin-right: 20px
}

    a.btnBigRedBankID:focus-visible {
        outline: 2px solid #005fcc;
        outline-offset: 2px;
    }

a.btnBigRedBankIDMobile {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-family: 'Arial';
    font-weight: bolder;
    background-color: #E50000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin-right: 10px;
}
    a.btnBigRedBankIDMobile:focus-visible {
        outline: 2px solid #005fcc;
        outline-offset: 2px;
    }
#loginOtherDevice {
    margin-left: 3px;
}
