@font-face {
    font-family: 'Photina';
    src: url(../fonts/photina-regular.eot);
    src: url(../fonts/photina-regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/photina-regular.woff2) format('woff2'),
    url(../fonts/photina-regular.woff) format('woff'),
    url(../fonts/photina-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Photina-Bold';
    src: url(../fonts/photina-bold.eot);
    src: url(../fonts/photina-bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/photina-bold.woff2) format('woff2'),
    url(../fonts/photina-bold.woff) format('woff'),
    url(../fonts/photina-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Photina-Italic';
    src: url(../fonts/photina-italic.eot);
    src: url(../fonts/photina-italic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/photina-italic.woff2) format('woff2'),
    url(../fonts/photina-italic.woff) format('woff'),
    url(../fonts/photina-italic.ttf) format('truetype');}

@font-face {
    font-family: 'Franklin-Gothic';
    src: url(../fonts/franklin-gothic.eot);
    src: url(../fonts/franklin-gothic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/franklin-gothic.woff2) format('woff2'),
    url(../fonts/franklin-gothic.woff) format('woff'),
    url(../fonts/franklin-gothic.ttf) format('truetype');}

body {
    padding: 20px;
    margin: 0;
    font-family: Photina, Times New Roman, serif;
    font-size: 24px;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

div.page {
    position: relative;
}

header {
    position: relative;
}

header::after {
    content: "";
    display: block;
    clear: both;
}

header img {
    display: block;
    width: 100%;
    max-width: 568px;
    border: none;
    float: left;
}

hr {
    margin: 200px 0;
    border: none;
}

noscript div,
div.oldbrowser {
    display: block;
    background: #e6d037;
    color: #fff;
    padding: 10px 20px;
    max-width: 1140px;
    margin: 0 auto 40px auto;
    text-shadow: 0 0 10px #a39014;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.oldbrowser {
    background: #cc3333;
    text-shadow: 0 0 10px #521515;
}

div.oldbrowser a {
    color: #fff;
}

div.oldbrowser + noscript div {
    margin-top: -20px;
}

/*===== Navigation ==========================================================*/

nav {
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    height: 30px;
    position: relative;
    margin: 30px 0;
}

nav a {
    color: #6ebea0;
    text-decoration: none;
}

html:not(.touch) nav a:hover {
    color: #000;
}

nav a.menu {
    display: block;
    line-height: 30px;
    float: right;
    font-size: 18px;
    padding-right: 75px;
}

nav a.menu:after {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(../images/icons.svg);
    position: absolute;
    right: 0;
    top: 0;
}

html:not(.touch) nav a.menu:hover:after {
    background-position: 0 -31px;
}

div.language a,
div.language span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    margin-left: 20px;
}

div.language a:first-child,
div.language span:first-child {
    margin: 0;
}

div.share {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
    width: 200px;
    height: 32px;
    display: none;
}

html.menu div.share {
    display: block;
}

div.share a {
    display: block;
    position: absolute;
    top: 0;
    font-size: 0;
    width: 32px;
    height: 32px;
}

div.share a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icons.svg);
    margin: 0 auto;
}

div.share a.twitter {
    left: -6px;
}

div.share a.twitter:before {
    width: 20px;
    height: 16px;
    background-position: -119px 0;
    margin-top: 8px;
}

html:not(.touch) div.share a.twitter:hover:before {
    background-position: -119px -31px;
}

div.share a.facebook {
    left: 54px;
}

div.share a.facebook:before {
    width: 8px;
    height: 16px;
    background-position: -140px 0;
    margin-top: 8px;
}

html:not(.touch) div.share a.facebook:hover:before {
    background-position: -140px -31px;
}

div.share a.email {
    left: 113px;
}

div.share a.email:before {
    width: 18px;
    height: 14px;
    background-position: -149px 0;
    margin-top: 9px;
}

html:not(.touch) div.share a.email:hover:before {
    background-position: -149px -31px;
}

div.share a.search {
    right: -7px;
}

div.share a.search:before {
    width: 17px;
    height: 17px;
    background-position: -168px 0;
    margin-top: 7px;
}

html:not(.touch) div.share a.search:hover:before {
    background-position: -168px -31px;
}

div.share input {
    position: absolute;
    right: 0;
    border: 2px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    height: 32px;
    font-family: Photina, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    outline: none;
    padding: 0 5px 0 30px;
    width: 100%;
    background: url(../images/search.svg) #fff no-repeat 5px 5px;
    display: none;
}

html:not(.touch) div.share a.search:hover:after {
    background-position: -168px -31px;
}

div.menu {
    background: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 200px;
    padding: 60px 20px 20px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px 0 #999;
    -moz-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999;
    display: none;
}

html.menu div.menu {
    display: block;
    z-index: 1;
}

div.menu ul {
    font-size: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.menu ul ul {
    font-size: 18px;
    padding-left: 20px;
}

div.menu li {
    margin: 0;
    padding: 0;
}

div.menu a,
div.menu span {
    display: block;
    padding: 5px 0;
}

/*===== Main Content ========================================================*/

h1 {
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1em;
    margin: 0 0 5px 0;
}

figure + h1,
div.figure-line + h1 {
    margin-top: 40px;
}

.collapsible + h1 {
    margin-top: 20px;
}

h2 {
    font-family: Photina-Bold, Times New Roman, serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.3em;
}

figure + p,
div.figure-line + p {
    margin-top: 40px;
}

p:last-child {
    margin: 0;
}

strong, b {
    font-family: Photina-Bold, Times New Roman, serif;
    font-weight: normal;
}

em, i {
    font-family: Photina-Italic, Times New Roman, serif;
    font-style: normal;
}

main a {
    color: #46a0d2;
    text-decoration: none;
}

html:not(.touch) main a:hover {
    color: #2d86b8;
    text-decoration: underline;
}

main a.large {
    display: block;
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    margin: 40px 0 10px 0;
}

main a.large + a.large {
    margin-top: 0;
}

figure {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}

div.figure-line {
    margin-bottom: 20px;
}

div.figure-line figure {
    margin: 0;
}

div.figure-line figure:first-child {
    margin-bottom: 20px;
}

p + div.figure-line,
p + figure {
    margin-top: 40px;
}

figure img {
    width: 100%;
    display: block;
}

figure.video div {
    padding-top: 56.25%;
}

figure iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

figure.unscaled {
    margin: 40px 0;
}

figure.unscaled img {
    width: auto;
    max-width: 100%;
}

figure figcaption {
    margin: 5px 0 0 0;
}

figure.unscaled figcaption {
    margin-top: 15px;
}

figure figcaption h2 {
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

figure figcaption p {
    font-size: 20px;
}

div.teaser {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
}

div.teaser h1 {
    margin: 0 0 20px 0;
}

div.search h2 {
    margin-top: 20px;
}

div.search p {
    margin: 0;
}

/*----- Collapsible ---------------------------------------------------------*/

.collapsible {
    position: relative;
}

.collapsible + :not(.collapsible) {
    margin-top: 30px;
}

.collapsible h1 {
    position: relative;
    background: #46a0d2;
    color: #fff;
    cursor: pointer;
    padding: 4px 40px 4px 8px;
    line-height: 1;
    font-size: 32px;
}

.collapsible h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons.svg) no-repeat -56px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.collapsible.expanded h1:after {
    background-position: -87px 0;
}

.collapsible .highlight {
    color: #46a0d2;
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: bold;
}

.collapsible2 h1 {
    background: #f1706c;
}

.collapsible2 .highlight {
    color: #f1706c;
}

.collapsible3 h1 {
    background: #6ebea0;
}

.collapsible3 .highlight {
    color: #6ebea0;
}

.collapsible4 h1 {
    background: #ffc81e;
}

.collapsible4 .highlight {
    color: #ffc81e;
}

.collapsible5 h1 {
    background: #eb588b;
}

.collapsible5 .highlight {
    color: #eb588b;
}

.collapsible6 h1 {
    background: #49b487;
}

.collapsible6 .highlight {
    color: #49b487;
}

.collapsible .content {
    display: none;
    margin: 20px 0 30px 0;
    font-size: 24px;
}

.collapsible.expanded .content {
    display: block;
}

.collapsible p + ul {
    margin-top: -20px;
}

.preview {
    display: none;
}

.preview table {
    margin: 0 0 5px 0;
    border-collapse: collapse;
}

.preview td {
    padding: 2px 0;
    vertical-align: top;
}

.preview .time {
    white-space: nowrap;
}

.preview .type {
    padding: 9px 30px;
}

.preview .type span {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icons.svg) no-repeat;
    font-size: 0;
}

.collapsible.expanded .preview {
    display: none;
}

/*----- Program Legend ------------------------------------------------------*/

.program-legend {
    display: none;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.program-legend div {
    position: relative;
    float: left;
    margin: 0 0 0 50px;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.program-legend div:first-child {
    margin: 0;
}

.program-legend div:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icons.svg) no-repeat;
    left: 0;
}

.preview .type .presentation,
.program-legend .presentation:before {
    background-position: 0 -62px;
}

.preview .type .debate,
.program-legend .debate:before {
    background-position: -15px -62px;
}

.preview .type .statement,
.program-legend .statement:before {
    background-position: -30px -62px;
}

.preview .type .round-table,
.program-legend .round-table:before {
    background-position: -45px -62px;
}

.preview .type .video,
.program-legend .video:before {
    background-position: -60px -62px;
}

/*----- Form ----------------------------------------------------------------*/

form.registration {
    margin: 30px 0;
}

label {
    display: block;
}

input[type=text],
input[type=email],
textarea {
    display: block;
    border: none;
    background: #e4e4e4;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    margin: 0 0 10px 0;
    font-family: Photina, Times New Roman, serif;
    font-size: 20px;
}

textarea {
    resize: none;
}

input[type=radio] {
    opacity: 0;
    position: absolute;
}

input[type=radio] + label {
    position: relative;
    margin: 0 0 10px 0;
    min-height: 56px;
    padding-left: 45px;
}

input[type=radio] + label:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../images/checkbox.svg);
    background-size: 200% 100%;
    width: 30px;
    height: 30px;
    left: 0;
    top: 6px;
}

input[type=radio]:checked + label:before {
    background-position: -100% 0;
}

input[type=radio]:focus + label:before {
    box-shadow: 0 0 5px #ccc;
}

div.participation-type {
    margin-bottom: 20px;
}

button {
    -moz-appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 20px 0 0 0;
    font-family: Franklin-Gothic, Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    color: #46a0d2;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

span.error {
    color: #dc0f1e;
}

/*===== Size and print adjustments ==========================================*/

@media print, (min-width: 800px) {
    header {
        margin-bottom: 30px;
    }

    nav {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    nav a.menu {
        position: absolute;
        top: 150px;
        right: 0;
    }

    div.helpers {
        position: absolute;
        top: 0;
        right: 0;
        width: 344px;
    }

    div.helpers a,
    div.helpers span {
        min-width: 32px;
        position: static;
        float: left;
        display: block;
        left: auto;
        right: auto;
        top: auto;
        margin: 0 0 0 20px
    }

    div.language {
        display: block;
        float: left;
    }

    div.share {
        position: static;
        display: block;
        width: auto;
        float: left;
    }

    div.menu {
        padding: 20px;
        top: 130px;
    }

    div.figure-line:after {
        content: "";
        display: block;
        clear: both;
    }

    div.figure-line figure,
    div.teaser figure {
        width: calc(50% - 10px);
        float: left;
    }

    div.figure-line figure:first-child,
    div.teaser figure:first-child{
        margin: 0 20px 0 0;
    }

    div.teaser:after {
        content: "";
        display: block;
        clear: both;
    }

    div.teaser.with-figure > *:not(figure) {
        margin-left: calc(50% + 10px);
    }

    .program-legend {
        display: block;
        margin-top: 60px;
    }

    .preview {
        display: block;
    }
}

@media (min-width: 1000px) {
    div.page {
        max-width: 1140px;
        margin: 0 auto;
    }

    nav {
        width: 100%;
    }

    nav a.menu {
        display: none;
    }

    div.menu {
        display: block;
        top: 230px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 0;
        width: 220px;
    }

    main {
        display: block;
        margin-left: 280px;
    }

    input[type=radio] + label {
        padding-left: 70px;
    }

    input[type=radio] + label:before {
        width: 50px;
        height: 50px;
    }

    .program-legend {
        margin-top: 0;
    }
}

@page {
    margin: 1cm;
}

@media print {
    nav a.menu {
        display: none;
    }
}