
/*
Theme Name: CODE5 Hosting Theme
Theme URI: https://code5hosting.com
Author: CODE5
Author URI: https://code5hosting.com
Description: Maatwerk WordPress thema voor de blog en kennisbank van CODE5 Hosting.
Version: 1.1
*/
body {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

main {
    flex: 1 0 auto;
    padding: 2rem 0;
}

footer {
    flex-shrink: 0;
}

a {
    color: #2123BB;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

header.navbar {
    background-color: #2123BB !important;
    transition: background-color 0.3s ease;
}
header.navbar .nav-link {
    color: white;
    transition: color 0.3s ease;
}
header.navbar.scrolled {
    background-color: white !important;
}
header.navbar.scrolled .nav-link {
    color: #000;
}

.bg-c5footer {
    background-image: linear-gradient(0deg, #262626, #232d7d);
    color: #fff;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

/* Verberg opsommingstekens in navigatie */
.navbar-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Standaard linkstijl in hoofdmenu */
.navbar-nav .nav-link {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

/* Onderlijning bij hover */
.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

header.navbar.scrolled .nav-link {
    color: #000;
}

header.navbar a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

header.navbar a:hover {
    text-decoration: underline;
}

header.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

main .content p {
  margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

h3 {
	font-size: 1.3rem;
}

.search-google-style .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding-right: 50px;
}

.search-google-style .btn {
  background-color: transparent;
  box-shadow: none;
}

form input[type="search"] {
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

form button[type="submit"] {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #6c757d;
}
.breadcrumb a {
  color: #2123BB;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.toc-box {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 15px;
  margin-top: 65px;
}

.toc-box h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc-list li {
  margin-bottom: 5px;
}

.toc-list a {
  text-decoration: none;
  color: #2123BB;
}

.toc-list a:hover {
  text-decoration: underline;
}

.related-box {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 15px;
  margin-top: 20px;
}

.related-box h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.related-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.related-list li {
  margin-bottom: 5px;
}

.related-list a {
  text-decoration: none;
  color: #2123BB;
}

.related-list a:hover {
  text-decoration: underline;
}
