@charset "UTF-8";
/*CSS Document*/
/*NIEUW!! website Amber Rijcken style-sheet*/

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: black;
  font-size: 87.5%;
	line-height: 1.5;
	text-align: left;
}

#index {
  background-image: url("./img/vuur.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: visible;
}

#index .mainheader nav {
	background-color: transparent;
}

.body {
	margin:0 auto;
	width: 80%;
	clear: both;
}

ul {
	list-style: none;
	padding-left: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-shadow:  0px 0px 5px orange;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 1em;
}

h3 {
	font-size: 1.2em;
	padding-bottom: 1em;
}

h4 {
	font-size: 1.2em;
}


.mainheader nav {
	background-color: white;
	height:48px;
	position: fixed;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 1.5em;
	z-index:10;
}

.mainheader nav ul {
  text-decoration: none;
  list-style: none;
	margin: 0 auto;
	display:inline;
	position:relative;
	float:left;
}

.mainheader nav ul li {
	float:left;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color:black;
	display:inline-block;
	padding:10px 30px;
	height:25px;
}

.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a:visited {
	text-shadow:  0px 0px 5px orange;
}



.maincontent {
	line-height: 25px;
}

.content {
	width:70%;
	padding-top:8%;
	float:left;
	display: inline;
}

.content ul {
	width:80%
	}
	
.content img {
	padding-top: 2em;
}

.content iframe {
	padding-top: 2em;
}

.topcontent {
	background-color:white;
	padding:3% 5%;
	text-align: justify;
}


.bottemcontent {
	background-color:white;
	padding:3% 5%;
	margin-top:2em;
	text-align: justify;
	width:70%
}

.column1 {
	float:left;
	width: 50%;
	padding-top:10%;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column1 p {
	padding-left:7%;
	padding-right:7%;
	text-align:justify;
	padding-bottom: 3%;
}

.column1 h2 {
	padding-right:7%;
	padding-left: 7%;
	padding-top:3%;
}

.column1 ul {
	padding-left:7%;
}

.column1 img {
  max-width:500px;
}
  

#sidebar {
	background-color:white;
}


#sidebar img {
	max-width:150px;
	float: right;
	padding-left:1em;
}


.list-sidebar {
	background-color:none;
	padding:3% 5%;
	width: 25%;
	float:left;
	position: fixed;
	overflow:auto;
	margin-top:5%;
	margin-left:55%;	
}

.list-sidebar ul{
	list-style: none;
	
}

.list-sidebar ul img {
  max-width: 130px; 
}



.img-list img{
	max-width: 180px;
	height: auto;
	padding-right:1em;
	}

.img-list li{
	display:inline;
	}
	
.img-list ul{
	width:100%;
	}

	
.mainfooter {
	width: 100%;
	float:left;
}

.mainfooter p {
	width: 92%;
	margin: 2% auto;
}

.mainfooter img {
	max-width: 300px;
  padding-top:50px;
  padding-left:350px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  padding-top:50px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 35%;
  max-width: 35%;
  padding: 0 4px;
  margin-top:30px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column p {
  margin-bottom: 20px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




@media only screen and (min-width: 150px) and (max-width: 600px)
{
	.body {
	width: 90%;
	font-size:95%;
	}
	
	.mainheader nav {
	background-color: white;
	height:280px;
	width: 100%;
	}

#index .mainheader nav {
	background-color: transparent;
}

	.mainheader nav ul {
  padding-left:0
	}

	.mainheader nav ul li {
	width:100%
	} 

	.content {
	width:100%;
	overflow:auto;
	padding-top:0%;
	}
	
	.content img {
		max-width: 100%;
	}

	.column {
	width:100%;
	padding-top:0%;
	}
	
	#sidebar {
		margin-top:280px;
	}
	
	.list-sidebar {
	width: 80%;
	float: right;
	position: relative;
	margin-right:10%;
	margin-left:60%;
	margin-top: 280px;
	}
	
	.list-sidebar img {
		width:100px;
		padding-left:1%;
	}
	



@media only screen and (min-width: 300px) and (max-width: 1024px)
{
	.body {
	width: 90%;
	font-size:95%;
	}
	
	.mainheader nav {
	background-color: white;
	height:240px;
	width: 100%;
	}

	#index .mainheader nav {
	background-color: transparent;
	}

	.mainheader nav ul {
  padding-left:0
	}

	.mainheader nav ul li {
	width:100%
	} 

	.content {
	width:100%;
	overflow:auto;
	padding-top:0%;
	}
	
	.content img {
		max-width: 100%;
	}

	.column {
	width:100%;
	padding-top:0%;
	}
	
	#sidebar {
		margin-top:250px;
	}
	
	.list-sidebar {
	width: 80%;
	float: right;
	position: relative;
	margin-right:10%;
	margin-left:60%;
	margin-top: 250px;
	}
	
	.list-sidebar img {
		width:150px;
		padding-right:3%;
	}
	

  .mainfooter img {
	max-width: 200px;
  padding-top:300px;
  padding-left:30px;
}
	



