@charset "UTF-8";
/* Body  */
body {
    font-family: Segoe, "Segoe UI";
	/*font-family:Verdana, "sans-serif";*/
    background-color: #FFFFFF;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 100;
}
/* Container  */
.container {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1200px;
    background-color: #000000/*#FFFFFF;*/
}
/* Navigation header */
header {
    /*position: sticky;*/
	Top: 0px;
	width: 100%;
    height: 5%;
    background-color: #444444;
    border-bottom: 4px solid #EEEEEE;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
/* Header Main Text */
.logo {
	color: #EEEEEE;
	font-weight: bold;
	font-size: 18px;
	text-align: undefined;
	width: 30%;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	letter-spacing: 2px;
}
/* Header Menu */
nav {
	float: right;
	width: 65%;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
}
/* Header Menu */
header nav ul {
	list-style: none;
	float: right;
}
/* Header Menu */
nav ul li {
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	margin-right: 10px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
/* Header Menu */
ul li a {
	color: #EEEEEE;
	text-decoration: none;
}
/* Header Menu */
ul li:hover a {
	color: #BBBBBB;
}
/* Header Menu */
.hero_header {
	color: #000000 /*#FFFFFF*/;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
}
/* Hero Section */
.hero {
	background-color: #000000;
	border-bottom: 4px solid #EEEEEE;
    /*padding-top: 150px;
    padding-bottom: 150px;
   background-image: url(../images/DCC%20overview%201%201200%20800%20opacity.jpg);
	background-image: url(../images/NextGen_Presentations_Talkshow_Demo_HiTechHues.mp4);
    opacity: 1;
	background-repeat: no-repeat;
    background-size:cover;
	background-position: left;*/
}

.hero_video {
	opacity: 0.8;
	margin-bottom: -4px; /*fix*/
}

.BannerShout{  
  position: absolute;
  width: 100%;
  height: 200px;  
  top: 45%;
  left: 50%;
  transform: translate(-50%, -0%);
  /*border-style: solid;
  border-color: coral;*/
}

.light {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
  font-weight: bolder;
  color: #F7F744;
  opacity: .8;
  font-size: 50px;
}

.light2 {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
  font-weight: bolder;
  color: #F7F744;
  opacity: .8;
  font-size: 40px;
}

.light3 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
  font-weight: bolder;
  color: #FFFFFF;
  opacity: .9;
  font-size: 20px;
}

.tagline {
    position: relative;
	top: 10;
	Left: 200;
	/*text-align: center;*/
	color: #EEEEEE;
    margin-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: large;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	display: inline-block;
	background-color: #444444 /*#FFFFFF*/;
	margin-top: 0px;
	margin-bottom: -4px;
	border-bottom: /*3*/ 4px solid #fff; 
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight:lighter;
	line-height: 22px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #dddddd;
	font-size: 17px;
}

/* Stats Gallery */
.stats {
	color: #DDDDDD;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #888888 /*#EEEEEE*/;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 60px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #DDDDDD;
}
/* Parallax Section */
.banner {
    /*background-color: #474849;*/
	background-color: #C4C4C4;
	background-image: url(../images/Studio_Magazine2.png);
    height: 400px;
	opacity: 1;
	background-blend-mode:multiply;
    background-attachment:fixed;
	/*background-attachment:scroll;*/
    /*background-size:cover;*/
	/*background-size:auto;*/
    background-repeat:repeat-y;
	border-bottom: 4px solid #EEEEEE;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	width: 100%;  /*added ngp */
	background-color: #323232;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 0px;
	float: left;
}

footer .footer_column video{
	width:100%;
	max-width:400px;
	border: /*3*/ 0px solid #fff;
	border-radius: 10px;
}

footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #DDDDDD;
	background-color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
    Font-size: 17px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 225px;
	border: /*3*/ 0px solid #fff;
	border-radius: 10px;
}
.button {	
	font-family: Tahoma;
	font-display: auto;
    font-size: 24px;
	font-weight: 100;
	line-height: 68px;
	width: 80px;
	height: 70px; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align:center;
	horizontal-align: middle;
	vertical-align: middle;
	border-radius: 17px;
	font-weight:normal;

	letter-spacing: 1px;
	border: 2px solid #DDDDDD;
	background-color:#555555 ;
	transition: all 0.3s linear;	
}
.button:hover {
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}
.buttonWhatsApp{
	width: 320px;
	height: 72px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	horizontal-align: middle;
	vertical-align: middle;
	border-radius: 17px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px solid #DDDDDD;
	/*background-color: #EEEEEE;*/
	transition: all 0.3s linear;	
}

.contact_info {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 2px;
	color: white;
	text-align:center;
}		
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
}
.footer_banner {
	/*width: 100%;*/
	background-color: #888888;
	padding-top: 60px;
	padding-bottom: 15px;
	margin-top: -2px;
	margin-bottom: 3px;
	/*background-image: url(../images/TalkShow_BMW_app_400x225.png");*/
	background-repeat: repeat;
	border-top: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
}	
header nav ul {
	display: none;
	padding: 0px;
	float: none;
}
nav ul li {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.BannerShout {
	display: none;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #000000 /*#FFFFFF*/;
	background-image: none;
}

.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
	text-align: center;
}
} 

/* Small Tablets - iPhone portrait+landscape */ 
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FFFFFF;
}
.container header nav {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:auto;
	float: none;
	overflow: auto;
	display: inline-block;
	opacity: 0.5;
	background:#4AA835;
	/*display: none;*/
}
nav {
}
header nav ul {
	padding-left: 5px;
	padding-right: 10px;
	display: none;
	/*float: none;*/
}
nav ul li {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.BannerShout {
	display: none;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
	font-size: 22px;
}
.thumbnail {
	width: 100%;
}

.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 45%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
	background-attachment:fixed;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
	}
.thumbnail {
	width: 50%;
	}

.footer_column {
	width: 100%;
	}

footer .footer_column p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	line-height: 6vmin;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
    Font-size: 5vmin;
	}
.banner {
	padding-left: 20px;
	padding-right: 20px;
	background-attachment:scroll;
	background-size:cover;
	}	
}  

/* Small Desktops - iPad Landscape */
@media (min-width: 768px) and (max-width: 1096px) {
.logo {
	width: 45%
}
nav {
	width: 40%;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
	background-attachment:scroll;
	background-size:cover;
}
.BannerShout {
	display: none;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.parallax {
	background-attachment:fixed;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
}
.footer_column {
	width: 50%;
	font-size: 16px;
}
	footer .footer_column p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 21px;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
    Font-size: 22px;
}
}


/* Slider Image toevoeging RR*/

.wrapper{
	position: relative;
	width: 100%;
	height: 225px;
	max-width: 400px;
	max-height: 225px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;	
	overflow: hidden;
	border: /*3*/ 0px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	/*margin-top: 0px;
	filter: blur(5px);*/
	
/* Slider Images #1 */
}
.wrapper .images{
  height: 100%;
  width: 100%;
  display: flex;
}
.wrapper .images .img-1{
	height: 400px;
	width: 400px;
	background: url("../images/DCC female speaker green 400 400 mirror.jpg") no-repeat;
	/*margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
    background: url("images/car.jpg") no-repeat; */
}
.wrapper .images .img-2{
  position: absolute;
  height: 100%;
  width: 50%;
  /* filter: blur(5px); */
  background: url("../images/DCC female speaker virtual.jpg") no-repeat;
  /* background: url("images/car.png") no-repeat; */
}
.wrapper .slider{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.wrapper .slider input{
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.slider input::-webkit-slider-thumb{
  height: 400px;
  width: 3px;
  background: none;
  -webkit-appearance: none;
  cursor: col-resize;
}
.slider .drag-line{
  width: 3px;
  height: 400px;
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.slider .drag-line::before,
.slider .drag-line::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 222px;
  background: #fff;
}
.slider .drag-line::before{
  top: 0;
}
.slider .drag-line::after{
  bottom: 0;
}
.slider .drag-line span{
  height: 42px;
  width: 42px;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slider .drag-line span::before,
.slider .drag-line span::after{
  position: absolute;
  content: "";
  top: 50%;
  border: 10px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider .drag-line span::before{
  left: 40%;
  border-left-color: #fff;
}
.slider .drag-line span::after{
  left: 60%;
  border-top-color: #fff;
}


/* Slider Images #2 */

.wrapper .images2{
  height: 100%;
  width: 100%;
  display: flex;
}
.wrapper .images2 .img-3{
	height: 400px;
	width: 400px;
	background: url("../images/DCC_male_speaker_green_mirror_400x225.jpg") no-repeat;
  /* background: url("images/car.jpg") no-repeat; */
}
.wrapper .images2 .img-4{
	position: absolute;
	height: 400%;
	width: 50%;
	/* filter: blur(5px); */
	background: url("../images/DCC_male_speaker_virtual_Banner_400x225.jpg") no-repeat;
  /* background: url("images/car.png") no-repeat; */
}
.wrapper .slider2{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.wrapper .slider2 input{
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.slider2 input::-webkit-slider-thumb{
  height: 400px;
  width: 3px;
  background: none;
  -webkit-appearance: none;
  cursor: col-resize;
}
.slider2 .drag-line2{
  width: 3px;
  height: 400px;
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.slider2 .drag-line2::before,
.slider2 .drag-line2::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 222px;
  background: #fff;
}
.slider2 .drag-line2::before{
  top: 0;
}
.slider2 .drag-line2::after{
  bottom: 0;
}
.slider2 .drag-line2 span{
  height: 42px;
  width: 42px;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slider2 .drag-line2 span::before,
.slider2 .drag-line2 span::after{
  position: absolute;
  content: "";
  top: 50%;
  border: 10px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider2 .drag-line2 span::before{
  left: 40%;
  border-left-color: #fff;
}
.slider2 .drag-line2 span::after{
  left: 60%;
  border-top-color: #fff;
}
