/* ~/Content/piranya/default.scss */
p, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px; }

p {
  font-size: 0.8em; }

body {
  line-height: 1.15; }

input[type=checkbox] {
  margin: 0px; }

input[type=submit] {
  margin: 0px; }

input[type="email"],
input[type="tel"],
input[type="text"] {
  margin: 0px; }

textarea {
  margin: 0px;
  overflow: auto; }

.piranya-view {
  width: 100%; }
  .piranya-view > .piranya-breadcrumb-wrapper,
  .piranya-view > .piranya-view-content,
  .piranya-view > .piranya-view-description,
  .piranya-view > .piranya-view-headline {
    float: left;
    clear: both;
    width: 100%; }
    .piranya-view > .piranya-breadcrumb-wrapper + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-content + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-description + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-headline + .piranya-breadcrumb-wrapper {
      margin-top: 5px; }
  .piranya-view > div.piranya-view-headline {
    align-items: flex-start;
    display: flex;
    flex-direction: row; }
    .piranya-view > div.piranya-view-headline > .actions {
      margin-left: auto; }

#piranya-page > .piranya-view {
  align-items: center;
  display: flex;
  flex-direction: column; }
  #piranya-page > .piranya-view > .piranya-view-center {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 1;
    flex-direction: column; }
  #piranya-page > .piranya-view > .piranya-breadcrumb-wrapper,
  #piranya-page > .piranya-view > .piranya-view-content,
  #piranya-page > .piranya-view > .piranya-view-description,
  #piranya-page > .piranya-view > .piranya-view-headline {
    max-width: 1200px; }

body.browser-is-microsoft-internet-explorer #piranya-page > .piranya-view > .piranya-view-center {
  flex: none; }

div.negative p,
p.negative {
  color: red; }

div.positive p,
p.positive {
  color: #208220; }

/*Start Views*/
.piranya-view-cookies .piranya-view-content h2, .piranya-view-cookies .piranya-view-content p {
  margin-bottom: 10px; }

/*End views*/
.piranya-align-children-center {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: flex;
  box-pack: center;
  box-align: center;
  align-items: center;
  justify-content: center; }

.piranya-no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.piranya-icon-text {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide,
.loaded .hide-after-ancestor-loaded,
.loaded > .hide-after-parent-loaded,
.loaded.hide-after-loaded {
  display: none; }

.hide-under {
  position: absolute;
  z-index: -9999; }

.p-loading {
  background-image: url("/content/v1.0.8110.189011/piranya/images/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 32px; }

p .horizontal-ruler {
  width: 100%;
  border-bottom: 1px solid black;
  display: block;
  margin: 10px 0; }

.p-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  width: 100%; }
  .p-table .p-table-cell {
    border: 1px solid #666666;
    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0.8em 1.2em;
    overflow: hidden;
    width: 100%; }
    .p-table .p-table-cell > h1, .p-table .p-table-cell > h2, .p-table .p-table-cell > h3, .p-table .p-table-cell > h4, .p-table .p-table-cell > h5, .p-table .p-table-cell > h6 {
      margin: 0; }
    .p-table .p-table-cell.actions {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly; }
  .p-table.p-table--2cols > .p-table-cell {
    width: 50%; }
    .p-table.p-table--2cols > .p-table-cell.p-table-cell--span2 {
      width: 100%; }
  .p-table.p-table--3cols > .p-table-cell {
    width: 33.33%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span2 {
      width: 66.66%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span3 {
      width: 100%; }
  .p-table.p-table--4cols > .p-table-cell {
    width: 25%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span2 {
      width: 50%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span3 {
      width: 75%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span4 {
      width: 100%; }
  .p-table.p-table--5cols > .p-table-cell {
    width: 20%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span2 {
      width: 40%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span3 {
      width: 60%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span4 {
      width: 80%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span5 {
      width: 100%; }
  .p-table.p-table--6cols > .p-table-cell {
    width: 16.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span2 {
      width: 33.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span3 {
      width: 50%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span4 {
      width: 66.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span5 {
      width: 83.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span6 {
      width: 100%; }
  @media all and (min-width: 600px) {
    .p-table > .p-table-cell:not(.p-table-cell--head) {
      border-left: none; }
    .p-table.p-table--2cols > .p-table-cell:nth-child(n+3),
    .p-table.p-table--3cols > .p-table-cell:nth-child(n+4),
    .p-table.p-table--4cols > .p-table-cell:nth-child(n+5),
    .p-table.p-table--5cols > .p-table-cell:nth-child(n+6),
    .p-table.p-table--6cols > .p-table-cell:nth-child(n+7),
    .p-table > .p-table-cell--header ~ .p-table-cell[data-row] {
      border-top: none; } }
  @media all and (max-width: 599px) {
    .p-table {
      display: block; }
      .p-table > .p-table-cell {
        width: 100% !important; }
        .p-table > .p-table-cell.p-table-cell--header {
          display: none; }
        .p-table > .p-table-cell:not(.p-table-cell--head) {
          border-top: none; }
      .p-table > .p-table-cell--foot {
        margin-bottom: 1em; } }


/* ~/Content/piranya/default-animations.css */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Add fallback for legacy fadein (without correct capitalization) */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeInBounce {
    animation-name: fadein;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeInBounce {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-scale-increase-minor {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* ~/Content/piranya/media-queries.css */
/* Landscape phones and down */
@media (max-width: 480px) {
    .piranya-ltw480-show {
        display: block !important;
    }

    .piranya-ltw480-hide {
        display: none !important;
    }

    .piranya-ltw480-full-width {
        width: 100% !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .piranya-ltw767-show {
        display: block !important;
    }

    .piranya-ltw767-hide {
        display: none !important;
    }

    .piranya-ltw767-full-width {
        width: 100% !important;
    }
}
@media (max-width: 640px) {
    .piranya-ltw640-show {
        display: block !important;
    }

    .piranya-ltw640-hide {
        display: none !important;
    }

    .piranya-ltw640-full-width {
        width: 100% !important;
    }
}
@media (max-width: 979px) {
    .piranya-ltw979-show {
        display: block !important;
    }

    .piranya-ltw979-hide {
        display: none !important;
    }

    .piranya-ltw979-full-width {
        width: 100% !important;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .piranya-gtw768-ltw979-show {
        display: block !important;
    }

    .piranya-gtw768-ltw979-hide {
        display: none !important;
    }

    .piranya-gtw768-ltw979-full-width {
        width: 100% !important;
    }
}

@media (min-width: 481px) {
    .piranya-gtw481-show {
        display: block !important;
    }

    .piranya-gtw481-hide {
        display: none !important;
    }

    .piranya-gtw481-full-width {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .piranya-gtw768-show {
        display: block !important;
    }

    .piranya-gtw768-hide {
        display: none !important;
    }

    .piranya-gtw768-full-width {
        width: 100% !important;
    }
}
/* Large desktop */
@media (min-width: 980px) {
    .piranya-gtw980-show {
        display: block !important;
    }

    .piranya-gtw980-hide {
        display: none !important;
    }

    .piranya-gtw980-full-width {
        width: 100% !important;
    }
}

/* ~/Content/piranya/default-menu.css */
.piranya-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0 auto 0 auto;
    width: auto;
    display: inline-block;
}

    .piranya-menu > li {
        float: left;
    }

        .piranya-menu > li > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

/*Piranya breadcrumb default style*/

.piranya-breadcrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadcrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.scss */
.piranya-input-container {
  width: 100%;
  margin-bottom: 10px; }

.piranya-input-container:last-of-type {
  margin-bottom: 0; }

.piranya-validation-container {
  width: 100%; }

.piranya-btn {
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  background-color: black;
  color: white;
  white-space: normal;
  -webkit-appearance: none; }

.piranya-btn-disabled,
.piranya-btn.disabled,
.piranya-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

button.piranya-btn > p {
  color: inherit;
  font-size: 1em;
  line-height: 1em; }

.btn {
  cursor: pointer;
  transition: color 0.2s ease; }

.piranya-input-container > label {
  width: 100%;
  float: left;
  margin-bottom: 5px; }

.piranya-input-container.p-checkbox > label,
.piranya-input-container.p-radio > label {
  margin-bottom: 0; }

.piranya-input-container.p-checkbox > .description {
  padding-left: 28px;
  width: calc(100% - 28px); }

input.piranya-checkbox {
  margin-right: 5px; }

.piranya-select {
  padding: 6px 5px;
  margin: 0;
  font-size: 1em;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%; }

.piranya-select:focus {
  font-size: 1em; }

.piranya-txt,
.piranya-textarea {
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.36em 0.32em; }

.piranya-txt.disabled,
.piranya-textarea.disabled {
  background-color: #ebebe4;
  pointer-events: none; }

.piranya-error-container {
  width: 100%;
  margin-bottom: 10px; }

.piranya-label-must-be-filled {
  color: red; }

.validation-message {
  color: red; }

/* p-icon-button */
.p-icon-button {
  box-sizing: border-box;
  float: left;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  text-decoration: none; }

.p-icon-button:hover {
  text-decoration: none; }

.p-icon-button > .icon {
  font-size: 1.3em; }

.p-icon-button > .icon + .action {
  margin-left: 0.63em; }

.p-icon-button > .action {
  float: right;
  font-size: 0.8em; }

.p-icon-button.with-separator > .action {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding-left: 0.63em; }

.p-icon-button.with-background {
  padding: 0.5em; }

.p-icon-button.with-background > .icon {
  text-shadow: 0.133em 0.133em 0.4em black; }

/* end of p-icon-button */
/* Search box */
div.piranya-searchbox {
  position: relative; }

div.piranya-searchbox > input {
  padding: 3px 10% 3px 3px;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ececec;
  border-radius: 3px;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

div.piranya-searchbox > .button-wrapper {
  position: absolute;
  right: 0;
  height: 100%; }

div.piranya-searchbox button {
  height: 100%;
  padding: 0 15%;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer; }

div.piranya-searchbox > input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

div.piranya-searchbox > .button-wrapper > button:hover {
  color: #66afe9; }

/* End of search box */
/* p-radio and p-checkbox */
div.p-radio > input[type="radio"],
input.p-radio[type="radio"],
div.p-checkbox > input[type="checkbox"],
input.p-checkbox[type="checkbox"] {
  position: absolute;
  left: -9999px; }

div.p-radio > input[type="radio"] + label,
input.p-radio[type="radio"] + label,
div.p-checkbox > input[type="checkbox"] + label,
input.p-checkbox[type="checkbox"] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  padding-top: 2px;
  position: relative;
  width: 100%; }

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before,
div.p-checkbox > input[type="checkbox"] + label:before,
input.p-checkbox[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3; }

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before {
  border-radius: 100%; }

div.p-radio > input[type="radio"] + label:after,
input.p-radio[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #709bc5;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease; }

div.p-radio > input[type="radio"]:checked + label:after,
input.p-radio[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

div.p-checkbox > input[type="checkbox"] + label:after,
input.p-checkbox[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 7px;
  top: calc(50% - 6px);
  width: 4px;
  height: 10px;
  border: solid #709bc5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease; }

div.p-checkbox > input[type="checkbox"]:checked + label:after,
input.p-checkbox[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: rotate(45deg) scale(1); }

.piranya-input-container.p-checkbox > input[type="checkbox"][disabled] + label {
  cursor: default;
  opacity: 0.3; }

/* end of p-radio and p-checkbox */
/* p-checkbox-button */
label.p-checkbox-button {
  overflow: hidden;
  position: relative; }

label.p-checkbox-button > input {
  position: absolute;
  left: -9999px; }

label.p-checkbox-button > span.status {
  display: flex;
  flex-flow: row nowrap;
  padding: 0.5em 0.3em;
  text-align: center;
  transition: background-color 0.5s ease, color 0.5s ease; }

label.p-checkbox-button > span.status > span {
  box-sizing: border-box;
  color: inherit;
  flex: none;
  opacity: 0;
  width: 100%; }

label.p-checkbox-button > span.status > span:not(:first-child) {
  margin-left: -100%; }

label.p-checkbox-button > input:checked + span.status {
  background: #34b257;
  color: white; }

label.p-checkbox-button > input:checked + span.status > span.checked {
  opacity: 1; }

label.p-checkbox-button > input:not(:checked) + span.status > span.unchecked {
  opacity: 1; }

/* end of p-checkbox-button */
.p-switch {
  display: inline-block;
  height: 2.125em;
  position: relative;
  width: 3.75em; }
  .p-switch > input {
    opacity: 0;
    width: 0;
    height: 0; }
    .p-switch > input:checked + .slider {
      background-color: #2196F3; }
      .p-switch > input:checked + .slider:before {
        transform: translateX(1.625em); }
    .p-switch > input[disabled] + .slider {
      opacity: 0.4; }
    .p-switch > input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
  .p-switch > .slider {
    border-radius: 2.125em;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    position: absolute;
    transition: .4s; }
    .p-switch > .slider:before {
      border-radius: 50%;
      position: absolute;
      content: "";
      height: 1.625em;
      width: 1.625em;
      left: 0.25em;
      bottom: 0.25em;
      background-color: white;
      transition: .4s; }

/* p-toggle-boxes */
ul.p-toggle-boxes {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.p-toggle-boxes > li,
div.p-toggle-box {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  margin: 0;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding: 7px 9px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  max-height: 60px;
  overflow: hidden;
  width: 100%; }
  ul.p-toggle-boxes > li p,
  div.p-toggle-box p {
    line-height: 1.15; }
  ul.p-toggle-boxes > li:not(:first-child),
  div.p-toggle-box:not(:first-child) {
    margin-top: 5px; }
  ul.p-toggle-boxes > li > div.p-checkbox,
  ul.p-toggle-boxes > li > div.p-radio,
  div.p-toggle-box > div.p-checkbox,
  div.p-toggle-box > div.p-radio {
    cursor: pointer;
    flex: 1;
    float: left;
    width: 100%; }
  ul.p-toggle-boxes > li > div.p-checkbox > input[type="checkbox"],
  div.p-toggle-box > div.p-checkbox > input[type="checkbox"] {
    cursor: pointer; }
  ul.p-toggle-boxes > li > div.p-radio > input[type="radio"],
  div.p-toggle-box > div.p-radio > input[type="radio"] {
    cursor: pointer; }
  ul.p-toggle-boxes > li > .content,
  ul.p-toggle-boxes > li > div.p-checkbox > .content,
  ul.p-toggle-boxes > li > div.p-radio > .content,
  div.p-toggle-box > .content,
  div.p-toggle-box > div.p-checkbox > .content,
  div.p-toggle-box > div.p-radio > .content {
    float: left;
    padding: 0;
    width: 100%; }
    ul.p-toggle-boxes > li > .content > .choice,
    ul.p-toggle-boxes > li > div.p-checkbox > .content > .choice,
    ul.p-toggle-boxes > li > div.p-radio > .content > .choice,
    div.p-toggle-box > .content > .choice,
    div.p-toggle-box > div.p-checkbox > .content > .choice,
    div.p-toggle-box > div.p-radio > .content > .choice {
      float: left;
      width: 100%; }
  ul.p-toggle-boxes > li > .right,
  ul.p-toggle-boxes > li > div.p-checkbox > .right,
  ul.p-toggle-boxes > li > div.p-radio > .right,
  div.p-toggle-box > .right,
  div.p-toggle-box > div.p-checkbox > .right,
  div.p-toggle-box > div.p-radio > .right {
    float: right;
    margin-left: auto;
    padding: 0; }
  ul.p-toggle-boxes > li > *,
  ul.p-toggle-boxes > li > .content .choice,
  ul.p-toggle-boxes > li > .right.choice,
  ul.p-toggle-boxes > li > .right .choice,
  ul.p-toggle-boxes > li > div.p-checkbox > *,
  ul.p-toggle-boxes > li > div.p-checkbox > .content .choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right.choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li > div.p-radio > *,
  ul.p-toggle-boxes > li > div.p-radio > .content .choice,
  ul.p-toggle-boxes > li > div.p-radio > .right.choice,
  ul.p-toggle-boxes > li > div.p-radio > .right .choice,
  div.p-toggle-box > *,
  div.p-toggle-box > .content .choice,
  div.p-toggle-box > .right.choice,
  div.p-toggle-box > .right .choice,
  div.p-toggle-box > div.p-checkbox > *,
  div.p-toggle-box > div.p-checkbox > .content .choice,
  div.p-toggle-box > div.p-checkbox > .right.choice,
  div.p-toggle-box > div.p-checkbox > .right .choice,
  div.p-toggle-box > div.p-radio > *,
  div.p-toggle-box > div.p-radio > .content .choice,
  div.p-toggle-box > div.p-radio > .right.choice,
  div.p-toggle-box > div.p-radio > .right .choice {
    opacity: 1;
    transition: all 0.5s ease; }
  ul.p-toggle-boxes > li.selected:not(.disabled),
  ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled),
  ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled),
  div.p-toggle-box.selected:not(.disabled),
  div.p-toggle-box > div.p-checkbox.selected:not(.disabled),
  div.p-toggle-box > div.p-radio.selected:not(.disabled) {
    border-color: #709bc5;
    max-height: 600px; }
    ul.p-toggle-boxes > li.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li.selected:not(.disabled) > .right,
    ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled) > .right,
    ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled) > .right,
    div.p-toggle-box.selected:not(.disabled) > .content,
    div.p-toggle-box.selected:not(.disabled) > .right,
    div.p-toggle-box > div.p-checkbox.selected:not(.disabled) > .content,
    div.p-toggle-box > div.p-checkbox.selected:not(.disabled) > .right,
    div.p-toggle-box > div.p-radio.selected:not(.disabled) > .content,
    div.p-toggle-box > div.p-radio.selected:not(.disabled) > .right {
      color: #709bc5; }
  ul.p-toggle-boxes > li.disabled > *,
  div.p-toggle-box.disabled > * {
    opacity: 0.3; }
  ul.p-toggle-boxes > li.selected > .content,
  ul.p-toggle-boxes > li.selected > .content > :not(:first-child):not(.empty),
  div.p-toggle-box.selected > .content,
  div.p-toggle-box.selected > .content > :not(:first-child):not(.empty) {
    margin-top: 10px; }
  ul.p-toggle-boxes > li:not(.selected) > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right .choice,
  div.p-toggle-box:not(.selected) > .right .choice,
  div.p-toggle-box:not(.selected) > .right.choice,
  div.p-toggle-box:not(.selected) > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right.choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right.choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right .choice {
    opacity: 0;
    visibility: hidden; }
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .content .choice,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .content .choice,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .content .choice {
    opacity: 0;
    display: none; }
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right {
    opacity: 0.7; }
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right > .choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right > .choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right > .choice {
      opacity: 0;
      visibility: hidden; }
  ul.p-toggle-boxes > li input[type="text"],
  div.p-toggle-box input[type="text"] {
    box-sizing: border-box;
    margin: 0;
    width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul.p-toggle-boxes > li,
    div.p-toggle-box {
      /* IE10+ */ }
      ul.p-toggle-boxes > li.has-content,
      div.p-toggle-box.has-content {
        display: block;
        /* Disable flex */ } }

/* end of p-toggle-boxes */


/* ~/Content/piranya/styles/piranya-alert-box.scss */
div.p-alert-box {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #999;
  box-sizing: border-box;
  display: flex;
  font-size: 1.2em;
  flex-direction: row;
  padding: 0.5em 1em;
  width: 100%; }
  div.p-alert-box:not(:first-child) {
    margin-top: 10px; }
  div.p-alert-box:not(:last-child) {
    margin-bottom: 10px; }
  div.p-alert-box > i.icon,
  div.p-alert-box > p.message {
    color: #ffffff;
    font-size: 1em; }
  div.p-alert-box > i.icon {
    margin-top: 0.1em; }
    div.p-alert-box > i.icon:before {
      font-family: FontAwesome;
      font-size: 1em;
      margin-right: 0.7em; }
  div.p-alert-box.failure {
    background-color: #d20007; }
    div.p-alert-box.failure > .icon:before {
      content: "\f00d"; }
  div.p-alert-box.information {
    background-color: #3498db; }
    div.p-alert-box.information > .icon:before {
      content: "\f129"; }
  div.p-alert-box.notice {
    background-color: #bea474; }
    div.p-alert-box.notice > .icon:before {
      content: "\f0a1"; }
  div.p-alert-box.question {
    background-color: #f1c40f; }
    div.p-alert-box.question > .icon:before {
      content: "\f128"; }
  div.p-alert-box.success {
    background-color: #2ecc71; }
    div.p-alert-box.success > .icon:before {
      content: "\f00c"; }
  div.p-alert-box.tip {
    background-color: #16a085; }
    div.p-alert-box.tip > .icon:before {
      content: "\f0eb"; }
  div.p-alert-box.warning {
    background-color: #e74c3c; }
    div.p-alert-box.warning > .icon {
      margin-top: 0.2em; }
      div.p-alert-box.warning > .icon:before {
        content: "\f12a"; }


/* ~/Content/piranya/module/user/piranya-user.scss */
.piranya-birtday-container.piranya-input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .piranya-birtday-container.piranya-input-container > select {
    flex-basis: 32%;
    margin-right: 2%; }
    .piranya-birtday-container.piranya-input-container > select:last-of-type {
      margin-right: 0; }

.piranya-view-users-actions .piranya-view-content {
  margin-top: 30px; }

.piranya-view-users-actions .piranya-user-actions {
  width: 100%; }
  .piranya-view-users-actions .piranya-user-actions > a {
    align-items: center;
    border: 1px solid #666666;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; }
    .piranya-view-users-actions .piranya-user-actions > a:hover {
      border-color: #d6c2c2;
      text-decoration: none; }
    .piranya-view-users-actions .piranya-user-actions > a > * {
      text-align: center;
      width: auto; }
    .piranya-view-users-actions .piranya-user-actions > a .description {
      font-size: 0.8em;
      margin: 10px 0 0 0; }
    .piranya-view-users-actions .piranya-user-actions > a .icon {
      font-size: 6em;
      margin-bottom: 20px; }
    .piranya-view-users-actions .piranya-user-actions > a .title {
      font-size: 1.2em;
      margin: 0; }
  @supports (display: grid) {
    .piranya-view-users-actions .piranya-user-actions {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: repeat(3, 1fr); }
      @media (min-width: 481px) and (max-width: 979px) {
        .piranya-view-users-actions .piranya-user-actions {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .piranya-view-users-actions .piranya-user-actions {
          grid-template-columns: repeat(1, 1fr); } } }
  @supports not (display: grid) {
    .piranya-view-users-actions .piranya-user-actions > li {
      float: left;
      margin: 0 10px 10px 0;
      width: calc(33% - 10px); }
    @media (min-width: 481px) and (max-width: 979px) {
      .piranya-view-users-actions .piranya-user-actions > li {
        width: calc(50% - 10px); } }
    @media (max-width: 480px) {
      .piranya-view-users-actions .piranya-user-actions > li {
        margin-right: 0;
        width: 100%; } } }

.piranya-view-users-actions .piranya-view-description {
  text-align: center; }

.piranya-view-users-actions .piranya-view-headline {
  text-align: center; }

.user-action-entity {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box; }

.piranya-view-users-login > .piranya-view-center > .piranya-view-content > div {
  display: flex;
  flex-direction: column; }

body.browser-is-microsoft-internet-explorer .piranya-view-users-login > .piranya-view-center > .piranya-view-content {
  width: 100%; }
  body.browser-is-microsoft-internet-explorer .piranya-view-users-login > .piranya-view-center > .piranya-view-content > div {
    width: 100%; }

.piranya-login-provider > .p-icon-button {
  font-size: 1.5em; }

.piranya-view-users-two-factor-setup > .piranya-view-description {
  margin-bottom: 20px;
  margin-top: 10px; }

.piranya-view-users-two-factor-setup p {
  font-size: 1em;
  margin-bottom: 10px; }

.piranya-view-users-two-factor-setup .key-qr {
  margin-bottom: 20px; }

.piranya-view-users-two-factor-setup input[type="text"] {
  clear: both;
  margin-bottom: 20px; }

.piranya-user.two-factor-login input[type="text"] {
  clear: both;
  font-size: 1.5em;
  margin: 20px 0; }


/* ~/Content/piranya/styles/localization.css */
body.language-da .language-da-hide,
body.language-de .language-de-hide,
body.language-en .language-en-hide,
body.language-nl .language-nl-hide
{
    display: none;
}

body.language-da .language-da-show,
body.language-de .language-de-show,
body.language-en .language-en-show,
body.language-nl .language-nl-show
{
    display: block;
}

/* ~/Content/dynamic/fonts */
@font-face {
 font-family: 'Coop_Bold';
 src: url('/File/5/Coop_bold.ttf?ticks=637593426430000000') format('truetype');
}

@font-face {
 font-family: 'Coop_Regular';
 src: url('/File/6/Coop_regular.ttf?ticks=637593427040000000') format('truetype');
}

/* ~/Content/Piranya/WebViews/departments/opening-hours.scss */
.p-departments.opening-hours .slot {
  display: inline-block; }
  .p-departments.opening-hours .slot > span {
    float: left; }
  .p-departments.opening-hours .slot > .from-to-separator {
    margin: 0 0.3em; }
  .p-departments.opening-hours .slot > .slot-separator {
    margin-right: 0.3em; }


/* ~/Content/Piranya/WebViews/Users/PiranyaUserAdministration.css */
#piranya-select-birthdate-day {
    width: 22%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-month {
    width: 50%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-year {
    width: 24%;
    float: left;
}

.piranya-profile-picture-container > input {
    width: 100%;
}

/* ~/Content/Piranya/WebViews/Users/PiranyaLogin.css */

.piranya-user-login-view-seperator {
    left: 50%;
    top: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px dotted black;
}

.piranya-user-login-view-seperator > p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -32px;
    background-color: white;
    width: 60px;
    text-align: center;
    margin-top: -15px;
}

.piranya-view-users-login {
    display: flex;
    justify-content: center;
}

    .piranya-view-users-login .reason + .piranya-view-content {
        margin-top: 10px;
    }

.piranya-view-center.piranya-login-group {
    width: 100%;
    max-width: 340px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}

    .piranya-login-group h1.piranya-view-headline,
    .piranya-login-group label,
    .piranya-login-group a {
        color: black;
    }

    .piranya-login-group h1 {
        width: 100%;
    }

.piranya-user-login-view-container .piranya-txt {
    width: 100%;
    box-sizing: border-box;
}

.piranya-user-login-view:not(.register) .register {
    display: none;
}

.piranya-social-media-login-wrapper .piranya-facebook-link {
    background-size: cover;
    background-position: center;
}

.piranya-social-media-login-wrapper .separator {
    height: 25px;
    text-align: center;
    position: relative;
    margin-top: 8px;
    width: 100%;
}

.piranya-social-media-login-wrapper .separator .text {
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    text-align: center;
	width: 100%;
    color: black;
}

.piranya-social-media-login-wrapper .separator .text:before,
.piranya-social-media-login-wrapper .separator .text:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: #333;
}
.piranya-social-media-login-wrapper .separator .text:before {
    right: 0.5em;
    margin-left: -50%;
}
.piranya-social-media-login-wrapper .separator .text:after {
    left: 0.5em;
    margin-right: -50%;
}

.piranya-user-login-view > * {
    float: left;
    clear: both;
}

.piranya-user-login-view > :not(:last-child) {
    margin-bottom: 10px;
}

.piranya-user-login-view-remember-container {
    width: 100%;
}

.piranya-user-login-view-action-container a {
    clear: both;
    float: left;
}

.piranya-user-login-view .forgot-password {
    font-size: .9em;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

    .piranya-user-login-view .forgot-password:hover {
        text-decoration: underline;
    }

.piranya-btn-login-wrapper {
    width: 100%;
}

.piranya-btn-login-wrapper > input {
    float: left;
}

.piranya-user-login-view-login, .piranya-user-login-view-guest {
    display: block;
}


@media only screen and (max-width: 979px) {
    .piranya-user-login-view-seperator {
        display: none;
    }

    .piranya-view-users-login .piranya-view-content .piranya-grid .piranya-col {
        width: 100%;
    }

    .piranya-user-login-view-inner-container {
        float: left;
    }
}

/* piranya/events */
.piranya-view.events > .piranya-view-headline ~ .piranya-view-content .left > .title {
  display: none; }

.piranya.partialview.event.details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.piranya.partialview.event.details > div {
  background-color: white;
  box-sizing: border-box; }

.piranya.partialview.event.details > .left {
  flex: 2;
  margin-right: 10px; }

.piranya.partialview.event.details > .left h1 {
  margin-bottom: 20px; }

.piranya.partialview.event.details > .right {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 10px;
  min-width: 280px;
  position: sticky;
  top: 110px; }

.piranya.partialview.event.details > .right > div:first-of-type {
  display: none; }

.piranya.partialview.event.details > .right > div:nth-of-type(2) {
  background: #34495e;
  color: white;
  border-bottom: 0; }
  .piranya.partialview.event.details > .right > div:nth-of-type(2) p {
    color: inherit; }

.piranya.partialview.event.details > .right > div {
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
  width: 100%; }

.piranya.partialview.event.details > .right img {
  max-width: 100%;
  margin-top: 20px; }

.piranya.partialview.event.details > .right > div .fa {
  background-color: #c3c3c3;
  color: #58646D;
  padding: 10px;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
  font-size: 20px;
  margin-right: 20px; }

.piranya.partialview.event.details > .right > div:hover .fa {
  background-color: #58646D;
  color: #c3c3c3; }

.piranya.partialview.event.details > .right > div:nth-of-type(2) .fa {
  background-color: #58646D;
  color: #c3c3c3; }

.piranya.partialview.event.details > .right > div:nth-of-type(2):hover .fa {
  background-color: #c3c3c3;
  color: #58646D; }

.piranya.partialview.event.details > .right > div > div p:first-of-type:not(:last-of-type) {
  font-weight: bold;
  font-size: 1.15em; }

@media (max-width: 920px) {
  .piranya.partialview.event.details {
    flex-direction: column-reverse; }
  .piranya.partialview.event.details > .right {
    margin-left: auto;
    position: relative;
    top: 0; }
  .piranya.partialview.event.details > .left {
    margin-right: auto;
    border-top: 1px solid #c3c3c3; }
  .piranya.partialview.event.details > .right > div:first-of-type {
    display: flex; }
  .piranya.partialview.event.details > .right > div:first-of-type {
    background: #34495e;
    color: white; }
    .piranya.partialview.event.details > .right > div:first-of-type p {
      color: inherit; }
  .piranya.partialview.event.details > .right > div:first-of-type p {
    font-size: 1.2em; }
  .piranya.partialview.event.details > .right > div:nth-of-type(2) {
    background: none;
    color: black;
    margin-top: 0;
    border-bottom: 1px solid #c3c3c3; }
  .piranya.partialview.event.details > .right > div:nth-of-type(2) .fa {
    background-color: #c3c3c3;
    color: #58646D; }
  .piranya.partialview.event.details > .right > div:nth-of-type(2):hover .fa {
    background-color: #58646D;
    color: #c3c3c3; }
  .piranya.partialview.event.details > .left > h1 {
    display: none; } }


/* piranya/marketing */
.p-marketing.wrapper[data-handler="Popup.SingleMessage"] {
  display: none; }

@media (min-width: 1250px) {
  div.piranya-bpopup.p-marketing {
    max-width: 1200px; } }

.piranya-bpopup > .p-marketing {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .piranya-bpopup > .p-marketing > .description,
  .piranya-bpopup > .p-marketing > .teaser {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .piranya-bpopup > .p-marketing > .description > p,
    .piranya-bpopup > .p-marketing > .teaser > p {
      margin: 0;
      padding: 0;
      text-align: inherit; }
    .piranya-bpopup > .p-marketing > .description + .image,
    .piranya-bpopup > .p-marketing > .teaser + .image {
      margin-top: 20px; }
  .piranya-bpopup > .p-marketing > .title {
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .piranya-bpopup > .p-marketing > .title + div:last-child,
    .piranya-bpopup > .p-marketing > .title + .image,
    .piranya-bpopup > .p-marketing > .title + .teaser {
      margin-top: 20px; }
  .piranya-bpopup > .p-marketing a.image {
    display: block;
    width: 100%; }
  .piranya-bpopup > .p-marketing > img,
  .piranya-bpopup > .p-marketing > picture,
  .piranya-bpopup > .p-marketing > picture > img,
  .piranya-bpopup > .p-marketing a.image > img,
  .piranya-bpopup > .p-marketing a.image > picture,
  .piranya-bpopup > .p-marketing a.image > picture > img {
    width: 100%; }
  .piranya-bpopup > .p-marketing > .image + .description {
    margin-top: 20px; }
  .piranya-bpopup > .p-marketing > a.piranya-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .piranya-bpopup > .p-marketing > .title {
      font-size: 2em; } }
  @media screen and (max-width: 480px) {
    .piranya-bpopup > .p-marketing > .title {
      font-size: 1.5em; } }

.p-marketing[data-handler="Swiper.Slide"] {
  position: relative; }
  a.p-marketing[data-handler="Swiper.Slide"] {
    display: block; }

.p-marketing.swiper-slide > a.image {
  display: flex;
  width: 100%; }
  .p-marketing.swiper-slide > a.image > img,
  .p-marketing.swiper-slide > a.image > picture,
  .p-marketing.swiper-slide > a.image > picture > img {
    width: 100%; }

.p-marketing.swiper-slide > picture,
.p-marketing.swiper-slide > picture > img {
  width: 100%; }

.p-marketing > .eyecatcher {
  background: black;
  clip-path: polygon(1em 0%, 100% 0%, 100% 100%, 1em 100%, 0% 50%);
  padding: 0.5em 0.5em 0.5em 1.3em;
  position: absolute;
  right: 0;
  top: 40px;
  text-align: center;
  z-index: 10; }
  .p-marketing > .eyecatcher p {
    color: white;
    line-height: 1em; }


/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid > .p-layout-container {
    min-height: 1px;
}

.piranya-section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.piranya-group:before,
.piranya-group:after {
    content: "";
    display: table;
}

.piranya-group:after {
    clear: both;
}

.piranya-group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.piranya-col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.piranya-col:first-child {
    margin-left: 0;
}

.piranya-col.align {
    text-align: center;
}

.piranya-col > .align {
    margin: 0 auto;
    float: none;
    text-align: initial;
}

/* all browsers except IE6 and lower */

/*Grid*/
/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_2_of_3 {
    width: 66.1333333333333%;
}

.span_1_of_3 {
    width: 32.2666666666667%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_5_of_6 {
    width: 83.0666666666667%;
}

.span_4_of_6 {
    width: 66.13333333333333%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.2666666666667%;
}

.span_1_of_6 {
    width: 15.3333333333333%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_6_of_7 {
    width: 85.4857142857143%;
}

.span_5_of_7 {
    width: 70.9714285714286%;
}

.span_4_of_7 {
    width: 56.4571428571429%;
}

.span_3_of_7 {
    width: 41.9428571428572%;
}

.span_2_of_7 {
    width: 27.4285714285714%;
}

.span_1_of_7 {
    width: 12.9142857142857%;
}

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_8_of_9 {
    width: 88.7111111111111%;
}

.span_7_of_9 {
    width: 77.4222222222222%;
}

.span_6_of_9 {
    width: 66.1333333333333%;
}

.span_5_of_9 {
    width: 54.8444444444444%;
}

.span_4_of_9 {
    width: 43.5555555555556%;
}

.span_3_of_9 {
    width: 32.2666666666667%;
}

.span_2_of_9 {
    width: 20.9777777777778%;
}

.span_1_of_9 {
    width: 9.68888888888889%;
}

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_10_of_11 {
    width: 90.7636363636364%;
}

.span_9_of_11 {
    width: 81.5272727272727%;
}

.span_8_of_11 {
    width: 72.2909090909091%;
}

.span_7_of_11 {
    width: 63.0545454545455%;
}

.span_6_of_11 {
    width: 53.8181818181818%;
}

.span_5_of_11 {
    width: 44.5818181818182%;
}

.span_4_of_11 {
    width: 35.3454545454545%;
}

.span_3_of_11 {
    width: 26.1090909090909%;
}

.span_2_of_11 {
    width: 16.8727272727273%;
}

.span_1_of_11 {
    width: 7.63636363636364%;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_11_of_12 {
    width: 91.5333333333333%;
}

.span_10_of_12 {
    width: 83.0666666666667%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.1333333333333%;
}

.span_7_of_12 {
    width: 57.6666666666667%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.7333333333333%;
}

.span_4_of_12 {
    width: 32.2666666666667%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.3333333333333%;
}

.span_1_of_12 {
    width: 6.86666666666667%;
}

.span_1_of_1 > .align, .span_2_of_2 > .align, .span_3_of_3 > .align, .span_4_of_4 > .align, .span_5_of_5 > .align, .span_6_of_6 > .align, .span_7_of_7 > .align, 
.span_8_of_8 > .align, .span_9_of_9 > .align, .span_10_of_10 > .align, .span_11_of_11 > .align, .span_12_of_12 > .align  {
    margin: 0;
    float: left;
    clear: both;
}

@media (min-width: 1200px) {
    .span_1_of_2:nth-child(-n+2), .span_1_of_3:nth-child(-n+3), .span_1_of_4:nth-child(-n+4),
    .span_1_of_5:nth-child(-n+5), .span_1_of_6:nth-child(-n+6), .span_1_of_7:nth-child(-n+7), .span_1_of_8:nth-child(-n+8),
    .span_1_of_9:nth-child(-n+9), .span_1_of_10:nth-child(-n+10), .span_1_of_11:nth-child(-n+11), .span_1_of_12:nth-child(-n+12) {
        margin-top: 0;
    }

    .span_1_of_2:nth-last-child(-n+2), .span_1_of_3:nth-last-child(-n+3), .span_1_of_4:nth-last-child(-n+4),
    .span_1_of_5:nth-last-child(-n+5), .span_1_of_6:nth-last-child(-n+6), .span_1_of_7:nth-last-child(-n+7), .span_1_of_8:nth-last-child(-n+8),
    .span_1_of_9:nth-last-child(-n+9), .span_1_of_10:nth-last-child(-n+10), .span_1_of_11:nth-last-child(-n+11), .span_1_of_12:nth-last-child(-n+12) {
        margin-bottom: 0;
    }

    .span_1_of_2:nth-child(2n+1), .span_1_of_3:nth-child(3n+1), .span_1_of_4:nth-child(4n+1),
    .span_1_of_5:nth-child(5n+1), .span_1_of_6:nth-child(6n+1), .span_1_of_7:nth-child(7n+1), .span_1_of_8:nth-child(8n+1),
    .span_1_of_9:nth-child(9n+1), .span_1_of_10:nth-child(10n+1), .span_1_of_11:nth-child(11n+1), .span_1_of_12:nth-child(12n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2:nth-child(2n+1) > .align, .span_1_of_3:nth-child(3n+1) > .align, .span_1_of_4:nth-child(4n+1) > .align,
    .span_1_of_5:nth-child(5n+1) > .align, .span_1_of_6:nth-child(6n+1) > .align, .span_1_of_7:nth-child(7n+1) > .align, .span_1_of_8:nth-child(8n+1) > .align,
    .span_1_of_9:nth-child(9n+1) > .align, .span_1_of_10:nth-child(10n+1) > .align, .span_1_of_11:nth-child(11n+1) > .align, .span_1_of_12:nth-child(12n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) > .align, .span_1_of_3:nth-child(3n) > .align, .span_1_of_4:nth-child(4n) > .align,
    .span_1_of_5:nth-child(5n) > .align, .span_1_of_6:nth-child(6n) > .align, .span_1_of_7:nth-child(7n) > .align, .span_1_of_8:nth-child(8n) > .align,
    .span_1_of_9:nth-child(9n) > .align, .span_1_of_10:nth-child(10n) > .align, .span_1_of_11:nth-child(11n) > .align, .span_1_of_12:nth-child(12n) > .align {
        margin: 0;
        float: right;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 1200px) {
    .span_1_of_2 {
        width: 100%;
    }
    
    .span_1_of_2 {
        margin: 1% 0 1% 0%;
    }
    
    .span_1_of_3, .span_1_of_4, .span_1_of_5, .span_1_of_6, .span_1_of_7, .span_1_of_8, .span_1_of_9, .span_1_of_10, .span_1_of_11, .span_1_of_12 {
        width: 49.2%;
    }

    .span_1_of_3:nth-child(-n+2), .span_1_of_4:nth-child(-n+2), .span_1_of_5:nth-child(-n+2), 
    .span_1_of_6:nth-child(-n+2), .span_1_of_7:nth-child(-n+2), .span_1_of_8:nth-child(-n+2),
    .span_1_of_9:nth-child(-n+2), .span_1_of_10:nth-child(-n+2), .span_1_of_11:nth-child(-n+2), .span_1_of_12:nth-child(-n+2) {
        margin-top: 0;
    }

    .span_1_of_3:nth-last-child(-n+2), .span_1_of_4:nth-last-child(-n+2), .span_1_of_5:nth-last-child(-n+2), 
    .span_1_of_6:nth-last-child(-n+2), .span_1_of_7:nth-last-child(-n+2), .span_1_of_8:nth-last-child(-n+2),
    .span_1_of_9:nth-last-child(-n+2), .span_1_of_10:nth-last-child(-n+2), .span_1_of_11:nth-last-child(-n+2), .span_1_of_12:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .span_1_of_3:nth-child(2n+1), .span_1_of_4:nth-child(2n+1), .span_1_of_5:nth-child(2n+1), 
    .span_1_of_6:nth-child(2n+1), .span_1_of_7:nth-child(2n+1), .span_1_of_8:nth-child(2n+1),
    .span_1_of_9:nth-child(2n+1), .span_1_of_10:nth-child(2n+1), .span_1_of_11:nth-child(2n+1), .span_1_of_12:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2 > .align, .span_1_of_3:nth-child(2n+1) > .align, .span_1_of_4:nth-child(2n+1) > .align,
    .span_1_of_5:nth-child(2n+1) > .align, .span_1_of_6:nth-child(2n+1) > .align, .span_1_of_7:nth-child(2n+1) > .align, .span_1_of_8:nth-child(2n+1) > .align,
    .span_1_of_9:nth-child(2n+1) > .align, .span_1_of_10:nth-child(2n+1) > .align, .span_1_of_11:nth-child(2n+1) > .align, .span_1_of_12:nth-child(2n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) > .align, .span_1_of_4:nth-child(2n) > .align,
    .span_1_of_5:nth-child(2n) > .align, .span_1_of_6:nth-child(2n) > .align, .span_1_of_7:nth-child(2n) > .align, .span_1_of_8:nth-child(2n) > .align,
    .span_1_of_9:nth-child(2n) > .align, .span_1_of_10:nth-child(2n) > .align, .span_1_of_11:nth-child(2n) > .align, .span_1_of_12:nth-child(2n) > .align {
        margin: 0;
        float: right;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
        width: 100%;
    }

    .span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_1, .span_1_of_11 {
        width: 100%;
    }

    .span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9 {
        width: 100%;
    }

    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
        width: 100%;
    }

    .span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
        width: 100%;
    }

    .span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
        width: 100%;
    }

    .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
        width: 100%;
    }

    .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .piranya-col {
        margin: 1% 0 1% 0%;
    }

    .piranya-col:first-child {
        margin-top: 0;
    }

    .piranya-col:last-child {
        margin-bottom: 0;
    }

    .piranya-col.align > .align {
        margin: 0;
        float: left;
    }
}

.piranya-grid[data-positioned="true"] {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@supports (display: grid) {
    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
        display: grid;
        grid-gap: 15px;
    }

    .piranya-grid[data-column-count="1"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(2, 1fr);
    }

    .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(3, 1fr);
    }

    .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(4, 1fr);
    }

    .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(5, 1fr);
    }

    .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(6, 1fr);
    }

    .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(7, 1fr);
    }

    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) > .piranya-col {
        width: 100%;
        margin: 0;
    }

    @media only screen and (max-width: 1200px) {
        .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(2, 1fr);
        }

        .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(3, 1fr);
        }

        .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(4, 1fr);
        }

        .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(5, 1fr);
        }

        .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(6, 1fr);
        }
    }

    @media only screen and (max-width: 480px) {
        .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }
    }
}

/* /content/dynamic/5.css */
p
{
    font-feature-settings: 'lnum' 1;
    
}

.colums-1 {
    width: 100%;
}

.feature-box-inner
{
float:left;
    padding: 50px 0px;
    text-align:center;

display: flex;
flex-direction: column;
    align-items: center;
}

.fbox-icon
{
    display: flex;
    justify-content: center;
    color: #fff;
    background: #b59c71;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 76px;

    font-size: 30px;
    margin-bottom: 20px;
}

.description p
{

    font-size: 15px;
    color: black;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
body .box
{
    background-color: #fafafb;
    min-height:100px;
    display: inline-block;
    margin-bottom:20px;
}

/* /content/dynamic/1.css */
.piranya-menu-wrapper.responsive a {
  color: grey;
  line-height: 80px;
  text-transform: uppercase;
  font-family: Coop_Bold;
  font-size: 0.9em;
  white-space: nowrap; }
  .piranya-menu-wrapper.responsive a:hover > p {
    color: #af232c; }
  .piranya-menu-wrapper.responsive a > p {
    line-height: 80px; }

.piranya-menu {
  float: right; }

@media (min-width: 980px) {
  body .piranya-menu-wrapper {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex; }
  body .piranya-menu-wrapper.responsive li {
    padding: 0px 30px;
    position: relative; }
  body .piranya-menu-wrapper.responsive li:nth-last-child(2) {
    padding: 0px 0px 0px 30px;
    position: relative; } }

.piranya-menu-item-selected a {
  color: #af232c !important; }

@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive > ul:not(.open) {
    color: #2b2b2b;
    margin-top: 12px; }
  #logo {
    margin-left: 10px;
    padding: 20px 0px; } }

@media (max-width: 979px) {
  body .piranya-menu-wrapper.responsive ul.open li, .piranya-menu-wrapper.responsive ul.open .close-btn {
    width: 100%; } }

@media (max-width: 979px) {
  body .piranya-menu-wrapper.responsive > ul.open {
    width: 280px;
    padding-left: 20px;
    top: 0;
    overflow-y: auto;
    right: 0;
    position: fixed;
    background-color: #ffffff;
    z-index: 10000;
    padding-top: 50px; }
  body .piranya-menu-wrapper.responsive > ul.open a {
    color: black; } }

@media (max-width: 979px) {
  body .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c";
    color: #af232c;
    font-size: 2em;
    line-height: 80px; } }

@media (max-width: 979px) {
  body .piranya-menu-wrapper.responsive > ul.open .close-btn {
    position: absolute;
    transition: all 0.2s;
    right: 10px;
    top: 10px;
    height: 32px;
    width: 32px;
    font-size: 32px;
    cursor: pointer;
    color: black; } }

.content {
  background-color: white; }
  .content ul > li {
    background-color: unset;
    padding-left: 10px; }

@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive > ul.open ul > li a {
    padding-left: 20px;
    font-size: 1em; } }


/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid > .p-layout-container {
    min-height: 1px;
}

.piranya-section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.piranya-group:before,
.piranya-group:after {
    content: "";
    display: table;
}

.piranya-group:after {
    clear: both;
}

.piranya-group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.piranya-col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.piranya-col:first-child {
    margin-left: 0;
}

.piranya-col.align {
    text-align: center;
}

.piranya-col > .align {
    margin: 0 auto;
    float: none;
    text-align: initial;
}

/* all browsers except IE6 and lower */

/*Grid*/
/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_2_of_3 {
    width: 66.1333333333333%;
}

.span_1_of_3 {
    width: 32.2666666666667%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_5_of_6 {
    width: 83.0666666666667%;
}

.span_4_of_6 {
    width: 66.13333333333333%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.2666666666667%;
}

.span_1_of_6 {
    width: 15.3333333333333%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_6_of_7 {
    width: 85.4857142857143%;
}

.span_5_of_7 {
    width: 70.9714285714286%;
}

.span_4_of_7 {
    width: 56.4571428571429%;
}

.span_3_of_7 {
    width: 41.9428571428572%;
}

.span_2_of_7 {
    width: 27.4285714285714%;
}

.span_1_of_7 {
    width: 12.9142857142857%;
}

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_8_of_9 {
    width: 88.7111111111111%;
}

.span_7_of_9 {
    width: 77.4222222222222%;
}

.span_6_of_9 {
    width: 66.1333333333333%;
}

.span_5_of_9 {
    width: 54.8444444444444%;
}

.span_4_of_9 {
    width: 43.5555555555556%;
}

.span_3_of_9 {
    width: 32.2666666666667%;
}

.span_2_of_9 {
    width: 20.9777777777778%;
}

.span_1_of_9 {
    width: 9.68888888888889%;
}

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_10_of_11 {
    width: 90.7636363636364%;
}

.span_9_of_11 {
    width: 81.5272727272727%;
}

.span_8_of_11 {
    width: 72.2909090909091%;
}

.span_7_of_11 {
    width: 63.0545454545455%;
}

.span_6_of_11 {
    width: 53.8181818181818%;
}

.span_5_of_11 {
    width: 44.5818181818182%;
}

.span_4_of_11 {
    width: 35.3454545454545%;
}

.span_3_of_11 {
    width: 26.1090909090909%;
}

.span_2_of_11 {
    width: 16.8727272727273%;
}

.span_1_of_11 {
    width: 7.63636363636364%;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_11_of_12 {
    width: 91.5333333333333%;
}

.span_10_of_12 {
    width: 83.0666666666667%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.1333333333333%;
}

.span_7_of_12 {
    width: 57.6666666666667%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.7333333333333%;
}

.span_4_of_12 {
    width: 32.2666666666667%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.3333333333333%;
}

.span_1_of_12 {
    width: 6.86666666666667%;
}

.span_1_of_1 > .align, .span_2_of_2 > .align, .span_3_of_3 > .align, .span_4_of_4 > .align, .span_5_of_5 > .align, .span_6_of_6 > .align, .span_7_of_7 > .align, 
.span_8_of_8 > .align, .span_9_of_9 > .align, .span_10_of_10 > .align, .span_11_of_11 > .align, .span_12_of_12 > .align  {
    margin: 0;
    float: left;
    clear: both;
}

@media (min-width: 980px) {
    .span_1_of_2:nth-child(-n+2), .span_1_of_3:nth-child(-n+3), .span_1_of_4:nth-child(-n+4),
    .span_1_of_5:nth-child(-n+5), .span_1_of_6:nth-child(-n+6), .span_1_of_7:nth-child(-n+7), .span_1_of_8:nth-child(-n+8),
    .span_1_of_9:nth-child(-n+9), .span_1_of_10:nth-child(-n+10), .span_1_of_11:nth-child(-n+11), .span_1_of_12:nth-child(-n+12) {
        margin-top: 0;
    }

    .span_1_of_2:nth-last-child(-n+2), .span_1_of_3:nth-last-child(-n+3), .span_1_of_4:nth-last-child(-n+4),
    .span_1_of_5:nth-last-child(-n+5), .span_1_of_6:nth-last-child(-n+6), .span_1_of_7:nth-last-child(-n+7), .span_1_of_8:nth-last-child(-n+8),
    .span_1_of_9:nth-last-child(-n+9), .span_1_of_10:nth-last-child(-n+10), .span_1_of_11:nth-last-child(-n+11), .span_1_of_12:nth-last-child(-n+12) {
        margin-bottom: 0;
    }

    .span_1_of_2:nth-child(2n+1), .span_1_of_3:nth-child(3n+1), .span_1_of_4:nth-child(4n+1),
    .span_1_of_5:nth-child(5n+1), .span_1_of_6:nth-child(6n+1), .span_1_of_7:nth-child(7n+1), .span_1_of_8:nth-child(8n+1),
    .span_1_of_9:nth-child(9n+1), .span_1_of_10:nth-child(10n+1), .span_1_of_11:nth-child(11n+1), .span_1_of_12:nth-child(12n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2:nth-child(2n+1) > .align, .span_1_of_3:nth-child(3n+1) > .align, .span_1_of_4:nth-child(4n+1) > .align,
    .span_1_of_5:nth-child(5n+1) > .align, .span_1_of_6:nth-child(6n+1) > .align, .span_1_of_7:nth-child(7n+1) > .align, .span_1_of_8:nth-child(8n+1) > .align,
    .span_1_of_9:nth-child(9n+1) > .align, .span_1_of_10:nth-child(10n+1) > .align, .span_1_of_11:nth-child(11n+1) > .align, .span_1_of_12:nth-child(12n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) > .align, .span_1_of_3:nth-child(3n) > .align, .span_1_of_4:nth-child(4n) > .align,
    .span_1_of_5:nth-child(5n) > .align, .span_1_of_6:nth-child(6n) > .align, .span_1_of_7:nth-child(7n) > .align, .span_1_of_8:nth-child(8n) > .align,
    .span_1_of_9:nth-child(9n) > .align, .span_1_of_10:nth-child(10n) > .align, .span_1_of_11:nth-child(11n) > .align, .span_1_of_12:nth-child(12n) > .align {
        margin: 0;
        float: right;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 980px) {
    .span_1_of_2 {
        width: 100%;
    }
    
    .span_1_of_2 {
        margin: 1% 0 1% 0%;
    }
    
    .span_1_of_3, .span_1_of_4, .span_1_of_5, .span_1_of_6, .span_1_of_7, .span_1_of_8, .span_1_of_9, .span_1_of_10, .span_1_of_11, .span_1_of_12 {
        width: 49.2%;
    }

    .span_1_of_3:nth-child(-n+2), .span_1_of_4:nth-child(-n+2), .span_1_of_5:nth-child(-n+2), 
    .span_1_of_6:nth-child(-n+2), .span_1_of_7:nth-child(-n+2), .span_1_of_8:nth-child(-n+2),
    .span_1_of_9:nth-child(-n+2), .span_1_of_10:nth-child(-n+2), .span_1_of_11:nth-child(-n+2), .span_1_of_12:nth-child(-n+2) {
        margin-top: 0;
    }

    .span_1_of_3:nth-last-child(-n+2), .span_1_of_4:nth-last-child(-n+2), .span_1_of_5:nth-last-child(-n+2), 
    .span_1_of_6:nth-last-child(-n+2), .span_1_of_7:nth-last-child(-n+2), .span_1_of_8:nth-last-child(-n+2),
    .span_1_of_9:nth-last-child(-n+2), .span_1_of_10:nth-last-child(-n+2), .span_1_of_11:nth-last-child(-n+2), .span_1_of_12:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .span_1_of_3:nth-child(2n+1), .span_1_of_4:nth-child(2n+1), .span_1_of_5:nth-child(2n+1), 
    .span_1_of_6:nth-child(2n+1), .span_1_of_7:nth-child(2n+1), .span_1_of_8:nth-child(2n+1),
    .span_1_of_9:nth-child(2n+1), .span_1_of_10:nth-child(2n+1), .span_1_of_11:nth-child(2n+1), .span_1_of_12:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2 > .align, .span_1_of_3:nth-child(2n+1) > .align, .span_1_of_4:nth-child(2n+1) > .align,
    .span_1_of_5:nth-child(2n+1) > .align, .span_1_of_6:nth-child(2n+1) > .align, .span_1_of_7:nth-child(2n+1) > .align, .span_1_of_8:nth-child(2n+1) > .align,
    .span_1_of_9:nth-child(2n+1) > .align, .span_1_of_10:nth-child(2n+1) > .align, .span_1_of_11:nth-child(2n+1) > .align, .span_1_of_12:nth-child(2n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) > .align, .span_1_of_4:nth-child(2n) > .align,
    .span_1_of_5:nth-child(2n) > .align, .span_1_of_6:nth-child(2n) > .align, .span_1_of_7:nth-child(2n) > .align, .span_1_of_8:nth-child(2n) > .align,
    .span_1_of_9:nth-child(2n) > .align, .span_1_of_10:nth-child(2n) > .align, .span_1_of_11:nth-child(2n) > .align, .span_1_of_12:nth-child(2n) > .align {
        margin: 0;
        float: right;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
        width: 100%;
    }

    .span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_1, .span_1_of_11 {
        width: 100%;
    }

    .span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9 {
        width: 100%;
    }

    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
        width: 100%;
    }

    .span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
        width: 100%;
    }

    .span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
        width: 100%;
    }

    .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
        width: 100%;
    }

    .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .piranya-col {
        margin: 1% 0 1% 0%;
    }

    .piranya-col:first-child {
        margin-top: 0;
    }

    .piranya-col:last-child {
        margin-bottom: 0;
    }

    .piranya-col.align > .align {
        margin: 0;
        float: left;
    }
}

.piranya-grid[data-positioned="true"] {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@supports (display: grid) {
    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
        display: grid;
        grid-gap: 15px;
    }

    .piranya-grid[data-column-count="1"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(2, 1fr);
    }

    .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(3, 1fr);
    }

    .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(4, 1fr);
    }

    .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(5, 1fr);
    }

    .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(6, 1fr);
    }

    .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(7, 1fr);
    }

    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) > .piranya-col {
        width: 100%;
        margin: 0;
    }

    @media only screen and (max-width: 980px) {
        .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(2, 1fr);
        }

        .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(3, 1fr);
        }

        .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(4, 1fr);
        }

        .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(5, 1fr);
        }

        .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(6, 1fr);
        }
    }

    @media only screen and (max-width: 480px) {
        .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }
    }
}

/* /content/dynamic/2.css */
body {
  font-family: "Coop_Regular", Tahoma, Geneva, sans-serif;
  margin: 0px; }

.sidebox {
  background-color: grey;
  padding: 10px;
  box-sizing: border-box; }

p {
  font-size: 14px;
  line-height: 24px;
  color: #646464; }

body:not(.piranya-page-home) section {
  padding: 25px 0px 50px 0px; }

body .piranya-view.events {
  padding: 50px 0px 150px 0px; }

.center {
  float: none;
  margin: 0px auto;
  position: relative;
  max-width: 1200px;
  width: 97%; }

.mini-top li:hover {
  color: #19407c; }

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #af232c;
  outline: none; }

#arrow-down {
  text-align: center;
  height: 60px;
  margin-top: 40px;
  text-align: center; }

#phonetext-wrapper .fa {
  font-size: 4em;
  color: white;
  position: absolute;
  top: 25%; }

#bigstate, #bigstate_mobile {
  font-size: 2em;
  font-family: 'Coop_Bold'; }

#normstate {
  font-size: 2em;
  font-family: 'Coop_Regular'; }

body .tp-caption.very_big_white, .very_big_white {
  background-color: transparent; }

tr {
  text-align: center; }

tr h2, tr p {
  text-align: left; }

h1, h2, h3 {
  font-family: 'Coop_Bold';
  color: #222;
  line-height: 1.3em; }

h4 {
  font-family: 'Coop_Regular';
  color: #333;
  line-height: 2em; }

.boxwrapper a {
  font-family: 'Coop_Regular';
  color: #333;
  line-height: 2em; }

.boxwrapper .piranya-btn {
  font-family: 'Coop_Regular';
  color: white; }

h1 {
  font-size: 2.5em; }

h2 {
  font-weight: normal;
  font-size: 2em; }

#subtitle p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  color: #999; }

.companytopic {
  margin-bottom: 30px; }

#welcome {
  padding-top: 40px;
  padding-bottom: 64px; }

#info-banner {
  background-color: #ffe1e1;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #bf8787; }
  #info-banner a {
    color: #b96767; }

.colorbox {
  background-color: #cccccc;
  padding: 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .colorbox p {
    max-width: 600px; }
  @media (max-width: 680px) {
    .colorbox {
      padding: 30px; } }

.colorbox2 {
  background-color: white;
  padding: 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .colorbox2 p {
    max-width: 600px; }
  @media (max-width: 680px) {
    .colorbox2 {
      padding: 30px; } }

.textbox {
  background-image: url(/image/27);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: Center;
  background-size: cover;
  background-position: center; }
  @media (max-width: 680px) {
    .textbox {
      height: 200px; } }
  .textbox .piranya-btn {
    background-color: #af232c;
    border-radius: 5px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: 1;
    margin: 0 2rem 1rem 0; }

.textbox1 {
  background-image: url(/image/21);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: Center;
  background-size: cover; }
  @media (max-width: 680px) {
    .textbox1 {
      height: 200px; } }
  .textbox1 .piranya-btn {
    background-color: #af232c;
    border-radius: 5px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: 1;
    margin: 0 2rem 1rem 0; }

.textbox2 {
  background-image: url(/image/18);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: Center;
  background-size: cover; }
  @media (max-width: 680px) {
    .textbox2 {
      height: 200px; } }
  .textbox2 .piranya-btn {
    background-color: #af232c;
    border-radius: 5px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: 1;
    margin: 0 2rem 1rem 0; }

.textbox3 {
  background-image: url(/image/30);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: Center;
  background-size: cover; }
  @media (max-width: 680px) {
    .textbox3 {
      height: 200px; } }
  .textbox3 .piranya-btn {
    background-color: #af232c;
    border-radius: 5px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: 1;
    margin: 0 2rem 1rem 0; }

.textbox4 {
  background-image: url(/image/48);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: Center;
  background-size: cover; }
  @media (max-width: 680px) {
    .textbox4 {
      height: 200px; } }
  .textbox4 .piranya-btn {
    background-color: #af232c;
    border-radius: 5px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: 1;
    margin: 0 2rem 1rem 0; }

@media (min-width: 680px) {
  body .textbox-inner {
    width: 500px; } }

.piranya-btn {
  background-color: #af232c;
  border-radius: 5px;
  padding: 14px 26px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  user-select: none;
  line-height: 1;
  margin: 0 2rem 1rem 0;
  box-sizing: border-box;
  color: white;
  transition: all 250ms ease; }
  .piranya-btn a {
    color: white; }
  .piranya-btn:hover {
    background-color: white;
    color: #af232c; }

.btn-contantside .piranya-btn {
  width: 100%;
  text-align: center; }

#btn-container {
  width: 100%; }

#arrow-down {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5em; }

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

#owl-demo {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50vh; }
  #owl-demo .item {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    #owl-demo .item > div.text {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #owl-demo .item > div.text img {
        width: auto; }
      #owl-demo .item > div.text h1,
      #owl-demo .item > div.text h2,
      #owl-demo .item > div.text h3,
      #owl-demo .item > div.text h4,
      #owl-demo .item > div.text h5,
      #owl-demo .item > div.text p,
      #owl-demo .item > div.text a {
        color: white; }
      #owl-demo .item > div.text h1 {
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text h1 {
            font-size: 2.0em;
            margin: 15px 10px; } }
      #owl-demo .item > div.text h2 {
        font-size: 3em;
        margin-bottom: 40px; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text h2 {
            font-size: 2.0em;
            margin: 15px 10px; } }
      #owl-demo .item > div.text p {
        font-size: 1.25em; }
  #owl-demo.subpage {
    height: 50vh; }
    @media (max-width: 680px) {
      #owl-demo.subpage {
        height: 50vh; } }
    #owl-demo.subpage .item {
      height: 50vh;
      background-position: top; }
      @media (max-width: 680px) {
        #owl-demo.subpage .item {
          margin-top: 0;
          height: 50vh; } }
      #owl-demo.subpage .item .text h1, #owl-demo.subpage .item .text p {
        color: white;
        margin-bottom: 12px; }

div.owl-prev,
div.owl-next {
  position: absolute;
  top: 30%; }

div.owl-prev {
  left: 0; }

div.owl-next {
  right: 0; }

.owl-controls.clickable .owl-buttons div {
  width: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%; }

.owl-controls .owl-page span {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.owl-controls .owl-page.active span {
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

#vin-shop-top #owl-demo .item > div.text {
  font-size: 2em; }
  #vin-shop-top #owl-demo .item > div.text p, #vin-shop-top #owl-demo .item > div.text h1 {
    color: white; }

.adress-wrap {
  width: 100%; }
  .adress-wrap a {
    word-break: break-all; }
  .adress-wrap table {
    border: 0px; }
  .adress-wrap td {
    background-color: #eaeaea;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    border-color: white;
    text-align: left;
    color: #636363; }
  .adress-wrap tr:nth-child(odd) td {
    background-color: #f5f5f5;
    height: 50px; }
  .adress-wrap th, .adress-wrap tr:first-child td {
    background-color: #af232c;
    padding-left: 20px;
    color: white; }

@media (max-width: 980px) {
  .boxes-section .piranya-grid .p-layout-container.image {
    order: 1; } }

textarea.piranya-txt {
  min-height: 200px; }


/* /content/dynamic/4.css */
#topbar {
  background-color: white;
  width: 100%;
  z-index: 100; }

.center-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center; }

.mini-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex; }

.mini-top p, .mini-top .fa, .mini-top a {
  color: white; }

.mini-top .fa {
  padding: 5px 10px; }

.mini-top li {
  padding-right: 30px;
  display: inline-block;
  position: relative; }

.mini-top li:nth-child(-n+2):after {
  content: "";
  height: 22px;
  width: 1px;
  display: block;
  position: absolute;
  right: 16px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.22); }

.thememount-topbar-inner {
  line-height: 42px;
  width: 100%; }

.top-contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  display: inline-block;
  position: relative; }

.social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
  float: right; }

.social-icons li {
  display: inline-block !important;
  padding-left: 1px;
  min-width: 20px;
  border: none; }

body .top-contact .social-icons li:after {
  display: none !important; }


/* /content/dynamic/6.css */
@keyframes zoom {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.01); } }

.custom-swiper-section {
  display: flex; }
  .custom-swiper-section:not(.standard-swiper-messages) {
    max-height: 600px;
    height: 600px; }
    .custom-swiper-section:not(.standard-swiper-messages).short {
      max-height: 300px;
      height: 300px; }
    .custom-swiper-section:not(.standard-swiper-messages).short picture, .custom-swiper-section:not(.standard-swiper-messages) .text-wrapper {
      min-height: 300px; }
    .custom-swiper-section:not(.standard-swiper-messages):not(.short) picture, .custom-swiper-section:not(.standard-swiper-messages) .text-wrapper {
      min-height: 600px; }
  .custom-swiper-section .swiper-container, .custom-swiper-section .swiper-wrapper, .custom-swiper-section .swiper-slide {
    height: 100%;
    width: 100%; }
  .custom-swiper-section .swiper-container {
    overflow: hidden; }
  .custom-swiper-section .p-marketing.swiper-slide {
    display: flex; }
  .custom-swiper-section .p-marketing.swiper-slide > .title {
    position: absolute;
    font-size: 3em;
    color: white; }
    @media (min-width: 981px) {
      .custom-swiper-section .p-marketing.swiper-slide > .title {
        top: 100px;
        left: calc((100% - 1200px) / 2);
        z-index: 1; } }
  .custom-swiper-section .p-marketing.swiper-slide-active > picture, .custom-swiper-section .p-marketing.swiper-slide-active > picture > img {
    animation-duration: 16s;
    animation-name: zoom;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

.custom-swiper-section .swiper-container > *:not(.swiper-wrapper) {
  display: none; }

.custom-swiper-section .swiper-slide.custom-message {
  justify-content: center; }
  .custom-swiper-section .swiper-slide.custom-message p {
    color: white;
    font-size: 1.2em;
    text-align: center; }
    @media (max-width: 980px) {
      .custom-swiper-section .swiper-slide.custom-message p {
        font-size: .9em; } }
  .custom-swiper-section .swiper-slide.custom-message .text-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px; }
  .custom-swiper-section .swiper-slide.custom-message .title {
    font-size: 3em;
    color: white; }
    @media (max-width: 980px) {
      .custom-swiper-section .swiper-slide.custom-message .title {
        font-size: 2em; } }
  .custom-swiper-section .swiper-slide.custom-message .message {
    font-size: 1.1em;
    color: white;
    margin-top: 20px; }
    @media (max-width: 980px) {
      .custom-swiper-section .swiper-slide.custom-message .message {
        font-size: .9em; } }
  .custom-swiper-section .swiper-slide.custom-message .eyecatcher {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 25px 15px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: white;
    width: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
  .custom-swiper-section .swiper-slide.custom-message .eyecatcher p {
    font-size: .8em;
    color: black;
    text-align: center; }
    @media (max-width: 980px) {
      .custom-swiper-section .swiper-slide.custom-message .eyecatcher p {
        font-size: .7em; } }
  .custom-swiper-section .swiper-slide.custom-message .teaser {
    text-align: center;
    color: white; }
  .custom-swiper-section .swiper-slide.custom-message .piranya-btn {
    position: absolute;
    bottom: 20px; }

.swiper-container[data-overlay="1"] .swiper-slide.custom-message {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay; }

.swiper-container[data-overlay="2"] .swiper-slide.custom-message {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: overlay; }

.custom-swiper-section.background-swiper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  max-height: unset; }
  .custom-swiper-section.background-swiper .swiper-slide {
    opacity: .9;
    background-position: top; }

#topbar ~ #piranya-page .custom-swiper-section.sticky-top {
  position: fixed;
  top: 0;
  z-index: 2;
  height: 300px; }
  @media (max-width: 980px) {
    #topbar ~ #piranya-page .custom-swiper-section.sticky-top {
      height: 200px; } }
  #topbar ~ #piranya-page .custom-swiper-section.sticky-top .swiper-slide .text-wrapper {
    margin: unset;
    justify-content: flex-start; }
    #topbar ~ #piranya-page .custom-swiper-section.sticky-top .swiper-slide .text-wrapper > *:not(.title):not(.teaser) {
      transition: opacity 250ms ease;
      opacity: 1; }

#topbar:not(.top) ~ #piranya-page .custom-swiper-section.sticky-top .swiper-slide .text-wrapper > *:not(.title):not(.teaser) {
  opacity: 0; }

@media (max-width: 980px) {
  #topbar.top ~ #piranya-page .custom-swiper-section.sticky-top .swiper-slide .text-wrapper > *:not(.title):not(.teaser) {
    opacity: 0; }
  #topbar:not(.top) ~ #piranya-page .custom-swiper-section.sticky-top .swiper-slide .text-wrapper > *:not(.title) {
    opacity: 0; } }

.custom-swiper-section.sticky-top > .piranya-btn {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  height: 50px;
  right: calc(((100% - 1200px) / 2) + 1210px);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 980px) {
    .custom-swiper-section.sticky-top > .piranya-btn {
      right: unset;
      left: 10px;
      top: 10px;
      bottom: unset;
      height: auto;
      padding: 10px; } }


/* /content/dynamic/7.css */
.team-box {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.team-box .text-col {
  float: left;
  width: 100%;
  padding: 28px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center; }
  .team-box .text-col h3 + p {
    padding-bottom: 5px; }
  .team-box .text-col .separator + p {
    padding-top: 5px; }

.thumb {
  width: 100%;
  display: flex;
  justify-content: center; }

p {
  font-feature-settings: 'lnum' 1; }

.colums-1 {
  width: 100%; }

.feature-box-inner {
  float: left;
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.fbox-icon {
  display: flex;
  justify-content: center;
  color: #fff;
  background: #ffab4b;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 76px;
  font-size: 30px;
  margin-bottom: 20px; }

.employee-wrap .description p {
  font-size: 20px;
  color: black;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

body .box {
  border: 1px solid #ccc;
  min-height: 100px;
  display: inline-block;
  margin-bottom: 20px; }

#contact {
  height: 467px;
  background-color: #00a2b3; }

#contact-map {
  height: 100%; }

#map {
  height: 500px;
  width: 100%; }
  #map iframe {
    max-width: 100%; }

.text-col .separator {
  background-color: #c31414;
  height: 2px;
  position: relative;
  width: 22px;
  display: block;
  margin-top: 5px;
  text-align: center; }

.tablebox td {
  background-color: #eaeaea;
  height: 50px;
  font-size: 16px;
  padding-left: 20px; }

.tablebox tr:nth-child(odd) td {
  background-color: #f5f5f5;
  height: 50px; }

.tablebox th, .tablebox tr:first-child td {
  background-color: #c31414;
  padding-left: 20px;
  color: white; }

.sponsor-w img {
  margin-bottom: 110px; }

.coopfood {
  background-color: #faf8f5;
  padding: 0px !important; }
  .coopfood .textwrap {
    padding: 40px 20px; }

.offers {
  border-bottom: 1px solid grey;
  width: 100%;
  padding-bottom: 20px; }

.link-section table {
  border: 0; }

.link-section td {
  border: 0; }


/* /content/dynamic/8.css */
#event-overview-wrapper {
  width: calc(100% - 40px);
  background-color: white;
  box-sizing: border-box; }

#event-overview-wrapper .event-cover-image-wrapper img {
  width: 300px; }

#event-overview-wrapper .event-wrapper {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding: 60px 0px; }

#event-overview-wrapper .event-cover-image-wrapper {
  margin-right: 30px; }

#event-overview-wrapper .event-description-wrapper {
  float: right;
  width: calc(80% - 20px); }

#event-overview-wrapper .event-description-wrapper h2 {
  font-family: 'Coop_Bold';
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 5px; }

#event-overview-wrapper .time, #event-overview-wrapper .location {
  width: 100%; }

.event-description-wrapper .description {
  font-family: 'Coop_Regular'; }

#event-overview-wrapper h3 {
  float: left;
  margin-bottom: 5px; }

#event-overview-wrapper .time, #event-overview-wrapper .location {
  margin-bottom: 5px; }

.event-description-wrapper p {
  color: #afafaf;
  font-size: .8em;
  font-family: 'roboto'; }

.event-description-wrapper {
  display: flex;
  flex-flow: column; }

.event-description-wrapper .piranya-btn {
  width: min-content;
  white-space: nowrap;
  width: fit-content; }

.time img {
  float: left;
  margin-right: 5px;
  width: 20px; }

.time p, .location {
  float: left;
  margin-top: 4px;
  font-size: 14px;
  font-family: Coop_Regular; }

#event-overview-wrapper .event-wrapper .piranya-btn {
  background-color: #af232c;
  border-radius: 5px;
  padding: 14px 26px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  user-select: none;
  line-height: 1;
  margin: 0 2rem 1rem 0;
  margin-top: 10px; }

.event-wrapper:last-child .splitter-wrapper {
  display: none; }

.event-wrapper .splitter-wrapper {
  width: 100%; }

.event-wrapper .splitter {
  margin: 10px auto;
  width: 100%;
  height: 1px;
  float: none;
  border-bottom: 1px solid #d3d3d3; }

.no-events-text {
  text-align: center; }

@media (max-width: 980px) {
  #event-overview-wrapper .event-cover-image-wrapper, #event-overview-wrapper .event-description-wrapper {
    width: 100%; } }

/* Brugsen specifik */
body .piranya.partialview.event.details > .right > div:nth-of-type(2) {
  background: #b41522;
  color: white; }

body .piranya.partialview.event.details > .right > div:nth-of-type(2) p {
  font-size: 1.2em; }

body .piranya.partialview.event.details > .right > div .fa {
  background-color: #c3c3c3;
  color: #58646D; }

body .piranya.partialview.event.details > .right > div:hover .fa {
  background-color: #58646D;
  color: #c3c3c3; }

body .piranya.partialview.event.details > .right > div:nth-of-type(2) .fa {
  background-color: #821E21;
  color: white; }

body .piranya.partialview.event.details > .right > div:nth-of-type(2):hover .fa {
  background-color: white;
  color: #821E21; }

body .piranya.partialview.event.details > .right > div > div p {
  font-family: 'Coop_regular'; }

body .piranya.partialview.event.details > .right > div > div p:first-of-type:not(:last-of-type) {
  font-weight: normal;
  font-family: Coop_Bold;
  font-size: 1.1em;
  color: black; }

@media (max-width: 920px) {
  body .piranya.partialview.event.details > .right {
    padding-top: 0; }
  body .piranya.partialview.event.details > .right > div:first-of-type {
    background: #b41522;
    color: white; }
  body .piranya.partialview.event.details > .right > div:nth-of-type(2) {
    background: none;
    color: black; }
  body .piranya.partialview.event.details > .right > div:nth-of-type(2) .fa {
    background-color: #c3c3c3;
    color: #58646D; }
  body .piranya.partialview.event.details > .right > div:nth-of-type(2):hover .fa {
    background-color: #58646D;
    color: #c3c3c3; } }

.piranya.partialview.event.details > .right > div:nth-of-type(2) {
  background: #ebebeb;
  color: #212121; }

.eventing {
  position: relative; }


/* /content/dynamic/9.css */
#footer a {
  color: #333;
  font-family: 'Coop_Regular';
  font-size: 14px; }

#footer {
  width: 100%;
  float: left; }

#upper-footer {
  min-height: 400px;
  padding-top: 20px;
  width: 100%;
  background: #ebebeb;
  padding-top: 30px; }

#lower-footer {
  padding: 10px 0px;
  display: table;
  width: 100%;
  background-color: #2a2a2a;
  border-top: 1px solid #494949;
  display: block;
  margin: 0 auto;
  text-align: center;
  float: left; }

#lower-footer p {
  color: black;
  line-height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Coop_Regular';
  font-size: 12px;
  margin-bottom: 10px; }

#lower-footer a {
  color: #333;
  text-decoration: none; }

#upper-footer .piranya-col a, #upper-footer .piranya-col p {
  color: black;
  font-family: 'Coop_Regular';
  font-size: 14px;
  display: inline-block;
  text-decoration: none; }

#upper-footer .piranya-col h2 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 20px;
  font-family: 'Coop_Bold';
  font-weight: normal; }

#upper-footer .piranya-col .fa {
  color: black;
  font-size: 0.8em;
  margin-right: 10px;
  margin-top: 6px; }

#upper-footer .department {
  clear: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%; }

#upper-footer .department:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2; }

.icon-text-wrapper {
  width: 100%; }

.icon-text-wrapper.shop-terms {
  margin-top: 10px; }

.icon-text-wrapper-large {
  width: 100%;
  border-bottom: 1px solid #494949;
  padding: 10px 0px; }

#footer table {
  border-spacing: 5px; }

#footer td {
  font-size: 1.0em;
  text-align: left;
  padding-bottom: 2px;
  border-bottom: 1px solid #e2e2e2; }

@media (min-width: 1200px) {
  #footer td {
    white-space: nowrap; } }

#footer th {
  font-size: 1.2em;
  font-weight: normal; }

.icon-text-wrapper img {
  max-width: 300px; }


/* ~/content/piranya/module/custompage/menues/responsive.scss */
@charset "UTF-8";
.piranya-menu-wrapper.responsive ul ul,
.piranya-menu-wrapper.responsive ul ul li {
  float: left; }

.piranya-menu-wrapper.responsive .content > .p-layout-container > .title {
  display: none;
  /* Title within content is hidden by default */ }

/*Tablet portrait and smartphones*/
@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive ul, .piranya-menu-wrapper.responsive li, .piranya-menu-wrapper.responsive .content {
    width: 100%; }
  body.has-active-menu {
    overflow: hidden; }
  .piranya-menu-wrapper.responsive {
    position: relative; }
  header, footer, #piranya-page {
    transition: transform 0.3s; }
  .piranya-menu-wrapper.responsive > ul {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1000;
    color: white;
    transition: width 0.3s; }
  .piranya-menu-wrapper.responsive li {
    color: #FFFFFF;
    padding: 0;
    list-style: none;
    font-size: 10px;
    visibility: hidden;
    line-height: 30px;
    transition: transform 0.2s linear;
    transform: translateX(calc(100% + 20px)); }
  .piranya-menu-wrapper.responsive > ul > li {
    padding: 5px 0;
    border-bottom: 1px dashed dimgrey; }
  .piranya-menu-wrapper.responsive li:before {
    position: absolute;
    line-height: 30px;
    vertical-align: middle;
    left: 0; }
  .piranya-menu-wrapper.responsive > ul > li:before {
    content: "\f111"; }
  .piranya-menu-wrapper.responsive > ul ul > li:before {
    content: "\f1db"; }
  .piranya-menu-wrapper.responsive a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: calc(100% - 37px);
    padding: 0px 5px 0px 32px;
    line-height: 200%;
    font-size: 16px;
    text-align: left; }
  .piranya-menu-wrapper.responsive a:hover {
    color: #000; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
    background: #999;
    color: #fff;
    border-radius: 5px;
    display: block;
    /* show menu item if main menu */
    background: none;
    color: #666; }
  .piranya-menu-wrapper.responsive > ul i {
    display: none; }
  .piranya-menu-wrapper.responsive .piranya-menu-wrapper.open {
    width: auto; }
  .piranya-menu-wrapper.responsive {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .piranya-menu-wrapper.responsive ul > li > a {
    color: #474C58; }
  .piranya-menu-wrapper.responsive > ul.open {
    background-color: #272822;
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 10000; }
  .piranya-menu-wrapper.responsive > ul.closed {
    transition: width 250ms; }
  .piranya-menu-wrapper.responsive > ul.open li {
    transform: translateX(0);
    display: inline-block;
    visibility: visible; }
  .piranya-menu-wrapper.responsive > ul.open a {
    color: white; }
  .piranya-menu-wrapper.responsive > ul.open a:hover {
    color: #cccbcb; }
  .piranya-menu-wrapper.responsive > ul:not(.open) .close-btn {
    display: none; }
  .piranya-menu-wrapper.responsive > ul:not(.open) {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    font-size: 32px; }
  .piranya-menu-wrapper.responsive > ul:not(.open):before {
    content: "\f0c9"; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive ul.open ul li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected,
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor {
    display: block; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor > a {
    display: none;
    /* hide mainmenu item if ´submenu is selected */ }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
    pointer-events: none;
    cursor: default; }
  .piranya-menu-wrapper.responsive li.piranya-menu-item-selected > a {
    display: block;
    /* show only current <li> item */ }
  .piranya-menu-wrapper.responsive li.piranya-menu-item-selected ul {
    display: none; }
  /* on nav hover */
  .piranya-menu-wrapper.responsive ul.open,
  .piranya-menu-wrapper.responsive ul.open {
    background-image: none; }
  .piranya-menu-wrapper.responsive ul.open li, .piranya-menu-wrapper.responsive ul.open .close-btn {
    margin: 0 0 5px; }
  .piranya-menu-wrapper.responsive > ul.open ul {
    padding-left: 35px;
    display: block; }
  .piranya-menu-wrapper.responsive > ul.open ul > li a {
    padding-left: 20px; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected-root > a {
    display: block; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive > ul.open > li.piranya-menu-item-selected {
    background-position-x: 10px; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn {
    position: absolute;
    transition: all 0.2s;
    right: 10px;
    top: 10px;
    height: 32px;
    width: 32px;
    font-size: 32px;
    cursor: pointer;
    color: white; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn:hover {
    color: #d89999; }
  .piranya-menu-wrapper.responsive .close-btn:focus {
    outline: none; }
  .piranya-menu-wrapper.responsive .close-btn:before {
    content: "\f061"; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn, .piranya-menu-wrapper.responsive > ul, .piranya-menu-wrapper.responsive li {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #piranya-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }
  #piranya-menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s; } }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive > ul ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0; }
  .piranya-menu-wrapper.responsive > ul ul .content {
    display: none;
    /*Sub submenu not supported yet*/ }
  .piranya-menu-wrapper.responsive > ul a {
    vertical-align: middle;
    float: left; }
  .piranya-menu-wrapper.responsive > ul .content {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    z-index: 1000;
    left: 0;
    top: 100%;
    transition: max-height 0.4s linear; }
  .piranya-menu-wrapper.responsive > ul li:hover > .content {
    max-height: 600px; }
  .piranya-menu-wrapper.responsive .close-btn {
    display: none; }
  .piranya-menu-wrapper.responsive i {
    display: none;
    /*Sub submenu not supported yet*/ }
  .piranya-menu-wrapper.responsive li {
    position: relative; } }