@charset "utf-8";
/* CSS Document */

.card-body {
	padding: 0.5rem;
	
}

.cardset1 {
	background-color: #669999;
	
}
.cardset2 {
	background-color: #cc6666;
	
}
.cardset3 {
	background-color: #cc9966;
	
}
.cardset4 {
	background-color: #478566;
	
}
.cardset5 {
	background-color: #b9b946;
	
}
.cardset6 {
	background-color: #eaece5;
	
}
.cardset7 {
	background-color: #b2c2bf;
	
}
.cardset8 {
	background-color: #9fa9a3;
	
}
.cardset9 {
	background-color: #e3e0cc;
	
}
.cardset10 {
	background-color: #77a8a8;
	
}
.cardset11 {
	background-color: #3b3a30;
	
}
h3.card-title {
	font-size: 1.5rem;
}
h5.card-subtitle {
	font-size: 1.2rem;
}
p.card-text {
	padding-bottom: 0.8rem;
	line-height: 1.2rem;
}
.card-werbungsky {
	min-width: 150px;
}
img.sepia {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}

.blur {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

	@media screen and (max-width: 1100px) {
		div.werbungbooking {display: none;}}

@media screen and (max-width: 550px) {
		div.werbungbookingklein {display: none;}}
@media screen and (min-width: 1099px) {
		div.werbungbookingklein {display: none;}}
