
html
{
    height: 100%;
}

body
{
    font-family: Arial, helvetica, sans-serif;

    height: 100%;
    margin: 0 auto;
    padding: 0 auto;

    background-color: transparent;
    background-image: url('../img/achtergrond_veer.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-position: right;
}

.nostylelist{
    list-style: none;
    padding-left:0;
}

.fas
{
    font-size: 20px;

    display: inline;

    height: auto;
    padding: 8px;

    color: #69A7C0;
}

.fa-home
{
    padding: 7px;
}

.fa-bars
{
    font-size: 40px;
}

hr
{
    border: 1px solid #999;
}

.btn-primary
{
    border: 1px solid black;
    background-color: black;
}

.btn-primary:hover
{
    border: 1px solid black;
    background-color: #117a8b;
}

p
{
    color: black;
}

.footer
{
    font-size: 1em;

    position: relative;
    bottom: 0;
    left: 0;

    clear: both;

    min-height: 52px;
    margin-top: -52px;
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 100px;
    
    text-align: center;
    
    background: linear-gradient(gainsboro,white) ;
}

.main{
    margin-bottom:70px;
}

.navbar-brand img
{
    max-width: 350px;
}

a
{
    color: #69A7C0;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;

    color: #117a8b;
    border-bottom: none;
}

h1
{
    font-family: arial;

    color: #117a8b;
}

#wrap
{
    min-height: 100%;
}

.toppage
{
    margin-top: 40px;
}

.home h3
{
    font-family: arial;
    font-size: 20px !important;
    font-weight: bold;

    text-align: center;

    color: black;

    margin-top:20px;

}

.home p
{
    font-size: 1.1em;

    color: black;
}

.diensten p, ul
{
    font-size: 1.1em;

    margin-bottom: 25px;

    color: black;
}

.tekst
{
    margin-bottom: 10px;
}

.nobreakp > p,
i
{
    display: inline-block !important;

    margin-bottom: 5px;
}

.nobreakp > p > img
{
    margin-top: 25px;
}

.nav > li > a
{
    padding: 5px 12px;
}

.img-content{
    padding: 10px;
}

.navbar
{
    min-height: 65px;
    padding-right: 100px;
    padding-left: 100px;

    border: none;
    background: linear-gradient(gainsboro, white);
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.navbar-toggler
{
    align-self: center;
}

.navbar .nav > li > a
{
    font-size: 1.5em;
    font-weight: 500;

    margin-left: 20px;

    color: #69A7C0;
}

.navbar-brand .header-text{
    margin: 25px;
    font-size: 1.5em;
    font-weight: 500;
    color: #69A7C0;
}

.navbar .nav > li > a:hover
{
    color: #117a8b;
}

.over
{
    max-width: 380px;
    margin-right: 40px;
}

.dropdown
{
    position: relative;
}

.dropdown-menu{
    margin-left:20px;
    padding-bottom: 0;
}

.dropdown li a
{
    font-size: 1.2em;
    font-weight: normal;
    color: black;
    border-bottom: 1px solid grey;
    background-color: transparent;
}

.dropdown li a:hover
{
    font-size: 1.2em;

    color: #117a8b;
    background: gainsboro;
}

.adres
{
    margin-left: 39px;
}

.t
{
    margin-left: 33px;
}

.icon
{
    max-width: 50px;
    height: auto;
}

.formulier
{
    margin-right: 40px;
}

.big
{
    display: inherit;
}
@media screen and (max-width: 1200px)
{
    .navbar-brand .header-text{
        margin: 25px;
        font-size: 1.2em;
        font-weight: 500;
        color: #69A7C0;
    }

    body
    {
        background-image: url('../img/achtergrond_veer.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: left;
    }

    .dropdown-menu
    {
        border: 0;
        background: transparent;
    }

    .dropdown-menu > li > a
    {
        margin-left: 10%;
        padding-top: 5px;
    }
}


@media screen and (max-width: 768px)
{
    body{
        background-position: left;
    }
    
    .dropdown li a
    {
        border-bottom: none;
    }
    
    .navbar-brand .header-text{
        margin: 25px;
        font-size: 0.9em;
        font-weight: 500;
        color: #69A7C0;
    }

    .navbar
    {
        padding-right: 45px;
        padding-left: 25px;
    }

    .navbar-brand img
    {
        max-width: 250px;
    }

    .formulier
    {
        width: 80%;
        margin: 0 auto;
    }

    .contactdetail
    {
        margin-top: 50px;

        text-align: center;
    }

    .adres
    {
        margin-left: 0;
    }

    .image img
    {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .image:hover img
    {
        -webkit-transform: scale(.85); /* Safari and Chrome */
        -moz-transform: scale(.85); /* Firefox */
        -ms-transform: scale(.85); /* IE 9 */
        -o-transform: scale(.85); /* Opera */
        transform: scale(.85);
    }

    .big
    {
        display: none !important;

        margin: 0;
        padding: 0;
    }

    .footer
    {
        font-size: .8em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px)
{

    .navbar
    {
        padding-right: 50px;
        padding-left: 50px;
    }

    .footer
    {
        padding-right: 65px;
        padding-left: 65px;
    }

    .navbar-brand img
    {
        max-width: 300px;
    }
}

@media screen and (max-width: 500px)
{   
    .navbar-brand .header-text{
        display: none;
    }
    .navbar-brand img
    {
        max-width: 75%;
    }

    .navbar-brand 
    {
        max-width: 75%;
    }

    .navbar-toggler{
        max-width: 15%;
    }
}
