﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/*$font-tertiery: '';*/
/* 1. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*$input-select-height: 35px;
$input-height: $input-select-height;
$select-height: $input-select-height;*/
/*Buttons*/
/***************Transistions***************/
/*Buttons*/
/* ==========================================================================
Base figures
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. input, textarea
 *  2. top-wrapper
 *  3. ThreinOne
 *  4. article-item
 *  5.
 *  6. Breadcrumb
 *  7.
 *  8. splash
 *  9.
 *  10. pagers
 *  11.
 *  12.
 *  13.
 *  14. Input-wrapper
 *  15. text-box
 *  16. blockquote
 *  17. box-3
 *  18.
 *  19. 
 *  20. filter-section
 *  21. filter-dropdown
 *  22. close-selected-filters
 *  23. hr
 *  24. nav tabs to accordion

 *  27. Return to top
 *  28. blockBannerWrapper
 *  35. 
 */
/* 1. input, textarea
   ========================================================================== */
/* 2. top-wrapper
   ========================================================================== */
.nordisk-top-wrapper {
  width: 100%;
  height: 50px !important;
  float: right;
  color: white;
}
.nordisk-top-wrapper i {
  float: left;
  padding: 15px;
  padding-right: 5px;
  font-size: 20px;
}
.nordisk-top-wrapper select {
  border: none;
  color: white;
  background-color: transparent;
  height: inherit;
  height: 33px;
  max-width: 80px;
  background-image: url("/base/graphics/Drop-down-arrow.png");
}
@media only screen and (min-width: 768px) {
  .nordisk-top-wrapper select {
    margin-top: 7px;
  }
}
.nordisk-top-wrapper select option {
  color: black;
}
.nordisk-top-wrapper .login-nordisk {
  display: inline-block;
  float: right;
  height: inherit;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.7);
}
.nordisk-top-wrapper .login-nordisk a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 15px 12px;
  float: left;
}
.nordisk-top-wrapper .login-nordisk-member {
  display: inline-block;
  float: right;
  height: inherit;
  width: 200px;
}
.nordisk-top-wrapper .login-nordisk-member a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 15px 12px;
  float: left;
}
.nordisk-top-wrapper .nordiskLoggedWrapper {
  margin-left: 50%;
  background: black;
  opacity: 0.7;
  height: 50px;
  color: white;
}
.nordisk-top-wrapper .nordiskLoggedWrapper a {
  text-decoration: none;
  color: white;
}
.nordisk-top-wrapper .nordiskLoggedWrapper .login-pad {
  display: inline-block;
  padding: 15px;
}

#quickbasketbutton {
  position: relative;
}
#quickbasketbutton a {
  text-decoration: none;
}
#quickbasketbutton a i {
  position: absolute;
  top: 0;
  right: 95px;
}
@media only screen and (max-width: 767px) {
  #quickbasketbutton a i {
    right: 0px;
    top: 20px;
  }
}
#quickbasketbutton a .counter {
  text-align: center;
  width: 20px;
  background-color: #f8ba2b;
  color: #222;
  font-weight: bold;
  border-radius: 15px;
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
  font-size: 11px;
  top: 0px;
  /*@include tablets{
     line-height: 16px;
      top: 20px;
      left: 9px;

  }
  @include tablets-max{
      line-height: 16px;
      top: 20px;
      left: 9px;
  }*/
}
@media only screen and (max-width: 767px) {
  #quickbasketbutton a .counter {
    line-height: 16px;
    top: 6px;
    left: -2px;
  }
}
@media screen and (min-device-width: 768px) and (max-width: 991px) {
  #quickbasketbutton a .counter {
    line-height: 16px;
    top: 20px;
    left: 9px;
  }
}

/* 3. ThreeInOne
   ========================================================================== */
.threeinonewrapper {
  margin-bottom: 25px;
}

.blackOverImage {
  position: absolute;
  height: 100%;
  font-size: 23px;
  width: 100%;
  font-weight: lighter;
  top: 0;
  background: black;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
}

/* 4. article-item
   ========================================================================== */
.article-item-wrapper {
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0);
}
.article-item-wrapper .btn-link {
  margin: 30px 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .article-item-wrapper .btn-link {
    padding: 0 30px;
  }
}
.article-item-wrapper h2 {
  margin-bottom: 0;
}
.article-item-wrapper .article-item {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 400px;
}
@media only screen and (min-width: 992px) {
  .article-item-wrapper .article-item {
    align-items: stretch;
    height: 100%;
  }
}
.article-item-wrapper .article-item a {
  text-decoration: none;
}
.article-item-wrapper .article-item img {
  width: 100%;
}
.article-item-wrapper .article-item .teaser-image {
  height: 175px;
}
@media only screen and (max-width: 767px) {
  .article-item-wrapper .article-item .teaser-image {
    height: 205px;
  }
}
.article-item-wrapper .article-item .content {
  padding: 30px;
}
.article-item-wrapper .article-item .content h5 {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.article-item-wrapper .article-item .content h4 {
  font-size: 1.2em;
  margin-top: 0;
  text-transform: uppercase;
}

/* 6. Breadcrumb
   ========================================================================== */
.breadcrumb-base {
  display: none;
}
/* 8. splash
   ========================================================================== */
.splash {
  width: 83px;
  height: 83px;
  background-image: url("/graphics/channels/nordisk/Splash.png");
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  z-index: 1;
}
.splash .splash-text {
  margin-left: 15px;
  margin-top: 20px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-family: "SignaOT-Light", sans-serif;
  font-size: 1.286em;
  font-weight: 600;
}

/* 10. pagers
   ========================================================================== */
.pagination a {
  background-color: transparent !important;
}
.pagination .active a {
  background-color: transparent !important;
  /*border: thin solid $black-light !important;*/
}

.pager-wrapper {
  float: right;
}
.pager-wrapper .pager {
  text-align: left;
  margin: 0;
}
.pager-wrapper .pager ul.pagination li.pagination-item {
  /*height: $button-min-height;*/
  transition: all 0.3s ease;
  background-color: transparent;
  /*border: thin solid $blue;*/
  min-width: 0;
  display: inline;
  float: left;
  margin-left: -1px;
  outline: 0;
  text-align: center;
  width: auto;
  /*min-width: 35px;*/
}
@media only screen and (max-width: 767px) {
  .pager-wrapper .pager ul.pagination li.pagination-item {
    min-width: 0;
  }
}
.pager-wrapper .pager ul.pagination li.pagination-item a {
  padding: 7px 14px;
  border: 0 !important;
  /*color:$blue;*/
}
@media only screen and (max-width: 767px) {
  .pager-wrapper .pager ul.pagination li.pagination-item a {
    padding: 7px 10px;
  }
}
.pager-wrapper .pager ul.pagination li.pagination-item .pager-left::after {
  font-family: FontAwesome;
  content: "\f053";
}
.pager-wrapper .pager ul.pagination li.pagination-item .pager-right::after {
  font-family: FontAwesome;
  content: "\f054";
}
.pager-wrapper .pager ul.pagination li:hover, .pager-wrapper .pager ul.pagination li:focus {
  /*box-shadow: $box-shadow;*/
}
.pager-wrapper .pager ul.pagination li:first-child {
  /*border: thin solid $blue;
  border-right: thin solid $blue;*/
}
.pager-wrapper .pager ul.pagination li:last-child {
  /*border: thin solid $blue;*/
}
.pager-wrapper .pager ul.pagination .active {
  margin-left: -1px;
  position: relative;
  border: 1px solid #000;
}
.pager-wrapper .pager ul.pagination .active a {
  color: #000;
  border: 0 !important;
}

.pager-small {
  position: relative;
}
.pager-small a {
  float: left;
  display: inline-block;
  /*border: 1px solid $blue;*/
  height: 35px;
  text-decoration: none;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  /*color: $blue;*/
  transition: all 0.3s ease;
}
.pager-small a:hover, .pager-small a:focus {
  /*box-shadow: $box-shadow;*/
}
.pager-small .pager-left::after {
  font-family: FontAwesome;
  content: "\f053";
}
.pager-small .pager-right::after {
  font-family: FontAwesome;
  content: "\f054";
}
.pager-small .select-wrapper {
  display: inline-block;
  float: left;
}
.pager-small .select-wrapper select {
  background-color: transparent;
  border: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 500;
  background-image: none;
  height: 35px;
  cursor: pointer;
}
.pager-small .select-wrapper select:hover, .pager-small .select-wrapper select:focus {
  box-shadow: none !important;
}

/* 14. Input-wrapper
   ========================================================================== */
.input-field-wrapper .input-wrapper .input-field-input {
  border-color: #000;
  background-color: #000;
}
.input-field-wrapper .input-wrapper input:focus, .input-field-wrapper .input-wrapper input:focus {
  color: #fff;
}
.input-field-wrapper button {
  margin-top: 1px;
  margin-right: 1px;
  height: 33px;
  background-color: #000;
  color: #fff;
}
.input-field-wrapper button:hover, .input-field-wrapper input:hover {
  background-color: #000;
  color: #fff;
  border: none;
}
.input-field-wrapper button:after {
  font-family: FontAwesome;
  content: "\f002";
}

#cm-newsletter-inputfield {
  color: #000;
}

#cm-signup-wrapper {
  margin-top: 20px;
}

#cm-signup-text {
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1em;
  float: left;
  margin-right: 10px;
}

#cm-newsletter-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  height: 26px;
}

/* 15. text-box
   ========================================================================== */
.text-box {
  /*position: relative;*/
  /*background-attachment: fixed;*/
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .text-box .equal, .text-box .equal > div[class*=col-] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .text-box .left-side {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .text-box .left-side {
    padding: 50px;
  }
}
.text-box .left-side h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.text-box .right-side {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (max-width: 991px) {
  .text-box .right-side {
    padding: 15px;
    min-height: 50vh;
  }
}

/* 16. blockquote
   ========================================================================== */
blockquote {
  color: #fff;
  font-family: "SignaOT-Light", sans-serif;
  font-size: 1.786em;
  margin-top: 50px !important;
  margin: 15px auto;
  border: 0;
  max-width: 400px;
  line-height: 30px;
  text-align: center;
}

blockquote:before {
  font-family: FontAwesome;
  content: "\f10e";
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  top: 20px;
}

/* 17. box-3
   ========================================================================== */
.box-3 .box-item {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .box-3 .box-item {
    width: 100%;
  }
}
.box-3 .box-item .content {
  padding: 80px 15px 0 15px;
  text-align: center;
}
.box-3 .box-item .content h4 {
  color: #fff;
  margin: 0;
}
.box-3 .box-item .content p {
  color: #fff;
}

/* 20. filter-section
   ========================================================================== */
.filter-section {
  /*margin-top: 30px;*/
}
.filter-section .filter-area {
  margin: 0px 15px;
}
.filter-section .btn-filter {
  /*background-color: $blue-8;*/
  width: 100%;
  cursor: default;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .filter-section .btn-filter {
    margin-top: 15px;
  }
}
.filter-section .filter-selected-wrapper {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .filter-section .filter-selected-wrapper {
    text-align: left;
  }
}
.filter-section .filter-selected-wrapper span {
  /*color: $grey-5;*/
}
.filter-section .filter-selected-wrapper .filter-selected {
  display: inline-block;
  padding: 0;
  /*color: $grey-5;*/
}
.filter-section .filter-selected-wrapper .filter-selected li {
  display: inline-block;
  padding-left: 15px;
}
.filter-section .filter-selected-wrapper .filter-selected li button {
  height: auto;
  width: auto;
  background-color: transparent;
  padding-left: 0;
}
.filter-section .filter-selected-wrapper .filter-selected li button i {
  vertical-align: bottom;
  font-size: 21px;
  /*color: $green-5;*/
}
.filter-section .filter-selected-wrapper .filter-selected li button:hover {
  box-shadow: none !important;
}

/* 21. filter-dropdown
   ========================================================================== */
.filter-dropdown {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .filter-dropdown {
    margin-top: 15px;
  }
}
.filter-dropdown #variantSelect {
  max-width: 100%;
  position: relative;
  min-height: 40px;
}
.filter-dropdown #sizeSelect {
  max-width: 100%;
  position: relative;
  min-height: 40px;
}
.filter-dropdown button:focus, .filter-dropdown button:hover {
  background-color: #fff;
  border: 1px solid #000 !important;
}
.filter-dropdown button {
  width: 100%;
  position: relative;
  /*background-color: $grey-field-grey;*/
  /*border: 1px solid $grey-2;*/
  color: #000;
  font-family: "SignaOT-Light", sans-serif;
  min-height: 40px;
  text-align: left;
  border: 1px solid #000;
}
.filter-dropdown button .count {
  /*color: $green-5;*/
}
.filter-dropdown button .caret-filter {
  background-image: url("/graphics/channels/nordisk/caret.png");
  height: 8px;
  width: 13px;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center right 15px;
}
.filter-dropdown .btn-filter-action {
  color: #000 !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .filter-dropdown .btn-filter-action {
    margin-top: 15px;
  }
}
.filter-dropdown .btn-filter-action-change .caret-filter {
  background-image: url("/graphics/channels/nordisk/caret-up.png");
}
.filter-dropdown button:hover, .filter-dropdown button:focus {
  /*background-color: $grey-field-grey;*/
  /*border: 1px solid $grey-2;*/
  color: #000;
}
.filter-dropdown .filter-dropdown-content {
  display: none;
  background: #fff;
  /*background-color: $grey-field-grey;*/
  padding: 0;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  /*box-shadow: $box-shadow-4;*/
  transition: all 0.3s ease;
  padding: 15px 0;
  border: 1px solid #000;
  border-top: 0;
}
.filter-dropdown .filter-dropdown-content li {
  padding: 5px;
}
.filter-dropdown .filter-dropdown-content li .custom-checkboxes {
  transition: all 0.3s ease;
}
.filter-dropdown .filter-dropdown-content li .custom-checkboxes div label span {
  /*color: $green-5;*/
}
.filter-dropdown .filter-dropdown-content li .custom-checkboxes:hover {
  color: #000;
}
.filter-dropdown .filter-dropdown-content-show {
  display: block;
}

/* 22. close-selected-filters
   ========================================================================== */
.close-selected-filters {
  text-align: center;
  margin: 10px 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .close-selected-filters {
    text-align: left;
    margin: 0;
  }
}
.close-selected-filters .text-for-filter {
  display: inline-block;
  color: #707a80;
}
.close-selected-filters span {
  font-size: 20px;
  /*color:$green-5;*/
}
.close-selected-filters .close-selected-classification {
  background-color: transparent;
  display: inline-block;
  margin-right: 3px;
  padding: 7px 10px 7px 10px;
  position: relative;
  /*border: 1px solid $grey-2;*/
  /*color:  $grey-5;*/
}
@media only screen and (max-width: 767px) {
  .close-selected-filters .close-selected-classification {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.close-selected-filters .close-selected {
  background-color: transparent;
  display: inline-block;
  margin-right: 3px;
  padding: 5px 25px 5px 10px;
  position: relative;
  border: 1px solid #d9dfdf;
}
@media only screen and (max-width: 767px) {
  .close-selected-filters .close-selected {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.close-selected-filters .close-selected i {
  font-size: 14px;
  /*color:  $grey-5;*/
  position: absolute;
  top: 7px;
  right: 5px;
  cursor: pointer;
}

/* 23. hr
   ========================================================================== */
hr {
  border-color: #d7dde0;
}

/* 24. nav tabs to accordion
   ========================================================================== */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  border-bottom: 1px solid #d7dde0;
  border-top: 1px solid #d7dde0;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 40px;
  line-height: 40px;
  color: #000;
  overflow: hidden;
  position: relative;
  font-size: 1.143em;
  font-family: "SignaOT-Light", sans-serif;
  transition: all 0.3s ease;
}
ul.tabs li:hover {
  border-bottom: 2px solid #000;
}
ul.tabs li.active {
  border-bottom: 2px solid #000;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .tab_container {
    border-bottom: 1px solid #d7dde0;
  }
}

.tab_content {
  padding: 20px 0;
  display: none;
}
.tab_content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.143em;
}
@media only screen and (max-width: 991px) {
  .tab_content {
    padding: 15px 0;
  }
}

.tab_drawer_heading {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    border-top: 1px solid #d7dde0;
    border-bottom: 1px solid #d7dde0;
    display: block;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    font-family: "SignaOT-Light", sans-serif;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: -1px;
  }
  .tab_drawer_heading:after {
    font-family: FontAwesome;
    content: "\f067";
    right: 30px;
    position: absolute;
    font-size: 15px;
  }
  .d_active {
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
  .d_active:after {
    font-family: FontAwesome;
    content: "";
  }
}
/* 27. Return to top
   ========================================================================== */
#beam-me-up {
  background: rgba(0, 0, 0, 0.5);
}

#beam-me-up:hover {
  background: rgba(0, 0, 0, 0.7);
}
/* 28. blockBannerWrapper
   ========================================================================== */
.blockBannerWrapper h1.page-header {
  text-align: center;
  color: #fff;
  border-bottom: none;
}
.blockBannerWrapper h3 {
  margin-bottom: 0;
  font-family: "SignaOT-Light", sans-serif;
}
.blockBannerWrapper .blockBannerText-wrapper {
  padding: 0;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .blockBannerWrapper .blockBannerText-wrapper {
    max-height: none !important;
  }
}
.blockBannerWrapper .blockBannerText-wrapper .blockBannerText {
  padding: 25px 35px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .blockBannerWrapper .blockBannerText-wrapper .blockBannerText {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blockBannerWrapper .blockBannerText-wrapper .blockBannerText {
    height: auto !important;
  }
}
.blockBannerWrapper .img-holder-wrapper {
  padding: 0;
}
.blockBannerWrapper .img-holder-wrapper .img-holder {
  background-size: cover;
}
.blockBannerWrapper .mobile-img {
  width: 100%;
}

.video-wrapper-nordisk {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.y_logo_page {
  text-align: center;
  margin-top: 27px;
  padding-left: 125px;
}
@media only screen and (max-width: 767px) {
  .y_logo_page {
    padding-left: 0px;
  }
}

.video-wrapper-nordisk iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /*height: auto;*/
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.linkbutton {
  background-color: #000;
  padding: 10px 38px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
span.linkbutton a {
  text-decoration: none;
  color: #d9dfdf;
}
span.linkbutton a:visited {
  color: #e5e6e8;
}

.floor-plan-wrapper {
  width: 300px;
  height: 450px;
}
.floor-plan-wrapper img {
  max-height: 100%;
  max-width: 100%;
}
.floor-plan-wrapper :hover {
  cursor: pointer;
}

.textHeadlineWrapper {
  color: black;
  margin-bottom: 10px;
}
.textHeadlineWrapper .styleHeaderFont {
  color: black;
  letter-spacing: 0px;
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .textHeadlineWrapper .styleHeaderFont {
    font-size: 35px;
  }
}
.textHeadlineWrapper .styleSubHeaderFont {
  color: black;
  letter-spacing: 0px;
  margin-top: -10px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .textHeadlineWrapper .styleSubHeaderFont {
    font-size: 20px;
  }
}

.img-with-link {
  padding: 75px 50px 100px 50px;
  background-size: cover;
  margin-bottom: 25px;
}
.img-with-link a.read-more-btn, .img-with-link a.read-more-btn:focus, .img-with-link a.read-more-btn:hover {
  /*color: white;*/
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

.hoverImage-wrapper .img-wrapper {
  height: 275px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hoverImage-wrapper .img-wrapper img {
  width: auto !important;
  max-width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /*    margin: 50% 0 0 50%;
      transform: translate(-50%,-50%);*/
}
.hoverImage-wrapper .img-wrapper img.top:hover {
  opacity: 0;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup .popuptext {
  visibility: hidden;
  width: 450px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -220px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .popup .popuptext {
    width: 350px;
    margin-left: -173px;
  }
}
.popup .popuptext p {
  color: white;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#features-nordisk ul {
  list-style-type: disc;
}

.faq-item-container {
  margin-bottom: 10px;
}

.faq-item {
  text-decoration: none !important;
  display: block;
  background-color: #e4e2e2;
}

.faq-item:hover {
  background-color: white;
  text-decoration: none;
  color: black;
}
