/* module/auth/current-account-picker */
.p-account-picker {
  position: relative; }
  .p-account-picker > ul.accounts {
    display: none; }
  .p-account-picker > .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 > .picker-element > .items {
      max-height: 240px;
      overflow-y: auto; }
    .p-account-picker > .picker-element .item {
      background-color: transparent;
      color: black;
      cursor: pointer;
      padding: 2px 10px; }
      .p-account-picker > .picker-element .item p {
        display: block;
        min-width: 300px;
        text-align: left;
        user-select: none; }
    .p-account-picker > .picker-element .search-notice {
      padding: 2px 10px; }
  .p-account-picker:not(.open) > .picker-element {
    border-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  .p-account-picker.is-accounts-pickable > .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 > .piranya-user-login-view-container {
    max-width: initial;
    width: 100%; }
    .p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login > .piranya-user-login-view-container > 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 > select {
    flex-basis: 32%;
    margin-right: 2%; }
    .piranya-birtday-container.piranya-input-container > select:last-of-type {
      margin-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  width: 100%; }
  .p-table .p-table-cell {
    border: 1px solid #666666;
    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0.8em 1.2em;
    overflow: hidden;
    width: 100%; }
    .p-table .p-table-cell > h1, .p-table .p-table-cell > h2, .p-table .p-table-cell > h3, .p-table .p-table-cell > h4, .p-table .p-table-cell > h5, .p-table .p-table-cell > h6 {
      margin: 0; }
    .p-table .p-table-cell.actions {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly; }
  .p-table.p-table--2cols > .p-table-cell {
    width: 50%; }
    .p-table.p-table--2cols > .p-table-cell.p-table-cell--span2 {
      width: 100%; }
  .p-table.p-table--3cols > .p-table-cell {
    width: 33.33%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span2 {
      width: 66.66%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span3 {
      width: 100%; }
  .p-table.p-table--4cols > .p-table-cell {
    width: 25%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span2 {
      width: 50%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span3 {
      width: 75%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span4 {
      width: 100%; }
  .p-table.p-table--5cols > .p-table-cell {
    width: 20%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span2 {
      width: 40%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span3 {
      width: 60%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span4 {
      width: 80%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span5 {
      width: 100%; }
  .p-table.p-table--6cols > .p-table-cell {
    width: 16.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span2 {
      width: 33.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span3 {
      width: 50%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span4 {
      width: 66.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span5 {
      width: 83.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span6 {
      width: 100%; }
  .p-table.p-table--borderless > .p-table-cell {
    border: none; }
  .p-table.p-table--borderless > .p-table-cell--foot {
    padding-right: 0; }
  .p-table.p-table--borderless > .p-table-cell--head {
    padding-left: 0; }
  @media all and (min-width: 600px) {
    .p-table > .p-table-cell:not(.p-table-cell--head) {
      border-left: none; }
    .p-table.p-table--2cols > .p-table-cell:nth-child(n+3),
    .p-table.p-table--3cols > .p-table-cell:nth-child(n+4),
    .p-table.p-table--4cols > .p-table-cell:nth-child(n+5),
    .p-table.p-table--5cols > .p-table-cell:nth-child(n+6),
    .p-table.p-table--6cols > .p-table-cell:nth-child(n+7),
    .p-table > .p-table-cell--header ~ .p-table-cell[data-row] {
      border-top: none; } }
  @media all and (max-width: 599px) {
    .p-table:not(.p-table--non-responsive) {
      display: block; }
      .p-table:not(.p-table--non-responsive) > .p-table-cell {
        width: 100% !important; }
        .p-table:not(.p-table--non-responsive) > .p-table-cell.p-table-cell--header {
          display: none; }
        .p-table:not(.p-table--non-responsive) > .p-table-cell:not(.p-table-cell--head) {
          border-top: none; }
      .p-table:not(.p-table--non-responsive) > .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 > li {
        float: left;
    }

        .piranya-menu > li > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

/*Piranya breadcrumb default style*/

.piranya-breadcrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadcrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.scss */
.piranya-input-container {
  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 > p {
  color: inherit;
  font-size: 1em;
  line-height: 1em; }

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

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

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

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

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

.piranya-select {
  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 > .icon {
  font-size: 1.3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end of p-toggle-boxes */


/* ~/Content/piranya/styles/piranya-alert-box.scss */
div.p-alert-box {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #999;
  box-sizing: border-box;
  display: flex;
  font-size: 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 > .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 > .content {
    max-width: 1200px; }


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

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

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


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

@font-face {
 font-family: 'FrutigerNextProBold';
 src: url('/File/15/FrutigerNextPro-Bold.ttf?ticks=1529326709') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Brugsen';
 src: url('/File/16/Brugsen.ttf?ticks=1529327693') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'SignikaNegative';
 src: url('/File/17/SignikaNegative-Regular.ttf?ticks=1529329936') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Ronnia';
 src: url('/File/18/Ronnia.ttf?ticks=1529333440') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Kvickly';
 src: url('/File/39/Kvickly.ttf?ticks=1529338788') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Veneer';
 src: url('/File/40/Veneer.ttf?ticks=1529339018') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Gotham';
 src: url('/File/41/Gotham_regular.ttf?ticks=1529339161') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Fishmonger_CB_Plain';
 src: url('/File/42/Fishmonger.otf?ticks=1529340997') format('opentype');
font-display: swap;
}

@font-face {
 font-family: 'Titiliumweb';
 src: url('/File/48/Titiliumweb.ttf?ticks=1529481388') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'TitiliumwebBold';
 src: url('/File/49/TitiliumwebBold.ttf?ticks=1529481423') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Ubuntu-Regular';
 src: url('/File/87/Ubuntu-Regular.ttf?ticks=1529997122') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'ChevinProBold';
 src: url('/File/1897/g-type_chevinpro-bold-webfont.woff2?ticks=1536300363') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'ChevinPro';
 src: url('/File/1898/g-type_chevinpro-medium-webfont.woff2?ticks=1536300629') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'EurostileBold';
 src: url('/File/6306/Eurostile.ttf?ticks=1537471911') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Eurostile';
 src: url('/File/6302/Eurostile.ttf?ticks=1537471352') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Davidsen';
 src: url('/File/11526/7cHmv4okm5zmbtYoK-4.woff2?ticks=1542360480') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'DavidsenBold';
 src: url('/File/11527/7cHrv4okm5zmbt73D_s7wH8.woff2?ticks=1542360657') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat';
 src: url('/File/12989/montserrat.woff2?ticks=1543489211') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'XLBold';
 src: url('/File/22943/xl_bold.woff2?ticks=1551257794') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'XLRegular';
 src: url('/File/22944/xl_regular.woff2?ticks=1551257814') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Opensans_Bold';
 src: url('/File/25747/Opensans.ttf?ticks=1552986474') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Robotocond';
 src: url('/File/27756/Robotocond.ttf?ticks=1554285057') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Regular';
 src: url('/File/93751/Montserrat-Regular.otf?ticks=1580289860') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Light';
 src: url('/File/93752/Montserrat-Light.otf?ticks=1580289919') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Bold';
 src: url('/File/93753/Montserrat-Bold.otf?ticks=1580289929') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Fdih_Regular';
 src: url('/File/102652/fdih_regular.ttf?ticks=1582546027') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Fdih_Bold';
 src: url('/File/102653/fdih_bold.ttf?ticks=1582546036') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Avelon_demi';
 src: url('/File/152178/avalon-demi.ttf?ticks=1591260054') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Raleway_regular';
 src: url('/File/212973/Raleway-Regular.ttf?ticks=1601373007') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Raleway_Bold';
 src: url('/File/212974/Raleway-Bold.ttf?ticks=1601373017') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Muli_bold';
 src: url('/File/267467/Muli-Bold.ttf?ticks=1607086259') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Muli_light';
 src: url('/File/267468/Muli-Light.ttf?ticks=1607086356') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Bumpo';
 src: url('/File/446333/Bumpo.ttf?ticks=1624445753') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Bareno_regular';
 src: url('/File/747438/te.ttf?ticks=1686836834') 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 > span {
    float: left; }
  .p-departments.opening-hours .slot > .from-to-separator {
    margin: 0 0.3em; }
  .p-departments.opening-hours .slot > .slot-separator {
    margin-right: 0.3em; }


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

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

/* piranya/jatak */
.p-jatak.faq .video-container {
  margin: 20px 20% 0 20%;
  padding-top: 60%;
  position: relative;
  width: 60%; }
  .p-jatak.faq .video-container > iframe {
    border-radius: 20px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .p-jatak.faq .video-container {
      margin: 20px 5% 0 5%;
      padding-top: 90%;
      position: relative;
      width: 90%; } }


/* piranya/blog */
.piranya-blog-post-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.piranya-view-blog-post-details .attached-files {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.piranya-view-blog-post-details .attached-files .fa:first-child {
    margin-right: 5px;
}

.piranya-view-blog-post-details a.external {
    clear: both;
}

.piranya-view-blog-post-details.printable {
    position: relative;
}

.piranya-view-blog-post-details.printable #print-article{
    position: absolute;
    right: 0;
    cursor: pointer;
}

/* piranya/files */
.p-files.browser .items-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%; }
  .p-files.browser .items-wrapper > h2 {
    margin-bottom: 10px; }
  .p-files.browser .items-wrapper > .items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    .p-files.browser .items-wrapper > .items > .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 > .items > .item:hover {
        border-color: #d6c2c2; }
      .p-files.browser .items-wrapper > .items > .item > .actions {
        margin-top: 10px;
        display: flex;
        flex-direction: row; }
        .p-files.browser .items-wrapper > .items > .item > .actions i.icon {
          font-size: 0.875em; }
      .p-files.browser .items-wrapper > .items > .item > .description {
        margin-top: 10px; }
      .p-files.browser .items-wrapper > .items > .item > .large-icon {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center;
        margin-bottom: 10px; }
        .p-files.browser .items-wrapper > .items > .item > .large-icon.preview {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          height: 0;
          padding-top: 100%; }
          .p-files.browser .items-wrapper > .items > .item > .large-icon.preview > i {
            display: none; }
        .p-files.browser .items-wrapper > .items > .item > .large-icon > i {
          font-size: 150px; }
      .p-files.browser .items-wrapper > .items > .item > .icon-with-title {
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100%; }
        .p-files.browser .items-wrapper > .items > .item > .icon-with-title > i {
          flex: 0 1;
          margin-right: 0.63em; }
        .p-files.browser .items-wrapper > .items > .item > .icon-with-title > 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 > .description,
  .dialog.p-marketing > .teaser {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing > .description > p,
    .dialog.p-marketing > .teaser > p {
      margin: 0;
      padding: 0;
      text-align: inherit; }
    .dialog.p-marketing > .description + .image,
    .dialog.p-marketing > .teaser + .image {
      margin-top: 20px; }
  .dialog.p-marketing > .title {
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing > .title + div:last-child,
    .dialog.p-marketing > .title + .image,
    .dialog.p-marketing > .title + .teaser {
      margin-top: 20px; }
  .dialog.p-marketing a.image {
    display: block;
    width: 100%; }
  .dialog.p-marketing > img,
  .dialog.p-marketing > picture,
  .dialog.p-marketing > picture > img,
  .dialog.p-marketing a.image > img,
  .dialog.p-marketing a.image > picture,
  .dialog.p-marketing a.image > picture > img {
    width: 100%; }
  .dialog.p-marketing > .image + .description {
    margin-top: 20px; }
  .dialog.p-marketing > a.piranya-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .dialog.p-marketing > .title {
      font-size: 1.5em; } }
  .dialog.p-marketing.has-textual-container > .textual-content {
    display: flex;
    flex-direction: column; }
    .dialog.p-marketing.has-textual-container > .textual-content > .title {
      font-size: 2em; }
    .dialog.p-marketing.has-textual-container > .textual-content > a.link {
      margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container > .textual-content > .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 > .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 > .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 > a.image {
    display: flex;
    width: 100%; }
    .p-marketing.swiper-slide > a.image > img,
    .p-marketing.swiper-slide > a.image > picture,
    .p-marketing.swiper-slide > a.image > picture > img {
      width: 100%; }
  .p-marketing.swiper-slide > picture.image,
  .p-marketing.swiper-slide > picture.image > img {
    width: 100%; }

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


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

/* /content/dynamic/39.css */
p {
  line-height: 25px;
  font-size: 0.9em;
  font-family: 'Montserrat_Regular';
  color: #333; }

h1 {
  font-size: 2.8em;
  font-weight: normal;
  font-family: 'Montserrat_Bold';
  color: #424242; }
  @media (max-width: 680px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.3em;
  font-weight: normal;
  font-family: 'Montserrat_Bold';
  color: #404040; }
  @media (max-width: 680px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  font-size: 1.3em;
  font-family: 'Montserrat_Bold';
  font-weight: normal;
  color: #424242; }
  @media (max-width: 680px) {
    h3 {
      font-size: 1.2em; } }

h4 {
  font-size: 1.2em;
  font-weight: normal;
  font-family: 'Montserrat_Regular';
  color: #404040; }

h5 {
  font-size: 1.5em;
  font-weight: normal; }

h6 {
  font-size: 1.5em;
  font-weight: normal; }

a {
  color: #3b4552;
  text-decoration: none;
  font-family: Montserrat_bold; }

a:hover {
  text-decoration: underline; }

.fa {
  color: white;
  margin: 0 10px; }

li {
  line-height: 25px;
  font-size: 0.9em;
  font-family: 'Montserrat_Regular';
  color: #333; }

#contact-info a {
  font-size: 14px; }

.firstname {
  font-style: italic;
  margin-top: 10px; }

ul {
  list-style: none; }

ul li:before {
  content: '';
  /* placeholder for the SVG */
  position: absolute;
  left: 0;
  /* place the SVG at the start of the padding */
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat; }

.step-content {
  width: 100%; }

body .piranya-shop-confirm ul li:before {
  display: none; }

li {
  position: relative;
  padding-left: 1.9em;
  /* space to preserve indentation on wrap */ }

.piranya-menu-wrapper ul li:before {
  background: unset; }

.bx-wrapper ul li:before {
  background: unset; }

body #footer ul li:before {
  top: 12px; }


/* /content/dynamic/32.css */
html {
  animation: fadeSiteIn 0.5s ease forwards;
  /* [1] */ }

html.fadeSiteOut {
  animation: fadeSiteOut 0.5s ease forwards;
  /* [2] */ }

@keyframes fadeSiteIn {
  /* [1] */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeSiteOut {
  /* [2] */
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

div {
  float: left; }

section {
  padding: 20px 0; }

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%; }

ul {
  padding: 0;
  margin: 0; }

#main-wrapper {
  width: 100%;
  min-height: calc(100% - 50px); }

#main {
  width: 100%;
  height: 100%; }

#piranya-page {
  width: 100%; }

#contact-wrapper {
  width: 100%;
  background-color: #f1f1f1; }

.center {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 20px);
  float: none;
  margin: 0px auto; }

#offer-left-wrapper {
  text-align: center;
  border: 1px solid;
  padding: 20px; }

#deal-form-wrapper {
  margin-top: 20px; }

body .statewrapper {
  display: flex;
  flex-flow: row nowrap; }
  body .statewrapper h2 {
    color: white; }
  body .statewrapper #headline {
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'Futura_Bold'; }

.statewrapper p {
  font-size: 0.7em !important;
  color: white !important; }
  @media (min-width: 681px) {
    .statewrapper p {
      padding: 30px 0px; } }

#redline {
  width: 100%;
  background-color: #b9191b;
  display: flex;
  margin-top: auto; }
  #redline img {
    max-width: 54%;
    max-height: 100%;
    margin-top: -30px;
    margin-right: 10px; }

.app-section {
  background-color: #f1f1f1;
  position: relative; }

.app-section #phone {
  position: absolute;
  width: auto;
  height: 700px;
  bottom: 0px; }

section {
  padding: 80px 0px; }

.review-section {
  background-color: #b9191b;
  min-height: 300px; }

.review-section h2 {
  color: white; }

.app-section td:first-child {
  width: 50%; }

.firstname {
  font-family: 'Montserrat_Bold'; }

#row-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.app-section .row {
  display: flex;
  flex-direction: row;
  padding: 20px 0px; }
  .app-section .row:nth-child(2) {
    align-self: flex-end; }
  .app-section .row .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px; }

@media (max-width: 680px) {
  .app-section #phone {
    position: unset;
    width: 100%;
    height: unset; }
  .review-section img {
    width: 100%; }
  #main > #piranya-page > section {
    padding: 75px 20px;
    box-sizing: border-box; } }

body #area-image-swiper > a,
body #area-image-swiper > a > div,
body #area-image-swiper > div {
  width: 100%;
  float: unset; }

body #area-image-swiper #area-image-wrapper .carousel-item-wrapper {
  width: 100%; }

body #area-image-swiper #area-image-wrapper .image-wrapper {
  width: 100%; }

body #area-image-swiper #area-image-wrapper img {
  width: 100%; }

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

.videotext {
  align-items: center;
  justify-content: center; }

#qotemark {
  font-family: 'perti';
  font-size: 2em; }

@media (max-width: 680px) {
  video {
    max-width: 100%; }
  .no-mobile {
    display: none; } }

.Light-blue-section {
  background-color: #f8fcff; }
  .Light-blue-section p, .Light-blue-section h3 {
    color: black; }
  .Light-blue-section h3 {
    margin-bottom: 10px; }

.press-section {
  background-color: #f4f2f1; }
  .press-section h2 {
    color: #444444; }
  @media (max-width: 680px) {
    .press-section img {
      max-width: 200px;
      height: 75px; } }
  .press-section a {
    text-align: left;
    font-size: 1.0em;
    display: flex;
    color: black; }
    @media (max-width: 680px) {
      .press-section a {
        text-align: center;
        margin-top: 10px; } }

#logo-wrapper img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

#logo-wrapper img:hover {
  filter: none;
  -webkit-filter: grayscale(0%); }

body #frontpage-items-wrapper {
  width: 100%;
  overflow: hidden; }

body #frontpage-items-wrapper .carousel-item-wrapper {
  width: 100%;
  max-width: 394px;
  float: none;
  margin: 0 auto; }

body #frontpage-items-wrapper .owl-nav {
  font-size: 5em;
  text-align: center;
  width: 100%; }

body #frontpage-items-wrapper h3 {
  margin-top: 15px; }
  body #frontpage-items-wrapper h3:after {
    content: " ";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #486dbb;
    margin-top: 10px; }

.item-description-wrapper {
  background-color: #fbfbfb;
  padding: 25px;
  border-bottom: 10px solid #3498db; }
  .item-description-wrapper p {
    color: #404040; }

body #frontpage-items-wrapper .item-description-wrapper .description {
  float: left;
  width: 100%;
  min-height: 100px;
  margin-top: 10px; }

.3box table {
  border: 0px; }
  .3box table td {
    border: 0px; }

.team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .team-box img {
    margin-bottom: 15px; }
  .team-box h3 {
    margin-bottom: 10px; }
  .team-box p {
    padding: 7px; }

.team-box:nth-child(2) {
  background-color: Red; }

.txtwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; }
  .txtwrap a {
    color: #628cbb; }
  .txtwrap img {
    width: 55px;
    height: 55px; }
  .txtwrap .piranya-btn {
    margin: 60px 0px 20px 0px;
    color: white; }
  .txtwrap h1 {
    margin-bottom: 30px;
    line-height: 1.3em;
    color: #424242;
    font-family: Montserrat_regular; }
  .txtwrap h4 {
    margin-bottom: 50px;
    line-height: 1.3em;
    font-size: 1.3em;
    color: #f67211;
    font-family: Montserrat_Bold; }
  .txtwrap p {
    margin-bottom: 30px; }
  .txtwrap span {
    font-family: Montserrat_bold; }

.blue-section {
  background-color: #3498db; }
  .blue-section h1, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section p {
    color: white; }
  .blue-section .banner {
    text-align: Center; }
  .blue-section .piranya-btn {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    border: 1px solid white;
    margin-top: 20px; }
    .blue-section .piranya-btn:hover {
      border-color: white;
      Background-color: white; }
  .blue-section a {
    color: white; }
    .blue-section a:hover {
      color: #3498db; }

.imgback {
  background-color: #ddedff;
  border-radius: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center; }

.imageslide {
  display: flex;
  flex-direction: column;
  align-items: center; }

.orange-section {
  background-color: #f67211; }
  .orange-section h1, .orange-section h2, .orange-section h3, .orange-section h4, .orange-section p {
    color: white; }
  .orange-section .piranya-btn {
    border: 1px solid white;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    .orange-section .piranya-btn:hover {
      background-color: transparent; }
  .orange-section h6 {
    font-size: 7em;
    color: white;
    font-family: 'Montserrat_Bold'; }
  .orange-section h5 {
    font-size: 3em;
    color: white;
    font-family: 'Montserrat_Bold'; }

.box1 {
  position: relative;
  max-width: 600px;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 400px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px; }
  .box1 h3 {
    margin-bottom: 10px;
    z-index: 30; }

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 17px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; }

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: 0;
  right: 0; }

.ribbon-top-left::after {
  bottom: 0;
  left: 0; }

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg); }

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px; }

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent; }

.ribbon-top-right::before {
  top: 0;
  left: 0; }

.ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg); }

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px; }

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent; }

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0; }

.ribbon-bottom-left::after {
  top: 0;
  left: 0; }

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg); }

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0; }

.ribbon-bottom-right::after {
  top: 0;
  right: 0; }

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg); }

.first-section {
  background-color: #f8fcff;
  background-image: url(/image/386317);
  background-repeat: repeat; }

.reason-section {
  background-color: #cae6ed; }

.wrapfaw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%; }
  @media (max-width: 680px) {
    .wrapfaw {
      grid-template-columns: repeat(1, 1fr); } }

.chatwithus {
  padding: 30px 0px;
  margin-top: 50px; }
  .chatwithus a {
    font-size: 2em; }

#signup h1 {
  margin: 30px 0px;
  text-align: center; }

#signup .piranya-view-form-wrapper > form div[data-field] > .editor > span[data-editor] > * {
  padding: 15px; }

.head-text h3 {
  color: #3498db; }

.blue-sektion {
  background-color: #ddedff; }

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

body .text-col .piranya-btn {
  background-color: #6a95c5; }

#functions .piranya-btn {
  border: 2px solid #3498db;
  background-color: transparent;
  min-height: 45px;
  color: #3498db; }
  #functions .piranya-btn:hover {
    background-color: #3498db;
    border: 0px;
    color: white; }

.piranya-user-login-view-container .piranya-txt {
  border: 1px solid #B7BBC1;
  width: 100%; }

.news-wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap; }
  .news-wrapper h2 {
    margin-bottom: 20px;
    font-size: 1.7em; }
  .news-wrapper h3 {
    color: #3498db; }
  .news-wrapper #blog-btn {
    border: 2px solid #3498db;
    padding: 13px 40px;
    border-radius: 40px;
    color: #3498db;
    background-color: transparent;
    margin-top: 20px; }
    .news-wrapper #blog-btn a {
      color: #3498db; }
    .news-wrapper #blog-btn:hover {
      background-color: #3498db;
      color: white; }
      .news-wrapper #blog-btn:hover a {
        color: white; }

#blogging-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; }
  #blogging-wrapper .piranya-col {
    display: flex; }

@media (min-width: 760px) {
  body .knowledgebase {
    max-width: 760px;
    margin: auto;
    float: unset; } }

body .knowledgebase > div {
  max-width: 100%;
  width: 100%; }

body .knowledgebase .piranya-view-content {
  max-width: 100%;
  width: 100%; }
  @media (max-width: 680px) {
    body .knowledgebase .piranya-view-content img {
      max-width: 100%; } }

body .knowledgebase .piranya-view-description {
  margin: 10px 0px;
  color: #b9b9b9; }

.head-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #3498db;
  width: 100%;
  height: 170px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }
  .head-wrap p {
    color: white; }

.plan-features li:before {
  background: url("/image/489542") no-repeat;
  width: 20px;
  height: 20px; }

.bord-1 {
  margin-right: 5px;
  border: 1px solid #f67211;
  border-radius: 30px;
  padding: 5px 15px;
  font-family: Montserrat_Regular;
  color: #f67211;
  text-transform: uppercase;
  font-size: 0.9em; }
  @media (max-width: 680px) {
    .bord-1 {
      padding: 5px 10px; } }

.bord-wrap {
  margin-top: 10px;
  margin-bottom: 15px; }
  @media (max-width: 680px) {
    .bord-wrap {
      margin-bottom: 5px; } }

.colorbox2 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

.news-content {
  min-height: 130px; }

body #header .topbar-buttons > div:not(:first-child) {
  margin-left: 10px;
  background: #3498db;
  border-color: #3498db;
  color: white; }
  body #header .topbar-buttons > div:not(:first-child) a {
    color: white; }


/* /content/dynamic/33.css */
#owl-demo {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
  max-height: 650px; }
  #owl-demo .item {
    width: 100%;
    height: 70vh;
    max-height: 650px;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column; }
    @media (max-width: 680px) {
      #owl-demo .item {
        height: 58vh; } }
    @media (max-width: 680px) {
      #owl-demo .item > div.text h2 {
        padding: 5px 0px;
        font-size: 1.6em; } }
    #owl-demo .item > div.text h1 {
      font-size: 3.5em;
      font-weight: normal;
      font-family: 'Montserrat_Regular';
      color: black;
      margin-bottom: 20px;
      line-height: 1.6em;
      text-align: center; }
      @media (max-width: 680px) {
        #owl-demo .item > div.text h1 {
          font-size: 2.0em;
          margin: 15px 10px; } }
    #owl-demo .item > div.text .fa {
      color: #486dbb;
      font-size: 2em; }
    #owl-demo .item > div.text p {
      color: black;
      margin-bottom: 20px;
      text-align: center; }
    #owl-demo .item > div.text .piranya-btn {
      margin-top: 50px;
      width: 360px;
      margin-bottom: 50px;
      background-color: #ff6310;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      #owl-demo .item > div.text .piranya-btn:hover {
        background-color: #4c82f5; }
      @media (max-width: 680px) {
        #owl-demo .item > div.text .piranya-btn {
          width: 360px;
          padding: 12px; } }
  #owl-demo.subpage {
    height: 40vh; }
    @media (max-width: 680px) {
      #owl-demo.subpage {
        margin-top: 100px;
        height: 10vh; } }
    #owl-demo.subpage .item {
      height: 40vh; }
      @media (max-width: 680px) {
        #owl-demo.subpage .item {
          margin-top: 0;
          height: 10vh; } }
      #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) {
  body #owl-demo.subpage {
    height: 50vh;
    margin-top: unset; }
    body #owl-demo.subpage .item {
      height: 50vh;
      background-position: center;
      box-sizing: border-box;
      display: flex;
      justify-content: space-evenly; }
      body #owl-demo.subpage .item > h2.center {
        font-size: 2em;
        width: calc(100% - 20px);
        margin: 0px auto; }
      body #owl-demo.subpage .item > p {
        font-size: .9em;
        line-height: normal; }
      body #owl-demo.subpage .item #redline {
        background-color: transparent;
        margin-top: unset; }
        body #owl-demo.subpage .item #redline .piranya-grid {
          display: flex;
          flex-flow: column; }
          body #owl-demo.subpage .item #redline .piranya-grid .piranya-col {
            box-sizing: border-box;
            padding: 5px 10px;
            margin: 2.5px 0px;
            justify-content: space-around;
            background-color: #b9191b;
            align-items: center; }
          body #owl-demo.subpage .item #redline .piranya-grid #headline {
            font-size: 1.5em; }
          body #owl-demo.subpage .item #redline .piranya-grid .statewrapper p {
            width: 65%;
            font-size: .9em;
            line-height: normal; } }

body #owl-demo .item > .text.admission {
  max-width: 350px;
  justify-content: left; }
  @media (min-width: 1000px) {
    body #owl-demo .item > .text.admission {
      margin-right: 400px; } }
  @media (min-width: 1000px) and (min-width: 1300px) {
    body #owl-demo .item > .text.admission {
      margin-right: 800px; } }
  body #owl-demo .item > .text.admission > h4 {
    color: #db1f29;
    margin-bottom: 10px; }
  body #owl-demo .item > .text.admission > h4 + h1 {
    color: #333c43;
    margin: unset; }
  body #owl-demo .item > .text.admission > h3 {
    margin-bottom: 30px; }
  body #owl-demo .item > .text.admission > h3 + h4 {
    color: #333c43;
    font-size: 1em; }
    body #owl-demo .item > .text.admission > h3 + h4 > span {
      color: #db1f29; }
  body #owl-demo .item > .text.admission #admission-form {
    width: 100%; }
    body #owl-demo .item > .text.admission #admission-form fieldset {
      border: unset;
      padding: unset; }
      body #owl-demo .item > .text.admission #admission-form fieldset div {
        width: 100%; }
      body #owl-demo .item > .text.admission #admission-form fieldset > div {
        margin-bottom: 10px; }
    body #owl-demo .item > .text.admission #admission-form input {
      width: 100%; }
    body #owl-demo .item > .text.admission #admission-form input[type="submit"] {
      width: 100%;
      color: white;
      background-color: #db0026; }


/* /content/dynamic/36.css */
.contact-img {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.fa-phone {
  font-size: 25px; }

#header {
  line-height: 100%;
  width: 100%;
  text-align: center;
  display: table-cell;
  padding: 20px 0px;
  position: sticky;
  top: 0px;
  z-index: 199;
  background: white;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 16px -11px transparent;
  -moz-box-shadow: 0px 5px 16px -11px transparent;
  box-shadow: 0px 5px 16px -11px transparent;
  transition: padding 250ms ease, height 250ms ease, box-shadow 250ms ease; }
  #header .center {
    height: 100%; }
    #header .center a {
      height: 100%; }
      #header .center a img {
        height: 100%; }
    #header .center .menu-wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      margin: unset; }
  #header:not(.top) {
    -webkit-box-shadow: 0px 5px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 16px -11px rgba(0, 0, 0, 0.75); }
    #header:not(.top) .topbarbtn.register {
      background-color: #f67211;
      border: 0px; }
    #header:not(.top) .topbarbtn.register a {
      color: white; }
    #header:not(.top) .topbarbtn register {
      background-color: #f67211; }

#header .center {
  display: flex;
  justify-content: space-between; }

#phone {
  display: flex;
  align-items: center; }

#phone .fa {
  font-size: 1.2em;
  color: #8e8e8e; }

#logo {
  float: left;
  width: 240px; }

@media screen and (max-width: 680px) {
  #logo {
    margin-top: -5px;
    width: 180px;
    height: 28px !important; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

@media screen and (max-width: 680px) {
  .contact-img {
    justify-content: center; }
  .contact-img p {
    font-size: 10px; }
  .contact-img a {
    color: white; } }

#phone p {
  color: #8e8e8e; }

@media screen and (max-width: 680px) {
  body #header .topbar-buttons {
    display: flex;
    flex-direction: 'row';
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    width: 100%; }
    body #header .topbar-buttons > div {
      border-radius: 0;
      flex: 1;
      height: auto;
      background-color: #486dbb;
      border: 0px;
      padding: 15px 5px;
      width: 100%; }
      body #header .topbar-buttons > div:not(:first-child) {
        border-left: 1px solid white; }
      body #header .topbar-buttons > div > a {
        margin: 0 auto;
        color: white;
        width: 100%;
        justify-content: center; } }

@media screen and (min-width: 681px) {
  body #header .topbar-buttons > div:not(:first-child) {
    margin-left: 10px; } }


/* /content/dynamic/38.css */
.adress-split {
  display: flex;
  align-items: center;
  width: 100%;
  color: white; }

.adress-split a {
  color: white; }

#footer a {
  font-size: 0.9em;
  padding: 15px 0px;
  font-family: 'Montserrat_Regular';
  color: #404040;
  display: block; }

#footer {
  height: 50px;
  display: table;
  width: 100%;
  padding: 40px 0px 0px;
  background-color: #f8fcff;
  background-repeat: repeat; }

#footer li {
  color: #404040; }

#footer .fa {
  color: #404040; }

#footer h2 {
  padding: 20px 0px;
  color: #404040;
  font-size: 1.5em; }

#footer p {
  vertical-align: middle;
  padding: 15px 0px;
  line-height: 24px;
  width: 100%;
  display: table-cell;
  font-size: 0.9em;
  color: #404040; }

#footer .piranya-grid {
  padding-bottom: 25px; }

#footer .open-hour tr:last-child td {
  border-bottom: 0; }

#lower-footer {
  width: 100%;
  padding: 5px 0px;
  display: flex; }

#lower-footer p {
  color: #404040;
  text-align: center; }

@media (max-width: 980px) {
  #footer {
    align-items: center;
    justify-content: center; } }


/* /content/dynamic/41.css */
.contact-wrapper p, .contact-wrapper a {
  color: grey; }

.contact-wrapper h4 {
  font-size: 1.1em; }

#contact-wrapper h2 {
  margin-bottom: 10px; }

.fbox-icon {
  display: flex;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(#213965, #215488);
  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; }

.fbox-icon1 {
  display: flex;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(#38ca80, #6b9e76);
  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; }

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

.colums-1 {
  width: 100%; }

body .3box table {
  border: 0px; }
  body .3box table td {
    border: 0px; }


/* /content/dynamic/35.css */
.piranya-menu-wrapper.responsive > ul > li > a {
  color: #333c43;
  font-family: 'Montserrat_Light';
  font-size: 1em; }

#piranya-menu-1 > li.piranya-menu-item-last {
  padding-right: 0; }

#piranya-menu-1 > li.piranya-menu-item-last.piranya-menu-item-selected-root {
  padding-right: 7px; }

.piranya-menu-item-selected-root {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px; }

.piranya-menu-1 {
  display: block; }

@media (min-width: 980px) {
  .menu-wrapper {
    float: right;
    margin-top: 20px; }
  #menu-wrapper {
    width: auto;
    float: right; }
  body .piranya-menu-wrapper.responsive {
    width: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    clear: right; }
  body .piranya-menu-wrapper.responsive li {
    padding: 0 7px; }
  .piranya-menu-wrapper.responsive > ul > li > a {
    padding-right: 7px;
    line-height: 30px; }
  .piranya-menu-wrapper.responsive ul ul li {
    border-top: 1px solid white;
    float: left;
    padding: 0;
    min-width: 250px; }
  .piranya-menu-wrapper.responsive ul ul li a {
    padding: 5px 20px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    color: white;
    font-family: 'Montserrat_Light';
    font-size: 1em;
    background-color: #3498db;
    transition: color 500ms ease, background-color 500ms ease; }
  .piranya-menu-wrapper.responsive ul ul li a:hover {
    text-decoration: none;
    color: #3498db;
    background-color: white; }
  header .piranya-menu-wrapper.responsive > ul > li:hover ul {
    height: 350px; } }

@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive > ul:not(.open) {
    padding: 2px;
    top: 60px;
    top: 7px; }
  .piranya-menu-wrapper.responsive li:before {
    left: 0; }
  body .piranya-menu-wrapper.responsive > ul.open {
    width: 280px;
    padding-left: 20px;
    top: 0;
    overflow-y: auto;
    right: 0;
    position: fixed;
    border: 0px;
    z-index: 10000;
    background-color: #333c43; }
  .piranya-menu-wrapper.responsive > ul, .piranya-menu-wrapper.responsive li {
    padding-top: 10px; } }

@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive > ul:not(.open):before {
    content: "\f0c9";
    color: #262626;
    font-size: 0.8em; }
  .piranya-menu-wrapper.responsive > ul:not(.open) {
    top: 10px; }
  body .piranya-menu-wrapper.responsive > ul > li {
    border-bottom: 0px;
    font-size: 1.0em; }
  body .piranya-menu-wrapper.responsive ul {
    list-style-type: none; } }

@media (min-width: 980px) {
  body .menu-wrapper {
    /*width: 100%;*/
    /*padding: 0px 20px;*/ }
    body .menu-wrapper .piranya-menu-wrapper.responsive {
      margin: unset;
      /*width: 100%;*/
      /*background-color: white;*/
      /*position: relative;*/
      /*z-index: 1001;*/ }
      body .menu-wrapper .piranya-menu-wrapper.responsive > ul {
        /*padding: 0 50px; */
        box-sizing: border-box;
        background-color: white; }
        body .menu-wrapper .piranya-menu-wrapper.responsive > ul > li {
          padding: unset;
          /*padding-right: 20px;*/
          cursor: pointer;
          background-color: white; }
          body .menu-wrapper .piranya-menu-wrapper.responsive > ul > li > a {
            padding: 25px 25px;
            z-index: 1001;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
            position: relative;
            box-sizing: border-box;
            white-space: nowrap; }
          body .menu-wrapper .piranya-menu-wrapper.responsive > ul > li .content {
            top: 69px;
            opacity: 0;
            transform: translateY(-100px);
            max-height: unset;
            transition: transform 100ms linear, opacity 100ms linear;
            user-select: none;
            pointer-events: none;
            left: unset;
            right: 0; }
          body .menu-wrapper .piranya-menu-wrapper.responsive > ul > li:hover .content {
            transform: translateY(0%);
            opacity: 1;
            transition: transform 250ms linear, opacity 250ms linear;
            user-select: initial;
            pointer-events: initial; }
      body .menu-wrapper .piranya-menu-wrapper.responsive ul ul li {
        min-width: unset; }
        body .menu-wrapper .piranya-menu-wrapper.responsive ul ul li a {
          text-align: left;
          transition: color 200ms ease, background-color 200ms ease; }
          body .menu-wrapper .piranya-menu-wrapper.responsive ul ul li a p {
            line-height: 50px;
            font-size: 1em;
            color: white; }
        body .menu-wrapper .piranya-menu-wrapper.responsive ul ul li:hover p {
          color: #333; }
      body .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu {
        height: 100%;
        align-items: center;
        z-index: 1001;
        width: 100%;
        display: flex;
        justify-content: center; }
  #header {
    padding: unset; }
    #header .center {
      align-items: center; }
  .topbar-buttons {
    display: flex; }
    .topbar-buttons a {
      white-space: nowrap; } }

@media (max-width: 979px) {
  body #main-wrapper #header:not(.top) .menu-wrapper .piranya-menu-wrapper.responsive {
    top: 50px; }
  body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive {
    max-height: calc(100vh - 50px);
    overflow: scroll; }
    body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu {
      line-height: 32px;
      font-size: 32px;
      height: 100%;
      overflow: hidden; }
      body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li {
        display: flex;
        flex-flow: row wrap;
        min-height: 60px;
        height: auto;
        padding-left: 0px;
        -webkit-tap-highlight-color: transparent; }
        body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li.parent {
          border-bottom: unset; }
        body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li.piranya-menu-item-selected-root {
          background-color: white; }
        body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > p {
          width: 50%;
          height: 60px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border-bottom: 1px solid #efefef;
          padding-left: 10px;
          box-sizing: border-box; }
        body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > i {
          display: flex;
          font-size: .5em;
          width: 50%;
          height: 60px;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          border-bottom: 1px solid #efefef; }
          body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > i:before {
            content: "\f078";
            color: black;
            float: right;
            margin-left: auto;
            margin-right: 30px;
            transform: rotate(0deg);
            transition: transform 500ms ease; }
          body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > i.expanded:before {
            transform: rotate(180deg); }
        body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > .content {
          width: 100%;
          max-height: 0px;
          overflow: hidden;
          transition: max-height 500ms ease;
          background-color: #efefef; }
          body #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive > .piranya-menu > li > .content.expanded {
            max-height: 600px; } }


/* /content/dynamic/40.css */
#main-wrapper #header .menu-wrapper .burger {
  display: none; }

@media (max-width: 979px) {
  #main-wrapper #header .menu-wrapper .burger {
    display: flex;
    justify-content: center;
    margin: 0px 20px;
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    order: 4; }
    #main-wrapper #header .menu-wrapper .burger .bar {
      height: 3px;
      width: 30px;
      display: block;
      position: absolute;
      top: 45%;
      transition: background 0s 0s;
      background-color: #000; }
      #main-wrapper #header .menu-wrapper .burger .bar:before, #main-wrapper #header .menu-wrapper .burger .bar:after {
        height: 3px;
        width: 30px;
        background-color: #000;
        display: block;
        content: "";
        position: absolute;
        transform: rotate(0deg);
        transition-delay: 0s,.2s;
        transition-duration: .2s,.2s; }
      #main-wrapper #header .menu-wrapper .burger .bar:before {
        bottom: -8px;
        transition-property: transform, bottom; }
      #main-wrapper #header .menu-wrapper .burger .bar:after {
        top: -8px;
        transition-property: transform, top; }
  body.no-scroll #main-wrapper #header > .center > .menu-wrapper > .burger > .bar {
    background: 0 0;
    transition: background 0s 0s; }
    body.no-scroll #main-wrapper #header > .center > .menu-wrapper > .burger > .bar:before {
      bottom: 0;
      transform: rotate(45deg);
      transition-property: transform, bottom;
      transition-delay: .2s, 0s;
      transition-duration: .2s,.2s; }
    body.no-scroll #main-wrapper #header > .center > .menu-wrapper > .burger > .bar:after {
      top: 0;
      transform: rotate(-45deg);
      transition-delay: .2s, 0s;
      transition-duration: .2s,.2s;
      transition-property: transform, top; }
  body #main-wrapper #header > .center {
    margin: unset;
    width: 100%;
    display: flex;
    justify-content: space-around; }
  #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu:before {
    display: none; }
  #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive {
    left: 0px;
    right: unset;
    top: 50px;
    width: 100%;
    margin: unset;
    max-width: 0px;
    position: absolute;
    transition: max-width 0.2s linear;
    background: white;
    height: 100vh; }
    #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive.open {
      max-width: 100%;
      transition: max-width 0.2s linear; }
    #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu {
      padding-top: 10px;
      background-color: white;
      border: unset;
      padding: unset;
      width: 100%;
      position: relative;
      right: unset;
      height: 67vh;
      height: calc(100vh - 33vh);
      overflow: scroll; }
      #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu .close-btn {
        display: none; }
      #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0px 10px;
        border-bottom: 1px solid #efefef;
        margin: unset;
        height: 60px;
        visibility: visible;
        transform: unset;
        transition: unset;
        cursor: pointer; }
        #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu li a {
          padding: unset;
          width: fit-content;
          height: fit-content;
          margin: unset;
          line-height: normal;
          font-size: initial;
          white-space: nowrap;
          border: unset;
          cursor: pointer;
          color: initial; }
        #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu li:before {
          display: none; }
        #main-wrapper #header .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu li:after {
          display: none;
          content: "\f054";
          color: black; }
  #main-wrapper #header:not(.top) .menu-wrapper .piranya-menu-wrapper.responsive {
    top: 65px; }
    #main-wrapper #header:not(.top) .menu-wrapper .piranya-menu-wrapper.responsive .piranya-menu {
      height: 75vh;
      height: calc(100vh - 25vh);
      overflow: scroll; }
  body.no-scroll #piranya-page.has-push-right {
    transform: unset; }
  body.no-scroll {
    overflow: hidden !important; }
    body.no-scroll #slide_top {
      display: none; }
    body.no-scroll .piranya-shop .cart-wrapper .basket.cart:not(.empty) + .summary {
      display: none; }
    body.no-scroll #main-wrapper #header .mini-cart, body.no-scroll #main-wrapper #header #mini-top .fb-link {
      display: none; }
  #header .piranya-menu-wrapper.responsive > ul:not(.open) {
    top: 0px; } }


/* /content/dynamic/37.css */
.piranya-txt, .piranya-textarea {
  width: 100%; }

a.piranya-btn:hover {
  text-decoration: none; }

input.piranya-btn {
  cursor: pointer;
  border: none;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.05em;
  background: #486dbb;
  padding: 18px;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

input[type=submit] {
  cursor: pointer;
  border: none;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.05em;
  background: #486dbb;
  padding: 18px;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%; }

.piranya-btn {
  max-width: 400px;
  color: white;
  background-color: #f67211;
  padding: 13px 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-family: 'Montserrat_Bold';
  box-sizing: border-box;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px; }

.piranya-btn:hover {
  background-color: #f67211; }

form {
  width: 100%; }

textarea {
  min-height: 100px; }

.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;
  padding: 15px;
  border: 1px solid #D0D0D0;
  background-color: #FBFBFB; }

input[type="text"] {
  width: 340px;
  min-height: 15px;
  color: #666666;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #D0D0D0;
  background-color: #FBFBFB;
  display: block;
  margin-bottom: 10px; }

input.piranya-txt, textarea.piranya-textarea, textarea.piranya-txt {
  width: calc(100% - 4px); }

textarea.piranya-txt {
  width: calc(100% - 4px);
  min-height: 150px; }

body .piranya-view-form-wrapper span[data-editor] > input[type="text"], .piranya-view-form-wrapper div[data-field-form-type="ManyToOneAutoComplete"] input[type="text"], .piranya-view-form-wrapper input[type="password"], .piranya-view-form-wrapper textarea, .piranya-view-form-wrapper .piranya-autocomplete > input[type="text"], .piranya-view-form-wrapper .piranya-txt {
  border: 1px solid #e0e0e0 !important; }

body .piranya-view-form-wrapper span[data-editor] > input[type="text"], .piranya-view-form-wrapper div[data-field-form-type="ManyToOneAutoComplete"] input[type="text"], .piranya-view-form-wrapper input[type="password"], .piranya-view-form-wrapper textarea, .piranya-view-form-wrapper .piranya-autocomplete > input[type="text"], .piranya-view-form-wrapper .piranya-txt {
  border: 1px solid #e0e0e0; }

.piranya-txt, select {
  width: 340px;
  min-height: 15px;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #D0D0D0;
  background-color: #FBFBFB;
  width: 100%;
  margin-bottom: 10px; }

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

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

.piranya-view-form-wrapper > form div[data-field] > .editor > span[data-editor] > * {
  padding: 10px;
  font-size: 0.8em; }

label {
  color: black;
  font-family: "Arial"; }

body .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property {
  font-size: 1.0em; }

.piranya-select {
  padding: 13px 13px; }

#header .topbarbtn {
  border-radius: 26px;
  border: 1px solid #070304;
  padding: 10px 20px; }

#header .topbarbtn a {
  color: #333c43;
  font-family: 'Montserrat_Bold';
  font-size: 1em;
  text-decoration: none;
  display: flex;
  align-items: center; }

#signup label > input[type=checkbox] {
  background: url(/image/97513);
  min-height: 35px !important; }


/* /content/dynamic/34.css */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
.prices-overview {
  width: 100%; }
  .prices-overview > .textual {
    font-family: 'Montserrat_Regular', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 40px 10px; }
    .prices-overview > .textual .plan {
      margin: 0;
      width: 25%;
      position: relative;
      float: left;
      background-color: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .prices-overview > .textual * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .prices-overview > .textual header {
      position: relative; }
    .prices-overview > .textual .plan-title {
      position: relative;
      top: 0;
      font-weight: 800;
      padding: 5px 15px;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      display: inline-block;
      background-color: #ddedff;
      color: #032f5f !important;
      font-family: 'Montserrat_Light'; }
    .prices-overview > .textual .plan-cost {
      float: none;
      padding: 0px 10px 20px; }
    .prices-overview > .textual .plan-price {
      font-family: 'Montserrat_Regular', Arial, sans-serif;
      font-size: 2.4em;
      color: #032f5f; }
    .prices-overview > .textual .plan-type {
      opacity: 0.6; }
    .prices-overview > .textual .plan-features {
      padding: 0;
      margin: 0;
      text-align: center;
      list-style: outside none none;
      font-size: 0.8em; }
    .prices-overview > .textual .plan-features li {
      border-top: 1px solid #d2d7e2;
      padding: 10px 5%; }
    .prices-overview > .textual .plan-features li:nth-child(even) {
      background: rgba(0, 0, 0, 0.08); }
    .prices-overview > .textual .plan-features i {
      margin-right: 8px;
      opacity: 0.4; }
    .prices-overview > .textual .plan-select {
      border-top: 1px solid #d2d7e2;
      padding: 10px 10px 0;
      width: 100%; }
    .prices-overview > .textual .plan-select a {
      background-color: #032f5f;
      color: #ffffff;
      text-decoration: none;
      padding: 0.5em 1em;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      display: inline-block;
      border-radius: 30px; }
      .prices-overview > .textual .plan-select a:hover {
        background-color: #46627f; }
    .prices-overview > .textual .featured {
      margin-top: -10px;
      background-color: #032f5f;
      color: #ffffff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      z-index: 1; }
    .prices-overview > .textual .featured li {
      color: #ffffff; }
    .prices-overview > .textual .featured .plan-title,
    .prices-overview > .textual .featured .plan-price {
      color: #ffffff; }
    .prices-overview > .textual .featured .plan-cost {
      padding: 10px 10px 20px; }
    .prices-overview > .textual .featured .plan-features li {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .prices-overview > .textual .featured .plan-select {
      padding: 20px 10px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    @media only screen and (max-width: 767px) {
      .prices-overview > .textual .plan {
        width: 50%; }
      .prices-overview > .textual .plan-title,
      .prices-overview > .textual .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .prices-overview > .textual .plan-cost,
      .prices-overview > .textual .featured .plan-cost {
        padding: 20px 10px 20px; }
      .prices-overview > .textual .plan-select,
      .prices-overview > .textual .featured .plan-select {
        padding: 10px 10px 10px; }
      .prices-overview > .textual .featured {
        margin-top: 0; } }
    @media only screen and (max-width: 440px) {
      .prices-overview > .textual .plan {
        width: 94%;
        margin-bottom: 50px; } }
  .prices-overview > .checkmarks {
    height: 189px;
    width: 100%; }
    .prices-overview > .checkmarks td {
      padding: 14px;
      border-bottom: 1px solid #cccccc;
      font-family: 'Montserrat_Light';
      text-align: center; }
    .prices-overview > .checkmarks td:first-child {
      text-align: left; }
    .prices-overview > .checkmarks tr:first-child td,
    .prices-overview > .checkmarks tr:last-child td {
      border-bottom: 0px; }
    .prices-overview > .checkmarks td h2 {
      font-family: 'Montserrat_bold';
      color: black; }
    .prices-overview > .checkmarks i {
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 21px;
      width: 21px; }
    .prices-overview > .checkmarks i.unchecked {
      background-image: url("/File/97846/Cross.png?ticks=1581366429"); }
    .prices-overview > .checkmarks i.checked {
      background-image: url("/File/97845/checkmark.png?ticks=1581366429"); }
    @media screen and (max-width: 700px) {
      .prices-overview > .checkmarks h2 {
        font-size: 1em; }
      .prices-overview > .checkmarks td {
        padding: 2px;
        font-size: 0.8em; } }
  @media only screen and (max-width: 440px) {
    .prices-overview > .checkmarks {
      display: none; } }
  @media only screen and (min-width: 441px) {
    .prices-overview > .textual {
      display: none; } }

.enterprise-price .textual .plan-price {
  font-size: 1em; }

.prices-overview > .checkmarks td a {
  background-color: #486dbb;
  padding: 9px 11px;
  border-radius: 40px;
  color: white;
  font-family: 'Montserrat_Bold';
  font-size: 1em;
  text-decoration: none; }

.prices-overview > .checkmarks td a:hover {
  background-color: #4c82f5; }


/* /content/dynamic/42.css */
.faq-section img
{
   max-width:400px;
   margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.faq-section h3
{
color: #032f5f;
}
.about-wrapper > div
{
  display: flex;
  align-items: center;
  justify-content: center;

}
@media (min-width:1200px)
{
 .faq-section
 {
    padding:20px 450px;
    box-sizing: border-box;
 }  
}
@media (max-width:980px)
{
 .faq-section img
 {
   width:100%;
 }  
}

/* /content/dynamic/43.css */
@charset "UTF-8";
@media (min-width: 680px) {
  #signup {
    padding: 0px 116px;
    box-sizing: border-box; } }

#signup input {
  margin-bottom: 25px; }

#signup select {
  margin-bottom: 25px; }

#signup p {
  text-align: center; }

#signup h1 {
  text-align: center; }

#signup h2 {
  text-align: center; }

#signup h3 {
  margin-bottom: 20px; }

#signup > div {
  width: 100%; }
  #signup > div > div {
    margin-top: 40px;
    width: 100%; }

#signup ol {
  overflow: hidden;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px; }
  @media (max-width: 991px) {
    #signup ol {
      top: 70%; } }

#signup li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 16.66667%;
  text-align: center;
  color: white;
  font-size: 1em; }
  @media (max-width: 765px) {
    #signup li {
      font-size: 0.6em; } }

#signup .current-step ~ li {
  color: white; }

#signup li:before {
  content: "";
  display: block;
  color: #103164;
  background-color: #103164;
  border: 2px solid white;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  position: relative;
  left: 50%;
  margin-bottom: 1em;
  margin-left: -1em;
  z-index: 1;
  font-family: Fontawesome;
  content: "\f00c";
  transition: color 250ms; }
  @media (max-width: 680px) {
    #signup li:before {
      width: 24px;
      height: 24px;
      line-height: 24px; } }

#signup .current-step:before {
  transition: color 250ms;
  background-color: #3498db;
  color: white;
  border-color: #3498db;
  content: "\f00c"; }

#signup li + li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: white;
  height: 2px;
  position: absolute;
  left: -50%;
  top: 1em;
  z-index: 0; }

#signup .current-step ~ li:after {
  background-color: white; }

#signup .chain-picker #chains {
  width: 100%; }

#signup .chain-picker .chain {
  width: 100%;
  padding: 100% 20px 0 20px;
  position: relative;
  background-size: calc(100% - calc(20px * 2));
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 3px solid #B7BBC1;
  box-sizing: border-box;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  filter: opacity(50%) grayscale(100%); }
  #signup .chain-picker .chain:hover {
    cursor: pointer; }
  #signup .chain-picker .chain:hover, #signup .chain-picker .chain.selected {
    background-color: rgba(135, 175, 236, 0.3);
    border: 3px solid #103164;
    filter: none; }

#signup .chain-picker button {
  margin-top: 20px; }
  #signup .chain-picker button:disabled {
    background: lightgrey; }

#signup .chain-picker .empty-message {
  padding: 5px 10px;
  text-align: center; }

#signup input[type=text], #signup input[type=url] {
  width: 100%;
  border: 1px solid #B7BBC1;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px; }
  @media (max-width: 400px) {
    #signup input[type=text], #signup input[type=url] {
      width: 100%;
      max-width: 100%; } }

#signup label {
  color: #737a86;
  height: auto;
  float: left;
  margin-bottom: 10px; }
  #signup label > input[type=checkbox],
  #signup label > select {
    vertical-align: middle;
    margin: 0 5px; }

#signup button, #signup a.button {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  background-color: #FF7A59;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 400px) {
    #signup button, #signup a.button {
      width: 100%;
      max-width: 100%; } }
  #signup button:hover, #signup button:active, #signup a.button:hover, #signup a.button:active {
    background-color: #f23000; }

#signup .department > label {
  clear: both;
  float: left; }

#signup .selection-wrapper label {
  background-color: transparent;
  width: auto;
  padding: 75px;
  margin: 0px;
  border: 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddedff;
  border-radius: 0px;
  cursor: pointer;
  flex: 1;
  font-family: Montserrat_Light;
  align-items: center;
  text-align: center; }
  #signup .selection-wrapper label > img {
    margin-bottom: 50px; }
  #signup .selection-wrapper label > .title {
    font-family: Montserrat_bold;
    font-size: 1.2em; }
  #signup .selection-wrapper label:after {
    content: "Vælg";
    color: black;
    margin-top: 20px;
    min-height: 55px; }
  #signup .selection-wrapper label:first-of-type {
    border: 0px;
    border-radius: 10px 0px 0px 10px; }
  #signup .selection-wrapper label:last-of-type {
    border-radius: 0px 10px 10px 0px; }
  @media (max-width: 600px) {
    #signup .selection-wrapper label {
      border-left: 0px; } }

#signup .selection-wrapper > input:checked + label {
  transition: 0.3s; }
  #signup .selection-wrapper > input:checked + label #service-title, #signup .selection-wrapper > input:checked + label #service-price {
    color: #103164; }
  #signup .selection-wrapper > input:checked + label #service-month {
    color: #4873b7; }
  #signup .selection-wrapper > input:checked + label .fa {
    color: #103164;
    transition: 0.3s; }
  #signup .selection-wrapper > input:checked + label:after {
    color: #3cc33c;
    content: "\f00c";
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 3em; }

#signup #wizard {
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: auto;
  max-width: none;
  top: auto;
  transform: none;
  position: relative; }
  #signup #wizard li {
    color: #c4c4c4;
    font-family: 'Montserrat_Light';
    font-size: 0.8em; }
    @media (max-width: 680px) {
      #signup #wizard li {
        font-size: 0.6em; } }
    #signup #wizard li.hidden:not(.current-step) {
      display: none; }
    #signup #wizard li:before {
      background-color: #c4c4c4;
      border-color: #a7a7a7;
      color: white; }
    #signup #wizard li.current-step {
      color: #103164; }
      #signup #wizard li.current-step:before {
        color: white;
        background-color: #3498db;
        border-color: #1577b9; }
    #signup #wizard li.current-step ~ li:after,
    #signup #wizard li + li:after {
      background-color: white;
      border: 0.5px dashed;
      height: 0px; }
      @media (max-width: 680px) {
        #signup #wizard li.current-step ~ li:after,
        #signup #wizard li + li:after {
          top: 13px; } }

#service-title {
  font-size: 2em;
  font-family: 'Montserrat_Bold';
  color: #1d1d1d;
  margin-bottom: 20px; }

#service-price {
  font-family: 'Montserrat_Regular';
  font-size: 2em;
  color: #1d1d1d;
  padding: 15px 0px;
  display: contents; }

#service-month {
  color: #c4c4c4;
  font-family: 'Montserrat_Regular';
  font-size: 0.9em;
  display: contents; }

#mediumpack {
  overflow: hidden; }

.selection-wrapper {
  align-items: center;
  display: flex;
  border: 1px solid #ddedff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%; }
  .selection-wrapper .fa {
    color: black;
    text-align: right;
    width: 100%; }
  .selection-wrapper input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0; }
  @media (max-width: 600px) {
    .selection-wrapper {
      display: grid; } }

@media (max-width: 680px) {
  #signup li {
    padding-left: 0px;
    width: 66px; } }

#signup input {
  padding: 11px; }

div.p-checkbox > input[type="checkbox"] + label:after, input.p-checkbox[type="checkbox"] + label:after {
  border-color: #f67211; }

.step-headline {
  margin-bottom: 40px;
  margin-top: 30px;
  color: black; }

.topselection {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 60px; }

#signup button, #signup a.button {
  cursor: pointer;
  border: none;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  background: #032f5f;
  padding: 18px;
  border-radius: 40px;
  height: unset;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  max-width: 100%;
  float: left;
  text-align: center; }

#signup button, #signup a.button:hover {
  background: #486dbb; }

#signup .terms-wrapper {
  float: right;
  margin-top: 20px; }
  #signup .terms-wrapper label {
    background-color: transparent;
    border: 0px;
    color: #1d1d1d;
    margin-bottom: 15px; }

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10; }

.overlay:target {
  visibility: visible;
  opacity: 1; }

.popup {
  margin: 70px auto;
  padding: 45px;
  background: #fff;
  border-radius: 5px;
  width: 55%;
  position: relative;
  left: 20%;
  top: 10%; }

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: black; }

.popup .close:hover {
  color: grey; }

.popup .content {
  max-height: 30%;
  overflow: auto; }

@media screen and (max-width: 700px) {
  .box {
    width: 70%; }
  .popup {
    width: 70%;
    left: 7%;
    top: 7%;
    padding: 40px 40px 40px 20px; }
  .popup .close {
    top: 2px;
    right: 5px; } }

#signup .terms-wrapper {
  display: flex;
  flex-direction: column; }

.applinks {
  display: flex;
  width: 100%;
  justify-content: space-around; }

.piranya-user-login-view-signup {
  cursor: pointer;
  border: none;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  background: transparent;
  border: 2px solid #486dbb;
  padding: 18px;
  border-radius: 40px;
  height: unset;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  width: 100%;
  float: left;
  text-align: center;
  display: block;
  margin-top: 30px; }

.piranya-login-group a {
  color: #486dbb !important; }

div.p-radio > input[type="radio"] + label:before, input.p-radio[type="radio"] + label:before, div.p-checkbox > input[type="checkbox"] + label:before, input.p-checkbox[type="checkbox"] + label:before {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  left: -3px;
  top: calc(50% - 12px); }

div.p-radio > input[type="radio"] + label, input.p-radio[type="radio"] + label, div.p-checkbox > input[type="checkbox"] + label, input.p-checkbox[type="checkbox"] + label {
  padding-left: 35px; }


/* /content/dynamic/48.css */
.bx-wrapper {
  position: relative;
  margin-bottom: 0px !important;
  padding: 0x;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: none !important;
  margin-top: 30px; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }


/* /content/dynamic/49.css */
.banner {
  display: block;
  min-height: 200px;
  width: 100%; }

.typed_wrap {
  display: block; }

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#typed_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#page_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.typed_wrap h1 {
  display: inline; }

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none; }

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.btns {
  display: block;
  width: 400px;
  margin: 0;
  padding: 30px 0 0 30px; }

.btns a {
  display: inline-block;
  margin-left: 5px; }

.btns a:first-child {
  margin-left: 0; }

.btn {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ecf0f1;
  text-decoration: none; }

a .btn {
  cursor: pointer;
  border: 1.5px solid #ecf0f1;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  list-style-type: none;
  transition: all .3s; }

.btn:hover {
  background: #ecf0f1;
  color: #34495e; }


/* /content/dynamic/50.css */
details {
  width: 100%;
  min-height: 5px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0px 10px;
  position: relative;
  font-size: 1.3em;
  font-family: 'Montserrat_Bold';
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all .3s;
  outline: none; }
  @media (max-width: 680px) {
    details {
      font-size: 1.0em;
      margin: 0px 0px; } }

.faq {
  display: flex;
  flex-wrap: wrap;
  outline: none; }
  .faq h2 {
    width: 100%; }

details[open] {
  min-height: 50px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2); }

details p {
  color: #f67211;
  font-weight: 300;
  margin-top: 10px;
  font-size: 13px; }

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer; }

summary:focus {
  outline: none; }

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

summary::-webkit-details-marker {
  display: none; }

.control-icon {
  fill: #f67211;
  transition: .3s ease;
  pointer-events: none; }

.control-icon-close {
  display: none; }

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease; }

details[open] .control-icon-expand {
  display: none; }


/* /content/dynamic/52.css */
#container {
  width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative; }

.circle {
  border-radius: 50%;
  background-color: #ddedff;
  width: 125px;
  height: 125px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  top: 75px;
  z-index: 10; }

.item {
  z-index: 100;
  padding: 5px; }

.item img {
  width: 150px; }

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: .5; }
  to {
    transform: scale(2, 2);
    opacity: 0; } }


/* /content/dynamic/53.css */
body:not(.su) .piranya-editor-menu, body:not(.su) .element-edit-menu {
  display: none !important; }


/* /content/dynamic/54.css */
.prices-overview .title-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 980px) {
    .prices-overview .title-wrapper {
      padding: 40px 20px;
      box-sizing: border-box;
      text-align: center; } }
  .prices-overview .title-wrapper h1 {
    padding: 20px 0px; }
  .prices-overview .title-wrapper h3 {
    padding: 10px 0px; }

.prices-overview .switch-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0px;
  align-items: center; }
  .prices-overview .switch-line p {
    padding: 0px 20px;
    text-align: center; }

.prices-overview .ribbon span {
  background-color: #f67211; }

.prices-overview .ribbon::before, .prices-overview .ribbon::after {
  border: 5px solid #f67211; }

.prices-overview .switch-line:not(.checked) ~ .snip1214 .plan-price.yearly,
.prices-overview .switch-line:not(.checked) ~ .snip1214 a.yearly {
  display: none; }

.prices-overview .switch-line.checked ~ .snip1214 .plan-price.monthly,
.prices-overview .switch-line.checked ~ .snip1214 a.monthly {
  display: none; }

.prices-overview .p-switch {
  display: inline-block;
  height: 2.125em;
  position: relative;
  width: 3.75em; }

.prices-overview .p-switch > input:checked + .slider {
  background-color: #3498db; }

.prices-overview .p-switch > input:checked + .slider:before {
  transform: translateX(1.625em); }

.prices-overview .p-switch > .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 1.625em;
  width: 1.625em;
  left: 0.25em;
  bottom: 0.25em;
  background-color: white;
  transition: .4s; }

.prices-overview .p-switch > .slider {
  border-radius: 2.125em;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  position: absolute;
  transition: .4s; }
  @media (max-width: 980px) {
    .prices-overview .p-switch > .slider {
      min-width: 60px; } }

.prices-overview input[type=checkbox] {
  display: none; }

#contact-form-popup {
  position: fixed;
  z-index: 102;
  background: #f1f1f1;
  top: 30%;
  padding: 50px 100px;
  border-radius: 35px;
  width: 100%; }
  @media (max-width: 680px) {
    #contact-form-popup {
      width: 90%;
      padding: 70px 20px 20px 20px;
      box-sizing: border-box;
      left: 4.5%; } }
  @media (min-width: 680px) {
    #contact-form-popup {
      left: calc(50% - 27%);
      max-width: 40%; } }
  #contact-form-popup .piranya-btn.closeContactPopup {
    position: absolute;
    background: unset;
    top: 15px;
    right: 18px;
    padding: unset; }
    #contact-form-popup .piranya-btn.closeContactPopup i {
      font-size: 2.5em;
      color: black; }

#front-form {
  display: none; }

#contact-form-popup .piranya-btn {
  background-color: #f67211;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px; }

#front-form.jaTak:not(.callUs) {
  background-color: rgba(0, 0, 0, 0.35) !important;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 101;
  display: none; }

#contact-section.new, #front-form.jaTak {
  background-color: #e6e6e6;
  background-image: unset; }


/* /content/dynamic/29.css */
.span_3_of_3 {
  grid-column-start: 1;
  grid-column-end: 4; }

@media (max-width: 980px) {
  .span_1_of_3 {
    grid-column-start: 1;
    grid-column-end: 4; } }

#dashboard {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px; }
  #dashboard .active, #dashboard .activate {
    background-color: #79e06c !important; }
    #dashboard .active.piranya-btn:hover, #dashboard .activate.piranya-btn:hover {
      background-color: #004d00 !important; }
  #dashboard .inactive, #dashboard .deactivate {
    background-color: #eb5b5b !important; }
    #dashboard .inactive.piranya-btn:hover, #dashboard .deactivate.piranya-btn:hover {
      background-color: #cc0000 !important; }
  #dashboard #activeproducts {
    margin-bottom: 20px; }
  #dashboard h1 {
    margin-bottom: 35px;
    font-size: 2.5em; }
  #dashboard .product_title h2 {
    font-size: 1.2em; }

.dashboard_grid_tile {
  padding: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative; }
  .dashboard_grid_tile .useraction .description {
    border-top: 1px solid darkgrey;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px; }
  .dashboard_grid_tile > h2 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.2em; }
  .dashboard_grid_tile h3 {
    padding: 20px 0px;
    font-size: 1.0em; }

.kpi_label {
  padding: 6px 0px;
  border-radius: 100%;
  color: white;
  background-color: #5069a9;
  min-width: 40px;
  text-align: center; }

.kpi_label_wrapper {
  float: right; }

.kpi_label_wrapper > p {
  display: inline-block;
  width: 100%;
  font-size: 0.7em; }

.dashboard_tile_description {
  float: left;
  width: 100%; }

.useraction {
  float: left;
  width: 100%; }

#piranya-sales-and-delivery-conditions-link {
  width: 100%;
  display: block;
  margin-bottom: 5px; }

#subscriptionform .piranya-btn {
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top: 20px; }

.listwrapper {
  width: 100%; }
  .listwrapper .row {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    box-sizing: border-box;
    border-radius: 20px; }
    .listwrapper .row:nth-of-type(even) {
      background-color: #ececec; }
    .listwrapper .row:not(:first-of-type) {
      margin-top: 10px; }
    .listwrapper .row > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 100%; }
      @media (min-width: 768px) {
        .listwrapper .row > div {
          align-items: center; } }
      .listwrapper .row > div.col1 {
        margin-bottom: 10px; }
        .listwrapper .row > div.col1 .fa {
          color: #103164; }
        @media (min-width: 768px) {
          .listwrapper .row > div.col1 {
            margin-bottom: 0;
            width: 20%;
            align-items: flex-start; } }
      .listwrapper .row > div.col2 {
        width: 50%; }
        .listwrapper .row > div.col2 p {
          text-align: left; }
        @media (min-width: 768px) {
          .listwrapper .row > div.col2 {
            width: 25%; }
            .listwrapper .row > div.col2 p {
              text-align: center; } }
      .listwrapper .row > div.col3 {
        width: 50%; }
        .listwrapper .row > div.col3 p {
          text-align: left; }
        @media (min-width: 768px) {
          .listwrapper .row > div.col3 {
            width: 25%; }
            .listwrapper .row > div.col3 p {
              text-align: center; } }
      .listwrapper .row > div.col4 {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .listwrapper .row > div.col4 {
            width: 30%;
            margin-top: 0; } }
        .listwrapper .row > div.col4 .piranya-btn {
          width: 100%;
          text-align: center;
          text-decoration: none; }
      .listwrapper .row > div > p {
        width: 100%; }
        .listwrapper .row > div > p:last-of-type:not(:first-of-type) {
          margin-top: 5px;
          font-size: 1.25em; }

.piranya-view-shop-checkout-confirm h1 {
  font-family: montserrat_bold;
  margin-bottom: 20px; }

.piranya-view-shop-checkout-confirm input[type="email"], .piranya-view-shop-checkout-confirm input[type="tel"], .piranya-view-shop-checkout-confirm input[type="text"] {
  margin: 0px;
  width: 100%;
  padding: 12px 13px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  -webkit-appearance: none; }

.piranya-view-shop-checkout-confirm .piranya-shop-order-items-container > table td, .piranya-view-shop-checkout-confirm #piranya-shopping-cart-table td {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  vertical-align: middle; }

.piranya-view-shop-checkout-confirm .piranya-shop-order-items-container > table th, .piranya-view-shop-checkout-confirm #piranya-shopping-cart-table th {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec; }

.piranya-view-shop-checkout-confirm .step-header {
  background-color: transparent;
  padding: 10px 0px;
  font-family: 'Montserrat_Bold'; }

.piranya-view-shop-checkout-confirm .step-headline {
  color: #404040;
  font-size: 1.1em;
  border-bottom: 1px solid #333;
  padding: 5px 0px; }

.piranya-view-shop-checkout-confirm .piranya-btn {
  color: white;
  background-color: #f67211;
  padding: 13px 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-family: 'Montserrat_Bold';
  box-sizing: border-box;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 30px; }

.piranya-view-shop-checkout-confirm div.p-radio > input[type="radio"] + label:before, .piranya-view-shop-checkout-confirm input.p-radio[type="radio"] + label:before, .piranya-view-shop-checkout-confirm div.p-checkbox > input[type="checkbox"] + label:before, .piranya-view-shop-checkout-confirm input.p-checkbox[type="checkbox"] + label:before {
  border: 1px solid #aacaaa; }

.piranya-view-shop-checkout-confirm div.p-radio > input[type="radio"] + label:after {
  background: #8abb8a; }

.piranya-view-shop-checkout-confirm ul.p-toggle-boxes > li.selected:not(.disabled):not(.unavailable), .piranya-view-shop-checkout-confirm .piranya-shop div.p-toggle-box.selected:not(.disabled):not(.unavailable) {
  background-color: #e1efe1;
  border-left: 0px;
  border-right: 0px;
  border: 1px solid #c6dfc6; }

.piranya-view-shop-checkout-confirm div.p-radio > input[type="radio"] + label, .piranya-view-shop-checkout-confirm input.p-radio[type="radio"] + label, .piranya-view-shop-checkout-confirm div.p-checkbox > input[type="checkbox"] + label, .piranya-view-shop-checkout-confirm input.p-checkbox[type="checkbox"] + label {
  font-size: 0.9em; }

.piranya-view-shop-checkout-confirm ul.p-toggle-boxes > li.selected label {
  color: #699676; }

.piranya-view-shop-checkout-confirm ul.p-toggle-boxes > li, .piranya-view-shop-checkout-confirm div.p-toggle-box {
  padding: 12px 10px; }

.piranya-view-shop-checkout-confirm .piranya-input-container > label {
  font-family: 'Montserrat_Regular';
  font-size: 0.85em; }


/* /content/dynamic/55.css */
.manage-subscription {
  width: 100%; }
  .manage-subscription.logged-out {
    text-align: center; }
  .manage-subscription > h1,
  .manage-subscription > h2,
  .manage-subscription > p {
    text-align: center; }
  .manage-subscription > h1,
  .manage-subscription > h2 {
    margin-bottom: 20px; }
  .manage-subscription > h1 + h2 {
    font-size: 1.2em; }
  .manage-subscription > p + p {
    margin-top: 20px; }
  .manage-subscription > a.login {
    margin-top: 20px; }
  .manage-subscription > div.cancel {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%; }

.manage-payment-subscriptions {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .manage-payment-subscriptions > .piranya-btn {
    align-self: center; }
  .manage-payment-subscriptions > h1 {
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
  .manage-payment-subscriptions > .payment-subscription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.21);
    box-sizing: border-box; }
    .manage-payment-subscriptions > .payment-subscription .piranya-btn {
      margin-left: 20px; }


/* /content/dynamic/57.css */
.piranya-shop-checkout-success-container .piranya-shop-order-address-container {
  margin: 40px 0; }

.piranya-shop-checkout-success-container .piranya-shop-order-items-container td, .piranya-shop-checkout-success-container .piranya-shop-order-items-container th {
  padding: 20px; }
  .piranya-shop-checkout-success-container .piranya-shop-order-items-container td:first-child, .piranya-shop-checkout-success-container .piranya-shop-order-items-container th:first-child {
    text-align: left; }
  .piranya-shop-checkout-success-container .piranya-shop-order-items-container td:not(:first-child), .piranya-shop-checkout-success-container .piranya-shop-order-items-container th:not(:first-child) {
    text-align: center; }

.piranya-shop-checkout-success-container .piranya-btn.return {
  align-self: center;
  border-radius: 20px;
  font-size: 2em;
  text-align: center;
  text-decoration: none; }


/* /content/dynamic/58.css */
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden; }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 22px -14px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex; }

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  padding: 40px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex; }

.press-wrapper {
  box-sizing: border-box;
  width: 100%; }


/* /content/dynamic/27.css */
body .piranya.shop.ticket.redeem {
  align-items: center;
  display: flex;
  flex-direction: column; }
  body .piranya.shop.ticket.redeem > * {
    max-width: 100%; }
  body .piranya.shop.ticket.redeem > .logo {
    width: auto;
    border: none;
    max-width: 40%;
    margin-bottom: 20px; }
  body .piranya.shop.ticket.redeem .info {
    background: none;
    border: none;
    padding-top: 0;
    padding-bottom: 12px; }
    body .piranya.shop.ticket.redeem .info > .description, body .piranya.shop.ticket.redeem .info > .title {
      display: none; }
    body .piranya.shop.ticket.redeem .info .expiry {
      margin-top: 0.6em; }
      body .piranya.shop.ticket.redeem .info .expiry > .header {
        font-size: 0.8em; }
    body .piranya.shop.ticket.redeem .info > .items {
      margin: 0 0 10px 0;
      border-top: 1px solid #D6D6D6; }
      body .piranya.shop.ticket.redeem .info > .items > .item {
        border-bottom: 1px solid #D6D6D6; }
    body .piranya.shop.ticket.redeem .info .item {
      height: auto;
      padding: 10px;
      width: auto; }
      body .piranya.shop.ticket.redeem .info .item > p {
        font-size: 1.6em;
        font-family: inter_bold;
        text-align: center; }
      body .piranya.shop.ticket.redeem .info .item.item_is-parent > .summary {
        font-size: 1.3em; }
      body .piranya.shop.ticket.redeem .info .item > .children {
        border-top: 1px dashed #cfcfcf;
        margin: 10px 10% 0 10%;
        padding-top: 10px; }
        body .piranya.shop.ticket.redeem .info .item > .children > .item {
          padding: 0; }
          body .piranya.shop.ticket.redeem .info .item > .children > .item > .image-wrapper {
            display: none; }
          body .piranya.shop.ticket.redeem .info .item > .children > .item > .summary {
            margin-left: 0;
            text-align: center; }
    body .piranya.shop.ticket.redeem .info > .customer {
      background-color: transparent;
      border: 2px dashed black;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      max-width: none;
      width: 100%;
      padding: 20px 6%;
      margin-top: 30px; }
      body .piranya.shop.ticket.redeem .info > .customer p {
        font-size: 1.4em; }
        body .piranya.shop.ticket.redeem .info > .customer p.order-id {
          order: 1;
          font-size: 1.4em;
          margin-top: 0.6em; }
          body .piranya.shop.ticket.redeem .info > .customer p.order-id > .label {
            padding-right: 0.25em; }
          body .piranya.shop.ticket.redeem .info > .customer p.order-id > .separator {
            display: none; }
        body .piranya.shop.ticket.redeem .info > .customer p.name {
          order: 0;
          font-size: 1.4em; }
          body .piranya.shop.ticket.redeem .info > .customer p.name > .label,
          body .piranya.shop.ticket.redeem .info > .customer p.name > .separator {
            display: none; }
      body .piranya.shop.ticket.redeem .info > .customer > .department-address {
        margin-top: 1em;
        order: 3; }
      body .piranya.shop.ticket.redeem .info > .customer > .expected-delivery-time {
        margin-top: 1em;
        order: 3; }
      body .piranya.shop.ticket.redeem .info > .customer > .not-paid {
        margin-top: 1em;
        order: 2; }
      body .piranya.shop.ticket.redeem .info > .customer > .terms {
        margin-top: 1em;
        order: 4; }
  body .piranya.shop.ticket.redeem > .separator {
    display: none; }
  body .piranya.shop.ticket.redeem .redeem-wrapper {
    border: none; }
    body .piranya.shop.ticket.redeem .redeem-wrapper > .message {
      padding: 0;
      margin-top: 35px;
      text-align: center;
      width: 100%; }
    body .piranya.shop.ticket.redeem .redeem-wrapper > form {
      width: 100%;
      margin: 0; }
    body .piranya.shop.ticket.redeem .redeem-wrapper table {
      display: none; }
    body .piranya.shop.ticket.redeem .redeem-wrapper button[type="submit"].piranya-btn {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 20px;
      font-size: 1.8em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  body .piranya.shop.ticket.redeem > .footer {
    border: none;
    margin-top: 25px;
    margin-bottom: 125px; }
    body .piranya.shop.ticket.redeem > .footer > p {
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1.4em; }


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

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

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

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