body {
	font-weight: 400;
}

#cwregister input[type=text], #cwregister select {
	border: 2px solid #58b9a7;
	box-shadow: none;
	background-color: white;
}

#cwregister input[type=text] {
	padding-left: 4px;
}

#cwregister .cr-buttons button {
    border-radius: 0px;
    border: 2px solid #58b9a7;
    height: 40px;
    padding: 0 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: inherit;
}

#cwregister .cr-buttons button:hover {
  box-shadow: none;
  color: #58b9a7;
  background: #ffffff;
  text-transform: uppercase;
}

.cr-popup .cr-info-text {
	font-size: 14px;
	background-color: #f8f8f8;
	box-shadow: 0 0 8px #ccc;
}

#cwregister .cr-telefon>div>div:nth-child(1) {
    width: 32px;
}

#cwregister .cr-buttons {
    margin-top: 40px;
    padding-right: 70px;
}

a { 
	color: #58b9a7;
	text-decoration: none;
}

a:hover { 
	color: #337AB7;
	text-decoration: underline;
}

h1 {
	font-weight: 100;
	font-family: inherit;
	color: #58b9a7;
}

div#logo {
    background: #ffffff url("logo-carloh.png") no-repeat scroll center 36px / 119px 79px;
    border: medium none;
    border-radius: 300px;
    display: block;
    height: 145px;
    left: 135px;
    position: absolute;
    top: 5px;
    width: 145px;
    z-index: 1;
    bottom: 11px;
}

div#head::before {
    background: #58b9a7 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 155px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#head {
    background: #58b9a7 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    height: 145px;
    margin-top: 0;
    position: static;
    margin-bottom: 2em;
}

div#head h1 {
	display: block;
	color: #ffffff;
	margin: 0;
	padding: 0;
	position:absolute;
	top: 100px;
	left: 300px;
}

#cwregister .cr-required-hint {
    font-weight: normal;
}

#cwregister #cr-header {
	margin-left: 20px;
}

#cwregister div.cr-step >span {
	font-weight: 300;
}

#cwregister #cr-header > div > span:nth-child(2) {
	font-weight: 300;
}

#cwregister #cr-header > div > span:first-child {
	font-weight: 300;
}

#cwregister div.cr-step >span:first-child + span{
	color: #B8B8B8;
	font-weight: 300;
    text-transform: uppercase;
}

#cwregister div.cr-step.active >span:first-child + span{
	color: #58b9a7;
}

#cwregister .cr-required-hint span:first-child::after, #cwregister .required > .label::after, #cwregister .required > label::after {
	color: #999999;
}

#cwregister #cr-review-table td:first-child {
    width: 195px;
}

#cwregister #cr-review-table td:first-child >div {
    text-align: right;
    margin-top: 0;
}

#cwregister #cr-review-table .cr-label label {
    text-align: right;
    width: 100%;
    margin-top: 20px;
}

#step5 {
	margin-left: 80px;
}
