html,body{
	min-height:1600px;
}

body{
	background: rgb(40,52,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(40,52,59) 0%, rgb(126,136,145) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(40,52,59)), color-stop(100%,rgb(126,136,145))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#7e8891',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	/* text-shadow: 2px 2px 1px rgba(190, 190, 190, 1); */
}

.page {

	max-width: 1024px;
}

.header, .menue, .content, .footer, .slidecontainer {
	padding-left:5%;
	padding-right:5%;
}

.header, .menue, .content, .footer, .slidecontainer {
	width: 90%;
}

.leistungsumfang .content {
	width: calc(90% + 20px);
}

#headerbg{
	position:absolute;
}
.header{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	/* width:100%; */
}

#logo{
	position:absolute;
	z-index:999999;
	bottom:3px;
	height:130%;
}

.content{
	padding-top:20px;
	padding-bottom:20px;
}
/*
body.leistungsumfang .content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
*/
.slidecontainer{
	max-width: 1024px;
	/* width:100%; */
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.outer_screen{
	border:1px solid #999999;
	border-radius:10px;
	padding-bottom: 33%;
	display:block;
	position:relative;
}
.screen{
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	border:1px solid #cccccc;
	border-radius:8px;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	position:absolute;
	overflow:hidden;
	left:1px;
	top:1px;
	right:1px;
	bottom:1px;
}

#slider,
#slider>div,
#slider>div>div,
#slider .slide{
	height:100%;
}

#slider>div{
	width:100%;
}

.slidertext{
	position:absolute;
	top:20%;
	padding:10px;
	/* background: rgba(0,0,0,0.8); */
	display:inline-block;
	color:#ffffff;

	background: rgb(40,52,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(40,52,59) 0%, rgb(130,140,149) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(40,52,59)), color-stop(89%,rgb(130,140,149))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(40,52,59) 0%,rgb(130,140,149) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(40,52,59) 0%,rgb(130,140,149) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(40,52,59) 0%,rgb(130,140,149) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(40,52,59) 0%,rgb(130,140,149) 89%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#828c95',GradientType=0 ); /* IE6-9 */
}

.slidertext.links{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	left:0px;
}

.slidertext.rechts{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	right:0px;
}

.slidertext .headline{
	font-weight:bold;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}
.slidertext .subtext{
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}

.control_prev,
.control_next{
	height:100%;
	width:10%;
	position:absolute;
	top:0px;
	background-repeat:no-repeat;
	background-position: 50%;
	cursor:pointer;
}

.control_prev:hover{
	background-image:url(/images/paddle_prev.png);
}

.control_next:hover{
	background-image:url(/images/paddle_next.png);
}

.sockel>img{
	width:100%;
	vertical-align:top;
}

#MNJ03_00{
	padding:0px;
	text-align:center;
	margin:5px 0px 5px 0px;
}
#MNJ03_00>li{
	display:inline-block;

}
#MNJ03_00>li>a{
	font-size:18px;
	color:#ffffff;
	margin: 1px 12px 1px 12px;
	padding: 1px 0px 2px 0px;
	display:block;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}
#MNJ03_00>li>a.current_uri,
#MNJ03_00>li>a:hover{
	border-top:1px solid #d1811e;
	border-bottom:1px solid #d1811e;
	margin: 0px 12px 0px 12px;
	color:#ffffff;
	text-shadow: 2px 2px 1px rgba(190, 190, 190, 1);
}

.content a{
	text-decoration:underline;
	font-weight: bold;
}


.menue{
	/* width:100%; */
}

.footer{
	height: 50px;
}
.page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header{
	height: 40px;
}

.slidertext .headline{
	font-size:14px;
}
.slidertext .subtext{
	font-size:10px;
}

.partner{
	position:absolute;
	width:190px;
	right:-160px;
	top:60px;
	display:none;
}
@media (min-width: 1024px) {
	.partner{
		display:block;
	}
	.page {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.header{
		height:60px;
	}
	.slidertext .headline{
		font-size:20px;
	}
	.slidertext .subtext{
		font-size:14px;
	}
}

@media (max-width: 600px) {

  .menue{
	  padding-left:0px;
	  padding-right:0px;
	  width: 100%;
  }
  .menue li{
	  width:100%;
	  background: rgb(40,52,59); /* Old browsers */
		background: -moz-linear-gradient(top,  rgb(40,52,59) 0%, rgb(126,136,145) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(40,52,59)), color-stop(100%,rgb(126,136,145))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#7e8891',GradientType=0 ); /* IE6-9 */
  }
  .menue a{
	  margin-left:0px;
	  margin-right:0px;
	  border:0px;

  }
  #MNJ03_00>li>a{
	font-size: 24px;
	min-height:27px;
	margin: 0px;
	padding:8px 0px 8px 0px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
  }
  #MNJ03_00>li>a.current_uri,
  #MNJ03_00>li>a:hover{
	  border:0px;
	  font-weight:bold;
	  text-shadow: 1px 1px 1px rgba(190, 190, 190, 0.8);
	}
}

body.leistungsumfang .content{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	flex-flow: row wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;

	padding-right:31px;
}
.leistungsumfang_item{
	cursor:pointer;
	position:relative;
	overflow:hidden;
	width:213px;
	padding:0px;
	margin: 0px 20px 20px 0px;
	border-radius:10px;
	border:1px solid #ffffff;
	height:159px;
	background: rgb(40,52,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(40,52,59) 0%, rgb(126,136,145) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(40,52,59)), color-stop(100%,rgb(126,136,145))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#7e8891',GradientType=0 ); /* IE6-9 */
}
.leistungsumfang_item h2{

}
.leistungsumfang_item .imagecontainer{
	 height: 100px;
	 overflow:hidden;
}
.leistungsumfang_item .headline{
	position:relative;
	min-height:59px;
	background: rgb(40,52,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(40,52,59) 0%, rgb(126,136,145) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(40,52,59)), color-stop(100%,rgb(126,136,145))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(40,52,59) 0%,rgb(126,136,145) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#7e8891',GradientType=0 ); /* IE6-9 */
}
.leistungsumfang_item .headline h2{
	position:absolute;
	top:50%;
	width:100%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

	font-size:16px;
	padding:0px;
	margin:0px;
	text-align:center;
	width:100%;
}
.leistungsumfang_item p{
	font-size:12px;
	margin-top:3px;
	padding: 3px 10px 10px 10px;
	margin-bottom:0px;
}
.leistungsumfang_item .scroller{
	position:absolute;
	-webkit-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	transition: top 0.5s ease;
	min-height:159px;
	top:0px;
}
.leistungsumfang_item:hover .scroller{
	top: -100%;
}

#btn_kostenlos_testen,
#btn_anmeldung_elearning,
#btn_gefaehrdungsbeurteilung{
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:0px;
	font-size:18px;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
	background: rgb(254,204,177); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlY2NiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QxODExZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2NlNzEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjk1NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(254,204,177) 0%, rgb(209,129,30) 50%, rgb(206,113,0) 51%, rgb(251,149,94) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,204,177)), color-stop(50%,rgb(209,129,30)), color-stop(51%,rgb(206,113,0)), color-stop(100%,rgb(251,149,94))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(254,204,177) 0%,rgb(209,129,30) 50%,rgb(206,113,0) 51%,rgb(251,149,94) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(254,204,177) 0%,rgb(209,129,30) 50%,rgb(206,113,0) 51%,rgb(251,149,94) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(254,204,177) 0%,rgb(209,129,30) 50%,rgb(206,113,0) 51%,rgb(251,149,94) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(254,204,177) 0%,rgb(209,129,30) 50%,rgb(206,113,0) 51%,rgb(251,149,94) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}