/* Allgemein */
a {
	color:#c5a17b;
}

a:hover{
	color:#027394;
	text-decoration:none;
}

input, textarea, button, select {
	padding-left: 13px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-top: 10px;
	border-color: #ababab;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-left: 2px;
	color:#c5a17b;
	font-size: 10px;
}

label {
	width: 100%;
}

/* Preiskalkulator Design */


/* Tabele */

.preisliste {
	width: 100%;
	margin-top: 20px;
}


/* Überschriften */

table tr .pltitel {
	background:-moz-linear-gradient(bottom, #dcdcdc 0%, #f1f1f1 100%); /* Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#f1f1f1'); /* Internet Explorer */
	
	border: #ababab;
	border-style: solid;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 40px;
	border-width: 1px;
}

#preiskalkulator .preisliste h3 {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.plzeile1 {
	background: none;
	height: 30px;
}

.plzeile2 {
	background-color: rgba(235, 222, 209, 0.2);
	height: 30px;
}


/* Spalten */

.plbutton {
	width: 26px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	padding-left: 10px;
}

.scheme_default table td label:before {
	color: red;
}

.plareal {
	
}

.plpreis3 {
	color: #c5a17b;
	text-align: center;
	font-weight: bold;
}

.plpreis2 {
	color: #949494;
	text-align: center;
}

.plpreis1 {
	text-align: center;
	color: #cccccc;
}

.scheme_default table > tbody > tr > td.spaltenstyle8b {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	background-color: rgba(0, 0, 0, 0.05);
	color: red;
}	

.scheme_default table > tbody > tr > td.spaltenstyle6b {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	background-color: rgba(0, 0, 0, 0.03);
	color: #c5a17b;
}	

.scheme_default table > tbody > tr > td.spaltenstyle1b {
	border-right: 1px solid #b3b3b3;
	color: #606060;
}


/* Tabelen Kopf Zeile */

.plpreis3titel {	
	margin: 0px;
	padding: 0px;
	height: 87px;
	width: 20%;
	max-width: 160px;

}

.plpreis3div {
	background-color: #8F8F8F;
	color: white;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border-radius: 15px 15px 0px 0px;
}

.plpreis2titel {
	margin: 0px;
	padding: 0px;
	width: 20%;
	max-width: 160px;
	height: 87px;
}

.plpreis2div {
	background-color: red;
	color: white;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border-radius: 15px 15px 0px 0px;
}

.plpreis1titel{
	margin: 0px;
	padding: 0px;
	width: 20%;
	max-width: 160px;
	height: 87px;
}

.plpreis1div {
	background-color: #c5a17b;
	color: white;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 15px 15px 0px 0px;
	padding-top: 26px;
}

#preiskalkulator .preisliste .zurueck {
	 vertical-align: top;
}

#preiskalkulator .preisliste .zurueck input {
	margin: 0px;
	border-radius: 5px;
}

/* Checkboxen */

.preisliste input[type="checkbox"] {
	position: absolute;
    width:22px;
    height:22px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
    display: block;
    z-index: 10;
}

.preisliste input[type="checkbox"] + label:before {
    display:inline-block;
	border-radius: 5px;
    margin-right:4px;
    vertical-align:top;
}





/* Preisberechnung */

.paketzeile1 {
	border-color: #c5a17b;
	border-style: solid;
	border-width: 1px;
}

.paketzeile2 {
	border-left-color: #c5a17b;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #c5a17b;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #c5a17b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.paketpreis, .ratenpreis, .normalpreis {
	line-height: 1.4em;
	margin: 0;
	padding: 2px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #fff;
}

.ende {
	float: right;
	color: #c5a17b;
	margin: 0;
	margin-right: 0px;
	padding: 0px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #fff;
	text-align: right;
}

.paketpreis {
	font-size: 24px;
	color: #c5a17b;
/* 	margin-right: 35px; */
}

.ratenpreis {
	font-size: 24px;
	color: #656565;
/* 	margin-right: 35px; */
}

.normalpreis {
	font-size: 20px;
	color: #DADADA;
/* 	margin-right: 35px; */

}

.ratenpreis a {
	text-decoration: underline;
	color: #656565;
}

.ratenpreis a:hover {
	color: #c5a17b;
}

.big {
	font-size: 26px;
}

.klein {
	font-size: 15px;
	line-height: 1px;
}

.line-through {
	text-decoration: line-through;
}

/* Tabs   */

.idTabs li {
	float: left;
	list-style: none;	
}

.idTabs a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 2px;
	border-color: #ababab;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	line-height: 50px;
	white-space:nowrap;
	font-size: 16px;
	border-radius: 5px 5px 5px 5px;	
}

.idTabs .selected {
	border-color:#c5a17b;
	background-color: #c5a17b;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;	
}

.orange a {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 2px;
	border-color: #ababab;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	color: #faa003;
	line-height: 50px;
	white-space:nowrap;
}

.orange a:hover {color: #faa003;}

.orange .selected {
	border-color:#faa003;
	background-color: #faa003;
	color: #ffffff;
}

.orange a.selected:hover {color: #ffffff;}

.mini {
	text-align: center;
	font-size: 10px;
}

.scheme_default table > tbody > tr > td {
	background-color: rgba(255, 255, 255, 0);
	border-color: #e5e5e5;
}

@media (max-width: 400px) { 

	body {
		font-size: 13px;
	}	
		
	#preiskalkulator .preisliste .plzeile1 .plpreis1titel,
	#preiskalkulator .preisliste .plzeile1 .plpreis2titel,
	#preiskalkulator .preisliste .plzeile1 .plpreis3titel{
		font-size: 10px;
	}	
	
}

@media (max-width: 500px) { 

	#spacer {
		height: 110px;
	}

	#footer {
		padding-left: 5%;
		padding-right: 5%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		right: 0px;
		height: 105px;
		background-color: white;
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
		
	}
	
	#kleinerfooter {
		padding-left: 5%;
		padding-right: 5%;
/*
		position: fixed;
		left: 0px;
		bottom: 0px;
		right: 0px;
		height: 105px;
*/
		background-color: white;
/*
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
*/
	}
	
	.normalpreis, .ratenpreis, .paketpreis {
		font-size: 16px;
	}
	
	.ratenpreis a {
		font-size: 12px;
	}
	
	.klein {
		font-size: 10px;
	}
	
	h1#Logo {
		background: url(../images/Nazar-Logo.png) no-repeat;
		background-size: 125px 65px;
		width: 125px;
		height: 65px;	
	}
	
	.plpreis3titel{
		height: 57px;
	}
	
	.plpreis3div {
		height: 42px;
		padding-top: 20px;
		font-size: 6px;
		line-height: normal;
	}
	
	.plpreis2titel{
		height: 57px;
	}
	
	.plpreis2div {
		height: 42px;
		padding-top: 20px;
		font-size: 6px;
		line-height: normal;
	}
	
	.plpreis1titel{
		height: 57px;
	}
	
	.plpreis1div {
		height: 42px;
		padding-top: 20px;
		font-size: 6px;
		line-height: normal;
	}	
	
}

@media (min-height: 400px) and (max-height: 749px) {
	
	#spacer {
		height: 110px;
	}

	#footer {
		padding-left: 5%;
		padding-right: 5%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		right: 0px;
		height: 105px;
		background-color: white;
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
		
	}
	
	#kleinerfooter {
		padding-left: 5%;
		padding-right: 5%;
/*
		position: fixed;
		left: 0px;
		bottom: 0px;
		right: 0px;
		height: 80px;
*/
		background-color: white;
/*
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
*/
	}

	.normalpreis, .ratenpreis, .paketpreis {
		font-size: 16px;
	}
	
	.ratenpreis a {
		font-size: 12px;
	}
	
	.klein {
		font-size: 10px;
	}
}

@media (min-height: 750px) {
	
		#spacer {
		height: 150px;
	}

	#footer {
		padding-left: 5%;
		padding-right: 5%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		right: 0px;
		height: 145px;
		background-color: white;
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
		
	}
	
	#kleinerfooter {
		bottom: 0px;
		right: 0px;
		height: 105px;
		background-color: white;
/*
		border-top: #c5a17b;
		border-top-style: solid;
		border-top-width: 1px;
*/
		padding-bottom: 100px;
	}
	
	.idTabs a {
		font-size: 14px;
	}
}
