html, body {
    display: block;
    position: absolute;
    overflow: hidden;
    top:0;left:0;
    bottom:0;right:0;
}

.container{
    position:absolute;
    overflow: hidden;
    width:100%;
    height:100%;
    left:0; top:0; right:0; bottom:0;
}

.hidden {
    
}

#intro {
    background: url(../../media/background.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
}

#intro #presented {
    display: none;
    position: relative;
    top: calc(50% - 1em);
    text-shadow: 1px 1px #000000;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
    letter-spacing: 5px;
    color: white;
    font-family: Georgia,Times,Times New Roman,serif; 
    text-transform: uppercase;
    opacity: 0;
}

#intro #komrijk {
    position: relative;
    top: calc(50% - 171px/2);
    opacity: 0;
    display: none;
    text-align: center;
    line-height: 60px;
    font-size: 1em;
    letter-spacing: 3px;
    color: white;
    font-family: Georgia,Times,Times New Roman,serif; 
}

#intro #komrijk #komrijk-svg {
    margin-top: -50px;
}

#intro #mainmenu {
    opacity: 0;
    height: 334px;
    width: 835px; 
    margin-left: auto ;
    margin-right: auto ;
    position: relative ;
    top: calc(50% - 152px/2);
}

#intro #mainmenu #GK-logo {
    position: absolute;
    left: calc(50% - 261px/2);
}

#mainmenu #mainmenu-buttons {
    position: absolute;
    width: 100%;
    height: 82px;
    top: 252px;
}

#mainmenu #mainmenu-buttons .button {
    display: block;
    cursor: pointer;
    overflow: hidden;

    text-decoration: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mainmenu #mainmenu-buttons .button.rect {
    width: 255px;
    height: 60px;
    margin: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 60px;
    font-size: 1em;
    letter-spacing: 3px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    transition: all 0.1s ease-in 0s;
}

#mainmenu #mainmenu-buttons .button.centered {
    display: block;
    position: relative;
}

#mainmenu .left {
    float: left;
}

#mainmenu #mainmenu-buttons .button.rect > .button-wrap {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in 0s;
}

#mainmenu #mainmenu-buttons .button.rect > .button-slider {
    display: block;
    width: 255px;
    height: 60px;
    background-color: #4A76A8;
    transition: all 0.1s ease-in 0s;
}

#mainmenu #mainmenu-buttons .button.rect > .button-slider.slide-up {
    margin-top: -50px;
}

#mainmenu #mainmenu-buttons .button.rect > .button-wrap.slide-away {
    opacity: 0;
    margin-top: -10px;
}

/*
 * Gedichten
 */
#gedichten-container {
    
}

#menu {
    left: 0%;
    height: 100%;
    overflow:hidden;
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}

#gedichten-content {
    right: 0%;
    background-color: #FFFFFF;
    height: 100%;
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}

#menu.visible {
    left: 0%;
}

#menu.hidden {
    left: -50%;
    transition: all 0.3s ease-in 0s;
}

#gedichten-content.visible {
    right: 0%;
}

#gedichten-content.hidden {
    right: -50%;
    transition: all 0.3s ease-in 0s;
}

#backgrounds {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index : -999;
}

#backgrounds div.background {
    position: absolute; 
    width:100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
}

/*Backgrounds*/
.background[name='inhoud'] {
    background-image: url(../../media/gedichten/inhoud.jpg);
}
.background[name='onno-blom'] {
    background-image: url(../../media/gedichten/onno-blom.jpg);
}
.background[name='chretien-breukers'] {
    background-image: url(../../media/gedichten/chretien-breukers.jpg);
}
.background[name='remco-campert'] {
    background-image: url(../../media/gedichten/remco-campert.jpg);
}
.background[name='ruben-van-gogh'] {
    background-image: url(../../media/gedichten/ruben-van-gogh.jpg);
}
.background[name='ingmar-heytze'] {
    background-image: url(../../media/gedichten/ingmar-heytze.jpg);
}
.background[name='frank-koenegracht'] {
    background-image: url(../../media/gedichten/frank-koenegracht.jpg);
}
.background[name='ramsey-nasr'] {
    background-image: url(../../media/gedichten/ramsey-nasr.jpg);
}
.background[name='ilja-leonard-pfeiffer'] {
    background-image: url(../../media/gedichten/ilja-leonard-pfeiffer.jpg);
}
.background[name='alexis-de-roode'] {
    background-image: url(../../media/gedichten/alexis-de-roode.jpg);
}
.background[name='rob-schouten'] {
    background-image: url(../../media/gedichten/rob-schouten.jpg);
}
.background[name='menno-wigman'] {
    background-image: url(../../media/gedichten/menno-wigman.jpg);
}

#backgrounds div.background.active {
    opacity: 1;
}

#gedichten {
    position: absolute;
    height:100%; 
    width:100%;
    float: right;
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    overflow: auto;
}

#gedichten .inner{
    display: block;
    margin-top: 5em;
    position: relative;
}

.poemlink {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    outline: none; 
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.poemlink:hover {
    color: #4A76A8;
}

.poemlink p {
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: right;
}

.poemlink p:last-child {
    font-style: oblique;
    padding: 0px;
    font-size: 10px;
    margin-top: 0px;
}

#responsive-menu-toggler {
    display: none;
    position:absolute;
    text-decoration: none;
    width: 2em;
    height: 2em;
    top: 2em;
    left: 2em;
    color: #4A76A8;
    padding: 5px;
    border: 1px solid #4A76A8;
    text-align:center;
    line-height:2em;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

#responsive-menu-toggler:hover {
    background-color: #4A76A8;
    color: white;
}

/*
 * VIDEO
 */
#video-container {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

#video-container #video {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: -50%;
}

#play {
    display: none;
    position: absolute;
    border-radius: 50%;
    width:118px;
    height:118px;
    z-index: 10;
    left: calc(25% - 60px);
    bottom: 4em;
    cursor: pointer;
    border: 1px solid white;
}

#play:hover {
    background-color: rgba(255, 255, 255, 0.5);    
}

#play > i {
    color: white;
    display: block;
    width: 118px;
    height: 118px;
    text-align:center;
    line-height:118px;
}

#buffered-play {
    position: relative;
    top: -261px;
    left: calc(50% - 60px);
    z-index: 2;
}

#played-play {
    position:relative;
    top: -129px;
    left: calc(50% - 70px);
}

#back {
    position: absolute;
    left: 2em;
    top: 2em;
    border: 1px solid #fff;
    padding: 5px;
    width: 10em;
    height: 2em;
    z-index: 10;
    text-align: center;
    color: white;
    text-decoration: none;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Open Sans';
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}

#back-toggle {
    display: none;
    position: absolute;
    left: 2em;
    top: 2em;
    border: 1px solid #fff;
    padding: 5px;
    height: 2em;
    width: 2em;
    z-index: 10;
    text-align: center;
    color: white;
    text-decoration: none;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    
}

#back:hover, #back-toggle:hover {
    background-color: rgba(255,255,255,0.5);
}

/*
 * POEM STYLE
 */
.poem {
    opacity: 0;
    color: #4A76A8;
}

.poem .title {
    text-transform: uppercase;
    margin-left: 1em;
    font-size: 12pt;
    font-family: Georgia,Times,Times New Roman,serif; 
    line-height: 1.5;
}

.poem .content {
    display: block;
}

.poem .content .inner {
    overflow: auto;
    margin-left: 1em;
    font-size: 12pt;
    font-family: Georgia,Times,Times New Roman,serif; 
    line-height: 1.5;
}

.poem .poet {
    background-color: white;
    height: auto;
    width: 100%;
    position: absolute;
    bottom:0;
}

.poet .image {
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    float: left;
    margin: 1em;
}

.poet .image img {
    width: 125px;
    border-radius: 50%;
}

.poet .contact {
    display:block;
    margin: 1em;
    float:left;
    width: auto;
    height: 125px;
}

.contact  name {
    flot: left;
}

.contact  .website {
    float:left;
    margin-top: 2em;
    width: 100%;
}

.contact  .website a {
    text-decoration: none;
    color: #4A76A8;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.contact  .website a:hover {
    color: grey;
}

.contact  .socialmedia {
    display:block;
}

.contact .socialmedia a {
    display:block;
    margin-top: 1em;
    width: 1em;
    height: 1em;
    padding: 0.5em;
    line-height: 1em;
    text-align: center;
    margin-right: 0.25em;
    background-color: #4A76A8;
    border: 1px solid #4A76A8;
    text-decoration: none;
    color: white;
    border-radius: 50%;
    float:left;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.contact .socialmedia a:hover {
    color: #4A76A8;
    background-color: white;
    border: 1px solid #4A76A8;
}

#poems-main-title {
    width: 150px;
    height: auto;
    margin:0 auto;
    margin-top: 4em;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

#poems-main-title.center {
    margin-top: calc(50% - 3em);
}

#poems-main-title img {
    width: 150px;
    height: auto;
}

.separator {
    display: block;
    with : 100%;
    font-size: 3em;
    height: 0.5em;
    line-height: 0.5em;
    font-weight: bold;
    text-align:center;
}