/* Font  
========================================================================================*/	


body { 
-webkit-text-size-adjust:100%; 
-moz-text-size-adjust:100%;  }

h4, h5, h6 
{ font-family: Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
color:rgb(226, 44, 15); }


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* End Font  
========================================================================================*/

/* Branding  
========================================================================================*/
body {
	margin: 0;
	background-color: rgba(40,40,40,1);
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 28%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.pageWidth {
	width: 960px;
	margin: 0 auto;
	
}

#logo {
	display: block;
	color: #ffffff;
	margin-bottom: 14px;
	text-shadow: 3px 3px 2px rgba(0,0,0,1);
	background-image: url(../images/logos/medienproduktion-tvtom-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 78px;
	
}

#header {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/header-bg.jpg);
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
	z-index: 1000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(201,199,199,0.8);
}
header, nav, section, footer { display:block;}

/* END Branding  
========================================================================================*/

/* HEADING   
========================================================================================*/


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: rgba(211,47,22,1);
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: left;
	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 1pt;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
}
h3 { }
h4 { font-size:22px; line-height:38px; margin-bottom:5px;}
h5 { font-size:18px; line-height:24px; margin-bottom:5px;}
h6 { font-size:12px; line-height:16px; margin-bottom:5px;}

/* END  HEADING   
========================================================================================*/

/* Links AND Button   
========================================================================================*/
a:focus{ outline:none;}
a { 
text-decoration:none; 
color: rgba(211,47,22,1); 
}
a:hover { color:#393939;}

.link {
text-decoration:underline;
color: rgba(211,47,22,1);  
}
/* Links AND Button   
========================================================================================*/

/* Main Navigation 
========================================================================================*/
 
nav {
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	position: relative;
	z-index: 1;
	-moz-box-shadow: 0px 5px 5px 0px #696666 inset;
	-webkit-box-shadow: 0px 5px 5px 0px #696666 inset;
	box-shadow: 0px 5px 5px 0px #696666 inset;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 34px;
	background-color: rgba(0,0,0,0.50);
	letter-spacing: 1pt;
	font-weight: normal;
}
nav li {
	float: left;
	position: relative;
}
nav li a {
	color: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	background-image: url(../images/nav-devider.jpg);
	background-repeat: no-repeat;
	background-position: right 6px;
		
}
nav li a:hover { color:rgba(255,255,255,0.40);}
nav li:first-child {
	margin-left: 0;
	background-image: url(../images/nav-devider.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.site-on {
	color: rgba(255,255,255,0.30);
}
#menu {
	display: none;
	color: #ffffff;
	font-size: 16px;
	padding: 12px 0 10px 3%;
	text-align: left;
	background-image: url(../images/menu-img.png);
	background-repeat: no-repeat;
	background-position: 97% 12px;
}
/* End Navigation 
========================================================================================*/
#bannerbox {
	width: 100%;
	position: relative;
	margin-bottom: -76px;
	z-index: 1;
	-webkit-transition: margin-bottom 1.2s ease 0.1s;
	-moz-transition: margin-bottom 1.2s ease 0.1s;
	-ms-transition: margin-bottom 1.2s ease 0.1s;
	-o-transition: margin-bottom 1.2s ease 0.1s;
	transition: margin-bottom 1.2s ease 0.1s;
}

#bannerbox:hover {
	margin-bottom: -22px;
	
}
#videobox {
	width: 100%;
	position: relative;
	margin-bottom: -76px;
	z-index: 1;
	transition: margin-bottom 1.2s ease 0.1s;
	
}
#videobox:hover {
	margin-bottom: -22px;	
}
#videobox2 {
	width: 100%;
	position: relative;
	margin-bottom: -76px;
	z-index: 1;
	transition: margin-bottom 1.2s ease 0.1s;
}
#videobox2:hover {
	margin-bottom: -22px;
}
#hochzeitsvideobox {
	width: 100%;
	position: relative;
	margin-bottom: -76px;
	z-index: 1;
	-webkit-transition: margin-bottom 1.2s ease 0.1s;
	-moz-transition: margin-bottom 1.2s ease 0.1s;
	-ms-transition: margin-bottom 1.2s ease 0.1s;
	-o-transition: margin-bottom 1.2s ease 0.1s;
	transition: margin-bottom 1.2s ease 0.1s;
}
#hochzeitsvideobox:hover {
	margin-bottom: -22px;
}
#event-trailer {
	width: 100%;
	position: relative;
	margin-bottom: -76px;
	z-index: 1;
	-webkit-transition: margin-bottom 1.2s ease 0.1s;
	-moz-transition: margin-bottom 1.2s ease 0.1s;
	-ms-transition: margin-bottom 1.2s ease 0.1s;
	-o-transition: margin-bottom 1.2s ease 0.1s;
	transition: margin-bottom 1.2s ease 0.1s;
	
}
#event-trailer:hover {
	margin-bottom: -22px;	
}

#imgnoanimationbox {
	width: 100%;
	position: relative;
	margin-bottom: -74px;
	z-index: 1;
	-webkit-transition: margin-bottom 1.2s ease 0.1s;
	-moz-transition: margin-bottom 1.2s ease 0.1s;
	-ms-transition: margin-bottom 1.2s ease 0.1s;
	-o-transition: margin-bottom 1.2s ease 0.1s;
	transition: margin-bottom 1.2s ease 0.1s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(201,199,199,0.8);
}
#imgnoanimationbox:hover {
	margin-bottom: -24px;	
}
#imgnoanimationbox img {
	width: 100%;
}
 
article ul li { padding-left:15px;}
article ul li:before{ content:'B'; text-indent:-5px; font-weight:bold; font-size:60px; height:5px; line-height:5px; width:5px; border-radius:10px;  vertical-align:middle; float:left;  margin-left:-15px; overflow:hidden; margin-top:8px; }
article ol { margin-left:15px; }
article ol li { list-style:decimal; }

#container {
	background-color: transparent;
	position: relative;
	border-radius: 12px 12px 12px 12px;
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #C9C9C9;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(201,199,199,0.8);
	z-index: 100;
	}
#container a:hover {
	text-decoration: none;
	color: rgba(211,47,22,1);
}
#container.pageWidth {
	
	background-color: rgba(74,74,74,0.6);
}


/* FORM 
========================================================================================*/
fieldset {}
/* Footer
===============================================*/
#footer {
	background-color: rgb(255, 255, 255);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.copyRight {
	color: rgba(0,0,0,0.50);
	font-family: "font-family: Georgia", "Times New Roman", Times, "serif;";
	font-size: 15px;
	font-variant:small-caps;
 }
.copyRight img {
	vertical-align: middle;
	display: inline;
}

/* transition
===============================================*/
#wrapper, #widecolumn, aside, nav li
{
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
}

.flag {
	margin-top: 9px;
}
#content {
	width: auto;
	text-align: justify;
	visibility: visible;
}

#content ul {
	margin-left: 15px;
	list-style-type: disc;
	
}

#kontakt-box {
	width: auto;
	text-align: justify;
	visibility: visible;
}
.img-border {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9); 
	-moz-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 12px;	
}
.img-border1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9); 
	-moz-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	float: left;
	margin-top: 10px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.img-border2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	-moz-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.subtitle-1 {
	color: rgba(211,47,22,1);
	margin-left: 0px;
}
#videolink {
	color: rgba(211,47,22,1);
	margin-left: 0px;
	font-size: 14px;
}
#videolink a {
	color: #FDFDFD;
	margin-left: 0px;
}
#videolink a:hover {
	color: rgba(211,47,22,1);
	margin-left: 0px;
	text-decoration: underline;
}

#submenu {
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: rgb(226, 44, 15);
	width: auto;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 16px;
}
#submenu a {
	color: #FDFDFD;
}
#submenu a:hover {
	color: rgba(211,47,22,1);
	text-decoration: underline;
}
#quick-info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C9C9C9;
	width: auto;
	text-align: right;
	margin-top: 16px;
	padding-right: 4px;
	
}
.quick-info a {
	display: inline-block;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#quick-info a:hover {
	background-color: rgba(255,255,255,0.7);
}

#videobcg {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	z-index: -1000;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(201,199,199,0.8);
}

#referenzentabelle {
	line-height: 20px;
	color: #C9C9C9;
	width: 100%;	
}
#referenzentabelle a {
	text-decoration: underline;
	color: rgba(255,255,0,1);
}
#referenzentabelle a:hover {
	text-decoration: none;
	color: rgba(255,255,0,1);
}
#referenzentabelle tr {
	text-align: left;
	vertical-align: top;
}
.referenz_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: rgba(211,47,22,1);
}
.index-datum {
	color: rgba(211,47,22,1);
}
.trenn1 {
	margin-top: 22px;
	margin-bottom: 22px;
	background-image: url(../images/trenn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 100%;
	clear: both;
}
.trenn2 {
	margin-top: 22px;
	margin-bottom: 22px;
	background-image: url(../images/trenn2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 100%;
	clear: both;
}
.vbox-style1 {
	background-color: transparent;
	border: 1px solid rgba(201,199,199,0.8);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	overflow: hidden;
	height: 348px;
	width: 620px;
}
.vbox-style2 {
	background-color: transparent;
	border: 1px solid rgba(201,199,199,0.8);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	overflow: hidden;
	height: 400px;
	width: 620px;
}
.vbox-style3 {
	background-color: transparent;
	border: 1px solid rgba(201,199,199,0.8);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	overflow: hidden;
	width:620px;
	height:340px;
	
}
.vbox-style-hd {
	background-color: transparent;
	border: 1px solid rgba(201,199,199,0.8);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	overflow: hidden;
	height: 349px;
	width: 621px;
}

#videoinfo {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	display: block;
	text-align: left;
	width: 300px;
	font-size: 14px;
}
#play-smart {
	display: none;
	clear: both;	
}

.goback {
	cursor: pointer;
	width: 80px;
}

#ref1 {
	height: 124px;
	width: 220px;
	background-color: transparent;
	position: relative;
}

#ref1 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	-moz-box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
	box-shadow: 1px 1px 2px 2px rgba(47,47,47,0.9);
}

#ref1 img.top:hover, #cf img.hover_effect {
      opacity: 0.3;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
      filter: alpha(opacity=30);
	  cursor: pointer;
    }

.ref1 {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 32px;
	margin-left: 6px;
}
.ref-titel {
	margin-bottom: 2px;
}

.nice {
	float: left;
	margin-right: 20px;
	position: relative;
	margin-top: -14px;
	margin-bottom: 0px;
	margin-left: -36px;
	z-index: 100;
}
.you {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.tube {
	color: rgba(211,47,22,1);
	text-decoration: none;
}
.nounderline {
	text-decoration: none;
}