.resetcontainer .container { width: 100%; margin: 0!important; padding: 0; }
.dlh_googlemap iframe { width: 100%; height:300px; } 
.img-circle img { border-radius: 50%; }
.text-center .img-responsive { margin: auto; }
.slider-control .slider-prev, .slider-control .slider-next { display: none; }
.slider-control { display: none; }
.floatright {float: right; }
.bangb1 h1 { margin-bottom: 0; padding-bottom: 0; } 

.ce_gallery  ul { margin:0; padding:0; list-style-type: none; }
.ce_gallery li { display: inline-block; }

#header .mod_navigation {}
#header .mod_navigation ul { list-style-type: none;}
#header .mainmenu { margin:120px 0 0 0; list-style-type: none;}
/*#header .mod_navigation ul li { float: none;}*/
.highlight { border-bottom: 1px dotted #222; }
.invisible { display: none; }

/* table */
#main .ce_table table { width: 100%; border-collapse: collapse; }
#main .ce_table th { text-align: left; }
#main .ce_table th, #main .ce_table td { padding: 5px; border-bottom: 1px dotted #e7e7e7;  }
#main .ce_table tr { 	
	-moz-transition: background .2s; 
	-webkit-transition: background .2s; 
	transition: background .2s; 
}
#main .ce_table tr:hover { background: #e7e7e7; }
form .widget { margin: 5px 0 ; }

/*input and label */
input.captcha, input.text, textarea, select { width: 100%; padding: 5px; color: #000; border: 1px solid #e7e7e7; }
.checkbox_container span { display: block; margin: 3px 0; }
span.mandatory { color: #990066;}
/* akkordeon */
.ce_accordion .toggler { cursor: pointer; padding: 20px; margin: 1px 0; text-transform: uppercase; color: white;
-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
}
.ce_accordion .accordion  { padding: 10px 20px; } 

.mod_nl_list ul,
.mod_faqlist ul,
.ce_downloads ul { padding-left:0; }

/* eventcal */
/*
.mod_calendar table.calendar { width: 100%; border-collapse:collapse;  }
.mod_calendar table.calendar th, .mod_calendar table.calendar td { padding: 5px; text-align: center; }
.mod_calendar table.calendar td { border: 1px dotted #ccc;   }
.mod_calendar table.calendar th.head  { border: 0; font-size: 16px; font-weight: normal; }
*/
/* breadcrumb */
.mod_breadcrumb li, .mod_breadcrumb li a { float: left; line-height:normal; font-size: 12px; }
.mod_breadcrumb li a { padding: 0 5px 0 0; text-decoration: underline; }
.mod_breadcrumb li a:after { content:" > "; color: #666; }

/* lists and entries separation */
.mod_search .even, .mod_search .odd,
.mod_nl_list ul li,
.mod_eventlist .event-entry,
.mod_eventlist .layout_teaser,
.mod_newslist .block,
.mod_faqlist ul li,
.ce_downloads ul li, .ce_download a { padding: 5px 0; overflow: hidden; }

.mod_search span.relevance,
.ce_downloads ul li span.size { font-size: 12px; }

/* login */
.mod_login input.submit { width: auto; margin-top: 20px; } 


/* dropdown navi */
.mainmenu ul { padding: 0; margin:0; list-style-type: none;}


/* #header .mod_navigation ul li { float: left;} must be set, too */
#header .mainmenu ul li { float: left;}
.headerrelativeclass { position: relative; float: right; width: 600px; } 
#header .inside { position:inherit; }
#header .mainmenu  ul.level_2 { width: auto; min-width:200px; display: none; z-index:999; }
#header .mainmenu  ul.level_2 li a, #header .mod_navigation ul.level_2 li span { display: block; float: none; font-size: 20px; padding: 9px 20px; font-size: 16px; text-transform:none; margin: 0;}
#header .mainmenu  ul.level_2 li a.last {border-bottom: 0; }
#header ul.level_1 li { display: block; }
#header .mainmenu  ul.level_2 li { display: block;float: none;}
/* abgestellt 26042016 #header ul.level_1 li:hover ul.level_2, #header ul.level_1 li:hover  { display: block; } */


/*#header .mainmenu  ul.level_2 li a:hover, #header .mainmenu  ul.level_2 li span:hover { 
-moz-transition: all .5s; 
-webkit-transition: all .5s; 
transition: all .5s; 
}*/

/*#header .mainmenu  ul.level_2 li a:hover, #header .mainmenu  ul.level_2 li span:hover { padding-left: 35px; }*/



/* galery */
.ce_gallery img  { 
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	
} 
.cboxElement { overflow:hidden; display: block; }
.ce_gallery img:hover  { 
-moz-opacity: .5; 
-webkit-opacity: .5; 
opacity: .5; 

-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


/* quicknav */
.mod_quicknav { padding: 0 0 20px; display: none; position: relative; z-index:99; float: right;  }
.mod_quicknav select { text-align:center; border: 0 none; cursor: pointer; }

@media screen and (max-width: 980px) {
	.fullwidth { width:100%!important; }
	.floatright { float: none; text-align:center; }
	.mod_quicknav { display: block; }
	.p-img { padding: 50px 20px!important; }
	.logo { }
	.logo img {margin: auto; }
}


table {width: 100%; }
table .label { display: table-cell; color: #000; }
table.calendar  td, table th { text-align:center; padding: 7px!important; }
table.calendar .header {background: none; color: #666; } 
table.calendar thead { border-bottom: 2px solid #666; }
tr th.label span { display: none; }

.scrolltop a { position: fixed; right: 20px; bottom: 20px; /* background: url("../img/scroll2top.png") center no-repeat rgba(255, 255, 255, .3); width: 64px; height: 64px; */ text-indent: -2000px; overflow: hidden; cursor: pointer;  }
.formbody label { display: block; }
.formbody .mandatory span.mandatory {padding-right:10px; float:left;} 
figure.float_left { float: left; }


.ce_downloads li img { display: block; margin: auto; }
.ce_downloads li { display: block; padding: 10px; margin: 10px;}
.ce_downloads span { color: #666; display: block; }

.ce_downloads ul li a, .ce_download a {
    width: 100%;
    position: relative;
    display: block;
    padding: 12px 40px 10px;
    background-color: #E8E8E8;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.ce_downloads ul li a:hover, .ce_downloads ul li a:active, .ce_download a:hover, .ce_download a:active {
    background-color: #F90;
    color: #FFF;
}

span.relevance { float:right; margin-top: 5px; }
#header .mod_navigation ul.level_2 {  margin-top: 0; }

figure { overflow: hidden; }

@media (min-width: 769px) and (max-width: 980px) {
	.fullwidth .content-slider .ce_text { padding: 200px 0!important; }
	#header .mainmenu { margin:20px 0 0 0; list-style-type: none;}
}

@media (min-width: 451px) and (max-width: 768px) {
	.fullwidth .content-slider .ce_text { padding: 100px 0!important; }
	.logo img {width:250px; height:auto;}
	#header .mainmenu { margin:10px 0 0 0; list-style-type: none;}
}

@media screen and (max-width: 450px) {
	.fullwidth .content-slider .ce_text { padding: 80px 0!important; }
	.logo img {width:200px; height:auto;}
	#header .mainmenu { margin:10px 0 0 0; list-style-type: none;}
}

fieldset.checkbox_container legend {
 font-size:14px;
 border-bottom:none;
 margin-bottom:0;
}
.formbody fieldset.checkbox_container label {
 display:block;	
 font-size:12px;
}

.formbody fieldset.checkbox_container span input.checkbox {
 float:left;
 margin-right:8px;
}
