body {

}
.reiselistitem {

}
.reiselistitemtext {
	font-size: 140%;
	font-style: italic;
	color: #444;
	margin: 0 -15px;
}


.reiselistpicture img {
	border-radius: 5px;
}
.reiselistaddon{
	line-height: 20px;
	margin-top: 10px;
}
.reiselistflags {

}
.reiselistflags img{
	margin-top: 4px;
}
.reiselistaddonbox {
	margin-right: 15px;
}
.reiselistaddonbadge {
	/* margin-top: 10px; */
	background-color: transparent;
	color: #777;
}

#suchfeld {
	margin-bottom: 10px;
}
.suchfeld_fett {
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.input-example {
	
}
@media (max-width: 1200px) {
	.reiselistpicture {
		text-align: center;
	}
	.reiselistpicture img {
		max-width: 80%;
	}
}
@media (max-width: 1024px) {
	.input-example {
		display:none;
	}
	.reiselistitemtext{
		font-size: 120%;
		color: #333;
		margin: 0;
	}
	.reiselistpicture {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.reiselistpicture img {
		max-width: 100%;
	}
	.reiselistitemtext{
		font-size: 100%;
		font-weight: bold;
		color: #444;
	}
	#suchfeldbutton span {
		display: none;
	}
	#suchfeldbutton:after {
		content: 'Suche';
	}
}
