:root{
    --fixed-footer-height: 25px;
}

.fixed{
    position: fixed;
    height: var(--fixed-footer-height);
    background-color: #cad4de;
    color: #366276;
    z-index: 3;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 25px;
    font-size: 1em;
    line-height: 1.571em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    bottom: 0;
    overflow: hidden;
    width: 100vw;
    left: 0;
}

footer{
    position: relative;
    flex-shrink: 0;
    width: 100vw;
    
}

.contact img{
    position: absolute;
}

.leftside{
    position: relative;
    float: left;
    margin: 0 0 0 65px;
    font-weight: 300;
    display: flex;
    flex-direction: row;

    display: flex;
    justify-content: center;
}

.leftside p {
    margin-right: 20px;
    margin-left: 0;
    margin-top: 0 !important;
}

.rightside {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 65px 0 0;
    position: absolute;
    right: 0;
    gap: 2em;
    float: right;
  }

  #trademark:after {
    content: "© 2024 - Werk en Zin";
  }

  .email::after {
    content: "info@werkenzin.nl";
  }
  
.phone::after{
    content: "085-3695124"
}

  .picto {
    height: 20px;
    margin-top: 2px;
  }


.contact a p{
    margin: 0 0 0 25px;
    color: #366276;
}

.contact a{
    text-decoration-color: #366276;
}

.nodec:hover{
    color: #1a526c;
}

.juridisch{
    color: #366276;
}

.juridisch:hover{
    color: #1a526c;
}

@media (max-width: 925px){
    .leftside{
        display: none;
    }

    .rightside {
        position: relative;
        float: none;
        margin: 0 auto;
      }
    .contact{
        margin: auto 30px;
    }
}

@media (max-width: 925px){
    :root{
        --fixed-footer-height: 50px;
    }
    .rightside{
        display: block;
        margin: 0 auto;
    }
    .contact{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
