html, body {
  height: 100%;
 }
 
 .site {
  height: auto; 
  min-height: 100%;
 }
 
.top-nav {
    position: fixed;
    background-color: #111633;
    width: 100%;
    z-index: 1256;
    padding: 10px;
    top: 0px;
}
.main {
    margin-top: 100px;
    padding-bottom: 50px;
}
a {
    color: #8C7CF0;
}
.footer {
    text-align: center;
    background-color: #111633;
    color: #CBCCD2;
    line-height: 40px;
    height:40px;
    margin-top: -40px; /* Höhe des Footers */
    
}
.bg-primary-kc {
    background-color: #111633;
    color: #CBCCD2 !important;
}
.btn-primary-kc, .btn-primary-kc:hover{
    background-color:#8C7CF0 !important;
    color: #fff;
    border: 1px solid #8C7CF0 !important;
}
#map {
    height:700px;
}
.pac-container {
    background-color: #fff;
    z-index: 1000;
    border-radius: 2px;
    font-size: 11px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 350px;
  }
  
  .pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
  }
  
  .pac-icon-marker {
    background-position: -1px -161px;
  }
  
  .pac-item {
    cursor: pointer;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    color: #999;
  }
  
  .pac-item:hover {
    background-color: #efefef;
  }
  
  .pac-item-details {
    color: lightblue;
    padding-left: 22px;
  }
  
  .pac-item-error,
  .pac-item-error:hover {
    color: #aaa;
    padding: 0 5px;
    cursor: default;
    background-color: #fff;
  }
  .message {
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .message.error {
    background-color: #C62828;
  }

  .message.success {
    background-color: #198754;
  }
  .pinContent .pinFirstHeading {
    color: #212529;
  }
  .pinContent .pinBodyContent {
    color: #212529;
  }

  .ui-datepicker-calendar td a {
    background: #6ce05a !important;
  }
  .ui-datepicker-calendar .blocked a {
    background: #cd466f !important;
  }
