@font-face {
  font-family: "VWAG TheSans";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "VWAGTheSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "VWAGTheSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Bold.otf") format("opentype");
}

#footer {
    clear: both; 
    width: 100%;
    max-height: 196px; /* 148px for login */
    background-color: white;
    flex: 2;
    position:relative;
}

#footerForm{
    position: relative;
}

.footerFormLogin{
    position: relative;
}

#footer a {
    font-family: VWAGTheSans-Regular;
    color: #20607E;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

#footer a:visited {
    color: #20607E;
}

#footerHolder span:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #EAF4F7;
}

#footerHolder{
    min-width: 1080px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

#footerHolder span{
    min-height: 48px;
    max-height: 48px;
    display: inline-flex;
    align-items: center;
}

#footerHolder a{
    max-width: 270px; /* 270px */
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#footerHolderLogin span:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #EAF4F7;
}

#footerHolderLogin{
    min-width: 1080px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

#footerHolderLogin span{
    min-height: 48px;
    max-height: 48px;
    display: inline-flex;
    align-items: center;
}

#footerHolderLogin a{
    max-width: 270px; /* 270px */
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#contactDiv{
    width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#contactDiv span{
    min-height: 50px;
    max-height: 50px;
}

#footerInfoDiv{
    width: 1080px;
    margin: auto;
    
    font-size: 16px;
    color: #4C5356;
    letter-spacing: 0.2px;
    line-height: 24px;
    font-weight: 400;
}

#footerLine{
    width: 100%;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A8ADB3;
}

#footer .footer {
    background-color: #ffffff;
    height: 148px; 
    width: 100%;
}

#footer .footerInfoWrap{
    font-family: VWAGTheSans-Regular;
    width: 764px;
    text-align: center;
    margin: auto;
    display: flex;
    height: 48px;
    background-color: #ffffff;
}

#footer .logoColumn{
    text-align: center;
    margin-top: 19px;
}

#footer .infoVersion{
    font-family: VWAGTheSans-Regular;
    text-align: end;
    font-size: 14px;
    color: #A8ADB3;
    letter-spacing: 0.17px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
}

#uiTelephoneNumber{
    margin-left: 30px;
    margin-right: 30px;
}