#sw_cookieConsent {
  width: calc(100vw - 25px);
  max-width: 40em;
  max-height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  font-family: sans-serif;
  position: fixed;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0.4em;
  padding: 0 1em;
  z-index: 99999;
  /* Made by Jimmy Gillam */
  /* Checkmark style starts */ }
  #sw_cookieConsent .sw_cookieConsentDescription {
    font-size: 13px;
    margin: 1em 0em 0.5em;
    text-align: justify; }
  #sw_cookieConsent .sw_cookieConsentCategories {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.7em; }
    #sw_cookieConsent .sw_cookieConsentCategories > * {
      margin: 0 1em;
      flex-basis: 9em; }
  #sw_cookieConsent .sw_readOnlyCookieConsentCategory {
    pointer-events: none;
    filter: grayscale(1); }
  #sw_cookieConsent .sw_cookieConsentActions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 1em; }
    #sw_cookieConsent .sw_cookieConsentActions > * {
      margin-bottom: 1em; }
    #sw_cookieConsent .sw_cookieConsentActions .sw_cookieConsentAction {
      box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
      text-align: center;
      border-radius: 0.2em;
      width: 100%;
      max-width: 8em;
      cursor: pointer;
      height: 2em;
      line-height: 2em;
      font-size: 14px;
      display: block; }
    #sw_cookieConsent .sw_cookieConsentActions #sw_cookieConsentAccept, #sw_cookieConsent .sw_cookieConsentActions #sw_cookieConsentSave {
      background-color: #4caf50;
      color: white;
      box-shadow: none;
      max-width: 25em;
      margin-left: 1em; }
  #sw_cookieConsent .sw_cookieConsentBranding {
    font-size: 11px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
  #sw_cookieConsent .sw_cookieConsentBrandImg {
    width: 12em;
    height: 2.5em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://neurofit.wilhelmmeister.com/wp-content/plugins/sellwerk-dsgvo-plugin/libs/cookie-banner/assets/logo.png"); }
  #sw_cookieConsent html, #sw_cookieConsent body {
    padding: 0;
    margin: 0;
    background-color: #667788;
    color: #efefef;
    font-family: 'Open Sans'; }
  #sw_cookieConsent .container {
    box-sizing: border-box;
    padding: 25px;
    text-align: center; }
    #sw_cookieConsent .container h2 {
      margin-bottom: 40px; }
    #sw_cookieConsent .container p {
      margin-top: 40px; }

@-moz-keyframes sw_dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 0.5em; } }

@-webkit-keyframes sw_dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 0.5em; } }

@keyframes sw_dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 0.5em; } }

@keyframes sw_dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 1.2em; } }

@-webkit-keyframes sw_dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 1.2em; } }

@-moz-keyframes sw_dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 1.2em; } }
  #sw_cookieConsent input[type=checkbox] {
    display: none; }
  #sw_cookieConsent .sw_check-box {
    transform: translateY(2px);
    height: 1em;
    width: 1em;
    background-color: transparent;
    border: 0.1em solid #000;
    border-radius: 1px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer; }
    #sw_cookieConsent .sw_check-box::before, #sw_cookieConsent .sw_check-box::after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      height: 0;
      width: 0.2em;
      background-color: #34b93d;
      display: inline-block;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      -webkit-transform-origin: left top;
      transform-origin: left top;
      border-radius: 1px;
      content: ' ';
      -webkit-transition: opacity ease .5;
      -moz-transition: opacity ease .5;
      transition: opacity ease .5; }
    #sw_cookieConsent .sw_check-box::before {
      top: 0.72em;
      left: 0.41em;
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    #sw_cookieConsent .sw_check-box::after {
      top: 0.37em;
      left: 0.05em;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #sw_cookieConsent input[type=checkbox]:checked + .sw_check-box,
  #sw_cookieConsent .sw_check-box.checked {
    border-color: #34b93d; }
    #sw_cookieConsent input[type=checkbox]:checked + .sw_check-box::after,
    #sw_cookieConsent .sw_check-box.checked::after {
      height: 0.5em;
      -moz-animation: sw_dothabottomcheck 0.2s ease 0s forwards;
      -o-animation: sw_dothabottomcheck 0.2s ease 0s forwards;
      -webkit-animation: sw_dothabottomcheck 0.2s ease 0s forwards;
      animation: sw_dothabottomcheck 0.2s ease 0s forwards; }
    #sw_cookieConsent input[type=checkbox]:checked + .sw_check-box::before,
    #sw_cookieConsent .sw_check-box.checked::before {
      height: 1.2em;
      -moz-animation: sw_dothatopcheck 0.4s ease 0s forwards;
      -o-animation: sw_dothatopcheck 0.4s ease 0s forwards;
      -webkit-animation: sw_dothatopcheck 0.4s ease 0s forwards;
      animation: sw_dothatopcheck 0.4s ease 0s forwards; }

#sw_cookieConsent #sw_cookieConsentSave.sw_cookieConsentAction, #sw_cookieConsent .sw_cookieConsentCategories {
  display: none; }

#sw_cookieConsent.sw_categories .sw_cookieConsentAction {
  display: none; }

#sw_cookieConsent.sw_categories #sw_cookieConsentSave.sw_cookieConsentAction {
  display: block; }

#sw_cookieConsent.sw_categories .sw_cookieConsentCategories {
  display: flex;
  justify-content: flex-end; }

#sw_cookieConsent #sw_readMoreText, #sw_cookieConsent .sw_readMoreDivider {
  display: none; }

#sw_cookieConsent #sw_readMoreToggle {
  display: inline-block; }

#sw_cookieConsent #sw_readMoreToggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .2rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out; }

#sw_cookieConsent.sw_showReadMore {
  max-width: 80em; }
  #sw_cookieConsent.sw_showReadMore .readMoreDivider {
    display: block;
    height: 1px;
    background: #d9d9d9;
    margin: 0.3em 0; }
  #sw_cookieConsent.sw_showReadMore #sw_readMoreText {
    overscroll-behavior: contain;
    display: block;
    max-height: 10em;
    overflow-y: auto;
    padding-right: 1em; }
  #sw_cookieConsent.sw_showReadMore #sw_readMoreToggle::before {
    transform: rotate(90deg) translateX(-3px); }

@media (max-height: 700px) {
  #sw_cookieConsent.sw_showReadMore #sw_readMoreText {
    max-height: unset; } }

#jsectioncookiebannerconfig {
  display: block !important; }
