.alignl {
    float: left;
}

.alignc {
    text-align: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.sub-title {
    color: #7f7f7f;
}

.sub-title.more {
    display: inline-block;
}

.more {
    display: inline-block;
    float: right;
}

.more a {
    color: #767676;
}

.offername-wrap .city-name {
    color: #373737;
    font-size: 15px;
}

.push {
    padding-top: 48px;
}

.standard-table {
    width: 100%;
    border-top: 1px solid #c5c5c5;
}

.standard-table td {
    padding: 8px 0 7px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: top;
}

.standard-table td:first-child {
    display: table-cell;
    padding-right: 1.16532%;
    width: 24.85433%;
    padding-left: 20px;
}

.standard-table td:last-child {
    padding-right: 20px;
}

#table-map {
    width: 260px !important;
    text-align: inherit;
}

.wrappermapcalltoaction {
    text-align: center;
    margin: 0 !important;
}

.read-more {
    display: inline-block !important;
    width: auto !important;
    text-align: inherit !important;
    border-radius: 0 !important;
    border: 0;
}

.store-button:first-child {
    margin-top: 14px;
}

.store-button {
    display: block;
    margin: 20px auto;
}

.offer__body {
    background: white;
    margin: 0;
    padding-bottom: 60px;
    position: relative;
}

.offer-header {
    position: relative;
    height: 800px;
    height: 95vh;
    background-position: center center;
    background-size: cover;
    color: white;
    text-align: center;
}

@media all and (max-width: 1024px) {
    .offer-header {
        max-height: 660px;
    }
}

@media all and (max-width: 800px) {
    .offer-header {
        max-height: 850px;
    }
}

.offer-header .header-contents {
    background-image: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    padding: 200px 0 60px;
}

.offer-header h1,
.offer-header .sub-title {
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.8);
}

.offer-header h1 {
    font-size: 33px;
    line-height: 48px;
    padding: 0 0 10px 0;
    margin: 0 auto;
}

.offer-header .sub-title {
    color: white;
    margin: 0 auto 36px;
    width: 60%;
}

.offer-pricing {
    display: table;

    /* Instead of overflow: hidden; to clear the float without cutting off the info popup */
    margin: 0 auto;
    padding: 20px 20px 25px;
    background: white;
    border-bottom: 15px solid black;
    color: #373737;
}

.offer-pricing table {
    float: left;
    margin-bottom: 0;
    width: 430px;
    text-align: center;
}

.offer-pricing td {
    padding: 0;
    width: 33.33333%;
}

.offer-pricing thead {
    font-size: 12px;
}

.offer-pricing tbody td {
    padding: 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

.offer-pricing .from {
    text-decoration: line-through;
}

.offer-pricing .to {
    font-size: 24px;
    font-weight: bold;
}

.offer-book {
    position: relative;
    float: right;
    min-width: 190px;
    max-width: 220px;
}

.offer-book::after {
    content: ' ';
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border: solid transparent;
    border-color: transparent;
    border-bottom-color: black;
    border-width: 12px;
    pointer-events: none;
}

.offer-book .book-now {
    display: block;
    margin-bottom: 6px;
    padding: 15px 10px;
    border-radius: 3px;
    background: #fec841;
    color: black;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.offer-book p {
    margin: 0;
    width: 190px;
}

.offer-book strong {
    color: #ffad00;
    font-weight: strong;
}

.offer-book span {
    color: #ffad00;
    font-weight: strong;
}

.offer-teaser {
    padding: 1.5em 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 53.75em;
}

.offer-teaser__title {
    font-style: italic;
    position: relative;
    font-weight: 200;
}

.offer-teaser__title > span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    padding-left: 1em;
}

.offer-teaser__title::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    background-color: #373737;
    height: 1px;
}

.offer-teaser p {
    font-size: 22px;
    font-weight: 300;
}

.offer-summary {
    zoom: 1;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.offer-summary:before,
.offer-summary:after {
    content: " ";
    display: table;
}

.offer-summary:after {
    clear: both;
}

.offer-included {
    float: left;
    display: block;
    margin-right: 1.74798%;
    width: 49.12601%;
    float: none;
    margin: 0 auto;
}

.offer-included:last-child {
    margin-right: 0;
}

@media all and (max-width: 1024px) {
    .offer-included {
        float: left;
        display: block;
        margin-right: 1.74798%;
        width: 100%;
    }

    .offer-included:last-child {
        margin-right: 0;
    }
}

.offer-included ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offer-included li {
    padding-left: 20px;
    background: url("../img/arrow.c825c6a07deb.png") no-repeat 0 7px;
}

.offer-optional {
    float: left;
    display: block;
    margin-right: 1.74798%;
    width: 49.12601%;
    margin-right: 0;
}

.offer-optional:last-child {
    margin-right: 0;
}

.offer-intro {
    zoom: 1;
    margin-top: 36px;
}

.offer-intro:before,
.offer-intro:after {
    content: " ";
    display: table;
}

.offer-intro:after {
    clear: both;
}

.offer-intro figure {
    float: left;
    display: block;
    margin-right: 1.74798%;
    width: 49.12601%;
    margin-top: 12px;
}

.offer-intro figure:last-child {
    margin-right: 0;
}

.offer-intro figure img {
    width: 95%;
}

.offer-detail strong {
    display: block;
}

.offer-detail h3 {
    margin-top: 54px;
    margin-bottom: 24px;
}

.offer-detail ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.offer-detail li {
    padding-left: 20px;
    background: url("../img/arrow.c825c6a07deb.png") no-repeat 0 7px;
}

.offer-contact {
    margin-left: 33.91599%;
    float: left;
    display: block;
    margin-right: 1.74798%;
    width: 32.16801%;
    background: white;
    float: none;
    padding-top: 42px;
    text-align: center;
}

.offer-contact:last-child {
    margin-right: 0;
}

.offer-contact h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
}

.offer-contact strong {
    display: block;
}

.footer-main {
    padding-bottom: 36px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.wrapper-white {
    background: white;
}

/*calendars*/
#calendars {
    margin-bottom: 24px;
    background-color: #f4f4f4;
    clear: both;
    zoom: 1;
}

#calendars:before,
#calendars:after {
    content: " ";
    display: table;
}

#calendars:after {
    clear: both;
}

#calendars strong {
    margin-bottom: 10px;
}

#calendars .left,
#calendars .right {
    float: left;
    width: 25%;
    padding: 0 20px 20px 0;
}

#calendars .day {
    display: block;
    font-size: 13px !important;
    color: #777777;
}

#calendars .month {
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
}

div#sticky {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 50%;
    margin-left: -130px;

    /*negative half the width */
    width: 260px;
    background: #e6e9ed;
    padding: 10px;
    text-align: center;
}

div#sticky.initial {
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    bottom: -120px;
}

div#sticky.show {
    bottom: 0;
}

div#sticky .dealcountdown {
    line-height: 40px;
    font-size: 11px;
}

div#sticky .dealcountdown span {
    margin: 0 5px;
}

div#sticky .book-now {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 2px;
    background: #fec841;
    color: black;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.dk .offer-pricing {
    padding: 28px 10px;
}

.dk .offer-pricing table {
    width: 400px;
}

.de .offer-pricing table {
    width: 420px;
}

.dk .offer-pricing td {
    width: 40%;
}

.dk .offer-pricing {
    padding: 28px 20px;
}

.uk .book-now {
    font-size: 17px;
}

.large-button-label.book-now,
#sticky .large-button-label.book-now {
    font-size: 15px;
    padding: 5px;
}

/*offer units*/
.offer-unit-offerpage {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    display: none;
    position: absolute;
    width: 100%;
}

.nl .offer-pricing .to {
    position: relative;
}

.nl .for-cost:after {
    content: "per persoon";
    font-size: 12px !important;
    display: inline-block;
    display: none;
}

.de .discount_text,
.at .discount_text,
.ch .discount_text {
    text-transform: none;
}

.offer-pricing.no-discount {
    padding-bottom: 10px;
}

.offer-pricing.no-discount table {
    width: 250px;
}

.offer-pricing.no-discount .to {
    font-size: 32px;
}

.no-discount .offer-book::after {
    bottom: -10px;
}

.Accordion__content {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #d0d0d0;
    display: none;
}

.no-js .Accordion__content {
    display: block;
}