@font-face {
    font-family: 'tradegothicbold';
    src: url('../../../fonts/trade_gothic_bold_condensed_no-webfont.eot');
    src: url('../../../fonts/trade_gothic_bold_condensed_no-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/trade_gothic_bold_condensed_no-webfont.woff2') format('woff2'),
         url('../../../fonts/trade_gothic_bold_condensed_no-webfont.woff') format('woff'),
         url('../../../fonts/trade_gothic_bold_condensed_no-webfont.ttf') format('truetype'),
         url('../../../fonts/trade_gothic_bold_condensed_no-webfont.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0pt auto;
    background-color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: "Times New Roman", Times, serif; 
    line-height: 1.25em;
    color: #FFFFFF;
    width: 1000px;
}
fieldset {border: medium none !important;}
#com-form-login img {
display: none;
}
#com-form-login table {
display: none;
}
/* --------------------------------- */
/* Basic Elements */
a {color: #F0E20A; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: none;}
h1 {font-size: 1em; color: #F0E20A; font-weight: bold;}
ul {list-style-type: none; margin-left: 0px; padding: 0px; margin: 0px;}
dd {list-style-type: none; margin-left: 0px; padding: 0px; margin: 0px;}
hr {
    border: 2px dotted #C0C0C0;
    border-style: none none dotted; 
}
/* --------------------------------- */

/* Boxmodel ------------------------ */
#container {
    background-image: url(../images/bbb_container_bg.png);
    position: relative;
    text-align: center;
    width: 1000px;
    padding-bottom: 22px;
    z-index: 1;
    display: inline-block;
}
#header {
    background-image: url(../images/bbb_template_header_bg.png);
    background-repeat: no-repeat;
    width: 1000px;
    height: 265px;
    z-index: 2;
}
/*---------Top Menu --------*/
#menue {
    position: absolute;
    top: 0px;
    left: 22px;
    width: 300px;
    height: 267px;
    vertical-align: bottom;
    z-index: 3;
    text-transform: uppercase;
    font-family: 'tradegothicbold';
    font-size: 1.2em; /*1.25em;*/
    /*letter-spacing: -0.01em;*/
    text-align: left;
    text-transform: uppercase;
    color: #FDFA02;
}
#menue ul {
    position:absolute; 
    bottom:0px
}
#menue li {
    /*height: 25px;*/
    line-height: 1.31em;
}
#menue img {
    border-width: 0px;
}
#menue a {
    text-decoration: none; 
    color: #FDFA02;
}
#menue a:hover {
    text-decoration: none; 
    color: #FFFFFF;
}
/*---------Content--------*/
#content {
    /*background-image: url(../images/bbb_template_content_bg.png);*/
    background-image: url(../images/bbb_header_bar.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 0.8125em; /*13px; 13 / 16 */
    line-height: 1em;
    text-align: center;
    padding-top: 10px;
    margin: 0px 22px 22px 22px;
    width: 95.6%;
    z-index: 1;
}
#article {
    /*background-image: url(../images/bbb_template_article_bg.png);*/
    text-align: left;
    width: 100%;
    margin-top: 10px;
    /*padding-left: 3px;*/
    /*padding-right: 4px;*/
    /*padding: 22px;*/
    z-index: 1;
}
#pdf {
    position: relative;
    width: 540px;
    left: 33px;
    z-index: 6;
}
.vorstand {
   float: left;
   width: 230px;
   height: 230px;
   margin: 0.25em;
}
.vorstand-table {
   height: 100%;
}
.vorstand-cell {
   vertical-align: bottom;
}

.mainlevel {font-size: 11.5px; color: #6F6F6F; font-weight: bold; text-decoration: none;}
a:hover.mainlevel {color: #FFFFFF;}
#active_menu {color: #FFFFFF;}

ul, menu, dir {
    display: block;
    list-style-type: none;
    padding-left: 0px;
    vertical-align: bottom;
    text-decoration: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#home_menue li {
    height: 24px;
}

#home_menue img {
    border-width: 0px;
    text-align: center;
}

#bottom_menue {
    position: relative;
    width: 760px;
    left: 198px;
    text-align: center; 
    z-index: 7;
}

#bottom_menue li {
    float: left;
    margin: 3px;
    padding: 6px;
}

#bottom_menue a {
    font-size: 11.5px; 
    color: #FFFFFF; 
    font-weight: bold; 
    text-decoration: none; 
    text-align: center;
}
#bottom_menue a:hover {
    color: #F0E20A;
}
#bottom_menue a:active {
    color: #454545;
}

@media all and (max-width: 768px) {
   body {
      font-size: 16px;
      width: 94.6%; /*700px;*/
      /*margin: 5.4% 20px;*/
     }
   #header {
      background-size: 100%;
      background-position: center center;
      width: 100%; 
      height: 225px;
    }
    #container {
      background-size: 100%;
      width: 100%;
    }
    #content {
      font-size: 1em; /* 15.4px */
      line-height: 0.9em;
      width: 100%; /*700px;*/
      margin: 10px 0 0 0;
    }
    #article {
      width: 100%;
      left:0px;
      padding:0px;
    }
    #menue {
      margin-top: 5px;
      left: 0px;
      font-size: 1.6em; /* 25.2px */
      width: 98.5%;
    }
    #menue ul {
      position:relative; 
    }
    #menue li {
      /*height: 1em;*/ /* 15.4px */
      line-height: 1em;
    }
    img {max-width: 100%;}
    .vorstand {
      /*margin: 1px;*/
    }
    div.vorstand {
      width: 33%;
      /*height:100%;*/ /*260px;*/
      background-size: 33%px;
      margin: 1px;
    }
}

@media all and (max-width: 600px) {
    body {
      font-size: 30px;
      width: 100%; /*600px;*/
      margin:  0.6em;
    }
    h1, h2, h3 {
      line-height: 1em;
    }
    #container {
      width: 100%; /* 95%; 500px;*/
    }
    #header {
      background-image: url(../images/bbb_template_header_bg5.png);
      background-position: center;
      height: 350px;
    }
    #content {
      width: 100%; /*500px;*/
      background-size: 100%;
      /*height: auto;*/
      font-size: 1.2em;
    }
    #article {
      width: 90%;
      left:1px;
      padding: 1% 5% 1% 5%;
    }
    .category-desc {
      line-height: 1em;
    }
    #menue {
      margin-top: 5px;
      width: 99%;
      left: 0px;
      font-size: 1.2em; /*36px*/
      text-align: center;
    }
    #menue ul {
      position:relative; 
    }
    #menue li {
      /*height: 1.1em;*/
    }
    img {
      max-width: 100%;
    }
    div.vorstand {
      width: 100%;
      height:300px; /*260px;*/
      background-size: 300px;
      font-size: 0.7em; /*20px 1.1em;*/
      line-height: 1em;
      margin: 1px;
    }
    .vorstand-table {
      width: 100%;
    }
    .vorstand-cell {
      width: 100%;
    }
}
/*------------iPhone4/5 landscape------------*/
@media all and (max-width: 480px) {
    body {
        font-size: 22px;
        margin:  0px;
    }
    #header {
      height: 265px;
    }
    #article {
      width: 94%;
      padding: 3%; /*1% 3% 1%;*/
    }
    h3 {
      font-size: 1.3em; 
    }
}
/*------------iPhone4/5 portrait------------*/
@media all and (max-width: 320px) {
    body {
        font-size: 19px;
    }
    #header {
      height: 225px;
    }
    div.vorstand {
      font-size: 0.8em;
      line-height: 1em;
      margin: 1px;
    }
}