@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@0;1&display=swap");
@media only screen and (min-width: 238px) {
  html {
    scroll-behavior: smooth;
    /* uitzonderingen per pagina */
    /* tijdlijn */
    /* blog  */
    /* toon tekst on mouseover */
  }
  html * {
    box-sizing: border-box;
  }
  html body {
    font-family: Georgia, "Crimson Text", serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    margin-bottom: 38px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-rendering: optimizelegibility;
  }
  html img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  html #mainimg {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  html #mainimg img {
    z-index: -1;
  }
  html #mainimg .tekst {
    position: absolute;
    width: 100%;
    top: 10%;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px #000;
    font-size: 30px;
    font-style: italic;
  }
  html .page-template-onecolumn-page_vangeel #mainimg .tekst {
    top: 1%;
  }
  html .navbar {
    justify-content: flex-start;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  html .navbar-brand {
    color: transparent !important;
  }
  html .navbar-toggler {
    background-color: #333;
    background-color: #fff;
  }
  html .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
  }
  html nav ul.navbar-nav {
    background-color: #333;
    background-color: #fff;
    max-width: 400px;
    padding: 5px 15px;
  }
  html nav ul.navbar-nav a {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 28px;
  }
  html nav ul.navbar-nav a:hover {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
  }
  html nav ul.navbar-nav a.active {
    color: #b4cc04;
  }
  html nav ul.navbar-nav a.active:hover {
    color: #b4cc04;
  }
  html nav ul.navbar-nav .nav-link {
    padding-top: 3px;
  }
  html nav ul.navbar-nav ul.dropdown-menu li {
    padding-left: 15px;
    line-height: 22px;
  }
  html nav ul.navbar-nav ul.dropdown-menu li a {
    text-transform: none;
  }
  html nav ul.navbar-nav .dropdown-menu {
    background-color: transparent;
    border: none;
  }
  html .dropdown-menu {
    display: block;
    /* tijdelijk */
    padding-top: 0;
  }
  html .dropdown-menu li a {
    color: rgba(0, 0, 0, 0.5);
    color: #333;
    text-transform: none;
  }
  html .dropdown-menu li a .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    color: #333;
  }
  html .dropdown-menu li a:hover {
    text-transform: none;
  }
  html .navbar-light .navbar-nav .show > .nav-link,
html .navbar-light .navbar-nav .active > .nav-link,
html .navbar-light .navbar-nav .nav-link.show,
html .navbar-light .navbar-nav .nav-link.active {
    color: #b4cc04;
  }
  html .container {
    margin-bottom: 60px;
    min-height: 600px;
    margin: 30px 0;
  }
  html #links,
html #rechts {
    width: 100%;
  }
  html .klein {
    font-size: 10px;
    line-height: 17px;
  }
  html .kleiner {
    font-size: 12px;
    line-height: 18px;
  }
  @media only screen and (max-width: 600px) {
    html .kleiner {
      font-size: 17px !important;
      line-height: 28px;
    }
  }
  html #rechts h1 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #d16a07;
  }
  html #links h1 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 19px;
    font-weight: 400;
    color: #d16a07;
  }
  html h2,
html .h2 {
    font-size: 1.25rem;
  }
  html h3.widget-title {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.25rem;
  }
  h3 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #d16a07;
  }
  html h4,
html .h4 {
    font-size: 1.15rem;
    font-weight: bold;
  }
  html #links {
    margin-bottom: 30px;
  }
  html a {
    color: #d16a07;
    text-decoration: none;
    background-color: transparent;
  }
  html a:hover {
    color: #d16a07;
  }
  html .bundels .container {
    max-width: 1240px;
  }
  html .rock #rechts img {
    margin-bottom: 30px;
  }
  html .blog ul li {
    list-style: none;
  }
  html .blog ul ul {
    padding-left: 0;
  }
  html .blog ul li h3.widget-title {
    margin-top: 30px;
  }
  html .blog ul li#categories-2 h3.widget-title {
    margin-top: 0px;
  }
  html .entry-utility,
html .shareinpost {
    display: none;
  }
  html div.post {
    margin-top: 40px;
  }
  html .blog div.blog-info,
html #infinite-footer {
    display: none;
  }
  
  
  html .year,
html .separator,
html .event {
    float: left;
    padding-bottom: 20px;
  }
  html .year {
    width: 15%;
    border-bottom: #333 2px solid;
    color: #e68511;
  }
  html .separator {
    width: 2%;
  }
  html .event {
    width: 83%;
    border-bottom: #333 1px solid;
  }
  html .kopje {
    color: #e68511;
    font-size: 20px;
  }
  html ul.xoxo ul {
    padding-left: 0;
  }
  html ul.xoxo ul li {
    margin-bottom: 12px;
  }
  html ul.xoxo ul li.current_page_item {
    font-weight: bold;
  }
  html #rechts #comments {
    display: none;
  }
  html .page-template-onecolumn-page_rock div#rechts {
    padding-top: 9px;
  }
  html div.imgbox {
    position: relative;
    top: 0px;
    left: 0px;
    width: 275px;
    height: 400px;
    overflow: hidden;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
  html div.imgbox img {
    height: 400px;
    width: auto;
    position: absolute;
    opacity: 1;
    transition: opacity 1s;
  }
  html div.imgbox img:hover {
    opacity: 0.1;
    transition: opacity 2s;
  }
  html div.imgbox heading {
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    display: block;
  }
  html div.imgbox p {
    z-index: -1;
    font-size: 10.5px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    width: 275px;
    line-height: 17px;
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle;
    height: 450px;
    background-color: #063046;
    color: #fff;
  }
}
@media only screen and (min-width: 767px) {
  body {
    /* Homepage */
    /* Bundels */
    /* video */
  }
  body .container {
    margin: 60px auto;
  }
  body #links {
    width: 37.863%;
    padding-left: 0px;
    padding-top: 12px;
    float: left;
    margin-right: 60px;
  }
  body #links img {
    border: 1px solid #efefef;
    margin: 0;
  }
  body #rechts {
    width: 53.942%;
    padding-top: 9px !important;
    float: left;
    padding-bottom: 20px;
  }
  body .imgstick {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  body .footer {
    width: 100%;
    clear: both;
    margin-top: 60px;
    border-top: 1px dotted #bbb;
    font-size: 85%;
  }
  body.home #links img {
    border: 1px solid #b4cc04;
    width: 100%;
    height: auto;
  }
  body.home #rechts h1 {
    color: #d16a07;
  }
  body.bundels nav#mainmenu ul li.active a,
body.bundels nav#mainmenu ul li:hover a {
    color: #b4cc04;
  }
  body.bundels nav#mainmenu,
body.bundels nav#mainmenu ul,
body.bundels nav#mainmenu ul li {
    background-color: #712418;
  }
  body.bundels #content img {
    width: 100%;
    height: auto;
  }
  body.video #links {
    width: 25%;
    margin-right: 70px;
  }
  body.video #rechts {
    width: 68%;
  }
}
