
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	position: relative;
	top: 0;
	z-index: 999;
}

.info {
	background-image: url("/images/info.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	padding-left: 20px;
}
.pfeil_links {
	background-image: url("/images/pfeil_links.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

/* sliding panel */
.toppanelleft {
    position: fixed;   /*Panel will overlap  content */
    top: 0;
    width: 660px;
	z-index: 999;
}
.toppanelright {
    position: fixed;   /*Panel will overlap  content */
    top: 0;
	margin-left: 660px;
    width: 323px;
	z-index: 999;
}

@media (max-width: 992px) {
  .hidepanel {
    display: none;
  }
}

.panel {
	color: #D1D1D1;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 999;
	display: none;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(100, 100, 100, 1);
	box-shadow: 2px 2px 2px 2px rgba(100, 100, 100, 1);
	border: 1px solid #AAA;
}

.panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

.panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

.panel p {
	margin: 5px 0;
	padding: 0;
}

.panel a {
	text-decoration: none;
	color: #15ADFF;
}

.panel a:hover {
	color: white;
}

.panel a-lost-pwd {
	display: block;
	float: left;
}

.panel .content {
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 10px;
	font-weight: 600;
}

.panel .content .half {
	width: 50%;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	height: 300px;
}

.panel .content .full {
	width: 100%;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	height: 300px;
}


.panel .content form {
	margin: 0 0 10px 0;
}

.panel .content label {
	margin-bottom: 0;
	width: 100px;
}

.panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
	color: white;
	height: 22px;
}

.panel .content input:focus.field {
	background: #545454;
}

.panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


.tabrow {
  text-align: center;
  list-style: none;
  padding: 0;
  top: 0;

  font-size: 12px;
  position: relative;
  margin: 0;
}

.tabrow li {
  border: 1px solid #AAA;
  border-top: none;
  background: #272727;
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

  padding: 0 10px;
  margin-right: 20px;
  float: right;
  font-size: 90%;
  font-weight: bold;
  top: -1px;
  height: 35px;
  box-shadow: 2px 3px 2px 0px #646464;
}

.tabrow a {
  color: #555;
  text-decoration: none;
}


.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: 0px;
  width: 6px;
  height: 6px;
  content: " ";
}

.tabrow li:before  {
  left: -7px;
  border-top-right-radius: 15px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 3px -2px 0 #272727;
}

.tabrow li:after {
  right: -7px;
  border-top-left-radius: 15px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -3px -2px 0 #272727;
}

.tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

.tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}


.tabrow .sep {
	color:#7A7A7A;
	padding-right: 10px;
	top: 10px;
}

.tabrow .whopen {
	height: 25px;
}

.tabrow a.whopen, .tabrow a.whclose {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	top: 10px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;
}
.tabrow a {
	padding-right: 10px;
}

.tabrow .loggedin {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	top: 10px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;	
}

.tabrow a.whopen {
	background-image: url("/images/login.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	}
.tabrow a.whclose {
	background-image: url("/images/bt_close.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	}
.tabrow .loggedin {
	background-image: url("/images/home.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	}
.tabrow a:hover.whclose {
	background-image: url("/images/bt_close_hover.png"); /** sprite-ref: wh2; */
	background-repeat: no-repeat;
	}

.tabrow li a {
	color: #F0F0F0;
}

.tabrow li a:hover {
	color: #15ADFF;
}