@font-face {
    font-family: 'wf_SegoeUILight';
    src: url('../fonts/Segoe-UI/latest.eot');
    src: url('../fonts/Segoe-UI/latest.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Segoe-UI/latest.woff') format('woff'),
         url('../fonts/Segoe-UI/latest.ttf') format('truetype'),
         url('../fonts/Segoe-UI/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ACCORDION, suter & partner, 01.2016, dfe, www.su-pa.net */

*{
    box-sizing: border-box;
}
body {
    min-height: 100%;
    margin: 0; padding: 0;
    font-size: 14px; 
    font-family: wf_SegoeUILight,wf_SegoeUI,"Segoe UI Light","Segoe WP Light","Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
    color: #002244;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
h2 { 
   font-family: wf_SegoeUILight,wf_SegoeUI,"Segoe UI Light","Segoe WP Light","Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
   font-size: 20px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.accordion-toggle {
    cursor: pointer;
    line-height: 30px;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
    background-color: #139EE1;
    color: #fff;
}
    .accordion-toggle::after {
        content: "";
    }

.full {
    background-color: #fff !important;
    border: 1px solid #ddd;
}
video{ display:block; }
.accordion-content {
    position: relative;
    display: none;
    width: 100%;
    background-color: #FFF;
    font-size: 1em;
    margin:0;padding:0
}
    .accordion-content::after {
        content: "";
    }
.rotArrow {
    width: 50px;
    height: 50px;
    opacity: 1;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-size: 50px;
    float: right;
    margin-right:-70px;
    margin-top: -10px;
}

#accordion {
    margin-left: 5%;
    margin-left: 2%;
    width: 95%;
    max-width: 870px;
    font-size: 1em;
    line-height: 1.555; /* 28px */
}
audio { width: 75%; display: block; }
@media screen and (min-width: 650px) {
    #accordion {
        margin: 20px;
        width: 70%;
    }
}
@media screen and (min-width: 1000px) {
    #accordion {
        margin: 50px;
        width: 50%;
    }
}
#accordion h2.accordion-toggle {
    border-right: 60px solid #ffffff; /*button width (50px) + margin*/ 
}
.accordion-content .details {
    padding: 5% 2% 4% 2%;
    width: 100%;
}



/*#endregion */

/*two columns*/
/*.accordion-content figure {
    margin-bottom: 125px;
}
.accordion-content figure {
    padding: 5%; padding-top: 15%;
    vertical-align: middle;
    width: 100%;
}

.accordion-content section {
    padding: 0 2% 5% 2%;
    width: 100%;
}
    .accordion-content.default { 
        display: block;
    }
    .accordion-content h3 {
        padding-top: 35px;
    }    
*/
