/* Base Styles
/* -------------------------------------*/
body { overflow-x: hidden;
    margin-top: 5vh;}

p, td { font-size: 2vh; }

p.small { font-size: 16px; }

.img-centered {
    margin: 0 auto;
}

/* Navigation Bar Styles
/* -------------------------------------*/
.navbar {
    position: fixed;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default .navbar-nav > li > a {
    transition: all 0.3s;
    color: #FFF;
}
.navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #8a8a8a;
    transition: all 0.3s;
    background-color: #853712;
}

.navbar-default {
    transition: all 0.3s;
    background-color: #373737;
    border-color: transparent;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
}
.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #9d9d9d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
	color: #FFF;
}

/* All Section Styles
/* -------------------------------------*/
section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    .contact {
        width: 100%;
    }
}
@media screen and (min-width: 0px) {
    .logohans {
        display: none;
    }
    .contact {
        width: 100% !important;
    }
    .marings {
        margin: 0 0%;
    }
}
@media screen and (min-width: 780px) {
    .logohans {
        display: block;
    }
    .contact {
        width: 50% !important;
    }
    .marings {
        margin: 0 20%;
    }
}


.contact {
    font-family: 'Open Sans Condensed', arial, sans;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
}

.contactinp ,.Bericht {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #c3501a;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}

.contact h2{
    background: #373737;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

.verstuur {
    background-color: #c3501a;
    border: 0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.Bericht {
height: 450px;
}
#overlay {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:110%;
    z-index:998;
    background-color: Black;
    opacity: .5;
}
#popup{
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
    position: absolute;
    width:50%;
    z-index: 999;
}
#popup h2{
    background-color: #373737;
    padding: 2vh;
}
.side {
    text-align: center;
    border-left: 3px solid #373737;
    height: 95vh;
    width: 20%;
    float: right;
}

.thumbnail>img, .thumbnail a>img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top {
    text-align: center;
}
.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 1;
}
.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}
.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 10vh;
    border-radius: 100%;
    height: 20vh;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.banners {
    width: 100%;
    max-width: 100%;
    zoom: 99%;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.75);
}

.footer {
    height: 5vh;
    background-color: #373737;
    text-align: center;
    color: white;
}

.footer a {
    color: #ffffff;
    text-decoration: none; /* no underline */
}

.buttons {
    display: inline-block;
    float: right;
    margin-top: -50px;
}

.form {
    width: 200px;
}
.loguit {
    width: 200px;
}

.verstuurs {
}

.logohans {
float: right;
    margin-top: 10vh;
}