
/* 
    Created on : 02.06.2022, 23:27:46
    Author     : admin
*/
body{
    background: #C9C9C9;
}

.Headline{
    position:fixed;    
    left:0px;
    right:0px;
    top:0px;
    height:76px;
    border-bottom:2px solid #000000;
    border-top:2px solid #000000;
    color:#FFFFFF;



    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0082e5+0,2989d8+87,1e5799+100 */
    background: #0082e5; /* Old browsers */
    background: -moz-linear-gradient(top, #0082e5 0%, #2989d8 87%, #1e5799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0082e5 0%,#2989d8 87%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0082e5 0%,#2989d8 87%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082e5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */


}

.Headline table{
    padding:4px;
    padding-top:12px;
    padding-left:8px;
    font-weight:bold;
    color:#FFFFFF;
    letter-spacing:1pt;word-spacing:0pt;
    font-size:24px;
    text-align:left;
    font-family:arial black, sans-serif;
    yfont-family:trebuchet MS, sans-serif;
    line-height:1;
    white-space:nowrap;
    text-shadow: 1px 1px 3px rgba(255, 255,255, 0.85);
}
.Headline table input{
    border:1px solid red;
    border-radius:4px;
    font-size:12px;
    padding:3px;
    margin:3px;

}

@media screen and (min-width: 580px) and (max-width: 800px) {	
    .Headline table{		
        font-size:16px;
    }

}
@media screen and (min-width: 340px) and (max-width: 580px) {	
    .Headline table{		
        font-size:16px;
    }
}
@media screen and (min-width: 20px) and (max-width: 340px) {	
    .Headline table{		
        font-size:15px;
    }
    .Headline_Jahr{       
        font-size:8px;

    }

}
.Headline span{
    display:inline-block;
    padding:12px;
    font-size:24px;
    float: left;
}

@media screen  {
    .headwave_screen{
    }   
    .headwave_print{
        display:none;
    }   
}
@media print  {
    .headwave_screen{
        display:none;
    }   
    .headwave_print{
    }   
    .Headline{
        border:none;
        height:32px;
        position:initial;
    }
    .Headline table div{
        display:none;
    }
}

.btn_search {       
    cursor:pointer;
}    
.btn_search:hover {       
    cursor:pointer;
    color:#E0E0FF;    
}    

.btn_select {       
    cursor:pointer;
}    


.Menue{
    position: fixed;
    left:0px;
    top:80px;
    bottom:0px;
    width:180px;
    border-right:2px solid #808080;
    padding:5px;
    margin-right:4px;

    font-weight:normal;
    color:#000000;
    xletter-spacing:1px;    
    font-size:16px;
    text-align:left;

    font-family:trebuchet MS, sans-serif;
    line-height:1;
    overflow-x: hidden;
    overflow-y:auto;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+87,28343b+100 */
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 87%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249,249,249,1) 87%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249,249,249,1) 87%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#28343b',GradientType=1 ); /* IE6-9 */
}
.MenuSelect{
    color:#800000;
    border-left:2px solid red;

}
@media print {
    .Menue{
        display:none;
    }
}

.menu_mob{
    display:none;
    cursor:pointer;
    margin-right:20px;
    border-radius:3px;
    border:1px solid #C0C0C0;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;

}



.Menue0 {
    display:inline-block;
    width:100%;
    margin-top:2px;
    padding:3px;
    padding-bottom:4px;
    padding-top:14px;
    border-top:1px dotted #C9C9C9;
    cursor:pointer;    
    font-size:16px;
    font-weight: bold;
}
.Menue1 {
    display:inline-block;
    width:100%;

    padding-left:12px;
    padding-bottom:3px;
    padding-top:3px;
    font-size:14px;
    cursor:pointer;
    border-top:1px dotted #C9C9C9;

}

.Menue span:hover {
    background: #202020;
    color:#FFFFFF;
    opacity: 0.8;
}





.context{
    position:absolute;
    left:205px;
    top:85px;
    right:8px;
    max-width: 1200px;

}
@media print {
    .context{    
        left:8px;
        top:85px;
        right:8px;
    }

}




.footer{
    display: block;

    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 13%, rgba(0,130,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 13%,rgba(0,130,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 13%,rgba(0,130,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0082e5',GradientType=0 ); /* IE6-9 */
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing:1pt;
    word-spacing:0pt;
    font-size:14px;    
    font-family:trebuchet MS, sans-serif;
    line-height:1.3;
    text-shadow: 1px 1px 3px rgba(255, 255,255, 0.85);
}
@media print {
    .footer{
        border-top:2px solid black;
    }
}

.footer div{
    white-space:nowrap;        
    padding:9px;
    padding-right:40px;
    margin:4px;

    vertical-align: bottom; /* here */
}

.botton_frame{
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #808080;
    border-right:1px solid #808080;
}

.MAIL{
    background:#4040FF;
    border-radius:4px;

    cursor:pointer;    
    padding:1px;
    padding-left:3px;
    padding-right:3px;
    margin:1px;
}
.MAIL:hover{
    background:#000080;
}

.bottom_mark{
    position:absolute;
    display:inline-block;
    right:10px;
    width: 0; height: 0; 
    border-bottom: 24px solid red; 
    border-left: 24px solid transparent; 
}



.prodlist{    
    padding:10px;
    background: #FFFFFF;
    xtext-align: center;
    width:95%;


}
.prodlist_head{
    position: -webkit-sticky;    
    position: sticky;
    opacity: 0.9;
    width:100%;
    top:80px;
    padding:4px;
    border-top:2px solid #C9C9C9;
    color:#FFFFFF;    
    z-order:150000;


    height:34;
    font-size:24px;    
    font-weight: bold;
    font-family:trebuchet MS, sans-serif;
    line-height:0.9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0082e5+0,2989d8+87,1e5799+100 */
    background: rgb(0,130,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,130,229,1) 0%, rgba(41,137,216,1) 87%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,130,229,1) 0%,rgba(41,137,216,1) 87%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,130,229,1) 0%,rgba(41,137,216,1) 87%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082e5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
.prodlist_head_select{
    cursor:pointer;
    border:1px solid #C9C9C9;
    border-radius:3px;
}
.prodlist_head_select:hover{
    background:rgb(130,160,229);
}
.prodlist_head div{
    font-size: 12px;
    font-weight: normal;
    color:#F0F0F0;
}
.prodlist_prod{
    vertical-align: top; 
    width:45%;
    padding:10px;
    margin:4px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #808080;
    background: #FFFFFF;
    cursor:pointer;
}
.prodlist_prod:hover{
    border:3px solid #202020;
    padding:8px;
    margin:4px;
}
@media screen and (max-width: 1000px) {	
    .prodlist_prod{
        width:90%;
    }

}

.prodlist_prod table{
    font-size:12px;    
    font-family:trebuchet MS, sans-serif;
}
.prodlist_go{
    border:solid 1px #008000;
    border-radius:2px;
    background:#008C00;
    color:#FFFFFF;font:0.8em Verdana, Arial, Helvetica, sans-serif;padding:1px;margin-top:8px;
}
.prodlist_go:hover{
    background:#004000;
}

@media print  {
    .prodlist_prod{
        width:300px;
        padding:4px;
        margin:4px;
        page-break-inside:avoid;
    }
    .prodlist_prod table{
        font-size:10px;    

    }
    .prodlist_head{
        color:#000000;
        position: relative;
        display:inherit;
        top:auto;
    }
}


a{
    text-decoration: none;
}


.waiter{
    xdisplay:none;
    align:center;
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    z-index:9999;
    background:#FFFFFF;
    opacity: 0.7;
    font-size:36px;                
    font-weight:bold;
    color:#FFFFFF;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.sk-circle {

    position:relative;;
    margin: 50px auto;
    width: 400px;
    height: 400px;


}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



.WebPage{
    border:1px solid #404040;
    background: #FFFFFF;
    padding:10px;
    padding-left:20px;

    xfont-family:trebuchet MS, sans-serif;   
    xfont-family:"Trebuchet MS", Helvetica, sans-serif;
    font-family:"Verdana";

    font-size:12px;    
    color:#000000;

}
.WebPage br{    
    display: block;    
}
.WebPage li{
    padding-left:4px;
    margin-left:20px;
    padding-top:4px;
    padding-bottom:4px;
    list-style-image: url(../img/redq.gif);    
    letter-spacing:0pt;word-spacing:1pt;
    line-height:1;    
    color:#000000;    
    font-size: 14px;
    border-left:1px dotted rgba(100,100,100,0.3);
}


.WebPage_TopTxt{    
    font-family:trebuchet MS, sans-serif;   
    font-size:24px;    
    background: #000000;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    color:#FFFFFF;
    opacity: 0.7;

}
.WebPage_TopTxt span{
    font-size:16px;    
}
.WebPage_Headline{
    font-size:22px;    
    font-weight: bold;
    padding-top:10px;
    margin-bottom:10px;
    border-top:1px dotted #C9C9C9;

}
.WebPage_Headline_SUB{
    font-size:16px;    
    font-weight: bold;

    padding-top:8px;    
    color:#004000;
    display:inline-block;
    border-bottom:1px solid #004000;
}
.WebPage_Headline br{
    margin:10px;

}

.WebPage_Headline_Img {
    display:inline-block;
    padding:5px;

    align-content: center;
    width:100%;    
    max-height:300px;
}
.WebPage_Img{
    float:right;    
    xborder-radius:10px;
    padding-left:20px;
    padding-bottom:20px;
    display:inline-block;
}


.WebPage_Image{
    width:100%;


}
.WebPage_ImgCont{
    background-repeat:no-repeat;
    background-size: contain;
    border:2px solid #F0F0F0;
    border-radius: 3px;
    display:inline-block;    
    height: 350px;
    width:350px;
    background-position:center bottom;

}
.WebPage_ImgTmbGrp{
    max-width:350px;
    border-top:1px solid #C9C9C9;
}
.WebPage_ImgTmb{
    border-radius:2px;
    border:1px solid #000000;   
    padding:3px;
    margin:3px;
    cursor:pointer;
}
.WebPage_ImgTmb:hover{
    border:3px solid #FF0000;   
    padding:1px;
    marging:1px;
}
.WebPageIntroImg{
    background-repeat:no-repeat;
    background-size: cover;
}
.WebPageIntroImg br {
    display:initial;
}

@media screen and (min-width: 1300px) {	
    .WebPage_Into_Img{

        display:inline-block;
        padding:5px;

        align-content: center;

        xmax-height:800px;
        min-height:600px;    
        width:99%;
        background-size: contain;
        background-repeat:no-repeat;

    }
    .WebPage_Image{
        xwidth:400px;
        height:150%;

    }
}
@media screen and (min-width: 0px) and (max-width: 1300px) {	
    .WebPage_Into_Img{

        display:inline-block;
        padding:5px;

        align-content: center;

        max-height:500px;
        min-height:500px;    
        width:99%;
        background-size: cover;
        background-repeat:no-repeat;

    }
}
.WebPage_Into_Txt{
    background: #FFFFFF;
    opacity: 0.5;
    color:#000000;
    font-family:trebuchet MS, sans-serif;   
    font-size:24px; 
    font-weight: bold;
    padding:30px;
}
.WebPage_Doc_1{
    letter-spacing:1px;word-spacing:0pt;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:1.2;


}



.WebPage_Doc_1 br{
    margin:4px;
}


.WebPage_Doc_2{
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    letter-spacing:1pt;
    word-spacing:0pt;
    line-height:1.4;
    -moz-column-count:         2;
    -webkit-column-count:      2;
    column-count:              2;

    -moz-column-gap:           2em;
    -webkit-column-gap:        2em;
    column-gap:                2em;    
}



@media screen and (min-width: 2400px) {
    .WebPage_Doc_1{
        padding-left:20px;
        padding-top:10px;
        padding-bottom:10px;
        letter-spacing:1pt;
        word-spacing:0pt;
        line-height:1.2;
        -moz-column-count:         2;
        -webkit-column-count:      2;
        column-count:              2;

        -moz-column-gap:           2em;
        -webkit-column-gap:        2em;
        column-gap:                2em;    
    }
    .WebPage_Doc_2{
        -moz-column-count:         3;
        -webkit-column-count:      3;
        column-count:              3;
    }
}

.WebPage_Technik{
    padding:10px;
    letter-spacing:1px;word-spacing:0pt;
    color:#002000;
    font-size:12px;
}
.WebPage_Technik_HeadLine{

}
.WebPage_Technik_HeadLine TD{
    border-bottom:2px solid #404040;
    border-left:2px solid #404040;
}
.WebPage_Technik_HeadLine TD:nth-child(1){
    border-left:0px solid #404040;

}
.WebPage_Technik_Line{

}
.WebPage_Technik_Line TD{
    padding-top:2px;
    padding-bottom:2px;
    border-bottom:1px dotted #404040;
    border-left:2px solid #404040;
}
.WebPage_Technik_Line TD:nth-child(1){
    border-left:0px solid #404040;
}    
.WebPage_Technik_Name{
    font-weight: bold;
    color:#008000;
}
.WebPage_Technik_value{
    font-weight: bold;
    color:#008000;
}

WebPage_Block{
    border:1px solid red;
    display:inline-block;
}



.WebPage_ProduktMap_Brand{
    display:inline-block;
    color:#808080;
    border:1px solid #C9C9C9;
    border-radius:4px;
    padding:2px;
    padding-right:4px;
    padding-left:4px;
    font-style: italic;
}
.WebPage_ProduktMap_Head{
    font-weight:bold;
    color:#800000;
    font-size:16px;
    padding-bottom:3px;
    border-bottom:dotted 2px #808080;

}
.WebPage_ProduktMap_Text{
    padding-top:8px;
    font: 1.1em Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 1.4;
}
.WebPage_ProduktMap_Link{

}


.Table_BestNr{
    padding-right:10px;    
    display:inline-block;    

}
.Table_BestNr H4{

    font-size:12px;    
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0;    
}
@media screen and (min-width: 0px) and (max-width: 600px) {	

    .WebPage_Doc_1{
        xdisplay: inline-block;
        border-top:2px solid #808080;
        clear: both; float: left; display: block; 
    }
    .WebPage_Img{
        text-align: center;
        clear: both; 
        float:none;
        display: block;

    }
    .WebPage_ImgTmbGrp{
        text-align: center;

        float:none;
        display: inline-block;
        max-width:100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {	
    .WebPage_Doc{
        -moz-column-count:         1;
        -webkit-column-count:      1;
        column-count:              1;

    }

}

.Tab_Headline{
    position: -webkit-sticky;    
    position: sticky;
    top:120px;
}

.TAB{
    xborder-top:1px solid #000000;
    xborder-right:1px solid #000000;
    xborder-left:1px solid #000000;
    xborder-bottom:1px solid #FFFFFF;
    xbackground:#FFFFFF;
    padding-right:5px;
    padding-left:5px;
    padding-top:2px;
    margin-right:10px;
    margin-left:2px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:trebuchet MS, sans-serif;   
    font-size:16px;    
    user-select: none;-moz-user-select: none; -webkit-user-select: none;-ms-user-select: none;
}
.TAB:hover{
    color:#202020;
    background:#FEFEFE;

}


.Tab_Cont{
    background:#FFFFFF;
    padding:3px;
    margin-left:2px;    
    display:none;
    border-bottom:2px solid #1B87DC;
    right:20px;
}

.SearchResult{
    padding:8px;
    background: #FFFFFF;
    border:1px solid res;
    font-family:trebuchet MS, sans-serif;   
    font-size:16px;    
}
.SearchResult_ArtNr{
    font-size:10px;    
    color:#C0C0C0;
}

.ArtBez{
    font-size:11px;    
    color:#202020;    
}
.ArtBez B{
    font-size:12px;    
    color:#2020F0;
    border-bottom:1px dotted #2020F0;
}
.ArtBez B:hover{
    background: #E0E0FF;
}
.ArtBezDetail{
    color:green;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;    
}
.ProductList{


}
.ProductList td{
    border-bottom:1px dotted #808080;

}


.kundschaftlist{
    padding:20px;

    font-family:trebuchet MS, sans-serif;   
    font-size:16px;    
    background: #FFFFFF;
}
.kundschaftlist div {
    display:inline-block;
    min-height: 320px;
    padding:4px;
    vertical-align: top; 
    background:#000000;
    border-radius: 8px;
    margin:8px;
    color:#FFFFFF;
}
.test{
    position:relative;
    display:inline-block;
    border:1px solid red;
    top:-50px;
}
.ParseTable{
    font-family:trebuchet MS, sans-serif;   
    font-size:16px;    
    width:50%;

}
.ParseTableHead{
    font-weight:bold;
    border-bottom:2px solid #000000;
    border-top:2px solid #C9C9C9;
    text-align: left;   
}
.ParseTableE{
    border-bottom:1px dotted #808080;
    vertical-align:top;
}    


.TabellenUmfeld{
    border:1px solid #C9C9C9;
    padding:5px;
    border-radius:5px;
    background:#FFFFFF;
    xdisplay:inline-block;    

}
.TabellenUmfeld BR{
    display:initial;
}


.tableLine
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-size:9px;
    border-top:#A6A6A6 1px solid;
    border-left:a6a6a6 1px solid;
    border-bottom:#a6a6a6 1px solid;
    border-right:#a6a6a6 1px solid;
}

.row_0 
{
    background-color:#FFFFFF;    

}

.row_1 
{
    background-color:#E9E9E9;    
}

#h1
{
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bolder;
}

#Ei
{
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:150%;
    font-size:12px;
}

#Aufz�hlung
{
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:150%;
    font-size:16px;
}

#Liste
{
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:italic;
    line-height:150%;
    font-size:12px;
}

#Ta
{
    color:#008000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    border-right:dotted 1px #990000;
    border-bottom:dotted 1px #990000;
}
#Ta_1
{
    color:#008000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    border-right:solid 2px #990000;
    border-bottom:dotted 1px #990000;
}		

#Tah
{
    color:#008000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    border-bottom:solid 2px #990000;
}
#Tah_1
{
    color:#008000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    border-bottom:solid 2px #990000;
    border-right:solid 2px #990000;
}


#Be
{
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:150%;
    font-size:12px;
    font-weight:900;
    border-right:dotted 1px #990000;
    border-bottom:dotted 1px #990000;
}
@media screen and (max-width: 800px) {	
    .menu_mob{
        display:inline;
        float:left;
    }
    
    .Headline_Jahr{        
        float: right;
    }
    .Headline table TD:nth-child(2){
        display: none;
        border:1px solid red;

    }
    .Menue{

        width:100%;
        display:none;
    }
    .Menue0{
        font-size:32px;
    }
    .Menue1{
        font-size:24px;
        padding:16px;
        padding-left:22px;
        border-top:1px dotted #C9C9C9;
    }
    .Menue1:hover{
        background:#c0c0FF;
    }
    .MenuSuchen{
        font-size:24px;
    }
    .btn_search{
        font-size:32px;
    }
    .context{
        left:0px;
    }
    .WebPageIntroImg{
        background-repeat:no-repeat;
        background-size: 800px;
        background-origin:content-box,content-box;
    }
}


.ThemeHeadline{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    width:100%;
    padding-left:4px;
    padding-top:16px;
    padding-bottom:4px;
    font-size: 1em;
    color:#800000;
    border-bottom:solid 2px #800000;     
    border-image-source: linear-gradient(45deg, rgb(127,0,0), rgb(250,255,255));
    border-image-slice: 1;
}

.ThemeHeadlineText{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:#000000;
    padding-right:30px;
    padding-left:40px;
}

.ThemeElement{
    display: inline-block;    
    vertical-align:text-top;
    width:140px;
    height:210px;
    font-weight:bold;
    text-align: center;
    font-style:normal;
    line-height:normal;
    text-decoration:none;
    cursor:pointer;
    border-top:1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    border-radius:4px;
    padding:4px;
    margin:14px;    
}
.ThemeElement:hover{
    border:2px solid #000080;
    padding:3px;
}
.ThemeElement h3{
    margin: 0px;    
    padding:3px;
    display: inline-block;    
    color:#FFFFFF;
    background: rgb(2,0,36);
    background: linear-gradient(96deg, rgba(2,0,36,1) 0%, rgba(9,75,121,1) 0%, rgba(0,151,181,1) 100%); 
    width:99%;
    border-bottom:1px dotted #C9C9C9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    padding-bottom:3px;
}
.ThemeElement img{
    display: block;
    padding-top:10%;
    margin-left: auto;
    margin-right: auto;
}

.ThemeGroup{
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-size:1em;
    vertical-align:text-top;
    padding-bottom:3px;
    color:#800000;
    border-bottom:1px solid #800000;
}

