
/*
	Beukenhoeve.nl / JK Webdesign.nl Jan 2020

    darkgreen   #1b3e32
    lightgreen  #32713f
    gray        #757474


    Bootstrap Breakpoints
    576px, 768px, 992px, 1200px
*/

/* Print version */

@media print {
    *, a, body {
        text-decoration: none !important;
    }
    body {
        overflow:hidden !important;
    }
    .footer-google-map{
        left:-30px!important;
    }
}

/* CCM vs Bootsrap fix */
.ccm-ui .nav {
    display: block !important;
}

html, body {
    margin:0; padding:0;
	overflow-x: hidden;
}

body{
    margin: 0; padding: 0;
    background:#fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 2em;
    position: relative;
    overflow-x: hidden;
}

/*
    TYPOGRAPHY / CONTENT
*/

a {
    color: #1b3e32;
    text-decoration: none;
}

a:hover {
    color: #32713f;
    text-decoration: underline;
}

p{
    margin: 8px 0px;
}



h1, h2, h3, h4, h5, h6{
    color: #173b2f;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    margin: 24px 0px 16px 0px;
    padding: 0;
    line-height: 1.2em;
}

h1 { font-size: 22px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; margin: 16px 0px 8px 0px; }

h5, h6 { font-size: 14px; }

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align: center;
}

h2.right, h3.right, h4.right,h5.right, p.right{ float:right; }
h2.left, h3.left, h4.left,h5.left, p.left{ float:left; }

main h1,
main h2 {
    border-bottom: 1px #1b3e32 solid;
    padding-bottom: 12px;
    margin-bottom: 32px;
    position: relative;
}

.page-template-Voorpagina main h1{
    text-align: center;
}

hr{
    margin: 32px 0px;
    border-top: 1px solid #1b3e32;
    position: relative;
}

main hr:after,
main h1:after,
main h2:after{
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -25px;
    background-image: url(../images/DividerOrnament_darkgreen.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 50% 50%;
}

iframe{
    /*display: inline-block;*/
    margin:0; padding: 0;
    border:0;
}

img {
    border: 0;
}

img.block,
img.img-responsive{
    display: block;
    width: 100%;
    height: auto;
}

img.img-responsive-75{ width: 75%; }
img.img-responsive-50{ width: 50%; }
img.img-responsive-25{ width: 25%; }

img.right{
    float:right;
    margin-left: 16px;
    margin-bottom: 16px;
}

img.left{
    float:left;
    margin-right: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width : 500px) {
    img.right,
    img.left{
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        height: auto !important;
    }
}

img.rounded {
    border-radius: 16px;
}

img.shadow{
    box-shadow: 0px 0px 12px 0px rgba(100, 100, 100, .5);
}

ul.no-bullets,
ul.no-bullets li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


/*
    BLOCKS
*/


div.block-wrapper{
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    overflow: auto;
}
.wrapper-banner div.block-wrapper{
    margin-top: 0;
    margin-bottom: 0;
}



.page-template-informatiepagina .contentArea2 div.block-wrapper{
    /*margin-top: 108px;*/
}

/* BLOCK: image-block */
.image-block-image {
    object-fit: cover;
    max-height: 215px;
    height: auto;
    width: 100%;
    object-position: center center;
}

@media only screen and (max-width : 768px) {
    .image-block-image {
        max-height: 370px;
        height: auto;
    }
}


div.image-block h3{
    text-align: center;
    color: #757474;
}


/* BLOCK: banner-block */

.banner-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top:0;
    left:0;
    overflow: auto;
}
.ccm-page .banner-image{
    min-height:500px ;
}


@media only screen and (max-width : 576px) {/* 576px, 768px, 992px, 1200px */
    .banner-image{
        min-height:300px ;
    }
}
.content-panel {
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 24px 24px;
    margin-top:32px;
    margin-bottom:32px;
}

.content-panel h2{
    margin-top: 0px;
}

.page-template-Voorpagina .banner-block .button {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-Voorpagina.lang-de .banner-block .button {
    font-size: 18px;
}

/* 576px, 768px, 992px, 1200px */

@media only screen and (min-width : 440px) {
    .page-template-Voorpagina .banner-block .content-panel {
        width: 400px;
        padding-bottom: 40px;
    }

    .page-template-Voorpagina .banner-block .content-panel h2 {
        font-size: 32px;
        padding-top: 30px;
    }

    .page-template-Voorpagina .banner-block .content-panel p {
        font-size: 20px;
        margin-top: 20px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

    .page-template-Voorpagina .banner-block .button {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
        width: 320px;
    }
}



/*
    LAYOUT
*/

.clear {
    font-size: 0;
    line-height: 0;
    margin:0; padding: 0;
    clear: both;
}

.wrapper {
    max-width: 1355px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width : 768px) {
    .wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }
}


/*
    HEADER
*/

header {
    display: block;
    position: relative;
    /*height: 76px;*/
}

header .wrapper{
    position: relative;
}

header .header-top{
    padding-top: 1px;
    min-height: 80px;
    border-bottom: 1px #d1d1d1 solid;
}

header #logo{
    display: block;
    width: 328px;
    height: 62px;
    position: relative;
    left:50%;
    margin-top: 9px;
    margin-left: -180px;
}

header #logo a img{ /* 100% = 3280x620 */
    width: 328px;
    height: 62px;
}



/*
    HEADER NAV
*/

header .header-menu{
    border-bottom: 1px #ececec solid;
}

header .navbar{
    min-height: 120px;
    background-color: white;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    color: #747474;
}

@media only screen and (max-width : 992px) {
    header .navbar {
        min-height: 60px;
    }
}

.navbar .navbar-toggler {
    width: 36px;
    height: 36px;
    padding: 0px;
    position: absolute;
    z-index: 999;
    top: 11px;
    background: none;
}

.navbar .navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler i.fas{
    color: #1b3e32;
    font-size: 32px;
}
.navbar .navbar-collapse ul {
    display: flex;
    width: 100%;
    /*background-color: red;*/
    /*align-items: center;*/
    justify-content: space-between !important;
}

.navbar .navbar-collapse ul li {
    /*display: inline !important;*/
    text-align: center;
    margin-right: 20px;
    line-height: 1.4em;
}
/*
.navbar .navbar-collapse ul li.nav-path-selected {
    background-image: url(../images/DividerOrnament_lightgreen.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50% 20%;
}*/

.navbar .navbar-collapse ul li a{
    color: #3f864e;
}
.navbar .navbar-collapse ul li.nav-path-selected a{
    color: #00160e;
    font-size: 1.1em;
}

.navbar .navbar-collapse.collapsing ul li,
.navbar .navbar-collapse.show ul li{
    padding-bottom: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}



/*
header nav ul{
    list-style: none;
    padding:0; margin:0;
    display: block;
}

header nav ul li{
    list-style: none;
    padding:0; margin:0;
    display: inline-block;
    padding-left: 28px;
}

header nav ul li.hide{
    display: none;
}

header nav ul li:first-child{
    padding-left: 0;
}

header nav ul li a{
    display: inline;
    color: #747474;
}

header nav ul li:hover a,
header nav ul li.current a{
    color: #1b3e32;
}

header nav ul li:hover ul li a,
header nav ul li.current ul li a{
    color: #000;
}

header nav ul li ul li a:hover{
    color: #1b3e32;
}
*/


/* Lvl2 */
header nav ul li ul{ display: none; }
/*header nav ul li.current ul{ display: block; }*/

header nav ul li ul{
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    top:56px;
    left:-144px;
    width: 900px;
    height: auto;
    padding:0; margin:0;
    padding-left: 32px;
    padding-bottom: 8px;
    background-color: #fff;

    word-wrap: break-word;
}

header nav ul li ul li ul{ display: none }

header nav ul li ul li{
    list-style: none;
    padding:0; margin:0;
    display: inline-block;
    padding-left: 12px;
}

header nav ul li ul li.hide{
    display: none;
}

header nav ul li ul li:first-child{
    padding-left: 0;
}

header nav ul li ul li a{
    font-size: 14px;
    color: #000;
    text-transform:none;
}

header nav ul li ul li.current{

}

header nav ul li ul li.current a{
    padding:2px 6px;
    background: #1b3e32;
    color: #fff;
}


/*
    TOP BAR
*/

header .top-bar{
    position: absolute;
    top: 32px;
    right: 0px;
    color: #173b2f;
    font-family: 'Cinzel', serif;
    font-weight: bold;
}

@media only screen and (max-width : 992px) { /* 576px, 768px, 992px, 1200px */
    header .top-bar{
        position: inherit;
        top: auto;
        right: auto;
        text-align: center;
        transform: scale(0.8);
        margin-top: 10px;
    }
}

.top-bar ul,
.top-bar ul li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top-bar ul li.language a{
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 3px;
    background:#1b3e32;
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    font-size: 12px;
    opacity: .6;h
}



/*
    ICONS
*/

i.fab.size25,
i.far.size25,
i.fas.size25{
    font-size: 25px;
    line-height: 18px;
    margin-right: 10px;
    opacity: .6;
    position: relative;
    top: 3px;
}

i.fab.size18,
i.far.size18,
i.fas.size18{
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    opacity: .6;
}

button i{
    opacity: 1 !important;
}



/*
    SOCIAL
*/


#social{
    list-style: none;
    margin: 0; padding: 0;
    position: absolute;
    z-index: 200;
    top:42px;
    left:460px;
    width: 130px;
}
/*#social{ transform: scale(.75) }*/

#social li{
    list-style: none;
    margin: 0; padding: 0;
    margin-left: 16px;
    float: left;
}

#social li:first-child{
    margin-left: 0;
}

#social li a{
    padding:0; margin:0;
    width: 56px;
    height: 56px;
}


/*
    FORM
*/

form label{
    color: #173b2f;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    /*margin: 24px 0px 16px 0px;*/
    padding: 0;
    /*line-height: 1.2em;*/

    display:block;
    text-align: left;
}

/*
form,
form fieldset{
    border:0; padding:0; margin:0;
}

form label{
    display:block;
    padding-bottom:16px;
}

form label span{
    display:block;
    padding-bottom:8px;
}



form input,
form textarea{
    box-sizing: border-box;

    display: block;
    width: 100%;
    border:none;

    padding:8px 8px;
    background:#ffffff;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

form label.checkbox span{
    display:inline;
    float:none;
    width:auto;
}

form label.checkbox input{
    width:auto;
}

form fieldset.formButtons{
    text-align:right;
    padding:6px 0px;
}
*/

a.button,
button{
    display: inline-block;
    padding:14px 24px;
    margin:0;
    border:0;
    border-radius: 8px;
    line-height: 1.2em;
    background: #1b3e32;
    color:#fff;
    text-align: center;
    font-family: 'Cinzel', serif;
    cursor: pointer;
}

a.close:hover,
a.button:hover,
button:hover{
    text-decoration: none;
    background-color: #24563e;
    transform: scale(1.02);
}

form.reservationform button{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 8px;
    display: block;
    width: 100%;
}



/*
    CONTACT BAR
*/

div.contact-bar {
    box-sizing: border-box;
    padding:16px 0px;
    /*margin-top: 32px;*/
    clear:both;
    background:#1b3e32;
    color: white;
}

div.contact-bar h2{
    color: white;
    margin: 0;
    margin-top: 10px;
}

div.contact-bar a{
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: normal;
    margin: 8px 0px;
    padding: 0;
    line-height: 1.2em;
    font-size: 18px;
}

@media only screen and (max-width : 768px) {
    div.contact-bar h2.left,
    div.contact-bar p.right{
        float:none;
        text-align: center;
    }
    div.contact-bar br.clear{ display: none }
}


/*
    FOOTER
*/

.footer-google-map{
    height: 100%;
    min-height: 400px;
    position: relative;
    left: 0;
}

@media only screen and (max-width : 768px) {
    .footer-google-map{
        left: -8px;
        right: -8px;
    }
}

.map-wrapper {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    background-image: url(../images/google-map-casaCarvoeiro.jpg);
    background-position: center center;
    overflow: hidden;
}
.map-wrapper .map-overlay { position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; background-color: rgba(27,62,50, 0.4); }
.map-wrapper .map-overlay:hover{background-color: rgba(27,62,50, 0.3); }
.map-wrapper .map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
}
.map-wrapper .map-pin::after{
    content:'<div></div>';
    display: block;
    width: 265px;
    height: 350px;
    position: relative;
    left:-132px;
    top:-350px;
    background-image: url(../images/map-marker_v2.png);
    background-position: center center;
    transform: scale(0.5);
    transform-origin: bottom center;
}


.footer-content .block-wrapper{
    /*width: 80%;*/
}

/*
    COPYRIGHT FOOTER
*/

footer {
    box-sizing: border-box;
    padding:16px 0px;
    clear:both;
    background:#1b3e32;
    color: white;
    font-family: 'Cinzel', serif;
}

footer .wrapper{
    position: relative;
}

footer a {
    color: white;
}

footer a:hover{
    color: white;
}

footer p.right{
    margin-right: 80px;
}

footer p.right a{
    margin-left: 12px;
}

footer .designby a { cursor: text;}
footer .designby a:hover { color: white; text-decoration: none }

footer #scroll-up {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

footer #scroll-up i.fas {
    font-size: 32px;
    opacity: .6;
}

.datepicker {
    margin-bottom: 30px;
}


div.ccm-block-top-navigation-bar .navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent !important;
    margin-top: -15px !important;
}