
@import url('https://fonts.googleapis.com/css?family=Jura');

*{
    margin: 0;
    padding-left: 0;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Jura';
    margin-bottom: 60px;
    /*background-color: #dae9f4;*/
    background-color: #a3c9e4;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: white;
}

body > .container {
    padding: 60px 15px 0;

}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.navbar.navbar-default {
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;

}

.navbar-default .navbar-nav > li > a:hover {
    color: #52bee2;
}

.navbar-nav > li{
    margin-left: 50px;
    margin-right: 50px;
}

.navbar-fixed {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}
.panel{ 
    box-shadow: 1px 1px #88b9dc;

}
.panel-left {

}

.panel-openingstijden {
    min-height: 325px;
    overflow: inherit;
}

.panel-main {
    min-height: 430px;
}

.btn-info {
    background-color: #dae9f4;
    color: black;
    border-color: #dae9f4;
}

.btn-info:hover {
    background-color: #C2DCF0;
    border-color: #C2DCF0;
    color: black;
}

.btn-sharp {
    border-radius: 0;
}

.openingstijden, .contact-left {
    list-style-type: none;
}

td {
    width: 100px;
}

.openingstijden {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;}
}

#active{

    color: #52bee2;
}


.sidebar_afspraak{
    margin-bottom: 15.5px;
}

#edit_A, #edit_W, #edit_O, #edit_B, #edit_T1 , #edit_T2, #edit_T3, #edit_T4, #edit_T5, #edit_T6, #edit_T7 , #edit_B2, #edit_B3, #edit_B4, #edit_B5, #edit_B6, #edit_B7, #edit_Title
{
    display: none ;
}

.member, .footer_text{
    float: left;
    margin-top: 1.6%;

}

.member{
    list-style-type: none;
    margin-left: 30%;
}
.member li a{
    text-decoration: none;
}
.lead {
}
.lead >.behandeling{
    width: 80%;
   float:left;
	margin-top: 2em;
}

.behandeling2{
    float: right;
    margin-top: 2em;
}

.behandeling_edit{
    margin-top: -5%;
    clear:both;
}
.row{
clear:both;
}

img[src="https://feet4all.nl/photos/1/marijke-web 089.JPG"]{
box-shadow: 1px 1px #88b9dc;
}

.nav{
display:flex;
justify-content: space-evenly;

}


.navbar-nav {
        float: none;
        margin: 0;
    }

