@media screen and (min-width: 1200px){
    #main-menu {
        transform: translateX(6%);
    }
}

.dng-megamenu.header-split .primary_structure>li.logo-at.menu-logo {
    z-index: -1;
}

.cookieFloatContent #OpenCookieManager {
    right: unset;
    left: 10px;
    border-top-right-radius: 50px;
    border-top-left-radius: unset;
}

.cookieFloatContent #OpenCookieManager img {
    vertical-align: initial;
    position: relative;
    left: -4px;
}

.footerDetails h3 {
    font-family: 'Roboto';
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.footerDetails {
    padding: 40px 0px;
}

.footerGdpr a {
    text-wrap: nowrap;
}

.footerGdpr h4, .footerGdpr p, .footerGdpr a {
    color: white;
}

.footerGdpr .footerGDPRLinks {
    text-align: center;
    flex-basis: 24.5ch;
    flex-grow: 1;
    max-width: unset;
}

.footerDetails a:hover,
.footerGdpr a:hover {
	color: #787878;
}

.footerDetails .footerLogos {
    display: flex;
    gap: 10%;
}

.footerDetails .footerLogos img {
    width: 100px;
}

.footerGdpr {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

@media only screen and (max-width: 991px){
    .footer .footerGdpr {
        padding-bottom: 15px !important;
    }
}

.childPageDisplay .childPageItem {
	box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .3);
    border-top: 5px solid var(--accent-color);
    padding: 30px 20px;
    position: relative;
}

.childPageDisplay .childPageItem .childPageText a {
    color: black;
}

.childPageDisplay .childPageItem .childPageText a::after {
    content: '.';
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.childPageDisplay .childPageItem:hover {
    background-color: var(--accent-color);
}

.childPageDisplay .childPageItem:hover .childPageText a, .childPageDisplay .childPageItem:hover .childPageText {
    color: white;
}

.sectorChilds .childPageDisplay .childPageItem {
    position: relative;
    box-shadow: none;
    padding: 0;
    border-top: none;
}

.sectorChilds .childPageDisplay .childPageItem .childPageText a {
    position: absolute;
    color: transparent;
    height: 100%;
    width: 100%;
}

.sectorChilds .childPageDisplay .childPageItem:hover {
    background-color: transparent;
}

.sectorChilds .childPageDisplay .childPageItem img {
    width: 240px;
    height: 240px;
}

.sideMenu .childPageDisplay .childPageItem {
	box-shadow: none;
	border-top: none;
	padding: 0;
}

.sideMenu .childPageDisplay .childPageItem:hover{
	background-color: transparent;
}

.sideMenu .childPageDisplay {
	display: block;
}

.sideMenu .childPageDisplay .childPageItem h3 {
	font-size: 1rem;
}

.sideMenu .childPageDisplay .childPageItem:hover .childPageText a {
	color: var(--accent-color);
}

.sideMenu .childPageDisplay .childPageItem .childPageText a {
	position: relative;
}

.sideMenu .childPageDisplay .childPageItem .childPageText a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: var(--accent-color);
    transition: width 0.3s ease-in;
    top: unset;
}

.sideMenu .childPageDisplay .childPageItem:hover .childPageText a::after {
    width: 100%;
}

.sideMenu .childPageDisplay .childPageItem p, 
.sideMenu .childPageDisplay .childPageItem img {
    display: none;
}

.ourPeople .childPageDisplay .childPageItem {
	box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .3);
	border-top: none;
    padding: 0;
	display: grid;
    width: fit-content;
}
.ourPeople .childPageDisplay{
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 991px) and (min-width: 768px){
	.ourPeople .childPageDisplay {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.ourPeople .childPageDisplay {
		grid-template-columns: repeat(1, 1fr);
	}
}

.ourPeople .childPageDisplay .childPageItem:hover {
	background-color: transparent;
}

.ourPeople .childPageDisplay .childPageItem:hover .childPageText a {
	color: black;
}

.ourPeople .childPageDisplay .childPageItem .childPageText {
	order: 2;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.ourPeople .childPageDisplay .childPageItem .childPageText:hover a {
    color: var(--accent-color);
}

.ourPeople .childPageDisplay .childPageItem .childPageText h3 {
    font-size: 1.5rem;
}

.ourPeople .childPageDisplay .childPageItem img {
	order: 1;
}

.ourPeople .childPageDisplay .childPageItem .childPageText p:empty {
    display: none;
}


.footer .footerDetails .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.footer .footerDetails .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.footer .footerDetails .col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.footer .footerDetails .col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.footer .footerDetails .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 350px) {
    .footer .footerDetails .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	.footer .footerDetails .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

	.footer .footerDetails .col-sm-4 {
		flex: 0 0 33%;
        max-width: 33%;
	}
}

@media (min-width: 768px) {
    .footer .footerDetails .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	.footer .footerDetails .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .footer .footerDetails .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	.footer .footerDetails .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
	.footer .footerDetails .col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.footer .footerDetails .col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}




