/*-----------------------------------------------------------------------------*/
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
body {
	background-color: #f7f7f7;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
}
h1,h2,h3,h4,h5,h6,h7, .question {
	font-family: 'Gentium Basic', serif;
}

body, select, input, textarea {
	color: #333;
}

a {
	color: #1d91c3;
	text-decoration: none;
	border-bottom: 1px solid #1d91c3;
}

a.abc {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #1d91c3;
}

a:hover {
	color: #4c4c4c;
	border-bottom-color: #4c4c4c;
}
a:active {
	position: relative;
	top:1px;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.wrap {
	width: 980px;
	margin: auto;
}
.content {
	padding-bottom: 150px;
	padding-top: 20px;
	overflow:hidden; 
}

header {
	height: 150px;
	background-color: #1d91c3;
	color: #FFF;
}

header h1 {
	font-size: 46px;
	font-weight: bold;
	padding-top: 35px;
}
header h1 a:hover {
	border: 0;
	color: #fff;
}

header .sub-about {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
}

header a {
	color: #FFF;
	text-decoration: none;
}

.logo {
	float: left;
	width: 490px;
	text-align: left;
}

.navigation {
	float: right;
	text-align: left;
	padding-top: 50px;
}
.registrierung .navigation {
	padding-top: 60px;
}
.navigation a {
	border-bottom:none;
}
.navigation a:hover  {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.navigation a:active  {
	color: #fff;
	border-bottom: 0px solid #fff;
	position: relative;
	top: 1px;
}
.homepage .navigation li:last-child a {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
}
.homepage .navigation li:last-child a:hover {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	background-color: #349cc9;
}

.nav {
    list-style:none;
    margin-left:0;
}
.nav li {
	padding: 0 20px;
}
.nav li:last-child {
	padding-right: 0;
}
    .nav li, .nav li a {
            display:inline-block;
           *display:inline;
            zoom:1;
    }

.homepage header {
	text-align: center;
}


.info {
	width: 460px;
	padding-right: 30px;
	line-height: 32px;
	color: #808080;
	margin: 50px 0;
	float: left;
}

.moreinfo {
	padding-top:50px;
	width: 560px;
	line-height: 32px;
	color: #808080;
	text-align: justify;
	margin: auto;
}

.moreinfo li {
	margin-left: 30px;
	display: inline-block
}

.moreinfo ul {
	margin-top: 30px;
	margin-bottom: 30px;
}


.info h1 {
	font-size: 32px;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 10px;
}

footer {
	background-color: #ededed;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	color: #666;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-top: 30px;
}

.login {
	float: left;
	width: 460px;
	padding-left: 30px;
	margin-top: 95px;
}

.registerdiv {
	width: 400px;
	padding-left: 30px;
	margin: 35px auto 0 auto;
}
.registerdiv h2 {
	font-size: 32px;
	padding-bottom: 20px;
}

.inputs {
	position: relative;
}

.login .username, .login .password, .register .text-field, .verlaengern input {
	border: 1px solid #f7f7f7 ;
	font-size: 15px;
	width: 350px;
	color: #4c4c4c;
	background-color: #e5e5e5;
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding: 11px 0 11px 10px;
	text-indent: 1px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	        box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	-webkit-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   -moz-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   	 -o-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   	 	transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

.login .username:focus, .login .password:focus, .register .text-field:focus, .verlaengern input:focus {
	outline: none;
	background-color: #f2f2f2;
	border: 1px solid white;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	        box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	
}
.username-icon {
	background: url(../img/email-input.png) no-repeat center center;
	position: absolute;
	left: 326px;
	top: 11px;
	width: 20px;
	height: 20px;
}
.password-icon {
	background: url(../img/password-input.png) no-repeat center center;
	position: absolute;
	left: 326px;
	top: 72px;
	width: 20px;
	height: 20px;
}

.loginbtn, .button, .bezahlen, .frageninfo input[type=button] {
	text-align: center;
	background-color: #1d91c3;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: none;
    font-size: 17px;
    color: #fff;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
	-webkit-box-shadow: #1e6c8d 0px 1px 0px;
	   -moz-box-shadow: #1e6c8d 0px 1px 0px;
	        box-shadow: #1e6c8d 0px 1px 0px;   	padding: 10px 45px 9px 45px;
	-webkit-transition: background-color linear 0.2s, box-shadow linear 0.2s;
	   -moz-transition: background-color linear 0.2s, box-shadow linear 0.2s;
	   	 -o-transition: background-color linear 0.2s, box-shadow linear 0.2s;
	   	 	transition: background-color linear 0.2s, box-shadow linear 0.2s;

}

.button {
	width: 399px;
}
.bezahlen {
	margin-top: 29px;
	margin-left: 20px;
	width: 217px;
}

.loginbtn:hover, .button:hover, .bezahlen:hover, .frageninfo input[type=button]:hover {
	background-color: #33a6d8;
}

.loginbtn:active, .button:active, .bezahlen:active, .frageninfo input[type=button]:active {
	background-color: #33a6d8;
	position: relative;
	top: 1px;
	outline: none;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	        box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;

}

.or {
	color: #a7a7a7;
	font-size: 15px;
	padding: 0 45px;
	position: relative;
}

.register {
	font-size: 17px;
}

.vorname {
	width: 180px!important;
	float: left;
	margin-right: 13px;
}
.nachname {
	width: 180px!important;
	float: right;
}
.email, .strasse, .pwd {
	width: 388px!important;
}
.plz {
	width: 70px!important;
	float: left;
	margin-right: 13px;
}
.stadt {
	width: 293px!important;
}


/*.startinfo {
	
	width: 980px;
	
	line-height: 32px;
	color: #808080;
	
	padding-right: 30px;
	margin: 50px auto;
}
*/

startinfo .tile:nth-child(3n+3) {
margin-right: 0;
}

.startinfo h1 {
	font-size: 28px;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 10px;

}

.overview .navigation, .bezahlt .navigation, .resultat .navigation {
	padding-top: 30px;
}

.start {
	padding-top: 30px;
}
.start:hover {
	background: url(../img/overview.png) no-repeat center top;
}

.downloads {
	padding-top: 30px;
}
.downloads:hover, .downloads.active {
	background: url(../img/download.png) no-repeat center top;
}
.logout {
	padding-top: 30px;
}
.logout:hover {
	background: url(../img/logout.png) no-repeat center top;
}

.download .navigation, .verlaengern .navigation, .fragen .navigation {
	padding-top: 30px;
}

.downloadinfo {
	width: 460px;
	padding-right: 30px;
	line-height: 32px;
	color: #808080;
	margin: 30px auto;
}
.downloadinfo h1 {
	font-size: 32px;
	padding-bottom: 10px;
	text-align: center;
}

.downloadinfo h2 {
	font-size: 22px;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 2px;
}

.downloadinfo p {
	line-height: 28px;
	font-size: 16px;
}

.filesize {
	padding-left: 10px;
	font-size: 16px;
	font-style: italic;
	color: #b3b3b3;
}

.verlaengerinfo {
	width: 460px;
	padding-right: 30px;
	line-height: 32px;
	color: #808080;
	margin: 30px auto;
}
.verlaengerinfo h1 {
	font-size: 32px;
	padding-bottom: 10px;
	text-align: center;
}

.payment-error {
	background-color: #c93434;
	padding: 5px 15px;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
}
.verlaengerinfo h2 {
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 2px;
	padding-top: 10px;
}
.verlaengerinfo {
	font-size: 16px;
	line-height: 28px;
}

.verlaengern form fieldset label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.verlaengern input[type=text] {
	width: 448px;
}
.amount {
	color: #1d91c3;
	font-weight: bold;
}

.card-expiry-month {
	width: 40px!important;
}
.card-expiry-year {
	width: 60px!important;
}
.card-cvc {
	width: 60px!important;
}
.expiry {
	width: 150px;
	float: left;
}
.cvc {
	float: left;
}

.back {
	color: #4c4c4c;
	border-bottom-color: #4c4c4c;
}
.back:hover {
	color: #1d91c3;
	border-bottom-color: #1d91c3;
}

.payday {
	color: #1d91c3;
	font-weight: bold;
}


/*-----FRAGEN-----*/
.frageninfo {
	width: 680px;
	line-height: 32px;
	color: #808080;
	margin: 30px auto;
}
.question {
	font-size: 26px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #4c4c4c;
}

.frageninfo label input {
	margin-right: 10px;
	margin-bottom: 3px;
}

.hint {
	font-style: italic;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	color: #999999;
}

.simplebuttons {
	text-align: center;
	padding: 15px 0;
}

.frageninfo input[type=text], .frageninfo input[type=date] {
	border: 1px solid #f7f7f7 ;
	font-size: 15px;
	color: #4c4c4c;
	background-color: #e5e5e5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding: 9px 0 10px 10px;
	margin-right: 10px;
	margin-top: 2px;
	text-indent: 1px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	        box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	-webkit-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   -moz-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   	 -o-transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	   	 	transition: background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

.frageninfo input[type=text]:focus, .frageninfo input[type=date]:focus {
	outline: none;
	background-color: #f2f2f2;
	border: 1px solid white;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	        box-shadow: inset rgba(0,0,0,0.05) 0px 1px 1px;
	
}

.residv {
	width: 460px;
	padding: 40px 50px 35px 50px;
	line-height: 32px;
	color: #808080;
	margin: 30px auto;
	background-color: #fcfcfc;
	border-radius: 4px;
	box-shadow: 0 1px #d9d9d9;
}

.residv h1 {
	font-size: 32px;
	padding-bottom: 10px;
	text-align: center;
	color: #4c4c4c;
}
.residv td:first-child {
	width: 360px;
}
.residv td:last-child {
	width: 100px;
	text-align: right;
}
.zwischensumme td:first-child {
	font-weight: bold;
}
.zwischensumme td:last-child {
	border-top: 1px solid #808080;
	font-weight: bold;
}
.spacing  {
	height:  30px;
}

.einzelsummen {
	height: 40px;
	vertical-align: middle;
}

.immoest td {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 19px;
	height: 40px;
	vertical-align: bottom;
}


.left_arrow {
	float: left;
	height: 500px;
	line-height: 500px;
	width: 45px;
}

.left_arrow {
	float: left;
	height: 500px;
	line-height: 500px;
	width: 45px;
}

.left_arrow a, .right_arrow a {
	border: 0;
}

.right_arrow {
	float: right;
	width: 45px;
	margin-top: -1000px;
	min-height: 500px;
	line-height: 500px;
}

.tile {
	width:250px;
	height:110px;
	margin: 0 20px 20px 0;
	float: left;
	padding: 20px;
	color: #808080;
	background-color: #fcfcfc;
	border-radius: 4px;
	box-shadow: 0 1px #d9d9d9;
}
.tile h1 {
	font-size: 22px;
	padding-bottom: 2px;
}
.tile p {
	font-size: 15px;
}


/*.startinfo div:nth-child(3n+3) {
	margin-right: 0;
}*/


/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{
}
::selection {
}

/*a:link {-webkit-tap-highlight-color:;} */

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.search {
	 text-align: center;
}



/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}