@media (min-width: 950px) {
		body {
		    background: url('/images/wheeltorque_bg.jpg') no-repeat center center fixed;
		    -webkit-background-size: cover;
		    -moz-background-size: cover;
		    -o-background-size: cover;
		    background-size: cover;
		}
}
bodyxxx {
    background: url('/images/wheeltorque_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container-fluid_NOTUSED {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; 
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px; 
	padding-right: 0px;
	padding-left: 0px;

}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #999999;

}

.panel-title {
    font-weight: bold;
}

.panel-title-red {
    font-weight: bold;
		color: red;
}

.inside-panel {
    background-color: #eee;
		border-radius: 50px;
}

.width80percent {
    width: 80%;
}


.avoid-clicks {
  pointer-events: none;
}


.h1, h1 {
    font-size: 28px;
}

.h2, h2 {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

.h3, h3 {
    font-size: 20px;
    font-weight: 700;
    color: grey;
}

.h4, h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

/* Reduce indenting in lists. Default is 40px */	
ul {
	padding-left: 25px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 46px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 46px;
  background-color: #f5f5f5;
}


/* Responsive Yotube video
https://www.ostraining.com/blog/coding/responsive-videos/
-------------------------------------------------- */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Standaard blauwe buttons veravngen door rode buttons  */
.btn-primary {
    color: #fff;
    background-color: #ee0000;
    border-color: #000000;
}

.btn-primary.focus {
  color: #fff;
    background-color: #dd0000;
    border-color: #000000;
}

.btn-primary.active {
  color: #fff;
    background-color: #ee0000;
    border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
    background-color: #dd0000;
    border-color: #000000;
}

.btn-primary.active:hover {
  color: #fff;
    background-color: #dd0000;
    border-color: #000000;
}

/* 22/12/2019 : font size vergroten
-------------------------------------------------- */


body {
  font-size: 16px;
}

.dropdown-menu {
  font-size: 16px;
}

.btn {
  font-size: 16px;
}
