@charset "UTF-8";
/**
FONTS
 =====================================
 */
/*$fontSize-h2: inherit;*/
/**
BUTTONS
 =====================================
 */
/**
MODAL
 =====================================
 */
/**
 Extends // Reusable rules
 =====================================
 */
form.uo_cookies_accept_form {
  padding: 0;
}
#uo_cookie_modal .uo_group_description {
  margin-top: 40px;
}

#uo_cookie_banner a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  min-width: 220px; }

#uo_cookie_banner a:hover {
  color: #D2052A; }

#uo_cookie_banner input[type="submit"], #uo_cookie_modal button {
  color: #ffffff;
  background-color: #D2052A;
  cursor: pointer;
  min-width: 220px;
  border: none;
  font-size: 14px;
  transition: background-color 125ms linear;
  box-sizing: border-box;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 1.042em;
  padding: .417em 1.583em .375em;
  font-size: .917em;
  border: 2px solid #D2052A;
  border-radius: 3px;
  vertical-align: top;
  cursor: pointer;
  transition: all 300ms; }

#uo_cookie_banner input[type="submit"]:hover, #uo_cookie_modal button:hover {
  background-color: #ffffff;
  color: #333333;
  border: 2px solid #D2052A; }

#uo_cookie_modal .modal-headline {
  cursor: pointer;
  background: #C8C1B7;
  color: #333333;
  padding: 10px;
  margin-bottom: 20px;
  padding-left: 50px; }

#uo_cookie_modal table td.table-label {
  font-weight: bold;
  font-size: 16px;
  vertical-align: top;
  hyphens: auto;
  padding: 3px; }

#uo_cookie_modal table td.table-col {
  font-size: 16px;
  vertical-align: top;
  hyphens: auto;
  padding: 3px; }

#uo_cookie_modal h2 {
  color: #333333;
  padding-top: 0px;
  margin: 0 0 1.042em;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 300;
  text-align: center; }

/**
 COOKIE-BANNER
 =====================================
 */
#uo_cookie_banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #D2052A;
  background-color: #f4f3f1;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  z-index: 2000;
  box-sizing: border-box; }
  #uo_cookie_banner .uo_banner_description {
    width: 70%;
    float: left;
    padding: 0px 25px; }
  #uo_cookie_banner .uo_banner_description p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-weight: normal; }
  #uo_cookie_banner .uo_banner_actions {
    width: 30%;
    float: left;
    padding: 0px 25px; }
    #uo_cookie_banner .uo_banner_actions > * {
      display: inline-block;
      width: 100%;
      text-align: center; }
  #uo_cookie_banner .content-box {
    box-sizing: border-box;
    padding: 20px;
    max-width: 70%; }
  @media (max-width: 1200px) {
    #uo_cookie_banner .content-box {
      max-width: 100%; }
    #uo_cookie_banner .uo_banner_description {
      width: 100%; }
    #uo_cookie_banner .uo_banner_actions {
      width: 100%; } }
  #uo_cookie_banner * {
    box-sizing: border-box; }

/**
 COOKIE-MODAL
 =====================================
 */
#uo_cookie_modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2000;
  position: fixed;
  overflow-y: auto;
  /* Checkboxen */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a red background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
  /* Show the checkmark when checked */ }
  #uo_cookie_modal form {
    background: #ffffff;
    /*width: $maxWidth;*/
    margin: 70px auto auto;
    padding: 20px; }
  /* #uo_cookie_modal .uo_group_name {
    height: 50px; } */
  #uo_cookie_modal .uo_group_name p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6; }
  #uo_cookie_modal a {
    color: #333333;
    text-decoration: none; }
  #uo_cookie_modal a:hover {
    color: #D2052A; }
  #uo_cookie_modal .uo_cookie_name {
    color: #D2052A;
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 20px; }
  #uo_cookie_modal #uo_cookie_modal .container {
    height: 40px;
    top: -7px;
    display: inline; }
  #uo_cookie_modal td.table-col label.container {
    margin-left: 0px;
    display: inline; }
  #uo_cookie_modal button {
    margin-top: 10px; }
  #uo_cookie_modal .uo_group_cookie_table {
    width: 100%;
    table-layout: fixed;
    max-width: 100%; }
  /* #uo_cookie_modal .uo_group_description {
    margin-top: 5px; } */
  #uo_cookie_modal .uo_group {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  div.uo_cookie_description {
    margin-top: -15px;
  }
  #uo_cookie_modal .uo_group_description p,
  #uo_cookie_modal .uo_cookie_description p {
    margin: 0 0 20px 0;
    font-size: 16px; }
  #uo_cookie_modal .uo_group_accept {
    margin-top: -55px; }
  #uo_cookie_modal .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 6px; }
  #uo_cookie_modal .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #uo_cookie_modal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff; }
  #uo_cookie_modal .container:hover input ~ .checkmark {
    background-color: #ffffff;
    color: #ffffff; }
  #uo_cookie_modal .container input:checked ~ .checkmark {
    background-color: #D2052A;
    color: #ffffff; }
  #uo_cookie_modal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #ffffff; }
  #uo_cookie_modal .container .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #uo_cookie_modal .container input:checked:disabled ~ .checkmark {
    background-color: #333333;
    color: #333333; }
  #uo_cookie_modal .container input:checked ~ .checkmark:after {
    display: block; }
  #uo_cookie_modal .uo_settings_save {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center; }
  #uo_cookie_modal tr {
    /*	height: 40px;*/ }
  #uo_cookie_modal .clearfix::after, #uo_cookie_modal .container::after, #uo_cookie_modal .header-stage__wrapper::after, #uo_cookie_modal .content-expandable--fluid .content-expandable__content--white::after, #uo_cookie_modal .row::after, #uo_cookie_modal .form__control-group--date .form__control::after, #uo_cookie_modal .navi-main__list::after, #uo_cookie_modal .navi-mobile__service::after, #uo_cookie_modal .form__footer::after {
    display: inline; }
  #uo_cookie_modal .uo-modal-content {
    position: relative;
    display: inline-block;
    justify-content: center;
    max-width: 900px;
    border: 0;
    margin: 0 auto;
    pointer-events: inherit;
    width: 90%; }
  #uo_cookie_modal .modal-headline:after {
    color: #D2052A;
    /* font-family: "rwe-icons"; */
    font-family: "kultursekretariaticon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    /* content: ""; */
    content: "\e908";
    /* transform: rotate(90deg); */
    float: right;
    margin-right: 6px; }
  #uo_cookie_modal .modal-headline.updown:after {
    /* transform: rotate(-90deg);  */
    content: "\e909";
  }
  #uo_cookie_modal .uo_group_cookies {
    padding: 20px;
    list-style: none;
    color: #333333;
    background: #F4F3F1;
    margin: 0 0 20px 0; }
  #uo_cookie_modal table .checkmark {
    margin-top: -6px; }

.uo_group {
  width: 100%;
  max-width: 100%;
  position: relative; }

@media (max-width: 768px) {
  #uo_cookie_modal h2 {
    font-size: 2em;
    margin-bottom: 28px; } }

/**
ALLGEMEIN
 =====================================
 */
.uo_group {
  display: none; }

/*.closed { background:none; }
.open { background:#EDF9FD; }*/
/**
AJAX-Loader
 =====================================
 */
.uo_loader_container {
  text-align: center; }

.uo_loader {
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 80px !important;
  height: 80px !important; }

.uo_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #D2052A;
  border-radius: 50%;
  animation: uo_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #D2052A transparent transparent transparent; }

.uo_loader div:nth-child(1) {
  animation-delay: -0.45s; }

.uo_loader div:nth-child(2) {
  animation-delay: -0.3s; }

.uo_loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes uo_loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
