
@charset "utf-8";



/** Bis 1510 px Breiter Monitor sieht keine Webseite **/
@media only screen and (max-width: 750px) {

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #1990b8;
  width: 100%;
  line-height: 40px;
  font-size: 30px;

}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #167fa1;
  border-color: #0a3847;
}
.btn-primary:hover {
  color: #fff;
  background-color: #167fa1;
  border-color: #126682;
}
.btn {
	text-decoration: none;
}
a.btn {
	border: 1px solid;
	line-height: 20px;
	width: 50px;
	padding: 0.1em 0.4em;
}


/* Style inputs, select elements and textareas */
input[type=text], input[type=password]{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 20px;
}



/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#footer_mobile{
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	text-align: center;
	color: #E9E9E9;
	font-size: 14px;
}

}
html{
	height: 100%;
}
body{
	//background-color: #666;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c9ada+0,1f5cbf+50,83a0db+100 */
background: rgb(124,154,218); /* Old browsers */
}
@media only screen and (min-width: 768px) {
#footer_mobile{
	display: none;
}


.btn {
	text-decoration: none;
}
a.btn {
	border: 1px solid;
	line-height: 20px;
	width: 20px;
	padding: 0.1em 0.4em;
}
.btn-primary {
  color: #000;
  background-color: #1CA2CE;
  border-color: #1990b8;

}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #167fa1;
  border-color: #0a3847;
}
.btn-primary:hover {
  color: #fff;
  background-color: #167fa1;
  border-color: #126682;
}









	
hr { background-color: black; height: 1px; border: 0; }


#wrapper{
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
	width: 100%;
//	height: 800px;
}
#header{
	width: 100%;
	//background-color: #0F0;
	
}

#hx2{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
}
#header h1{
	text-align: center;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 55;
	//margin-top: -200px;
	margin-left: 90px;
}
#footer{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 30px;
	margin-top: 55px;
	text-align: center;
	color: #E9E9E9;
	font-size: 12px;
}
.mdhost{
	text-decoration: none;
	color: #B45F04;
}

#top-menu{
	width: 100%;
	height: 15px;
	background-color: #1c90ed;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 11px;
	
}
#top-menu ul{
	margin: 0px;
	padding: 0px;
}
#top-menu ul li{
	list-style: none;
	margin-left: 90px;
}
#top-menu ul li a{
	height: 25px;
	width: 160px;
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
}

#top-menu ul li a:hover{

//color: #1c90ed;
	color: white;
}

}

#left-menu{
	height: 100%;
	width: 150px;
	background-color: #1c90ed;
	text-transform: uppercase; 
	float:left;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: -20px;
	padding-top: 7px;
	padding-bottom: 11px;
	z-index: 1;
}


#left-menu ul{
	margin: 0px;
	padding: 0px;
}
#left-menu ul li{
	list-style: none;
}
#left-menu ul li a{
	
	text-decoration: none;
	color: #000000;
}
#left-menu ul li article{
	border-bottom: 1px dotted #000000;
	color: #000000;
}

#left-menu ul li a:hover{
	//color: #1c90ed;
	color: white;
}

#content-left-menu{
	margin-left: 150px;
	z-index: 2;
}
#content{
	width: 960px
	//height: 600px;
	//background-color: #DBBA00;
	background-color: #83a0db;
	padding: 10px 10px 20px 10px;
	min-height: 732px;
	height: 100%;
}
#content article{
	border-bottom: 1px dotted #CFCFCF;
	margin-bottom: 20px;
}

.filmlist a:link, a:active, a:visited{
	text-decoration: none;
	color: black;
}
.filmlist a:hover{
	color: red; 
}
.filmlist div{
	
	max-width: 500px;
	width: 500px;
}

#content h1{
	color: #000;
}
.shadow{
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.error_msg{
	color: #F00;
	font-weight: bold;
	}
.correct_msg{
	color: #ffff00;
	font-weight: bold;
}
.admin_msg{
	color: #FFFFFF;
	font-weight: bold;
	}
#button_large {
		font-size: 25px;
		font-weight: bold;
		margin-top: -120px;
		margin-left: 170px;
		margin-bottom: 50px;
}

	.lightblue {color:#1c90ed;}
	.darkblue  {color:#1c6baf;}
	.orange {color:#ff7e00;}
	.darkorange {color:#cc6600;}
	.green {color:#11c908;}
	.red  {color:#ff0000;}
	.yellow {color:#ddb700;}
	.yellow_light {color:#ffff00;}
	.white{color:#fff;}
	.black{color:#000;}
	
	
	.acht {font:8px;}
	.zehn {font:10px;}
	.elf {font:11px;}
	.zwoelf {font:12px;}
	.vierzehn {font:14px;}
	.fuenfzehn {font:15px;}
	.zweizwei {font:22px; font-weight:bold;}

.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}
.h5{
	font-family:Verdana, Geneva, sans-serif;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
}


#bildrahmen{
	border: 1px;
	background-color: black;
}

textarea#msg {
	width: 120px;
	height: 11px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	resize:none;
	overflow:hidden;
	
}

#staff{
    display: none;
}

table#staff2{
    border: 1px solid black;
}
.name {
	text-decoration:none;
	color: black;
}



.btn-default {
  color: #fff;
  background-color: #474c4e;
  border-color: #393e3f;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #2f3233;
  border-color: #000000;
}
.btn-default:hover {
  color: #fff;
  background-color: #2f3233;
  border-color: #1c1e1f;
}

a.dienstplan{
	color: black;
}

a.dienstplan2{
	color: black;
	font-size: 25px;
	 font-weight: bold;
}

a.dienstplan4{
	color: yellow;
}

a.dienstplan3{
	color: orange;
}



.pointer {cursor: pointer;}


#styleid0{background-color: lightgray;}
#styleid1{background-color: #d6d6d6;}
#styleid2{background-color: #c0c1c4;}
#styleid3{background-color: #c0c1c4;} 
#styleid4{background-color: #d6d6d6;}
#styleid5{background-color: #d6d6d6;}
#styleid6{background-color: #c0c1c4;}
#styleid7{background-color: #c0c1c4;}
#styleid8{background-color: #d6d6d6;}
#styleid9{background-color: #d6d6d6;}

.tooltip1 {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff; 
    font-size:12px Arial;
}

}

}






