@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(libs/bootstrap/bootstrap-theme.css);
@import url(libs/bootstrap/bootstrap.min.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #0f204b; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.input-group input {
  background-color: #ffffff;
  border: 1px solid #000;
  font-size: 1rem;
  padding: 0.25em 0.75rem;
  border-radius: 0px;
  text-align: center;
  position: relative;
  color: #000;
  width: 100%; }
  .input-group input:focus {
    border: 1px solid #000; }

.button-component {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #000;
  color: #ffffff;
  background-color: #0f204b;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  border: 0px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 12px;
  justify-content: center;
  text-align: center;
  cursor: pointer; }
  .button-component.actionButton {
    background-color: #b91e2b;
    color: #fff; }
  .button-component:disabled {
    opacity: 0.7; }
  .button-component:hover,
  .button-component .hover, .button-component:active, .button-component:visited, .button-component:focus {
    color: #ffffff;
    text-decoration: none; }
  .button-component.\--round-edge {
    border-radius: 20px; }
  .button-component.\--default-bright {
    background-color: #8ec89a;
    color: #ffffff; }
  .button-component.\--quantity-negative {
    margin: 0;
    width: 32px; }
  .button-component.\--quantity-positive {
    width: 32px;
    margin: 0; }
  .button-component.\--transparent-light {
    background-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    color: #ffffff; }
  .button-component.\--transparent-dark {
    background-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: #252525; }
  .button-component.\--orange {
    background-color: #0f204b; }
  .button-component.\--black {
    background-color: #252525;
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(204, 204, 204, 0.5); }
  .button-component.\--stretch {
    width: 100%; }
  .button-component.\--rota-icon-90 i {
    display: inline-block;
    transform: rotate(90deg); }
  .button-component.\--rota-icon-180 i {
    display: inline-block;
    transform: rotate(180deg); }
  .button-component.\--rota-icon-270 i {
    display: inline-block;
    transform: rotate(270deg); }
  .button-component:focus {
    outline: none; }

/*Text
Bakgr.[Tillkassan]*/
.input-component.\--quantity {
  display: inline-block;
  width: 3rem;
  border: none;
  text-align: center; }
  .input-component.\--quantity:focus {
    outline: none; }

.form-control {
  border-radius: 0; }

.input-group .input-group-addon {
  padding: 1px 6px 1px 8px;
  font-size: 22px;
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 0; }

@font-face {
  font-family: 'OLKA';
  src: url("/content/fonts/olka/fonts//OLKA.eot?qsap85");
  src: url("/content/fonts/olka/fonts//OLKA.eot?qsap85#iefix") format("embedded-opentype"), url("/content/fonts/olka/fonts//OLKA.ttf?qsap85") format("truetype"), url("/content/fonts/olka/fonts//OLKA.woff?qsap85") format("woff"), url("/content/fonts/olka/fonts//OLKA.svg?qsap85#OLKA") format("svg");
  font-weight: normal;
  font-style: normal; }

i.--olka {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "OLKA" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.olka {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "OLKA" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-BILJETT:before {
  content: ""; }

.icon-CHECKOUT .path1:before {
  content: ""; }

.icon-CHECKOUT .path2:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECKOUT .path3:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECKOUT .path4:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECKOUT .path5:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECKOUT .path6:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECKOUT .path7:before {
  content: "";
  margin-left: -0.73046875em; }

.icon-CHECK:before {
  content: ""; }

.icon-HAMBURGARE:before {
  content: ""; }

.icon-HOTEL:before {
  content: ""; }

.icon-KALENDER:before {
  content: ""; }

.icon-ENVELOPE:before {
  content: ""; }

.icon-PEN:before {
  content: ""; }

.icon-ARROW_2_RIGHT.path1:before {
  content: ""; }

.icon-ARROW_2_RIGHT.path2:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_2_RIGHT.path3:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_2_RIGHT.path4:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_2_RIGHT.path5:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_2_RIGHT.path6:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_2_RIGHT.path7:before {
  content: "";
  margin-left: -1em; }

.icon-ARROW_RIGHT:before {
  content: ""; }

.icon-ARROW_2_DOWN:before {
  content: ""; }

.icon-ARROW_DOWN:before {
  content: ""; }

.icon-ARROR_2_UP:before {
  content: ""; }

.icon-ARROW_UP:before {
  content: ""; }

.icon-ARROW_LEFT:before {
  content: ""; }

.icon-PIN:before {
  content: ""; }

.icon-CLOSE:before {
  content: ""; }

.icon-PHONE:before {
  content: ""; }

.contractable-component {
  display: flex;
  flex-direction: column; }
  .contractable-component h2 {
    margin: 0.2rem 0; }
    .contractable-component h2 i {
      margin: 0 0.5rem; }
      .contractable-component h2 i:before {
        content: '\e911'; }
  .contractable-component.\--active {
    width: 50%; }
    .contractable-component.\--active h2 > i:before {
      content: '\e90f'; }
    .contractable-component.\--active h2 + * {
      display: none; }

.form-component {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .form-component img {
    width: 100%; }
    .form-component img[data-bind] {
      cursor: pointer; }
  .form-component__group {
    width: 100%; }
  .form-component__label {
    display: block; }
    .form-component__label.\--small {
      font-size: 75%; }
    .form-component__label.\--right-aligned {
      text-align: right; }
  .form-component__group {
    width: 100%; }
  .form-component__input {
    display: block;
    width: 100%; }
    .form-component__input input {
      width: 100%;
      border: #797979 solid 1px;
      margin: 0 0 1rem 0;
      font-size: 1.2rem;
      padding-left: 5px; }
      .form-component__input input:focus {
        outline: none; }
      .form-component__input input::placeholder {
        color: #ccc;
        font-size: 1rem; }
      .form-component__input input[type='checkbox'] {
        width: auto; }
    .form-component__input textarea {
      width: 100%;
      min-height: 100px;
      resize: none;
      width: 100%;
      border: #797979 solid 1px;
      overflow: hidden;
      padding: 5px; }
      .form-component__input textarea::placeholder {
        color: #ccc;
        font-size: 1rem; }
      .form-component__input textarea:focus {
        outline: none; }
    .form-component__input .c2-sb-wrap {
      width: 100%;
      border: 1px solid #ccc; }
      .form-component__input .c2-sb-wrap .c2-sb-inner-wrap,
      .form-component__input .c2-sb-wrap .c2-sb-text {
        background-image: none;
        background-color: #fff;
        color: #555; }
      .form-component__input .c2-sb-wrap .c2-sb-text {
        width: 100% !important;
        margin-right: -27px; }

.step-module-component {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0; }
  .step-module-component button {
    margin: 0 1rem; }

.parsley-errors-list li {
  color: #f00; }

body {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 16px; }

a {
  outline: none !important;
  text-decoration: none; }

a:link {
  color: #252525; }

a:visited {
  color: #252525; }

a:hover {
  color: #252525;
  text-decoration: underline; }

a:active {
  color: #252525;
  outline: none; }

h1 {
  font-size: 4rem;
  line-height: 1.35;
  font-style: normal;
  margin: 1.5rem 0 0.8rem;
  text-transform: uppercase; }

h2 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.9375rem;
  margin: 1rem 0 0.8rem;
  text-align: center;
  text-transform: uppercase; }

h2:after {
  content: ' ';
  display: block;
  height: 2px;
  margin: 14px auto 0;
  width: 40px;
  background: #0f204b; }

.hero-component h2 {
  text-transform: none !important;
  font-size: 20px !important; }

.hero-component h2:after,
h2.no-border:after,
.DefaultCheckoutContentPageProxy h2:after,
.BookingConfirmationPageProxy h2:after {
  content: none;
  background: none; }

h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 150%;
  letter-spacing: 0.15rem;
  margin: 1.75rem 0 0.8rem; }

h4 {
  font-weight: normal;
  font-size: 16px;
  font-size: 125%;
  letter-spacing: 0.1rem;
  margin: 1.5rem 0 0.8rem; }

h5 {
  font-weight: normal;
  font-style: italic;
  font-size: 110%;
  margin: 1.5rem 0 0.8rem; }

h6 {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin: 1.5rem 0 0.8rem; }

@media (max-width: 767px) {
  h3 {
    letter-spacing: 0; }
  h4 {
    letter-spacing: 0rem; }
  h6 {
    letter-spacing: 0; } }

p {
  font-size: 1rem;
  margin: 1rem 0 0; }
  p:first-child {
    margin: 0; }

p.text-center, p.center,
h1.text-center,
h1.center,
h2.text-center,
h2.center,
h3.text-center,
h3.center,
h4.text-center,
h4.center,
h5.text-center,
h5.center,
h6.text-center,
h6.center,
span.text-center,
span.center,
label.text-center,
label.center,
pre.text-center,
pre.center,
i.text-center,
i.center,
b.text-center,
b.center,
strong.text-center,
strong.center,
italic.text-center,
italic.center,
i.text-center,
i.center,
div.text-center,
div.center {
  text-align: center; }

p.text-left,
h1.text-left,
h2.text-left,
h3.text-left,
h4.text-left,
h5.text-left,
h6.text-left,
span.text-left,
label.text-left,
pre.text-left,
i.text-left,
b.text-left,
strong.text-left,
italic.text-left,
i.text-left,
div.text-left {
  text-align: center; }

p.text-right,
h1.text-right,
h2.text-right,
h3.text-right,
h4.text-right,
h5.text-right,
h6.text-right,
span.text-right,
label.text-right,
pre.text-right,
i.text-right,
b.text-right,
strong.text-right,
italic.text-right,
i.text-right,
div.text-right {
  text-align: right; }

p.text-light,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
span.text-light,
label.text-light,
pre.text-light,
i.text-light,
b.text-light,
strong.text-light,
italic.text-light,
i.text-light,
div.text-light {
  font-weight: 300; }

p.text-bold,
h1.text-bold,
h2.text-bold,
h3.text-bold,
h4.text-bold,
h5.text-bold,
h6.text-bold,
span.text-bold,
label.text-bold,
pre.text-bold,
i.text-bold,
b.text-bold,
strong.text-bold,
italic.text-bold,
i.text-bold,
div.text-bold {
  font-weight: 700; }

p.indent,
h1.indent,
h2.indent,
h3.indent,
h4.indent,
h5.indent,
h6.indent,
span.indent,
label.indent,
pre.indent,
i.indent,
b.indent,
strong.indent,
italic.indent,
i.indent,
div.indent {
  text-indent: 1.5rem; }

p.padding,
h1.padding,
h2.padding,
h3.padding,
h4.padding,
h5.padding,
h6.padding,
span.padding,
label.padding,
pre.padding,
i.padding,
b.padding,
strong.padding,
italic.padding,
i.padding,
div.padding {
  padding: 1rem; }
  p.padding-small,
  h1.padding-small,
  h2.padding-small,
  h3.padding-small,
  h4.padding-small,
  h5.padding-small,
  h6.padding-small,
  span.padding-small,
  label.padding-small,
  pre.padding-small,
  i.padding-small,
  b.padding-small,
  strong.padding-small,
  italic.padding-small,
  i.padding-small,
  div.padding-small {
    padding: 0.5rem; }
  p.padding-wide,
  h1.padding-wide,
  h2.padding-wide,
  h3.padding-wide,
  h4.padding-wide,
  h5.padding-wide,
  h6.padding-wide,
  span.padding-wide,
  label.padding-wide,
  pre.padding-wide,
  i.padding-wide,
  b.padding-wide,
  strong.padding-wide,
  italic.padding-wide,
  i.padding-wide,
  div.padding-wide {
    padding: 1rem 2rem; }
  p.padding-wide-small,
  h1.padding-wide-small,
  h2.padding-wide-small,
  h3.padding-wide-small,
  h4.padding-wide-small,
  h5.padding-wide-small,
  h6.padding-wide-small,
  span.padding-wide-small,
  label.padding-wide-small,
  pre.padding-wide-small,
  i.padding-wide-small,
  b.padding-wide-small,
  strong.padding-wide-small,
  italic.padding-wide-small,
  i.padding-wide-small,
  div.padding-wide-small {
    padding: 0.5rem 1rem; }

@media (max-width: 991px) {
  p .text-md-right,
  h1 .text-md-right,
  h2 .text-md-right,
  h3 .text-md-right,
  h4 .text-md-right,
  h5 .text-md-right,
  h6 .text-md-right,
  span .text-md-right,
  label .text-md-right,
  pre .text-md-right,
  i .text-md-right,
  b .text-md-right,
  strong .text-md-right,
  italic .text-md-right,
  i .text-md-right,
  div .text-md-right {
    text-align: start; } }

@media (min-width: 992px) {
  p .text-md-right,
  h1 .text-md-right,
  h2 .text-md-right,
  h3 .text-md-right,
  h4 .text-md-right,
  h5 .text-md-right,
  h6 .text-md-right,
  span .text-md-right,
  label .text-md-right,
  pre .text-md-right,
  i .text-md-right,
  b .text-md-right,
  strong .text-md-right,
  italic .text-md-right,
  i .text-md-right,
  div .text-md-right {
    text-align: right; } }

p {
  font-size: 16px; }

p.lead {
  font-size: 1.2rem;
  margin: 1rem 0; }

p + p {
  margin: 0;
  margin: 1rem 0; }

p + ul,
p + ol,
p + dl {
  margin-bottom: 1.5rem; }

p.lead + p {
  text-indent: 0; }

blockquote {
  border-left: 5px solid #eee;
  padding-left: 1.5rem;
  margin: 1rem 0; }

blockquote small {
  display: block;
  line-height: 1.7rem; }

ul,
ol,
dl {
  text-align: left; }

dt {
  font-weight: bold; }

code {
  font-family: monospace; }

p > code {
  padding: 0.25rem;
  background: #eee; }

pre {
  text-align: left;
  font-size: 100%; }

hr {
  height: 0;
  color: #0f204b;
  border-bottom: 1px solid #0f204b;
  margin: 0rem;
  width: 8%;
  margin: 0rem auto 0.8rem auto; }

.normal {
  font-weight: normal; }

.quiet {
  color: #999; }

.uppercase {
  text-transform: uppercase; }

img.pull-left {
  float: left;
  margin: 0.5rem 2rem 1rem 0; }

img.pull-right {
  float: right;
  margin: 0.5rem 0 1rem 2rem; }

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:visited {
  color: #fff;
  background-color: #000000;
  width: auto;
  border-radius: 20px;
  font-size: 16px;
  padding: 0.75rem 1.90rem;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #000000;
  box-shadow: none !important; }
  .btn.btn-primary:hover, .btn.btn-primary:hover:hover, .btn.btn-primary:active:hover, .btn.btn-primary:visited:hover {
    border: 1px solid transparent !important;
    background-color: rgba(0, 0, 0, 0.75) !important; }
  .btn.btn-primary.actionButton, .btn.btn-primary:hover.actionButton, .btn.btn-primary:active.actionButton, .btn.btn-primary:visited.actionButton {
    background-color: #b91e2b; }

.btn.btn-secondary, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:visited {
  color: #000;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:visited {
  color: #ffffff;
  background: #0f204b;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }
  .btn.btn-link.actionButton, .btn.btn-link:hover.actionButton, .btn.btn-link:active.actionButton, .btn.btn-link:visited.actionButton {
    background-color: #b91e2b; }

.btn.loading {
  padding-right: 40px;
  position: relative; }
  .btn.loading::after {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    content: ' ';
    display: inline-block;
    background: url("/Content/svg/91.svg");
    background-size: contain; }

.dropdown {
  display: block; }
  .dropdown button {
    background: #ffffff;
    border: 1px solid #000;
    font-size: 1rem;
    padding: 0.25em 0.75rem;
    padding-right: 36px;
    border-radius: 0px;
    text-align: center;
    position: relative;
    min-width: 250px;
    color: #252525;
    width: 100%; }
    @media (max-width: 575px) {
      .dropdown button {
        min-width: 100%; } }
    .dropdown button:disabled,
    .dropdown button [disabled] {
      border: none;
      background: transparent;
      font-style: normal;
      font-weight: bold;
      text-align: center;
      padding-right: 0; }
      .dropdown button:disabled::after,
      .dropdown button [disabled]::after {
        display: none; }
    .dropdown button:focus {
      outline: none; }
    .dropdown button::after {
      font-family: 'OLKA' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      background: #000;
      color: #ffffff;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 8px; }

ul.pagination {
  display: flex;
  flex-wrap: wrap; }
  ul.pagination > li {
    display: flex; }
    ul.pagination > li a {
      color: #252525;
      flex-grow: 1;
      text-align: center; }
      ul.pagination > li a:hover, ul.pagination > li a:active, ul.pagination > li a:visited, ul.pagination > li a.active {
        color: #252525; }
      ul.pagination > li a.active {
        color: #0f204b; }

.tabs {
  border-radius: 13px;
  margin-bottom: 15px;
  background: white;
  min-height: 500px;
  min-height: 50vh; }
  .tabs p {
    font-size: 1rem;
    line-height: normal; }
  .tabs .tabs-nav {
    border-bottom: none; }
    .tabs .tabs-nav ul {
      list-style: none outside none; }
      .tabs .tabs-nav ul li {
        float: left;
        width: 25%;
        text-align: center;
        border-radius: 0; }
        .tabs .tabs-nav ul li:first-child a {
          border-radius: 13px 0 0 0; }
        .tabs .tabs-nav ul li:last-child a {
          border-radius: 0 13px 0 0; }
        .tabs .tabs-nav ul li a {
          font-size: 1rem;
          font-weight: normal;
          color: #000;
          float: left;
          width: 100%;
          text-align: center;
          line-height: 42px;
          background-color: #5ea86d;
          border-color: #5ea86d;
          color: #ffffff; }
          .tabs .tabs-nav ul li a:hover, .tabs .tabs-nav ul li a.active, .tabs .tabs-nav ul li a:active, .tabs .tabs-nav ul li a:visited {
            background-color: #8ec89a;
            color: #ffffff;
            border-color: #8ec89a;
            text-decoration: none; }
          .tabs .tabs-nav ul li a:hover {
            text-decoration: none; }
  .tabs .tab-content {
    margin-top: 2.7rem; }
    .tabs .tab-content .tab-item {
      padding: 3.7rem 1rem 1rem 1rem; }
      .tabs .tab-content .tab-item p {
        letter-spacing: 0; }
  .tabs .tab-item {
    display: none; }
  .tabs .nav-tabs {
    border-bottom: none; }
    .tabs .nav-tabs > li > a {
      border-radius: 0; }

.parsley-custom-error-message {
  color: #ee3651;
  font-size: 0.9rem; }

.remove,
.obsolete {
  position: relative; }
  .remove ::after,
  .obsolete ::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    background: repeating-linear-gradient(-55deg, transparent, transparent 10px, #ccc 10px, #ccc 20px);
    opacity: 0.02; }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.menu-container {
  width: 100%;
  margin: auto;
  height: 80px; }

.mobile-header-component.active .cart-wrapper, .mobile-header-component.active .agent-login-container {
  display: none; }

.menu-link a, .menu-component a {
  position: relative;
  padding: 0.4rem 0 0.5rem 0;
  border-bottom: 3px solid transparent; }
  .menu-link a.active, .menu-component a.active {
    border-bottom: 3px solid #252525; }
  .menu-link a:hover, .menu-component a:hover, .menu-link a:focus, .menu-component a:focus {
    text-decoration-style: none !important;
    text-decoration: none !important;
    border-bottom: 3px solid #0f204b;
    transition: all 0.15s ease-in-out;
    color: #333; }
  .menu-link a:focus, .menu-component a:focus {
    transition: all 0.15s ease-in-out;
    border-color: #0f204b; }
  .menu-link a i, .menu-component a i {
    padding: 6px; }

.menu-component {
  position: relative; }
  .menu-component.desktop {
    font-weight: normal;
    top: -87px;
    height: 105px;
    width: 30%;
    margin-top: 0; }
  .menu-component__menu-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0em 2.5em;
    padding-top: 35px; }
    .menu-component__menu-container__menu-item {
      margin-right: 2rem; }
      .menu-component__menu-container__menu-item:last-child {
        margin-right: 0; }
      .menu-component__menu-container__menu-item > a.active + .menu-component__submenu-container {
        display: flex; }

.submenu-wrapper {
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  padding-bottom: 40px; }

.submenu-component {
  width: 30%;
  background: #fff;
  color: #333;
  transition: all 0.3s;
  margin-top: -115px; }
  .submenu-component .trust-pilot-desktop-menu,
  .submenu-component .submenu-wrapper {
    display: none; }
  .submenu-component.active {
    min-height: 100vh; }
    .submenu-component.active .trust-pilot-desktop-menu,
    .submenu-component.active .submenu-wrapper {
      display: block; }
  .submenu-component a {
    position: relative;
    font-size: 1.125rem;
    border-left: 3px solid transparent;
    padding-left: 5px;
    transition: all 0.3s;
    color: #252525 !important; }
    .submenu-component a:hover {
      text-decoration: none !important;
      /*border-left: 3px solid #5ea86d;*/
      transition: all 0.15s ease-in-out;
      color: #333;
      padding-left: 5px;
      text-shadow: 0.5px 0.5px 0px #333; }
    .submenu-component a:focus {
      /*border-color: #5ea86d;*/
      text-decoration: none !important; }
    .submenu-component a i {
      position: absolute;
      top: 0;
      right: 0;
      padding: 6px; }
  .submenu-component .submenu-component__container {
    display: none;
    transition: all 0.3s; }
    .submenu-component .submenu-component__container.inner {
      background-color: #f0f0f0;
      position: absolute;
      right: auto;
      top: 0;
      left: 30%;
      min-width: 300px;
      height: 100vh;
      margin-top: 0 !important;
      z-index: 10000;
      padding: 125px 58px 0; }
      .submenu-component .submenu-component__container.inner .submenu-component__item {
        margin-bottom: 15px; }
        .submenu-component .submenu-component__container.inner .submenu-component__item a {
          font-size: 85%;
          border-left: none; }
    .submenu-component .submenu-component__container.active {
      display: flex;
      justify-content: flex-start; }
    .submenu-component .submenu-component__container a.active span {
      border-bottom: 2px solid; }
    .submenu-component .submenu-component__container a.active + .submenu-component__container {
      display: flex;
      flex-direction: column; }
    .submenu-component .submenu-component__container.inactive {
      display: none; }
    .submenu-component .submenu-component__container .menu-header-info a {
      font-weight: bold;
      font-size: 19px;
      margin: 5px 0; }
    .submenu-component .submenu-component__container[depth='0'] {
      padding: 2em 11%; }
      .submenu-component .submenu-component__container[depth='0'] > .submenu-component__item {
        width: 100%;
        padding: 0 12px; }
      .submenu-component .submenu-component__container[depth='0'] > .menu-info {
        width: 100%;
        padding: 0 18px;
        margin-bottom: 20px; }
        .submenu-component .submenu-component__container[depth='0'] > .menu-info p {
          font: 400 16px/1.4 'Roboto Condensed', sans-serif; }
        .submenu-component .submenu-component__container[depth='0'] > .menu-info h2 {
          text-align: start;
          font: 400 30px/1.4 'Roboto Condensed', sans-serif; }
        .submenu-component .submenu-component__container[depth='0'] > .menu-info a {
          text-transform: none;
          padding-left: 0;
          border: 0;
          display: initial;
          font-size: 16px; }
      .submenu-component .submenu-component__container[depth='0'].active {
        flex-flow: column;
        flex-wrap: wrap; }
      .submenu-component .submenu-component__container[depth='0'] > div > a {
        font-size: 19px;
        margin: 12px 0; }
    .submenu-component .submenu-component__container[depth='1'] {
      margin: 1rem 0; }
      .submenu-component .submenu-component__container[depth='1'] a {
        font-weight: normal !important;
        text-transform: none; }
    .submenu-component .submenu-component__container[depth='2'] {
      background-color: #f2f2f2; }
      .submenu-component .submenu-component__container[depth='2'] a {
        font-size: 1rem;
        padding-left: 10px; }
      .submenu-component .submenu-component__container[depth='2'].inner {
        left: 100%; }

.mobile-header-component.active .menu-mobile-component {
  padding-top: 54px; }

.menu-mobile-component {
  position: relative;
  font-size: 18px;
  background-color: #fff; }
  .menu-mobile-component a {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff; }
    .menu-mobile-component a i {
      float: right;
      padding: 6px; }
  .menu-mobile-component__menu-container {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .menu-mobile-component__menu-container.active {
      display: flex;
      flex-flow: column;
      overflow: hidden;
      padding-bottom: 110px; }
    .menu-mobile-component__menu-container__menu-item {
      padding-left: 30px; }
      .menu-mobile-component__menu-container__menu-item.active {
        display: block !important; }
      .menu-mobile-component__menu-container__menu-item.inactive {
        display: none; }
      .menu-mobile-component__menu-container__menu-item > a.active + .menu-mobile-component__submenu-container {
        display: flex; }

.submenu-mobile-component {
  width: 100%; }
  .submenu-mobile-component a {
    text-transform: initial;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: relative;
    font-size: 18px; }
    .submenu-mobile-component a i {
      float: right;
      font-weight: bold;
      padding: 6px; }
  .submenu-mobile-component.active {
    display: none; }
  .submenu-mobile-component .submenu-mobile-component__container {
    display: none;
    width: 100%; }
    .submenu-mobile-component .submenu-mobile-component__container.active {
      display: flex; }
    .submenu-mobile-component .submenu-mobile-component__container a.active + .submenu-mobile-component__container {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .submenu-mobile-component .submenu-mobile-component__container.inactive {
      display: none; }
    .submenu-mobile-component .submenu-mobile-component__container .menu-header-info a {
      font-weight: bold !important; }
    .submenu-mobile-component .submenu-mobile-component__container[depth='0'], .submenu-mobile-component .submenu-mobile-component__container[depth='1'] {
      font-size: 14px; }
      .submenu-mobile-component .submenu-mobile-component__container[depth='0'] > .submenu-mobile-component__item, .submenu-mobile-component .submenu-mobile-component__container[depth='1'] > .submenu-mobile-component__item {
        width: 20%; }
      .submenu-mobile-component .submenu-mobile-component__container[depth='0'].active, .submenu-mobile-component .submenu-mobile-component__container[depth='1'].active {
        flex-flow: column;
        flex-wrap: wrap; }
      .submenu-mobile-component .submenu-mobile-component__container[depth='0'] a,
      .submenu-mobile-component .submenu-mobile-component__container[depth='0'] i, .submenu-mobile-component .submenu-mobile-component__container[depth='1'] a,
      .submenu-mobile-component .submenu-mobile-component__container[depth='1'] i {
        font-weight: 500; }
    .submenu-mobile-component .submenu-mobile-component__container[depth='1'] > div > a {
      padding-top: 0.65rem;
      padding-bottom: 0.65rem;
      font-weight: 400; }
    .submenu-mobile-component .submenu-mobile-component__container[depth='2'] > div > a {
      padding-top: 0.55rem;
      padding-bottom: 0.55rem;
      font-weight: 400; }
    .submenu-mobile-component .submenu-mobile-component__container[depth='3'] > div > a {
      padding-top: 0.45rem;
      padding-bottom: 0.45rem;
      font-weight: 400; }

.trust-pilot-mobile-menu {
  display: flex;
  margin-top: 50px;
  width: 100%; }

.menu-footer-mobile {
  display: flex;
  width: 100%;
  flex-flow: column;
  margin-top: 50px;
  padding-left: 30px; }
  .menu-footer-mobile a {
    font-size: 14px; }

.desktop-header-component {
  z-index: 100001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  text-shadow: 0.5px 0.5px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  max-height: 110px;
  padding-top: 32px;
  padding-bottom: 23px;
  background-color: #fff; }
  .desktop-header-component[js-window-offset='0']:not(.no-header) {
    background-color: transparent;
    box-shadow: none;
    color: #fff; }
    .desktop-header-component[js-window-offset='0']:not(.no-header) a {
      color: #fff; }
      .desktop-header-component[js-window-offset='0']:not(.no-header) a:focus, .desktop-header-component[js-window-offset='0']:not(.no-header) a:hover {
        border-color: #fff; }
    .desktop-header-component[js-window-offset='0']:not(.no-header) .trust-pilot-container {
      color: #fff; }
  .desktop-header-component a {
    color: #333;
    display: block;
    font-size: 85%;
    box-shadow: none;
    text-shadow: none; }
  .desktop-header-component .logotype {
    background: url(https://images.olka.se/fit/size-320x60/express/Content/images/logo-highlighted.png) no-repeat 0 0;
    width: 320px;
    height: 60px;
    display: block;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px; }
  .desktop-header-component .header-content-right-component {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 15px; }
    .desktop-header-component .header-content-right-component .trustpilot-widget {
      padding-top: 15px; }
  .desktop-header-component .phone-component {
    margin: 0 1rem;
    font-size: 16px; }
    .desktop-header-component .phone-component a {
      margin: 0 1rem;
      font-size: 16px; }
    @media (max-width: 991px) {
      .desktop-header-component .phone-component {
        font-size: 1.2rem; } }
  .desktop-header-component .trust-pilot-component {
    padding-top: 1em;
    width: 197px; }
  .desktop-header-component .trust-pilot-container {
    display: flex;
    text-align: center;
    position: fixed !important;
    left: 38%;
    top: 0.8%;
    height: 200px;
    width: 200px;
    color: #000;
    flex-flow: column;
    align-items: center;
    align-content: center; }
  .desktop-header-component.active .menu-component.desktop a {
    color: #333 !important; }
    .desktop-header-component.active .menu-component.desktop a:focus, .desktop-header-component.active .menu-component.desktop a:hover {
      border-color: #333 !important; }
  .desktop-header-component.active .menu-component__menu-container {
    background-color: #fff !important; }

.mobile-header-component {
  background-color: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding-bottom: 0;
  z-index: 110000;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.2);
  overflow-y: scroll; }
  .mobile-header-component .trustpilot-widget {
    width: 100%;
    margin-right: 5px; }
  .mobile-header-component .trustpilot-widget iframe {
    margin: 0 auto; }
  .mobile-header-component .cart-wrapper,
  .mobile-header-component .toggle-search-wrapper {
    position: fixed;
    top: 0;
    right: 0; }
  .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) {
    background-color: transparent;
    box-shadow: none;
    color: #fff !important; }
    .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) a {
      color: #fff;
      text-shadow: black 0px 0px 15px; }
      .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) a:focus, .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) a:hover {
        border-color: #fff; }
    .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) .toggle-menu-component {
      color: #fff; }
    .mobile-header-component[js-window-offset='0']:not(.active):not(.no-header) .olka-mobile-menu-toggler span {
      background-color: #fff !important; }
  .mobile-header-component a {
    color: #000;
    display: block; }
    .mobile-header-component a:hover {
      text-decoration: none;
      transition: all 0.15s ease-in-out; }
    .mobile-header-component a:focus {
      text-decoration: none; }
    .mobile-header-component a i {
      font-size: 18px;
      padding-right: 1rem; }
  .mobile-header-component .logotype {
    width: 165px;
    height: 50px;
    display: block;
    background-size: contain;
    background: url(https://images.olka.se/fit/size-165x50/express/Content/images/logo-highlighted.png) no-repeat center center;
    margin: 0 auto; }
  .mobile-header-component .header-content-right-component {
    display: flex;
    justify-content: flex-end; }
  .mobile-header-component .phone-component,
  .mobile-header-component .toggle-menu-component {
    font-size: 1.6em;
    color: #fff; }
  .mobile-header-component .row {
    margin-right: 0; }
    .mobile-header-component .row a {
      color: #fff; }
  .mobile-header-component.active {
    color: #000;
    width: 85%;
    height: 100vh; }
    .mobile-header-component.active .logotype {
      display: none; }
    .mobile-header-component.active a {
      color: #000;
      padding-left: 0.5rem;
      display: block; }
      .mobile-header-component.active a:hover {
        text-decoration: none;
        transition: all 0.1s ease-in-out; }
      .mobile-header-component.active a:focus {
        text-decoration: none; }
    .mobile-header-component.active .row {
      background-color: #fff; }
      .mobile-header-component.active .row a {
        color: #000; }
      .mobile-header-component.active .row .toggle-menu-component {
        color: #000; }
        .mobile-header-component.active .row .toggle-menu-component .icon-CLOSE {
          font-size: 16px;
          font-weight: bold; }
  .mobile-header-component .phone-component {
    margin-right: 10px; }
    .mobile-header-component .phone-component a {
      text-decoration: none; }
    .mobile-header-component .phone-component i {
      cursor: pointer; }
  .mobile-header-component .toggle-menu-component,
  .mobile-header-component .hide-child-menu {
    cursor: pointer;
    margin-left: 15px;
    margin-top: 15px;
    color: #000; }
  .mobile-header-component .hide-child-menu {
    display: none;
    font-size: 17px;
    line-height: 0; }

/*Text
Bakgr.[Tillkassan]*/
.footer-component div,
.footer-component strong {
  font-size: 16px; }

.footer-component__questions a {
  color: #252525;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: underline; }

@media (max-width: 991px) {
  .footer-component__questions h2 {
    font-size: 20px; } }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.slick-event-component {
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .slick-event-component {
      height: 40vh;
      z-index: 10001; } }
  .slick-event-component__klarna-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100; }
    .slick-event-component__klarna-logo img {
      width: 300px; }
    @media (max-width: 767px) {
      .slick-event-component__klarna-logo img {
        width: 200px; } }
  .slick-event-component .slick-slide.slick-active .slick-event-component__item:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
  .slick-event-component__event-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .slick-event-component__event-info-content {
    padding: 1rem;
    display: block;
    text-align: center; }
    .slick-event-component__event-info-content img {
      height: 30px;
      margin: auto; }
    .slick-event-component__event-info-content i {
      font-size: 3rem; }
      @media (max-width: 991px) {
        .slick-event-component__event-info-content i {
          font-size: 2.5rem; } }
  .slick-event-component__item {
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 540px;
    height: 540px;
    width: 100%;
    content: ' ';
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .slick-event-component__item {
        height: 100vh; } }
  .slick-event-component__layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .slick-event-component__content {
    text-decoration: none;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px 0.5px 5px #333;
    margin-top: 100px; }
    .slick-event-component__content .event-cta-button {
      margin: 0 auto;
      text-align: center;
      display: block; }
    .slick-event-component__content h1 {
      font-size: 60px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.1rem; }
      @media (max-width: 991px) {
        .slick-event-component__content h1 {
          font-size: 2.1rem;
          text-align: center;
          line-height: 0.9;
          margin-bottom: 10px; } }
    .slick-event-component__content p {
      font-size: 20px !important;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: normal;
      margin: 0; }
    .slick-event-component__content .slick-mobile-arrow {
      position: absolute;
      display: flex;
      z-index: 5;
      bottom: 1rem;
      font-size: 38px;
      text-align: center;
      width: 100%;
      left: 0; }
      @media (max-width: 767px) {
        .slick-event-component__content .slick-mobile-arrow {
          bottom: 80px; } }
    @media (max-width: 767px) {
      .slick-event-component__content {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        padding: 0 5px;
        margin-bottom: 100px;
        margin-top: 0; }
        .slick-event-component__content p {
          font-size: 1.2rem;
          text-align: center; } }
  .slick-event-component.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slick-event-component .slick-dots {
    bottom: 0;
    z-index: 1000; }
    @media (max-width: 767px) {
      .slick-event-component .slick-dots {
        bottom: 130px;
        display: none; } }
    .slick-event-component .slick-dots li button:before {
      color: rgba(255, 255, 255, 0.4);
      text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
      font-size: 12px;
      height: 12px;
      width: 12px;
      line-height: 12px;
      opacity: 1; }
    .slick-event-component .slick-dots li.slick-active button:before {
      color: #fff;
      text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
      opacity: 1; }

.slick-hotels-component,
.slick-hotels-component-mobile {
  padding: 2rem 0;
  width: 100%;
  /* the slides */
  /* the parent */ }
  .slick-hotels-component .owl-nav .owl-next span,
  .slick-hotels-component-mobile .owl-nav .owl-next span {
    font-size: 140px;
    position: absolute;
    right: -100px;
    top: 23%; }
  .slick-hotels-component .owl-nav .owl-prev span,
  .slick-hotels-component-mobile .owl-nav .owl-prev span {
    font-size: 140px;
    position: absolute;
    left: -100px;
    top: 23%; }
  .slick-hotels-component .slick-arrow,
  .slick-hotels-component-mobile .slick-arrow {
    color: #000; }
  .slick-hotels-component .slick-slide,
  .slick-hotels-component-mobile .slick-slide {
    margin: 0 1.5rem;
    padding: 0 1.5rem; }
  .slick-hotels-component .slick-list,
  .slick-hotels-component-mobile .slick-list {
    margin: -1.5rem;
    padding: 0 1.5rem; }
  .slick-hotels-component__layer,
  .slick-hotels-component-mobile__layer {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .slick-hotels-component__item,
  .slick-hotels-component-mobile__item {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid #555;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* FIX FOR SLIDER */
    margin-left: 1px; }
    @media (max-width: 767px) {
      .slick-hotels-component__item,
      .slick-hotels-component-mobile__item {
        min-height: 380px;
        margin-left: 5px;
        margin-right: 5px; } }
    .slick-hotels-component__item h4,
    .slick-hotels-component-mobile__item h4 {
      margin-top: -5rem;
      font-size: 1.2rem;
      font-weight: bold;
      min-height: 4.75rem;
      max-height: 4.75rem;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .slick-hotels-component__item h4,
        .slick-hotels-component-mobile__item h4 {
          min-height: 3.25rem;
          max-height: 3.25rem;
          font-size: 0.9rem;
          margin-top: -3rem; } }
    .slick-hotels-component__item img,
    .slick-hotels-component-mobile__item img {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .slick-hotels-component__item img,
        .slick-hotels-component-mobile__item img {
          margin-top: 0; } }
  .slick-hotels-component__content,
  .slick-hotels-component-mobile__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
    padding: 2rem 0; }
    .slick-hotels-component__content__upper,
    .slick-hotels-component-mobile__content__upper {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      padding: 50px; }
      .slick-hotels-component__content__upper h4,
      .slick-hotels-component-mobile__content__upper h4 {
        max-width: 220px; }
      @media (max-width: 767px) {
        .slick-hotels-component__content__upper,
        .slick-hotels-component-mobile__content__upper {
          padding: 30px; }
          .slick-hotels-component__content__upper .price-text,
          .slick-hotels-component-mobile__content__upper .price-text {
            font-size: 80%; }
            .slick-hotels-component__content__upper .price-text .price,
            .slick-hotels-component-mobile__content__upper .price-text .price {
              font-size: 140%; } }
      .slick-hotels-component__content__upper .price,
      .slick-hotels-component-mobile__content__upper .price {
        font-weight: bold; }
  .slick-hotels-component__promote-text,
  .slick-hotels-component-mobile__promote-text {
    position: absolute;
    right: 0;
    background-color: rgba(142, 200, 154, 0.75);
    top: 1rem;
    color: #fff;
    font-size: 1.2rem; }
  .slick-hotels-component__promote-header,
  .slick-hotels-component-mobile__promote-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2.625rem; }

.slick-slider {
  min-height: 540px; }
  @media (max-width: 767px) {
    .slick-slider {
      min-height: 55vh; } }

.hero-component {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 540px;
  width: 100%;
  display: block;
  content: ' ';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  @media (max-width: 767px) {
    .hero-component {
      min-height: 55vh; } }
  .hero-component a {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 0.5px 5px #333;
    z-index: 100; }
  .hero-component h1 {
    font-size: 60px;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-weight: bold;
    margin: 0;
    z-index: 100; }
    @media (max-width: 767px) {
      .hero-component h1 {
        font-size: 34px; } }
  .hero-component h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: none; }
    @media (max-width: 767px) {
      .hero-component h2 {
        font-size: 16px; } }
  .hero-component p {
    font-size: 1.8rem;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-weight: normal;
    margin: 0;
    z-index: 100; }

.no-hero-component {
  min-height: 100px; }

.instafeed-component {
  min-height: 300px; }
  @media (max-width: 767px) {
    .instafeed-component {
      min-height: 200px; } }
  .instafeed-component .instafeed-container {
    max-height: 300px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in; }
    .instafeed-component .instafeed-container.slick-initialized {
      visibility: visible;
      opacity: 1; }
    .instafeed-component .instafeed-container .image {
      width: 100%;
      min-height: 300px;
      background-size: cover; }
      @media (max-width: 767px) {
        .instafeed-component .instafeed-container .image {
          min-height: 200px; } }

body .slick-dots li button:before {
  font-size: 13px; }

body .slick-dots li.slick-active button:before {
  color: #fff;
  text-shadow: 20px 12px 2px #eee; }

.slick-component {
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .slick-component .slick-list {
      height: 55vh !important;
      min-height: 55vh !important; } }
  .slick-component__klarna-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none; }
    .slick-component__klarna-logo img {
      width: 300px;
      pointer-events: none; }
    @media (max-width: 767px) {
      .slick-component__klarna-logo img {
        width: 200px; } }
  @media (max-width: 767px) {
    .slick-component {
      height: 55vh !important;
      min-height: 55vh !important;
      z-index: 8; } }
  .slick-component .slick-slide.slick-active .slick-component__item:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
  .slick-component__item {
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 540px;
    min-height: 540px;
    width: 100%;
    content: ' ';
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .slick-component__item {
        height: 55vh;
        min-height: 55vh; } }
  .slick-component__layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .slick-component__content {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 0.5px 5px #333;
    z-index: 99999; }
    .slick-component__content h1 {
      font-size: 60px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase;
      max-width: 900px; }
      @media (max-width: 991px) {
        .slick-component__content h1 {
          font-size: 34px;
          line-height: 38px; } }
    .slick-component__content h2 {
      font-size: 20px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: normal;
      margin: 0; }
      @media (max-width: 991px) {
        .slick-component__content h2 {
          font-size: 16px !important;
          line-height: 24px;
          text-align: center;
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .slick-component__content h2 {
          font-size: 16px !important;
          line-height: 24px;
          text-align: center;
          margin-top: 15px; } }
    @media (max-width: 991px) {
      .slick-component__content {
        font-size: 2.1rem;
        text-align: center;
        line-height: 0.9; } }
    @media (max-width: 767px) {
      .slick-component__content {
        flex-direction: column;
        display: flex;
        padding: 0 10px; }
        .slick-component__content h1 {
          font-size: 34px;
          text-align: center;
          line-height: 38px; }
        .slick-component__content p {
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          margin-top: 15px; } }
    .slick-component__content p {
      font-size: 20px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: normal;
      margin: 0; }
      @media (max-width: 991px) {
        .slick-component__content p {
          font-size: 16px !important;
          line-height: 24px;
          text-align: center;
          margin-top: 15px; } }
    .slick-component__content li {
      font-size: 20px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: normal; }
      @media (max-width: 991px) {
        .slick-component__content li {
          font-size: 16px !important;
          line-height: 24px;
          text-align: center; } }
    .slick-component__content .slick-mobile-arrow {
      position: absolute;
      display: flex;
      z-index: 5;
      bottom: 80px;
      font-size: 38px; }
    .slick-component__content .btn {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .slick-component__content .btn {
          margin: 0 auto;
          margin-top: 16px; } }
  .slick-component.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slick-component .slick-dots {
    bottom: 0;
    z-index: 1000; }
    @media (max-width: 767px) {
      .slick-component .slick-dots {
        bottom: 130px;
        display: none; } }
    .slick-component .slick-dots li button:before {
      color: rgba(255, 255, 255, 0.4);
      text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
      font-size: 12px;
      height: 12px;
      width: 12px;
      line-height: 12px;
      opacity: 1; }
    .slick-component .slick-dots li.slick-active button:before {
      color: #fff;
      text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
      opacity: 1; }

.slick-promoted-component {
  margin: 2rem 0;
  width: 100%;
  min-height: 300px;
  display: none; }
  .slick-promoted-component a {
    font-weight: normal;
    text-shadow: 0px 0.5px 5px #333; }
  .slick-promoted-component__item {
    min-height: 300px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 3rem;
    position: relative; }
    @media (max-width: 767px) {
      .slick-promoted-component__item {
        min-height: 262px; } }
  .slick-promoted-component__promote-text {
    position: absolute;
    right: 0;
    background-color: rgba(142, 200, 154, 0.75);
    padding: 0.5rem 1rem;
    top: 1rem;
    color: #fff;
    font-size: 1.2rem; }
  .slick-promoted-component__promote-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2.625rem;
    padding: 12px 24px; }

.my-slick-next,
.my-slick-prev {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  font-size: 48px;
  color: #bfbfbf;
  z-index: 5000; }

.my-slick-next {
  right: 0; }

.my-slick-prev {
  left: 0; }

/*Text
Bakgr.[Tillkassan]*/
#occasionModule {
  width: 100%; }
  @media (max-width: 767px) {
    #occasionModule {
      width: 100vw;
      margin-left: -10px;
      margin-right: -10px; } }

.occasion-component__datepickers {
  font-weight: 200; }
  .occasion-component__datepickers__datepicker {
    font-weight: 400; }
    @media (max-width: 1199px) {
      .occasion-component__datepickers__datepicker {
        padding: 0; }
        .occasion-component__datepickers__datepicker.from-date {
          float: left;
          margin-right: 5px;
          width: 48%; }
        .occasion-component__datepickers__datepicker.to-date {
          width: 48%;
          float: right; } }

.occasion-component__list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .occasion-component__list__wrapper {
      margin-left: -30px;
      margin-right: -30px; }
      .occasion-component__list__wrapper .col-xs-12 {
        padding: 0; }
      .occasion-component__list__wrapper .table-pegi {
        padding: 0 15px; } }
  .occasion-component__list__header {
    padding: 1rem;
    background: #fff;
    display: flex; }
    .occasion-component__list__header div:nth-of-type(3) {
      text-align: center; }
  .occasion-component__list__item:nth-child(odd) {
    background: #e5e5e5;
    border: 1px solid #e5e5e5; }
  .occasion-component__list__item:nth-child(even) {
    background: #fff;
    border: 1px solid #fff; }
  .occasion-component__list__item {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 1.4rem 1rem;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    flex-direction: row; }
    @media (max-width: 575px) {
      .occasion-component__list__item {
        text-align: center; } }
    .occasion-component__list__item__date {
      text-transform: capitalize; }
      .occasion-component__list__item__date__day {
        font-size: 0.9rem; }
      .occasion-component__list__item__date__date {
        font-size: 1rem;
        font-weight: bold; }
    @media (max-width: 767px) {
      .occasion-component__list__item {
        flex-direction: column; } }
    .occasion-component__list__item__location .name {
      display: block;
      font-size: 2rem;
      color: #0f204b;
      font-weight: bold; }
    .occasion-component__list__item__location .location {
      font-size: 0.9rem; }
      .occasion-component__list__item__location .location span:nth-of-type(1) {
        font-weight: bold; }
    .occasion-component__list__item__button {
      text-align: center; }
      @media (max-width: 575px) {
        .occasion-component__list__item__button {
          padding-top: 25px; } }
      .occasion-component__list__item__button .button .btn {
        font-size: 1.6rem;
        width: 100%;
        background-color: #b91e2b;
        padding: 1rem; }
        @media (max-width: 575px) {
          .occasion-component__list__item__button .button .btn {
            width: 70%; } }

.dropdown {
  margin-bottom: 1rem; }
  .dropdown.open > .dropdown-menu {
    width: 100%;
    text-align: center; }

/*Text
Bakgr.[Tillkassan]*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 1001000;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  font-family: "Roboto Condensed", "Roboto", sans-serif; }
  @media (max-width: 767px) {
    .daterangepicker {
      width: 100% !important;
      left: 0px !important;
      position: fixed;
      top: 0 !important;
      left: 0 !important;
      bottom: 0 !important;
      z-index: 11999;
      width: 100%;
      overflow-y: scroll;
      margin-top: 0; } }
  .daterangepicker .drp-calendar {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .daterangepicker .drp-calendar {
        margin-bottom: 0px; }
        .daterangepicker .drp-calendar.right {
          margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .daterangepicker.hotel {
      width: 770px; } }
  @media (max-width: 767px) {
    .daterangepicker.hotel {
      width: 431px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .daterangepicker.hotel {
      width: 477px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .daterangepicker.hotel {
      width: 630px; } }
  @media (min-width: 1200px) {
    .daterangepicker.hotel-request {
      width: 652px; } }
  @media (max-width: 767px) {
    .daterangepicker.hotel-request {
      width: 315px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .daterangepicker.hotel-request {
      width: 561px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .daterangepicker.hotel-request {
      width: 652px; } }
  .daterangepicker.hotel-request .headers .header {
    text-align: center; }
  .daterangepicker.hotel-request .headers .to,
  .daterangepicker.hotel-request .headers .from {
    padding-left: 0; }
  @media (min-width: 1200px) {
    .daterangepicker {
      width: 525px; } }
  @media (max-width: 767px) {
    .daterangepicker {
      width: 315px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .daterangepicker {
      width: 720px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .daterangepicker {
      width: 455px; } }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
    @media (max-width: 767px) {
      .daterangepicker.opensleft:before {
        display: none; } }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before, .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.drop-up {
    margin-top: -7px; }
    .daterangepicker.drop-up:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.drop-up:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.single .daterangepicker .ranges,
  .daterangepicker.single .drp-calendar {
    float: none; }
  .daterangepicker.single .drp-selected {
    display: none; }
  .daterangepicker.show-calendar .drp-calendar,
  .daterangepicker.show-calendar .drp-buttons {
    display: block; }
  .daterangepicker.auto-apply .drp-buttons {
    display: none; }
  .daterangepicker .drp-calendar {
    display: none;
    /*&.left {
            padding: 8px 0 8px 8px;
        }

        &.right {
            padding: 8px;
        }*/ }
    .daterangepicker .drp-calendar.single .calendar-table {
      border: none; }
  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #0f204b;
    border-width: 0 4px 4px 0;
    border-radius: 0;
    display: inline-block;
    padding: 7px; }
  .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .daterangepicker .prev:hover,
  .daterangepicker .next:hover {
    background-color: #eee;
    color: inherit;
    transition: all ease; }
  .daterangepicker .calendar-table .next {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 23px;
    width: 23px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 7px;
    float: right;
    position: absolute;
    top: 50%;
    right: 6px;
    padding-right: 5px; }
    @media (max-width: 1199px) {
      .daterangepicker .calendar-table .next {
        top: 150px; } }
    @media (max-width: 575px) {
      .daterangepicker .calendar-table .next {
        top: auto; } }
  .daterangepicker .calendar-table .prev {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 23px;
    width: 23px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 7px;
    margin-left: 3px;
    float: left;
    position: absolute;
    top: 50%;
    left: 0px; }
    @media (max-width: 1199px) {
      .daterangepicker .calendar-table .prev {
        top: 150px; } }
    .daterangepicker .calendar-table .prev span {
      margin-left: 5px; }
    @media (max-width: 575px) {
      .daterangepicker .calendar-table .prev {
        top: auto; } }
  .daterangepicker .calendar-table tr > th {
    border: none;
    cursor: default; }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    border: 1px solid #e4e7e7;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    padding: 4px; }
  .daterangepicker .header {
    text-align: center;
    height: 100px;
    width: 50%;
    display: inline-block;
    background-color: #b91e2b;
    color: white; }
  .daterangepicker .divider {
    width: 100%;
    text-align: center;
    height: 2px;
    background-color: transparent;
    margin: 0; }
  .daterangepicker .close-datepicker {
    width: 100%;
    text-align: center;
    height: 45px;
    padding-top: 10px;
    background-color: #0f204b;
    color: white; }
    .daterangepicker .close-datepicker .choose-text {
      display: inline-block;
      padding-top: 5px; }
    .daterangepicker .close-datepicker .glyphicon {
      float: right;
      font-size: 24px;
      right: 10px;
      cursor: pointer; }
  .daterangepicker .headers .to,
  .daterangepicker .headers .from {
    text-align: left;
    padding-left: 45px;
    padding-top: 25px; }
    @media (max-width: 575px) {
      .daterangepicker .headers .to,
      .daterangepicker .headers .from {
        padding-left: 10px;
        padding-top: 20px; } }
  .daterangepicker .headers .header-text,
  .daterangepicker .headers .header-from-text,
  .daterangepicker .headers .header-to-text {
    text-transform: capitalize;
    padding: 5px 0px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff; }
    @media (min-width: 576px) and (max-width: 991px) {
      .daterangepicker .calendar-table {
        padding: 0 5px; } }
    .daterangepicker .calendar-table .table-condensed {
      width: 85%; }
      @media (max-width: 991px) {
        .daterangepicker .calendar-table .table-condensed {
          width: 100%; } }
    .daterangepicker .calendar-table .left {
      margin-left: 27px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .daterangepicker .calendar-table .left {
          margin: 0; } }
      @media (max-width: 575px) {
        .daterangepicker .calendar-table .left {
          margin-left: 0;
          width: 100%; } }
    .daterangepicker .calendar-table .right {
      margin-right: 27px;
      float: right; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .daterangepicker .calendar-table .right {
          margin: 0; } }
      @media (max-width: 575px) {
        .daterangepicker .calendar-table .right {
          margin-right: 0;
          width: 100%;
          float: none; } }
    .daterangepicker .calendar-table .month {
      padding: 15px;
      width: 100%;
      text-align: center;
      font-weight: bold;
      text-transform: capitalize; }
    .daterangepicker .calendar-table table {
      margin: 0;
      border-spacing: 0;
      border-collapse: collapse; }
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: #eee;
    color: inherit; }
  .daterangepicker td.week,
  .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; }
  .daterangepicker td.off {
    background-color: #fff;
    color: #999; }
    .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
      background-color: #fff;
      color: #999; }
  .daterangepicker td.in-range {
    background-color: #e6e6e6;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.active {
    background-color: #0f204b;
    color: #fff; }
    .daterangepicker td.active:hover {
      background-color: #0f204b;
      color: #fff; }
  .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }
  .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle; }
  .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px; }
  .daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #0f204b; }
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd; }
  .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0; }
  .daterangepicker.show-calendar .ranges {
    margin-top: 8px; }
  .daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer; }
    .daterangepicker .ranges li:hover {
      background-color: #eee; }
    .daterangepicker .ranges li.active {
      background-color: #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
    .daterangepicker.ltr .drp-calendar.left {
      clear: left;
      margin-right: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .daterangepicker.ltr .drp-calendar.right {
      margin-left: 0; }
      .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .drp-calendar {
      width: 50%;
      float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
    .daterangepicker.rtl .drp-calendar.left {
      clear: right;
      margin-left: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker.rtl .drp-calendar.right {
      margin-right: 0; }
      .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .daterangepicker.rtl .drp-calendar.left .calendar-table {
      padding-left: 12px; }
    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .drp-calendar {
      text-align: right;
      float: right;
      width: 50%; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

@media (min-width: 768px) {
  .hotel-dialog-component .modal-dialog {
    width: 800px;
    margin: 30px auto; }
  .hotel-dialog-component .modal-content {
    max-height: 780px;
    overflow: hidden;
    overflow-y: scroll; } }

.hotel-dialog-component .scroll::-webkit-scrollbar {
  width: 12px; }

.hotel-dialog-component .scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: none; }

.hotel-dialog-component .scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
  border: none; }

.hotel-dialog-component.modal .modal-footer {
  border: none; }

.hotel-dialog-component.modal .modal-header {
  border: none; }

.hotel-dialog-component .dashed > li {
  text-indent: 5px; }

.hotel-dialog-component .dashed > li:before {
  content: '\2014\a0'; }

.hotel-dialog-component .facilities-info {
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll; }
  .hotel-dialog-component .facilities-info h4 {
    margin-top: 0;
    font-weight: bold; }

.hotel-dialog-component .hotel-fast-info span {
  font-size: 0.85rem; }

.hotel-dialog-component .hotel-fast-info .hotel-info-title {
  font-weight: bold; }

.hotel-dialog-component .slick-hoteldialog-component {
  min-height: 300px; }
  .hotel-dialog-component .slick-hoteldialog-component__item {
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    width: 100%;
    content: ' ';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .hotel-dialog-component .slick-hoteldialog-component .slick-prev {
    z-index: 100;
    left: 10px; }
  .hotel-dialog-component .slick-hoteldialog-component .slick-next {
    right: 10px; }

/*Text
Bakgr.[Tillkassan]*/
.hotels-component.loading {
  opacity: 0.5;
  pointer-events: none; }

.hotels-component .no-result {
  text-align: center; }

.hotels-component .hotelCriteria .dropdown {
  width: 100%; }
  .hotels-component .hotelCriteria .dropdown button {
    min-width: auto;
    width: 40%; }
    @media (max-width: 767px) {
      .hotels-component .hotelCriteria .dropdown button {
        min-width: 100%; } }
    .hotels-component .hotelCriteria .dropdown button .full-size {
      width: 100%; }
  .hotels-component .hotelCriteria .dropdown span {
    margin-right: 20px;
    padding-top: 3px; }

.hotels-component .hotelCriteria .button-container {
  width: 225px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .hotels-component .hotelCriteria .button-container {
      width: 100%; } }
  .hotels-component .hotelCriteria .button-container .btn {
    width: 100%;
    padding: 10px 20px; }

.hotels-component .hotelCriteria .room-container {
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    .hotels-component .hotelCriteria .room-container {
      justify-content: flex-end; } }
  .hotels-component .hotelCriteria .room-container .dropdown button {
    width: 70%; }
    @media (max-width: 767px) {
      .hotels-component .hotelCriteria .room-container .dropdown button {
        width: 100%; } }

.hotels-component .raiting i {
  width: 17px;
  height: 17px;
  background: url(images/raiting.png) no-repeat 0 0;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  position: relative;
  top: 0px; }

.hotels-component .small-text span {
  font-size: 1rem; }

.hotels-component .small-text .gray {
  color: #999; }

.hotels-component .mobile-title {
  font-weight: bold; }

.hotels-component .numberOfRooms h4 {
  text-transform: uppercase;
  font-size: 100%;
  margin: 0;
  font-weight: bold; }

.hotels-component .numberOfRooms .dropdown button {
  min-width: 90px; }

.hotels-component .find-room-modal .modal-header h2,
.hotels-component .find-room-modal .modal-header h3,
.hotels-component .find-room-modal .modal-header h4 {
  margin: 0; }

.hotels-component .basket-info {
  background: #eee;
  text-align: center;
  margin: 0 -15px;
  padding: 10px 0;
  margin-bottom: 10px; }
  .hotels-component .basket-info p {
    margin: 0 !important; }

.hotels-component .select-ticket-button {
  margin-top: 10px; }

/*Text
Bakgr.[Tillkassan]*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  .event-component select:not(:root:root):not(.form-control) {
    /* padding-left: 30%; */ } }

.event-component .translations {
  font-weight: 400;
  font-size: 16px;
  color: #252525; }

.event-component .hotelCriteria {
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .event-component .hotelCriteria {
      width: 100%; } }
  .event-component .hotelCriteria .dropdown-menu {
    left: auto;
    width: 70%; }
  .event-component .hotelCriteria .input-group {
    margin: 0 0 1rem 0;
    font-size: 1.2rem; }
  .event-component .hotelCriteria label {
    font-weight: normal;
    font-size: 16px; }

.event-component .ticket-status-info {
  margin: 30px 0; }

.event-component .low-on-tickets {
  color: #0f204b;
  margin: 0;
  margin: 10px 0;
  font-style: italic; }

.event-component select {
  padding-right: 30px !important; }
  .event-component select:not(.form-control) {
    width: 100%;
    min-width: auto;
    text-align: center;
    border: 2px solid #000;
    border-right: none;
    background: url("images/arrow-down-icon.png") no-repeat right #fff;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    text-align-last: center;
    padding: 2px 0;
    margin: 7px 0;
    border: #797979 solid 1px;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    padding-left: 5px; }
    .event-component select:not(.form-control) option {
      text-align: center; }
    @media (max-width: 575px) {
      .event-component select:not(.form-control) {
        min-width: 110px;
        min-height: 37px; }
        .event-component select:not(.form-control).long-ticket-name {
          font-size: 13px; } }
    .event-component select:not(.form-control)::-ms-expand {
      display: none; }

.event-component .adults-room-select {
  min-width: 110px !important; }

.event-component .room-select {
  max-width: 110px !important; }

.event-component .event-information-component {
  background: #fff;
  padding: 2rem 3rem; }
  @media (max-width: 991px) {
    .event-component .event-information-component {
      padding: 10px 15px; } }

.event-component .dialog-header {
  cursor: pointer; }

.event-component .dropdown {
  display: flex;
  justify-content: center;
  flex-flow: column; }

.event-component .team-info {
  padding: 40px 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center; }
  @media (max-width: 991px) {
    .event-component .team-info {
      padding: 40px 15px;
      margin-top: 280px; } }

.event-component .step-one-tickets h4 {
  margin: 1.5rem; }

.event-component .step-one-tickets .date-info {
  text-align: center;
  margin: auto;
  max-width: 30rem;
  background-color: #e0e0e0;
  padding: 25px; }
  @media (max-width: 575px) {
    .event-component .step-one-tickets .date-info {
      padding: 0.7rem; } }

.event-component .step-one-tickets .text-information {
  padding: 15px 0; }
  @media (max-width: 991px) {
    .event-component .step-one-tickets .text-information {
      padding: 15px 15px; } }

@media (max-width: 991px) {
  .event-component .step-one-tickets {
    /* margin-top: 200px; */ } }

.event-component .date-can-change {
  color: red;
  font-style: italic; }

.event-component .info-holder {
  width: 100%; }
  .event-component .info-holder p {
    text-align: left; }
  @media (max-width: 991px) {
    .event-component .info-holder {
      /* margin-top: 50px; */ } }
  .event-component .info-holder.fade-out {
    overflow: hidden;
    position: relative;
    max-height: 50px;
    transition: all 1s; }
    .event-component .info-holder.fade-out::after {
      display: block;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(238, 238, 238, 0.4);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #eeeeee);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#eeeeee));
      background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #eeeeee);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eeeeee);
      background-image: -webkit-linear-gradient(center, top, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
      /* Chrome10+,Safari5.1+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.event-component .ticket-price-box {
  color: #000; }
  .event-component .ticket-price-box p {
    font-size: 20px;
    text-align: center; }
  .event-component .ticket-price-box .price {
    font-weight: bold; }

.event-component .select-ticket-box button.btn {
  width: 100%; }
  .event-component .select-ticket-box button.btn :hover {
    width: 100%; }

.event-component .confirm-box {
  border: 1px solid #000;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-flow: column;
  align-items: center; }
  .event-component .confirm-box .icon-CHECK {
    font-size: 40px; }
  .event-component .confirm-box h2 {
    text-transform: uppercase;
    font-size: 21px; }
  .event-component .confirm-box a {
    color: #373737; }

.event-component .all-selected {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column; }
  .event-component .all-selected.flex-component {
    display: flex !important; }

.event-component .tickets-component {
  padding-bottom: 50px;
  padding-bottom: 50px;
  max-width: 850px;
  margin: auto; }
  .event-component .tickets-component .flex-grid-component__column {
    width: 52%; }
    @media (max-width: 575px) {
      .event-component .tickets-component .flex-grid-component__column {
        width: 100%; } }
    .event-component .tickets-component .flex-grid-component__column.--one-column {
      width: 97%; }
      @media (max-width: 575px) {
        .event-component .tickets-component .flex-grid-component__column.--one-column {
          width: 100%; } }
  .event-component .tickets-component --three-column {
    width: 40%; }
  .event-component .tickets-component .ticket-amount {
    width: 15%; }
    @media (max-width: 991px) {
      .event-component .tickets-component .ticket-amount {
        width: 100%; } }
  .event-component .tickets-component .price-holder {
    width: 25%; }
    @media (max-width: 991px) {
      .event-component .tickets-component .price-holder {
        width: 100%; } }
    .event-component .tickets-component .price-holder.priceholdrequest {
      width: 33%; }
      @media (max-width: 991px) {
        .event-component .tickets-component .price-holder.priceholdrequest {
          width: 100%; } }
  .event-component .tickets-component .request {
    display: none; }
  .event-component .tickets-component .ticket-delivery-link a {
    cursor: pointer;
    color: #0f204b; }
  .event-component .tickets-component .ticket-delivery-link i.info {
    margin-left: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    content: ' ';
    display: inline-block;
    background: url("/Content/svg/information.svg");
    background-size: contain; }
  .event-component .tickets-component #ticketDeliveryTranslationModal.show {
    display: block; }

@media (max-width: 991px) {
  .event-component .dropdown {
    margin-bottom: 10px; }
  .event-component .input-group {
    margin-bottom: 10px; } }

.event-component #sendRequestModal .request-button {
  margin: 10px 0; }

.event-component #sendRequestModal .request {
  float: left;
  width: 50%;
  display: block; }
  @media (max-width: 991px) {
    .event-component #sendRequestModal .request {
      margin-bottom: 20px; } }

.event-component #sendRequestModal .form-control {
  margin: 0 0 1rem 0; }

.event-component #sendRequestModal .hotel-request {
  margin: 0; }

.event-component #sendRequestModal .input-group {
  margin-bottom: 20px; }

.event-component #sendRequestModal label {
  font-weight: normal;
  font-size: 16px; }

/*Text
Bakgr.[Tillkassan]*/
.display-content-component {
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .display-content-component {
      margin-bottom: 0; } }
  .display-content-component__container {
    height: 100%; }
  .display-content-component a {
    text-decoration: underline; }
  .display-content-component.\--default h2 {
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    padding: 0.5rem 0.3rem;
    text-transform: uppercase;
    min-height: 4.75rem;
    max-height: 4.75rem;
    vertical-align: middle;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media (max-width: 767px) {
      .display-content-component.\--default h2 {
        font-size: 1rem;
        min-height: 3.75rem;
        max-height: 3.75rem; } }
  .display-content-component.\--green .display-content-component__container {
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 3px 3px 1px #dbdbdb;
    -moz-box-shadow: 0px 3px 3px 1px #dbdbdb;
    box-shadow: 0px 3px 3px 1px #dbdbdb; }
  .display-content-component.\--green .display-content-component__content {
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    height: 100%; }
  .display-content-component.\--green h2 {
    background: #5ea86d;
    color: #fff;
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.2rem;
    padding: 0.5rem 0.3rem;
    text-transform: uppercase;
    min-height: 4.75rem;
    max-height: 4.75rem;
    vertical-align: middle;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media (max-width: 767px) {
      .display-content-component.\--green h2 {
        font-size: 1rem; } }
  .display-content-component.\--green hr {
    display: none; }

/*Text
Bakgr.[Tillkassan]*/
.cart-wrapper {
  cursor: pointer;
  width: 50px;
  text-align: right;
  margin-right: 1.7em;
  margin-top: -10px;
  max-height: 20px; }
  @media (max-width: 767px) {
    .cart-wrapper {
      width: auto; } }

.cart-component {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 90%;
  z-index: 10002;
  font-size: 16px;
  pointer-events: none; }
  .cart-component__divider {
    width: 100%;
    border-top: 1px solid #dadada;
    margin: 10px 0 5px 0;
    display: block; }
  @media (max-width: 767px) {
    .cart-component {
      overflow: scroll;
      font-size: 14px;
      pointer-events: auto; } }
  .cart-component__navigation {
    pointer-events: auto; }
    .cart-component__navigation__cart-part {
      width: 30%;
      float: right;
      z-index: 6000; }
      .cart-component__navigation__cart-part .kassa {
        width: 13px;
        height: 18px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/kassa.svg");
        background-size: contain; }
        @media (max-width: 767px) {
          .cart-component__navigation__cart-part .kassa {
            background-size: cover;
            width: 22px;
            height: 15px; } }
      .cart-component__navigation__cart-part button.showContent {
        padding: 15px;
        font-weight: normal;
        font-size: 20px; }
      .cart-component__navigation__cart-part button .glyphicon {
        float: right;
        margin-top: 5px; }
      @media (max-width: 991px) {
        .cart-component__navigation__cart-part {
          width: 100%; } }
    .cart-component__navigation__price-part {
      position: absolute;
      width: 70%;
      bottom: 0px;
      left: 0px; }
      @media (max-width: 991px) {
        .cart-component__navigation__price-part {
          display: none; } }
  .cart-component__checkout .button-component {
    width: 100%; }
  .cart-component__checkout i {
    font-size: 1.4rem;
    position: relative;
    top: 2px; }
  .cart-component__container {
    background: #ffffff;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
  .cart-component__summary-top {
    display: block;
    width: 100%; }
  .cart-component__item a {
    color: #252525; }
  @media (max-width: 991px) {
    .cart-component__item {
      width: 100%; } }
  .cart-component__item__name {
    font-weight: bold;
    width: 100%;
    text-align: left;
    line-height: 40px;
    display: flex; }
    .cart-component__item__name__text {
      width: 70%; }
      @media (max-width: 767px) {
        .cart-component__item__name__text {
          width: 100%; } }
    .cart-component__item__name__remove {
      width: 30%;
      display: inline-block;
      text-align: center; }
      .cart-component__item__name__remove .remove i {
        width: 20px;
        height: 20px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/x-circle.svg");
        background-size: contain;
        margin-top: 10px; }
        @media (max-width: 767px) {
          .cart-component__item__name__remove .remove i {
            margin-top: 5px; } }
      @media (max-width: 575px) {
        .cart-component__item__name__remove {
          position: absolute;
          right: 11%;
          width: auto;
          display: block; } }
      .cart-component__item__name__remove button {
        padding: 0; }
    .cart-component__item__name__hotel-icon {
      text-align: center;
      margin: auto;
      margin-top: 7px;
      display: block;
      width: 15%;
      margin-top: 3px; }
      @media (max-width: 767px) {
        .cart-component__item__name__hotel-icon {
          margin: 0;
          width: 10%; } }
      .cart-component__item__name__hotel-icon i {
        width: 32px;
        height: 23px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/sang.svg");
        background-size: contain; }
        @media (max-width: 767px) {
          .cart-component__item__name__hotel-icon i {
            background-size: cover;
            width: 22px;
            height: 15px; } }
    .cart-component__item__name__ticket-icon {
      text-align: center;
      margin: auto;
      display: block;
      width: 15%; }
      @media (max-width: 767px) {
        .cart-component__item__name__ticket-icon {
          margin: 0;
          width: 10%; } }
      .cart-component__item__name__ticket-icon i {
        width: 32px;
        height: 32px;
        content: ' ';
        display: inline-block;
        background-size: auto;
        margin-top: 6px; }
        @media (max-width: 767px) {
          .cart-component__item__name__ticket-icon i {
            background-size: cover;
            width: 20px;
            height: 20px; } }
        .cart-component__item__name__ticket-icon i.football {
          background: url("/Content/svg/boll.svg"); }
          @media (max-width: 767px) {
            .cart-component__item__name__ticket-icon i.football {
              background-size: cover; } }
        .cart-component__item__name__ticket-icon i.nhl {
          background: url("/Content/svg/nhl.svg"); }
          @media (max-width: 767px) {
            .cart-component__item__name__ticket-icon i.nhl {
              background-size: cover; } }
        .cart-component__item__name__ticket-icon i.formel1 {
          background: url("/Content/svg/formel1.svg");
          height: 28px; }
          @media (max-width: 767px) {
            .cart-component__item__name__ticket-icon i.formel1 {
              background-size: cover; } }
    @media (max-width: 767px) {
      .cart-component__item__name {
        line-height: 30px; } }
    .cart-component__item__name__link {
      width: 85%;
      display: flex; }
      @media (max-width: 575px) {
        .cart-component__item__name__link {
          width: 70%; } }
  .cart-component__item__icon {
    font-weight: bold;
    font-size: 1.8rem; }
  .cart-component__item__price {
    display: block;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .cart-component__item__quantity {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cart-component__item__information {
    margin: auto;
    margin-top: 15px;
    width: 55%;
    text-align: left; }
  .cart-component__item__description__ticket {
    width: 85%;
    text-align: left;
    float: right; }
    @media (max-width: 767px) {
      .cart-component__item__description__ticket {
        width: 90%; } }
    .cart-component__item__description__ticket__buttons {
      float: left;
      width: 30%;
      text-align: center;
      padding-top: 5px; }
      .cart-component__item__description__ticket__buttons button {
        padding: 0px 5px; }
      .cart-component__item__description__ticket__buttons .minus {
        width: 20px;
        height: 20px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/minus-circle.svg");
        background-size: contain; }
      .cart-component__item__description__ticket__buttons .plus {
        width: 20px;
        height: 20px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/plus-circle.svg");
        background-size: contain; }
    .cart-component__item__description__ticket__description {
      float: left;
      width: 70%; }
      .cart-component__item__description__ticket__description .header {
        font-weight: bold; }
  .cart-component__item__description__hotel {
    text-align: left;
    display: flex;
    flex-direction: column; }
    .cart-component__item__description__hotel__info {
      width: 70%;
      display: inline-block; }
      .cart-component__item__description__hotel__info .header {
        font-weight: bold; }
      .cart-component__item__description__hotel__info__wrapper {
        width: 100%;
        padding-left: 15%; }
        @media (max-width: 767px) {
          .cart-component__item__description__hotel__info__wrapper {
            padding-left: 10%; } }
      .cart-component__item__description__hotel__info .name {
        width: 50%; }
    .cart-component__item__description__hotel__selectedAmount {
      float: right;
      text-align: center;
      width: 30%;
      display: inline-block; }
      .cart-component__item__description__hotel__selectedAmount button {
        padding: 0px 5px; }
    .cart-component__item__description__hotel__breakfast {
      margin-left: 15%; }
      .cart-component__item__description__hotel__breakfast span {
        float: left; }
      .cart-component__item__description__hotel__breakfast i {
        width: 14px;
        height: 12px;
        content: ' ';
        margin-left: 6px;
        display: inline-block;
        background: url("/Content/svg/check.svg");
        background-size: auto; }
      @media (max-width: 767px) {
        .cart-component__item__description__hotel__breakfast {
          margin-left: 10%; } }
    .cart-component__item__description__hotel__dates {
      margin: 5px 0;
      margin-left: 15%; }
      @media (max-width: 767px) {
        .cart-component__item__description__hotel__dates {
          margin-left: 10%; } }
      .cart-component__item__description__hotel__dates .header {
        font-weight: bold; }

/*Text
Bakgr.[Tillkassan]*/
.side-cart {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  max-width: 500px;
  padding: 0; }
  .side-cart.open {
    width: 100vw;
    left: auto;
    padding: 40px; }
    @media (max-width: 768px) {
      .side-cart.open {
        padding: 15px; } }

.side-cart-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  pointer-events: all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .side-cart-overlay.open {
    display: block; }

.team-content-page-component .slick-component__content h1 {
  text-transform: uppercase; }

.team-content-page-component iframe {
  width: 100%; }

/*Text
Bakgr.[Tillkassan]*/
.voucher-component__buttons {
  display: flex; }
  .voucher-component__buttons-register {
    width: 50%; }
  .voucher-component__buttons-validate {
    width: 50%; }
    .voucher-component__buttons-validate label {
      font-size: 14px; }
    .voucher-component__buttons-validate-form-check {
      display: flex;
      width: 100%;
      padding: 1px 0; }
      @media (max-width: 767px) {
        .voucher-component__buttons-validate-form-check {
          justify-content: space-between; } }
      .voucher-component__buttons-validate-form-check input {
        width: 1.5rem;
        box-shadow: none;
        height: 20px; }
        @media (min-width: 992px) {
          .voucher-component__buttons-validate-form-check input {
            margin-left: 20px; } }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.cart-component-checkout {
  background: #ffffff;
  font-size: 16px; }
  .cart-component-checkout.confirmationPage {
    padding: 10px; }
  @media (max-width: 767px) {
    .cart-component-checkout {
      font-size: 14px; } }
  .cart-component-checkout__voucher-component__header {
    background: #eeeeee;
    padding: 5px 0px;
    cursor: pointer;
    margin-bottom: 5px; }
    .cart-component-checkout__voucher-component__header p {
      padding: 5px 0; }
    .cart-component-checkout__voucher-component__header span {
      padding-left: 5px; }
    .cart-component-checkout__voucher-component__header i {
      float: right;
      padding-top: 5px;
      padding-right: 5px; }
  .cart-component-checkout__voucher-component__associationMessage {
    min-height: 30px; }
  .cart-component-checkout__voucher-component__valid {
    display: flex;
    flex-direction: row; }
    .cart-component-checkout__voucher-component__valid__buttons {
      width: 50%; }
    .cart-component-checkout__voucher-component__valid__validate {
      text-align: right;
      width: 50%; }
      .cart-component-checkout__voucher-component__valid__validate .remove {
        cursor: pointer; }
      .cart-component-checkout__voucher-component__valid__validate .remove-icon {
        width: 20px;
        height: 20px;
        content: ' ';
        display: inline-block;
        background: url(/Content/svg/x-circle.svg);
        background-size: contain; }
  .cart-component-checkout__navigation__cart-header {
    text-transform: uppercase;
    display: flex;
    margin-bottom: 10px;
    font-weight: bold; }
    .cart-component-checkout__navigation__cart-header__product {
      text-align: left;
      width: 10%;
      display: inline-block; }
    .cart-component-checkout__navigation__cart-header__amount {
      display: inline-block;
      width: 65%;
      text-align: right;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .cart-component-checkout__navigation__cart-header__amount {
          width: 85%;
          padding-right: 2%; } }
    .cart-component-checkout__navigation__cart-header__price {
      display: inline-block;
      width: 25%;
      text-align: right;
      padding-right: 8px; }
      @media (max-width: 767px) {
        .cart-component-checkout__navigation__cart-header__price {
          width: 25%; } }
  .cart-component-checkout__navigation__cart-part {
    width: 100%; }
  .cart-component-checkout .header {
    font-weight: bold; }
  .cart-component-checkout__checkout .button-component {
    width: 100%; }
  .cart-component-checkout__checkout i {
    font-size: 1.4rem;
    position: relative;
    top: 2px; }
  .cart-component-checkout__container {
    background: #ffffff;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
  .cart-component-checkout__summary-top {
    display: block;
    width: 100%; }
  .cart-component-checkout__item a {
    color: white; }
  @media (max-width: 991px) {
    .cart-component-checkout__item {
      width: 100%; } }
  .cart-component-checkout__item__name {
    font-weight: bold;
    display: block;
    margin-left: 15%;
    text-align: left;
    line-height: 40px; }
    @media (max-width: 575px) {
      .cart-component-checkout__item__name {
        line-height: 30px; } }
    .cart-component-checkout__item__name__link {
      width: 65%;
      display: inline-block;
      float: left; }
      @media (max-width: 575px) {
        .cart-component-checkout__item__name__link {
          width: 75%; } }
    .cart-component-checkout__item__name__remove {
      display: inline-block;
      text-align: center;
      padding: 0px 8px; }
      @media (max-width: 575px) {
        .cart-component-checkout__item__name__remove {
          display: block;
          padding-top: 5px; } }
      .cart-component-checkout__item__name__remove button {
        padding: 0; }
  .cart-component-checkout__item__icon {
    font-weight: bold;
    font-size: 1.8rem; }
  .cart-component-checkout__item__voucher {
    display: flex;
    color: #ff0000;
    min-height: 30px; }
    .cart-component-checkout__item__voucher__value {
      width: 50%;
      text-align: right; }
    .cart-component-checkout__item__voucher__header {
      width: 50%;
      text-align: left; }
  .cart-component-checkout__item__vat {
    display: flex; }
    .cart-component-checkout__item__vat__totalVat {
      width: 50%;
      text-align: right; }
    .cart-component-checkout__item__vat__vatHeader {
      width: 50%;
      text-align: left; }
  .cart-component-checkout__item__price {
    display: flex; }
    .cart-component-checkout__item__price__total {
      width: 50%;
      text-align: right; }
    .cart-component-checkout__item__price__totalHeader {
      width: 50%;
      text-align: left; }
  .cart-component-checkout__item__quantity {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cart-component-checkout__item__information {
    padding-left: 10%;
    text-align: left; }
  .cart-component-checkout__item__description {
    display: flex;
    width: 100%; }
    .cart-component-checkout__item__description__ticket {
      width: 65%;
      text-align: left; }
      @media (max-width: 767px) {
        .cart-component-checkout__item__description__ticket {
          width: 85%;
          padding: 0; } }
      .cart-component-checkout__item__description__ticket__description {
        width: 100%;
        display: flex; }
        .cart-component-checkout__item__description__ticket__description .button-component {
          padding: 0 3px; }
          .cart-component-checkout__item__description__ticket__description .button-component .minus {
            width: 20px;
            height: 20px;
            content: ' ';
            display: inline-block;
            background: url("/Content/svg/minus-circle.svg");
            background-size: contain; }
          .cart-component-checkout__item__description__ticket__description .button-component .plus {
            width: 20px;
            height: 20px;
            content: ' ';
            display: inline-block;
            background: url("/Content/svg/plus-circle.svg");
            background-size: contain; }
        .cart-component-checkout__item__description__ticket__description__info {
          width: 65%; }
        .cart-component-checkout__item__description__ticket__description__buttons {
          width: 35%;
          text-align: right; }
          .cart-component-checkout__item__description__ticket__description__buttons__wrapper {
            display: flex;
            align-items: center;
            justify-content: flex-end; }
            .cart-component-checkout__item__description__ticket__description__buttons__wrapper.confirmationPage {
              padding-right: 23px; }
              @media (max-width: 767px) {
                .cart-component-checkout__item__description__ticket__description__buttons__wrapper.confirmationPage {
                  padding-right: 18px; } }
            @media (max-width: 767px) {
              .cart-component-checkout__item__description__ticket__description__buttons__wrapper {
                justify-content: center; } }
          @media (max-width: 767px) {
            .cart-component-checkout__item__description__ticket__description__buttons {
              text-align: center; } }
    .cart-component-checkout__item__description__hotels {
      width: 100%; }
      .cart-component-checkout__item__description__hotels__name {
        width: 100%;
        display: flex; }
        .cart-component-checkout__item__description__hotels__name__first {
          text-align: left;
          width: 10%; }
          .cart-component-checkout__item__description__hotels__name__first i {
            width: 50px;
            height: 35px;
            content: ' ';
            display: inline-block;
            background: url("/Content/svg/sang.svg");
            background-repeat: no-repeat;
            background-size: 100%; }
            @media (max-width: 767px) {
              .cart-component-checkout__item__description__hotels__name__first i {
                width: 22px;
                height: 22px;
                margin-top: 6px; } }
        .cart-component-checkout__item__description__hotels__name__second {
          width: 65%;
          text-align: left;
          display: flex; }
          @media (max-width: 767px) {
            .cart-component-checkout__item__description__hotels__name__second {
              font-size: 14px;
              width: 85%; } }
          .cart-component-checkout__item__description__hotels__name__second__name {
            width: 100%;
            font-size: 17px; }
            @media (max-width: 767px) {
              .cart-component-checkout__item__description__hotels__name__second__name {
                font-size: 15px; } }
          .cart-component-checkout__item__description__hotels__name__second__remove {
            text-align: right; }
            .cart-component-checkout__item__description__hotels__name__second__remove .button-component {
              padding-right: 23px; }
            .cart-component-checkout__item__description__hotels__name__second__remove i {
              width: 20px;
              height: 20px;
              content: ' ';
              display: inline-block;
              background: url("/Content/svg/x-circle.svg");
              background-size: contain; }
            @media (max-width: 767px) {
              .cart-component-checkout__item__description__hotels__name__second__remove {
                display: none; } }
        .cart-component-checkout__item__description__hotels__name__third {
          width: 25%; }
          @media (max-width: 767px) {
            .cart-component-checkout__item__description__hotels__name__third {
              width: 15%; }
              .cart-component-checkout__item__description__hotels__name__third .button-component {
                padding: 0;
                margin: auto; }
                .cart-component-checkout__item__description__hotels__name__third .button-component i {
                  width: 20px;
                  height: 20px;
                  content: ' ';
                  display: inline-block;
                  background: url("/Content/svg/x-circle.svg");
                  background-size: contain; } }
    .cart-component-checkout__item__description__hotel {
      width: 100%;
      display: flex; }
      .cart-component-checkout__item__description__hotel__info {
        width: 65%;
        display: inline-block; }
        .cart-component-checkout__item__description__hotel__info__wrapper {
          display: inline-block;
          width: 65%;
          text-align: left; }
          @media (max-width: 767px) {
            .cart-component-checkout__item__description__hotel__info__wrapper {
              width: 85%; } }
          .cart-component-checkout__item__description__hotel__info__wrapper__dates__breakfast {
            font-style: italic;
            float: left;
            font-weight: bold; }
          .cart-component-checkout__item__description__hotel__info__wrapper__dates i {
            width: 14px;
            height: 12px;
            content: ' ';
            margin-left: 6px;
            display: inline-block;
            background: url("/Content/svg/check.svg");
            background-size: auto; }
        .cart-component-checkout__item__description__hotel__info .name {
          width: 50%; }
      .cart-component-checkout__item__description__hotel__selectedAmount {
        text-align: right;
        padding-right: 25px;
        float: right;
        width: 35%;
        display: inline-block; }
        .cart-component-checkout__item__description__hotel__selectedAmount.confirmationPage {
          padding-right: 23px; }
          @media (max-width: 767px) {
            .cart-component-checkout__item__description__hotel__selectedAmount.confirmationPage {
              padding-right: 18px; } }
        @media (max-width: 767px) {
          .cart-component-checkout__item__description__hotel__selectedAmount {
            text-align: center;
            padding: 0; } }
        .cart-component-checkout__item__description__hotel__selectedAmount button {
          padding: 0px 5px; }
      .cart-component-checkout__item__description__hotel__price {
        width: 25%;
        text-align: right; }
        @media (max-width: 767px) {
          .cart-component-checkout__item__description__hotel__price {
            width: 15%; } }
    .cart-component-checkout__item__description__ticket-price {
      width: 25%;
      text-align: right; }
      @media (max-width: 767px) {
        .cart-component-checkout__item__description__ticket-price {
          width: 15%; } }
    .cart-component-checkout__item__description__ticket-icon {
      display: inline-block;
      width: 10%;
      text-align: left; }
      .cart-component-checkout__item__description__ticket-icon i {
        width: 50px;
        height: 50px;
        content: ' ';
        display: inline-block;
        background-size: auto;
        margin-top: 6px; }
        @media (max-width: 767px) {
          .cart-component-checkout__item__description__ticket-icon i {
            width: 22px;
            height: 22px; } }
        .cart-component-checkout__item__description__ticket-icon i.football {
          background: url("/Content/svg/boll.svg");
          background-repeat: no-repeat;
          background-size: 100%; }
        .cart-component-checkout__item__description__ticket-icon i.nhl {
          background: url("/Content/svg/nhl.svg");
          background-repeat: no-repeat;
          background-size: 100%; }
        .cart-component-checkout__item__description__ticket-icon i.formel1 {
          background: url("/Content/svg/formel1.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          height: 28px; }
    .cart-component-checkout__item__description__hotel-icon {
      display: inline-block;
      width: 10%;
      text-align: left; }
      .cart-component-checkout__item__description__hotel-icon__wrapper {
        display: inline-block;
        float: right;
        width: 85%; }
      .cart-component-checkout__item__description__hotel-icon i {
        width: 50px;
        height: 35px;
        content: ' ';
        display: inline-block;
        background: url("/Content/svg/sang.svg");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (max-width: 767px) {
          .cart-component-checkout__item__description__hotel-icon i {
            width: 22px;
            height: 22px; } }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.cart-component-pay {
  background: #ffffff; }
  .cart-component-pay__price {
    display: flex; }
    .cart-component-pay__price__totalHeader {
      width: 50%;
      text-align: left; }
    .cart-component-pay__price__total {
      width: 50%;
      text-align: right; }
  .cart-component-pay__checkboxes {
    margin-bottom: 25px; }
    .cart-component-pay__checkboxes label {
      font-weight: normal;
      padding-left: 5px; }
      .cart-component-pay__checkboxes label input {
        margin-right: 10px; }

/*Text
Bakgr.[Tillkassan]*/
/*Text
Bakgr.[Tillkassan]*/
.company-information {
  text-align: center; }
  .company-information h3 {
    margin: 1.75rem auto;
    font-size: 150% !important; }
  .company-information i {
    width: 14px;
    height: 12px;
    content: ' ';
    margin-left: 6px;
    display: inline-block;
    background: url("/Content/svg/check.svg");
    background-size: auto; }
  .company-information__texts {
    display: flex;
    justify-content: space-around;
    font-size: 16px; }
    @media (min-width: 992px) {
      .company-information__texts {
        padding: 0 15%; } }
    @media (max-width: 767px) {
      .company-information__texts {
        flex-direction: column; } }

#contactForm label {
  font-weight: normal;
  font-size: 16px; }

/*Text
Bakgr.[Tillkassan]*/
.confirmation-page {
  font-size: 16px; }
  @media (max-width: 767px) {
    .confirmation-page {
      font-size: 14px;
      padding-top: 20px; } }
  .confirmation-page__logo {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    background: #eeeeee !important; }
    @media (max-width: 767px) {
      .confirmation-page__logo {
        display: flex;
        align-items: center; } }
    .confirmation-page__logo img {
      width: 75%; }
      @media (max-width: 767px) {
        .confirmation-page__logo img {
          width: 100%; } }

.confirmation-information {
  background-color: white;
  font-size: 16px;
  width: 100%;
  padding: 10px; }
  @media (max-width: 767px) {
    .confirmation-information {
      font-size: 14px; } }
  .confirmation-information__header {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    display: inline-block; }
    .confirmation-information__header .icon {
      margin-right: 10px;
      margin-bottom: -3px;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block; }
      .confirmation-information__header .icon.icon-booking {
        width: 30px;
        height: 30px;
        background-image: url("../../../Content/svg/confirmation-booking.svg"); }
      .confirmation-information__header .icon.icon-contact {
        width: 30px;
        height: 30px;
        background-image: url("../../../Content/svg/confirmation-contact.svg"); }
      .confirmation-information__header .icon.icon-ticket {
        width: 60px;
        height: 23px;
        background-image: url("../../../Content/svg/confirmation-ticket.svg"); }
      .confirmation-information__header .icon.icon-hotel {
        width: 30px;
        height: 25px;
        background-image: url("../../../Content/svg/confirmation-hotel.svg"); }
      .confirmation-information__header .icon.icon-info {
        width: 25px;
        height: 26px;
        background-image: url("../../../Content/svg/confirmation-info.svg"); }
      .confirmation-information__header .icon.icon-faq {
        width: 25px;
        height: 26px;
        background-image: url("../../../Content/svg/confirmation-faq.svg"); }
  .confirmation-information__booking-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    width: 100%;
    padding: 10px; }
    .confirmation-information__booking-information .section {
      flex: 0 1 auto;
      max-width: 35%;
      width: 100%;
      margin-bottom: 30px; }
      .confirmation-information__booking-information .section.center {
        text-align: center; }
        .confirmation-information__booking-information .section.center h2 {
          text-align: center; }
      .confirmation-information__booking-information .section.boxed {
        background-color: #f1f1f1;
        padding: 20px; }
      .confirmation-information__booking-information .section__highlight {
        font-size: 30px;
        color: #252525;
        font-family: "Roboto Condensed", "Roboto", sans-serif; }
        .confirmation-information__booking-information .section__highlight--small {
          font-size: 20px;
          margin-bottom: 10px;
          color: #252525;
          font-family: "Roboto Condensed", "Roboto", sans-serif; }
      .confirmation-information__booking-information .section.last {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .confirmation-information__booking-information .section {
          max-width: 80%; } }
      @media (max-width: 768px) {
        .confirmation-information__booking-information .section {
          max-width: 90%; } }
    .confirmation-information__booking-information h2 {
      font-size: 20px;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-weight: normal;
      text-transform: capitalize;
      margin: 0; }
  .confirmation-information__contact-information {
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .confirmation-information__contact-information {
        flex-direction: column; } }
    @media (max-width: 575px) {
      .confirmation-information__contact-information {
        padding: 0 15px; } }
    .confirmation-information__contact-information .section {
      width: 100%;
      margin-bottom: 30px; }
      .confirmation-information__contact-information .section.boxed {
        flex: 0 1 25%;
        max-width: 25%;
        background-color: #f1f1f1;
        padding: 30px; }
        @media (max-width: 991px) {
          .confirmation-information__contact-information .section.boxed {
            flex: 0 1 50%;
            max-width: 50%; } }
        @media (max-width: 768px) {
          .confirmation-information__contact-information .section.boxed {
            flex: 0 1 100%;
            max-width: 100%; } }
      .confirmation-information__contact-information .section.wide {
        flex: 0 1 60%;
        max-width: 60%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start; }
        @media (max-width: 991px) {
          .confirmation-information__contact-information .section.wide {
            flex: 0 1 50%;
            max-width: 40%; } }
        @media (max-width: 768px) {
          .confirmation-information__contact-information .section.wide {
            flex: 0 1 100%;
            max-width: 100%; } }
      .confirmation-information__contact-information .section__col {
        flex: 0 1 50%;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .confirmation-information__contact-information .section__col {
            flex: 0 1 100%; } }
  .confirmation-information__information {
    padding: 0 70px 20px 70px; }
    @media (max-width: 768px) {
      .confirmation-information__information {
        padding: 0 30px 20px 30px; } }
    @media (max-width: 575px) {
      .confirmation-information__information {
        padding: 0 15px 20px 15px; } }
  .confirmation-information__customer-information table {
    width: 100%; }
    .confirmation-information__customer-information table td:first-of-type {
      width: 30%; }
      @media (max-width: 767px) {
        .confirmation-information__customer-information table td:first-of-type {
          width: 50%; } }
    .confirmation-information__customer-information table td:nth-of-type(2) {
      width: 70%; }
      @media (max-width: 767px) {
        .confirmation-information__customer-information table td:nth-of-type(2) {
          width: 50%; } }
    .confirmation-information__customer-information table .last-row > td {
      padding-bottom: 10px; }

.hotel-information {
  font-size: 16px; }
  .hotel-information p {
    font-size: 16px; }
  @media (max-width: 767px) {
    .hotel-information {
      font-size: 14px; } }

.contact-information {
  font-size: 16px;
  background: white; }
  .contact-information__information h3 {
    font-size: 20px;
    background: #dcdcdc;
    width: 100%;
    padding: 5px;
    margin: 0;
    text-transform: initial;
    letter-spacing: normal; }
  .contact-information p {
    font-size: 16px;
    padding: 10px; }
    @media (max-width: 767px) {
      .contact-information p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .contact-information {
      font-size: 14px; } }

/*Text
Bakgr.[Tillkassan]*/
.mobile-container {
  min-height: initial !important;
  height: auto !important;
  max-height: 300px; }

.box-container {
  width: 100%; }
  .box-container .box-wrapper {
    margin-bottom: 28px; }
  .box-container .box {
    min-height: 250px;
    transition: all 0.5s;
    position: relative;
    background-position: center;
    background-repeat: no-repeat; }
    .box-container .box:hover {
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.43); }
    @media (max-width: 767px) {
      .box-container .box {
        max-height: 200px; } }
    .box-container .box .ribbons {
      position: absolute;
      top: 30px;
      z-index: 10;
      left: 15px; }
      @media (max-width: 767px) {
        .box-container .box .ribbons {
          left: 0; } }
      .box-container .box .ribbons .ribbon {
        max-width: 100%; }
        @media (max-width: 767px) {
          .box-container .box .ribbons .ribbon {
            justify-self: flex-start; } }
        .box-container .box .ribbons .ribbon span {
          display: inline-block;
          min-width: 100px;
          padding: 6px 12px;
          font-weight: 600;
          text-align: center;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .box-container .box .ribbons .ribbon span {
              float: left; } }
        .box-container .box .ribbons .ribbon.primary span {
          background-color: #0f204b;
          color: #fff; }
        .box-container .box .ribbons .ribbon.secondary span {
          background-color: #fff;
          color: #0f204b; }
    .box-container .box .box-bottom {
      bottom: 0;
      padding: 12px 24px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      text-align: left;
      color: #fff; }
      @media (max-width: 767px) {
        .box-container .box .box-bottom {
          left: 0;
          width: 100%; } }
      .box-container .box .box-bottom h3 {
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        margin: 0;
        font-size: 20px;
        letter-spacing: 0; }
      .box-container .box .box-bottom p {
        margin: 0; }

/*Text
Bakgr.[Tillkassan]*/
.toggle-search-wrapper {
  cursor: pointer;
  width: 50px;
  text-align: right;
  margin-right: 1.7em;
  margin-top: -8px;
  max-height: 20px; }
  @media (max-width: 767px) {
    .toggle-search-wrapper {
      width: auto;
      margin-right: 65px; } }

.slide-search {
  width: 0;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
  transition: 0.5s;
  padding: 0; }
  .slide-search a {
    color: #222; }
  @media (max-width: 767px) {
    .slide-search {
      height: 0;
      width: 0; } }
  .slide-search.open {
    width: 100vw;
    left: auto;
    padding: 40px;
    display: block;
    max-height: 100%; }
    @media (max-width: 767px) {
      .slide-search.open {
        padding: 15px;
        height: 100%;
        display: block; } }
    .slide-search.open .close-icon {
      z-index: 100000001; }

.puff-tab-content {
  padding: 15px 0;
  width: 100%; }
  .puff-tab-content iframe {
    min-height: 546px; }
  @media (max-width: 768px) {
    .puff-tab-content h2 {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .puff-tab-content h4 {
      font-size: 18px; } }
  .puff-tab-content.--dark {
    background-color: #2e313b;
    color: #fff; }
    .puff-tab-content.--dark h2 {
      border-color: #fff; }
      .puff-tab-content.--dark h2:after {
        background: #fff; }
    .puff-tab-content.--dark .puff-tabs {
      color: #fff; }
      .puff-tab-content.--dark .puff-tabs li {
        color: #fff; }
        .puff-tab-content.--dark .puff-tabs li.active {
          border-bottom: 2px solid #fff; }
        .puff-tab-content.--dark .puff-tabs li a {
          color: #fff; }
  .puff-tab-content.--gray {
    background-color: #e0e0e0; }
  .puff-tab-content .puff-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none; }
    .puff-tab-content .puff-tabs li.active {
      border-bottom: 2px solid #222; }
    .puff-tab-content .puff-tabs li a {
      background: none !important;
      border: none !important;
      text-transform: uppercase !important;
      padding-bottom: 0; }
      @media (max-width: 768px) {
        .puff-tab-content .puff-tabs li a {
          font-size: 16px; } }
  .puff-tab-content .tabs-puff-content .tab-content {
    padding: 20px 0; }

.promotion-content {
  width: 100%;
  display: flex;
  padding: 0 40px; }
  .promotion-content h2:after {
    content: '';
    display: none;
    height: 0;
    margin: 0;
    width: 0; }
  .promotion-content .text-part {
    width: 50%;
    position: relative;
    min-height: 380px;
    padding: 30px 30px; }
    .promotion-content .text-part .item-content {
      min-height: 180px; }
    .promotion-content .text-part .link-content {
      text-align: center; }
      .promotion-content .text-part .link-content a {
        padding: 15px 60px;
        background-color: #000000;
        color: #fff;
        border-radius: 40px;
        letter-spacing: 2px;
        font-size: 14px; }
  .promotion-content .image-part {
    width: 50%;
    min-height: 150px; }
    .promotion-content .image-part .box {
      height: 100%;
      background-size: cover; }

.promotion-content-mobile {
  padding-bottom: 20px;
  margin-top: 15px; }
  .promotion-content-mobile .image-part {
    width: 100%;
    min-height: 250px; }
    .promotion-content-mobile .image-part .box {
      height: 100%;
      min-height: 300px;
      background-size: cover; }
  .promotion-content-mobile .text-part .item-content {
    padding-bottom: 20px; }
  .promotion-content-mobile .text-part .link-content {
    text-align: center; }
    .promotion-content-mobile .text-part .link-content a {
      padding: 15px 60px;
      background-color: #000000;
      color: #fff;
      border-radius: 40px;
      letter-spacing: 2px;
      font-size: 14px; }

.top-content {
  position: relative; }
  .top-content .background-image {
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 768px) {
      .top-content .background-image {
        min-height: 300px; } }
  .top-content .puff {
    position: relative;
    padding: 40px;
    background: #fff;
    margin-top: -15%;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); }
    @media (max-width: 768px) {
      .top-content .puff {
        padding: 30px;
        margin-top: -30%; } }
    @media (max-width: 768px) {
      .top-content .puff .puff-content h2 {
        font-size: 18px;
        margin-top: 0; } }
    @media (max-width: 768px) {
      .top-content .puff .puff-content p {
        text-align: center; } }
    .top-content .puff .above-puff {
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      margin: auto;
      height: 120px;
      width: 120px;
      border-radius: 60px;
      padding: 20px;
      background-color: #fff; }
    @media (max-width: 768px) {
      .top-content .puff .above-puff {
        top: -100px; } }

.bottom-content {
  padding: 65px;
  text-align: center; }
  @media (max-width: 768px) {
    .bottom-content {
      padding: 65px 20px; } }
  .bottom-content .personal-card .person-titles .name {
    font-weight: bold; }
  .bottom-content .personal-card .person-titles .title {
    color: #737479;
    margin-top: 0; }
  .bottom-content .personal-card .person-quote {
    font-size: 20px; }
    .bottom-content .personal-card .person-quote p {
      font-size: 20px; }
      @media (max-width: 768px) {
        .bottom-content .personal-card .person-quote p {
          font-size: 16px; } }
    .bottom-content .personal-card .person-quote :before {
      content: '"'; }
    .bottom-content .personal-card .person-quote :after {
      content: '"'; }
  .bottom-content .personal-card .person-image {
    min-height: 120px;
    max-width: 120px;
    margin: 0 auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide .cta-button {
    margin-top: 20px; }

.slick-arrow.slick-hidden {
  display: none; }

/*Text
Bakgr.[Tillkassan]*/
.modal-content {
  border-radius: 0; }
  .modal-content button.close {
    font-size: 30px;
    opacity: 1; }

.fullscreen-loader {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000001;
  display: none; }
  .fullscreen-loader.show {
    display: block; }
  .fullscreen-loader .fullscreen-loader__content {
    margin: auto;
    color: white;
    text-align: center;
    padding: 30px; }
    @media (min-width: 768px) {
      .fullscreen-loader .fullscreen-loader__content {
        max-width: 75%;
        padding: 60px; } }
    .fullscreen-loader .fullscreen-loader__content--message {
      display: block;
      font-size: 26px;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 15px;
      overflow: hidden;
      margin: 0 20%; }
      @media (max-width: 767px) {
        .fullscreen-loader .fullscreen-loader__content--message {
          font-size: 18px; } }
    .fullscreen-loader .fullscreen-loader__content--quote {
      font-style: italic;
      font-size: 20px; }
      @media (max-width: 767px) {
        .fullscreen-loader .fullscreen-loader__content--quote {
          font-size: 14px; } }
    .fullscreen-loader .fullscreen-loader__content--author {
      font-style: italic;
      font-size: 20px; }
      @media (max-width: 767px) {
        .fullscreen-loader .fullscreen-loader__content--author {
          font-size: 14px; } }
    .fullscreen-loader .fullscreen-loader__content--logo {
      display: block;
      max-width: 420px;
      margin: auto; }
      .fullscreen-loader .fullscreen-loader__content--logo img {
        margin: auto; }
    .fullscreen-loader .fullscreen-loader__content--slide {
      animation: slide 7s cubic-bezier(0.2, 0.8, 0.6, 0.2) infinite;
      box-sizing: border-box;
      white-space: nowrap; }

@keyframes slide {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/content/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir='rtl'] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir='rtl'] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir='rtl'] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media (max-width: 991px) {
  h1 {
    font-size: 1.6rem; }
  h2 {
    font-size: 1rem; }
  h3 {
    font-size: 1.3rem; }
  h4 {
    font-size: 1.2rem; }
  h5 {
    font-size: 1.1rem; }
  h6 {
    font-size: 1rem; }
  .text-md-right {
    text-align: start; }
  hr {
    width: 30%; }
  .slick-promoted-component__promote-header {
    font-size: 1.4rem; }
  .slick-promoted-component__item {
    margin: 0; }
  .question h4 {
    font-size: 1.05rem;
    font-weight: bold; } }

@media (max-width: 1199px) {
  .question h4 {
    width: 90%; } }

@media (min-width: 992px) {
  .text-md-right {
    text-align: right; } }

.noscroll {
  overflow: hidden; }

#occasionModule {
  width: 100%; }

select,
input {
  -webkit-border-radius: 0px;
  border-radius: 0; }

.divider {
  width: 100%;
  border-top: 1px solid #dadada;
  margin: 20px 0;
  display: block; }

.full-size {
  height: 100% !important; }

body {
  background: #eeeeee;
  position: relative;
  text-align: left;
  color: #252525;
  font-size: 120%;
  line-height: 1.6;
  margin: 0; }
  body .start-page-search {
    position: absolute;
    top: 366px;
    z-index: 9;
    width: 100%; }
    body .start-page-search.open {
      z-index: 100001; }
    @media (max-width: 767px) {
      body .start-page-search {
        top: 37vh; }
        body .start-page-search.open {
          z-index: 110001; } }
  body section.trust-pilot {
    background: #ffffff;
    padding: 45px; }
    @media (max-width: 767px) {
      body section.trust-pilot {
        padding: 30px 0; }
        body section.trust-pilot .StartPageProxy .trustpilot-widget iframe {
          min-height: 300px; }
        body section.trust-pilot .trustpilot-widget iframe {
          min-height: 40px; } }
  body section#content {
    min-height: 71vh; }
    body section#content section.content > div {
      margin: 2rem 0 3rem 0;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        body section#content section.content > div {
          margin: 0; } }
  body footer.dark {
    background: #2e313b;
    color: #fff; }
    body footer.dark a {
      color: #fff !important; }
    body footer.dark i.fab {
      color: #fff; }
    @media (max-width: 767px) {
      body footer.dark {
        padding-bottom: 20px; } }
    body footer.dark .help-footer {
      background: #eee;
      color: #252525; }
      body footer.dark .help-footer a {
        color: #252525 !important; }
  body footer {
    padding-bottom: 5rem; }
    @media (max-width: 767px) {
      body footer {
        padding-bottom: 0; } }
    body footer .pre-footer-container {
      padding: 2rem 0;
      background: #dddddd; }
  body .footer-bottom-klarna {
    background: white;
    padding-top: 3rem;
    text-align: center;
    margin: auto; }
    @media (max-width: 767px) {
      body .footer-bottom-klarna {
        padding: 30px 15px 15px; }
        body .footer-bottom-klarna img {
          width: 100%; } }
  body .footer-bottom {
    display: flex; }
    body .footer-bottom .footer-content-container {
      width: 33%;
      padding: 20px; }
      body .footer-bottom .footer-content-container h4 {
        font-weight: bold;
        letter-spacing: 0; }
      @media (max-width: 767px) {
        body .footer-bottom .footer-content-container {
          width: 100%; } }
      @media (max-width: 767px) {
        body .footer-bottom .footer-content-container .footer-links {
          text-align: center; } }
      body .footer-bottom .footer-content-container .footer-links li a {
        color: #333;
        font-weight: normal;
        text-decoration: underline; }
      body .footer-bottom .footer-content-container .social-media {
        display: flex;
        justify-content: space-around;
        padding: 45px; }
        body .footer-bottom .footer-content-container .social-media a {
          color: #333;
          font-weight: normal; }
        body .footer-bottom .footer-content-container .social-media .fab {
          font-size: 40px; }
  body .footer-logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (max-width: 767px) {
      body .footer-logo-container {
        flex-direction: row;
        justify-content: center;
        padding: 0; } }
    body .footer-logo-container .footer-logo {
      display: flex;
      justify-self: stretch;
      flex-flow: row;
      justify-content: space-around;
      padding: 10px; }
      @media (max-width: 767px) {
        body .footer-logo-container .footer-logo {
          padding: 20px;
          min-width: 50%; } }
      body .footer-logo-container .footer-logo img {
        max-height: 120px;
        max-width: 170px; }
        @media (max-width: 767px) {
          body .footer-logo-container .footer-logo img {
            max-width: 80px; } }
  body #cpCurtain {
    z-index: 10000000; }
  body #snapifyHidden {
    z-index: 10000; }
  body div #snapifyHiddenContent {
    background-color: #0f204b !important; }
  body.noscroll {
    overflow: hidden; }
  body .free-text-content {
    padding-bottom: 20px; }
  body .qa-wrapper {
    margin-top: 4rem;
    width: 100%;
    border-bottom: 1px solid #ccc; }
  body .question {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 0; }
    body .question .question-header {
      cursor: pointer;
      margin: 16px 0; }
      @media (max-width: 767px) {
        body .question .question-header {
          line-height: 1.4em; } }
      body .question .question-header p {
        font-size: 16px; }
    body .question .toggle-question {
      position: absolute;
      top: 20px;
      right: 0;
      font-size: 16px;
      color: #222;
      cursor: pointer; }
      @media (max-width: 767px) {
        body .question .toggle-question {
          right: -16px;
          font-size: 18px; } }
    body .question .answer {
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        body .question .answer {
          font-size: 16px; } }
  body .form-group ::-webkit-input-placeholder {
    text-align: center; }
  body .form-group :-moz-placeholder {
    /* Firefox 18- */
    text-align: center; }
  body .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center; }
  body .form-group :-ms-input-placeholder {
    text-align: center; }
  body .dropPoint {
    display: block;
    width: 100%;
    position: relative;
    background: white;
    height: auto;
    padding: 1rem;
    font-size: 1rem; }
    body .dropPoint .description {
      font-size: 1rem; }
    body .dropPoint-active {
      background: white; }
  body .droppable-hover {
    background: #3af;
    outline: none;
    color: #fff; }
  body .dropZone {
    display: block;
    width: 100%; }
    body .dropZone .titleBar {
      position: relative;
      left: 0;
      overflow: visible;
      width: 100%;
      opacity: 1;
      height: auto;
      padding: 1rem; }
      body .dropZone .titleBar .title {
        font-size: 1rem; }
      body .dropZone .titleBar:hover {
        background: #3af;
        color: #fff; }
        body .dropZone .titleBar:hover a,
        body .dropZone .titleBar:hover b {
          color: #fff; }
  body .modal {
    z-index: 300000000; }
  body .hotelCriteria .dropdown-menu {
    min-width: 90px;
    left: 30%;
    width: 70%; }
  body .hotelCriteria .room-container .dropdown-menu {
    left: 0;
    width: 70%; }
  body #loginFormContainer {
    color: #fff; }
    body #loginFormContainer a {
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000;
      position: fixed;
      top: 0;
      right: 0;
      padding-top: 10px;
      padding: 1rem;
      z-index: 300000000;
      background: rgba(24, 160, 222, 0.75);
      border-radius: 0 0 0 1.4rem; }
  body .pick-a-date-input[readonly], body .pick-a-date-input.readonly {
    background: #fff; }

.flex-component {
  display: flex; }
  .flex-component.\--center {
    justify-content: center; }
  .flex-component.\--middle {
    align-items: center; }
  .flex-component.\--padding-normal {
    padding: 1rem 0; }
  .flex-component.\--margin-normal {
    padding: 1rem 0; }
  .flex-component.\--justify-end {
    justify-content: flex-end; }
  .flex-component.\--justify-between {
    justify-content: space-between; }
  .flex-component.\--justify-around {
    justify-content: space-around; }
  .flex-component.\--justify-start {
    justify-content: flex-start; }

.listy {
  display: block;
  flex-direction: column; }
  .listy li {
    display: inline-block;
    border-radius: 1rem;
    padding: 0.2rem 1rem;
    margin: 0.2rem 0.2rem;
    background: #5ea86d;
    color: #fff; }

.flex-grid-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch; }
  .flex-grid-component.\--center {
    justify-content: center; }
  .flex-grid-component.\--middle {
    align-items: center; }
  .flex-grid-component.\--padding-normal {
    padding: 1rem 0; }
  .flex-grid-component.\--margin-normal {
    padding: 1rem 0; }
  .flex-grid-component.\--justify-end {
    justify-content: flex-end; }
  .flex-grid-component.\--no-child-padding > .flex-grid-component__column {
    padding: 0; }
  .flex-grid-component.\--justify-between {
    justify-content: space-between; }
  .flex-grid-component.\--justify-around {
    justify-content: space-around; }
  .flex-grid-component.\--justify-start {
    justify-content: flex-start; }
  .flex-grid-component__column {
    align-content: stretch;
    padding: 0 1rem; }
    @media (max-width: 767px) {
      .flex-grid-component__column {
        padding: 0.1rem; } }
    .flex-grid-component__column.\--white-background {
      background: white; }
    .flex-grid-component__column.\--one-column {
      width: 100%; }
    .flex-grid-component__column.\--two-column {
      width: 49%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--two-column {
          width: 100%; } }
    .flex-grid-component__column.\--three-column {
      width: 33%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--three-column {
          width: 100%; } }
    .flex-grid-component__column.\--one-three-column {
      width: 33%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--one-three-column {
          width: 100%; } }
    .flex-grid-component__column.\--two-three-column {
      width: 65%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--two-three-column {
          width: 100%; } }
    .flex-grid-component__column.\--one-fourth-column {
      width: 25%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--one-fourth-column {
          width: 50%; } }
      @media (max-width: 767px) {
        .flex-grid-component__column.\--one-fourth-column {
          width: 100%; } }
    .flex-grid-component__column.\--one-fifth-column {
      width: 20%; }
      @media (max-width: 991px) {
        .flex-grid-component__column.\--one-fifth-column {
          width: 50%; } }
      @media (max-width: 767px) {
        .flex-grid-component__column.\--one-fifth-column {
          width: 100%; } }

.flex-grid-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch; }
  .flex-grid-input label {
    font-weight: normal;
    font-size: 16px; }
  .flex-grid-input__column {
    align-content: stretch; }
    .flex-grid-input__column.\--padding-right {
      padding-right: 15px; }
      @media (max-width: 767px) {
        .flex-grid-input__column.\--padding-right {
          padding: 0; } }
    .flex-grid-input__column.\--padding-left {
      padding-left: 15px; }
      @media (max-width: 767px) {
        .flex-grid-input__column.\--padding-left {
          padding: 0; } }
    .flex-grid-input__column.\--one-column {
      width: 100%; }
    .flex-grid-input__column.\--two-column {
      width: 50%; }
      @media (max-width: 991px) {
        .flex-grid-input__column.\--two-column {
          width: 100%; } }
    .flex-grid-input__column.\--one-three-column {
      width: 33%; }
      @media (max-width: 991px) {
        .flex-grid-input__column.\--one-three-column {
          width: 100%; } }
    .flex-grid-input__column.\--two-three-column {
      width: 65%; }
      @media (max-width: 991px) {
        .flex-grid-input__column.\--two-three-column {
          width: 100%; } }
    .flex-grid-input__column.\--one-fourth-column {
      width: 25%; }
      @media (max-width: 991px) {
        .flex-grid-input__column.\--one-fourth-column {
          width: 50%; } }
      @media (max-width: 767px) {
        .flex-grid-input__column.\--one-fourth-column {
          width: 100%; } }
    .flex-grid-input__column.\--one-fifth-column {
      width: 20%; }
      @media (max-width: 991px) {
        .flex-grid-input__column.\--one-fifth-column {
          width: 50%; } }
      @media (max-width: 767px) {
        .flex-grid-input__column.\--one-fifth-column {
          width: 100%; } }

.customer-component__customers__names__required-text {
  color: red;
  font-style: italic; }

.customer-component__customers__names__asterix {
  color: red;
  padding-left: 5px; }

.customer-component__customers__names__paxnames__firstname {
  padding-right: 5px;
  width: 50%;
  float: left; }

.customer-component__customers__names__paxnames__lastname {
  width: 50%;
  float: left;
  padding-left: 5px; }

.customer-component__customers__names input {
  font-size: 16px; }

.customer-component__customers textarea {
  font-size: 16px; }

.checkout-component__select-payment__internal {
  width: 100%;
  text-align: center; }
  .checkout-component__select-payment__internal__customer {
    justify-content: flex-start; }
    .checkout-component__select-payment__internal__customer label {
      display: flex; }

.checkout-component__select-payment__klarna {
  width: 100%; }
  .checkout-component__select-payment__klarna.disableKlarnaPayment {
    opacity: 0.5;
    pointer-events: none; }

.checkout-component .checkout-step-component {
  width: 100%;
  padding: 0 5rem 4rem;
  background: #ffffff;
  margin-top: 4rem; }
  @media (max-width: 991px) {
    .checkout-component .checkout-step-component {
      padding: 1rem 0.6rem 4rem;
      font-size: 14px; } }
  .checkout-component .checkout-step-component .content {
    display: none; }
  .checkout-component .checkout-step-component.visible {
    width: auto; }
    .checkout-component .checkout-step-component.visible .content {
      display: block; }
  .checkout-component .checkout-step-component .customerInformation {
    padding-top: 22px; }

.checkout-component h2 {
  color: black;
  font-size: 1.5rem;
  padding: 1.5rem 0.3rem;
  text-transform: uppercase;
  vertical-align: middle;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: normal; }
  .checkout-component h2 i {
    margin: 0 0.5rem; }

.StartPageProxy h2 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px; }

.StartPageProxy h2.no-border {
  font-size: 1.9375rem;
  line-height: inherit; }
  @media (max-width: 991px) {
    .StartPageProxy h2.no-border {
      font-size: inherit; } }

@media (max-width: 767px) {
  #booking .container {
    padding: 5px; } }

#extraForm {
  padding: 0 45px; }
  @media (max-width: 1199px) {
    #extraForm {
      padding: 0; } }
  #extraForm .arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #ffffff transparent transparent transparent;
    margin: auto; }

.debug {
  opacity: 0.75;
  position: relative;
  outline: 1px solid #f55; }
  .debug:after {
    display: inline-block;
    content: 'debug';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f55;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem; }

@media (max-width: 991px) {
  .modal-dialog {
    width: auto; } }

@media (min-width: 992px) {
  .modal-dialog {
    width: 1024px;
    margin: 150px auto; } }

.ocb-free-search body {
  background: none; }

@media (max-width: 767px) {
  .ocb-free-search {
    top: 37vh !important; }
  .slide-search .ocb-free-search {
    top: 2% !important; } }

.style\-\-padding {
  padding: 1rem; }
  .style\-\-padding\-small {
    padding: 0.5rem; }
    .style\-\-padding\-small\-only-vertical {
      padding: 0.5rem 0; }
    .style\-\-padding\-small\-only-horizontal {
      padding: 0 0.5rem; }

.style\-\-text {
  text-align: left; }
  .style\-\-text\-right {
    text-align: right; }

.checkout-loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.7); }
  .checkout-loader span {
    height: auto;
    font-size: 4rem; }

.simple-content-page {
  text-align: center; }

.status {
  font-weight: bold; }
  .status.\--success {
    color: limegreen; }
  .status.\--pending {
    color: darkorange; }
  .status.\--error {
    color: red; }

.confirmation-page h2 {
  text-align: left; }

@media (max-width: 991px) {
  .confirmation-page .slick-event-component {
    height: 40vh; } }

.confirmation-page .slick-event-component .slick-event-component__item {
  min-height: 40vh; }
  @media (max-width: 991px) {
    .confirmation-page .slick-event-component .slick-event-component__item {
      height: 40vh; } }

.confirmation-page .hotel-information .hotel-star {
  display: inline-block; }

.language-menu-mobile {
  padding-left: 30px;
  margin-right: 0; }
  .language-menu-mobile .language-selector-wrapper {
    display: none;
    padding: 5px 0 5px 10px; }
    .language-menu-mobile .language-selector-wrapper a {
      color: #333 !important;
      font-size: 14px; }
  .language-menu-mobile .open .language-selector-wrapper {
    display: block; }
  .language-menu-mobile a img {
    width: 20px;
    height: 20px;
    padding-top: 5px;
    margin-bottom: -2px; }

.language-menu {
  margin-top: -5px;
  margin-right: 1.7em; }
  @media (max-width: 767px) {
    .language-menu {
      padding-left: 30px;
      margin-right: 0; }
      .language-menu .dropdown-menu {
        position: initial !important; } }
  @media (max-width: 767px) {
    .language-menu a {
      font-size: 14px; } }
  .language-menu a:hover {
    text-decoration: none; }
  .language-menu a:focus {
    text-decoration: none; }
  .language-menu a img {
    width: 20px;
    height: 20px;
    padding-top: 5px; }
    @media (max-width: 767px) {
      .language-menu a img {
        margin-bottom: -2px; } }
  .language-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    padding-left: 10px;
    text-align: left !important;
    font-size: 16px; }
    @media (max-width: 767px) {
      .language-menu .dropdown-menu {
        font-size: 14px;
        box-shadow: none; } }
    .language-menu .dropdown-menu a {
      color: #333 !important; }
    .language-menu .dropdown-menu img {
      width: 19px;
      height: 19px; }
      @media (max-width: 767px) {
        .language-menu .dropdown-menu img {
          width: 16px;
          height: 16px;
          margin-bottom: -1px; } }

.breadcrumbs {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 15px;
  z-index: 100000; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0.5rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  align-self: flex-start;
  justify-content: flex-start; }

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  content: '';
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E %3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  width: 1rem;
  height: 1rem;
  background-position: 5px 3px; }

.breadcrumb-item a,
.breadcrumb-item span {
  text-decoration: none;
  font-size: 14px;
  color: #fff; }
  .breadcrumb-item a.current,
  .breadcrumb-item span.current {
    color: #ccc; }
  @media (max-width: 767px) {
    .breadcrumb-item a,
    .breadcrumb-item span {
      font-style: italic;
      color: #222; }
      .breadcrumb-item a.current,
      .breadcrumb-item span.current {
        font-weight: bold;
        color: #222; } }

.user-content ul, .user-content ol {
  padding-left: 15px;
  list-style-type: disc; }

@media (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23222222' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E %3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E %3C/svg%3E"); }
  .breadcrumb-item {
    padding-left: 0.2rem;
    line-height: normal; }
  .breadcrumbs {
    display: block;
    position: relative;
    bottom: 0;
    padding-top: 15px; } }

.olka-mobile-menu-toggler {
  border: 0;
  background: none;
  position: relative;
  color: inherit;
  cursor: pointer;
  display: block;
  z-index: 10000; }
  .olka-mobile-menu-toggler span {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto 5px;
    width: 20px;
    height: 2px;
    background-color: #222;
    transition: all 300ms;
    transform-origin: left center; }
  .olka-mobile-menu-toggler span:nth-child(1) {
    transform: rotateZ(0deg); }
  .olka-mobile-menu-toggler span:nth-child(2) {
    opacity: 1; }
  .olka-mobile-menu-toggler span:nth-child(3) {
    transform: rotateZ(0deg);
    margin-bottom: 0; }

.olka-mobile-menu-toggler--is-open span {
  color: #222;
  background-color: #222; }

.olka-mobile-menu-toggler--is-open span:nth-child(3) {
  transform: rotateZ(-45deg); }

.olka-mobile-menu-toggler--is-open span:nth-child(2) {
  opacity: 0; }

.olka-mobile-menu-toggler--is-open span:nth-child(1) {
  transform: rotateZ(45deg); }

.page-promotion {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 70px 0; }
  .page-promotion h2:after {
    content: none; }
  @media (max-width: 991px) {
    .page-promotion .row {
      display: block !important; }
    .page-promotion .image-container img {
      margin-bottom: 50px; }
    .page-promotion .promotion-link {
      text-align: center; } }
  .page-promotion .row {
    display: flex; }
  .page-promotion .align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .page-promotion .image-container {
    text-align: center; }
    .page-promotion .image-container img {
      vertical-align: middle;
      border-radius: 10px;
      box-shadow: 0 5px 15px #0000004d;
      transform: rotate(-10deg); }
