/*
@font-face {
   font-family: tiepwoff;
   src: url(/css/tiepje.woff);
}
@font-face {
   font-family: tiepttf;
   src: url(/font/tiepje.ttf);
}

*/

body {
  margin: 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color:  #333;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.25rem;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
}

#myBtn:hover {
  background-color: #555;
}
a {
  color: rgba(102,102,102,.5);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: rgba(102,102,102,.8);
  text-decoration: none;
}

.anchor {
   position: relative;
   top: -200px;
   visibility:hidden;
}

.anchor300 {
   position: relative;
   top: -500px;
   visibility:hidden;
}

h1, .h1 {
  font-size: 1.5rem;
}

h3{
  font-size: 1.3rem;
  margin-bottom : 0.1rem;
}

h4 {
  font-size: 1.2rem;
  color : #777;
  color:  rgba(102, 102, 102);
margin-bottom : 2px;
margin-top : 4px;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;border-top: 1px solid #000;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color:  rgba(0, 0, 0, .8);
  text-align: left;
  caption-side: bottom;
}

.bg-light {
background-color: transparent !important;
}

.img-thumbnail {
border : 0;
padding : 0px !important;
border-radius: 0 !important;
}

.img-thumbnailoffice {
border : 0;
padding : 4px !important;
}

.navbar-light .navbar-brand {
  color:  rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}

.navbar-light .navbar-brand:hover{
    color:  #000;
  font-size: 2rem;
}

.text-center {
text-align: left !important;
}

.mb-4 {
margin-top:1.5rem !important;
margin-bottom:0.5rem !important;
}

.btn-info {

    color: #fff;
    background-color: #000;
    border-color: #000;

}
.btn-info:hover {

    color: #fff;
    background-color: #000;
    border-color: #000;

}


.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #000;
  border-color: #000;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #000;
  background-image: none;
  border-color: #000;
  
  border-radius: 0rem;
}


/*
    padding: 25px 50px 75px 100px;
        top padding is 25px
        right padding is 50px
        bottom padding is 75px
        left padding is 100px
*/

.btn {
  border-radius: 0rem !important;
   padding: 0rem 0.3rem !important;
   font-size : 80%;
}












.voetje {
background : #000000 !important;
color : #ffffff !important;
font-size : 1.2rem;
font-weight : normal;
padding-left : 16px;
}

a.voetje {
background : #000000 !important;
color : #ffffff !important;
font-weight : bold;
}


/*exercises*/


.ons {

font-size : 200%;
margin : 30px 20px 20px 0;
color : #444;

white-space: nowrap;
}

.sel {

font-size : 150%;
margin : 20px;
color : #444;
opacity : 0.6;

}

.onsje {

font-size : 140%;

margin : 40px 30px 20px 0;
color : #444;
white-space: nowrap;
}
.niks {
color :#000;
}
.main {

display : none;

}

.attr_exer {

font-size : 1.1rem;
color : #444;
}

.mores {
margin-bottom : 12px;
font-style :italic;
}

	
.bekeken {

display: block;

}
.verborgen {

display: none;

}
.vormzwart {

	border: 1px solid #444;
	border-radius: 2px;
	padding : 6px;
	margin-bottom : 8px;
}
/*exercises*/


@media (max-width: 991px) {

.ml-auto {
background : #FFFFFF;
}

button {
background : transparent;
}

}
*