#footer-01 .sub-menu > li:first-child {
    display: none;
}

footer a {
    text-decoration: unset;
}
.widget-area .col .col-container-inner > *:not(:last-child),
#widget-03 .menu > li {
    margin-bottom: 2.6vw; /* 50 */
}

div#widget-01 {
    width: 21.88vw; /* 420 */
}
div#widget-03 {
    width: 8.85vw; /* 170 */
}
div#widget-02 {
    width: calc(100% - 8.85vw - 21.88vw); /* 1770  420 */
}

/* Contact section 
----------------------------------------*/
    footer .contact-footer-section p {
        margin-bottom: 0 !important;
    }
    footer .footer-address.address.sm-sz {
        padding-bottom: 2.08vw; /* 40 */
    }
    footer .footer-phone.phone {
        margin-bottom: 0.63vw; /* 12 */
    }
    .footer-vert-divider {
        margin: 0 0.31vw; /* 6 */
    }
    footer .contact-footer-section a, 
    #widget-01 .footer-vert-divider {
        color: var(--color_5);
    }    

/* First Voice a/ Title a 
----------------------------------------*/
    footer .widget-title *,
     footer ul.menu > li > a {
        display: block;
        font-family: var(--bd-font);
        color: var(--color-white);
        text-transform: uppercase;
    }
    footer .widget-title > *,
    footer ul.menu > li.menu-item-has-children > a {
        padding-bottom: 1.2vw; /* 23 */
    }    

    #footer-01 #widget-02 .sub-menu > li:first-child {
        display: block;
    }
    footer #widget-02 .menu-item-has-children > a {
        font-size: 0.78vw; /* 15 */
        font-family: var(--md-font);
        display: block;
        padding-bottom: 0;
        margin-bottom: 0.42vw; /* 8 */
    }
    
    #widget-02 .widget-content {
        column-count: 2;
        column-gap: 1.56vw; /* 30 */
    }
    #widget-02 .widget-content > .menu {
        display: inline-block;
        width: 100%;
        margin: 0 0 1.3vw; /* 25 */
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }    

/* Sub Menu
----------------------------------------*/
    footer ul.sub-menu > li >  a {
        font-family: var(--md-font);
        font-size: 0.78vw; /* 15 */
        color: var(--color_5-);
    }
    #footer-01 .footer-widget ul.sub-menu li {
        margin-bottom: 0.42vw; /*8*/
    }
    #footer-01 .footer-widget .menu li:last-child {
        margin-bottom: 0;
    }

/* When Column Widget got multiple rows
----------------------------------------*/
    #footer-01 .multiple-footer-rows .footer-widget:not(:first-child) {
        margin-top: 2.083vw; /*40*/
    }

/* Social 
----------------------------------------*/
    .footer-social .social-links {
        justify-content: flex-end;
    }
    .gray-social .single-social a {
        background-color: rgb(255 255 255 / 10%);
        transition: background-color 0.3s ease-in-out;
    }
    .gray-social .single-social a:hover {
        background-color: rgb(255 255 255 / 15%);
    }    
    .gray-social .single-social a svg {
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }
    .gray-social .single-social a:hover svg {
        opacity: 1;
    }        

/* Footer notes
----------------------------------------*/
    #footer-notes * {
        font-size: 0.68vw; /* 13 */
        font-family: var(--md-font);
        line-height: 1;
    }
    #footer-notes p,
    #footer-notes a {
        margin-bottom: 0;
    }
    .footer-notes-container {
        gap: 10px 0;
    }
    #footer-notes .footer-vert-divider {
        margin: 0 0.36vw; /* 7 */
        font-size: 0.73vw; /* 14 */
        font-family: var(--rg-font);
    }
    .copyright-text > span:last-of-type {
        display: none;
    }
    .custom-cookie-anchor {
        background-color: unset !important;
        margin-top: unset;
        padding: unset;
        transition: color 0.3s ease-in-out;
    }
    .custom-cookie-anchor:hover {
        color: #b3c7d2 !important
    }

/* Remove Mobile settings from Desktop
----------------------------------------*/
    #footer-01.desktop-footer .footer-menu-toggle {
        display: none;
    }
    #footer-01.desktop-footer .sub-menu {
        display: block !important;
    }

/* Hover effect
----------------------------------------*/
    footer a {
        transition: color 0.3s ease-in-out;
    }
    footer a:hover {
        color: #b3c7d2 !important;
    }

/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- MEDIA QUERY ----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------*/

/* Full hd
------------------------------------------------------------*/
    @media screen and (max-width: 1920px) {
        /* Contact section 
        ----------------------------------------*/
            footer .footer-phone.phone {
                margin-bottom: 12px; /* 12 */
            }
            .footer-vert-divider {
                margin: 0 6px; /* 6 */
            }  

        /* First Voice a/ Title a 
        ----------------------------------------*/
            footer #widget-02 .menu-item-has-children > a {
                font-size: 15px; /* 15 */
                margin-bottom: 8px; /* 8 */
            }
            
            #widget-02 .widget-content > .menu {
                margin: 0 0 25px; /* 25 */
            }    

        /* Sub Menu
        ----------------------------------------*/
            footer ul.sub-menu > li >  a {
                font-size: 15px; /* 15 */
            }
            #footer-01 .footer-widget ul.sub-menu li {
                margin-bottom: 8px; /*8*/
            }

        /* Footer notes
        ----------------------------------------*/
            #footer-notes * {
                font-size: 13px; /* 13 */
            }
            #footer-notes .footer-vert-divider {
                margin: 0 7px; /* 7 */
                font-size: 14px; /* 14 */
            }
    }

@media screen and (max-width: 1440px) {
    div#widget-02 {
        width: calc(100% - 10.85vw - 23.88vw);
    }
    div#widget-03 {
        width: 10.85vw;
    }
    div#widget-01 {
        width: 23.88vw;
    }

    #footer-01 .footer-widget ul.sub-menu li {
        margin-bottom: 6px;
    }
    footer .footer-address.address.sm-sz {
        padding-bottom: 24px;
    }
    .widget-area .col .col-container-inner > *:not(:last-child), 
    #widget-03 .menu > li {
        margin-bottom: 30px;
    }    
}

/* Exsm Laptops ok until 993
------------------------------------------------------------*/
    @media screen and (max-width: 1280px) {
        footer .footer-phone.phone {
            margin-bottom: 8px;
        }        
        footer ul.sub-menu > li > a {
            font-size: 13px;
        }
        footer #widget-02 .menu-item-has-children > a {
            font-size: 13px;
        }
        footer .footer-address.address.sm-sz {
            padding-bottom: 20px;
        }
        .widget-area .col .col-container-inner > *:not(:last-child), 
        #widget-03 .menu > li {
            margin-bottom: 28px;
        }
        #footer-01 .footer-widget ul.sub-menu li {
            margin-bottom: 2px;
        }
	}


    @media screen and (max-width: 1280px) {
        div#widget-02 {
            width: calc(100% - 10.85vw - 26.88vw);
        }
        div#widget-01 {
            width: 26.88vw;
        }
        div#widget-03 {
            width: 10.85vw;
        }
        #widget-02 .widget-content {
            column-gap: 10px;
        }
    }

/* Tablet Portrait / Mobile starts
------------------------------------------------------------*/
    @media screen and (max-width: 992px) {

    	/* Font size of voices */
    	#footer-01.mobile-footer .xsm-sz * {
		    font-size: 14px;
		}

		/* Footer grid structure */
        #footer-01.mobile-footer .widget-area {
            grid-template-columns: 1fr;
            grid-row-gap: 0;
        }

        /* Widget 01 / Logo + Content margin */
		#footer-01.mobile-footer #widget-01 {
		    margin-bottom: 60px;
		}
		#footer-01.mobile-footer #widget-01 img {
		    margin-bottom: 20px;
		}

		/* Reset top margin of multiple voices in a single column */
		#footer-01.mobile-footer .multiple-footer-rows .footer-widget:not(:first-child) {
		    margin-top: 0;
		}

		/* Menu list and Sub Menu */
        #footer-01.mobile-footer .menu li {
            margin-bottom: 0;
        }
		#footer-01.mobile-footer .footer-widget .sub-menu {
		    padding-top: 20px;
		    padding-bottom: 40px;
		}
        #footer-01.mobile-footer .sub-menu > li:first-child {
            display: block;
        }
		#footer-01.mobile-footer .footer-widget ul.sub-menu li {
		    margin-bottom: 1em;
		    padding-bottom: 1em;
		    border-bottom: 1px solid var(--color_1-);
		    opacity: .8;
		}
		#footer-01.mobile-footer .footer-widget ul.sub-menu li:last-of-type {
		    border-bottom: 0;
		    margin-bottom: 0;
		}
        #footer-01.mobile-footer .menu > li > a {
            display: block;
            position: relative;
            padding: 20px 0;
            border-top: 1px solid var(--color_1-);
        }
        #footer-01.mobile-footer .sub-menu {
            display: none;
        }

        /* Toggle and Arrow */
        #footer-01.mobile-footer .footer-menu-toggle {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 10px;
        }
        #footer-01.mobile-footer .footer-menu-toggle .footer-arrow svg {
            width: 15px;
            height: 15px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.125s ease-in-out;
        }
        #footer-01.mobile-footer .sub-menu-open .footer-menu-toggle .footer-arrow svg {
            transform: rotate(90deg);
        }

        /* Social */
        #footer-01.mobile-footer .widget-social-network-text {
		    margin-top: 40px;
		}

    }


/* Mobile Landscape and Portrait */
    @media screen and (max-width: 600px) {

    	/* Widget 01 / Logo margin */
		#footer-01.mobile-footer #widget-01 {
		    margin-bottom: 40px;
		}

		/* Menu list and Sub Menu */
		#footer-01.mobile-footer .menu > li > a {
		    padding: 18px 0 14px 0;
		    font-size: 14px;
		}
		#footer-01.mobile-footer .footer-widget .sub-menu {
		    padding-top: 10px;
		    padding-bottom: 30px;
		}

		/* Toggle and Arrow */
		#footer-01.mobile-footer .footer-arrow {
		    width: 12px;
		    height: 15px;
		}
		#footer-01.mobile-footer .footer-menu-toggle .footer-arrow svg {
		    width: 12px;
		    height: 12px;
		}

		/* Footer notes */
		body #footer-01.mobile-footer #footer-notes * {
		    font-size: 12px;
		}
		#footer-01 .footer-notes-container .copyright-text p:first-of-type:after {
		    content: none;
		}
		#footer-01 .copyright-text p:not(:first-child) {
		    margin-top: 12px;
		}
		#footer-01.mobile-footer .copyright-text p:first-child {
		    margin-right: 0;
		    padding-right: 0;
		}
		#footer-01 .cookie-policy {
		    margin-top: 12px;
		}
    }

