/****** SONSTIGES ***/

.stecksonsttd2 {
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 8px;
letter-spacing: 0.8px;
color: #a98c77;
padding: 2px 3px 2px 3px;
}

.stecksonsttd {
	background: #eee;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 8px;
letter-spacing: 0.8px;
color: #a98c77;
padding: 2px 3px 2px 3px;
	width:50%;
}

.profilsonstname2 {
	font-family: bebas neue;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size:20px;
	font-style:italic;
	margin-top:-35px;
	text-shadow:1px 1px 1px #f7f7f7;
}

.profilsonstname {
	font-family: bebas neue;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #a98c77;
font-size:41px;
	font-style:italic;
	margin-top:-35px;
	text-shadow:1px 1px 1px #f7f7f7;
}

.profilsonstname1 {
	font-family: bebas neue;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #d0d0d0;
font-size: 31px;
	
	font-style:italic;
}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom:0px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 0px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	color:#a98c77;
	font-weight:700;
	  min-width: 130px;
top: -9px;
  left: 117%; 
	border:1px solid #e1e1e1;
	
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 44;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}









#tabmenu {
    position: relative;
    margin: auto;
    width: 670px;
    height: 595px;
	
}

#tabmenu [type="radio"] { display: none; }

#tabmenu [for^="tab"] {
    position: absolute;
    top: 5px;
    width: 167px;
	  font-family: bebas neue;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 21px;
	color: #a98c77;
  text-shadow: 1px 1px 0px #e8e8e8;
	background:#eee;
	cursor:pointer;
}

#tabmenu [for="tab-1"] { left: 0px; }
#tabmenu [for="tab-2"] { left: 167px; }
#tabmenu [for="tab-3"] { left:  334px; }
#tabmenu [for="tab-4"] { left: 501px; }

#tabmenu .tab-content {
    position: absolute;
    box-sizing: border-box;
    top: 45px;
    width: 670px;
    height: 650px;
	padding-right:10px;
    opacity: 0;
    overflow: auto;
	scrollbar-width:thin;
	text-align:left;
}

#tabmenu input:checked + label {
color:#b7b7b7;
}

#tabmenu input:checked + label + .tab-content {
    z-index: 1;
    opacity: 1;
}