/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
html,
body {
  background: #434343;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  padding: 0;
  color: #ffffff;
  line-height: 30px;
}

h1 {
  font-size: 28px;
  margin-bottom: 12px;
}

h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #9E0F0F;
}

p {
  line-height: 20px;
  margin: 0 0 30px 0;
}

b{
  font-weight: 300;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #9E0F0F;
  font-weight: bold;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

/******************************
*********** THEME *************
******************************/

/**********************
******** Header *******
**********************/

.nav-brand {
  display: inline-block;
  margin: 26px 0;
}

/**********************
****** Navigation *****
**********************/

/* Setup */
.navbar {
  z-index: 99;
}

.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}

/* Menu Link */
.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

/* Menu Link Hover & Active*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #9E0F0F;
  color: #fff;
}

/* Menu icon*/
.navbar-toggle {
  border-radius: 0;
  padding: 15px 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

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

@media (max-width: 767px) {

  /* Setup */
  body {
    padding-top: 50px
  }

  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }

  /* Background */
  .navbar-default .navbar-header {
    background: #434343;
    height: 66px;
  }

  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #434343;
  }

  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }

  /* Menu Link */
  .navbar-default .navbar-nav>li>a {
    border: none;
  }

  /* Menu links incl dropdown */
  .navbar-default .navbar-nav>li a {
    text-align: center;
  }

  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }

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

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

@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
    margin-top: 55px;
  }

  .navbar-nav {
    width: 100%;
    display: table;
  }

  .navbar-nav>li {
    float: none;
    display: table-cell;
  }

  .nav>li>a {
    padding: 25px 3px;
  }

  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

/**********************
****** Carousel *******
**********************/

/* Carousel height */
#carousel-header {
  height: 210px;
  border-radius: 0;
}

.header-bottom {
  position: relative;
}

.header-filter {
  margin: 20px 0;
}

.header-filter h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-bottom {
    height: 500px;
    margin-bottom: 30px;
  }

  #carousel-header {
    height: 100%;
  }

  .header-filter {
    width: 320px;
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 30px;
    z-index: 3;
  }

  .header-filter h2 {
    margin: 0 0 30px 0;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .header-bottom {
    height: 650px;
    margin-bottom: 80px;
  }

  .header-filter {
    padding: 45px;
    width: 360px;
    left: 50px;
  }

  .header-filter h2 {
    margin: 0 0 45px 0;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .header-bottom {
    height: 830px;
    margin-bottom: 115px;
  }

  .header-filter {
    width: 400px;
    padding: 100px 30px;
  }

  .header-filter h2 {
    margin: 0 0 60px 0px;
    font-size: 28px;
  }
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/5396_img_header1.jpg");
}

#carousel-header .carousel-indicators {
  z-index: 5;
}

#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
  (-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**********************
******** Footer *******
**********************/

/** Sticky Footer ***/
.footer {
  padding: 20px 0;
  background: #EAE5E5;
  color: #000000;
}

.footer p {
  margin: 0;
}

.footer p a{
  color: #9E0F0F;
  font-weight: bold;
}


@media (min-width: 767px) {

  .footer {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .footer p {
    text-align: center;
  }
  .header-filter h2 {
    margin: 0 0 80px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
  }

}

/**********************
*** Custom Style ******
**********************/

ul.search-filter-vertical {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  border-left: 3px solid;
  padding-left: 30px;
}

ul.search-filter-vertical li {
  display: block;
  margin-bottom: 30px;
}

ul.search-filter-vertical li:last-child {
  margin-bottom: 0;
}

ul.search-filter-vertical li.search-filter-select {
  position: relative;
}

ul.search-filter-vertical li.search-filter-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  color: #EAE5E5;
  position: absolute;
  right: 15px;
  top: 7px;
}

ul.search-filter-vertical li.search-filter-select::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #EAE5E5;

}

ul.search-filter-vertical li select,
ul.search-filter-vertical li input {
  width: 85%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  background: transparent;
  border: 0;
  color: #EAE5E5;
  font-weight: 300;
  border: none;
  padding: 9px 15px 12px 15px;
}

ul.search-filter-vertical li select option {
  color: #000;
}

ul.search-filter-vertical li input {
  color: #EAE5E5;
  background: #9E0F0F;
  border: 1px solid #9E0F0F;
  text-transform: uppercase;
  font-weight: 500;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

ul.search-filter-vertical li input:hover {
  color: #9E0F0F;
  background: #EAE5E5;
}

.main-block {
  padding: 30px 0;
  background: #EAE5E5;
}

.white-bg {
  background: #EAE5E5;
  color: #1F1F1C;
  padding: 20px;
  margin: 0 -15px;
  margin-top: -2px;
}

.white-bg:after {
  content: '';
  clear: both;
  display: table;
}

.content-text h1,
.content-text h2 {
  color: #000000;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.content-text {
  color: #000000;
}

.welkom-text .content-text h1,
.welkom-text .content-text h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin: 45px 0 60px 0;
  text-transform: uppercase;
}

.welkom-text .content-text {
  color: #EAE5E5;
}

.white-bg .content-text h1,
.white-bg .content-text h2 {
  font-size: 28px;
  line-height: 28px;
}

.welkom-text a {
  color: #000000;
}

.table-block {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.table-block>div {
  display: table-cell;
  vertical-align: middle;
}

.table-block .right-side .occ-slider {
  padding: 30px 0;
}

.bottom-block {
  background: url(images/img_bg_contact.jpg) no-repeat center;
  background-size: cover;
}

.table-block.top>div {
  vertical-align: top;
}

.contact-text {
  max-width: 290px;
  padding-right: 15px;
}

.black-bg .content-text h2 {
  color: #EAE5E5;
}

.contact-text .panel-body {
  padding: 0;
}

.contact-text .form-group {
  margin-bottom: 30px;
}

.contact-text .form-group:last-child{
  margin-bottom: 0;
}

.contact-text .input-group {
  display: block;
}

.contact-text .input-group .form-control {
  float: none;
  display: block;
}

.contact-text .input-group .form-control,
.contact-text .form-control {
  background: #EAE5E5;
  color: #1F1F1C;
  border: none;
  border-bottom: 1px solid #1F1F1C;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 15px 15px;
}

.contact-text .text-border-bottom {
  position: relative;
  border-bottom: 1px solid #000;
}

.contact-text .input-group .form-control::placeholder, .contact-text .form-control::placeholder {
  color: #000000;
}

.contact-text .form-group button {
  display: block;
  height: 40px;
  border: none;
  width: 100%;
  margin: 50px 0;
}

.content-text table{
  margin-bottom: 30px;
}

.content-text table tr td{
  vertical-align: top;
}

.content-text table tr td:first-child{
  width: 20px;
}

.alert,
input[name="leegveld"] {
  display: none;
}
.header-text-right {
  margin-top: 27px;
  font-size: 48px;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
  float: right;
  text-align: right;
  transform: translateY(-760px) translateX(-80px);
}
.navbar-brand>img {
  height: 40px;
}
#finnik-kentekenbox-container {
  margin-left: 0 !important;
  margin-top: 50px;
}
#financiering {
  margin: 20px 0 40px 0;
}
.Contact .black-bg {
  color: #000000;
  padding: 50px 50px 30px 50px;
}
.simply-scroll-clip #slideshow7 .item-information {
  background: #EAE5E5;
  color: #000000;
}
.simply-scroll-clip #slideshow7 .item-information h3.titel {
  color: #000000
}
.right-side-right .content-text a {
  font-weight: 500;
  font-size: 16px;
}
#body.autolijst_background #main .auto-detail-page .nav-bar h3,
#body.autolijst_background #main .auto-detail-page .nav-bar p
#body.autolijst_background #main .auto-detail-page .row.nav-bar {
  color: #000000;
}

@media(min-width: 1200px) {
  .Auto-Inkoop #main .black-bg .panel {
    margin: 50px 0;
  }
}

#fixed-icons a.btn.btn-default.whatsapp_icon { 
  background: #0dc143; 
} 
@media(min-width:768px) { 
  #fixed-icons .btn-group-custom{ 
    position: fixed; 
    left: 0px; 
    bottom: 600px; 
    z-index: 999; 
  } 

  #fixed-icons a { 
    background: #fff; 
    display: block; 
    padding: 15px; 
    margin-bottom: 10px; 
    box-shadow: 0px 2px 10px #444; 
    border-radius:0px; border:none; 
  } 

  #fixed-icons a:hover { 
    background:#eee; 
  } 

  #fixed-icons img { 
    height: 30px; 
    margin: 0 auto; 
    display: block; 
  } 

  #fixed-icons .btn-group, #fixed-icons .btn-group-custom{ 
    display: inline-block; 
    vertical-align: middle; 
  } 

  #fixed-icons .btn-group-custom>.btn, #fixed-icons .btn-group-custom>.btn-group, #fixed-icons .btn-group-custom>.btn-group>.btn { 
    display: block; 
    float: none; 
    width: 100%; 
    max-width: 100%; 
  } 
} 

@media(max-width:767px){ 
  body{ 
    margin-bottom:61px; 
  } 

  #fixed-icons .btn-group-custom { 
    position: fixed; 
    left: 0px; 
    bottom: 0px; 
    z-index: 999; 
    width: 100%; 
    background: #fff; 
    border-top: 1px solid #000; 
  } 

  #fixed-icons img { 
    display: block; 
    margin: 0 auto; 
    height: 40px; 
    width: auto; 
  } 

  #fixed-icons div.btn-group:first-child { 
    border-left: 0px; 
  } 

  #fixed-icons div.btn-group { 
    border-left: 1px solid #000; 
  } 

  #fixed-icons div.btn-group a { 
    display: block; 
    width: 33%; 
    text-align: center; 
    float: left; 
    padding: 10px 0px; 
    border:none;
    border-radius:0px; 
  } 
  #fixed-icons a:hover { 
    background: #eee; 
  } 
  #fixed-icons .btn-group-custom { 
    display: table; 
    width: 100%;
    table-layout: fixed; 
    border-collapse: separate; 
  } 

  #fixed-icons .btn-group-custom>.btn, .btn-group-custom>.btn-group { 
    display: table-cell;
    float: none;
    width: 1%;
  }

  #fixed-icons .btn-group-custom>.btn-group .btn {
    width: 100%;
  }

  .header-filter h2 {
    font-size: 31px;
  }
  ul.search-filter-vertical li input {
    width: 90%;
  }
}

/**********************
******* Global ********
**********************/
a.btn-home {
  padding: 7px 15px;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pager li>a,
.pager li>span {
  background: #9E0F0F;
  border: 1px solid #9E0F0F;
  color: #EAE5E5;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  transition: ease-in-out 0.2s;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #EAE5E5;
  color: #9E0F0F;
  transition: ease-in-out 0.2s;
}

a.btn-social {
  color: #EAE5E5;
}

a.label {
  background: #F7D23C;
  color: #000;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #9E0F0F;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

.marquee span {
  padding: 0 20px;
  Color: #ff0000;
  Font-size: 22px;
  white-space: nowrap;
}

/**********************
*** Style per pagina **
**********************/

/***************
***** Home *****
***************/
#body.Home {}


/***************
*** Occasions **
***************/
#body.Contact .well,
#body.Auto-Inkoop label,
#body.autolijst_background {
  color: #000;
}

#body.autolijst_background .auto-detail-page contact-adres {
  color: #000;
}

#body.autolijst_background .list-view {
  color: #000;
}

#body.autolijst_background .gallery-view {
  color: #000;
}

#body.autolijst_background .detail-view {
  color: #FFFFFF;
}

#body.autolijst_background .detail-view .row.nav-bar span {
  color: #000000;
}

#body.autolijst_background .row.auto-specificaties {
  color: #000;
}

#body.autolijst_background .row.auto-opties {
  color: #000;
}

#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #FFFFFF;
}


/***************
**** Contact ***
***************/
#body.Contact #map {
  height: 400px;
}

#body.Contact #route {
  background: #EAE5E5;
}

#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}

#body.Contact .adp-directions,
#body.Contact .adp-summary {
  width: 100%;
}


/**********************
*** Mediaqueries ******
**********************/
@media(max-width: 1200px) {
  .header{
    text-align: center;
  }
}

@media(max-width: 992px) {
  .header {
    text-align: center;
  }

  .white-bg .table-block,
  .white-bg .table-block>div {
    display: block;
  }

  .white-bg .table-block .left-side {
    width: 100%;
    float: left;
  }

  .white-bg .table-block .right-side,
  .white-bg .table-block .middle-side {
    float: left;
    width: 50%;
  }

  .white-bg .welkom-text {
    max-width: 100%;
  }

  .contact-text {
    max-width: 100%;
  }
}

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .main-block{
    background: #434343;
    padding-bottom: 0;
    padding-top: 160px;
  }
  #carousel-header {
    margin: -1px -15px 0 -15px;
  }
  .whitespace {
    padding: 40px 0;
    background: #EAE5E5;
  }
  .header-bottom {
    margin: 0 -15px;
    background: #000000;
    padding: 0 15px 80px 15px;
  }
  .navbar-toggle .icon-bar {
    width: 28px;
  }
  .navbar-toggle {
    padding: 4px 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    margin: 8px 0;
  }
  .table-block {
    display: block
  }

  .table-block>div {
    display: block;
  }

  .contact-text {
    max-width: 100%;
    padding: 0;
  }

  .white-bg .table-block .right-side,
  .white-bg .table-block .middle-side {
    width: 100%;
  }

  .white-bg .table-block .right-side {
    padding: 80px 0;
  }

  .bottom-block .white-bg .left-side {
    margin: 0 -20px 20px -20px;
    padding: 20px;
    padding: 80px 0;
    background: #434343;
    width: auto;
    float: none;
  }

  .bottom-block .white-bg .middle-side{
    margin-bottom: 20px;
  }

  .black-bg .welkom-text {
    margin-bottom: 30px;
    background: #000000;
    padding: 80px 20px 80px 20px;
    margin: 0 -15px;
  }

  .header-text {
    padding-top: 80px;
  }
  .header-filter {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
  }



  .table-block .right-side .occ-slider {
    margin: 0 -15px;
    background: #434343;
    padding: 80px 0;
  }

  .right-side-in .right-side-left{
    margin-bottom: 20px;
  }
  .footer {
    margin-top: 80px;
    padding: 50px 0;
  }

}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {

  .navbar-default .navbar-nav>li>a{
    font-size: 14px;
  }

  .bottom-block,
  .main-block {
    padding: 50px 0;
  }

  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 40px 0;
  }

  .black-bg {
    -webkit-box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.5);
    background: #434343;
    padding: 0 25px;
  }

  .black-bg .table-block .left-side {
    width: 280px;
  }

  .white-bg .table-block .right-side {
    width: 100%;
    padding: 60px 0;
  }

  .welkom-text {
    background: #000000;
    padding:  50px 30px;
    max-width: 300px;
  }

  .table-block .right-side .occ-slider {
    border-left: 3px solid #EAE5E5;
    padding: 50px 0;
  }

  .black-bg .table-block .right-side .occ-slider {
    position: relative;
    padding: 30px 0;
  }

  .white-bg {
    -webkit-box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    margin: 0;
  }

  .white-bg .welkom-text {
    height: 100%;
  }

  .welkom-text a.btn-primary {
    margin-top: 40px;
  }


  .right-side-in:after{
    content: '';
    clear: both;
    display: table;
  }

  .right-side-in > div{
    float: left;
    width: 50%;
  }
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {

  .navbar-default .navbar-nav>li>a{
    font-size: 16px;
  }

  .bottom-block,
  .main-block {
    padding: 80px 0;
  }

  ul.search-filter-vertical li input {
    margin-top: 30px;
  }

  .white-bg,
  .black-bg {
    padding: 0 50px;
  }

  #body.autolijst_background .black-bg {
    padding-top: 50px;
  }

  .black-bg .table-block .left-side {
    width: 300px;
  }

  .white-bg .table-block .right-side {
    width: calc(100% - 340px);
  }

  .welkom-text {
    padding: 70px 30px;
    max-width: 340px;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 60px 0;
  }

  .white-bg .table-block .left-side {
    width: 340px;
  }

  .table-block .right-side .occ-slider {
    padding: 70px 0;
  }

  .white-bg .table-block .right-side {
    padding: 45px 0;
  }

  .black-bg .table-block .right-side {
    padding: 50px 30px;
  }

  .content-text hr.line{
    margin: 60px 0;
  }

  .right-side-in{
    padding-left: 60px;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #fixed-icons .btn-group-custom {
    bottom: 250px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
  a.btn-home {
    font-size: 18px;
  }

  .white-bg .content-text h2 {
    margin-top: 40px;
  }

  .nav>li>a {
    padding: 10px 25px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .bottom-block,
  .main-block {
    padding: 100px 0;
  }

  .white-bg .table-block .left-side {
    width: 350px;
  }

  .welkom-text {
    max-width: 350px;
    padding: 65px 35px;
  }

  .black-bg .table-block .left-side {
    width: 400px;
  }

  .white-bg .table-block .right-side {
    padding: 55px 0;
    width: calc(100% - 400px);
  }

  .white-bg .table-block .right-side p {
    max-width: 290px;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .right-side-in{
    padding-left: 80px;
  }
}

@media(min-width: 1300px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
  }
}

@media(min-width: 1400px) {

  .white-bg .table-block .left-side {
    width: 400px;
  }

  .welkom-text {
    max-width: 400px;
  }

  .right-side-in{
    padding-left: 120px;
  }
}

@media(min-width: 1500px) {

  .white-bg .table-block .left-side {
    width: 400px;
  }

  .white-bg .table-block .right-side {
    width: calc(100% - 400px);
  }

  .right-side-in{
    padding-left: 120px;
    margin-left: 40px;
    border-left: 3px solid;
  }
}
@media(max-width: 1200px) {
  .header-text-right {
    transform: translateY(-640px) translateX(-80px);
    font-size: 36px;
  }
}

@media(max-width: 992px) {
  .header-text-right {
    transform: translateY(-450px) translateX(-20px);
    font-size: 28px;
  }
}
