﻿/* Standard */
* {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height: 25px;
}
.h1, .h2, .h3, h1, h2, h3 {
	font-size: 15px !important;
	color: #2d4098;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	color: #2d4098;
	font-family: Verdana, CordaLight,Georgia,serif;
	margin-bottom: 15px;
	font-size: 26px !important;
	margin-top: 15px;
}
h2 {
	color: #2d4098;
	font-family: Verdana, CordaLight,Georgia,serif;
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 20px !important;
	line-height: 30px;
}
h3 {
	color: #2d4098;
	font-family: Verdana, CordaLight,Georgia,serif;
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 17px !important;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
td{
        padding-top: 0px;
        padding-bottom: 0px;
}
a {
    color: #2d4098;
    text-decoration: none;
}
a:hover {
    color: #00487a;
}


#main_article{
	min-height:400px;
	padding-bottom:40px;
}
#main_article h1{
	padding-bottom:5px;
}
.container-fluid .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.container{
	max-width: 1200px;
}

/* header */
#header-text {
	margin-top: 40px;
	margin-bottom: 10px;
}

#logo {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	max-width:100%;
}

@media screen and (max-width: 500px) {
	#logo {
		margin-left: 0px;
	}
}

#fix_float {
	float: right;
}


.glyphicon {
	top: -1px;
	margin-left: -10px;
}
#media{
	float: right;
	margin-top: 2.5px;
	padding-right: 5px;
}

#media a {
	margin-right: 5px;
}

#top{

}
#top .email{
    padding-left: 0px;
    margin-bottom: 5px;
    padding-top: 30px;
}
#top .email .glyphicon-envelope{
    font-size: 40px;
}
#top .email ,#top .search-links {

        margin-top: -15px;
        float: right;
}
#top .email p{
    margin: 0;
    margin-left: -15px;
}
#top #custom-search-input {
	border: solid 1px #283c96;
    border-radius: 10px;
    background-color: #fff;
}
#top #custom-search-input input{
	border-radius: 10px;
    border-color: transparent;
    box-shadow: none;
}
#top #custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0 8px 0 10px;
}
#top #search {
	width: 260px;
}
#top #search, #top .links {
	float: left;
	padding-top: 15px;
}
#top .links{
    padding-left: 5px;
    float: right;
    padding-top: 10px;
}
#top .form-control{
    height: 28px;
}


@media screen and (max-width: 992px) {
  
        .email {
       		display: none;
        }
        #top .email, #top .search-links {
            margin-top: 10px;
        }
}
@media screen and (max-width: 765px) {
        #top .email, #top .search-links {
            padding-left: 20px;
        }
}


/* nav */



@media screen and (max-width: 715px) {
	.navbar-nav{
		margin: 0px !important;
	}

	#fix_float {
		display: none;
	}
	#fix_a {
		margin-right: 0px;
	}
}


.navbar-nav > li > a, .navbar-brand {
	height: 35px !important;
	margin-top: -5px;
}

.navbar-default {
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	padding-top: 12px;
	line-height: 11px;
	font-family: OpenSansRegular,Arial,Helvetica,sans-serif;
	font-size:14px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #596cc4;
}

.navbar-default .navbar-nav > .open > a {
	background-color: #596cc4 !important;
	color: #fff !important;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #596cc4 !important;
	color: #fff !important;
	margin-top: -1px;
	margin-left: -1px;
	border-top: solid 1px #fff;
}

.dropdown-menu > li > a {
	color: #fff;
	font size: 13px !important;
	line-height:25px;
}

.dropdown-menu > li > a:hover {
	color: #596cc4;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #596cc4;
	background-color: #fff;
}
.active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #ffffff;
	background-color: #2d4098 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #ffffff;
	background-color: #596cc4 !important;
}
.nav > li > a {
    padding: 10px 10px;
}


/* second header */

#carousel {
	max-width: 100% !important;
}

#fix-header {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: cover;
	height: 300px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#banner {
        height: 0px;
}
#small_content {
	position: relative;
	max-width: 400px;
	height: 180px;
	top: -250px;
	left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 23px;
	background-color: rgba(255, 253, 255, 0.8);
	color: black;
	font-size:16px;

}
#small_content h1 {
        color:#283c96;
        font-size:20px;
        line-height: 20px;
}

@media screen and (max-width: 500px) {
	#small_content {
		display:none;
	}
}

#small_content br {
	margin-bottom: 10px;
}


/* footer */

#middle {
	background-color: #eee;
	padding-top: 10px;
	height: auto;
	margin-bottom: 15px;
}

#middle .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#middle .row h5 {
	font-weight: 400;
	margin-bottom: 5px;
}

#middle .row p {
	margin-bottom: 5px;
}

#middle .row a {
	color: #fff !important;

}


/* footer */

#footer {
	background-color: #2d4098;
	background: url(/images/red.png);

	margin-top: 10px;
	height: auto;
}

#footer .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#footer .row h5 {
	font-weight: 400;
	margin-bottom: 5px;
}

#footer .row p {
	margin-bottom: 5px;
}

#footer .row a {
	color: #fff !important;

}


#midden {
	margin-top: 10px;
	height: auto;
}

#midden .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#midden .row h5 {
	font-weight: 400;
	margin-bottom: 5px;
}

#midden .row p {
	margin-bottom: 5px;
}

#midden .row a {
	color: #fff !important;

}




.hero-float {
    width: 650px;
    float: left;
    margin-top: 50px;
    color: #000000
}
.hero-links {
	display:inline-block;
	background:#64007C;
	padding:10px;
	color:white;
	width:140px;
	margin-right:10px;
	min-height:30px;
	margin-top:20px;
	vertical-align:top;
	  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	}
.hero-links a{
	padding:10px;
	}
.hero-links:hover, .hero-links:active, .hero-links:focus {
	color:white !important;
	background:#e68c24 !important;
	text-decoration: none;
	}
.hero-links span{
	padding-left:10px;
	font-size:18px !important;
	font-family: CordaLight,Georgia,serif;
	line-height:22px;
	}

.container-blog {
    width: 650px;
    margin: 0 auto;
}

.blog {
	width: 650px;
	background: url(/images/grid.png) 0 0 repeat;
	margin: 10px;
	padding: 10px;
	background: linear-gradient(to right, rgba(231,141,35,1) 0%,rgba(246,176,26,1) 50%,rgba(231,141,35,1) 100%);
	background: linear-gradient(to right, rgba(1,168,69,1) 0%,rgba(15,214,95,1) 50%,rgba(1,168,69,1) 100%);
}
.blog h2 {
	color: #085c2a;
}
.container-text {
    position: relative;
    width: 80%;
    margin-left: 10%;
}


.right-border {
	border-right: dotted 1px #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 765px) {
	.right-border {
		border-right: none;
	}
	.hero-float {
    	margin-top: 15px;
    	width: 100%;
	}
	.hero-links {
	width:100%
	}
	.phone-number {
    	font-size: 18px !important;
	}
	.container-blog {
    	width: 100%;
	}
	.blog {
    	width: 95%;
	}
	.container-text {
    	width: 100%;
    	margin-left: 0px;
	}

}

.fix-col  {
	margin-top: 10px;
} 
.textfield200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid  #cccccc;
	line-height: 18px;
	height: 23px;
	border-radius:3px;
	margin: 2px;
}
.phone-number {
    display: block;
    background: url(/images/phone.png) 0 0 no-repeat;
    padding-left: 20px;
    font-family: CordaLight,Georgia,serif;
    color: #FFF;
    height: 30px;
    margin-top: 15px;
    font-size: 26px;
}
#menu-footer-navigation {
    list-style-type: none;
    font-size: 14px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    float: left !important;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#menu-footer-navigation li {
    position: relative;
    font-family: Verdana,CordaLight,Georgia,serif;
    font-size: 15px;
}
#menu-footer-navigation a {
    position: relative;
    font-family: Verdana,CordaLight,Georgia,serif;
    font-size: 15px;
}
.copyright {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    font-size: 15px;
}
.copyright a {
    font-size: 15px;
}
.container-praktijk {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.container-cert{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.praktijk {
    background-color: #64007c;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
    color: #FFF;
    display: block;
    float:left;
    border: 0;
    width: 240px;
    padding: 20px 30px 20px 30px;
    margin: 10px;
    text-align: center;
    height: 80px;
}
.praktijk a {
	text-decoration: none;
}
.praktijk:hover {
	text-decoration: none;
	background:#a61fc6 !important;
}
#cert {
    background: #ffffff;
    -webkit-box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.3);
    border: 1px solid #383838;
    text-align: left;
    padding: 15px;
    padding-top: 10px;
    margin-top: 25px;
    text-decoration: none;
    max-width: 100%;
}
#cert li a {
    font-family: "OpenSansBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    color: white;
    margin-top: 7px;
    background: rgb(231,141,35);
}
.home-small-arrow {
    float: right;
    margin-top: 3px;
}
#cert li a:hover {
	text-decoration: none;
	background:#64007c !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
}

@media screen and (max-width: 765px) {
	.navbar {
		float: none;
	}
        #small_content {
                display: none;
        }
        .search-links {
                display: none;
        }
        .links {
                display: none;
        }
}