@charset "utf-8";

body {
	background-color: #ebebeb;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: normal;
	height: 100hv;
	min-height: 100hv;
	max-height: 100hv;
	scrolling: "no";
}
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; color: #FF9500; line-height: 1em; margin-bottom: 0.6em;}
h1, #content h1 { font-size: 20px; }
h2, #content h2 { font-size: 19px;  }
h3, #content h3 { font-size: 18px; }
#content h3, #content h4, #content h5, #content h6 { margin-bottom: 0.3em; }
h4, #content h4 { font-size: 16px; font-weight: bold; }
h5, #content h5 { font-size: 15px; font-weight: bold; }
h6, #content h6 { font-size: 14px; font-weight: bold;}
h7 { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12pt; color: #ff9500; font-weight: bold;}

p, #content p, #content li { 
	margin-bottom: 1.0em; 
	margin-top: 0; 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
	size: 14px; 
	line-height: 20px; 
	font-weight: normal; 
	color: #000000; 
}

#content ul { margin-top: 0em; margin-bottom: 1.0em; list-style-position:inside; }
#content li { margin-bottom:0em;}
#main p.lastNode {
	margin-bottom: 0;
}
a:link, a:visited {
	border: none;
	color: #76C9FD; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    margin: 0 12px 0 0;
}
img.alignright {
    margin: 0 0 0 12px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 8px;
}

#pictureleft {
	float:left; 
	width: auto; 
	min-width: 27%; 
	height: 100vh; 
	min-height: 100vh; 
	position: absolute; 
	scrolling: "no";
	z-index: -2; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#pictureleft iframe {
	scrolling: "no";
	overflow: "hidden"; 
	style: border:none; 
	width: 100%; 
	height: 100vh; 
	min-height: 100vh; 
}

#topmenu iframe {
	scrolling: "no";
	width: 100%;
	height: 230px;	
	overflow: "visible";
	border:none;
}

#footer iframe {
	width: 100%;
	height: 30px;
	overflow: hidden; 
	border:none;
}

#pictureright {
	float:right; 
	width: auto; 
	min-width:27%; 
	min-height: calc(100vh - 1px); 
	position: absolute; 
	top: 0px; 
	right:0px; 
	scrolling: "no";
	z-index:-2;
}

#pictureright iframe {
	overflow:"hidden";
	border:none; 
	width: 100%; 
	min-height: calc(100vh - 1px); 
	scrolling: "no";
	text-align:right;
}

div.hidemobile, nav.hidemobile, span.hidemobile {
}

div.hidegeneral, nav.hidegeneral, span.hidegeneral {
   font-size: 0px;
   width: 0%;
   display: none;
}  


/* Style The Dropdown Button */
.dropbtn {
	background-color: #76c9fd;
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	min-width: 180px;
	font-size: 18px;
	z-index:1;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	font-size: 16px;
	background-color: #EEEEEE;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 8px 12px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #76c9fd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

#Nieuwsbrief iframe, #Clubblad iframe  {
	width: 810px;
	height: calc(100vh - 450px);
	min-height: 445px;
	max-height: 900px;
	frameborder: 0;
	z-index: -1;
}

/* Slide show */ 

.SlideShowCaption {
	font-family: Arial;
	font-weight: plain;
	color: #CCFFCC;
	text-align: center;
	background-color: #76c9fd;
}

#main { 
	margin: 0 auto; 
	width: 900px; 
	border-left: 1px solid #939393; 
	border-right: 1px solid #939393; 
	border-bottom: 1px solid #939393;
	height: 100%;
	max-height: calc(100% - 366px);
	min-height: 100%;
}

#header {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #76c9fd;
	width: 900px;
	padding-top: 0px;
	height: 53px;
}
#header-text{
	width: 900px;
	text-align: center;
	font-family: 'Carter One';
	color:#FFFFFF;
	font-size:32px;
}

mainmenu-logo img {
	margin: 12px 0px 0px 12px;
	float: left;
	height: 7em;
	width: 8em;
}

#logo-wrap {
	margin-left: 27px;
	margin-top: 12px;
	display: block;
	float: left;
	margin-bottom: 0;
	width: 415px;
	padding-top: 0px;
	height: 74px;
}
#logo-wrap img { 
	border: none; 
}
#header-img-wrap {
	margin: 0px 0px 0px 0px;
	display: inline;
	float: left;
	background-color: #fff;
	width: 900px;
	padding-top: 2px;
	height: 135px;
}

/*   HORIZONTAL MENU   */

#menu {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #ff9500;
	width: 900px;
	padding-top: 0px;
	height: 50px;
	overflow:hidden;
	font-family: 'Carter One';
}

#menu a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/*   END HORIZONTAL MENU   */

/*   SUB MENU   */

.subnav, .subnav2 {
  float: left;
  overflow: visible;
}

.subnav .subnavbtn {
  font-size: 15px;  
  border: none;
  outline: none;
  color: white;
  font-family: inherit;
  margin: 0;
  padding: 13px 8px;
  background-color: inherit;
}

.menu a:hover, .subnav:hover .subnavbtn {
 background-color:red;
}

.subnav-content {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
  display: none;
  position: absolute;
  width: 900px;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  background-color: lightgreen;
  z-index: 1;
}

.subnav-content a {
  float: left;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: green;
}

.subnav:hover .subnav-content {
  display: block;
}

/*   END SUB MENU   */

/*   DOORBLADEREN MENU   */
.pagebackward {
	width:27%; 
	float:left; 
	text-align: left;
	white-space: nowrap;
}

.pagetitle {
	width:46%; 
	float:left; 
	text-align: center;
	font-size: 22px;
	font-weight: bold; 
	color: #FF9500;
	white-space: nowrap;
}

.pageforward {
	width:27%; 
	float:right; 
	text-align: right;
	white-space: nowrap;
}


/*   END DOORBLADEREN MENU   */

#content-wrap {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 40px;
	height: 100hv;
}
#content {
	margin: 32px 0 0 29px;
	display: inline;
	float: left;
	width: 810px;
	padding: 4px 18px 4px 18px;
	background-color:  #EEEEEE;
	height: calc(100vh - 55em);
	min-height: 29em;
	max-height:  calc(400vh - 55em);
	overflow: auto;
}

#content-wrap2 {
	margin-left: 0em;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 1em;
	height: 100hv;
}
#content2 {
	margin: 3em 0 0 1em;
	display: inline;
	float: left;
	width: 810px;
	padding: 1em 2em 1em 2em;
	background-color:  #EEEEEE;
	height: calc(100vh - 55em);
	min-height: 39em;
	max-height:  400em);
	overflow: auto;
}

#footer {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #ff9500;
	width: 900px;
	padding-top: 0px;
	height: 28px;
	scrolling: "no";
	overflow: "visible"; 
	border: none;
}

#footer-content {
	margin: 4px 0px 0px 27px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 900px;
	padding-top: 0px;
	height: 18px;
}

.footer-tekst {
	margin: 0px 0px 0px 0px;
}

.footer-button1 {
	float: right;
	margin: -18px 60px 0px 0px;
}

.footer-button2 {
	float: right;
	margin: -24px 20px 0px 0px;
}


.footer-button1 img, .footer-button2 img {
	height: 22px;
}

#footer-content, #footer-content p, #footer-content a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;  
	color: #ffffff;
} 

.banner-menu-album {
	margin: 13px 13px 0px 13px;
	float: left;
}

.banner-menu-album img {
	height: 110px;
}

.banner-startstop {
	float: left; 
	margin: 2px 0px 6px 12px;
}

.banner-startstop img {
	height: 24px;
}


.banner-page1-foto1 img {
	margin: 0px 0px 0px 300px;
	float: left;
}

.banner-page1-foto1 img {
	height:185px; 
}

.banner-page1-foto2 img {
	margin: 90px 0px 3px 60px;
	float: left;
}

.banner-page1-foto2 img {
	height: 65px;
}

.banner-page1-foto3 {
	margin: 35px 0px 3px 60px;
	float: left;
}

.banner-page1-foto3 img {
	height: 145px;
}

.banner-page1-foto4 {
	margin: 90px 0px 3px 60px;
	float: left;
}

.banner-page1-foto4 img {
	height: 65px;
}

.banner-page1-foto5 {
	margin: 10px 0px 3px 50px;
	float: left;
}

.banner-page1-foto5 img {
	height: 170px;
}

.Artiestenfoto { 
	margin-right: 0px; 
	margin-top: 0px; 
	display: inline; 
	float: right; 
	margin-bottom: 0; 
	padding-top: 0px; 
	padding: 10px 10px 10px 10px; 
	align: right;  
	text-align: right;
}

.Artiestenfoto img {
	height: 240px;
}	

.button-page1 {
	float: left; 
	text-align: center;
	margin: 0px 20px 20px 40px;
}

.button-page1 img {
	height:48px;
	margin: 0px 0px 10px 0px;
}

.banner-page2-foto1 {
	margin: 0px 0px 0px 0px;
	float: left;
}

.contact-tekst {
	width: 360px;
}

.contact-tekst img {
	height: 60px;
	padding: 0px 20px 50px 0px;
	float: left;
}

.contact-formulier {
	margin: 0px 0px 0px 0px;
	width: 50%
	float: left;
}

.contact-formulier-input {
	height: 20px; 
	padding: 10px 10px 10px 10px;
	width: 330px; 
}

.contact-formulier-vraag {
	width: 330px;
	height: 100px; 
	padding: 10px 10px 10px 10px;
}

contact-formulier-select {
	line-height: 60px; 
	height: 40px; 
	width: 350px;  
	vertical-align: middle;
}

.contact-formulier-button {
	width: 118px; 
	height: 32px; 
	background-color: #ff9500; 
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 15px 120px;
} 

.contact-adres {
	float: right;
	margin: -130px 0px 20px 0px;
	text-align: right;
}

.contact-googlemaps {
	margin: -380px 0px 0px 0px;
	float: right;
	frameborder: 0;
	border:0;
	align:right;
	width: "400";
	height: "300";
}

/* voor de aanmelden voor het weekend pagina */

prefix-input {
  width: 30%;
  min-width: 200px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
}	

input[type=text].input-with-prefix, select.input-with-prefix  {
  width: 70%;
  padding: 2px 2px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
}

input[type=text].input-without-prefix, select.input-with-prefix  {
  width: 100%;
  padding: 2px 2px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
}

input[type=text].input-with-prefix:focus, input[type=text].input-without-prefix:focus {
  background-color: silver;
}

textarea.input-with-prefix  {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  resize: none;
  float: right;
}

.agenda-datum {
	float:left; 
	width: 27%; 
	text-align: center;
}
.agenda-theater {
	float:left; 
	width: 27%; 
}
.agenda-plaats {
	float:left; 
	width: 20%; 
}
.agenda-info {
	float:left; 
	width: 22%; 
}
.agenda-background2 {
	background-color: #E6E6E6;
}	
