/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../tpk_blue_global/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body { 	
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #fcfcfc;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
    background-attachment: fixed;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
 


/* basics */ 
area, usemap {border:0;}
a img {border:0;}
a { text-decoration: none;}

/*colors*/

h1, h2, h3, h4, h5, h6 {color: #333;font-weight:bold;font-family: 'Open Sans', sans-serif;}
h1  	{font-size:1.8em;text-align: left;}
h2  	{font-size:1.6em;}
h3  	{font-size:1.3em;}

a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}

.topmenubar, a#mobilemenu {	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
      }

.topmenubar a, a#mobilemenu { height: 25px; font-size: 1.05em ! important; color:#fff; text-transform: none;  }

.nav li ul li { border-top: 1px solid #dcdcdc; background-color:#404040; }
.nav a.menu-parent { background: #dcdcdc; border-color: #000; color: #000;

	-webkit-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
     -khtml-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
       -moz-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
         -o-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
            box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; }
.nav li a:focus, .nav li ul li a, ul.nav a.menu-current { background-color: #404040; color: #fff; text-transform: none;}
.nav li a:hover { background: #dcdcdc; border-color: #000; color: #000;

	-webkit-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
     -khtml-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
       -moz-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
         -o-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
            box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; }
/* 2 level hover */
.nav li ul a:hover { background-color: #dcdcdc; }
.nav li ul a.menu-current { background-color: #dcdcdc; color: #000; }



p, h1, h2, h3, h4, h5, h6 { margin: 3px 0 15px 0; }

p {line-height:130%; }


h1, h2, h3 {line-height:110%; }
h4, h5, h6 { color: #0b3e77; }

h4 { font-size: 1em;} 
h5 { font-size: 0.95em; }
h6 { font-size: 0.9em; }



hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}


li {	
	padding-bottom: 10px;		
} 

ul {	
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0.9em;
	padding-left: 0.9em;
	list-style-image: url(img/lipu.gif);
	list-style-type: square	
}



ol {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}


address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #cdc2b6;
	font-style: normal;
	font-weight: bold;
	}


blockquote {	
	padding: 10px;
	margin: 0 0 20px 0;
}

pre, code {
	padding: 5px 0 10px 6px;
	margin: 3px 0 20px 0;	
	font-size:1em;	
	overflow:auto; 
	line-height:1.5em;
	color:#eee;		
}

table {	
	border-collapse:collapse;	
	border-top: 1px solid #cdc2b6;
	margin-top: 3px;
	margin-bottom:5px;
	width:100%;
	font: 0.85em;	
}


input , textarea, pre, code, blockquote, select {
	border: 1px solid #0b3e77;  background: rgba(255, 255, 255, 0.9);  color: #000;
}

/*=======================================================================================*/	

/* Standards */

/* Specials */
p img[align="right"], h3 img[align="right"] {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}
p img[align="left"], h3 img[align="left"] {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}


.teaserbutton {
    display: block; clear:both; padding: 2px 10px 5px 10px;  margin: 10px 10px 10px auto;  text-align: center;  border: 2px solid #ccc;  border-radius: 1.2em; transition: 0.8s all;
	background: rgba(200, 200, 200, 0.5);
}

.teaserbutton:hover {
	background: rgba(30, 123, 0, 0.5); color: #fff;  border-radius: 0.5em;  
}

editlink {}

.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

table {
	border-collapse:collapse;
	border: none;
}


table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top;  background:transparent url(img/bg75.png);  border: none; border-bottom: 1px solid #666;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  background:transparent url(img/bg50.png); border: none; border-bottom: 1px solid #666;}
table.table tbody tr:hover td {background-color:#fff;}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}



img.picfull {width:100%; height:auto;}
img.pic2left {float:left; width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:24%; margin: 3px 0 2px 0.5%; height:auto;}


/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}
body .showOnDesktops {display: block;}	

	
.visibletest div {background-color:green; text-align:center;}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	body div .showOnTablets {display: block;}
	
	

}

/* Small devices (Smartphone, up to <440px) */
@media (max-width: 440px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
	body div .showOnMobiles {display: block;}

}

#kritikzusfsg  {
	margin-top:-12px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px #e0e0e0;
    border-top-style: dotted;
    border-bottom-style: dotted;
	vertical-align: center;
	text-align: center;
}

#kritiktrailer {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	width: 400px;
	float:right;
	text-align: left;
	font-size: 0.7em;
	text-decoration: none;
}

table tr td.bannertag  {
	padding: 0px 0px 0px 10px;
	font-family: 'Open Sans', cursive;
	letter-spacing:2px;
	font-size: 1.4em;
	color: #ffffff;
	font-weight: normal;
	vertical-align: center;
	font-style: oblique;
}

table tr td.followtag  {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	color: #000000;
	font-weight: normal;
	vertical-align: center;
}

#teufel {
	text-align: center;
	font-weight: normal;
	font-variant:small-caps;
	text-decoration: normal;
	font-size: 0.9em;
	color: 666666;

}

table.sidecol {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #dcdcdc;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	vertical-align: center;
	box-shadow: 3px 3px 1px #878787;
}

table tr td.sidecol1 {
	padding: 2px 10px 2px 10px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
}

table tr td.sidecol2 {
	padding: 0px 10px 0px 10px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	vertical-align: center;
}

table tr td.sidecoloscars {
	padding: 0px 5px 0px 5px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	vertical-align: center;
}

table.tablestpk {
    width: 100%;
    border-collapse: collapse;
    empty-cells:show;
}

table.tablestpk th {
    padding: 3px;
	border: 1px solid black;
    text-align: center;
	vertical-align: center;
	font-weight: bold;
    text-decoration: underline;
}

table.tablestpk th.left {
    padding: 3px;
	border: 1px solid black;
    text-align: left;
	vertical-align: center;
	font-weight: bold;
    text-decoration: underline;
}

table.tablestpk td {
    padding: 3px;
	border: 1px solid black;
    text-align: center;
	vertical-align: center;
}

table.tablestpk td.left {
    padding: 3px;
	border: 1px solid black;
    text-align: left;
	vertical-align: center;
}

table.specialtpk {
    padding: 3px;
    empty-cells:show;
}

table.specialtpk th {
    text-align: center;
	vertical-align: center;
	font-weight: bold;
    text-decoration: underline;
}

table.specialtpk td {
    text-align: center;
	vertical-align: center;
}