header .westendHeader_logo .logopic {
  color: black;
  font-size: 32px;
}
header .usernhy >a {
  padding: 6px 20px;
  border-radius: 25px;
}
header .navbar-brand {
  position: relative;
}
header .navbar-brand img {
  position: relative;
}
header .navbar-brand:hover:before {
  animation-name: logoanimation;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
header .loginform .registerbtn {
  width: 100%;
  color: white;
}
header .loginform .registerbtn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  background: white;
  opacity: 0.5;
  border-radius: 15px;
}
header .login-bghny {
  padding: 3rem 1em;
}
header .login-bghny nav ul li.nav-item {
  margin-bottom: 1em;
}
header .langselection .btn:after {
  display: none;
}
header .langselection .dropdown-menu li.nav-item a.nav-link {
  color: black;
}
.w3l-footer-22 .sub-two-right dl dt,
.w3l-footer-22 .sub-two-right dl dd {
  color: white;
}
.useaccordion dt {
  display: block;
  border-radius: 5px;
  width: auto;
  height: auto;
  color: white;
  position: relative;
}
.useaccordion dt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.75;
  content: ' ';
}
.useaccordion dt strong {
  color: black;
}
.useaccordion dd {
  margin-top: 0;
}
@keyframes logoanimation {
  0% {
    left: 0;
    right: 0;
    opacity: 0.6;
  }
  50% {
    left: 5%;
    right: 5%;
    opacity: 0.9;
  }
  100% {
    left: 0;
    right: 0;
    opacity: 0.6;
  }
}
.popup_commercial .modal-dialog {
  max-width: 100%;
  width: 750px;
}
.popup_commercial .modal-dialog figure {
  margin-bottom: 0;
}
.popup_commercial .modal-dialog figure img {
  border-radius: 0;
}
.popup_commercial .modal-dialog .rightpadding {
  padding-right: 1em;
}
.popup_commercial .modal-dialog .rightpadding h1 {
  line-height: 1;
  font-size: 1.8rem;
}
#cookieuse {
  z-index: 999;
}
.g-recaptcha {
  overflow: hidden;
}
figure {
  margin: 0 !important;
}
.loginfirst {
  border-radius: 8px;
  background-color: #ff7315;
  color: white;
  padding: 5px 10px;
}
.footerusefullink {
  display: block;
  list-style: none;
  text-align: center;
  padding-bottom: 15px;
}
.footerusefullink li:after {
  content: ' ';
  display: inline-block;
  height: 10px;
  margin: 0 15px;
  width: 1px;
  background-color: #a09292;
  vertical-align: middle;
}
.footerusefullink li:last-child:after {
  display: none;
}
.footercontent {
  text-align: justify;
}
