body {
  font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

.text-grey {
  color: #333333 !important;
}

.div-tb-border {
  color: #FFFFFF;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.mainNav-thin {
  font-weight: 100 !important;
}

.bg-white {
  background-color: white;
}

/*home-icon*/

hr.home-light,
hr.home-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.home-light:after,
hr.home-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f015';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.home-light {
  border-color: #fff;
}

hr.home-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.home-dark {
  border-color: #333333;
}

hr.home-dark:after {
  color: #333333;
  background-color: #fafafa;
}

/*home-icon*/

/*bed-icon*/

hr.bed-light,
hr.bed-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.bed-light:after,
hr.bed-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f236';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.bed-light {
  border-color: #fff;
}

hr.bed-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.bed-dark {
  border-color: #333333;
}

hr.bed-dark:after {
  color: #333333;
  background-color: white;
}

/*bed-icon*/

/*card-icon*/

hr.card-light,
hr.card-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.card-light:after,
hr.card-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f09d';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.card-light {
  border-color: #fff;
}

hr.card-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.card-dark {
  border-color: #333333;
}

hr.card-dark:after {
  color: #333333;
  background-color: #fafafa;
}

/*card-icon*/

/*cal-icon*/

hr.cal-light,
hr.cal-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.cal-light:after,
hr.cal-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f274';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.cal-light {
  border-color: #fff;
}

hr.cal-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.cal-dark {
  border-color: #333333;
}

hr.cal-dark:after {
  color: #333333;
  background-color: white;
}

/*cal-icon*/

/*car-icon*/

hr.car-light,
hr.car-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.car-light:after,
hr.car-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f1b9';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.car-light {
  border-color: #fff;
}

hr.car-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.car-dark {
  border-color: #333333;
}

hr.car-dark:after {
  color: #333333;
  background-color: #fafafa;
}

/*car-icon*/

/*env-icon*/

hr.env-light,
hr.env-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.env-light:after,
hr.env-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.env-light {
  border-color: #fff;
}

hr.env-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.env-dark {
  border-color: #333333;
}

hr.env-dark:after {
  color: #333333;
  background-color: white;
}

/*env-icon*/

/*map-icon*/

hr.map-light,
hr.map-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.map-light:after,
hr.map-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f041';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.map-light {
  border-color: #fff;
}

hr.map-light:after {
  color: #fff;
  background-color: #88BE4C;
}

hr.map-dark {
  border-color: #333333;
}

hr.map-dark:after {
  color: #333333;
  background-color: #fafafa;
}

/*map-icon*/

/*font-awesome icon color */

.fa-remove:before {
  color: #333333;
}

.fa-chevron-left,
.fa-chevron-right {
  color: #333333;
}

.fa-backward,
.fa-forward {
  color: #333333;
}

/*font-awesome icon color */

.bg-grey {
  background-color: #333333;
}

.nav-title-text {
  font-size: 0.5em;
  font-weight: 100;
}

.input-group-prepend {
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 1em;
  font-size: 1.5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.btn-primary.collapsed {
  color: #fff;
  background-color: #333333 !important;
  border-color: #333333 !important;
  cursor: pointer;
  
}

.btn-primary {
  color: #fff;
  background-color: #88BE4C !important;
  border-color: #88BE4C !important;
  cursor: pointer;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
  color: #fff;
}

.title-flex {
  font-size: 4rem !important;
}

.flex-slider-center {
  float: none;
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 5em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3em;
  width: 100%;
  z-index: 0;
}

.block-w1 {
  color: #fff;
  background-color: #7FB285;
  border-color: #7FB285;
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.block-w2 {
  color: #fff;
  background-color: #395E65;
  border-color: #395E65;
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}


.block-geblockt {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.btn-link {
  color: #88BE4C;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #88BE4C;
  font-weight: 700;
}

.btn-link-secondary {
  color: #88BE4C;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-secondary:active,
.btn-link-secondary:focus,
.btn-link-secondary:hover {
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}

.modal-list-highlight {
  color: #88BE4C;
}

.border-top-slim {
  border-top: 2px solid #e9ecef;
}

.modal-header,
.modal-footer {
  background-color: #fafafa !important;
  border-top: 1px solid #eaeaea !important;
  border-bottom: 1px solid #eaeaea !important;
}

.modal-body {
  background-color: #fff !important;
}

.header-image {
  margin-bottom: 50px;
  background: no-repeat center 50%;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.badge-primary {
  color: #fff;
  background-color: #88BE4C;
}

.gallery-col {
  padding: 8px !important;
  transition: transform .2s;
  width: 25%;
}

.gallery-col:hover {
  transform: scale(1.1);
  z-index: 5000;
}

.wrap-sm {
  flex-wrap: wrap !important;
}

@media only screen and (min-width: 480px) {
  .wrap-sm {
    flex-wrap: nowrap !important;
  }
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]:before {
  color: #333;
  content: attr(placeholder) !important;
}

input[type="date"]:focus:before {
  content: '' !important;
}

#mainNav {
  padding-top: 0.05rem !important;
  padding-bottom: 0.05rem !important;

}

#mainNav .navbar-toggler {
  padding: 0.5rem !important
}

.form-control {
  font-size: 1.2rem !important;
  color: #333 !important;

}

.color-secondary {
  color: #333333
}

.indicator {
  vertical-align: middle;
}

/* Spinner */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #88BE4C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #88BE4C transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
