/* GENERAL STYLING
    images in format 3:2
    dif-size (mediaquery for load)  width for image is by
    column
            320     (s) small
            640     (m) medium
            960     (l) large (default)
           1280     (h) high

    background / slides
            640     (s) small
           1024     (m) medium
           2048     (l) large (default)
           4096     (h) high

--------------------------------------------------------*/

* { margin: 0; box-sizing: border-box;}

body
{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family:"Trebuchet MS",Arial,Sans-Serif;
}

/* */
h1  {
    font-size: 120%;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 0.2em;
}
h2  { font-size: 110%; margin-top: 1.0em; margin-bottom: 0.2em;}
h3  { font-size: 100%; margin-top: 0.5em;}

h5   { margin-top:0.5em; font-size: 0.80em; font-weight:bold;}



/* block */
h1.hBlock { text-align: center;padding: 0.5em;}
div.hBlock
{
    margin-top:0.5em;
    padding: 0;
    width: 100%;
    BACKGROUND: #F0F0F0;
}
/* -------------------------------------------------------- */
/* main-area (all except menu) max-width */
#mainArea { max-width: 90em;  margin: 0 auto; }
@media only screen and (min-width: 116em)
{
    #mainArea { margin-left: 13em; }
}

/* -------------------------------------------------------- */
/* mehrspaltig min colm 300px */
div.spPage, div.spPage2
{
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;

    -webkit-column-width: 19em;
       -moz-column-width: 19em;
            column-width: 19em;

    /*-- rand */
    padding-left:  1em;
    padding-right: 1em;
    margin-top:    0.5em;
    margin-bottom: 0.5em;

    /* between coloums */
    -webkit-column-gap:  2em;
       -moz-column-gap:  2em;
            column-gap:  2em;
    -webkit-column-rule: 2px solid #f0f0f0;
       -moz-column-rule: 2px solid #f0f0f0;
            column-rule: 2px solid #e4e4e4;
}

div.spPage /* blocksatz*/
{
    text-align: justify;
    text-justify: trim;
}
div.spPage /* Silbentrennung*/
{
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
         -o-hyphens: auto;
            hyphens: auto;

    -webkit-hyphenate-limit-lines: 2;
       -moz-hyphenate-limit-lines: 2;
        -ms-hyphenate-limit-lines: 2;
            hyphenate-limit-lines: 2;

    -webkit-hyphenate-limit-chars: 8 3 3;
       -moz-hyphenate-limit-chars: 8 3 3;
        -ms-hyphenate-limit-chars: 8 3 3;
            hyphenate-limit-chars: 8 3 3;

    /* hyphenate-limit-zone: 40px;
    */
}

div.colAvoidBreak
{
    width: 100%;
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid-column;
}


/* ---------------------------------------------- */
ul  { margin-bottom: 0.5em; }
li  { text-align: left; margin-bottom: 0.15em;
       -webkit-column-break-inside: avoid; /* avoid break inside li*/
                 page-break-inside: avoid;
                      break-inside: avoid-column;
         }
p.space03 { font-size: 0.3em; }
p.space05 { font-size: 0.5em; }
p.spaceBl { font-size: 1em; }
.zB               { font-size: 0.80em; font-style:italic; }

div.bChg     { float:none; height: 0.1em; }

/* ---------------------------------------------- */
/* img */
p.img { padding-top:0.5em; padding-bottom:0.5em; text-align:center; border:0; }
#LLogo { width: 100%; max-width: 300px; }
td.ImgLnks { text-align:center; padding-right:0.5em; }

/* -------------------------------------------------------- */
/* menu */
/* -------------------------------------------------------- */
#header
  {
    width:      100%;
    min-width:  64em;
    height:     7.5em;
    position:   fixed;
    margin-top: 1em;
    background: rgba(150, 220, 255, 0.7);
}
#footer { background: rgb(150, 220, 255); text-align:center;}
td.footerTxt { color:#FFFFFF; }
#logo { float:left; margin-top:0.5em;}
#menu { float:left; overflow:hidden;}

ul.menu {
    margin-top:0.2em;
    margin-left:2em;
    margin-right:2em;
    padding:0;
    list-style: none;
}
li.menu { float:left; }
a.menu , a.menuSel
   {
    margin-right: 0.19em;
    z-index:11;
    color:#ffffff;
    padding:1em 2.5em;
    display: block;
    position: relative;
    text-decoration: none;
}
a.menu::after, a.menuSel::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: #2070c0;
    z-index:-1;
    transform:skew(-45deg);
}
a.menuSel::after  {background:#55aadd;}
a.menu:hover::after, a.menuSel:hover::after {background:#0040FF;}

td.menu {
    margin-right:0.2em;
    text-align: right;
    padding-right:0.3em;
    padding-top:  0.2em;
}
span.menu {
    color: white;
    padding-left:0.1em;
    padding-right:0.1em;
    font-size: 80%;
    cursor:pointer;
}
span.menu:hover {background:#0040FF;}

a.menuLang {
    color: black;
    padding-left:0.1em;
    padding-right:0.1em;
    font-size: 80%;
    cursor:pointer;
    text-decoration:none
}
a.menuLang:hover {background:#0040FF; color: white;}

div.anker   { margin-top:-3em; height:7.5em; }
div.distP1 { height:8.5em; }

/* mini-menu --------------------------------------------- */
a.mMenuLnkLang   { padding:0.1em; color:#ffffff; text-decoration:none; font-size:75%; }
a.mMenuLnk       { padding:0.3em; color:#ffffff; text-decoration:none; display:block;}
li.mMenuLi       { padding-top:1em; text-align: right; text-decoration:none; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; padding-left:0.3em; padding-right:0.3em; padding-top:0.1em; }
a.mMenuLnk:hover, a.mMenuLnkLang:hover { background:#0040FF; color:#FFFFFF;  }

#btnMMenu
{
    display:  none;
    position: fixed;
    top:   2em;
    right: 2em;
    right: 2em;
    text-align: right;
}

#mMenuImg    { box-shadow: 5px 5px 3px rgba(0,0,0,.3); }
#mMenuItems  { box-shadow: 5px 5px 3px rgba(0,0,0,.3); display:none;
               margin:0; padding:0; background:rgba(32, 112, 210, 0.9);
               padding-bottom:0.5em;
               list-style-type:none;
             }
#btnMMenu li:hover>#mMenuItems {display:block;}

#mLogo
{
    display:    none;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1.5em;
}

/* -------------------------------------------------------- */
/* slides */
td.slideRem, td.slideRemM
{
    padding-left: 2em;
    font-size: 120%; color:#fff;
    height: 54vw;
    text-shadow: 0.125em 0.125em 0.125em #000, 0.25em 0.25em 0.5em #000;
    vertical-align:bottom;
}
td.slideRemM {vertical-align:middle;}
td.slideRemDist
{
    height: 11vw;
}

#slide1, #slide2, #slide3, #slide4, #slide5
 {
    margin: 0;
    width:  100%;
    height: 68vw;

    background-image:url("img/slide1_l.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: 0em 8.43em;
    background-size: 100%;
}

/* -------------------------------------------------------- */
/* by small screens (handy) hide menu ... */
/*@media only screen and (max-width: 58em) */
@media only screen and (max-width: 77em)
{
    #header    { display:none; }
    div.anker  { margin-top:1.1em; height:0.3em; }
    div.distP1 { height:0em; }
    #slide1, #slide2, #slide3, #slide4, #slide5  { background-position: 0em 0em;}

    #btnMMenu , #mLogo { display:block; }
}
