#layout {
    flex-direction: column !important;
    overflow-y: auto !important;
    height: 100% !important;
}

#layout-content {
    flex-shrink: 0 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
}

#dvfooter {
    flex-shrink: 0;
    background-color: #293133 !important;
    width: 100%;
    padding: 30px 0 10px;
    box-sizing: border-box;
}

.dvf-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 20px;
}

.dvf-col {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.dvf-btn {
    background-color: #1c9dd7 !important;
    color: #fff !important;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

.dvf-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}

.dvf-eu-text {
    font-size: 11px;
    text-align: left;
    color: #D9D9D9;
    margin: 0;
    line-height: 1.5;
}

.dvf-copy {
    text-align: center;
    color: #d9d9d9;
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 10px;
}

@media (max-width: 600px) {
    .dvf-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .dvf-col {
        flex: 1 1 100%;
        width: 100%;
    }
    .dvf-eu-text {
        text-align: center;
    }
/* XALKIS */
    #dvfooter { 
	margin-top: 200px;
    }
}

#logo {
	content: url('../../elastic/images/ingenium-europe-logo-kalo.svg');
	width:200px; 
	height:auto;

}
