#sidebar-primary { 
    display:none 
    }

#content { 
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 100%;
    }
.kalendercircle {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
	}
.legendencircle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 3px;
	}
.irrelevant-circle {
          background-color: #D9D9D6;
  }
.available-circle {
          background-color: #00873E;
  }
.sunday-circle {
          background-color: #FFB81C;
  }
.taken-circle {
          background-color: #D6001C;
  }
.kalenderline {
            margin-bottom: 10px;
  }
.lengendenanfang {
            margin-top: 30px;
	          display: flex;
            align-items: center;

  }
.kalenderlineende {
            margin-top: 10px;
	          display: flex;
            align-items: center;

  }
.osterkalendercircle {
            width: 45px;
            height: 58px;
            border-radius: 50%;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
						-webkit-border-radius: 63px 63px 63px 63px/
108px 108px 72px 72px;
    				border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
	}
.osterlegendencircle {
            width: 30px;
            height: 39px;
            border-radius: 50%;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 3px;
	-webkit-border-radius: 63px 63px 63px 63px/
108px 108px 72px 72px;
    				border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
	}




.lumao-gallery-carousel .nav-button__prev,
.lumao-gallery-carousel .nav-button__next {
    z-index: 50 !important;
    width: 34px !important;
    height: 34px !important;
    background: rgba(2, 94, 115, 0.82) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 7px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

.lumao-gallery-carousel .nav-button__prev {
    left: 14px !important;
}

.lumao-gallery-carousel .nav-button__next {
    right: 14px !important;
}

.lumao-gallery-carousel .nav-button__prev svg,
.lumao-gallery-carousel .nav-button__next svg {
    fill: #fff !important;
    color: #fff !important;
    width: 18px !important;
    height: 18px !important;
}

.lumao-gallery-carousel .nav-button__prev.swiper-button-disabled,
.lumao-gallery-carousel .nav-button__next.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}