
/*@import 'courier.css';*/
/*@import 'helvetica.css';*/
@import 'roboto.css';
@import 'glegoo.css';


* {margin: 0; padding: 0; font-size: 18px; line-height: 1.5em; box-sizing: border-box;}

body {background: black; color: white; line-height: 1.5em; font-family: 'Glegoo';}
body, html {width: 100%; height: 100%;}
#bg {position: fixed; width: 100%; height: 100%; z-index: 1; top: 0;}
body {background: url('/img/bg4.jpg') center center no-repeat; background-size: cover; background-attachment: fixed; overflow-y: scroll;}
.mobile {display: none;}
.desktop {display: block;}

.tablerow:last-child {margin-bottom: 1.4em;}
.tablerow {border-bottom: 1px dotted #ddd;}
.tablerow > div {vertical-align: top; display: inline-block; padding: 1px 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.tablerow > div:first-child {padding-left: 0;}
.tablerow > div:last-child {padding-right: 0;}

.tablerow > div.composer {width: calc(30% - 10px);}
.tablerow > div.oratorium {width: calc(70% - 10px);}

.tablerow > div.componist {width: calc(30% - 10px);}
.tablerow > div.opera {width: calc(34% - 20px);}
.tablerow > div.rol {width: calc(28% - 20px);}
.tablerow > div.taal {width: calc(16% - 10px); text-align: center;}

.table.el4 .tablerow > div.rol {width: calc(35% - 20px);}

.table.el5 .tablerow > div.date {width: calc(27% - 10px);}
.table.el5 .tablerow > div.opera {width: calc(43% - 20px);}
.table.el5 .tablerow > div.location {width: calc(30% - 20px);}

a {color: white; outline: none;}
.active a {color: #e7a60d;}

#menu {left: 50px; top: 100px; position: fixed; z-index: 99; font-weight: bold; width: 200px;}
#menu #title {display: none; margin: 0 0 80px;}
#menu #title span {color: #e7a60d;}
#menu li {list-style: none;}
#menu li a {text-decoration: none; line-height: 1.9em;}
#menu li.active a::before { content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
    border-top: 20px solid transparent;
    margin-left: 181px;
    margin-top: -3px;
}
#menu li.active:nth-child(1) a::before {content: none;}

#content {opacity: 1; top: 64px; left: 250px; position: absolute; width: 550px; z-index: 2; color: black; padding-bottom: 100px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body.home #content {display: none;}
#innercontent {padding: 30px 25px 25px 25px; background: rgba(255,255,255,1);}
#content #bg {margin: -30px -25px -20px -25px; width: 640px; opacity: 0.1; z-index: 0;}
#content * {font-family: 'Roboto'; font-size: 14px; line-height: 1.4em; font-weight: 400;}
#content p, #content ul, #content ol {margin-bottom: 1.4em;}
#content h2, #content h3 {font-family: 'Roboto'; font-weight: normal;}
#content h1 {font-family: 'Glegoo'; font-size: 58px; font-weight: normal; line-height: 1em; margin-bottom: 30px; letter-spacing: 0px;}
#content h1::after {content: "_"; color: #e7a60d; font-size: 58px; font-weight: normal; line-height: 1em; position: relative; bottom: 5px; left: 5px;}
#content a {color: #e7a60d; text-decoration: none;}
#content ul li {list-style: none;}
#content ul li:before {content: "- ";}
#content p ~ ul {margin-top: -1.4em;}
#content strong, #content b, #content th {font-family: 'Roboto'; font-weight: 700;}
#content a#backhome.mobile {position: absolute; left: 0px; line-height: 1.8em; margin-top: 10px; color: white; padding: 0 20px; background: #e7a60d; }
#content img.right {float: right; max-width: 30%; margin: 0 0 15px 15px;}
#content a.black {color: black;}
#content img {max-width: 100%;}

audio {margin-top: 0.5%;}

#logo {position: fixed; z-index: 1; right: 50px; bottom: 40px; cursor: pointer;}
#logo span {display: block; text-align: right; font-size: 130px; line-height: 1.1em;}
#logo span:nth-child(4) {font-size: 50px; line-height: 1.7em; color: #e7a60d; position: relative; right: 10px;}

.tabletoggler {cursor: pointer; border: 1px solid transparent; border-bottom: 1px solid #000; width: 33.3%; float: left; margin: 10px -1px 30px; padding: 2px 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tabletoggler.selected {border: 1px solid #000; border-bottom: 1px solid transparent;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.333%;
	height: 0;
    background: black;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 0;
}    


#lightbox {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.85); z-index: 9999999; line-height: 0; cursor: pointer; display: none;}
#lightbox .img {
    position: relative; 
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
#lightbox .img img {opacity: 0; pointer-events: none; width: auto;}
@media screen and (min-width: 1200px) {
    #lightbox .img {
        max-width: 1200px;
    }
}
@media screen and (min-height: 1200px) {
    #lightbox .img {
        max-height: 1200px;
    }
}
#lightbox span {display: block; position: fixed; bottom: 13px; height: 1.5em; line-height: 1.4em; width: 100%; text-align: center; color: white; text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

#lightbox span {display: none;}

#lightbox .videoWrapperContainer {
    position: relative; 
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 900px;
    max-height: 100%;
}
#lightbox .videoWrapperContainer .videoWrapper {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 56.333%; /* custom */
    background: black;
} 
#lightbox .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}   
#lightbox #prev, #lightbox #next {height: 50px; line-height: 36px; display: none; margin-top: -25px; position: fixed; top: 50%; padding: 0 15px; cursor: pointer; text-decoration: none; z-index: 99; color: white; font-size: 60px;}
#lightbox.gallery #prev, #lightbox.gallery #next {display: block;}
#lightbox #prev {left: 0;}
#lightbox #next {right: 0;}
#lightbox #close {height: 50px; width: 50px; position: fixed; cursor: pointer; text-decoration: none; z-index: 99; right: 0; top: 0;}
#lightbox #close:after, #lightbox #close:before {position: absolute; margin-top: 22px; margin-left: 14px; content: ""; height: 3px; background: white; width: 23px;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
/* Safari */
-webkit-transform: rotate(-45deg);
/* Firefox */
-moz-transform: rotate(-45deg);
/* IE */
-ms-transform: rotate(-45deg);
/* Opera */
-o-transform: rotate(-45deg);
}
#lightbox #close:after {
/* Safari */
-webkit-transform: rotate(45deg);
/* Firefox */
-moz-transform: rotate(45deg);
/* IE */
-ms-transform: rotate(45deg);
/* Opera */
-o-transform: rotate(45deg);
}
#lightbox, #lightbox * {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}


@media (min-width: 2200px) {
    #menu {left: 50%; margin-left: -1042px;}
    #content {left: 50%; margin-left: -842px;}
    #logo {right: 50%; margin-right: -1042px;}
}
@media (max-width: 700px) {
    body {background-size: auto calc(100% + 60px);}
    #content, #menu {position: relative;}
    #content {left: 30px; width: calc(100% - 60px); padding-bottom: 0px; margin-bottom: 440px;}
    #content h1 {font-size: 45px; line-height: 1em; margin-bottom: 25px;}
    #content h1 span {font-size: 45px; line-height: 1em; bottom: 3px; left: 3px;}
    #innercontent {padding: 25px 20px 25px 20px;}

    #menu {left: -170px; top: 70px; display: none;}
    .home #menu {left: 30px; display: block;}
    #menu li.active a::before { content: none;}

    #logo {bottom: 30px; right: 30px;}
    #logo {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari */
    transform: scale(0.5);
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 100% 100%; /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
    }
    #logo span:nth-child(4) {font-weight: bold;}
    .mobile {display: block;}
    .desktop {display: none;}
}
@media (max-width: 400px) {
    #content {left: 10px; width: calc(100% - 20px);  margin-bottom: 340px;}
    #innercontent {padding: 25px 15px 25px 15px;}
    #menu {left: -170px; top: 70px;}
    .home #menu {left: 15px;}
    #logo {bottom: 20px; right: 15px;
     -ms-transform: scale(0.35); /* IE 9 */
    -webkit-transform: scale(0.35); /* Safari */
    transform: scale(0.35);
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 100% 100%; /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;       
    }
}
