html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
}
#vriendenForm{
	width: 100%;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#popupContainer{
	position: absolute;
	background-color: #FFF;
	z-index: 400;
	display: none;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
#popupContent{
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 40px;
}
#popupSluiten{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#modalContainer{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 300;
	display: none;
	background-color: #FFF;
	opacity: 0.5;
}
#menuContainer{
	/*background-color: #C8357E;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 250px;
	left: 0;
	top: 0;
	z-index: 200;
}
#menuContentLogo{
	padding-left: 25px;
	padding-top: 73px;
	padding-bottom: 6px;
}
.menuBtn{
	height: 49px;
	padding-left: 25px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*color: #FFFFFF;*/
	color: #262626;
	line-height: 49px;
}
.menuBtnEmp {
	/*background-color: #E4A636;*/
	background-color: #FFFFFF;
}
.menuBtn a{
	display: block;
	/*color: #FFFFFF;*/
	color: #262626;
	text-decoration: none;
}
#mainContainer{
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	/*background-image: url("https://portal.jeugdtheaterhofplein.nl/img/background-green.png");*/
}
#topContainer{
	background-color: #FFFFFF;
}
#topMenuContainer{
	height: 50px;
}
#topBannerContainer{
	height: 130px;
	background-color: #FFFFFF;
	/*background-image: url("https://portal.jeugdtheaterhofplein.nl/img/banner.jpg");*/
	background-image: url("https://portal.jeugdtheaterhofplein.nl/img/bg_1.jpg");
	/*background-repeat: no-repeat;*/
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	/*background-size: cover;*/
}
#topBannerContainerVrienden{
	height: 300px;
	background-color: #F1F8F7;
	background-image: url("https://portal.jeugdtheaterhofplein.nl/img/bannervrienden.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
#topBannerContainerVrienden img{
	padding-top: 50px;
	padding-left: 100px;
}
#topBannerContainerCadeaukaart{
	height: 300px;
	background-color: #000000;
	background-image: url("https://portal.jeugdtheaterhofplein.nl/img/cadeaukaart.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
#topBannerContainerCadeaukaart img{
	padding-top: 50px;
	padding-left: 100px;
}
#topBannerContainerStoeladoptie{
	height: 300px;
	background-color: #F1F8F7;
	background-image: url("https://portal.jeugdtheaterhofplein.nl/img/stoeladoptie.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
#topBannerContainerStoeladoptie img{
	padding-top: 50px;
	padding-left: 100px;
}

#topBannerContainerDonatie{
	height: 300px;
	background-color: #F1F8F7;
	background-image: url("https://portal.jeugdtheaterhofplein.nl/img/stoeladoptie.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
#topBannerContainerDonatie img{
	padding-top: 50px;
	padding-left: 100px;
}

#topLogoContainer{
	
}
#contentContainer{
	background-color: #FFFFFF;
	
}
#contentContentContainer{
	padding: 20px;
	margin: 0;
}
#contentTopContainer{
	height: 50px;
	background-color: #F1F8F7;
}
button{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
#hoofdMenuBtn{
	float: left;
}
#logUitBtn{
	float: right;
}
#mainInlogNaam{
	padding: 0;
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #262626;
	line-height: 49px;
}
.subMenuBtn{
	
}
.subMenuBtn > ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.subMenuBtn > ul > li{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 49px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.subMenuBtn > ul > li > a{
	padding-left: 20px;
	text-decoration: none;
	color: #262626;
	display: block;
}
.subMenuBtn > ul > li > ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
}
.subMenuBtn > ul > li > ul > li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
	line-height: 36px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 10px;
}
.subMenuBtn > ul > li > ul > li > ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
}
.subMenuBtn > ul > li > ul > li > ul > li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
	line-height: 36px;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 10px;
}

.subMenuBtn > ul > li > ul > li > ul > li > ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
}
.subMenuBtn > ul > li > ul > li > ul > li > ul > li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
	line-height: 36px;
	text-decoration: none;
	padding-left: 80px;
	padding-right: 10px;
}
.subMenuBtn .active{
	/*background-color: #E4A636!important;*/
}
.subMenuBtn a:hover{
	background-color: #E4A636!important;
}
.subMenuBtn img {
	float: right;
	margin-top: 4px;
}
.rLabel{
	color: #5F5F55;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}
.rTextInput{
	background-color: #FFF;
	border: 1px solid #D9D9D0;
	border-radius: 2px;
	line-height: 30px;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 1px;
}
.rTextInputInline{
	background-color: #FFF;
	border: 1px solid #D9D9D0;
	border-radius: 2px;
	line-height: 30px;
	padding-left: 20px;
}
.rComboBox{
	background-color: #FFF;
	border: 1px solid #D9D9D0;
	border-radius: 2px;
	line-height: 30px;
	width: 100%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rComboBoxInline{
	background-color: #FFF;
	border: 1px solid #D9D9D0;
	border-radius: 2px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rText{
	background-color: #FFF;
	border-radius: 2px;
	line-height: 30px;
	width: 100%;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.rFail{
	border: 1px solid #FF0000;
}
.rButton{
	height: 40px;
	background-color: #E4A636;
	border: none;
	
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top:5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	color: #FFF!important;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	
	box-sizing: border-box;
}
#contentTopContainer p{
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
}
.row{
	clear: both;
}
.cardView{
	clear: both;
	padding: 10px;
	margin: 1px;
	/*box-shadow: 5px 5px 10px rgba(0,0,0,0.5);*/
	/*background-color: #F5F5F5;*/
}
.cardView p{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.cardView a{
	text-decoration: none;
	color: #333;
}
.clear{
	clear: both;
}
.headerView h1{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
p{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

h1{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	line-height: 36px;
}

h2{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

h3{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: bold;
}

.paddingFive{
	padding-left: 5px!important;
	padding-right: 5px!important;
}

/* startpagina */
.startPageTop{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.startPageBottom{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}
.lichtRoze{
	background-color: #E292BA!important;
}
.startLichtRozeTop{
	color: #E292BA;
	background-color: #FFF;
}
.startLichtRozeBottom{
	color: #FFF;
	background-color: #E292BA;
}
.startRozeTop{
	color: #C8357E;
	background-color: #FFF;
}
.startRozeBottom{
	color: #FFF;
	background-color: #C8357E;
}
.startGeelTop{
	color: #E4A636;
	background-color: #FFF;
}
.startGeelBottom{
	color: #FFF;
	background-color: #E4A636;
}
.startGroenTop{
	color: #7CB9AB;
	background-color: #FFF;
}
.startGroenBottom{
	color: #FFF;
	background-color: #7CB9AB;
}

/* /startpagina */

/* oude website */
.rowOld {
	clear: both;
}
.column1 {
	float: left;
	width: 225px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column2 {
	float: left;
	width: 470px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column3 {
	float: left;
	width: 715px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column4 {
	float: left;
	width: 960px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rowOld h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.rowOld h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.rowOld h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.rowOld p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.rowOld a {
	text-decoration: none;
}
.rowOld li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.rowOld td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
/* /oude website */

#contentContentContainer img{
	width: 100%;
	height: auto;
}

.cardView img{
	width: auto!important;
	height: auto!important; 
}

#contentContentContainer a{
	color: #000;
}
div[data-link]:hover{
	cursor:pointer;
}

