/* imports */
/* colors */
/* typography */
/* imports */
/* colors */
/* Die Stadt und du */
/* typography */
/* font sizes */
/* line heights */
/* font sizes mobile */
/* line heights mobile */
/* spacing */
/* spacing mobile */
/* z-index */
/* resets */
*,
*:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* typography */
body {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  padding: 0;
  margin: 0;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 42px;
  word-wrap: break-word;
  color: #000000;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 30px;
  word-wrap: break-word;
  color: #000000;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #ed1556;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
a:hover,
a:focus,
a:focus,
a:active {
  color: #8f002e;
  text-decoration: underline;
}
a:hover.logo,
a:focus.logo,
a:focus.logo,
a:active.logo {
  text-decoration: none;
}
a:hover.logo img,
a:focus.logo img,
a:focus.logo img,
a:active.logo img {
  border: 1px solid #8f002e;
}
p a {
  color: #ed1556;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: solid 1px;
  /*&:after {
            content: ' ';
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0px;
            bottom: -2px;
            background-color: @colorLink;
            .transition(all, 0.3s, ease);
        }*/
}
p a.img,
p a.logo {
  text-decoration: none;
}
p a.img img,
p a.logo img {
  border: solid 1px transparent;
}
p a:hover,
p a:focus,
p a:focus,
p a:active {
  color: #8f002e;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
p a:hover.img img,
p a:focus.img img,
p a:focus.img img,
p a:active.img img,
p a:hover.logo img,
p a:focus.logo img,
p a:focus.logo img,
p a:active.logo img {
  border-color: #ed1556;
}
p a:hover:after,
p a:focus:after,
p a:focus:after,
p a:active:after {
  background-color: white;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* html, body, viewport, scroll-wrapper */
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#viewport {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 40px;
  -webkit-overflow-scrolling: touch;
  /* adds momentum scrolling on touch devices */
}
/* header */
.scrolled #header .topbar,
.navigation-open #header .topbar {
  height: 0;
}
.scrolled #header #logo,
.navigation-open #header #logo {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.scrolled #main-navigation,
.navigation-open #main-navigation {
  padding-top: 40px;
}
.scrolled #header #navbar {
  background-color: #ed1556;
  color: #ffffff;
}
.scrolled #header #navbar #navigation-toggle .icon-bar {
  background-color: #ffffff;
}
.scrolled #header #navbar #navigation-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}
.mobilitaetsagentur.scrolled #header #navbar {
  background-color: #dedede;
  color: #000000;
}
.mobilitaetsagentur.scrolled #header #navbar h1,
.mobilitaetsagentur.scrolled #header #navbar .h1,
.mobilitaetsagentur.scrolled #header #navbar .social-icons a {
  color: #000000;
}
.mobilitaetsagentur.scrolled #header #navbar h1:hover,
.mobilitaetsagentur.scrolled #header #navbar .h1:hover,
.mobilitaetsagentur.scrolled #header #navbar .social-icons a:hover,
.mobilitaetsagentur.scrolled #header #navbar h1:focus,
.mobilitaetsagentur.scrolled #header #navbar .h1:focus,
.mobilitaetsagentur.scrolled #header #navbar .social-icons a:focus,
.mobilitaetsagentur.scrolled #header #navbar h1:focus,
.mobilitaetsagentur.scrolled #header #navbar .h1:focus,
.mobilitaetsagentur.scrolled #header #navbar .social-icons a:focus,
.mobilitaetsagentur.scrolled #header #navbar h1:active,
.mobilitaetsagentur.scrolled #header #navbar .h1:active,
.mobilitaetsagentur.scrolled #header #navbar .social-icons a:active {
  color: #000000;
}
.mobilitaetsagentur.scrolled #header #navbar #navigation-toggle .icon-bar {
  background-color: #000000;
}
.mobilitaetsagentur.scrolled #header #navbar #navigation-toggle.collapsed .icon-bar {
  background-color: #000000;
}
.navigation-open #header #navbar {
  background-color: #8e0033;
  color: #ffffff;
}
.navigation-open #header #navbar #navigation-toggle .icon-bar {
  background-color: #ffffff;
}
.navigation-open #header #navbar #navigation-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}
.mobilitaetsagentur.navigation-open #header #navbar {
  background-color: #dedede;
  color: #000000;
}
.mobilitaetsagentur.navigation-open #header #navbar h1 a,
.mobilitaetsagentur.navigation-open #header #navbar .social-icons a,
.mobilitaetsagentur.navigation-open #header #navbar .h1 a {
  color: #000000;
}
.mobilitaetsagentur.navigation-open #header #navbar h1 a:hover,
.mobilitaetsagentur.navigation-open #header #navbar .social-icons a:hover,
.mobilitaetsagentur.navigation-open #header #navbar .h1 a:hover,
.mobilitaetsagentur.navigation-open #header #navbar h1 a:focus,
.mobilitaetsagentur.navigation-open #header #navbar .social-icons a:focus,
.mobilitaetsagentur.navigation-open #header #navbar .h1 a:focus,
.mobilitaetsagentur.navigation-open #header #navbar h1 a:focus,
.mobilitaetsagentur.navigation-open #header #navbar .social-icons a:focus,
.mobilitaetsagentur.navigation-open #header #navbar .h1 a:focus,
.mobilitaetsagentur.navigation-open #header #navbar h1 a:active,
.mobilitaetsagentur.navigation-open #header #navbar .social-icons a:active,
.mobilitaetsagentur.navigation-open #header #navbar .h1 a:active {
  color: #000000;
}
.mobilitaetsagentur.navigation-open #header #navbar #navigation-toggle .icon-bar {
  background-color: #000000;
}
.mobilitaetsagentur.navigation-open #header #navbar #navigation-toggle.collapsed .icon-bar {
  background-color: #000000;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* overwritten by js */
  z-index: 8000;
}
#header .topbar {
  background-color: #323232;
  color: #cacaca;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 4001;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  -ms-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
#header .topbar .social-icons {
  font-size: 0;
  line-height: 0;
  margin-top: 8px;
  display: inline-block;
}
#header .topbar .social-icons a {
  font-size: 24px;
  display: inline-block;
  margin-right: 16px;
  color: #cacaca;
}
#header .topbar .social-icons a:hover,
#header .topbar .social-icons a:focus {
  color: #ffffff;
}
#header .topbar .site-link {
  display: inline-block;
}
#header .topbar .site-link a {
  display: inline-block;
  margin-right: 16px;
  color: #cacaca;
}
#header .topbar .site-link a:hover,
#header .topbar .site-link a:focus {
  color: #ffffff;
}
#header .topbar .site-link a:last-child {
  margin-right: 0;
}
#header .topbar .site-link a i {
  font-size: 20px;
}
#header .topbar .site-link a span {
  margin-left: 5px;
}
#header #navbar {
  width: 100%;
  background-color: #ffffff;
  color: #ed1556;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 4001;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header #navbar h1,
#header #navbar .h1 {
  color: #ffffff;
  vertical-align: middle;
  display: none;
}
#header #navbar h1 a,
#header #navbar .h1 a {
  color: #ffffff;
}
#header #navbar h1 a:hover,
#header #navbar .h1 a:hover,
#header #navbar h1 a:focus,
#header #navbar .h1 a:focus,
#header #navbar h1 a:focus,
#header #navbar .h1 a:focus,
#header #navbar h1 a:active,
#header #navbar .h1 a:active {
  color: #ffffff;
}
#header #navbar h1 i,
#header #navbar .h1 i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: text-top;
}
#header #navbar .social-icons {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 9px;
  right: 90px;
  display: none;
}
#header #navbar .social-icons a {
  font-size: 24px;
  display: inline-block;
  margin-left: 16px;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#header #navbar .social-icons a:hover,
#header #navbar .social-icons a:focus {
  color: #ffffff;
  opacity: 1;
}
#header #navbar .toggle-label {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#header #navbar #navigation-toggle {
  position: relative;
  padding-right: 10px;
  vertical-align: text-top;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
#header #navbar #navigation-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ed1556;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 23px 50%;
  -moz-transform-origin: 23px 50%;
  -o-transform-origin: 23px 50%;
  -ms-transform-origin: 23px 50%;
  transform-origin: 23px 50%;
}
#header #navbar #navigation-toggle .icon-bar.top {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#header #navbar #navigation-toggle .icon-bar.middle {
  opacity: 0;
}
#header #navbar #navigation-toggle .icon-bar.bottom {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#header #navbar #navigation-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
#header #navbar #navigation-toggle.collapsed .icon-bar {
  background-color: #ed1556;
}
#header #navbar #navigation-toggle.collapsed .icon-bar.top,
#header #navbar #navigation-toggle.collapsed .icon-bar.middle,
#header #navbar #navigation-toggle.collapsed .icon-bar.bottom {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
#header #navbar #navigation-toggle:hover,
#header #navbar #navigation-toggle:focus,
#header #navbar #navigation-toggle:focus,
#header #navbar #navigation-toggle:active {
  background-color: transparent;
}
#header #logo {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 4000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header #logo img {
  width: 100%;
  height: auto;
}
.mobilitaetsagentur #header #logo {
  width: 230px;
}
.streetlifewien #header #logo {
  width: 209px;
  padding-top: 10px;
}
.streetlifewien #header .topbar {
  background-color: #8f002e;
}
/* header without scrollbar on touch devices */
.touchevents #header {
  right: 0 !important;
}
/* hide social icons for mobilitätsagentur */
.mobilitaetsagentur .social-icons {
  display: none !important;
}
/* main navigation */
#main-navigation {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  /* height topbar and navbar */
  background-color: #ed1556;
  color: #ffffff;
  position: relative;
  top: 0;
  z-index: 7999;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* adds momentum scrolling on touch devices */
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
  /* links */
  /* structure */
  /* elements */
}
#main-navigation.collapsed {
  top: -100%;
}
#main-navigation a {
  color: #ffffff;
  position: relative;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:focus,
#main-navigation a:active {
  color: #f4eef0;
}
#main-navigation .inner {
  padding: 50px 0;
  overflow: hidden;
}
#main-navigation .inner .left {
  float: left;
  width: 50%;
  padding-right: 50px;
}
#main-navigation .inner .right {
  float: right;
  width: 50%;
  padding-left: 50px;
}
#main-navigation .block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
#main-navigation .block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#main-navigation .block.no-border {
  border-bottom: 0 !important;
  padding-bottom: 0;
}
#main-navigation .block ul.menu > li {
  font-size: 28px;
  line-height: 32px;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#main-navigation .block ul.menu > li:last-child {
  margin-bottom: 0;
}
#main-navigation .block ul.menu > li a {
  position: relative;
}
#main-navigation .block ul.menu > li a:before {
  content: ' ';
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #ffffff;
}
#main-navigation .block ul.menu > li .toggle {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#main-navigation .block ul.menu > li .toggle.collapsed .icon-bar {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
#main-navigation .block ul.menu > li .toggle.collapsed .icon-bar.horizontal {
  opacity: 1;
}
#main-navigation .block ul.menu > li .toggle .icon-bar {
  display: block;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -o-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}
#main-navigation .block ul.menu > li .toggle .icon-bar.horizontal {
  width: 22px;
  height: 2px;
  left: 0;
  top: 10px;
  opacity: 0;
}
#main-navigation .block ul.menu > li .toggle .icon-bar.vertical {
  height: 22px;
  width: 2px;
  left: 10px;
  top: 0;
}
#main-navigation .block ul.menu > li ul.submenu {
  padding-top: 10px;
  padding-bottom: 30px;
}
#main-navigation .block ul.menu > li ul.submenu > li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
#main-navigation .block ul.menu > li ul.submenu > li:last-child {
  margin-bottom: 0;
}
#main-navigation .block ul.menu > li:last-child {
  margin-bottom: 0;
}
#main-navigation .block #search-form {
  padding-left: 40px;
  position: relative;
}
#main-navigation .block #search-form i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 26px;
}
#main-navigation .block #search-form input {
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#main-navigation .block #search-form ::-webkit-input-placeholder {
  color: #ffffff;
}
#main-navigation .block #search-form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#main-navigation .block #search-form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#main-navigation .block #search-form :-ms-input-placeholder {
  color: #ffffff;
}
#main-navigation .block .link {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#main-navigation .block .link:last-child {
  margin-bottom: 0;
}
#main-navigation .block .link a {
  position: relative;
}
#main-navigation .block .link a:before {
  content: ' ';
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #ffffff;
}
#main-navigation .block .link i {
  margin-right: 10px;
  font-size: 0.8em;
  vertical-align: bottom;
}
#main-navigation .block .image-link {
  font-size: 0;
  line-height: 0;
}
#main-navigation .block .image-link a:focus .image {
  border: solid 1px #ffffff;
}
#main-navigation .block .image-link .image {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  border: solid 1px transparent;
  transition: all 0.3s ease;
}
#main-navigation .block .image-link .image img {
  width: 100%;
  height: auto;
}
#main-navigation .block .image-link .link {
  display: inline-block;
  width: 70%;
  padding-left: 30px;
  vertical-align: middle;
}
#main-navigation .block .image-link.image-right .link {
  padding-left: 0;
  padding-right: 30px;
}
#main-navigation .block .site-links a {
  margin-right: 40px;
}
#main-navigation .block .site-links a:last-child {
  margin-right: 0;
}
#main-navigation .block .site-links a.logo:focus img {
  border: solid 1px #ffffff;
}
#main-navigation .block .site-links a.logo img {
  width: auto;
  height: 80px;
  border: solid 1px transparent;
  transition: all 0.3s ease;
}
#main-navigation .block .site-links a.logo.shadow img {
  height: 94px;
  margin-top: -4px;
}
.diestadtunddu #main-navigation {
  /* elements */
}
.diestadtunddu #main-navigation .block ul.menu > li a:before {
  background-color: #000000;
}
.diestadtunddu #main-navigation .block ul.menu > li .toggle .icon-bar {
  background-color: #000000;
}
.diestadtunddu #main-navigation .block .link a:before {
  background-color: #000000;
}
.diestadtunddu #main-navigation .block .image-link a:focus .image {
  border: solid 1px #000000;
}
.diestadtunddu #main-navigation .block .site-links a.logo:focus img {
  border: solid 1px #000000;
}
.mobilitaetsagentur #main-navigation {
  background-color: #ffffff;
  color: #000000;
  /* links */
  /* elements */
}
.mobilitaetsagentur #main-navigation a {
  color: #000000;
}
.mobilitaetsagentur #main-navigation a:hover,
.mobilitaetsagentur #main-navigation a:focus,
.mobilitaetsagentur #main-navigation a:focus,
.mobilitaetsagentur #main-navigation a:active {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .block {
  border-bottom: 1px solid #000000;
  /* color schemes */
}
.mobilitaetsagentur #main-navigation .block:last-child {
  border-bottom: 0;
}
.mobilitaetsagentur #main-navigation .block.fw a {
  color: #dd0047;
}
.mobilitaetsagentur #main-navigation .block.fw a:hover,
.mobilitaetsagentur #main-navigation .block.fw a:focus,
.mobilitaetsagentur #main-navigation .block.fw a:focus,
.mobilitaetsagentur #main-navigation .block.fw a:active {
  color: #8f002e;
}
.mobilitaetsagentur #main-navigation .block.wzf a {
  color: #3790ad;
}
.mobilitaetsagentur #main-navigation .block.wzf a:hover,
.mobilitaetsagentur #main-navigation .block.wzf a:focus,
.mobilitaetsagentur #main-navigation .block.wzf a:focus,
.mobilitaetsagentur #main-navigation .block.wzf a:active {
  color: #227692;
}
.mobilitaetsagentur #main-navigation .block ul.menu > li a {
  position: relative;
}
.mobilitaetsagentur #main-navigation .block ul.menu > li a:before {
  content: ' ';
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #000000;
}
.mobilitaetsagentur #main-navigation .block ul.menu > li .toggle .icon-bar {
  background-color: #000000;
}
.mobilitaetsagentur #main-navigation .block .link a:before {
  background-color: #000000;
}
.mobilitaetsagentur #main-navigation .block .image-link a:focus .image {
  border: solid 1px #000000;
}
.mobilitaetsagentur #main-navigation .block .site-links a.logo:focus img {
  border: solid 1px #000000;
}
.mobilitaetsagentur #main-navigation .block #search-form input {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .block #search-form ::-webkit-input-placeholder {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .block #search-form :-moz-placeholder {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .block #search-form ::-moz-placeholder {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .block #search-form :-ms-input-placeholder {
  color: #000000;
}
.mobilitaetsagentur #main-navigation .button.default.white,
.mobilitaetsagentur #main-navigation .btn.default.white,
.mobilitaetsagentur #main-navigation .button.btn-default:not(.dropdown-toggle).white,
.mobilitaetsagentur #main-navigation .btn.btn-default:not(.dropdown-toggle).white {
  background-color: #ed1556;
  color: #ffffff !important;
}
.mobilitaetsagentur #main-navigation .button.default.white:hover,
.mobilitaetsagentur #main-navigation .btn.default.white:hover,
.mobilitaetsagentur #main-navigation .button.btn-default:not(.dropdown-toggle).white:hover,
.mobilitaetsagentur #main-navigation .btn.btn-default:not(.dropdown-toggle).white:hover,
.mobilitaetsagentur #main-navigation .button.default.white:focus,
.mobilitaetsagentur #main-navigation .btn.default.white:focus,
.mobilitaetsagentur #main-navigation .button.btn-default:not(.dropdown-toggle).white:focus,
.mobilitaetsagentur #main-navigation .btn.btn-default:not(.dropdown-toggle).white:focus {
  background-color: #8f002e;
  text-decoration: none !important;
}
/* main */
#main {
  position: relative;
}
/* footer */
#footer {
  padding: 30px 0 100px 0;
  /* + height scroll top button */
  background-color: #4d4d4d;
  color: #cacaca;
}
#footer a {
  color: #cacaca;
}
#footer a:hover,
#footer a:focus {
  color: #ffffff;
}
#footer .top {
  margin-bottom: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
#footer .top .footer-box.ltr {
  border-right: 1px solid #cacaca;
  padding-right: 30px;
}
#footer .top .footer-box.ttb {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#footer .top .footer-box.last {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#footer .top .link-list a:not(.img)[target="_blank"]::before {
  display: inline-block;
  font-family: 'icomoon';
  content: "\e908";
  margin-right: 5px;
  font-size: 0.7em;
  vertical-align: bottom;
}
#footer .top .link-list ul li {
  margin-bottom: 10px;
}
#footer .top .link-list ul li:last-child {
  margin-bottom: 0;
}
#footer .top .site-links {
  text-align: right;
}
#footer .top .site-links.left {
  text-align: left;
}
#footer .top .site-links a {
  margin-right: 40px;
}
#footer .top .site-links a:last-child {
  margin-right: 0;
}
#footer .top .site-links a.logo img {
  width: auto;
  height: 60px;
}
#footer .bottom {
  text-align: center;
}
#footer .bottom .copyright {
  display: inline-block;
}
#footer .bottom #meta-navigation {
  display: inline-block;
}
#footer .bottom #meta-navigation ul li {
  display: inline-block;
}
#footer .bottom #meta-navigation ul li::before {
  content: '|';
  padding: 0 5px;
}
.streetlifewien #footer .top .site-links {
  text-align: right;
}
.streetlifewien #footer .top .site-links a {
  margin-right: 20px;
}
.streetlifewien #footer .top .site-links a:last-child {
  margin-right: 0;
}
/* general elements */
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area .h1,
.content-area .h2,
.content-area .h3,
.content-area .h4,
.content-area p {
  margin-bottom: 30px;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area .h1:last-child,
.content-area .h2:last-child,
.content-area .h3:last-child,
.content-area .h4:last-child,
.content-area p:last-child {
  margin-bottom: 0;
}
.content-area .headline-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.content-area .headline-wrapper h1,
.content-area .headline-wrapper .h1 {
  margin-bottom: 10px;
}
.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 0;
  text-align: left;
  /* first level */
}
.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li > ul {
  margin-top: 5px;
}
.content-area ul:not([id]):not([class]) > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background-color: #ed1556;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content-area ul:not([id]):not([class]) > li > ul {
  /* second level + */
}
.content-area ul:not([id]):not([class]) > li > ul li::before {
  content: '\2013';
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content-area ol:not([class]) {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 30px;
  margin-left: 50px;
}
.content-area ol:not([class]):last-child {
  margin-bottom: 0;
}
.content-area ol:not([class]) li {
  margin-bottom: 5px;
}
.content-area ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ol:not([class]) li > ul {
  margin-top: 5px;
}
.content-area .table-responsive {
  border: 0 !important;
}
.content-area table {
  margin-bottom: 30px;
}
.content-area table:last-child {
  margin-bottom: 0;
}
.content-area table tr:nth-child(even) {
  background-color: #ffffff;
}
.content-area table tr:nth-child(odd) {
  background-color: #f0f0ef;
}
.content-area table th,
.content-area table thead td {
  padding: 10px 10px;
}
.content-area table td {
  padding: 10px 10px;
}
.content-area p img.alignnone {
  max-width: 100%;
  height: auto;
}
.content-area p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.content-area div.alignnone,
.content-area div.alignleft,
.content-area div.alignright,
.content-area divaligncenter {
  max-width: 100%;
}
.content-area div.alignnone img,
.content-area div.alignleft img,
.content-area div.alignright img,
.content-area divaligncenter img {
  max-width: 100%;
  height: auto;
}
.content-area .wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 30px !important;
  color: #737373;
}
.content-area blockquote {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}
.content-area a:not(.img)[target="_blank"]::before {
  display: inline-block;
  font-family: 'icomoon';
  content: "\e908";
  margin-right: 5px;
  font-size: 0.7em;
  vertical-align: bottom;
}
hr {
  border-top: 1px solid #cacaca;
  margin: 30px 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* buttons */
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.button,
.btn {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button.default,
.btn.default,
.button.btn-default:not(.dropdown-toggle),
.btn.btn-default:not(.dropdown-toggle),
.button.btn-secondary:not(.dropdown-toggle),
.btn.btn-secondary:not(.dropdown-toggle) {
  border: 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #ed1556;
  color: #ffffff !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button.default:hover,
.btn.default:hover,
.button.btn-default:not(.dropdown-toggle):hover,
.btn.btn-default:not(.dropdown-toggle):hover,
.button.btn-secondary:not(.dropdown-toggle):hover,
.btn.btn-secondary:not(.dropdown-toggle):hover,
.button.default:focus,
.btn.default:focus,
.button.btn-default:not(.dropdown-toggle):focus,
.btn.btn-default:not(.dropdown-toggle):focus,
.button.btn-secondary:not(.dropdown-toggle):focus,
.btn.btn-secondary:not(.dropdown-toggle):focus {
  background-color: #8f002e;
  text-decoration: none !important;
}
.button.default.white,
.btn.default.white,
.button.btn-default:not(.dropdown-toggle).white,
.btn.btn-default:not(.dropdown-toggle).white,
.button.btn-secondary:not(.dropdown-toggle).white,
.btn.btn-secondary:not(.dropdown-toggle).white {
  background-color: #ffffff;
  color: #ed1556 !important;
}
.button.default.white:hover,
.btn.default.white:hover,
.button.btn-default:not(.dropdown-toggle).white:hover,
.btn.btn-default:not(.dropdown-toggle).white:hover,
.button.btn-secondary:not(.dropdown-toggle).white:hover,
.btn.btn-secondary:not(.dropdown-toggle).white:hover,
.button.default.white:focus,
.btn.default.white:focus,
.button.btn-default:not(.dropdown-toggle).white:focus,
.btn.btn-default:not(.dropdown-toggle).white:focus,
.button.btn-secondary:not(.dropdown-toggle).white:focus,
.btn.btn-secondary:not(.dropdown-toggle).white:focus {
  background-color: #f4eef0;
  text-decoration: none !important;
}
.button.default.white-border,
.btn.default.white-border,
.button.btn-default:not(.dropdown-toggle).white-border,
.btn.btn-default:not(.dropdown-toggle).white-border,
.button.btn-secondary:not(.dropdown-toggle).white-border,
.btn.btn-secondary:not(.dropdown-toggle).white-border {
  background-color: #ffffff;
  color: #ed1556 !important;
  padding: 13px 17px;
  border: 1px solid #ed1556;
}
.button.default.white-border:hover,
.btn.default.white-border:hover,
.button.btn-default:not(.dropdown-toggle).white-border:hover,
.btn.btn-default:not(.dropdown-toggle).white-border:hover,
.button.btn-secondary:not(.dropdown-toggle).white-border:hover,
.btn.btn-secondary:not(.dropdown-toggle).white-border:hover,
.button.default.white-border:focus,
.btn.default.white-border:focus,
.button.btn-default:not(.dropdown-toggle).white-border:focus,
.btn.btn-default:not(.dropdown-toggle).white-border:focus,
.button.btn-secondary:not(.dropdown-toggle).white-border:focus,
.btn.btn-secondary:not(.dropdown-toggle).white-border:focus {
  background-color: #f4eef0;
  text-decoration: none !important;
}
.button.default.cookie-close,
.btn.default.cookie-close,
.button.btn-default:not(.dropdown-toggle).cookie-close,
.btn.btn-default:not(.dropdown-toggle).cookie-close,
.button.btn-secondary:not(.dropdown-toggle).cookie-close,
.btn.btn-secondary:not(.dropdown-toggle).cookie-close {
  background-color: #ffffff;
  color: #323232 !important;
}
.button.default.cookie-close:hover,
.btn.default.cookie-close:hover,
.button.btn-default:not(.dropdown-toggle).cookie-close:hover,
.btn.btn-default:not(.dropdown-toggle).cookie-close:hover,
.button.btn-secondary:not(.dropdown-toggle).cookie-close:hover,
.btn.btn-secondary:not(.dropdown-toggle).cookie-close:hover,
.button.default.cookie-close:focus,
.btn.default.cookie-close:focus,
.button.btn-default:not(.dropdown-toggle).cookie-close:focus,
.btn.btn-default:not(.dropdown-toggle).cookie-close:focus,
.button.btn-secondary:not(.dropdown-toggle).cookie-close:focus,
.btn.btn-secondary:not(.dropdown-toggle).cookie-close:focus {
  background-color: #f0f0ef;
  text-decoration: none !important;
}
.button.default.disabled,
.btn.default.disabled,
.button.btn-default:not(.dropdown-toggle).disabled,
.btn.btn-default:not(.dropdown-toggle).disabled,
.button.btn-secondary:not(.dropdown-toggle).disabled,
.btn.btn-secondary:not(.dropdown-toggle).disabled {
  pointer-events: none;
  background-color: #737373;
  color: #ffffff;
}
.button.default i,
.btn.default i,
.button.btn-default:not(.dropdown-toggle) i,
.btn.btn-default:not(.dropdown-toggle) i,
.button.btn-secondary:not(.dropdown-toggle) i,
.btn.btn-secondary:not(.dropdown-toggle) i {
  font-size: 24px;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: sub;
}
/* comment form */
.comment-form-wrapper h3 small,
.comment-form-wrapper .h3 small {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.comment-form-success {
  padding: 15px;
  background-color: #f4eef0;
  margin-bottom: 30px;
}
#commentform label {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  display: block;
  float: left;
  width: 236px;
  padding: 9px 0;
}
#commentform .comment-form-comment,
#commentform .comment-form-author,
#commentform .comment-form-email {
  margin-bottom: 10px;
}
#commentform input[type="text"],
#commentform input[type="number"],
#commentform input[type="password"],
#commentform input[type="email"],
#commentform input[type="search"],
#commentform textarea {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  border: 1px solid #ed1556;
  background-color: #ffffff;
  width: 520px;
  height: auto;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#commentform input[type="text"]:hover,
#commentform input[type="number"]:hover,
#commentform input[type="password"]:hover,
#commentform input[type="email"]:hover,
#commentform input[type="search"]:hover,
#commentform textarea:hover,
#commentform input[type="text"]:focus,
#commentform input[type="number"]:focus,
#commentform input[type="password"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="search"]:focus,
#commentform textarea:focus,
#commentform input[type="text"]:active,
#commentform input[type="number"]:active,
#commentform input[type="password"]:active,
#commentform input[type="email"]:active,
#commentform input[type="search"]:active,
#commentform textarea:active,
#commentform input[type="text"]:focus,
#commentform input[type="number"]:focus,
#commentform input[type="password"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="search"]:focus,
#commentform textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#commentform input[type="text"]:focus,
#commentform input[type="number"]:focus,
#commentform input[type="password"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="search"]:focus,
#commentform textarea:focus {
  background-color: #f4eef0;
}
#commentform input[type="submit"] {
  margin: 0;
  margin-left: 236px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #ed1556;
  color: #ffffff !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus {
  background-color: #8f002e;
  text-decoration: none !important;
}
#commentform textarea {
  height: 160px;
  resize: none;
}
#commentform .comment-form-url {
  display: none;
}
#commentform .comment-form-policy {
  margin-top: 30px;
}
#commentform .comment-form-policy label {
  float: none;
  width: auto;
  padding: 0;
}
#commentform .comment-form-policy .comment-form-policy__input {
  display: inline-block !important;
}
/* scroll top button */
#scroll-top {
  width: 60px;
  height: 60px;
  background-color: #323232;
  color: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -30px;
  z-index: 4000;
  opacity: 0;
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#scroll-top:hover,
#scroll-top:focus {
  opacity: 1 !important;
}
#scroll-top i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.scrolled #scroll-top {
  opacity: 0.75;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* cookie-info */
#cookie-info {
  width: 470px;
  padding: 30px;
  background-color: #323232;
  color: #ffffff;
  position: absolute;
  margin-top: 40px;
  top: 30px;
  right: 30px;
  z-index: 2000;
}
#cookie-info .text {
  margin-bottom: 30px;
}
/* paging */
.paging {
  text-align: center;
  color: #737373;
}
.paging ul li {
  display: inline-block;
  margin: 0 2px;
}
.paging ul li a {
  color: #737373;
  text-decoration: underline;
}
.paging ul li a:hover,
.paging ul li a:focus,
.paging ul li a:focus,
.paging ul li a:active {
  color: #737373;
  text-decoration: underline;
}
.course-big-filter .pagination {
  display: block;
}
.course-big-filter .pagination .paging {
  text-align: right;
  color: #737373;
}
.course-big-filter .pagination .paging ul li {
  display: inline-block;
  margin: 0 2px;
}
.course-big-filter .pagination .paging ul li a {
  color: #737373;
  text-decoration: underline;
}
.course-big-filter .pagination .paging ul li a:hover,
.course-big-filter .pagination .paging ul li a:focus,
.course-big-filter .pagination .paging ul li a:focus,
.course-big-filter .pagination .paging ul li a:active,
.course-big-filter .pagination .paging ul li a.active {
  color: #737373;
  text-decoration: none;
}
/* bootstrap datepicker */
.bootstrap-datetimepicker-widget {
  padding: 5px;
  background-color: #eee8ea;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.day:focus {
  background-color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ed1556;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #ed1556;
}
.bootstrap-datetimepicker-widget table th:hover,
.bootstrap-datetimepicker-widget table th:focus {
  background-color: #ffffff !important;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  pointer-events: none;
}
/* section image teaser, section image slider */
section.image-teaser,
section.image-slider {
  height: 700px;
  position: relative;
}
section.image-teaser .image,
section.image-slider .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
section.image-teaser .image img,
section.image-slider .image img {
  display: none;
}
section.image-teaser .video,
section.image-slider .video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.image-teaser .video video,
section.image-slider .video video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.image-teaser .content,
section.image-slider .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.image-teaser .content > .container,
section.image-slider .content > .container {
  height: 100%;
}
section.image-teaser .content > .container > .inner,
section.image-slider .content > .container > .inner {
  height: 100%;
  position: relative;
}
section.image-teaser a.box:hover,
section.image-slider a.box:hover,
section.image-teaser a.box:focus,
section.image-slider a.box:focus {
  background-color: rgba(143, 0, 46, 0.95);
}
section.image-teaser .box,
section.image-slider .box {
  display: block;
  width: 320px;
  min-height: 320px;
  background-color: rgba(237, 21, 86, 0.95);
  color: #ffffff;
  position: absolute;
  padding: 30px;
  padding-bottom: 84px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.image-teaser .box.event-box,
section.image-slider .box.event-box {
  padding-bottom: 110px;
}
section.image-teaser .box.event-box .bottom,
section.image-slider .box.event-box .bottom {
  padding-right: 30px;
}
section.image-teaser .box.top,
section.image-slider .box.top {
  top: 40px;
}
section.image-teaser .box.bottom,
section.image-slider .box.bottom {
  bottom: 40px;
}
section.image-teaser .box.left,
section.image-slider .box.left {
  left: 0;
}
section.image-teaser .box.right,
section.image-slider .box.right {
  right: 0;
}
section.image-teaser .box h1,
section.image-slider .box h1,
section.image-teaser .box .h1,
section.image-slider .box .h1 {
  color: #ffffff;
}
section.image-teaser .box > .text,
section.image-slider .box > .text {
  margin-top: 30px;
}
section.image-teaser .box > .text .line,
section.image-slider .box > .text .line {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
section.image-teaser .box > .text .line:last-child,
section.image-slider .box > .text .line:last-child {
  margin-bottom: 0;
}
section.image-teaser .box > .text .line i,
section.image-slider .box > .text .line i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}
section.image-teaser .box .bottom,
section.image-slider .box .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  padding-right: 40px;
}
section.image-teaser .box .bottom .button,
section.image-slider .box .bottom .button {
  width: 100%;
}
section.image-teaser .box .bottom .text,
section.image-slider .box .bottom .text {
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.image-teaser .box .bottom i,
section.image-slider .box .bottom i {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
section.image-teaser:first-child .box,
section.image-slider:first-child .box {
  /* prevent left position when section is first child; due to logo */
}
section.image-teaser:first-child .box.top,
section.image-slider:first-child .box.top {
  top: 80px;
  /* including navbar height when section is first child */
}
section.image-teaser:first-child .box.top.left,
section.image-slider:first-child .box.top.left {
  left: auto;
  right: 0;
}
.mobilitaetsagentur section.image-teaser .box,
.mobilitaetsagentur section.image-slider .box {
  background-color: rgba(255, 255, 255, 0.95);
  color: #ed1556;
  width: 50%;
}
.mobilitaetsagentur section.image-teaser .box:hover,
.mobilitaetsagentur section.image-slider .box:hover,
.mobilitaetsagentur section.image-teaser .box:focus,
.mobilitaetsagentur section.image-slider .box:focus {
  background-color: #ffffff;
}
.mobilitaetsagentur section.image-teaser .box h1,
.mobilitaetsagentur section.image-slider .box h1,
.mobilitaetsagentur section.image-teaser .box .h1,
.mobilitaetsagentur section.image-slider .box .h1 {
  color: #ed1556;
}
section.image-slider .carousel {
  height: 100%;
}
section.image-slider .carousel .carousel-inner {
  height: 100%;
}
section.image-slider .carousel .carousel-inner .item {
  height: 100%;
}
section.image-slider .carousel .carousel-inner .item .item-inner {
  height: 100%;
  position: relative;
}
section.image-slider .carousel:hover .carousel-control,
section.image-slider .carousel:focus .carousel-control {
  opacity: 1;
}
section.image-slider .carousel .carousel-control {
  width: 50px;
  background-image: none;
  background-color: rgba(237, 21, 86, 0.6);
  color: #ffffff;
  opacity: 0.5;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.image-slider .carousel .carousel-control:hover,
section.image-slider .carousel .carousel-control:focus {
  background-color: rgba(143, 0, 46, 0.6);
}
section.image-slider .carousel .carousel-control i {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 20px;
  text-align: center;
}
section.image-slider .carousel .carousel-indicators {
  font-size: 0;
  line-height: 0;
  bottom: 12px;
}
section.image-slider .carousel .carousel-indicators li {
  width: 16px !important;
  height: 16px !important;
  background-color: #ed1556;
  border: 2px solid #ffffff;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section.image-slider .carousel .carousel-indicators li.active {
  background-color: #8f002e;
}
/* website links */
section.website-links {
  font-size: 0;
}
section.website-links a.link {
  display: inline-block;
  width: 50%;
  padding: 30px;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.website-links a.link.wienzufuss {
  background-color: #3790ae;
  text-align: right;
  padding-right: 140px;
}
section.website-links a.link.wienzufuss:hover,
section.website-links a.link.wienzufuss:focus {
  background-color: #227692;
}
section.website-links a.link.fahrradwien {
  background-color: #ed1556;
  text-align: left;
  padding-left: 140px;
}
section.website-links a.link.fahrradwien:hover,
section.website-links a.link.fahrradwien:focus {
  background-color: #8f002e;
}
section.website-links a.link .inner {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
section.website-links a.link .icon-big {
  display: block;
  font-size: 100px;
  margin-bottom: 30px;
}
section.website-links a.link .icon-external {
  margin-right: 10px;
  font-size: 0.8em;
  vertical-align: bottom;
}
/* section sujet */
section.sujet {
  height: 450px;
  position: relative;
  /* button wrapper */
  /* breadcrumb */
}
section.sujet > .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
section.sujet > .image img {
  display: none;
}
section.sujet .button-wrapper {
  width: 100%;
  position: absolute;
  bottom: 82px;
}
section.sujet .button-wrapper .button {
  padding-left: 30px;
  padding-right: 30px;
}
section.sujet .breadcrumb-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
section.sujet .breadcrumb-wrapper.wzf .box {
  background-color: #3790ad;
}
section.sujet .breadcrumb-wrapper.streetlife .box {
  background-color: #45948d;
}
section.sujet .breadcrumb-wrapper.fw .box {
  background-color: #dd0047;
}
section.sujet .breadcrumb-wrapper .box {
  background-color: #ed1556;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.sujet .breadcrumb-wrapper .box a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.sujet .breadcrumb-wrapper .box a:hover,
section.sujet .breadcrumb-wrapper .box a:focus,
section.sujet .breadcrumb-wrapper .box a:focus,
section.sujet .breadcrumb-wrapper .box a:active {
  color: #ffffff;
}
section.sujet .breadcrumb-wrapper ul li {
  display: inline;
}
section.sujet .breadcrumb-wrapper ul li::after {
  display: inline;
  content: "/";
  margin: 0 5px;
}
section.sujet .breadcrumb-wrapper ul li:last-child::after {
  content: '';
}
/* section content */
section.content {
  padding: 50px 0;
}
section.content .content-main {
  padding-left: 30px;
}
section.content .content-aside {
  padding-right: 30px;
}
section.content .content-aside .current-cat {
  text-decoration: underline;
}
/* section route planner */
section.route-planner {
  padding: 50px 0;
  background-color: #ffffff;
  background-image: url('../images/map-white.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
section.route-planner h1,
section.route-planner .h1 {
  margin-bottom: 30px;
}
section.route-planner #route-planner-form {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-right: 88px;
}
section.route-planner #route-planner-form .input-fields {
  padding: 30px;
  background-color: #ed1556;
  overflow: hidden;
}
section.route-planner #route-planner-form .input-fields .input-wrapper {
  float: left;
  position: relative;
}
section.route-planner #route-planner-form .input-fields .input-wrapper i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  color: #ed1556;
  font-size: 20px;
}
section.route-planner #route-planner-form .input-fields .input-wrapper input {
  width: 250px;
  padding: 10px 10px 10px 35px;
}
section.route-planner #route-planner-form button.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
}
section.route-planner #route-planner-form button.icon i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  margin-top: -15px;
  display: none;
}
section.route-planner .image-teaser a {
  display: inline-block;
}
.mobilitaetsagentur section.route-planner #route-planner-form .input-fields {
  background-color: #dd0047;
}
.mobilitaetsagentur section.route-planner #route-planner-form .input-fields .input-wrapper i {
  color: #dd0047;
}
.mobilitaetsagentur section.route-planner #route-planner-form .input-fields .input-wrapper input {
  border: 1px solid #dd0047;
}
.mobilitaetsagentur section.route-planner #route-planner-form .input-fields .input-wrapper input:focus {
  background-color: #f4eef0;
}
.mobilitaetsagentur section.route-planner #route-planner-form button.icon {
  background-color: #dd0047;
}
.mobilitaetsagentur section.route-planner #route-planner-form button.icon:hover,
.mobilitaetsagentur section.route-planner #route-planner-form button.icon:focus {
  background-color: #8f002e;
}
.mobilitaetsagentur section.route-planner #route-planner-form button.icon .icon-fahrradwien {
  display: inline-block;
}
.fahrradwien section.route-planner {
  background-color: #dd0047;
  background-image: url('../images/map-pink.png');
}
.fahrradwien section.route-planner .container {
  position: relative;
}
.fahrradwien section.route-planner h1,
.fahrradwien section.route-planner .h1 {
  color: #ffffff;
  padding: 0 150px;
}
.fahrradwien section.route-planner .image-teaser {
  position: absolute;
  right: 15px;
  top: 0;
}
.fahrradwien section.route-planner .image-teaser img {
  width: auto;
  height: 122px;
}
.wienzufuss section.route-planner #route-planner-form button.icon .icon-wienzufuss {
  font-size: 50px;
  line-height: 50px;
  margin-top: -25px;
  display: inline-block;
}
/* section blog posts */
section.blog-posts {
  padding: 50px 0;
  background-color: #f0f0ef;
  text-align: center;
}
section.blog-posts h1,
section.blog-posts .h1 {
  margin-bottom: 30px;
}
section.blog-posts .post {
  padding: 30px;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 4px;
}
section.blog-posts .post:last-child {
  margin-bottom: 0;
}
section.blog-posts .post .image img {
  width: 100%;
  height: auto;
}
section.blog-posts .post .text h2,
section.blog-posts .post .text .h2 {
  margin-bottom: 10px;
}
section.blog-posts .post .text .excerpt {
  margin-bottom: 30px;
  color: #323232;
}
section.blog-posts .blog-link {
  padding: 15px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/* post meta element; used in various sections */
.post-meta {
  color: #737373;
}
.post-meta a {
  color: #737373;
  text-decoration: underline;
}
.post-meta a:hover,
.post-meta a:focus,
.post-meta a:focus,
.post-meta a:active {
  color: #737373;
  text-decoration: none;
}
.post-meta .element {
  display: inline;
}
.post-meta .element::after {
  content: '//';
  margin: 0 2px;
}
.post-meta .element:last-child::after {
  content: '';
  margin: 0;
}
/* blog detail */
.avatar-meta-wrapper {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.avatar-meta-wrapper .image {
  float: left;
  margin-right: 15px;
}
.avatar-meta-wrapper .image img {
  width: auto;
  height: 40px;
}
/* section faq teaser */
section.faq-teaser {
  background-color: #ed1556;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  /* colors schemes */
}
section.faq-teaser h1,
section.faq-teaser .h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
section.faq-teaser .text {
  margin-bottom: 20px;
}
section.faq-teaser .text a {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.faq-teaser .text a:hover,
section.faq-teaser .text a:focus,
section.faq-teaser .text a:focus,
section.faq-teaser .text a:active {
  color: #ffffff;
}
section.faq-teaser .text a i {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
section.faq-teaser .more-link a {
  color: #ffffff;
  font-size: 20px;
}
section.faq-teaser .more-link a:hover,
section.faq-teaser .more-link a:focus,
section.faq-teaser .more-link a:focus,
section.faq-teaser .more-link a:active {
  color: #ffffff;
}
section.faq-teaser .button {
  margin-top: 40px;
}
section.faq-teaser.fw {
  background-color: #dd0047;
}
section.faq-teaser.fw .button {
  color: #dd0047 !important;
}
section.faq-teaser.wzf {
  background-color: #3790ad;
}
section.faq-teaser.wzf .button {
  color: #3790ad !important;
}
/* section random facts */
section.random-facts {
  background-color: #ed1556;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  /* colors schemes */
}
section.random-facts h1,
section.random-facts .h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
section.random-facts .text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.random-facts .text:hover,
section.random-facts .text:focus,
section.random-facts .text:focus,
section.random-facts .text:active {
  color: #ffffff;
}
section.random-facts .text i {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
section.random-facts.fw {
  background-color: #dd0047;
}
section.random-facts.wzf {
  background-color: #3790ad;
}
/* section event teaser */
section.event-teaser {
  padding: 50px 0;
  background-color: #f0f0ef;
  text-align: center;
}
section.event-teaser h1,
section.event-teaser .h1 {
  margin-bottom: 30px;
}
section.event-teaser .box-container {
  margin-bottom: -30px;
}
section.event-teaser .event-box {
  background-color: #ffffff;
  text-align: left;
  min-height: 295px;
  position: relative;
  margin-bottom: 30px;
}
section.event-teaser .event-box.image .inner {
  width: 50%;
  margin-left: 50%;
}
section.event-teaser .event-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.event-teaser .event-box .image img {
  display: none;
}
section.event-teaser .event-box .inner {
  padding: 30px;
}
section.event-teaser .event-box .inner .date {
  margin-bottom: 10px;
}
section.event-teaser .event-box .inner .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.event-teaser .event-box .inner .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.event-teaser .event-box .inner h2,
section.event-teaser .event-box .inner .h2 {
  margin-bottom: 10px;
}
section.event-teaser .event-box .inner .subtitle {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.event-teaser .event-box .inner .text {
  color: #323232;
}
section.event-teaser .link-box {
  padding: 30px;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  min-height: 295px;
  margin-bottom: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.event-teaser .link-box .item {
  margin-bottom: 20px;
}
section.event-teaser .link-box .item:last-child {
  margin-bottom: 0;
}
section.event-teaser .send-date-box {
  display: block;
  text-align: left;
  padding: 30px;
  min-height: 295px;
  background-color: rgba(237, 21, 86, 0.95);
  color: #ffffff;
  padding-bottom: 84px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.event-teaser .send-date-box:hover,
section.event-teaser .send-date-box:focus {
  background-color: rgba(143, 0, 46, 0.95);
}
section.event-teaser .send-date-box h2,
section.event-teaser .send-date-box .h2 {
  color: #ffffff;
}
section.event-teaser .send-date-box .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  text-align: right;
}
section.event-teaser .send-date-box .bottom i {
  font-size: 20px;
}
/* section event list */
section.event-list {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
section.event-list h1,
section.event-list .h1 {
  margin-bottom: 30px;
}
.event-list-container {
  margin-bottom: 30px;
}
.event-list-container:last-child {
  margin-bottom: 0;
}
.event-list-container .event-item {
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
  text-align: left;
  overflow: hidden;
}
.event-list-container .event-item:first-child {
  padding-top: 0;
}
.event-list-container .event-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.event-list-container .event-item .date {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #000000;
}
.event-list-container .event-item .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-list-container .event-item .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-list-container .event-item .time {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  text-transform: uppercase;
  min-width: 100px;
  max-width: 100px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-list-container .event-item .text {
  display: inline-block;
  vertical-align: top;
  max-width: 560px;
}
.event-list-container .event-item .text h2,
.event-list-container .event-item .text .h2 {
  margin-bottom: 0;
}
.event-list-container .event-item .text .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-list-container .event-item .text .location {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
/* section cta */
section.cta {
  background-color: #ed1556;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  /* colors schemes */
}
section.cta h1,
section.cta .h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
section.cta .text {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.cta .button {
  margin-top: 40px;
}
section.cta.fw {
  background-color: #dd0047;
}
section.cta.fw h1,
section.cta.fw .h1,
section.cta.fw .text {
  color: #ffffff;
}
section.cta.fw .button {
  color: #dd0047 !important;
}
section.cta.wzf {
  background-color: #3790ad;
}
section.cta.wzf h1,
section.cta.wzf .h1,
section.cta.wzf .text {
  color: #ffffff;
}
section.cta.wzf .button {
  color: #3790ad !important;
}
/* section news */
section.news {
  padding: 50px 0;
  background-color: #f0f0ef;
  text-align: center;
}
section.news h1,
section.news .h1 {
  margin-bottom: 30px;
}
section.news .news-item {
  padding: 30px;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 4px;
}
section.news .news-item:last-child {
  margin-bottom: 0;
}
section.news .news-item h2,
section.news .news-item .h2 {
  margin-bottom: 10px;
}
section.news .news-item .text {
  color: #323232;
}
section.news .news-link {
  padding: 15px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/* section newsletter */
section.newsletter {
  padding: 30px 0;
  background-color: #ed1556;
  text-align: center;
}
section.newsletter a {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.newsletter a:hover,
section.newsletter a:focus,
section.newsletter a:focus,
section.newsletter a:active {
  color: #ffffff;
}
section.newsletter a i {
  font-size: 20px;
  margin-left: 30px;
}
/* section wishbox */
section.wishbox {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
section.wishbox h1,
section.wishbox .h1 {
  margin-bottom: 30px;
}
section.wishbox .text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.wishbox #wishbox-form {
  position: relative;
  display: inline-block;
  padding-right: 88px;
}
section.wishbox #wishbox-form .input-fields {
  padding: 30px;
  background-color: #ed1556;
}
section.wishbox #wishbox-form .input-fields input {
  width: 500px !important;
}
section.wishbox #wishbox-form button.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
}
section.wishbox #wishbox-form button.icon i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  margin-top: -15px;
  display: none;
}
.fahrradwien section.wishbox #wishbox-form button.icon .icon-fahrradwien {
  display: inline-block;
}
.wienzufuss section.wishbox #wishbox-form button.icon .icon-wienzufuss {
  font-size: 50px;
  line-height: 50px;
  margin-top: -25px;
  display: inline-block;
}
/* section facts */
section.facts {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
  /* colors schemes */
}
section.facts h1,
section.facts .h1 {
  margin-bottom: 30px;
}
section.facts .text {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.facts .fact {
  margin-bottom: 30px;
}
section.facts .fact .text-big {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.facts .fact .text-small {
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.facts .button {
  margin-top: 10px;
}
section.facts.fw .button {
  background-color: #dd0047;
}
section.facts.fw .button:hover,
section.facts.fw .button:focus {
  background-color: #8f002e;
}
section.facts.wzf .button {
  background-color: #3790ad;
}
section.facts.wzf .button:hover,
section.facts.wzf .button:focus {
  background-color: #227692;
}
/* section gallery */
section.gallery {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
section.gallery h1,
section.gallery .h1 {
  margin-bottom: 30px;
}
section.gallery .text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.gallery .images {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
section.gallery .images.show-all .item.additional-item {
  display: inline-block;
}
section.gallery .images .item {
  display: inline-block;
  width: 14.28%;
  padding: 1px;
}
section.gallery .images .item.additional-item {
  display: none;
}
section.gallery .images .item .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.gallery .images .item .image img {
  width: 100%;
  height: auto;
}
section.gallery .show-more-wrapper {
  margin-top: 30px;
}
/* section text */
section.text {
  padding: 50px 0;
  background-color: #ffffff;
}
/* section video */
section.video {
  padding: 50px 0;
  background-color: #f0f0ef;
}
/* content elements */
.content-element {
  margin-bottom: 30px;
  /* text */
  /* text image */
  /* gallery */
  /* iframe */
  /* box teaser blog */
}
.content-element:last-child {
  margin-bottom: 0;
}
.content-element.text::after {
  content: '';
  display: block;
  clear: both;
}
.content-element.text-image {
  margin-bottom: 100px;
}
.content-element.text-image:first-child {
  margin-top: 50px;
}
.content-element.text-image:last-child {
  margin-bottom: 0;
}
.content-element.text-image .headline-wrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}
.content-element.text-image .headline-wrapper:last-child {
  margin-bottom: 0;
}
.content-element.text-image .image-wrapper {
  text-align: center;
}
.content-element.text-image .image-wrapper img {
  width: 75%;
  height: auto;
}
.content-element.gallery .images {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.content-element.gallery .images .item {
  display: inline-block;
  width: 16.66%;
  padding: 1px;
}
.content-element.gallery .images .item .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content-element.gallery .images .item .image img {
  width: 100%;
  height: auto;
}
.content-element.iframe iframe,
.content-element.iframe .two-click-iframe {
  width: 100%;
  height: 700px;
}
.content-element iframe {
  max-width: 100%;
}
.content-element.box-teaser-blog {
  padding: 30px;
  text-align: center;
}
.content-element.box-teaser-blog.schulweg {
  background-color: #0191b4;
  color: #ffffff;
}
.content-element.box-teaser-blog.schulweg h2,
.content-element.box-teaser-blog.schulweg .h2 {
  color: #ffffff !important;
}
.content-element.box-teaser-blog.schulweg.border .button.default.white {
  background-color: #0191b4;
  color: #ffffff !important;
}
.content-element.box-teaser-blog.schulweg.border .button.default.white:hover,
.content-element.box-teaser-blog.schulweg.border .button.default.white:focus {
  background-color: #227692;
}
.content-element.box-teaser-blog.fahrrad {
  background-color: #e3004a;
  color: #ffffff;
}
.content-element.box-teaser-blog.fahrrad h2,
.content-element.box-teaser-blog.fahrrad .h2 {
  color: #ffffff !important;
}
.content-element.box-teaser-blog.fahrrad.border .button.default.white {
  background-color: #e3004a;
  color: #ffffff !important;
}
.content-element.box-teaser-blog.fahrrad.border .button.default.white:hover,
.content-element.box-teaser-blog.fahrrad.border .button.default.white:focus {
  background-color: #8f002e;
}
.content-element.box-teaser-blog.graetzl {
  background-color: #ffd101;
  color: #323232;
}
.content-element.box-teaser-blog.graetzl h2,
.content-element.box-teaser-blog.graetzl .h2 {
  color: #323232 !important;
}
.content-element.box-teaser-blog.graetzl.border .button.default.white {
  background-color: #ffd101;
  color: #323232 !important;
}
.content-element.box-teaser-blog.graetzl.border .button.default.white:hover,
.content-element.box-teaser-blog.graetzl.border .button.default.white:focus {
  background-color: #e4bc00;
}
.content-element.box-teaser-blog.border {
  padding: 0 !important;
  color: #323232 !important;
}
.content-element.box-teaser-blog.border h2,
.content-element.box-teaser-blog.border .h2 {
  color: #323232 !important;
}
.content-element.box-teaser-blog.border .image-wrapper img {
  width: 160px;
  height: auto;
}
.content-element.box-teaser-blog .box {
  background-image: url('../images/border.png');
  background-size: cover;
  padding: 25px;
}
.content-element.box-teaser-blog .box .box-inner {
  background-color: #ffffff;
  padding: 50px 40px;
  overflow: hidden;
}
.content-element.box-teaser-blog .image-wrapper {
  margin-bottom: 10px;
}
.content-element.box-teaser-blog .headline-wrapper {
  margin-bottom: 25px;
}
.content-element.box-teaser-blog .headline-wrapper:last-child {
  margin-bottom: 0;
}
.content-element.box-teaser-blog .headline-wrapper h2,
.content-element.box-teaser-blog .headline-wrapper .h2 {
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  color: #323232;
  margin-bottom: 10px;
}
.content-element.box-teaser-blog .headline-wrapper h2:last-child,
.content-element.box-teaser-blog .headline-wrapper .h2:last-child {
  margin-bottom: 0;
}
.content-element.box-teaser-blog .headline-wrapper .subline {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
/* section blog overview */
section.blog-overview h1,
section.blog-overview .h1 {
  margin-bottom: 30px;
}
section.blog-overview .post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
section.blog-overview .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.blog-overview .post .image img {
  width: 100%;
  height: auto;
}
section.blog-overview .post .text h2,
section.blog-overview .post .text .h2 {
  margin-bottom: 10px;
}
section.blog-overview .post .text .excerpt {
  color: #323232;
}
section.blog-overview .categories {
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
/* post comments */
.post-comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cacaca;
}
.post-comments .comments {
  margin-bottom: 30px;
}
.post-comments .comments .comment-wrapper.nested {
  padding-left: 30px;
}
.post-comments .comments .comment-wrapper .comment {
  margin-bottom: 20px;
}
.post-comments .comments .comment-wrapper .comment .comment-meta {
  margin-bottom: 5px;
}
.post-comments .comments .comment-wrapper .comment .box {
  padding: 15px;
  background-color: #f4eef0;
  margin-bottom: 10px;
}
.post-comments .comments .comment-wrapper .comment a.comment-reply-link {
  display: inline-block;
  margin: 0;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #ed1556;
  color: #ffffff !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.post-comments .comments .comment-wrapper .comment a.comment-reply-link:hover,
.post-comments .comments .comment-wrapper .comment a.comment-reply-link:focus {
  background-color: #8f002e;
  text-decoration: none !important;
}
/* section news overview */
section.news-overview h1,
section.news-overview .h1 {
  margin-bottom: 30px;
}
section.news-overview .news-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
section.news-overview .news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.news-overview .news-item h2,
section.news-overview .news-item .h2 {
  margin-bottom: 10px;
}
section.news-overview .news-item .excerpt {
  color: #323232;
}
/* section routes overview */
section.routes-overview h1,
section.routes-overview .h1 {
  margin-bottom: 30px;
}
section.routes-overview .text-image {
  margin-bottom: 30px;
  overflow: hidden;
}
section.routes-overview .text-image .text-left {
  overflow: hidden;
}
section.routes-overview .text-image .image-right {
  float: right;
  margin-left: 30px;
}
section.routes-overview .view-modes {
  padding: 15px;
  background-color: #eee8ea;
  margin-bottom: 30px;
}
section.routes-overview .view-modes button {
  display: inline-block;
  margin-right: 15px;
  font-size: 26px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.routes-overview .view-modes button:hover,
section.routes-overview .view-modes button:focus,
section.routes-overview .view-modes button.active {
  color: #ed1556;
}
section.routes-overview .route {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
section.routes-overview .route:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.routes-overview .route.list .col-sm-4 {
  display: none;
}
section.routes-overview .route.list .col-sm-8 {
  width: 100%;
}
section.routes-overview .route .image img {
  width: 100%;
  height: auto;
}
section.routes-overview .route .text .headline-wrapper {
  margin-bottom: 10px;
}
section.routes-overview .route .text .headline-wrapper .time-distance {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.routes-overview .route .text .headline-wrapper .time-distance i {
  font-size: 24px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
section.routes-overview .route .text .description {
  color: #323232;
  margin-bottom: 20px;
}
section.routes-overview .route .text .images {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
section.routes-overview .route .text .images .item {
  display: inline-block;
  width: 60px;
  margin-right: 1px;
  margin-bottom: 1px;
}
section.routes-overview .route .text .images .item .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.routes-overview .route .text .images .item .image img {
  width: 100%;
  height: auto;
}
section.routes-overview .categories {
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.fahrradwien .route-add-event {
  display: none;
}
/* route form */
#route-form .section {
  margin-bottom: 30px;
}
#route-form #add-section {
  font-weight: bold;
}
/* route detail */
.route-detail .headline-wrapper h1,
.route-detail .headline-wrapper .h1 {
  margin-bottom: 10px;
}
.route-detail .route-details-wrapper .bottom {
  overflow: hidden;
  margin-top: -1px;
}
.route-detail .route-details-wrapper .bottom .button {
  float: left;
}
.route-detail .route-details-wrapper .bottom .button .num-text {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #323232;
  font-weight: normal;
  text-transform: none;
  margin-right: 10px;
}
.route-detail .headline-icon-wrapper i {
  color: #ed1556;
}
.route-detail .headline-icon-wrapper i.icon-arrow-long {
  font-size: 40px;
}
.route-detail .headline-icon-wrapper i.icon-a-to-b {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
}
.route-detail .route-map .two-click-iframe,
.route-detail .route-map iframe {
  width: 100%;
  height: 400px;
}
.fahrradwien .route-detail .route-details-wrapper .bottom a.button {
  display: none;
}
/* accordion */
.accordion-container .panel-group {
  margin: 0;
  border: 0;
}
.accordion-container .panel-group .panel {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-container .panel-group .panel:last-child {
  margin-bottom: 0;
}
.accordion-container .panel-group .panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-container .panel-group .panel .panel-heading .panel-title {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 20px 70px 20px 30px;
  background-color: #ed1556;
  color: #ffffff;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a:hover,
.accordion-container .panel-group .panel .panel-heading .panel-title a:focus {
  background-color: #8f002e;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a.collapsed .toggle-icon {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
.accordion-container .panel-group .panel .panel-heading .panel-title a i.icon-bubble {
  vertical-align: middle;
  margin-right: 5px;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a .toggle-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  -moz-transform: rotate3d(0, 0, 1, 180deg);
  -o-transform: rotate3d(0, 0, 1, 180deg);
  -ms-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.accordion-container .panel-group .panel .panel-body {
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  padding: 30px;
}
/* section events overview */
section.events-overview h1,
section.events-overview .h1 {
  margin-bottom: 30px;
}
section.events-overview h2.sep,
section.events-overview .h2.sep {
  text-align: center;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
section.events-overview h2.sep.future,
section.events-overview .h2.sep.future {
  color: #ed1556;
}
section.events-overview h2.sep.past,
section.events-overview .h2.sep.past {
  color: #737373;
}
section.events-overview .show-month {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.events-overview .show-month i {
  font-size: 20px;
}
section.events-overview .date-navigation {
  padding: 15px;
  background-color: #eee8ea;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.events-overview .date-navigation .prev {
  text-align: left;
}
section.events-overview .date-navigation .current {
  text-align: center;
}
section.events-overview .date-navigation .next {
  text-align: right;
}
section.events-overview .date-navigation .mobile {
  display: none;
}
section.events-overview .date-navigation i {
  font-size: 20px;
}
section.events-overview .event-item-list.past .event-item .date {
  background-color: #4d4d4d;
}
section.events-overview .event-item-list.past .event-item h2 a,
section.events-overview .event-item-list.past .event-item .h2 a {
  color: #4d4d4d;
}
section.events-overview .event-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
}
section.events-overview .event-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.events-overview .event-item .date {
  background-color: #ed1556;
  float: left;
  width: 120px;
  height: 120px;
  padding: 15px;
  margin-right: 30px;
}
section.events-overview .event-item .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.events-overview .event-item .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.events-overview .event-item .text {
  overflow: hidden;
}
section.events-overview .event-item .text h2,
section.events-overview .event-item .text .h2 {
  margin-bottom: 10px;
}
section.events-overview .event-item .text .subtitle {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.events-overview .event-item .text .description {
  color: #323232;
}
section.events-overview #event-datepicker {
  margin-bottom: 30px;
}
/* event detail */
.event-detail .headline-wrapper .date {
  background-color: #ed1556;
  float: left;
  width: 120px;
  height: 120px;
  padding: 15px;
  margin-right: 30px;
}
.event-detail .headline-wrapper .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-detail .headline-wrapper .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-detail .headline-wrapper .text {
  overflow: hidden;
}
.event-detail .headline-wrapper .text h1,
.event-detail .headline-wrapper .text .h1 {
  margin-bottom: 10px;
}
.event-detail .headline-wrapper .text .subtitle {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-detail .headline-wrapper .text .time {
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.event-detail .headline-wrapper .text .time i {
  color: #ed1556;
  font-size: 24px;
  vertical-align: sub;
  margin-right: 5px;
}
.event-details-wrapper,
.route-details-wrapper,
.bike-details-wrapper {
  margin-bottom: 30px;
  /* prevent external link symbol */
}
.event-details-wrapper .box,
.route-details-wrapper .box,
.bike-details-wrapper .box {
  background-color: #eee8ea;
  padding: 15px;
  margin-bottom: 1px;
}
.event-details-wrapper .box:last-child,
.route-details-wrapper .box:last-child,
.bike-details-wrapper .box:last-child {
  margin-bottom: 0;
}
.event-details-wrapper .box .line,
.route-details-wrapper .box .line,
.bike-details-wrapper .box .line {
  margin-bottom: 10px;
}
.event-details-wrapper .box .line:last-child,
.route-details-wrapper .box .line:last-child,
.bike-details-wrapper .box .line:last-child {
  margin-bottom: 0;
}
.event-details-wrapper .box .line i,
.route-details-wrapper .box .line i,
.bike-details-wrapper .box .line i {
  display: inline-block;
  color: #ed1556;
  font-size: 24px;
  vertical-align: sub;
  min-width: 30px;
}
.event-details-wrapper .box .line-info-table,
.route-details-wrapper .box .line-info-table,
.bike-details-wrapper .box .line-info-table {
  display: table;
}
.event-details-wrapper .box .line-info-table .line-info-row,
.route-details-wrapper .box .line-info-table .line-info-row,
.bike-details-wrapper .box .line-info-table .line-info-row {
  display: table-row;
}
.event-details-wrapper .box .line-info-table .line-info-row.line-info-icon:last-child .line-info-cell,
.route-details-wrapper .box .line-info-table .line-info-row.line-info-icon:last-child .line-info-cell,
.bike-details-wrapper .box .line-info-table .line-info-row.line-info-icon:last-child .line-info-cell {
  padding-bottom: 0;
}
.event-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell,
.route-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell,
.bike-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell {
  padding-bottom: 10px;
}
.event-details-wrapper .box .line-info-table .line-info-row .line-info-cell,
.route-details-wrapper .box .line-info-table .line-info-row .line-info-cell,
.bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell {
  display: table-cell;
}
.event-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label,
.route-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label,
.bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label {
  font-weight: bold;
  padding-right: 20px;
}
.event-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon,
.route-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon,
.bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon {
  padding-left: 35px;
  position: relative;
}
.event-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon i,
.route-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon i,
.bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-icon i {
  position: absolute;
  left: 0;
  top: 0;
}
.event-details-wrapper a::before,
.route-details-wrapper a::before,
.bike-details-wrapper a::before {
  display: none !important;
}
/* section news overview */
section.search-results .headline-wrapper {
  margin-bottom: 30px;
}
section.search-results .headline-wrapper h1,
section.search-results .headline-wrapper .h1 {
  margin-bottom: 10px;
}
section.search-results .headline-wrapper .num-results {
  color: #737373;
}
section.search-results .result-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
section.search-results .result-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.search-results .result-item h2,
section.search-results .result-item .h2 {
  margin-bottom: 10px;
}
section.search-results .result-item .excerpt {
  color: #323232;
}
/* section event map */
section.event-map {
  position: relative;
}
section.event-map #event-map {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.event-map .event-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
section.event-map .event-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
section.event-map .container {
  position: relative;
}
section.event-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
section.event-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ed1556;
  color: #ffffff;
  margin-bottom: 5px;
}
section.event-map .filter-box-wrapper .filter-box h2,
section.event-map .filter-box-wrapper .filter-box .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.event-map .filter-box-wrapper .filter-box h2:last-child,
section.event-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
section.event-map .filter-box-wrapper .filter-box .bootstrap-select {
  width: 100%;
}
section.event-map .filter-box-wrapper .link-box {
  display: block;
  width: 300px;
  padding: 20px;
  padding-right: 50px;
  background-color: #ed1556;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.event-map .filter-box-wrapper .link-box:hover,
section.event-map .filter-box-wrapper .link-box:focus,
section.event-map .filter-box-wrapper .link-box:focus,
section.event-map .filter-box-wrapper .link-box:active {
  background-color: #8f002e;
}
section.event-map .filter-box-wrapper .link-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
section.event-map #event-map-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
section.event-list .button-wrapper {
  text-align: center;
  margin-top: 30px;
}
/* info window */
.info-window-shadow,
.info-window-box {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.info-window-inner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  padding: 22px 0 15px 16px;
}
.info-window-inner .image-wrapper {
  float: left;
  margin-right: 20px;
}
.info-window-inner .image-wrapper img {
  width: 120px;
  height: auto;
}
.info-window-inner .text-wrapper {
  overflow: hidden;
}
.info-window-inner h2,
.info-window-inner .h2 {
  margin-bottom: 30px;
}
.info-window-inner .line {
  margin-bottom: 10px;
}
.info-window-inner .line:last-child {
  margin-bottom: 0;
}
.info-window-inner .line.address {
  position: relative;
  padding-left: 30px;
}
.info-window-inner .line.address i {
  position: absolute;
  top: 0;
  left: 0;
}
.info-window-inner .line i {
  display: inline-block;
  color: #ed1556;
  font-size: 24px;
  vertical-align: sub;
  min-width: 30px;
}
/* section social stream */
section.social-stream {
  background-color: #ed1556;
  background-repeat: repeat;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}
section.social-stream h1,
section.social-stream .h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
section.social-stream .wall-outer {
  margin-bottom: -20px;
}
section.social-stream .wall-outer .dcwss.dc-wall .stream li {
  margin: 0 10px 20px 10px !important;
}
section.social-stream .wall-outer .dcsns-toolbar {
  display: none;
  /* hide toolbar */
}
section.social-stream .wall-outer .dcsns-toolbar .filter li a {
  width: auto;
  min-width: 32px;
}
section.social-stream .button {
  margin-top: 40px;
}
/* section programs overview */
section.programs-overview h1,
section.programs-overview .h1 {
  margin-bottom: 30px;
}
section.programs-overview .date-filter {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
}
section.programs-overview .date-filter button {
  display: inline-block;
  width: 50%;
  padding: 15px;
  background-color: #eee8ea;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.programs-overview .date-filter button:hover,
section.programs-overview .date-filter button:focus,
section.programs-overview .date-filter button:focus,
section.programs-overview .date-filter button:active,
section.programs-overview .date-filter button.active {
  background-color: #ed1556;
  color: #ffffff;
}
section.programs-overview .program-items {
  overflow: hidden;
  margin-bottom: -50px;
  position: relative;
}
section.programs-overview .program-items::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 31px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}
section.programs-overview .program-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
}
section.programs-overview .program-item .time,
section.programs-overview .program-item .location {
  position: relative;
  padding-left: 35px;
}
section.programs-overview .program-item .time i,
section.programs-overview .program-item .location i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #ed1556;
}
section.programs-overview .program-item .title {
  font-weight: bold;
}
/* program detail */
.program-detail .headline-wrapper {
  margin-bottom: 30px;
  padding-right: 160px;
  position: relative;
}
.program-detail .headline-wrapper a.back-link {
  position: absolute;
  top: 0;
  right: 0;
}
.program-detail .headline-wrapper a.back-link i {
  margin-left: 5px;
  vertical-align: text-top;
}
.program-detail .organisation-wrapper {
  overflow: hidden;
}
.program-detail .organisation-wrapper .organisation-logo {
  float: left;
  margin-right: 30px;
}
.program-detail .organisation-wrapper .organisation-logo img {
  max-width: 200px;
  height: auto;
}
.program-detail .organisation-wrapper .organisation-info {
  overflow: hidden;
}
.program-details-wrapper {
  margin-bottom: 30px;
  /* prevent external link symbol */
}
.program-details-wrapper .box {
  background-color: #daeae8;
  padding: 15px;
  margin-bottom: 1px;
  word-wrap: break-word;
}
.program-details-wrapper .box:last-child {
  margin-bottom: 0;
}
.program-details-wrapper .box i {
  display: inline-block;
  color: #ed1556;
  font-size: 24px;
  vertical-align: sub;
  min-width: 30px;
}
.program-details-wrapper a::before {
  display: none !important;
}
/* fancy box */
#fancybox-wrap #fancybox-close {
  width: 45px;
  height: 45px;
  top: -22px;
  right: -22px;
  background-image: url('../images/close.png');
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#fancybox-wrap #fancybox-left-ico:hover,
#fancybox-wrap #fancybox-right-ico:hover,
#fancybox-wrap #fancybox-left-ico:focus,
#fancybox-wrap #fancybox-right-ico:focus {
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico {
  background-image: url('../images/arrow_left.png');
}
#fancybox-wrap #fancybox-right-ico {
  background-image: url('../images/arrow_right.png');
}
#fancybox-wrap #fancybox-title-over {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
/* standalone page */
.page-template-page-standalone #header,
.page-template-page-standalone #main-navigation,
.page-template-page-standalone #scroll-top,
.page-template-page-standalone #footer {
  display: none;
}
.page-template-page-standalone #viewport {
  position: relative;
  height: auto;
  padding-top: 0;
  overflow-y: auto;
}
/* section voting map */
section.voting-map {
  position: relative;
  overflow: hidden;
}
section.voting-map #voting-map {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.voting-map .voting-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
section.voting-map .voting-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
section.voting-map .container {
  position: relative;
}
section.voting-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
section.voting-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ed1556;
  color: #ffffff;
  margin-bottom: 5px;
}
section.voting-map .filter-box-wrapper .filter-box h2,
section.voting-map .filter-box-wrapper .filter-box .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.voting-map .filter-box-wrapper .filter-box h2:last-child,
section.voting-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
section.voting-map .filter-box-wrapper .filter-box .bootstrap-select {
  width: 100%;
}
section.voting-map .filter-box-wrapper .filter-box .bootstrap-select .dropdown-menu {
  z-index: 1700;
}
section.voting-map .service-station-list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1500;
}
section.voting-map .service-station-list .service-station-item {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #ed1556;
  color: #ffffff;
  min-height: 90px;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
section.voting-map .service-station-list .service-station-item.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.voting-map .service-station-list .service-station-item .image-wrapper {
  width: 25%;
  margin-right: 20px;
  float: left;
}
section.voting-map .service-station-list .service-station-item .image-wrapper img {
  width: 100%;
  height: auto;
}
section.voting-map .service-station-list .service-station-item .text-wrapper {
  font-size: 24px;
  line-height: 30px;
  padding-right: 140px;
  overflow: hidden;
}
section.voting-map .service-station-list .service-station-item .button-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.voting-map .success-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1500;
}
section.voting-map .success-wrapper .success-box {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #ed1556;
  color: #ffffff;
  min-height: 90px;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
section.voting-map .success-wrapper .success-box.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.voting-map .success-wrapper .success-box .success-text {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
section.voting-map .success-wrapper .success-box .newsletter-text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
section.voting-map .error-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1500;
}
section.voting-map .error-wrapper .error-box {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #ed1556;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
section.voting-map .error-wrapper .error-box.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.voting-map .error-wrapper .error-box .error-text {
  font-size: 24px;
  line-height: 30px;
}
section.voting-map .success-box .box-close,
section.voting-map .error-box .box-close {
  font-size: 24px;
  color: #ffffff;
  opactiy: 0.7;
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.voting-map .success-box .box-close:hover,
section.voting-map .error-box .box-close:hover,
section.voting-map .success-box .box-close:focus,
section.voting-map .error-box .box-close:focus {
  opacity: 1;
}
section.voting-map #voting-map-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
/* voting result list */
.voting-result-list {
  margin-top: 30px;
}
.voting-result-list .voting-result-item {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}
.voting-result-list .voting-result-item:last-child {
  margin-bottom: 0;
}
.voting-result-list .voting-result-item.popular .bar-wrapper .bar {
  background-color: #ed1556;
}
.voting-result-list .voting-result-item.popular .bar-wrapper .percentage {
  opacity: 1;
}
.voting-result-list .voting-result-item .text {
  float: left;
  width: 50%;
  text-align: right;
}
.voting-result-list .voting-result-item .bar-wrapper {
  float: right;
  width: 50%;
  padding-left: 40px;
  position: relative;
}
.voting-result-list .voting-result-item .bar-wrapper::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ed1556;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -4px;
}
.voting-result-list .voting-result-item .bar-wrapper .bar {
  display: inline-block;
  vertical-align: top;
  min-width: 2px;
  height: 24px;
  background-color: #ffd3c5;
}
.voting-result-list .voting-result-item .bar-wrapper .percentage {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  opacity: 0.5;
}
/* section action map */
section.action-map {
  position: relative;
  overflow: hidden;
}
section.action-map #action-map {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.action-map .action-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
section.action-map .action-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
section.action-map .container {
  position: relative;
}
section.action-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
section.action-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 5px;
}
section.action-map .filter-box-wrapper .filter-box h2,
section.action-map .filter-box-wrapper .filter-box .h2 {
  color: #000000;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
section.action-map .filter-box-wrapper .filter-box h2:last-child,
section.action-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.wzf {
  background-color: #3790ad;
  font-size: 28px;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.wzf:hover,
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.wzf:focus {
  background-color: #227692;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.streetlife {
  background-color: #45948d;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.streetlife:hover,
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.streetlife:focus {
  background-color: #246a64;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.fw {
  background-color: #dd0047;
  font-size: 20px;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.fw:hover,
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.fw:focus {
  background-color: #8f002e;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item.all {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-left: 5px;
}
section.action-map .filter-box-wrapper .filter-box .button-list .button-item i {
  vertical-align: text-top;
}
section.action-map .action-list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1500;
}
section.action-map .action-list .action-item {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #ed1556;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
section.action-map .action-list .action-item.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.action-map .action-list .action-item.wzf {
  background-color: #3790ad;
}
section.action-map .action-list .action-item.wzf .button {
  color: #3790ad !important;
}
section.action-map .action-list .action-item.wzf .image-wrapper .action-number {
  background-color: #3790ad;
}
section.action-map .action-list .action-item.streetlife {
  background-color: #45948d;
}
section.action-map .action-list .action-item.streetlife .button {
  color: #45948d !important;
}
section.action-map .action-list .action-item.streetlife .image-wrapper .action-number {
  background-color: #45948d;
}
section.action-map .action-list .action-item.fw {
  background-color: #dd0047;
}
section.action-map .action-list .action-item.fw .button {
  color: #dd0047 !important;
}
section.action-map .action-list .action-item.fw .image-wrapper .action-number {
  background-color: #dd0047;
}
section.action-map .action-list .action-item .image-wrapper {
  width: 25%;
  margin-right: 20px;
  float: left;
  position: relative;
}
section.action-map .action-list .action-item .image-wrapper img {
  width: 100%;
  height: auto;
}
section.action-map .action-list .action-item .image-wrapper .action-number {
  background-color: #ed1556;
  color: #ffffff;
  padding: 0 10px 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: right;
}
section.action-map .action-list .action-item .text-wrapper {
  overflow: hidden;
}
section.action-map .action-list .action-item .text-wrapper h2,
section.action-map .action-list .action-item .text-wrapper .h2 {
  color: #ffffff;
  padding-bottom: 20px;
  padding-right: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
section.action-map .action-list .action-item .text-wrapper .text {
  padding-right: 170px;
  min-height: 110px;
}
section.action-map .action-list .action-item .text-wrapper .text .button-wrapper {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
section.action-map .action-list .action-item .text-wrapper .text .button-wrapper .icon-wrapper {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: right;
}
section.action-map .action-list .action-item .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  color: #ffffff !important;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.action-map #action-map-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
/* action header */
section.action-header {
  padding: 60px 0 120px 0;
  color: #ffffff;
  position: relative;
}
section.action-header.wzf {
  background-color: #3790ad;
}
section.action-header.streetlife {
  background-color: #45948d;
}
section.action-header.fw {
  background-color: #dd0047;
}
section.action-header .container {
  padding: 0 45px;
}
section.action-header .headline-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
section.action-header .headline-wrapper h1,
section.action-header .headline-wrapper .h1 {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-right: 200px;
}
section.action-header .headline-wrapper h1 .action-number,
section.action-header .headline-wrapper .h1 .action-number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80%;
  text-transform: uppercase;
}
section.action-header .action-navigation a {
  width: 45px;
  height: 45px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.action-header .action-navigation a.prev {
  left: 0;
}
section.action-header .action-navigation a.next {
  right: 0;
}
section.action-header .action-navigation a:hover,
section.action-header .action-navigation a:focus {
  background-color: rgba(0, 0, 0, 0.66);
}
section.action-header .action-navigation a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -6px;
}
section.action-navigation {
  padding: 30px 0;
  overflow: hidden;
}
section.action-navigation.wzf {
  background-color: #3790ad;
}
section.action-navigation.streetlife {
  background-color: #45948d;
}
section.action-navigation.fw {
  background-color: #dd0047;
}
section.action-navigation a {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
section.action-navigation a.prev {
  float: left;
}
section.action-navigation a.prev i {
  margin-right: 20px;
}
section.action-navigation a.next {
  float: right;
}
section.action-navigation a.next i {
  margin-left: 20px;
}
section.action-navigation a i {
  font-size: 80%;
}
/* team */
.content-team {
  padding-left: 0;
}
.content-team h1,
.content-team .h1 {
  text-align: center;
}
.team-list {
  font-size: 0;
  line-height: 0;
  margin: -10px;
}
.team-list .team-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
}
.team-list .team-item:nth-child(1) .team-item-box,
.team-list .team-item:nth-child(2) .team-item-box {
  height: 300px;
}
.team-list .team-item .team-item-box {
  background-color: #f4f4f4;
  overflow: hidden;
  height: 220px;
}
.team-list .team-item .team-item-box .image-wrapper {
  width: 200px;
  height: 100%;
  position: relative;
  float: left;
}
.team-list .team-item .team-item-box .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.team-list .team-item .team-item-box .text-wrapper {
  overflow: hidden;
  padding: 30px;
  height: 100%;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.team-list .team-item .team-item-box .text-wrapper .name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.team-list .team-item .team-item-box .text-wrapper .name:last-child {
  margin-bottom: 0;
}
.team-list .team-item .team-item-box .text-wrapper .function {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.team-list .team-item .team-item-box .text-wrapper .email {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
/* social stream */
.ff-stream {
  background-color: transparent !important;
}
.ff-stream .ff-search {
  display: none !important;
}
.ff-stream .ff-filter,
.ff-stream .ff-btn {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* content teaser */
section.content-teaser {
  padding: 50px 0;
}
section.content-teaser .box {
  background-color: #f0f0ef;
  padding: 30px;
  overflow: hidden;
}
section.content-teaser .box .image-wrapper {
  float: left;
  width: 50%;
  padding-right: 15px;
}
section.content-teaser .box .image-wrapper img {
  width: 100%;
  height: auto;
}
section.content-teaser .box .text-wrapper {
  overflow: hidden;
}
section.content-teaser .box .text-wrapper h2,
section.content-teaser .box .text-wrapper .h2 {
  margin-bottom: 10px;
}
section.content-teaser .box .text-wrapper h2:last-child,
section.content-teaser .box .text-wrapper .h2:last-child {
  margin-bottom: 0;
}
section.content-teaser .box .text-wrapper h2 a::before,
section.content-teaser .box .text-wrapper .h2 a::before {
  display: none !important;
}
section.content-teaser .box .image-wrapper + .text-wrapper {
  float: right;
  width: 50%;
  padding-left: 15px;
}
section.blog-posts + section.content-teaser {
  background-color: #f0f0ef;
  padding-top: 0;
}
section.blog-posts + section.content-teaser .box {
  background-color: #ffffff;
}
section.white + section.white {
  padding-top: 0 !important;
}
/* section box teaser */
section.box-teaser {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
section.box-teaser .box {
  background-image: url('../images/border.png');
  background-size: cover;
  padding: 25px;
}
section.box-teaser .box .box-inner {
  background-color: #ffffff;
  padding: 50px 40px;
  overflow: hidden;
}
section.box-teaser h1,
section.box-teaser .h1 {
  margin-bottom: 30px;
}
section.box-teaser .box-list {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: -15px;
}
section.box-teaser .box-list .box-item {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 33.33%;
}
section.box-teaser .box-list .box-item.schulweg .button.default {
  background-color: #0095b2;
  color: #ffffff !important;
}
section.box-teaser .box-list .box-item.schulweg .button.default:hover,
section.box-teaser .box-list .box-item.schulweg .button.default:focus {
  background-color: #227692;
}
section.box-teaser .box-list .box-item.fahrrad .button.default {
  background-color: #e6004b;
  color: #ffffff !important;
}
section.box-teaser .box-list .box-item.fahrrad .button.default:hover,
section.box-teaser .box-list .box-item.fahrrad .button.default:focus {
  background-color: #8f002e;
}
section.box-teaser .box-list .box-item.graetzl .button.default {
  background-color: #fed100;
  color: #000000 !important;
}
section.box-teaser .box-list .box-item.graetzl .button.default:hover,
section.box-teaser .box-list .box-item.graetzl .button.default:focus {
  background-color: #e4bc00;
}
section.box-teaser .box-list .box-item .image-wrapper {
  margin-bottom: 10px;
}
section.box-teaser .box-list .box-item .headline-wrapper {
  margin-bottom: 25px;
}
section.box-teaser .box-list .box-item .headline-wrapper:last-child {
  margin-bottom: 0;
}
section.box-teaser .box-list .box-item .headline-wrapper h2,
section.box-teaser .box-list .box-item .headline-wrapper .h2 {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 10px;
}
section.box-teaser .box-list .box-item .headline-wrapper h2:last-child,
section.box-teaser .box-list .box-item .headline-wrapper .h2:last-child {
  margin-bottom: 0;
}
section.box-teaser .box-list .box-item .headline-wrapper .subline {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.col-md-9 section.box-teaser {
  padding: 0;
  margin: 50px 0;
  margin-right: -15%;
}
.col-md-9 section.box-teaser:last-child {
  margin-bottom: 0;
}
/* cookie 2020 */
.modal-backdrop {
  z-index: 9000;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.modal {
  z-index: 9001;
}
#modal-cookie-notice {
  padding-right: 0 !important;
}
#modal-cookie-notice .modal-dialog {
  width: 720px;
  margin-top: 160px;
}
#modal-cookie-notice .modal-dialog .modal-content {
  padding: 30px;
  border: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#modal-cookie-notice .text {
  margin-bottom: 30px;
}
#modal-cookie-notice .button-wrapper {
  text-align: center;
}
#modal-cookie-notice .button-wrapper button {
  margin: 0 7px;
}
#modal-cookie-notice .frm_checkbox {
  margin-bottom: 20px !important;
}
#modal-cookie-notice .frm_checkbox label {
  position: relative;
}
#modal-cookie-notice .frm_checkbox span.small {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
#modal-cookie-notice .frm_checkbox input[type=checkbox]:disabled + span.icon {
  opacity: 0.5;
}
div.bike-roads {
  position: relative;
}
div.bike-roads .all-roads .image-wrapper {
  overflow: hidden;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-x: hidden;
  -ms-overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
div.bike-roads .all-roads .image-wrapper .overflow-visible::-webkit-scrollbar {
  display: none;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points {
  transform: translateX(0px);
  width: min-content;
  height: 100%;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .bg-img {
  max-height: 80vh;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points a.point {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points a.point .outer-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(230, 0, 75, 0.3);
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points a.point .outer-circle .inner-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e6004b;
  transform-origin: center;
  transform: scale(0.6);
  transition: transform 0.3s ease;
  -ms-transition: none;
}
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points a.point:hover .outer-circle .inner-circle,
div.bike-roads .all-roads .image-wrapper .overflow-visible .map-points .points a.point:focus .outer-circle .inner-circle {
  transform: scale(0.8);
}
div.bike-roads .road-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
div.bike-roads .road-list .road-item {
  display: none;
  width: 100%;
  height: 100%;
}
div.bike-roads .road-list .road-item.active {
  display: block;
  pointer-events: all;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box {
  z-index: 10;
  position: absolute;
  display: none;
  top: 50px;
  left: 50px;
  max-width: 320px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box.active {
  display: block;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header {
  width: 100%;
  min-height: 50px;
  background-color: #f0f0ef;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls {
  display: flex;
  padding: 9px 20px;
  width: 100%;
  position: relative;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls div {
  width: fit-content;
  cursor: pointer;
  margin-left: 12px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls div:first-child {
  margin-left: 0px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls div.dot {
  cursor: auto;
  pointer-events: none;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls div.close-info {
  position: absolute;
  right: 20px;
  max-width: 32px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-header .overlay-controlls div img {
  height: 32px;
  width: auto;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-body {
  padding: 20px;
  background: #ffffff;
  max-height: 360px;
  overflow-y: auto;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-body .title {
  font-size: 24px;
  line-height: 30px;
  color: #ed1556;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-body .text {
  padding: 12px 0px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-box .overlay-body .button-wrapper .button {
  width: 100%;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-button {
  position: absolute;
  display: none;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-button.active {
  display: block;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-button.lower {
  bottom: 50px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-button .button-wrapper .button {
  white-space: nowrap;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle.active .toggle-wrapper .switch .slider {
  background-color: #e6004b;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle.active .toggle-wrapper .switch .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper {
  background-color: #ffffff;
  display: inline-flex;
  padding: 14px 18px;
  max-height: 50px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .option {
  color: #ed1556;
  text-transform: uppercase;
  padding: 0px 15px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .option.left {
  padding-left: 0px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .option.right {
  padding-right: 0px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  margin-top: -2px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .switch .slider.round {
  border-radius: 34px;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .switch .slider.round:before {
  border-radius: 50%;
}
div.bike-roads .road-list .road-item .map-overlay .overlay-toggle .toggle-wrapper .switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.bike-roads .road-list .road-item .map-wrapper {
  width: 100%;
  height: 100%;
  background-color: #cacaca;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe {
  width: 100%;
  height: 100%;
  display: block;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe.hidden {
  display: none;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe .two-click-iframe {
  height: 100%;
  width: 100%;
  z-index: unset;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe .two-click-iframe .layer {
  z-index: unset;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe .box {
  z-index: 100;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe iframe {
  width: 100%;
  height: 100%;
}
div.bike-roads .road-list .road-item .map-wrapper .bg-map .iframe iframe .partial-left-bar {
  display: none;
}
section.quiz {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
section.quiz h1,
section.quiz .h1 {
  margin-bottom: 30px;
}
section.quiz .text-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 50px;
  -ms-flex-align: center;
  align-items: center;
}
section.quiz .text-image-wrapper > div {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}
section.quiz .text-image-wrapper .text {
  font-size: 18px;
  line-height: 24px;
}
section.quiz .text-image-wrapper .image img {
  width: 100%;
}
section.quiz .quiz-wrapper {
  padding: 50px 0;
  background-color: #f0f0ef;
}
section.quiz .quiz-wrapper .container {
  max-width: 550px;
  width: 100%;
}
section.quiz .quiz-wrapper .quiz-item.disabled .btn-answer,
section.quiz .quiz-wrapper .quiz-item.disabled label {
  pointer-events: none;
}
section.quiz .quiz-wrapper .quiz-item.loading .answers {
  opacity: 0.5;
}
section.quiz .quiz-wrapper .quiz-item .question {
  margin-bottom: 30px;
}
section.quiz .quiz-wrapper .quiz-item .image {
  margin-bottom: 30px;
}
section.quiz .quiz-wrapper .quiz-item .image img {
  width: 100%;
}
section.quiz .quiz-wrapper .quiz-item .answers {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.quiz .quiz-wrapper .quiz-item .answers .answer {
  margin-bottom: 10px;
  text-align: left;
}
section.quiz .quiz-wrapper .quiz-item .answers .answer:last-child {
  margin-bottom: 0;
}
section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer {
  display: inline-block;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
}
section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer:hover,
section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer:focus,
section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer.selected {
  border: 1px solid #e6004b;
  background-color: #e6004b;
  color: #ffffff;
}
section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer.correct-answer {
  border: 1px solid #45948d;
  background-color: #45948d;
  color: #ffffff;
}
section.quiz .quiz-wrapper .result .text {
  margin-bottom: 20px;
}
section.quiz .quiz-wrapper .result .text:last-child {
  margin-bottom: 0;
}
section.quiz .quiz-wrapper .result .form-wrapper .input-wrapper {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
}
section.quiz .quiz-wrapper .result .form-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
section.quiz .quiz-wrapper .result .form-wrapper .input-wrapper .disabled {
  opacity: 0.5;
  pointer-events: none;
}
section.quiz .quiz-wrapper .result .form-wrapper .input-wrapper input.error {
  border-color: #e6004b !important;
}
section.quiz .quiz-wrapper .result .form-wrapper .checkbox {
  text-align: left;
}
section.quiz .quiz-wrapper .msg-wrapper {
  margin: 20px 0 0;
  min-height: 20px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
}
section.quiz .quiz-wrapper .msg-wrapper .wrong {
  color: #e6004b;
}
section.quiz .quiz-wrapper .msg-wrapper .correct {
  color: #45948d;
}
section.quiz .quiz-wrapper .msg-wrapper .quiz-counter {
  position: absolute;
  top: 0;
  left: 0;
}
section.quiz .quiz-wrapper .button-wrapper {
  margin: 20px 0 0;
}
section.quiz .quiz-wrapper .radiobox.correct-answer input[type="radio"]:checked + span:before,
section.quiz .quiz-wrapper .radiobox.correct-answer input[type="radio"] + span:before {
  border-color: #45948d;
}
section.quiz .quiz-wrapper .radiobox.correct-answer input[type="radio"]:checked + span:after,
section.quiz .quiz-wrapper .radiobox.correct-answer input[type="radio"] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #45948d;
}
section.quiz .quiz-wrapper .radiobox label {
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 0;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  padding: 10px 15px 10px 45px;
  background-color: #eee8ea;
  border: 1px solid #ed1556;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
section.quiz .quiz-wrapper .radiobox label:hover,
section.quiz .quiz-wrapper .radiobox label:focus,
section.quiz .quiz-wrapper .radiobox label.selected {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  background-color: #ed1556;
  color: #fff;
}
section.quiz .quiz-wrapper .radiobox input[type="radio"] + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 10px;
}
section.quiz .quiz-wrapper .radiobox input[type="radio"] + span:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 50%;
}
section.quiz .quiz-wrapper .radiobox input[type="radio"] {
  display: none !important;
  *display: inline;
}
section.quiz .quiz-wrapper .radiobox input[type="radio"]:checked + span:before {
  border-color: #e6004b;
}
section.quiz .quiz-wrapper .radiobox input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e6004b;
}
section.quiz .quiz-wrapper .answer-wrong-wrapper {
  margin-top: 15px;
}
/* forms */
.frm_verify {
  display: none !important;
}
.page-template-page-instagram-linklist #logo {
  display: none;
}
.course-detail .side-title {
  margin-bottom: 30px;
}
.course-detail .headline-wrapper .date {
  background-color: #ed1556;
  float: left;
  width: 126px;
  height: 126px;
  padding: 15px;
  margin-right: 30px;
}
.course-detail .headline-wrapper .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.course-detail .headline-wrapper .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.course-detail .headline-wrapper .text {
  overflow: hidden;
}
.course-detail .headline-wrapper .text .time {
  color: #707070;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  padding-left: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
.course-detail .headline-wrapper .text .time i {
  color: #707070;
  font-size: 19px;
  left: 0px;
  position: absolute;
}
.course-detail .headline-wrapper .text h1,
.course-detail .headline-wrapper .text .h1 {
  margin-bottom: 8px;
  color: #707070;
  font-size: 24px;
  font-family: 'Neo Sans W02', sans-serif;
}
.course-detail .headline-wrapper .text .location {
  color: #707070;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Neo Sans W02', sans-serif;
}
.course-detail .headline-wrapper .text .financing {
  color: #707070;
  font-size: 16px;
  font-family: 'Neo Sans W02', sans-serif;
  position: relative;
  padding-left: 34px;
}
.course-detail .headline-wrapper .text .financing i {
  color: #707070;
  font-size: 19px;
  left: 0px;
  position: absolute;
}
.course-detail .headline-wrapper .text .ages {
  color: #707070;
  font-size: 16px;
  font-family: 'Neo Sans W02', sans-serif;
  position: relative;
  padding-left: 34px;
}
.course-detail .headline-wrapper .text .ages i {
  color: #707070;
  font-size: 19px;
  left: 0px;
  position: absolute;
}
.course-detail .headline-wrapper .booking-course-wrapper {
  margin-top: 10px;
}
.course-detail .accordion-container {
  margin-bottom: 50px !important;
}
.course-detail .accordion-container .panel-heading a {
  background-color: #EFF0F1 !important;
  color: #323334 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-weight: 700;
  font-family: 'Neo Sans W02', sans-serif;
  text-decoration: none !important;
}
.course-detail .accordion-container .panel-heading a:hover,
.course-detail .accordion-container .panel-heading a:focus,
.course-detail .accordion-container .panel-heading a:active {
  text-decoration: none !important;
}
.course-detail .accordion-container .panel-heading a .toggle-icon {
  position: relative !important;
  display: inline-block;
  top: 3px !important;
  right: unset !important;
  margin-top: 0px !important;
  margin-left: 35px !important;
}
.course-detail .accordion-container .panel-body {
  padding: 0px !important;
}
.course-detail .accordion-container .panel-body section.course-map {
  position: relative;
}
.course-detail .accordion-container .panel-body section.course-map .info-window-inner {
  padding: 0px !important;
}
.course-detail .accordion-container .panel-body section.course-map #course-map {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.course-detail .accordion-container .panel-body section.course-map .course-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
.course-detail .accordion-container .panel-body section.course-map .course-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
.course-detail .accordion-container .panel-body section.course-map .container {
  position: relative;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ed1556;
  color: #ffffff;
  margin-bottom: 5px;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box h2,
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box h2:last-child,
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .bootstrap-select {
  width: 100%;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box {
  display: block;
  width: 300px;
  padding: 20px;
  padding-right: 50px;
  background-color: #ed1556;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:hover,
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:focus,
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:focus,
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:active {
  background-color: #8f002e;
}
.course-detail .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
.course-detail .accordion-container .panel-body section.course-map #course-map-hide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.course-detail .accordion-container .panel-body section.course-map .info-window-inner {
  padding: 0px !important;
}
.course-detail div.description {
  margin-bottom: 10px;
}
.course-detail div.description.title {
  margin-bottom: 20px;
  font-weight: 700;
}
.course-detail .operator-wrapper {
  margin-top: 50px;
}
.course-detail .operator-wrapper div {
  margin-bottom: 10px;
}
.course-detail .operator-wrapper div.title {
  margin-bottom: 20px;
  font-weight: 700;
}
.course-detail .operator-wrapper div a {
  text-decoration: underline;
}
.course-detail .operator-wrapper div a:hover,
.course-detail .operator-wrapper div a:focus {
  text-decoration: none;
}
.course-detail .booking-course-wrapper {
  width: max-content;
  margin-right: 0px;
  margin-left: auto;
}
.course-detail .booking-course-wrapper a.button {
  max-width: 100%;
  padding: 14px 40px;
  font-weight: 700;
}
.single-course_operator .operator-wrapper div {
  margin-bottom: 10px;
}
.single-course_operator .operator-wrapper div.title {
  margin-bottom: 20px;
  font-weight: 700;
}
.single-course_operator .operator-wrapper div a {
  text-decoration: underline;
}
.single-course_operator .operator-wrapper div a:hover,
.single-course_operator .operator-wrapper div a:focus {
  text-decoration: none;
}
.intro-text-big-filter {
  padding: 0px 30px;
}
section.course-big-filter {
  padding: 50px 0px 0px 0px;
}
section.course-big-filter .row {
  display: flex;
  margin: 0px;
}
section.course-big-filter .row .col-filter {
  background-color: #EFF0F1;
  padding: 50px 30px;
  float: none;
}
section.course-big-filter .row .col-filter label {
  position: relative;
  padding-left: 35px;
}
section.course-big-filter .row .col-filter form .panel-title a {
  position: relative;
  pointer-events: none;
}
section.course-big-filter .row .col-filter form .panel-title a .toggle-icon {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  margin-top: 3px;
  transition: all 0.3s ease 0s;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 180deg);
}
section.course-big-filter .row .col-filter form .panel-title a.collapsed .toggle-icon {
  transform: rotate3d(0, 0, 1, 0deg);
}
section.course-big-filter .row .col-filter form .panel-title a:hover,
section.course-big-filter .row .col-filter form .panel-title a:focus {
  color: #000000;
}
section.course-big-filter .row .col-filter form .form-title {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -0.72px;
  font-family: 'Neo Sans W02 Light', sans-serif;
  margin-bottom: 0px;
  position: relative;
}
section.course-big-filter .row .col-filter form .filter-wrapper {
  margin-bottom: 30px;
}
section.course-big-filter .row .col-filter form .filter-wrapper:last-child {
  margin-bottom: 0px;
}
section.course-big-filter .row .col-filter form .filter-wrapper .filter-title {
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Neo Sans W02', sans-serif;
  margin-bottom: 12px;
}
section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper {
  margin-bottom: 20px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper:last-child {
  margin-bottom: 0px;
}
section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper .icon {
  border-color: #ffffff;
}
section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper input[type=checkbox]:checked + span.icon:before {
  font-family: 'custom-icomoon';
  content: "\e903";
}
section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body {
  line-height: 50px;
  display: inline-block;
}
section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input {
  display: inline-block;
  max-width: 130px;
}
section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input.form-control {
  border-color: transparent !important;
}
section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input#course-filter-start-date {
  margin-right: 10px;
}
section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input#course-filter-end-date {
  margin-left: 10px;
}
section.course-big-filter .row .col-result {
  padding: 0px 0px 0px 30px !important;
  float: none;
}
section.course-big-filter .row .col-result .map-container .accordion-container {
  margin-bottom: 0px !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a {
  background-color: #EFF0F1;
  color: #323334;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-weight: bold;
  font-family: 'Neo Sans W02', sans-serif;
  text-decoration: none !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a:hover,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a:focus,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a:active {
  text-decoration: none !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a .toggle-icon {
  position: relative !important;
  display: inline-block;
  top: 3px !important;
  right: unset !important;
  margin-top: 0px !important;
  margin-left: 35px !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body {
  padding: 0px !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map {
  position: relative;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .info-window-inner {
  padding: 0px !important;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map #course-map {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .course-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .course-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .container {
  position: relative;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ed1556;
  color: #ffffff;
  margin-bottom: 5px;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box h2,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box h2:last-child,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .filter-box .bootstrap-select {
  width: 100%;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box {
  display: block;
  width: 300px;
  padding: 20px;
  padding-right: 50px;
  background-color: #ed1556;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:hover,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:focus,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:focus,
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box:active {
  background-color: #8f002e;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map .filter-box-wrapper .link-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
section.course-big-filter .row .col-result .map-container .accordion-container .panel-body section.course-map #course-map-hide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
section.course-big-filter .row .col-result .info-container {
  padding: 0px 30px !important;
}
section.course-big-filter .row .col-result .info-container span.sep {
  color: #e6004b;
  border-bottom: 1px solid #cacaca;
  padding: 30px 0px 30px 40px;
  width: 100%;
  display: block;
  position: relative;
}
section.course-big-filter .row .col-result .info-container span.sep i.icon-custom-warning {
  position: absolute;
  left: 0px;
  top: 27px;
  font-size: 25px;
  line-height: 25px;
}
section.course-big-filter .row .col-result .result-container {
  padding: 0px 30px 30px 30px !important;
}
section.course-big-filter .row .col-result .result-container .not-found {
  padding: 30px 0px;
  position: relative;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item {
  border-bottom: 1px solid #cacaca;
  padding: 30px 0px;
  position: relative;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .date {
  background-color: #ed1556;
  float: left;
  width: 126px;
  height: 126px;
  padding: 15px;
  margin-right: 30px;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text {
  overflow: hidden;
  width: calc(100% - 160px - 130px);
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .time {
  color: #707070;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  padding-left: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .time i {
  color: #707070;
  font-size: 19px;
  left: 0px;
  position: absolute;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text h1,
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .h1 {
  margin-bottom: 8px;
  color: #e6004b;
  font-size: 24px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .location,
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .operator {
  color: #707070;
  letter-spacing: 0.14px;
  margin-bottom: 13px;
  font-size: 16px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .location:last-child,
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .operator:last-child {
  margin-bottom: 0px;
}
section.course-big-filter .row .col-result .result-container .course-item-list .course-item .booking-course-wrapper {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
section.course-filter {
  background-color: #EFF0F1;
}
section.course-filter .row {
  display: flex;
}
section.course-filter .row .col-12 {
  float: none;
}
section.course-filter .col-filter {
  padding: 50px 80px 50px 0px;
  margin-left: auto;
  margin-right: 0px;
}
section.course-filter .col-filter .filter-title {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Neo Sans W02 Light', sans-serif;
  margin-bottom: 17px;
}
section.course-filter .col-filter input[type=checkbox]:checked + span.icon:before {
  font-family: 'custom-icomoon';
  content: "\e903";
}
section.course-filter .col-filter label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-filter .col-filter label:last-child {
  margin-bottom: 0px;
}
section.course-filter .col-filter label .plz {
  display: block;
  font-size: 24px;
  line-height: 42px;
}
section.course-filter .col-filter label span.icon {
  width: 25px;
  height: 25px;
  top: 7px;
  border-color: transparent;
}
section.course-filter .col-filter label span.icon:before {
  font-size: 17px !important;
  top: 2px !important;
  left: 3px !important;
}
section.course-filter .col-filter .search-course-button-wrapper {
  width: max-content;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 50px;
}
section.course-filter .col-filter .search-course-button-wrapper a {
  padding: 14px 37px;
}
section.course-filter .col-map {
  padding-left: 0px !important;
}
section.course-filter .col-map .two-click-map {
  height: 100%;
}
section.course-filter .col-map section.course-mini-map {
  position: relative;
  min-height: 500px;
  height: 100%;
}
section.course-filter .col-map section.course-mini-map .info-window-inner {
  padding: 0px !important;
}
section.course-filter .col-map section.course-mini-map #course-mini-map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.course-filter .col-map section.course-mini-map .course-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(143, 0, 46, 0.5);
}
section.course-filter .col-map section.course-mini-map .course-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
section.course-filter .col-map section.course-mini-map .container {
  position: relative;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1500;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box {
  width: 300px;
  padding: 20px;
  background-color: #ed1556;
  color: #ffffff;
  margin-bottom: 5px;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box h2,
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box h2:last-child,
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box .h2:last-child {
  margin-bottom: 0;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .filter-box .bootstrap-select {
  width: 100%;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box {
  display: block;
  width: 300px;
  padding: 20px;
  padding-right: 50px;
  background-color: #ed1556;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box:hover,
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box:focus,
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box:focus,
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box:active {
  background-color: #8f002e;
}
section.course-filter .col-map section.course-mini-map .filter-box-wrapper .link-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
section.course-filter .col-map section.course-mini-map #course-map-hide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.operator-teaser {
  padding: 50px 0px 20px 0px;
  background-color: #ed1556;
  color: #ffffff;
}
.operator-teaser .container .title {
  padding-bottom: 30px;
}
.operator-teaser .container .title h2,
.operator-teaser .container .title .h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1.08px;
  color: #ffffff;
  text-align: center;
  font-family: 'Neo Sans W02 Light', sans-serif;
}
.operator-teaser .container .desc {
  padding-bottom: 50px;
}
.operator-teaser .container .desc p {
  font-family: 'Neo Sans W02', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.operator-teaser .container .operator-list {
  max-width: 100%;
  text-align: center;
}
.operator-teaser .container .operator-list .operator-item {
  display: inline-block;
  padding: 0px 15px;
  width: max-content;
  height: max-content;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.operator-teaser .container .operator-list .operator-item a {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 15px;
  line-height: 22px;
  background-color: #ffffff;
  color: #ed1556 !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.operator-teaser .container .operator-list .operator-item a:hover,
.operator-teaser .container .operator-list .operator-item a:focus {
  background-color: #f4eef0;
  text-decoration: none !important;
}
.col-md-9 .content-main section.course-teaser .container .teaser-wrapper,
.col-md-9 .content-main section.course-teaser .course-teaser-container .teaser-wrapper {
  text-align: left;
  padding-bottom: 35px;
}
.diestadtunddu section.course-teaser {
  background-color: #f0f0ef;
}
.diestadtunddu section.course-teaser .container .course-teaser-list,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list {
  background-color: #ffffff;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item {
  border-bottom: 1px solid #cacaca;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .date,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .date {
  background-color: #ed1556;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .date .day,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .date .day {
  color: #323232;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .date .month,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .date .month {
  color: #323232;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .time,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .time {
  color: #707070;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .time i,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .time i {
  color: #707070;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text h1,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text h1,
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .h1,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .h1 {
  color: #323232;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text h1 a,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text h1 a,
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .h1 a,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .h1 a {
  color: #323232;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text h1 a:hover,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text h1 a:hover,
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .h1 a:hover,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .h1 a:hover {
  color: #000000;
}
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .location,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .location,
.diestadtunddu section.course-teaser .container .course-teaser-list .course-item .text .operator,
.diestadtunddu section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .operator {
  color: #707070;
}
section.course-teaser {
  background-color: #f0f0ef;
  padding: 50px 0;
}
section.course-teaser .button.default {
  padding: 14px 30px;
}
section.course-teaser.detail {
  padding: 0;
  background-color: transparent;
}
section.course-teaser.detail .course-teaser-container {
  width: 100%;
}
section.course-teaser.detail .course-teaser-container .course-teaser-list {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
section.course-teaser .container .teaser-wrapper,
section.course-teaser .course-teaser-container .teaser-wrapper {
  text-align: center;
  padding-bottom: 35px;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
}
section.course-teaser .container .teaser-wrapper .teaser-headline,
section.course-teaser .course-teaser-container .teaser-wrapper .teaser-headline {
  padding-bottom: 30px;
}
section.course-teaser .container .teaser-wrapper .teaser-headline .headline,
section.course-teaser .course-teaser-container .teaser-wrapper .teaser-headline .headline {
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
section.course-teaser .container .teaser-wrapper .sub-headline .h2,
section.course-teaser .course-teaser-container .teaser-wrapper .sub-headline .h2 {
  font-weight: 300;
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
}
section.course-teaser .container .teaser-wrapper .teaser-description,
section.course-teaser .course-teaser-container .teaser-wrapper .teaser-description {
  padding-bottom: 45px;
}
section.course-teaser .container .course-teaser-list,
section.course-teaser .course-teaser-container .course-teaser-list {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 10px 30px;
  background-color: #ffffff;
}
section.course-teaser .container .course-teaser-list .course-item,
section.course-teaser .course-teaser-container .course-teaser-list .course-item {
  border-bottom: 1px solid #cacaca;
  padding: 30px 0px;
  position: relative;
}
section.course-teaser .container .course-teaser-list .course-item:last-child,
section.course-teaser .course-teaser-container .course-teaser-list .course-item:last-child {
  border-bottom: none;
}
section.course-teaser .container .course-teaser-list .course-item .date,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .date {
  background-color: #ed1556;
  float: left;
  width: 126px;
  height: 126px;
  padding: 15px;
  margin-right: 30px;
}
section.course-teaser .container .course-teaser-list .course-item .date .day,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.course-teaser .container .course-teaser-list .course-item .date .month,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .date .month {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
section.course-teaser .container .course-teaser-list .course-item .text,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text {
  overflow: hidden;
  width: calc(100% - 160px - 130px);
}
section.course-teaser .container .course-teaser-list .course-item .text .time,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .time {
  color: #707070;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  padding-left: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
section.course-teaser .container .course-teaser-list .course-item .text .time i,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .time i {
  color: #707070;
  font-size: 19px;
  left: 0px;
  position: absolute;
}
section.course-teaser .container .course-teaser-list .course-item .text h1,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text h1,
section.course-teaser .container .course-teaser-list .course-item .text .h1,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .h1 {
  margin-bottom: 8px;
  color: #e6004b;
  font-size: 24px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-teaser .container .course-teaser-list .course-item .text .location,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .location,
section.course-teaser .container .course-teaser-list .course-item .text .operator,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .operator {
  color: #707070;
  letter-spacing: 0.14px;
  margin-bottom: 13px;
  font-size: 16px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.course-teaser .container .course-teaser-list .course-item .text .location:last-child,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .location:last-child,
section.course-teaser .container .course-teaser-list .course-item .text .operator:last-child,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .operator:last-child {
  margin-bottom: 0px;
}
section.course-teaser .container .course-teaser-list .course-item .booking-course-wrapper,
section.course-teaser .course-teaser-container .course-teaser-list .course-item .booking-course-wrapper {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
section.course-teaser .container .course-button-wrapper,
section.course-teaser .course-teaser-container .course-button-wrapper {
  padding-top: 45px;
  text-align: center;
}
.page-template-page-course-booking .info-container {
  padding: 0px 0px !important;
}
.page-template-page-course-booking .info-container span.sep {
  color: #e6004b;
  border-top: 1px solid #cacaca;
  padding: 30px 0px 30px 40px;
  width: 100%;
  display: block;
  position: relative;
}
.page-template-page-course-booking .info-container span.sep i.icon-custom-warning {
  position: absolute;
  left: 0px;
  top: 27px;
  font-size: 25px;
  line-height: 25px;
}
.page-template-page-course-booking .info-container .info-button-wrapper {
  padding-bottom: 60px;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
}
.page-template-page-course-booking legend {
  display: none;
}
/* Veranstalter Frontend START */
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login .error {
  line-height: 22px;
  vertical-align: middle;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login .error span.icon {
  color: #ff0000;
  line-height: 22px;
  font-size: 20px;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login div.options {
  float: left;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login .form-group.button-wrapper {
  clear: both;
  padding-top: 10px;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login label {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  display: block;
  float: left;
  width: 236px;
  margin: 9px 0;
  position: relative;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login label.type-label {
  padding-left: 30px;
  float: none;
  width: fit-content;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"],
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"],
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"],
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"],
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"],
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  border: 1px solid #ed1556;
  background-color: #ffffff;
  width: 520px;
  max-width: 100%;
  height: auto;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"]:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"]:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"]:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"]:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"]:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea:active,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="text"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="number"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="password"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="email"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login input[type="search"]:focus,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login textarea:focus {
  background-color: #f4eef0;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login button[type="submit"] {
  margin: 0;
  margin-left: 236px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #ed1556;
  color: #ffffff !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login button[type="submit"]:hover,
section.login-section .container .content-main .login-container .login-wrapper .login-box form.login button[type="submit"]:focus {
  background-color: #8f002e;
  text-decoration: none !important;
}
body[class^="page-template-page-operator-"] #header,
body.page-template-page-operator-dashboard #header,
body.page-template-page-operator-profile #header,
body.page-template-page-operator-all-course #header,
body.page-template-page-operator-single-course #header,
body.page-template-page-operator-change-date #header,
body.page-template-page-operator-feedback-list #header,
body.page-template-page-operator-feedback #header,
body.page-template-page-funding-dashboard #header,
body.page-template-page-funding-all-fundings #header,
body.page-template-page-funding-single-fund #header,
body.page-template-page-bike-operator-all-bookings #header,
body.page-template-page-bike-operator-profile #header,
body.page-template-page-bike-operator-single-booking #header {
  display: none;
}
body[class^="page-template-page-operator-"] #main-navigation,
body.page-template-page-operator-dashboard #main-navigation,
body.page-template-page-operator-profile #main-navigation,
body.page-template-page-operator-all-course #main-navigation,
body.page-template-page-operator-single-course #main-navigation,
body.page-template-page-operator-change-date #main-navigation,
body.page-template-page-operator-feedback-list #main-navigation,
body.page-template-page-operator-feedback #main-navigation,
body.page-template-page-funding-dashboard #main-navigation,
body.page-template-page-funding-all-fundings #main-navigation,
body.page-template-page-funding-single-fund #main-navigation,
body.page-template-page-bike-operator-all-bookings #main-navigation,
body.page-template-page-bike-operator-profile #main-navigation,
body.page-template-page-bike-operator-single-booking #main-navigation {
  display: none;
}
body[class^="page-template-page-operator-"] #viewport section.newsletter,
body.page-template-page-operator-dashboard #viewport section.newsletter,
body.page-template-page-operator-profile #viewport section.newsletter,
body.page-template-page-operator-all-course #viewport section.newsletter,
body.page-template-page-operator-single-course #viewport section.newsletter,
body.page-template-page-operator-change-date #viewport section.newsletter,
body.page-template-page-operator-feedback-list #viewport section.newsletter,
body.page-template-page-operator-feedback #viewport section.newsletter,
body.page-template-page-funding-dashboard #viewport section.newsletter,
body.page-template-page-funding-all-fundings #viewport section.newsletter,
body.page-template-page-funding-single-fund #viewport section.newsletter,
body.page-template-page-bike-operator-all-bookings #viewport section.newsletter,
body.page-template-page-bike-operator-profile #viewport section.newsletter,
body.page-template-page-bike-operator-single-booking #viewport section.newsletter {
  display: none;
}
body[class^="page-template-page-operator-"] #operator-header,
body.page-template-page-operator-dashboard #operator-header,
body.page-template-page-operator-profile #operator-header,
body.page-template-page-operator-all-course #operator-header,
body.page-template-page-operator-single-course #operator-header,
body.page-template-page-operator-change-date #operator-header,
body.page-template-page-operator-feedback-list #operator-header,
body.page-template-page-operator-feedback #operator-header,
body.page-template-page-funding-dashboard #operator-header,
body.page-template-page-funding-all-fundings #operator-header,
body.page-template-page-funding-single-fund #operator-header,
body.page-template-page-bike-operator-all-bookings #operator-header,
body.page-template-page-bike-operator-profile #operator-header,
body.page-template-page-bike-operator-single-booking #operator-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
}
body[class^="page-template-page-operator-"] #operator-header .topbar,
body.page-template-page-operator-dashboard #operator-header .topbar,
body.page-template-page-operator-profile #operator-header .topbar,
body.page-template-page-operator-all-course #operator-header .topbar,
body.page-template-page-operator-single-course #operator-header .topbar,
body.page-template-page-operator-change-date #operator-header .topbar,
body.page-template-page-operator-feedback-list #operator-header .topbar,
body.page-template-page-operator-feedback #operator-header .topbar,
body.page-template-page-funding-dashboard #operator-header .topbar,
body.page-template-page-funding-all-fundings #operator-header .topbar,
body.page-template-page-funding-single-fund #operator-header .topbar,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar,
body.page-template-page-bike-operator-profile #operator-header .topbar,
body.page-template-page-bike-operator-single-booking #operator-header .topbar {
  background-color: #323232;
  color: #cacaca;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 4001;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  -ms-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-dashboard #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-profile #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-all-course #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-single-course #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-change-date #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-feedback-list #operator-header .topbar .home-wrapper a,
body.page-template-page-operator-feedback #operator-header .topbar .home-wrapper a,
body.page-template-page-funding-dashboard #operator-header .topbar .home-wrapper a,
body.page-template-page-funding-all-fundings #operator-header .topbar .home-wrapper a,
body.page-template-page-funding-single-fund #operator-header .topbar .home-wrapper a,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .home-wrapper a,
body.page-template-page-bike-operator-profile #operator-header .topbar .home-wrapper a,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .home-wrapper a {
  color: #ffffff;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-dashboard #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-profile #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-all-course #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-single-course #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-change-date #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-feedback-list #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-operator-feedback #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-funding-dashboard #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-funding-all-fundings #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-funding-single-fund #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-bike-operator-profile #operator-header .topbar .home-wrapper a:hover,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .home-wrapper a:hover {
  color: #cacaca;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper {
  position: relative;
  cursor: default;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper:hover .name-wrapper .arrow {
  transform: rotate(180deg);
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper:hover .profile-dropdown,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper:hover .profile-dropdown {
  display: block;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .name-wrapper,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .name-wrapper {
  color: #ffffff;
  min-width: 120px;
  text-align: right;
  padding-right: 30px;
  position: relative;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .name-wrapper .arrow,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .name-wrapper .arrow {
  position: absolute;
  right: 0px;
  top: calc(50% - 8px);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .profile-dropdown {
  display: none;
  background-color: #e6004b;
  z-index: 1;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translateY(100%);
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper {
  padding: 20px 40px;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a {
  cursor: pointer;
  position: relative;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:hover {
  color: #cacaca;
}
body[class^="page-template-page-operator-"] #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-all-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-single-course #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-change-date #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-feedback-list #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-operator-feedback #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-funding-dashboard #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-funding-all-fundings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-funding-single-fund #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-bike-operator-all-bookings #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-bike-operator-profile #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child,
body.page-template-page-bike-operator-single-booking #operator-header .topbar .profile-wrapper .profile-dropdown .dropdown-inner-wrapper a:last-child {
  margin-bottom: 0;
}
body[class^="page-template-page-operator-"] form legend,
body.page-template-page-operator-dashboard form legend,
body.page-template-page-operator-profile form legend,
body.page-template-page-operator-all-course form legend,
body.page-template-page-operator-single-course form legend,
body.page-template-page-operator-change-date form legend,
body.page-template-page-operator-feedback-list form legend,
body.page-template-page-operator-feedback form legend,
body.page-template-page-funding-dashboard form legend,
body.page-template-page-funding-all-fundings form legend,
body.page-template-page-funding-single-fund form legend,
body.page-template-page-bike-operator-all-bookings form legend,
body.page-template-page-bike-operator-profile form legend,
body.page-template-page-bike-operator-single-booking form legend {
  display: none;
}
body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-profile form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-single-course form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="number"],
body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="number"],
body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="number"],
body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="number"],
body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="number"],
body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="number"],
body.page-template-page-bike-operator-profile form .frm_form_field.form-group input[type="number"],
body.page-template-page-bike-operator-single-booking form .frm_form_field.form-group input[type="number"],
body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-profile form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-single-course form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="tel"],
body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="tel"],
body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="tel"],
body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="tel"],
body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="tel"],
body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="tel"],
body.page-template-page-bike-operator-profile form .frm_form_field.form-group input[type="tel"],
body.page-template-page-bike-operator-single-booking form .frm_form_field.form-group input[type="tel"] {
  width: 50% !important;
  max-width: 50% !important;
}
body[class^="page-template-page-operator-"] .form.content-area h2,
body.page-template-page-operator-dashboard .form.content-area h2,
body.page-template-page-operator-profile .form.content-area h2,
body.page-template-page-operator-all-course .form.content-area h2,
body.page-template-page-operator-single-course .form.content-area h2,
body.page-template-page-operator-change-date .form.content-area h2,
body.page-template-page-operator-feedback-list .form.content-area h2,
body.page-template-page-operator-feedback .form.content-area h2,
body.page-template-page-funding-dashboard .form.content-area h2,
body.page-template-page-funding-all-fundings .form.content-area h2,
body.page-template-page-funding-single-fund .form.content-area h2,
body.page-template-page-bike-operator-all-bookings .form.content-area h2,
body.page-template-page-bike-operator-profile .form.content-area h2,
body.page-template-page-bike-operator-single-booking .form.content-area h2 {
  font-family: 'Neo Sans W02 Light', Arial, Helvetica, sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section,
body.page-template-page-operator-dashboard section.operator-sujet-section,
body.page-template-page-operator-profile section.operator-sujet-section,
body.page-template-page-operator-all-course section.operator-sujet-section,
body.page-template-page-operator-single-course section.operator-sujet-section,
body.page-template-page-operator-change-date section.operator-sujet-section,
body.page-template-page-operator-feedback-list section.operator-sujet-section,
body.page-template-page-operator-feedback section.operator-sujet-section,
body.page-template-page-funding-dashboard section.operator-sujet-section,
body.page-template-page-funding-all-fundings section.operator-sujet-section,
body.page-template-page-funding-single-fund section.operator-sujet-section,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section,
body.page-template-page-bike-operator-profile section.operator-sujet-section,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section {
  padding: 30px 0px 20px 0px;
  background-color: #F0F0EF;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper {
  padding-bottom: 50px;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper .logo,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper .logo {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 24px;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper .logo:hover,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper .logo:hover {
  border: none;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper .logo:hover img,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper .logo:hover img {
  border: none;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper .logo img,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper .logo img {
  max-height: 100px;
  max-width: 100px;
  height: 100px;
  width: auto;
  border: none !important;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-dashboard section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-profile section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-all-course section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-single-course section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-change-date section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-feedback-list section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-operator-feedback section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-funding-dashboard section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-funding-all-fundings section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-funding-single-fund section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-bike-operator-profile section.operator-sujet-section .logo-text-wrapper .title,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .logo-text-wrapper .title {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  max-width: calc(100% - 125px);
  hyphens: auto;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper {
  width: 100%;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .container,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .container {
  padding: 0;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box {
  font-size: 16px;
  line-height: 22px;
  color: #e6004b;
  text-transform: uppercase;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box a {
  color: #e6004b;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box a:hover,
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box a:focus,
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper .box a:active,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper .box a:active {
  color: #8f002e;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper ul li {
  display: inline;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li:first-child,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper ul li:first-child {
  display: none;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li::after,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper ul li::after {
  display: inline;
  content: "/";
  margin: 0 5px;
}
body[class^="page-template-page-operator-"] section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-all-course section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-single-course section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-change-date section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-feedback-list section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-operator-feedback section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-funding-dashboard section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-funding-all-fundings section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-funding-single-fund section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-bike-operator-all-bookings section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-bike-operator-profile section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after,
body.page-template-page-bike-operator-single-booking section.operator-sujet-section .breadcrumb-wrapper ul li:last-child::after {
  content: '';
}
body[class^="page-template-page-operator-"] section.operator-profile-section,
body.page-template-page-operator-dashboard section.operator-profile-section,
body.page-template-page-operator-profile section.operator-profile-section,
body.page-template-page-operator-all-course section.operator-profile-section,
body.page-template-page-operator-single-course section.operator-profile-section,
body.page-template-page-operator-change-date section.operator-profile-section,
body.page-template-page-operator-feedback-list section.operator-profile-section,
body.page-template-page-operator-feedback section.operator-profile-section,
body.page-template-page-funding-dashboard section.operator-profile-section,
body.page-template-page-funding-all-fundings section.operator-profile-section,
body.page-template-page-funding-single-fund section.operator-profile-section,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section,
body.page-template-page-bike-operator-profile section.operator-profile-section,
body.page-template-page-bike-operator-single-booking section.operator-profile-section {
  padding: 50px 0px 85px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .page-title,
body.page-template-page-operator-dashboard section.operator-profile-section .page-title,
body.page-template-page-operator-profile section.operator-profile-section .page-title,
body.page-template-page-operator-all-course section.operator-profile-section .page-title,
body.page-template-page-operator-single-course section.operator-profile-section .page-title,
body.page-template-page-operator-change-date section.operator-profile-section .page-title,
body.page-template-page-operator-feedback-list section.operator-profile-section .page-title,
body.page-template-page-operator-feedback section.operator-profile-section .page-title,
body.page-template-page-funding-dashboard section.operator-profile-section .page-title,
body.page-template-page-funding-all-fundings section.operator-profile-section .page-title,
body.page-template-page-funding-single-fund section.operator-profile-section .page-title,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .page-title,
body.page-template-page-bike-operator-profile section.operator-profile-section .page-title,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .page-title {
  padding-bottom: 20px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data,
body.page-template-page-operator-profile section.operator-profile-section .contact-data,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data {
  padding-bottom: 30px;
  border-bottom: 2px solid #DBDBDB;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .headline,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .headline,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .headline,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .headline,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .headline,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .headline,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .headline,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .headline {
  padding-bottom: 20px;
  font-weight: bold;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .headline #profile-edit-contact,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .headline #profile-edit-contact {
  cursor: pointer;
  padding-left: 10px;
  transition: opacity 0.3s ease;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .headline #profile-edit-contact:hover,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .headline #profile-edit-contact:hover {
  opacity: 0.4;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .name,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .name,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .name,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .name,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .name,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .name,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .name,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .name {
  display: block;
  width: fit-content;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-wrapper a,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-wrapper a {
  display: block;
  width: fit-content;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-wrapper.hidden,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-wrapper.hidden {
  display: none;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper {
  padding-top: 30px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group {
  margin-bottom: 17px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper .form-group:last-child {
  margin-bottom: 20px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper.hidden {
  display: none;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper {
  text-align: right;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default {
  padding: 14px 28px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-all-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-single-course section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-change-date section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-feedback-list section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-operator-feedback section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-funding-dashboard section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-funding-all-fundings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-funding-single-fund section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-bike-operator-profile section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .contact-data .overview .data-form-wrapper .data-form .button-wrapper .button.default.white {
  border: 1px solid #e6004b;
  margin-right: 10px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .extra-text,
body.page-template-page-operator-dashboard section.operator-profile-section .extra-text,
body.page-template-page-operator-profile section.operator-profile-section .extra-text,
body.page-template-page-operator-all-course section.operator-profile-section .extra-text,
body.page-template-page-operator-single-course section.operator-profile-section .extra-text,
body.page-template-page-operator-change-date section.operator-profile-section .extra-text,
body.page-template-page-operator-feedback-list section.operator-profile-section .extra-text,
body.page-template-page-operator-feedback section.operator-profile-section .extra-text,
body.page-template-page-funding-dashboard section.operator-profile-section .extra-text,
body.page-template-page-funding-all-fundings section.operator-profile-section .extra-text,
body.page-template-page-funding-single-fund section.operator-profile-section .extra-text,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .extra-text,
body.page-template-page-bike-operator-profile section.operator-profile-section .extra-text,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .extra-text {
  padding-top: 25px;
}
body[class^="page-template-page-operator-"] section.operator-profile-section .extra-text p,
body.page-template-page-operator-dashboard section.operator-profile-section .extra-text p,
body.page-template-page-operator-profile section.operator-profile-section .extra-text p,
body.page-template-page-operator-all-course section.operator-profile-section .extra-text p,
body.page-template-page-operator-single-course section.operator-profile-section .extra-text p,
body.page-template-page-operator-change-date section.operator-profile-section .extra-text p,
body.page-template-page-operator-feedback-list section.operator-profile-section .extra-text p,
body.page-template-page-operator-feedback section.operator-profile-section .extra-text p,
body.page-template-page-funding-dashboard section.operator-profile-section .extra-text p,
body.page-template-page-funding-all-fundings section.operator-profile-section .extra-text p,
body.page-template-page-funding-single-fund section.operator-profile-section .extra-text p,
body.page-template-page-bike-operator-all-bookings section.operator-profile-section .extra-text p,
body.page-template-page-bike-operator-profile section.operator-profile-section .extra-text p,
body.page-template-page-bike-operator-single-booking section.operator-profile-section .extra-text p {
  margin-bottom: 25px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section,
body.page-template-page-operator-profile section.operator-dashboard-big-section,
body.page-template-page-operator-all-course section.operator-dashboard-big-section,
body.page-template-page-operator-single-course section.operator-dashboard-big-section,
body.page-template-page-operator-change-date section.operator-dashboard-big-section,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section,
body.page-template-page-operator-feedback section.operator-dashboard-big-section,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section {
  padding: 50px 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item {
  padding: 6px;
  float: none;
  min-width: 452px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big {
  padding: 30px 25px 30px 30px;
  border: 1px solid #000000;
  position: relative;
  height: 100%;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big.feedback .big-title:before {
  content: '\e906';
  font-family: 'custom-icomoon' !important;
  top: 5px;
  position: relative;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.red,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big.red {
  border-color: #e6004b;
  background-color: #e6004b;
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big.red .big-title {
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .big-title,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .big-title {
  padding-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Neo Sans W02 Light', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .content-area,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .content-area {
  padding-bottom: 75px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .content-area p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .action-name,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .action-name {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  font-size: 16px;
  line-height: 42px;
  font-family: 'Neo Sans W02', sans-serif;
  text-transform: uppercase;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .action-name:after {
  content: '\e904';
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .block-item .block-big .stretched-link {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .funding-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .funding-item {
  max-width: 375px;
  padding-top: 6px;
  padding-right: 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .funding-item .funding-block {
  padding: 30px 25px 30px 30px;
  margin-bottom: 15px;
  background-color: #f4eef0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-headline {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Neo Sans W02', sans-serif;
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Neo Sans W02 Light', sans-serif;
  position: relative;
  width: fit-content;
  min-width: 200px;
  padding-right: 70px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-bike-operator-profile section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-big-section .container .row .funding-item .funding-block .funding-block-value span.percentage {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 30px;
  font-family: 'Neo Sans W02', sans-serif;
  display: block;
  background-color: #dd0047;
  color: #ffffff;
  padding: 0px 6px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section,
body.page-template-page-operator-profile section.operator-dashboard-list-section,
body.page-template-page-operator-all-course section.operator-dashboard-list-section,
body.page-template-page-operator-single-course section.operator-dashboard-list-section,
body.page-template-page-operator-change-date section.operator-dashboard-list-section,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section,
body.page-template-page-operator-feedback section.operator-dashboard-list-section,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section {
  padding: 60px 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-profile section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.feedback .intro-text,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.feedback .intro-text {
  padding-top: 30px;
  padding-bottom: 15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-profile section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.feedback .dashboard-course-list,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.feedback .dashboard-course-list {
  padding-top: 20px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-profile section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.feedback .dashboard-course-list .dashboard-course-item.booked:before {
  content: none;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date {
  padding-top: 50px;
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info .title,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info .title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Neo Sans W02', sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form {
  margin: 0px -15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item {
  display: inline-block;
  padding: 5px 15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item label {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Neo Sans W02', sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date {
  white-space: nowrap;
  display: flex;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .filter-date input {
  width: 130px;
  text-align: center;
  min-width: auto;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item span.connect {
  line-height: 50px;
  padding: 0px 15px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item .bootstrap-select button {
  min-width: 230px;
  max-width: 230px;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item input {
  min-width: 230px;
  max-width: 230px;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .change-date-info form.filter-change-form .filter-item button[type='submit'] {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 38px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .btn.white,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .btn.white {
  border: 1px solid #e6004b;
  margin-right: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.change-date .pagination,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.change-date .pagination {
  padding: 10px 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl {
  padding: 50px 0px 60px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter {
  padding-top: 35px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle {
  display: inline-block;
  padding: 15px 30px;
  min-width: 190px;
  text-align: center;
  color: #323334;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Neo Sans W02', sans-serif;
  transition: all 0.3s ease;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active {
  background-color: #e6004b;
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover {
  background-color: #8f002e;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover {
  text-decoration: none;
  background-color: #F0F0EF;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar {
  display: block;
  width: 100%;
  background-color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form {
  margin: 0px -15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item {
  display: inline-block;
  vertical-align: top;
  padding: 30px 15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button {
  margin-top: 32px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Neo Sans W02', sans-serif;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search {
  max-width: 230px;
  color: #ffffff;
  font-size: 12px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date {
  white-space: nowrap;
  display: flex;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input {
  width: 130px;
  text-align: center;
  min-width: auto;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect {
  color: #ffffff;
  line-height: 50px;
  padding: 0px 15px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button {
  min-width: 230px;
  max-width: 230px;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input {
  min-width: 230px;
  max-width: 230px;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'] {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 38px;
  transition: all 0.3s ease;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover {
  background-color: #8f002e;
  text-decoration: none !important;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.filter-inkl .dashboard-course-list .date-section {
  padding-top: 50px;
  font-family: 'Neo Sans W02', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323334;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter {
  padding-top: 35px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle {
  color: #323334;
  background-color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active {
  background-color: #ed1556;
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle.active:hover {
  background-color: #8f002e;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle:hover {
  background-color: #F0F0EF;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar {
  background-color: #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item {
  vertical-align: bottom;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label {
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .label-search {
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input {
  color: #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect {
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button {
  color: #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input {
  color: #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'] {
  border: 1px solid #ffffff;
  color: #ffffff;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit']:hover {
  background-color: #8f002e;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list {
  isolation: isolate;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item {
  border: 1px solid #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item.loading .bike-loader {
  display: block;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  /* Dark theme */
  /* Animations */
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike {
  display: block;
  margin: auto;
  width: 50px;
  height: auto;
  color: #ed1556;
  position: absolute;
  inset: 0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__body,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire {
  animation: bikeBody 3s ease-in-out infinite;
  stroke: var(--primary);
  transition: stroke var(--trans-dur);
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__front {
  animation-name: bikeFront;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__handlebars {
  animation-name: bikeHandlebars;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals {
  animation-name: bikePedals;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__pedals-spin {
  animation-name: bikePedalsSpin;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__seat {
  animation-name: bikeSeat;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire {
  stroke: currentColor;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes {
  animation-name: bikeSpokes;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__spokes-spin {
  animation-name: bikeSpokesSpin;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader .bike__tire {
  animation-name: bikeTire;
}
@media (prefers-color-scheme: dark) {
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root,
  body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .bike-loader :root {
    --bg: hsl(var(--hue), 90%, 10%);
    --fg: hsl(var(--hue), 90%, 90%);
  }
}
@keyframes bikeBody {
  from {
    stroke-dashoffset: 79;
  }
  33%,
  67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -79;
  }
}
@keyframes bikeFront {
  from {
    stroke-dashoffset: 19;
  }
  33%,
  67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -19;
  }
}
@keyframes bikeHandlebars {
  from {
    stroke-dashoffset: 10;
  }
  33%,
  67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -10;
  }
}
@keyframes bikePedals {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -25.133;
  }
  33%,
  67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -21.991;
  }
  to {
    stroke-dashoffset: -25.133;
  }
}
@keyframes bikePedalsSpin {
  from {
    transform: rotate(0.1875turn);
  }
  to {
    transform: rotate(3.1875turn);
  }
}
@keyframes bikeSeat {
  from {
    stroke-dashoffset: 5;
  }
  33%,
  67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5;
  }
}
@keyframes bikeSpokes {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -31.416;
  }
  33%,
  67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -23.562;
  }
  to {
    stroke-dashoffset: -31.416;
  }
}
@keyframes bikeSpokesSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(3turn);
  }
}
@keyframes bikeTire {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: 56.549;
    transform: rotate(0);
  }
  33% {
    stroke-dashoffset: 0;
    transform: rotate(0.33turn);
  }
  67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: 0;
    transform: rotate(0.67turn);
  }
  to {
    stroke-dashoffset: -56.549;
    transform: rotate(1turn);
  }
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .row {
  pointer-events: all;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-12 {
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .big {
  font-size: 18px;
  font-family: 'Neo Sans W02', sans-serif;
  color: #000000;
  font-weight: 700;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date {
  position: relative;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date:after {
  content: '\e904';
  font-family: 'icomoon' !important;
  color: #ed1556;
  position: absolute;
  left: 290px;
  top: 0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date {
  color: #ed1556;
  padding-bottom: 15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .date-but-name {
  font-size: 16px;
  line-height: 22px;
  color: #ed1556;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-date .time {
  color: #ed1556;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: unset;
  font-size: 16px;
  line-height: 22px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-data .course.strong {
  font-weight: bold;
  padding-bottom: 15px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course {
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a {
  display: block;
  width: 100%;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light {
  background-color: #F5D4E0;
  color: #ed1556 !important;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .col-buttons .course a.btn.btn-default:not(.dropdown-toggle).btn-light:hover {
  background-color: #ed1556;
  color: #ffffff !important;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 25%;
  top: 0;
  pointer-events: all;
  z-index: 1;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination {
  display: block;
  margin-bottom: 0px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging {
  text-align: right;
  color: #737373;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li {
  display: inline-block;
  margin: 0 2px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a {
  color: #737373;
  text-decoration: underline;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a:hover,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a:focus,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a:active,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a:active,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .pagination .paging ul li a.active,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .pagination .paging ul li a.active {
  color: #737373;
  text-decoration: none;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .status-history,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .status-history {
  display: flex !important;
  flex-wrap: wrap !important;
  max-height: none !important;
  -webkit-line-clamp: none !important;
  line-height: 18px !important;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .status-history .big,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .status-history .big {
  margin-right: 5px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item {
  margin-top: 30px;
  padding: 50px 30px 40px 30px;
  border: 1px solid #e6004b;
  position: relative;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked {
  background-color: #fff4f7;
  position: relative;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item.booked:before {
  content: 'Gebucht';
  padding: 5px 20px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 16px;
  background-color: #e6004b;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 30px;
  top: 0px;
  transform: translateY(-50%);
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .row {
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-12 {
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .big {
  font-size: 18px;
  font-family: 'Neo Sans W02', sans-serif;
  color: #000000;
  font-weight: 700;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date {
  position: relative;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after {
  content: '\e904';
  font-family: 'icomoon' !important;
  color: #e6004b;
  position: absolute;
  left: 290px;
  top: 0;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date {
  color: #e6004b;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Neo Sans W02', sans-serif;
  text-transform: uppercase;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .date-but-name {
  color: #e6004b;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Neo Sans W02', sans-serif;
  max-width: 270px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date .time {
  color: #e6004b;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .location {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;
  font-size: 16px;
  line-height: 32px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-data .course {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  font-size: 16px;
  line-height: 32px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .intro {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .name,
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-booked .school {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  font-size: 16px;
  line-height: 32px;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-link {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  pointer-events: all;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  pointer-events: all;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input {
  display: none;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input + .selected-background {
  opacity: 0;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #fff4f7;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .stretched-label input:checked + .selected-background {
  opacity: 1;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .dashboard-course-list .info,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .dashboard-course-list .info {
  padding-top: 50px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-dashboard section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-profile section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-all-course section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-single-course section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-change-date section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-operator-feedback section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-funding-dashboard section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-funding-single-fund section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-bike-operator-profile section.operator-dashboard-list-section .button-wrapper,
body.page-template-page-bike-operator-single-booking section.operator-dashboard-list-section .button-wrapper {
  padding-top: 20px;
  text-align: right;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail,
body.page-template-page-operator-dashboard section.content.backend .course-detail,
body.page-template-page-operator-profile section.content.backend .course-detail,
body.page-template-page-operator-all-course section.content.backend .course-detail,
body.page-template-page-operator-single-course section.content.backend .course-detail,
body.page-template-page-operator-change-date section.content.backend .course-detail,
body.page-template-page-operator-feedback-list section.content.backend .course-detail,
body.page-template-page-operator-feedback section.content.backend .course-detail,
body.page-template-page-funding-dashboard section.content.backend .course-detail,
body.page-template-page-funding-all-fundings section.content.backend .course-detail,
body.page-template-page-funding-single-fund section.content.backend .course-detail,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail,
body.page-template-page-bike-operator-profile section.content.backend .course-detail,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail {
  padding-left: 0px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .date {
  background-color: #ffffff;
  border: 1px solid #e6004b;
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .date > *,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .date > * {
  color: #e6004b;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text .time,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text .time,
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text .h1,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text .h1,
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text i,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text i {
  color: #323334;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text .time i,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text .time i,
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text .h1 i,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text .h1 i,
body[class^="page-template-page-operator-"] section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-dashboard section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-profile section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-all-course section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-single-course section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-change-date section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-operator-feedback section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-funding-dashboard section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-funding-single-fund section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .headline-wrapper .text i i,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .headline-wrapper .text i i {
  color: #323334;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box {
  padding-bottom: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box {
  background-color: #f0f0ef;
  padding: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .title,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .title {
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Neo Sans W02', sans-serif;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item {
  padding-bottom: 25px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .name,
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .infos .info-item .school-name {
  font-weight: bold;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper {
  text-align: right;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-all-course section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-single-course section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-change-date section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-operator-feedback section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-funding-dashboard section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-funding-single-fund section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .booking-box .inner-booking-box .button-wrapper .btn.white {
  border: 1px solid #e6004b;
  margin-right: 10px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog {
  width: calc(100vw - 30px);
  margin: 0px;
  max-width: 920px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content {
  border-radius: 0;
  padding: 40px 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .hidden-form {
  display: none !important;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper {
  padding-top: 30px;
  text-align: right;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a {
  margin-right: 10px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a:last-child {
  margin-right: 0;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel {
  background-color: #ffffff;
  border: 1px solid #e6004b;
  color: #e6004b !important;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-all-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-single-course section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-change-date section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback-list section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-dashboard section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-all-fundings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-single-fund section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-profile section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail .modal#modal-stornieren .modal-dialog .modal-content .button-wrapper a.cancel:hover {
  background-color: #f0f0ef;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt,
body.page-template-page-operator-profile section.content.backend .course-detail-alt,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt {
  padding-left: 0px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .changed-text,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .changed-text,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .changed-text,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .changed-text,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .changed-text,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .changed-text,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .changed-text,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .changed-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box {
  padding-bottom: 0px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box + .button-wrapper,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box + .button-wrapper {
  padding-top: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box {
  background-color: #f0f0ef;
  padding: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .date {
  font-size: 24px;
  line-height: 28px;
  font-family: Neo Sans W02, sans-serif;
  color: #e6004b;
  padding-bottom: 15px;
  text-transform: uppercase;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .time {
  font-size: 16px;
  line-height: 22px;
  font-family: Neo Sans W02, sans-serif;
  color: #e6004b;
  padding-bottom: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .course {
  font-size: 16px;
  line-height: 22px;
  font-family: Neo Sans W02, sans-serif;
  color: #323334;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .course-info .location {
  padding-bottom: 15px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse {
  padding-top: 20px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"],
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"] {
  font-size: 18px;
  line-height: 24px;
  font-family: Neo Sans W02, sans-serif;
  color: #323334;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  padding-right: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:after {
  font-weight: normal;
  content: '\e906';
  font-family: icomoon;
  position: absolute;
  right: 0px;
  top: 2px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"].collapsed:after {
  font-weight: normal;
  content: '\e907';
  font-family: icomoon;
  position: absolute;
  right: 0px;
  top: 2px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse a[href="#collapseInfos"]:hover {
  text-decoration: none;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos {
  padding-top: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item {
  padding-bottom: 30px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .name,
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item .school-name {
  font-weight: bold;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .alt-box .inner-booking-box .info-collapse .infos .info-item:last-child {
  padding-bottom: 0px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .button-wrapper,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .button-wrapper {
  text-align: right;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form {
  padding-top: 50px;
  padding-bottom: 10px;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_section_heading,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_section_heading {
  margin-bottom: 0;
  border-bottom: none;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons {
  text-align: left;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row {
  position: absolute;
  top: 15px;
  left: calc(50% + 20px);
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row {
  display: none;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_remove_form_row {
  display: none;
}
body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row,
body.page-template-page-bike-operator-single-booking section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec:last-of-type .frm_repeat_buttons .frm_add_form_row {
  display: block;
}
body[class^="page-template-page-operator-"] section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-dashboard section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-profile section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-all-course section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-single-course section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-change-date section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-feedback-list section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-operator-feedback section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-funding-dashboard section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-funding-all-fundings section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-funding-single-fund section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-all-bookings section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-profile section.content.backend.booked .course-detail .headline-wrapper .date,
body.page-template-page-bike-operator-single-booking section.content.backend.booked .course-detail .headline-wrapper .date {
  background-color: #fff4f7;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog {
  width: calc(100vw - 30px);
  margin: 0px;
  max-width: 420px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content {
  border-radius: 0;
  padding: 40px 30px;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .text-area,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .text-area,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .text-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .text-area textarea,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .text-area textarea,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .text-area textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  display: block;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .hidden-form,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .hidden-form {
  padding-top: 30px;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_date_wrapper {
  max-width: unset !important;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .hidden-form .frm_submit,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .hidden-form .frm_submit {
  display: none !important;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .button-wrapper,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .button-wrapper {
  text-align: right;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a {
  margin-right: 10px;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a:last-child,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a:last-child {
  margin-right: 0;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel {
  background-color: #ffffff;
  border: 1px solid #e6004b;
  color: #e6004b !important;
}
body[class^="page-template-page-operator-"] #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-all-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-single-course #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-change-date #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback-list #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-dashboard #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-all-fundings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-single-fund #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-all-bookings #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-profile #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-single-booking #modal-longer-deadline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body[class^="page-template-page-operator-"] #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-all-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-single-course #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-change-date #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback-list #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-operator-feedback #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-dashboard #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-all-fundings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-funding-single-fund #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-all-bookings #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-profile #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover,
body.page-template-page-bike-operator-single-booking #modal-recommend-decline .modal-dialog .modal-content .button-wrapper a.cancel:hover {
  background-color: #f0f0ef;
}
section.content.backend.single-fund-content h2,
section.content.frontend.single-fund-user-content h2 {
  margin-bottom: 20px;
}
section.content.backend.single-fund-content .content-main,
section.content.frontend.single-fund-user-content .content-main {
  position: relative;
}
section.content.backend.single-fund-content .content-main .stroke-divider,
section.content.frontend.single-fund-user-content .content-main .stroke-divider {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F0F0EF;
  margin-bottom: 20px;
}
section.content.backend.single-fund-content .content-main .status-list,
section.content.frontend.single-fund-user-content .content-main .status-list {
  display: table;
}
section.content.backend.single-fund-content .content-main .status-list .status-item,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item {
  display: table-row;
  opacity: 0.6;
}
section.content.backend.single-fund-content .content-main .status-list .status-item .status-name,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item .status-name,
section.content.backend.single-fund-content .content-main .status-list .status-item .status-date,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item .status-date {
  display: table-cell;
  padding-bottom: 5px;
  min-width: fit-content;
  max-width: 50%;
  font-size: 16px;
  line-height: 22px;
}
section.content.backend.single-fund-content .content-main .status-list .status-item .status-name,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item .status-name {
  padding-right: 10px;
}
section.content.backend.single-fund-content .content-main .status-list .status-item:last-child,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item:last-child {
  opacity: 1;
}
section.content.backend.single-fund-content .content-main .status-list .status-item:last-child .status-name,
section.content.frontend.single-fund-user-content .content-main .status-list .status-item:last-child .status-name {
  font-weight: 700;
}
section.content.backend.single-fund-content .content-main .decline-reason,
section.content.frontend.single-fund-user-content .content-main .decline-reason {
  margin-top: 20px;
  background-color: #f0f0ef;
  padding: 30px;
}
section.content.backend.single-fund-content .content-main .decline-reason .content-area .decline-reason-title,
section.content.frontend.single-fund-user-content .content-main .decline-reason .content-area .decline-reason-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}
section.content.backend.single-fund-content .content-main .action-container,
section.content.frontend.single-fund-user-content .content-main .action-container {
  padding-top: 20px;
}
section.content.backend.single-fund-content .content-main .action-container .input-row,
section.content.frontend.single-fund-user-content .content-main .action-container .input-row {
  display: flex;
}
section.content.backend.single-fund-content .content-main .action-container .input-row .input-item,
section.content.frontend.single-fund-user-content .content-main .action-container .input-row .input-item {
  max-width: 250px;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 20px;
}
section.content.backend.single-fund-content .content-main .action-container .input-row input,
section.content.frontend.single-fund-user-content .content-main .action-container .input-row input {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  /*&:after {
                        content: '€';
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        right: 5px;
                    }*/
}
section.content.backend.single-fund-content .content-main .action-container .button-row,
section.content.frontend.single-fund-user-content .content-main .action-container .button-row {
  display: flex;
  justify-content: flex-end;
}
section.content.backend.single-fund-content .content-main .action-container .button-row .button,
section.content.frontend.single-fund-user-content .content-main .action-container .button-row .button {
  margin-right: 10px;
}
section.content.backend.single-fund-content .content-main .action-container .button-row .button:last-child,
section.content.frontend.single-fund-user-content .content-main .action-container .button-row .button:last-child {
  margin-right: 0px;
}
section.content.backend.single-fund-content .content-main .funding-box,
section.content.frontend.single-fund-user-content .content-main .funding-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box {
  background-color: #f0f0ef;
  padding: 30px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part {
  padding-bottom: 30px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part:last-child,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part:last-child {
  padding-bottom: 0px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .title,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 25px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .title:last-child,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .title:last-child {
  padding-bottom: 0px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .sub-part,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .sub-part {
  padding-bottom: 20px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .sub-part:last-child,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .sub-part:last-child {
  padding-bottom: 0px;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .sub-part.prices,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .sub-part.prices {
  font-weight: 700;
}
section.content.backend.single-fund-content .content-main .funding-box .inner-funding-box .box-part .sub-part .sub-title,
section.content.frontend.single-fund-user-content .content-main .funding-box .inner-funding-box .box-part .sub-part .sub-title {
  font-weight: 700;
}
section.content.backend.single-fund-content .content-main .attachments,
section.content.frontend.single-fund-user-content .content-main .attachments {
  padding-top: 10px;
}
section.content.backend.single-fund-content .content-main .attachments h3,
section.content.frontend.single-fund-user-content .content-main .attachments h3 {
  margin-bottom: 5px;
}
section.content.backend.single-fund-content .content-main .attachments .row,
section.content.frontend.single-fund-user-content .content-main .attachments .row {
  flex-wrap: wrap;
  display: flex;
  margin-inline: -5px;
}
section.content.backend.single-fund-content .content-main .attachments .row .attachment-box,
section.content.frontend.single-fund-user-content .content-main .attachments .row .attachment-box {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #f0f0ef;
  padding: 10px;
  margin: 5px;
}
section.content.backend.single-fund-content .content-main .attachments .row .attachment-box img,
section.content.frontend.single-fund-user-content .content-main .attachments .row .attachment-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.content.backend.single-fund-content .content-main .new-attachments,
section.content.frontend.single-fund-user-content .content-main .new-attachments {
  padding-top: 10px;
}
section.content.backend.single-fund-content .content-main .new-attachments h3,
section.content.frontend.single-fund-user-content .content-main .new-attachments h3 {
  margin-bottom: 5px;
}
body.page-template-page-funding-single-fund #ui-datepicker-div {
  z-index: 9002 !important;
}
/* Veranstalter Frontend END */
body.page-template-page-course-booking section.newsletter,
body.radfahrkurse section.newsletter,
body.page-template-page-course section.newsletter,
body.single-course section.newsletter {
  display: none;
}
body.page-template-page-course-feedback .content-area.formular .title {
  border-top: 1px solid #707070;
  padding-top: 30px;
  margin-bottom: 20px;
}
body.page-template-page-course-feedback .content-area.formular form legend {
  display: none;
}
/* Betreiber frontend */
section.bike-operator-profile {
  padding: 50px 0px;
}
section.bike-operator-profile .container .row .col-md-9 .tab-wrapper {
  display: flex;
}
section.bike-operator-profile .container .row .col-md-9 .tab-wrapper .tab {
  font-size: 24px;
  line-height: 1;
  background: #ffffff;
  color: #000000;
  display: block;
  padding: 17px 30px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.bike-operator-profile .container .row .col-md-9 .tab-wrapper .tab.active {
  background: #ed1556;
  color: #ffffff;
}
section.bike-operator-profile .container .row .col-md-9 .info-bar {
  background: #F5D4E0;
  color: #ed1556;
  font-size: 18px;
  line-height: 1;
  padding: 17px 30px;
  font-family: 'Neo Sans W02', sans-serif;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper.edit-content-wrapper {
  padding-top: 30px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .block-row {
  padding: 30px 0px;
  border-bottom: 1px solid #707070;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .block-row:last-child {
  border-bottom: 0px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .block-row .headline {
  font-size: 18px;
  font-family: 'Neo Sans W02', sans-serif;
  padding-bottom: 20px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .block-row .headline:last-child {
  padding-bottom: 0px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .block-row .logo {
  object-fit: contain;
  width: 100px;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid #707070;
  margin-top: 30px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list .bike-item {
  padding: 30px 30px 20px 30px;
  border: 1px solid #ed1556;
  position: relative;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list .bike-item .bike-name {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Neo Sans W02', sans-serif;
  color: #ed1556;
  padding-top: 0;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list .bike-item .bike-name .edit-button {
  font-size: 18px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list .bike-item .col-content {
  padding-bottom: 20px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-list .bike-item .col-content .col-content-headline {
  font-weight: bold;
  padding-bottom: 10px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .bike-name {
  padding-top: 30px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper {
  padding-top: 30px;
  border-bottom: 1px solid #cacaca;
  display: flex;
  margin-bottom: 30px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  padding: 17px 30px;
  display: block;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Neo Sans W02', sans-serif;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button:hover,
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button:focus-visible {
  background: #ed1556;
  color: #ffffff;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button.active {
  background: #F5D4E0;
  color: #ed1556;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button.active:hover,
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button.active:focus {
  background: #ed1556;
  color: #ffffff;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .tab-button-wrapper .tab-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .frm_section_spacing + .frm_form_field {
  margin-top: 30px;
}
section.bike-operator-profile .container .row .col-md-9 .content-wrapper .frm_section_spacing + .frm_toggle_container .frm_form_field {
  margin-top: 30px;
}
.checkbox-switch-wrapper input[type="checkbox"] {
  display: none;
}
.checkbox-switch-wrapper input[type="checkbox"]:checked + .checkbox-switch {
  background-color: #2F9816;
}
.checkbox-switch-wrapper input[type="checkbox"]:checked + .checkbox-switch:before {
  left: 26px;
}
.checkbox-switch-wrapper input[type="checkbox"]:checked + .checkbox-switch + .checkbox-text:before {
  display: none;
}
.checkbox-switch-wrapper input[type="checkbox"]:checked + .checkbox-switch + .checkbox-text:after {
  display: inline-block;
}
.checkbox-switch-wrapper input[type="checkbox"]:disabled + .checkbox-switch {
  background-color: #D6D6D6;
  cursor: not-allowed;
}
.checkbox-switch-wrapper input[type="checkbox"]:disabled + .checkbox-switch:before {
  background-color: #707070;
}
.checkbox-switch-wrapper .checkbox-switch {
  width: 48px;
  height: 24px;
  border-radius: 100vw;
  background-color: #D6D6D6;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.checkbox-switch-wrapper .checkbox-switch:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100vw;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s ease-in-out;
}
.checkbox-switch-wrapper .checkbox-text {
  line-height: 24px;
  vertical-align: top;
}
.checkbox-switch-wrapper .checkbox-text:before {
  content: 'Inaktiv';
  display: inline-block;
}
.checkbox-switch-wrapper .checkbox-text:after {
  content: 'Aktiv';
  display: none;
}
/* Form with codes */
#form_formwithcodes .frm_selected_checkmark {
  display: none;
}
#form_formwithcodes .frm_image_option {
  margin: 0 0 20px 0 !important;
}
#form_formwithcodes .frm_image_option:last-child {
  margin-bottom: 0 !important;
}
#form_formwithcodes .frm_image_option label {
  padding-left: 15px !important;
}
#form_formwithcodes .frm_image_option img {
  width: 400px;
  height: auto;
  margin-top: 10px;
}
#form_formwithcodes .frm_image_option .frm_text_label_for_image {
  display: block;
}
#form_formwithcodes #field_choices_label {
  margin-bottom: 20px !important;
}
#form_formwithcodes #frm_field_28_container .frm_opt_container {
  width: 100% !important;
  max-width: 100% !important;
}
#form_formwithcodes .frm_image_option_container {
  display: flex;
  flex-direction: column-reverse;
}
#form_formwithcodes .zoom {
  font-size: 14px;
  padding-left: 15px;
  margin-top: 5px;
}
.frm_form_field.width-100.form-group input[type="number"] {
  width: 50% !important;
  max-width: 50% !important;
}
.funding-dashboard-statistics {
  padding-bottom: 50px;
}
.funding-dashboard-statistics .container .content-area-headline {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Neo Sans W02 Light', sans-serif;
  font-weight: normal;
}
.funding-dashboard-statistics .container .content-area-headline > h3 {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Neo Sans W02 Light', sans-serif;
  font-weight: normal;
}
.funding-dashboard-statistics .container .content-area-sum {
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F0F0F0;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
}
.funding-dashboard-statistics .container .scroll-container {
  overflow-x: auto;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
}
.funding-dashboard-statistics .container .scroll-container table {
  width: 100%;
}
.funding-dashboard-statistics .container .scroll-container table tr td,
.funding-dashboard-statistics .container .scroll-container table tr th {
  padding: 15px 20px;
  white-space: nowrap;
  background-color: #FFFFFF;
  text-align: right;
  border: 1px solid #FFFFFF;
}
.funding-dashboard-statistics .container .scroll-container table tr td.light-red-bg,
.funding-dashboard-statistics .container .scroll-container table tr th.light-red-bg {
  background-color: #FEF3F6;
}
.funding-dashboard-statistics .container .scroll-container table tr td.red-bg,
.funding-dashboard-statistics .container .scroll-container table tr th.red-bg {
  background-color: #FDE8ED;
}
.funding-dashboard-statistics .container .scroll-container table tr td .red,
.funding-dashboard-statistics .container .scroll-container table tr th .red {
  color: #dd0047;
}
.funding-dashboard-statistics .container .scroll-container table tr td .grey,
.funding-dashboard-statistics .container .scroll-container table tr th .grey {
  color: #707070;
}
.funding-dashboard-statistics .container .scroll-container table tr td:first-child,
.funding-dashboard-statistics .container .scroll-container table tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  transform: translateX(-1px);
  border-left-color: #FFFFFF !important;
  border-right-color: #FFFFFF !important;
}
.funding-dashboard-statistics .container .scroll-container table tr td:first-child:before,
.funding-dashboard-statistics .container .scroll-container table tr th:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateX(5px);
}
.funding-dashboard-statistics .container .scroll-container table tr td:last-child,
.funding-dashboard-statistics .container .scroll-container table tr th:last-child {
  border-left: 2px solid #FFFFFF !important;
}
.funding-dashboard-statistics .container .scroll-container table tr.inner-info td {
  border: 1px solid #F7F7F7;
  border-bottom: 0;
}
.funding-dashboard-statistics .container .scroll-container table tr.upper-divider td {
  border-top: 1px solid #000000;
  border-bottom: 0;
  border-left: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
}
.funding-dashboard-statistics .container .scroll-container table tr.upper-divider td:first-child {
  font-weight: bold;
}
.funding-dashboard-statistics .container .scroll-container table tr.upper-divider + tr td {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
}
.funding-dashboard-statistics .container .scroll-container table tr.upper-divider + tr td:first-child {
  font-weight: bold;
}
section.grid-teaser {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f0ef;
  --teaser-gap: 30px;
}
section.grid-teaser .container .headline-wrapper .h1 {
  text-align: center;
  margin-bottom: 30px;
}
section.grid-teaser .container .grid-teaser-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--teaser-gap);
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item {
  display: flex;
  height: 260px;
  background-color: #ffffff;
  outline: 1px solid #00000000 !important;
  outline-offset: 0px !important;
  transition: all 0.3s ease;
  --teaser-color: #000000;
  --link-type: "\e904";
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item[target="_blank"] {
  --link-type: "\e908";
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-black {
  --teaser-color: #000000;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue {
  --teaser-color: #3790ad;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red {
  --teaser-color: #DD0047FF;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow {
  --teaser-color: #fed100FF;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item:last-child:nth-child(odd) {
  grid-column-start: 1;
  grid-column-end: -1;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item:hover,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item:focus-visible,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item:focus,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item:active {
  text-decoration: none;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:hover,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:hover,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:focus-visible,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:focus-visible {
  background-color: var(--teaser-color);
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:hover .content-wrapper .title,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:hover .content-wrapper .title,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:focus-visible .content-wrapper .title,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:focus-visible .content-wrapper .title {
  color: #ffffff;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:hover .content-wrapper .shorttext,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:hover .content-wrapper .shorttext,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:focus-visible .content-wrapper .shorttext,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:focus-visible .content-wrapper .shorttext {
  color: #ffffff;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:hover .content-wrapper .link-text,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:hover .content-wrapper .link-text,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-blue:focus-visible .content-wrapper .link-text,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-red:focus-visible .content-wrapper .link-text {
  color: #ffffff;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-black:hover,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-black:focus-visible {
  outline: 1px solid #000000FF !important;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow .content-wrapper .title {
  color: #000000;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow .content-wrapper .shorttext {
  color: #000000;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow:hover,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow:focus-visible {
  background-color: var(--teaser-color);
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow:hover .content-wrapper .link-button,
section.grid-teaser .container .grid-teaser-container .grid-teaser-item.teaser-yellow:focus-visible .content-wrapper .link-button {
  background-color: #ffffff;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .image-wrapper {
  width: calc(50% - (var(--teaser-gap)/2));
  position: relative;
  height: 100%;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper {
  width: calc(50% + (var(--teaser-gap)/2));
  position: relative;
  padding: var(--teaser-gap);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper .title {
  color: var(--teaser-color);
  transition: color 0.3s ease;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper .shorttext {
  flex-grow: 2;
  color: #000000;
  transition: color 0.3s ease;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper .link-text {
  color: var(--teaser-color);
  transition: color 0.3s ease;
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper .link-text:after {
  content: var(--link-type);
  font-family: 'icomoon';
  color: inherit;
  font-size: 1.2em;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: var(--teaser-gap);
  right: var(--teaser-gap);
}
section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper .link-button {
  background-color: var(--teaser-color);
  border: 0;
  font-size: 15px;
  line-height: 22px;
  color: #000000 !important;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
  transition: color 0.3s ease;
  width: fit-content;
}
section.operator-dashboard-log-listing {
  padding-bottom: 50px;
}
section.operator-dashboard-log-listing .container .orginiaere_id {
  padding-bottom: 10px;
}
section.operator-dashboard-log-listing .container .custom-accordion.custom-accordion--open .custom-accordion__header::after {
  transform: translateY(-50%) rotate(0deg);
}
section.operator-dashboard-log-listing .container .custom-accordion.custom-accordion--open .custom-accordion__body {
  display: grid;
  grid-template-rows: minmax(200px, 1fr);
}
section.operator-dashboard-log-listing .container .custom-accordion.custom-accordion--open .custom-accordion__body:after {
  opacity: 0;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__header {
  color: #ffffff;
  background-color: #e6004b;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  display: block;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__header::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.094' height='11.296' viewBox='0 0 20.094 11.296'%3E%3Cpath id='Pfad_1854' data-name='Pfad 1854' d='M0,0,7.157,7.929,0,15.857' transform='translate(2.119 9.178) rotate(-90)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body {
  display: grid;
  grid-template-rows: minmax(200px, 0fr);
  overflow: hidden;
  transition: grid-template-rows 0.5s ease;
  background-color: #F0F0EF;
  position: relative;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(240, 240, 239, 0) 0%, #F0F0EF 100%);
  transition: opacity 0.5s ease;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner {
  min-height: 200px;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .content-area {
  padding: 10px 30px;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table {
  display: grid;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row {
  --_status-color: #e6004b;
  display: grid;
  grid-template-columns: 40px 200px 1fr;
  padding: 10px;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row[data-state="success"] {
  --_status-color: #00a651;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row:nth-child(odd) {
  background-color: #eaeaea;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__status-col {
  display: grid;
  align-items: center;
  justify-content: center;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__status-col .log-listing-row__status {
  width: 8px;
  height: 8px;
  background-color: var(--_status-color);
  border-radius: 50%;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__date-col {
  display: grid;
  align-items: center;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__content-col .log-listing-row__content .log-listing-row__content-inner .log-listing-row__content-request {
  padding-bottom: 5px;
  font-weight: 700;
}
section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__content-col .log-listing-row__content .log-listing-row__content-inner .log-listing-row__content-message {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.8;
}
/* mediaqueries */
/* grid */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  section.content.backend.single-fund-content .container .new-attachments .frm_repeat_sec {
    position: relative;
  }
  section.content.backend.single-fund-content .container .new-attachments .frm_repeat_sec .frm_repeat_buttons {
    text-align: left;
  }
  section.content.backend.single-fund-content .container .new-attachments .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row {
    position: absolute;
    top: 75px;
    left: 350px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 1399px) {
  body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .funding-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  section.content.backend.single-fund-content .container .new-attachments .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row {
    left: 435px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
  section.content.backend.single-fund-content .container .new-attachments .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row {
    left: 480px;
  }
}
/* elements */
@media (max-width: 1399px) {
  /* section event teaser */
  section.event-teaser .event-box {
    min-height: 263px;
  }
  section.event-teaser .link-box {
    min-height: 263px;
  }
  section.event-teaser .send-date-box {
    min-height: 263px;
  }
  /* section event list */
  .event-list-container .event-item .text {
    max-width: 470px;
  }
  /* comment form */
  #commentform label {
    width: 211px;
  }
  #commentform input[type="text"],
  #commentform input[type="number"],
  #commentform input[type="password"],
  #commentform input[type="email"],
  #commentform input[type="search"],
  #commentform textarea {
    width: 464px;
  }
  #commentform input[type="submit"] {
    margin-left: 211px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body {
    line-height: 50px;
    display: flex;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form {
    margin: 0px -15px;
    padding: 22.5px 0px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item {
    display: inline-block;
    width: 49%;
    padding: 7.5px 15px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item.filter-button {
    margin-top: 0;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item label {
    padding-bottom: 6px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .filter-date input {
    width: 100%;
    max-width: unset;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item span.connect {
    color: #ffffff;
    line-height: 50px;
    padding: 0px 15px;
    font-family: 'Neo Sans Pro', sans-serif;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item .bootstrap-select button {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item input {
    max-width: unset;
    width: 100%;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'] {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 38px;
  }
}
@media (max-width: 1279px) {
  /* section image teaser, section image slider */
  section.image-slider .carousel .carousel-control {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* main navigation */
  #main-navigation .block .site-links a {
    margin-right: 30px;
  }
  #main-navigation .block .site-links a:last-child {
    margin-right: 0;
  }
  /* footer */
  #footer .top .site-links a.logo img {
    height: 50px;
  }
  /* comment form */
  #commentform label {
    width: 174px;
  }
  #commentform input[type="text"],
  #commentform input[type="number"],
  #commentform input[type="password"],
  #commentform input[type="email"],
  #commentform input[type="search"],
  #commentform textarea {
    width: 493px;
  }
  #commentform input[type="submit"] {
    margin-left: 174px;
  }
  /* section event teaser */
  section.event-teaser .event-box {
    min-height: 455px;
  }
  section.event-teaser .link-box {
    min-height: 455px;
  }
  section.event-teaser .send-date-box {
    min-height: 455px;
  }
  /* section event list */
  .event-list-container .event-item .text {
    max-width: 420px;
  }
  /* content elements */
  .content-element {
    /* text image */
    /* gallery */
  }
  .content-element.text-image .image-wrapper img {
    width: 100%;
  }
  .content-element .gallery .images .item {
    width: 20%;
  }
  /* section event map */
  section.event-map #event-map {
    height: 600px;
  }
  section.event-map .container {
    position: static;
  }
  /* section voting map */
  section.voting-map #voting-map {
    height: 600px;
  }
  section.voting-map .container {
    position: static;
  }
  /* section action map */
  section.action-map #action-map {
    height: 600px;
  }
  section.action-map .container {
    position: static;
  }
  /* action header */
  section.action-header {
    padding: 60px 0;
  }
  /* team */
  .team-list .team-item .team-item-box .image-wrapper {
    width: 180px;
  }
  .team-list .team-item .team-item-box .text-wrapper {
    padding: 20px;
  }
  .team-list .team-item .team-item-box .text-wrapper .email {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .col-md-9 section.box-teaser {
    margin-right: -32%;
  }
  section.course-teaser .container .course-teaser-list {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* typography */
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1,
  .h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    margin-bottom: 20px;
  }
  /* header */
  #header .topbar {
    display: none;
  }
  #header #navbar {
    background-color: #ed1556;
    color: #ffffff;
    text-align: left;
  }
  #header #navbar > .container {
    width: 100%;
  }
  #header #navbar h1,
  #header #navbar .h1 {
    display: inline-block;
  }
  #header #navbar .social-icons {
    display: block;
  }
  #header #navbar .toggle-label {
    display: none;
  }
  #header #navbar #navigation-toggle {
    position: absolute;
    top: 12px;
    right: 15px;
    padding-right: 0;
  }
  #header #navbar #navigation-toggle .icon-bar {
    background-color: #ffffff;
  }
  #header #navbar #navigation-toggle.collapsed .icon-bar {
    background-color: #ffffff;
  }
  #header #logo {
    display: none;
  }
  /* main navigation */
  #main-navigation {
    /* structure */
    /* elements */
  }
  #main-navigation .inner {
    padding: 40px 0;
  }
  #main-navigation .inner .container {
    width: 100%;
  }
  #main-navigation .inner .left {
    padding-right: 40px;
  }
  #main-navigation .inner .right {
    padding-left: 40px;
  }
  #main-navigation .block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #main-navigation .block ul.menu > li {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  #main-navigation .block ul.menu > li .toggle {
    top: 2px;
  }
  #main-navigation .block ul.menu > li ul.submenu {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #main-navigation .block ul.menu > li ul.submenu > li {
    font-size: 16px;
    line-height: 22px;
  }
  #main-navigation .block #search-form i {
    top: 2px;
  }
  #main-navigation .block #search-form input {
    font-size: 23px;
    line-height: 27px;
  }
  #main-navigation .block .link {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  #main-navigation .block .image-link .link {
    padding-left: 20px;
  }
  #main-navigation .block .site-links a {
    margin-right: 30px;
  }
  #main-navigation .block .site-links a.logo img {
    height: 50px;
  }
  #main-navigation .block .site-links a.logo.shadow img {
    height: 60px;
    margin-top: 0;
  }
  /* general elements */
  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area p,
  .content-area .h1,
  .content-area .h2,
  .content-area .h3,
  .content-area .h4 {
    margin-bottom: 20px;
  }
  .content-area .headline-wrapper {
    margin-bottom: 20px;
  }
  .content-area .headline-wrapper h1,
  .content-area .headline-wrapper .h1 {
    margin-bottom: 10px;
  }
  .content-area ul:not([id]):not([class]) {
    margin: 0 0 20px;
  }
  .content-area ol:not([class]) {
    margin: 0 0 20px;
  }
  .content-area table {
    margin-bottom: 20px;
  }
  .content-area p img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .content-area p img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .content-area .wp-caption-text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
  .content-area blockquote {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  hr {
    margin: 20px 0;
  }
  /* buttons */
  button {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .button.default {
    font-size: 15px;
    line-height: 24px;
  }
  /* comment form */
  .comment-form-success {
    margin-bottom: 20px;
  }
  #commentform label {
    font-size: 16px;
    line-height: 22px;
    width: 172px;
  }
  #commentform .comment-form-comment,
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    margin-bottom: 10px;
  }
  #commentform input[type="text"],
  #commentform input[type="number"],
  #commentform input[type="password"],
  #commentform input[type="email"],
  #commentform input[type="search"],
  #commentform textarea {
    font-size: 16px;
    line-height: 24px;
    width: 487px;
  }
  #commentform input[type="submit"],
  #commentform a.comment-reply-link {
    font-size: 15px;
    line-height: 24px;
    margin-left: 172px;
  }
  /* footer */
  #footer {
    padding: 30px 0 100px 0;
  }
  /* cookie-info */
  #cookie-info {
    width: 100%;
    padding: 15px;
    position: relative;
    margin-top: 0;
    top: auto;
    right: auto;
  }
  #cookie-info .text {
    margin-bottom: 20px;
  }
  /* section image teaser */
  section.image-teaser,
  section.image-slider {
    height: 450px;
  }
  section.image-teaser .box,
  section.image-slider .box {
    min-height: 0;
  }
  section.image-teaser .box > .text,
  section.image-slider .box > .text {
    margin-top: 20px;
  }
  section.image-teaser:first-child .box.top,
  section.image-slider:first-child .box.top {
    top: 40px;
  }
  section.image-teaser:first-child .box.top.left,
  section.image-slider:first-child .box.top.left {
    left: 0;
    right: auto;
  }
  /* website links */
  section.website-links a.link {
    padding: 30px !important;
    text-align: center !important;
  }
  section.website-links a.link .inner {
    font-size: 23px;
    line-height: 27px;
  }
  section.website-links a.link .icon-big {
    font-size: 80px;
    margin-bottom: 20px;
  }
  /* section sujet */
  section.sujet {
    height: 300px;
    /* breadcrumb */
  }
  section.sujet .breadcrumb-wrapper .box {
    font-size: 16px;
    line-height: 22px;
  }
  /* section content */
  section.content {
    padding: 40px 0;
  }
  section.content .content-main {
    padding: 0 30px;
  }
  section.content .content-aside {
    padding: 0 30px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail,
  body.page-template-page-operator-dashboard section.content.backend .course-detail,
  body.page-template-page-operator-profile section.content.backend .course-detail,
  body.page-template-page-operator-all-course section.content.backend .course-detail,
  body.page-template-page-operator-single-course section.content.backend .course-detail,
  body.page-template-page-operator-change-date section.content.backend .course-detail,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail,
  body.page-template-page-operator-feedback section.content.backend .course-detail,
  body.page-template-page-funding-dashboard section.content.backend .course-detail,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail,
  body.page-template-page-funding-single-fund section.content.backend .course-detail,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail,
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt {
    padding: 0 0px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-dashboard section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-profile section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-all-course section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-single-course section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-change-date section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-feedback-list section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-operator-feedback section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-funding-dashboard section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-funding-all-fundings section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-funding-single-fund section.operator-dashboard-big-section .container .row .block-item,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-big-section .container .row .block-item {
    min-width: unset;
  }
  /* section route planner */
  section.route-planner {
    padding: 40px 0;
  }
  section.route-planner h1,
  section.route-planner .h1 {
    margin-bottom: 20px;
  }
  section.route-planner #route-planner-form {
    margin-bottom: 20px;
  }
  .fahrradwien section.route-planner .image-teaser img {
    height: 104px;
  }
  /* section blog posts */
  section.blog-posts {
    padding: 40px 0;
  }
  section.blog-posts h1,
  section.blog-posts .h1 {
    margin-bottom: 20px;
  }
  section.blog-posts .post .text h2,
  section.blog-posts .post .text .h2 {
    margin-bottom: 10px;
  }
  section.blog-posts .post .text .excerpt {
    margin-bottom: 20px;
  }
  /* section faq teaser */
  section.faq-teaser {
    padding: 40px 0;
  }
  section.faq-teaser h1,
  section.faq-teaser .h1 {
    margin-bottom: 20px;
  }
  section.faq-teaser .text {
    margin-bottom: 15px;
  }
  section.faq-teaser .text a {
    font-size: 20px;
    line-height: 26px;
  }
  /* section random facts */
  section.random-facts {
    padding: 40px 0;
  }
  section.random-facts h1,
  section.random-facts .h1 {
    margin-bottom: 20px;
  }
  section.random-facts .text {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  /* section event teaser */
  section.event-teaser {
    padding: 40px 0;
  }
  section.event-teaser h1,
  section.event-teaser .h1 {
    margin-bottom: 20px;
  }
  section.event-teaser .event-box {
    min-height: 345px;
  }
  section.event-teaser .event-box .inner .date {
    margin-bottom: 10px;
  }
  section.event-teaser .event-box .inner .date .day {
    font-size: 20px;
    line-height: 26px;
  }
  section.event-teaser .event-box .inner .date .month {
    font-size: 16px;
    line-height: 24px;
  }
  section.event-teaser .event-box .inner h2,
  section.event-teaser .event-box .inner .h2 {
    margin-bottom: 10px;
  }
  section.event-teaser .event-box .inner .subtitle {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  section.event-teaser .link-box {
    font-size: 20px;
    line-height: 26px;
    min-height: 345px;
  }
  section.event-teaser .send-date-box {
    min-height: 345px;
  }
  /* section event list */
  section.event-list {
    padding: 40px 0;
  }
  section.event-list h1,
  section.event-list .h1 {
    margin-bottom: 20px;
  }
  .event-list-container .event-item .date .day {
    font-size: 20px;
    line-height: 26px;
  }
  .event-list-container .event-item .date .month {
    font-size: 16px;
    line-height: 24px;
  }
  .event-list-container .event-item .time {
    padding-top: 2px;
    font-size: 16px;
    line-height: 24px;
  }
  .event-list-container .event-item .text {
    max-width: 420px;
  }
  .event-list-container .event-item .text .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .event-list-container .event-item .text .location {
    font-size: 16px;
    line-height: 24px;
  }
  /* section cta */
  section.cta {
    padding: 40px 0;
  }
  section.cta h1,
  section.cta .h1 {
    margin-bottom: 20px;
  }
  section.cta .text {
    font-size: 18px;
    line-height: 24px;
  }
  /* section news */
  section.news {
    padding: 40px 0;
  }
  section.news h1,
  section.news .h1 {
    margin-bottom: 20px;
  }
  section.news .news-item h2,
  section.news .news-item .h2 {
    margin-bottom: 10px;
  }
  /* section newsletter */
  section.newsletter {
    padding: 20px 0;
  }
  section.newsletter a {
    font-size: 20px;
    line-height: 26px;
  }
  /* section wishbox */
  section.wishbox {
    padding: 40px 0;
  }
  section.wishbox h1,
  section.wishbox .h1 {
    margin-bottom: 20px;
  }
  /* section facts */
  section.facts {
    padding: 40px 0;
  }
  section.facts h1,
  section.facts .h1 {
    margin-bottom: 20px;
  }
  section.facts .text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  section.facts .fact {
    margin-bottom: 20px;
  }
  section.facts .fact .text-big {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
  section.facts .button {
    margin-top: 0;
  }
  /* section gallery */
  section.gallery {
    padding: 40px 0;
  }
  section.gallery h1,
  section.gallery .h1 {
    margin-bottom: 20px;
  }
  section.gallery .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  section.gallery .images .item {
    width: 20%;
  }
  /* section text */
  section.text {
    padding: 40px 0;
  }
  /* section video */
  section.video {
    padding: 40px 0;
  }
  /* content elements */
  .content-element {
    margin-bottom: 20px;
    /* text image */
    /* gallery */
    /* box teaser blog */
  }
  .content-element.text-image {
    margin-bottom: 40px;
  }
  .content-element.text-image:first-child {
    margin-top: 0;
  }
  .content-element.text-image .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .content-element.gallery .images .item {
    width: 25%;
  }
  .content-element.box-teaser-blog {
    padding: 15px;
  }
  .content-element.box-teaser-blog .box {
    padding: 15px;
  }
  .content-element.box-teaser-blog .box .box-inner {
    padding: 30px 15px;
  }
  .content-element.box-teaser-blog .headline-wrapper h2,
  .content-element.box-teaser-blog .headline-wrapper .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .content-element.box-teaser-blog .headline-wrapper .subline {
    font-size: 16px;
    line-height: 22px;
  }
  /* section blog overview */
  section.blog-overview h1,
  section.blog-overview .h1 {
    margin-bottom: 20px;
  }
  section.blog-overview .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.blog-overview .post .text h2,
  section.blog-overview .post .text .h2 {
    margin-bottom: 10px;
  }
  /* section news overview */
  section.news-overview h1,
  section.news-overview .h1 {
    margin-bottom: 20px;
  }
  section.news-overview .news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.news-overview .news-item h2,
  section.news-overview .news-item .h2 {
    margin-bottom: 10px;
  }
  /* post comments */
  .post-comments {
    margin-top: 20px;
    padding-top: 20px;
  }
  .post-comments .comments {
    margin-bottom: 20px;
  }
  .post-comments .comments .comment-wrapper.nested {
    padding-left: 20px;
  }
  .post-comments .comments .comment-wrapper .comment {
    margin-bottom: 15px;
  }
  .post-comments .comments .comment-wrapper .comment .box {
    margin-bottom: 10px;
  }
  .post-comments .comments .comment-wrapper .comment a.comment-reply-link {
    font-size: 15px;
    line-height: 24px;
  }
  /* section routes overview */
  section.routes-overview h1,
  section.routes-overview .h1 {
    margin-bottom: 20px;
  }
  section.routes-overview .text-image {
    margin-bottom: 20px;
  }
  section.routes-overview .text-image .image-right {
    margin-left: 20px;
  }
  section.routes-overview .view-modes {
    margin-bottom: 20px;
  }
  section.routes-overview .route {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.routes-overview .route .text .headline-wrapper {
    margin-bottom: 10px;
  }
  section.routes-overview .route .text .headline-wrapper .time-distance {
    font-size: 18px;
    line-height: 24px;
  }
  section.routes-overview .route .text .description {
    margin-bottom: 15px;
  }
  section.routes-overview .route .text .images {
    margin-bottom: 15px;
  }
  /* route form */
  #route-form .section {
    margin-bottom: 20px;
  }
  /* route detail */
  .route-detail .route-details-wrapper .bottom .button .num-text {
    font-size: 16px;
  }
  /* accordion */
  .accordion-container .panel-group .panel {
    margin-bottom: 10px;
  }
  .accordion-container .panel-group .panel .panel-heading .panel-title {
    font-size: 16px;
    line-height: 22px;
  }
  /* section events overview */
  section.events-overview h1,
  section.events-overview .h1 {
    margin-bottom: 20px;
  }
  section.events-overview h2.sep,
  section.events-overview .h2.sep {
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section.events-overview .show-month {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  section.events-overview .date-navigation {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  section.events-overview .event-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.events-overview .event-item .date {
    width: 100px;
    height: 100px;
  }
  section.events-overview .event-item .date .day {
    font-size: 20px;
    line-height: 26px;
  }
  section.events-overview .event-item .date .month {
    font-size: 16px;
    line-height: 24px;
  }
  section.events-overview .event-item .text h2,
  section.events-overview .event-item .text .h2 {
    margin-bottom: 10px;
  }
  section.events-overview .event-item .text .subtitle {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  section.events-overview #event-datepicker {
    margin-bottom: 20px;
  }
  /* event detail */
  .event-detail .headline-wrapper .date {
    width: 100px;
    height: 100px;
  }
  .event-detail .headline-wrapper .date .day {
    font-size: 20px;
    line-height: 26px;
  }
  .event-detail .headline-wrapper .date .month {
    font-size: 16px;
    line-height: 24px;
  }
  .event-detail .headline-wrapper .text h1,
  .event-detail .headline-wrapper .text .h1 {
    margin-bottom: 10px;
  }
  .event-detail .headline-wrapper .text .subtitle {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .event-detail .headline-wrapper .text .time {
    margin-bottom: 10px;
  }
  .event-details-wrapper,
  .route-details-wrapper,
  .bike-details-wrapper {
    margin-bottom: 20px;
  }
  /* section news overview */
  section.search-results .headline-wrapper {
    margin-bottom: 20px;
  }
  section.search-results .headline-wrapper h1,
  section.search-results .headline-wrapper .h1 {
    margin-bottom: 10px;
  }
  section.search-results .result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.search-results .result-item h2,
  section.search-results .result-item .h2 {
    margin-bottom: 10px;
  }
  /* section event map */
  section.event-map #event-map {
    height: 500px;
  }
  section.event-map .filter-box-wrapper .filter-box h2,
  section.event-map .filter-box-wrapper .filter-box .h2 {
    margin-bottom: 15px;
  }
  section.event-list .button-wrapper {
    margin-top: 20px;
  }
  /* info window */
  .info-window-inner {
    font-size: 16px;
    line-height: 22px;
  }
  .info-window-inner .image-wrapper {
    display: none;
  }
  .info-window-inner h2,
  .info-window-inner .h2 {
    margin-bottom: 20px;
  }
  /* section social stream */
  section.social-stream {
    padding: 40px 0;
  }
  section.social-stream h1,
  section.social-stream .h1 {
    margin-bottom: 20px;
  }
  /* section programs overview */
  section.programs-overview h1,
  section.programs-overview .h1 {
    margin-bottom: 20px;
  }
  section.programs-overview .date-filter {
    margin-bottom: 20px;
  }
  section.programs-overview .date-filter button {
    font-size: 20px;
    line-height: 26px;
  }
  section.programs-overview .program-items {
    margin-bottom: -20px;
  }
  section.programs-overview .program-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* program detail */
  .program-detail .headline-wrapper {
    margin-bottom: 20px;
  }
  .program-details-wrapper {
    margin-bottom: 20px;
  }
  /* section voting map */
  section.voting-map #voting-map {
    height: 500px;
  }
  section.voting-map .filter-box-wrapper .filter-box h2,
  section.voting-map .filter-box-wrapper .filter-box .h2 {
    margin-bottom: 15px;
  }
  section.voting-map .service-station-list .service-station-item .text-wrapper {
    font-size: 20px;
    line-height: 26px;
  }
  section.voting-map .success-wrapper .success-box .success-text {
    font-size: 20px;
    line-height: 26px;
  }
  section.voting-map .success-wrapper .success-box .newsletter-text {
    font-size: 20px;
    line-height: 26px;
  }
  section.voting-map .error-wrapper .error-box .error-text {
    font-size: 20px;
    line-height: 26px;
  }
  /* voting result list */
  .voting-result-list .voting-result-item {
    font-size: 18px;
    line-height: 24px;
  }
  /* section action map */
  section.action-map #action-map {
    height: 500px;
  }
  section.action-map .filter-box-wrapper .filter-box h2,
  section.action-map .filter-box-wrapper .filter-box .h2 {
    margin-bottom: 15px;
  }
  section.action-navigation a {
    font-size: 20px;
    line-height: 26px;
  }
  /* team */
  .team-list .team-item {
    width: 100%;
  }
  .team-list .team-item .team-item-box .text-wrapper .name {
    font-size: 20px;
    line-height: 26px;
  }
  .team-list .team-item .team-item-box .text-wrapper .function {
    font-size: 18px;
    line-height: 24px;
  }
  .team-list .team-item .team-item-box .text-wrapper .email {
    font-size: 16px;
    line-height: 22px;
  }
  /* content teaser */
  section.content-teaser {
    padding: 40px 0;
  }
  section.box-teaser {
    padding: 40px 0;
  }
  section.box-teaser .box {
    padding: 15px;
  }
  section.box-teaser .box .box-inner {
    padding: 30px;
  }
  section.box-teaser .box-list .box-item .image-wrapper img {
    width: 115px;
    height: auto;
  }
  section.box-teaser .box-list .box-item .headline-wrapper h2,
  section.box-teaser .box-list .box-item .headline-wrapper .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .col-md-9 section.box-teaser {
    margin: 30px 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  /* cookie 2020 */
  #modal-cookie-notice .modal-dialog {
    margin-top: 80px;
  }
  /* helper */
  .size991 {
    float: left;
  }
  section.quiz .text-image-wrapper {
    margin-bottom: 30px;
  }
  section.quiz .text-image-wrapper > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.quiz .text-image-wrapper .text {
    order: 2;
    font-size: 18px;
    line-height: 24px;
  }
  section.quiz .text-image-wrapper .image {
    order: 1;
    margin-bottom: 30px;
  }
  section.quiz .quiz-wrapper .quiz-item .answers .answer .btn-answer {
    font-size: 15px;
    line-height: 24px;
  }
  section.course-big-filter .row {
    display: block;
  }
  section.course-big-filter .row .col-filter {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
  section.course-big-filter .row .col-filter form .panel-title a {
    pointer-events: all;
  }
  section.course-big-filter .row .col-filter form .panel-title a .toggle-icon {
    display: block;
  }
  section.course-big-filter .row .col-filter form .panel-heading {
    padding: 0px !important;
  }
  section.course-big-filter .row .col-filter form .form-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  section.course-big-filter .row .col-filter form .form-title {
    font-family: 'Neo Sans W02', sans-serif;
    margin-bottom: 0px !important;
  }
  section.course-big-filter .row .col-filter form .toggle-icon {
    position: absolute !important;
    right: 18px !important;
    top: 0 !important;
    font-size: 20px;
  }
  section.course-big-filter .row .col-result {
    padding: 0px 0px !important;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container {
    margin-bottom: 0px !important;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading {
    position: relative;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a {
    font-weight: normal;
    text-align: left;
    font-family: 'Neo Sans W02', sans-serif;
    position: relative;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a .toggle-icon {
    position: absolute !important;
    right: 47px !important;
    top: 0 !important;
    margin-top: 12px !important;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container #course-map {
    width: 100%;
    height: 445px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  section.course-filter .row {
    display: block;
  }
  section.course-filter .col-filter {
    padding: 50px 80px 50px 80px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  section.course-filter .col-map {
    display: none;
  }
  section.login-section .container .content-main .login-container .login-wrapper .login-box form.login .form-group.button-wrapper .button.primary {
    margin-left: 0px;
  }
  section.login-section .container .content-main .login-container .login-wrapper .login-box form.login div.options {
    float: none;
  }
  section.login-section .container .content-main .login-container .login-wrapper .login-box form.login label {
    clear: both;
  }
  section.grid-teaser {
    padding-top: 40px;
    padding-bottom: 40px;
    --teaser-gap: 20px;
  }
  section.grid-teaser .container .headline-wrapper .h1 {
    margin-bottom: 20px;
  }
  section.grid-teaser .container .grid-teaser-container {
    grid-template-columns: repeat(1, 1fr);
  }
  section.operator-dashboard-log-listing {
    padding-bottom: 40px;
  }
  section.operator-dashboard-log-listing .container .custom-accordion.custom-accordion--open .custom-accordion__body {
    grid-template-rows: minmax(100px, 1fr);
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body {
    grid-template-rows: minmax(100px, 0fr);
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body:after {
    height: 30px;
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner {
    min-height: 100px;
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table {
    display: grid;
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row {
    grid-template-columns: 40px 1fr;
    row-gap: 10px;
  }
  section.operator-dashboard-log-listing .container .custom-accordion .custom-accordion__body .custom-accordion__body-inner .inner .log-listing-table .log-listing-row .log-listing-row__content-col {
    grid-row: 0.5;
  }
}
@media (max-width: 767px) {
  /* header */
  #header #navbar .social-icons {
    display: none;
  }
  /* main navigation */
  #main-navigation {
    /* structure */
    /* elements */
  }
  #main-navigation .inner .left {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }
  #main-navigation .inner .right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #main-navigation .block ul.menu > li {
    padding-left: 0;
  }
  #main-navigation .block ul.menu > li .toggle {
    left: auto;
    right: 0;
  }
  /* footer */
  #footer .top .footer-box.ltr {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .top .footer-box.ttb {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .top .footer-box.ttb.last {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #footer .top .footer-box.last {
    border-bottom: 1px solid #cacaca !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  #footer .top .site-links {
    text-align: left;
  }
  #footer .top .site-links a {
    margin-right: 30px;
  }
  #footer .top .site-links a:last-child {
    margin-right: 0;
  }
  #footer .bottom .copyright {
    display: block;
  }
  #footer .bottom #meta-navigation {
    display: block;
  }
  #footer .bottom #meta-navigation ul li {
    display: block;
  }
  #footer .bottom #meta-navigation ul li::before {
    content: '';
    padding: 0;
  }
  .streetlifewien #footer .top .site-links {
    text-align: left;
  }
  /* comment form */
  #commentform label {
    width: 100%;
    padding: 0;
  }
  #commentform input[type="text"],
  #commentform input[type="number"],
  #commentform input[type="password"],
  #commentform input[type="email"],
  #commentform input[type="search"],
  #commentform textarea {
    width: 100%;
  }
  #commentform input[type="submit"] {
    margin-left: 0;
  }
  /* section image teaser */
  section.image-teaser,
  section.image-slider {
    height: auto;
  }
  section.image-teaser .image,
  section.image-slider .image {
    height: auto;
    background: none;
  }
  section.image-teaser .image img,
  section.image-slider .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.image-teaser .video,
  section.image-slider .video {
    height: auto;
  }
  section.image-teaser .video video,
  section.image-slider .video video {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.image-teaser .content,
  section.image-slider .content {
    position: relative;
    left: auto;
    top: auto;
  }
  section.image-teaser .content > .container,
  section.image-slider .content > .container {
    padding: 0;
  }
  section.image-teaser .box,
  section.image-slider .box {
    width: 100% !important;
    min-height: 0;
    background-color: #ed1556;
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    padding: 15px;
    padding-bottom: 52px;
  }
  section.image-teaser .box.event-box,
  section.image-slider .box.event-box {
    padding-bottom: 87px;
  }
  section.image-teaser .box.event-box .bottom,
  section.image-slider .box.event-box .bottom {
    padding-right: 15px;
  }
  section.image-teaser .box:hover,
  section.image-slider .box:hover {
    background-color: #8f002e;
  }
  section.image-teaser .box .bottom,
  section.image-slider .box .bottom {
    padding: 15px;
    padding-right: 25px;
  }
  section.image-teaser .box .bottom i,
  section.image-slider .box .bottom i {
    right: 15px;
  }
  section.image-slider .carousel .carousel-indicators {
    top: 15px;
    bottom: auto;
  }
  section.image-slider .carousel .carousel-indicators li {
    margin: 0 5px;
  }
  /* section sujet */
  section.sujet {
    height: 200px;
    /* button wrapper */
    /* breadcrumb */
  }
  section.sujet .button-wrapper {
    bottom: 67px;
  }
  section.sujet .button-wrapper .button {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.sujet .breadcrumb-wrapper > .container {
    padding: 0;
  }
  section.sujet .breadcrumb-wrapper .box {
    padding: 15px;
  }
  /* section content */
  section.content {
    padding: 40px 0;
  }
  section.content > .container {
    padding: 0;
  }
  section.content .content-main {
    padding: 0 15px;
  }
  section.content .content-aside {
    padding: 0 15px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail,
  body.page-template-page-operator-dashboard section.content.backend .course-detail,
  body.page-template-page-operator-profile section.content.backend .course-detail,
  body.page-template-page-operator-all-course section.content.backend .course-detail,
  body.page-template-page-operator-single-course section.content.backend .course-detail,
  body.page-template-page-operator-change-date section.content.backend .course-detail,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail,
  body.page-template-page-operator-feedback section.content.backend .course-detail,
  body.page-template-page-funding-dashboard section.content.backend .course-detail,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail,
  body.page-template-page-funding-single-fund section.content.backend .course-detail,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail,
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt {
    padding: 0 15px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .form-group {
    margin-bottom: 30px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_remove_form_row {
    position: absolute;
    top: 55px;
    left: 0px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec .frm_repeat_buttons .frm_add_form_row {
    padding-top: 20px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .form-group {
    margin-bottom: 20px;
  }
  body[class^="page-template-page-operator-"] section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-profile section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-all-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-single-course section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-change-date section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-feedback-list section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-operator-feedback section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-dashboard section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-all-fundings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-funding-single-fund section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row,
  body.page-template-page-bike-operator-all-bookings section.content.backend .course-detail-alt .form .frm_forms .frm_form_field .frm_repeat_sec.frm_first_repeat .frm_repeat_buttons .frm_add_form_row {
    padding-top: 10px;
  }
  /* section route planner */
  section.route-planner #route-planner-form {
    width: 100%;
  }
  section.route-planner #route-planner-form .input-fields {
    padding: 15px;
  }
  section.route-planner #route-planner-form .input-fields .input-wrapper {
    float: none;
  }
  section.route-planner #route-planner-form .input-fields .input-wrapper input {
    width: 100%;
  }
  .fahrradwien section.route-planner h1,
  .fahrradwien section.route-planner .h1 {
    padding: 0;
  }
  .fahrradwien section.route-planner .image-teaser {
    position: static;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .fahrradwien section.route-planner .image-teaser img {
    height: auto;
  }
  /* section blog posts */
  section.blog-posts .post {
    padding: 15px;
  }
  section.blog-posts .post .image {
    margin-bottom: 15px;
  }
  section.blog-posts .post .text .post-meta {
    margin-bottom: 20px;
  }
  section.blog-posts .post .text .excerpt {
    display: none;
  }
  /* content elements */
  .content-element {
    /* iframe */
  }
  .content-element.iframe iframe,
  .content-element.iframe .two-click-iframe {
    height: 500px;
  }
  /* section faq teaser */
  section.faq-teaser .text a {
    padding-left: 0px;
    padding-top: 60px;
  }
  section.faq-teaser .text a i {
    left: 50%;
    margin-left: -25px;
    top: 0;
  }
  section.faq-teaser .button {
    margin-top: 20px;
  }
  /* section random facts */
  section.random-facts .text {
    padding-left: 0px;
    padding-top: 60px;
  }
  section.random-facts .text i {
    left: 50%;
    margin-left: -25px;
    top: 0;
  }
  /* section event teaser */
  section.event-teaser .box-container {
    margin-bottom: -4px;
  }
  section.event-teaser .event-box {
    margin-bottom: 4px;
  }
  section.event-teaser .event-box.image .inner {
    width: 100%;
    margin-left: 0;
  }
  section.event-teaser .event-box .image {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    background: none;
  }
  section.event-teaser .event-box .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.event-teaser .event-box .inner {
    padding: 15px;
  }
  section.event-teaser .link-box {
    padding: 15px;
    min-height: 0;
    margin-bottom: 4px;
  }
  section.event-teaser .send-date-box {
    padding: 15px;
    padding-bottom: 52px;
    min-height: 0;
    margin-bottom: 4px;
  }
  section.event-teaser .send-date-box .bottom {
    padding: 15px;
  }
  /* section event list */
  .event-list-container .event-item .date {
    min-width: 0 !important;
  }
  .event-list-container .event-item .text {
    display: block;
    max-width: 100%;
    margin-top: 15px;
  }
  /* section cta */
  section.cta .button {
    margin-top: 20px;
  }
  /* section news */
  section.news .news-item {
    padding: 15px;
  }
  /* section wishbox */
  section.wishbox #wishbox-form {
    width: 100%;
  }
  section.wishbox #wishbox-form .input-fields {
    padding: 15px;
  }
  section.wishbox #wishbox-form .input-fields input {
    width: 100% !important;
  }
  /* section gallery */
  section.gallery .images .item {
    width: 25%;
  }
  /* section blog overview */
  section.blog-overview .post .image {
    margin-bottom: 15px;
  }
  section.blog-overview .post .text .post-meta {
    margin-bottom: 20px;
  }
  /* section routes overview */
  section.routes-overview .text-image .image-right {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  section.routes-overview .route .image {
    margin-bottom: 15px;
  }
  section.routes-overview .route .text .post-meta {
    margin-bottom: 20px;
  }
  /* route detail */
  .route-detail .route-detail-info .table-wrapper {
    display: block;
  }
  .route-detail .route-detail-info .table-wrapper .table-row {
    display: block;
    margin-bottom: 10px;
  }
  .route-detail .route-detail-info .table-wrapper .table-row:last-child {
    margin-bottom: 0;
  }
  .route-detail .route-detail-info .table-wrapper .table-row .table-col {
    display: block;
  }
  .route-detail .route-map .two-click-iframe,
  .route-detail .route-map iframe {
    height: 300px;
  }
  /* accordion */
  .accordion-container .panel-group {
    margin: 0 -15px;
  }
  .accordion-container .panel-group .panel {
    border-left: 0;
    border-right: 0;
  }
  .accordion-container .panel-group .panel .panel-heading .panel-title a {
    padding: 15px 55px 15px 15px;
  }
  .accordion-container .panel-group .panel .panel-heading .panel-title a .toggle-icon {
    right: 15px;
  }
  .accordion-container .panel-group .panel .panel-body {
    padding: 15px;
  }
  /* section events overview */
  section.events-overview .event-item .date {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* event detail */
  .event-detail .headline-wrapper .date {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .event-detail .event-detail-info .table-wrapper {
    display: block;
  }
  .event-detail .event-detail-info .table-wrapper .table-row {
    display: block;
    margin-bottom: 10px;
  }
  .event-detail .event-detail-info .table-wrapper .table-row:last-child {
    margin-bottom: 0;
  }
  .event-detail .event-detail-info .table-wrapper .table-row .table-col {
    display: block;
  }
  .event-details-wrapper .box .line .col-sm-6,
  .route-details-wrapper .box .line .col-sm-6,
  .bike-details-wrapper .box .line .col-sm-6 {
    margin-bottom: 10px;
  }
  .event-details-wrapper .box .line .col-sm-6:last-child,
  .route-details-wrapper .box .line .col-sm-6:last-child,
  .bike-details-wrapper .box .line .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .event-details-wrapper .box .line-info-table,
  .route-details-wrapper .box .line-info-table,
  .bike-details-wrapper .box .line-info-table {
    display: block;
  }
  .event-details-wrapper .box .line-info-table .line-info-row,
  .route-details-wrapper .box .line-info-table .line-info-row,
  .bike-details-wrapper .box .line-info-table .line-info-row {
    display: block;
    margin-bottom: 10px;
  }
  .event-details-wrapper .box .line-info-table .line-info-row:last-child,
  .route-details-wrapper .box .line-info-table .line-info-row:last-child,
  .bike-details-wrapper .box .line-info-table .line-info-row:last-child {
    margin-bottom: 0;
  }
  .event-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell,
  .route-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell,
  .bike-details-wrapper .box .line-info-table .line-info-row.line-info-icon .line-info-cell {
    padding-left: 35px;
  }
  .event-details-wrapper .box .line-info-table .line-info-row .line-info-cell,
  .route-details-wrapper .box .line-info-table .line-info-row .line-info-cell,
  .bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell {
    display: block;
    padding-bottom: 0 !important;
  }
  .event-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label,
  .route-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label,
  .bike-details-wrapper .box .line-info-table .line-info-row .line-info-cell.line-info-label {
    padding-right: 0;
  }
  /* section event map */
  section.event-map #event-map {
    height: 300px;
  }
  section.event-map .container {
    padding: 0;
  }
  section.event-map .filter-box-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
  section.event-map .filter-box-wrapper .filter-box {
    width: 100%;
    padding: 15px;
  }
  section.event-map .filter-box-wrapper .link-box {
    width: 100%;
    padding: 15px;
  }
  section.event-map #event-map-hide {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5px;
  }
  /* section social stream */
  section.social-stream .wall-outer {
    margin-bottom: -20px;
  }
  section.social-stream .wall-outer .dcwss.dc-wall .stream {
    width: 100% !important;
  }
  section.social-stream .wall-outer .dcwss.dc-wall .stream li {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  section.social-stream .button {
    margin-top: 20px;
  }
  /* section programs overview */
  section.programs-overview .date-filter button {
    width: 100%;
  }
  section.programs-overview .program-item .time {
    margin-bottom: 10px;
  }
  section.programs-overview .program-item .title {
    margin-bottom: 20px;
  }
  /* program detail */
  .program-detail .headline-wrapper {
    padding-right: 0;
  }
  .program-detail .headline-wrapper h1,
  .program-detail .headline-wrapper .h1 {
    margin-bottom: 20px;
  }
  .program-detail .headline-wrapper a.back-link {
    position: static;
    top: auto;
    right: auto;
  }
  .program-detail .organisation-wrapper .organisation-logo {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .program-details-wrapper .box .col-sm-4 {
    margin-bottom: 10px;
  }
  .program-details-wrapper .box .col-sm-4:last-child {
    margin-bottom: 0;
  }
  /* section voting map */
  section.voting-map #voting-map {
    height: 300px;
  }
  section.voting-map .container {
    padding: 0;
  }
  section.voting-map .filter-box-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
  section.voting-map .filter-box-wrapper .filter-box {
    width: 100%;
    padding: 15px;
  }
  section.voting-map .filter-box-wrapper .link-box {
    width: 100%;
    padding: 15px;
  }
  section.voting-map .service-station-list {
    bottom: auto;
    left: auto;
    position: relative;
  }
  section.voting-map .service-station-list .service-station-item {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  section.voting-map .service-station-list .service-station-item.active {
    display: block;
  }
  section.voting-map .service-station-list .service-station-item .text-wrapper {
    padding-right: 0;
  }
  section.voting-map .service-station-list .service-station-item .button-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  section.voting-map .service-station-list .service-station-item .button-wrapper .button {
    width: 100%;
  }
  section.voting-map .success-wrapper {
    bottom: auto;
    left: auto;
    position: relative;
  }
  section.voting-map .success-wrapper .success-box {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  section.voting-map .success-wrapper .success-box.active {
    display: block;
  }
  section.voting-map .success-wrapper .success-box .button {
    width: 100%;
  }
  section.voting-map .error-wrapper {
    bottom: auto;
    left: auto;
    position: relative;
  }
  section.voting-map .error-wrapper .error-box {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  section.voting-map .error-wrapper .error-box.active {
    display: block;
  }
  section.voting-map #voting-map-hide {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5px;
  }
  /* voting result list */
  .voting-result-list .voting-result-item .text {
    width: 70%;
  }
  .voting-result-list .voting-result-item .bar-wrapper {
    width: 30%;
  }
  .voting-result-list .voting-result-item .bar-wrapper .bar {
    display: none;
  }
  .voting-result-list .voting-result-item .bar-wrapper .percentage {
    margin-left: 0;
  }
  /* section action map */
  section.action-map #action-map {
    height: 300px;
  }
  section.action-map .container {
    padding: 0;
  }
  section.action-map .filter-box-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
  section.action-map .filter-box-wrapper .filter-box {
    width: 100%;
    padding: 15px;
    background-color: #ececec;
  }
  section.action-map .action-list {
    bottom: auto;
    left: auto;
    position: relative;
  }
  section.action-map .action-list .action-item {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  section.action-map .action-list .action-item.active {
    display: block;
  }
  section.action-map .action-list .action-item .text-wrapper {
    padding-right: 0;
  }
  section.action-map .action-list .action-item .text-wrapper .text {
    padding-right: 0;
    min-height: 0;
  }
  section.action-map .action-list .action-item .text-wrapper .text .button-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  section.action-map .action-list .action-item .text-wrapper .text .button-wrapper .icon-wrapper {
    display: none;
  }
  section.action-map #action-map-hide {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5px;
  }
  /* action header */
  section.action-header {
    padding: 30px 0;
  }
  section.action-header .container {
    padding: 0 15px;
  }
  section.action-header .headline-wrapper h1,
  section.action-header .headline-wrapper .h1 {
    padding-right: 0;
  }
  section.action-header .headline-wrapper h1 .action-number,
  section.action-header .headline-wrapper .h1 .action-number {
    position: relative;
    top: auto;
    right: auto;
    font-size: 100%;
    text-transform: none;
    display: block;
  }
  section.action-header .action-navigation {
    height: 45px;
    margin: 0 -15px;
    position: relative;
    margin-bottom: 30px;
  }
  section.action-navigation {
    padding: 0;
    position: relative;
  }
  section.action-navigation::after {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
  }
  section.action-navigation a {
    font-size: 12px;
    line-height: 14px;
    width: 50%;
    padding: 15px 0;
  }
  section.action-navigation a.prev i {
    margin-right: 5px;
  }
  section.action-navigation a.next {
    text-align: right;
  }
  section.action-navigation a.next i {
    margin-left: 5px;
  }
  section.action-navigation a i {
    font-size: 80%;
  }
  /* content teaser */
  section.content-teaser .box {
    padding: 15px;
  }
  section.content-teaser .box .image-wrapper {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  section.content-teaser .box .text-wrapper {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  section.box-teaser .box-list .box-item {
    width: 100%;
  }
  .col-md-9 section.box-teaser {
    margin-left: 0;
    margin-right: 0;
  }
  /* cookie 2020 */
  #modal-cookie-notice .modal-dialog {
    width: calc(100% - 30px);
    margin: 15px auto;
    margin-top: 80px;
  }
  #modal-cookie-notice .modal-dialog .modal-content {
    padding: 20px;
  }
  #modal-cookie-notice .button-wrapper button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #modal-cookie-notice .button-wrapper button + button {
    margin-top: 10px;
  }
  /* helper */
  .size767 {
    float: left;
  }
  /*Bicycle Roads*/
  div.bike-roads .road-list .road-item .map-overlay .overlay-box {
    top: 20px;
    left: 20px;
    max-width: none;
    width: calc(100% - 40px);
  }
  .course-detail .headline-wrapper .date {
    float: none;
    width: 100%;
    height: unset;
  }
  .course-detail .headline-wrapper .text {
    margin-top: 15px;
    overflow: hidden;
  }
  .course-detail .headline-wrapper .text h1,
  .course-detail .headline-wrapper .text .h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .course-detail .accordion-container .panel-group {
    margin: 0px;
  }
  .course-detail .accordion-container .panel-heading a {
    text-align: left;
    padding-left: 15px !important;
  }
  .course-detail .accordion-container .panel-heading a .toggle-icon {
    position: absolute !important;
    display: block;
    top: 50% !important;
    right: 15px !important;
    margin-top: -10px !important;
    margin-left: 0px !important;
  }
  .course-detail .accordion-container .panel-body {
    padding: 0px !important;
  }
  .course-detail .accordion-container .panel-body section.course-map {
    position: relative;
  }
  .course-detail .accordion-container .panel-body section.course-map #course-map {
    width: 100%;
    height: 400px;
  }
  .course-detail .booking-course-wrapper {
    margin-top: 20px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .course-detail .booking-course-wrapper a {
    width: 100%;
  }
  .intro-text-big-filter {
    padding: 0px 0px;
  }
  section.course-big-filter .row .col-filter {
    padding: 10px 15px !important;
    margin-bottom: 10px;
  }
  section.course-big-filter .row .col-filter form .panel-title a .toggle-icon {
    font-size: 20px;
  }
  section.course-big-filter .row .col-filter form .panel-heading {
    padding: 0px !important;
  }
  section.course-big-filter .row .col-filter form .panel-heading .toggle-icon {
    right: 0px !important;
  }
  section.course-big-filter .row .col-filter form .form-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  section.course-big-filter .row .col-filter form .panel-body {
    padding: 15px 0px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper {
    margin-bottom: 30px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper:last-child {
    margin-bottom: 0px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper .filter-title {
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    font-family: 'Neo Sans W02', sans-serif;
    margin-bottom: 12px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper {
    margin-bottom: 20px;
    font-family: 'Neo Sans W02', sans-serif;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper:last-child {
    margin-bottom: 0px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper .filter-body .checkbox-wrapper .icon {
    border-color: #ffffff;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body {
    line-height: 50px;
    display: inline-block;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input {
    display: inline-block;
    max-width: 130px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input.form-control {
    border-color: transparent !important;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input#course-filter-start-date {
    margin-right: 10px;
  }
  section.course-big-filter .row .col-filter form .filter-wrapper.filter-date .filter-body input#course-filter-end-date {
    margin-left: 10px;
  }
  section.course-big-filter .row .col-result {
    padding: 0px 15px !important;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a {
    padding: 10px 15px !important;
  }
  section.course-big-filter .row .col-result .map-container .accordion-container .panel-heading a .toggle-icon {
    right: 15px !important;
  }
  section.course-big-filter .row .col-result .info-container {
    padding: 0px !important;
  }
  section.course-big-filter .row .col-result .info-container span.sep {
    border: none;
  }
  section.course-big-filter .row .col-result .result-container {
    padding: 0px !important;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item {
    border-bottom: 1px solid #cacaca;
    padding: 30px 0px;
    position: relative;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item:first-child {
    padding-top: 0px;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item:last-child {
    border-bottom: none;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item .date {
    float: none;
    width: 100%;
    height: unset;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text {
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text h1,
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item .text .h1 {
    font-size: 20px;
    line-height: 30px;
  }
  section.course-big-filter .row .col-result .result-container .course-item-list .course-item .booking-course-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    width: max-content;
    margin: 0 auto;
  }
  section.course-filter .col-filter {
    padding: 40px 30px;
  }
  section.course-filter .col-filter .filter-title {
    font-size: 26px;
    line-height: 42px;
    font-family: 'Neo Sans W02 Light', sans-serif;
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
  }
  section.course-filter .col-filter label {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
  }
  section.course-filter .col-filter label:last-child {
    margin-bottom: 0px;
  }
  section.course-filter .col-filter label .plz {
    display: block;
    font-size: 24px;
    line-height: 42px;
  }
  section.course-filter .col-filter label span.icon {
    width: 25px;
    height: 25px;
    top: 7px;
    border-color: transparent;
  }
  section.course-filter .col-filter label span.icon:before {
    font-size: 17px !important;
    top: 1px !important;
  }
  section.course-filter .col-filter .search-course-button-wrapper {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  section.course-teaser .container .teaser-wrapper,
  section.course-teaser .course-teaser-container .teaser-wrapper {
    padding-bottom: 20px;
  }
  section.course-teaser .container .teaser-wrapper .teaser-headline,
  section.course-teaser .course-teaser-container .teaser-wrapper .teaser-headline {
    padding-bottom: 15px;
  }
  section.course-teaser .container .teaser-wrapper .teaser-description,
  section.course-teaser .course-teaser-container .teaser-wrapper .teaser-description {
    padding-bottom: 25px;
  }
  section.course-teaser .container .course-teaser-list,
  section.course-teaser .course-teaser-container .course-teaser-list {
    margin: 0px -15px;
    width: calc(100% + 30px);
  }
  section.course-teaser .container .course-teaser-list .course-item,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item {
    border-bottom: 1px solid #cacaca;
    padding: 30px 0px;
    position: relative;
  }
  section.course-teaser .container .course-teaser-list .course-item:last-child,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item:last-child {
    border-bottom: none;
  }
  section.course-teaser .container .course-teaser-list .course-item .date,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item .date {
    float: none;
    width: 100%;
    height: unset;
  }
  section.course-teaser .container .course-teaser-list .course-item .text,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item .text {
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  section.course-teaser .container .course-teaser-list .course-item .text h1,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item .text h1,
  section.course-teaser .container .course-teaser-list .course-item .text .h1,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item .text .h1 {
    font-size: 20px;
    line-height: 30px;
  }
  section.course-teaser .container .course-teaser-list .course-item .booking-course-wrapper,
  section.course-teaser .course-teaser-container .course-teaser-list .course-item .booking-course-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    width: max-content;
    margin: 0 auto;
  }
  section.course-teaser .container .course-button-wrapper,
  section.course-teaser .course-teaser-container .course-button-wrapper {
    padding-top: 25px;
  }
  .page-template-page-course-booking .info-container .info-button-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-course-booking .info-container .info-button-wrapper a {
    width: 100%;
  }
  body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-profile form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-single-course form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="number"],
  body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="number"],
  body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-profile form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-single-course form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="tel"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper {
    display: flex;
    width: 100%;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .toggle-wrapper .time-toggle {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    min-width: unset;
    font-size: 20px;
    line-height: 24px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form {
    margin: 0px -15px;
    padding: 22.5px 0px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item {
    display: inline-block;
    width: 100%;
    padding: 7.5px 15px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-profile section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'],
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.filter-inkl .course-dash-filter .filter-bar form.filter-form .filter-item button[type='submit'] {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Neo Sans W02', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 38px;
    width: 100%;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list {
    isolation: isolate;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-single-course section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.graetzlrad-bookings .dashboard-course-list .dashboard-course-item .stretched-link {
    position: absolute;
    display: block;
    left: 0;
    bottom: unset;
    right: 0;
    top: 0;
    height: 200px;
    pointer-events: all;
    z-index: 1;
  }
}
@media (max-width: 567px) {
  /* section sujet */
  section.sujet {
    height: 250px;
  }
  /* website links */
  section.website-links a.link {
    width: 100%;
    padding: 15px !important;
  }
  section.website-links a.link .icon-big {
    font-size: 40px;
    margin-bottom: 10px;
  }
  /* section events overview */
  section.events-overview .date-navigation .desktop {
    display: none;
  }
  section.events-overview .date-navigation .mobile {
    display: inline;
  }
  body[class^="page-template-page-operator-"] form legend,
  body.page-template-page-operator-dashboard form legend,
  body.page-template-page-operator-profile form legend,
  body.page-template-page-operator-all-course form legend,
  body.page-template-page-operator-change-date form legend,
  body.page-template-page-operator-feedback-list form legend,
  body.page-template-page-operator-feedback form legend,
  body.page-template-page-funding-dashboard form legend,
  body.page-template-page-funding-all-fundings form legend,
  body.page-template-page-funding-single-fund form legend,
  body.page-template-page-bike-operator-all-bookings form legend {
    display: none;
  }
  body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-profile form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="number"],
  body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="number"],
  body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="number"],
  body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="number"],
  body[class^="page-template-page-operator-"] form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-dashboard form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-profile form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-all-course form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-change-date form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-feedback-list form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-operator-feedback form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-dashboard form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-all-fundings form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-funding-single-fund form .frm_form_field.form-group input[type="tel"],
  body.page-template-page-bike-operator-all-bookings form .frm_form_field.form-group input[type="tel"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  body[class^="page-template-page-operator-"] form .frm_repeat_buttons a,
  body.page-template-page-operator-dashboard form .frm_repeat_buttons a,
  body.page-template-page-operator-profile form .frm_repeat_buttons a,
  body.page-template-page-operator-all-course form .frm_repeat_buttons a,
  body.page-template-page-operator-change-date form .frm_repeat_buttons a,
  body.page-template-page-operator-feedback-list form .frm_repeat_buttons a,
  body.page-template-page-operator-feedback form .frm_repeat_buttons a,
  body.page-template-page-funding-dashboard form .frm_repeat_buttons a,
  body.page-template-page-funding-all-fundings form .frm_repeat_buttons a,
  body.page-template-page-funding-single-fund form .frm_repeat_buttons a,
  body.page-template-page-bike-operator-all-bookings form .frm_repeat_buttons a {
    display: block;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-profile section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section.change-date .button-wrapper a,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section.change-date .button-wrapper a {
    margin-bottom: 15px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-profile section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .dashboard-course-list .dashboard-course-item .col-date:after {
    left: auto;
    right: 15px;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-profile section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section .button-wrapper,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .button-wrapper {
    padding-top: 30px;
    text-align: right;
  }
  body[class^="page-template-page-operator-"] section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-dashboard section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-profile section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-all-course section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-change-date section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-feedback-list section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-operator-feedback section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-funding-dashboard section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-funding-all-fundings section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-funding-single-fund section.operator-dashboard-list-section .button-wrapper a,
  body.page-template-page-bike-operator-all-bookings section.operator-dashboard-list-section .button-wrapper a {
    width: 100%;
  }
  section.grid-teaser .container .grid-teaser-container {
    display: grid;
  }
  section.grid-teaser .container .grid-teaser-container .grid-teaser-item {
    flex-direction: column;
    height: auto;
  }
  section.grid-teaser .container .grid-teaser-container .grid-teaser-item .image-wrapper {
    width: 100%;
    position: relative;
    height: auto;
  }
  section.grid-teaser .container .grid-teaser-container .grid-teaser-item .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  section.grid-teaser .container .grid-teaser-container .grid-teaser-item .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* main navigation */
  #main-navigation .block .site-links a {
    margin-right: 20px;
  }
  #main-navigation .block .site-links a:last-child {
    margin-right: 0;
  }
  /* section gallery */
  section.gallery .images .item {
    width: 33.33%;
  }
  /* content elements */
  .content-element {
    /* gallery */
  }
  .content-element.gallery .images .item {
    width: 33.33%;
  }
  /* team */
  .team-list .team-item .team-item-box {
    height: auto !important;
  }
  .team-list .team-item .team-item-box .image-wrapper {
    width: 100%;
    height: 300px;
    float: none;
  }
  .team-list .team-item .team-item-box .text-wrapper {
    padding: 15px;
    height: 200px;
  }
  .team-list .team-item .team-item-box .text-wrapper .email {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 360px) {
  /* header */
  #header #navbar h1,
  #header #navbar .h1 {
    font-size: 22px;
    line-height: 28px;
  }
  /* footer */
  #footer .top .site-links a.logo img {
    height: 48px;
  }
}
@media (min-width: 2100px) {
  section.image-teaser,
  section.image-slider {
    height: 810px;
  }
}
/* bootstrap form group */
.form-group {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
.form-group.frm6 {
  width: 50%;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group.has-error label {
  color: #ff0000;
}
.form-group.has-error input:not([type="radio"]):not([type="checkbox"]).form-control,
.form-group.has-error textarea.form-control {
  border: 1px solid #ff0000 !important;
  background-color: #ffe5e5;
}
.form-group.has-error input:not([type="radio"]):not([type="checkbox"]).form-control:hover,
.form-group.has-error textarea.form-control:hover,
.form-group.has-error input:not([type="radio"]):not([type="checkbox"]).form-control:active,
.form-group.has-error textarea.form-control:active,
.form-group.has-error input:not([type="radio"]):not([type="checkbox"]).form-control:focus,
.form-group.has-error textarea.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.form-group.has-error .bootstrap-select > .dropdown-toggle {
  border: 1px solid #ff0000;
  background-color: #ffe5e5 !important;
}
/* sections */
.frm_section_spacing.frm_trigger {
  background: #F5D4E0;
  color: #ed1556;
  padding: 10px 30px;
  position: relative;
}
.frm_section_spacing.frm_trigger > .frm-svg-icon {
  display: none;
}
.frm_section_spacing.frm_trigger:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.094' height='11.296' viewBox='0 0 20.094 11.296'%3E%3Cpath id='Pfad_1854' data-name='Pfad 1854' d='M0,0,7.157,7.929,0,15.857' transform='translate(2.119 9.178) rotate(-90)' fill='none' stroke='%239e0039' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.frm_section_spacing.frm_trigger.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.frm_section_heading {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  float: none;
}
.frm_section_heading h3.frm_pos_none,
.frm_section_heading .h3.frm_pos_none {
  display: none;
}
.frm_repeat_sec {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  float: none;
}
.frm_repeat_sec:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.frm_repeat_buttons {
  text-align: right;
}
.frm_repeat_buttons .frmsvg {
  display: none;
}
/* texts */
.frm_description {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #323232 !important;
  margin: 0;
  margin-top: 10px;
  margin-left: 0 !important;
  max-width: 100% !important;
}
.frm_description.frm_section_spacing {
  margin-top: 0;
  margin-left: 0 !important;
  margin-bottom: 30px;
  max-width: 100% !important;
}
.frm_message {
  margin-top: 10px;
}
.frm_message:last-child {
  margin-bottom: 0;
}
.frm_error,
.frm_error_custom {
  margin-top: 10px;
  color: #ff0000;
  margin-left: 0 !important;
  max-width: 100% !important;
}
.frm_error_style {
  color: #ff0000;
  margin-bottom: 30px;
}
/* labels */
label {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  display: block;
}
.control-label {
  text-align: left !important;
}
.frm_primary_label {
  width: 100%;
  max-width: 100% !important;
  margin: 0 0 10px 0 !important;
  padding: 0;
  float: none;
}
.frm_pro_form .inside-label {
  position: relative;
}
.frm_pro_form .inside-label.has-focus label,
.frm_pro_form .inside-label.has-value label {
  top: 4px;
  left: 11px;
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.frm_pro_form .inside-label.has-always-value label {
  top: 4px;
  left: 11px;
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.frm_pro_form .inside-label.has-focus .frm_required.highlighted {
  background-color: #f4eef0;
}
.frm_pro_form .inside-label.has-focus .frm_required.highlighted::after {
  background-color: #f4eef0;
}
.frm_pro_form .inside-label.has-error .frm_required.highlighted {
  border: 1px solid #ff0000;
  background-color: #ffe5e5;
}
.frm_pro_form .inside-label.has-error .frm_required.highlighted::before {
  color: #ff0000;
}
.frm_pro_form .inside-label.has-error .frm_required.highlighted::after {
  background-color: #ffe5e5;
}
.frm_pro_form .inside-label label {
  width: auto;
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 1;
  margin: 0 !important;
  padding: 0;
  opacity: 0.8;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.frm_pro_form .inside-label .frm_required.highlighted {
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #ed1556;
  text-align: center;
  font-size: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.frm_pro_form .inside-label .frm_required.highlighted::before {
  content: '*';
  color: #ed1556;
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 2;
}
.frm_pro_form .inside-label .frm_required.highlighted::after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  right: -2px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* input elements */
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.frm_form_field.vertical_radio .frm_checkbox input[type="text"] {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  border: 1px solid #ed1556 !important;
  background-color: #ffffff;
  height: auto;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.frm_form_field.vertical_radio .frm_checkbox input[type="text"]:hover,
.frm_form_field.vertical_radio .frm_checkbox input[type="text"]:active,
.frm_form_field.vertical_radio .frm_checkbox input[type="text"]:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.frm_form_field.vertical_radio .frm_checkbox input[type="text"]:focus {
  background-color: #f4eef0;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
}
input:not([type="radio"]):not([type="checkbox"]).form-control,
textarea.form-control {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  border: 1px solid #ed1556 !important;
  background-color: #ffffff;
  height: auto;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
input:not([type="radio"]):not([type="checkbox"]).form-control:hover,
textarea.form-control:hover,
input:not([type="radio"]):not([type="checkbox"]).form-control:active,
textarea.form-control:active,
input:not([type="radio"]):not([type="checkbox"]).form-control:focus,
textarea.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
input:not([type="radio"]):not([type="checkbox"]).form-control:focus,
textarea.form-control:focus {
  background-color: #f4eef0;
}
textarea.form-control {
  resize: none;
  height: 160px;
}
/* input elements with label inside */
.frm_pro_form input[type="text"].form-control,
.frm_pro_form input[type="email"].form-control,
.frm_pro_form input[type="url"].form-control,
.frm_pro_form input[type="number"].form-control,
.frm_pro_form input[type="tel"].form-control,
.frm_pro_form textarea.form-control {
  padding: 20px 10px 4px 10px;
}
/* hidden */
.frm_hidden {
  display: none !important;
}
.frm_ajax_loading {
  display: none !important;
}
.frm_start_over {
  display: none !important;
}
.frm_pro_max_limit_desc {
  display: none !important;
}
[class*="frm__"][aria-hidden="true"] {
  display: none !important;
}
/* file input */
.file-input-wrapper input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input-wrapper label {
  margin: 0;
  margin-right: 10px;
}
.file-input-wrapper .filename {
  display: inline-block;
}
.frm_dropzone {
  margin-left: 0;
  border: 1px dashed #ed1556 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.frm_dropzone .frm_upload_icon::before {
  font-size: 20px !important;
  color: #ed1556 !important;
}
.frm_dropzone .dz-message {
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 10px;
}
.frm_dropzone .dz-message .frmsvg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #ed1556;
}
.frm_dropzone .dz-preview {
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 0 10px;
}
.frm_dropzone .dz-remove {
  height: 20px;
  display: flex;
  gap: 5px;
}
.frm_dropzone .dz-remove::after {
  content: 'Entfernen';
  font-weight: bold;
}
.frm_dropzone .dz-error-message {
  color: #ff0000;
  margin: 10px 0;
}
.frm_dropzone .frm_upload_text {
  color: #ed1556;
}
.frm_dropzone .frm_small_text {
  font-size: 16px !important;
  line-height: 22px !important;
}
.frm_form_field input:not([type="radio"]):not([type="checkbox"]),
.frm_form_field select,
.frm_form_field textarea,
.frm_form_field .frm_opt_container,
.frm_form_field .frm-g-recaptcha,
.frm_form_field .g-recaptcha {
  overflow: hidden;
}
.frm_submit {
  margin-left: 0;
  text-align: right;
  position: relative;
}
.frm_submit button,
.frm_submit .btn-default {
  min-width: 200px;
}
.frm_submit button.btn-default.frm_prev_page {
  border: 1px solid #ed1556;
  color: #ed1556 !important;
  background-color: #ffffff;
  padding: 13px 17px;
}
.frm_submit button.btn-default.frm_prev_page:hover {
  background-color: #ed1556;
  color: #ffffff !important;
}
.frm_submit .frm_ajax_loading {
  position: absolute;
  top: 40%;
  left: 0;
}
.frm_time_sep {
  display: inline-block;
  vertical-align: sub;
}
/* bootstrap select */
.bootstrap-select,
.bootstrap-select.form-control {
  min-height: 50px;
}
.bootstrap-select.frm_time_select,
.bootstrap-select.form-control.frm_time_select {
  width: 20% !important;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select.form-control > .dropdown-toggle {
  background-color: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 12px 10px;
  padding-right: 30px;
  border: 1px solid #ed1556;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select.form-control > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select.form-control > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select.form-control > .dropdown-toggle:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select.form-control > .dropdown-toggle:focus {
  background-color: #f4eef0 !important;
}
.bootstrap-select > .dropdown-toggle .caret,
.bootstrap-select.form-control > .dropdown-toggle .caret {
  color: #ed1556;
}
.bootstrap-select .dropdown-menu,
.bootstrap-select.form-control .dropdown-menu {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ed1556;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.bootstrap-select .dropdown-menu.noselect a,
.bootstrap-select.form-control .dropdown-menu.noselect a {
  display: block;
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select .dropdown-menu.noselect a:hover,
.bootstrap-select.form-control .dropdown-menu.noselect a:hover {
  background-color: #f4eef0;
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select.form-control .dropdown-menu li a {
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select.form-control .dropdown-menu li a:hover {
  background-color: #f4eef0;
}
.bootstrap-select .dropdown-menu li a .text,
.bootstrap-select.form-control .dropdown-menu li a .text {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select.form-control .dropdown-menu li.selected a {
  background-color: #f4eef0;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark,
.bootstrap-select.form-control .dropdown-menu li.selected a span.check-mark {
  margin-top: 9px !important;
  color: #ed1556;
}
/* checkbox, radio button */
form {
  /* checkbox */
  /* radio button */
}
form .frm_checkbox {
  margin-bottom: 10px !important;
}
form .frm_checkbox:last-child {
  margin-bottom: 0 !important;
}
form .frm_checkbox label {
  padding-left: 30px !important;
}
form .frm_checkbox label a::before {
  display: none !important;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #ed1556;
  color: #ed1556;
  text-align: center;
  cursor: pointer;
}
form input[type=checkbox]:checked + span.icon:before {
  content: '\e013';
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #ed1556;
  position: absolute;
  top: -1px;
  left: 2px;
}
form .radio-slider .frm_radio {
  width: 25%;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
form .radio-slider .frm_radio label {
  padding-left: 0px !important;
  padding-top: 30px;
  text-align: center;
}
form .radio-slider .frm_radio label input[type=radio] {
  display: none;
}
form .radio-slider .frm_radio label input[type=radio] + span.icon {
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
form .radio-slider .frm_radio label input[type=radio]:checked + span.icon {
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
form .radio-slider .frm_radio label input[type=radio]:checked + span.icon:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 0;
  top: 0;
}
form .radio-slider .frm_opt_container {
  display: flex;
  position: relative;
  overflow: visible;
  transform: translateX(-10%);
}
form .radio-slider .frm_opt_container:before {
  content: ' ';
  display: block;
  position: absolute;
  width: calc(80% + 10px);
  height: 30px;
  top: -5px;
  left: calc(10% - 5px);
  background-color: #F0F0EF;
  border-radius: 15px;
}
form .frm_radio {
  margin-bottom: 10px !important;
}
form .frm_radio:last-child {
  margin-bottom: 0 !important;
}
form .frm_radio label {
  padding-left: 30px !important;
}
form .frm_scale {
  float: left;
  margin-right: 20px;
}
form .frm_scale label {
  padding-left: 30px !important;
  position: relative;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #ed1556;
  color: #ed1556;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
form input[type=radio]:checked + span.icon:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ed1556;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
form input[type=radio]:disabled + span.icon {
  opacity: 0.5;
}
/* datepicker */
.frm_date_wrapper {
  position: relative;
}
.frm_date_wrapper::after {
  content: '\e911';
  font-family: 'icomoon';
  font-size: 20px;
  color: #ed1556;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  z-index: -1;
}
.frm_date_wrapper input {
  padding-right: 40px !important;
}
form .frm_date_wrapper input:not([type="radio"]):not([type="checkbox"]).form-control {
  background-color: transparent;
}
form .frm_date_wrapper input:not([type="radio"]):not([type="checkbox"]).form-control:focus {
  background-color: #f4eef0;
}
#ui-datepicker-div.ui-widget-content {
  padding: 5px;
  background: none;
  background-color: #eee8ea;
  border: 0;
  color: #323232;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  border: 0;
  background: none;
  color: #323232;
}
#ui-datepicker-div .ui-datepicker-header select {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  background: none !important;
  top: -2px !important;
  padding: 0 !important;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#ui-datepicker-div .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-next::before {
  font-family: 'icomoon';
  color: #323232 !important;
  padding: 0 !important;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: -2px !important;
}
#ui-datepicker-div .ui-datepicker-prev::before {
  content: '\e905';
}
#ui-datepicker-div .ui-datepicker-next {
  right: -2px !important;
}
#ui-datepicker-div .ui-datepicker-next::before {
  content: '\e904';
}
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  width: 37%;
  font-size: 14px !important;
  color: #000;
  margin: 3px 0;
}
#ui-datepicker-div table {
  font-size: 16px !important;
  line-height: 22px;
}
#ui-datepicker-div table td {
  padding: 0;
}
#ui-datepicker-div table td.ui-state-disabled {
  opacity: 0.5;
}
#ui-datepicker-div table td.ui-state-disabled .ui-state-default {
  font-weight: normal;
  color: #323232;
  border: 0;
  background: transparent;
  cursor: not-allowed;
  text-align: center;
}
#ui-datepicker-div table td a {
  text-align: center;
}
#ui-datepicker-div table td a:hover {
  background-color: #ffffff !important;
}
#ui-datepicker-div table td a.ui-state-default {
  font-weight: normal;
  color: #323232;
  border: 0;
  background: transparent;
}
#ui-datepicker-div table td a.ui-state-active {
  background-color: #ed1556;
  color: #ffffff;
}
#ui-datepicker-div table td a.ui-state-active:hover {
  background-color: #ed1556 !important;
}
/* page bar */
#main .frm_rootline_group {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
#main ul.frm_page_bar {
  font-size: 0;
  /*display: block;*/
}
#main ul.frm_page_bar li {
  position: relative;
  display: inline-block;
  /*width: 33%;*/
  padding-right: 5px;
  /*-webkit-flex: 0;
            -ms-flex: 0;
            flex: 0;*/
}
#main ul.frm_page_bar li:last-child {
  padding-right: 0;
}
#main ul.frm_page_bar li:hover .frm_rootline_title,
#main ul.frm_page_bar li.frm_current_page .frm_rootline_title {
  background-color: #ed1556;
  color: #ffffff;
}
#main ul.frm_page_bar li.frm_current_page .frm_rootline_title::before {
  content: '\270f';
  font-family: 'Glyphicons Halflings';
  color: #ffffff;
}
#main ul.frm_page_bar li .frm_rootline_title {
  display: block;
  width: 100%;
  padding: 14px 50px;
  border: 1px solid #ed1556;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main ul.frm_page_bar li .frm_rootline_title::before {
  content: '\e904';
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#main ul.frm_page_bar li input[type="button"] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* width of form elements */
.frm_form_field input:not([type="radio"]):not([type="checkbox"]),
.frm_form_field select,
.frm_form_field textarea,
.frm_form_field .frm_opt_container,
.frm_form_field .frm-g-recaptcha,
.frm_form_field .g-recaptcha {
  width: 50% !important;
  max-width: 50% !important;
}
.frm_form_field.form-group input[type="number"],
.frm_form_field.form-group input[type="tel"] {
  width: 25% !important;
  max-width: 25% !important;
}
.frm_form_field .bootstrap-select,
.frm_form_field .bootstrap-select.form-control {
  width: 50%;
}
.frm_form_field .frm_date_wrapper {
  max-width: 25% !important;
}
.frm_form_field .frm_date_wrapper input[type="text"] {
  width: 100% !important;
  max-width: 100% !important;
}
.frm_form_field .frm_dropzone {
  max-width: 50% !important;
}
.bootstrap-select,
.bootstrap-select.form-control {
  width: 100%;
}
.frm_description {
  max-width: 50% !important;
}
.frm_screen_reader {
  display: none !important;
}
.frm_switch_block input[type="checkbox"] {
  display: none;
}
.frm_switch_block input[type="checkbox"]#field_5deza + .frm_switch:after {
  content: 'Nein';
}
.frm_switch_block input[type="checkbox"]#field_5deza:checked + .frm_switch:after {
  content: 'Ja';
}
.frm_switch_block input[type="checkbox"]:checked + .frm_switch {
  background-color: #2F9816;
}
.frm_switch_block input[type="checkbox"]:checked + .frm_switch .frm_slider {
  left: 26px;
}
.frm_switch_block input[type="checkbox"]:checked + .frm_switch:after {
  content: 'Aktiv';
}
.frm_switch_block input[type="checkbox"]:disabled + .frm_switch {
  background-color: #D6D6D6;
  cursor: not-allowed;
}
.frm_switch_block input[type="checkbox"]:disabled + .frm_switch .frm_slider {
  background-color: #707070;
}
.frm_switch_block .frm_switch {
  width: 48px;
  height: 24px;
  border-radius: 100vw;
  background-color: #D6D6D6;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.frm_switch_block .frm_switch .frm_slider {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100vw;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s ease-in-out;
}
.frm_switch_block .frm_switch:after {
  content: 'Inaktiv';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
}
/* special forms */
#newsletter-form .bootstrap-select {
  width: 100%;
}
/* event registration */
#field_event_registration_title,
#field_event_registration_datetime,
#field_event_registration_location {
  border-color: #f4eef0;
  background-color: #f4eef0;
  pointer-events: none;
}
/* mediaqueries */
@media (max-width: 991px) {
  /* bootstrap form group */
  .form-group {
    margin-bottom: 20px;
  }
  /* texts */
  .frm_description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .frm_description.frm_section_spacing {
    margin-bottom: 20px;
  }
  .frm_error {
    margin-top: 10px;
  }
  .frm_error_style {
    margin-bottom: 20px;
  }
  /* labels */
  label {
    font-size: 16px;
    line-height: 22px;
  }
  .frm_pro_form .inside-label.has-focus label,
  .frm_pro_form .inside-label.has-value label {
    font-size: 12px;
    line-height: 16px;
  }
  /* input elements */
  input:not([type="radio"]):not([type="checkbox"]).form-control,
  textarea.form-control {
    font-size: 16px;
    line-height: 24px;
  }
  .file-input-wrapper label {
    margin-right: 10px;
  }
  /* bootstrap select */
  .bootstrap-select > .dropdown-toggle,
  .bootstrap-select.form-control > .dropdown-toggle {
    font-size: 16px;
    line-height: 24px;
  }
  .bootstrap-select .dropdown-menu,
  .bootstrap-select.form-control .dropdown-menu {
    font-size: 16px;
    line-height: 24px;
  }
  /* page bar */
  #main .frm_rootline_group {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main ul.frm_page_bar li .frm_rootline_title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  /* texts */
  .frm_error {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  .frm_description {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  /* labels */
  .frm_primary_label {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    padding: 0;
    float: none;
  }
  /* input elements */
  .frm_form_field .bootstrap-select.frm_time_select,
  .frm_form_field .bootstrap-select.form-control.frm_time_select {
    width: 25%;
  }
  .frm_submit button {
    width: 100%;
    margin-bottom: 5px;
  }
  .frm_submit button:last-child {
    margin-bottom: 0;
  }
  .frm_dropzone {
    margin-left: 0;
  }
  .frm_dropzone .dz-message {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .frm_dropzone .frm_small_text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  /* width of form elements */
  .frm_form_field input:not([type="radio"]):not([type="checkbox"]),
  .frm_form_field select,
  .frm_form_field textarea,
  .frm_form_field .frm_opt_container,
  .frm_form_field .frm-g-recaptcha,
  .frm_form_field .g-recaptcha {
    width: 100% !important;
    max-width: 100% !important;
  }
  .frm_form_field.form-group input[type="number"],
  .frm_form_field.form-group input[type="tel"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  .frm_form_field .bootstrap-select,
  .frm_form_field .bootstrap-select.form-control {
    width: 100%;
  }
  .frm_form_field .frm_date_wrapper {
    max-width: 100% !important;
  }
  .frm_form_field .frm_dropzone {
    max-width: 100% !important;
  }
  .frm_description {
    max-width: 100% !important;
  }
  /* page bar */
  #main ul.frm_page_bar {
    display: block;
  }
  #main ul.frm_page_bar li {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  #main ul.frm_page_bar li:last-child {
    margin-bottom: 0;
  }
}
