/*
Theme Name: Bobby 2025 v1.0
Author: Silicium
Author URI: https://www.silicium.nl/
Description: Bobby Veldhuizen
*/



body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

}


h1, h2 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	color:#000;
	margin-bottom: 0;
	margin-top:2px;
}

p {
	font-size: 14px;
	line-height: 22px;
}

.main_menu {
		padding-top:15px;
	}   
	
	.main_menu_item {
		display: block;
		font-size: 17px;
		line-height: 28px;
		font-weight: 300;
		color:#000;
		text-decoration:none;
	}
	
	.sub_menu {
		padding-top:15px;
	} 
	
	.sub_menu_item {
		display: block;
		font-size: 14px;
		line-height: 28px;
		color:#000;
		
	}
	
	
	
.main_active {
		color: #b00100;
		text-decoration: underline;
	}    	
	
	
	
	
	
	
	.content_frame {
		padding-top:17px;
		width:100%; 
		position: relative;
		z-index: 1;
	}
	
	.sub_menu_item a {
    	text-decoration: none;
		color: #0073aa;
		transition: color 0.3s ease;
	}

	.sub_menu_item a:hover {
   		color: #005177;
   		text-decoration: underline;
	}
	
	










.post-navigation {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.nav-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #b00100;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.nav-button:hover {
    background: #b00100;
}

.nav-button svg {
    width: 24px;
    height: 24px;
}

.nav-spacer {
    width: 50px;
    height: 50px;
    visibility: hidden;
}












	


.sub_menu_item a {
	color: #000;
}

.sub_menu_item a:hover {
	color: #000;
}

.sub_menu_item.active a {
    text-decoration: underline;
    color: #b00100;
}







.fullscreen-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.fullscreen-bg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  z-index: -1; /* zorgt ervoor dat de overlay achter je content blijft */
}









.footer_content {
	font-size: 15px;
	line-height: 27px;
}	

.footer_content a {
	color:#fff;
	text-decoration: none;
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
   
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	p {
		padding-right:120px;	
		
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 1200px) { 
	

}


@media (min-width: 1400px) { 
	

}


/* overlay start */
   
.menu_overlay {
   height: 0%;
   width: 100%;
   position: fixed;
   z-index: 9999;
   top: 0;
   left: 0;
   overflow-y: hidden;
   transition: 0.5s;    
   background: #000;

}

.menu_overlay-content {
   position: relative;
   top: 6%;
   width: 100%;
   text-align: center;
   margin-top: 20px;
}

.menu_overlay a {
   padding: 0;
   text-decoration: none;
   font-size: 14px;
   color: #fff;
   display: block;
   transition: 0.3s;
   font-weight: 300;
}

.overlay_main {
	font-size:18px !important;
	 font-weight:300 !important;
}

.overlay_main_active {
	color: #b00100 !important;
}

.menu_overlay a:hover, .menu_overlay a:focus {
   color: #f1f1f1;
}

.menu_overlay .menu_closebtn {
   position: absolute;
   top: 0px;
   right: 30px;
   font-size: 60px;
}




/* navbar toggler icon - start */
.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}


@media (max-width: 991px) {

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  border: none;
  outline: none;
}


}	

/* navbar toggler icon - end */

