@charset "ISO-8859-1";

/* CMS Menü */
/***********/
#main_design {
  background:url(./img/wow_signal_timo.png) ;
}

.right {
  float:right;
}

.left {
  float:left;
}

h1 {
  text-align:center;
  margin-bottom:5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  text-align:center;
  margin-bottom:4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  text-align:center;
  margin-bottom:4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

strong {
  font-weight: bolder;
}

.fehler {
  color:red;
}

.startbox {
/* border: 1px solid #193660; */
  text-align:center;
  padding: 0;	  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width:100%;
}

.startbox .ueberschrift {
  background-color: #52b1e2; 
  padding: 0.5em 5em;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  text-align:left;		
  background: #f2c92a url('menu/gold.jpg') repeat-x;
  background-size: auto 100%; 
  zoom: 1;
  border-radius: 18px;
  z-index:100;
  margin: 0px -1px 10px 1px;
  -webkit-box-shadow: 0 2px 2px #444;
  -moz-box-shadow: 0 2px 2px #444;
  box-shadow: 0 2px 2px #444;
  color: #986a1c;

}

.startbox .danke {
  background-color: #52b1e2;
  padding: 0.5em;  
  font-size:14px;		
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
  text-align:left;		
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #52b1e2), color-stop(100%, #397fd0));
  background-image: -webkit-linear-gradient(to bottom, #52b1e2, #397fd0);
  background-image: -moz-linear-gradient(to bottom, #52b1e2, #397fd0);
  background-image: -o-linear-gradient(to bottom, #52b1e2, #397fd0);
  background-image: linear-gradient(to bottom, #52b1e2, #397fd0); 
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px #5883A6;
  -moz-box-shadow: 0 2px 2px #5883A6;
  box-shadow: 0 2px 2px #5883A6;
  zoom: 1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index:100;
  margin: 0px -1px 0px 1px;
}

.ueberschrift h2 {
  font-size:14px;
  font-weight:bold;
  margin:0px;
  background-image: -webkit-gradient(linear, to bottom, color-stop(0%, #DDD), color-stop(100%, #FFF));
  background-image: -webkit-linear-gradient(top, #DDD, #FFF);
  background-image: -moz-linear-gradient(top, #DDD, #FFF); 
  background-image: -o-linear-gradient(top, #DDD, #FFF);
  background-image: linear-gradient(top, #DDD, #FFF); 
  -webkit-box-shadow: inset -2px 2px 2px #333333;
  -moz-box-shadow: inset -2px 2px 2px #333333;
  box-shadow: inset -2px 2px 2px #333333;
}

.ueberschrift img {
  float:right;
  margin-right:2px;
}

.startbox .inhalt {
  text-align:left;
  background-color: rgba(248, 230, 167, 0.37);
/*  background-color: #F7F7F7; */
  margin:0px;
  padding:0;
  width:100%;
  color:#000000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
/*  border: 1px solid #193660; */
  border: 1px solid #D8B124;
  border-top: 0 solid #193660;
}


.startbox .inhalt .orgadiv {
  width: 300px;
  float: left;
  margin: 20px 10px 0 10px;
  min-height: 180px;
}

.startbox .inhalt .orgadiv .ueberschrift {
  padding: 0.2em 1.5em;
  background: #777 url('menu/silver.jpg') repeat-x;
  background-size: auto 100%; 
}

.startbox .inhalt .orgadiv h2 {
  font-size: 12px;
  color: #888;
  padding: 4px 1px 2px;
}

.startbox .inhalt .orgadiv .orgamember {
  width: 300px;
}


.orgadiv .orgamember .orga-image-wrapper{
  width: 80px;
  height: 105px;
  position: relative;
  display:block;
  margin:0 8px;
  text-align:center;
  float: left;
  border: 1px solid #888;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -1px 2px 4px #444;
}

.orgadiv .orgamember .orga-image-wrapper img{
  max-width: 80px;
  max-height: 80px;
  display:block;
  margin: 5px auto 0;
}



.stats_profil {
  width:100%;
}

.stats_profil .vcard_user,
.stats_profil .vcard_halloffame,
.vcard_charts {
  font: 13px 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  position: relative;
  padding: 9px 10px 10px;
  margin: 0px 10px 20px;
  color: #4e4e4e;
  background: #EEE;
  background: -moz-linear-gradient(top, #DDD, #FFF);
  background: -webkit-linear-gradient(top, #DDD, #fff);
  background: -ms-linear-gradient(top, #DDD, #fff);
  background: -o-linear-gradient(top, #DDD, #fff);
  background: linear-gradient(top, #DDD, #fff);
  box-shadow: -1px 2px 4px #444;
  border-radius: 5px;
  float:left;
}

.stats_profil .vcard_user,
.vcard_charts {
  width:500px;
}

.vcard_charts .chart {
}

.stats_profil .vcard_user .vcard_name, 
.stats_profil .vcard_user .vcard_line, 
.stats_profil .vcard_user .vcard_participation,
.stats_profil .vcard_user .vcard_info,
.stats_profil .vcard_user .vcard_statistics,
.stats_profil .vcard_user .vcard_other_statistics {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 6px;
  position: relative;
  border-top: 0;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  -moz-box-shadow: -2px 2px 2px #c8c8c8;
  -webkit-box-shadow: -2px 2px 2px #c8c8c8;
  box-shadow: -2px 2px 2px #c8c8c8;
}

.stats_profil .vcard_user .vcard_name_head, 
.vcard_charts_head {
  text-align:center;
  margin-bottom:10px
}
.stats_profil .vcard_user .vcard_name {
  text-align:center;
  font-size:300%;
  padding: 10px 0;
}

.stats_profil .vcard_user .vcard_participation{
  text-align:center;
}

.stats_profil .vcard_user .vcard_line { 
  background: #f2c92a url('menu/gold.jpg') repeat-x;
  background-size: auto 100%; 
  border-radius: 3px;
}

.stats_profil .vcard_user .vcard_info,
.stats_profil .vcard_user .vcard_participation,
.stats_profil .vcard_user .vcard_statistics,
.stats_profil .vcard_user .vcard_other_statistics {
  padding: 10px 0;
}

.stats_profil .vcard_user dl {
  margin: 0 10px 0 10%;
}

.stats_profil .vcard_user dt {
  float: left;
  width: 25%;
}
.stats_profil .vcard_user dd {
  font-size: 125%;
  margin: 4px 0;
}

.stats_profil .vcard_halloffame {
  width:230px;
  margin: 0px 10px 10px;
}

.stats_profil .vcard_halloffame .vcard_halloffame_head {
  text-align:center;
  margin-bottom:5px;
}

.stats_profil .vcard_halloffame .stripe {
  background: #fff;
  display: block;
  width: 228px;
  height: 34px;
  position: relative;
  border-top: 0;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  -moz-box-shadow: -2px 2px 2px #c8c8c8;
  -webkit-box-shadow: -2px 2px 2px #c8c8c8;
  box-shadow: -2px 2px 2px #c8c8c8;
  float:left;
  margin: 0;
}

.stats_profil .vcard_halloffame .stripe .stripel {
  float: left;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  text-align: center;
  padding: 3px 0;
}

.stats_profil .vcard_halloffame .stripe .striper {
  height: 34px;
  vertical-align: middle;
  text-align: center;
}

.innenabstand {
  padding:5px 5px 5px 5px;	
}

/* jQuery Countdown styles 1.5.0.*/
/*********************************/
.hasCountdown {
  border: 0px solid #ccc;
}

.countdown_rtl {
  direction: rtl;
}

.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown_show1 .countdown_section {
  width: 100%;
}

.countdown_show2 .countdown_section {
  width: 49%;
}

.countdown_show3 .countdown_section {
 width: 33%;
}
.countdown_show4 .countdown_section {
 width: 24.5%;
}

.countdown_show5 .countdown_section {
 width: 19.5%;
}

.countdown_show6 .countdown_section {
  width: 16.5%;
}

.countdown_show7 .countdown_section {
 width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.countdown_amount {
 font-size: 200%;
}

.countdown_descr {
  display: block;
  width: 100%;
}

/* jQuery Stats styles 1.5.0. */
/******************************/

body {
  color: #464849;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
}

img {
  border: 0;
}

h2 {
  font-size: 16px;
  font-weight:bold;
}

table {
  width: 100%;
  font-size: 1.0em;
  text-align: center;
}

caption {
  background: #193660 bottom repeat-x;
  color: #a3a8a9;
  font-size: 1.2em;
  font-weight:bold;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #999;
  text-align:center;
  text-shadow:0 -1px 1px rgba(0,0,0,.5);
}

caption strong {
  color: #FCCF2C;
}

th {
  text-align: center;
  background: #193660 bottom repeat-x;
  border-bottom: 1px solid #999;
  vertical-align: bottom;
  padding: 6px 8px;
  color: #fff;
}

th.podest {
  text-align: center;
  background-color:threedlightshadow;
  border-bottom: 0px solid #999;
  vertical-align: bottom;
  padding: 6px 8px;
  color: #000000;
}

th a {
  color: #fff;
}

td {
  text-align: center;
  border-bottom: 1px solid #5883A6;
  padding: 2px 10px;
}

td.podest {
  text-align: center;
  border-bottom: 0px solid #5883A6;
  padding: 0px 0px;
}

td.stats_header {
  text-align: center;
  border-bottom: 0px solid #5883A6;
  padding: 0px 0px;
  text-shadow: -3px 3px 2px #B0B0B0;
  color: #193660;
  background-color: transparent;
}

td.stats_header:nth-child(1) {
  font-weight:bold;
  font-size:300%
}

td.stats_header:nth-child(2) {
  font-weight:bold;
  font-size:150%
}

td.stats_header:nth-child(3) {
  font-size:75%
}

td a {
  color: #464849;
  font-weight: bold;
}

/* jQuery Register styles 1.5.0. */
/********************************/
#page-wrap {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}

h3 {
  font-size: 18px;
  letter-spacing: -1px;
  margin: 0 0 5px 0;
}

label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 4px 0;
}

fieldset {
  padding: 15px;
  float: left;
  border: none;
  margin: 0 10px 0 0;
}

fieldset#step_1 {
  background: #b2e7ca;
}

fieldset#step_2 {
  background: #b2d9e7;
}

fieldset#step_3 {
  background: #e7c7b2;
}

fieldset#step_4 {
  background: #C0FFC0;
}

fieldset#step_11 {
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 49%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(237,237,237,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  width: 100%;
}

legend {
  font-weight: bold;
  font-size: 20px;
  background: white;	
  padding: 5px 10px;
  letter-spacing: -1px;
  -webkit-box-shadow: 1px 3px 5px 1px #787878;
  box-shadow: 1px 3px 5px 1px #787878;
  margin-top:2px;
}

option {
  padding: 0 5px;
}
.name_wrap {
  margin: 5px 0;
}

.name_wrap label {
  font-size: 12px;
  display: block;
  width: 25%;
  float: left;
  margin-left:15%;
}

.push {
  margin: 0 0 0 0;
}

/* Cockpit */
/***********/
@font-face {
  font-family: Digital;
  src: url("./fonts/ds-digii.eot") 
}

@font-face {
  font-family: Digital;
  src: url("./fonts/ds-digii.ttf") 
}

@font-face {
  font-family: Automat;
  src: url("./fonts/automati.eot") 
}

@font-face {
  font-family: Automat;
  rc: url("./fonts/automati.ttf") 
}

/* Flags */
/***********/
div.f16 { display: inline-block; vertical-align: top; }
div.f32 { display: inline-block; }
.f16 .flag, .f32 .flag { width: auto; clear: right; }
.f16 .flag { padding-left: 24px; }
.f32 .flag { padding-left: 44px; }
.f16 abbr, .f16 i { display: inline-block; width: 24px; }
.f32 abbr, .f32 i { display: inline-block; width: 32px; line-height: 32px; vertical-align: bottom; }
.f16 i { margin-left: -48px; margin-right: 24px; color: silver; }
.f32 i { margin-left: -76px; margin-right: 44px; color: silver; }
.flag.deprecated { color: silver; }
.flag.island { color: navy; }

/* Wow-Widget */
/**************/
.wow_maincolumn {
  width: calc(100% - 285px);
  float: right;
}  


.wowwidget  {
  width:255px;
  float: left;
  margin-left:15px;
}

.wowwidget .wowcontent {
  font: 13px 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 1;
  padding: 9px 10px 10px;
  margin: 0px auto 20px;
  background: #EEE;
  background: -moz-linear-gradient(top, #DDD, #FFF);    
  background: -webkit-linear-gradient(top, #DDD, #fff);
  background: -ms-linear-gradient(top, #DDD, #fff);
  background: -o-linear-gradient(top, #DDD, #fff);
  background: linear-gradient(top, #DDD, #fff);
  box-shadow: -1px 2px 4px #444;
  border-radius: 5px;
}

.wowwidget .wowcontent .title {
  position: relative;
  padding: 8px;
  margin: 0 -20px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  color: #e3e3e3;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);

  background: #f2c92a url('menu/gold.jpg') repeat-x;
  background-size: auto 100%; 

  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px #5883A6;
  -moz-box-shadow: 0 2px 2px #5883A6;
  box-shadow: 0 2px 2px #5883A6;
  zoom: 1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.wowwidget .wowcontent .title:before,
.wowwidget .wowcontent .title:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
/*  border-color: transparent #193660; */
/*  border-color: transparent #D8B124; */
  border-color: transparent #C3922E;
}
.wowwidget .wowcontent .title:after {
  left: auto;
  right: 0;
  border-width: 0 0 10px 10px;
}

.wowwidget .wowcontent .content {
	font: 13px 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color: #4e4e4e;
	background: #fff;
	display: block;
	width: 100%;
	min-height: 15px;
	position: relative;
  border-top:0;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
  margin:0;
  padding:0;
}

@media screen and (max-width: 737px) {
  .wow_maincolumn {
    width: 100%;
    float: none;
  }

  .wowwidget {
    width: 100%;
    float: none;
    margin-left:0;
  }

  .wowwidget:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
  }

  .wowwidget .part1 {
    width: 100%;
    float: none;
    margin-left:0px;
  }

  .wowwidget .part1 #wowstatus {
    width: 220px;
    float: left;
    margin-left:5px;
  }

  .wowwidget .part1 #wowmedia {
    width: calc(100% - 300px);
    float: right;
    margin-right:5px;
  }

  .wowwidget .part1:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
  }

  .wowwidget .part2 {
    width: calc(100% - 10px);
    float: none;
    margin-left: 5px;
  }  

  .wowwidget .wowcontent .content {
    font: 11px 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  }
}

@media screen and (min-width: 738px) and (max-width: 1082px) {
  .wow_maincolumn {
    width: 100%;
    float: none;
  }

  .wowwidget {
    width: 100%;
    float: none;
    margin-left:15px;
  }

  .wowwidget:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
  }

  .wowwidget .part1 {
    width:255px;
    float: left;
    margin-left:0px;
  }

  .wowwidget .part2 {
    width: calc(100% - 315px);
    float: right;
    margin-right: 25px;
  }  

}


.wowlogo-image-wrapper{
max-width:700px;
width: 96%;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.wowlogo-image-wrapper img{
width:100% !important;
height:auto !important;
display:block;
}