﻿html
	{ 
    height					: 100%;
	background				: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size	: cover;
	-moz-background-size	: cover;
	-o-background-size		: cover;
	background-size			: cover;
	}

#top06{
background-color : #204164;		
color 			 : #555555;
}

div#maincontainer
	{
	max-width			: 1100px;
	margin-top			: 50px;
	margin-bottom		: 50px;	
	background-color	: #FFFFFF; 
	padding				: 25px;

	/*
	opacity: 0.97;
    filter: alpha(opacity=97);
	*/
	}

img {
    max-width			: 100%;
    height				: auto;
	}	


img#Mainlogo
	{
	padding-bottom		: 20px;
	}
	

div.wolf-container
	{
	padding-top			: 25px;
	padding-bottom		: 25px;
	padding-left		: 0px;
	padding-right		: 0px;	
	}

div.wolf-text
	{
	padding-left		: 0px;
	padding-right		: 25px;
	/*
	padding-left		: 25px;
	padding-right		: 25px;		
	*/
	}

div.wolf-bild
	{
	padding-left		: 25px;
	padding-right		: 0px;
	/*text-align		: right!important;	*/
	}

div.wolf-bild img
	{
	width				: 100%;
	/*text-align		: right!important;	*/
	}
	
div.wolf-sidekick
	{
	padding-left		: 25px;
	margin-right		: 0px;
	background-color	: #EFEFEF;
	}

div.portrait
	{
	margin-top			: 10px;
	}


div.portraittext
	{
	padding-top			: 5px;
	padding-bottom		: 10px;	
	}

	
div.portraittext h4
	{
	margin-top			: 10px;
	}

	
div.portrait img
	{
	width				: 100%;
	}

div.fp
	{

	}
	
div.fp h1
	{
	font-size			: 28px;
	}

div.fp img
	{
	width:100%;
	}


span.displaynone
	{
	display:none;
	}


p.ausverkauft
	{
	background-color: beige;
	}


/*
---------------------------------
Fonts
---------------------------------
*/

a	{
	color				: #00409F;
	}


div,h1,h2,h3,h4,h5, p, li{
	//font-family			: 'Roboto', sans-serif;
	color				: #333333;
	}

p, li
	{
	font-size			: 17px;
	}

h1
	{
	font-weight			: bold;
	font-size			: 32px;
	}

h2
	{
	border-bottom		: 1px #666666 solid;
	font-weight			: bold;
	font-size			: 24px;
	margin-top			: 30px;
	margin-bottom		: 10px;
	clear				: left;
	}


h3
	{
	font-size			: 21px;
	font-weight			: bold;
	}

h4
	{
	font-size			: 18px;
	font-weight			: bold;
	margin-top			: 25px;
	margin-bottom		: 0px;
	}

/*
---------------------------------
Toplevel Navigation
---------------------------------
*/

#topnavi
	{
	background-color	: #666666;
	padding				: 0.01em 0px;
	}

#topnavi li a
	{
	min-height		: 40px;
	min-width		: 160px;
	text-align		: center;
	color 			: #FFFFFF;		
	font-size		: 18px;
	font-weight	 	: normal;
	letter-spacing	: 1.8pt;
	text-decoration : none;
	}

#topnavi li a:hover
	{
	background-color: #BBBBBB;
	color 			: #555555;
	}

/*
---------------------------------
2ndlevel Navigation
---------------------------------
*/


#navilvl2
	{
	background-color	: #DDDDDD;
	padding				: 0px;
	margin				: 0px;
	}



#navilvl2 li a
	{
	min-height		: 20px;	
	min-width		: 160px;
	text-align		: center;
	color 			: #000000;
	font-size		: 15px;	
	letter-spacing	: 1.8pt;
	padding			: 2px 5px 2px 5px;	
	}

#xxnavilvl2 li a:hover
	{
	background-color	: #BBBBBB;
	color				: #555555;
	}

/*
---------------------------------
Tabellen
---------------------------------
*/

table.Preisliste, table.Preisliste td
	{
	border-collapse		: collapse;
	width				: 100%;
	}

table.Preisliste td
	{
	padding : 10px;	
	}
	
table.Preisliste tr td:nth-child(3)
	{
	text-align	:	right;
	}	

table.Preisliste tr:nth-child(odd) {background-color: #f2f2f2}

table.Preisliste #Attribute
	{

	}

table.Preisliste #CHF
	{
	width	:	50px;
	}

table.Preisliste col#Werte
	{
	width	:	80px;
	}

/*
---------------------------------
Itemlist
---------------------------------
*/


ul.w3-ul li {
	padding: 6px 2px 6px 16px;
	border-bottom: 1px solid #ddd;
}


ul.itemlist
	{
	margin-bottom	 	: 40px;
	list-style			: none;
	padding				: 0;
	margin				: 0;
	}

ul.itemlist h3
	{
	font-weight			: bold;
	}
	
ul.itemlist li
	{
	min-height			: 220px;	
	padding-top		 	: 20px;
	padding-bottom	 	: 20px;	
	clear				: both;
	}

ul.itemlist img
	{
	float 				: left;
	padding-top		 	: 0px;
	padding-left		: 0px;
	margin-right 		: 25px;	
	margin-bottom 		: 60px;
	}

/*
---------------------------------
Footer
---------------------------------
*/

#footer
	{
	margin-top			: 35px;
	padding				: 10px;
	width				: 100%;
	
	color				: #FFFFFF;
	background-color	: #666666;
	text-align			: center;
	letter-spacing		: 1.7pt;	
	font-size			: 14px;	
	}

#footer a
	{
	color				: #EEEEEE;
	}
	
/*
---------------------------------
Social Media
---------------------------------
*/


/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}	
