body {
    margin: 10px 0 0 0;
    background-color: #EEEEEE;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

/*_______________________ universal */

a {
    font-weight: normal;
    text-decoration: none;
    color: #666;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #e5342c;
}

#cleartop {
    border-top: 1px solid #aaa;
    clear: both;
    height: 1px;
    margin: 0 0 50px 0;
}

#clear {
    clear: both;
    height: 0px;
}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
.no-margin {
    margin-bottom: 0 !important;
}

/*_______________________ topnav */

#topnav {
    position: relative;
    margin: 0;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}

#topnav > ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20%;
}

#topnav > ul > li {
    list-style-type: none;
    text-align: left;
    /*position: relative;*/
    display: inline-block;
    width: 40%;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
}

#topnav > ul > li a.active {
    color: #e5342c;
}

#topnav > ul > li.has-submenu:hover .background,
#topnav > ul > li.has-submenu:hover .submenu ul {
    display: block;
}

#topnav .background {
    display: none;
    position: absolute;
    background-color: #999999;
    height: 300px;
    left: 0;
    right: 0;
    width: 100%;
    top: 30px;
}

#topnav .submenu ul {
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 50px;
    z-index: 1;
}

#topnav .submenu ul li {
    margin-bottom: 10px;
}

#topnav .submenu ul li a {
    color: white;
}

#topnav .submenu ul li a:hover {
    color: #e5342c;
    text-decoration: none;
}

/*#topnav > ul > li.has-submenu:hover .submenu {*/
    /*display: block;*/
/*}*/

#topnav > ul > li a {
    font-weight: normal;
    text-decoration: none;
    color: #aaa;
}

#topnav > ul > li > a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #e5342c;
}

#topnav > ul > li a:link#active,
#topnav > ul > li a:active#active,
#topnav > ul > li a:visited#active {
    font-weight: normal;
    text-decoration: none;
    color: #555;
}

#topnav > ul > li a:hover#active {
    font-weight: normal;
    text-decoration: none;
    color: #e5342c;
}

@media only screen and (min-width: 767px) {
    #topnav {
        text-align: right;
        padding-bottom: 0;
    }

    #topnav .submenu {
        position: relative;
    }

    #topnav .submenu ul {
        min-width: 220px;
        text-align: left;
        right: auto;
    }

    #row1 {
        padding-left: 90px;
        padding-right: 90px;
    }

    #row2 {
        padding-left: 90px;
        padding-right: 90px;
    }

    #topnav {
        text-align: right;
        padding-right: 20px;
    }

    #topnav > ul {
        list-style: none;
        display: inline-block;
        padding-left: 0;
    }

    #topnav > ul > li {
        width: auto;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1199px) {
    #topnav {
        padding-right: 0;
    }
}

/*_______________________ layout */

#logo {
    margin: 0 0 20px 0;
    width: 230px;
    float: left;
}

#headline {
    width: 525px;
    float: right;
    margin: 20px 0 0 0px;
}

#sidecol {
    margin: 0 0 30px 0;
}

#homecol {
    margin: 40px 10% 180px;
}

.homecol-text {
    text-align: left;
    padding-bottom: 150px;
}

.homecol-text a {
    display: inline-block;
    font-size: 22px;
    color: white;
}

.homecol-text a:hover {
    text-decoration: none;
}

.homecol-text a span {
    color: #AAA;
    font-size: 19px;
    display: block;
    margin-top: 3px;
}

#singlecol {
    margin: 0 0 0 0px;
}

#content {
    max-width: 1320px;
    min-height: 600px;
    margin: 0px auto 0 auto;
    padding-top: 20px;
}

#main {
    padding: 30px 0px 100px 0px;
    background-color: #F9F9F9;
    min-height: 625px;
}

#main.home {
    background-color: #062A30;
    background-image: none;
    padding-bottom: 10px;
}

#main-a {
    padding: 30px 0px 10px 0px;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 625px;
}

#row1 {
    padding: 0px 30px 0px 30px;
}

#row2 {
    padding: 0px 30px 30px 30px;
}


/*_______________________ maintext */

#textbox,
.textbox {
    color: #666;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
}

#textbox a,
.textbox a {
    color: #e5342c;
}

#textbox h1,
.textbox h1 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #e5342c;
}

#textbox h2,
.textbox h2{
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 1.4em;
    line-height: 1.3em;
    color: #e5342c;
}

#textbox h3,
.textbox h3{
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.0em;
    color: #e5342c;
}

#textbox p,
.textbox p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
    text-align: justify;
}

p.hometext a {
    color: #e5342c;
    text-transform: uppercase;
}

.smalltext {
    font-size: 10px;
}

#textbox ul,
.textbox ul {
    margin-bottom: 1em;
}

#textbox li,
.textbox li {
    margin: 0 0 20px 0;
    padding: 0 0 0 1em;
    background-image: url(../media/bullet-red.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    list-style-image: none;
    font-size: 16px;
    line-height: 1.4em;
}

#logodevice {
    margin-top: 20px
}

.video {
    width: 100%;
    height: 50vw;
}
sup {
    font-size: 8px;
}

/*_______________________ navigation */

#footer {
    color: #666;
    margin: 10px 0 25px 365px;
    width: 530px;
    font-size: 0.7em;
}

#footer a:link,
#footer a:active,
#footer a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #666;
}

#footer a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #009EE0;
}

#footer ul {
    list-style: none;
}

#footer li {
    list-style-type: none;
    padding: 0px 30px 0px 0px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    color: #666;
    text-align: left;
}



.logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-top: 40px;
}

.logos .col {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.logos .col:nth-child(2n) {
    margin-right: 0;
}

.accordion .accordion-item.accordion-item-active .accordion-text {
    display: block;
}

.accordion .accordion-item.accordion-item-active h2:before {
    color: #e5342c;
}

.accordion .accordion-item h2 {
    cursor: pointer;
    position: relative;
}

.accordion .accordion-item h2:before {
    content: 'V';
    color: #999;
    font-size: 16px;
    margin-right: 15px;
}

.accordion .accordion-item .accordion-text {
    display: none;
}

.video-container iframe {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    display: block;
}

@media only screen and (min-width: 767px) {

    .accordion .accordion-item h2:before {
        position: absolute;
        left: -43px;
    }
    #homecol {
        margin-bottom: 260px;
    }
    .homecol-text {
        padding-bottom: 230px;
    }
    .logos .col {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .logos .col:nth-child(2n) {
        margin-right: 5%;
    }

    .logos .col:nth-child(3n) {
        margin-right: 0;
    }

    #main {
        min-height: 800px;
        background-image: url(../media/watermark.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 300px;
    }
    #main.main-small {
        min-height: 550px;
    }
    #row1 {
        padding-left: 80px;
        padding-right: 80px;
    }
    #row2 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .video {
        width: 560px;
        height: 315px;
    }
}

@media only screen and (min-width: 1023px) {
    #homecol {
        margin-left: 18%;
        margin-right: 18%;
    }
    #sidecol {
        margin-bottom: 0;
        float: left;
        width: 230px;
    }

    #textcol {
        margin: 0 0 0 30px;
        width: calc(100% - 260px);
        float: right;
    }
}

@media only screen and (min-width: 1350px) {
    p.hometext {
        text-align: left;
        margin-left: 332px;
    }
}

@media only screen and (min-width: 1450px) {
}