@charset "UTF-8";
.single-post {
  background-color: #f8f8f8; }
  .single-post #main-content {
    background-color: #fff !important; }
    .single-post #main-content .container:before {
      display: none; }
    .single-post #main-content .container #content-area {
      display: flex; }
      .single-post #main-content .container #content-area:after {
        display: none; }
      .single-post #main-content .container #content-area #left-area {
        width: 100% !important;
        max-width: 800px;
        margin: auto;
        padding-right: 15px !important;
        padding-left: 15px !important;
        border-right: 0 !important; }
        .single-post #main-content .container #content-area #left-area .entry-content p, .single-post #main-content .container #content-area #left-area .entry-content li {
          font-size: 17px;
          color: #000 !important; }
        .single-post #main-content .container #content-area #left-area .entry-content a.big-button, .single-post #main-content .container #content-area #left-area .entry-content a.small-button {
          background: none;
          border-radius: 3px;
          border: 2px solid #0000ff;
          padding: 10px 20px;
          color: #0000ff;
          transition: all .2s;
          text-align: center; }
        .single-post #main-content .container #content-area #left-area .entry-content a.big-button:hover, .single-post #main-content .container #content-area #left-area .entry-content a.small-button:hover {
          background: none;
          border-radius: 2px;
          padding: 10px 20px;
          color: #0000ff; }
        .single-post #main-content .container #content-area #left-area .entry-content .post-info {
          margin: 40px 0 10px 0;
          text-align: center; }
          .single-post #main-content .container #content-area #left-area .entry-content .post-info .blog-post-category {
            font-size: 26px;
            letter-spacing: 0.5px;
            padding-bottom: 0; }
            .single-post #main-content .container #content-area #left-area .entry-content .post-info .blog-post-category a {
              color: #0000FF;
              text-transform: uppercase; }
          .single-post #main-content .container #content-area #left-area .entry-content .post-info .blog-post-h1 {
            font-size: 51px;
            padding: 20px 0; }
          .single-post #main-content .container #content-area #left-area .entry-content .post-info .blog-post-author {
            font-size: 26px;
            font-style: italic;
            letter-spacing: 0.5px;
            padding-bottom: 15px;
            text-transform: uppercase; }
            .single-post #main-content .container #content-area #left-area .entry-content .post-info .blog-post-author a:hover {
              color: #0000FF; }
        .single-post #main-content .container #content-area #left-area .entry-content blockquote {
          border: none;
          font-size: 23px;
          text-align: center;
          color: #000;
          line-height: 25px;
          max-width: 600px;
          margin: 20px auto 20px;
          padding-left: 0; }
          .single-post #main-content .container #content-area #left-area .entry-content blockquote p {
            font-size: 23px; }
          .single-post #main-content .container #content-area #left-area .entry-content blockquote :before {
            content: "\“";
            font-size: 40px; }
          .single-post #main-content .container #content-area #left-area .entry-content blockquote :after {
            content: "\„";
            font-size: 40px; }
        .single-post #main-content .container #content-area #left-area .entry-content figure figcaption {
          font-style: italic; }
    .single-post #main-content .prod_overview_holder h2 {
      font-size: 32px; }

.single .prod_overview_holder {
  background: #c9cfcf; }
  .single .prod_overview_holder .prod_overview_container {
    padding: 30px 2% 2% 2%; }
    .single .prod_overview_holder .prod_overview_container h2 {
      display: block;
      text-transform: uppercase;
      font-size: 28px;
      color: black; }
  .single .prod_overview_holder .prod_overview_categories {
    padding: 0 2% 2% 2%; }
    .single .prod_overview_holder .prod_overview_categories ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
      text-align: center; }
      .single .prod_overview_holder .prod_overview_categories ul li {
        display: inline-block;
        font-size: 22px;
        color: black;
        text-transform: uppercase;
        margin: 0 0px 0px 10px;
        transition: ease all .2s;
        cursor: pointer; }
        .single .prod_overview_holder .prod_overview_categories ul li:after {
          content: "/";
          margin-left: 10px;
          color: black !important; }
        .single .prod_overview_holder .prod_overview_categories ul li:last-child:after {
          display: none; }
        .single .prod_overview_holder .prod_overview_categories ul li:hover {
          color: #0000FF; }
  .single .prod_overview_holder .prod_overview_grid {
    padding: 1%; }
    .single .prod_overview_holder .prod_overview_grid .hello {
      display: inline-block !important; }
    .single .prod_overview_holder .prod_overview_grid .item {
      padding: 20px 30px 30px 30px;
      width: calc(33% - 2%);
      display: none;
      margin: 1%;
      min-height: 360px;
      position: relative; }
      @media screen and (max-width: 960px) {
        .single .prod_overview_holder .prod_overview_grid .item {
          width: calc(50% - 2.3%); } }
      @media screen and (max-width: 550px) {
        .single .prod_overview_holder .prod_overview_grid .item {
          width: calc(100% - 2%); } }
      .single .prod_overview_holder .prod_overview_grid .item a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .single .prod_overview_holder .prod_overview_grid .item span {
        font-size: 28px;
        display: block;
        margin-bottom: 15px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .single .prod_overview_holder .prod_overview_grid .item h3 {
        font-size: 58px; }
      .single .prod_overview_holder .prod_overview_grid .item p {
        opacity: .8;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3; }
      .single .prod_overview_holder .prod_overview_grid .item .bg-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
        -webkit-transition: ease-in 0.5s;
        /* Safari prior 6.1 */
        transition: ease-in 0.5s; }
        .single .prod_overview_holder .prod_overview_grid .item .bg-image:hover {
          opacity: 1; }
        .single .prod_overview_holder .prod_overview_grid .item .bg-image a {
          padding: 20px 30px 30px 30px; }

body.author {
  /*.header-post {
      height: 60vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      h1.blog-header {
          color: white;
      }
  }*/ }
  body.author #main-content {
    background-attachment: #f8f8f8; }
    body.author #main-content .container:before {
      display: none !important; }
  body.author #left-area {
    padding: 1%;
    display: flex;
    border: none !important;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; }
    body.author #left-area article {
      padding: 20px 30px 30px 30px;
      width: calc(33% - 2%);
      display: inline-block;
      margin: 1%;
      min-height: 310px;
      position: relative;
      text-align: center;
      -webkit-box-shadow: 0px 5px 12px 3px #d1d1d1;
      -moz-box-shadow: 0px 5px 12px 3px #d1d1d1;
      box-shadow: 0px 5px 12px 3px #d1d1d1; }
      body.author #left-area article .post-meta {
        display: none; }
      body.author #left-area article a img {
        height: 200px; }

html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid {
  overflow: auto; }
  html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff {
    width: calc(25% - 2%);
    background: white;
    cursor: pointer;
    float: left;
    min-height: 400px !important;
    -webkit-transition: ease-in 0.2s;
    /* Safari prior 6.1 */
    transition: ease-in 0.2s;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
    /* Firefox < 16 */
    /* Safari, Chrome and Opera > 12.1 */
    /* Internet Explorer */
    /* Opera < 12.1 */ }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff:hover {
      background: yellow; }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff .profile-pic {
      height: 170px;
      background-size: cover;
      background-repeat: no-repeat;
      /* text-align: center; */
      background-position: center; }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff .name {
      color: #333;
      text-transform: unset !important;
      font-size: 16px !important; }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      color: #333; }
      html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        font-size: 14px; }
        html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff ul li a {
          position: inherit !important; }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .staff .show-more-arrow {
      position: absolute;
      max-width: 15px;
      right: 30px;
      bottom: 10px; }
  html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio {
    width: calc(100% - 2%);
    padding: 30px;
    margin: 1%;
    float: left;
    transition: ease-out 0.2s;
    background: yellow; }
    html .page-template-page-staff .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio ul {
      margin-left: 20px; }

.outter-course .only-mobile {
  display: none !important; }
  @media screen and (max-width: 800px) {
    .outter-course .only-mobile {
      display: flex !important; } }
@media screen and (max-width: 800px) {
  .outter-course .only-desk {
    display: none !important; } }
.outter-course .full-w-prod {
  padding-bottom: 20px; }
  .outter-course .full-w-prod .internal-prod-nav {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
    .outter-course .full-w-prod .internal-prod-nav .internal-nav-item:hover {
      color: #0000FF; }
    .outter-course .full-w-prod .internal-prod-nav span:last-child {
      display: none; }
  .outter-course .full-w-prod h1 {
    font-size: 51px;
    padding-left: 0; }
  .outter-course .full-w-prod h3 {
    margin: 0px 0 30px; }
.outter-course .container {
  margin: 0px;
  max-width: 1360px !important;
  width: 90% !important;
  margin: 0 auto; }
  .outter-course .container:before {
    display: none; }
  .outter-course .container #content-area {
    padding: 30px 30px 60px 30px !important; }
    .outter-course .container #content-area #left-area {
      width: 100% !important;
      padding: 0px !important; }
      .outter-course .container #content-area #left-area .woocommerce-notices-wrapper {
        /* margin: 0 0 0 62%; */
        float: right;
        width: 37% !important;
        /* margin-right: 30px; */
        padding-right: 30px;
        /* max-width: 400px !important; */ }
        .outter-course .container #content-area #left-area .woocommerce-notices-wrapper .woocommerce-message {
          display: flex;
          padding: 0 !important;
          flex-direction: column-reverse;
          color: #0000ff !important;
          background-color: #fff !important; }
          .outter-course .container #content-area #left-area .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
            z-index: 9;
            border: 1px solid #0000ff;
            background: #fff;
            color: #0000ff;
            text-align: center;
            width: 100%;
            margin-top: 10px; }
            .outter-course .container #content-area #left-area .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover {
              background: #0000ff !important;
              color: #fff !important; }
        @media screen and (max-width: 800px) {
          .outter-course .container #content-area #left-area .woocommerce-notices-wrapper {
            max-width: 100% !important; }
            .outter-course .container #content-area #left-area .woocommerce-notices-wrapper a.button.wc-forward {
              width: 100%;
              margin-bottom: 15px; } }
      .outter-course .container #content-area #left-area .woocommerce-product-gallery {
        width: 60% !important;
        padding-right: 40px; }
        @media screen and (max-width: 800px) {
          .outter-course .container #content-area #left-area .woocommerce-product-gallery {
            width: 100% !important;
            padding-right: 0; }
            .outter-course .container #content-area #left-area .woocommerce-product-gallery h1 {
              font-size: 30px; }
            .outter-course .container #content-area #left-area .woocommerce-product-gallery h2 {
              font-size: 21px; } }
        .outter-course .container #content-area #left-area .woocommerce-product-gallery h2:before {
          content: "";
          display: block;
          height: 125px;
          /* fixed header height*/
          margin: -102px 0 0;
          /* negative fixed header height */ }
        .outter-course .container #content-area #left-area .woocommerce-product-gallery ul {
          margin-left: 20px; }
        .outter-course .container #content-area #left-area .woocommerce-product-gallery p, .outter-course .container #content-area #left-area .woocommerce-product-gallery li {
          font-size: 17px; }
        .outter-course .container #content-area #left-area .woocommerce-product-gallery img {
          margin: 15px 0;
          padding-bottom: 40px; }
        .outter-course .container #content-area #left-area .woocommerce-product-gallery video {
          margin: 15px 0;
          padding-bottom: 40px; }
      .outter-course .container #content-area #left-area .embedded-content {
        margin-bottom: 15px; }
      .outter-course .container #content-area #left-area .summary {
        width: 37% !important; }
        @media screen and (max-width: 800px) {
          .outter-course .container #content-area #left-area .summary {
            width: 100% !important;
            margin-top: 30px; } }
        .outter-course .container #content-area #left-area .summary .typeform-apply-container {
          max-width: 400px; }
          .outter-course .container #content-area #left-area .summary .typeform-apply-container a {
            width: 100%;
            border: 2px solid !important;
            min-width: 100%;
            /* max-width: 400px !important; */
            display: block;
            background: white;
            border-radius: 3px !important;
            font-size: 20px;
            color: #0000ff;
            text-align: center;
            padding: 0.5em 1em !important;
            transition: all ease 0.2s; }
            .outter-course .container #content-area #left-area .summary .typeform-apply-container a:hover {
              background-color: #0000ff;
              color: white !important;
              border: 2px solid !important;
              border-radius: 5px !important; }
      .outter-course .container #content-area #left-area .counterpart-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        min-width: 250px;
        max-width: 500px;
        margin: 55px 0px 25px; }
        .outter-course .container #content-area #left-area .counterpart-container .multi_course_link {
          flex: 1;
          text-align: center;
          min-width: 33%; }
          .outter-course .container #content-area #left-area .counterpart-container .multi_course_link a {
            transition: all 0.2s ease 0.05s;
            width: 100%;
            height: 100%;
            padding: 10px 0;
            border: 1px solid blue;
            display: block;
            color: black;
            font-size: 20px;
            font-weight: 500;
            font-family: "PT Sans", sans-serif; }
            .outter-course .container #content-area #left-area .counterpart-container .multi_course_link a:hover {
              background: blue;
              color: white !important; }
      .outter-course .container #content-area #left-area .facts {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        margin-bottom: 15px;
        max-width: 400px; }
        .outter-course .container #content-area #left-area .facts p {
          font-size: 17px; }
          .outter-course .container #content-area #left-area .facts p:first-of-type {
            /*display: none;*/ }
        .outter-course .container #content-area #left-area .facts li {
          font-size: 17px;
          margin-left: 10px; }
      .outter-course .container #content-area #left-area div#variation-price {
        display: none;
        font-size: 26px !important;
        color: blue;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        margin-bottom: 15px;
        max-width: 400px; }
      .outter-course .container #content-area #left-area .price {
        display: none;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        margin-bottom: 15px;
        max-width: 400px; }
  .outter-course .container form.variations_form.cart,
  .outter-course .container .apply-product-summary {
    max-width: 400px; }
    .outter-course .container form.variations_form.cart .variations select,
    .outter-course .container .apply-product-summary .variations select {
      -webkit-appearance: none;
      width: 100%;
      background: blue;
      color: white !important;
      border-radius: 0;
      padding: 15px;
      border: 1px solid blue;
      font-size: 14px;
      cursor: pointer; }
      .outter-course .container form.variations_form.cart .variations select option,
      .outter-course .container .apply-product-summary .variations select option {
        -webkit-appearance: none;
        background: white;
        border-left: 1px solid blue !important;
        border-right: 1px solid blue !important;
        color: blue; }
      .outter-course .container form.variations_form.cart .variations select:hover,
      .outter-course .container .apply-product-summary .variations select:hover {
        background-color: blue;
        color: white; }
    .outter-course .container form.variations_form.cart select#place-dates,
    .outter-course .container form.variations_form.cart select#place-and-time,
    .outter-course .container form.variations_form.cart select,
    .outter-course .container .apply-product-summary select#place-dates,
    .outter-course .container .apply-product-summary select#place-and-time,
    .outter-course .container .apply-product-summary select {
      -webkit-appearance: none !important;
      width: 100%;
      background: blue;
      color: white !important;
      border-radius: 0;
      padding: 15px;
      border: 1px solid blue;
      font-size: 14px;
      cursor: pointer; }
      .outter-course .container form.variations_form.cart select#place-dates option,
      .outter-course .container form.variations_form.cart select#place-and-time option,
      .outter-course .container form.variations_form.cart select option,
      .outter-course .container .apply-product-summary select#place-dates option,
      .outter-course .container .apply-product-summary select#place-and-time option,
      .outter-course .container .apply-product-summary select option {
        -webkit-appearance: none;
        background: white;
        border-left: 1px solid blue !important;
        border-right: 1px solid blue !important;
        color: blue; }
      .outter-course .container form.variations_form.cart select#place-dates:hover,
      .outter-course .container form.variations_form.cart select#place-and-time:hover,
      .outter-course .container form.variations_form.cart select:hover,
      .outter-course .container .apply-product-summary select#place-dates:hover,
      .outter-course .container .apply-product-summary select#place-and-time:hover,
      .outter-course .container .apply-product-summary select:hover {
        background-color: blue;
        color: white; }
    .outter-course .container form.variations_form.cart .single_variation_wrap .woocommerce-variation-price,
    .outter-course .container .apply-product-summary .single_variation_wrap .woocommerce-variation-price {
      display: none; }
    .outter-course .container form.variations_form.cart .quantity,
    .outter-course .container .apply-product-summary .quantity {
      display: none !important; }
    .outter-course .container form.variations_form.cart .woocommerce-variation-description,
    .outter-course .container .apply-product-summary .woocommerce-variation-description {
      display: none; }
    .outter-course .container form.variations_form.cart .woocommerce-variation-availability,
    .outter-course .container .apply-product-summary .woocommerce-variation-availability {
      display: none; }
    .outter-course .container form.variations_form.cart .value,
    .outter-course .container .apply-product-summary .value {
      padding-bottom: 0px !important; }
      .outter-course .container form.variations_form.cart .value span,
      .outter-course .container .apply-product-summary .value span {
        position: relative; }
        .outter-course .container form.variations_form.cart .value span:before,
        .outter-course .container .apply-product-summary .value span:before {
          content: url(https://www.kaospilot.dk/wp-content/uploads/2020/08/arrow-down.png);
          color: white !important;
          position: absolute;
          top: 2px;
          right: 8%;
          font-size: 20px;
          font-weight: bold;
          pointer-events: none; }
    .outter-course .container form.variations_form.cart .woocommerce-variation-add-to-cart label,
    .outter-course .container .apply-product-summary .woocommerce-variation-add-to-cart label {
      font-size: 22px;
      font-weight: 800;
      color: #333;
      font-family: "PT Sans"; }
    .outter-course .container form.variations_form.cart .woocommerce-variation-add-to-cart .participant-wrap,
    .outter-course .container .apply-product-summary .woocommerce-variation-add-to-cart .participant-wrap {
      margin-bottom: 20px; }
      .outter-course .container form.variations_form.cart .woocommerce-variation-add-to-cart .participant-wrap input[name=_participant],
      .outter-course .container .apply-product-summary .woocommerce-variation-add-to-cart .participant-wrap input[name=_participant] {
        padding: 5px;
        border: 1px solid #0000FF;
        margin-top: 3px;
        display: block;
        width: 200px;
        max-width: 100%;
        font-family: "PT Sans";
        width: 100%; }
    .outter-course .container form.variations_form.cart .single_add_to_cart_button,
    .outter-course .container .apply-product-summary .single_add_to_cart_button {
      width: 100%;
      background: white; }
.outter-course .owl-front {
  margin-bottom: 0px; }
.outter-course .custom-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .outter-course .custom-breadcrumb a {
    font-size: 13px;
    color: #767676 !important; }
    .outter-course .custom-breadcrumb a:last-child {
      color: #0000FF !important; }
    .outter-course .custom-breadcrumb a:hover {
      color: #0000FF !important; }
  .outter-course .custom-breadcrumb span {
    color: #0000FF;
    margin: 0 5px; }
.outter-course .woocommerce-breadcrumb {
  margin-top: 5px;
  color: #0000FF; }
  .outter-course .woocommerce-breadcrumb a {
    color: #767676; }
    .outter-course .woocommerce-breadcrumb a:hover {
      color: #0000FF; }
.outter-course .related {
  display: none; }
.outter-course .product_meta {
  display: none; }

.reset_variations {
  opacity: 0;
  width: 0px; }

.custom_btn {
  background: #0000FF;
  font-family: "PT Sans", sans-serif;
  margin-top: 20px;
  display: block;
  border: 0px;
  width: 100%;
  padding: 12px 35px;
  color: white;
  font-size: 20px;
  transition: ease all .2s; }

.disabled {
  opacity: .8;
  background: #969696; }

.teacher-wrap {
  opacity: 0;
  animation: hello .2s 1;
  animation-fill-mode: forwards; }
@keyframes hello {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .teacher-wrap h3 {
    display: block; }
  .teacher-wrap .teacher-info-wrap {
    display: flex; }
    @media screen and (max-width: 350px) {
      .teacher-wrap .teacher-info-wrap {
        flex-direction: column;
        align-items: center; } }
    .teacher-wrap .teacher-info-wrap .teacher-img {
      width: 90px;
      height: 80px;
      margin-right: 10px;
      text-align: center; }
      .teacher-wrap .teacher-info-wrap .teacher-img img {
        border-radius: 50%;
        width: 80px;
        height: 80px; }
    .teacher-wrap .teacher-info-wrap .teacher-desc {
      width: calc(100% - 60px); }
      @media screen and (max-width: 350px) {
        .teacher-wrap .teacher-info-wrap .teacher-desc {
          width: 100%; } }

a.big-button,
a.small-button {
  text-decoration: none;
  background: none !important;
  border-radius: 3px;
  box-shadow: none !important;
  border: 2px solid #0000ff;
  padding: 10px 20px;
  color: #0000ff !important;
  transition: all .2s;
  text-align: center;
  font-size: inherit;
  min-width: 150px;
  text-shadow: none;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 20px; }
  a.big-button:hover,
  a.small-button:hover {
    background: #0000ff !important;
    padding: 10px 20px;
    color: #fff !important; }

a.big-button {
  min-width: 200px; }

a.small-button {
  min-width: 150px; }

b:before, b:after {
  display: none; }

strong::after, strong::before {
  display: none !important; }

.page-template-page-info .container h1 {
  font-size: 51px;
  margin-bottom: 0; }
.page-template-page-info .container:before {
  display: none; }
.page-template-page-info .container #content-area {
  padding: 30px 30px 60px 30px !important;
  display: flex;
  flex-wrap: wrap; }
  .page-template-page-info .container #content-area .full-w-prod {
    width: 100%;
    padding-bottom: 20px; }
    .page-template-page-info .container #content-area .full-w-prod .internal-prod-nav {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 20px; }
      .page-template-page-info .container #content-area .full-w-prod .internal-prod-nav .internal-nav-item:hover {
        color: #0000FF; }
      .page-template-page-info .container #content-area .full-w-prod .internal-prod-nav span:last-child {
        display: none; }
  .page-template-page-info .container #content-area p {
    font-size: 17px;
    padding-bottom: 1em !important;
    word-break: break-word; }
  .page-template-page-info .container #content-area li {
    font-size: 17px;
    font-family: "PT Sans", sans-serif; }
  @media screen and (max-width: 800px) {
    .page-template-page-info .container #content-area {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .page-template-page-info .container #content-area #left-area {
    width: 100% !important;
    padding: 0px !important;
    flex: 2;
    padding-right: 40px !important; }
    @media screen and (max-width: 800px) {
      .page-template-page-info .container #content-area #left-area {
        padding-right: 0px !important; } }
    @media screen and (max-width: 800px) {
      .page-template-page-info .container #content-area #left-area article .entry-content {
        margin-top: 0px; } }
    .page-template-page-info .container #content-area #left-area article .entry-content .content-fields {
      padding: 20px;
      clear: both; }
    .page-template-page-info .container #content-area #left-area article .entry-content .small-content {
      width: 670px;
      margin: 0 auto;
      border-radius: 3px;
      margin: 54px auto; }
      @media screen and (max-width: 800px) {
        .page-template-page-info .container #content-area #left-area article .entry-content .small-content {
          width: 100%; } }
    .page-template-page-info .container #content-area #left-area article .entry-content h2 {
      margin-bottom: 0px; }
      .page-template-page-info .container #content-area #left-area article .entry-content h2:before {
        content: "";
        display: block;
        height: 125px;
        /* fixed header height*/
        margin: -102px 0 0;
        /* negative fixed header height */ }
    .page-template-page-info .container #content-area #left-area article .entry-content ul, .page-template-page-info .container #content-area #left-area article .entry-content ol {
      margin-left: 20px; }
    .page-template-page-info .container #content-area #left-area article .entry-content figure {
      margin: 20px 0; }
    .page-template-page-info .container #content-area #left-area article .entry-content blockquote {
      border: none;
      font-size: 23px;
      text-align: center;
      color: #000;
      line-height: 25px;
      max-width: 600px;
      margin: 20px auto 50px; }
      .page-template-page-info .container #content-area #left-area article .entry-content blockquote :before {
        content: "\“";
        font-size: 40px; }
      .page-template-page-info .container #content-area #left-area article .entry-content blockquote :after {
        content: "\„";
        font-size: 40px; }
      .page-template-page-info .container #content-area #left-area article .entry-content blockquote p {
        word-break: break-word;
        font-size: 23px; }
        .page-template-page-info .container #content-area #left-area article .entry-content blockquote p:before {
          content: ""; }
        .page-template-page-info .container #content-area #left-area article .entry-content blockquote p:after {
          content: ""; }
        .page-template-page-info .container #content-area #left-area article .entry-content blockquote p strong::before {
          content: "" !important;
          display: none !important; }
        .page-template-page-info .container #content-area #left-area article .entry-content blockquote p strong::after {
          content: "" !important; }
      .page-template-page-info .container #content-area #left-area article .entry-content blockquote span:before {
        content: "" !important; }
      .page-template-page-info .container #content-area #left-area article .entry-content blockquote span:after {
        content: "" !important; }
      @media screen and (max-width: 600px) {
        .page-template-page-info .container #content-area #left-area article .entry-content blockquote {
          margin-bottom: 5px;
          padding: 0; }
          .page-template-page-info .container #content-area #left-area article .entry-content blockquote h1 {
            line-height: 15px; }
          .page-template-page-info .container #content-area #left-area article .entry-content blockquote span {
            font-size: 25px; } }
.page-template-page-info .container #right-area {
  flex: 1; }
  .page-template-page-info .container #right-area .entry-content .content-fields {
    margin-bottom: 30px; }
    .page-template-page-info .container #right-area .entry-content .content-fields ul {
      margin-left: 15px; }
  .page-template-page-info .container #right-area .entry-content .small-content {
    padding: 10px 15px !important; }
  .page-template-page-info .container #right-area .entry-content img {
    max-width: max-content;
    width: 100% !important; }
  .page-template-page-info .container #right-area .entry-content blockquote {
    border: none;
    font-size: 23px;
    text-align: center;
    color: #000;
    line-height: 25px;
    max-width: 600px;
    margin: 20px auto 50px; }
    .page-template-page-info .container #right-area .entry-content blockquote p {
      font-size: 23px; }
    .page-template-page-info .container #right-area .entry-content blockquote :before {
      content: "\“";
      font-size: 40px; }
    .page-template-page-info .container #right-area .entry-content blockquote :after {
      content: "\„";
      font-size: 40px; }

footer .container {
  padding: 0 30px; }

html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid {
  overflow: auto; }
  html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .tool {
    cursor: pointer;
    -webkit-transition: ease-in 0.2s;
    /* Safari prior 6.1 */
    transition: ease-in 0.2s;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
    /* Firefox < 16 */
    /* Safari, Chrome and Opera > 12.1 */
    /* Internet Explorer */
    /* Opera < 12.1 */ }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .tool .small-object {
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      background-color: inherit;
      bottom: -15px;
      transform: rotate(45deg); }
  html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio {
    width: calc(100% - 2%);
    padding: 0px;
    margin: 2% 1%;
    display: flex;
    flex-flow: wrap;
    float: left;
    transition: ease-out 0.2s; }
    @media screen and (max-width: 550px) {
      html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio {
        flex-direction: column !important; } }
    html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio h3 {
      font-size: 45px; }
    html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio p {
      font-size: 18px; }
    html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .text-content {
      flex: 2;
      padding-right: 4%; }
    html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download {
      flex: 1;
      padding-right: 1%;
      max-width: calc(33% - 2%); }
      @media screen and (max-width: 550px) {
        html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download {
          max-width: 100%;
          margin: 30px 0; } }
      html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download .download-h {
        margin-bottom: 15px; }
        html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download .download-h strong {
          font-weight: 700;
          font-size: 45px;
          color: #000; }
      @media screen and (max-width: 550px) {
        html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download ul {
          margin: 0 20px; } }
      html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download li {
        color: #000;
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: bold; }
      html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download .download-button {
        width: 100%;
        text-align: center; }
        html .page-template-page-tool .row-sorting .prod_overview_holder .prod_overview_grid .full-w-bio .download .download-button a {
          color: #0000fe;
          background: white;
          font-size: 20px;
          font-weight: 600;
          display: block;
          padding: 15px 0; }

.header-post {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .header-post h1.blog-header {
    color: white; }
  .header-post img {
    border: 1px solid white; }

.prod_overview_holder {
  background: #c9cfcf; }
  .prod_overview_holder .prod_overview_container {
    padding: 30px 2% 2% 2%; }
    .prod_overview_holder .prod_overview_container h2 {
      display: block;
      text-transform: uppercase;
      font-size: 28px;
      color: black; }
  .prod_overview_holder .prod_overview_categories {
    padding: 0 2% 2% 2%; }
    .prod_overview_holder .prod_overview_categories ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
      text-align: center; }
      .prod_overview_holder .prod_overview_categories ul li {
        display: inline-block;
        font-size: 22px;
        color: black;
        text-transform: uppercase;
        margin: 0 0px 0px 10px;
        transition: ease all .2s;
        cursor: pointer; }
        .prod_overview_holder .prod_overview_categories ul li:after {
          content: "/";
          margin-left: 10px;
          color: black !important; }
        .prod_overview_holder .prod_overview_categories ul li:last-child:after {
          display: none; }
        .prod_overview_holder .prod_overview_categories ul li:hover {
          color: #0000FF; }
  .prod_overview_holder .prod_overview_grid {
    padding: 1%;
    display: flex;
    flex-wrap: wrap; }
    .prod_overview_holder .prod_overview_grid .hello {
      display: inline-block !important; }
    .prod_overview_holder .prod_overview_grid .no-show-part {
      display: none !important; }
    .prod_overview_holder .prod_overview_grid .item {
      padding: 20px 30px 30px 30px;
      width: calc(33% - 2%);
      display: none;
      margin: 1%;
      min-height: 360px;
      position: relative; }
      @media screen and (max-width: 960px) {
        .prod_overview_holder .prod_overview_grid .item {
          width: calc(50% - 2.3%) !important; } }
      @media screen and (max-width: 550px) {
        .prod_overview_holder .prod_overview_grid .item {
          width: calc(100% - 2%) !important; } }
      .prod_overview_holder .prod_overview_grid .item a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .prod_overview_holder .prod_overview_grid .item span {
        font-size: 28px;
        display: block;
        margin-bottom: 15px;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media screen and (max-width: 800px) {
          .prod_overview_holder .prod_overview_grid .item span {
            font-size: 3.5vw; } }
        @media screen and (max-width: 550px) {
          .prod_overview_holder .prod_overview_grid .item span {
            font-size: 6.5vw; } }
      .prod_overview_holder .prod_overview_grid .item h3 {
        font-size: 58px; }
        @media screen and (max-width: 1100px) {
          .prod_overview_holder .prod_overview_grid .item h3 {
            font-size: 5vw; } }
        @media screen and (max-width: 960px) {
          .prod_overview_holder .prod_overview_grid .item h3 {
            font-size: 7vw; } }
        @media screen and (max-width: 800px) {
          .prod_overview_holder .prod_overview_grid .item h3 {
            font-size: 6vw;
            word-break: break-word; } }
        @media screen and (max-width: 550px) {
          .prod_overview_holder .prod_overview_grid .item h3 {
            font-size: 13vw; } }
      .prod_overview_holder .prod_overview_grid .item p {
        opacity: .8;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3; }
      .prod_overview_holder .prod_overview_grid .item .bg-image {
        position: absolute;
        width: 100%;
        cursor: pointer;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
        -webkit-transition: ease-in 0.3s;
        transition: ease-in 0.2s; }
        .prod_overview_holder .prod_overview_grid .item .bg-image:hover {
          opacity: 1; }
        .prod_overview_holder .prod_overview_grid .item .bg-image a {
          padding: 20px 30px 30px 30px; }

.user-registration-page #main-header {
  background: #3f3734 !important; }
.user-registration-page div#et-main-area {
  padding-top: 115px; }
  .user-registration-page div#et-main-area div#user-registration-form-1613 button {
    color: #000fff;
    border: 2px solid #000fff;
    width: 100%;
    background: white;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 3px;
    height: 100%;
    /* padding: .3em 1em; */
    display: block;
    position: relative;
    padding: 10px;
    font-size: 20px; }
    .user-registration-page div#et-main-area div#user-registration-form-1613 button:hover {
      color: white;
      background: #000fff; }

.woocommerce-account {
  /* Log in page / Lost pass*/
  /* -- */ }
  @media screen and (max-width: 600px) {
    .woocommerce-account .woocommerce-form-login .form-row .woocommerce-form-login__submit {
      width: 100%; }
    .woocommerce-account .woocommerce-form-login .form-row:nth-child(3) {
      display: flex;
      flex-direction: column-reverse; }
    .woocommerce-account .lost_reset_password button {
      width: 100%; } }
  .woocommerce-account .post-87 .woocommerce h2 {
    display: none; }
  .woocommerce-account .woocommerce-MyAccount-content {
    opacity: .8;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
      display: block;
      width: 100%;
      margin: 10px 0; }
    .woocommerce-account .woocommerce-MyAccount-content p {
      padding-bottom: 1em; }
      .woocommerce-account .woocommerce-MyAccount-content p a:hover {
        color: #000fff; }
    .woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
      padding-bottom: 1em; }
    .woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
      display: flex; }
      .woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        width: 100px;
        text-align: center;
        margin: 3px; }
  .woocommerce-account div#left-area {
    width: 100%;
    padding: 0; }
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0 !important; }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
      list-style: none; }
      .woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
        text-transform: uppercase;
        font-family: "PT Sans", sans-serif;
        padding: 5px 10px;
        margin-bottom: 23px; }
        .woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover {
          color: #000fff; }
  @media screen and (max-width: 1100px) {
    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
      flex-direction: column; } }
  @media screen and (max-width: 600px) {
    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
      width: 33%;
      text-align: center;
      margin: 5px !important; } }

.woocommerce-cart #main-header {
  background: #3f3734; }
@media screen and (max-width: 475px) {
  .woocommerce-cart div.coupon button.button[name=apply_coupon] {
    width: 100% !important; } }
.woocommerce-cart .no-credit-btn {
  display: flex;
  justify-content: flex-end; }
  .woocommerce-cart .no-credit-btn .et_pb_code_inner,
  .woocommerce-cart .no-credit-btn .apply-container {
    width: 100%;
    max-width: 510px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    max-width: 587px;
    text-align: center; }
    .woocommerce-cart .no-credit-btn .et_pb_code_inner a,
    .woocommerce-cart .no-credit-btn .apply-container a {
      color: #000fff;
      border: 2px solid #000fff;
      width: 100%;
      -webkit-transition: all .2s;
      transition: all .2s;
      border-radius: 3px;
      height: 100%;
      padding: .3em 1em;
      display: block;
      position: relative; }
      .woocommerce-cart .no-credit-btn .et_pb_code_inner a:hover,
      .woocommerce-cart .no-credit-btn .apply-container a:hover {
        color: white;
        background: #000fff; }

.woocommerce-checkout a.wc_pip_view_invoice {
  display: none; }
.woocommerce-checkout #main-header {
  background: #3f3734; }
.woocommerce-checkout h2.woocommerce-order-details__title {
  padding-top: 25px; }
.woocommerce-checkout p#woocommerce_eu_vat_number_field {
  display: none !important; }
.woocommerce-checkout p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
  font-size: 22px;
  color: black;
  color: #0000FF; }
.woocommerce-checkout div#customer_details {
  margin-bottom: 53px; }
.woocommerce-checkout p.form-row.form-row-wide.mailchimp-newsletter {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 15px !important;
  background: #000fff; }
.woocommerce-checkout label[for=payment_method_bambora] img {
  display: none !important; }
.woocommerce-checkout p#billing_phone_field {
  width: 100%; }
.woocommerce-checkout p#billing_postcode_field {
  width: 100%; }
.woocommerce-checkout span.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: bold; }
.woocommerce-checkout p#vat-number_field {
  position: relative; }
  .woocommerce-checkout p#vat-number_field label {
    max-width: 250px;
    position: relative; }
    .woocommerce-checkout p#vat-number_field label:hover:before {
      content: "If you are a VAT registered business based in an EU country, please enter your VAT Number here. Only digits";
      max-width: 150px;
      width: 150px;
      background: #f7f7f7f7;
      color: black;
      font-weight: 500;
      border-radius: 2px;
      border: 1px solid #eee;
      height: auto;
      padding: 10px; }
    .woocommerce-checkout p#vat-number_field label:before {
      content: "?";
      position: absolute;
      left: 200px;
      top: 5px;
      width: 16px;
      height: 16px;
      font-size: 12px;
      border-radius: 50%;
      color: black;
      font-weight: bold;
      background: #cecece;
      display: flex;
      justify-content: center;
      align-items: center; }
      .woocommerce-checkout p#vat-number_field label:before:hover #vat-number_field {
        opacity: 1; }
    .woocommerce-checkout p#vat-number_field label:after {
      content: "*";
      color: red;
      font-size: 15px; }
    .woocommerce-checkout p#vat-number_field label .optional {
      display: none !important; }
  .woocommerce-checkout p#vat-number_field:after {
    opacity: 0;
    content: "VAT explanation";
    position: absolute;
    background: #f8f8f8;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 10px;
    max-width: 150px;
    left: 190px;
    top: 30px; }
.woocommerce-checkout p#vat-check_field {
  font-size: 15px; }
  .woocommerce-checkout p#vat-check_field label .optional {
    display: none; }
.woocommerce-checkout p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .woocommerce-checkout p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a {
    width: 49%;
    text-align: center; }

/* Apply without creditcard */
.page-id-1011 #right-area {
  padding-top: 115px; }
.page-id-1011 #content-area form.wpcf7-form .disabled {
  background-color: #a46497 !important;
  cursor: no-drop !important;
  color: white !important;
  border-color: white !important; }
.page-id-1011 #content-area form.wpcf7-form .outer-container {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .page-id-1011 #content-area form.wpcf7-form .outer-container {
      flex-direction: column; }
      .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 {
        margin: 0 !important; } }
  .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 {
    margin-right: 75px; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .vat-check label {
      font-size: 14px !important; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .vat-check span {
      color: #666; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .vat-check span.wpcf7-list-item.first.last {
      margin: 0; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .ean-number input, .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .vat-number input {
      padding: 15px;
      font-size: 14px;
      border-radius: 3px;
      width: 100%;
      max-width: 100%; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 label.info-text {
      position: relative; }
      .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 label.info-text:hover:after {
        content: "You only have to fill out this field, if you are a danish company";
        max-width: 150px;
        width: 200px;
        z-index: 1;
        background: #f7f7f7f7;
        color: black;
        font-weight: 500;
        border-radius: 2px;
        border: 1px solid #eee;
        height: auto;
        padding: 10px; }
      .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 label.info-text:after {
        content: "?";
        position: absolute;
        left: 90px;
        top: 1px;
        width: 16px;
        height: 16px;
        font-size: 12px;
        border-radius: 50%;
        color: black;
        font-weight: bold;
        background: #cecece;
        display: flex;
        justify-content: center;
        align-items: center; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .col-1 .info-text.vat:hover:after {
      content: "If you are a VAT registered business based in an EU country, please enter your VAT Number here. Only digits" !important; }
  .page-id-1011 #content-area form.wpcf7-form .outer-container .col {
    flex: 1; }
  .page-id-1011 #content-area form.wpcf7-form .outer-container .newsletter-sign {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px !important;
    background: #000fff;
    margin-bottom: 25px; }
    .page-id-1011 #content-area form.wpcf7-form .outer-container .newsletter-sign span {
      margin: 0; }
.page-id-1011 #content-area form.wpcf7-form .chosen-prod-head {
  padding-bottom: 0 !important;
  color: black;
  font-size: 18px; }
.page-id-1011 #content-area form.wpcf7-form label {
  font-family: "Open Sans" !important;
  font-size: 13px !important; }
  .page-id-1011 #content-area form.wpcf7-form label span {
    color: red; }
  .page-id-1011 #content-area form.wpcf7-form label input[type=text],
  .page-id-1011 #content-area form.wpcf7-form label textarea,
  .page-id-1011 #content-area form.wpcf7-form label input[type=email],
  .page-id-1011 #content-area form.wpcf7-form label select[name=distinct-prod] {
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    max-width: 100%; }
    .page-id-1011 #content-area form.wpcf7-form label input[type=text]:focus,
    .page-id-1011 #content-area form.wpcf7-form label textarea:focus,
    .page-id-1011 #content-area form.wpcf7-form label input[type=email]:focus,
    .page-id-1011 #content-area form.wpcf7-form label select[name=distinct-prod]:focus {
      border-color: black; }
.page-id-1011 #content-area form.wpcf7-form .wpcf7-submit {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background: transparent;
  position: relative;
  border: 2px solid #0000FF;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #0000FF;
  min-width: 135px;
  cursor: pointer; }
  .page-id-1011 #content-area form.wpcf7-form .wpcf7-submit:hover {
    background: #0000FF;
    color: white; }

.owl-front {
  margin-bottom: -10px; }
  .owl-front .owl-nav button {
    position: absolute;
    top: calc(50% - 25px); }
    .owl-front .owl-nav button:hover {
      background: none !important; }
    .owl-front .owl-nav button span {
      height: 50px;
      width: 20px; }
  .owl-front .owl-nav .owl-prev {
    left: 30px; }
  .owl-front .owl-nav .owl-next {
    right: 30px; }
  .owl-front .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    .owl-front .owl-dots .active span {
      background: white !important; }
    .owl-front .owl-dots .owl-dot span {
      border: 1px solid white !important;
      background: unset; }
  .owl-front .slider-item {
    padding: 150px 0;
    background-position: center center;
    background-size: cover; }
    .owl-front .slider-item .container-slide {
      max-width: 1194px;
      width: 80%;
      padding: 150px 0;
      margin: auto;
      position: relative; }
      .owl-front .slider-item .container-slide .text-container {
        background: white;
        position: absolute;
        padding: 20px 20px 30px;
        min-width: 280px;
        max-width: 500px;
        font-size: 14px; }
        .owl-front .slider-item .container-slide .text-container h3 {
          font-size: 14px; }
        .owl-front .slider-item .container-slide .text-container .quote {
          font-size: 32px; }
        @media screen and (max-width: 580px) {
          .owl-front .slider-item .container-slide .text-container {
            bottom: 0px !important;
            top: unset !important;
            width: 100%;
            max-width: 100%; }
            .owl-front .slider-item .container-slide .text-container .quote {
              font-size: 25px !important; } }
        .owl-front .slider-item .container-slide .text-container a {
          font-family: "PT Sans", sans-serif;
          margin-top: 10px;
          display: block;
          font-size: 18px;
          text-decoration: none; }

.choose_prof {
  width: 100% !important;
  padding: 2% !important; }
  .choose_prof .et_pb_row {
    width: 100% !important;
    padding: 0px !important; }
    .choose_prof .et_pb_row .dark-font {
      color: #333; }
      .choose_prof .et_pb_row .dark-font h2 {
        color: #333 !important; }
    .choose_prof .et_pb_row .et_pb_column {
      padding: 25px;
      color: white;
      padding-bottom: 150px; }
      .choose_prof .et_pb_row .et_pb_column .sub-header, .choose_prof .et_pb_row .et_pb_column h2, .choose_prof .et_pb_row .et_pb_column p {
        max-width: 400px; }
      .choose_prof .et_pb_row .et_pb_column .subheader {
        font-size: 25px;
        letter-spacing: 1px;
        font-weight: 200;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .choose_prof .et_pb_row .et_pb_column h2 {
        font-size: 46px;
        color: white; }
      .choose_prof .et_pb_row .et_pb_column p {
        opacity: .8;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3; }

.kaos_is h3 {
  text-align: center;
  display: block;
  line-height: 1.4;
  font-size: 46px; }
.kaos_is a {
  font-family: "PT Sans", sans-serif;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  text-decoration: none;
  text-align: center; }

.content-banner {
  padding: 2% !important;
  position: relative; }
  .content-banner .et_pb_row:first-child {
    padding: 0px;
    width: 100% !important; }
  .content-banner .et_pb_row .et_pb_module {
    margin: 0px; }
    .content-banner .et_pb_row .et_pb_module .et_pb_image_wrap {
      display: block; }
      .content-banner .et_pb_row .et_pb_module .et_pb_image_wrap img {
        width: 100%; }
  .content-banner .et_pb_row .banner-image-content {
    position: absolute;
    right: 30px;
    bottom: 100px;
    position: absolute;
    padding: 20px 20px 40px;
    max-width: 300px;
    margin: 3% 20px !important; }
    @media screen and (max-width: 900px) {
      .content-banner .et_pb_row .banner-image-content {
        position: initial;
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 780px) {
      .content-banner .et_pb_row .banner-image-content {
        max-width: 300px; }
        .content-banner .et_pb_row .banner-image-content h1 {
          font-size: 16px; } }
    @media screen and (max-width: 450px) {
      .content-banner .et_pb_row .banner-image-content {
        display: none; } }
    .content-banner .et_pb_row .banner-image-content a {
      font-family: "PT Sans", sans-serif;
      margin-top: 10px;
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: underline; }

footer {
  background: #3f3734 !important; }
  @media screen and (min-width: 980px) {
    footer #footer-widgets {
      display: flex;
      padding-top: 2%; } }
  footer #footer-widgets .footer-widget {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    footer #footer-widgets .footer-widget #text-6 {
      display: none; }
    @media screen and (min-width: 980px) {
      footer #footer-widgets .footer-widget:after {
        position: absolute;
        right: -9.5%;
        height: 100%;
        content: " ";
        width: 1px;
        background: #00ffff;
        top: 0px; }
      footer #footer-widgets .footer-widget:last-child:after {
        displaY: none; } }
    footer #footer-widgets .footer-widget h4 {
      color: white !important;
      text-transform: uppercase;
      font-size: 16px; }
  footer #footer-widgets .mailchimp-container {
    display: block; }
    footer #footer-widgets .mailchimp-container form {
      display: flex;
      flex-direction: column; }
      footer #footer-widgets .mailchimp-container form .main-sub-cont {
        display: flex; }
      footer #footer-widgets .mailchimp-container form fieldset.mc_fieldset.gdprRequired.mc-field-group {
        background: #0000ff;
        padding: 5px;
        margin-bottom: 10px;
        margin-top: 10px; }
    footer #footer-widgets .mailchimp-container input {
      display: inline-block;
      /*height:65px;*/
      border-radius: 0px; }
    footer #footer-widgets .mailchimp-container #mce-EMAIL,
    footer #footer-widgets .mailchimp-container #mce-FNAME {
      width: 100%;
      background-color: unset;
      border: 1px solid #00ffff;
      color: #00ffff;
      padding: 10px;
      margin: 0 !important; }
      footer #footer-widgets .mailchimp-container #mce-EMAIL::placeholder,
      footer #footer-widgets .mailchimp-container #mce-FNAME::placeholder {
        color: #00ffff; }
    footer #footer-widgets .mailchimp-container #mce-FNAME {
      border-bottom: 0 !important; }
    footer #footer-widgets .mailchimp-container #mc-embedded-subscribe {
      cursor: pointer;
      background: unset;
      border: 1px solid #00ffff;
      color: #00ffff;
      width: 65px;
      border-left: 0px;
      transition: ease all .2s;
      font-size: 25px;
      margin: 0 !important; }
      footer #footer-widgets .mailchimp-container #mc-embedded-subscribe:hover {
        background: #00ffff;
        color: #3f3734; }
  footer #footer-widgets .widget_text {
    margin-bottom: 20px; }
  footer #footer-widgets .widget_nav_menu ul {
    padding: 0px;
    margin: 10px 0 0 0;
    list-style: none; }
    footer #footer-widgets .widget_nav_menu ul li {
      padding: 0px;
      margin: 5px 0 0 0; }
      footer #footer-widgets .widget_nav_menu ul li:before {
        display: none; }
      footer #footer-widgets .widget_nav_menu ul li a {
        color: white;
        transition: ease all .2s; }
        footer #footer-widgets .widget_nav_menu ul li a:hover {
          color: #00ffff; }
  footer #footer-widgets .widget_custom_html {
    width: 100%; }
    footer #footer-widgets .widget_custom_html ul {
      padding: 0px;
      margin: 10px 0 0 0;
      list-style: none;
      width: 100%;
      display: flex; }
      footer #footer-widgets .widget_custom_html ul li {
        padding: 0px;
        margin: 5px 0 0 0;
        display: inline-block;
        width: 32%;
        font-size: 12px; }
        footer #footer-widgets .widget_custom_html ul li:before {
          display: none; }
        footer #footer-widgets .widget_custom_html ul li a {
          color: white;
          transition: ease all .2s; }
          footer #footer-widgets .widget_custom_html ul li a:hover {
            color: #00ffff; }

.row-sorting .et_pb_row {
  margin: 0px !important;
  padding: 0px;
  width: 100% !important; }
  .row-sorting .et_pb_row .prod_overview_holder {
    background: #c9cfcf; }
    .row-sorting .et_pb_row .prod_overview_holder .prod_overview_container {
      padding: 30px 2% 2% 2%; }
      .row-sorting .et_pb_row .prod_overview_holder .prod_overview_container h1 {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 72px;
        color: black; }
      @media screen and (max-width: 800px) {
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_container h1 {
          font-size: 48px; } }
    .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories {
      padding: 0 2% 2% 2%; }
      .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center; }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul .hello {
          color: #0000FF; }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul li {
          display: inline-block;
          font-size: 22px;
          color: black;
          text-transform: uppercase;
          margin: 0 0 0 10px;
          transition: ease all .2s;
          cursor: pointer; }
          @media screen and (max-width: 800px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul li {
              font-size: 15px !important; } }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul li:after {
            content: "/";
            margin-left: 10px;
            color: black !important; }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul li:last-child:after {
            display: none; }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_categories ul li:hover {
            color: #0000FF; }
    .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid {
      padding: 1%;
      display: flex;
      flex-wrap: wrap; }
      .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .hello {
        display: inline-block !important; }
      .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .no-show-part {
        display: none !important; }
      .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item {
        padding: 20px 30px 30px 30px;
        width: calc(33% - 2%);
        display: none;
        margin: 1%;
        min-height: 360px;
        position: relative; }
        @media screen and (max-width: 960px) {
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item {
            width: calc(50% - 2.3%) !important; } }
        @media screen and (max-width: 550px) {
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item {
            width: calc(100% - 2%) !important; } }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%; }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item span {
          font-size: 28px;
          display: block;
          margin-bottom: 15px;
          letter-spacing: 2px;
          text-transform: uppercase; }
          @media screen and (max-width: 800px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item span {
              font-size: 3.5vw; } }
          @media screen and (max-width: 550px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item span {
              font-size: 6.5vw; } }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item h3 {
          font-size: 58px; }
          @media screen and (max-width: 1100px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item h3 {
              font-size: 5vw; } }
          @media screen and (max-width: 960px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item h3 {
              font-size: 7vw; } }
          @media screen and (max-width: 800px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item h3 {
              font-size: 6vw;
              word-break: break-word; } }
          @media screen and (max-width: 550px) {
            .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item h3 {
              font-size: 13vw; } }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item p {
          opacity: .8;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.3; }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item .bg-image {
          position: absolute;
          width: 100%;
          cursor: pointer;
          height: 100%;
          top: 0;
          left: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          opacity: 0;
          -webkit-transition: ease-in 0.3s;
          transition: ease-in 0.2s; }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item .bg-image:hover {
            opacity: 1; }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item .bg-image a {
            padding: 20px 30px 30px 30px; }
        .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item .bg-image.bg-image-no-hover {
          opacity: 1 !important; }
          .row-sorting .et_pb_row .prod_overview_holder .prod_overview_grid .item .bg-image.bg-image-no-hover:hover {
            opacity: 0 !important; }

html {
  font-family: "PT Sans", sans-serif; }

p {
  font-family: "PT Sans", sans-serif;
  font-weight: 500; }

p.Brdtekst {
  font-size: 17px !important; }

p, li {
  font-family: "PT Sans", sans-serif; }

h1, h2, h3, h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 22px; }

a {
  color: black; }
  a:visited {
    color: black; }

em, i, cite {
  font-family: 'PT Sans', sans-serif; }

html body.woocommerce-account #main-content {
  min-height: 100vh; }
  html body.woocommerce-account #main-content div#content-area {
    padding-top: 150px; }
html body.woocommerce-account #main-header {
  background: #3F3734; }
html body.woocommerce-account .container:before {
  display: none; }
html body.page-id-1011 #main-content,
html .page-id-2819 #main-content,
html .page-id-2836 #main-content {
  padding-top: 127px; }
html body.page-id-1011 header,
html .page-id-2819 header,
html .page-id-2836 header {
  background: #3F3734 !important; }
html .typeform-apply {
  padding-top: 100px !important; }
html .et-cart-info {
  display: none; }
html .et-fixed-header {
  background-color: #3F3734 !important;
  /*.social-row {
      opacity: 0;
      visibility: hidden;
  }*/ }
html .login-container {
  position: absolute;
  top: 7px;
  right: 160px;
  z-index: 99; }
  @media screen and (max-width: 980px) {
    html .login-container {
      top: 26px;
      right: 80px; } }
html .basket-container {
  position: absolute;
  top: 6px;
  right: 130px;
  z-index: 99; }
  html .basket-container .cart-count {
    font-size: 9px;
    background: #0000ff;
    color: white;
    border-radius: 50%;
    left: 10px;
    top: 14px;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (max-width: 980px) {
    html .basket-container {
      top: 25px;
      right: 50px; } }
html .social-row ul::before {
  font-size: 21px;
  content: "|";
  color: white; }
html .social-row ul li {
  padding-left: 15px !important; }
  html .social-row ul li:first-child {
    padding-left: 7px !important; }
html header#main-header {
  width: 100% !important;
  max-width: 1360px !important;
  position: fixed !important;
  background-color: #3F3734 !important; }
  html header#main-header .et_menu_container {
    padding: 0 10px; }
    html header#main-header .et_menu_container #et-top-navigation ul#top-menu .menu-item:last-of-type .sub-menu {
      max-width: 120px; }
    @media screen and (min-width: 980px) {
      html header#main-header .et_menu_container #et-top-navigation ul .current-menu-item a {
        background-color: #0000FF;
        color: white; }
      html header#main-header .et_menu_container #et-top-navigation ul .current-menu-ancestor a {
        background-color: #0000FF; }
      html header#main-header .et_menu_container #et-top-navigation ul .current-menu-ancestor .sub-menu .current-menu-item a {
        background-color: #0000FF;
        color: white; }
      html header#main-header .et_menu_container #et-top-navigation ul .current-menu-ancestor .sub-menu a {
        background-color: white; }
      html header#main-header .et_menu_container #et-top-navigation ul li {
        padding-right: 0px;
        margin: 0px;
        padding: 5px 0px;
        float: left; }
        html header#main-header .et_menu_container #et-top-navigation ul li:hover > a {
          background-color: #0000FF;
          opacity: 1; }
        html header#main-header .et_menu_container #et-top-navigation ul li:last-of-type a {
          margin-right: -10px; }
        html header#main-header .et_menu_container #et-top-navigation ul li a {
          color: white;
          text-transform: uppercase;
          font-family: "PT Sans", sans-serif;
          padding: 5px 10px;
          margin-bottom: 23px;
          word-break: keep-all; }
          html header#main-header .et_menu_container #et-top-navigation ul li a:hover {
            background-color: #0000FF;
            opacity: 1; }
        html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu {
          margin-top: -23px;
          background: white;
          padding: 0px;
          border-top: 0px;
          /*display: inline-block;
          width: auto;*/ }
          html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li {
            padding: 0px;
            width: 100%;
            margin: 0; }
            html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li:hover > a {
              background: #0000FF;
              color: white; }
            html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li a {
              margin: 0px;
              margin-right: 0px;
              width: 100%;
              padding: 0px 7px;
              color: #0000FF; }
              html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li a:hover {
                background: #0000FF;
                color: white; }
              html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li a:after {
                top: 0px !important;
                transform: rotate(-90deg); }
            html header#main-header .et_menu_container #et-top-navigation ul li .sub-menu li .sub-menu {
              margin-top: 23px !important; } }
    @media screen and (min-width: 980px) {
      html header#main-header .et_menu_container #et-top-navigation .current-menu-item a {
        color: #0000FF; }
        html header#main-header .et_menu_container #et-top-navigation .current-menu-item a:hover {
          color: white; }
      html header#main-header .et_menu_container #et-top-navigation .current-menu-item:hover > a {
        color: white; }
      html header#main-header .et_menu_container #et-top-navigation .menu-item-has-children > a {
        padding-right: 18px; }
        html header#main-header .et_menu_container #et-top-navigation .menu-item-has-children > a:after {
          top: 6px !important; } }
  html header#main-header .social-row {
    transition: ease all .2s;
    position: absolute;
    right: 10px;
    z-index: 99; }
    @media screen and (max-width: 980px) {
      html header#main-header .social-row {
        display: none; } }
    html header#main-header .social-row ul {
      padding: 0px;
      margin: 0px; }
      html header#main-header .social-row ul li {
        display: inline-block;
        padding: 7px 0px 5px 30px; }
        html header#main-header .social-row ul li a {
          color: white;
          font-size: 18px; }
          html header#main-header .social-row ul li a:hover {
            color: #0000FF; }

/**
* Mobilemenu
**/
#mobile_menu {
  background-color: white !important; }
  #mobile_menu ul.sub-menu {
    margin-left: 10px; }

#main-header .et_mobile_menu li ul.hide {
  display: none !important; }

#mobile_menu .menu-item-has-children {
  position: relative; }

#mobile_menu .menu-item-has-children > a {
  background: transparent; }

#mobile_menu .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3; }

span.menu-closed:before {
  content: "\4c";
  display: block;
  color: inherit;
  font-size: 16px;
  font-family: ETmodules; }

span.menu-closed.menu-open:before {
  content: "\4d"; }

/**
* FIXED MENU
**/
.et-fixed-header {
  position: fixed;
  height: 100px;
  background: #3f3734; }
  .et-fixed-header #et-top-navigation {
    padding-top: 38px !important; }
  .et-fixed-header .mobile_menu_bar:before {
    color: white !important; }
  .et-fixed-header li a {
    padding-bottom: 8px !important; }
  .et-fixed-header li .sub-menu li a {
    padding-bottom: 0px !important; }
  .et-fixed-header .current-menu-item > a {
    color: white !important;
    background: #0000FF; }
  @media screen and (max-width: 980px) {
    .et-fixed-header .basket-container {
      top: 39px; }
    .et-fixed-header .login-container {
      top: 40px;
      right: 80px; } }

html, body {
  background: #f8f8f8;
  height: 100%; }

.et_boxed_layout #page-container {
  box-shadow: none; }

#et-main-area {
  background: white; }

html #page-container {
  width: 100% !important;
  padding-top: 80px !important; }
  @media screen and (max-width: 980px) {
    html #page-container {
      padding-top: 0 !important; } }
html .container {
  widows: 100% !important; }

footer .container, header .container {
  width: 96% !important; }

@media (max-width: 980px) {
  .et_pb_column {
    margin-bottom: 2%; } }
#main-content > .container {
  padding: 0 !important; }

/*# sourceMappingURL=sass.css.map */
