 @font-face {
    font-family: 'DINWeb';
    src: url('../fonts/DINWeb.woff') format('woff');
  }
  
 @font-face {
    font-family: 'DINWeb-Bold';
    src: url('../fonts/DINWeb-Bold.woff') format('woff');
  }
  
  @font-face {
    font-family: 'DINWeb-Medium';
    src: url('../fonts/DINWeb-Medium.woff') format('woff');
  }
  
html, body{
	font-family: 'DINWeb';
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	background-color: #ffffff;
	height: 100%;
	width: 100%;

}


h2 {
	font-family: 'DINWeb-Bold';
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	color: #707070;
	padding-top: 20px;
	padding-bottom: 20px;
}  
#orr {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.75);
	z-index:1999;
}

#loader_bg {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

/* Typo */

a {
	font-family: 'DINWeb', serif;
	text-decoration: none;
	color: #707070;
}

.link {
	font-family: 'DINWeb', serif;
	text-decoration: none;
	color: #D40200;
}

.link:hover {
	font-family: 'DINWeb', serif;
	text-decoration: underline;
}

a:hover {
	font-family: 'DINWeb', serif;
	text-decoration: underline;
	color: #888888;
}

a:visited {
	font-family: 'DINWeb', serif;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}


::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'DINWeb', serif;
    color:    #5E5E5E;
		padding-left: 10px;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'DINWeb', serif;
    color:    #5E5E5E;
		padding-left: 10px;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'DINWeb', serif;
    color:    #5E5E5E;
		padding-left: 10px;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'DINWeb', serif;
    color:    #5E5E5E;
		padding-left: 10px;

}


/* Header Start */ 


#page {
	height: 100%;
	width: 100%;
}

#header {
	margin-top: 0px;
	position: fixed;
	height: 130px;
	width: 100%;
	float: left;
	clear: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
	background-color: #FFFFFF;
}
/* Header Start */ 

#content {
	background-color: #ffffff;
	height: auto;
	width: 95%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: auto;
	margin-bottom: 10px;
}

#content_index {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	display: table;
}

#content_php {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.logo {
	cursor: pointer;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-right: 10%;
	background-image: url(../images/www_logos/allmneral_logo_100.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	background-size: cover;
}


#footer {
	width: 100%;
	height: 50px;
	background-color: #1f6a66;
	bottom: 0px;
	left: 0px;
	display: block;
	position: fixed;
	z-index: 100;
	float: left;
	clear: left;
}


#title_head {
	height: 50px;
	padding-left: 3%;
	float: left;
	padding-top: 25px;
	width: auto;
	clear: right;
}

.title_head {
	font-family: 'DINWeb-Medium';
	font-size: 1.4em;
	font-weight: 300;
	text-align: left;
	color: #707070;
}

.title_head2 {
	font-family: 'DINWeb-Bold';
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	color: #707070;
	padding-top: 5px;
	padding-bottom: 10px;
}

.title_head sup {
	font-size: 0.9em;
}



.bold {
	font-family: 'DINWeb-Bold';
	font-weight: 600;
}

.bold2 {
	font-family: 'DINWeb-Bold';
	font-weight: 600;
	text-transform: uppercase;
	color: #1F6A66;
}

.bold3 {
	font-family: 'DINWeb-Bold';
	font-weight: 600;
	color: #1F6A66;
}

.bold4 {
	font-family: 'DINWeb-Bold';
	font-weight: 600;
	color: #909090;
}

#text {
	float: left;
	padding-top: 20px;
	width: 67%;
	padding-bottom: 5px;
}

#text_500 {
	float: left;
	padding-top: 20px;
	width: 67%;
	padding-bottom: 5px;
	display: block;
}

#text_search_500 {
	float: left;
	padding-top: 20px;
	width: 67%;
	padding-bottom: 5px;
	display: block;
}

.text {
	font-family: 'DINWeb';
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	color: #707070;
	line-height: 1.3em;
}



.text sup {
	font-size: 0.7em;
}

.text_button sup {
	font-size: 0.7em;
}

.trademark {
	font-family: 'DINWeb';
	font-size: 0.8em;
	font-weight: 300;
	text-align: left;
	color: #707070;
	vertical-align: text-top;
}



/*movies*/


#mediencenter_movie {
	width: 100%;
	font-family: 'DINWeb';
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
	text-decoration: none;
	float: left;
	background-color: #EEEEEE;
	height: auto;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	margin-bottom: 2%;
	clear: left;
}

#applications_movie_wrapper {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mediencenter_movie_wrapper {
	width: 67%;
	float: left;
	height: auto;
	position: relative;
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: right;
	display: block;
}

#mediencenter_movie_wrapper_refbox {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
	display: block;
}

#pictures {
	display: none;
}
.movie_rahmen {
	border: 1px solid #333333;
	width: 100%;
	float: left;
	box-shadow: 4px 4px 8px #999999;
	height: auto;
}
#mediencenter_movie_text {
	width: 100%;
	font-family: 'DINWeb';
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.4em;
	color: #666666;
	margin-top: 20px;
	overflow: auto;
	text-decoration: none;
	float: left;
	clear: left;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 8px #999999;
	border: 1px solid #333333;
	float: left;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container_img {
	position: relative; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 8px #999999;
	border: 1px solid #333333;
	float: left;
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


#info_applications {
	float: left;
	padding-top: 0px;
	width: 67%;
	padding-bottom: 0px;
}

#text_applications {
	float: left;
	padding-top: 20px;
	width: 100%;
	padding-bottom: 15px;
}
/*Navi_movie*/

#navigation_movie{
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#navigation_movie ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navigation_movie li a {
	cursor: pointer;
	text-align: center;
	color: #1F6A66;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 0.9em;
	width: 24%;
	height: 30px;
	float: left;
	border-color: #707070;
	border-width: 0px 0.5px 0px 0px;
	border-style: dotted;
	font-weight: 600;
}

#navigation_movie li a:hover {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: #1F6A66;
}

#navigation_movie li.active a {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffffff;
}


/*Navi_movie 2*/

#navigation_movie2{
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 0.5px dotted #707070;
}

#navigation_movie2 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navigation_movie2 li a {
	cursor: pointer;
	text-align: left;
	color: #1F6A66;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: 1em;
	width: 100%;
	height: 33px;
	font-weight: 600;
	border-top: 0px dotted #707070;
	border-bottom: 0.5px dotted #707070;
	border-right: 0px dotted #707070;
	border-left: 0px dotted #707070;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 4%;
}

#navigation_movie2 li a:hover {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: #1F6A66;
}

#navigation_movie2 li.active a {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffffff;
}

.fa fa-arrow-circle-right li i a{
	padding-right: 2%;
			color: #1F6A66;	

}

.fa fa-arrow-circle-right li i a:hover{
		color: #1f6a66;	
}



/*Navi_movie 3*/

#navigation_movie3{
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	/* [disabled]border-top: 1px dotted #ffffff; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#buttonbild_allair {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/allair/mittel/03.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_alljig {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/alljig/mittel/02.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_allflux {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/allflux/mittel/03.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_gaustec {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/gaustec/mittel/01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_gravel {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/materialbilder/gross/Kies_01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_slag {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/materialbilder/gross/Schlacke_01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_ores {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/materialbilder/gross/Erz_01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_coal {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/materialbilder/gross/kohle_01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_recycling {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-image: url(../images/content/recycling/mittel/01.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#buttonbild_references {
	cursor: pointer;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 1%;
	background-size: cover;
	min-height: 80px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ECECEC;
}

#buttontext {
	cursor: pointer;
	width: 68%;
	height: 100%;
	float: right;
	min-height: 80px;
	padding-top: 2%;
	padding-bottom: 2%;
	clear: right;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 2%;
}

#backtolist {
	cursor: pointer;
	width: 120px;
	height: 45px;
	float: right;
	padding-top: 30px;
	padding-right: 0px;
	margin-right: 10%;
	padding-left: 10px;
}

#navigation_movie3 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}


#navigation_movie3 li  {
}

#navigation_movie3 li a {
	cursor: pointer;
	text-align: left;
	width: 98%;
	height: auto;
	border-top: 1px dotted #1F6A66;
	border-bottom: 1px dotted #1F6A66;
	border-right: 0px dotted #ffffff;
	border-left: 0px dotted #ffffff;
	float: left;
	min-height: 80px;
	clear: right;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
	font-family: 'DINWeb';
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	color: #707070;
	line-height: 1.1em;
	margin-bottom: 2%;
}

#navigation_movie3 li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#navigation_movie3 li.active a {
	cursor: pointer;
	text-decoration: none;
}

.kursiv{
	font-style: italic;
}

.pages{
	font-style: italic;
	float: left;
	text-decoration: none;
}

.pages a{
	font-style: italic;
	text-decoration: none;
	color: #707070;
	padding-left: 2px;
	padding-right: 2px;
}


.suche_status {
	text-align: left;
	font-family: 'DINWeb';
	font-size: 1em;
	font-weight: 300;
	color: #707070;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 10px;
	float: left;
	clear: left;
}

.text_button {
	cursor: pointer;
	text-align: left;
	font-family: 'DINWeb';
	font-size: 1em;
	font-weight: 300;
	color: #707070;
	line-height: 1.4em;
}


.text_button:hover {
	cursor: pointer;
	text-decoration: underline;
}


.text_button_head {
	cursor: pointer;
	text-align: left;
	color: #1F6A66;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4em;
}

.text_button_head:hover {
		text-decoration: underline;

}

.text_button_head_normal {
	cursor: pointer;
	text-align: left;
	color: #1F6A66;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.4em;
}
.text_button_head_normal:hover {
	cursor: pointer;
	text-decoration: underline;
}

.text_button_head_kursiv {
	cursor: pointer;
	text-align: left;
	color: #1F6A66;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.4em;
	text-decoration: none;
}
.text_button_head_kursiv:hover {
	cursor: pointer;
	text-decoration: underline;
}

.fa_custom {
	padding-right: 2px;
	padding-left: 2px;
	color: #1f6a66;
	margin-top: 2.5%;
	float: left;
}

.fa_custom_left {
	padding-right: 10px;
	color: #1f6a66;
	margin-top: 2%;
	float: left;
}

.fa_custom_left2 {
	padding-right: 10px;
	color: #1f6a66;
	float: left;
	margin-top: 2px;
}



/*Menu_footer*/

.copyright_footer{
	width: 200px;
	font-family: 'DINWeb-Medium';
	font-size: 13px;
	height: 20px;
	text-align: left;
	line-height: 13px;
	color: #A7A7A7;
	position: fixed;
	left: 4%;
	bottom: 10px;
	float: left;
}



#login_footer{
	height: auto;
	float: left;
	width: 40px;
	margin-left: 5%;
}

#login_footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#login_footer i {
	text-align: left;
	color: #C2C2C2;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24pt;
}
#login_footer li a {
	cursor: pointer;
	text-align: left;
	color: #C2C2C2;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	font-size: 36pt;
}

#login_footer li a:hover, .active {
	color: #D5D5D5;
	cursor: pointer;
	text-decoration: none;
}




#navigation_footer{
	right: 9%;
	width: 90%;
	height: auto;
	position: fixed;
	float: right;
	bottom: 5px;
}

#navigation_footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navigation_footer li a {
	cursor: pointer;
	text-align: right;
	color: #C2C2C2;
	padding-top: 0px;
	padding-left: 5%;
	padding-bottom: 0px;
	float: right;
	font-size: 18pt;
	padding-right: 1%;
}

#navigation_footer li a:hover, .active {
	color: #D5D5D5;
	cursor: pointer;
	text-decoration: none;
}




#title_navi {
	width: 10%;
	float: left;
	clear: left;
	margin-left: 6%;
	margin-right: 7%;
	padding-top: 20px;
	height: 100%;
	min-height: 600px;
}

#title_navi_500 {
	width: 10%;
	float: left;
	clear: left;
	margin-left: 6%;
	margin-right: 7%;
	padding-top: 20px;
	height: 100%;
	min-height: 600px;
	display: block;
}

#title_references {
	width: 23%;
	clear: left;
	display: block;
	margin-top: 50px;
	float: left;
}

.references_filter_group {
	/* [disabled]float: left; */
	clear: left;
	padding-top: 20px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}


#title_navi ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#title_navi li a {
	cursor: pointer;
	text-align: center;
	color: #AAAAAA;
	padding-top: 6%;
	font-size: 1.8em;
	font-weight: 600;
	clear: left;
	padding-left: 15%;
	float: left;
	line-height: 1.8em;
}

#title_navi li a:hover {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
}

#title_navi li.active a {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
}

#title_navi_mobil ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#title_navi_500 li a {
	cursor: pointer;
	text-align: center;
	color: #AAAAAA;
	padding-top: 6%;
	font-size: 1.8em;
	font-weight: 600;
	clear: left;
	padding-left: 15%;
	float: left;
	line-height: 1.8em;
}

#title_navi_500 li a:hover {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
}

#title_navi_500 li.active a {
	color: #1f6a66;
	cursor: pointer;
	text-decoration: none;
}

	

	
	
/* Navi_mobile */

#menu
{
	/* [disabled]display: block; */
}


#navi_mobile {
	height: 45px;
	font-family: 'DINWeb-Bold';
	font-size: 1.1em;
	font-weight: 300;
	text-align: left;
	color: #474747;
	float: left;
	width: 45px;
	margin-top: 33px;
	display: block;
	margin-left: 4%;
}

.abstand_menu_mobile {
	width: 100%;
	height: 100px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-color: #ffffff;
	border-top-style: none;
	border-top-width: 0px;
	}
	
.header_mobile{
	display: block;
	width: 45px;
	height: 45px;
	display: block;
}

.header_mobile a
{
	background-repeat: no-repeat;
	background-position: 49% 50%;
	background-image: url(../images/buttons/hamburger.png);
	display: block;
	width: 45px;
	height: 45px;
	background-size: 90% auto;
}



/* Form Sign in */

	


#form-signin {
display: table-cell;
vertical-align: middle;
}
.form-signin {
	padding: 15px;
	margin: 0 auto;
	width: 100%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
	font-family: 'DINWeb', serif;
	text-decoration: none;
	color: #444444;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.form-signin_head {
	font-family: 'DINWeb-Bold';
	font-size: 1.6em;
	font-weight: 600;
	color: #1f6a66;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.2em;
}

.form-signin_text {
	font-family: 'DINWeb-Bold';
	font-size: 1.2em;
	font-weight: 600;
	color: #1f6a66;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.2em;
	margin-top: 10px;
}

.form-signin_text2 {
	font-family: 'DINWeb', serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #606060;
	text-align: left;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
}



.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}
	
	
	
/* checkbox */

.checkbox1 {
	max-width: 330px;
	padding: 15px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}


/* search */
#navigation_search{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	/* [disabled]border-top: 1px dotted #ffffff; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
}
#navigation_search2{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	/* [disabled]border-top: 1px dotted #ffffff; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin-left: 0px;
	margin-bottom: 20px;
}

#navigation_searchbox{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	/* [disabled]border-top: 1px dotted #ffffff; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#contact_back_success {
	background: #dedede; /* Old browsers */
	height: 150px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact_back_failed {
	background: #dedede; /* Old browsers */
	height: 150px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_back {
	font-family: 'DINWeb', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #1f6a66;
	text-decoration: none;
}
.contact_back_fett {
	font-family: 'DINWeb-Bold';
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #1f6a66;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}


.dropdown,.dropup{
	position: relative;
	max-width: 250px;
}



.dropdown-menu{
	width: 100%;
	max-width: 250px;
}


/* faq */
.box {
	display: none;
	position: relative;
	float: left;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 18px;
	margin-top: -30px;
	padding-right: 5px;
	padding-left: 25px;
	margin-bottom: 15px;
	z-index: 100;
	font-family: 'DINWeb', serif;
	line-height: 1.3em;
	font-weight: 300;
	font-size: 0.9em;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 3px 10px #adadad;
	-webkit-box-shadow: 0px 3px 10px #adadad;
	box-shadow: 0px 3px 10px #adadad;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#adadad');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#adadad')";/*Shadows look very different in IE (Only cardinal directions supported)*//*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*//*Element should have a background-color*//*All filters must be placed together*//*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.show {
	display: block;
	float: left;
	clear: left;
	position: relative;
	height: 30px;
	background-color: #880000;
}
.oeffner {
	display: block;
	float: left;
	position: relative;
	width: 90%;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 7px;
	background-image: url(../images/hg/pfeile_oeffner.png);
	background-position: 5px 7px;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-family: 'DINWeb', serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #6D6E6B;
	margin-bottom: 10px;
	padding-right: 0px;
	z-index: 150;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 3px 10px #adadad;
	-webkit-box-shadow: 0px 3px 10px #adadad;
	box-shadow: 0px 3px 10px #adadad;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#adadad');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#adadad')";/*Shadows look very different in IE (Only cardinal directions supported)*//*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*//*Element should have a background-color*//*All filters must be placed together*//*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.oeffner:hover {
	background-image: url(../images/hg/pfeile_oeffner.png);
	background-position: 5px -55px;
	background-color: #ADAEAC;
	color: #ffffff;
	text-decoration: none;
}


.oeffner:active {
	background-image: url(../images/hg/pfeile_oeffner.png);
	background-position: 5px -55px;
	background-color: #696A68;
	color: #ffffff;
	text-decoration: none;
}

.oeffner_active {
	background-image: url(../images/hg/pfeile_oeffner.png);
	background-position: 5px -55px;
	background-color: #ADAEAC;
	color: #ffffff;
	text-decoration: none;
}
