/* stylesheet van de website handhavingsjurist.nl */



* {
font-size:14px;
font-family: 'Lato', Sans-Serif;
color: black;
margin:0;
padding:0;
}

html, body {
  height: 100%;   /* pagina vult altijd de hele viewport */
}

body {
  background: white;
  min-height: 100%;  /* body kan niet korter zijn dan het scherm */
}







body#homeidb a#homeidl,
body#blogidb a#blogidl,
body#blog2idb a#blog2idl,
body#blog3idb a#blog3idl,
body#blog4idb a#blog4idl,
body#cursusidb a#cursusidl,
body#watisidb a#watisidl,
body#contactidb a#contactidl
{
color:rgb(255,69,0);
 } 

p { 
padding:5px 5px 20px 5px;
}


/* hier zijn de links opgemaakt */
a.speciaal1 {
text-decoration: none;
font-size:30px;
font-weight: bold;
color: white;
position: relative;
top: 30px;
}

a.speciaal1:link, a.speciaal1:visited{
color:rgb(255,69,0);
}

a.speciaal1:hover, a.speciaal1:active{
color:white;
}

a.speciaal2 {
text-decoration: none;
font-size:20px;
font-weight: bold;
color:rgb(255,69,0);
position: relative;
top: 35px;
}

a.speciaal2:link, a.speciaal2:visited{
color:white;
}

a.speciaal2:hover, a.speciaal2:active{
color:rgb(255,69,0);
}

a.speciaal3 {
text-decoration: none;
color:black;
padding:0px 0px 0px 5px;
}

a.speciaal3:link, a.speciaal3:visited{
color:white;
}

a.speciaal3:hover, a.speciaal3:active{
color:black;
}

a.speciaal4 {
text-decoration: none;
}

a.speciaal5 {
text-decoration: none;
font-weight: bold;
color:rgb(255,69,0);
}

a.speciaal5:link, a.speciaal5:visited{
color:rgb(255,69,0);
}

a.speciaal5:hover, a.speciaal5:active{
color:black;
}

a.speciaal6, a.speciaal6:link, a.speciaal6:visited, a.speciaal6:hover, a.speciaal6:active {
text-decoration: none;
background: white;
color: black;
padding:0px 0px 0px 0px;
}

a.speciaal7 {
text-decoration: none;
font-size:12px;
color:black;
padding:0px 0px 0px 5px;
}

a.speciaal7:link, a.speciaal7:visited{
color:white;
}

a.speciaal7:hover, a.speciaal7:active{
color:black;
}

a.speciaal8 {
text-decoration: none;
font-size:14px;
font-weight: bold;
color:black;
position: relative;
left: 10px;
top:-12px;
}

a.speciaal8:link, a.speciaal8:visited{
color:black;
}

a.speciaal8:hover, a.speciaal8:active{
color:rgb(255,69,0);
}

ul{
list-style: none;
}

li.horizontal { 
display: inline;
padding-right: 20px;
}

li.horizontal2 { 
display: inline;
padding-right: 5px;
}

li.vertical { 
padding: 5px 0px 0px 0px;
}

/* Opmaak van de button bij de cursus */

.button {
font-size:16px;
font-weight: bold;
background: #ff4500;
background-image: -webkit-linear-gradient(top, #ff4500, orange);
background-image: -moz-linear-gradient(top, #ff4500, orange);
background-image: -ms-linear-gradient(top, #ff4500, orange);
background-image: -o-linear-gradient(top, #ff4500, orange);
background-image: linear-gradient(to bottom, #ff4500, orange);
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
color: white;
text-decoration:none;
padding: 15px 50px 15px 50px;
}

.button:hover {
background: orange;
background-image: -webkit-linear-gradient(top, orange, #ff4500);
background-image: -moz-linear-gradient(top, orange, #ff4500);
background-image: -ms-linear-gradient(top, orange, #ff4500);
background-image: -o-linear-gradient(top, orange, #ff4500);
background-image: linear-gradient(to bottom, orange, #ff4500);
text-decoration: none;
}

.handhavingsjurist {
font-weight: bold;
color:rgb(255,69,0);
font-size:60px;
display: block;
text-align: center;
padding:10px 10px 10px 10px;
}

.mensen {
font-weight: bold;
color:white;
font-size:20px;
display: block;
text-align: center;
padding: 5px 10px 0px 10px;
}

.mirror {
font-weight: bold;
color:white;
font-size:20px;
display: block;
-moz-transform: scaleX(-1);    /* Gecko */
-o-transform: scaleX(-1);      /* Opera */
-webkit-transform: scaleX(-1); /* Webkit */
transform: scaleX(-1);         /* Standard */
filter: FlipH;                 /* IE 6/7/8 */
padding:0px 10px 5px 10px;
}

.cursusrond {
font-weight: bold;
color:rgb(255,69,0);
font-size:40px;
display: block;
text-align: center;
padding:50px 10px 10px 10px;
}

.tussen {
font-weight: bold;
text-align: center;
display: block;
padding: 0px 0px 5px 0px;
}

.linkinfo {
font-size:12px;
font-weight: bold;
display: block;
padding: 5px 0px 0px 5px;
}

.copyright {
text-align: center;
display: block;
color:white;
font-size:10px;
}

#wrapper {
  width: auto;
  margin: 0 auto;
  background: white;

  /* toegevoegd voor sticky footer */
  min-height: 100%;
  display: flex;
  flex-direction: column;
}




#balk {
position: fixed;
background: rgba(0, 0, 0, 0.5);
min-height: 90px;
width: 100%;
}

#binnenbalk {
width: 80%;
margin: 0 auto;
}

#titel {
float: left;
}

#menu1 {
text-align: right;
}

#boven {
min-height: 700px;
background: url(banner2.jpg) center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}

#bovenrest {
min-height: 300px;
background: url(banner2.jpg) center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}

#handhavingsjurist {
position: absolute;
top: 326px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.5);
-moz-border-radius: 0px 25px 0px 25px;
-khtml-border-radius: 0px 25px 0px 25px;
-webkit-border-radius: 0px 25px 0px 25px;
border-radius: 25px 0px 25px 0px;
}

#mensen {
position: absolute;
min-height: 60px;
top: 404px;
left: 50%;
-webkit-transform: translate(-50%, -51%);
transform: translate(-50%, -51%);
background: rgba(255, 69, 0, 0.9);
-moz-border-radius: 0px 25px 0px 25px;
-khtml-border-radius: 0px 25px 0px 25px;
-webkit-border-radius: 0px 25px 0px 25px;
border-radius: 0px 25px 0px 25px;
}

#midden1 {
clear: left;
float: left;
width: 100%;
min-height: 150px;
}

#welkom {
width: 60%;
margin: 0 auto;
padding:20px 0px 0px 0px;
text-align: center;
}

#midden1cursus {
clear: left;
width: 60%;
margin: 0 auto;
min-height: 200px;
padding:20px 0px 0px 0px;
}

#welkomcursus {
float: left;
}

#midden1watis {
clear: left;
width: 60%;
margin: 0 auto;
min-height: 480px;
padding:20px 0px 0px 0px;
}

#welkomwatis {
float: left;
}

#midden1blog {
clear: left;
width: 60%;
margin: 0 auto;
height:auto;
padding:20px 0px 0px 0px;
}

#welkomblog {
float: left;
}

#midden2blogmaster {
clear: left;
width: 60%;
margin: 0 auto;
height: auto;
}

#midden2blog {
display: block;
clear: left;
float: left;
width: 85%;
margin: 0 auto;
height: auto;
padding: 0px 0px 20px 0px;
}


.inhoudblog {
display:block; 


width: 800px; /* Standaard breedte */

height: auto;
clear: left;
float: left;
background: #ff4500;
background-image: -webkit-linear-gradient(top, #ffa500, #ff4500);
background-image: -moz-linear-gradient(top, #ffa500, #ff4500);
background-image: -ms-linear-gradient(top, #ffa500, #ff4500);
background-image: -o-linear-gradient(top, #ffa500, #ff4500);
background-image: linear-gradient(to bottom, #ffa500, #ff4500);
border-radius: 0px 25px 0px 25px;

color: black;
margin: 0px auto 10px auto;
padding:0px 0px 25px 0px;

overflow-wrap: break-word; /* Zorg dat lange woorden netjes worden gebroken */

}


#midden1contact {
clear: left;
width: 60%;
margin: 0 auto;
min-height: 300px;
padding:20px 0px 0px 0px;
}

#welkomcontact {
float: left;
}

#cursusrond {
float: left;
width: 50%;
}

#inhoudcursus {
clear: left;
float: left;
width: 100%;
}

#tussen {
clear: left;
width: 80%;
margin: 0 auto;
min-height: 200px;
}

#cursus {
float: left;
width: 33%;
}

img.cursusjpg{
display: block;
margin: auto;
width: 100px;
height: 100px;
border-radius: 50%;
}

img.cursusrondjpg{
width: 150px;
height: 150px;
border-radius: 50%;
}

#blog {
float: left;
width: 34%;
}

img.blogjpg{
display: block;
margin: auto;
width: 100px;
height: 100px;
border-radius: 50%;
}

#watis {
float: left;
width: 33%;
}

img.watisjpg{
display: block;
margin: auto;
width: 100px;
height: 100px;
border-radius: 50%;
}

#midden2 {
clear: left;
width: 80%;
margin: 0 auto;
min-height: 200px;
}

#pepijn {
float: left;
width: 33%;
}

img.pepijnpng{
display: block;
margin: auto;
padding:10px 0px 0px 0px;
width: 64px;
height: 64px;
}

#handhaving {
float: left;
width: 34%;
}

img.handhavingpng{
display: block;
margin: auto;
padding:10px 0px 0px 0px;
width: 64px;
height: 64px;
}

#werkwijze {
float: left;
width: 33%;
}

img.werkwijzepng{
display: block;
margin: auto;
padding:10px 0px 0px 0px;
width: 64px;
height: 64px;
}


#midden3 {
  margin: 0;
  padding: 5px 0 32px 0;   /* iets meer ruimte onder inhoud */
  width: 100%;
  background: rgb(255, 69, 0);
  margin-top: auto;
}


#midden3::after {
  content: "";
  display: table;
  clear: both;             /* sluit floats netjes af */
}

/* voorkom dat globale p-padding hier extra ruimte maakt */
#midden3 p {
  margin: 0;
  padding: 0;
}

#copy {
  margin: 0;
  width: 100%;
  height: 30px;
  background: rgb(255, 69, 0);
  float: none;
  clear: none;
}






#binnenmidden3 {
  width: 80%;
  margin: 0 auto;
}



#leeg {
clear: left;
float: left;
width: 60%;
}

#links {
float: left;
width: 10%;
}

#informatie {
float: left;
width: 30%;
}







#blog1 {
display: none;
}

.lees {
font-weight: bold;
color:white;
font-size:14px;
display: block;
padding: 0px 0px 0px 10px;
}

#chapter1,
#chapter2,
#chapter3,
#chapter4,
#chapter5,
#chapter6,
#chapter7,
#chapter8,
#chapter9,
#chapter10,
#chapter11,
#chapter12,
#chapter13,
#chapter14,
#chapter15,
#chapter16,
#chapter17,
#chapter18,
#chapter19,
#chapter20,
#chapter21,
#chapter22,
#chapter23
{
position:absolute;
transform:translateY(-50vh);
}

.tel {
position: relative;
top: -23px;
left: 0px;
}

.post {
position: relative;
top: -18px;
left: 0px;
}

.toggleBtn {
color:rgb(255,69,0);
font-weight: bold;
margin:0px;
cursor:pointer
}

.below {
background: rgba(253,253,253,1);
}

.toggleBtn.active {
    background:white;
}

.more {
display: none;
		}
		
		
		.toggle-button {
padding:5px 5px 20px 5px;
font-weight: bold;
color:white;
}
		
		
.read_more {
padding:5px 5px 20px 5px;
font-weight: bold;
color:white;
 cursor: pointer;
}

span.blogklein {
font-size:12px;
}

/* Opmaak van het inschrijfformulier */



input[type=text], select, textarea, [type=email] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 2px;
    resize: vertical;
}

input[type=submit] {
    background-color: red;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: orangered;
}


.container {
   border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
		 margin-bottom: 16px;
}











/* ===== Nieuwe CMS blogs ===== */
.cmsblog {
  display: block;
  width: 800px;
  clear: left;
  float: left;
  background: linear-gradient(to bottom, #ffa500, #ff4500);
  border-radius: 0 25px 0 25px;
  color: black;
  margin: 0 auto 10px auto;
  padding: 0 0 25px 0;
  overflow-wrap: break-word;
}

.cmsblog-title {
  padding-left: 5px;
  font-weight: bold;
  font-size: 16px;
}

/* Intro niet cursief, met witregel eronder */
.cmsblog-intro {
  padding: 0 5px;
  box-sizing: border-box;
  font-style: normal;
  margin-bottom: 12px;   /* witregel tussen intro en inhoud */
}

/* Inhoud compacter */
.cmsblog-content {
  position: relative;    /* context voor absolute link */
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 1.3;      /* kleinere regelafstand */
}

.cmsblog-content p {
  margin: 0 0 6px 0 !important;  /* subtiele witruimte */
  padding: 0 !important;         /* geen extra padding */
}



/* Speciale link bovenaan (direct of in eerste wrapper) */
.cmsblog-content > a,
.cmsblog-content :where(p, div):first-of-type > a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: white;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0 4px;
  z-index: 1;
}

/* Toggle-knop wit */



.cmsblog-toggle {
  display: block;
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  text-decoration: none; /* geen underline */
}




/* Alleen links in nieuwe CMS-blogs krijgen een witte achtergrond */
.cmsblog-content > a,
.cmsblog-content :where(p, div):first-of-type > a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: white;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0 4px;
  z-index: 1;
}


/* Gewone inline links in tekst */
.cmsblog-content p a {
  position: static !important;
  display: inline !important;
  background: transparent;
  color: rgb(255,69,0);
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: anywhere;
}



/* Links in nieuwe CMS-blogs: witte achtergrond, zwarte tekst, geen underline */
.cmsblog-content a {
  background-color: #fff;
  color: black;
  text-decoration: none;
  padding: 0 4px;
  border-radius: 0px;

  margin-left: -5px;   /* schuift de link iets naar links */
}




/* CMS blogs vloeiend uitklappen */



.cmsblog-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-in-out; /* vloeiend terugrollen */
}

.cmsblog-content.open {
  max-height: 5000px;
  transition: max-height 11.0s ease-out;    /* supersnel uitrollen */
}


/* ===== Sticky footer fix ===== */
#wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#footer {
  margin-top: auto;   /* duwt hele footer naar onder */
}






