/*navigatiebalk*/
.logo{
    max-height: 50px;
}

/*beginafbeelding*/
.transbox {
    background-color: rgb(120, 151, 85);
}


/*achtergrondkleuren*/
.groen{
    background-color:#759456;
    color: white;
}
.lichtgroen{
    background-color: #c3d2b9;
}
.gradient{
    background-image: linear-gradient(180deg, #759456, #c3d2b9);
}

/*gedicht*/
.gedichtje{
    padding-top: 10%;
    margin-bottom: 5%;
}
.icons{
    margin-top: 17%;
    margin-left: 30%;
}
.gedichttekst{
    margin-top: 15%;
    margin-left: -5%;
    color: white;
}


/*adres */
.achtergrond {
    background-image: url("../img/praktijk.JPG");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    max-height: 50%;
    max-width: 100%;
}
.knopadres{
    padding: 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #759456;
    border: solid 2px #759456;
    border-radius: 10%;
    filter: alpha(opacity=90);
}
.knopadres:hover{
    padding: 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(117, 148,86,0.70);
    color: white;
    border: solid 2px #759456;
    border-radius: 10%;
    filter: alpha(opacity=90);

}

/*foto praktisch (contactgegevens)*/
.foto{
    max-width: 20%;
}

/*toolkit*/
.toolkit{
     border: 2px solid #789755ff;
     padding: 3%;
     margin: 3%
 }
b1 {
    color: red;
    text-decoration: none
}
b {
    color: #5370CD;
}


/*buttons*/
.button{
    background-color: #759456;
    color: white;
}
.button2{
    color:white ;
    border-color: #759456;
}
.buttonteam{
    border-radius: 60%;
    color: white;
    border: 2px solid #759456;
}
/*knop om terug naar boven te scrollen*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color:#607737; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}
/*buttons favicons in footer*/
.buttonfavicons{
    border-radius: 8%;
    background-color: rgba(87, 108, 58, 0.7);
    color: white;
}
.buttonfavicons:hover{
    border-radius: 8%;
    background-color: #c3d2b9;
    color:white;
}

/*achtergrond de praktijk*/
.teamrij{
    background-color: white;
}
.teamkolom{
    background-color:#c3d2b9;;
}

/*linken lay out*/
.linken{
    color: #759456;
    text-decoration: none;
    text-decoration-color: #759456;
}

/*kaart in modal*/
.kaart{
    max-width: 70%;
}

/*cardgroep*/
.cardNoBorder {
    border:none;
}
.knopcardgroep{
    padding: 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    background-color: rgba(117, 148,86,0.70);
    color: white;
    border: solid 2px #759456;
    border-radius: 10px 10px;
    filter: alpha(opacity=90);
}
.knopcardgroep:hover{
    padding: 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.70);
    color: #759456;
    border: solid 2px #759456;
    border-radius: 10px 10px;
    filter: alpha(opacity=90);
}

/*contactformulier*/
.headerfoto {
    background-image: url("../img/bomen.png");
    background-size:cover;
    background-attachment: fixed;
    background-position: center;
    max-height: 1000px;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #759456;
}

.transboxcontact{
    margin: 2%;
    padding: 3%;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #759456;
    border-radius: 10px 10px;
    filter: alpha(opacity=85);
}

