@charset "UTF-8";
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.region--secondary-navigation {
  padding: 0;
  max-width: none !important;
}

.block-views-blocksteps-for-current-task-block-1 .block-title {
  padding: 1.25rem;
}

.region--content-top.row {
  /*z-index: 5; */
}

.mini-pager {
  /*background-image: linear-gradient(transparent, #f4f0e7);*/
  background: none;
}
.mini-pager .btn-flat {
  background-color: #f4f0e7;
}

.region--complementary-top .col-left, .region--complementary-top .col-right {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
.region--complementary-top .col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  max-width: 48%;
  margin-left: 4%;
}

#block-fyvve-pagetitleblock-content h2 {
  display: inline-block;
  font-size: 0.8em;
}
#block-fyvve-pagetitleblock-content h2 + h2::before {
  content: " / ";
}

.block-group-breadcrumb-block {
  margin: 1em auto 0 auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 2em;
}
.block-group-breadcrumb-block a {
  font-weight: normal;
}
.block-group-breadcrumb-block a::before {
  content: "‹ ";
  color: var(--brand-primary);
}

.ui-widget-overlay {
  background-color: var(--brand-primary);
  opacity: 0.9;
}

/**
 * front page grid
 */
.front-page .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.front-page .views-row .clearfix:before, .front-page .views-row .clearfix:after {
  content: none;
}
.front-page .views-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(50% - 1em);
}
.front-page .teaser.no-image {
  min-height: calc(100% - 2em);
}

/**
 * post icons
 */
#edit-field-audiorecording-wrapper, #edit-field-video-3q-wrapper, #edit-field-post-image-wrapper {
  margin-bottom: 1em;
}

.sim-audio > button, .sim-video > button, #post-photo-add {
  position: relative;
  width: 100%;
  padding: 8px 20px 8px 70px;
  border-radius: 32px;
  min-height: 64px;
  font-size: 1rem;
  border: 2px solid var(--brand-primary);
  color: var(--brand-secondary);
  background-color: #ffffff;
}

#social-post-entity-form #edit-field-post-wrapper.field--widget-text-textarea {
  padding: 0 20px 0 70px;
}

#post-photo-add .btn-icon {
  display: none;
}

#post-photo-add:hover {
  background-color: var(--brand-secondary);
  color: #ffffff;
  border-color: var(--brand-secondary);
}

.sim-audio > button::before, .sim-video > button::before, #social-post-entity-form #edit-field-post-wrapper.field--widget-text-textarea::before, #post-photo-add::before {
  content: "";
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.sim-audio > button::before {
  background-image: url("../icons/icon-post-audio-orange.svg");
}

.sim-video > button::before {
  background-image: url("../icons/icon-post-video-orange.svg");
}

#post-photo-add::before {
  background-image: url("../icons/icon-post-image-orange.svg");
}

#social-post-entity-form #edit-field-post-wrapper.field--widget-text-textarea::before {
  background-image: url("../icons/icon-post-text-orange.svg");
}

.fresh-lime .sim-audio > button::before {
  background-image: url("../icons/icon-post-audio-lime.svg");
}
.fresh-lime .sim-video > button::before {
  background-image: url("../icons/icon-post-video-lime.svg");
}
.fresh-lime #post-photo-add::before {
  background-image: url("../icons/icon-post-image-lime.svg");
}
.fresh-lime #social-post-entity-form #edit-field-post-wrapper.field--widget-text-textarea::before {
  background-image: url("../icons/icon-post-text-lime.svg");
}

/**
 * task full
 */
.checkbox_toggle {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
.checkbox_toggle + * {
  display: block;
  max-height: 1px;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: all 0.8s cubic-bezier(0, 1, 0, 1);
  transition: all 0.8s cubic-bezier(0, 1, 0, 1);
}
.checkbox_toggle + * > :first-child::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.checkbox_toggle:checked + * {
  max-height: 4000px;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 1, 0);
  transition: all 0.8s cubic-bezier(1, 0, 1, 0);
}

.label_toggle {
  cursor: pointer;
}
.label_toggle .icon-toggle {
  padding-right: 1em;
}
.label_toggle .icon-toggle:after {
  content: "+";
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}
.label_toggle .icon-toggle.on:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.full-task .meta-engage {
  margin-top: 1rem;
  margin-bottom: 0;
}
.full-task .toggle-details {
  margin: 0 -1.25rem -1.25rem -1.25rem;
  padding: 1.25rem;
  background-color: #f4f0e7;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.full-task .toggle-details header.metainfo {
  margin-bottom: 0;
}
.full-task .toggle-details .content {
  margin-top: 2rem;
}

a#section-comments + section {
  display: block;
  max-height: 1px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.8s cubic-bezier(0, 1, 0, 1);
  transition: all 0.8s cubic-bezier(0, 1, 0, 1);
}

a#section-comments + section > :first-child::before {
  content: "";
  display: block;
  height: 1px;
}

a#section-comments:target + section {
  display: block;
  max-height: 4000px;
  padding: 15px 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 1, 0);
  transition: all 0.8s cubic-bezier(1, 0, 1, 0);
}

.block-views-blocksteps-for-current-task-block-1 h2 {
  display: none;
}
.block-views-blocksteps-for-current-task-block-1 .view-steps-for-current-task {
  margin-left: 2rem;
  position: relative;
}
.block-views-blocksteps-for-current-task-block-1 .view-steps-for-current-task > .type-step::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -2rem;
  height: calc(50% + 2rem);
  width: 1rem;
  border-left: 2px solid var(--brand-secondary);
  border-bottom: 2px solid var(--brand-secondary);
  opacity: 0.6;
}
.block-views-blocksteps-for-current-task-block-1 .view-steps-for-current-task > .type-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  height: 50%;
  width: 1rem;
  border-left: 2px solid var(--brand-secondary);
  opacity: 0.6;
}
.block-views-blocksteps-for-current-task-block-1 .view-steps-for-current-task > .type-step.status-closed::before, .block-views-blocksteps-for-current-task-block-1 .view-steps-for-current-task > .type-step.status-closed::after {
  opacity: 1;
}

/**
 * task progress bar
 */
.progressbar {
  --value: 33;
  --value-deg: calc(360deg * var(--value) / 100);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.progressbar > div {
  height: 2em;
  border: 4px solid;
  border-radius: 1em;
  overflow: hidden;
  padding: 0.25em;
}
.progressbar > div::before {
  content: " ";
  position: absolute;
  border-radius: 1em;
  width: calc(100% * var(--value) / 100 - 1em);
  height: 0.5em;
  border: 0.5em solid var(--brand-primary);
}
.progressbar > span {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: center;
  display: block;
}

/**
.progressbar {
  --value: 33;
  --value-deg: calc(360deg * var(--value) / 100);
  --value-lower180: min(var(--value-deg), 180deg);
  --value-higher180: max(180deg, var(--value-deg));
  height: 2em;
  width: 2em;
  position: relative;
  font-size: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;

  &::before {
    content: " ";
    position: absolute;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 0.5em solid $brand-accent;
  }

  &::after {
    content: " ";
    position: absolute;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    border: 0.7em solid #ffffff;
    z-index: -1;
    left: -0.1em;
    top: -0.1em;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.3);
  }

  & > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 2em;
    overflow: hidden;

    &:first-child {
      left: 1em;

      & > span {
        left: -1em;

        &::before {
          transform: rotate(var(--value-lower180));
        }
      }
    }

    &:last-child {
      & > span::before {
        transform: rotate(var(--value-higher180));
      }
    }

    & > span {
      position: absolute;
      left: 0.02em;
      width: 2em;
      height: 2em;
      transform: rotate(135deg);

      &::before {
        content: " ";
        position: absolute;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border: 0.5em solid $brand-accent-2;
        border-left-color: transparent;
        border-top-color: transparent;
        transform-origin: center;
        transition: all 1s linear;
      }
    }
  }
  & > span{
    font-size: 0.25em;
    line-height: 1em;
    position: absolute;
    left: 0em;
    top: 9em;
    text-align: center;
    max-width: 100%;
    @include for-phone-only {
      font-size: 0.25em;
      line-height: 1em;
      left: 9em;
      top: 2em;
      text-align: left;
    }
    @include for-tablet-landscape-up {
      font-size: 0.35em;
      line-height: 1em;
      left: 7em;
      top: 1.75em;
      max-width: none;
      text-align: left;
    }
  }
}
*/
/*
Photo contests
*/
.view-wettbewerb-bilder- .item-list ul {
  --gridwidth: 100%;
  --cols: 3;
  --gap: 20px;
  gap: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  grid-auto-rows: minmax(-webkit-min-content, calc(var(--gridwidth) - (var(--cols) - 1) / var(--cols)));
  grid-auto-rows: minmax(min-content, calc(var(--gridwidth) - (var(--cols) - 1) / var(--cols)));
}
.view-wettbewerb-bilder- .item-list ul li {
  list-style: none;
}
.view-wettbewerb-bilder- .item-list ul article.card {
  padding: 1em;
  margin: 0;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.view-wettbewerb-bilder- .item-list ul article.card .card__body {
  padding: 0;
}
.view-wettbewerb-bilder- .item-list ul article.card .meta-engage, .view-wettbewerb-bilder- .item-list ul article.card .field--label, .view-wettbewerb-bilder- .item-list ul article.card .comment__actions, .view-wettbewerb-bilder- .item-list ul article.card .metainfo__published-date + div {
  display: none;
}
@media (min-width: 768px) {
  .view-wettbewerb-bilder- .item-list ul {
    --cols:3 ;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: calc(1200px - 2rem);
    padding: 2rem 1rem;
  }
  .main-container {
    min-height: calc(100vh - 50px + 2 * 2rem);
    padding-top: calc(50px + 2 * 2rem);
  }
  .region--hero.container .block-social-page-title-block h1 {
    max-width: calc(1200px - 2rem);
    margin: auto;
  }
  .region--complementary-top .col-left, .region--complementary-top .col-right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .full-task .toggle-details {
    margin: 0 -2.5rem -2.5rem -2.5rem;
    padding: 2.5rem;
  }
}
@media (max-width: 899px) {
  .container {
    padding: 1rem;
  }
  .main-container {
    min-height: calc(100vh - 50px + 2rem);
    padding-top: calc(50px + 2rem);
  }
  .front-page .views-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .front-page .views-col {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .region--complementary-top .col-left, .region--complementary-top .col-right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .view-wettbewerb-bilder- .item-list ul {
    --cols:1 ;
  }
  .view-wettbewerb-bilder- .item-list ul {
    --cols:2 ;
  }
}