@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem;
  }
}

section.contact img.full--width {
  width: 100%;
  margin: 0%;
}

.cookieAcceptBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  color: #fff;
  padding: 17px 100px;
  z-index: 13 !important;
}

.cookieAcceptBar:before {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.cookieAcceptBar a {
  text-decoration: underline;
  color: #fff;
}
.cookieAcceptBar div.cookie {
  display: flex;
  color: #000000;
  margin: 0;
  flex-direction: row;
  align-items: center;
}
.cookieAcceptBar p {
  margin-bottom: 0;
}
.cookieAcceptBar #cookieAcceptBarConfirm {
  margin-left: 35px;
  margin-bottom: 0;
  min-width: 145px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .cookieAcceptBar #cookieAcceptBarConfirm {
    display: block;
    margin-left: 35px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cookieAcceptBar #cookieAcceptBarConfirm {
    margin: 10px auto;
  }
  .cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    padding: 20px 15px;
  }
  .cookieAcceptBar div.cookie {
    flex-direction: column;
  }
}

#bio_ep {
  height: auto !important;
  color: #333;
  border: none;
  background-color: #fff !important;
  text-align: center;
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  font-family: "Encode Sans", sans-serif;
  z-index: 99999 !important;
  backface-visibility: hidden;
}

#bio_ep_content {
  padding: 0;
}

#bio_ep_content img {
  height: 375px;
}

#bio_ep_content .popup__content_wrapper {
  text-align: left !important;
  padding: 40px;
  color: #741688;
  font-family: "Encode Sans", sans-serif;
}

#bio_ep_content .popup__content_wrapper h3 {
  margin-bottom: 24px;
  font-family: "Encode Sans", sans-serif;
  line-height: 30px;
}
#bio_ep_content .popup__content_wrapper p,
#bio_ep_content .popup__content_wrapper li {
  margin-bottom: 0;
  line-height: 30px;
  font-family: "Encode Sans", sans-serif;
}
#bio_ep_content .popup__content_wrapper ul {
  padding-left: 40px;
  list-style: disc;
}

#bio_ep_content .button {
  margin-top: 40px;
  width: 100%;
}

#bio_ep_content h1 {
  border-radius: 10px 10px 0 0;
  background-color: #741688;
  color: white;
  margin: 0;
  padding: 40px;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
}

#bio_ep_close {
  position: absolute;
  left: 100%;
  margin: 0 !important;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #741688 !important;
  cursor: pointer;
  line-height: 50px;
  text-transform: uppercase;
  right: -25px;
  top: -25px;
  left: auto !important;
}

#bio_ep_content img {
  max-width: 100%;
}

.desktoppopup {
  display: block;
}
.mobilpopup {
  display: none;
}
@media all and (max-width: 767px) {
  .desktoppopup {
    display: none;
  }
  .mobilpopup {
    display: block;
  }

  #bio_ep_content .popup__content_wrapper ul {
    padding-left: 20px;
  }

  #bio_ep_content h1 {
    border-radius: 0;
    background-color: #741688;
    color: white;
    margin: 0;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Encode Sans", sans-serif;
  }

  #bio_ep_content .popup__content_wrapper {
    padding: 20px;
  }
  #bio_ep_close {
    position: absolute;
    left: 100%;
    margin: 0 !important;
    width: 50px !important;
    height: 50px !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #741688 !important;
    cursor: pointer;
    line-height: 50px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
    left: auto !important;
  }

  #bio_ep {
    border-radius: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #741688;
}

section.hero-block h1,
section.hero-block h2,
section.hero-block h3,
section.hero-block h4,
section.hero-block h5,
section.hero-block h6 {
  color: #ffffff;
}

section.hero-block h3 {
  text-align: left;
  margin-top: 5px;
}

strong,
b {
  font-weight: bold;
}

footer h3 {
  color: #ffffff;
}

@media all and (max-width: 991px) {
  .top__header_wrapper address small {
    font-size: 12px !important;
  }
}

.social__menu.social__menu_sticky {
  background-color: #fff;
  background-color: #fff;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: block;
  margin-top: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
.social__menu.social__menu_sticky .social__item {
  display: block;
  margin-left: 0 !important;
}
.social__menu.social__menu_sticky .social__item:not(:first-of-type) {
  margin-top: 10px;
}

@media all and (max-width:991px){
  .social__menu.social__menu_sticky{
    display: none !important;
  }
}

.top__title {
  color: #741688;
  font-weight: 600;
}

@media all and (min-width:992px) and (max-width:1199px){
  .top__title{
    font-size:14px;
  }
}

@media all and (max-width: 519px) {
  .top__title {
      max-width: 185px;
  }

  .top__header_wrapper .button__wrapper {
    top: 0;
}
}

.section__counters .counter__card p{
  font-size: 22px;
  color: #741688;
}

@media all and (max-width: 519px) {
  .section__counters .counter__card p{
    font-size: 16px;
  }
}