/* begin license *
 *
 * "Seecr Web Lib" provides web libraries for web development.
 *
 * Copyright (C) 2015 Seecr (Seek You Too B.V.) http://seecr.nl
 * Copyright (C) 2015 Stichting Kennisnet http://www.kennisnet.nl
 *
 * This file is part of "Seecr Web Lib"
 *
 * "Seecr Web Lib" is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * "Seecr Web Lib" is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with "Seecr Web Lib"; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * end license */

@font-face {
  font-family: 'TitilliumText22LBold';
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp003-webfont.eot');
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp003-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp003-webfont.woff') format('woff'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp003-webfont.ttf') format('truetype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp003-webfont.svg#TitilliumText41LP750wt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LMedium';
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp002-webfont.eot');
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp002-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp002-webfont.woff') format('woff'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp002-webfont.ttf') format('truetype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp002-webfont.svg#TitilliumText41LP500wt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LRegular';
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp001-webfont.eot');
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp001-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp001-webfont.woff') format('woff'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp001-webfont.ttf') format('truetype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp001-webfont.svg#TitilliumText41LP250wt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LThin';
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp-webfont.eot');
  src: url('@font-face {https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp-webfont.woff') format('woff'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp-webfont.ttf') format('truetype'), url('https://cdn.seecr.nl/fonts/TitilliumText/titilliumtext41lp-webfont.svg#TitilliumText41LP1wt') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    font-size: 90%;
    background: url(data:image/gif;base64,R0lGODlhDQANAIAAADU3OTg5OyH5BAAAAAAALAAAAAANAA0AAAIejI8HCYvtYDOS1gDfVMylD26KJ0VVaWWYuJKeBcYFADs=);
}
body {
    font-family: "TitilliumText22LRegular", fixed;
    background: white;
}

p {
    font-family: "TitilliumText22LRegular", fixed;
}

a {
    color: #f9a01b;
    text-decoration: underline;
    -webkit-transition-property: color, background-color;
    -webkit-transition-duration: .2s;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

button {
    float: right;
}

h3 {
    margin: 0 0 .5em 0;
    border-bottom: 1px solid #FCD498;
    font-family: "TitilliumText22LMedium", fixed;
    font-weight: normal;
    font-size: 1.2em;
}

.remarks {
    padding: 10px;
    display: none;
    border: 1px dotted #f9a01b;
    clear: both;
}

.title {
    padding-top: 1em;
    text-align: center;
    font-weight: normal;
}

.story {
    padding: 1em 3em 1em 3em;
}
.story h2 {
    margin: 0px;
}

.story p {
    margin: 0px;
}

#blocknote {
    display: block;
    background: white;
    width: 822px;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

#logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 2em;
    top: 2em;
    width: 228px;
    height: 87px;
}

#stamp {
    background-image: url(https://cdn.seecr.nl/images/stamp-181.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    width: 100%;
    height: 264px;
    right: 2em;
    bottom: 2em;
}

#address {
    background: #666769;
    background-image: url(https://cdn.seecr.nl/images/address.png);
    background-repeat: no-repeat;
    background-position:center;
    height: 20px;
    cursor: pointer;
}

#content {
    margin-bottom: 3em;
    padding-bottom: 1em;
    color: #4C4D4F;
    line-height: 1.5;
}

h3.toggleable {
    cursor: pointer;
}
h3.toggleable::after {
    content: '\2228';
    float: right;
    margin-right: 20px;
}
 h3.toggleable.show::after {
    content: '\2227';
}
.toggleable_div {
    max-height: 0;
    transition: max-height .5s linear 0s;
    overflow: hidden;
}

.toggleable_div.show {
    transition: max-height .5s linear 0s;
    max-height: 1000px;
    margin-bottom: 1em;
    overflow: scroll;
}
