#vinkelv {
  left: -300px;
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#vinkelv .bannerpositioner > div {
  float: right !important;
  text-align: right;
  margin-bottom: 40px;
  min-height: 950px;
}
#vinkelh {
  left: 960px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#vinkelh .bannerpositioner > div {
  margin-bottom: 40px;
  min-height: 950px;
}
.bannerpositioner {
  position: relative;
}
.stickybanner-lefttop,
.stickybanner-leftbottom {
  position: absolute;
}
.stickybanner-lefttop > div,
.stickybanner-leftbottom > div {
  float: right !important;
  text-align: right;
}
.stickybanner-righttop,
.stickybanner-rightbottom {
  position: absolute;
  width: 300px;
}
.stickybanner-righttop > div,
.stickybanner-rightbottom > div {
  float: left !important;
  text-align: left;
}
.stickybanner-lefttop,
.stickybanner-righttop {
  top: 1000px;
}
.stickybanner-rightbottom,
.stickybanner-leftbottom {
  top: 8000px;
}
.ad-text {
  margin-bottom: 5px;
}
.bottom-monster {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}
.bottom-monster .adcontent {
  text-align: center;
}
h2.m-pink {
  color: #cc0000;
  text-transform: uppercase;
}
h2.m-pink span {
  color: #666;
}
.booking {
  margin-bottom: 10px;
  margin-top: 15px;
}
.booking div {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.booking div:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.booking div a {
  text-decoration: none !important;
  color: white !important;
  background: #c00;
  padding: .8em .6em;
  line-height: 1;
  border-radius: 0.4em;
  display: block;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.booking div a span {
  padding: 0;
  font-size: 11px;
  color: white;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
}
.booking div a:visited,
.booking div a:hover {
  color: white !important;
}
.booking div a.escenic {
  font-family: 'FranklinGotURWT-Med', Arial, sans-serif;
  background: white;
  color: black !important;
  border: 1px solid #ccc;
  border-radius: 0.2em;
}
.booking div a.escenic:hover {
  border-color: #999;
}
.booking div a.escenic span {
  color: black;
  margin-bottom: 0;
}
.booking div img {
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.booking span {
  display: block;
  color: #999;
  padding: 0 10px;
  font-size: 10px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .booking {
    float: right;
    margin-top: 0;
  }
  .booking div {
    margin-left: 10px;
    width: auto;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.listitem-container {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  width: 100%;
}
.listitem-container > li {
  border-top: 1px solid #ccc;
}
.listitem-container > li:first-child {
  border: none;
}
.listitem-container > li.hide {
  display: none;
}
@media (min-width: 768px) {
  .listitem-container {
    padding-left: 25px;
    width: 645px;
  }
}
.ibyen-listitem {
  overflow: hidden;
  padding: 10px 0;
  font-size: 12px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  position: relative;
  line-height: 1.2em;
}
.ibyen-listitem:after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.ibyen-listitem a {
  color: #000;
  text-decoration: none;
}
.ibyen-listitem a:visited {
  color: #000;
}
.ibyen-listitem span {
  display: block;
  margin-bottom: 3px;
}
.ibyen-listitem h3.splash {
  margin: 6px 0;
  padding: 6px 9px;
  background: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.ibyen-listitem h3.splash a {
  float: right;
  color: white;
  text-transform: uppercase;
}
.ibyen-listitem ul {
  padding: 0;
  list-style: none;
}
.ibyen-listitem img {
  float: left;
  margin-right: 1em;
}
.ibyen-listitem .listinfo {
  margin-left: 152px;
  font-size: 11px;
}
.ibyen-listitem .listinfo.no-image {
  margin-left: 0;
}
.ibyen-listitem .listinfo .tags {
  margin-top: 10px;
  white-space: nowrap;
}
.ibyen-listitem .listinfo .tags a {
  margin-right: 10px;
  color: #000;
  text-decoration: underline;
}
.ibyen-listitem .campaign {
  background-color: #000;
  color: #fff;
  padding: 10px;
  z-index: 2;
  position: relative;
  margin-right: -10px;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
.ibyen-listitem .campaign a,
.ibyen-listitem .campaign a:visited,
.ibyen-listitem .campaign a:hover {
  color: #fff;
}
.ibyen-listitem .campaign:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-bottom-width: 6px;
  left: 8%;
  margin-left: -10px;
  border-left-width: 4px;
  border-right-width: 4px;
}
.ibyen-listitem .entitytitle,
.big-columnitem .entitytitle {
  font-family: 'FranklinGotURWT-Med', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 105%;
  margin: 5px 0;
  color: #000;
}
.ibyen-listitem .entitytitle a,
.big-columnitem .entitytitle a {
  color: #000;
  text-decoration: none;
}
.ibyen-listitem .entitytitle a:hover,
.ibyen-listitem .entitytitle a:visited,
.big-columnitem .entitytitle a:hover,
.big-columnitem .entitytitle a:visited {
  color: #000;
}
.ibyen-listitem .reviews {
  display: inline-block;
}
.ibyen-listitem .distance {
  float: right;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.ibyen-listitem .distance:after {
  content: ".";
}
.ibyen-listitem .categories {
  font-weight: 900;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #c00;
}
.ibyen-listitem .categories a {
  color: #c00;
  text-decoration: none;
}
.ibyen-listitem .address {
  white-space: nowrap;
}
.ibyen-listitem .booking {
  margin-top: 10px;
}
.ibyen-listitem.big-listitem {
  padding: 10px;
}
.ibyen-listitem.big-listitem:before {
  right: 10px;
}
.ibyen-listitem.big-listitem .booking {
  float: none;
  margin-left: 212px;
}
.ibyen-listitem.big-listitem .booking div {
  margin-left: 0;
  margin-right: 10px;
}
.ibyen-listitem.big-listitem .entitytitle {
  font-size: 24px;
}
.ibyen-listitem.big-listitem .listinfo {
  margin-left: 212px;
}
.ibyen-listitem.big-listitem .listinfo.no-image {
  margin-left: 0;
}
.ibyen-listitem.big-listitem .reviews {
  float: right;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.ibyen-listitem.big-listitem .reviews img {
  margin: 0;
}
.ibyen-listitem.big-listitem .distance {
  clear: right;
  font-weight: normal;
}
.ibyen-listitem.big-listitem .distance:after {
  content: " fra dig";
}
.ibyen-listitem.big-listitem.escenic {
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.ibyen-listitem.big-listitem.escenic::after {
  content: none;
}
.ibyen-listitem.big-listitem.escenic h2.entitytitle {
  margin: 0 0 5px 0;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
}
.ibyen-listitem.big-listitem.escenic .reviews {
  float: none;
  margin: 5px 0 0 0;
}
.ibyen-listitem.big-listitem.escenic .dit-button-medium--red {
  float: right;
}
.ibyen-listitem.big-listitem.escenic .reviews + .booking {
  margin-top: 5px;
}
.ibyen-listitem.big-listitem.escenic .booking div {
  margin-right: 5px;
}
.ibyen-listitem.big-listitem.escenic .booking div a {
  margin-right: 5px;
  font-size: 12px;
  padding: .4em;
}
.ibyen-listitem.big-listitem.escenic .booking div a::after {
  content: none;
}
.ibyen-listitem.big-listitem.escenic .ib-item-single-header {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 140%;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.col-list {
  border-collapse: collapse;
}
.col-list-row {
  width: 100%;
  display: table-row;
  margin: 0 0 20px;
  border-top: 40px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-list-row.hide {
  display: none;
}
.col-list-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.col-list-row:first-child:before {
  border-top: 0;
}
.col-list-row:before {
  content: '';
  border-top: 1px solid #ccc;
  display: block;
  width: 940px;
  position: absolute;
  margin-top: -20px;
}
.big-columnitem {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 0 13.75px 10px;
}
.big-columnitem:first-child {
  border-left: 0;
  padding-left: 0;
}
.big-columnitem .title-review {
  min-height: 75px;
}
.big-columnitem .entity-img {
  width: 295px;
  height: auto;
}
.big-columnitem .entitytitle {
  font-size: 24px;
}
.big-columnitem .listinfo {
  margin-top: 15px;
}
.big-columnitem .address {
  margin-bottom: 10px;
}
.big-columnitem .tags a {
  padding-right: 10px;
  display: inline-block;
  text-decoration: underline;
}
.ibyen-related-sp3list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ibyen-related-sp3list li {
  border-bottom: 1px solid #f2f2f2;
}
.ibyen-related-sp3list li .ibyen-listitem:hover {
  background: inherit;
}
.ibyen-related-sp3list li .ibyen-listitem:hover:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 60%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.ibyen-related-sp3list li .entitytitle {
  font-size: 20px;
}
a .ibyen-listitem {
  color: #000;
}
.listitem-container {
  display: none;
}
.category-header .rating {
  width: 108px;
  height: 17px;
  display: block;
  background-image: url(/graphics/ibyen/rating/ratingsymboler.png);
  zoom: reset;
}
.category-header .rating.rating_0:after {
  width: 0;
}
.category-header .rating.rating_1:after {
  width: 18px;
}
.category-header .rating.rating_2:after {
  width: 36px;
}
.category-header .rating.rating_3:after {
  width: 54px;
}
.category-header .rating.rating_4:after {
  width: 72px;
}
.category-header .rating.rating_5:after {
  width: 90px;
}
.category-header .rating.rating_6:after {
  width: 108px;
}
.category-header .rating.symbol_hearts {
  background-position: 0 0px;
}
.category-header .rating.symbol_hearts:after {
  background-position: 0px -18px;
}
.category-header .rating.symbol_toques {
  background-position: 0 -36px;
}
.category-header .rating.symbol_toques:after {
  background-position: 0px -54px;
}
.category-header .rating.symbol_cups {
  background-position: 0 -72px;
}
.category-header .rating.symbol_cups:after {
  background-position: 0px -90px;
}
.category-header .rating.symbol_cocktails {
  background-position: 0 -108px;
}
.category-header .rating.symbol_cocktails:after {
  background-position: 0px -126px;
}
.category-header .rating.symbol_balloonanimals {
  background-position: 0 -144px;
}
.category-header .rating.symbol_balloonanimals:after {
  background-position: 0px -162px;
}
.category-header .rating:after {
  background-image: url(/graphics/ibyen/rating/ratingsymboler.png);
  content: '';
  height: 100%;
  display: block;
}
.ibyen-listitem .bookingurls .Kino {
  display: none;
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
