/*
 * Cookies Core
 *
 * Zenrum Bayern Familie und Soziales
 *
 * Version 0.1 
 * (c) 2021
 */
  
   .mehr_Informationen:before {
      border-width: 5px 5px 0 5px;
      display: inline-block;
      margin-left: 10px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: relative;
      bottom: 2px;
      right: 6px;
  }
  .mehr_Informationen.active:before {
      border-width: 0px 5px 5px 5px;
  }
  
  
  .wrap-cookie-dialogue {
      position: absolute;
      display: block;
      z-index: 200000030;
      width: 50%;
      margin: 0 25%;
  }
  @media only screen and (max-width: 1280px) {
      .wrap-cookie-dialogue {
          width: 60%;
          margin: 0 20%;
      }
  }  
  @media only screen and (max-width: 1024px) {
      .wrap-cookie-dialogue {
          width: 80%;
          margin: 0 10%;
      }
  }  
  @media only screen and (max-width: 768px) {
      .wrap-cookie-dialogue {
          width: 100%;
          margin: 0 0;
      }
  }  
  
  .cookie-dialogue {
      padding: 8px 40px 8px 40px;
  }
  
  .text-cookie-dialogue p {
      font-size: 0.938em;
      line-height: 1.35em;
      margin: 0 0 10px
  }
  .text-cookie-dialogue a {
      text-decoration: underline;
  }
  .text-cookie-dialogue button,
  .dialog--button {
      display: inline-block;
      padding: 0;
      border-style: none;
      margin-bottom: 10px;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 6px 12px;
      font-size: .875rem;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  .dialog--button--margin {
      margin: 10px 10px 20px 0!important;
  }
  
  
  .headline {
      font-size: 20px !important;
      font-weight: bold;
      margin: 10px 0 !important;
  }
  
  
  .radio--label input {
      margin-top: 10px;
      display: inline-block;
      margin-right: 10px;
  }
  
  .radio--button {
      border-radius: 50%;
  }
  
  
  /* Create the checkmark/indicator (hidden when not checked) */
  /* .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  } */
  
  /* Show the checkmark when checked */
  /* .container input:checked ~ .checkmark:after {
      display: block;
  } */
  
  /* Style the checkmark/indicator */
  /* .container .checkmark:after {
      left: 5px;
      top: 1px;
      width: 2px;
      height: 7px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  } */
  
  .close-cookie-dialogue {
      right: 10px;
      position: absolute;
      top: 5px;
      width: 30px;
  }
  
  .dialog--actions {
      margin-top: 25px;
  }
  
  
  .icon-close-dialogue {
      cursor: pointer;
  }
  
  
  @media(min-width: 768px) {
  .text-cookie-dialogue button,
      .dialog--button {
          margin-bottom:0px;
      }
  }
  
  @media(min-width: 1200px) {
  
      .cookie-dialogue {
          max-width: 1500px;
          margin: 0 auto;
          padding-left: 40px;
          padding-right: 40px;
      }
  
  }
  
  .sr-only {
      position: absolute;
      top: 0;
      left: -99999px;
      margin: 0 !important;
      padding: 0 !important;
      height: 0;
  }
  
  .readspeaker .rsbtn {
      padding-bottom: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: initial;
      margin-bottom: 0px;
  }
  
  .readspeaker .rsbtn:before {
      display: none;
  }
  
  .readspeaker .rsbtn .rsbtn_play {
      background: inherit;
      height: auto;
      float: none;
      margin-bottom: 0;
      border: none;
      border-radius: initial;
      z-index: initial;
  }
  
  .readspeaker .rsbtn .rsbtn_play:before,
  .readspeaker .rsbtn .rsbtn_play:after {
      display: none;
  }
  
  @media(min-width: 48em) {
  
      .readspeaker .rsbtn .rsbtn_play:hover,
      .readspeaker .rsbtn .rsbtn_play:focus {
          background: transparent;
      }
  }
  
  .readspeaker .rsbtn .rsbtn_play,
  .readspeaker .rsbtn .rsbtn_play .link--label {
      font-size: inherit;
      font-weight: initial;
      font-family: "NovelSansPro-SemiBold", sans-serif;
      line-height: inherit;
  }
  
  .readspeaker .rsbtn .rsbtn_tooltoggle {
      display: none !important;
  }
  
  .readspeaker .rsbtn .rs-player-loadindicator {
      left: 0 !important;
  }
  
  .readspeaker .rsbtn .rsbtn_exp {
      height: 29px;
      height: 1.8125rem;
  }
  
  .readspeaker .rsbtn.rsexpanded .rsbtn_play {
      padding-right: 0;
  }
  
  @media(max-width: 47.9375em) {
      .readspeaker .rsbtn.rsexpanded .rsbtn_play {
          padding: 0 0.125rem;
      }
  }
  
  .readspeaker .rsbtn_exp {
      position: absolute;
      top: calc(100% + 3px);
      /*right: 0;*/
      width: 260px;
      width: 16.25rem;
  }
  .rsbtn_speed_slider{
      -webkit-appearance: auto!important;
  }
  span.rsbtn_dropdown {
      font-size:16px
  }
  span.rs-slider-label{
      color: white!important;
  }
  .ui-widget-overlay {
      opacity: .5 !important;
  }
  
  .ui-widget h3 {
      margin-bottom: 10px !important;
  }
  
  .diagonal-shape.tr-to-bl {
      height: 0;
      border-style: solid;
      border-width: 19px 47vw 0 0;
  }
  
  [role="button"] {
      cursor: pointer;
  }
  
  