/* 
  Theme Name: Trijntje 2023
  Author: Luuk Kloosterboer - zesvoetvier
  Author URI: http://www.zesvoetvier.nl
  Tags:

*/
/* basic less set-up */
/* font face */
@font-face {
  font-family: 'sukhumvitsetbold';
  src: url('type/sukhumvitset-bold.woff2') format('woff2'), url('type/sukhumvitset-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeX Gyre Condensed';
  font-style: normal;
  font-weight: normal;
  src: url('type/texgyreheroscn-regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'TeX Gyre Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: url('type/texgyreheroscn-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Secret';
  font-style: normal;
  font-weight: normal;
  src: url('type/TheSecret-Regular.woff') format('woff');
}
@font-face {
  font-family: 'rylan_grotesqueregular';
  src: url('type/jen_wagner_co._-_rylan_grotesque_regular-webfont.woff2') format('woff2'), url('type/jen_wagner_co._-_rylan_grotesque_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.hidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.shown {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.mobile-only {
  display: none;
}
.tablet-only {
  display: none;
}
/* basic set-up */
body {
  background-color: #000000;
  color: #192426;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65em;
  margin: 0;
  text-align: left;
  width: 100%;
  overflow: auto;
}
body.page-template-page-masterclasses {
  background-color: #538e54;
  color: #484443;
}
img,
img a {
  border: none;
  border-style: none;
  box-shadow: none;
}
p {
  margin: 0 0 1.2em 0;
}
a img {
  border: none;
  border-style: none;
  background: none;
  box-shadow: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
h1 {
  font-size: 1.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: #e39e09;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
td,
tr,
table {
  border: none;
}
img.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
img.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*************************/
/* Layout structure divs */
/*************************/
.wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}
#header-container {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0px;
  z-index: 500;
  display: block;
  background-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
#header-container.scrolled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#content-container {
  position: relative;
  overflow: auto;
  margin-top: 75px;
  height: 100%;
}
#social-links-container {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: fixed;
  right: 0px;
  height: 295px;
  top: 225px;
  width: 34px;
  display: block;
  background-color: #5a5853;
  z-index: 3000;
  padding: 10px 15px 10px 10px;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
#footer-container {
  clear: both;
  position: relative;
}
/*************************/
/* Layout header divs    */
/*************************/
#background-picture {
  background-image: url('images/background_home-2023.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 100vh;
  min-height: 600px;
  position: fixed;
  top: 0px;
  width: 100%;
}
#background-shading {
  background-image: url("images/shading-23.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 100vh;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
#header-container .wrapper {
  overflow: hidden;
  height: 100%;
}
.logoklein {
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #f8f8fb;
  font-size: 3.2em;
  line-height: 1em;
  position: absolute;
  left: 0px;
  bottom: 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.logoklein a {
  color: #f8f8fb;
  text-decoration: none;
}
/*************************/
/* Layout menu divs      */
/*************************/
.menu-menu-2017-container {
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  color: #e39e09;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-size: 1.6em;
  bottom: 10px;
  line-height: 1em;
}
.menu-menu-2017-container ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.menu-menu-2017-container ul li {
  float: left;
  padding: 0 25px 0 0;
}
.menu-menu-2017-container ul li.last-child-desktop {
  padding-right: 0px;
}
.menu-menu-2017-container ul li a {
  display: block;
  color: #e39e09;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.menu-menu-2017-container ul li a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #FFFFFF;
}
.mPS2id-highlight {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  color: #FFFFFF !important;
}
/*************************/
/* Layout social divs    */
/*************************/
.social-button {
  color: #f8f8fb;
  font-size: 2.5em !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  height: 40px;
  width: 40px;
  left: 15px;
  position: absolute;
}
.social-button:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  color: #e39e09;
}
.social-link.yt .social-button {
  top: 65px;
}
.social-link.sp .social-button {
  top: 115px;
}
.social-link.am .social-button {
  top: 165px;
}
.social-link.ig .social-button {
  top: 215px;
}
.social-link.tw .social-button {
  top: 265px;
}
.social-link.ws .social-button {
  top: 315px;
}
/*************************/
/* Layout blok divs      */
/*************************/
.blok {
  padding: 0 0 30px 0;
  overflow: auto;
}
.blok-top {
  height: calc(100vh - 75px);
}
.blok.light {
  background-color: rgba(255, 255, 255, 0.9);
}
.blok.light a {
  font-weight: bold;
  color: #000000;
}
.blok.dark {
  background-color: rgba(82, 0, 3, 0.9);
  color: #f8f8fb;
}
.blok.dark a {
  font-weight: bold;
  color: #e39e09;
}
.blok-title {
  display: block;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-size: 3.2em;
  line-height: 1em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: 10px;
  text-transform: uppercase;
  min-height: 50px;
}
.blok-news .blok-title {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.blok-news {
  color: #FFFFFF !important;
}
/*************************/
/* Layout topblok        */
/*************************/
.logotop {
  height: 60vh;
  min-height: 400px;
  display: block;
  position: fixed;
  top: 20vh;
  left: calc(50% + 45px);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.logotop img {
  height: 100%;
}
.news-quote {
  color: #e39e09;
  font-family: 'Prata', serif;
  text-transform: uppercase;
  position: fixed;
  left: calc(65% - 150px);
  top: 170px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  text-align: center;
  font-size: 4em;
  line-height: 1.1em;
  width: 500px;
}
.news-link {
  color: #FFFFFF;
  text-transform: uppercase;
  position: fixed;
  left: calc(65% - 150px);
  top: 530px;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-size: 1.6em;
  text-align: center;
  width: 500px;
}
.news-link.mPS2id-highlight {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.news-link:hover {
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;
  filter: alpha(opacity=70) !important;
  -webkit-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
}
.topbanner-button-container {
  position: fixed;
  left: calc(65% - 150px);
  width: 500px;
  bottom: 100px;
  text-align: center;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
}
.topbanner-button {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px 17px;
  font-size: 2em;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.topbanner-button:hover {
  background-color: #FFFFFF;
}
/*************************/
/* Layout columns        */
/*************************/
.columns {
  display: block;
  overflow: auto;
  margin-bottom: 60px;
}
.column {
  position: relative;
}
.column h1 {
  margin-top: 0px;
}
.column_1 {
  clear: both;
  padding-right: 10px;
}
.column_2 {
  padding-left: 10px;
}
.column_1,
.column_2 {
  float: left;
  position: relative;
  width: calc(50% - 65px);
  min-height: 1px;
}
.gutter {
  float: left;
  width: 90px;
  height: 10px;
}
.column-image,
#news .column img {
  width: 100%;
  height: auto;
}
/*************************/
/* Layout content        */
/*************************/
img.alignnone {
  width: 100%;
  height: auto;
}
/*************************/
/* Layout live divs     */
/*************************/
#live .column_1,
#live .gutter {
  width: 0px;
  padding-right: 0px;
}
#live .column_2 {
  width: calc(100% - 10px);
}
.concert-container {
  float: left;
  width: 45%;
  margin-right: 10%;
  border-bottom: 1px solid #898c8d;
  padding: 30px 0;
  overflow: auto;
  position: relative;
  min-height: 125px;
}
.concert-container:nth-child(even) {
  margin-right: 0px;
}
.concert-date-container {
  float: left;
  margin-right: 30px;
}
.concert-day {
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  display: block;
  width: 65px;
  height: 30px;
  background-color: #f8f8fb;
  color: #000000;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 2.5em;
}
.concert-month {
  display: block;
  width: 65px;
  background-color: #192426;
  height: 25px;
  padding: 5px 0;
  color: #f8f8fb;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
}
.concert-year {
  display: block;
  width: 65px;
  background-color: #5e0005;
  color: #FFFFFF;
  height: 25px;
  padding: 0 0 3px;
  text-transform: uppercase;
  text-align: center;
}
.concert-info-container {
  float: left;
  margin-right: 10px;
  width: calc(100% - 160px);
}
.concert-tourname {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.concert-location {
  font-size: 1.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000000;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0px;
}
.concert-tickets-container {
  bottom: 25px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 70px;
}
.concert-ticketimage {
  color: #e39e09;
  font-size: 2.5em;
  padding: 10px 5px 0 0;
}
.concert-ticketimage.soldout {
  color: #898c8d;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.concert-ticketimage a {
  color: #5a5853 !important;
  font-weight: normal !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.concert-ticketimage a:hover {
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.concert-ticketlink {
  color: #898c8d;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 5px 10px 0 0;
}
.concert-ticketlink a {
  color: #898c8d !important;
  font-weight: normal !important;
}
.concert-ticketlink a:hover {
  text-decoration: none;
}
/*************************/
/* Layout disco divs     */
/*************************/
#muziek .column_2,
#muziek .gutter {
  width: 0px;
  padding-right: 0px;
}
#muziek .column_1 {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.disco-container {
  width: 45%;
  overflow: auto;
  border-bottom: 1px solid #898c8d;
  padding: 40px 0;
  margin-right: 10%;
  min-height: 150px;
}
.disco-container:nth-child(even) {
  margin-right: 0px;
}
.disco-cover {
  width: 140px;
  display: block;
  clear: both;
  float: left;
}
.disco-cover img {
  width: 100%;
  height: auto;
}
.disco-info-container {
  float: left;
  margin-left: 35px;
  position: relative;
  min-height: 140px;
  width: calc(100% - 175px);
}
.disco-description {
  line-height: 1.2em;
}
.disco-partner-container {
  margin-top: 10px;
}
.disco-partner {
  width: 40px;
  height: 30px;
  display: block;
  font-size: 2em !important;
  float: left;
  color: #f8f8fb;
}
.disco-partner.bol {
  height: 25px;
  padding-top: 1px;
}
.disco-partner.bol img {
  width: 85%;
}
.disco-partner a {
  color: #f8f8fb;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.disco-partner a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.buylinks-container {
  font-size: 0.9em;
  display: block;
  clear: both;
  padding-top: 20px;
  text-transform: uppercase;
  line-height: 1.5em;
}
.buylinks-container .buylink i {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 0.8em;
}
.buylinks-container .buylink a {
  font-weight: bold;
  color: #FFFFFF;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.buylinks-container .buylink a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.buylinks-container .buylink a:hover i {
  margin-left: 5px;
}
/*************************/
/* Layout form divs      */
/*************************/
form {
  text-align: right;
}
form label {
  display: inline-block;
  padding-right: 20px;
  text-align: right;
  width: 110px;
}
form input {
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 11px 8px;
  margin: 3px 0;
  color: #192426;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 250px;
}
form input[type=submit] {
  background-color: inherit;
  font-family: 'FontAwesome', 'Tex Gyre Condensed', sans-serif;
  color: #e39e09;
  font-size: 1.714em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: right;
}
.form-description {
  color: #e39e09;
  margin-right: 290px;
  font-style: italic;
}
/*******************************/
/* Layout masterclasses divs   */
/*******************************/
.page-template-page-masterclasses h1 {
  font-family: 'sukhumvitsetbold', sans-serif;
  color: #006836;
  letter-spacing: normal;
}
.page-template-page-masterclasses a {
  text-decoration: underline;
}
.page-template-page-masterclasses .logoklein a {
  text-decoration: none;
}
.page-template-page-masterclasses #header-container {
  background-color: transparent;
  background-image: url('images/background_masterclasses_header.png');
  background-position: right top;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.page-template-page-masterclasses #header-container.scrolled {
  background-color: #006836;
}
.page-template-page-masterclasses .background-image {
  background-image: url('images/background_masterclasses.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  height: 100vh;
  min-height: 600px;
  position: fixed;
  top: 0px;
  width: 100%;
}
.page-template-page-masterclasses .content {
  position: relative;
}
.page-template-page-masterclasses .masterclasses-title {
  font-family: 'Marck Script', cursive;
  display: inline-block;
  position: absolute;
  left: 220px;
  font-size: 2.5em;
  bottom: 12px;
  color: #c7c7c7;
}
.page-template-page-masterclasses .masterclasses_intro {
  color: #006836;
  font-size: 1.6em;
  line-height: 1.5em;
  width: 50%;
  padding-top: 220px;
  position: fixed;
}
.page-template-page-masterclasses .lower-content {
  margin-top: 90vh;
  position: relative;
}
.page-template-page-masterclasses .masterclasses_text {
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  padding: 80px 10%;
  position: relative;
  overflow: auto;
  font-size: 1.1em;
}
.page-template-page-masterclasses .masterclasses_text blockquote {
  color: #006836;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #74e189;
  padding-left: 40px;
  position: relative;
}
.page-template-page-masterclasses .quoteapos {
  font-size: 1em;
  margin: 0 5px;
  color: #74e189;
  display: inline-block;
  vertical-align: super;
}
.page-template-page-masterclasses .masterclasses_videos_container {
  background-color: #538e54;
  width: 80%;
  padding: 80px 10%;
  position: relative;
  overflow: auto;
}
.page-template-page-masterclasses .masterclasses_videos_container h1 {
  color: #FFFFFF;
}
.page-template-page-masterclasses .masterclasses_videos_container_left,
.page-template-page-masterclasses .masterclasses_videos_container_right {
  width: calc(50% - 40px);
  float: left;
  position: relative;
}
.page-template-page-masterclasses .masterclasses_videos_container_left {
  margin-right: 80px;
}
.page-template-page-masterclasses .masterclasses_video_container {
  margin-bottom: 40px;
}
.page-template-page-masterclasses .masterclasses_video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.page-template-page-masterclasses .masterclasses_video iframe {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.page-template-page-masterclasses .masterclasses_video_caption {
  color: #FFFFFF;
  padding-top: 5px;
}
.page-template-page-masterclasses .masterclasses_form {
  background-color: #74e189;
  width: 80%;
  padding: 80px 10%;
  position: relative;
  overflow: auto;
}
.page-template-page-masterclasses form {
  text-align: left;
}
/******************************/
/* Layout Gravity Form divs   */
/******************************/
#gform_wrapper_3,
#gform_wrapper_4 {
  background-color: #538e54;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 80px;
  position: relative;
}
.gfield {
  margin-top: 0px !important;
}
.gform_body {
  position: relative;
  overflow: hidden;
}
.gform_body ul li {
  list-style-type: none;
  clear: both;
}
.gform_body ul {
  margin: 0px;
  padding: 0px;
  z-index: 1;
}
.hidden_label label {
  display: none;
}
.hidden_label ul label {
  display: block;
}
.gfmc-column {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 450px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  cursor: pointer;
}
.page-id-5487 .gfmc-row-1-column {
  width: calc(33.33% - 110px) !important;
  margin-right: 45px;
}
.page-id-5487 .gfmc-row-1-column:nth-child(3n+3) {
  margin-right: 0px !important;
}
.page-id-5487 .gfmc-row-2-column,
.page-id-5412 .gfmc-row-1-column {
  width: calc(50% - 22.5px) !important;
  padding: 0px !important;
  background-color: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  margin-right: 45px;
  overflow: hidden;
}
.page-id-5487 .gfmc-row-2-column:nth-child(odd),
.page-id-5412 .gfmc-row-1-column.gfmc-row-1-col-2-of-2 {
  margin-right: 0px !important;
}
.page-id-5412 .option-title {
  text-align: left;
  color: #FFFFFF;
}
.page-id-5412 .option-description {
  height: auto;
}
.page-id-5412 .option-footer {
  color: #c7c7c7;
  margin-top: 40px !important;
}
.page-id-5412 form label {
  width: auto;
}
.page-id-5412 input[type="checkbox"] + label {
  color: #c7c7c7 !important;
}
.page-id-5412 .gfield_error input[type="checkbox"] + label {
  color: red !important;
}
.page-id-5412 input[type="checkbox"]:checked + label {
  color: #FFFFFF !important;
}
.gfmc-column label.gfield_label {
  display: none;
}
.gfmc-column label {
  width: 100% !important;
  text-align: left;
}
.gfmc-column .ginput_container_radio li {
  margin: 10px 0;
}
.gfmc-column:hover,
.gfmc-column.checked {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.option-title {
  text-align: center;
  color: #006836;
  font-size: 1.8em;
  width: 100%;
  font-family: 'Marck Script', cursive;
  font-size: 3em;
  display: block;
  line-height: 1em;
  margin-bottom: 15px;
}
.option-description {
  height: 230px;
  text-align: center;
  font-size: 1em;
}
.option-description.high {
  height: 330px;
}
.ginput_container_radio {
  margin-top: 0px;
}
input[type="radio"],
input[type="checkbox"] {
  display: none !important;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #FFFFFF;
  vertical-align: text-top;
  margin-top: 2px;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + span:before {
  background: url(images/checked.png) no-repeat scroll #FFFFFF;
  width: 16px;
  height: 16px;
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label,
input[type=checkbox]:checked + span {
  color: #006836 !important;
  font-weight: bold;
}
textarea:focus,
input:focus {
  outline: none;
}
.spots-left {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin-left: 26px;
}
.gwlc-disabled + label {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.gfield.row-field,
.gfield.row-textarea {
  margin-top: 45px !important;
  display: inline-block;
  padding: 3px 5px 7px !important;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: calc(100% - 17px);
  height: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.gfield.row-textarea {
  height: 434px;
}
.gfield.row-field.active,
.gfield.row-textarea.active,
.gfield.row-field:focus-within,
.gfield.row-textarea:focus-within {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gfield.row-field .ginput_container {
  margin: 0px !important;
  color: #006836;
  width: calc(100% - 40px);
}
.charleft.ginput_counter {
  padding-left: 20px;
  color: #898c8d;
}
.gform_body input,
.gform_body textarea {
  background-color: transparent !important;
  padding: 10px 20px;
  font-size: 1em;
}
.page-id-5487 .gfmc-row-2-column textarea,
.page-id-5412 .gfmc-row-1-column textarea {
  border: none;
  font-family: 'Raleway', sans-serif;
  height: 380px;
  resize: none;
  line-height: 1.8em;
  width: calc(100% - 40px);
}
#gform_submit_button_3,
#gform_submit_button_4,
.button {
  background-color: #006836 !important;
  margin: 60px auto 0px auto;
  display: block;
  color: #FFFFFF;
  padding: 12px 24px 10px;
  font-size: 1.4em;
  border-radius: 15px;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  text-align: center;
  width: auto;
}
.button {
  text-transform: uppercase;
  display: inline-block;
  font-family: 'sukhumvitsetbold', sans-serif;
  font-size: 1.1em;
  text-decoration: none !important;
  margin-top: 35px;
}
#gform_submit_button_3:hover,
#gform_submit_button_4:hover,
.button:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #006836;
}
.form_error {
  text-align: left;
  margin-bottom: 25px;
  font-weight: bold;
  color: #FFFFFF;
}
.validation_message {
  display: none;
}
.gfield_error.row-field {
  border: 2px solid red;
}
/***********************/
/* Layout RSVP divs    */
/***********************/
.page-template-page-rsvp {
  color: #FFFFFF;
  background-color: #898c8d;
}
.page-template-page-rsvp #background-picture {
  background-image: url('images/background_Trijntje_Oosterhuis_Xander_Vrienten_01_Andreas_Terlaak.jpg');
  background-size: 100% auto;
}
.page-template-page-rsvp .nadruk {
  color: #e39e09;
}
.page-template-page-rsvp.page-trijntje50 #background-picture {
  background-image: url('images/Verjaardag.jpg');
  background-size: 100% auto;
}
.page-template-page-rsvp #gf_form_focus {
  border: none;
}
.page-template-page-rsvp a {
  color: #FFFFFF;
  text-decoration: underline;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.page-template-page-rsvp a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-template-page-rsvp *:focus {
  outline: none;
}
.page-template-page-rsvp h1 {
  font-size: 2em;
}
.page-template-page-rsvp #header-container {
  height: 0px;
}
.page-template-page-rsvp .container {
  max-width: 810px;
  width: 100%;
  background-color: #898c8d;
  margin: 0 auto;
}
.page-template-page-rsvp .container .content-container {
  padding: 20px;
  position: relative;
  background-color: rgba(92, 52, 22, 0.9);
  margin-top: 600px;
  margin-bottom: 100px;
  font-size: 1.3em;
  line-height: 1.5em;
}
.page-template-page-rsvp .container .content-container .credentials {
  font-size: 0.8em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  line-height: 1.2em;
  text-align: center;
}
.page-template-page-rsvp form {
  text-align: left;
}
.page-template-page-rsvp form label {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px;
  text-align: left;
}
.page-template-page-rsvp form input,
.page-template-page-rsvp form select {
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  margin: 3px 0;
  color: #192426;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
}
.page-template-page-rsvp form .gfield_required {
  color: #e39e09;
  margin-left: 3px;
}
.page-template-page-rsvp form .gchoice {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #e39e09;
}
.page-template-page-rsvp form .ginput_container {
  margin-bottom: 20px;
}
.page-template-page-rsvp form .ginput_container input {
  width: calc(100% - 16px);
  padding: 10px 7px;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.page-template-page-rsvp form .ginput_container select {
  width: 100%;
  padding: 10px 7px;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.page-template-page-rsvp form .ginput_container textarea {
  width: calc(100% - 16px);
  padding: 11px 8px;
  background-color: #FFFFFF !important;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.page-template-page-rsvp form .ginput_container_singleproduct {
  display: none;
}
.page-template-page-rsvp form input[type=radio] + label,
.page-template-page-rsvp form input[type=checkbox] + label,
.page-template-page-rsvp form input[type=checkbox] + span {
  color: #000000 !important;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.page-template-page-rsvp form input[type=radio] + label:before,
.page-template-page-rsvp form input[type=checkbox] + label:before,
.page-template-page-rsvp form input[type=checkbox] + span:before {
  display: flex;
  min-width: 24px;
  height: 24px;
  order: -1;
}
.page-template-page-rsvp form input[type=radio]:checked + label:before,
.page-template-page-rsvp form input[type=checkbox]:checked + label:before,
.page-template-page-rsvp form input[type=checkbox]:checked + span:before {
  background: url(images/checked-light.png) no-repeat scroll #FFFFFF center;
}
.page-template-page-rsvp form input[type=radio]:checked + label,
.page-template-page-rsvp form input[type=checkbox]:checked + label,
.page-template-page-rsvp form input[type=checkbox]:checked + span {
  font-weight: normal;
}
.page-template-page-rsvp form .gform_button,
.page-template-page-rsvp form .gform_button:hover {
  background-color: #e39e09 !important;
  text-align: center;
  font-size: 1.25em;
  color: #000000;
}
.page-template-page-rsvp form .gfield_error label:before {
  content: '> ';
  font-weight: bold;
  color: #e39e09;
}
.page-template-page-rsvp form .gfield_error .ginput_container input {
  border: 1px solid #e39e09;
}
.page-template-page-rsvp form .gfield_error input[type=checkbox] + label:before {
  content: '';
  border: 1px solid #e39e09;
}
.page-template-page-rsvp .form_error {
  color: #e39e09;
  border: none !important;
}
.page-template-page-rsvp .gform_confirmation_message_7 {
  color: #e39e09;
}
/******************************/
/* Layout concertform divs    */
/******************************/
.page-template-page-concertformulier {
  color: #FFFFFF;
  background-color: #3f0a10;
}
.page-template-page-concertformulier #gf_form_focus {
  border: none;
}
.page-template-page-concertformulier *:focus {
  outline: none;
}
.page-template-page-concertformulier a,
.page-template-page-concertformulier a:focus,
.page-template-page-concertformulier a:visited,
.page-template-page-concertformulier a:hover,
.page-template-page-concertformulier a:active {
  color: #e39e09;
}
.page-template-page-concertformulier h1 {
  font-size: 2em;
  font-family: 'Prata', serif;
}
.page-template-page-concertformulier h2 {
  color: #e39e09;
  text-transform: uppercase;
  font-family: myriad-pro-condensed, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-template-page-concertformulier #header-container {
  height: 0px;
}
.page-template-page-concertformulier .container {
  max-width: 810px;
  width: 100%;
  background-color: #898c8d;
  margin: 0 auto;
}
.page-template-page-concertformulier .container .content-container {
  padding: 20px;
  position: relative;
  background-color: #9b0013;
  margin-top: 0px;
  font-size: 1.3em;
  line-height: 1.5em;
  background-image: url("images/shading-23.png"), url("images/shading-23-surprise.png");
  background-position: right bottom, left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-template-page-concertformulier .container .content-container .credentials {
  font-size: 0.8em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  line-height: 1.2em;
  text-align: center;
}
.page-template-page-concertformulier .container .content-container .credentials a {
  color: #e39e09;
  text-decoration: underline;
}
.page-template-page-concertformulier form {
  text-align: left;
}
.page-template-page-concertformulier form label {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px;
  text-align: left;
}
.page-template-page-concertformulier form input,
.page-template-page-concertformulier form select,
.page-template-page-concertformulier form textarea {
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  margin: 3px 0;
  color: #192426;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
}
.page-template-page-concertformulier form textarea {
  height: 120px;
  margin-bottom: 10px;
}
.page-template-page-concertformulier form .gfield_required {
  color: #e39e09;
  margin-left: 3px;
}
.page-template-page-concertformulier form .gchoice {
  margin-bottom: 25px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-template-page-concertformulier form .ginput_container {
  margin-bottom: 20px;
}
.page-template-page-concertformulier form .ginput_container input {
  width: calc(100% - 16px);
  padding: 10px 7px;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.page-template-page-concertformulier form .ginput_container select {
  width: 100%;
  padding: 10px 7px;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.page-template-page-concertformulier form .ginput_container textarea {
  width: calc(100% - 16px);
  padding: 11px 8px;
  background-color: #FFFFFF !important;
  font-family: TeX Gyre Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.page-template-page-concertformulier form .ginput_container_singleproduct {
  display: none;
}
.page-template-page-concertformulier form input[type=radio] + label,
.page-template-page-concertformulier form input[type=checkbox] + label,
.page-template-page-concertformulier form input[type=checkbox] + span {
  color: #000000 !important;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.page-template-page-concertformulier form input[type=radio] + label:before,
.page-template-page-concertformulier form input[type=checkbox] + label:before,
.page-template-page-concertformulier form input[type=checkbox] + span:before {
  display: flex;
  min-width: 24px;
  height: 24px;
  order: -1;
}
.page-template-page-concertformulier form input[type=radio]:checked + label:before,
.page-template-page-concertformulier form input[type=checkbox]:checked + label:before,
.page-template-page-concertformulier form input[type=checkbox]:checked + span:before {
  background: url(images/checked-light.png) no-repeat scroll #FFFFFF center;
}
.page-template-page-concertformulier form input[type=radio]:checked + label,
.page-template-page-concertformulier form input[type=checkbox]:checked + label,
.page-template-page-concertformulier form input[type=checkbox]:checked + span {
  font-weight: normal;
}
.page-template-page-concertformulier form .gform_button,
.page-template-page-concertformulier form .gform_button:hover {
  background-color: #5e0005 !important;
  text-align: center;
  font-size: 1.25em;
  color: #FFFFFF;
}
.page-template-page-concertformulier form .gfield_error label:before {
  content: '> ';
  font-weight: bold;
  color: #e39e09;
}
.page-template-page-concertformulier form .gfield_error .ginput_container input {
  border: 1px solid #e39e09;
}
.page-template-page-concertformulier form .gfield_error input[type=checkbox] + label:before {
  content: '';
  border: 1px solid #e39e09;
}
.page-template-page-concertformulier .form_error {
  color: #e39e09;
  border: none !important;
}
/*************************/
/* Layout GDPR divs    */
/*************************/
#gdprc_bar {
  font-size: 0.9em;
}
#gdprc_bar .gdprc_action__save,
#gdprc_bar .gdprc_action__delete,
#gdprc_bar .gdprc_action__close,
#gdprc_bar .gdprc_action__settings_href,
#gdprc_bar .gdprc_content__desc,
#gdprc_bar .gdprc_content__link,
#gdprc_bar .gdprc_content__link_separator {
  display: none !important;
}
#gdprc_bar .container .gdprc_content__title {
  margin-bottom: 0px !important;
}
.container_gdprc_bar,
.container_gdprc_bar__settings {
  width: 80%;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
#gdprc_bar .gdprc_action__bar_save_all {
  border: 0;
  width: 60px !important;
  padding: 5px !important;
  position: absolute;
  right: 0px;
  background-color: #dfb211 !important;
  bottom: 10px;
}
#gdprc_bar #gdprc_settings .gdprc_items {
  width: 92% !important;
}
#gdprc_settings .gdprc_item__desc {
  width: calc(100% - 32px) !important;
}
.gdprc_content__desc,
.gdprc_content__link {
  display: none !important;
}
#gdprc_settings .gdprc_item__toggle__wrapper input[type="checkbox"]:disabled + label {
  background-color: #1c6552 !important;
}
#gdprc_settings .gdprc_items {
  background: rgba(92, 52, 22, 0.8) !important;
}
/*************************/
/* Layout footer divs    */
/*************************/
/*************************/
/* Adjustments 4 tablet  */
/*************************/
@media screen and (max-width: 1180px) and (min-width: 820px) {
  .no-tablet {
    display: none;
  }
  .tablet-only {
    display: block;
  }
  #background-picture {
    background-position: -120px -40px;
  }
  #header-container .wrapper,
  #content-container .wrapper {
    width: 90%;
  }
  .menu-menu-2017-container {
    font-size: 1.8em;
    bottom: 10px;
  }
  .menu-menu-2017-container ul li {
    padding: 0 0 0 15px;
  }
  .logotop {
    right: 5%;
    left: auto;
    min-height: 300px;
    top: 25vh;
    height: 50vh;
  }
  .column_1,
  .column_2 {
    width: calc(50% - 45px);
  }
  .gutter {
    width: 50px;
  }
  .concert-container {
    width: 45%;
    margin-right: 5%;
  }
  .concert-tickets-container {
    right: 30px;
  }
  .concert-ticketimage {
    font-size: 3em;
  }
  form,
  form label,
  form input[type="submit"] {
    text-align: left;
  }
  form {
    margin-top: 0px;
  }
  form input[type="submit"] {
    padding-left: 0px;
  }
  body.page-template-page-masterclasses {
    font-size: 0.8em;
  }
  .disco-container {
    min-height: 170px;
  }
  .page-template-page-masterclasses .wrapper {
    width: 90%;
  }
  .page-template-page-masterclasses .masterclasses_text,
  .page-template-page-masterclasses .masterclasses_videos_container,
  .page-template-page-masterclasses .masterclasses_form {
    width: 90%;
    padding: 80px 5%;
  }
  .page-template-page-masterclasses #gform_wrapper_3,
  .page-template-page-masterclasses #gform_wrapper_4 {
    padding: 40px;
  }
  .page-template-page-masterclasses .gfield.row-field.active,
  .page-template-page-masterclasses .gfield.row-textarea.active,
  .page-template-page-masterclasses .gfield.row-field:focus-within {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .page-template-page-rsvp #background-picture {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1180px) and (min-width: 820px) and (orientation: portrait) {
  .logoklein,
  .blok-title {
    font-size: 2.6em;
  }
  #background-picture {
    background-position: -240px top;
    background-size: auto 100%;
  }
  .menu-menu-2017-container {
    font-size: 1.5em;
    bottom: 10px;
  }
  .menu-menu-2017-container ul li {
    padding: 0 0 0 15px;
  }
  .blok-title {
    margin-bottom: 20px;
  }
  .logotop {
    height: 35vh;
  }
  .news-link {
    top: 680px;
    padding: 10px 0px 20px;
    left: calc(73% - 150px);
    width: 310px;
  }
  .topbanner-button-container {
    left: calc(65% - 180px);
  }
  .news-quote {
    width: 350px;
    font-size: 3.5em;
    top: 300px;
    left: calc(73% - 180px);
  }
  .concert-info-container {
    width: calc(100% - 95px);
    margin-right: 0px;
  }
  .concert-ticketimage {
    font-size: 2.5em;
    padding: 10px 5px 0 0;
  }
  .disco-container {
    width: 100%;
    margin-right: 0px;
  }
  .disco-title h1 {
    font-size: 2em;
  }
  body.page-template-page-masterclasses {
    font-size: 0.7em;
  }
  .page-template-page-masterclasses #header-container {
    background-position: -2040px top;
  }
  .page-template-page-masterclasses .background-image {
    background-position: -1670px top;
  }
  .page-template-page-masterclasses .masterclasses-title {
    left: 150px;
  }
  .page-template-page-masterclasses .masterclasses_videos_container_left {
    margin-right: 40px;
  }
  .page-template-page-masterclasses .masterclasses_videos_container_left,
  .page-template-page-masterclasses .masterclasses_videos_container_right {
    width: calc(50% - 20px);
  }
  .page-template-page-masterclasses #gform_wrapper_3,
  .page-template-page-masterclasses #gform_wrapper_4 {
    padding: 0px;
    background-color: transparent;
  }
  .page-template-page-masterclasses .option-description.high {
    height: 300px;
  }
  .page-id-5412 input[type="checkbox"] + label {
    color: #538e54 !important;
  }
  .page-id-5412 .option-footer {
    color: #538e54;
  }
  .page-template-page-rsvp #background-picture {
    background-size: auto 100% !important;
    top: 0px;
    background-position: center;
  }
}
/*************************/
/* Adjustments 4 mobile  */
/*************************/
@media screen and (max-width: 812px) and (min-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
    line-height: 1.45em;
  }
  .no-mobile {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  h1 {
    font-size: 1.8em;
    line-height: 1em;
  }
  #background-picture {
    background-image: url("images/background_home_mobile-2023.jpg");
    min-height: initial;
    top: 50px;
    background-position: left -25px;
    background-size: 100%;
  }
  #header-container {
    height: 50px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #header-container .wrapper {
    width: 90%;
  }
  .logoklein,
  .blok-title {
    font-size: 2.7em;
    bottom: 4px;
  }
  .menu-icon {
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 2.4em;
    height: 45px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 45px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .menu-menu-2017-container {
    background-color: rgba(82, 0, 3, 0.9);
    font-size: 1.6em;
    left: 0;
    overflow: auto;
    padding: 10px 0 20px;
    position: fixed;
    top: 50px;
    width: 100%;
    bottom: auto;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .menu-menu-2017-container.mobile {
    display: none;
  }
  .menu-menu-2017-container ul {
    margin: 7px 0;
    width: 100%;
  }
  .menu-menu-2017-container ul li {
    clear: both;
    display: block;
    padding: 7px 16px;
    width: calc(100% - 32px);
  }
  .menu-menu-2017-container .current-menu-item a,
  .menu-menu-2017-container ul li a:hover {
    color: #e39e09;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .menu-menu-2017-container ul li a,
  .mPS2id-highlight {
    display: block;
    color: #FFFFFF;
  }
  #content-container {
    margin-top: 50px;
  }
  .blok-top {
    height: calc(100vh - 50px);
  }
  .logotop {
    left: inherit;
    right: 15%;
    top: 19vh;
    min-height: 200px;
    height: 75vh;
  }
  .news-quote {
    left: inherit;
    width: 280px;
    font-size: 2em;
    top: 70px;
    right: 8%;
  }
  .news-link {
    top: 200px;
    padding: 15px 10px;
    left: inherit;
    right: 8%;
    font-size: 1.4em;
    width: 250px;
  }
  .topbanner-button-container {
    width: 330px;
    bottom: 20px;
  }
  .topbanner-button-container .topbanner-button {
    font-size: 1.2em;
  }
  .blok-title {
    margin-bottom: 10px;
  }
  #content-container .wrapper {
    width: 90%;
  }
  .column_1 {
    padding-right: 0px;
  }
  .column_2 {
    padding-left: 0px;
  }
  .column_1,
  .column_2 {
    clear: both;
    width: 100%;
  }
  .concert-container {
    padding: 20px 0;
    width: 100%;
    margin-right: 0px;
  }
  .concert-location {
    font-size: 1.6em;
    line-height: 1.1em;
  }
  form,
  form label,
  form input[type="submit"] {
    text-align: left;
  }
  form {
    margin-top: 0px;
  }
  form input[type="submit"] {
    padding-left: 0px;
  }
  .disco-container {
    width: 100%;
    min-height: 130px;
    margin-right: 0px;
  }
  .disco-cover {
    width: 100px;
  }
  .disco-info-container {
    margin-left: 20px;
    width: calc(100% - 120px);
    min-height: 100px;
  }
  .blok-social .fa {
    font-size: 2em;
    margin: 0 5px;
  }
  body.page-template-page-masterclasses {
    font-size: 0.7em !important;
  }
  .page-template-page-masterclasses .wrapper {
    width: 90%;
  }
  .page-template-page-masterclasses #header-container {
    background-position: -2190px top;
  }
  .page-template-page-masterclasses .masterclasses-title {
    left: 130px;
  }
  .page-template-page-masterclasses .background-image {
    background-position: -1770px top;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  .page-template-page-masterclasses .masterclasses_intro {
    padding-top: 80px;
    width: 75%;
    font-size: 1.3em;
    color: #FFFFFF;
    top: 0;
    left: 5%;
    font-weight: bold;
  }
  .page-template-page-masterclasses .button {
    margin-top: 10px;
    font-weight: normal;
  }
  .page-template-page-masterclasses .lower-content {
    margin-top: 100vh;
  }
  .page-template-page-masterclasses .masterclasses_text blockquote {
    margin: 0px;
    padding-left: 0px;
    border-left: none;
  }
  .page-template-page-masterclasses .masterclasses_text,
  .page-template-page-masterclasses .masterclasses_videos_container,
  .page-template-page-masterclasses .masterclasses_form {
    width: 90%;
    padding: 40px 5%;
  }
  .page-template-page-masterclasses .masterclasses_videos_container_left {
    margin-right: 40px;
  }
  .page-template-page-masterclasses .masterclasses_videos_container_left,
  .page-template-page-masterclasses .masterclasses_videos_container_right {
    width: 100%;
  }
  .page-template-page-masterclasses #gform_wrapper_3,
  .page-template-page-masterclasses #gform_wrapper_4 {
    padding: 0px;
    background-color: transparent;
  }
  .page-template-page-masterclasses .gfmc-column {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .page-template-page-masterclasses .gfmc-row-1-column,
  .page-template-page-masterclasses .gfmc-row-2-column {
    width: 100%;
    font-size: 1.25em;
  }
  .page-template-page-masterclasses .gfmc-row-1-column {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 0px;
    padding: 15px;
    margin-bottom: 30px;
    height: 400px;
  }
  .page-template-page-masterclasses .gfmc-row-1-column.gfmc-row-1-col-3-of-3 {
    height: 220px;
  }
  .page-template-page-masterclasses .option-description.high {
    height: 260px;
  }
  .page-template-page-masterclasses .ginput_container_radio {
    width: 50%;
    margin: 0 auto;
  }
  .page-template-page-masterclasses .gfield.row-field,
  .page-template-page-masterclasses .gfield.row-textarea {
    margin-top: 25px !important;
  }
  .page-template-page-masterclasses .gfield.row-textarea {
    height: 345px;
  }
  .page-template-page-masterclasses .gfmc-row-2-column textarea {
    height: 300px;
  }
  .page-id-5412 input[type="checkbox"] + label {
    color: #538e54 !important;
    font-size: 1.45em;
    line-height: 1.3em;
  }
  .page-id-5412 input[type="checkbox"]:checked + label {
    color: #538e54 !important;
  }
  .page-id-5412 .option-footer {
    color: #538e54;
    font-size: 1.45em;
    line-height: 1.3em;
  }
  .page-template-page-rsvp #background-picture {
    background-size: 100% auto !important;
    top: 0px;
    background-position: center;
  }
  .page-template-page-rsvp .container .content-container {
    margin-top: 200px;
  }
}
@media screen and (max-width: 812px) and (min-width: 320px) and (orientation: portrait) {
  #background-picture {
    min-height: initial;
    top: 50px;
    background-position: -60vw -50px;
    background-size: auto 100%;
  }
  .blok-top {
    height: calc(100vh - 50px);
  }
  .news-quote {
    width: 300px;
    left: calc(50% - 150px);
    top: unset;
    bottom: 170px;
    text-shadow: 2px 2px #000000;
  }
  .news-link {
    top: unset;
    bottom: 120px;
    width: 230px;
    left: calc(50% - 120px);
    padding: 5px 5px 13px;
  }
  .topbanner-button-container {
    width: 100vw;
    left: 0px;
  }
  .logotop {
    top: 30vh;
    min-height: 100px;
    width: inherit;
    right: 5%;
    height: 50vh;
  }
  .concert-container {
    min-height: 20px;
  }
  .concert-info-container {
    width: calc(100% - 95px);
    margin-right: 0px;
  }
  .concert-tickets-container {
    clear: both;
    margin-left: 95px;
    margin-top: 4px;
    padding-top: 0px;
    text-align: left;
    width: 50px;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .concert-ticketimage {
    font-size: 2.5em;
    padding: 10px 5px 0 0;
  }
  iframe {
    width: 90%;
  }
  .page-template-page-masterclasses .background-image {
    background-position: -1970px top;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  .page-template-page-masterclasses .button {
    margin-top: 35px;
  }
  .page-template-page-masterclasses .lower-content {
    margin-top: 90vh;
  }
  .page-template-page-masterclasses .ginput_container_radio {
    width: 100%;
    margin: 0 auto;
  }
  .page-template-page-rsvp #background-picture {
    background-size: auto 100% !important;
    top: 0px;
    background-position: center;
  }
  .page-template-page-rsvp .container .content-container {
    margin-top: 320px;
  }
}
