
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #00A79D;
}
h5 {
    padding-top: 15px;
    padding-bottom: 15px;
}

a {
    color: #27AAE1;
}




/* HEADER */

#main-header {
    border-bottom: 1px solid #27AAE1;
    background-color: #fff;
}

#menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu-logo {
    max-height: 100px;
    padding-right: 15px;
    float: right;
}

#menu-logo-sm{
    max-width: 50px;
}


#menu-ul {
    font-size: 16px;
}

#menu-ul li {
    margin-left: 10px;
    margin-right:10px;
}

#menu-ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#menu-ul li.active a {
    color: #27AAE1;
    border-bottom: 2px solid #27AAE1;
}

#menu-ul li a:hover {
    color: #27AAE1;

}

.navbar-toggler {
    border-color: #27AAE1;
}

.navbar-toggler-icon {
    color: #27AAE1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39, 170, 225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* SCROLL STUFF */
#main-header #menu-logo{
    transition: 400ms;
}
.tiny{
    padding: .25rem 1rem;
}
.tiny #menu-logo{
    height: 60px;
}


#btnScrollTop {
    border: 0;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: #27AAE1;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    text-decoration: none;
}



/* HOME */

#home-header {
    background-color: #27AAE1;
    padding: 30px 10px;
}

#home-header h1 {
    color: #fff;
}


#home-intro {
    background-color: #eee;
    padding: 60px;
    border-radius: 15px;
}

.btn-afspraak {
    background-color: #27AAE1;
    color: #FFF;
}

.btn-afspraak:hover, .btn-afspraak:active {
    color: #FFF;
    background-color: #00A79D;
}


.home-slider {
    margin: 25px 0px;
}

.home-slider img {
    border-radius: 25px;
    padding: 15px;
}


#home {
    margin-top: 30px;
    margin-bottom: 30px;
}

#home-info {   
    margin-bottom: 25px;
}

.home-info .icon-box {
    width: 100%;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 25px;
}

.home-info .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #00A79D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.home-info .icon-box .icon i {
    color: #FFF;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.home-info .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #00A79D;
}

.home-info .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}

.home-info .icon-box h4 a:hover {
    color: #ffc451;
}

.home-info .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.home-info .icon-box:hover {
    border-color: #00A79D;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}


/* wij zijn wij */
#wie-zijn-wij {
    padding-top: 30px;
    padding-bottom: 30px;
}


#wie-zijn-wij h1 {
    text-align: center;
    padding-bottom: 35px;
}

#wie-zijn-wij .card-wrapper {
    perspective: 800px;
    position: relative;
    margin: 0;
    width: 100%;    
}

#wie-zijn-wij .card-wrapper .card-rotating {
    height: 100%;
    transform-style: preserve-3d;
    transition: .5s;
}

#wie-zijn-wij .card-wrapper .card-up {
    height: 200px;
    overflow: hidden;
    background-image: linear-gradient(#27AAE1, #00A79D);

}

#wie-zijn-wij .card-wrapper .avatar {
    display: block;
    margin-top: -60px;
    overflow: hidden;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

#wie-zijn-wij .card-wrapper .avatar img {
    border: 5px solid #fff;
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    border-radius: 50%;
}


#wie-zijn-wij .card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

#wie-zijn-wij .rotate-btn {
    color: #27AAE1 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

#wie-zijn-wij .rotate-btn i {
    margin-right: 5px;
}

#wie-zijn-wij hr {   
    border-color: #00A79D;
}

#wie-zijn-wij .card-wrapper .card-rotating .back, #wie-zijn-wij .card-wrapper .card-rotating .front {
    transition: 1s;
}
#wie-zijn-wij .card-wrapper .card-rotating .back {
    transform: rotateY(-180deg);
}
#wie-zijn-wij .card-wrapper .card-rotating .face {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

#wie-zijn-wij .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
#wie-zijn-wij .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

#wie-zijn-wij .card-wrapper .card-rotating.flipped {
    transform: rotateY(180deg);
}



/* Afspraak */



/* CONTACT */

#map-canvas {
    width: 100%;
    height: 300px;    
    margin-bottom: 30px;
    margin-top:-20px;
}

#contact_formulier .row {
    padding-top: 7px;    
}

#contact_formulier button {
    background-color: #00A79D;
    color: #fff;
}

#contact_formulier button.focus {
    background-color: #27AAE1;
}

#contact_formulier button i {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}


#contact_contactgegevens i, #contact_contactgegevens svg {    
    color: #00A79D;  
}

#contact_contactgegevens table {
    font-size: 100%;
}

#contact_contactgegevens table td {
    border-color: #fff;
    vertical-align: middle;
}


#contact_contactgegevens a:link, #contact_contactgegevens a:visited {
    color:#27AAE1;
    text-decoration: none;
}


#contact_contactgegevens a:hover, #contact_contactgegevens a:active {
    color:#00A79D;
    text-decoration: underline;
}




/* PRIVACY */
#privacy {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* FOOTER */
#footer {
    background-color: #00A79D;
    color: #fff;
}


#footer a {
    color: #FFF;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
}

.footer-legal {
    background-color: #009F9D;
    padding: 30px 0;
    font-size: 0.8rem;
}

.footer-content {
    padding: 25px 0px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer ul li {
    padding-bottom: 10px;
}

#footer-openingsuren td {
    color: #FFF;
    background-color: transparent;
    border:none;
}

#footer-openingsuren td:first-child {
    padding-left: 0px;
}




/* CLASSES */

.mh-125 {
    min-height: 125px !important;
}

.br-15 {
    border-radius: 15px;
}

.pbot5 {
    padding-bottom: 5px;
}

.pbot15 {
    padding-bottom: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.pbot25 {
    padding-bottom: 25px;
}

.ptopbot30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-paesmans {
    background-color: #27AAE1;
    color: #FFF;
}

.btn-paesmans:hover, .btn-paesmans:active {
    color: #FFF;
    background-color: #00A79D;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 576px) {


    #home {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media only screen and (max-width: 768px) {
    #home-intro-left {
        margin-bottom: 25px;       
    }
    
    #home-contact {
        text-align: center;
    }
}


@media only screen and (max-width: 768px) {
    #home-intro {
        padding: 15px;
    }
}


@media only screen and (max-width: 992px) {
    #menu-ul {
        text-align: center;
    }
}