/* englisch - englisch */
	body {
        font-size:24px;
		font-size:2vw;
		background:#750075 url(/pictures/Movies/Wellen-Clip-Web-11-Titelbild.jpg) center center fixed no-repeat;
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		font-family:Georgia, 'Times New Roman', Times, serif;
		color:#FFFFFF;
		background-color:#EFEFEF;
		}
	a:link 		{ color:white; }
	a:visited 	{ color:white; }

.navbar-default {
    background-color:rgba(36,190,255,1.00);
	font-weight:bold;
	border-bottom:none;
	font-size:0.9vw;
	margin-bottom:0;
}
/* title */
.navbar-default .navbar-brand {
    /*color:#C9B382;*/
	color:#FFF6BB;
}
.navbar-default .navbar-brand:hover {
    /*color:#C9B382;*/
	color:#FFF6BB;
}
.navbar-default .navbar-brand:focus {
    /*color:#C9B382;*/
	color:#FFF6BB;
}
/* link */
.navbar-default .navbar-nav > li > a {
    /*color:#C9B382;*/
	color:#FFF6BB;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:focus {
    /*color:#C9B382;*/
	color:#FFF6BB;
	font-weight:normal;
}

/**********  SUB MENUS  *********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 1380px) {
	.navbar-left {
		display:none;
	}
}
@media (max-width: 1300px) {
	.navbar-brand {
		display:none;
	}
}
@media (max-width: 1100px) {
	#projekte {
		display:none;
	}
}
@media (max-width: 900px) {
	#medien {
		display:none;
	}
}

.page-link a:link    { color:#FFFFFF; text-decoration:none; }
.page-link a:visited { color:#FFFFFF; text-decoration:none; }
.page-link a:hover   { color:#FFFF00; text-decoration:none; }



/* ==========================================================================
   Full size background video
   ========================================================================== */
   
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/pictures/Movies/Wellen-Clip-Web-11-Titelbild.jpg) no-repeat;
    background-size: cover; 
}
/* Not only does IE8 not recognize the <video> tag, it fails to recognize any HTML5 at all, ignoring every new element in the spec. This is problematic, as we want to be able to at least style the element in the browser and place a background image in it. To do so, we need two things: a single line of JavaScript, inside a conditional comment. */
video { display: block; }

/* While it is possible to feature-detect support for video autoplay with JavaScript (a technique I will cover in a future article), the easiest solution is to use a media query that switches off the video entirely on smaller screens, substituting the placeholder image in the background. */
@media screen and (max-width: 992px) {

html {
	background: url(/pictures/Movies/Wellen-Clip-Web-11-Titelbild.jpg) #000 no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
    }
video#bgvid {
    display: none;
    }
}
video#bgvid {
    -ms-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
.stopfade { opacity: .5; }

#vidpause {
	border:none;
	background-color:transparent;
	color:#656565;
}

/* ==========================================================================
   End full size background video
   ========================================================================== */

.scene01 {
    font-size:24px;
	font-size:2vw;
	background:#750075 url(/pictures/DynaSpace/DynaSpace_Titel_04_Youtube.jpg) center center fixed no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#FFFFFF;
	background-color:#EFEFEF;
	height:100%;
	padding-left:0;
		}

.title-ph {
	position:absolute;
	top:93%;
	left: 4.2vw;
	font-size:4vw;
	text-shadow:1px 1px 1px #000000;
}
.title-drs {
	font-size:3.6vw;
	margin-top:0;
	margin-left:3vw;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.seit-50-Jahren {
	font-size:2.6vw;
	text-align:justify;
	text-shadow:1px 1px 1px #000000;
}

.scene02 {
	/*background:#750075 url(/pictures/Hintergruende/Digital_Concert_Hall_dark_1024.jpg) center center fixed no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
	height:100%;
	padding-left:0;
	text-shadow:1px 1px 1px #000000;
	font-size:2.3vw;
	text-align:justify;
}
.headline1 {
	font-size:2.8vw;
	text-shadow:1px 1px 1px #000000;
	line-height:3vw;
	margin-bottom:2vw;
}

.expert-box {
	/*background-color:rgba(136,186,255,0.50);*/
	padding:3vw;
	border-radius:15px;
	/*border:3px solid #E5CF00;*/
	text-shadow:1px 1px 1px #000000;
}
.expert-box img {
	box-shadow:4px 4px 10px #333333;
}
.expert-right {
	float:right;
	margin:0 0 2vw 1vw;
	text-align:center;
	width:30%;
	font-size:1.7vw;
}
.expert-left {
	float:left;
	margin:0 2vw 2vw 0;
	text-align:center;
	width:30%;
	font-size:1.7vw;
}
.conductor {
	font-size:2.6vw;
	margin-bottom:1vw;
}
.about {
	font-size:1.2vw;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align:left;
	border-top:3px solid #E5CF00;
	padding-top:1vw;
	margin-top:2vw;
}

.text {
	text-shadow:1px 1px 1px #000000;
	text-align:justify;
	font-size:2.6vw;
}

.hildebrandt a:link 	{ color:white; border-bottom:2px dotted #FFFFFF; }
.hildebrandt a:visited 	{ color:white; border-bottom:2px dotted #FFFFFF; }
.hildebrandt a:hover    { color:#0000FF; text-decoration:none; border-bottom:2px dotted #0000FF; }




