@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

#reserveren_oud a{
    color: #bfa805;
}

#reserveren_simple_form{
    background-color: #ffffff4f;
    border-radius: 10px;
}

.w-70{
    width: 70%!important;
}

.w-49{
    width: 49%!important;
}

nav a {
    color: inherit;
}

nav{
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.7s ease-out;
    -moz-transition: background-color 0.7s ease-out;
    -o-transition: background-color 0.7s ease-out;
    transition: background-color 0.7s ease-out;
}

nav a:hover{
    color: #feaaff;
    border-bottom: solid 3px #e6b106;
}

nav.scrolledDown a:hover{
    color: #6b91ff;
    border-bottom-color: #31bf28;
}

#nav_logo a:hover{
    color: inherit;
    border: none;
}

#contact_thanks_title{
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#reserveren_thanks_title{
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.footer_logo_div img{
    max-height: 200px;
    object-fit: contain;
}
.footer_logo_div div{
    text-align: center;
}

.footer_contact_list .fas, .footer_contact_list .fab{
    color: white;
    text-align: center;
    background: #4c6fb3;
    padding: 10px;
    border-radius: 5px;
}

.footer_contact_list li{
    display: inline-block;

}

.font_boskreek {
    font-family: 'Marck Script', cursive;
}

.font_size_2_rem{
    font-size: 2rem;
}

.font_size_2_5_rem{
    font-size: 2.5rem;
}

.font_size_3_rem{
    font-size: 3rem;
}

.font_size_initial{
    font-size: initial;
}

.parallax {
    /* Set a specific height */
    height: 55vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .parallax{
    height: 100vh;
    background-image: url("../../images/luchtfoto.jpg");
}

.faciliteiten .parallax{
    background-image: url("../../images/faciliteiten.jpg");
    background-position: bottom;
}

.nieuws .parallax{
    background-image: url("../../images/nieuws.jpg");
    background-position: bottom;
}

.contact .parallax{
    background-image: url("../../images/contact.jpg");
}

.reserveren .parallax{
    background-image: url("../../images/reserveren.jpg");
    height: 100vh;
}

.omgeving .parallax{
    background-image: url("../../images/omgeving.jpg");
    height: 100vh;
}

.faciliteiten section#pricing {
    height: fit-content;
}
.faciliteiten .pricing-table .card {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.faciliteiten .pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500;
}

.faciliteiten .pricing-table .card .card-price {
    font-size: 2.7rem;
}

.faciliteiten .pricing-table .card .card-price .term {
    font-size: .875rem;
}

.faciliteiten .pricing-table .card .fa-ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.faciliteiten .pricing-table div.col-lg-5{
    margin-bottom: 20px;
}

.faciliteiten .download_button{
    display: inline-block;
    padding: 15px;
}


.faciliteiten .download_button a{
    padding: 15px;
    border: 1px blue solid;
    background-color: white;
    max-width: fit-content;
    border-radius: 10px;
    color: blue;
}


.faciliteiten .download_button a:hover{
    border: 1px white solid;
    background-color: blue;
    color: white;
}


.omgeving .main_header_welcome{
    background-color: #000000ad;
}

.contact_form_input{
    background-color: #ececec;
    border-radius: 15px;
    padding: 10px;
}

#contact_form_wrapper{
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    color: #d85100;
    width: 75%;
}

#contact_form_wrapper::after{
    border-radius: 20px;
    background-image: url("../../images/appeltjes.jpg");
    opacity: 0.3;
}


.transparent-background{
    display: block;
    position: relative;
}

.transparent-background::after{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}



#contact_logo_popup{
    height: 100%;
}

.home section{
    background-color: #c5ff9e8f;
    border-radius: 10px;
    padding: 20px;
}

.home section ul{
    margin-left: 25px ;
}

.scrolledDown{
    color: black!important;
    background: rgba(255,255,255, 0.9);
}

.a_style_inherit{
    color: inherit;
}

.ul_style_none{
    list-style-type: none;
}

.padding_unset{
    padding: unset;
}

.faciliteiten_icon_list li{
    background-color: #4c6fb3;
    padding: 20px;
    border-radius: 10px;
    width: fit-content;
    color: white;
    font-size: 2.5rem;
    display: flex;
}

#carouselFaciliteiten + div img{
    max-height: 80vh;
}

.faciliteiten .view{
    background: white;
}

/*.carousel-control-prev, .carousel-control-next{*/
/*    background-color: pink;*/
/*}*/

.faciliteiten .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.faciliteiten .carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.faciliteiten_carousel_height{
    height: 80vh;
}

.faciliteiten .view img{
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}

.faciliteiten .carousel-caption{
    background: rgba(255, 255, 255, 0.5);
    color: black;
}

.nieuws header + .container h2 + div.m-auto{
    width: 500px;
}

#mapid{
    height: 200px;
}

.main_header_welcome{
    font-size: 3rem;
    color: white;
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
}

.home .main_header_welcome{
    top: 60%;
}

.reserveren .main_header_welcome{
    top: 20%;
    left: 12%;
    background-color: #000000db;
    border-radius: 20px;
    max-height: 75vh;
    overflow: auto;
}

.w-85{
    width: 85vw!important;
}

.footer-copyright{
    background-color: #323741;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}

.btn-fb:hover {
    color: #fff;
    background-color: #4264aa;
}

.btn-fb .btn-floating{
    line-height: 3rem!important;
    font-size: 1.3rem;
}

.page-footer{
    background-color: #e0e0e0;
}



