#splash, div.ui-content p, div.ui-content h1, div.ui-content h2, div.ui-content h3, div.ui-content h4, div.ui-content h5, div.ui-content h6 {
	text-shadow: none;	
}
#splash {
	background-image: URL(/images/background.jpg); background-size: cover; background-position: 10% 50%; background-attachment: fixed;	
}

.ui-header-fixed, .ui-header .ui-title {
	overflow: visible;
}

#mypanel ul {
	padding: 0;
}
#mypanel li {
	list-style: none;
}

table.pferdeigenschaften tr {
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------- */

.install-app-btn-container {
  display: none;
}

.leaflet-popup-content {
	text-shadow: none ! important;
}
.leaflet-popup-content a {
	text-shadow: none ! important;
}

.paypalButton {
	max-width: 750px;
}

.ui-btn.ui-checkbox-off:after {
    background-color: #FFF;
}

/* ----- Pferd Upgrade Buttons ----- */
div.pferdBild {
	background-size: cover; 
	background-position: 50% 50%;
	 width:100%; 
	 height: 400px;
}
div.pferdInfos {
	width: 100%;
}
div.pferdLeft {
	float: left;
	width: 76%;
	margin: 2%
}
div.pferdRight {
	float: left;
	width: 16%;
	margin: 2%;
}
div.upgrade3 {
	width: 96%;
	height: 75px;
	margin: 20px 2%;
	text-align: center;
}
@media screen and (max-width:500px) {
	div.pferdLeft {
		width: 96%;
	}
	div.pferdRight {
		width: 96%;
		margin-top: -4%;
	}
	div.upgrade3 {
		width: 29.3%;
		float: left;
	}
}

/* ----- Map Aside ----- */
.leafletMap.aside {
	height: 300px; width: 40%; float: right;
}
@media screen and (max-width:500px) {
	.leafletMap.aside {
		height: 250px; width: 100%;
	}
}
/* ----- Farben ----- */
.plus, .bronce {
  color: #000;
  background: linear-gradient(
    45deg,
    #a45e4a 5%,
    #fff 10%,
    #b97d6b 30%,
    #debcb2 50%,
    #b97d6b 70%,
    #fff 80%,
    #a45e4a 95%
  );
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.pro, .silber {
  color: #000;
  background: linear-gradient(
    45deg,
    #999 5%,
    #fff 10%,
    #ccc 30%,
    #ddd 50%,
    #ccc 70%,
    #fff 80%,
    #999 95%
  );
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.elite, .gold {
  color: #000;
  background: linear-gradient(
    45deg,
    #D4AF37 5%,
    #F8F1DD 10%,
    #DDBF5F 30%,
    #EDDEAD 50%,
    #DDBF5F 70%,
    #F8F1DD 80%,
	#D4AF37 95%
  );
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


.fa-circle-check {
	font-size: 2em;
	color: lightgreen;
}
.fa-circle-xmark {
	font-size: 2em;
	color: red;
}





.ui-panel-wrapper{
	background-color: transparent !important;
	color: #FFFFFF;
	max-width: 900px;
	margin: 0 auto;
}

img.devider {
	border: 3px solid #FFFFFF;
	margin-left: -3px;
	width: 100%;
	height: auto;
}

ul.haken {
  list-style: none;
  padding-left: 0;
}
ul.haken li {
	position: relative;
	padding-left: 1.5em;  /* space to preserve indentation on wrap */
	margin: 20px;
}
ul.haken li:before {
	color: #00FF00;
	font-weight: bold;
	font-size: 1.5em;
	content: '✓';
	margin-right: 10px;
	margin-top: -5px;
	position: absolute;
	left: 0;  /* place the SVG at the start of the padding */
	width: 1em;
	height: 1em;
}

/* ----- CONTENT -----*/

div.kachel {
	width: 23%;
	margin: 1%;
	height: 200px;
	position: relative;
	float: left;
}
div.kachel_bild {
	width: 96%;
	height: 96%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 2%;
	border: none;
	border-radius: 5px;
}
div.kachel_bild div{
    text-shadow: 1px 1px 1px #000000;
    font-size: 0.75em;
    color: #FFFFFF;	
}
div.kachel_bild:hover {
	border: 1px solid #ffffff;	
}
div.kachel_bild:hover div{
	color: #ffffff;
}
@media (max-width: 480px) {
	div.kachel {
		width: 48%;
	}
}
/* ----- PFERD ----- */
#datenZumPferd .slider {
	height: 400px;
	width: 100%;
	margin: 20px 0; 
}
#datenZumPferd .slide {
	height: 400px;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

/* ----- GRID-System ----- */
div.grid50 {
	float: left;
	width: 50%;
	text-align: center;
}

#preisLeistung {
	text-align: right;
	padding-right: 10px;	
}
#preisLeistung:after {
	content: "€";
}