body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #333333;
	margin: 10px 0;
	padding: 0px;
}
img {vertical-align: bottom;}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }


.masthead {
	background-color:#369;  
/*	background-image:  url(https://www.geschenke-trolle.de/images/back2024.jpg); */
/*background-image:  url(https://www.geschenke-trolle.de/images/back-weih-nisse.jpg);*/ 	
/*background-image: url(https://www.geschenke-trolle.de/images/header-fruehling.jpg);*/
background-image: url(https://www.geschenke-trolle.de/images/backvorher.jpg);
/* background-image: url(../images/head-ostern-2023.jpg);*/
/*	 background-image: url(https://www.geschenke-trolle.de/images/head2021.jpg);
url(https://www.geschenke-trolle.de/images/back.jpg);*/
	
	padding: 0px;
	text-align: left;
	position: relative;
	height: 120px;
}
.masthead {border-bottom: 1px solid #000; box-shadow: 0px 0px 30px rgba(0,0,0,.5); }
.masthead h1 {
	margin: 0px;
	color: #8C8C8C;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
}

	
.logo form {padding-top: 15px}
.Suche  {
	width: 120px;
	height: 20px;
	background-image: url(../images/lupe.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	background-color:rgba(192,192,192,1);
	border: none;
}


.clearing {
height: 0;
line-height: 0;
font-size: 0;
clear: both;
overflow:hidden;
}

/*.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}*/



.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.5);
}
hr {border-top: 1px solid #8c8b8b;}
.columns-wrapper {
	
	background-color: #FFF;
}

/*Heading styles*/
h2, h3 {
	margin: 15px 0px 5px 0px;
}

h2 {
	font-size: 1.15em;
	text-align: center
}
h3 {
	font-size: 1.1em;
	color: #003366
}


.header  {
	margin: 0px !important;
	margin-bottom: 10px !important;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

img.sonstiges{
	style="CSS-webkit-box-shadow: 10px 10px 30px grey;
-moz-box-shadow: 10px 10px 30px grey;
box-shadow: 10px 10px 30px grey;
border-radius: 5px;
}

.skala {
	height: auto !important;
	width: auto !important;
	max-width: 600px;
}

.sidebar {
	width: 30%;
	float: left;
	
}
.sidebar .content {
	padding: 30px;
	padding-top: 10px;
	font-size: .95em;
	line-height: 1.5em;
background-color: #D1D1A5;
}

.main-content {
	width: 70%;
	float: right;
    background-color: #c19c93 ;
	background-image: -ms-linear-gradient(top, #FFF, #c19c93);
	background-image: -moz-linear-gradient(top, #FFF, #c19c93);
	background-image: -webkit-linear-gradient(top, #FFF, #c19c93);
	background-image: linear-gradient(top, #FFF, #c19c93);
}
.main-content .content {
	padding: 30px;
font-size: .9em;
/*line-height: 1.5em;		*/
	border-left: 1px solid #000;
}

/*Ordinary Link Styles*/
.content a { color: #003399}
.main-content a:hover, .content a:focus { color: #0066CC;}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.footer {
	background-color: #000;
	border-top: 1px solid #000;
	padding: 20px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center; 
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px; 
}
 .preisrot {color: #B22222;
 font-weight: bold;
}
.kleiner{font-size:0.85em}
.grau{color:#666666;}
.Preis {
	height: 55px;
}
.lieferpr{font-size: 12px;
	color: #666666;
	line-height: 10px;
	
	}
.oben{
	height: 75px!important;
	line-height: 1.2em;
}
.bild {height: 196px; text-align:center; margin-bottom: 5px;}
/*.bild img{max-width: 176px; }*/


.bild figure,figcaption {
	margin: 0;
		padding: 0px;
}

.bild figure.einzel {
	position: relative;
	display: inline-block;
}

.bild figure img { 
display: block;  max-width: 176px; border: 1px solid #CCCCCC;
}

.bild figure img:hover {
filter: alpha(opacity=70);
opacity: .7; 
transition: opacity .55s ease-in-out;
-moz-transition: opacity .55s ease-in-out;
-webkit-transition: opacity .55s ease-in-out;
   }
.bild figcaption {	bottom: 0;margin-bottom: 3px; right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position: absolute;

	text-align: center;
	width: 105px;
	color: #000099;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.5);
/*	-webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
 /* -ms-transform: rotate(-10deg);     /* IE 9 */
/*  transform: rotate(-10deg);*/

}



.ZehnPixel{font-size:10px}
.liefer{font-size: .8em; color: #666666; letter-spacing: 0.5em;margin-bottom: 0px;	}/**/
.beschr{text-align:justify; -moz-hyphens: auto; -webkit-hyphens: auto;-khtml-hyphens: auto; hyphens: auto;} /* automat.worttrennung*/
.gaeste{background-color: #CCCCFF;  padding: 2px; width: 100%; font-size: 0.95em;}
.gaeste2{background-color:#FFFFFF;  font-size: 0.95em;}

/*menu*/

/*#p7swapmenu {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	padding: 6px;	
}*/
.zwischen{
	font-size: 0.85em;
	 font-weight: bold;
	/* line-height: 30px;*/
	margin-top:5px;	
	color:#990000;
	}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closid ul{display:none;}
.open ul{display:block;}/**/

/* Link Styles for the Menu */
.closid a, .open a, .allein a, .p7current a, .weihnacht a {
	background-repeat: no-repeat;
	background-position: 3px 50%; 
	/*border-bottom: 1px dotted #0000FF;
	display: block;alle borders gleich groß
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;*/
	color: #000033; 
		
	/*padding: 2px 0px 2px 16px; rechts,unten*/           
	padding: 2px 0px 2px 16px;
	line-height: 28px;/*vorher21*/
	text-decoration: none;/*nicht unterstrichen*/
}
@media (pointer: coarse) {
  
}

/* Hover and Active styles for the menu */
.closid a:hover, .open a:hover, .closid a:active, .open a:active, .allein a:hover, .weihnacht a:hover, .open ul li a:hover, .carttdklein a:hover, .linkcartklein a:hover {
			background-color: #CCCCFF;
		color:#000033;}

.allein a, .p7current a{background-image: url(../images/pagemarker.gif);}

.weihnacht a {
	background-image: url(../images/tannenzweig.gif);
	 background-size: 35px;
	 background-position: -3px 50%; 
	 padding: 2px 0px 2px 35px;}

/* Plus Sign for Trigger Links in Closed State */
.closid a{
	background-image: url(../images/menplus.gif);}


/* Minus Sign for Trigger Links in Open State */
.open a {background-image:  url(../images/menminus.gif);}


/* Link Styles for the Submenus */
.closid ul a, .open ul a, .open ul a:hover  {
/**/display:block;
	background-color:#E1E1C4;
	background-image: url(../images/pagemarker.gif);
	background-repeat: no-repeat; 
	background-position: 0% 50%; /*border: 0;*/
	/*color:black; bei anderer Farbe für open a*/
	font-weight: normal;
	padding-left: 12px; /*padding: 0 0 0 12px; 12 Abstand Bild zur Schrift*/
	 margin-right: 12px; /* Bilder 16 nach rechts*/
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 10px;/* Abstand von vorne*/
	line-height: 16px;
	color:#003366;
}


#idakt {font-weight:bold;
		color:#999999;}
/* Ende p7*/








/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow:hidden;
}

.one-column-column1 {
	width: 100%; 
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 2%;	
	
}
.one-column-content {
	padding: 8px; 
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 1.0em;
	background-color: #EEEBDB;
	box-shadow: inset 0px 0px 30px #CCC;
}


.three-column-column3 {
	width: 32%; 
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 2%;	
	float: left;
}
.three-column-content {
	padding: 10px;
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.9em;
	background-color: #EEEBDB;
	box-shadow: inset 0px 0px 30px #CCC;
}



/*zusammenschieben bis 660*/
@media only screen and (min-width: 660px) and (max-width: 1000px)  {

.content-wrapper {width: auto; margin: 0px 10px;}
.content {padding: 20px !important;}
}




@media only screen and (min-width: 0px) and (max-width: 899px) {
	
.three-column-column3 {
	width: 49%; 
	/*float: none;*/
	margin-bottom: 15px;
	min-width: 185px; 
}
.three-column-column3 .three-column-content {
	height: auto !important;
	max-height: 888678px; 
	/*min-height: 460px;*/
	clear: both;
}
}


/*1 Column  und Menu oben statisch bis 659*/
@media only screen and (min-width: 0px) and (max-width: 659px) {
body {margin: 0px; background-color:#FFFFFF}
.content-wrapper, .masthead, .footer  {border-radius: 0px; }
.content-wrapper {width: auto; margin: 0px 10px;}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;	
	
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;

}

.three-column-column3 {
	width: 95%; 
	margin-right: 5px;
	margin-bottom: 15px;
	/*float: none;*/
}
.three-column-content {
	height: auto !important;
	max-height: 888678px; 
}

.headschrift {
 display: none !important;
 }

}



/*eigene*/
.info{font-size: 16px; font-weight: bold; color: #0000FF}
.logoutoben_aktiv{
	font-weight: bold;
	font-size: 1.1em;
	color: #B22222;
	}
	.logoutoben_inaktiv a{
		text-decoration: none}
	
	/*cart.php*/
.carttabelle  {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	font-size: 0.9em;
	text-align: left;
	background-color: #F2F2FF;
	}	/**/
	
	.nullneun{font-size: 0.9em}
	
	.cartueber {
	background-color: #E6E68F;
	color: #191970;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	 border: 1px solid #003366;
}
	.carttd { border: 1px solid #003366;
	padding-right: 3px;
	text-align: left;
	font-size: 0.9em}
	.right{text-align: right;}
	.center{text-align: center;}
	

	
	
	.cartsumme {
	text-align: right;
}
	.PreismitVersand {
	text-align: center;
	font-weight: bold;
		color: #990000;
	
}
 .preis {color: #B22222;
 font-weight: bold;
}

.preisexcl {color: #FF6666;
 font-weight: bold;

}

/*form, label, input, textarea {width: 98% !important;}*/
list {width: 98% !important;}
textarea {width: 98% !important; border: 1px solid #999999}

@media print {
#task_flyout {
  display: none;
} }