
.modal-backdrop.in {
  opacity: 0;
}
.modal-body{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.modal {
  overflow-y:auto;
}

.container{
  max-width: 100%;
}

div#suche {
    margin-bottom: 20px;
}

#suche input {
    width: 50px;
    margin-left: 5px;
    margin-right: 4px;
}

button#btn-suche {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(215,196,145, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.navbar
{
  z-index: 1060;
  margin-bottom: 0;
}
.navbar-heimatquelle, .dropdown-menu{
    /*background-color: rgb(117, 88, 71);*/
    background-color: #F2E8C0;
    border-color: transparent;
    font-size: 15px;
}

.navbar-brand
{
  color:  #45302b;
}

navbar-heimatquelle .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(88, 127, 64);
}
.navbar-heimatquelle .navbar-toggle {
    border-color: #45302b;
}
.navbar-heimatquelle .navbar-toggle .icon-bar {
    background-color: #45302b;
}

.nav>li>a:focus, .nav>li>a:hover, .navbar-brand:hover {
    background-color: rgb(88, 127, 64);
    color: white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    background-color: rgb(88, 127, 64);
    color: #45302b;
}
.navbar-nav>li>a, .dropdown-menu>li>a
{
  color: #45302b;
}

.overviewLink:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #45302b;
    color: white;
    border-color: #008455;
}

.nav-tabs>li>a {
  color: #45302b;
}

.removedPartner {
  
  -webkit-animation: disapear 1s;
  -webkit-animation-fill-mode: forwards; 
  animation: disapear 1s;
  animation-fill-mode: forwards;
}
