/* stylelint-disable */
.cp-view .tns-outer {
  padding: 0 !important;
}
.cp-view .tns-outer [hidden] {
  display: none !important;
}
.cp-view .tns-outer [aria-controls],
.cp-view .tns-outer [data-action] {
  cursor: pointer;
}
.cp-view .tns-slider {
  transition: all 0s;
}
.cp-view .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.cp-view .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.cp-view .tns-horizontal.tns-no-subpixel::after {
  display: table;
  content: "";
  clear: both;
}
.cp-view .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.cp-view .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.cp-view .tns-no-calc {
  position: relative;
  left: 0;
}
.cp-view .tns-gallery {
  min-height: 1px;
  position: relative;
  left: 0;
}
.cp-view .tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.cp-view .tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.cp-view .tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.cp-view .tns-autowidth {
  display: inline-block;
}
.cp-view .tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.cp-view .tns-lazy-img.tns-complete {
  opacity: 1;
}
.cp-view .tns-ah {
  transition: height 0s;
}
.cp-view .tns-ovh {
  overflow: hidden;
}
.cp-view .tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.cp-view .tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.cp-view .tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.cp-view .tns-normal,
.cp-view .tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.cp-view .tns-vpfix {
  white-space: nowrap;
}
.cp-view .tns-vpfix > div,
.cp-view .tns-vpfix > li {
  display: inline-block;
}
.cp-view .tns-t-subp2 {
  overflow: hidden;
  width: 310px;
  height: 10px;
  margin: 0 auto;
  position: relative;
}
.cp-view .tns-t-ct {
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.cp-view .tns-t-ct::after {
  display: table;
  content: "";
  clear: both;
}
.cp-view .tns-t-ct > div {
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* stylelint-enable */
@font-face {
  font-family: "icons-calendar-plugin";
  src: url("../fonts/icons-calendar-plugin.woff2?nd5fvl") format("woff2"), url("../fonts/icons-calendar-plugin.ttf?nd5fvl") format("truetype"), url("../fonts/icons-calendar-plugin.woff?nd5fvl") format("woff"), url("../fonts/icons-calendar-plugin.svg?nd5fvl#icons-calendar-plugin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=cp-icon-], [class*=" cp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-calendar-plugin" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp-icon-chevron-left:before {
  content: "\e909";
}

.cp-icon-chevron-right:before {
  content: "\e90a";
}

.cp-icon-cross:before {
  content: "\e907";
}

.cp-checkmark {
  overflow: hidden;
  width: 3px;
  height: 6px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(42deg);
}
.cp-checkmark::before, .cp-checkmark::after {
  display: block;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
}
.cp-checkmark::before {
  width: 3px;
  height: 1px;
  left: 0;
}
.cp-checkmark::after {
  width: 1px;
  height: 6px;
  right: 0;
}

.cp-wrapper {
  margin-top: 0px;
  margin-bottom: 60px;
  position: relative;
}

/*# sourceMappingURL=plugin-agendaplanner.css.map*/