#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%;
	}