*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #EC7000;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #EC7000;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d36400;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}


a{
	color: #42413C;
	text-decoration: none;
}
a{
	color: #6E6C64;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
}

.container .content h1 {
	font-size: 2.5em;
	clear: both;
	font-variant: small-caps;
	text-transform: capitalize;
}
.container .content h2 {
	font-size: 1.8em;
	clear: both;
	margin-top: 0.5em;
}
.container .content h3 {
	font-weight: normal;
	margin-bottom: 0.2em;
	clear: both;
	font-size: 1.3em;
}

.container .content p {

}
.container .content ul li ul {
	font-size: 0.85em;
}

.header {
	background-color: #ffffff;
	color:#ffffff;
	text-align: left;
	background-image: url(https://cyouweb.nl/allesklus/images/instel/logo_kl.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 154.5px;
	clip: rect(auto,0px,auto,auto);
	width: 80%;
	right: 0px;
	margin-right: 0px;
	padding-right: 0px;
	float: right;
}
.header h1 {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 0em;
	line-height: 2;
	padding-left: 0px;
}


.sidebar1 {
	position: sticky;
	top: 0;
	left: 0;
	float: left;
	width: 20%;
	background-color: #EC7000;
	color: #ffffff;
	min-height: 100vh;
  height: 100%;
	line-height: 1.8em;
}
.sidebar1 h1 {
	font-weight: normal;
	font-size: 1.5em;
}
.sidebar1 img{
	margin-top: 20px;
	width: 90%;
	object-fit: cover;
	margin-left: 5%;
}
.content {
	padding: 0 15px;
	padding-top: 105px;
	padding-bottom: 45px;
	width: calc(80% - 30px);
	float: right;
	height: 100%;
}


.content.ul.right {
	padding-right: 25em;
}

.linkje{
  text-decoration: none;
  color: #ec0e00;
}
.linkje:hover{
  background-color: #7C2524;
  color: white;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
	text-align: left;
}
#contactTekst{
  padding-top: 40px;
}
#contact form{
	padding: 0 15px;
	padding-top: 65px;
	padding-bottom: 45px;
}
#contact label{
	display: inline-block;
	width: 100%;
}
#contact input{
	width: calc(80% - 4px);
	padding: 2px;
	margin: 5px 0;
	border: #EC7000 solid 1px;
}
#contact textarea{
	width: calc(100% - 4px);
	padding: 2px;
	margin: 5px 0;
	border: #EC7000 solid 1px;
	outline: none;
}
#contact button{
margin-top: 10px;
float: right;
padding: 10px;
border-radius: 12px;
background-color: #EC7000;
border: #EC7000 solid 1px;
outline: 0;
font-weight: bold;
}
#contact button:focus{
	box-shadow: 0 0 3pt 2pt #EC7000;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin: 50px 0;
}

ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	cursor: pointer;
}
ul.nav a {
	display: block;
	width: calc(100% - 20px);
	text-decoration: none;
	background-color: #EC7000;
	text-align: left;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
	font-weight: bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FCCEC2;
	background-color: #7C2524;
}


.footer {
	position: relative;
	text-align: center;
	clear: both;
	margin-left: 20%;
	width: 80%;
}
.footer a{
	text-decoration: none;
	color: #EC7000;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imageleft {
	float: left;
	clear: left;
	padding: 5px;
}

.imageright {
	float: right;
	padding: 5px;
	margin-left: 1em;
	clear: right;
	margin-right: 8em;
}
.imagebigright  {
	clear: right;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
}

/* media Query */

@media only screen and (max-width: 900px) {
  .sidebar1 {
    position: -webkit-sticky;
    width: 100%;
    height: auto;
    min-height: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  #menuplaat{
    display: none;
  }
  #intro{
    display: none;
  }
  ul.nav{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
.content{
padding-top: 20px;
width: calc(100% - 30px);

float: none;
display: inline-block;
}
ul.nav li{
    border: 0px solid;
    text-align: center;
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
  }
  ul.nav a{
    padding: 10px 5px;
    width: 100%;
  }
.footer{
margin: 0;
width: 100%;
}
}
