/* Put your custom styles here */
.row.nieuws {
    background: black;
    padding: 20px 0;
    /* margin: 20px 0px; */
}
a.nieuwslink {
    color: white !important;
    font-size: large;
    font-weight: bold;
}
body{
	background-image: url(../images/background-shadows.png);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
      font-family: HelveticaNeueLTStd57Condensed;
    font-size: 14px;
    color: #646464;
    background-color: black;
    }
    #header-1 .brand-img {
    max-width: 280px;
    padding: 20px 0;
}
#header-1 .main-nav {
    background-color: black;
    border: 0;
    height: 80px;
}
#header-1 .main-nav .navbar-nav > li.active a {
    color: white;
    background: none;
    border-bottom: red solid 3px;
    /* text-decoration: underline; */
}
.container.klein {
	background: black;
}
.bg-deepocean {
    background-color: black !important;
}
.content-block {
    width: 100%;
    padding: 60px 0 60px 0;
    z-index: 100;
    position: relative;
    background: none;
    background-color: #ccc transparent;
}
.row.inleiding {
    color: white;
    background-color: black;
}
.content-1-5 h1 {
    color: red;
    font-weight: bold;
    font-size: 36px;
    border-bottom: solid white;
    padding-bottom: 5px;
}
.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    color: white;
}
p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
    color: white;
}
.footer-1-1 ul li {
    line-height: 19px;
}
.container.klein {
    background: black;
    padding: 2px;
}






.rood-achtergrond{
	color: white;
	background-color: red;
	text-align: center;
}
.col-md-12.rood-achtergrond{
	padding: 20px 0;
}
.button {
    background: white;
    padding: 10px;
    color: black;
    border-radius: 10px;
    margin-left: 10px;
}
.flex-item {
  justify-content: space-between;
}
.titel-slideshow{
	background: red;
	color: white;
	font-weight: bold;
	padding: 10px 10px;
	display: block;
	width: 100%;
	text-align: center;
}
.black{
	background: black;
	color: white;
	padding-top: 20px;
}
table.table {
    color: white;
}
table.table.zwart {
    color: white;
}
section.autos {
    padding-top: 20px;
    border-top: solid 4px red;
    /* background: black; */
}



/* Start opmaak detail*/
span.titeldetail {
    color: white;
    font-weight: bolder;
    font-size: xx-large;
}
.onderlijnd{
	border-bottom: 3px solid white;
	margin-bottom: 10px;
}
span.prijs {
    color: white;
    font-size: x-large;
    font-weight: bold;
}
a.terug {
    background: white;
    width: 39%;
    display: inline-block;
    text-align: center;
    color: red;
    font-size: x-large;
}
a.contact {
    background: red;
    width: 59%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: x-large;
}
span.klein-tekst {
    font-size: small;
}
.margin{
	margin-top: 20px;
}
.uitleg{
	color: white;
}
.uitleg ul {
    color: white;
}
.uitleg ul li{
    color: white;
}
.uitleg p{
	color: white;
}
.uitleg b{
	color: white;
}
.titelwitklein{
	font-size: larger;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
.meer{
	margin-top: 50px;
}
.col-md-12.uitleg.print {
    display: none;
}
h2 {
    color: red;
    text-decoration: underline;
}
section#content-1-2.content-block.content-1-2 .container .row .col-sm-6 h2{
	    line-height: 0;

}
.header-print{
	display: none;
}
.copyright-bar-2.bg-orange {
    background-color: red !important;
}
.nav-toggle{
	color: red;
}
ul.wit li {
    color: white;
}