html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #b2b2b2;
}
.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
object {
	display:none;
	}
.image {
    max-width: 100%;
    height: auto;
    border-radius: 5px	
}
#background {
	background-color:#ffffff;
	height:auto;
	width:100%;
	margin:0px;
	padding:0px;
	}
#main ol {
	padding:0 0 0 20px;
	height:auto;
	width:auto;
	}
#page {
	background-color:#ffffff;
	height:auto;
	width:100%;
	margin: auto;
	padding:0px;
	margin:0;
	}
#top {
	position: static;
	background-color: #fff;
	height:auto;
	width:100%;
	margin: 0;
	padding:0px;
	}
#top a {
	text-decoration: none;
	color: white;
	}
#languagemenu {
	background-color: #939598;
	font-family: Noto Sans, Arial;
	float:left;
	font-size: 12px;
	height:auto;
	width:33.33%;
	margin: 0 0 0 0px;
	vertical-align: top;
	align:left;
	}
#languagemenu ul li a{
	text-align: left;
	display: block;
	background-color: #d9d9d9;
	color: black;
	text-align:center;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid white;
	margin:0;
	}
#languagemenu ul li a:hover {
	text-align: left;
	display: block;
	background-color: #939598;
	color:#ffffff;
	text-align:center;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid white;
	margin:0;
	}
.show-languagemenu {
	display:block;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0px;
	text-align:center;
	margin:0;
	}
.show-languagemenu:hover {
	background: #e31f2e;
	}
input[type=checkbox]{
	display: none;
	-webkit-appearance: none;
	}
input[type=checkbox]:checked ~ #language{
	display: block;
	align:left;
	background-color: #d9d9d9;
	color:#000000;
	margin:0;
	padding:0;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	}
#banner {
	display: none;
	}
#buttonblock {
	float:right;
	width:66.66%;
	padding: 0 0 0 0px;
	}
#buttonblock a {
	background-color: #e31f2e;
	background-color: #939598;

	}
#buttonblock a:hover {
	background-color: #e31f2e;
	}
#wrp {
	display: none;
	}
.greybutton {
	float:right;
	text-align: center;
	background-color: #939598;
	color: white;
	font-family: Noto Sans, Arial;
	font-size: 12px;
	height:auto;
	width:100%;
	padding: 10px 0px;
	border-left: 1px solid white;	
	}
.redbutton {
	float:left;
	text-align: center;
	background-color: #939598;
	color: white;
	font-family: Noto Sans, Arial;
	font-size: 12px;
	height:auto;
	width:100%;
	padding: 10px 0px;
	}
#member {
	float:left;
	color: white;
	font-family: Noto Sans, Arial;
	font-size: 12px;
	height:auto;
	width:50%;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	}
#login {
	float:left;
	color: white;
	font-family: Noto Sans, Arial;
	font-size: 12px;
	height:auto;
	width:50%;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	}
#header {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0px;
	}
@media screen and (max-width : 399px){
.logo { 
	width: 60%; 
	margin: 5% 20%;
	}
}
@media screen and (min-width : 400px){
.logo { 
	width: 40%; 
	margin: 4% 30%;
	}
}
@media screen and (min-width : 550px){
.logo { 
	width: 30%; 
	margin: 2% 35%;
	}
}
#navigation {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0px;
	}
#plus {
	display: inline;
	}
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	}

/*Style for menu links*/
#navigation li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: Noto Sans;
	font-weight: bolder;
	color: #000;
	background: #d9d9d9;
	text-decoration: none;
	}

/*Hover state for top level links*/
#navigation li:hover a {
	background: #e31f2e;
	color: #fff;
	}

/*Style for dropdown links*/
#navigation li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	}

/*Hover state for dropdown links*/
#navigation li:hover ul a:hover {
	background: #939598;
	color: #fff;
	font-weight: normal;
	}



/*Make dropdown links vertical*/
#navigation li ul li {
	display: block;
	float: none;
	}

/*Prevent text wrapping*/
#navigation li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#navigation ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: Noto Sans;
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
	background: #e31f2e;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
#fulllogo {
	display: none;
	}
#rotator {
	display: none;
	}
#content {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0 0 10px 0px;
	font-family: Noto Sans, Arial;
	font-size: 20px;
	}
#popup {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0 0 10px 0px;
	font-family: Noto Sans, Arial;
	font-size: 20px;
	}
@media screen and (max-width : 375px){
#content {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0 0 10px 0px;
	font-family: Noto Sans, Arial;
	font-size: 16px;
	}
#popup {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0 0 10px 0px;
	font-family: Noto Sans, Arial;
	font-size: 16px;
	}
#symposium {
	position: static;
	height:auto;
	width:100%;
	margin: 0;
	padding:0 0 10px 0px;
	font-family: Noto Sans, Arial;
	font-size: 16px;
	}
}
#content a:link {
	color: #e31f2e; 
	}
#content a:visited {
	color: darkred; 
	}
#content a:hover {
	color: #e31f2e; 
	}
#popup a:link {
	color: #e31f2e; 
	}
#popup a:visited {
	color: darkred; 
	}
#popup a:hover {
	color: #e31f2e; 
	}
#column {
	position: static;
	height:auto;
	width:auto;
	margin: 0;
	padding:0 15px;
	}
#main {
	position: static;
	height:auto;
	width:auto;
	margin: 0;
	padding:0 15px;
	}
#symposium {
	position: static;
	height:auto;
	width:auto;
	margin: 0;
	padding:0 15px;
	}
#symposium h1 {
	text-align: center;
	color: #e31f2e; 
	padding: 10px;
	margin:0;
	font-weight: bold;
	font-size: 23px;
	}
#symposium h2 {
	text-align: center;
	color: #939598; 
	padding:0;
	margin:0;
	font-size: 20px;
	}
#main2 {
	position: static;
	height:auto;
	width:auto;
	margin: 0;
	padding:0 15px;
	}
#people h1 {
	text-align: center;
	color: #e31f2e; 
	padding: 10px;
	margin:0;
	}
#people h2 {
	text-align: center;
	color: #939598; 
	padding:0;
	margin:0;
	}

.avatar {
	align: center;
	display: block;
	border-radius: 5px;
	margin: auto;
	max-width: 100%;
	height: auto;
	}
#post {
	position: static;
	padding: 10px;
	margin: 0px 20px;
	border-top-style: solid;
	border-color: #e31f2e;
	border-width: 2px;
	overflow:auto;
	height:auto;
	}
#umbrella {
	display: block;
	margin: auto;
	text-align: center;
	content:url(http://www.wijzijnproud.nl/img/top.jpg);
	width: 149px;
	height: 82px;
	}
#middleumbrella {
	display: block;
	margin: auto;
	text-align: center;
	content:url(http://www.wijzijnproud.nl/img/top.jpg);
	width: 149px;
	height: 82px;
	}
h1 {
	font-family: Raleway;
	font-size: 25px;
	color: #939598; 
	text-align: center;
	}
h2 {
	font-family: Noto Sans, Arial;
	font-weight: bold;
	font-size: 25px;
	color: #e31f2e; 
	}
h3 {
	font-family: Noto Sans, Arial;
    	font-style: italic;
	font-size: 20px;
	color: #b2b2b2; 
	}
@media screen and (max-width : 375px){
h1 {
	font-family: Raleway;
	font-size: 20px;
	color: #939598; 
	text-align: center;
	}
h2 {
	font-family: Noto Sans, Arial;
	font-weight: bold;
	font-size: 20px;
	color: #e31f2e; 
	}
h3 {
	font-family: Noto Sans, Arial;
    	font-style: italic;
	font-size: 16px;
	color: #b2b2b2; 
	}
}
#recommend {
    display: inline-block; 
	height:auto;
	width:auto;
	margin: 0 15px 20px 0px;
	padding: 9px 20px 9px 20px;
	vertical-align: top;
	border: 1px;
	border-style: solid;
	border-color: #e81a2e;
	border-radius: 13px;
	background: #e81a2e;
	}
@media screen and (max-width : 375px){
#recommend a:link {
	font-family: Noto Sans, Arial;
	font-size: 18px;
	font-weight: normal;
	padding:0;
	margin:0;
	color: white;
	text-decoration: none;
	}
}
@media screen and (min-width : 376px){
#recommend a:link {
	font-family: Noto Sans, Arial;
	font-size: 22px;
	font-weight: normal;
	padding:0;
	margin:0;
	color: white;
	text-decoration: none;
	}
}
#recommend a:visited {
	color: white;
	text-decoration: none;
	}
#recommend a:hover {
	color: white;
	text-decoration: none;
	}
div.album {
    border: 1px solid #ccc;
}

div.album:hover {
    border: 1px solid #e81a2e;
}

div.album img {
    width: 100%;
    height: auto;
}

.desc {
    padding: 15px;
    text-align: center;
}
.responsive {
	vertical-align:top;
	box-sizing: border-box;
	padding: 6px;
	display: inline-block;
	width: 32%;
	border-radius: 5px;
}
@media screen and (max-width : 550px){
.responsive {
	vertical-align:top;
    padding: 6px;
	display: inline-block;
    width: 49%;
    border-radius: 5px;
}
}
@media screen and (max-width : 350px){
.responsive {
	vertical-align:top;
    padding: 6px;
	display: inline-block;
    width: 100%;
    border-radius: 5px;
}
}
.videoWrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.video2 {
	object-fit: fill;
	width:100%;
	}
#twitter {
	display: none;
	}
#footer {
	background-color:#b2b2b2;
	font-family: Noto Sans, Arial;
	font-size: 20px;
	height:auto;
	width:100%;
	margin:0px;
	padding: 0px 0px 50px 0px;
	}
#footer a {
	color:white;
	}
#containers {
	height:auto;
	width:100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
	}
#container {
	position: static;
	height:auto;
	width:auto;
	margin: auto;
	padding: 5px 15px;
	vertical-align: top;
	}
@media screen and (max-width : 399px){
.footerlogo { 
	width: 60%; 
	margin: 0% 20%;
	}
}
@media screen and (min-width : 400px){
.footerlogo { 
	width: 40%; 
	margin: 0% 30%;
	}
}
@media screen and (min-width : 550px){
.footerlogo { 
	width: 30%; 
	margin: 0% 35%;
	}
}
#buttonblock2 {
	display: none;
	}
.typetext {
	width:100%;
	border: solid 1px #e31f2e;
	border-radius: 5px;
	padding: 3px 5px
	}
.typenumber {
	width:60px;
	border: solid 1px #e31f2e;
	border-radius: 5px;
	padding: 3px 5px
	}
input[type=radio] {
    display: none;
    cursor: pointer;
	}
input[type=radio]:checked + label:before {
    content: "\2022";
    color: white;
    background-color: #e81a2e;
    font-size: 1.8em;
    text-align: center;
    line-height: 14px;
    text-shadow: 0px 0px 0px #eee;
    cursor: pointer;
	}
input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #e81a2e;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .3);
    border-radius: 8px;
    cursor: pointer;
}
select {
    border: 1px solid #e81a2e;
    border-radius: 5px;
    font-family: Noto Sans, Arial;
    font-size: 15px;
}
.button2 {
    margin: 2px;
    background: #e81a2e;
    font-family: Noto Sans, Arial;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 9px 20px 9px 20px;
    border: none !important;
    -webkit-border-radius: 13;
    -moz-border-radius: 13;
    border-radius: 13px;
    cursor: pointer;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
	}
.modalDialog > div {
	width: 80%;
	HEIGHT:70%;
	position: relative;
    	text-align: left;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 13px;
	background: #fff;
	border-style: solid;
    	border-color: #e81a2e;
	}
.close {
	background: #b2b2b2;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	}
.submit {
	float: right;
	margin: 2px;
	background: #e81a2e;
	font-family: Noto Sans, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 9px 20px 9px 20px;
	border:none !important;
  	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	cursor: pointer;
	}
#links {
	display: none;
	}

/*Responsive Styles*/

@media screen and (max-width : 799px){
	/*Make dropdown links appear inline*/
	 ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	 #navigation li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	 #navigation ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
    		font-size: 22px;
		font-style: bold;
	}
	.hamburger {
		font-size: 14px;
		position: relative;
		display: inline-block;
		width: 1.25em;
		height: 0.8em;
		margin-right: 0.3em;
		border-top: 0.2em solid #fff;
		border-bottom: 0.2em solid #fff;
	}
	.hamburger:before {
		font-size: 14px;
		content: "";
		position: absolute;
		top: 0.3em;
		left: 0px;
		width: 100%;
		border-top: 0.2em solid #fff;
	}

}

@media screen and (min-width : 590px){
	#people {
	display: inline-block;
	height:auto;
	width:45%;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	}
}
@media screen and (max-width : 589px){
	#people {
	padding: 10px;
	}
}

@media screen and (min-width : 500px){
.post {
	float:left;
	border-radius: 5px;
	margin: 20px 20px 20px 0px;
	}
}
@media screen and (max-width : 499px){
.post {
	align:center;
	border-radius: 5px;
	margin: auto;
	padding: auto;
	display: block;
	max-width: 100%
	}
}
#error {
	display:block;
	margin:0;
	width: auto;
	height:auto;
	font-family: Noto Sans, Arial;
	font-size: 16px;
	padding:0 15px;
	}
#error a:link {
	color: #e31f2e; 
	text-decoration: none;
	}
#error a:visited {
	color: darkred; 
	text-decoration: none;
	}
#error h1 {
	color: #e31f2e;
	font-size: 18vw;
	font-family: Noto Sans, Arial;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
#error h2 {
	color: #b2b2b2;
	font-family: Noto Sans, Arial;
	font-size: 27px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
.error {
	max-width: 100%;
	height: auto;
	margin:auto;
	display: block;
	padding:15px 0px;
	}
.error2 {
	max-width: 50%;
	height: auto;
	margin:auto;
	display: block;
	padding:15px 0px;
	}
.shoes {
	max-width: 100%;
	height: auto;
    display: block;
	position: static;
	margin:auto;
	}
#errortext {
	position: static;
	height:auto;
	width:100%;
	margin: 0px;
	padding: 0px;
	}
#errorimg {
	width:100%;
	margin: auto;
	}
