.footer
{
  background-color: var(--footer-color);
  /* color: aliceblue; */
  position: relative;
  height: auto;
  z-index: 300;
}
.footer.short
{
    height: auto;
    width: 100vw;
}
.footer.stickshort
{
    position: fixed;
    height: auto;
    bottom: 0px;
    width: 100vw;
}

#popup-newsletter {
  position: relative;
}

#popup-contactform {
  position: relative;
}

.dissapearing_form.open 
{
    max-height: 400px; 
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.5s ease; 
    display: block;
}
.dissapearing_form
{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.5s ease;
}

/* .footer
{
  border-right: 1px solid ;
  padding-right: 0.5vw;
  display: inline-block;
} */

.footer-item-contact 
{
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 15px;    
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}


.footer-item-contact>.address>.title
{
  font-family: 'regular-sans';
  font-size: 11px;   
  font-weight: bold;
  color: var(--colour-white);
}

.footer-item-contact>.address>.content
{
  color: var(--colour-ltgray);
  font-family: 'regular-sans';
}

.footer-item-contact>.social-media
{
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}


/* .footer-item-contact>.social-media>*
{
    color: var(--colour-white);
    font: normal normal normal 14px/1 FontAwesome;
} */



.footer
{
  border-right: 0;
}

.footer-line-break {
  height: 9px;
}

.footer-disclamer 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'regular-sans';
    color: var(--footer-colour-ltgray);
    padding-top: 7px;
    font-size: 9px;
    padding: 8px var(--header-margin);
    letter-spacing: 1.1px;
    overflow: hidden;
}



.footer-disclamer>.links
{
    display: flex;
    flex-direction: row;
}

.footer-disclamer>.links>.link
{
    text-decoration: none;
    cursor: pointer;
    border-right: 1px solid var(--footer-colour-ltgray);
    color: var(--footer-colour-ltgray);
    padding-left: 10px;
    padding-right: 10px;

    display: flex;
    align-items: center;


    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.footer-disclamer>.copyright-info
{
    padding-bottom: 3px;
    padding-top: 3px;
}

.footer-disclamer>.links>.link:hover
{
    /* padding: 0px 5px; */
    text-decoration: none;
    /* color: red; */
    color: var(--footer-colour-white);
}

.footer-disclamer>.links>.link:last-child
{
    border-right: none;
}

.europe-map {
  height: 140px;
  position: absolute;
  top: 0px;
  left: 25vw;
}

.europe-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-information 
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--footer-colour-ltgray);
    padding-top: 20px;
    padding-left: var(--header-margin);
    padding-right: var(--header-margin);
  /* color: aliceblue; */
}
.footer-information.short 
{
    display: none;
}

.footer-forms-button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: none;
  border-color: var(--colour-company);
}

.footer-forms-button img {
  width: 100%;
  height: 100%;
}

.footer-forms-button :hover{
    cursor: pointer;
}


.footer-forms 
{
    display: flex;
    position: absolute;
    top: -25px;
    right: var(--header-margin);
    justify-content: space-evenly;
    width: 200px;
    align-items: flex-end;
}

.footer-forms-cont
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* color: var(--colour-white); */
    color: var(--footer-colour-ltgray);
    cursor: pointer;
}
.footer-forms-cont:hover
{
    color: var(--footer-colour-white);
    /* color: var(--colour-ltgray);   */
}


.footer-forms-title
{
    padding-top: 2vh;
    font-family: 'regular-sans';
    font-size: 11px;
    letter-spacing: 1.1px;
    white-space: nowrap;
}


.social-media-icons{
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 54px;
}

/* .social-media-icons a {
  color: aliceblue;
} */

.social-media-icons a:hover {
  color: grey;
}

.forms-and-icons {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
/* .fa */
.sc_ic
{
  width: 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  /* color: red; */
}
.sc_ic img 
{
    width: 12px;
    height: 100%;
}
/* .sc_ic>*
{
    height: 20px;
    font-size: 30px;;
    width: 20px;
} */

/*

IN PORGRESS */
.pagebody a.sc_ic {
    /* color: red; */
  color: var(--footer-colour-ltgray);
  }
.pagebody a.sc_ic:hover
{
    /* color: red; */
    color: var(--footer-colour-white)
}


.wechat_image_cont
{
    display: none;
}

.footer-links a:hover {
  color: grey;
}

.scroll-button.short 
{
    display: none;
}

.vp_phone [href^=tel] {
    text-decoration:inherit;
    color: inherit;
 }

@media (max-width: 900px), (max-height: 500px)
/* @media (max-width: 900px)  and (orientation:portrait) */
{
    .footer-information {
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
        height: fit-content;
        /* padding-top: 20px; */
        padding-bottom: 20px;
    } 

    .footer-disclamer>.links.short
    {
        display: none;
    }

    
    .footer.stickshort
    {
        height: 20px;
        /* height: 35px; */
        /* height: 500px;
        border: 1px solid red; */
    }
    
    .footer
    {
        /* border-right: 1px solid ;
        margin-right: 7px;
        padding-right: 7px; */
        display: inline-block;
    }
  

    .footer-forms 
    {
        gap: 20px;
        width: 160px;
    }
    .footer-item-contact
    {
        padding-bottom: 4px;

    }
    .footer-item-contact>.social-media
    {

        /* border: 1px solid red; */
        height: 30px;
        width: 100vw;
        position: absolute;
        bottom: 65px;
        left: 0px;
    }

    /* .sc_ic
    {
        width: 30%;
    }
    .sc_ic:nth-last-child(-n + 4)
    {
        width: 25%;
    } */


    .footer-disclamer 
    {
        width: calc(100% - 20px);
        height: fit-content;
        padding: 0px;
        /* padding-left: 0px;
        padding-right: 0px; */
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
        
        flex-direction: column;
        align-items: center;
        /* padding: 8px 0px;
        margin: 0px 10px; */
    }
    .footer-disclamer>.links
    {    
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 25px;
        border-bottom: 1px solid var(--footer-colour-ltgray);
    }


    .footer-news-letter-div:hover{
        color: white;
    }
    
    .footer-contact-form-div:hover{
        color: white;
    }


    .footer-disclamer>.copyright-info
    {
        /* padding: 10px 0px; */
        padding-right: 12px;
        /* border: 1px solid red; */
        /* padding-top: 5px; */
        /* padding-top: 3px;
        padding-bottom: 2px; */
    }

}