<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reviewdiv
{
	border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    padding: 10px;

    position:relative;
}

.reviewdiv:hover
{
	background-color: #eee;
}

.reviewdiv p
{
	padding: 0px;
}

.reviewdiv h1
{
	color: #0d509e;
}

.reviewheader
{
	color: #0d509e;
    font-size: 14px;
    text-align: center;
}

.reviewdiv img {

    max-width: 100%;
    height: auto !important;

}

.reviewsuche
{
	text-align: center;
	padding-right: 0;
}

.reviewsuche input
{
	width:70%;
}

.btn-reise
{
	background: #e30613 none repeat scroll 0 0; 
    color: #fff;
    font-size: 12px;
    height: 50px;
}

.imagereview
{
	-webkit-box-shadow: 0px 4px 17px -3px rgba(115,115,115,1);
	-moz-box-shadow: 0px 4px 17px -3px rgba(115,115,115,1);
	box-shadow: 0px 4px 17px -3px rgba(115,115,115,1);

	background-size: contain;
	
	background-position: center center;
    background-size: cover;
    border: 5px solid #fff;
    margin-bottom: 10px;
    min-height: 180px;
	
}

.imagelink
{
	margin-top: 10px;
	padding-right: 0;
}
@media (min-width: 768px) {
.imagelink
    {
        bottom: 15px;
        left: -15px;
        position: absolute;
    }
}
.imagelink img
{
	float: right;
    margin-top: 5px;
	width: 150px;
}

.btnsearch
{
	height: 26px;
}

.suchergebnisse span {
    background-color: #dd2b1c;
    color: #fff;
    padding: 5px;
	
}
.suchergebnisse {
	margin-bottom:10px;
}</pre></body></html>