* {
  transition: all 0.3s;
}
body {
  background-color: white;
  color: black;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.content_lightgrey {
  background-color: #eeeeee;
  color: black;
  padding: 1em 0 1em 0;
}
.content_lightgrey a {
  color: black;
  transition: all 0s;
}
.content_lightgrey a:hover {
  color: #5a9e2d;
}
.content_lightgrey .contentbar_left {
  width: 100%;
  margin-bottom: 1em;
}
.content_lightgrey .contentbar_left a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px;
  text-decoration: none;
  margin-right: 2px;
}
.content_lightgrey .contentbar_left a.selected {
  background-color: #333333;
}
.content_lightgrey .contentbar_left a:hover {
  background-color: #333333;
}
.content_lightgrey .contentbar_right img {
  margin-bottom: 2px;
  width: 100%;
}
.content_green {
  background-color: #5a9e2d;
  color: white;
  padding: 1em 0 1em 0;
}
.content_green td {
  color: white;
}
.content_green ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content_green a {
  color: white;
}
.content_green a:hover {
  color: black;
}
.content_green p:empty {
  display: none;
}
.content_black {
  background-color: #2e2c30;
  color: white;
  padding: 1em 0 1em 0;
}
.content_black a {
  color: white;
  text-decoration: none;
}
.content_black a:hover {
  opacity: 0.8;
}
.content_black a.button_white {
  color: black !important;
  background-color: #efefef;
  text-transform: uppercase;
  padding: 0.2em;
  font-weight: bold;
  text-align: center;
}
.multipage {
  display: none;
}
.colorbar {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.colorbar div {
  width: 15%;
  height: 15px;
  margin-right: 1%;
  display: inline-block;
}
.colorbar .bar1 {
  background-color: #a8cb53;
}
.colorbar .bar2 {
  background-color: #5e9d34;
}
.colorbar .bar3 {
  background-color: #e31925;
}
.nieuwbrief_buttons a {
  display: block;
  background-color: black;
  color: white;
  padding: 5px;
  text-decoration: none;
  font-size: 80%;
  margin-bottom: 2px;
}
.nieuwbrief_buttons a.selected {
  background-color: #333333;
}
.nieuwbrief_buttons a:hover {
  background-color: #333333;
}
.gallery_img {
  width: 47%;
  display: inline-block;
  float: left;
  margin-right: 3%;
  margin-bottom: 1em;
  overflow: hidden;
}
.gallery_img:hover {
  opacity: 0.8;
}
.gallery_img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.gallery_img .txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 80%;
}
.gallery_img2 {
  margin-bottom: 1em;
}
.gallery_img2:hover {
  opacity: 0.8;
}
.gallery_img2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery_video {
  width: 100%;
  cursor: pointer;
  margin-bottom: 1em;
}
.gallery_video:hover {
  opacity: 0.8;
}
.gallery_video img {
  width: 100%;
  margin-bottom: 9px;
}
.gallery_video .txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 80%;
}
/*
.galleryimg {
    width: 47%;
    display: inline-block;
    float: left;
    margin-right: 3%;
    margin-bottom: 1em;
    
    img {
        width:100%;
    }
}

.gallery_video2 {
    float: left;
    width: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    color: black;  
    
    img:nth-of-type(2) {
        position: absolute;
        top: 60px;
        left: 60px;
        opacity: 0.7;
    }    
   .play {
        width: 125px;
    }    
}
*/
#header .logo {
  width: 100%;
  margin-top: 1em;
}
#header .iconbar {
  float: right;
  white-space: nowrap;
  margin-top: 20px;
}
#header .iconbar .icon {
  display: inline-block;
  height: 30px;
  margin-right: 1em;
  opacity: 0.7;
  cursor: pointer;
}
#header .iconbar .icon:hover {
  opacity: 1;
}
#header .iconbar .carticon {
  position: relative;
  display: inline-block;
}
#header .iconbar .carticon .cart_amt {
  position: absolute;
  text-decoration: none;
  color: white;
  background-color: red;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  top: -10px;
  right: 0px;
  font-size: 13px;
}
#header .iconbar .divider {
  width: 1em;
  height: 30px;
  display: inline-block;
}
#header #search {
  display: none;
}
#menu {
  background-color: black;
  color: white;
  margin: 1em 0 0 0;
}
#menu .mainmenu ul {
  list-style: none;
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  text-align: left;
}
#menu .mainmenu ul li {
  display: inline-block;
  padding: 0 0.5em 0 0.5;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
}
#menu .mainmenu ul li:first-child {
  padding: 0 0.5em 0 0;
}
#menu .mainmenu ul li:hover a {
  color: #5a9e2d;
}
#menu .mainmenu ul li a {
  color: white;
  text-decoration: none;
}
#menu .mainmenu ul li a.selected {
  color: #5a9e2d;
}
#menu .mainmenu ul li a.active {
  color: #5a9e2d;
}
#menu .submenu {
  display: none;
  text-align: left;
  background-color: #666;
}
#menu .submenu .submenu_close {
  margin: 1em 0 1em 0;
  color: white;
  cursor: pointer;
}
#menu .submenu .submenu_close:hover {
  opacity: 0.8;
}
#menu .submenu .submenu_close img {
  height: 1.5em;
  margin-right: 0.5em;
}
#menu .submenu h3 {
  font-size: 90%;
  font-weight: bold;
}
#menu .submenu a {
  color: white;
  text-decoration: none;
}
#menu .submenu a:hover {
  text-decoration: underline;
}
.concertblokje {
  width: 100%;
  margin: 0;
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
  position: relative;
  border: 1px solid transparent;
  background-color: white;
  text-align: center;
}
.concertblokje:hover {
  border: 1px solid white;
}
.concertblokje:hover img {
  opacity: 0.8;
}
.concertblokje .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.concertblokje .img img {
  width: 100%;
}
.concertblokje p {
  margin: 0;
  position: absolute;
  background-color: white;
  color: black;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  font-size: 0.7em;
}
.bar_left a {
  position: relative;
  display: block;
  padding: 1em;
  margin-bottom: 2px;
  font-size: 0.8em;
  color: white;
  background-color: black;
  cursor: pointer;
  clear: both;
  float: none;
  text-decoration: none;
}
.bar_left a .sidething {
  display: none;
  background-image: url(../img/selected_sidemenu.png);
  width: 11px;
  height: 50px;
  position: absolute;
  right: -11px;
  top: 0px;
}
.bar_right .programinfo_header {
  padding: 5px;
}
.bar_right .programinfo_header {
  background-color: #111;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1em;
}
.bar_right .programinfo_body {
  margin-bottom: 1em;
}
.bar_right .programinfo_body td {
  padding: 5px;
}
.bar_right .programinfo_body a {
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 4px;
}
.bar_right .programinfo_body a:hover {
  background-color: #5a9e2d;
  color: white;
}
.bar_right .program_ticketinfo_new {
  margin-bottom: 1em;
}
.bar_right .arrowup {
  background-image: url(/img/arrow_up.png);
}
.bar_right .arrow {
  width: 21px;
  height: 19px;
  float: right;
}
.bar_right img[alt="image"] {
  margin-bottom: 1em;
  width: 100%;
}
.ddropdown {
  background-color: #efeff1;
  width: 252px;
  color: black;
  cursor: pointer;
  float: left;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
  position: relative;
  border-top: 1px solid #efeff1;
  font-size: 0.7em;
}
.ddropdown ul {
  list-style: initial !important;
  margin-left: 1em !important;
}
.ddropdown li:first-child {
  display: block;
  background-image: url(/img/dropdown-arrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 25px;
  padding: 5px;
}
.ddropdown .options {
  position: absolute;
  z-index: 99;
  display: none;
  padding: 5px;
  background-color: #efeff1;
  width: 100%;
  margin-left: 0 !important;
}
.ddropdown .options li {
  background: none;
  display: block;
  min-height: 25px;
  padding: 7px 0px 3px 0px;
  color: black;
  width: 230px;
  overflow: hidden;
}
.ddropdown .options li a {
  color: black;
  text-decoration: none;
}
.ddropdown .options li a:hover {
  text-decoration: underline;
}
.redhover {
  background-color: #5a9e2d !important;
}
.redhover:hover {
  background-color: #e31925 !important;
}
#reacties {
  padding-bottom: 1em;
}
#reacties .comment {
  padding: 1em 0 1em 0;
  font-size: 90%;
}
#reacties .date {
  float: none !important;
  background-color: #5a9e2d;
  color: white !important;
  width: auto;
  padding: 2px;
}
.commentform form input[type='text'] {
  border: none;
  margin-bottom: 4px;
  width: 12em;
  padding: 0.3em;
  border: 1px solid #333;
}
.commentform form input[type='submit'] {
  border: none;
  margin-bottom: 4px;
  padding: 0.3em;
  background-color: black;
  color: white;
}
.commentform form textarea {
  border: none;
  margin-bottom: 4px;
  width: 100%;
  padding: 0.3em;
  border: 1px solid #333;
}
#winkelmandje form input[type="email"],
#winkelmandje form input[type="text"],
#winkelmandje form select {
  padding: 8px;
  border: 1px solid #333;
}
#winkelmandje form .buy_btn {
  background-color: #5a9e2d;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 0.2em;
  display: inline-block;
  cursor: pointer;
}
#winkelmandje form .buy_btn:hover {
  opacity: 0.8;
}
#winkelmandje form .buy_btn_larger {
  font-size: 1.2em;
  padding-right: 1em;
  padding-left: 1em;
}
.buy_btn {
  background-color: #5a9e2d;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 0.2em;
  display: inline-block;
  cursor: pointer;
}
.buy_btn:hover {
  opacity: 0.8;
}
#footer {
  background-color: #5a9e2d;
  color: white;
  font-size: 0.7em;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#widgets {
  color: white;
}
@media only screen and (max-width: 479px) {
  #header .logo {
    width: 200%;
  }
  #header .iconbar .icon {
    height: 20px;
    margin-right: 5px;
  }
}
