/* CSS Document */
#download{
    margin-bottom: 40px;
    position: relative;
}
#download .accordion {

    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
#download .accordion.level1:first-child {
    margin-top: 0;
}

#download .accordion .sublevel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#download .accordion .sublevel ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}


#download .accordion .sublevel ul li {
    padding: 5px 0;
}

#download .accordion .sublevel ul li a {
    text-decoration: none;
}
#download .accordion .sublevel ul li a img{

    position: relative;
    top: 2px;
}

#download .accordion.level1 .title {
    color: #009ee0;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: .5em;
    position: relative;
    padding-bottom: .5em;
    font-weight: 600;

    margin-top: 40px;
}
#download .accordion.level2 .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}
#download .accordion.level3 .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}

#download .accordion .title .icon {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #006699;
    font-size: 24px;
    line-height: 1em;

    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#download .accordion .title .icon.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {
}

/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {
}

/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
}

/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1169px
 *************************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1169px) {
}

/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {
}

/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
}

/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
}
