@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Segoe";
	src: url(fonts/SegoeWP-Light.woff) format("woff"), 
	url(fonts/SegoeWP-Light.ttf) format("truetype");
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	color: #939598;
	background-color: black;
	background-image: url(images/background3.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Segoe, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
#wrapper { /* Voor 100% hoogte, dat footer altijd onderaan staat */
	min-height: 100%;

}

h1 {
	margin: 0px;
	font-family: "Segoe", "Arial";
	font-size: 35px;
	color: #ba141a;
	font-weight: normal;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}










h2 {
	margin: 0px;
	font-family: "Segoe", "Arial";
	font-size: 28px;
	color: #939598;
	font-weight: normal;
}
a {
	color: #939598;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	color: #ba141a;
}

header {
	background-color: black;
	width: 100%;
}

#navigationx { /* zorgt ervoor dat navigatie fixed still staat en hoge z index om voorop te staan & solid red border */
	background-color: black;
	position: fixed;
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #ba141a;
	z-index: 300;
}
#hfill { /* bewegend begin van de site begint pas na fixed navigatie */
	height: 52px;
	width: 100%;
}
.menu { /* navigatie & menu breedte van 1000px */
	margin: 0 auto;
	width: 1000px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 49px;
	font-family: "Tahoma", "arial";
}
.menu ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
.menu ul li {
	display: inline;
	float: left;
}
.menu ul li#selected a {
	color: #ba141a;
}

#logo {
	width: 150px;
	height: 50px;
	background-image: url(images/logohome2.png);
}
#menuhome {
	width: 108px;
	height: 50px;
}
#menubeats {
	width: 165px;
	height: 50px;
}
#menuapparatuur {
	width: 176px;
	height: 50px;
}
#menumedia {
	width: 91px;
	height: 50px;
}
#menucontact {
	width: 154px;
	height: 50px;
}
#social {
	width: 50px;
	height: 50px;
	margin-top: -21px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#social:hover {
	margin-top: 0px;
}

#menudivmoblie
{
    display: none;
}


#slideshow { 
	background-color: black;
	width: 100%;
	border-bottom: 1px solid #505050;
	display: block;
}
.slider { 
	width: 1000px;
	margin: auto;
	display: block;
}

.galleryopacity {
	/*padding-left: 30px;
	padding-bottom: 30px;*/
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
.galleryopacity:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#container { /* alle conten binnen 1000px breedte */
	width: 1000px;
	height: 100%;
	margin: 0px auto;
}
#tabbladendiv {
	background-color: #222222;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
#tabbladen {
	width: 700px;
	height: 60px;
	margin: 0 auto;
}
#tabbladen ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#tabbladen ul li {
	display: inline;
	float: left;
}
.tabspecialiteit {
	width: 233px;
	height: 60px;
	margin: 0 auto;
	line-height: 55px;
	text-align: center;
}
.tabspecialiteitselected {
	width: 233px;
	height: 60px;
	background-color: #000000;
	margin: 0 auto;
	line-height: 55px;
	text-align: center;
}
.tabspecialiteit:hover {
	background-color: #121212;
}
#titelpagina { /* titel van pagina in bordau rood */
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

#inhoudpagina { /* text inhoud van pagina */
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 90px;
}

#algemenevoorwaarden { /* text inhoud van pagina */
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 100px;
    font-size: 14px;
}



#inuitklappen{
	margin: 0 auto;
	margin-bottom: 170px; 
	font-size: 16px;
	width: 800px;
}


button.accordion {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    background-color: #ba141a;
    color: black;
	cursor: s-resize;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
	line-height: 10px;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
	margin-top: 30px;
	border-top: 2px solid #ccc;
}

button.accordion.active{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: 0.0s;
}

button.accordion:hover {

}

div.panel {
    padding: 0 18px;
    background-color: #ccc;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 1;
	color: black;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

div.panel.show {
    opacity: 1;
    max-height: 600px;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #000;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


#gallerybox
{
	width: 450px;
	margin:0 auto;
}

.galleryitem 
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	cursor: pointer;
}
.galleryitem:hover
{
	opacity: 0.85;
}




.mediaback {
    width: 100px;
	margin:0 auto;
	color: #fff;
    position: relative;
    -webkit-animation: myfirst ease-in-out 2s infinite alternate;
/* Chrome, Safari, Opera */
    animation: myfirst ease-in 2s infinite alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   { left:0px; }
    50%  { left:20px; }
    100% { left:0px; }
}
/* Standard syntax */
@keyframes myfirst {
    0%   { left:0px; }
    50%  { left:20px; }
    100% { left:0px; }
}

.box {
	height: 200px;
	width: 200px;
	margin: 0 auto;
	border-radius: 120px;
	border: 20px solid #ba141a;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.box:hover {
	border: 20px solid #910005;
}







#specialiteiten {
	width: 100%;
	height: 222px;
	margin: 0 auto;
    background-color: hotpink;
}
#specialiteiten ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#specialiteiten ul li {
	display: inline;
	float: left;
}
.specialiteit {
	width: 333px;
	height: 222px;
	margin: 0 auto;
	line-height: 55px;
	text-align: center;
}

.specialiteit:hover {
	background-color: #121212;
}


.fb { /*fb social plugin */
	position: relative;
	z-index: 2;
}
#likebox-frame {
	display: block;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 30px;
}
#likebox-frame iframe {
	display: block;
	overflow: hidden;
	position: relative;
}

#specialdiv {
    display: block;
	background-color: #222;
    width: 100%;
	font-size: 20px;
    height: 800px;
}


#specialblackdiv {
    display: block;
    width: 100%;
	font-size: 20px;
    height: 900px;
	}


#special {
	display: block;
	width: 800px;
	height: 700px;
	margin: 0 auto;
    padding-top: 30px;
}

#specialtitle
{
	width: 100%;
	height: 50px;
	background-color: black;
}

#specialtitletext
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 150px;
	height: 50px;
	margin:0 auto;
	font-size: 24px;
	text-align: center;
	line-height: 49px;
	background-color: #222222;
}

#specialtitleblack
{
	width: 100%;
	height: 50px;
	background-color: #222222;
}

#specialtitletextblack
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 200px;
	height: 50px;
	margin:0 auto;
	font-size: 24px;
	text-align: center;
	line-height: 49px;
	background-color: black;
}


#specialimagedrivein
{
    background-image: url(images/homedrivein2.jpg);
    border-radius: 15px;
    margin: 0 auto;
    width: 550px;
    height: 275px;
	margin-bottom: 50px;
}

#specialimageevenementen
{
    background-image: url(images/homeevenementen2.jpg);
    border-radius: 15px;
    margin: 0 auto;
    width: 550px;
    height: 275px;
	margin-bottom: 50px;
}

#specialimageverhuur
{
    background-image: url(images/homeverhuur2.jpg);
    border-radius: 15px;
    margin: 0 auto;
    width: 550px;
    height: 275px;
	margin-bottom: 50px;
}


.specialcontact {
    border-style: solid;
    border-color: #ba141a;
    border-width: 1px;
    width: 175px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
    left: 0;
    right: 0;
	margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    bottom: 70px;
}

#employeesdiv {
    display: block;
	background-color: #222222;
    width: 100%;
    height: 420px;
    margin-top: -50px;
}

#employees {
	display: block;
	width: 1000px;
	height: 420px;
	margin: 0 auto;
}
#employees ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#employees ul li {
	display: inline;
	float: left;
}
.employee {
    display: block;
	width: 250px;
	height: 250px;
    padding-top: 20px;
}

.employeemobile 
{
    display: none;
}

.employeename {
    display: block;
    background-color: black;
    width: 180px;
    height: 32px;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
}
.employeenamemobile {
    display: none;
}

.spacehome
{
    height: 95px;
    width: 100%;
}

#googlemaps {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	margin-bottom: 250px;
}
#contactformulier {
	width: 600px;
	height: 30vh;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 80px;
	display: block;
}

input[type=text] {
	display: block;
	width: 592px;
	height: 24px;
	font-size: 16px;
	padding-left: 8px;
	color: #848484;
	appearance: none;
	box-shadow: none;
	border: 3px solid #dfdfdf;
	border-radius: 15px;
	font-family: "Segoe", "Arial";
	font-weight: bold;
	background-color: #dfdfdf;
    -webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
input[type=text]:focus {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}
input[type=text]:hover {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}
select[name=dropdown] {
	display: block;
	width: 592px;
	height: 32px;
	font-size: 16px;
	padding-left: 8px;
	color: #848484;
	appearance: none;
	box-shadow: none;
	border: 3px solid #dfdfdf;
	border-radius: 15px;
	font-family: "Segoe", "Arial";
	font-weight: bold;
	background-color: #dfdfdf;
    -webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
select[name=dropdown]:focus {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}
select[name=dropdown]:hover {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}




#FwOutput{
    color:#ba141a;
}


input[name=FwSlider], input[name=FwSlider2], input[name=FwSlider3], input[name=FwSlider4] {
    display: block;
    margin: 0;
    height: 38px;
    padding-left: 8px;
    appearance: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
    -webkit-appearance: none;

}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[name=FwSlider]::-webkit-slider-thumb, input[name=FwSlider2]::-webkit-slider-thumb, input[name=FwSlider3]::-webkit-slider-thumb, input[name=FwSlider4]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    background: #000;
    cursor: pointer;
    margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 2px solid #fff;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    background: #000;
    cursor: pointer;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 2px solid #fff;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    background: #000;
    cursor: pointer;
    z-index: 1000;
}
input[type=range]::-ms-tooltip {
    display:none;
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ba141a;
  border-radius: 2px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ba141a;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ba141a;
  border-radius: 2px;
}




input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ba141a;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ba141a;
}
input[type=range]::-ms-fill-upper {
    background: #ba141a;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ba141a;
}














textarea[name=comments] {
	display: block;
	margin: 0;
	width: 592px;
	font-size: 16px;
	padding-left: 8px;
	padding-top: 4px;
	color: #848484;
	appearance: none;
	box-shadow: none;
	border: 3px solid #dfdfdf;
	border-radius: 15px;
	font-family: "Segoe", "Arial";
	font-weight: bold;
	background-color: #dfdfdf;
    -webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
textarea[name=comments]:focus {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}
textarea[name=comments]:hover {
	border: 3px solid #ba141a;
	outline: none;
	color: #000000;
}
button[type="submit"] {
    border-style: solid;
    border-color: #ba141a;
    border-width: 1px;
    width: 175px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
    
}

input[type="submit"] {
    border-style: solid;
    border-color: #ba141a;
    border-width: 1px;
    width: 105px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
    background-color: transparent;
    color: #939598;
    margin-right: 20px;
}
input[type="submit"]:hover
{
    color: #ba141a;
}

input[type="reset"] {
	border-style: solid;
    border-color: #ba141a;
    border-width: 1px;
    width: 105px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
    background-color: transparent;
    color: #939598;
}
input[type="reset"]:hover
{
    color: #ba141a;
}

#apparaatdiv {
	width: 1000px;
	height: 100%px;
	margin-bottom: 50px;
}
#dotline {
	border-bottom: 2px dotted #ba141a;
	border-top: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#apparatuurtitel {
	width: 100%;
	height: 53px;
	margin-bottom: 20px;
	background-color: #ba141a;
	border-radius: 10px;
}

.boothfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/10.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.boothfoto:hover {
	background-image:url(images/apparatuur/10h.jpg);
}

.trussfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/11.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.trussfoto:hover {
	background-image:url(images/apparatuur/11h.jpg);
}

.backdropfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/12.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.backdropfoto:hover {
	background-image:url(images/apparatuur/12h.jpg);
}

.spiegelbolfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/13.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.spiegelbolfoto:hover {
	background-image:url(images/apparatuur/13h.jpg);
}

#apparaat {
	width: 1000px;
	height: 333px;
}
#apparaat ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#apparaat ul li {
	display: inline;
	float: left;
}
.apparaattekstlinks {
	width: 480px;
	height: 333px;
	text-align: right;
	padding-right: 20px;
}
.p5foto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/9.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.p5foto:hover {
	background-image:url(images/apparatuur/9h.jpg);
}

.apparaattekstrechts {
	width: 480px;
	height: 333px;
	padding-left: 20px;
}

.actievesetfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/9.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.actievesetfoto:hover {
	background-image:url(images/apparatuur/9h.jpg);
}

.suntripfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/3.png);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.suntripfoto:hover {
	background-image:url(images/apparatuur/3h.jpg);
}

.par64foto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/5.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.par64foto:hover {
	background-image:url(images/apparatuur/5h.jpg);
}

.colorspotfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/6.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.colorspotfoto:hover {
	background-image:url(images/apparatuur/6h.jpg);
}

.movingheadfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/7.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.movingheadfoto:hover {
	background-image:url(images/apparatuur/7h.jpg);
}

.frontaanlichtfoto {
	width: 500px;
	height: 333px;
	background-image: url(images/apparatuur/8.jpg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.frontaanlichtfoto:hover {
	background-image:url(images/apparatuur/8h.jpg);
}

#brandsdiv {
	background-color: #222222;
	width: 100%;
	height: 410px;
	margin: 0 auto;
}
#brands1 {
	height: 150px;
	width: 1000px;
	margin: 0 auto;
}
#brands1 ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#brands1 ul li {
	display: inline;
	float: left;
}
.logodynacord {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/dynacord-gray.png);
}
.logodynacord:hover {
	background-image: url(images/brands/dynacord-color.png);
}
.logoallen {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/allen&heath-gray.png);
}
.logoallen:hover {
	background-image: url(images/brands/allen&heath-color.png);
}
.logoshowtec {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/showtec-gray.png);
}
.logoshowtec:hover {
	background-image: url(images/brands/showtec-color.png);
}
.logoprolyte {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/prolyte-gray.png);
}
.logoprolyte:hover {
	background-image: url(images/brands/prolyte-color.png);
}
#brands2 {
	height: 150px;
	width: 1000px;
	margin: 0 auto;
}
#brands2 ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#brands2 ul li {
	display: inline;
	float: left;
}
.logomartin {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/martin-gray.png);
}
.logomartin:hover {
	background-image: url(images/brands/martin-color.png);
}
.logoavolites {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/avolites-gray.png);
}
.logoavolites:hover {
	background-image: url(images/brands/avolites-color.png);
}
.logopioneer {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/pioneer-gray.png);
}
.logopioneer:hover {
	background-image: url(images/brands/pioneer-color.png);
}
.logoshure {
	width: 250px;
	height: 150px;
	background-image: url(images/brands/shure-gray.png);
}
.logoshure:hover {
	background-image: url(images/brands/shure-color.png);
}
#sluiting { /* rode balk footer */
	font-family: "Arial";
	background-color: #ba141a;
	color: black;
	width: 100%;
	height: 95px;
	text-align: center;
	font-size: 15px;
	line-height: 55px;
	position: relative;
	clear: both;
	margin-top: -95px;
}

.sluitingsocial { /* Media in footer */
    line-height: 85px;
	margin: 0 auto;
	width: 150px;
	height: 40px;
}
.sluitingsocial ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
.sluitingsocial ul li {
	display: inline;
	float: left;
}

#sluitingsocialicon {
	width: 50px;
	height: 40px;
}

#mediaitem1-2 {
	width: 100%;
	height: 224px;
}
#mediaitem1-2 ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#mediaitem1-2 ul li {
	display: inline;
	float: left;
}
#mediaitem3-4 {
	width: 100%;
	height: 224px;
}
#mediaitem3-4 ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#mediaitem3-4 ul li {
	display: inline;
	float: left;
}
#mediaitem5-6 {
	width: 100%;
	height: 224px;
}
#mediaitem5-6 ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#mediaitem5-6 ul li {
	display: inline;
	float: left;
}
.ih-item {
	margin-top: 33px;
	margin-bottom: 33px;
	margin-left: 66px;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square {
	position: relative;
	width: 400px;
	height: 220px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect6 {
	overflow: hidden;
}
.ih-item.square.effect6.colored .info {
	background: #1a4a72;
	background: rgba(168, 20, 26, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
	background: rgba(255, 34, 52, 0.8);
}
.ih-item.square.effect6 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect6 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #bbb;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
	visibility: visible;
	opacity: 1;
}
.ih-item.square.effect6.from_top_and_bottom .info h3 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3, .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.square.effect6.from_left_and_right .info h3 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3, .ih-item.square.effect6.from_left_and_right a:hover .info p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.square.effect6.top_to_bottom .info h3 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3, .ih-item.square.effect6.top_to_bottom a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.square.effect6.bottom_to_top .info h3 {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3, .ih-item.square.effect6.bottom_to_top a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

 @media screen and (max-width: 999px) { /* Alles lager full width */

#navigationx { 
	display: none;
}



#slideshow 
{
    width: 100%;
}
.slider 
{
        width: 100%;

}


#hfill
{
    display: none;
}

#container { /* alle conten binnen 1000px breedte */
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

#inhoudpagina { /* text inhoud van pagina */
	margin:0 auto;
    padding-top: 50px;
	margin-bottom: 90px;
}

#inuitklappen{
	margin-top: -70px;
	font-size: 11px;
	width: 100%;
}

div.panel {
    padding: 0 8px;
}



#googlemaps {
	width: 93%;
	height: 350px;
	margin: 0 auto;
	margin-bottom: 150px;
    margin-top: -80px;
}

#tabbladendiv {
	background-color: #222222;
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
#tabbladen {
	width: 570px;
	height: 40px;
	margin: 0 auto;
}
#tabbladen ul { 
}
#tabbladen ul li {
	display: inline;
	float: left;
}
.tabspecialiteit {
	width: 190px;
	height: 40px;
	margin: 0 auto;
	line-height: 38px;
	text-align: center;
}
.tabspecialiteitselected {
	width: 190px;
	height: 40px;
	background-color: #000000;
	margin: 0 auto;
	line-height: 38px;
	text-align: center;
}



h2 {
	font-size: 22px;
}






.galleryopacity {
	padding-left: 5%;
	padding-bottom: 5%;
	
}
.galleryopacity:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#menudiv
{
    display: none;
}

#menudivmoblie
{
    display: block;
    border-bottom: 2px solid #ba141a;
    width: 100%;
    height: 60px;
    margin-top: 5px;
}

.split-para      { display:block;margin:10px;}
.split-para span { display:block;float:right;padding-right: -10px;padding-top: 5px;}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-x: hidden;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 29px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #ba141a;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 70px !important;
    color: white;
}

#employeesdiv 
{
    display: block;
    height: 780px;
}

#employees {
	display: block;
	width: 570px;
	height: 780px;
}
#employees ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#employees ul li {
	display: inline;
	float: left;
}
.employee {
    display: block;
    margin: 0 auto;
	width: 250px;
	height: 250px;
    padding-top: 50px;
    padding-left: 35px;
}

.employeemobile 
{
    display: none;
}

.employeename {
    display: block;
    background-color: black;
    width: 180px;
    height: 32px;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
}

.employeenamemobile 
{
    display: none;
}


#contactformulier {
	width: 96%;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 80px;
	display: block;
}


}


 @media screen and (max-width: 800px) {

#specialdiv {
    display: block;
	background-color: #222222;
    width: 100%;
    height: 700px;
	font-size: 18px;
}

#specialblackdiv {
    display: block;
	background-color: #000;
    width: 100%;
    height: 800px;
	font-size: 18px;
}

#special {
	display: block;
	width: 90%;
	height: 700px;
	margin: 0 auto;
    padding-top: 30px;
}

.specialcontact {
    bottom: 100px;
	margin-bottom: 30px;
}

}





 @media screen and (max-width: 570px) {
 
 body
 {
     font-size: 16px;
 }
 
 h1 {
	font-size: 32px;
}

h2 
{
    font-size: 16px;
}
 
 #inhoudpagina
 {
     padding-top: 80px;
	margin-bottom: 90px;
 }

#specialdiv {
    height: 680px;
}

#special {
	display: block;
	width: 90%;
	height: 550px;
	margin: 0 auto;
    padding-top: 30px;
}

#specialblackdiv {
    height: 740px;
}

#special {
	height: 680px;
}

#specialimagedrivein
{
    background-image: url(images/homedrivein3.jpg);
    width: 320px;
    height: 160px;
}

#specialimageevenementen
{
    background-image: url(images/homeevenementen3.jpg);
    width: 320px;
    height: 160px;
}

#specialimageverhuur
{
    background-image: url(images/homeverhuur3.jpg);
    width: 320px;
    height: 160px;
}

#gallerybox
{
	width: 100%;
}

#googlemaps 
{
	display: none;
}

#employeesdiv 
{
    display: block;
    height: 590px;
}

#employees {
	display: block;
	width: 319px;
	height: 590px;
    margin: 0 auto;
}
#employees ul { /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
}
#employees ul li {
	display: inline;
	float: left;
}

.employee {
display: none
}

.employeemobile 
{
    display: block;
    margin: 0 auto;
	width: 150px;
	height: 150px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 7px;
}

.employeename 
{
    display: none;
}

.employeenamemobile {
    display: block;
    background-color: black;
    width: 130px;
    height: 32px;
    text-align: center;
    margin-top: 3px;
    margin-left: 10px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 13px;
}





#tabbladendiv {
	background-color: #222222;
	width: 100%;
	height: 105px;
	margin: 0 auto;
}
#tabbladen {
	width: 100%;
	height: 105px;
	margin: 0 auto;
}
#tabbladen ul { 
}
#tabbladen ul li {
	display: block;
	float: center;
}
.tabspecialiteit {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	line-height: 32px;
	text-align: center;
}
.tabspecialiteitselected {
	width: 100%;
	height: 35px;
	background-color: #000000;
	margin: 0 auto;
	line-height: 32px;
	text-align: center;
}


#sluiting
{
    font-size: 12px;
}
    
 
}

 @media screen and (max-width: 355px) {
  
  #special {
	width: 100%;
}

#specialimagedrivein
{
    border-radius: 0px;
}     
     
#specialimageevenementen
{
    border-radius: 0px;
}

#specialimageverhuur
{
    border-radius: 0px;
}
     
     
     
 }