.gridster * {
  margin:0;
  padding:0;
}

ul {
  list-style-type: none;
}

#content ul {
  list-style-type: disc;
}

.controls {
    margin-bottom: 20px;
}

/*/
/* gridster
/*/

.gridster ul {

}

#lock
{
	cursor:pointer;
	z-index:100;
}

.gridster li {
	background-color:#ffffff;
	z-index:0;
}

.usualpage .gridster li
{
	position:absolute !important;
}


.gridster {
    margin:0px auto 20px;
	max-width:1000px;
	width:100%;
    opacity: 1;

    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.gridster .gs-w {
    background: none repeat scroll 0 0;
    box-shadow: none;
    cursor: pointer;
}


.gridster li.gs-w {
    box-shadow: none;
    cursor: pointer;
	background-size:contain;
	}

.gridster .player {
    background: #BBB;
}

.gal
{
	width:100%;
	height:100%;
	display:none;
	background-size:contain;
}

.gridster .preview-holder {
    border: none!important;
    background: red!important;
}


#lock,#locker
{
background-image:url('/templates/frontend/images/lock.png');
}

#locker
{
	cursor:pointer;
}

#locker:hover
{
background-image:url('/templates/frontend/images/lock2.png');
}

.lockerhover
{
background-image:url('/templates/frontend/images/lock2.png') !important;
}

.lockerhover:hover
{
background-image:url('/templates/frontend/images/lock.png') !important;
}

.temp
{
background-image:url('/templates/frontend/images/loader.gif') !important;
background-color:#eeeeee;
}

.block
{
	background-size:contain;margin:3px;
	float:left;
}

.square
{
	width:94px;height:94px;
}

.square2
{
	width:194px;height:194px;
}

.square3
{
	width:394px;height:394px;
}

.rectangular
{
	width:194px;height:94px;
}

.rectangular2
{
	width:394px;height:194px;
}


.cart a {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: -10px;
  background: transparent url(shoppingcart.png) no-repeat 0 0;
  text-indent: -9999px;
}

.cart a:hover, .cart-hover {
  background-position: 0 -32px;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 200px;
  overflow:hidden;
  min-height:auto !important;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.65);
  display: none;
  z-index:0;
  text-align: center;
}

#overlayinner {
   margin:10px auto;
   width:95%;
   max-width:1000px;
}

#overlay a {
  font-size: 130%;
  font-weight: bold;
}

.bkg-slider-container
{
	background-size:contain;
    position: absolute;
    top:0;
    left:0;
}

.widgettext
{
	text-align:left;
	padding:20px !important;
}

.widgettext h1, .widgettext h2
{
	margin:10px 0;
}

.widgettext
{
	text-align:left;
	padding:20px !important;
}

.widgettext h1, .widgettext h2
{
	margin:10px 0;
}

.widgettext h1
{
	line-height:40px !important;
}

.widgettext h2
{
	line-height:21px !important;
}

.widgettext h3
{
	line-height:20px !important;
	margin:5px 0;
}

.gridster li
{
	line-height:normal !important; 
}


#content
{
	margin:3px;
	background-color:#ffffff;
	padding:25px;
}

h4
{
	margin-top:0;
	font-style:italic;
	margin-bottom:0;
}

.frontsmall
{
	color:#ffffff;
	font-size:11px;
	text-align:center;
	line-height:24px;
	text-align:left;
}

.frontbold
{
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:20px;
	font-style:italic;
}

.frontbo
{
	color:#ffffff;
	font-size:18px;
	line-height:22px !important;
}

#personalia input[type="text"], #personalia textarea, #mc-embedded-subscribe-form input[type="text"]
{
	border-radius:2px;
	border-style:none;
	padding:3px;
}


.frontmail
{
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:12px !important;
	padding-top:12px !important;
}

.mailfield
{
	width:100%;
	margin-top:5px !important;
	margin-bottom:2px !important;
	padding:3px !important;
	color:#64263C;
	font-size:12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.frontb
{
	color:#ffffff;
	font-size:20px;
	text-align:left;
	line-height:34px;
	font-style:italic;
}


.frontbold input
{
	width:92%;
	font-size:10px;
	line-height:15px;
	padding-left:3px;
	padding-right:3px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#submits2
{
	width:100%;
	max-width:180px;
	margin:0;
	border:0;
	color:#ffffff !important;
	cursor:pointer;
	background-image:url('/templates/frontend/images/submit.png') !important;
	background-size:contain;
	background-repeat:no-repeat;
	min-height:20px;
	background-color: none;
	border:0;
    display: block;
}


input#submits:hover
{
	opacity:0.5;
}
