@charset "UTF-8";
/* allgemein */
* {
	outline: 0;
	padding: 0;
	margin: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summar {
	display: block;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	background-image: url("../images/bg.png");
	width: 100%;
}
body, p, td, th, div, label
{
	margin: 0;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}
input, inputbox, select, textarea {
	border: 1px solid #CCC;
	margin: 0;
}
a {
    color: #006699;
}
a:link {
	color: #006699;
}
a:hover {
	color: #000;
}
a:hover, a:focus {
    text-decoration: underline;
}
a, button, btn, .button, .reset {
    cursor: pointer;
}
p a {
    color: #003366;
	text-decoration: underline;
}
p a:link {
	color: #003366;
}
p a:hover {
	color: #000;
}
/* Firefox fix */
a:active, a:focus {outline: none;}

h1, h2, h3, h4, h5 {  
	margin: 10px 0;
	line-height:1.5em;
	font-weight: 700;
}
h1 {
    font-size: 30px;
	font-weight: 400;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 28px;
	color: #000;
	font-weight: 200;
}
h4 {
    font-size: 14px;
	color: #454545;
}
h5 {
    font-size: 16px;
	margin-top: 20px;
	color: #000;
	font-weight: normal;
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 10px;
	line-height: 2em;
}
ol {
    margin: 0 0 0 15px;
}
img, a img {
	text-decoration: none;
	border: none;
	margin:0;
	padding: 0;
}
p {
  font-size: 15px;
}
p.bm-legend {
	font-size: 15px;
	font-style: italic;
	margin-top: 50px;
}
p.bm-datenschutz {
	font-size: 14px;
  display: none;
}
/* CSS Text selection color */
::-moz-selection {
	color: #111;
	background-color: #EEE;
	text-shadow: none;
}
::selection {
	color: #111;
	background-color: #EEE;
	text-shadow: none;
}
/* Tooltip */
div.tooltip {
    display: none !important;
}
/* end Tooltip */
.cleared {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 0;
	float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
	font-size: 1px;
}
fieldset
{
	border:none;
}
form {
	margin: 0;
	padding: 0;
}
/* end allgemein */

/*--------------------------------------*/

/* wrapper */
#wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
	width: 100%;
}
/* end wrapper */
/* HTML5 Video mpv, webm, ogv */
.html5-video-wrapper {
	width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.html5-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YouTube Video iframe */
.elastic-video-wrapper {
    margin: 30px auto;
    max-width: 900px;
    text-align: center;
}
.elastic-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}
.elastic-video iframe, .elastic-video object, .elastic-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* content */


/* blog */
#content {
    margin: 20px auto;
    padding: 10px 30px 0px 30px;
	width: 980px;
	background-color: #FFF;
	border: 1px solid #DDD;
	min-height: 750px;
    border-top: 50px solid #003064;
    border-bottom: 50px solid #003064;
}
h1.blog {
	padding: 10px 0;
}
/* end blog */

/* Überschrift Seiten */
.page-header {
	padding: 20px 0 0 0;
	margin: 0;
}
.page-header h2{
	color: #454545;
    font-family: Tahoma, Arial;
    font-weight: 700;
	font-size: 25px;
    text-shadow: 0 1px 0 #EEE;
}
/* end content */

/*  error message  */
#system-message, .alert {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	background-color: #9d261d;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
}
#system-message .alert-heading, #system-message p {
	color: #000;
	padding: 5px 10px;
	}
#system-message dd.message ul {
    color: #F00;
	background-color: #EDEDED;
	margin: 0;
	border: none;
}
/*  end error message  */

/* buttons, beitrag bearbeiten tiny mce */
a.btn {
	color: #fff;
}

.button, .btn, .btn-primary, button.login-button {
    background-color: #15b998;
	border: none;
    padding: 10px 30px;
	width: 200px;
    cursor: pointer;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
	min-height: 30px;
	border-radius: 4px !important;
	background-image: none;
}

.button:hover, .btn:hover, .btn-primary:hover, button.login-button:hover {
  text-decoration: none;
  background-image: none;
  background-color: #15b998;
}
div.login {
	max-width: 270px;
}
div.login .form-horizontal .control-label {
	text-align: left;
}
ul.nav-tabs.nav-stacked {
	max-width: 270px;
}

/* end buttons, beitrag bearbeiten */

/* Pagination */
.pager li>a,.pager li>span {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/* Login Module */
.form-inline input {
	width: 100%;
}
.form-inline .checkbox input[type="checkbox"] {
    width: 20px;
}
.log-streaming {
	max-width: 300px;
    float: left; 
}
.log-streaming-text {
  min-height: 500px;
  margin-left: 350px;
}
#login-form {
    border: 1px solid #e8e8e8;
    padding: 20px 30px 20px 20px;
	background-color: #EEE;
}
/* formulare */
.contact-form {
	float: left;
	width: 50%;
}
.contact-miscinfo{
	background-color: #ededed;
	border: 1px solid #ccc;
	padding-top: 20px;
}
form#contact-form {
	width: 90%;
	margin-right: 30px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #EEE;

	border: 1px solid #CCC;
}
form#contact-form label {
	font-size: 14px;
}
form#contact-form  legend, form#contact-form  p {

	font-size: 14px;
	line-height: 2em;
}
div.control-group {
	margin: 0;
}
.form-horizontal .controls {
	margin: 0;
}
.form-horizontal .control-group {
	margin: 0;
	padding-top: 10px;
}
.form-horizontal .control-label {
	float: left;
	width: 200px;
}
.form-horizontal .form-actions {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}
div.contact-misc {
	padding-left: 20px;
}
.dl-horizontal dd {
}
/* end formulare */

/* module */
.moduletable {
    padding: 0;
	margin: 0;
}
/* end module */

div.copyright-streaming {
	background-color: #EEE;
	color: #111;
	text-align: center;
	border-top: 1px solid #DDD;
	padding: 10px 0;
	font-size: 12px;
  	position: relative;
	bottom: 0px;
}
/* end footer */

/*responsive Streaming-Template-Player CSS: */
div.bm-livestream-player {
  float: left;
  width: 70%;
  margin: 10px 1%;
}
div.bm-livestream-chat {
  float: right;
  width: 25%;
  margin: 10px 1%;
}
.videodiv {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
}

.videoiframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 


@media only screen and (min-width:1501px) {
body, p, td, th, div, label {
	font-size: 15px;
}

/* blog */
#content {
    margin: 30px auto;
    padding: 10px 40px 0px 40px;
	width: 1420px;
	background-color: #FFF;
}
h1 {
	font-size: 36px;
	font-weight: 400;
}
h1.blog {
	padding: 10px 0;
}
/* end blog */
}

@media only screen and (min-width:1201px) and (max-width:1500px)  {

}

@media only screen and (min-width:940px) and (max-width:1200px)  {
#content {
	width: 860px;
}
}

@media only screen and (max-width: 979px)  {
#content {
	width: 80%;
}
.page-header h2 {
	font-size: 16px;
}
.contact-form {
	width: 400px;
}
form#contact-form {
	margin-right: 0;
}
#recaptcha_area, #recaptcha_table
{
	transform: scale(0.90);
	transform-origin: left top;
}

/*responsive Streaming-Template-Player CSS: */
div.bm-livestream-player {
  float: none;
  width: 100%;
  margin: 10px 0;
}
div.bm-livestream-chat {
  float: none;
  width: 100%;
  margin: 10px 0;
}
}

/* media queries ipad, tablet */
@media only screen and (min-width:481px) and (max-width:768px) {
#content {
	width: 80%;
	padding: 10px 5% 0px 5%;
}
  /* Login Module */
.log-streaming {
	max-width: 90%;
    float: none;
}
.log-streaming-text {
  max-width: 90%;
    min-height: auto;
    float: none;
    margin-left: 0;
}
#login-form {
    padding: 20px;
}
.contact-form {
	width: 100%;
	float: none;
}
form#contact-form {
	width: 90%;
	float: none;
	margin: 0 0 30px 0;
	padding: 10px 5%;
}
form#contact-form input, form#contact-form textarea, form#contact-form .uneditable-input {
	width: 90%;
}
.form-horizontal .control-label {
	width: 100%;
}
.contact-miscinfo {
	background-color: #FFF;
	border: none;
}
.contact-miscinfo dd{
	margin: 0;
	padding-top: 0;
}
.page-header h2 {
	font-size: 15px;
}

/*responsive Streaming-Template-Player CSS: */
div.bm-livestream-player {
  float: none;
  width: 100%;
  margin: 10px 0;
}
div.bm-livestream-chat {
  float: none;
  width: 100%;
  margin: 10px 0;
}
}

/* media queries smartphone */
@media only screen and (max-width:480px) 
{
body, p, td, th, div, label {
	font-size: 15px;
}
h1 {
	font-size: 20px;
}
h3 {
    color: #003366;
    font-size: 16px;
    font-weight: 400;
}
#content {
	width: 90%;
	padding: 10px 5% 0px 5%;
	margin-top: 10px;
}
  /* Login Module */
.log-streaming {
	max-width: 90%;
    float: none;
}
.log-streaming-text {
  max-width: 90%;
    min-height: auto;
    float: none;
    margin-left: 0;
}
#login-form {
    padding: 20px;
}
.contact-form {
	width: 100%;
	float: none;
}

form#contact-form {
	width: 90%;
	float: none;
	margin: 0 0 30px 0;
	padding: 10px 5%;
}

form#contact-form input, form#contact-form textarea, form#contact-form .uneditable-input {
	width: 80%;
}
.form-horizontal .controls {
	width: 250px;
}
.contact-miscinfo {
	background-color: #FFF;
	border: none;
}
.contact-miscinfo dd{
	margin: 0;
	padding-top: 0;
}
#recaptcha_area, #recaptcha_table
{
	transform: scale(0.85);
	transform-origin: left top;
}

/*responsive Streaming-Template-Player CSS: */
div.bm-livestream-player {
  float: none;
  width: 100%;
  margin: 10px 0;
}
div.bm-livestream-chat {
  float: none;
  width: 100%;
  margin: 10px 0;
}
}
