/* basic elements */
html {
	margin: 0;
  padding: 0;
  overflow: auto;
  font-size:20px;
  font-family:'CarbonBlock';
  line-height: 120%;
  color: black;
  text-align:left;
   font-weight: lighter;
 /*  background-color: #071E2E; 
  background: transparent url("img/bg/muster.jpg") 0 0;   */
	}
body { 
  position:relative;
	margin: 0;
	padding: 0;
/*  background: transparent url("img/bg/standard-bg-x.jpg") 0 0 repeat-x;
  background-color: #071E2E;     */
  min-width:950px;
	 	}
    
a:link, a:visited { 
	text-decoration: none; 
//	font: normal normal bolder medium bolder Arial;
	color: #fff;
	}

a:hover  { 
	text-decoration: none; 
	}

a:active {
         color:red;
          }

#start{
	margin: 0px 0px 0px -190px;
padding: 0;
position: absolute;
z-index:4002;
width:160px;
height:175px;
}

#content ul {
 list-style-type: none;
 width: calc(100% - 100px);
}


#content ul li{
 font-size:20px;
 font-family:Arial,Helvetica,sans-serif;
 margin: 25px;
 padding: 10px;
 overflow: auto;
}
 

#content ul li h3 {
  font: bold 25px/1.5 Helvetica, Verdana, sans-serif;
}

#content ul li img {
  float: left;
  margin: 0 15px 0 0;
}

#content ul li p {
  font: 200 20px/1.5 Georgia, Times New Roman, serif;
}

#content ul li:hover {
  background: rgb(0,53,106);
  cursor: pointer;
}
 

#clear{clear:both};
#clear_right{clear:right}

#update_browser{
      margin:0 0 10 auto;
      padding: 10px 50px 20px 10px;
      border: 1px solid red;
      color: rgb(0,0,255);
      }

#main {margin:0 auto;
       position: relative;}

#wrapper1{
        width: 950px;
        height: auto;
        position: relative;
        margin: 0 auto;
        z-index: 10;
        }
        
#wrapper2{
        width: 950px;
        height: 45px;
        position: relative;
        margin: 0 auto;
        z-index: 9;
        background: rgb(90,90,90);
        //transform: skew(-45deg);
        } 
        
#wrapper3{
        width: 950px;
        height: auto;
        position: relative;
        margin: 0 auto;
        padding: 10px 0 200px 0;
        top: 170px;
        z-index: 5;
 //       min-height: 500px;
        }   
        
#wrapper4{
        width: 950px;
        height: auto;
        position: absolute;
        margin: 0 auto;
        top: 50px;
        }  

#wrapper5{
        width: 950px;
        height: auto;
        position: relative;
        margin: 0 auto;
        }
        
#wrapper6{
        width: 950px;
        height: auto;
        position: relative;
        margin: 0 auto;
        }   
                          
#wrapperfooter{
        width: 950px;
        height: auto;
        position: relative;
        margin: 0 auto;
        }                   

/*Introduction*/
#headerbox{
//     height: 25px;
//     width: 100%;
     background: rgb(230,230,230);
    box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    padding: 0 300px 0 300px;
    color:black;
    font-size:14px;
}


#headlinebox h3{
	text-align:center;
	position:relative;
	top:20px;
}
#headlinebox {
	width:100%;
	height:106px;
  margin:0;
  padding: 10px 0 0 180px;
  background: rgb(72,37,95);
  font-size: 60px;
  color: #FFF;   
//  text-transform: uppercase;

//background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(247,247,247) 47%, rgb(238,238,238) 100%);
//background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(247,247,247) 47%,rgb(238,238,238) 100%);
//background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(247,247,247) 47%,rgb(238,238,238) 100%);
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    border-bottom: 4px solid #FFF;
    position: fixed;
    z-index:3000;
   
}

#headlinebox h1{
	width:100%;
//	height:106px;
  margin:0;
  padding: 40px 0 0 0;
  font-size: 80px;
  color: #FFF;   
  text-transform: uppercase;   
}

#headlinebox1 {
	width:100%;
 /* background: transparent;    */
}

#headlinebox1 .input {
  background: #777 url(img/menu/searchs.png) 10px 5px no-repeat;
  color:#d2d9df;
  width:40px;
  line-height: 23px;
  border:0px solid #1d2226;
  float:left;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 6px 0;
  transition: all 0.3s ease;
  font-size: 20px;
  margin: 5px;
  content:"";
}

#headlinebox1 .input:before {
    content:"";
}
#headlinebox1 .input:focus {
  width: 350px;
  padding: 6px 40px;
}

#redline{
  width:100%;
  clear: both;
  background: #68228B;
}

#headlinepicturebox {
	width:100%;
	height:500px;
  background-color:rgb(250,250,250);
	margin:5px auto;
}

.onclick-tooltip {
    position: absolute; 
    float: right;
}
.onclick-tooltip:before {
    content: "  ";
    color: #000;
}
.onclick-tooltip:focus .onclick-tooltip-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-tooltip-content {
    position: absolute;
    z-index: 1100;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

.onclick-tooltip-content ul{
    position: absolute;
    z-index: 1100;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(255,255,255,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    /*border-radius:100px / 10px;*/
} 
.effect7:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}


#logo {
	position: absolute; 
	margin: 0px 0px 0px -180px;
  padding: 3px 0 0px 180px;
  display:block;
	text-align: left;
  height: 175px;
//	background: transparent url("img/Logos_i.png") 0 10px no-repeat;
  background: transparent url("img/menu/fsvlogo_small_d.png") 0 10px no-repeat;
	z-index: 4000;
}


#icon-bar{
     float:right;
     margin: 0 25px 0 0;

}

.icon-bar {

    text-align: center;
//    background-color: #777;
    border:0px solid #1d2226;
    -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  //  overflow: auto;
}

.icon-bar a {
//    width: 20%;
 background-color: #777;
 border:0px solid #1d2226;
    -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
    padding: 6px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
    margin: 5px;
}

.icon-bar a:hover {
    background-color: #000;
}

#country{
  position: absolute;
  background: transparent url("img/bg/world_map_s.jpg") 0 0 no-repeat;
  width: 650px;
  height: 424px;
  z-index:1000000;
  margin: 6px 0px 0px 0px;
  right: 0px;
  border:1px solid #999;
  border-radius:1%;
  color: rgb(0,0,0);
  font-size: 25px;
  text-align: center;
  visibility: hidden;
}
#country ul {
   list-style-type:none;
     margin: 70px;
}


#country ul li {
    margin: 30px;
}


#country ul a {
  color: rgb(0,0,0);
  font-size: 20px
}

#country ul a:hover {
  color: rgb(192,52,0);
}

.active {
    background-color: #4CAF50;
}

.search{
  background: transparent url(img/menu/searchs.png) 10px 0 no-repeat;
  color:#d2d9df;
  height:23px;
  width:40px;
  border:0px solid #1d2226;
  float:right;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  font-size: 20px;
}
.envelope{
  background: transparent url(img/menu/contacts.png) 10px 0 no-repeat;
  color:#d2d9df;
  height:23px;
  width:40px;
  border:0px solid #1d2226;
  float:right;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;

}

.globe{
  background: transparent url(img/menu/languages.png) 10px 0 no-repeat;
  color:#d2d9df;
  height:23px;
  width:40px;
  border:0px solid #1d2226;
  float:right;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
}

#kontakt{
  margin:5px;
  padding: 0 30px 0 0;
  background: transparent url(img/menu/button_upr.png) 0 0 repeat-x;
  color:#d2d9df;
  height:20px;
  width:110px;
  border:0px solid #1d2226;
  float:right;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;}

#anfahrt{
  margin:5px 0 0 5px;
  padding: 0 30px 0 0;
  background: transparent url(img/menu/button_upr.png) 0 0 repeat-x;
  color:#d2d9df;
  height:20px;
  border:0px solid #1d2226;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  width:110px;
  float:right;
  }

#bilder{
  margin:5px;
  background: transparent url(img/menu/button_upr.png) 0 0 repeat-x;
  color:#d2d9df;
  height:20px;
  border:0px solid #1d2226;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  width:110px;
  float:right;
  padding: 0 50px 0 0;
  }

#kontakt:hover{background: transparent url("img/menu/button_pr.png") 0 0 repeat-x;} 
#anfahrt:hover{background: transparent url("img/menu/button_pr.png") 0 0 repeat-x;}
#bilder:hover{background: transparent url("img/menu/button_pr.png") 0 0 repeat-x;} 

#logo a.allg {
              color: #fff;
              font-size: small;
              font: normal normal 11px;
              font-family:Arial,Helvetica,sans-serif ;
              }
              
#logo a.allg:hover {
              color: #999;
            } 
            
#logo a.anfahrt {
              color: #d2d9df;
              font-size: small;
              font: normal normal 11px;
              font-family:Arial,Helvetica,sans-serif ;
              background: transparent url(img/bg/anfahrt.png) 2px 3px no-repeat;
              padding: 3px 5px 3px 27px;
              /*background-color:#323335;*/
              float:right; 
              position:relative;
              text-align: center;
            } 
            
#logo a.kontakt {
              color: #d2d9df;
              font-size: small;
              font: normal normal 11px;
              font-family:Arial,Helvetica,sans-serif ;
              background: transparent url(img/bg/kontakt.png) 2px 3px no-repeat;
              padding: 3px 5px 3px 27px;
              /*background-color:#323335;*/
              float:right;
              position:relative; 
              text-align: center;
            }  
                     
#logo a.bilder {
              color: #d2d9df;
              font-size: small;
              font: normal normal 11px;
              font-family:Arial,Helvetica,sans-serif ;
              background: transparent url(img/bg/fotoapparat.png) 2px 3px no-repeat;
              padding: 3px 5px 3px 27px;
              /*background-color:#323335;*/
              position:relative;
              float:right;
              text-align: center; 
            } 

/*LOGINBEREICH*/

#login{
  float:right;
  width:450px;
  height:65px;
  margin: 10px 0 0 0;
  padding:5px;
  position:relative;
  background-color:rgb(50,50,50);
  border:1px solid rgb(100,100,100);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  font-size:0.9em;
  }
#login h4{
  text-align:left;
  color:rgb(211,211,211);
  line-height: 100%;
  font-weight:bolder;
  font-size:1.1em;
  margin: 2px 0 5px 0;
  padding: 2px;
  }
  
#search{
  float:right;
  text-align:left;
  width:420px;
  height:15px;
  margin: 7px 40px 0 0;
  padding:0px 10px 3px 15px;
  position:relative;
  'background-color:rgb(50,50,50);
  border:0px solid rgb(100,100,100);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  font-size:1em;
  z-index:3;
  }
#search h4{
  text-align:left;
  color:rgb(211,211,211);
  line-height: 100%;
  font-weight:bolder;
  font-size:0.8em;
  margin: 2px 0 5px 0;
  padding: 2px;
  }             
/*MENU*/
#menulinebox {
	width:100%;
    background: rgb(66,66,66);
/*     background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);   */
	margin:118px 0 0 0;
  position: fixed;
  z-index:2000;
//  height: 40px;
}

#gamesbox {
	width:100%;
//    background: rgb(66,66,66);
/*     background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);   */
	margin:50px 0 0 0;
//  height: 40px;
}

#menu{
z-index: 1000;
width:100%;
padding: 0 0 0 100px;
font-size: 28px;
}

#menuz{
z-index: 1000;
width:100%;
padding: 0 0 0 0;
}

#menu_trenner_links{
 position: absolute;
 width:107px;
 height: 45px;
 background: transparent url(img/menu/trenner_menu_li.png) 0 0 no-repeat; 
 margin: 0 0 0 -107px;
}

#menu_trenner_rechts{
 position: relative;
 float: right;
 width:107px;
 height: 45px;
 background: transparent url(img/menu/trenner_menu_re.png) 0 0 no-repeat; 
   margin: 0 -50px 0 0;
    padding: 0;
}



.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
/*    border: none;    */
    outline: none;
    z-index: 1000;
}
 
.menu {
    height: 45px;
    width: 100%;
    z-index: 1000;
 
    background: rgb(90,90,90);
/*     background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    */
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 45px;
    z-index: 1000;
     border-bottom-width: 2px;
      border-bottom-color: red;
     -webkit-transition: border-width 0.1s ease-in-out,border-bottom-width 1s ease-in-out;; /* Safari */
    transition: border-width 0.1s ease-in-out,border-bottom-width 1s ease-in-out;;
} 

/*.menu ul { display: none; }*/

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
    z-index: 1000;
 
    border-top: 0px solid #000;
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
    border-bottom-width: 0px;
    border-bottom-color: rgb(192,32,0);
    border-style: solid;
 
//    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
                                                    /*, color 1s ease-in-out,*/
    -webkit-transition: border-bottom-width .2s ease-in-out;
    -moz-transition: border-bottom-width .2s ease-in-out;
    -o-transition: border-bottom-width .2s ease-in-out;
    -ms-transition: border-bottom-width .2s ease-in-out;
    transition: border-bottom-width .2s ease-in-out;
    
    transform: skew(-45deg);
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { /*color: rgb(192,32,0);*/ border-bottom-width:2px;}

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
 
    opacity: 0;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s,;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; border-bottom-width:3px;}
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:active  > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 100px;
    padding: 4px 0 4px 40px;
    margin: 0;
 
 /*   border: none; */
    border-bottom: 1px solid #353539;
}

.menu ul li a:hover {
    color:rgb(192,32,0); 
}
 
.menu ul li:last-child a { border: none; }

/* MENU2 */

.menu2,
.menu2 a {
    margin: 0 0 0 3px;
    padding: 0 0 0 80px;
/*    border: none;    */
    outline: none;
    z-index: 1000;
    width:100%;
}

.menu2 li:first-child a{
    margin: 0 3px 0 3px;
}

.menu2 li{
    display: list-item;
    text-align: -webkit-match-parent;
    }

.menu2 ul {
    margin: 0;
    padding: 0 0 0 40px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
 
 }
 .menu2 ul a{
   display: none;
   position: absolute;
 }

.menu2 li{
   position: relative;
    list-style: none;
    float: left;
    display: block;
}

.menu2 a {
  display: block;
//  position: relative;
  padding: 11px 25px 11px 25px;
}

.menu2 a:hover::after {
    background: rgb(72,37,95);
}

.menu2 a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
//  background: #68228B;
  z-index: -1;
  transform: skew(45deg);
}
///////////////////////////////////////////
//////////////////MENU2019/////////////////
///////////////////////////////////////////

#menu19{
  margin: 0;
  padding: 0;
}


#menu19 ul {
    list-style-type:none;
    list-style-image:none;
    margin: 0;
    padding: 0 0 0 40px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#menu li.topmenu {
    float:left;
    display: list-item;
    text-align: -webkit-match-parent;    
}

.topmenu a {
        float:left;
        margin: 0 0 0 30px;
//        width:150px;
        text-align:center;
        
}

.topmenu ul{
        display:none;
}

.topmenu a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
//  width: 160px;
//  background: #68228B;
  z-index: -1;
  transform: skew(45deg);
  background: rgb(72,37,95);
}
//.topmenu a,
.submenua a{
        padding:15px;
        color:white;
        font-weight:bold;
        text-decoration:none;
        background: rgb(72,37,95);
        margin:0;
}

#menu19 a:hover::after {
//    background: rgb(72,37,95);
}

.submenua a{
        width:200px;
        margin: 0;
        padding: 0 0 0 10px;
        position:relative;
        clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
        color:white;
//        background-color:#BF7818 !important;
}

.topmenu:hover ul {
        display:block;
        z-index:500;
}

#menu19 ul{
    margin: 0 0 0 3px;
    padding: 0 0 0 150px;
    border: none;    
    outline: none;
    z-index: 1000;
    width:100%;
    font-size: 32px;
    line-height: 1.1em;
}

/*/*


.menu19
{
    margin: 0 0 0 3px;
    padding: 0 0 0 180px;
    border: none;    
    outline: none;
    z-index: 1000;
    width:100%;
    font-size: 32px;
    line-height: 1.1em;

//	width: 100%;
//	margin: 0;
//	padding: 10px 0 0 150px;
//	list-style: none; 
//  list-style-type: none; 
//	background: #111;
//	background: -moz-linear-gradient(#444, #111); 
//    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
//	background: -webkit-linear-gradient(#444, #111);	
//	background: -o-linear-gradient(#444, #111);
//	background: -ms-linear-gradient(#444, #111);
//	background: linear-gradient(#444, #111);
//	-moz-border-radius: 50px;
//	border-radius: 50px;
//	-moz-box-shadow: 0 2px 1px #9c9c9c;
//	-webkit-box-shadow: 0 2px 1px #9c9c9c;
//	box-shadow: 0 2px 1px #9c9c9c;
}

#menu19 ul li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu19 ul li a 
{
  font-family: 'CarbonBlock';
	float: left;
//	height: 25px;
	padding: 0 0 0 50px; 
  color: white;
//	text-transform: uppercase;
//	font: bold 12px/25px Arial, Helvetica;
//	text-decoration: none;
//	text-shadow: 0 1px 0 #000;    
}

.menu19 a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
//  background: #68228B;
  z-index: -1;
  transform: skew(45deg);
}

.menu19 li:hover > a
{
	color: white;
}

*html .menu19 li a:hover /* IE6 */
/*/*
{
	color: white;
}

.menu19 li:hover > ul
{
	display: block;
}

/* Sub-menu */
/*/*

.menu19 ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #451069;
//    background: -moz-linear-gradient(#444, #111);
//    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
//    background: -webkit-linear-gradient(#444, #111);    
//    background: -o-linear-gradient(#444, #111);	
//    background: -ms-linear-gradient(#444, #111);	
//    background: linear-gradient(#444, #111);
//    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
//    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
//    box-shadow: 0 0 2px rgba(255,255,255,.5);	
//    -moz-border-radius: 5px;
//    border-radius: 5px;
}

.menu19 ul ul
{
  top: 0;
  left: 150px;
    list-style: none;
}

.menu19 ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
//    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
//    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
//    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

.menu19 ul li:last-child
{   
//    -moz-box-shadow: none;
////    -webkit-box-shadow: none;
//    box-shadow: none;    
}

.menu19 ul a
{    
  padding: 10px;
//	height: 10px;
	width: 150px;
//	height: auto;
//    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html .menu19 ul a /* IE6 */
/*/*
{    
//	height: 10px;
}

.menu19 ul a:hover
{
  background: #6D5181;
//	background: -moz-linear-gradient(#04acec,  #6D5181);	
//	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
//	background: -webkit-linear-gradient(#04acec,  #6D5181);
//	background: -o-linear-gradient(#04acec,  #6D5181);
//	background: -ms-linear-gradient(#04acec,  #6D5181);
//	background: linear-gradient(#04acec, #6D5181);
color:white;
}

.menu19 ul li:first-child > a
{
//    -moz-border-radius: 5px 5px 0 0;
//    border-radius: 5px 5px 0 0;
}

.menu19 ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
//    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #FFF;
}

.menu19 ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
//    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #fff;
}

.menu19 ul li:first-child a:hover:after
{
    border-bottom-color: #fff; 
}

.menu19 ul ul li:first-child a:hover:after
{
    border-right-color: #fff; 
    border-bottom-color: transparent; 	
}


.menu19 ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
/*/*
.menu19:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .menu19            { zoom: 1; } /* IE6 */
/*/*
*:first-child+html .menu19 { zoom: 1; } /* IE7 */

/*/*
#wrapper ul{
   list-style: none;
}
               */
///////////////////////////////////////////
//////////////////ENDE MENU2019////////////
///////////////////////////////////////////

.invisible_ul ul{
  clear:both;
  margin: 0px;
  padding: 0 1px 0 1px;
  font-size: 12px;
  list-style: none;
  /*border:1px solid #EFEFEF;*/
  background-color:#323335;
  z-index:60;
  position:absolute;
  display: none;
}

.invisible_ul li{
  clear:both;
  margin:0 0 1px 0;
  padding:0;
  background:#3b4248;
  color:black;
  width:100px;  
  /*opacity:0.95; CSS3*/
  /*filter: alpha(opacity=95); Internet Explorer*/
  /*-moz-opacity: 0.95; Mozilla*/}
  
.invisible_ul li a{
  background:transparent;
  border:0px solid black;
  font-size:11px;
  text-align:left; 
  color:#d2d9df;
  width:85px;
  margin:0;
  padding:10px 5px 2px 10px;
  opacity:1; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 100; /*Mozilla*/}
  
.invisible_ul li a:hover{background:#3672b0;}  


/*SUBMENU*/
#listHolder{
    margin: 0 ;
    width: 100%;   
    font-size: 24px;                    
 }
  
#listHolder #box .absolute {
    height: 225px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 5;
//    display: none; 
}

.boxIndex {
    position: relative;
    width: 100%;    
}

.boxIndex .lvl {
    width: 100%;
    min-height: 225px;
    padding: 10px 0 10px 250px;
    box-sizing: border-box;
    position: absolute;
    background: rgb(255,255,255) url("img/menu/sub_re.png") 0 0 no-repeat; 
}

.boxIndex #one {
    z-index: 10;
//    padding: 0 0 0 200px;
    display: none; 
}

.boxIndex #two {
    z-index: 11;
//    padding: 0 0 0 200px;
    display: none; 
}

.boxIndex #three {
    z-index: 12;
    display: none;
//    padding: 0 0 0 200px; 
}

.boxIndex #four {
    z-index: 13;
    display: none;
//    padding: 0 0 0 200px; 
}

.submenu__headline{
 font-size: 26px;
 color: #68228B;
 border-bottom: 2px solid #68228B;
 padding-bottom: 3px;
 text-transform: uppercase;
 margin: 15px 0 15px 0 ;
 }
 
 
.submenu__headline a{
 font-size: 26px;
 color: #68228B;
 border-bottom: 2px solid #68228B;
 padding-bottom: 3px;
 text-transform: uppercase;
}

#submenu_a{
   color: #000;
//   font-size: 15px;
}

#submenu_a:hover{
   color: #68228B;
  border-bottom: 2px solid #68228B;
}
/*NEWS*/

#news_box{


}

#news_box .headline{

}

.news_header{
// height: 40px;
 padding: 0 0 10px 50px;
 font-size: 22px;
 color: #68228B;
 border-bottom: 2px solid #68228B;
// padding-bottom: 3px;
 text-transform: uppercase;
 background: transparent url("img/bg/wappen_1.png") 0 0 no-repeat;
 width: 60%;
 font-family: "Roboto Condensed",sans-serif;
}

.side_header{
// height: 40px;
 padding: 0 0 7px 0;
 font-size: 18px;
 color: #68228B;
 border-bottom: 2px solid #68228B;
// padding-bottom: 3px;
 text-transform: uppercase;
// background: transparent url("img/bg/wappen_1.png") 0 0 no-repeat;
 width: 60%;
 font-family: "Roboto Condensed",sans-serif;
}

#training {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

#training td, #training th {
    border: 1px solid #ddd;
    padding: 8px;
}

#training tr:nth-child(even){background-color: #f2f2f2;}

#training tr:hover {background-color: #ddd;}

#training th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
}

#news_main{
  float:left;
  width:450px;
  min-height:545px;
  margin: 10px 0 0 0;
  padding:0;
  position:relative;
  background-color:rgb(50,50,50); 
  /*background-image:url(img/bg/bg_news1.jpg);*/
  border:1px solid rgb(100,100,100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  font-size:1em;
  }

#news_main_mobile{
  float:left;
  min-height:545px;
  margin: 10px 0 0 0;
  padding: 3px;
  position:relative;
  background-color:rgb(50,50,50); 
  /*background-image:url(img/bg/bg_news1.jpg);*/
  border:1px solid rgb(100,100,100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  font-size:1em;
  }

#news_main a{
color:white;
font-size:1.0em;
font-weight:bolder;
  }
  
#news_main h4{
  text-align: left;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size:1.5em;
  color:rgb(231,231,231);
  }  

.head_news{
margin: 2px 10px 0 10px;
padding: 5px 5px 5px 5px;
font-size:13px;
font-weight:bolder;
/*background-color:rgb(130,0,170);*/
  background:-moz-linear-gradient(top, #8200aa, #282e33); /* Firefox */
  background:-webkit-linear-gradient(top, #8200aa, #282e33); /* Safari, Chrome */
  background:-o-linear-gradient(top, #8200aa, #282e33); /* Opera */
  background:-ms-linear-gradient(top, #8200aa, #282e33); /* IE */
  background:linear-gradient(top, #8200aa, #282e33); /* W3C Standard */
text-align:left;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  border-top: 1px solid #555;}

.text_news{
  margin: 0px 10px 7px 10px;
  padding: 7px;
  font-size:12px;
  font-weight:normal;
  text-align:justify;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;}

#menu_news{
  width: 400px;
  float:left;
  margin: 10px 15px 10px 15px;
  padding: 2px 10px 2px 10px;
  position:relative;
  /*background-color:rgb(80,80,80); */
  border:0px solid rgb(100,100,100);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  border-radius:3px;
  font-size:10px;
  text-align:center;
  }
  
#menu_news_mobile{
  float:left;
  margin: 10px 15px 10px 15px;
  padding: 2px 10px 2px 10px;
  position:relative;
  border:0px solid rgb(100,100,100);
  font-size:25px;
  text-align:center;
  }
  
#menu_news_mobile a{
  margin: 5px 0 5px 0;
  padding: 0 5px 0 5px;
  position:relative;
  font-size:25px;
  color:rgb(211,211,211);
  }
  
#menu_news a{
  margin: 0;
  padding: 0 5px 0 5px;
  position:relative;
  font-size:10px;
  color:rgb(211,211,211);
  }
  
/* Bilder */
#pics_main{
  float:right;
  text-align:left;
  width:480px;
  height:340px;
  margin: 10px 0 0 0;
  padding:0;
  position:relative;
  'background-color:rgb(50,50,50);
  border:0px solid rgb(100,100,100);
  '-moz-border-radius:10px;
  '-webkit-border-radius:10px;
  '-khtml-border-radius:10px;
  'border-radius:10px;
  font-size:1em;
  }

#pics_main h4{
  text-align: center;
  margin: 2px 0 0 0;
  padding: 10px;
  font-size:1.5em;
  color:rgb(231,231,231);
  }
     
/*INHALT*/


#content {
  margin: 20px 0 10px 0;
  padding:0px;
  position:relative;
  text-align:left;
  line-height:115%;
  height: auto;
  background-color:rgb(255,255,255);
  color: #000;
}

#content_small {
  float:left;
  width:710px;
  position:relative;
  padding: 0 0 0 10px;
  text-align: justify;
}

#table{
 width: 100%;
 height: auto;
 margin:10px 0 0 0;
}

#table1{
 width: 100%;
 height: auto;
 margin:0;
}


#parttable{
   display:table;
   width:100%;
   margin:10px 0 10px 0;
}

#parttable1{
   display:table;
   width:100%;
   margin:0;
}


#parttable2{
   display:table;
    width: calc(100% - 100px);
   margin:10px 0 10px 0;
}


#part{
  display:table-cell;
  margin:0;
//  padding:5px;
  width: 25%;
//  background-color:rgb(0,31,63);
//  height: 500px;
  color: #FFF;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius:0%;
   cursor: pointer;
   border: thin solid #68228B;
}

#part100{
  display:table-cell;
  margin:10px 0 10px 0;
//  padding:40px;
  width: 100%;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align:middle;
}

#part100_1{
  display:table-cell;
  margin:0;
//  padding:40px;
  width: 100%;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align:middle;
}



#part70{
  display:table-cell;
  margin:10px 0 10px 0;
//  padding:5px;
  width: 68%;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align:top; 

}

#part70_1{
  display:table-cell;
  margin:0;
//  padding:5px;
  width: 68%;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align:top; 
//background-color: rgb(90,90,90);
//  vertical-align: middle;
//   min-height: 450px;
}

#part50{
  display:table-cell;
  margin:0;
  padding:20px;
  width: 49%;
  color: #000;
//  border:1px solid white;
//-webkit-box-shadow: 5px 5px 10px grey;
//-moz-box-shadow: 5px 5px 10px grey;
//box-shadow: 5px 5px 10px grey;
}

#part501{
  display:table-cell;
  margin:0;
//  padding:20px;
  width: 49%;
//  color: #000;
//  border:1px solid white;
//-webkit-box-shadow: 5px 5px 10px grey;
//-moz-box-shadow: 5px 5px 10px grey;
//box-shadow: 5px 5px 10px grey;
}


#part50_shadow{
  display:table-cell;
  margin:0;
  padding:20px;
  width: 49%;
  color: #000;
//  border:1px solid white;
-webkit-box-shadow: 5px 5px 10px grey;
-moz-box-shadow: 5px 5px 10px grey;
box-shadow: -5px -5px 10px grey, 5px 5px 10px grey;
}

#part50 p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
 color: rgb(90,90,90);
 font-size: 15px;
}

#part50 h3{
  margin:10px 0 10px 0;
  padding:10px;
  background-color:rgb(119,136,153);
  color: #FFF;
  border-radius:1%;
  text-align: center;
  font: 200 20px/1.5 Georgia, Times New Roman, serif;
  
}

#part30{
  display:table-cell;
  margin:0;
  padding:20px 10px 0 10px;
//  padding:20px;
//   width: calc(100%);
  width: 30%;
//  height: 500px;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
//    border:1px solid white;
}

#part25{
  display:table-cell;
  margin:0;
  padding:20px 10px 0 10px;
//  padding:20px;
//   width: calc(100%);
  width: 25%;
//  height: 500px;
  color: #000;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
//    border:1px solid white;
}

.pic_desc{
width: 100%;
margin: 10px;
padding:0;
position: relative;
overflow: hidden;

}

.pic_desc img {
    display: block;
    max-width: 100%;
  
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pic_desc:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }

.title{
//    background-color: white;
    background-color: hsla(0, 0%, 100%, 0.7);
    position: absolute;
    bottom: 30px;
    width: 65%;
    line-height: 1.5em;
    font-size: 34px;
    text-align: center;
    font-weight: 2000;
    color: rgb(72,37,95);
    display: none; //Deaktiviert
//    text-shadow: 2px 2px rgb(200,200,200);
//    z-index:8;
}

//.tooltip span.info_full{display:none;}
span.info_full{
  display:block;
  position:absolute; 
  width:100px; 
  margin:0 0 0 -40px;
  z-index:99;
 }

.date{
//    background-color: rgb(72,37,95);
    background-color: hsla(276, 43.9%, 25.9%, 0.6);
    position: absolute;
    bottom: 90px;
    left:30px;
    width: 30%;
    line-height: 1.1em;
    font-size: 26px;
    text-align: center;
    font-weight: 1000;
    color: white;
      display: none; //Deaktiviert
//    text-shadow: 2px 2px rgb(200,200,200);
//    z-index:8;
}

.date_news{
    background: rgb(72,37,95); 
    position: relative; 
    overflow: hidden; 
    color: white;
    font-size: 20px;
    line-height: 1.1em;
    width: 100%;
    padding:5px 50px 5px 5px;
   }
.date_news:before 
   { 
    content: ''; 
    position: absolute; 
    top: -40px;
    right: -30px; 
    width: 90px; 
    height: 60px; 
    background: rgb(90,90,90); 
    transform: rotate(50deg);
   }
   
.date_news_d{
    background: rgb(72,37,95); 
    position: relative; 
    overflow: hidden; 
    color: white;
    font-size: 20px;
    line-height: 1.1em;
    width: 100%;
    padding:5px 50px 5px 5px;
   }
.date_news_d:before 
   { 
    content: ''; 
    position: absolute; 
    top: -40px;
    right: -30px; 
    width: 90px; 
    height: 60px; 
    background: rgb(66,66,66); 
    transform: rotate(50deg);
   }   
   
   
.categorie_news{
  margin:6px 0 0 0;
  padding: 0 0 0 10px;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
}   
   
.title_news{   
  margin:4px;
  padding: 0 0 0 6px;
 color: white;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-size: 15px;

}

#games{
    background: rgb(90,90,90); 
    position: relative; 
    overflow: hidden; 
    color: white;
    font-size: 32px;
    line-height: 1.1em;
    width: 100%;
    padding:5px 5px 5px 180px;  
    margin: 0 0 0 -80px;  
}

#lastgames{
    color: white;
    font-size: 32px;
    line-height: 1.1em;
    width: 100%;
    padding:5px 5px 5px 180px;  
    margin: 0 0 0 0;
    float:rigth;  
}

#games::before{
    content:url(img/menu/trenner_highline_re.png);
    position: absolute; 
    top: 0px;
    right: -30px; 
//    width: 120px; 
//    height: 80px; 
//   background: rgb(66,66,66); 
//     background: #F00; 
//    transform: rotate(50deg);    
}


#games::after {
    position: absolute;
    top: 0;
    left: 0px;
    content:url(img/menu/trenner_highline_li.png);    
}

#headline_content{
    background: rgb(90,90,90); 
    position: relative; 
    overflow: hidden; 
    color: white;
    font-size: 32px;
    line-height: 1.1em;
    width: 100%;
    padding:5px 5px 5px 180px;  
    margin: 0 0 0 -80px;  
}

.h1_a {
    color: white;
    font-size: 0.9em;
    text-align: left;
    margin: 0px;
    padding: 0px; 
    line-height: 100%;
    font-weight: lighter;
}

H1.h1_b {
    color: black;
    font-size: 1.6em;
    text-align: center;
    margin: 0px;
    padding: 6px; 
    line-height: 100%;
    font-weight: lighter;
    width: 100%;
}
p.normal_text_cent{
  font-size: 0.9em;
  color: black;
  text-transform: capitalize;  
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.normale_schrift_sw{
  font-size: 0.9em;
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#headline_content::before{
    content:url(img/menu/trenner_highline_re.png);
    position: absolute; 
    top: 0px;
    right: -30px;   
}

#headline_content::after {
    position: absolute;
    top: 0;
    left: 0px;
    content:url(img/menu/trenner_highline_li.png);    
}


#part a{
   height: 100%;
   font-size: 1.0em;
}

#partfooter{
  display:table-cell;
  margin:0;
  padding:20px;
  width: 30%;
  background: transparent;
  color: #FFF;
  opacity:1.0; /*CSS3*/
  filter: alpha(opacity=100); /*Internet Explorer*/
  -moz-opacity: 1.00; /*Mozilla*/
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius:0%;
  font-size: 15px;
}

#partfooter a:hover{
  color: rgb(192,32,0);
}

#partspace{
  display:table-cell;
  margin:0;
  padding:0;
  width: 1%;
  background-color:rgb(255,255,255);
//  height: 500px;
  color: #FFF;
}      

#partspacet{
  display:table-cell;
  margin:0;
  padding:0;
  width: 1%;
  background-color:transparent;
  color: #FFF;
}

#partspacepx{
  display:table-cell;
  margin:0;
  padding:0;
  width: 1%;
  background-color:rgb(60,60,60);
//  height: 500px;
  color: #FFF;
}  

#partspacefooter{
  display:table-cell;
  margin:0;
  padding:0;
  width: 1%;
  background: transparent;
  color: #FFF;
}

#part p{
  font-family: Share,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin: 10px 0 10px 0;
  text-shadow: 2px 2px rgb(100,100,100);
}

#part:hover {
  opacity:0.9; /*CSS3*/
  filter: alpha(opacity=90); /*Internet Explorer*/
  -moz-opacity: 0.9; /*Mozilla*/
   border-radius:5%;
  }

#part h1{
  font-family: Share,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 34px;
   text-align: center;
   text-shadow: 2px 2px rgb(100,100,100);
}

#player_profile{
    width:220px;
    position: relative; 
    float: left;
    color: white;
    padding:5px;  
    margin: 25px; 
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#player_position{
    background: rgb(90,90,90); 
    position: relative; 
    float: left;
    color: white;
    padding:5px;  
    margin: 0;  
    width:100%;
    text-align: center;
}

#player_image{
    //background-image: url(img/heads/no_pic_av.jpg);
    position: relative; 
    padding:0;  
    margin: 0;  
}

#player_name{
    background: rgb(69,16,105); 
    position: relative; 
    color:white;
    padding:5px;  
    margin: 0;  
    width:100%;
    text-align: center; 
    height: 65px;
    
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }



#footer{
    clear: both;
    width: 100%;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    margin: 10px 0 0 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
//   border: 1px solid rgb(255,0,0); 
	}
  
#footer a{
  width: 100%;
  color:#FFF;
  font-size:15px;
	}
 	
#footer #copyright{
	margin: 10px;
  padding: 4px 5px 4px 5px; 
	position: relative;
  text-align: center;
  font: italic normal bold medium bold ;
	}

/* Content-Text-Formate*/
  
#content ul{
// list-style-image: url(img/ul.png);
 font-size: 12px;
 font-family:Arial,Helvetica,sans-serif;
 margin: 5px 25px 5px 0;
 padding: 0 25px 0 30px; 
 text-align:justify;
}	

#right_cont{
  width:200px;
  float:right;
  margin:10px 0 0 0;
  position:relative;
  }
  
#right_cont_head{
  font-size:14px;
  text-align:center; 
  font-weight:bold;
  margin:0;
  padding:8px;
  line-height:20px;
  height:25px;
  background: #EEEEEE;
  border:1px solid #EEEEEE;
  position:fixed;
  width:183px;
  color:#AAA;
}

#right_cont_desc{
  border:1px solid #fff;
  margin:47px 0 0 0;
  padding:8px;
  font-size:11px;
  font-weight:normal;
  position:fixed;
  width:183px;
}

#failed{
  position: absolute;
  top:50px;
  left:20%;
  z-index:5000;
  background-color: #000;
  width:60%;
  height:auto;
  padding: 10px;
  color:white;
  background: #000 url(img/sonstiges/failed.png) center center no-repeat;
  border:3px solid #FFF;
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius:10px; /* Safari, Chrome */
  -khtml-border-radius:10px; /* Konqueror */
  border-radius:10px; /* CSS3 */
  text-align:justify;
  font-family: "Times New Roman", Times, serif;
  
  }

#ok{ 
  position: absolute;
  top:50px;
  left:20%;
  z-index:5000;
  background-color: #000;
  width:60%;
  height:auto;
  padding: 10px;
  color:white;
  background: #000 url(img/sonstiges/ok.png) center center no-repeat;   
  border:3px solid #FFF;
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius:10px; /* Safari, Chrome */
  -khtml-border-radius:10px; /* Konqueror */
  border-radius:10px; /* CSS3 */
  text-align:justify;
  font-family: "Times New Roman", Times, serif;
  }
  
#close{
color:white;
position:absolute;
bottom:5px;
right:10px
}

#cID{
margin: 10px;
padding:50px;
font-size:1.2em;
line-height: 150%;
font-style: italic;
}


/*Main-Sites*/
 
.recom{background-color: rgb(0,0,0);border:1px solid #fff;width:120px;height:20px;color:white;}
.recom:hover{background-color: rgb(100,100,100);border:1px solid #f00;}

/*Artikel*/
#full_artikel{
  float:left;
  width:650px;
  margin: 10px 0px 10px 0px;
  padding: 20px;
  position:relative;
  background-color:rgb(50,50,50);
  border:1px solid rgb(100,100,100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  text-align:jusitfy;
  line-height: 125%;
}

#full_artikel h4{
  text-align: center;
  margin: 2px 0 0 0;
  padding: 10px;
  font-size:1.4em;
  color:rgb(231,231,231);
}

#andere_artikel{
  float:right;
  width:220px;
  margin: 10px 0px 10px 0px;
  padding: 25px 5px 25px 5px;
  position:relative;
  background-color:rgb(70,70,70);
  border:1px solid rgb(100,100,100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  }
  
#full{
  float:left;
  width:100%;
  margin: 10px 0px 10px 0px;
  padding: 20px;
  position:relative;
//  background-color:rgb(50,50,50);
  border:1px solid rgb(100,100,100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  text-align:justify;
//  line-height:125%;  
}

#full h4{
  text-align: center;
  margin: 2px 0 0 0;
  padding: 10px;
  font-size:1.2em;
  color:rgb(231,231,231);
}

#full a{
  font-size:1.0em;
  color:rgb(190,0,255);
}

#full a:hover{
  font-size:1.0em;
  color:rgb(255,255,255);
}

#vorladen{
  display:none;
  }

#laden{
  margin:10px;
  padding:10px;
  font-size:12px;
  color: white;
  display:block;
  text-align:center;
  width:880px;
  }

#loader {
      width: 110%;
      height: 100%;
      background-image: url(img/sonstiges/wait.gif);
      background-repeat: no-repeat;
      background-color: rgb(255,255,255);
      background-position: 50% 0%;    
      margin: 0;
      z-index: 999999;
      position: absolute;
      visibility: visible;
}
  
#anmelden:hover{
color: rgb(80,80,80);

} 

#login_btn{
margin:2px 0 2px 0;
padding:3px;
background:transparent;
color:white;
border:1px solid white;
}

#login_btn:hover{
background-color: rgb(0,173,239);
color: rgb(60,60,60);
border:1px solid white;
}       

#line{
width:100%;
margin: 0 auto;
padding:0;
height:3px;
background: url(img/sonstiges/h_3.png) repeat-x 0 100%;
}  

#module{
//  width:100%;
   width: calc(100% - 100px);
  
  margin: 20px;
  padding: 15px;
}    

.moduledetail{
  width:100%;
  margin: 20px;
  padding: 15px;
  display:none;
}            

#module .modulecard img{  
  float: left;
  margin: 15px;
  }     
  
#module .modulecard{
  margin:0 auto;
  width:100%;
  text-align:center;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px;
  background-image: -ms-linear-gradient(top,#ffcb69 0%,#f0a733 50%,#ffb730);
	background: -moz-linear-gradient(top,#ffcb69 0%,#f0a733 50%,#f2a324 92%,#ffb730);
	background: -webkit-gradient( linear, left top, left bottom,from(#ffcb69),color-stop(0.50, #f0a733),color-stop(0.92, #f2a324),to(#ffb730));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #965F06;
	-moz-box-shadow:0px 1px 1px rgba(000,000,000,0.5),	inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:	0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow: 1px 1px 2px rgba(000,000,000,0.7),0px 1px 0px rgba(255,255,255,0.4);
}

#module .datasheet{
float: right;
width: 125px;
margin: 25px 0 20px 0;
padding:10px;
text-align: center;
position: relative; 
text-shadow: 1px 1px 2px rgba(000,000,000,0.7),0px 1px 0px rgba(255,255,255,0.4);
box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
//font-family: Arial, Helvetica, sans-serif;   
//-webkit-transform: rotate(-90deg); 
//-moz-transform: rotate(-90deg);
//transform: rotate(-90deg);
//-ms-transform: rotate(-90deg); /* IE 9 */
border: 2px solid #555;
}


#content ul.li_01 {
 list-style-type: disc;
 width: calc(100% - 100px);
 font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
 border-left: 5px solid red;
 background-color: #f1f1f1;
 padding: 10px 20px;
 color: black;
}

#content ul.li_01 li{
 padding: 4px;
 border-bottom: 1px dashed #999999;
 margin:0;
 font-size:16px;
 font-family:Arial,Helvetica,sans-serif;
 overflow: auto;
}

#content ul.li_01 li:hover{
 background-color: rgb(200,200,200);
}

#content ul.li_01 li:last-child{ 
border-bottom: none;
}

#content ul.li_02 {
 list-style-type: disc;
 list-style-image:url('img/content/haken_s.png');
 width: calc(100% - 100px);
// border-left: 5px solid red;
 background-color: #f1f1f1;
 padding: 10px 0 10px 30px;
 color: black;

}

#content ul.li_02 li{
 padding: 10px;
 border-bottom: 1px solid #999999;
// margin-left:20px;
 font-size:18px;
 font-family:Arial,Helvetica,sans-serif;
  overflow: visible;
}

#content ul.li_02 li:hover{
 background-color: rgb(200,200,200);
}

#content ul.li_02 li:last-child{ 
border-bottom: none;
}


#sponsoren_neu{
  float:left;
  width:100%;
//  min-height: 395px;
  margin: 10px 0px 10px 0px;
  padding: 0px ;
  position:relative;
/*  background-color:rgb(90,90,90);*/
//  background-image:url(img/bg/thx.png);
//  background-repeat:no-repeat;
//  border:1px solid rgb(100,100,100);
//  -moz-border-radius:10px;
//  -webkit-border-radius:10px;
//  -khtml-border-radius:10px;
//  border-radius:10px;
//  font-size:16px;
//  line-height:110%;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#visitenkarten{
margin: 30px 0px 0px 0px;
padding: 5px;
//min-height: 180px;
position: relative;
//background: transparent url(img/Sponsoren_Logos/visitenkarten/vk_001.png) 0 0 no-repeat;  
//  border:3px solid rgb(100,100,100);
//  -moz-border-radius:10px;
//  -webkit-border-radius:10px;
//  -khtml-border-radius:10px;
//  border-radius:10px;
}



#vk_001{
margin: 0px 0px 0px 0px;
padding: 120px 0 20px 0px;
min-height: 70px;
min-width: 335px;
position: relative;
background:transparent url(img/Sponsoren_Logos/visitenkarten/euroimmun.jpg) 0 8px no-repeat;
float:left;
font-size: 16px;
color: rgb(90,90,90);
//font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
}

#vk_002{
margin: 10px 0px 0px 0px;
padding: 120px 0 20px 0px;
min-height: 70px;
min-width: 335px;
position: relative;
background:transparent url(img/Sponsoren_Logos/visitenkarten/sparkasse_on.png) 0 8px no-repeat;
float:left;
font-size: 16px;
color:rgb(90,90,90);
//font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
}

#vk_003{
margin: 10px 0px 0px 0px;
padding: 120px 0 20px 0px;
min-height: 70px;
min-width: 335px;
position: relative;
background:transparent url(img/Sponsoren_Logos/visitenkarten/kattenbeck.jpg) 0 8px no-repeat;
float:left;
font-size: 16px;
color: rgb(90,90,90);
//font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
}

.css-arrow-right:after{
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  border: 0 solid transparent;
  border-right: .5rem solid black;
  border-bottom: .5rem solid black;
  transform: rotate(-45deg);
}

.css-arrow-left:before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 0 solid transparent;
  border-right: .4rem solid black; 
  border-bottom: .4rem solid black;
  transform: rotate(135deg);
}

.css-arrow-left:hover{
//  border-right: .5rem solid grey; 
//  border-bottom: .5rem solid grey; 
}

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.img_right { float: right; margin-left: 2.5em; }
.p_c_right {clear: right; }

.h2_clear{
 clear: both;
  margin-top: 2em;
// margin: 10px;
}

#games_arrow-left{
margin: 0px;
padding: 120px 0 0px 0px;
min-height: 70px;
//width: 2rem;
height: 100%;
position: relative;
float:left;
}

#games_arrow-right{
margin: 0px;
padding: 120px 0 0px 0px;
min-height: 70px;
//width: 2rem;
//height: 100%;
position: relative;
float:right;
}


#coming_game_01{
  margin: 5px;
  padding: 0px 0px 0px 0px;
  position: relative;
  border: 1px solid rgb(72,37,95);
  float:left;
  width:80%;
}

#result_game_01{
  margin: 5px;
  padding: 0px 0px 0px 0px;
  position: relative;
  border: 1px solid rgb(72,37,95);
//  float:left;
  width:50%;
  margin-left: auto;
  margin-right: auto;
}

#coming_game_01 h1{
  margin:0;
  padding: 10px 0px 10px 0px;
  font-size: 25px;      
  color: #FFF;
  text-transform: capitalize;  
  background-color: rgb(66,66,66);
  width:100%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#result_game_01 h1{
  margin:0;
  padding: 10px 0px 10px 0px;
  font-size: 25px;      
  color: #FFF;
  text-transform: capitalize;  
  background-color: rgb(66,66,66);
  width:100%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#coming_game_01 h2{
  margin:0;
  padding: 10px 0px 10px 0px;
  font-size: 25px;
  color: #FFF;
//  text-transform: capitalize;  
  background-color: rgb(72,37,95);
  width:100%;
  text-align: center;
   clear: both;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   
}

#wappen_01{
  margin:25px 0px 25px 0px;
  padding: 10px 0px 10px 0px;
  width:40%;
  text-align: center;
  position: relative;
  float:left;
}

#wappen_02{
  margin:25px 0px 25px 0px;
  padding: 10px 0px 10px 0px;
  width:40%;
  text-align: center;
  position: relative;
  float:left;
}

#doubledot{
  margin:25px 0 25px 0;
  padding: 25px 0 10px 0;
  width:18%;
//  height: 125px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  float:left;
  font-size: 40px;
  color: rgb(66,66,66);
  font-weight: 900;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#report{
 margin: 20px 0 20px 0;
 font-family:Georgia, Times, "Times New Roman", serif;
 color: black;
 font-size:1.1em;
 text-align: justify;
line-height: 115%;
}

#coming_game_02{
  margin: 5px;
  padding: 0px 0px 0px 0px;
  position: relative;
  border: 1px solid rgb(72,37,95);
  float:right;
  width:80%;
}

#coming_game_02 h1{
  margin:0;
  padding: 10px 0px 10px 0px;
  font-size: 25px;
  color: #FFF;
  text-transform: capitalize;  
  background-color: rgb(66,66,66);
  width:100%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#coming_game_02 h2{
  margin:0;
  padding: 10px 0px 10px 0px;
  font-size: 25px;
  color: #FFF;
//  text-transform: capitalize;  
  background-color: rgb(72,37,95);
  width:100%;
  text-align: center;
   clear: both;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   
}

#wappen_03{
  margin:25px 0px 25px 0px;
  padding: 10px 0px 10px 0px;
  width:40%;
  text-align: center;
  position: relative;
  float:left;
}

#wappen_04{
  margin:25px 0px 25px 0px;
  padding: 10px 0px 10px 0px;
  width:40%;
  text-align: center;
  position: relative;
  float:left;
}



.marquee {
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
        font-size: 1.5em;
        padding: 50px 0 10px 0;
        font-family: Arial, sans-serif;
		/* hier evtl. noch font-size, color usw. */
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
		animation: marquee 5s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}