
.lp-head {
    position: relative;
    width: 960px;
    height: 110px;
    background: #575756;
    margin-top: 0px;
    padding-bottom: 1.5em;
    padding-top: 0.7em;
    margin-bottom: 3em;
    -webkit-box-shadow:     0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:        0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow:             0px 2px 5px 0px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.lp-logo { }

.lp-klinke {
    position: absolute;
    display: inline-block;
    right: 0;
    top:25px;
    width: 150px;
    height: 30px;
    color: white; 
    text-transform: uppercase;
    box-sizing: border-box; 
    opacity: 0.75; 

}

.lp-homelink {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 15px;
    width: 190px;
    height: 30px;
    color: white; 
    box-sizing: border-box;
}


table.lp-form td {
    padding-top: 0.5em;
    
}

table.lp-form td input {
    
}

input.lp-submit {
	
	padding:5px 15px; 
	background:#f95400; 
	border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
	
}

ul.bxpromoslider li {
	margin-left: 0 !important;
}

.lpbutton {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1em;
}

.lpbutton__gray {
    background: #333;
    color: white;
}

.lpbutton__gray:hover {
    background: #ee812f;
    color: white;
    text-decoration: none;
}

.lpbutton__klinke {
    width: 100%;
    text-align: left;
    border-radius: 4px 0px 0px 4px;
    margin-top: 4px;
}

.ajaxthanks {
    padding: 40px;
    background: #ee812f;
    color: white;
    height: auto;
    border-radius: 8px;
}

.ajaxerror {
    background: #333;
    padding: 20px 40px;
    color: white;
    border-radius: 4px;
    margin-bottom: 1.5em;
}
.ajaxerror h2, 
.ajaxerror p,
.ajaxthanks h2,
.ajaxthanks p {
    color: white !important;
}

input.reemail {
    display: none;
}

.conBanner {
	background: #333;
	position: fixed;
	margin: 0 auto;
	width:960px;
	height:45px;
	line-height: 45px;
	left:50%;
	margin-left: -480px;
	color: white;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	z-index: 2000;
	font-size: 16px;
	text-align: center;
}

.conBanner a {
color: #f95400;
}


a.buttonLP {
	background-color: #ce0100;
	border-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff !important;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:auto;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;

}
a.buttonLP:hover {
	
	background-color: #f95400;
}
a.buttonLP:active {
	position:relative;
	top:1px;
}






