
.bundmenu {
	grid-column: 1/23;
	grid-row: 46/47;
	z-index:100;
    background-color: #f9f9f9;
	color:#fff;
	display: grid;
		grid-gap: 0px;
		grid-template-columns: 10px auto auto repeat(20, 1fr) auto auto 10px;
		grid-template-rows: 10px repeat(30, auto) 10px;
   }

/* General Footer Styles */
.footer {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center all content vertically */
    align-items: center; /* Center all content horizontally */
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    height: 100vh; /* Make footer take up full screen height if needed */
}

/* Connect Section */
.footer-connect {
    margin-bottom: 15px;
}

h3.footer-title {
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	color: #000;
	justify-content: center;
}

.footer-connect {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

/* Icons Section */
.footer-icons {
	grid-column: 1/-1;
	grid-row: 3/4;
    display: flex; /* Use Flexbox for alignment */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    gap: 20px; /* Space between icons */
    padding: 20px; /* Optional: Add some spacing around icons */
}

/* Icon styling */
.icon-link {
    font-size: 24px; /* Adjust size of icons */
    color: #333; /* Default color */
    text-decoration: none;
    transition: color 0.3s; /* Smooth hover effect */
}

.icon-link:hover {
    color: #0073b1; /* Change to LinkedIn blue (or any other color) on hover */
}

/* Copyright Section */
.footer-copyright {
	grid-column: 1/-1;
	grid-row: 6/7;
	justify-content: center;
    font-size: 12px;
    color: #666;
	text-align: center;
}

/* Font Awesome Import (Optional if not included in the project) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');






h3.bund_overskrift_1
{
	grid-column: 2/14;
	grid-row: 3/4;
	color: #fff;
	font-size: 15px;
    }

h3.bund_overskrift_2
	{
	grid-column: 16/24;
	grid-row: 3/4;
	color: #fff;
	font-size: 15px;
    }
   
h3.bund_overskrift_3
	{
	grid-column: 2/14;
	grid-row: 6/7;
	color: #fff;
	font-size: 15px;
	margin-top:10px;
    }

h3.bund_overskrift_4
	{
	grid-column: 16/24;
	grid-row: 7/8;
	color: #fff;
	font-size: 15px;
	margin-top:10px;
    }
	

	
a.link_1
{
	grid-column: 2/14;
	grid-row: 4/5;
	font-size: 14x;
	color:#fff;
	text-decoration:none;
    }
	
a.link_2
{
	grid-column: 2/14;
	grid-row: 5/6;
	font-size: 14x;
	color:#fff;
	text-decoration:none;
    }
	
a.link_11
{
	grid-column: 2/14;
	grid-row: 6/7;
	font-size: 14x;
	color:#fff;
	text-decoration:none;
    }

a.link_12
{
	grid-column: 2/14;
	grid-row: 7/8;
	font-size: 14x;
	color:#fff;
	text-decoration:none;
    }

a.link_3
{
	grid-column: 16/24;
	grid-row: 4/5;
	font-size: 14x;
	color:#fff;
	text-decoration:none;
    }

a.link_4
{
	grid-column: 16/24;
	grid-row: 5/6;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}

a.link_5
{
	grid-column: 2/14;
	grid-row: 7/8;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}
	
a.link_6
{
	grid-column: 2/14;
	grid-row: 8/9;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}

a.link_7
{
	grid-column: 2/14;
	grid-row: 9/10;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}
	
a.link_8
{
	grid-column: 16/24;
	grid-row: 7/8;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}	
	
a.link_9
{
	grid-column: 2/14;
	grid-row: 6/7;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}
	
	
	
a.link_10
{
	grid-column: 16/24;
	grid-row: 8/12;
	font-size: 14x;
    color:#fff;
	text-decoration:none;
	}
	
img.link_10
	{
	grid-column: 16/24;
	grid-row: 12/14;
	font-size: 14x;
    }

/*  Mest søgte  */
	


	
.footer-container {
    grid-column: 1/-1; 
    grid-row: 2; 
    background-color: #f8f9fa;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Default layout for larger screens */
.footer-section {
    width: 23%;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Mobile-friendly styles */
@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
		text-align: center; 
    }

    .footer-metrics {
        flex-direction: column;
        text-align: center;
        display: flex; /* Ensure it shows up on mobile */
    }
}

.contact-info {
	text-align: center; 
	margin: 0 auto; 
	
}

.footer-section-about {
	grid-column: 2; 
	grid-row: 2; 

font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section-employers {
	grid-column: 4; 
	grid-row: 2; 

font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section-talent {
	grid-column: 6; 
	grid-row: 2; 

font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section-connect {
	grid-column: 8; 
	grid-row: 2; 

font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section h3 {
    margin-bottom: 1rem;
font-size: 1.125rem;
    line-height: 1.75rem;
font-weight: 600;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--tw-text-opacity: 1;
    color: rgb(64 62 67 / var(--tw-text-opacity));
}

.footer-section p {
font-size: .875rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));	
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section ul {
    list-style: none;
    padding: 0;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section ul li {
    margin-bottom: 10px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
	    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
	font-size: .875rem;
    line-height: 1.25rem;
}

.footer-section ul li a {
    text-decoration: none;
    transition: 0.3s;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
	    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
	font-size: .875rem;
    line-height: 1.25rem;
}

.footer-section ul li a:hover {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.contact-info p {
    margin: 5px 0;

    align-items: center;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1.25rem;
	text-align: center; 
	
}

.contact-info i {
    margin-right: 8px;
    color: #007bff;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;

}

.footer-icons a {
    font-size: 20px;
    color: #555;
    transition: 0.3s;
}

.footer-icons a:hover {
    color: #007bff;
}

.footer-metrics {

    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
    background: #e9ecef;
    padding: 20px;
    border-radius: 8px;
	width: 100%; 
	margin: 0 auto; 
	margin-top: 20px; 
	display: none; 
}

.metric {
    flex: 1;
}

.metric span {
    font-size: 22px;
    font-weight: bold;
    color: #007bff;
}

.metric p {
    font-size: 14px;
    color: #555;
}

.footer-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    width: 100%;
}

	