/*!
 * Grünheide-tv.de
 * Code copyright: B.K Production, Beppo Küster.
 */

/******************************************************/
/*  GENERAL STYLES
/******************************************************/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h1 {
	font-size: 24px;
    margin-bottom: 14px;
}
h2 {
	font-size: 20px;
    margin-bottom: 12px;
} 
h3 {
	font-size: 18px;
    margin-bottom: 10px;
}
h4 {
	font-size: 14px;
    margin-bottom: 8px;
}
h5 {
	font-size: 12px;
    margin-bottom: 6px;
}
h6 {
    font-size: 11px;
    margin-bottom: 4px;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
    font-size: 12px;	
}
a, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
ol {
    counter-reset: item;
    list-style-type: none;
	margin: 0 0 0 15px;
}
ol li:before {
    content: counter(item) "  "; 
    counter-increment: item;
}

/*  FONTS
==================================================================== */

body, p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, Arial, Helvetica, sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
}


.article_infotext p {
    font-size: 13px;
}
.article_infotext p.lead {
    font-size: 21px !important; /* content subheadline */
}


@media (min-width: 768px) {
	.navbar-default > .container-fluid > .navbar-collapse > .nav.navbar-nav > li > a {
		font-family: Oswald, Arial, Helvetica, sans-serif!important;
	}
}


/* Colors
==================================================================== */
/* Color sheme

   #53a3df  ( blue )
   #fbde01  ( yellow )
   #ee3963  ( red )
   #374f58  ( green )
   
   #151515  ( black )
   #2e2e2e  ( dark grey )
   #a3a3a3  ( light gray )
   
*/ 
body, p {
	color:#a3a3a3;
}

h1, h2, h3, h4, h5, h6 {
	color: #53a3df;
}

/*  Links color  */
a, a:visited {
	color: #53a3df;
}
/*  Links hover color  */
a:hover {
	color: #ee3963!important;
}


/******************************************************/
/*  BASIC LAYOUT
/******************************************************/
/*
 * max. inner size: 1240px;
*/

#top-header {
    clear: both;
    min-height: 80px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}
#top-header #logo {
	margin-left: 15px; 
    padding: 5px 5px 5px 10px;
    position: relative;
    width: 350px;
}


body {
    background-attachment: scroll !important;
    background-color: #1f1f1f;
    background-image: url("../image/patterns/p68.png");
    background-position: center top !important;
    background-repeat: repeat !important;
}

body {
    padding-top: 10px;
	padding-bottom:10px;
}

.container {
    background-attachment: scroll !important;
    background-color: #242424;
    background-image: none;
    background-position: center top !important;
    background-repeat: repeat !important;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.container {
    min-width: 340px;
}

.thumb {
    margin-bottom: 30px;
}

.thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}

.required {
    color: #eb8207;
    font-size: 1.2em;
}




























@media (min-width: 768px) {
	#content-banner {
		padding-bottom:0;
	}
	.hidden-xs.webticker-container {
		padding-bottom: 15px;
	}
}

/******************************************************/
/*  MAIN MENU
/******************************************************/

.navbar {
    border: none;
    margin-bottom: 10px;
    min-height: 50px;
    position: relative;
	border-bottom: 2px solid #d4d4d4 !important;
}
.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-header {
  background-color: #53a3df;
}

.navbar-toggle {
	/* toggle button > MENU */
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    float: left;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 9px;
    padding: 7px 10px;
    position: relative;
}

.navbar-nav > li > a {
	padding-right: 5px;
	padding-left: 5px;
}

.navbar-default .navbar-header h4.panel-title a {
	/* toggle button > MENU */
	font-size: 17px!important;
	font-weight: normal!important;
	text-transform: uppercase;
	color:#FFF;	
}
.navbar-default .navbar-header h4.panel-title a:hover {
	background-color:transparent;
}
.navbar-default > .container-fluid > .navbar-collapse > ul > li > a {
	/* first level */
	font-weight:bold;
}

.navbar-default .container-fluid .navbar-collapse.collapse.in ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li.dropdown.open a.dropdown-toggle {
    background-color: #e7e7e7;
    color: #555;
}


/*
.navbar-default li ul li.dropdown.open a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
*/

@media (min-width: 768px) {
	.navbar {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
	}
	.navbar-default {
	  background-color: #53a3df;
	  border-color: #e7e7e7;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}
    .navbar-default > .container-fluid > .navbar-collapse > .nav.navbar-nav > li > a {
		/* only first level */
		font-size: 17px!important;
		font-weight: normal!important;
		text-transform: uppercase;
	}
	.navbar-default .container-fluid {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 15px;
	}
	.navbar-default .navbar-collapse {
	  padding-right: 15px;
	  padding-left: 0;
	  overflow-x: visible;
	  -webkit-overflow-scrolling: touch;
	  border-top:none;
	  /*border-top: 1px solid transparent;*/
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar-default .navbar-nav li > ul {
		background-color: #424242;
	}

	.navbar-default .navbar-nav li > ul > li > a {
		color: #FFF;
	}
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		background-color: #eee;
		border-color: #428bca;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #424242;
		color: #fff;
	}
	#menu > ul > li ul > li > a:hover {
		/* second level - hover */
		background-color: #53A3DF!important;
		/*color:#fff !important;*/
	}
	.navbar-default .dropdown.open ul li a:hover,
	.navbar-default .dropdown.open ul li a:focus {
		color:#F00;
		background-color:#09C;
	}
}

@media (min-width: 1199px) {
	.navbar-nav > li > a {
		padding-right: 12px;
		padding-left: 12px;
	}
}

/******************************************************/
/*  CONTENT MODULES
/******************************************************/

.article_linktext a, 
.article_linktext a:visited {
	font-size: 21px !important;
    color: #53a3df;
}

.article_infotext {
	clear:both;
}

.article_info_wrapper {
	padding-top:0.8em;
	padding-bottom:0.6em;
}
.mediathek_link_wrapper {
	margin-bottom:0.6em;
}



















/* Video-Quiz
============================================ */

.videoquiz .font16 p,
.videoquiz span.font16 {
	font-size:16px;
}

.videoquiz h2 a {
	font-size:20px;
	margin-bottom:12px;
}
.videoquiz .pad_inside {
	margin-bottom:12px;
}

@media (min-width: 768px) {
	.videoquiz .pad_inside {
		margin-bottom:0;
	}
}


/* Youtube video Responsive
============================================ */
.video-container {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom:53%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 750px;
	height: 100%;
	max-height: 422px;
}

.picture-container {
	position: relative;
	max-width: 750px;
	max-height: 422px;
	overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.video-container {
		position: relative;
		padding-bottom: 44.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
}




/* Youtube video Player (Video-Quiz)
============================================ */
.youtube-container { display: block; margin: 0 auto 8px auto; width: 100%; max-width: 230px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; top: -22px; height: auto }
div.play-button { height: 36px; width: 36px; left: 50%; top: 50%; margin-left: -18px; margin-top: -18px; position: absolute; background: url("/smarty/templates/image/play_button_36px.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }






/* User Comments
============================================ */
.comment-entry .comment-author {
	/*color:#53a3df;*/
	font-weight:bold;
	margin-bottom:0;
}
.comment-entry .comment-author>span {
	color: #666;
	font-weight:normal;
	padding-left:10px;
}
.comment-entry .comment-replies {
	margin-left:25px;
}
.add-comment-wrapper {
	padding-bottom:10px;
}
.comment-add-first {
	background-color: transparent;
    border-color: #357ebd;
    color: #fff;
}
.comment-content {
	margin-bottom:0;
}
.comment-add-second { }

.comment-entry a.show-replies-form.tooltipstered {
    font-size: 12px;
}


/* Magnific-Popup-master
============================================ */
.mfp-content {
	line-height: 0;
	max-width: 766px !important;
	width: 100%;
	max-height:440px;
	height:100% !important;
}

mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 766px !important;
	width: 100%;
}


/******************************************************/
/*  SIDEBAR MODULES
/******************************************************/


/* sidebar infobox (news, important infos)
--------------------------------------------------------------------  */
.infobox {
	/*min-height: 20px;*/
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: #191919;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.infobox h1, 
.infobox h2,
.infobox h3,
.infobox h4,
.infobox h5,
.infobox h6 {
	margin-top: 0;
	/*line-height: 1.1;*/
}
.infobox p {
	margin-bottom:0.8em;
}
.infobox hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 5px;
    margin-top: 5px;
}


/* sidebar - videobox 
--------------------------------------------------------------------  */
.videobox {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #191919;;
	border:none;
	/*border-bottom: 1px solid #374f58;*/
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.videobox h1, 
.videobox h2,
.videobox h3,
.videobox h4,
.videobox h5,
.videobox h6 {
	padding: 0 10px 0 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.videobox .teaser-wrapper {
    border-top: 2px solid #374f58;
	position: relative;	/* need to set whole div as link */
}
	.videobox .teaser-wrapper a {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		z-index: 10;
		background-color: #FFF; /* Fix to make div clickable in IE */
		opacity: 0; /* Fix to make div clickable in IE */
		filter: alpha(opacity=1); /* Fix to make div clickable in IE */
	}


/*
.videobox .teaser_170x96 .teaser-reporter {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
	font-size: 10px;
	text-transform: uppercase;
	padding-top:5px;
	white-space: nowrap;
	overflow: hidden;
	width: 170px;
	text-overflow: ellipsis;
}
*/

.videobox .teaser_170x96 .teaser-desc .teaser-info {
	width: 185px;
	padding: 0;
	margin-bottom:0;
	padding-left: 5px;
	line-height: 1.2972;
	overflow: hidden;
}
.videobox .teaser_170x96 .teaser-desc .teaser-hits {
	width: 170px;
	position:absolute;
	bottom:5px;
	left:175px;
	color: #7a7a7a;
	overflow: hidden;
}
.videobox .teaser_170x96 .teaser-desc {
	padding: 0 5px 0 0;
}
.videobox .teaser_170x96 .teaser-desc h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
	font-size: 12px;
	text-transform:none;
	font-weight:bold;
	color:#FFF;
}
.videobox .teaser_170x96 .teaser-reporter,
.videobox .teaser_170x96 .teaser-desc h4 span,
.videobox .teaser_170x96 .teaser-desc a {
	padding:0;
	padding-left:0;	
}
.videobox .teaser_170x96 .teaser-image {
	float: left;
	position: relative;
	width: 170px;
}
.videobox .teaser_170x96 .teaser-figure {
	height: 96px;
	width: 170px;
	background-color:#FF0;
}


.videobox .teaser-caption {
    bottom: 7px;
    clear: both;
    left: 0;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: left;
}
	.videobox .teaser-caption h3 {
		border-left: 10px solid #1c93b8;
		clear: both;
		overflow: hidden;
		padding-top: 4px;
	}
	.videobox .teaser-caption h3 span {
		background: none repeat scroll 0 0 #1c93b8;
		color: #fff;
		display: inline;
		font-family: "Klavika-Bold",Arial,Helvetica,sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 21px;
		padding: 6px 5px 3px 0;
		text-transform: uppercase;
		white-space: pre-wrap;
	}

.videobox .teaser-label .teaser-stats {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}
	.videobox .teaser-label .teaser-stats:empty {
		padding: 2px 0;
	}
	.videobox .teaser-label .teaser-button,
	.videobox .teaser-label .teaser-stats {
		display: block;
		float: left;
		min-height: 19px;
		padding: 2px 5px;
	}
	.videobox .teaser-label .teaser-button {
		background-color:#53a3df;
		color:#FFF;
	}

/* pagination for video box */
.videobox > .pagination {
	padding-left: 19px;
	border-top: 2px solid #374f58;
}
	.videobox .pagination ul {
		border-radius: 0;
		display: inline-block;
		margin: 10px 0;
		padding-left: 0;
	}
	.videobox .pagination > li > a, 
	.videobox .pagination > li > span
	 {
		background-color: #2e2e2e;
		border: 1px solid #374f58;
		float: left;
		line-height: 1.42857;
		margin-left: -1px;
		padding: 6px 12px;
		position: relative;
		text-decoration: none;
	}
	.videobox .pagination > .active > a, 
	.videobox .pagination > .active > span {
		background-color: #428bca;
		border: 1px solid #374f58;
		color: #fff;
		cursor: default;
		z-index: 2;
	}
	.videobox .pagination .active a#videobox-pagination {
		background-color: #2e2e2e;
		border: 1px solid #374f58;
		color: #428bca;
	}
	.videobox .pagination > li > a:hover, 
	.videobox .pagination > li > span:hover, 
	.videobox .pagination li.active a#videobox-pagination:hover
	{
		background-color: #428bca;
	}
	
	.videobox .pagination > .disabled > span,
	.videobox .pagination > .disabled > span:hover,
	.videobox .pagination > .disabled > a,
	.videobox .pagination > .disabled > a:hover {
		color: #777;
		cursor: not-allowed;
		background-color: #2e2e2e;
		border: 1px solid #374f58;
	}
	


.videobox .vb-theme-buttons {
	margin-bottom:10px;
}
	.videobox .vb-theme-buttons .btn-sm,
	.videobox .vb-theme-buttons .btn-group-sm > .btn {
		border-radius: 0px;
		font-size: 12px;
		line-height: 1.5;
		padding: 5px 10px;
	}
	.videobox .vb-theme-buttons .btn-primary {
		background-color: #53a3df;
		border-color: #53a3df;
		color: #fff;
	}
	.videobox .vb-theme-buttons a {
		font-family: Oswald, Arial, Helvetica, sans-serif!important;
		text-transform:uppercase;
		padding: 2px 10px;
	}
	.videobox .vb-theme-buttons .btn-primary:hover,
	.videobox .vb-theme-buttons .btn-primary:focus,
	.videobox .vb-theme-buttons .btn-primary:active,
	.videobox .vb-theme-buttons .btn-primary.active,
	.videobox .vb-theme-buttons .open > .dropdown-toggle.btn-primary {
		background-color: #3071a9;
		border-color: #285e8e;
		color: #fff;
	}

@media (min-width: 406px) {
	.videobox .teaser_170x96 .teaser-desc {
		padding: 0 5px 0 10px;
	}
	.videobox .teaser_170x96 .teaser-reporter,
	.videobox .teaser_170x96 .teaser-desc h4 span,
	.videobox .teaser_170x96 .teaser-desc a {
		padding:0;
		padding-left:5px;
		
	}
}

/******************************************************/
/*  BOTTOM AREA
/******************************************************/

/*  Information, Customer Service, Extras, My Account  */

footer {
	border-top:15px solid #242424;
}
#footer_info {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_info .col-lg-3 {
	padding-left:0;
}
#footer_info .col-lg-3 a {
    font-size: 13px;
}
#footer_info .col-lg-3 ul {
	margin-top: 0;
	margin-left: 0;	
	padding-left: 0;
}
#footer_info .col-lg-3 ul li {
	list-style: none;
	margin-bottom: 7px;	
}
#footer_info h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;	
}
#footer_info_content {
    margin: 0 auto;
}

/*  Footer - Payment Images, Powered by, Follow Us  */

#footer_cr {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_cr .col-lg-6,
#footer_cr .col-lg-12 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cr p {
	margin-bottom: 0;	
}
#footer_cr_content {
    margin: 0 auto;	
}
#footer_cr_content #payment_logos {	
    float: left;
}
#footer_cr_content #payment_logos img {
	padding-top: 2px;
}
#footer_cr_content #powered_content {
	margin: auto 0;
}

#footer_cr_content #follow_us img {	
	margin-left: -3px;	
}
#footer_cr_content #follow_us img:hover {
	opacity: 0.8;
}

#footer_cr_content #follow_us {	
	text-align: left;
}
@media (min-width: 768px) {
	#footer_cr_content #follow_us {	
		text-align: right;
	}
}




/******************************************************/
/*  COLORS AND STYLES > Bottom Area
/******************************************************/

/*  Footer - Contact Us, Twitter, Custom Column  */
#footer {
	background-color: #191919;
}
#footer_info a {
	color: #A3A3A3!important;
}
#footer_info a:hover {
	color: #FFFFFF!important;
}

/*  Footer - Payment Images, Powered by, Follow Us  */
#footer_cr {
	background-color: #191919;
	background-image: none;
	background-position: top center;
	background-repeat: repeat;
	border-top: 1px solid #1F1F1F;
}
#footer_cr {
	color: #A3A3A3!important;
}
#footer_cr #follow_us span {
	color: #FFF !important;
	font-weight:bold;
}
#footer_cr a {
	color: #53a3df!important;
}
#footer_cr a:hover {
	color: #FFFFFF!important;
}
#footer_cr span {
	color: #545454!important;
}


/******************************************************/
/*  COLORS AND STYLES > Messages
/******************************************************/

.message {
	font-size:1.1em;
	color:#000;
	min-height: 30px;
	padding:0.4em;
}
.message.bg-danger {
	/*background-color: #F99;*/
	background-color: #FFF;

}

/******************************************************/
/*   BUTTONS
/******************************************************/

.container a.btn {
	color:#FFF;
}

.container button.btn.btn-block {
	margin-bottom:10px;
}

/* module fullpost - circle buttons */
a.btn_article_links,
a.btn_article_links:visited {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}
a.btn_article_links::hover {
	text-decoration: none;
}









/* Circle Button
------------------------------------------- */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


@media (min-width: 992px) {
	.container button.btn.btn-block {
		margin-bottom:0px;
	}
}
	



	
	
