<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* module/auth/current-account-picker */
.p-account-picker {
  position: relative; }
  .p-account-picker &gt; ul.accounts {
    display: none; }
  .p-account-picker &gt; .picker-element {
    background-color: white;
    box-shadow: 0px 2px 12px -5px #000000;
    display: flex;
    flex-flow: column;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1002; }
    .p-account-picker &gt; .picker-element &gt; .items {
      max-height: 240px;
      overflow-y: auto; }
    .p-account-picker &gt; .picker-element .item {
      background-color: transparent;
      color: black;
      cursor: pointer;
      padding: 2px 10px; }
      .p-account-picker &gt; .picker-element .item p {
        display: block;
        min-width: 300px;
        text-align: left;
        user-select: none; }
    .p-account-picker &gt; .picker-element .search-notice {
      padding: 2px 10px; }
  .p-account-picker:not(.open) &gt; .picker-element {
    border-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  .p-account-picker.is-accounts-pickable &gt; .current-account {
    cursor: pointer; }


/* module/auth/piranya-user */
.p-auth-login-or-register-dialog .swal2-title:not(:empty) + .swal2-html-container {
  margin-top: 30px; }

.p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login {
  width: 100%; }
  .p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login &gt; .piranya-user-login-view-container {
    max-width: initial;
    width: 100%; }
    .p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login &gt; .piranya-user-login-view-container &gt; form {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      width: 100%; }

.piranya-birtday-container.piranya-input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .piranya-birtday-container.piranya-input-container &gt; select {
    flex-basis: 32%;
    margin-right: 2%; }
    .piranya-birtday-container.piranya-input-container &gt; 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 &gt; 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 &gt; a:hover {
      border-color: #d6c2c2;
      text-decoration: none; }
    .piranya-view-users-actions .piranya-user-actions &gt; a &gt; * {
      text-align: center;
      width: auto; }
    .piranya-view-users-actions .piranya-user-actions &gt; a .description {
      font-size: 0.8em;
      margin: 10px 0 0 0; }
    .piranya-view-users-actions .piranya-user-actions &gt; a .icon {
      font-size: 6em;
      margin-bottom: 20px; }
    .piranya-view-users-actions .piranya-user-actions &gt; 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 &gt; 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 &gt; li {
        width: calc(50% - 10px); } }
    @media (max-width: 480px) {
      .piranya-view-users-actions .piranya-user-actions &gt; 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 &gt; .piranya-view-center &gt; .piranya-view-content &gt; div {
  display: flex;
  flex-direction: column; }

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

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

.piranya-view-users-two-factor-setup &gt; .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 {
  align-items: stretch;
  display: flex;
  flex-direction: column; }
  .piranya-user.two-factor-login input[type="text"] {
    clear: both;
    font-size: 1.5em;
    margin: 20px 0; }


/* ~/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; }

iframe {
  max-width: 100%; }

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

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

body.browser-is-microsoft-internet-explorer #piranya-page &gt; .piranya-view &gt; .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 &gt; .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.9221.257101/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 &gt; h1, .p-table .p-table-cell &gt; h2, .p-table .p-table-cell &gt; h3, .p-table .p-table-cell &gt; h4, .p-table .p-table-cell &gt; h5, .p-table .p-table-cell &gt; 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 &gt; .p-table-cell {
    width: 50%; }
    .p-table.p-table--2cols &gt; .p-table-cell.p-table-cell--span2 {
      width: 100%; }
  .p-table.p-table--3cols &gt; .p-table-cell {
    width: 33.33%; }
    .p-table.p-table--3cols &gt; .p-table-cell.p-table-cell--span2 {
      width: 66.66%; }
    .p-table.p-table--3cols &gt; .p-table-cell.p-table-cell--span3 {
      width: 100%; }
  .p-table.p-table--4cols &gt; .p-table-cell {
    width: 25%; }
    .p-table.p-table--4cols &gt; .p-table-cell.p-table-cell--span2 {
      width: 50%; }
    .p-table.p-table--4cols &gt; .p-table-cell.p-table-cell--span3 {
      width: 75%; }
    .p-table.p-table--4cols &gt; .p-table-cell.p-table-cell--span4 {
      width: 100%; }
  .p-table.p-table--5cols &gt; .p-table-cell {
    width: 20%; }
    .p-table.p-table--5cols &gt; .p-table-cell.p-table-cell--span2 {
      width: 40%; }
    .p-table.p-table--5cols &gt; .p-table-cell.p-table-cell--span3 {
      width: 60%; }
    .p-table.p-table--5cols &gt; .p-table-cell.p-table-cell--span4 {
      width: 80%; }
    .p-table.p-table--5cols &gt; .p-table-cell.p-table-cell--span5 {
      width: 100%; }
  .p-table.p-table--6cols &gt; .p-table-cell {
    width: 16.66%; }
    .p-table.p-table--6cols &gt; .p-table-cell.p-table-cell--span2 {
      width: 33.32%; }
    .p-table.p-table--6cols &gt; .p-table-cell.p-table-cell--span3 {
      width: 50%; }
    .p-table.p-table--6cols &gt; .p-table-cell.p-table-cell--span4 {
      width: 66.66%; }
    .p-table.p-table--6cols &gt; .p-table-cell.p-table-cell--span5 {
      width: 83.32%; }
    .p-table.p-table--6cols &gt; .p-table-cell.p-table-cell--span6 {
      width: 100%; }
  .p-table.p-table--borderless &gt; .p-table-cell {
    border: none; }
  .p-table.p-table--borderless &gt; .p-table-cell--foot {
    padding-right: 0; }
  .p-table.p-table--borderless &gt; .p-table-cell--head {
    padding-left: 0; }
  @media all and (min-width: 600px) {
    .p-table &gt; .p-table-cell:not(.p-table-cell--head) {
      border-left: none; }
    .p-table.p-table--2cols &gt; .p-table-cell:nth-child(n+3),
    .p-table.p-table--3cols &gt; .p-table-cell:nth-child(n+4),
    .p-table.p-table--4cols &gt; .p-table-cell:nth-child(n+5),
    .p-table.p-table--5cols &gt; .p-table-cell:nth-child(n+6),
    .p-table.p-table--6cols &gt; .p-table-cell:nth-child(n+7),
    .p-table &gt; .p-table-cell--header ~ .p-table-cell[data-row] {
      border-top: none; } }
  @media all and (max-width: 599px) {
    .p-table:not(.p-table--non-responsive) {
      display: block; }
      .p-table:not(.p-table--non-responsive) &gt; .p-table-cell {
        width: 100% !important; }
        .p-table:not(.p-table--non-responsive) &gt; .p-table-cell.p-table-cell--header {
          display: none; }
        .p-table:not(.p-table--non-responsive) &gt; .p-table-cell:not(.p-table-cell--head) {
          border-top: none; }
      .p-table:not(.p-table--non-responsive) &gt; .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;
    }
}

.p-highlight-momentarily {
    animation: flashBackground ease-in-out 0.5s 2 forwards;
}

@keyframes flashBackground {
    0% {
        background: none;
    }

    40% {
        background: orange;
    }

    100% {
        background: none;
    }
}

@keyframes rotate-clockwise {
    to {
        transform: rotate(360deg);
    }
}

/**
 * ----------------------------------------
 * 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;
    }
}

@keyframes spin-clockwise {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes translate-left-to-right {
    100% {
        transform: translateX(100%);
    }
}

/* ~/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 &gt; li {
        float: left;
    }

        .piranya-menu &gt; li &gt; 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 &gt; * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper &gt; .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

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

.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 &gt; p {
  color: inherit;
  font-size: 1em;
  line-height: 1em; }

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

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

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

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

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

.piranya-select {
  box-sizing: border-box;
  font-size: 1em;
  margin: 0;
  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 &gt; .icon {
  font-size: 1.3em; }

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

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

.p-icon-button.with-separator &gt; .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 &gt; .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 &gt; 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 &gt; .button-wrapper {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

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

div.piranya-searchbox &gt; 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 &gt; .button-wrapper &gt; button:hover {
  color: #66afe9; }

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

div.p-radio &gt; input[type="radio"] + label,
input.p-radio[type="radio"] + label,
div.p-checkbox &gt; 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 &gt; input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before,
div.p-checkbox &gt; input[type="checkbox"] + label:before,
input.p-checkbox[type="checkbox"] + label:before {
  background-color: white;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3; }

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

div.p-radio &gt; 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 &gt; input[type="radio"]:checked + label:after,
input.p-radio[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

div.p-checkbox &gt; 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 &gt; 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 &gt; 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 &gt; input {
  position: absolute;
  left: -9999px; }

label.p-checkbox-button &gt; 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 &gt; span.status &gt; span {
  box-sizing: border-box;
  color: inherit;
  flex: none;
  opacity: 0;
  width: 100%; }

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

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

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

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

/* end of p-checkbox-button */
.p-switch {
  display: inline-block;
  height: 2.125em;
  position: relative;
  width: 3.75em; }
  .p-switch &gt; input {
    opacity: 0;
    width: 0;
    height: 0; }
    .p-switch &gt; input:checked + .slider {
      background-color: #2196F3; }
      .p-switch &gt; input:checked + .slider:before {
        transform: translateX(1.625em); }
    .p-switch &gt; input[disabled] + .slider {
      opacity: 0.4; }
    .p-switch &gt; input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
  .p-switch &gt; .slider {
    border-radius: 2.125em;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    position: absolute;
    transition: .4s; }
    .p-switch &gt; .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 &gt; 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 &gt; li p,
  div.p-toggle-box p {
    line-height: 1.15; }
  ul.p-toggle-boxes &gt; li:not(:first-child),
  div.p-toggle-box:not(:first-child) {
    margin-top: 5px; }
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio,
  div.p-toggle-box &gt; div.p-checkbox,
  div.p-toggle-box &gt; div.p-radio {
    cursor: pointer;
    flex: 1;
    float: left;
    width: 100%; }
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; input[type="checkbox"],
  div.p-toggle-box &gt; div.p-checkbox &gt; input[type="checkbox"] {
    cursor: pointer; }
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; input[type="radio"],
  div.p-toggle-box &gt; div.p-radio &gt; input[type="radio"] {
    cursor: pointer; }
  ul.p-toggle-boxes &gt; li &gt; .content,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .content,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .content,
  div.p-toggle-box &gt; .content,
  div.p-toggle-box &gt; div.p-checkbox &gt; .content,
  div.p-toggle-box &gt; div.p-radio &gt; .content {
    float: left;
    padding: 0;
    width: 100%; }
    ul.p-toggle-boxes &gt; li &gt; .content &gt; .choice,
    ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .content &gt; .choice,
    ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .content &gt; .choice,
    div.p-toggle-box &gt; .content &gt; .choice,
    div.p-toggle-box &gt; div.p-checkbox &gt; .content &gt; .choice,
    div.p-toggle-box &gt; div.p-radio &gt; .content &gt; .choice {
      float: left;
      width: 100%; }
  ul.p-toggle-boxes &gt; li &gt; .right,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .right,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .right,
  div.p-toggle-box &gt; .right,
  div.p-toggle-box &gt; div.p-checkbox &gt; .right,
  div.p-toggle-box &gt; div.p-radio &gt; .right {
    float: right;
    margin-left: auto;
    padding: 0; }
  ul.p-toggle-boxes &gt; li &gt; *,
  ul.p-toggle-boxes &gt; li &gt; .content .choice,
  ul.p-toggle-boxes &gt; li &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; .right .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; *,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .content .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .right .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; *,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .content .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .right .choice,
  div.p-toggle-box &gt; *,
  div.p-toggle-box &gt; .content .choice,
  div.p-toggle-box &gt; .right.choice,
  div.p-toggle-box &gt; .right .choice,
  div.p-toggle-box &gt; div.p-checkbox &gt; *,
  div.p-toggle-box &gt; div.p-checkbox &gt; .content .choice,
  div.p-toggle-box &gt; div.p-checkbox &gt; .right.choice,
  div.p-toggle-box &gt; div.p-checkbox &gt; .right .choice,
  div.p-toggle-box &gt; div.p-radio &gt; *,
  div.p-toggle-box &gt; div.p-radio &gt; .content .choice,
  div.p-toggle-box &gt; div.p-radio &gt; .right.choice,
  div.p-toggle-box &gt; div.p-radio &gt; .right .choice {
    opacity: 1;
    transition: all 0.5s ease; }
  ul.p-toggle-boxes &gt; li &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; .right .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox &gt; .right .choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .right.choice,
  ul.p-toggle-boxes &gt; li &gt; div.p-radio &gt; .right .choice,
  div.p-toggle-box &gt; .right.choice,
  div.p-toggle-box &gt; .right .choice,
  div.p-toggle-box &gt; div.p-checkbox &gt; .right.choice,
  div.p-toggle-box &gt; div.p-checkbox &gt; .right .choice,
  div.p-toggle-box &gt; div.p-radio &gt; .right.choice,
  div.p-toggle-box &gt; div.p-radio &gt; .right .choice {
    max-width: 100%; }
  ul.p-toggle-boxes &gt; li.selected:not(.disabled),
  ul.p-toggle-boxes &gt; li &gt; div.p-checkbox.selected:not(.disabled),
  ul.p-toggle-boxes &gt; li &gt; div.p-radio.selected:not(.disabled),
  div.p-toggle-box.selected:not(.disabled),
  div.p-toggle-box &gt; div.p-checkbox.selected:not(.disabled),
  div.p-toggle-box &gt; div.p-radio.selected:not(.disabled) {
    border-color: #709bc5;
    max-height: 600px; }
    ul.p-toggle-boxes &gt; li.selected:not(.disabled) &gt; .content,
    ul.p-toggle-boxes &gt; li.selected:not(.disabled) &gt; .right,
    ul.p-toggle-boxes &gt; li &gt; div.p-checkbox.selected:not(.disabled) &gt; .content,
    ul.p-toggle-boxes &gt; li &gt; div.p-checkbox.selected:not(.disabled) &gt; .right,
    ul.p-toggle-boxes &gt; li &gt; div.p-radio.selected:not(.disabled) &gt; .content,
    ul.p-toggle-boxes &gt; li &gt; div.p-radio.selected:not(.disabled) &gt; .right,
    div.p-toggle-box.selected:not(.disabled) &gt; .content,
    div.p-toggle-box.selected:not(.disabled) &gt; .right,
    div.p-toggle-box &gt; div.p-checkbox.selected:not(.disabled) &gt; .content,
    div.p-toggle-box &gt; div.p-checkbox.selected:not(.disabled) &gt; .right,
    div.p-toggle-box &gt; div.p-radio.selected:not(.disabled) &gt; .content,
    div.p-toggle-box &gt; div.p-radio.selected:not(.disabled) &gt; .right {
      color: #709bc5; }
  ul.p-toggle-boxes &gt; li.disabled &gt; *,
  div.p-toggle-box.disabled &gt; * {
    opacity: 0.3; }
  ul.p-toggle-boxes &gt; li.read-only,
  div.p-toggle-box.read-only {
    cursor: default;
    pointer-events: none; }
    ul.p-toggle-boxes &gt; li.read-only &gt; div.p-checkbox,
    ul.p-toggle-boxes &gt; li.read-only &gt; div.p-radio,
    div.p-toggle-box.read-only &gt; div.p-checkbox,
    div.p-toggle-box.read-only &gt; div.p-radio {
      cursor: default;
      pointer-events: none; }
    ul.p-toggle-boxes &gt; li.read-only &gt; div.p-checkbox &gt; input[type="checkbox"],
    div.p-toggle-box.read-only &gt; div.p-checkbox &gt; input[type="checkbox"] {
      cursor: default;
      pointer-events: none; }
      ul.p-toggle-boxes &gt; li.read-only &gt; div.p-checkbox &gt; input[type="checkbox"] + label,
      div.p-toggle-box.read-only &gt; div.p-checkbox &gt; input[type="checkbox"] + label {
        cursor: default;
        pointer-events: none; }
    ul.p-toggle-boxes &gt; li.read-only &gt; div.p-radio &gt; input[type="radio"],
    div.p-toggle-box.read-only &gt; div.p-radio &gt; input[type="radio"] {
      cursor: default;
      pointer-events: none; }
      ul.p-toggle-boxes &gt; li.read-only &gt; div.p-radio &gt; input[type="radio"] + label,
      div.p-toggle-box.read-only &gt; div.p-radio &gt; input[type="radio"] + label {
        cursor: default;
        pointer-events: none; }
  ul.p-toggle-boxes &gt; li.selected &gt; .content,
  ul.p-toggle-boxes &gt; li.selected &gt; .content &gt; :not(:first-child):not(.empty),
  div.p-toggle-box.selected &gt; .content,
  div.p-toggle-box.selected &gt; .content &gt; :not(:first-child):not(.empty) {
    margin-top: 10px; }
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; .right .choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; .right.choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; .right .choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-checkbox &gt; .right .choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-checkbox &gt; .right.choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-checkbox &gt; .right .choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-radio &gt; .right .choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-radio &gt; .right.choice,
  ul.p-toggle-boxes &gt; li:not(.selected) &gt; div.p-radio &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; .right.choice,
  div.p-toggle-box:not(.selected) &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; div.p-checkbox &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; div.p-checkbox &gt; .right.choice,
  div.p-toggle-box:not(.selected) &gt; div.p-checkbox &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; div.p-radio &gt; .right .choice,
  div.p-toggle-box:not(.selected) &gt; div.p-radio &gt; .right.choice,
  div.p-toggle-box:not(.selected) &gt; div.p-radio &gt; .right .choice {
    max-width: 0;
    opacity: 0;
    visibility: hidden; }
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; .content,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; .content .choice,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .content,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .content .choice,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-radio &gt; .content,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-radio &gt; .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; .content,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .content,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-radio &gt; .content,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-radio &gt; .content .choice {
    opacity: 0;
    display: none; }
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; .right,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right,
  ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; .right,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right,
  div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right {
    opacity: 0.7; }
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; .right.choice,
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; .right &gt; .choice,
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right.choice,
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right &gt; .choice,
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right.choice,
    ul.p-toggle-boxes &gt; li:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right &gt; .choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; .right &gt; .choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-checkbox &gt; .right &gt; .choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) &gt; div.p-radio &gt; .right &gt; .choice {
      max-width: 0;
      opacity: 0;
      visibility: hidden; }
  ul.p-toggle-boxes &gt; 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 &gt; li,
    div.p-toggle-box {
      /* IE10+ */ }
      ul.p-toggle-boxes &gt; 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: 1em;
  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.has-content-container {
    justify-content: center; }
  div.p-alert-box &gt; .content {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    width: 100%; }
  div.p-alert-box .actions {
    display: flex;
    flex-direction: row;
    gap: 0.7em;
    margin-left: 0.7em; }
  div.p-alert-box button {
    font-size: 1em; }
  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"; }
  @media not all and (min-width: 980px) {
    div.p-alert-box .actions {
      flex-direction: column; } }


/* ~/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/piranya/styles/status-bars.scss */
#p-status-bars {
  align-items: stretch;
  display: flex;
  flex-direction: column; }
  #p-status-bars .p-alert-box {
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    padding: 5px; }
    #p-status-bars .p-alert-box .actions {
      margin-left: auto; }
  #p-status-bars .p-alert-box.has-content-container &gt; .content {
    max-width: 1200px; }


/* ~/Content/piranya/styles/swiper.piranya.scss */
.swiper-container-horizontal &gt; .swiper-wrapper {
  display: flex;
  flex-direction: row; }
  .swiper-container-horizontal &gt; .swiper-wrapper &gt; .swiper-slide {
    width: 100%; }

.swiper-container-vertical &gt; .swiper-wrapper {
  display: flex;
  flex-direction: column; }

.swiper-slide &gt; img,
.swiper-slide &gt; picture,
.swiper-slide &gt; picture &gt; img {
  width: 100%; }


/* ~/Content/dynamic/fonts */
@font-face {
 font-family: 'Barlow';
 src: url('/File/41381/Barlow.ttf?ticks=1644311948') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Barlow_medium';
 src: url('/File/42941/Barlow-Medium.ttf?ticks=1741264189') format('truetype');
font-display: swap;
}

/* ~/Content/Piranya/WebViews/departments/opening-hours.scss */
.p-departments.opening-hours .slot {
  display: inline-block; }
  .p-departments.opening-hours .slot &gt; span {
    float: left; }
  .p-departments.opening-hours .slot &gt; .from-to-separator {
    margin: 0 0.3em; }
  .p-departments.opening-hours .slot &gt; .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 &gt; 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 &gt; 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 &gt; * {
    float: left;
    clear: both;
}

.piranya-user-login-view &gt; :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 &gt; 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/files */
.p-files.browser .items-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%; }
  .p-files.browser .items-wrapper &gt; h2 {
    margin-bottom: 10px; }
  .p-files.browser .items-wrapper &gt; .items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    .p-files.browser .items-wrapper &gt; .items &gt; .item {
      align-items: stretch;
      border: 1px solid #666666;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      padding: 20px;
      transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; }
      .p-files.browser .items-wrapper &gt; .items &gt; .item:hover {
        border-color: #d6c2c2; }
      .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .actions {
        margin-top: 10px;
        display: flex;
        flex-direction: row; }
        .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .actions i.icon {
          font-size: 0.875em; }
      .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .description {
        margin-top: 10px; }
      .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .large-icon {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center;
        margin-bottom: 10px; }
        .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .large-icon.preview {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          height: 0;
          padding-top: 100%; }
          .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .large-icon.preview &gt; i {
            display: none; }
        .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .large-icon &gt; i {
          font-size: 150px; }
      .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .icon-with-title {
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100%; }
        .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .icon-with-title &gt; i {
          flex: 0 1;
          margin-right: 0.63em; }
        .p-files.browser .items-wrapper &gt; .items &gt; .item &gt; .icon-with-title &gt; p {
          font-size: 0.9em; }


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

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

.dialog.p-marketing {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .dialog.p-marketing &gt; .description,
  .dialog.p-marketing &gt; .teaser {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing &gt; .description &gt; p,
    .dialog.p-marketing &gt; .teaser &gt; p {
      margin: 0;
      padding: 0;
      text-align: inherit; }
    .dialog.p-marketing &gt; .description + .image,
    .dialog.p-marketing &gt; .teaser + .image {
      margin-top: 20px; }
  .dialog.p-marketing &gt; .title {
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing &gt; .title + div:last-child,
    .dialog.p-marketing &gt; .title + .image,
    .dialog.p-marketing &gt; .title + .teaser {
      margin-top: 20px; }
  .dialog.p-marketing a.image {
    display: block;
    width: 100%; }
  .dialog.p-marketing &gt; img,
  .dialog.p-marketing &gt; picture,
  .dialog.p-marketing &gt; picture &gt; img,
  .dialog.p-marketing a.image &gt; img,
  .dialog.p-marketing a.image &gt; picture,
  .dialog.p-marketing a.image &gt; picture &gt; img {
    width: 100%; }
  .dialog.p-marketing &gt; .image + .description {
    margin-top: 20px; }
  .dialog.p-marketing &gt; a.piranya-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .dialog.p-marketing &gt; .title {
      font-size: 1.5em; } }
  .dialog.p-marketing.has-textual-container &gt; .textual-content {
    display: flex;
    flex-direction: column; }
    .dialog.p-marketing.has-textual-container &gt; .textual-content &gt; .title {
      font-size: 2em; }
    .dialog.p-marketing.has-textual-container &gt; .textual-content &gt; a.link {
      margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container &gt; .textual-content &gt; .title {
        font-size: 1.5em; } }
  .dialog.p-marketing.has-textual-container.has-image {
    display: flex; }
    @media screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container.has-image {
        flex-direction: column; }
        .dialog.p-marketing.has-textual-container.has-image &gt; .image {
          margin-top: 20px; } }
    @media not screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container.has-image {
        align-items: center;
        flex-direction: row; }
        .dialog.p-marketing.has-textual-container.has-image &gt; .image {
          margin-right: 20px;
          order: -1; } }

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

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

.p-marketing &gt; .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 &gt; .eyecatcher p {
    color: white;
    line-height: 1em; }


/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid &gt; .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 &gt; .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 &gt; .align, .span_2_of_2 &gt; .align, .span_3_of_3 &gt; .align, .span_4_of_4 &gt; .align, .span_5_of_5 &gt; .align, .span_6_of_6 &gt; .align, .span_7_of_7 &gt; .align, 
.span_8_of_8 &gt; .align, .span_9_of_9 &gt; .align, .span_10_of_10 &gt; .align, .span_11_of_11 &gt; .align, .span_12_of_12 &gt; .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) &gt; .align, .span_1_of_3:nth-child(3n+1) &gt; .align, .span_1_of_4:nth-child(4n+1) &gt; .align,
    .span_1_of_5:nth-child(5n+1) &gt; .align, .span_1_of_6:nth-child(6n+1) &gt; .align, .span_1_of_7:nth-child(7n+1) &gt; .align, .span_1_of_8:nth-child(8n+1) &gt; .align,
    .span_1_of_9:nth-child(9n+1) &gt; .align, .span_1_of_10:nth-child(10n+1) &gt; .align, .span_1_of_11:nth-child(11n+1) &gt; .align, .span_1_of_12:nth-child(12n+1) &gt; .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) &gt; .align, .span_1_of_3:nth-child(3n) &gt; .align, .span_1_of_4:nth-child(4n) &gt; .align,
    .span_1_of_5:nth-child(5n) &gt; .align, .span_1_of_6:nth-child(6n) &gt; .align, .span_1_of_7:nth-child(7n) &gt; .align, .span_1_of_8:nth-child(8n) &gt; .align,
    .span_1_of_9:nth-child(9n) &gt; .align, .span_1_of_10:nth-child(10n) &gt; .align, .span_1_of_11:nth-child(11n) &gt; .align, .span_1_of_12:nth-child(12n) &gt; .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 &gt; .align, .span_1_of_3:nth-child(2n+1) &gt; .align, .span_1_of_4:nth-child(2n+1) &gt; .align,
    .span_1_of_5:nth-child(2n+1) &gt; .align, .span_1_of_6:nth-child(2n+1) &gt; .align, .span_1_of_7:nth-child(2n+1) &gt; .align, .span_1_of_8:nth-child(2n+1) &gt; .align,
    .span_1_of_9:nth-child(2n+1) &gt; .align, .span_1_of_10:nth-child(2n+1) &gt; .align, .span_1_of_11:nth-child(2n+1) &gt; .align, .span_1_of_12:nth-child(2n+1) &gt; .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) &gt; .align, .span_1_of_4:nth-child(2n) &gt; .align,
    .span_1_of_5:nth-child(2n) &gt; .align, .span_1_of_6:nth-child(2n) &gt; .align, .span_1_of_7:nth-child(2n) &gt; .align, .span_1_of_8:nth-child(2n) &gt; .align,
    .span_1_of_9:nth-child(2n) &gt; .align, .span_1_of_10:nth-child(2n) &gt; .align, .span_1_of_11:nth-child(2n) &gt; .align, .span_1_of_12:nth-child(2n) &gt; .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 &gt; .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"]) &gt; .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/1.css */
#webshop-img {
  postition: absolute;
  z-index: 1000; }

#webshop-img1 {
  postition: absolute;
  left: 2%;
  z-index: 1000; }

.toplogo {
  position: absolute;
  left: calc(50% - 140px);
  width: 280px; }

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: open_sansregular; }

div {
  float: left; }

#piranya-page {
  width: 100%; }

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

#topbar {
  width: 100%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  border-style: none;
  border-color: transparent;
  background: #111111;
  position: fixed;
  height: 80px;
  z-index: 10; }

.content-wrapper {
  padding: 40px 0;
  width: 100%;
  background-size: cover; }
  @media (max-width: 980px) {
    .content-wrapper {
      padding: 40px 20px;
      box-sizing: border-box; } }

.headline-wrapper {
  margin-bottom: 20px;
  padding-bottom: 90px;
  text-align: center;
  width: 100%;
  background: url("/image/41393") bottom center no-repeat; }

.headline-wrapper h1 {
  color: white; }

.content-wrapper.white .headline-wrapper h1 {
  color: black; }

.content-wrapper .description-text {
  margin: 30px 0;
  float: left;
  width: 100%; }

.content-wrapper.center-content .description-text {
  margin: 30px auto;
  float: none; }

#slider-wrapper {
  position: relative;
  width: 100%; }

#slider-wrapper img {
  position: absolute;
  bottom: 9%;
  right: 2%; }

#slider-wrapper #webshop-text {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: 50%;
  width: 100%;
  color: white;
  text-shadow: 0px 0px 6px #000000;
  text-align: center; }

#slider-wrapper #webshop-text-h2 {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
  color: #c49c5e;
  text-shadow: 0px 0px 6px #000000;
  text-align: center; }

#slider-wrapper #fb-icon {
  left: calc(50% - 90px); }

#slider-wrapper #instagram-icon {
  left: calc(50% + 10px); }

.content-wrapper .description-text,
.content-wrapper div.description-text &gt; p {
  text-align: center;
  font-family: 'Barlow';
  color: white;
  font-size: 1em; }

#piranya-page &gt; .content-wrapper:first-child {
  margin-top: 100px; }

#piranya-page &gt; #employees-wrapper:first-child {
  background-image: unset; }

.text-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 680px) {
  #topbar .logo {
    width: 200px;
    margin-top: 4px;
    margin-left: 10px; } }

@media (min-width: 680px) {
  #topbar .logo {
    display: none; } }

section {
  padding: 20px 20px; }
  section.no-padding-mobile {
    padding: 0px; }
  section.padding-vertical {
    padding: 40px 0; }
  @media (min-width: 981px) {
    section {
      padding: 120px 20px; } }

@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive &gt; ul:not(.open) {
    margin-right: 10px; } }

body .p-cookie-consents.dialog &gt; .buttons &gt; .allow_all, .p-cookie-consents.dialog &gt; .buttons &gt; .ok {
  background-color: #c49c5e; }

body .p-cookie-consents.dialog &gt; .tab-buttons &gt; .active {
  border-bottom-color: #c49c5e; }

body .p-cookie-consents.dialog &gt; .tab-buttons &gt; .active &gt; p {
  color: #c49c5e; }

body .p-cookie-consents.dialog .category &gt; .actions &gt; .toggler &gt; .title {
  font-family: 'breeserif-regular-webfont';
  font-weight: normal; }

.smallbox {
  background-color: grey;
  width: 100%;
  padding: 30px;
  padding: 30px;
  display: flex;
  background-color: #c49c5e;
  margin-bottom: 30px; }
  .smallbox .fa {
    color: white;
    font-size: 20px; }
  .smallbox h3 {
    margin-left: 10px;
    color: white;
    font-weight: normal; }

.greybo {
  padding: 10px;
  width: 100%; }

@media (max-width: 980px) {
  .box11 {
    text-align: center; } }

.box11 .piranya-btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  border-radius: 0px;
  background-color: #c49c5e;
  padding: 20px 15px;
  align-items: center;
  justify-content: center; }
  .box11 .piranya-btn .fa {
    margin-right: 10px; }

.box11 img {
  max-width: 100%;
  box-sizing: border-box; }

body .dogtext li {
  color: #5d5d5d;
  font-family: Barlow;
  font-size: 1em;
  line-height: 150%; }

@media (min-width: 980px) {
  .toptext h3 {
    margin-top: 100px; } }

.imageboxx img {
  width: 100%; }

body .dog-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 20px;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%; }
  body .dog-wrap h2, body .dog-wrap h3, body .dog-wrap p {
    color: white;
    padding: 10px 0px; }
  body .dog-wrap h2 {
    font-size: 2em;
    margin-top: 100px; }
  body .dog-wrap h3 {
    font-size: 1.5em; }
  body .dog-wrap .piranya-btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0px; }
  body .dog-wrap #doglogo {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 980px) {
      body .dog-wrap #doglogo {
        margin-top: 20px; } }
  body .dog-wrap .box11 {
    width: 100%; }

@media (min-width: 981px) {
  body .dog-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20%;
    height: 100vh;
    text-align: center; } }

@media (max-width: 980px) {
  #piranya-page &gt; div[data-column-count="2"] &gt; .piranya-grid &gt; .p-layout-container {
    margin-top: 0px;
    margin-bottom: 0px; }
  body .dog-wrap &gt; .dog-text &gt; * {
    text-align: center;
    margin-bottom: 10px; }
  body .dog-wrap &gt; #doglogo, body .dog-wrap &gt; .box11 {
    margin-top: 30px; } }

@media (min-width: 980px) {
  .tp-bgimg.defaultimg {
    height: 100vh !important; }
  .fullwidthbanner-container {
    height: 100vh !important; } }

.box12 .piranya-btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  border-radius: 0px;
  background-color: #c49c5e;
  padding: 20px 15px;
  align-items: center;
  justify-content: center; }
  .box12 .piranya-btn .fa {
    margin-right: 10px; }

.box12 img {
  max-width: 100%;
  box-sizing: border-box; }

#cclogo {
  width: 80%; }

body .social-icons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px; }
  body .social-icons .fa {
    font-size: 3em;
    margin-right: 20px;
    margin-left: 20px; }


/* /content/dynamic/16.css */
.btn-animation, .piranya-btn
{
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
    background-color: #393b48;
    font-family: ubuntulight;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 40px;
}
.piranya-txt, .piranya-textarea
{
    width: 100%;
}
.btn-animation:hover, .piranya-btn:hover
{
    opacity: 0.9;
}
a.piranya-btn:hover
{
    text-decoration: none;
}
input.piranya-btn
{

    cursor: pointer;
    border: none;
    color: white;
    font-family: 'breeserif-regular-webfont';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.05em;
    background-color: #c49c5e;
    border-radius: 0px;
}

input, textarea
{
    font-family: ubuntulight;
}
form
{
    width: 100%;
}
textarea
{
    min-height: 100px;
}
label
{
    font-size: 0.8em;
    color: #737373;
    font-family: ubuntulight;
    font-weight: bold;
}
.piranya-view-form-wrapper div[data-error]
{
    font-size: 0.8em;
}
.piranya-txt
{
    width: 340px;
    min-height: 15px;
    color: #666666;
    letter-spacing: 1px;
    border-radius: 3px;
    font-family: 'Barlow';
    font-weight: 400;
    padding: 15px;
    border: 1px solid #D0D0D0;
    background-color: #FBFBFB;
}
input.piranya-txt, textarea.piranya-textarea, textarea.piranya-txt
{
    width: calc(100% - 4px);
}
textarea.piranya-txt
{
    width: calc(100% - 4px);
    min-height: 150px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #232323;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #232323;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #232323;
}

/* /content/dynamic/17.css */
@font-face {
    font-family: 'montserrat-regular-webfont';
    src: url('/file/8245');
    src: url('/file/8245?#iefix') format('embedded-opentype'),
         url('/file/8247') format('woff2'),
         url('/file/8246') format('woff'),
         url('/file/8248') format('truetype'),
         url('/file/8249#montserrat-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'breeserif-regular-webfont';
    src: url('/file/8244');
    src: url('/file/8244?#iefix') format('embedded-opentype'),
         url('/file/8242') format('woff2'),
         url('/file/8241') format('woff'),
         url('/file/8243') format('truetype'),
         url('/file/8240#breeserif-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'the_constellation_of_heracles-webfont';
    src: url('/file/8271');
    src: url('/file/8271?#iefix') format('embedded-opentype'),
         url('/file/8270') format('woff2'),
         url('/file/8268') format('woff'),
         url('/file/8269') format('truetype'),
         url('/file/8272#the_constellation_of_heracles-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bewareregular';
    src: url('/file/7837');
    src: url('/file/7837?#iefix') format('embedded-opentype'),
         url('/file/7841') format('woff2'),
         url('/file/7840') format('woff'),
         url('/file/7839') format('truetype'),
         url('/file/7838#bewareregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a
{
    color: #c49c5e;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p, h1, h2,h3, div
{
    font-family: 'breeserif-regular-webfont';
    font-weight: normal;
}
p
{
    color: #5d5d5d;
    font-family: 'Barlow';
 
    font-size: 1em;
    line-height: 150%;
}

h1
{
 font-size:2.8em;   
}
h2
{
    font-size:2em;
}
h3
{
    font-size:1.8em;
}

body .piranya-btn
{
    h3
    {
        font-size:1.5em;
    }
}

strong
{
    font-family:Barlow_medium;
    font-weight:normal;
}

/* /content/dynamic/18.css */
.piranya-menu-wrapper.responsive a {
  font-family: 'breeserif-regular-webfont';
  color: white; }

.piranya-menu-wrapper ul p {
  color: white;
  line-height: 80px; }

.piranya-menu-item-icon {
  height: 80px; }

@media (max-width: 979px) {
  #topbar .piranya-menu-wrapper.responsive {
    top: 15px; } }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%; }
    .piranya-menu-wrapper.responsive li {
      padding: 0 20px; }
  .piranya-menu-wrapper.responsive ul a {
    line-height: 80px; }
  .piranya-menu-item-6 .piranya-menu-item-icon {
    height: 80px; }
  #topbar {
    z-index: 1002; } }

@media (max-width: 980px) {
  .piranya-menu-wrapper.responsive li img {
    display: none; } }

@media (max-width: 1200px) {
  div#topbar {
    z-index: 1001; }
  .piranya-menu-wrapper.responsive &gt; ul &gt; li:before {
    display: none; }
  .piranya-menu-wrapper ul p {
    line-height: 1; }
  body .piranya-menu-wrapper.responsive &gt; ul &gt; li {
    padding: 10px 15px; }
    body .piranya-menu-wrapper.responsive &gt; ul &gt; li.piranya-menu-item-5 {
      display: none; } }


/* /content/dynamic/19.css */
@media screen and (max-width: 600px) {

}

/* /content/dynamic/22.css */
@media (max-width: 480px) {
    div#topbar
    {
        background-size: contain;
    }
    #about-wrapper
    {
        margin-top: 50px;
    }
    #galleri-wrapper .category-wrapper
    {
        width: 100%;
        padding: 0;
    }
}
@media (min-width: 980px) and (max-width: 1200px) {
    div#topbar .piranya-menu-wrapper.responsive li
    {
        padding: 0 10px;
    }
    div#topbar .piranya-menu-item-4
    {
        margin-right: 300px;
    }
}
@media (max-width: 1200px) {
    div#topbar
    {
        background-size: contain;
    }

}

/* /content/dynamic/34.css */
#opening-hours-wrapper
{
    /*background-image: url('/image/8237');*/
    background-position: center center;
    background-repeat: no-repeat;
}
.hour-wrapper
{
    padding: 30px 0;
    width: calc(100% - 2px);
    border-width: 1px;
    border-style: solid;
    border-color: #555555;
    background-color: #4E4E4E;
    background-color: rgba(34,34,34,0.8);
    text-align: center;
    min-height:100px;
}
.hour-wrapper:hover
{
    background-color: rgba(169,113,64,0.8);
}
.hour-wrapper p
{
    color: white;
}
.hour-wrapper .title
{
    font-size: 1.5em;
}
.hour-wrapper .content
{
    font-size: 1em;
    margin-top: 10px;
}

/* /content/dynamic/35.css */
#pricing-wrapper .price-wrapper
{
    width: 100%;
    position: relative;
}
#pricing-wrapper:not(.list-items) .price-wrapper .price
{
       left: calc(50% - 56px);
    top: -40px;
    position: absolute;
    width: 105px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    color: white;
    border-color: #FFFFFF;
    background-color: #c49c5e;
    line-height: 60px;
    font-size: 1.4em;
}
.price-wrapper &gt; img
{

width:100%;
}
.price-wrapper .content-wrapper
{
   box-sizing:border-box;
    padding: 10px;
    background-color: #222222;
    position: relative;
    text-align: center;
}
.price-wrapper .content-wrapper .title
{
    color: #FFFFFF;
    font-size: 1.3em;
    margin-top: 20px;
    min-height: 60px;
    font-family: 'breeserif-regular-webfont';
    
}
.price-wrapper .content-wrapper .description
{
    color: #999999;
    font-size: .9em;
    min-height: 120px;
    width:100%;
}

#pricing-wrapper.list-items {
    .price-wrapper .price {
        color: #FFFFFF;
        font-size: 1.3em;
    }
    .piranya-col .content-wrapper {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        p, div {
            width: auto;
            min-height: unset;
            height: auto;
            
        } 
        .title {
            margin-top: unset;    
        }
        .price {
            margin-left: auto;    
        }
        .text-wrapper {
            display: flex;
            flex-flow: column nowrap;
            justify-content: center;
            align-items: flex-start;
        }
    }
}

/* /content/dynamic/36.css */
#employees-wrapper {
  background: url("/image/39823") center center no-repeat;
  background-size: cover;
  padding-bottom: 0; }

.employee-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 80px; }
  .employee-wrapper li {
    font-family: 'montserrat-regular-webfont'; }

.employee-wrapper .left {
  width: 30%;
  position: absolute; }

.employee-wrapper .right {
  width: calc(65% - 0px);
  float: right;
  padding-bottom: 20px; }

.employee-wrapper .title {
  color: #49320f;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 1.2em;
  font-size: 1em;
  font-weight: normal;
  font-family: 'montserrat-regular-webfont';
  background: #c49c5e;
  box-sizing: border-box;
  display: inline-table;
  border-radius: 20px; }

.employee-wrapper .make-appoinment {
  font-size: 1.2em;
  margin-top: 20px; }

.employee-wrapper .phone {
  float: left;
  clear: both;
  margin-top: 5px;
  font-size: 1.5em;
  color: #c49c5e; }

.employee-wrapper .description p {
  color: #313131; }

.carousel-wrapper {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 50px; }

.owl-nav {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  top: 0; }

.carousel-wrapper .owl-carousel .owl-nav &gt; button.owl-prev, .carousel-wrapper .owl-carousel .owl-nav &gt; button.owl-next {
  position: absolute;
  width: 43px;
  height: 43px;
  text-align: center;
  font-size: 7em;
  height: 100%;
  top: 0; }

.carousel-wrapper .owl-carousel .owl-nav &gt; button.owl-prev:focus, .carousel-wrapper .owl-carousel .owl-nav &gt; button.owl-next:focus {
  outline: unset; }

.owl-nav &gt; button:hover {
  background-color: #c49c5e; }

.owl-nav &gt; button:hover:before {
  color: white; }

.owl-nav &gt; button:before {
  color: #525050;
  margin-left: 17px;
  line-height: 43px;
  font-size: 1.2em; }

.owl-nav &gt; .owl-prev {
  left: -50px; }

.owl-nav &gt; .owl-next {
  right: -50px; }

.owl-carousel .owl-stage-outer {
  z-index: 2;
  width: 100%; }

@media (max-width: 767px) {
  .employee-wrapper .left {
    display: none; }
  .employee-wrapper .right {
    width: 100%; } }

.right .description {
  margin-bottom: 20px; }

.employee-wrapper .make-appoinment {
  font-family: 'breeserif-regular-webfont';
  color: black; }


/* /content/dynamic/38.css */
.contact-right
{
    float: right;
    width: 30%;
    height: 300px;
}
#contact-wrapper h2
{
    margin-bottom: 10px;
}
#contact-form, #footer-map
{
    width: 100%;
}
#footer-map
{
    height: 100%;
}
.contact-left
{
    width: calc(70% - 10px);
}
#contact-form div[data-field="Navn"], #contact-form div[data-field="Email"], #contact-form div[data-field="Emne"], #contact-form div[data-field="Telefon"]
{
    width: calc(50% - 5px);
}
#contact-form div[data-field="Email"], #contact-form div[data-field="Telefon"]
{
    float: right;
    clear: none;
}
@media (max-width: 767px)
{
    .contact-left, .contact-right 
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* /content/dynamic/37.css */
.gallery-categories-wrapper {
  width: 100%; }

.category-wrapper {
  padding: 0 10px;
  height: 50px;
  background-color: #222222;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.category-wrapper:hover, .category-wrapper.selected {
  background-color: #c49c5e; }

.category-wrapper p {
  line-height: 50px;
  color: white;
  font-size: 1.1em; }

#gallery-images-wrapper.isInitializing {
  min-height: 500px;
  background: url("/image/8963") center center no-repeat; }

#gallery-images-wrapper .piranya-col img {
  width: 100%;
  opacity: 1; }

#gallery-images-wrapper .piranya-col img:hover {
  opacity: 0.9; }


/* /content/dynamic/39.css */
@media (min-width: 980px) {
  .brand-wrapper {
    margin-right: 35px;
    max-width: calc(100% - 35px); } }

@media (max-width: 980px) {
  .brand-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; } }

.brand-wrapper img {
  max-width: 100%; }

#brands-wrapper .brandy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }


/* /content/dynamic/40.css */
#footer-wrapper
{
    background: url('/image/39804') center center no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
#footer-wrapper .logo
{
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#footer-wrapper .phone-link
{
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: 'breeserif-regular-webfont';  
}
#footer-wrapper .address
{
    color: #c49c5e;
    text-align: center;
    font-size: 1em;
    font-family: 'montserrat-regular-webfont';
}
#footer-wrapper .lower-footer
{
    width: 100%;
    min-height: 80px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    left: 0;
    display: table;
    text-align: center;
}

.lower-footer p
{
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
}

.cook
{
        margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#trustpilot {
    max-width:100px;
    padding-bottom:45px;
}

.center {
    display:flex;
    flex-direction:column;
    gap:20px;
    text-align: center;
    
}


.change-consent-button
{
    background-image:url(/image/42990);
    width:32px;
    height:32px;
    position:absolute;
    bottom:20px;
    right:20px;
    content:'';
     color:transparent;
font-size:0px;
background-repeat:no-repeat;
    z-index:10;
}

/* /content/dynamic/41.css */
#about-wrapper .piranya-grid &gt; div:first-child &gt; img {
    float: right;
}



#about-wrapper .piranya-grid {
    position: relative;
}

#about-wrapper .piranya-btn {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1200px) {
    #about-wrapper .piranya-grid &gt; div:first-child &gt; img {
        float: none;
   
    }
}

/* /content/dynamic/42.css */
.style-wrapper img
{
    width: 100%;
}

/* /content/dynamic/44.css */
@charset "UTF-8";
#btn-container {
  width: 100%; }

#owl-demo .item &gt; div.text h4 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: Playfair_regular;
  line-height: 22px; }

#owl-demo .item &gt; div.text h3 {
  font-family: Playfair_regular;
  color: #12342f !important;
  font-size: 3em;
  margin-bottom: 20px; }

#owl-demo .item &gt; div.text h5 {
  color: #12342f !important;
  font-size: 9em; }

#owl-demo .item &gt; div.text h2 {
  margin-bottom: -10px;
  letter-spacing: 5px; }

#arrow-down {
  background: #12342f;
  border-color: transparent;
  border: 1px solid;
  padding: 14px 60px;
  margin-top: 30px; }

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

#owl-demo {
  margin-top: 75px;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 45vh; }
  @media (max-width: 680px) {
    #owl-demo {
      height: 70vh; } }
  #owl-demo .item {
    width: 100%;
    height: 45vh;
    padding: 20px;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 680px) {
      #owl-demo .item {
        height: 70vh;
        align-items: inherit;
        box-sizing: border-box; } }
    #owl-demo .item &gt; div.text {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 680px) {
        #owl-demo .item &gt; div.text {
          justify-content: space-evenly; } }
      #owl-demo .item &gt; div.text img {
        width: auto; }
        @media (max-width: 680px) {
          #owl-demo .item &gt; div.text img {
            width: 125px; } }
      #owl-demo .item &gt; div.text h1,
      #owl-demo .item &gt; div.text h2,
      #owl-demo .item &gt; div.text h3,
      #owl-demo .item &gt; div.text h4,
      #owl-demo .item &gt; div.text h5,
      #owl-demo .item &gt; div.text p,
      #owl-demo .item &gt; div.text a {
        color: white; }
      #owl-demo .item &gt; div.text h1 {
        text-shadow: 2px 2px 10px #000000;
        text-align: center; }
        @media (max-width: 680px) {
          #owl-demo .item &gt; div.text h1 {
            font-size: 2.6em; } }
      #owl-demo .item &gt; div.text h2 {
        font-size: 2.5em;
        text-transform: uppercase; }
        #owl-demo .item &gt; div.text h2.price {
          background-size: 100% 100%;
          background-position: left;
          padding: 30px 220px 30px 130px;
          background-image: url(/file/1337); }
        @media (max-width: 680px) {
          #owl-demo .item &gt; div.text h2 {
            font-size: 3.3em;
            margin: 15px 10px; } }
      #owl-demo .item &gt; div.text p {
        font-size: 1.25em; }
  #owl-demo.subpage {
    height: auto; }
    @media (max-width: 680px) {
      #owl-demo.subpage {
        height: 45vh; } }
    #owl-demo.subpage .item {
      height: auto;
      height: 30vh;
      background-position: bottom; }
      @media (max-width: 680px) {
        #owl-demo.subpage .item {
          margin-top: 0;
          height: 40vh; } }
      #owl-demo.subpage .item .text h1 {
        color: white;
        font-size: 3em; }
        @media (max-width: 980px) {
          #owl-demo.subpage .item .text h1 {
            font-size: 2em; } }
      #owl-demo.subpage .item .text p {
        color: white; }

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; }

@media (max-width: 680px) {
  .hero-social {
    display: none; } }

@media (min-width: 980px) {
  .hero-dec_top, .hero-dec_top_right {
    top: 50px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4); }
  .hero-dec_top, .hero-dec_bottom {
    position: absolute;
    left: 70px;
    width: 80px;
    height: 80px;
    border-left: 1px dotted rgba(255, 255, 255, 0.4);
    z-index: 10; }
  .hero-dec_bottom, .hero-dec_bottom_right {
    bottom: 50px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
  .hero-dec_top, .hero-dec_bottom {
    position: absolute;
    left: 70px;
    width: 80px;
    height: 80px;
    border-left: 1px dotted rgba(255, 255, 255, 0.4);
    z-index: 10; }
  .hero-social {
    position: absolute;
    left: 50px;
    top: 42%;
    width: 50px;
    border-bottom: none;
    z-index: 11;
    box-sizing: border-box; }
  .hero-social li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .hero-social li a {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .hero-social li a:hover {
      background: #110e1f; }
  .fa-facebook-f:before {
    content: "\f09a"; }
  #owl-demo ul {
    list-style: none; }
  li {
    line-height: 26px;
    font-size: 14px;
    font-family: Playfair_regular; }
  .section-dec.sec-dec_top {
    top: 10px;
    left: 10px;
    border-top: 1px dotted;
    border-left: 1px dotted; }
  .section-dec {
    position: absolute;
    width: 60px;
    height: 60px; }
  .section-dec.sec-dec_bottom {
    bottom: -70px;
    right: -70px;
    border-right: 1px dotted;
    border-bottom: 1px dotted; } }

.mousey {
  float: left;
  width: 20px;
  height: 30px;
  border-radius: 6px;
  padding: 0 6px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 10; }

.scroll-down-wrap {
  float: left;
  position: absolute;
  bottom: 45px;
  z-index: 100; }

.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility; }

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(10px);
    opacity: 0; } }

#container {
  height: 2000px; }

#container DIV {
  margin: 50px;
  padding: 50px;
  background-color: lightgreen; }

.hideme {
  opacity: 0; }

.item11 {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255, 85, 0, 0.7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em; }

.cont-air {
  width: 100%; }

body #product-details-header.category h1 {
  font-size: 3em; }

@media (max-width: 680px) {
  body #product-details-header.category {
    min-height: 45vh; } }

body #product-details-header &gt; div a, body #product-details-header &gt; div p, body #product-details-header &gt; div h1 {
  text-align: center; }

.piranya-view-shop-product-detail .buy-wrapper h1 {
  font-size: 2.5em; }

body #main #owl-demo .item.product-item .text {
  position: relative;
  z-index: 2; }
  body #main #owl-demo .item.product-item .text .description {
    overflow: hidden;
    text-overflow: "Læs mere...";
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; }

body #main #owl-demo .item.product-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  z-index: 1; }

#owl-demo .item:after {
  content: "";
  background: url("/File/3846");
  width: calc(100% + 1.3px);
  height: 70px;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  left: 50%; }

#owl-demo .item .round-wrapper {
  background-color: #12342f;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 20px;
  left: 60%;
  opacity: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: 2px solid white; }
  @media (max-width: 680px) {
    #owl-demo .item .round-wrapper {
      display: none; } }
  #owl-demo .item .round-wrapper &gt; h4 span {
    font-size: 2em;
    white-space: nowrap;
    letter-spacing: 0px;
    line-height: 2em;
    width: 100%; }

#slider-wrapper div[data-destination-key="frontpage-slider"] img {
  position: unset;
  bottom: initial;
  right: initial; }

#slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] {
  width: 100%;
  max-width: 100vw;
  background-color: #111111;
  max-height: 100vh; }
  @media (min-width: 981px) {
    #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] {
      height: auto; } }
  @media (max-width: 980px) {
    #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] {
      height: 60vh; }
      #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] .swiper-wrapper, #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] .swiper-slide, #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] picture {
        height: auto; }
      #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] picture {
        display: flex;
        justify-content: center;
        align-items: center; }
      #slider-wrapper .swiper-container[data-destination-key="frontpage-slider"] img {
        max-height: 50vh;
        width: auto;
        padding-top: 70px;
        /*height: auto;
            width:120%;
            */ } }


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

.colums-1 {
  width: 100%; }

.feature-box-inner {
  float: left;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #b7985b;
  margin-bottom: 50px; }

.fbox-icon {
  display: flex;
  justify-content: center;
  color: #b7985b;
  background: #d0d0d01f;
  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; }

body .box {
  background-color: #ffffff;
  min-height: 100px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45); }


/* ~/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 &gt; .p-layout-container &gt; .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 {
    box-sizing: border-box; }
  .piranya-menu-wrapper.responsive &gt; 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 {
    box-sizing: border-box;
    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 &gt; ul &gt; 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 &gt; ul &gt; li:before {
    content: "\f111"; }
  .piranya-menu-wrapper.responsive &gt; ul ul &gt; 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 &gt; a {
    background: #999;
    color: #fff;
    border-radius: 5px;
    display: block;
    /* show menu item if main menu */
    background: none;
    color: #666; }
  .piranya-menu-wrapper.responsive &gt; 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 &gt; ul ul {
    padding-left: 35px; }
  .piranya-menu-wrapper.responsive ul &gt; li &gt; a {
    color: #474C58; }
  .piranya-menu-wrapper.responsive &gt; 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 &gt; ul.closed {
    transition: width 250ms; }
  .piranya-menu-wrapper.responsive &gt; ul.open li {
    transform: translateX(0);
    display: inline-block;
    visibility: visible; }
  .piranya-menu-wrapper.responsive &gt; ul.open a {
    color: white; }
  .piranya-menu-wrapper.responsive &gt; ul.open a:hover {
    color: #cccbcb; }
  .piranya-menu-wrapper.responsive &gt; ul:not(.open) .close-btn {
    display: none; }
  .piranya-menu-wrapper.responsive &gt; ul:not(.open) {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    font-size: 32px; }
  .piranya-menu-wrapper.responsive &gt; 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 &gt; a {
    display: none;
    /* hide mainmenu item if ´submenu is selected */ }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected &gt; a {
    pointer-events: none;
    cursor: default; }
  .piranya-menu-wrapper.responsive li.piranya-menu-item-selected &gt; a {
    display: block;
    /* show only current &lt;li&gt; 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 &gt; ul.open ul {
    display: block; }
  .piranya-menu-wrapper.responsive &gt; ul.open ul &gt; li a {
    padding-left: 20px; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected-root &gt; a {
    display: block; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive &gt; ul.open &gt; li.piranya-menu-item-selected {
    background-position-x: 10px; }
  .piranya-menu-wrapper.responsive &gt; 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 &gt; 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 &gt; ul.open .close-btn, .piranya-menu-wrapper.responsive &gt; 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 &gt; ul ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0; }
    .piranya-menu-wrapper.responsive &gt; ul ul .content {
      display: none;
      /*Sub submenu not supported yet*/ }
  .piranya-menu-wrapper.responsive &gt; ul a {
    vertical-align: middle;
    float: left; }
  .piranya-menu-wrapper.responsive &gt; 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 &gt; ul li:hover &gt; .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; } }</pre></body></html>