.funboxes .funboxes-item
{
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.funboxes .funboxes-item .angebot,
.funboxes .funboxes-item .funboxes-item-image
{
	border-color: #442101;
	border-style: solid;
}
.funboxes .funboxes-item .angebot
{
	border-width: 3px;
}
.funboxes .funboxes-item .funboxes-item-image
{
    display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.funboxes .funboxes-item .button
{
    position: relative;
	margin: 20px 0;
	padding: 0;
	border: none;
    display: block;
}
.funboxes .funboxes-item .button:hover
{
	background-color: transparent;
}
.funboxes .funboxes-item .button a
{
    width: 100%;
	display: inline-block;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    background: #f69f16;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 8px 40px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.funboxes .funboxes-item .lastbox .dauerpreis .dauer,
.funboxes .funboxes-item .lastbox .dauerpreis .preis
{
	text-align: center;
}
.funboxes .funboxes-item .angebot
{
	padding: 10px;
}
.funboxes .funboxes-item .angebot.angebot-wide
{
    padding: 0;
}
.funboxes .funboxes-item .angebot .box
{
    padding: 10px 10px 20px 10px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.funboxes .funboxes-item .angebot .box p
{
	margin: 0;
	text-align: justify;
}
.funboxes .funboxes-item .angebot .box h3
{
    font-size: 20px;
    margin: 20px 0 20px 0;
	text-align: center;
}
.funboxes .funboxes-item .angebot .beigebox
{
	background: #f4e6cf;
}
.funboxes .funboxes-item .angebot .box.lastbox
{
	padding-bottom: 10px;
}
@media (min-width: 768px)
{
	.funboxes .funboxes-item .angebot .box
	{
		padding-bottom: 0;
	}
}

.entry-content .funboxes
{
	margin-left: -40px;
	margin-right: -40px;
}

.widget
{
	overflow: visible !important;
}