.search-box {
	margin: 15px 0px 15px 0px;
}

.search-box form {
  	display: flex;
  	align-items: center;
}

.search-box .input {
  	width: 70%;
  	height: 30px;
  	background: #FDFCFB;
  	border: none;
  	font-family: inherit;
  	color: #737373;
  	letter-spacing: 1px;
  	text-indent: 5%;
  	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

.search-box .button {
  	width: 30%;
  	height: 30px;
  	background-color: #BF9B30;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	font-family: inherit;
  	font-weight: 500;
  	color: inherit;
  	letter-spacing: 1px;
  	cursor: pointer;
  	color: #FFF;
  	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}


.jm-kacheln {
  margin-top: 20px;
}

.jm-nav-link {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
}

.jm-nav-link:hover {
  color: #0056b3 !important;
  text-decoration: none;
  cursor: pointer;
}

.jm-lnk-darkbg a:link {
  color: #ffffff;
  text-decoration: underline;
}

.jm-lnk-darkbg a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.jm-lnk-darkbg a:hover {
  color: #ffffff;
  text-decoration: none;
}

.jm-lnk-darkbg a:active {
  color: #ffffff;
  text-decoration: underline;
}

.jm-lnk-light a:link {
  color: #999999;
  text-decoration: underline;
}

.jm-lnk-light a:visited {
  color: #999999;
  text-decoration: underline;
}

.jm-lnk-light a:hover {
  color: #999999;
  text-decoration: none;
}

.jm-lnk-light a:active {
  color: #999999;
  text-decoration: underline;
}

.jm-lnk-dark a:link {
  color: #14213D;
  text-decoration: underline;
}

.jm-lnk-dark a:visited {
  color: #14213D;
  text-decoration: underline;
}

.jm-lnk-dark a:hover {
  color: #14213D;
  text-decoration: none;
}

.jm-lnk-dark a:active {
  color: #14213D;
  text-decoration: underline;
}

.jm-list {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #999999;
  margin-left: 20px;
}

.jm-strong {
  color: #14213D;
}

.jm-table-head {
  color: #14213D;
}

.jm-table {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #999999;
}

.jm-table-sm {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #999999;
}

#map {
	width: 100%;
	height: 400px;
}

.date-label {
  background-color: rgba(9, 42, 72, 0.8);
}

.alert, label, .form-control {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.form-group {
    margin-bottom: .5rem;
}

.form-check-input {
    position: relative;
}

.top-header {
    height: 5px;
    margin-bottom: 0;
}

.top-header-social {
    position: absolute;
    float: none;
    right: 0;
    top: 5px;
    display: flex;
    flex-flow: row;
}

.top-header-social .inner-header-left {
    background-color: #14213D;
    width: 40px;
    text-align: center;
    margin: 0 0 0 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top-header-social .inner-header-left p {
    margin-bottom: 5px !important;
}

header {
    height: auto;
}

header .container {
    padding: 15px 0 45px;
}

.header-left {
    float: none;
    width: 400px;
}

.header-left .brand {
    width: 100%;
}

.top-location {
    float: none;
    margin-top: 25px;
}

.email, .address {
    margin: 0 0 0 10px;
}


.slider {
    width: 100%;
    height: 800px;
}

.slide img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffffcc;
    padding: 10px;
    width: 100%;
}

.slider-content p {
    color: #333333 !important;
}

#light-slider-container.hidden {
    opacity: 0;
    z-index: -1;
}

#light-slider-container {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #999999FC;
    transition: opacity, .25s;
}

#light-slider-container .close {
    position: absolute;
    right: 50px;
    top: 25px;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 1000000000;
}

#light-slider, .lSSlideOuter  {
    width: 1200px;
    max-height: 100%;
    min-height: 200px;
}

#light-slider li {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#light-slider img {
    width: 100%;
    height: auto;
}

.alert {
    cursor: pointer;
}

.g-recaptcha {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    #light-slider li {
        height: 100vh;
    }
    .slider-content {
        position: relative;
    }
}

.overflow-hidden {
    overflow: hidden !important;
}
