/*.  POPUP Fenster     */
.pum-theme-2232, .pum-theme-default-theme {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.pum-theme-2235 .pum-container, .pum-theme-hello-box .pum-container {
  border: none !important; }

.noDisplay {
  display: none !important; }

@media only screen and (max-width: 1400px) {
  body:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu > ul > li > a {
    font-size: 14px !important; }
  body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li:not(:last-child) {
    padding-right: 15px !important; } }

/*
.menu-item-963:after{
    content: "\f0da";
    font-family: FontAwesome;

}
*/
.fusion-social-links-header .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  color: #00618b !important; }

.fusion-column-inner-bg {
  margin-left: 0px !important; }

.doctolib-widget {
  position: fixed;
  top: 200px;
  right: 0;
  display: block;
  text-align: center;
  background: #00618b;
  color: #00264c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  border-radius: .5rem;
  padding: 1rem;
  z-index: 99999;
  opacity: 1;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  margin: 1rem; }

.doctolib-widget a {
  display: block;
  color: #00264c;
  text-decoration: none;
  padding: 6px;
  margin-top: 5px;
  background: #fff;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  z-index: 9999; }

.doctolib-widget a:hover,
.doctolib-widget a:focus {
  opacity: .9;
  outline: 2px solid #f5f5f5;
  outline-offset: 2px; }

.doctolib-widget img {
  display: inline-block;
  height: 18px;
  margin: 3px 0;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 9999; }

@media (max-width: 600px) {
  .doctolib-widget {
    top: auto;
    bottom: 10px;
    right: 0px;
    padding: 1rem; }
  .doctolib-widget a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 5px; } }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    transition: none !important; } }

.doctolib-widget {
  Xposition: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden !important; }

.doctolib-widget:before,
.doctolib-widget:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -50%; }

.doctolib-widget:before {
  background: conic-gradient(#fff 0deg, #fff 5deg, #0094da 6deg, #b5e28c 220deg);
  width: 200%;
  height: 200%;
  aspect-ratio: 1;
  -webkit-animation: rotate 4s infinite linear;
          animation: rotate 4s infinite linear;
  top: -50%; }

.doctolib-widget:after {
  background-color: #00618b;
  z-index: 2;
  border-radius: .3rem;
  top: .2rem;
  left: .2rem;
  right: .2rem;
  bottom: .2rem; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.doclib_custom_button {
  width: 100%;
  border-radius: .5rem;
  background-color: #00618b;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  margin-bottom: 1rem !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 0; }

.doclib_custom_button p,
.doclib_custom_button a {
  color: #fff !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0;
  line-height: 1; }

.doclib_custom_button:hover {
  background-color: #fff;
  cursor: pointer;
  border: .5px solid #00618b; }

.doclib_custom_button:hover p,
.doclib_custom_button:hover a {
  color: #00618b !important;
  cursor: pointer; }

.light {
  background-color: #0094da; }
