@charset "UTF-8";
body {
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	color: #;
	font-size: 16pt;
	/*margin: 10px;*/
	background-color: #efe;
	/*line-height: 1.3em;*/
	/*background-image: url(../img/bg_body.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #777;
  font-weight: bold;
}
a:active {
  text-decoration: none;
  color: #000;
}

h1 {
	font-family: sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	line-height: 56px;
	color: #AAF0D1;
}
h2 {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 28px;
	color: #A8F0D0;
}
h3 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 28px;
	color: #AAF0D1;
}

.kostengru  {
	font-family: ;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 28px;
	color: ;
}

.csstab {
   width: 400px;
   display: block;
   float: left;
}


label.dhamburg { 
	display: block;
	background: #555; width: 75px; height: 50px; 
	position: relative; 
	margin-left: auto; margin-right: 20%;
	border-radius: 4px; 
}

input#dhamburg {display:none} 

.dline { 
	position: absolute; 
	left:10px;
	height: 4px; width: 55px; 
	background: #fff; border-radius: 2px;
	display: block; 
	transition: 0.5s; 
	transform-origin: center; 
}

.dline:nth-child(1) { top: 12px; }
.dline:nth-child(2) { top: 24px; }
.dline:nth-child(3) { top: 36px; }

#dhamburg:checked + label .dline:nth-child(1){
	transform: translateY(12px) rotate(-45deg);
}

#dhamburg:checked + label .dline:nth-child(2){
	opacity:0;
}

#dhamburg:checked + label .dline:nth-child(3){
	transform: translateY(-12px) rotate(45deg);
}
