/* SQL INTEGRATOR CSS */

h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #fd4919;
}

a:hover {
    color: #fd4919;
}

/* ---------------topmenu */

.navbar-default {
    background-color: #fff;
    border: 0px;
    height: 80px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    height: 65px;
}

.logo {
    height: 50px;
}

.navbar-default .navbar-nav > li > a {
    height: 80px;
    line-height: 50px;
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fd4919;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f2f2f2;
    color: #fd4919;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
    border-bottom-color: #f2f2f2;
    border-radius: 15px;
 }

/* ---------------carousel */

.carousel {
    height: 650px;
}

.carousel-caption {
    position: absolute;
    top: 17%;
    z-index: 10;
    text-align: left;
    background-color:rgba(20,68,115, 0.8);
    bottom:inherit;
    padding: 2% 10%;
}

.carousel-caption p {
    font-size: 1.5em;
}

.carousel-caption-title {
    font-size: 4em;
    max-width: 100%;
}

.black {
    color: #131e2d;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.carousel .item {
    height: 650px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.btn-primary:hover {
    color: #fd4919;
    background-color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

/* ---------------blokken */

.container-fluid {
    max-width: 1170px;
    padding-right: 0px;
    padding-left: 0px;
}

.blokken {
    color: #fff;
    position: relative;
}

.oranje {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fd4919;
    z-index: -5;
}

.blauw {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #131e2d;
    z-index: -5;
}

.aboutus {
    background-color: #fd4919;
    min-height: 300px;
    padding: 30px;
    color: #fff;
}

.jobs {
    background-color: #131e2d;
    min-height: 300px;
    padding: 30px;
    color: #fff;
}

.list.vacatures {
    color: #fff;
}

.list.vacatures a {
    color: #fff;
}

/* ---------------diensten */

.diensten-fa {
    color: #fd4919;
}

.diensten-image {
    height: 75px;
    padding-bottom: 15px;
}

.background-gray {
    background-color: #f2f2f2;
    min-height: 300px;
    padding-bottom: 30px;
}

.diensten-blok {
    background-color: #fff;
    min-height: 100px;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}

.diensten-titel {
    text-transform: uppercase;
    font-weight: bold;
    color: #fd4919;
}

.title-container {
    padding: 30px;
}

/* ---------------testimonials */

.background-white {
    margin-bottom: 90px;
}

.testimonial-fa {
    padding-bottom: 15px;
}

.testimonial-slider-container {
    min-height: 50px;
    width: 100%;
    background-color: #f2f2f2;
    padding: 45px;
    text-align: center;
}

.signature {
    font-size: 20px;
    font-weight: bold;
    color: #fd4919;
    padding-top: 15px;
}

/* ---------------contactbanner */

.contactbanner {
    min-height: 50px;
    width: 100%;
    background-color: #fd4919;
    margin-top: -45px;
    padding: 15px;
}

.contact-fa {
    color: #fff;
    line-height: 100px;
}

.contact-fa {
    line-height: 100px;
}

.contact {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.consultnr {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
}

.consultnr a, .consultnr a:hover {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    text-decoration: none;
}

.pojects-thumb {
    width: 100%;
    min-height: 160px;
    background-color: #f2f2f2;
}

.thumbnail {
    border-radius: 0;
    padding: 0;
}

.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail .caption {
    padding: 0 15px 0 15px;
}

.thumb-button {
    color: #fd4919;
    font-size: inherit;
    margin-top: 0;
    padding: 0;
    background-color: #23527c;
}

.thumb-button:hover, .thumb-button:active, .thumb-button:link, .thumb-button:visited {
    color: #fd4919;
    font-size: inherit;
    margin-top: 0;
    padding: 0;
    text-decoration: underline;
    border: none;
    background-color: transparent;
}

/* ---------------klanten */

.klanten {
    min-height: 150px;
    width: 100%;
    //background-color: #131e2d;
}
.thumbnail.klanten>img{
    max-height:100px;
}
/* ---------------nieuwsbrief */

.nieuwsbrief {
    text-align: center;
    margin: 15px 0px 0px 0px;
    background-color: #131e2d;
    color: #fff;
    z-index: 2;
}

.nieuwscontainer {
    margin-top: 250px;
}

.input-group {
    max-width: 800px;
    margin: 30px auto;
    border-radius: 0;
    border: none;
}

.inschrijven {
    width: 100%;
    background-color: #fd4919;
    color: #fff;
    height: 60px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.inschrijven:hover {
    background-color: #fff;
    color: #fd4919;
    height: 60px;
    font-size: 16px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.form-control {
    height: 60px;
    border-radius: 0;
    border-color: none;
    padding: 15px 30px;
    font-size: inherit;
}

.newsletter-confirmation {
    max-width: 800px;
    margin: auto;
}

/* ---------------footer */

.imageback {
    background-image: url(../images/coding.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    z-index: -1;
    position: relative;
}

.footrow {
    margin-top: 0;
    position: absolute;
    z-index: -2;
    left: 0;
    width: 100%;
}

.footlist {
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
}

.footmenu {
    margin-top: 30px;
}

.list {
    color: #808080;
    padding: 0;
}

.list-item {
    padding: 5px 0 5px 0;
    list-style: none;
}

.list-item a {
    color: #fd4919;
}

.list-item_main {
    padding: 5px 0 5px 0;
    list-style: none;
}

.list-item_main a {
    color: inherit;
}

.glyphicon.glyphicon-stop {
    color: #fd4919;
    margin-right: 10px;
    padding-bottom: 2px;
    font-size: 12px;
}

.logofoot {
    height: auto;
    max-width: 60%;
    display: block;
    margin-top: 15px;
}

.nen {
    max-width: 100%;
    margin-top: 30px;
}

.fa.fa-check-square {
    color: #fd4919;
}

.strengths-row {
    margin-top: 45px;
}

.strengths li {
    list-style: none;
    margin-bottom: 15px;
}

.strengths li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    margin-right: 5px; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #fd4919;
}

/* ---------------vacatures */

.panel-title {
    margin-top: 5px;
}

.panel-title > a {
    font-size: 18px;
}

.panel-default > .panel-heading {
    background: #fff;
    height: 50px;
    display: inline-block;
}

.panel-body {
    padding: 50px;
}

.vacature-button {
    background-color: #131e2d;
    border: 0;
    margin-top: 30px;
}

.vacature-button:hover {
    background-color: #fd4919;
    color: #fff;
    border: 0;
    margin-top: 30px;
}

/* ---------------contact */

.btn-primary.contact-btn {
    color: #fff;
    background-color: #131e2d;
    border: none;
}

.btn-primary.contact-btn:hover {
    color: #fff;
    background-color: #fd4919;
    border: none;
}

/* ---------------modal */

.form-group {
    padding-bottom: 10px;
    padding-top: 10px;
}

.modalproject-image {
    width: 100%;
}

.modal-body {
    padding: 30px;
}

.modal-header {
    background-color: #e9e9e9;
}

.close {
    color: #fd4919;
}

.close:hover {
    color: #fd4919;
}

.modal_footer {
    position: relative;
}

#send-confirmation {
    clear: both;
}

/* --------------- aanvragen */

.aanvraag {
    padding: 15px;
}

.aanvragen-container, .aanvraag-container {
    margin-bottom: 60px;
}

.aanvragen {
    text-align: left;
}

.aanvraag-single {
    min-height: 100%;
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}

.aanvraag-specs-2 li {
    display: inline-flex;
    list-style: square;
}

.overview {
    background-color: #f2f2f2;
}

table.table.overview td{
    padding: 15px;
}

.title-container-aanvraag {
    padding: 30px 30px 30px 0;
}

/* --------------- time count */

.time-count {
    margin-bottom: 15px;
}

.leveranciers {
    background-color: #f2f2f2;
    padding: 15px;
    margin-top: 30px;
}

input[type=checkbox], input[type=radio] {
    margin: 10px;
}

.logo-alt{
	max-width:200px;
	max-height:120px;
}

.logo-alt.up{
	margin-top:-50px;
}

a.mail-button,
a.mail-button:hover{
	background-color:#fd4919;
	color:#fff;
	border-color:#fd4919;
	padding:5px 40px 5px 40px;
	border-radius:0px;
}

ul.navbar-subnav{
	display:none;
}

ul.navbar-nav li:hover ul.navbar-subnav,
ul.navbar-nav li ul.navbar-subnav:hover{
	display:block;
	position:absolute;
	background-color:#fff;
	margin-top:-25px;
	padding:0px;
}

ul.navbar-nav ul.navbar-subnav li{
	list-style-type:none;
	padding:0px;
}
ul.navbar-nav ul.navbar-subnav li:hover{
	background-color:#efefef;
}

ul.navbar-nav ul.navbar-subnav li a{
	color:#333;
	line-height:35px;
	padding:0px 15px;
	min-width:100px;
}
ul.navbar-nav ul.navbar-subnav li a:hover{
	color:#fd4919;
	text-decoration:none;
}