/***********************************************
Global Data Exchange - WorldLink customizations
v1.0.0.0 - (c) Global Data Exchange 2015
***********************************************/



body {
    width: 100%;
    height: 100vh;
    background: url(https://i.ibb.co/GcyGmtV/achtergronddks.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    position: hide;
    left: hide;
    right: hide;
    top: hide;
    bottom: hide;
}

#header {
    background-color: transparent;
    display: none;
}

#menubar {
    background: transparent;
    min-height: hide;
}

.imgW125_logo {
    background-image: url(https://i.ibb.co/4pSXdy2/multiplelogo.png);
    width: 40em;
    height: 6em;
}

.imgW112_menulogo {
    background-image: url(https://i.ibb.co/4pSXdy2/multiplelogo.png);
    width: 40em;
    height: 6em;
}

html.desktop.landscape.size1200 .autoWidth, html.desktop.landscape.size1280 .autoWidth {
    width: 100%;
}