.resetcontainer .container { width: 100%; margin: 0!important; padding: 0; }
.dlh_googlemap iframe { width: 100%; height:550px; } 
.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 {z-index:999;}
#header .mod_navigation ul { margin: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 10px 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: red;}
/* akkordeon */
.ce_accordion .toggler { cursor: pointer; padding: 20px; margin: 1px 0; text-transform: uppercase; color: #999;
-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
}
.ce_accordion .accordion  { padding: 10px 20px; } 

.ce_accordionStart .toggler.ui-accordion-header { padding: 6px 30px; border:1px solid #090;}

.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 > strong { display: block; float: none; font-size: 20px; padding: 9px 20px; font-size: 16px; text-transform:none; margin: 0; text-align: left;}
#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;}
/* #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; }*/



/* gallery */
.img-responsive, .img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gallery-img {
    margin-bottom:15px;
}

.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: contents; }
.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);
}

.ce_gallery li.row_2, .ce_gallery li.row_3,.ce_gallery li.row_4, .ce_gallery li.row_5, .ce_gallery li.row_6, .ce_gallery li.row_7, .ce_gallery li.row_8, .ce_gallery li.row_9, .ce_gallery li.row_10, .ce_gallery li.row_11, .ce_gallery li.row_12, .ce_gallery li.row_13, .ce_gallery li.row_14, .ce_gallery li.row_15, .ce_gallery li.row_16, .ce_gallery li.row_17, .ce_gallery li.row_19, .ce_gallery li.row_19, .ce_gallery li.row_20, .ce_gallery li.row_21, .ce_gallery li.row_22, .ce_gallery li.row_23, .ce_gallery li.row_24 { 
	display:none;	
} 

/* 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; }
	/*.mainmenu { display: none; }*/
	.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-left:10px; } 
figure.float_left { float: left; }


.ce_downloads li img, .ce_download img { left:20px; top:12px; position:absolute; z-index:9; }
.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: #e4131f;
    color: #FFF;
}

span.relevance { float:right; margin-top: 5px; }
#header .mod_navigation ul.level_2 {  margin-top: 4px; margin-bottom:2px !important; }

figure { overflow: hidden; }

.ce_text ul {
    list-style-type:none;
	margin-left: 18px;
	padding-left: 0;
}

.ce_text li {
    list-style-image: url("../images/list-icon.png");
	padding-left:4px;
}

@media (min-width: 769px) and (max-width: 980px) {
	.fullwidth .content-slider .ce_text { padding: 200px 0!important; }
}

@media (min-width: 451px) and (max-width: 768px) {
	.fullwidth .content-slider .ce_text { padding: 100px 0!important; }
	#header-toparea .logo {z-index: 10; position: absolute; top: 20px; padding: 15px; background-color: #fff; border: 1px solid white; border-color: #fff; border-radius: 8px;}
	.logo img {width:35vw; height:auto;}
	h1, h2 { font-size: 22px!important; margin: 0 0 10px ; padding: 20px 0 20px 0; font-weight: 600; color: #000!important; }
	h1 span, h2 span { font-size: 20px!important; font-weight: 300; color: #999999!important; }
	h2.normal { font-size: 18px!important;; margin: 0 0 10px ; padding: 20px 0 10px 0;  font-weight: 600; color: #e4131f!important;  }
	h3 { font-size: 16px!important; margin: 0 0 10px 0; padding: 20px 0 10px 0; color: #e4131f; }
	h4 { font-size: 15px!important; margin: 0 0 10px 0; padding: 20px 0 10px 0; color: #000; }
	.blue h3 { font-size: 22px!important;; margin: 0; padding: 10px 0 10px 0;  font-weight: 600; text-transform: none; color: #fff!important;  }
	.teaser-area-1 h3 { font-size: 24px!important; margin: 0!important; padding:30px 0 0 0!important; font-weight:bold; text-align:center; color:#fff}
	.teaser-area-1 p { color: #fff; font-size: 20px!important; font-weight:bold; text-align:center; padding-bottom:10px;}
	.teaser-area-1 .button {
   	 position: relative;
   	 display: table;
    	margin-right: auto;
    	margin-left: auto;
   	 padding: 10px 20px;
   	 background-color: #e4131f;
   	 color: #FFF;
   	 font-weight: bold;
		font-size:20px!important;
	}
	.teaser-area-1 .button a {
   	 text-decoration: none;
    	color: #FFF;
   	 font-weight: bold;
		font-size:20px!important;
	}
	.teaser-area-1 {
	padding:10px 0 10px 0;
	min-height: 80%;
	background-size: auto;	
	}
	.rsts-skin-default-content .rsts-caption {
    position: absolute;
    right: 0;
    margin-left: 30px;
	margin-right:0;
	left:40%;
	float:right;
    padding: 4px 20px;
    -webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    color: #fff;
    background-color: #e30613;
    background-color: rgba(227,6,19);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    -moz-transition: opacity 0.5s,-moz-transform 0.5s;
    -o-transition: opacity 0.5s,-o-transform 0.5s;
    transition: opacity 0.5s,transform 0.5s;
	font-size: 20px;
	font-weight: 800;
}
}

@media screen and (max-width: 450px) {
	body { font-family: 'Open Sans', sans-serif; font-weight: 400; color:#333; font-size: 12px;}
	.fullwidth .content-slider .ce_text { padding: 80px 0!important; }
	#header-toparea .logo {z-index: 10; position: absolute; top: 20px; padding: 10px; background-color: #fff; border: 1px solid white; border-color: #fff; border-radius: 8px;}
	.logo img {width:30vw; height:auto;}
	h1, h2 { font-size: 22px!important; margin: 0 0 10px ; padding: 20px 0 20px 0; font-weight: 600; color: #000!important; }
	h1 span, h2 span { font-size: 20px!important; font-weight: 300; color: #e4131f!important; }
	h2.normal { font-size: 18px!important; margin: 0 0 10px ; padding: 20px 0 10px 0;  font-weight: 600;; color: #000!important;  }
	h3 { font-size: 18px!important; margin: 0 0 10px 0; padding: 20px 0 10px 0; color: #e4131f; }
	h4 { font-size: 13px!important; margin: 0 0 10px 0; padding: 20px 0 10px 0; color: #000; }
	.blue h3 { font-size: 22px!important; margin: 0; padding: 10px 0 10px 0;  font-weight: 600; text-transform: none; color: #fff!important;  }
	.teaser-area-1 h3 { font-size: 26px!important; text-transform: uppercase; margin: 0!important; padding:20px 0 0 0!important; font-weight:bold; text-align:center; color:#fff}
	.teaser-area-1 p { color: #fff; font-size: 19px!important; font-weight:bold; text-align:center; padding-bottom:10px;}
	.teaser-area-1 .button {
   	 position: relative;
   	 display: table;
    	margin-right: auto;
    	margin-left: auto;
   	 padding: 10px 20px;
   	 background-color: #e4131f;
   	 color: #FFF;
   	 font-weight: bold;
		font-size:15px!important;
	}
	.teaser-area-1 .button a {
   	 text-decoration: none;
    	color: #FFF;
   	 font-weight: bold;
		font-size:15px!important;
	}
	.teaser-area-1 {
	padding:5px 0 5px 0;
	min-height: 60%;
	background-size: auto;	
	}
	.info-area-phone h3, .info-area-phone-leistungen h3 { font-size: 32px; text-transform: uppercase; margin: 0!important; padding:0 0 30px 0!important; font-weight:bold; color:#fff; animation:none;}
.info-area-phone p, .info-area-phone-leistungen p { color: #fff; font-size: 26px; font-weight:bold; line-height:36px; animation:none;}
.info-area-phone .button, .info-area-phone-leistungen .button {
    position: relative;
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    background-color: #e4131f;
    color: #FFF;
    font-weight: bold;
	font-size:26px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	animation:none;
}
#Sliderarea h2, #Sliderarea h3, #Sliderarea h4, #Sliderarea h5 { font-size: 16px; font-weight: 400; text-transform: uppercase; margin: 0!important; padding: 80px 0 0 0; color:#fff!important;}
#Sliderarea p {color: #fff; font-size: 12px; font-weight: 400; margin-top:20px!important;}
#Sliderarea p.green-button {margin-top:40px!important;}
#Sliderarea p a {color: #fff; font-size: 12px; font-weight: 400; padding:10px 14px; background-color:#e4131f; border-bottom-left-radius:10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.rsts-skin-default-content .rsts-caption {
    position: absolute;
    right: 0;
    margin-left: 40px;
	margin-right:0;
	left:20%;
	float:right;
    padding: 3px 6px;
    -webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    color: #fff;
    background-color: #e30613;
    background-color: rgba(227,6,19);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    -moz-transition: opacity 0.5s,-moz-transform 0.5s;
    -o-transition: opacity 0.5s,-o-transform 0.5s;
    transition: opacity 0.5s,transform 0.5s;
	font-size: 14px;
	font-weight: 600;
}
}

