.searchbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #b39c5d;
  height: 59px;
  align-items: center;
  color: #fff;
  z-index: 100;
}

.nav-button-container {
  order: 10;
}

@media screen and (max-width: 1400px) {
  .nav-button-container {
    order: initial;
  }
}
.searchbar.show,
.searchbar.collapsing {
  display: flex;
}

.searchbar-toggler {
  border: none;
  background-color: transparent;
  color: #fff;
}

#mainNav.is-fixed .searchbar-toggler {
  color: #212529;
}

@media screen and (max-width: 1400px) {
  .searchbar-toggler {
    color: rgba(0, 0, 0, 0.55);
  }
}
.searchbar-input {
  flex-grow: 1;
  flex-shrink: 1;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  color: #fff;
  margin: 0 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 400px) {
  .searchbar-input {
    width: 100%;
  }
}
.searchbar-btn {
  background: transparent;
  border: none;
  color: #fff;
}

#searchbar-form {
  display: flex;
}

.master_flex {
  width: 100%;
}

@media only screen and (max-width: 400px) {
  .navbar-brand {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 991px) {
  .member_item .wrapper {
    flex-wrap: wrap !important;
  }
}
.member_item .country {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .member_item .country {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .member_item .country p {
    width: auto;
    order: 2;
  }
}
@media (max-width: 991px) {
  .member_item .country .flag {
    margin-right: 5px;
  }
}
.member_item .country .flag img {
  width: 50px;
}
@media (max-width: 991px) {
  .member_item .country .flag img {
    width: 30px;
  }
}
.member_item .content {
  flex-grow: 1;
}
.member_item .content p a img {
  width: auto !important;
  max-height: 20px;
}
@media (max-width: 991px) {
  .member_item .content {
    order: 3;
    width: 100%;
  }
}
.member_item .images {
  min-width: 220px;
}
@media (max-width: 991px) {
  .member_item .images {
    order: 2;
    min-width: initial;
  }
}
.member_item .images .image {
  height: 155px;
}
@media (max-width: 991px) {
  .member_item .images .image {
    height: 100px;
  }
}
.member_item .images .image img {
  max-width: 100%;
  max-height: 100%;
}

#cookie_popup.active {
  transform: translateY(0);
  opacity: 1;
}

#cookie_popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ffffff;
  color: #6f6f6f;
  padding: 15px 17px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

#cookie_popup a {
  color: #6f6f6f;
  text-decoration: underline;
}

#cookie_popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #6f6f6f;
  right: -10px;
  top: -10px;
  background-image: url(../assets/close.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: 0.2s all linear;
  cursor: pointer;
}

#cookie_popup .close:hover {
  background-size: 70%;
}

#cookie_popup .hinweis {
  padding-right: 15px;
}

#cookie_popup .button {
  padding: 10px 30px;
  line-height: 15px;
}

#cookie_popup .button.anpassen {
  border: 1px solid #6f6f6f;
}

#cookie_popup .button.einverstanden {
  background-color: #0085A1;
  color: #fff;
}

#cookie_popup .button:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.owl-prev img, .owl-next img {
  max-width: none !important;
}

.owl-next, .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}

.owl-prev {
  left: -60px !important;
}

.owl-next {
  right: -60px !important;
}