.isLoggedIn, .isNotLoggedIn {
    display: none;
/ / Only show after load
}

/*To manually center align icons */
.icon-center {
    padding-left: 10px;
}

/* fix to hide sidebar *
.sidebar {
    display: none !important;
}*/

.navbar-brand img {
    max-height: 55px;
    margin-right: 20px;
}

.navbar-brand {
    padding: 0 !important;
}

.btnPrimary {
    color: white;
    background-color: rgb(207, 219, 0);
}

.colorPrimary {
    color: rgb(207, 219, 0);
}

.rgba-primary {
    background-color: rgba(207, 219, 0, .7);
}

footer.page-footer .copyright a {
    font-weight: bold;
    text-decoration: underline;

}

/*.btn-outline-Primary {
    background-color: white;
    border: 2px solid rgb(207, 219, 0);
}*/

.recommendationText {
    font-style: italic;
}

.menuHighlight {
    background: rgba(207, 219, 0, 0.8);
    border-radius: 5px;
}

.menuHighlight:hover {
    background: rgba(207, 219, 0, 1) !important;
    border-radius: 5px !important;
}

.main-header-text {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    font-size: 30px;
}

.main-header-subtext {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 26px !important;
}

.main-text {

}


.navbar {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.top-nav-collapse {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #FFFFFF;
    }

    .navbar.navbar-light .navbar-nav .nav-item .nav-link {
        color: black !important;
    }
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: white;
}

.navbar.navbar-light.top-nav-collapse .navbar-nav .nav-item .nav-link {
    color: black;
}

html,
body,
header,
.view {
    height: 100%;
}


/*** Carousel of Logos ***/

.carousel {
    /*width: 100%;*/
}

.carousel-inner {
    text-align: center;
}

.carousel-item {
    height: 160px;
}

.carouselContainer {
    display: inline-block;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 100%;
    min-width: 290px;
}

.carouselContainerTable {
    display: table;
    width: 100%;
    height: 100%;
}

.carouselContainer a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img.carouselLogo {
    width: 100%;
}

/* RIBBON  */
.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#CFDB00 0%, #CFDB00 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #CFDB00;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CFDB00;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #CFDB00;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CFDB00;
}

/* PRICING */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.rounded {
    border-radius: .25rem !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    h2, p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

.red-text {
    color: #f44336 !important;
}

.rgba-indigo-strong, .rgba-indigo-strong:after {
    background-color: rgba(63, 81, 181, .7);
}

:disabled {
    pointer-events: none !important;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #0056b3;
    transition: all .2s ease-in-out;
}

a:disabled:hover {
    color: #007bff;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.w-responsive {
    width: 75%;
}

@media (max-width: 740px) {
    .w-responsive {
        width: 100%;
    }
}

h2, h5 {
    font-weight: 300;
}

.h1-responsive {
    font-size: 150%;
}

@media (min-width: 576px) {
    .h1-responsive {
        font-size: 170%;
    }
}

@media (min-width: 768px) {
    .h1-responsive {
        font-size: 200%;
    }
}

@media (min-width: 992px) {
    .h1-responsive {
        font-size: 200%;
    }
}

@media (min-width: 1200px) {
    .h1-responsive {
        font-size: 250%;
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    font-weight: 400;
}

.card .card-body h2, .card .card-body h5 {
    font-weight: 400;
}

.btn-rounded {
    border-radius: 10em;
}

.card.card-image {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.card.card-image [class*=rgba-] {
    border-radius: .25rem;
}

.pricing-card {
    text-align: center;
}

.pricing-card ul {
    list-style-type: none;
    padding: 0;
}

.pricing-card .price {
    position: relative;
    padding-top: 3.94rem;
}

.pricing-card .price .number {
    font-size: 5rem;
    padding: 1.5rem;
    font-weight: 300;
}

.pricing-card .price .number:before {
    content: "Vanaf €";
    position: absolute;
    font-size: 1.88rem;
    margin-left: -6rem;
/ / margin-left: - 1.2 rem;
    margin-top: .7rem;
}

.pricing-card .price .number:after {
    content: "/lid/mnd";
    position: absolute;
    font-size: 1.88rem;
    margin-top: 3rem;
}

.pricing-card .striped {
    padding: 1rem;
}

.pricing-card .striped li {
    border-bottom: 1px solid rgba(238, 238, 238, .298039);
    margin-bottom: 1rem;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* TESTIMONIAL */
/*! CSS Used from: https://mdbootstrap.com/wp-content/themes/mdbootstrap4/css/compiled-4.8.5.min.css?ver=4.8.5 ; media=all */
.rounded-circle {
    border-radius: 50% !important;
}

.p-1 {
    padding: .25rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }

    h2, p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

.orange-text {
    color: #ff9800 !important;
}

.dark-grey-text {
    color: #4f4f4f !important;
}

.dark-grey-text:focus, .dark-grey-text:hover {
    color: #4f4f4f !important;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

:disabled {
    pointer-events: none !important;
}

section.team-section .avatar img {
    max-width: 200px;
    height: auto;
}

section.team-section .avatar img.rounded-circle {
    max-width: 150px;
}

.far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

/*** Website ***/
    .lead{font-size:1.25rem;font-weight:300;}
    .p-1{padding:.25rem!important;}
    .mx-auto{margin-right:auto!important;}
    .mx-auto{margin-left:auto!important;}
    .text-center{text-align:center!important;}
    @media (min-width:992px){
        .text-lg-left{text-align:left!important;}
    }
    .font-weight-bold{font-weight:700!important;}
    @media print{
        *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
        img{page-break-inside:avoid;}
        h2,p{orphans:3;widows:3;}
        h2{page-break-after:avoid;}
    }
    .indigo-text{color:#3f51b5!important;}
    .grey-text{color:#9e9e9e!important;}
    :disabled{pointer-events:none!important;}
    .img-fluid{max-width:100%;height:auto;}
    .w-responsive{width:75%;}
    @media (max-width:740px){
        .w-responsive{width:100%;}
    }
    h2,h5{font-weight:300;}
    .h1-responsive{font-size:150%;}
    @media (min-width:576px){
        .h1-responsive{font-size:170%;}
    }
    @media (min-width:768px){
        .h1-responsive{font-size:200%;}
    }
    @media (min-width:992px){
        .h1-responsive{font-size:200%;}
    }
    @media (min-width:1200px){
        .h1-responsive{font-size:250%;}
    }
