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

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

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

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

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

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

input.radio_input {
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

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%;
	font: inherit;
	vertical-align: baseline;
}
body{
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
	line-height: 30px;
    color: #4e4e4e;
    background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'MyriadPro-Bold';
    color: #135d9c;
}
h1 {
    font-size: 60px;
    line-height: 75px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 30px;
    line-height: 30px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
    color: #4e4e4e;
}
h5 {
    font-size: 23px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 22px;
}

p {
    font-size: 16px;
	line-height: 30px;
    margin-bottom: 30px;
}
a {
    color: #4e4e4e;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.content-block a {
    text-decoration: underline;
}
.content-block a:hover {
    text-decoration: underline;
}
a:active,
a:hover,
a:focus {
    color: #135d9c;
    outline: 0;
    text-decoration: none;
}
strong {
    font-family: 'MyriadPro-Bold';
    font-weight: normal;
}
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

::-webkit-input-placeholder {
    font-family: 'MyriadPro-Regular';
    color: #00512e;
    opacity: 1;
}

:-moz-placeholder {
    font-family: 'MyriadPro-Regular';
    color: #4e4e4e;
    opacity: 1;
}

::-moz-placeholder {
    font-family: 'MyriadPro-Regular';
    color: #4e4e4e;
    opacity: 1;
}

:-ms-input-placeholder {
    font-family: 'MyriadPro-Regular';
    color: #4e4e4e;
    opacity: 1;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1036px;
    }
}

.holder{
    float:left;
    width:100%;
    background:#72a352;
    min-height:50px;
    margin-top:10px;
}


.fa-parking:before {
    content: "\f540";
}


/* .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
    background-color: #a5a5a5;
    color: #ffffff;
    opacity: 0.7;
} */

.datepicker--cell.-reserved- {
    cursor: default;
    color: #aeaeae;
    /* background-color: black;
    background-color: #135d9c; */
    background-color: #c3e3ff;
    /* opacity: 0.7; */
}

/*=======  header  =======*/
div.verwijderKnop {
    background: url(../img/interact/delete_hover.png);
	width: 16px;
	height: 16px;
	margin-top: 9px;
}

.single-blok {
    min-height: 400px;
}

.header-top {
    width: 100%;
    background: #135d9c;
    padding: 4px 0;
}
.header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.header-right a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-family: 'MyriadPro-Semibold';
    letter-spacing: 0.6px;
}
.header-right a i{
    margin-right: 3px;
}
.language-flag {
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
}
.language-flag img{
    display: block;
    width:20px;
}
.header-right a:hover {
    color: #000000;
}
.header-bottom {
    width: 100%;
}
.header-logo {
    width: 100%;
}
.header-logo img{
    display: block;
}
.header-menu {
    width: 100%;
}
.header-menu ul{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    list-style: none;
}
.header-menu li{
    margin-left: 33px;
    position: relative;
}
.header-menu li:first-child{
    margin-left: 0;
}
.header-menu li a{
    display: block;
    font-family: 'MyriadPro-Semibold';
    font-size: 17px;
    color: #1d1f21;
    padding: 33px 0 25px;
}
.header-menu li.dropdown-parent > a{
    padding-left: 12px;
    position: relative;
}
.header-menu li.dropdown-parent > a:before{
    position: absolute;
    content: "\f078";
    left: 0;
    top: 53%;
    width: 12px;
    height: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 8px;
}
.header-menu li.current > a,
.header-menu li:hover a{
    color: #135d9c;
}
.header-menu li ul{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f8f8f8;
    width: 195px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.header-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-menu li li {
    width: 100%;
    margin: 0;
}
.header-menu li li a{
    width: 100%;
    padding: 9px 14px;
}
.header-menu li li a{
    color: #135d9c;
    font-size: 15px;
    line-height: 17px;
}
.header-menu li li.current > a,
.header-menu li li a:hover{
    color: #ffffff;
    background: #135d9c;
}


/*=======  content  =======*/

.banner-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-slider {
    width: 100%;
}
.single-slide {
    width: 100%;
}
.banner-container .single-slide,
.banner-container .slick-slide{
    height: 808px;
}
.banner-slider.vervolg .single-slide {
    height:400px;
}
.banner-container .image-wrap{
    height: 100%;
}
.single-slide img{
    display: block;
    width: 100%;
}
.banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-wrapper {
    position: absolute;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    top: 17.5%;
    left: 0;
    right: 0;
}
.overlay-content {
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.overlay-content h1{
    color: #ffffff;
}
.banner-slider .slick-dots {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.banner-slider .slick-dots li{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.banner-slider .slick-dots button{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28);
    border-radius: 50px;
    cursor: pointer;
    padding: 0;
    border: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}
.banner-slider .slick-dots button:focus{
    outline: 0;
}
.banner-slider .slick-dots li.slick-active button{
    background: rgba(255,255,255,0.61);
}
.banner-slider .slick-dots li.slick-active{
    width: 11px;
    height: 11px;
}
.title-banner .overlay-wrapper {
    top: 28.5%;
}
.content-box {
    width: 100%;
    padding: 87px 0 157px;
}
.content-block {
    width: 100%;
    padding-right: 12px;
    position: relative;
}
.content-box .container {
    position: relative;
}
.content-block h2{
    width: 100%;
    margin-bottom: 18px;
}
.content-block p{
    text-align: justify;
    letter-spacing: -0.25px;
}
.content-block .btn-default {
    height: 45px;
    line-height: 41px;
    font-size: 16px;
    text-decoration: none;
}
.content-image {
    width: 100%;
    padding: 9px 0 0;
}
.content-image .image-wrap{
    display: block;
    max-width: 420px;
    width: 100%;
    height: 418px;
    background-color: #f2eeee;
}
.message-block {
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -130px;
    -webkit-transform: rotate(-5deg) translateX(-50%);
    -moz-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
    max-width: 365px;
}
.message-block p{
    font-size: 54px;
    line-height: 50px;
    color: #d5d5d5;
    font-family: 'FreestyleScript-Regular';
    letter-spacing: 0;
    margin: 0;
}
.facilities-container {
    width: 100%;
    padding: 0 0 29px;
    background: #135d9c;
    text-align: center;
}
.facilities-container h5{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #ffffff;
    color: #135d9c;
    line-height: 20px;
    padding: 0 0 10px;
}
.facilities-container h5:before{
    position: absolute;
    content: "";
    left: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 30px 0;
    border-color: transparent #ffffff transparent transparent;
}
.facilities-container h5:after{
    position: absolute;
    content: "";
    right: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 32px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.facilities-container ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 35px 0 0;
}
.facilities-container ul li{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.card-single {
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.card-icon {
    width: 100%;
    font-size: 38px;
    color: #ffffff;
}
.card-single h6 {
    font-size: 16px;
    color: #ffffff;
    padding: 9px 0 0;
}
.testimonial-container {
    width: 100%;
    padding: 120px 0 90px;
}
.testimonial-slider {
    width: 100%;
    padding: 0 150px;
}
.single-testimonial {
    width: 100%;
    text-align: center;
}
.star-rating {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.star-rating li{
    display: inline-block;
    vertical-align: middle;
}
.star-rating li img{
    width: 30px;
}
.testimonial-content {
    max-width: 460px;
    width: 100%;
    margin: 61px auto 57px;
}
.testimonial-content p{
    line-height: 24px;
    font-family: 'MyriadPro-It';
}
.author-name {
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #135d9c;
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
}
.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -15px;
    width: 24px;
    height: 28px;
    border: 0;
    background: transparent;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.testimonial-slider .slick-arrow.slick-prev {
    background: url(../images/left-arrow.png) no-repeat center center;
    background-size: 100%;
    left: 0;
}
.testimonial-slider .slick-arrow.slick-next {
    background: url(../images/right-arrow.png) no-repeat center center;
    background-size: 100%;
    right: 0;
}
.testimonial-slider .slick-arrow:hover {
    opacity: 0.8;
}
.testimonial-slider .slick-arrow:focus {
    outline: 0;
}
.form-container {
    width: 100%;
    padding: 47px 0 144px;
}
.form-details {
    width: 92%;
    -webkit-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    -moz-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    padding: 44px 98px 57px 83px;
    background: #ffffff;
}
.inner-wrapper {
    max-width: 1200px;
}
.form-details h4 {
    margin-bottom: 37px;
}
.form-details form {
    padding-right: 97px;
    position: relative;
}
.input-row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12px;
}
.input-col {
    width: 47.7%;
    margin-left: 30px;
}
.input-col:first-child {
    margin-left: 0;
}
label {
    display: block;
    font-size: 18px;
    color: #4e4e4e;
    font-family: 'MyriadPro-Bold';
    margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 0 18px;
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
}
textarea {
    padding: 14px 18px;
    height: 157px;
    resize: none;
}
input[type="submit"] {
    display: inline-block;
    height: 64px;
    padding: 0 35px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-family: 'MyriadPro-Bold';
    border: 2px solid #135d9c;
    outline: 0;
    background: #135d9c;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
    background: #ffffff;
    color: #135d9c;
    outline: 0;
    box-shadow: none;
}
.input-row:nth-of-type(2) .input-col:nth-child(2) {
    width: 42.4%;
}
.input-row:nth-of-type(3) .input-col:nth-child(2) {
    width: 27.8%;
}
.form-details input[type="submit"]{
    position: absolute;
    right: 0;
    bottom: 0;
}
.arrangement-container {
    width: 100%;
    padding: 133px 0 0;
}
.featured-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    -moz-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    min-height: 120px;
    margin-bottom: 20px;
}
.featured-block.highlight {
    margin-bottom: 88px;
}
.btn-default {
    display: inline-block;
    height: 58px;
    line-height: 52px;
    padding: 0 23px;
    color: #ffffff;
    background: #135d9c;
    font-size: 18px;
    font-family: 'MyriadPro-Bold';
    border: 2px solid #135d9c;
}
.btn-default:focus,
.btn-default:hover {
    background: #ffffff;
    color: #135d9c;
}
.featured-image {
    width: 30.2%;
}
.featured-content {
    width: 72.6%;
    padding: 24px 30px 36px 34px;
}
.image-wrap {
    width: 100%;
    height: 252px;
    background-size: cover;
}
.featured-image .image-wrap {
    height: 100%;
}
.featured-block.highlight h4{
    margin: 6px 0 2px;
}
.details-list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
}
.details-list li{
    float: left;
    margin-left: 17px;
    font-size: 18px;
}
.details-list li i {
    font-size: 16px;
}
.details-list li:first-child{
    margin-left: 0;
}
.featured-content p{
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    word-break: break-all;
}
.button-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: right;
    padding-top: 4px;
}
.button-wrap .btn-default{
    margin-left: 17px;
    padding: 0 18px;
}
.button-wrap .btn-default:first-child{
    margin-left: 0;
}
.left-contentarea {
    width: 100%;
    padding-right: 74px;
}
.featured-block.highlight .button-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    padding: 0 0 0 15px;
}
.featured-block h4{
    margin-bottom: 12px;
}
.arrangements-list {
    width: 100%;
}
.arrangements-list h3{
    margin-bottom: 56px;
}
.overview-block {
    display: block;
    margin-left: -38px;
    width: 402px;
    background: #ffffff;
    -webkit-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    -moz-box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
    box-shadow: 47px 13px 54px rgba(135,135,135,0.34);
}
.widget-outer {
    width: 100%;
    padding: 30px 34px 9px;
}
.widget-outer h4{
    margin-bottom: 23px;
}
.widget-block {
    width: 100%;
    padding-bottom: 26px;
}
.widget-outer .widget-block h4{
    margin-bottom: 2px;
}
.widget-block p{
    margin-bottom: 20px;
    font-size: 18px;
}
.total-amount {
    width: 100%;
    padding: 18px 30px 40px;
    background: #135d9c;
}
.total-amount h4{
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 3px;
}
.total-amount h4:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 165px;
    height: 2px;
    background: #ffffff;
}
.total-amount p{
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}
.widget-block .details-list {
    margin: 0 0 17px;
}
.widget-block .details-list li{
    margin-left: 7px;
}
.widget-block .details-list li:first-child {
    margin-left: 0;
}

ul.bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bullet-list li {
    position: relative;
    padding-left: 24px;
}
ul.bullet-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #5b5b5b;
}
.flex-block .content-image .image-wrap{
    height: 440px;
    max-width: 460px;
}
.flex-block .content-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 40px;
}
.flex-block .content-block .btn-default{
    margin-top: auto;
    height: 55px;
    line-height: 51px;
    font-size: 22px;
}
.content-image.text-right .image-wrap {
    float: right;
}
.right-content .content-block{
    padding-right: 0;
}
.right-content {
    margin-top: 26px;
}
.flex-block  {
    width: 100%;
    padding: 0 0 172px;
}
.gallery-block {
    width: 100%;
    padding: 0 0 254px;
    text-align: center;
}
.gallery-slider {
    width: 100%;
    margin-top: 41px;
    position: relative;
    overflow: hidden;;
}
.gallery-slider .slick-list{
    margin: 0 -18px;
}
.gallery-slider .slick-slide{
    margin: 0 18px;
}
.gallery-slider .image-wrap {
    height: 364px;
}
.gallery-slider .slick-arrow {
    position: absolute;
    width: 42px;
    height: 70px;
    background: #135d9c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    color: transparent;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
    margin-top: -14px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.gallery-slider .slick-arrow:before {
    position: absolute;
    content: "\f053";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    text-indent: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 66px;
}
.gallery-slider .slick-arrow.slick-next:before {
    content: "\f054";
}
.gallery-slider .slick-arrow.slick-prev {
    left: 0;
}
.gallery-slider .slick-arrow.slick-next {
    right: 0;
}
.gallery-slider .slick-arrow:focus,
.gallery-slider .slick-arrow:hover {
    opacity: 0.9;
    outline: 0;
}
.routes-container {
    width: 100%;
}
.routes-container ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 102.6%;
    list-style: none;
    margin: 0 0 0 -2.6%;
    padding: 0;
}
.routes-container li{
    width: 30.7%;
    margin: 0 0 100px 2.6%;
}
.card-title {
    margin-bottom: 0;
    min-height: 78px;
    text-align: center;
    padding: 0 36px;
}
.card-title h3 {
    color: #000000;
}
.card-title h3 a{
    color: #000000;
}
.card-title h3 a:hover{
    color: #135d9c;
}
.card-image {
    width: 100%;
    height: 396px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 6px 8px 40px rgba(135,135,135,0.2);
    -moz-box-shadow: 6px 8px 40px rgba(135,135,135,0.2);
    box-shadow: 6px 8px 40px rgba(135,135,135,0.2);
}
.card-image .image-wrap{
    height: 100%;
}
span.distance {
    position: absolute;
    display: block;
    width: 108px;
    height: 97px;
    background: #135d9c;
    color: #ffffff;
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    line-height: 92px;
    text-align: center;
    top: 0;
    left: 29px;
}
.routes-container .inner-wrapper {
    padding: 0 30px;
}
.contact-details {
    width: 100%;
    padding: 130px 0 73px;
}
.details-inner {
    width: 100%;
    text-align: center;
}
.detail-single {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 32%;
}
.detail-single h2{
    color: #4e4e4e;
    padding: 35px 0 22px;
}
.icon-wrap {
    display: block;
    width: 100%;
    height: 87px;
    text-align: center;
    position: relative;
}
.icon-wrap img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.detail-single a {
    font-size: 36px;
}
.detail-single a:focus,
.detail-single a:hover {
    color: #135d9c;
}
.detail-single address {
    font-size: 36px;
    line-height: 32px;
}
.contact-container {
    width: 100%;
    /* background: #f2eeee; */
    padding: 100px 0 90px;
}
.contact-form h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 65px;
}
.contact-form .input-row {
    margin-bottom: 44px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"]{
    height: 58px;
    border: 0;
    border-radius: 0;
    font-size: 24px;
}
.contact-form textarea {
    border: 0;
    border-radius: 0;
    font-size: 24px;
}
.contact-form input[type="submit"] {
    height: 43px;
    line-height: 39px;
    font-size: 24px;
    font-family: 'MyriadPro-Regular';
    padding: 0 23px;
    margin-top: -22px;
}
.home-content .content-block {
    padding-right: 42px;
}
.content-box.home-content {
    padding: 90px 0 112px;
}
.home-content .content-block h2 {
    margin-bottom: 41px;
}
.home-content .message-block {
    margin-left: -115px;
    bottom: -19px;
}
.home-content .message-block p{
    font-size: 60px;
}
/* .reserve-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21.8%;
    margin: 0 auto;
    max-width: 1006px;
    width: 100%;
    height: 162px;
    background: #ffffff;
} */

.reserve-form {
    bottom: 3.8%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1006px;
    width: 100%;
    height: 162px;
    margin-top: 50px;
    background: #ffffff;
}


.reserve-form form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.input-block {
    width: 27.5%;
    padding: 29px 15px;
    text-align: center;
    position: relative;
}
.input-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #dbdbdb;
}
.input-block:first-child:before,
.input-block.submit-btn:before {
    display: none;
}
.input-block.submit-btn {
    width: 17.7%;
    padding: 0;
}
.input-block input[type="submit"]{
    height: 100%;
    width: 100%;
    border: 0;
    background: #135d9c url(../images/arrow-white.png) no-repeat center center;
    background-size: 70px;
}
.input-block input[type="submit"]:hover {
    opacity: 0.8;
}
.input-block label {
    font-size: 16px;
    letter-spacing: 0.8px;
    font-family: 'MyriadPro-Regular';
    margin-bottom: 14px;
}
.input-block input[type="text"] {
    border: 0;
    height: 70px;
}
.input-block .datepicker-new {
    position: absolute;
    opacity: 0;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
.input-block .day {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-family: 'MyriadPro-Semibold';
    margin-right: 2px;
}
.input-block .date-block {
    display: inline-block;
}
.input-block .month {
    font-size: 21px;
    line-height: 21px;
    font-family: 'MyriadPro-Semibold';
    margin-bottom: 2px;
    text-align: left;
}
.input-block .year {
    font-size: 21px;
    line-height: 21px;
    font-family: 'MyriadPro-Semibold';
    color: #135d9c;
    text-align: left;
}
.increment-block {
    display: inline-block;
    width: 164px;
    padding-right: 24px;
    position: relative;
}
.increment-block input[type="text"], .increment-block input[type="number"] {
    font-size: 60px;
    font-family: 'MyriadPro-Semibold';
    padding: 0;
    text-align: center;
    height: 60px;
}
.increment-block input[type="number"] {
    border:none;
    -moz-appearance: textfield;
}
.increment-block input[type="number"]::-webkit-outer-spin-button,
.increment-block input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.increment-block button{
    width: 22px;
    height: 16px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    opacity: 0.83;
}
.button-right {
    position: absolute;
    right: 0;
    width: 22px;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.increment-block button.plus-btn{
    background: url(../images/arrow-top.png) no-repeat center center;
}
.increment-block button.minus-btn{
    background: url(../images/arrow-bottom.png) no-repeat center center;
}
.increment-block button:focus,
.increment-block button:hover {
    opacity: 1;
    outline: 0;
}
.input-block.number {
    text-align: right;
    padding-right: 38px;
}
.input-block.departure {
    width: 28.5%;
}
.map-container {
    width: 100%;
    height: 573px;
}
.map-container iframe{
    width: 100%;
    height: 100%;
}


/*=======  footer  =======*/

.footer-container {
    width: 100%;
}
.footer-top {
    width: 100%;
    background: #1d1f21;
    padding: 55px 0 30px;
}
.footer-left {
    width: 100%;
}
.footer-logo {
    width: 100%;
    margin-bottom: 30px;
}
.footer-logo img{
    display: block;
}
.footer-left address {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 27px;
}
.footer-left p {
    width: 100%;
    margin: 0;
    color: #ffffff;
    line-height: 25px;
}
.footer-left p a{
    color: #ffffff;
}
.footer-left p a:hover{
    color: #135d9c;
}
.location-map {
    width: 100%;
    padding-left: 21px;
}
.footer-info {
    display: block;
    margin-bottom: 70px;
    text-align: center;
}
.subscribe-details h6,
.footer-info h6{
    color: #ffffff;
    margin-bottom: 15px;
}
.subscribe-details {
    display: block;
    text-align: center;
}
.subscribe-details p{
    margin-bottom: 10px;
}
.footer-bottom {
    width: 100%;
    background: #135d9c;
    padding: 4px 0 2px;
}
.footer-bottom ul{
    list-style: none;
}
.footer-bottom li{
    float: left;
    margin-left: 95px;
}
.footer-bottom li:first-child{
    margin-left: 0;
}
.footer-bottom li a{
    font-size: 14px;
    color: #ffffff;
}
.footer-bottom li a:hover{
    color: #000000;
}

.reserveerForm {
    width: 40%;
}
.reserveerForm .jacuzzi {
       display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 0 18px;
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
}
.reserveerForm .reserve-desc p {
    margin-bottom: 10px;
    line-height: 24px;
}
.reserveerForm .reserve-desc {
    margin-bottom: 30px;
}
.text_wrap {
    width: 70%;
}

.minus-btn {
    margin-top: 4px;
}

.bedankt_text {
    width: 100%;
    margin-bottom: 50px;
    font-size: 25px;
}
.add_arrangement.disabled {
    background-color: #a6aaad;
    border-color: #a6aaad;
    cursor: default;
}
.add_arrangement.disabled:hover, .add_arrangement.disabled:focus {
    color: #ffffff;
}
.datepicker--day-name, .datepicker--button, .datepicker--cell.-current-, .datepicker--nav-title i {
    color:#135d9c;
    color: #aeaeae;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus- {
    background:#135d9c;
	color: #ffffff;
}
.dp-note {
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
span#arrivaldate, span#departuredate {
    cursor:pointer;
}


.disabled-start-date.disabled-end-date {
    background: #c3e3ff ;
    background: -moz-linear-gradient(left, #c3e3ff  0%, #c3e3ff  49%, #ffffff 50%, #c3e3ff  51%, #c3e3ff  100%);
    background: -webkit-linear-gradient(left, #c3e3ff  0%,#c3e3ff  49%,#ffffff 50%,#c3e3ff  51%,#c3e3ff  100%);
    background: linear-gradient(to right, #c3e3ff  0%,#c3e3ff  49%,#ffffff 50%,#c3e3ff  51%,#c3e3ff  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e3ff ', endColorstr='#c3e3ff ',GradientType=1 );
}

.disabled-start-date {
    background: linear-gradient(90deg, #ffffff 50%, #c3e3ff  50%);
}

.disabled-end-date {
    background: linear-gradient(90deg, #c3e3ff 50%, #ffffff 50%);
}
/* .datepicker--cell.-reserved- {
	background: #c3e3ff;
} */

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: initial;
}
.datepicker--cell.-reserved- {
	color: #aeaeae;
}

.-selected-.datepicker--cell-day.-other-month- {
 	background: #135d9c;
}

.datepicker--cell-day.-other-month-.-disabled- {
	color: #aeaeae;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #4a4a4a;
}
