/* 
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Glimlach (van Losser)

	Colors:
	donkerblauw: #0d232c
	groen: #008271
	lichtgroen: #dceddf (a8d3af)
	beige: #eae5df
*/

html, body{
    font-family: "Figtree", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
}

html {
    position: relative;
    min-height: 100%;
}
body{
    /* Margin bottom by footer height */
    margin-bottom: 45px;
    background-color: transparent;
}
.bg {
    background-repeat: repeat;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h1 {
    color: #0d232c;
    font-size: 40px;
}
h2 {
    color: #0d232c;
    font-size: 35px;
}
a {
    color: #000000;
}
.contents{
    /*make sure the footer is still on bottom
    min-height: 300px;*/
    padding: 40px 0px;
    /* text-align: center; */
}
.contents h2{
    font-size: 25px;
}
.left {
    float: left;
    margin-top: 0px !important;
}
.right {
    float: right;
}

/* Header styles*/
#header {
    /* max-width: 100% !important; */
    border-radius: 50px;
}

#headerwrapper {
    margin: 0 auto; /* slideshow */
}
img.header-logo {
    margin: 20px 0;
}
.header-logo-mob {
    display: none;
}
@media(max-width:767px){
    #header {
        border-radius: 25px;
        margin: 0 10px !important;
    }
}
.divider-noheader {
    height: 150px;
    background-color: transparent;
}

/* Footer Styles*/
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
}
.copyright {
    text-align: center;
    padding-top: 0.5em;
    background: #008271;
    height: 45px;
    color: #fff;
}

/* Default Style Overrides */
.header>.container>.navbar-transparent{
    background:none!important;
    border:none!important;
}
.navbar-nav>li>a{
    font-size: 1em!important;
    color: #000;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
    color: #008271;
    background: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: none;
}
@media (min-width: 1200px) {
    .nav>li>a {
        padding: 8px;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    .navbar-nav>li>a {
        font-size: 0.75em !important;
        padding: 6px;
    }
}

.navbar {
    position: relative;
    z-index: 8;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav {
    margin: 20px 0;
    float: right;
}
.navbar-nav>li {
    margin-top: 8px;
}
.navbar-nav>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-nav>li.active>a {
    color: #008271;
    font-size: 20px;
    text-decoration: none;
}
.navbar-nav>li.childactive>a {
    color: #4a5e03;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold; }

/* Open default child menus */
.dropdown-menu {
    background-color: #fff;
    font-size: 1.1em!important;
    margin: 15px 20px;
    padding: 10px;
}
.navbar-nav li p {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 150%;
    background-color: #999;
    width: 20px;
    text-align: center;
    margin: 0px;
}
.sub_menu li a {
    color: #000;
}
.dropdown>.dropdown-menu {
    left: 0;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
}
.dropdown-menu>li>a {
    color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #dceddf;
    border-radius: 15px;
    color: #000;
}
.dropdown>.dropdown-menu .dropdown-menu {
    left: 100%; top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: inherit;
}
.navbar-nav>li.childactive>a {
    color: #008271;
    font-weight: inherit;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #008271;
}
@media (min-width: 992px) {
    .Text {
        font-size: 30px;
        left: 65%;
    }
    .Button {
        left: 65%;
    }
}
.showmobile {
    display: none;
}
.hidemobile {
    display: block;
}

/* == RELATED INFO == */
/* Related1 */
.relatedinfo1  {
    background: linear-gradient(to bottom, #dceddf, #dceddf 50%,#ffffff 50%, #ffffff 50%);
    padding-top: 100px;
    margin-bottom: 100px;
}
.bg-green {
    background-color: #dceddf;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    /* margin-right:-10vw; /*(100vw - 80vw)/2*/ */
}
.bg-green2 {
    background-color: #dceddf;
}
.bg-darkgreen {
    background-color: #008271;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #ffffff;
    padding: 40px;
}
.bg-darkgreen h2 {
    color: #ffffff;
}
@media screen and (min-width:1440px) {
    .bg-darkgreen {
        margin-right:calc((60rem - 100vw)/2);
    }
}

img.rel1-img {
    /* margin: -50px 0 0 50px; */
    border-radius: 100px 0px 0px 100px;
    border-left: 50px solid #fff;
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
}
.rel1-content {
    padding: 50px 25px;
}
.rel1-content h1 {
    line-height: 1.5em;
}
.rel1-button, .rel3-button, .rel6-button, .submit .btn {
    padding: 15px 35px;
    border-radius: 35px;
    margin-top: 10px;
    background-color: #008271;
    border: 2px solid #008271;
    font-size: 18px;
    color: #fff;
}
.rel1-button a, .rel3-button a, .rel6-button a {
    color: #fff;
    text-decoration: none;
}
.rel1-button:hover, .rel3-button:hover, .rel6-button:hover {
    background-color: #dceddf;
    border: 2px solid #008271;
    font-size: 18px;
    color: #008271;
}
.rel1-button:hover a, .rel3-button:hover, .rel1-button a:hover, .rel3-button a:hover, .rel6-button:hover a, .rel6-button a:hover {
    color: #008271;
    text-decoration: none;
}
@media (min-width: 992px) {
    .relatedrow {
        display: flex;
    }
    .rel1-content {
        line-height: 2em;
    }
    .rel1img {
        position: relative;
        top: 90px;
    }
}
@media (max-width: 991px) {
    .relatedinfo1  {
        background-color: #dceddf;
        padding-top: 10px;
        margin: 50px 0px;
    }
}
@media (max-width: 767px) {
    .rel1-content h1 {
        line-height: 1.3em;
    }
}


/* Related3 */
.relatedinfo3 {
    background-color: rgb(46, 49, 47)
}
.rel3-content {
    padding: 0px;
}
.rel3-name {
    color: #0d232c;
}

/* Related4 */
.relatedinfo4  {
    background-color: #0d232c;
    color: #fff;
    padding: 50px;
}
.relatedinfo4 a {
    color: #fff;
}
@media (max-width: 991px) {
    .relatedinfo4 {
        padding: 10px 0;
    }
}
@media (max-width: 1199px) {
    .relatedinfo4 .col-sm-12.col-md-6.col-lg-3 {
        margin-bottom: 30px;
    }
}

/* Related5 */
.relatedinfo5 {
    background-color: #dceddf;
    background: linear-gradient(to bottom, #dceddf, #dceddf 30%,#008271 30%, #008271 70%);
    margin: 100px 0;
}
.relatedinfo5 .container {
    background-color: #0098af;
    color: #fff;
    text-align: center;
    padding: 50px 0px 100px;
    border-radius: 50px;
}
.relatedinfo5 .content {
    background-color: #008271;
    padding: 60px;
    color: #fff;
}
.rel5-name, .relatedinfo5 .content a {
    color: #fff;
}
.rel5-button {
    color: #fff;
    margin-top: 10px;
    background-color: #0d232c;
    border-color: #0d232c;
    border-radius: 35px;
    padding: 15px 35px;
    font-size: 18px;
}
.rel5-button a {
    color: #fff;
    text-decoration: none;
}
.rel5-button:hover {
    font-size: 18px;
    color: #fff;
    background-color: #dceddf;
    border-color: #dceddf;
}
.rel5-button:hover a, .rel5-button a:hover {
    color: #0d232c;
    text-decoration: none;
}
.rel5-img {
    /* margin-top: -100px; */
    border-top-left-radius: 100px;
    float: right;
}
@media (min-width: 992px) {
    .relatedinfo5 .content {
        padding: 0px 60px 60px 60px;
        position: absolute;
        bottom: 0px;
    }
    .relatedinfo5 .relatedrow {
        padding-top: 10px;
    }
}

/* Related6 */
.relatedinfo6 {
    padding: 0px;
    margin-bottom: 30px;
}
.rel6-content {
    margin: -20px 50px 0 0;
}
.rel6-img {
    border-radius: 50px;
}
@media (max-width: 991px) {
    .rel6-img {
        margin-bottom: 50px;
    }
}
/* == CALENDAR == */
.event_content {
    margin-left: 150px;
}
.calendarevent {
    height: 40px;
    text-align: left;
}
.event_date, .event_title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.event_title {
    margin-left: 50px;
}
.event_date {
    color: #0d232c;
}
.event_more {
    margin-bottom: 15px;
}
.event_next:before {
    content: url(../img/next.png);
    content: "\00bb";
    color: #fff;
    font-size: 40px;
    padding: 0px 10px;
    color: #0d232c;
}

/* == REACTFORMS == */
.formulier {
    background: #f4f2ef;
    padding: 60px;
    border-top-left-radius: 50px;
}
.form-control {
    padding: 30px 12px;
    border-radius: 20px;
}
@media screen and (min-width:801px) {
    .formulier {
        margin-right:calc((10rem - 65vw)/2);
        margin-left:calc((10rem - 45vw)/2);
    }
}
/* == SLIDESHOW > HEADER == */
/* >>Arrows: different content */
.slick-prev:before {
    content: "\f104";
}
[dir='rtl'] .slick-prev:before {
    content: "\f105";
}
.slick-next:before {
    content: "\f105";
}
[dir='rtl'] .slick-next:before {
    content: "\f104";
}
.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
}

/* >>Dots: different colors */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0d232c;
}

/* Sliders */
.carrousel-grid {
    padding: 15px 0px 75px;
}
.ug-thumb-wrapper.ug-tile{
    background-color: #fff !important;
}

.fa-circle {
    color: #fff;
}
.fa-facebook, .fa-instagram {
    color: #000;
}
.fa-caret-right {
    font-size: 40px;
    padding-left: 4px;
    padding-top: 4px;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #0d232c;
    border-color: #0d232c;
}
.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}
.btn-primary:hover {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}
.btn-warning {
    color: #fff;
    background-color: #008271;
    border-color: #008271;
}
.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}
.btn-warning:hover {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}
/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #0d232c;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    line-height: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
i.fa.fa-angle-double-up {
    line-height: inherit;
    font-size: 2em;
}

/* Media Queries */
@media(max-width:991px){
    body{
        /* Margin bottom by footer height */
        margin-bottom: 35px;
    }
    .footer {
        height: 35px;
    }
    .navbar-nav {
        margin-left: 0px;
        float: none!important;
        margin-top: 7.5px;
    }
    .header>.container>.navbar {
        height: auto;
    }
    .nav{
        border-top: 1px solid #eee!important;
    }
    .nav>li{
        border-bottom: 1px solid #eee!important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        float: left;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
        display: list-item;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .blue {
        color: #fff;
        background-color: #0d232c;
    }
    .header-logo-mob {
        display: block;
    }
    .carrousel-grid {
        padding: 0px 0px 50px;
    }
    .event_content {
        margin-left: 15px;
    }
    .event_date, .event_title {
        font-size: 16px;
    }
    .event_title {
        margin-left: 10px;
    }
    .event_more {
        margin-bottom: 15px;
    }
    .event_next:before {
        font-size: 30px;
        padding: 5px;
    }
}
@media(max-width:767px){
    html, body{
        font-size: 16px;
    }
    .showmobile {
        display: block;
    }
    .hidemobile {
        display: none;
    }
    .scroll-top-wrapper {
        right: 0px;
        bottom: 0px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
}
@media(min-width:576px) and (max-width: 991px){
    img.header-logo-mob {
        width: 250px;
        position: relative;
        float: right;
        margin: 10px;
    }
}
@media(max-width:575px){
    img.header-logo-mob {
        width: 150px;
        position: relative;
        float: right;
        margin: 10px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 15px;
    }
}

/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
    color: #ffffff;
    padding: 8px 15px;
    font-size: 65px;
}
.caption.top-right {
    font-size: 65px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 20%;
    right: 10%;
}
.caption.bottom-right {
    font-size: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 40%;
    right: 10%;
    line-height: 50px;
}
@media (max-width: 991px) {
    .caption.top-right {
        font-size: 45px;
    }
    .caption.bottom-right {
        font-size: 30px;
    }
}
@media (max-width: 650px) {
    .caption.top-right {
        font-size: 35px;
    }
    .caption.bottom-right {
        font-size: 25px;
    }
}
@media (max-width: 500px) {
    .slick-dots, .slick-arrow {
        display: none !important;
    }
    .caption.top-right {
        font-size: 35px;
        top: 5%;
    }
    .caption.bottom-right {
        font-size: 25px;
        top: 30;
    }
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* ACCORDION */
.accordion {
    background-color: #eef6ef;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
    padding: 18px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 30px;
    transition: 0.4s;
}
.accordion-active, .accordion:hover {
    background-color: #008271;
    color: #ffffff;
}
.accordion-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    background-color: #008271;
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
}

.accordion-active:after {
    content: "\2212";
    background-color: #ffffff;
    color: #008271;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
}

.panel {
    margin-top: -15px;
    padding: 0 18px;
    color: #ffffff;
    background-color: #008271;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0px solid #a8d3af;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.space {
    border-top: 1px solid #a8d3af;
    padding: 20px;
}
.ug-thumb-wrapper.ug-tile img.ug-thumb-image, .ug-thumb-overlay{
    border-radius: 50px;
}
.ug-thumb-image{
    width: 100% !important;
}
/*.ug-thumb-overlay {*/
/*    background-color: rgba(0,130,113, 0.6) !important;*/
/*}*/

/* projects-grid */
.ug-thumb-wrapper.ug-tile.ug-thumb-over .ug-tile-cloneswrapper { overflow: visible !important; opacity: 1 !important;}
.ug-gallery-wrapper .ug-textpanel-bg { background-color: inherit !important;}

.ug-textpanel.ug-trans-enabled p { visibility: hidden !important;}
.ug-textpanel.ug-trans-enabled h3 { visibility: hidden !important;}
.ug-textpanel.ug-trans-enabled h4 { visibility: hidden !important;}
/* .ug-tile-cloneswrapper h4 { position: absolute; visibility: hidden; } */
.ug-tile-cloneswrapper p { color: #fff }
.ug-tile-cloneswrapper h3 { color: #fff; text-align: center; }
.ug-tile-cloneswrapper h4.behandeling { color: #fff; text-align: center;  }
.ug-thumb-wrapper {background-color: inherit !important;}

.ug-textpanel-textwrapper.ug-trans-enabled { width: 100% !important; left: 0 !important;}
.ug-textpanel-textwrapper.ug-trans-enabled .ug-textpanel-title.ug-trans-enabled { width: 100% !important;}

.ug-textpanel.ug-trans-enabled h4 { cursor: pointer; text-transform: uppercase;}

/*modify the cloneswrapper text area height*/
.ug-tile-cloneswrapper>.ug-textpanel {  overflow: visible !important; }
.ug-tile-cloneswrapper>.ug-textpanel>.ug-textpanel-textwrapper { height: 180px !important; }

/* -- Fancy UG extra CSS -- */
.ug-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 38px;
    padding: 0 14px;
    background: black;
    color: #ffffff !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    border: 0;
    transition: background .15s ease, transform .08s ease;
    background-image: none !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    top:45% !important;
}

/* hide existing icon glyphs / images inside the link */
.ug-icon-link i,
.ug-icon-link svg,
.ug-icon-link img,
.ug-icon-link .ug-icon {
    display: none !important;
}

/* ensure visible label even if link has no text */
.ug-icon-link::after {
    content: "Lees meer";
    display: inline-block;
    color: inherit;
}

/* hover/focus states */
.ug-icon-link:hover,
.ug-icon-link:focus {
    background: #006655;
    transform: translateY(-1px);
    text-decoration: none;
    outline: none;
}

/* keep layout when the button appears inside absolute overlays */
.ug-thumb-wrapper .ug-icon-link {
    z-index: 3; /* ensure clickable above overlays */
}

.transparentOverlay {
    background: rgba(0, 130, 113, .6) !important;
    border-radius: 50px !important;
    display: block;
    height: 100%;
    width: 100%;
}

.coverImage {
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    padding-top: 50px;
    width: 35% !important;
}

.transparentOverlay h3, .transparentOverlay p {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 10px;
}

@media(max-width:767px){
    .transparentOverlay p {
        display: none;
    }
	.transparentOverlay h3 {
		font-size: 18px;
	}
}