a.dropdown-item {
    color: black !important;
}

li.lang-item {
    list-style: none;
    margin-left: 20px;
   
}

.wp-post-image {
    width: auto !important;
    margin-bottom: 20px;
}


.topbar  .d-flex {
    float:right;
}

.general-info p {
    color: black;
    font-size: 15px;
}

.home #content {
    background-image: none !important;
    width: 100%;
    min-height: 100vh;
    background-color: #E6E6E6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info .main-panel-topbar {
    text-align: left;
    padding: 11px 40px;
}

#content {
    background-image: url('https://ossenmarkt.coffeeandcoding.nl/wp-content/uploads/2024/07/body-bg.png');
    width: 100%;
    min-height: 100vh;
    background-color: #E6E6E6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.general-info h4, .side-panel-topbar h3, .main-panel-content h4, .main-panel-content h5, .brand-info h2 {
    color: black !important;
}

.info h4, .info h5 {
    color: var(--content-clr);
    font-weight: 700;
    margin-bottom: 0;
}

.page-template-default h4 {
    margin-bottom: 10px;
}

.page-template-default h4:not(:first-of-type) {
    margin-top: 15px;

}

.page-template-default h5 {
    margin-top: 10px;
    margin-bottom: 0;
}


.brown-btn::before {
    content: "\f64d";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    color: white;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}

.home p a, .main-panel-content a, .main-panel-content a:visited, .main-panel-content a span, .main-panel-content a span b, .main-panel-content span u, .main-panel-content a span u, .main-panel-content u  {
    color: #9c670b;
    text-decoration: none;
    cursor: pointer;
    /* font-weight: bold; */

}

.home p a:hover, .main-panel-content  a:hover, .main-panel-content a span:hover, .main-panel-content a span b:hover, .main-panel-content a span u:hover {
    text-decoration: underline !important;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
    color: #3d2804;
}

.page-template-default ul {
    margin-bottom: 0;
}

.page-template-default p {
    margin-bottom: 10px;
}

.slick-next::before {
    content: '\f285' !important;

}

.slick-prev::before {
    content: '\f284' !important;

}

a.team-name {
    text-decoration: none;
}

.menu-item > a.active, .menu-item > a.nav-link:hover {
    text-decoration: underline;
}


    /* 
    OUDE CONTAINER
    header > nav.navbar {
        margin-left: 3em;
    }


    .topbar > .container > .row {
        margin-left: 1.2em;
    } */

.map-content > p, .map > p {
    margin-bottom: 0;
}


/* Zorg ervoor dat de dropdown wordt weergegeven bij hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Standaard verberg de dropdown */
.navbar-nav .dropdown-menu {
    display: none;
    transition: display 0.3s ease-in-out;
}

/* Zorg ervoor dat de dropdown soepel naar beneden komt */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}



.dropdown-item.active, .dropdown-item:active {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}


.medical-head {
	background-color: var(--green-clr) !important;
	
}

.medical-head h4 {
    color: var(--white-clr);
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --green-clr: #4DBC58;
    --green-rgb: 77, 188, 88;
    --green050: rgba(var(--green-rgb), 0.50);
    --brown-clr: #9C670B;
    --pink-clr: #EE3030;
    --content-clr: #4C4C4C;
    --white-clr: #ffffff;
    --side-panel-bg: #EEE1CA;
	--card-shadow: 0px 6px 25px 0px rgba(0,0,0,0.25);
}


*{
    margin: 0;
    padding: 0;
}


body{
    font-family: "Open Sans", sans-serif;
    width: 100%;
    min-height: 100vh;
    background-color: #E6E6E6;
    background-image: url('../images/body-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}

.border-end {
	border-right: 1px solid #B5ACAC !important;
}

.content{
    color: var(--content-clr);
}

.para-content{
    color: black;
    /* opacity: 75%; */
}

.home .para-content {
    font-size: 15px;
}

.brand-info h2 {
    font-size: 25px;
}
.topbar {
    position: relative;
    padding: 25px 0px;
    background-color: var(--white-clr);
    box-shadow: 0px 6px 25px 0px #00000040;
}
.logo-wrap{
    display: flex;
    align-items: center;
    column-gap: 17px;
}
.nav-brand{
    width: 21px;
}
.nav-brand a , .nav-brand a img{
    display: block;
    width: 100%;
}
.brand-info h2 a{
    transition: .2s all;
    color: var(--content-clr);
}
.brand-info h2 a:hover{
    text-decoration: none;
}
.brand-info p{
    font-size: 15px;
}

.theme-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    column-gap: 6px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white-clr);
    transition: .2s all;
    border: 0;
    outline: none;
	white-space: nowrap;
}
.theme-btn i{
    display: flex;
    font-size: 16px;
}
.theme-btn i::before{
    font-weight: 700 !important;
}
.theme-btn:hover{
    color: var(--white-clr);
    box-shadow: none;
    font-weight: 800;
}
.brown-btn.px-4 {
    padding: 8px 12px !important;
}

.brown-btn {
    background-color: var(--brown-clr);

}
div.sidebar-panel-btn-wrap > a > i.bi-arrow-left {
    display: none;
}
.pink-btn{
    background-color: var(--pink-clr);
}
.green-btn{
    background-color: var(--green-clr);
}
.btn-shadow{
    box-shadow: 0px 6px 25px 0px #00000040;
}

.topbar-right-content {
    display: flex;
    align-items: start;
    column-gap: 23px;
    justify-content: end;
	flex-direction: row;
}

.search-form{
    position: relative;
}
.search-form button {
    position: absolute;
    opacity: .3;
    font-size: 21px;
    left: 10px;
    top: 2px;
    padding: 0;
}
.search-form {
    max-width: 200px;
}
.search-form input{
    box-shadow: none !important;
    padding-left: 40px;
}
.search-form input::placeholder{
    color: #999999;
    font-weight: 300;
}
.search-form input:focus{
    border-color: var(--green-clr);
}

header{
    background-color: var(--green-clr);
    box-shadow: 0px 6px 25px 0px #00000040;
}
.navbar-nav > li > a{
    color: var(--white-clr) !important;
    font-weight: 300;
}

.heading-bar{
    text-align: center;
    background-color: var(--brown-clr);
    padding: 36px 20px;
    color: var(--white-clr);
    box-shadow: 0px 6px 25px 0px #00000040;
    position: relative;
    z-index: 1;
}

.side-panel-topbar{
    text-align: center;
    background-color: var(--white-clr);
    color: var(--content-clr);
    box-shadow: 0px 5.95px 24.8px 0px #00000040;
    padding: 11px 15px;
}

.main-panel-topbar{
    background-color: var(--green-clr);
    color: var(--white-clr);
    text-align: center;
    box-shadow: 0px 6px 25px 0px #00000040;
    padding: 11px 15px;
}

.sidebar-panel-links-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    padding: 30px 22px;
}

.sidebar-panel {
    position: sticky;
    background-color: var(--side-panel-bg);
    box-shadow: 0px 5.95px 24.8px 0px #00000040;
    border-radius: 0px 0px 0px 34px;
    top: 0;
}

.sidebar-panel-link-item {
    width: 46%;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    outline: 5px solid transparent;
    text-align: center;
    text-decoration: none;
    transition: .3s all;
    box-shadow: 0px 5.95px 24.8px 0px #00000040;
}
.sidebar-panel-link-item img {
    height: 60px;
    margin: 7px 0px 7px 0px;
}
.sidebar-panel-link-item:hover , .sidebar-panel-link-item.active{
    outline-color: var(--white-clr);
    box-shadow: none;
}


.sidebar-panel-link-item .link-footer{
    width: 100%;
    height: 26.78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-panel-link-item .link-footer p{
    color: var(--white-clr);
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-panel-link-item:first-child{
    background-color: #FF9467;
}
.sidebar-panel-link-item:first-child .link-footer{
    background-color: #EC7643;
}

.sidebar-panel-link-item:nth-child(2){
    background-color: #FF9E45;
}
.sidebar-panel-link-item:nth-child(2) .link-footer{
    background-color: #E4852F;
}

.sidebar-panel-link-item:nth-child(3){
    background-color: #FDCC51;
}
.sidebar-panel-link-item:nth-child(3) .link-footer{
    background-color: #D0A63C;
}

.sidebar-panel-link-item:nth-child(4){
    background-color: #C2EC4C;
}
.sidebar-panel-link-item:nth-child(4) .link-footer{
    background-color: #9ABB3A;
}

.sidebar-panel-link-item:nth-child(5){
    background-color: #4DBC58;
}
.sidebar-panel-link-item:nth-child(5) .link-footer{
    background-color: #4A9752;
}

.sidebar-panel-link-item:nth-child(6){
    background-color: #9593F9;
}
.sidebar-panel-link-item:nth-child(6) .link-footer{
    background-color: #7D7BD1;
}

.sidebar-panel-link-item:nth-child(7){
    background-color: #E375CB;
}
.sidebar-panel-link-item:nth-child(7) .link-footer{
    background-color: #BE62AA;
}

.sidebar-panel-link-item:nth-child(8){
    background-color: #FC7A7A;
}
.sidebar-panel-link-item:nth-child(8) .link-footer{
    background-color: #C55D5D;
}

.sidebar-panel-btn-wrap {
    text-align: center;
    padding: 30px 0px 70px 0px;
}

.main-panel-content{
    padding: 30px 40px;
    background-color: var(--white-clr);
    box-shadow: 0px 6px 25px 0px #00000040;
}

.fs-14{
    font-size: 14px;
}

.img-wrap{
    border-radius: 35px;
    overflow: hidden;
}

.button-wrap{
    display: flex;
    column-gap: 15px;
    margin-bottom: 25px;
	flex-flow: wrap;
	gap: 1rem !important;
}


footer{
    padding: 30px 0px;
    background-color: var(--brown-clr);
}

.footer-wrap{
    display: flex;
    column-gap: 60px;
    margin-left: 2em;
    margin-right: 2em;
    justify-content: space-between;
}
.footer-items {
    width: 20%;
}
.footer-items h5 , .footer-items p{
    color: var(--white-clr) !important;
    opacity: 1;
}
.footer-items p{
    font-weight: 300;
}
.footer-items ul li{
    list-style: none;
    margin-bottom: 5px;
}

.footer-items ul li a,  .footer-items a {
    transition: .2s all;
    color: var(--white-clr) !important;
    text-decoration: none;
}

.footer-items ul li{
    transition: .2s all;
    color: var(--white-clr);
   
}

.footer-items ul li a:hover, .footer-items a:hover{
    opacity: 1;
    text-decoration: underline;
    transition: .2s all;
}

.footer-items ul li strong{
    font-weight: bold;
}
.footer-logo{
    width: 150px;
    margin-top: 25px;
}

/* home page CSS */

.main-wrap{
	/*background-color: var(--white-clr);*/
	border-radius: 0px 0px 0px 35px;
	/*box-shadow: 0px 6px 25px 0px #00000040;*/
}
.general-info-wrap{
	background: var(--side-panel-bg);
	box-shadow: 0px 6px 25px 0px #00000040;
	padding: 30px 40px 20px 40px;
	border-radius: 0px 0px 0px 35px;
	height: 100%;
}

.mp-white-topbar{
	height: 50px;
	background-color: var(--white-clr);
	box-shadow: 0px 6px 25px 0px #00000040;
}

.mp-content{
	margin-top: -42px;
}

.overview-head h3{
	font-size: 1.625rem;
}

.overview-wrap {
	padding: 30px 59px 10px 60px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.overview-item{
	width: 46%;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    outline: 5px solid transparent;
    text-align: center;
    text-decoration: none;
    transition: .3s all;
    box-shadow: 0px 5.95px 24.8px 0px rgba(0,0,0, 0.25);
}

.overview-item img {
	height: 85px;
	margin: 10px 0px 8px 0px;
}
.overview-item .link-footer {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overview-item .link-footer p {
	color: var(--white-clr);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 22px;
	margin-bottom: 0;
}

.overview-item:first-child{
	background-color: #9593F9;
}
.overview-item:first-child .link-footer{
	background-color: #7D7BD1;
}
.overview-item:nth-child(2){
	background-color: #4DBC58;
}
.overview-item:nth-child(2) .link-footer{
	background-color: #4A9752;
}
.overview-item:nth-child(3){
	background-color: #C2EC4C;
}
.overview-item:nth-child(3) .link-footer{
	background-color: #9ABB3A;
}
.overview-item:nth-child(4){
	background-color: #FDCC51;
}
.overview-item:nth-child(4) .link-footer{
	background-color: #D0A63C;
}
.overview-item:nth-child(5){
	background-color: #FF9E45;
}
.overview-item:nth-child(5) .link-footer{
	background-color: #E4852F;
}
.overview-item:nth-child(6){
	background-color: #FF9467;
}
.overview-item:nth-child(6) .link-footer{
	background-color: #EC7643;
}


.announcement-wrap{
	padding: 30px 40px 10px 40px;
}
.announcement-inner{
	border-radius: 35px;
	box-shadow: 0px 6.01px 25.05px 0px rgba(0,0,0,0.25) inset;
	overflow: hidden;
}
.announcement-head{
	background-color: var(--brown-clr);
	padding: 10px;
	color: var(--white-clr);
}
.announcement-head h3{
	color: var(--white-clr);
	margin-bottom: 0;
}
.announcement-content{
	height: 446px;
	overflow-y: scroll;
}
.br-news-item{
	padding: 10px;
	text-align: center;
	min-height: 80px;
	color: black;
}
.br-news-item h6, .br-news-item p{
	font-size: 15px;
	line-height: 22px;
    color: black;
}
.br-news-item:nth-child(2n){
	background-color: var(--side-panel-bg);
}

.second-sec{
	box-shadow: var(--card-shadow);
}

.second-sec-topbar{
	background-color: var(--green-clr);
	height: 75px;
	box-shadow: 0px 6px 25px 0px #00000040;
	position: relative;
	z-index: 2;
}
.second-sec-topbar::after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 28%;
	height: 75px;
	background-color: var(--white-clr);
}

.sc-sec-content{
	position: relative
}

.sc-sec-content::after{
	content: "";
	background-color: var(--side-panel-bg);
	position: absolute;
	width: 20%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 0;
}

.sc-sec-head{
	margin-top: -54px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}

.review-item h6 {
    color: black;
}

.review-wrap{
	background-color: var(--green050);
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 35px;
	padding: 20px 40px;
}
.review-carousel{
	background-color: var(--white-clr);
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.25);
	border-radius: 35px;
	padding: 10px 22px;
}

.slick-prev {
	left: -37px;
}
.slick-next {
	right: -37px;
}
.slick-prev, .slick-next{
	width: auto;
	height: auto;
}
.slick-prev::before, .slick-next::before {
	font-family: bootstrap-icons !important;
	font-weight: 700;
	font-size: 35px;
	opacity: 1;
}
.slick-prev::before {
  content: '\f284';
}
.slick-next::before {
  content: '\f285';
}

.map-sec-head{
	margin-top: -75px;
	height: 75px;
	background-color: var(--white-clr);
	border-bottom-left-radius: 35px;
	margin-bottom: 0;
}

.map-sec-head h3{
	margin-bottom: 0;
	line-height: 75px;
}
.map-wrap{
	background-color: var(--side-panel-bg);
	padding: 16px 35px;
	position: relative;
	z-index: 1;
}

.map{
	overflow: hidden;
}
.map img{
	border-radius: 35px;
	overflow: hidden;
}

.medical-head{
	background-color: var(--white-clr);
	box-shadow: var(--card-shadow);
	padding-top: 10px;
	padding-bottom: 10px;
}


.medical-item{
	box-shadow: 0px 6.34px 26.4px 0px #00000040;
	max-width: 200px;
	max-height: 200px;
	border-radius: 35px;
	display: block;
	text-align: center;
	overflow: hidden;
	margin: auto;
	text-decoration: none;
}

.medical-item:hover, .overview-item:hover {
    outline-color: var(--white-clr);
    box-shadow: none;
    transition: 0.2s;
}
.medical-item img{
	height: 100px;
	margin: 10px 0px 8px 0px;
}

.medical-item .link-footer{
	height: 60px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center
}
.medical-item p{
	color: var(--white-clr);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 22px;
	margin-bottom: 0;
}


.blaze-orange-bg{background-color: #FF9467 !important}
.dark-blaze-orange-bg{background-color: #EC7643 !important}

.tomato-bg{background-color: #FC7A7A !important}
.dark-tomato-bg{background-color: #C55D5D !important}

.pink-bg{background-color: #E375CB !important}
.dark-pink-bg{background-color: #BE62AA !important}

.blue-bg{background-color: #9593F9 !important}
.dark-blue-bg{background-color: #7D7BD1 !important}

.green-bg{background-color: #4DBC58 !important}
.dark-green-bg{background-color: #4A9752 !important}

.seagreen-bg{background-color: #C2EC4C !important}
.dark-seagreen-bg{background-color: #9ABB3A !important}

.yellow-bg{background-color: #FDCC51 !important}
.dark-yellow-bg{background-color: #D0A63C !important}

.orange-bg{background-color: #FF9E45 !important}
.dark-orange-bg{background-color: #E4852F !important}

.team-wrap{
	padding: 45px 55px;
}

/*.team-carousel .member-item{
	margin: 9px;
}*/
.team-wrap2 {
    min-height: 160px;
    width: 100%;
}

.team-wrap2 {
    font-size: 12px;
}
.member-img img {
	width: 105px;
	height: 105px;
	border: 4px solid var(--brown-clr);
	border-radius: 50%;
	margin: auto;
	box-shadow: 0px 6.89px 28.69px 0px #00000040;
}

.member-content{
    color: var(--content-clr);
	font-size: 13px;
	line-height: 20px;
	text-shadow: 0px 5.66px 23.57px 0px #00000040;
	margin-top: 5px;
}

.team-carousel .slick-prev::before, .team-carousel .slick-next::before {
	color: #170E0E;
}
.team-carousel .slick-prev {
  left: -42px;
}

.team-carousel .slick-next {
  right: -42px;
}

.company-img{
	padding-left: 1rem;
	padding-right: 1rem;
}
.company-img img{
	border-radius: 35px;
	border: 8px solid var(--brown-clr)
}

.student-attention{
	border-right: 1px solid #B5ACAC;
}



@media (max-width: 575.98px){
	.logo-wrap{margin-bottom: 1rem;}
	.sidebar-panel {border-radius: 0;}
	.brand-info h2 {font-size: 14px;}
	.brand-info p {font-size: 10px;}
	
	.topbar-right-content {flex-direction: column;}
	.search-form{max-width: inherit;}
	
	.heading-bar {padding: 16px 20px;}
	.footer-wrap {flex-direction: column;}
	.footer-items {width: 100%;margin-bottom: 1.5rem;}
	
	.announcement-wrap {padding: 30px 20px 10px 20px;}
	.overview-wrap{padding: 30px 20px 10px 20px;}
	.overview-item .link-footer p {font-size: 14px;}
	.sc-sec-head {
		margin-top: 0;
		margin-bottom: 0;
		background-color: var(--green-clr);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sc-sec-head h3{margin-bottom: 0;}
	.sc-sec-content::after {content: none;}
	.map-sec-head{border-radius: 0;height: auto;}
	.map-sec-head h3 {margin-bottom: 0;line-height: normal;color: var(--white-clr)}
	.general-info-wrap {padding: 30px 20px 20px 20px;}
	
	.button-wrap {flex-flow: wrap;gap: 1rem !important;}
	.medical-item img {width: 85px; height: auto; }
	.student-attention{border-right: 0;}
    .overview-item {
        width: 100%;
    }

    header > nav.navbar {
        margin-left: 0em;
    }
    
    
    .topbar > .container > .row {
        margin-left: 0em;
    }

    .map-wrap {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    
	.logo-wrap{margin-bottom: 1rem;}
	
	.theme-btn{white-space: nowrap;}
	.search-form{max-width: inherit;}
	.footer-wrap{flex-flow: wrap}
	.footer-items {width: 45%;margin-bottom: 1.5rem;}
	
	.announcement-wrap {padding: 30px 60px 10px 60px;}
	.second-sec-topbar::after, .sc-sec-content::after{content: none;}
	
	.map-wrap{height: auto !important;}
	.map-sec-head {margin-top: 0px;background-color: var(--green-clr);}
	.map-sec-head h3.content{color: var(--white-clr)}

    header > nav.navbar {
        margin-left: 0em;
    }
    
    
    .topbar > .container > .row {
        margin-left: 0em;
    }
	
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.brand-info h2 {font-size: 18px;}
	.brand-info p {font-size: 10px;}
	
	.general-info-wrap {padding: 30px 24px 20px 24px;}
	.overview-wrap {padding: 30px 0 10px 24px;}
	.announcement-wrap {padding: 30px 16px 10px 0;}
	.overview-item img {width: 60px;}
	.overview-item .link-footer p {font-size: 14px;}
	.sc-sec-head {margin-top: -48px;}
	.sc-sec-head h3{font-size: 20px;}
	.map-sec-head{margin-top: -75px;}
	.button-wrap {flex-flow: wrap;gap: 1rem !important;}
	
	.medical-item img {width: 80px;}
	.medical-item .link-footer {height: 50px;}
	.medical-item p {font-size: 16px;}
}

@media (min-width: 1200px) and (max-width: 1399.98px){
	.sc-sec-head h3{font-size: 22px;}
}
















