#scouting-oidc-login-link {
	border-radius: 100px !important;
}

.item-content >.gb-standard > .wp-block-heading {
	margin: 1em 0 .5em;
}

.vri-avcals-container {
	display: flex;
}

h3.vriclistheadt {
	display: none;
}

#main-menu>li>a:before {
    @media (min-width: 1025px) {
        top: -22px;
    }
    
}

.table-no-padding {
    padding: 0;
    .no-padding {
        padding: 0;
    }
}

/* MENU */
#header #container-logo.has-bg a {
    @media screen and (max-width: 1024px) {
      width: 200px;
      height: 200px;
      left: -20px;
    }
}
#header #container-logo a img {
    max-width: 120px;

    @media screen and (max-width: 1024px) {
      height: 90px;
    }
}
#mobile-menu {
    margin-top: 8px;
}

/* BANNERS */
#container-video {
    @media (min-width: 1025px) {
        height: 600px;
    }
    
    h5 {
        font-size: 7rem;
        line-height: 1em;
        max-width: 100%;
    
       @media screen and (min-width: 768px) and (max-width: 1024px) {
            font-size: 5rem;
        }
    
        @media screen and (max-width: 768px) {
            font-size: 3rem;
        }
    }
}

#container-slider {
    #slider {
        padding: 0;
        margin: 0;

        .slide {
            padding: 3rem;
          
            @media (min-width: 1025px) {
                height: 600px;
            }
            
            h5 {
                font-size: 7rem;
                line-height: 1em;
                max-width: 1140px;
                width: 100%;
            
               @media screen and (min-width: 768px) and (max-width: 1024px) {
                    font-size: 5rem;
                }
            
                @media screen and (max-width: 768px) {
                    font-size: 3rem;
                }
            }
            @media screen and (max-width: 768px) {
                padding: 1rem;
            }
        }
    }
   
}

#banner h1 {
    max-width: 100%;
    @media (min-width: 768px) and (max-width: 1024px) {
        font-size: 4rem;
    }

    @media screen and (max-width: 768px) {
        font-size: 2.5rem;
    }
}

#banner {
    &:before {
        content: '';
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#banner.hoog {
    @media screen and (max-width: 768px) {
       height: 320px;
    }
}
#banner.laag {
    @media screen and (max-width: 768px) {
       height: 240px;
    }
}


/* FONTS */

#main {
    strong, ul li, ol li {
        font-size: 1.125rem;
        line-height: 190%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
    h4 {
        font-size: 1.4rem;
    }

    p {
        font-size: 17px;
    }

    .featured-item h5, .gb-two-columns .col-wysiwyg .content h3  {
        font-size: 1.6rem;
      }
      .gb-two-columns .col-headerimage .tekst {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.6rem;
    }
    h3 {
      font-size: 1.4rem;
    }
      h4 {
          font-size: 1.2rem;
      }
   
    p {
        font-size: 16px;
    }

    .gb-two-columns .col-headerimage .tekst {
        font-size: 16px;
    }

    .featured-item h5, .gb-two-columns .col-wysiwyg .content h3 {
        font-size: 1.4rem;
      }
      #main {
        strong, ul li, ol li {
            font-size: 1rem;
            line-height: 190%;
        }
    }
  }

  

/* BUTTONS & LINKS */

.wp-block-buttons {
.wp-block-button__link {
	transition: background-color .2s ease;
    width: auto;
}

.wp-block-button__link:hover {
	text-decoration: none;
	background-color: #0066b2 !important;
}

body.blue-main #main p a,
body.blue-main #main table a,
body.blue-main #main ul a
 {
    text-decoration: none;
    transition: color .2s ease;
    color: #00a551;
    font-weight: 500;
    font-size: 18px;
    display: inline;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    @media (min-width: 768px) and (max-width: 1024px) {
        font-size: 17px;
    }
    @media (max-width: 768px) {
        font-size: 16px;
    }

    &:hover {
        color: #0066b2;
    }
}
}

#breadcrumbs a {
    text-decoration: none;
    transition: color .2s ease;
    color: #00a551;

    &:hover {
        color: #0066b2;
    }
}


/* PADDING */
.row-speltak {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #ECECEC;
	
	& .container.no-padding {
		padding: 0;
	}
}

.contact-columns {
    & .container.no-padding {
		padding: 0;
	}
}


/* FORMS */
.wpcf7 {
    background-color: white;
    border: 0;
    padding: 0;

    form input[type="submit"] {
        background-color: #00a551;
        box-shadow: none;
        border: 0;
        color: white;
        float: left;
        border-radius: 6px;
        width: calc(50% - 20px);
        padding: 20px;
    }
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100% !important;
	
	& > p {
		width: calc(50% - 10px);
		margin: 0;
		
		&:last-of-type {
			width: 100%;
		}
		
		&:nth-last-child(3) {
            width: 100%
        }
		
		label {
			margin: 0;
			
			select, input[type='tel'], input[type='date'], input[type='text'], input[type='email'], input[type='number'] {
				border: 1px solid #e4e4e7;
                padding: .5rem;
                width: 100%;
				height: 52.2px;
                border-radius: 6px;

                &:focus {
                    background-color: #fff;
                    border-color: #00a551;
                }
			}
            input[name='bedrag'] {
                width: calc(100% - 2em);
                margin-left: .5em;
            }
			textarea {
				height: 150px;
                border: 1px solid #e4e4e7;
                border-radius: 6px;

                &:focus {
                    background-color: #fff;
                    border-color: #00a551;
                }
			}
		}	
	}
    
	@media only screen and (max-width: 600px) {
			gap: 10px;
		& > p { 
			width: 100%;
		}	
	}
}


/* DOWNLOADS */

.documents-categories {
    display: flex;
    gap: 10px;

    & > div {
        width: auto;
    }
}

.download {
    a {
        display: flex;
        padding: 15px;
        border-radius: 3px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        align-items: center;
        gap: 20px;

        .icon {
            width: 60px;
            height: 60px;
            min-width: 60px;
            background-size: cover;
            border-radius: 3px;

            &.icon-pdf {
                background-image: url('/wp-content/uploads/icon-pdf.png');
            }
            &.icon-zip {
                background-image: url('/wp-content/uploads/icon-zip.png');
            }
            &.icon-image {
                background-image: url('/wp-content/uploads/icon-image.png');
            }
            &.icon-word {
                background-image: url('/wp-content/uploads/icon-word.png');
            }
            &.icon-ppt {
                background-image: url('/wp-content/uploads/icon-ppt.png');
            }

            @media screen and (max-width: 600px) {
                width: 40px;
                height: 40px;
                min-width: 40px;
            }
        }

        h5, p {
            margin: 0;
            line-height: 1em;
        }
        p {
            color: grey;
            font-size: 15px;
            margin-top: 5px;
        }

        &:hover {
            background-color: #f5f5f5;
        }
    }
}

/* FEATURED ITEMS */
.gb-featured-items {
    margin-top: 0;
    .featured-item h5 {
        font-size: 2rem;
    } 
}

/* IMAGE GALLERY */
.bwg-thumbnails {
    z-index: 1;
}

/* CALLOUT */
.callout .img-fluid {
    @media screen and (max-width: 768px) {
        max-width: 70%;
    }
}

/* VIKRENT */
.vri-itemdet-infoname {
    font-weight: bold;
    span {
        font-family: "Roboto Slab",sans-serif;
        font-weight: 700;
        color: #0066b2;
        font-size: 1.8em;

        @media screen and (min-width: 768px) and (max-width: 1024px) {
            font-size: 1.6em;
        }

        @media screen and (max-width: 768px) {
            font-size: 1.4em;   
        }
    }
}

.vri-page-content {
    .vri-bookform-container .vridivsearch .vricalform {
        width: 100%;
    }
    .vri-avcals-container {
        display: flex;
    
        @media screen and (max-width: 767px) {
          display: block;
        }
    }
}

.vridivsearch .vrisfentry input, .vridivsearch .vrisfentry select {
    width: 100%;
    height: 52.2px;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    padding: .5rem; 

    &:focus, &:active {
        background-color: #fff;
        border-color: #00a551 !important;
    }
}

.btn.vricontinue {
    background-color: black !important;

    &:hover {
        background-color: #00a551 !important;
    }
}

.vridivsearch form .vricalform input[type^="submit"] {
    background-color: #00a551 !important;
    box-shadow: none;
    border: 0;
    color: white;
    float: left;
    border-radius: 6px;
    padding: 20px;
    text-transform: uppercase;
    width: calc(50% - 20px);
}

.vrisfentry .vri-sf-input-wrap .vri-caltrigger {
    z-index: 2;
    top: 15px;
}

.vrilistitemcarats img, .vriulcarats .vri-expl img {
    max-width: 120px;
}

.vrilistgoonlist {
    margin-top: 20px !important;
}

.vri-showprc-opttbl-input.vri-showprc-input {
    > * {
        width: 100%;
    }
}

.vri-save-order-block {
    input[type="submit"] {
        background-color: #00a551;
        box-shadow: none;
        border: 0;
        color: white;
        float: left;
        border-radius: 6px;
        width: calc(50% - 20px);
        padding: 20px;
        margin-top: 10px;

        &:hover {
            background-color: #02c05e;
        }
    }
}

.item_buttons_box {
    button[type='submit'] {
        background-color: #00a551;
        color: white;

        &:hover {
            background-color: #02c05e;
        }
    }
}



@media (max-width: 767px) {
  .vri-list-item-inner {
    display: flex;
    flex-direction: column;
  }
}

/* SPELTAKKASSEN */
.speltakkas-overzicht, .bestuurskas-overzicht {
    display: flex;
    gap: 50px;
    

    h2 {
        margin-bottom: .5em;
    }
    .totals {
        min-width: 30%;
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 2px;
        div {
            width: 100%;
            display: flex;
            justify-content: space-between;

            &.totaal {
                padding-top: 6px;
                margin-top: 4px;
                border-top: 1px solid #e4e4e7;
                font-weight: 600;
            }

            &.bij, &.plus {
                .amount {
                    background-color: #00a551;
                }
        
            }
            &.af, &.minus {
                .amount {
                    background-color: #900000;
                }
            }

            span.amount {
                width: 120px;
                display: flex;
                justify-content: space-between;
                padding: 2px 10px;
                color: white;
                border-radius: 5px;
            }
        }
    }
    .mutaties {
       
        table {
            
            th{ 
                padding: 10px !important; 
                text-align: left;
            }
            tr {
                
                td{
                    font-size: 14px !important;
                    padding: 10px !important; 

                    &.minus, &.plus {

                        .wrapper {
                            padding: 3px 10px;
                            width: 100%;
                            color: white;
                            border-radius: 5px;
                            display: flex;
                            justify-content: space-between;

                            span {
                                font-size: 14px !important;
                            }
                        }
                        
                    }

                    &.minus {
                        .wrapper {
                            background-color: #900000;
                        }
                        
                    }
                    &.plus {
                        .wrapper {
                            background-color: #00a551;
                        }
                       
                        
                    }
                }
                

                &:nth-of-type(even) {
                    background-color: #f5f5f5;
                }
                &.totaal {
                    border-top: 1px solid #e4e4e7;

                    td.totaal {
                        font-weight: 600;
                    }
                }
            }
        }
    }
    @media (max-width: 1024px) {
        flex-wrap: wrap;

        .totals {
            width: 100%;
        }

        #table-speltakkas {
            max-width: 100% !important;
        }
        .remove-first {
            display: none;
        }
    }
    @media (max-width: 767px) {
      .activiteit {
        display: none;
      }
    }

    input {
        border: 1px solid #e4e4e7;
        border-radius: 30px;
        padding: 2px 10px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border-radius: 30px;
     

        :hover {
            background-color: black !important; 
        }
    }
}

/* VRIJWILLIGERS */
.gb-vrijwilligers{
    .vrijwilligersgroepen {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;

        .groep {
            width: calc(50% - 20px);

            .title-wrapper {
                margin-bottom: 1.5em;

                .title {
                    margin-bottom: .2em;
                }
                .email a {
                    text-decoration: none;
                    transition: color .2s ease;
                    color: #00a551;
                    font-weight: 500;
                    font-size: 18px;

                    &:hover {
                        color: #0066b2;
                    }
                }
            }

            .vrijwilligers {
                display: flex;
                flex-wrap: wrap;
                gap: 20px 10px;
            }
         
            .vrijwilliger {
                width: calc(50% - 10px);
                display: flex;
                gap: 15px;
                align-items: center;
        
                .image {
                    min-width: 80px;
                    width: 80px;
                    height: 80px;
                    border-radius: 100%;
                    overflow: hidden;
                    /* border: 4px solid #00a551; */
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        will-change: transform;
                    }
                }

                .name {
                    font-size: 1.3rem;
                    font-weight: 600;
                    font-family: 'Roboto Slab', sans-serif;
                }
            }
        }
        @media screen and (max-width: 991px) {
            flex-direction: column;
            
            .groep {
                width: 100%;
            }
        }
        @media screen and (max-width: 550px) {
            gap: 20px;
           .groep {
            .title-wrapper {
                margin-bottom: 1em;

                .email {
                    width: 100%;

                    a {
                        display: block;
                        width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                }
            }
            .vrijwilligers {
                flex-direction: column;
                gap: 10px;

                .vrijwilliger {
                    .image {
                        min-width: 60px;
                        width: 60px;
                        height: 60px;
                    }
                }
            }
           }
            
        }
    }
    
}

/* EMAIL TABLE */

.email-table {
    border: none;
    td {

        border: none;
        padding: 20px;
        margin: 0;
        text-align: left;

        @media (max-width: 767px) {
            padding: 10px;
        }
    } 
}

/* FOTOMODULE */
.bwg_thumbnail.bwg_container {
    z-index: 1;
}

/* SCOUTFITSHOP */
.scoutfitshop {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;

    > div {
        width: calc(50% - 20px);
    }

    table {
        border: 0;
        width: 100%;

        &.inkoop {
            td, th {
                &:nth-of-type(2) {
                    text-align: right;
                }
            }
        }

        tr {
            &:nth-of-type(odd) {
                background-color: #f5f5f5;
            }
        }

        td, th {
            border: none;
            padding: 10px;
            margin: 0;
            text-align: left;


            &:nth-of-type(2) {
                text-align: center;
            }
            &:nth-of-type(3) {
                text-align: right;
                width: 80px;
            }
    
            @media (max-width: 767px) {
                padding: 10px;
            }
        }
    }
    @media (max-width: 767px) {
        flex-direction: column;
        gap: 20px;

        > div {
            width: 100%;
        }
    }
}

/* RECAPTCHA */
.grecaptcha-badge{
    display: none;
}

/* ALBUM PLUGIN */
.aigpl-gallery-wrp .aigpl-inr-wrp {
    height: 250px;
}

.aigpl-gallery-wrp .aigpl-img {
    object-position: center;
    will-change: transform;
}