html {
	font-family: 'Open Sans', sans-serif;
}


input {
  font-weight: 300;
  margin: 40px 25px;
  width: 300px;
  display: block;
  border: none;
  padding: 20px 0 10px;
  border-bottom: solid 1px #4a86e8;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #4a86e8 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #4a86e8 4%);
  background-position: -300px 0;
  background-size: 300px 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #676770;
}

#top-aktionen-suche input {
	margin-left: 20;
	margin-top: 0;
	margin-bottom: 0;
    font-weight: 300;
    width: 150px;
    display: block;
    border: none;
    padding: 5px 0;
    border-bottom: solid 1px #4a86e8;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #4a86e8 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #4a86e8 4%);
    background-position: -300px 0;
    background-size: 300px 100%;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #676770;	
}

input:focus, input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

input::-webkit-input-placeholder {
 font-size: 14px;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 color: #29405b;
 font-size: 10px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

input[type=submit] {
    background: #4a86e8;
    color: white;
    border-radius: 2px;
}

input[type=submit]:hover {
    opacity: 0.8;
}

.anmeldung {
	position: relative;
}

.anmeldung form {
    padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin: 0px 0 0 -197px;

}

.top-titel {
	padding-top: 20px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 30px;
    text-transform: uppercase;
    color: #676770;
}

.top-titel img {
	width: 200px;
}

.kpi-row {
	margin: 0 auto;
	text-align: center;
}

.kpi {
    display: inline-block;
    border: dotted 1px grey;
    border-radius: 2px;
    margin: 5;
    padding: 5;
	width: 150;
	font-size: 22;
}

.kpi span {
	font-size: 10;
	font-weight: 400;
}

.fehler-text {
	text-align: center;
	font-weight: 100;
	font-size: 14px;
	color: red;
	padding-top: 25px;
}

#leads {
	width: 100%;
	font-size: 12px;
	padding: 20;
}

#leads th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leads .lead {
	background-color: #eaebec;
}

#leads .poslead {
	background-color: #acc9f7;
}

#leads .testlead {
	background-color: #f15922;
}

#leads .nolead {
	opacity: 0.5;
}

textarea {
    width: 300px;
	margin-top: 50px;
	margin-left: 25px;
    height: 150px;
    border: solid 1px #4a86e8;
	outline: none;
    font-size: 14px;
    font-weight: 300;
    color: #676770;
}

textarea:focus {
	border: solid 2px #4a86e8;
}

.sub-titel-links, #positiv, #negativ {
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
}

.sub-titel-links a {
	color: #0079be;
	text-decoration: none;
}

.sub-titel-links a:hover {
	text-decoration: none;
}

#emailbody {
	font-size: 10px;
	height: 250px;
	padding: 5px;
}

#emailanrede {
	font-size: 12px;
	height: 100px;	
	margin-bottom: 20px;
	padding: 5px;
}

#infotext {
    padding-top: 40px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: green;
	text-transform: uppercase;
}

#flag-rot {
	text-align: center;
	color: red;
	opacity: 0.3;
}

#flag-rot-100prozent {
	text-align: center;
	color: red;
}

#flag-gruen {
	text-align: center;
	color: green;
}

#leere {
    text-align: center;
    padding-top: 50px;
}

#roter-btn {
    color: red;
    border-style: solid;
    border-radius: 2px;
    padding: 10px;
    border-width: 1px;
}

#roter-btn:hover {
	background: red;
	color: white;
	text-decoration: none;
}

#spalte-links, #spalte-rechts, #spalte-mitte {
    display: inline-block;
    width: 120px;
}

#spalte-mitte a {
	color: red;
}

#spalte-links a {
	color: red;
    border-style: solid;
    border-radius: 2px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
    border-width: 1px;
}

#spalte-rechts a {
	color: green;
    border-style: solid;
    border-radius: 2px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
    border-width: 1px;
}

#ausgezeichnet-btn {
	color: #f15922;
    border-style: solid;
	border-color: #f15922;
    border-radius: 2px;
    padding: 5px;
    border-width: 1px;
	width: 150px;
	margin: auto;
}

#ausgezeichnet-btn:hover {
	background: #f15922;
}

#spalte-rechts a:hover {
	background: green;
	color: white;
	text-decoration: none;
}

#spalte-links a:hover {
	background: red;
	color: white;
	text-decoration: none;
}

#positiv {
	color: green;
}

#negativ {
	color: red;
}

.logo-login {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.logo-login img {
	width: 300px;
}

#header-navigation-links, #header-navigation-rechts, #header-navigation-link {
	display: inline-block;
}

.header-navigation {
	position: relative;
}

#header-navigation-rechts {
    position: absolute;
     top: 50%;
     height: 20px;
     margin-top: -10px;
}

#header-navigation-link {
	padding-right: 20px;
}

#header-navigation-link-inaktiv {
    text-transform: uppercase;
    color: #d3d3d3;
    font-weight: 300;
}

#header-navigation-rechts {
	right: 0px;
}

.header {
	padding-bottom: 30px;
}

#logo-header {
	padding: 20px;
}

a {
	color: #4a86e8;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
}

a:hover {
	color: #0c3c89;
}

#text-orange {
	color: #f15922;
}

#text-gruen {
	color: green;
	text-transform: none !important;
	font-style: italic;
}

td {
	padding: 5px;
}

table a {
	font-weight: 500;
	text-transform: none;
}

td a {
	text-align: center;
}

table a:hover {
	text-decoration: underline;
}

#top-aktionen-suche input[type=submit] {
	display: none;
}

#weisse-zelle {
	background: white;
}

#zentrierte-zelle {
	text-align: center;
}

#rechte-zelle {
	text-align: right;
}

#ausgezeichnet-titel-logo {
	width: 60px;
}

input[type="radio"] {
	display: inline;
	width: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: -4px;
    vertical-align: middle;
}

#makler-radio label {
	font-size: 14px;
	font-weight: 300;
}

#makler-radio {
	padding-bottom: 5px;
    background: rgb(248, 248, 248);
	border: 1px solid #E8E8EE;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
	width: 370px;
}

#makler-liste {
	padding-top: 30px;
}

strong {
	font-weight: 600;
}

#makler-kontakt {
	padding-left: 65px;
}

#makler-distanz {
	display: inline;
	color: #f15922;
	font-weight: 600;
}

#makler-dropdown {
    height: 37px;
    font-size: 14px;
    width: 350px;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-left: 10px;
	margin-top: 30px;
	border: 1px solid #E8E8EE;
}

#hubspot-btn a {
    padding: 3px;
    border: 1px solid #f15922;
    color: white;
    border-radius: 2px;
    font-size: 10px;
    background: #f15922;
}

#homeday-btn a {
    padding: 3px;
    border: 1px solid #1C3553;
    color: white;
    border-radius: 2px;
    font-size: 10px;
    background: #1C3553;
}

#ok-btn a {
    padding: 3px;
    border: 1px solid #6EC048;
    color: white;
    border-radius: 2px;
    font-size: 10px;
    background: #6EC048;
}

#nok-btn a {
    padding: 3px;
    border: 1px solid #A72114;
    color: white;
    border-radius: 2px;
    font-size: 10px;
    background: #A72114;
}

#okautoreply-btn a {
    padding: 3px;
    border: 1px solid #F4D050;
    color: white;
    border-radius: 2px;
    font-size: 10px;
    background: #F4D050;
}

#datenmuell {
	opacity: 0.3;
}

#zufuehrung-btn {
    border-style: solid;
    border-radius: 2px;
    border-width: 1px;
	color: #4a86e8;
	border-color: #4a86e8;
    padding: 5px;
    border-width: 1px;
	width: 150px;
	margin: auto;
}

#zufuehrung-btn:hover {
    border-style: solid;
    border-radius: 2px;
    border-width: 1px;
	color: white;
	border-color: #4a86e8;
    padding: 5px;
    border-width: 1px;
	width: 150px;
	margin: auto;
	background: #4a86e8;
	text-decoration: none !important;
}

.aktivitaet {
	background: rgb(248, 248, 248);
}

#form-label {
	font-size: 12px;
	padding-left: 25px;
	padding-bottom: 5px;
}

#form-inhalt {
    font-size: 12px;
    padding-left: 25px;
    color: #676770;
	padding-bottom: 15px;
}

.negativ {
	display: inline;
	color: red;
}

.positiv {
	display: inline;
	color: green;
}

.rote-schrift {
}

.trennlinie {
    background: #eaebec;
    border: none;
    color: #eaebec;
    height: 1px;
    margin: 25;
}

.absatz-titel {
	padding-left: 25px;
	color: grey;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
}