@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'squareslab711_lt_btlight', Helvetica, Arial, sans-serif
}

html {
	height: 100%;
}

/*********
Allgemeine Responsive Klassen fÌr GerÀte
*********/
/* Desktop */
@media 
only screen and (min-device-width : 880px), 
only screen and (min-width : 880px) {
.desktop-off, 
.tablet-on,
.phone-on {
	display: none;
}
.desktop-on, 
.tablet-off, 
.phone-off {
	display: block;
}
}
/* Tablets */
@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
.tablet-off,
.desktop-on, 
.phone-on {
	display: none;
}
.tablet-on,
.desktop-off, 
.phone-off {
	display: block;
}
}
/* Mobile */
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.phone-off,
.desktop-on, 
.tablet-on
 {
	display: none;
}
.phone-on, 
.desktop-off, 
.tablet-off {
	display: block;
}
}

/*********
Allgemeine Content Styles
*********/

h1 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.25rem;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.25em; /* 20px 20/16 = 1.25 */
	color: #898989;
	margin-bottom: 15px;
}

p {
	font-size: 1.125rem; /* 12px 12/16 = 0.75 */
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

img {
	border: 0;
}

.img-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.img-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.img-center {
	text-align: center
}

ul {
	padding: 0;
} 

li {
	list-style-type: none;
	font-size: 0.75em; /* 12px 12/16 = 0.75 */
}


/*Links*/
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1em */
	height: 100%;
	
	background-color: #242527;
	background-image: url(../img/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;  
	background-size: cover; 
}

body, img, p, tr, td {
	color: #fff;
}

#main {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/layout/bg-r.png) no-repeat top #901913;
	background-position: 0px 120px;
}

#logo {
	height: 145px;
}

header nav {
	height: 100px;
}

#content {
	margin-top: 50px;
	padding-left: 173px;
	padding-right: 173px;
}

footer {
	background-color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 100px;
}

address, 
address a {
	color: #000;
	font-style: normal;
	font-size: 1.125rem;
}

/*********
Gewürze
*********/
ul.gewuerz-list li {
	overflow: hidden;
}

.gewuerz-list h2, 
.gewuerz-list p,
.gewuerz-list a {
	color: #fff;
}

.gewuerz-list h2 {
	margin-top: 20px;
}

.gewuerz-list p.preis {
	font-size: 2rem;
	margin-bottom: 5px;
}

/*********
Navigation
*********/
ul.haupt-nav {
	position: absolute;
	width: 630px;
	background: #fff;
	padding-left: 173px;
	padding-right: 173px;
	height: 40px;
	line-height: 40px;
}

ul.haupt-nav li {
	display: inline-block;
	margin-right: 50px;
}

ul.haupt-nav li a {
	text-decoration: none;
	font-size: 1.625rem;
	color: #000;
	text-transform: uppercase;
}

ul.sub-nav {
	position: absolute;
	left: 173px;
	top: 40px;
}

ul.sub-nav li {
	margin-right: 25px;
}

ul.sub-nav li a {
	color: #fff;
}

ul.sub-nav li a.active,
ul.sub-nav li a:hover {
	border-bottom: 2px solid #fff;
}

.rudins-site ul.sub-nav, 
.index-site ul.sub-nav {
	display: none;
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 10px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #e3b2b3;
}

th {
	padding: 2px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #C00;
}


td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #333;
	vertical-align: top;
	text-align: left;
}

/*********
Formulare
*********/
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

fieldset.product {
	width: 50%;
	float: left;
}

legend {
	font-size: 1.25rem;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

label {
	display: inline-block;
	width: 25%;	
	font-size: 1.125rem;
}

label.cb {
	display: inline;
}

label.rd {
	display: inline;
	margin-right: 20px;
}

.list label {
	width: auto;
	display: block;
}

label.cb.pdf {
	display: inline-block;
	width: 50px;
}

.input-desc {
	font-size: 0.8em;
	display: block;
	margin-top: -10px;
	margin-bottom: 15px;
}

input, 
select, 
textarea {
	background-color: #fff;
	border: 1px solid #1a171b;
	padding: 4px;
	font-size: 0.8em;
	width: 50%;
	margin-bottom: 0px;
}

input:focus {
	border-color: #fff;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	padding: 10px;
	margin-right: 5px;
	border: 0;
	background: none;
}

p.button {
	text-align: center;
}

button {
	background-color: #a13b36; 
	color: #fff;
	margin-top: 25px;
	border: 0;
	padding: 5px;
	width: 50%;
}

button:hover {
	background-color: #1a171b;
}

.list input {
	width: 20px;
	float: left;
	margin-right: 5px;
}

.filter input[type="submit"] {
	width: inherit;
}

input.pflicht {

}

div.halb input.text {
	width: 90%;
}

.error, 
#minorder p, 
#check p {
	display: block;
	color: #1A171B;
}

/*********
Transparenzen
*********/
.opac70 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape/FireFox */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* aktuelle Browser */
	  opacity: 0.7;
}

.opac100 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape/FireFox */
	  -moz-opacity: 1.0;
	  /* Safari 1.x */
	  -khtml-opacity: 1.0;
	  /* aktuelle Browser */
	  opacity: 1.0;
}