/* generelles Aussehen: Cool Design: schwarz auf weiß-Schrift, weiß auf blau-Buttons, weiß auf dunkelblau Überschriften, blaue Links */

@import url("/css/page.css");

/* Abweichungen: Camouflage-Background, olivgrüne Buttons und Überschriften */

body {
 color:black;
 background-color: #f0f0f0;
 background-image: url(/images/bg-camo-woodland3.png);
 background-repeat:repeat;
 /* background-attachment: fixed;*/
 font-size: 100.01%;
 font-family: Helvetica,Arial,sans-serif;
 /* margin: 20; */
 padding: 1em 0;
 text-align: left;  /* Zentrierung im Internet Explorer */
}


h1 {
 font-family: Helvetica,Arial,Swiss;
 font-size:18pt;
 background-color: #725b43;
 /* background-image: url(/images/bg-camo-woodland.jpg);*/
 background-image: none;
 border: 1px #725b43 solid; 
 color:#FFFFFF; 
 text-shadow: #202020 1px 2px;
 padding: 6px;
}

h2 {
 font-family: Helvetica,Arial,Swiss;
 font-size:14pt;
 background-color: #725b43;
 /* background-image: url(/images/bg-camo-woodland.jpg);*/
 background-image: none;
 border: 1px #725b43 solid; 
 color:#FFFFFF; 
 text-shadow: #202020 1px 2px;
 padding: 6px;
}

h3 {
 font-family: Helvetica,Arial,Swiss;
 font-size:13pt;
 background-color: #725b43;
 /* background-image: url(/images/bg-camo-woodland.jpg);*/
 background-image: none;
 border: 1px #725b43 solid; 
 color:#FFFFFF; 
 text-shadow: #202020 1px 2px;
 padding: 6px;
}

h4 {
 font-family: Helvetica,Arial,Swiss;
 font-size:11pt;
 background-color: #725b43;
 /* background-image: url(/images/bg-camo-woodland.jpg);*/
 background-image: none;
 border: 1px #725b43 solid; 
 color:#FFFFFF; 
 text-shadow: #202020 1px 2px;
 padding: 6px;
}
p.p4 {  margin-left:12px; }

h5 {
 font-family: Helvetica,Arial,Swiss;
 background-color: #6E97FF;
 background-color: #725b43;
 /* background-image: url(/images/bg-camo-woodland.jpg);*/
 background-image: none;
 border: 1px #725b43 solid; 
 color:#FFFFFF; 
 text-shadow: #202020 1px 2px;
 padding: 6px;
}
p.p5 {  margin-left:22px; }

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold {
 font-family: Helvetica,Arial,Swiss;
 font-weight: bold;
 background-color: transparent;
 background-image: none;
 border: none;
 color:#000000; 
 padding:4px;
 text-indent:0px;
 margin-left:-4px;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {color:white;}
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {color:white;}
h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {color:white;}
h4 a:link, h4 a:active, h4 a:visited, h4 a:hover {color:white;}
h5 a:link, h5 a:active, h5 a:visited, h5 a:hover {color:white;} 


.table-scrollable {
  width: 100%;
  overflow-y: auto;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 20px;
 } 

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

th.sticky, td.sticky {
  position:-webkit-sticky;
  position:sticky;
  width: inherit;
  min-width: inherit;
  max-width: inherit;
  left: 0px;
  top:0px;
  background-color:inherit;
}


/* Cool-Table */

table.cool, table.coolborder { 
 background-color: #FFFFFF; 
 border: 2px #635544 solid; 
}

table.cool td {
 padding-top: 2px;
 padding-bottom: 1px;
 padding-left: 7px;
 padding-right: 7px;
}

/* abwechselnde Zeilen-Farbe können moderne Browser auch automatisch */
table.cool tr:nth-child(even) { background-color: white; }
table.cool tr:nth-child(odd) { background-color: silver; }

table.trans tr:nth-child(even) { background-color: transparent; }
table.trans tr:nth-child(odd) { background-color: transparent; }

tr {
 vertical-align: top;
}

/* gerade (Even) und ungerade zeilen (Odd) Farben 
tr.odd   { background-color: white;}
tr.even  { background-color: silver;}
*/

th {
 font-family: Helvetica,Arial,Swiss;
 color: #FFFFFF;  font-weight: bold;
 background-color: #635544; height: 22px;
 /* background-image: url(/images/bg-camo-urban2.png); */
 background-image:none;
 text-align: left; 
 padding-top: 5px;
 padding-left: 7px;
 padding-right: 7px;
 padding-bottom: 2px;
}

th a:link, th a:active, th a:visited, th a:hover {color:white;}


/***** 2-Zeiler *******/
.btn100x100 { /* ganz ohne grafik, nur css ***********************************************************************/
 position: relative;
 width:100px;
 height:100px;
 background-color: #233524;
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
 text-shadow: #202020 1px 2px;
 font:13pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 vertical-align:top; 
 padding-top:30px;
 max-height:70px;
 margin-bottom:20px;
 margin-right:20px;
 display:inline-block;
}
.btn100x100::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       
 clip: rect(154px 166px 300px 74px); 
 box-shadow: 10px 10px 40px 30px #fff;
}
.btn100x100::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
 width: 92%;
 height: 92%;
 background-color: transparent;
 border-color: #101010;
 border-style: solid;
 border-width:3px;
 border-radius:inherit;
}
.btn100x100:link { color: #d0d0d0; text-decoration: none; }
.btn100x100:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100:active { color: #ffff00; text-decoration: none; }
.btn100x100:focus { color: #ffffff; text-decoration: none; }


/***** 1-Zeiler *******/
.btn100x100_1z {
 position: relative;
 width:100px;
 height:100px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
 text-shadow: #202020 1px 2px;
 font:13pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 vertical-align:top; 
 padding-top:40px;
 max-height:60px;
 margin-bottom:20px;
 margin-right:20px;
 display:inline-block;
}
.btn100x100_1z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;     
 clip: rect(154px 166px 300px 74px); 
 box-shadow: 10px 10px 40px 30px #fff;
}
.btn100x100_1z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
 width: 92%;
 height: 92%;
 background-color: transparent;
 border-color: #101010;
 border-style: solid;
 border-width:3px;
 border-radius:inherit;
}
.btn100x100_1z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_1z:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_1z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_1z:active { color: #ffff00; text-decoration: none; }
.btn100x100_1z:focus { color: #ffffff; text-decoration: none; }


/***** 3-Zeiler *******/
.btn100x100_3z {
 position: relative;
 width:100px;
 height:100px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
 text-shadow: #202020 1px 2px;
 font:13pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 vertical-align:top; 
 padding-top:20px;
 max-height:80px;
 margin-bottom:20px;
 margin-right:20px;
 display:inline-block;
}
.btn100x100_3z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(154px 166px 300px 74px); 
 box-shadow: 10px 10px 40px 30px #ffffff;
}
.btn100x100_3z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
 width: 92%;
 height: 92%;
 background-color: transparent;
 border-color: #101010;
 border-style: solid;
 border-width:3px;
 border-radius:inherit;
}
.btn100x100_3z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_3z:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_3z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_3z:active { color: #ffff00; text-decoration: none; }
.btn100x100_3z:focus { color: #ffffff; text-decoration: none; }


/***** 4-Zeiler *******/
.btn100x100_4z {
 position: relative;
 width:100px;
 height:100px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
 text-shadow: #202020 1px 2px;
 font:13pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 vertical-align:top; 
 padding-top:8px;
 max-height:92px;
 margin-bottom:20px;
 margin-right:20px;
 display:inline-block;
}
.btn100x100_4z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(154px 166px 300px 74px); 
 box-shadow: 10px 10px 40px 30px #ffffff;
}
.btn100x100_4z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
 width: 92%;
 height: 92%;
 background-color: transparent;
 border-color: #101010;
 border-style: solid;
 border-width:3px;
 border-radius:inherit;
}
.btn100x100_4z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_4z:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_4z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_4z:active { color: #ffff00; text-decoration: none; }
.btn100x100_4z:focus { color: #ffffff; text-decoration: none; }


/***** 2-Zeiler ********/
.btn100x40 { /* ganz ohne grafik, nur css ***********************************************************************/
 position: relative;
 width:100px;
 height:40px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 color: #e0e0e0;
 text-shadow: #202020 1px 1px;
 font:11pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 vertical-align:top; 
 margin-bottom:5px;
 margin-right:5px;
 display:inline-block;
}
.btn100x40::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(60px 170px 100px 70px); 
 box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn100x40:link { color: #d0d0d0; text-decoration: none; }
.btn100x40:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 7px;}
.btn100x40:visited { color: #e0e0e0; text-decoration: none; }
.btn100x40:active { color: #ffff00; text-decoration: none; }
.btn100x40:focus { color: #ffffff; text-decoration: none; }

/***** 1-Zeiler *******/
.btn100x40_1z {
 position: relative;
 width:100px;
 height:40px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 color: #e0e0e0;
 text-shadow: #202020 1px 1px;
 font:11pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 margin-bottom:5px;
 margin-right:5px;
 display:inline-block;
 white-space: pre;
}

.btn100x40_1z::before {
 margin-top:10px;
 font:6pt Arial, Sans-Serif, Verdana; 
 color: white;
 content: ' \00000A';
 white-space: pre;
}

.btn100x40_1z::after {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;    
 clip: rect(60px 170px 100px 70px); 
 box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn100x40_1z:link { color: #d0d0d0; text-decoration: none; }
.btn100x40_1z:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 7px;}
.btn100x40_1z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x40_1z:active { color: #ffff00; text-decoration: none; }
.btn100x40:focus { color: #ffffff; text-decoration: none; }


/***** kleiner Button, immer 1-Zeiler, nur 2-3 Buchstaben, besser: 1 Grafik-Zeichen *******/
.btn40x30 {
 position: relative;
 width:40px;
 height:30px;
 background-color:#233524;  
 border-width:10px;
 border-radius:8px;
 border-color:#ffffff;
 color: #e0e0e0;
 text-shadow: #202020 1px 1px;
 font:11pt Arial, Sans-Serif, Verdana;
 font-weight:bold;
 text-decoration: none;
 text-align:center;
 margin-bottom:4px;
 margin-right:3px;
 display:inline-block;
 white-space: pre;
}

.btn40x30::before {
 margin-top:10px;
 font:4pt Arial, Sans-Serif, Verdana; 
 color: white;
 content: ' \00000A';
 white-space: pre;
}

.btn40x30::after {
 position: absolute;
 content: '';
 top: -150%;
 left: -100%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: black; /* transparent; */
 opacity: 0.5;    
 clip: rect(45px 85px 100px 39px); /* (top, right, bottom, left) */
 box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn40x30:link { color: #d0d0d0; text-decoration: none; }
.btn40x30:hover { color: #ffffff; text-decoration: none; background-color:#233524; box-shadow: #ffff00 0px 0px 7px;}
.btn40x30:visited { color: #e0e0e0; text-decoration: none; }
.btn40x30:active { color: #ffff00; text-decoration: none; }
.btn40x30:focus { color: #ffffff; text-decoration: none; }


