/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url('../img/male2.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.login_img{
	background: url('../img/lootcat_hintergrund.png') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.login_imgloading{
	background: url('../img/lootcat_loginloading.png') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1, h2, h3, h4, h5, h6, .text-heading {
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 4rem;
}

.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.tagline-lower {
  font-size: 1.2rem;
  line-height: 1;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-faded1 {
  /*background-color: rgba(53, 84, 138, 0.9);*/
  background-image: url("../img/lootcat_hintergrundhomepage.jpg"); 
  
}
.bg-faded2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-faded3{
	background-image: url("../img/lootcat_hintergrundhomepage1.jpg");
}


.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {
  border-color: #292b2c;
  max-width: 250px;
}

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

a:hover{
	background-color:none;
	text-shadow:1px 1px 20px #a2c12d;
	text-decoration: none;
	
}

#suche {
	width: 100%;
	border: 2px solid #999;
	border-radius: 0.2em;
	font-size: 1.0em;
	transition: width 0.5s ease-in-out;
	color:#35548a;
}

/*#suche:focus {
	font-size: 1.0em;
	width: 100%;
}*/