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;
}
.image {
    max-width: 100%;
    height: auto;
    border-radius: 5px	
}
#background {
	background-color:#ffffff;
	height:auto;
	width:100%;
	margin:0px;
	padding:0px;
	}
#backgrounds {
	background-color:#ffffff;
	height:200%;
	width:100%;
	margin:0px;
	padding:0px;
	}
#page {
	background-color:#ffffff;
	height:auto;
	width:800px;
	margin: auto;
	padding:0px;
	}
#top {
	background-color:#fff;
	position: static;
	height:auto;
	width:800px;
	margin: 0;
	padding: 10px 0px;
	}
#languagemenu {
	float: left;
	text-align: left;
	height:auto;
	width:33%;
	margin:0;
	padding:0;
	font-family: Noto Sans;
	font-size: 18px;
	color: #e31f2e; 
	}
#languagemenu a {
	text-decoration:none;
	color: #e31f2e; 
	}
.show-languagemenu {
	display: none;
	}
input[type=checkbox]{
	display: none;
	-webkit-appearance: none;
	}
input[type=checkbox]:checked ~ #language{
	display: block;
	}
#language {
	display: inline-block;
	padding: 0;
	margin:0;
	font-family: Noto Sans;
	font-size: 16px;
	}
#language li {
	display: inline;
	padding: 0px 30px 0px 0px;
	font-family: Noto Sans;
	font-size: 16px;
	}
#languagemenu a {
	text-decoration:none;
	color: #e31f2e; 
	}
#languagemenu a:hover {
	text-decoration:none;
	color: #939598; 
    	font-style: italic;
	}
#banner {
	background-color:#ffffff;
	display: inline-block;
	width:33%;
	margin: 0px;
	padding:0px;
	vertical-align: top;
	}
#buttonblock {
	display: inline-block;
	width:33%;
	}
#buttonblock a{
	text-decoration:none;
	}
#buttonblock a:hover {
	font-style: italic;
	}
#wrp {
	float: right;
	}
#member {
	float: right;
	}
.redbutton {
	float: right;
	margin: 2px;
	background: #e81a2e;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	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;
	}
.greybutton {	
	float: right;
	margin: 2px;
	background: #d9d9d9;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	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;
	}
#header {
	position: static;
	height:auto;
	width:800px;
	margin: 0;
	padding:0px;
	}
.logo { 
	display: none;
	}
#navigation {
	position: static;
	background-color: #fff;
	padding:0;
	margin:0;
	text-align:center;
	width:800px;
	height: 360px;
	border: 0px;
  	overflow-y: hidden;
	}
input[type=checkbox]:checked ~ #menu{
	display: block;
	padding:0;
	margin:0;
	}
.show-menu {
	display: none;
	}
#menu {
	text-align: center;
	width: 780px;
	display: block;
	margin: 0;
	padding: 15px 0 0px 0;
	z-index: 1;
	}
#menu li {
	font-family: Noto Sans;
	font-size: 21px;
	font-weight: bolder;
	display: inline-block;
	margin-right: -5px;
	position: relative;
	padding: 21px 13px;
	background: #fff;
	background-image: url("http://wijzijnproud.nl/img/navline.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
	}
#menu li:hover {
	}
#menu li ul {
	font-size: 15px;
	color: #fff; 
	position: absolute;
	top: 48px;
	left: 0;
	width: 150px;
	display: block;
	opacity: 0;
	}
#menu li ul li { 
	font-size: 18px;
	background: #e31f2e; 
	display: block; 
	border-top: 1px solid #fb626e;
	border-left: 0px solid #939598;
	border-right: 0px solid #939598;
	border-bottom: 1px solid #c40b19; position:relative;
	-webkit-border-radius: 0px 0px 0px 0px;
	padding: 10px;
	color: fff; 
	z-index: 100;
	}
#menu li ul li:hover { 
	background: #c40b19; 
	color: #fff; 
	}
#menu li:hover ul {
	padding: 20px 0px;
	display: block;
	opacity: 1;
	visibility: visible;
	}
#menu a:link {
	color: #e31f2e; 
	text-decoration: none;
	}
#menu a:visited {
	color: #e31f2e; 
	text-decoration: none;
	}
#menu a:hover {
	color: #939598; 
	text-decoration: none;
	}
#menu ul a:link {
	color: #fff;
	text-decoration: none;
	}
#menu ul a:hover {
	color:#fff; 
	text-decoration: none;
	}
#menu ul a:visited {
	color:  #fff; 
	text-decoration: none;
	}
#plus {
	display: none;
	}
#fulllogo {
	vertical-align: middle;
	width: 21%; 
	}
#rotator { 	
	float: left;
	width: 800px; 
	max-height: 182px;
      	margin: 0 auto;
	overflow: hidden;
	}
#rotator img { 	
	max-height: 182px;
      	margin: 0 auto;
	overflow: hidden;
	}
#content {
	position: static;
	height:auto;
	width:800px;
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	vertical-align: top;
	}
#content a:link {
	color: #e31f2e; 
	text-decoration: none;
	}
#content a:visited {
	color: darkred; 
	text-decoration: none;
	}
#content a:hover {
	color: #e31f2e; 
	text-decoration: underline;
	}
#popup {
	position: static;
	height:auto;
	width:800px;
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	vertical-align: top;
	}
#popup a:link {
	color: #e31f2e; 
	text-decoration: none;
	}
#popup a:visited {
	color: darkred; 
	text-decoration: none;
	}
#popup a:hover {
	color: #e31f2e; 
	text-decoration: underline;
	}
#column {
	display: inline-block;
	height:auto;
	width:32%;
	margin: 0;
	padding:0px;
	vertical-align: top;
	}
#column > p {
	padding:0 15px;
	}
#column > h1 {
	padding:0 15px;
	}
#column > h2 {
	padding:0 15px;
	}
#column > h3 {
	padding:0 15px;
	}
#main {
	padding:0 15px;
	height:auto;
	}
#symposium {
	padding:0 15px;
	height:auto;
	}
#symposium h1 {
	text-align: center;
	color: #e31f2e; 
	padding: 10px;
	margin:0;
	font-size:28px;
	font-weight: bold;
	}
#symposium h2 {
	text-align: center;
	color: #939598; 
	padding:0;
	margin:0;
	font-size:24px;
	}
#main2 {
	display: inline-block;
	height:auto;
	width:100%;
	margin: 0px;
	padding: 0 0 10px 0px;
	vertical-align: top;
	}
#people {
	display: inline-block;
	height:auto;
	width:30%;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	}
#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;
	}
.post {
	float:left;
	border-radius: 5px;
	margin: 20px 20px 20px 0px;
	}
#post {
	padding: 10px;
	margin: 10px 30px;
	display: block;
	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/what.jpg);
	width: 199px;
	height: 82px;
	padding: 0 28px;
	border-right-style: solid;
	border-right-color: #e31f2e;
	border-left-style: solid ;
	border-left-color: #e31f2e;
	}
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;
	display: inline-block;
    box-sizing: border-box;
        width: 32%;
        margin: 6px 0;
    border-radius: 5px;
}
h1 {
	font-family: Raleway;
	font-size: 20px;
	color: #939598; 
	text-align: center; 
	}
h2 {
	font-family: Noto Sans, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #e31f2e; 
	}
h3 {
	font-family: Noto Sans, Arial;
    	font-style: italic;
	font-size: 18px;
	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;
	}
#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;
	}
.typetext {
	border: solid 1px #e31f2e;
	border-radius: 5px;
	padding: 3px 10px
	}
.typenumber {
	border: solid 1px #e31f2e;
	border-radius: 5px;
	padding: 3px 10px
	}
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;
}
.video {
	width: 720px;
	height: 405px;
	}
.video2 {
	object-fit: fill;
	width:100%;
	}
#twitter {
	display: none;
	}
#footer {
	background-color:#b2b2b2;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	height:230px;
	width:100%;
	margin:0px;
	padding:0px;
	}
#footer a {
	color: white;
	text-decoration: none;
	}
#footer a:hover {
	color: white;
	text-decoration: underline;
	}
#containers {
	height:auto;
	width:800px;
	margin: auto;
	padding:0px;
	}
#container {
	display: inline-block;
	height:auto;
	width:23%;
	margin: 0;
	padding:25px 6px;
	vertical-align: top;
	}
#buttonblock2 {
	display: none;
	}
.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: 400px;
	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 {
	margin: 0px auto;
	background-color: #b2b2b2;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	}
#links a:link {
	color: #fff; 
	text-decoration: none;
	}
#links a:visited {
	color: #fff; 
	text-decoration: none;
	}
#links a:hover {
	color: #fff; 
	text-decoration: underline;
	}
#error {
	display:block;
	margin:auto;
	width: 800px;
	height:auto;
	font-family: Noto Sans, Arial;
	font-size: 18px;
	padding: 0 0 0px 0;
	}
#error a:link {
	color: #e31f2e; 
	text-decoration: none;
	}
#error a:visited {
	color: darkred; 
	text-decoration: none;
	}
#error h1 {
	color: #e31f2e;
	font-size: 80px;
	font-family: Noto Sans, Arial;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
#error h2 {
	color: #b2b2b2;
	font-family: Noto Sans, Arial;
	font-size: 23px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
.error {
	max-width: 100%;
	height: auto;
	margin:auto;
	display: block;
	padding:20px;
	}
.error2 {
	max-width: 50%;
	height: auto;
	margin:auto;
	display: block;
	padding:20px;
	}
.shoes {
	max-width: 100%;
	height: auto;
	float:right;
	display:inline-block;
	margin:auto;
	padding: 40px 0px;
	vertical-align:middle;
	}
#errortext {
	display: inline-block;
	height:auto;
	width:45%;
	margin: 0px;
	padding: 0 20px;
	vertical-align: top;
	}
#errorimg {
	display: inline-block;
	height:auto;
	width:49%;
	margin: auto;
	padding: 0px;
	vertical-align: middle;
	}
