/*--- ALLGEMEIN ---*/
.arabisch body, .farsi body {
	direction: rtl;
  font-family: Arial, sans-serif;
}
.arabisch p, .arabisch h1, .arabisch h2, .arabisch h3 {
  font-family: Arial, sans-serif;
}


/*--- NAVIGATION ---*/
.arabisch header .showLanguageMenu {
	left: inherit;
	right: 260px;
}
.arabisch .mega-nav--mobile .showLanguageMenu {
	left: inherit;
	right: 80px;
}
.arabisch .para {
	margin: 0 -15px 0 0;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
}
.arabisch .mega-nav__logo svg {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
}
.arabisch .showLanguageMenu .icon {
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
}


/*--- NAV: naechstes Thema ---*/
.arabisch .pn-links__item:last-child .pn-links__link {
	border-right: none;
}
.arabisch .pn-links__item:first-child .pn-links__link {
	border-right: 1px solid var(--color-beige-dark);
}


.arabisch .uploads .icon {
	width: 1.4em !important;
	height: 1.4em !important;
}

/*--- KARTE ---*/
.arabisch #bh-sl-user-location .grid .col-2\@md, .arabisch #bh-sl-user-location .grid .col-6\@md {
	padding-top: 0 !important;
}
.arabisch .checkbox + label {
	padding-left: 0;
	padding-right: calc(var(--checkbox-radio-size) + var(--checkbox-radio-gap));
}
.arabisch .checkbox + label::before {
	margin-right: calc(-1 * (var(--checkbox-radio-size) + var(--checkbox-radio-gap)));
	margin-left: var(--checkbox-radio-gap);
}


/*--- LANDINGPAGE ---*/
@media (min-width: 64rem) {
	.landingOstern .landingHeader  {
		background: url(../Images/ostern_header.jpg) no-repeat center 440px;
	}
	.landingWeihnachten .landingHeader  {
		background: url(../Images/weihnachten_header.png) no-repeat center 440px;
	}
	.landingWeihnachten .landingHeader p, .landingWeihnachten .landingHeader h1, .landingWeihnachten .landingHeader .text-component h3 {
		color: #fff !important;
		text-shadow: 0 0 5px #000;
	}
}
.landingContent .margin-bottom-xl {
	margin-bottom: var(--space-md);
}
.landingOstern .landingContent, .landingOstern .landingHeader {
	background-color: #c7e4fe;
}
.landingOstern .landingFooter {
	padding: 0 0 215px;
	background: url(../Images/ostern_footer.jpg) no-repeat bottom center;
}
.landingWeihnachten .landingFooter  {
	padding: 0 0 215px;
	background: url(../Images/weihnachten_footer.png) no-repeat bottom center;
}
.landingOstern .ei {
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
.landingWeihnachten{
	padding: 0;
	background-color: #cce5ff !important;
	background-image:url(../Images/schnee1.png),url(../Images/schnee2.png),url(../Images/schnee3.png);
	animation:schnee 25s linear infinite;
}
@keyframes schnee{
	0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}
}

/*--- FINDOFFERS ---*/
#fieldsetOffers .liUK {
	clear: left !important;
	width: 100% !important;
	color: #ffd600;
	background: #005bbc;
}
#fieldsetOffers .msCheckbox:nth-child(38) input[type="checkbox"],
#fieldsetOffers .msCheckbox:nth-child(39) input[type="checkbox"],
#fieldsetOffers .msCheckbox:nth-child(40) input[type="checkbox"],
#fieldsetOffers .msCheckbox:nth-child(41) input[type="checkbox"],
#fieldsetOffers .msCheckbox:nth-child(42) input[type="checkbox"],
#fieldsetOffers .msCheckbox:nth-child(43) input[type="checkbox"] {
	filter: hue-rotate(10deg) brightness(1) saturate(0.7);
}
.icon-ul .icon-ul {
	border: 3px solid #005bbc;
	margin: 0;
	padding: var(--space-xs) var(--space-xs) var(--space-sm);
}
.findOffersMapContainer #bh-sl-map {
	border-right: none;
	border-bottom: 10px solid var(--color-beige-dark);
}
@media (min-width: 64rem) {
	.findOffersMapContainer #bh-sl-map {
		border-right: 10px solid var(--color-beige-dark);
		border-bottom: none;
	}
}
.list li {
	cursor: pointer;
}
.mapInfoWindow {
	padding-right: 20px;
	top: -3px;
}
.mapInfoWindow .loc-name {
	font-weight: 700;
	padding-bottom: 5px;
}
.mapInfoWindow .offerDetail {
	font-weight: 700;
	display: block;
	padding-top: 5px;
}
.gm-ui-hover-effect {
	width: 40px !important;
	height: 40px !important;
}
.gm-ui-hover-effect > img {
	width: 20px !important;
	height: 20px !important;
}
.iconFilter {
	margin-top: 5px;
	display: block;
	float: left;
	margin-right: 10px;
}

.themaIcon {
	position: absolute;
	left: 44%;
	bottom: 10%;
	color: var(--color-white);
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
}
