@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html {
	margin:0; 
	padding:0; 
	min-height: 100%;
	width:100%; 
	height:100%;
	top: 0px;
	bottom: 0px;
}
*+html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
	height:100%	
}
body {
	margin: 0px;
	border: 0;
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	background-color: transparent;
}
body,input {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
}
td {

}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	margin-top: 20px;
	color: #2b4493;
	font-size: 24px;
	font-weight: bold;	
}
h1.title {
	color: #666;
	font-size: 40px;
	letter-spacing: 0.1;
	margin-bottom: 30px;
}
h2 {
	margin-top: 12px;
	color: #2b4493;
	font-size: 18px;
}
h3 {
	color: #2b4493;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
.icons {
	clear: both;
	float: right;
}
.article-media {
	float: left;
}
.article-media a {
	font-size: 12px;
}
.article-media .btn-pdf,
.article-media .btn-print,
.article-media .btn-link {
	float: left;
	margin-right: 20px;
}
.content .article-media a:link, .content .article-media a:visited {
    color: inherit;
    float: left;
}
table#optik tr:nth-child(2n) {
     background-color: #CCC;
}
table#optik tr:nth-child(2n):hover {
     background-color: #00afd3;
	 color: #FFF;
}
table#optik tr:hover {
     background-color: #00afd3;
	 color: #FFF;	
}
table#optik td {
	paddingt: 3px;
}
#body_background {
	position:relative;
	z-index:1;
	width:100%;
	height: auto !important;
	min-height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#background_img {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}
.top_outside {
	width:100%;
	margin-top: -20px;
	border-bottom: solid 1px #ccc;
	background-color: #FFF;
}
.container_outside {
	width:100%; 
	left: 0px;
	overflow:auto; 
	z-index:2;
	padding-top: 0px;
}

/*********************************************************************************/
/* link formations
/*********************************************************************************/
a:link,
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #e2001a;	
	text-decoration: none;
}
.address a:link,
.address a:visited {
	color: #FFF;
	text-decoration: none;
}
.address a:hover {
	color: #000;
	text-decoration: none;
}
.footer a:link,
.footer a:visited {
	color: #a11a25;
	text-decoration: underline;
}
.footer a:hover {
	color: #a11a25;	
	text-decoration: none;
}
.copyright a:link,
.copyright a:visited {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover {
	color: #a11a25;	
	text-decoration: underline;
}

/*********************************************************************************/
/* navigation
/*********************************************************************************/
#nav {
	width: 80%;
	position: relative;
	margin-top: 100px;
	z-index: 1000;
	text-align: right;
	float: left;
	vertical-align: bottom;
}
.nav_center {
    font-size: 16px;
	padding: 6px 0;
    list-style-type: none;
    position: relative;¨
	text-align: center;
	display: inline-block;
}
#mainMenu ul.menu li {
    float: left;
    position: relative;
}
#mainMenu ul.menu li ul li {
    clear: both;
    text-align: left;
}

.navi {
	letter-spacing: 0.5px;
	font-weight: bold;
	padding-top: 10px;
	position: relative;
	z-index:1;

}
.dynpg_A_breadcrumb {
	display: none;
}
.h_nav_m {
    position: absolute;
    top: -45px;
    right: 10px;
    width: 95%;
}
/*********************************************************************************/
/* home und slider
/*********************************************************************************/

.top {
	
}
.logo {
	width: 20%;
	float: left;
	position: relative;
}
.logo_link {
	position: absolute;
	z-index: 1001;
}
p.work {
	padding: 0px 0 0 14px;
	letter-spacing: 0.04em;
}
.cycle-overlay > div {
	display: none;
}
.logo .dynpg_A_header_text,
.goal .dynpg_A_header_text {
	display: none;
}
.slider_out, .slider, .slider div {
	width: 100%;
	height: 400px;
	position: relative;
/*	box-shadow: 0px 3px 3px #e75093; */
	box-shadow: 0px 1px 1px #ccc;
	margin-bottom: 3px;
}
#change_img div {
	background-size: cover !important;
    background-position: center !important;
}
.slogan {
	position: absolute;
	bottom: 0px;
	right: 15%;
}
.slogan p {
	background-image: url(../images/trans_white.png);
	display: block;
	font-size: 20px;
	line-height: 120%;
	color: #333;
	padding: 5px;
	border-radius: 15px;
}
.slogan .dynpg_A_header_text {
	display: none;
}
.byline_lead {
	width: 100%;
	font-size: 300%;
	color: #fff;
	text-shadow: 5px 10px 8px #333;
	display: inline-block;
	line-height: 1.2;
	positon: relative;
	margin-bottom: 30px;
	float: right;
}
.header .container {
	top: 30px;
	position: relative;
	z-index: 10;
}
.home_left {
	width: 65%;
	float: left;
}
.home_right {
	width: 35%;
	float: left;
}
.goal {
	font-size: 20px;
}
.offer {
	padding: 20px 0 40px 0;
}
.offer .dynpg_H_header_text {
	display: none;
}
.offer h2 {
	font-size: 24px;
	padding: 20px 0 0 0;
	clear: both;
}
.offer p.txt {
	font-size: 20px;
	margin-right: 20px;
	float: left;
}
.content .dynpg_A_header_text {
	display: none;
}
.content .dynpg_A_header_lead h1 {
	color: #666;
	font-size: 200%;
}
.dynpg_A_header_lead {
	margin: 10px 0;
}
.footer .dynpg_A_header_text {
	font-size: 24px;
	color: #a11a25;
	font-weight: bold;
	margin: 10px 0;
}
.news {
    margin-top: 40px;
}
.news .dynpg_H_header_date {
	padding-top: 6px;
	border-top: dotted 2px #ccc;
}
.home_right h2 {
	background: #2b4493;
	color: #fff;
	display: block;
	line-height: 1.5;
	margin-top: 27px;
	padding-left: 10px;
}
.home_right p.dynpg_H_header_date {
    font-size: 12px;
    color: #999;
    margin: 20px 0 4px 0;
    line-height: 12px;
    text-align: right;
}
.home_right .dynpg_H_header_date {
    padding-top: 6px;
    border-top: dotted 2px #ccc;
}
.news div.dynpg_H_header,
.news div.dynpg_H_header_text {
    margin: 5px 0 10px 0!important;
}
.news .dynpg_H_header_image {
	margin-bottom: 10px;
}
.news .dynpg_H_more {
	font-size: 14px;
}
.footer {
	width: 100%;
	background-image: url(../images/grey_trans.png);
	color: #FFF;
	margin-top: 20px;
}
.footer .container {
	padding: 20px;
}
.news p.dynpg_H_header_date {
	font-size: 12px;
	color: #999;
	margin: 20px 0 4px 0;
	line-height: 12px;
	text-align: right;
}
.news .dynpg_H_header_text {
	font-weight: bold;
	text-transform: uppercase;
}
.news img {
	border-radius: 15px;
}
.dates .dynpg_H:nth-child(2n) {
    color: #333;
}
.dates .dynpg_H {
	color: #666;
	border: dotted 1px transparent;
	padding: 2px;
}
.dates .dynpg_H:hover {
	color: #000;
	padding: 2px;
	background-color: #FFF;
	border: dotted 1px #000;
}
.dates .dynpg_H
.footer .dynpg_A_header_text {
	color: #a11a25;
}
.dates .dynpg_H_header_text {
	display: none;
}
.copyr {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}
.year {
	float: left;
	padding-right: 4px;
}
.name {
	float: left;
}
.copyr .dynpg_A_header_lead {
	margin: 0 0;
}


/*********************************************************************************/
/* boxen
/*********************************************************************************/
.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9  {
	width: 31%;
	padding: 10px 20px 55px;
	font-size: 120px;
	text-align: center;
	margin: 0 2% 2% 0;
	color: #fff;
	float: left;
	position: relative;
	border-radius: 15px;
}
h1.title .icon-tapeten {
	width: 40px;
	background: #cc3399;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-neubauten {
	background: #ababab;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-spritzen {
	background: #990000;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-dekoration {
	background: #cc6600;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-fassaden {
	background: #9900ff;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-gipsen {
	background: #336699;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-bio_natur {
	background: #cc9900;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-feng_shui {
	background: #669966;
	color: #fff;
	padding: 5px 10px;
}
h1.title .icon-renovation {
	background: #66cc33;
	color: #fff;
	padding: 5px 10px;
}
.box1 {
	background: #cc3399;
}
.box2 {
	background: #ababab;
}
.box3 {
	background: #990000;
}
.box4 {
	background: #cc6600;
}
.box5 {
	background: #9900ff;
}
.box6 {
	background: #336699;
}
.box7 {
	background: #cc9900;
}
.box8 {
	background: #669966;
}
.box9 {
	background: #66cc33;
}
.box1 > a,
.box2 > a,
.box3 > a,
.box4 > a,
.box5 > a,
.box6 > a,
.box7 > a,
.box8 > a,
.box9 > a {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	text-decoration: none;
}
.box1 > a:hover,
.box1:hover {
	color: #00a664;
}
.box2 > a:hover,
.box2:hover {
	color: #cc3399;
}
.box3 > a:hover,
.box3:hover {
	color: #00a664;
}
.box4 > a:hover,
.box4:hover {
	color: #00a664;
}
.box5 > a:hover,
.box5:hover {
	color: #cccc00;
}
.box6 > a:hover,
.box6:hover {
	color: #cccc00;
}
.box7 > a:hover,
.box7:hover {
	color: #990000;
}
.box8 > a:hover,
.box8:hover {
	color: #cc6600;
}
.box9 > a:hover,
.box9:hover {
	color: #9900ff;
}
.t {
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
/*********************************************************************************/
/* usely side
/*********************************************************************************/
.dynpg_AG_breadcrumb_navi {
	display: none;
}
.content_f {
	width: 100%;
	float: left;
	padding: 10px 0 20px 0;
	min-height: 300px;
}
.content_f .dynpg_A_header_text {
	display: none;
}
.content img {
	border-radius: 15px;
}
.sidebar {
	float: left;
}
.sidebar li {
	margin-left: -20px;
}
header {
	margin-bottom: 12px;
}
.main_list2 {
	clear: both;
}
.main_list2 h3 {
	margin-top: 50px;
}
.content_right {

}
.content_f .dynpg_A_header_text {
	font-size: 20px;
	font-weight: bold;
}
.dynpg_A_header_lead img {
	display: none;
}
.footer h2 {
	color: #CCC;
	font-size: 16px;
	margin: 10px 0 6px 0;
}
.footer section,
.footer .byline,
.footer .dynpg_A_header,
.footer .dynpg_A_content {
	color: #CCC;
	font-size: 14px;
}
.footer .dynpg_A_header_text {
	font-size: 16px;
	margin-top: 16px;
}
.footer .dynpg_A_header_lead {
	text-transform: uppercase;	
	font-weight: normal!important;
}
.footer .byline {
	text-transform: none;
}
.footer .dynpg_A_content {
	margin-top: 12px;
}
.footer-img {
	max-width: 30%;
	border-radius: 8px;
	margin: 5px 10px 5px 0;
}
.copyright {
	font-size: 12px;
	background-color: #2b4493;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.copyright .dynpg_A_header_text {
	display: none;
}
.copyright a {
	color: #ccc;
	text-decoration: none;
}
/*********************************************************************************/
/* aktuell
/*********************************************************************************/

.aktuell .dynpg_AA_row_Table img {
	display: none;
}
.aktuell h2 {
	font-size: 20px;
}
.aktuell .byline {
	text-transform: none;
}
.aktuell .dynpg_A_header_lead {
	text-transform: uppercase;
	color: #666;
}
/*********************************************************************************/
/* accordion
/*********************************************************************************/
.acc {
	margin-bottom: 40px;
}
.content_acc .dynpg_AA_row_HeadtextA > a:after,
.content_acc .dynpg_AA_row_HeadtextB > a:after {
	content:"+";
	float:right;
}
.content_acc .dynpg_AA_row_Table {
	width: 100%;
}
.content_acc .dynpg_AA_row_MainA,
.content_acc .dynpg_AA_row_MainB {
    background-image: url(../images/trans_wihte.png); 
    border: 1px solid #ccc;
	border-radius: 15px;
    float: left;
    margin: 3px 0 3px 3px;
    padding: 8px 5px 0px 5px;
    width: 45%;
	clear: none;
}
.content_acc h1 {
	margin-left: 8px;
}
.content_acc td {
	vertical-align: bottom;
	padding: 4px 2px;
}
.content_acc .dynpg_AA_row_HeadtextA,
.content_acc .dynpg_AA_row_HeadtextB {
	font-size: 16px;
}
.content_acc .dynpg_AA_row_DescriptionA,
.content_acc .dynpg_AA_row_DescriptionB {
	text-transform: uppercase;
}
.content_acc .dynpg_A_content {
	padding-bottom: 10px;
}
.content_acc img {
	margin: 0 10px 10px 0;
}




/*********************************************************************************/
/* Daten
/*********************************************************************************/
.dat_left .dynpg_AA_row_HeadtextA,
.dat_left .dynpg_AA_row_HeadtextB {
	display: none;
}
.dat_right .dynpg_AA_row_HeadtextA,
.dat_right .dynpg_AA_row_HeadtextB {
	display: none;
}

/*********************************************************************************/
/* Mitarbeitende
/*********************************************************************************/
.content_liste .dynpg_AA  {
	margin-top: 40px;
}
.content_liste .dynpg_AA_row_HeadtextA,
.content_liste .dynpg_AA_row_HeadtextB {
	display: none;
}
.content_liste .leadimage {
	margin: 0 20px 0 0;
}
.content_liste .dynpg_AA_row_Main_Col_01A,
.content_liste .dynpg_AA_row_Main_Col_01B {
	width: 48%;
	margin: 0 2% 20px 0;
	float: left;
	min-height: 350px;
}
.content_liste .dynpg_AA_row_MainA,
.content_liste .dynpg_AA_row_MainB {
	clear: none;
}
/*********************************************************************************/
/* Beratungen/Links
/*********************************************************************************/
#links img {
	max-width: 200px;
	margin: 0 20px 20px 0;
}
/*********************************************************************************/
/* navigation
/*********************************************************************************/


/*------------------------------- galery home ---------------------------------*/
.content_h .DynPG_Gallery_P_div_0 { float: left; width: 24%; padding: 1% 3% 2% 0; }
.content_h .DynPG_Gallery_P_div_0 .play_button_overlay { position: absolute; left: 0; top: 0;}
.content_h .DynPG_Gallery_P_div_1 { float: left; width: 24%; padding: 1% 3% 2% 0; text-align: center;}
.content_h .DynPG_Gallery_P_div_2 { float: left; width: 24%; padding: 1% 3% 2% 0; text-align: center;}
.content_h .DynPG_Gallery_P_div_3 { float: left; width: 24%; padding: 1% 3% 2% 0; text-align: center;}

/*------------------------------- galery aktuell ---------------------------------*/
.content_aktuell .DynPG_Gallery_P_row_0 { clear: left; }
.content_aktuell .DynPG_Gallery_P_row_1 { clear: left; }
.content_aktuell .DynPG_Gallery_P_row_2 { clear: left; }
.content_aktuell .DynPG_Gallery_P_row_3 { clear: left; }
.content_aktuell .DynPG_Gallery_P_row_4 { clear: left; }
.content_aktuell .DynPG_Gallery_P_row_5 { clear: left; }

.content_aktuell .DynPG_Gallery_P_div_0 { float: left; width: 19%; padding: 1% 3% 2% 0; }
.content_aktuell .DynPG_Gallery_P_div_0 .play_button_overlay { position: absolute; left: 0; top: 0;}
.content_aktuell .DynPG_Gallery_P_div_1 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}
.content_aktuell .DynPG_Gallery_P_div_2 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}
.content_aktuell .DynPG_Gallery_P_div_3 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}
.content_aktuell .DynPG_Gallery_P_div_4 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}
.content_aktuell .DynPG_Gallery_P_div_5 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}
.content_aktuell .DynPG_Gallery_P_div_6 { float: left; width: 19%; padding: 1% 3% 2% 0; text-align: center;}



/*------------------------------- google-maps und youtube ---------------------------------*/
.google-maps {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; min-height: 300px; overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.google-blog {
	padding-bottom: 75%; // This is the aspect ratio
	height: 1px;
	border-radius: 10px!important;
}
.google-blog iframe {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 95% !important;
	height: 88% !important;
	clear:both;
	left: 3%;
	overflow-x: hidden !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------- config_general.css ---------------------------------*/
.dynpg_AG_row_Description {
	clear: both;
	}
.news .dynpg_H_header {
	padding-top: 0px;
}
.news .dynpg_H_header_lead p {
	margin: 0px;
}
div.dynpg_H_header div.dynpg_H_header_lead {
}
div.dynpg_H_header div.dynpg_H_header_text h2 {
	padding: 0px;
}
.dynpg_H_header_lead img {
	border-radius: 0px;
	margin: 12px 0;
}
.dynpg_AA_row_DescriptionA img,
.dynpg_AA_row_DescriptionB img {
	display: none;
}
.dynpg_AA_row_DescriptionA p,
.dynpg_AA_row_DescriptionB p {
	margin: 0px;
}
.dynpg_AA_row_MainA,
.dynpg_AA_row_MainB {
	margin-bottom: 20px;
}

/*------------------------------- bootstrap css ---------------------------------*/



/*------------------------------- mobile devices ---------------------------------*/
@media (max-width: 1200px) { 
	.content_liste .dynpg_AA_row_Main_Col_01A,
	.content_liste .dynpg_AA_row_Main_Col_01B {
		width: 100%;
		margin: 0 0% 20px 0;
		float: left;
		min-height: inherit;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 300px;
	}
	.address {
		text-align: center;
		margin: 0px;
		position: absolute;
		right: -100px;
		top: 0px;
	}
	.address .special1 {
		background-color: #c5141d;
		border: 1px solid #ccc;
		border-radius: 30px;
		color: #fff;
		font-size: 20px;
		margin-top: 70px;
		padding: 20px;
	}
	.address .special2 {
		background-color: #c5141d;
		border: 1px solid #ccc;
		border-radius: 30px;
		color: #fff;
		font-size: 20px;
		margin-top: 10px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	.top_outside {
		padding-bottom: 10px;
	}
	.logo {
		width: 100%;
		position: relative;
		z-index: 500;
	}
	#nav {
		width: 100%;
		position: absolute;
		z-index: 1000;
		top: 40px;
		right: 0px;
	}
	.h_nav_m {
		position: absolute;
		top: -45px;
		right: 10px;
	}
	.byline_lead {
		font-size: 200%;
		margin-bottom: 30px;
	}
	.home_left {
		width: 65%;
		float: left;
	}
	.home_right {
		width: 35%;
		float: left;
	}
	.box1,
	.box2,
	.box3,
	.box4,
	.box5,
	.box6,
	.box7,
	.box8,
	.box9  {
		width: 31%;
		font-size: 80px;
	}
		.content .dynpg_A_header_lead h1 {
		font-size: 150%;
	}
	#li_group_id_13.d_2 {
		display: inherit;
	}
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 200px;
	}
	div.dynpg_H_header div.dynpg_H_header_lead {
		font-size: 100%;
	}
	ul.menu a, ul.menu a:hover, ul.menu a.hlink_a {
    	padding: 4px 15px 5px 0;
	}
	.jtpl-mobile-navigation .j-nav-level-1 {
		background: #cc6600;
	}
	.jmd-nav__list-item-2:hover {
		background: #39afad;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-default {
		background-color: transparent;
	}
	.navbar-collapse.navHeaderCollapse.collapse.in {
		background: #transparent;
	}
	.navbar-default .navbar-toggle {
		border-color: #aa4293;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover {
		background-color: #39afad;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #39afad;
	}
	.navbar-toggle {
		background-color: #443e8f;
	}
	.navbar-collapse.collapse {
		display: none!important;
		background-color: transparent;
	}
	.navbar-collapse.collapse.in {
	  	display: block!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}
	.navbar-nav li {
		float: none;
		text-align: center;
	}
	.navbar-nav li .hlink {
		line-height: 35px;
		padding-left: 3px;
	}
	.navbar-nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.scroller,
	.dropdown-toggle {
		margin: 3px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.dropdown-menu .d_2 .hlink {
		margin: 3px;
	}
	.dropdown-menu .d_2 .hover {
		margin: 3px;
		color: #214b7d!important;
	}
	.dropdown-menu .d_2 .hlink_a {
		margin: 3px;
	}
	.navbar-default .navbar-nav li .hlink {
		color: #666;
	}
	.navbar-default .navbar-nav li a {
		color: #214b7d;
	}
	.navbar-default .navbar-nav li .hlink {
		color: #fff;
		text-decoration: none;
	}
	.navbar-default .navbar-nav li {
		border-bottom: solid 2px #fff;
		line-height: 150%;
	}
	.navbar-default .navbar-nav li a {
		color: #214b7d;
	}
	.navbar-collapse.navHeaderCollapse.collapse.in {
		background: #aa4293;
	}
	.navbar-default .navbar-nav li a.hlink_a {
		background: #443e8f;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-left: 3px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: #00afd3;
		background-image: none;
		color: #fff;
		text-decoration: none;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #39afad;
	}
	.dropdown-toggle:hover{
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu li a  {
		color: #FFF;
		text-decoration: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.hlink_a {
		background-color: #666;
	}
	.navbar-collapse.in {
	  overflow-y: visible;
	}
	.navbar-collapse {
	  max-height: none!important;
	}
	.navbar-collapse.collapse {
	  display: none !important;
	}
	.navbar-nav {
	  float: none !important;
	  margin-bottom: 10px;
	  margin-top: 7.5px;
	}
	.navbar-nav > li {
	  float: none;
	}
	.navbar-nav .open .dropdown-menu {
	  border: 0 none;
	  box-shadow: none;
	  float: none;
	  margin-top: 0;
	  position: static;
	  width: auto;
	}
	.dropdown-menu {
	  font-size: 14px;
	  left: 15px;
	}
	.left_inner {
		padding: 0 5% 0 5%;
	}
	.btn-pdf,
	.btn-print {
		display: none;
	}
}
@media (max-width: 768px) {
	.byline_lead {
		font-size: 160%;
	}
	.content .dynpg_A_header_lead h1 {
		font-size: 160%;
	}
	.main_list2 h3 {
		margin-top: 10px;
	}
	#ul_1 .d_2a:hlink {
		color: #FFF;
	} 
	.logo {

	}
	.content_right {
		margin-top: 20px;
	}
	.home_left {
		width: 100%;
		float: left;
	}
	.home_right {
		width: 100%;
		float: left;
	}
	.box1,
	.box2,
	.box3,
	.box4,
	.box5,
	.box6,
	.box7,
	.box8,
	.box9  {
		width: 31%;
		font-size: 80px;
	}
}

@media (min-width: 480px) and (max-width: 900px) {

}
@media (max-width: 480px) {
	td {
		display: inline-block;
	}
	.slider_out, .slider, .slider div {
		height: 150px;
	}
	.slogan {
		right: 1%;
	}
	.byline_lead {
		font-size: 140%;
	}
	.content .dynpg_A_header_lead h1 {
		font-size: 100%;
	}
	.content_right {
		margin-top: 20px;
	}
	h1 {
		font-size: 120%;
	}
	h2 {
		font-size: 120%;
	}
	.main_list2 h2 {
		font-size: 100%;
		font-weight: bold;
	}
	.main_list2 h3 {
		font-size: 90%;
		font-weight: bold;
	}
	.news .dynpg_H {
		width: 100%;
		float: left;
		padding: 1%;
	}
	.navbar-default {
		background-color: transparent;
	}
	.container_bg {
		padding: 10px;
	}
	.copyright {
		padding: 5px 0;
	}
	.copyright .dynpg_A_content {
		font-size: 80%;
	}
	.copyr {
		width: auto;
	}
	.home_left {
		width: 100%;
		float: left;
	}
	.home_right {
		width: 100%;
		float: left;
	}
	.box1,
	.box2,
	.box3,
	.box4,
	.box5,
	.box6,
	.box7,
	.box8,
	.box9  {
		width: 48%;
		font-size: 50px;
	}
}

@media (max-width: 420px) {
	.logo {
		width: 70%;
	}
	#nav {
		top: 20px;
	}
}


/*  ----------------------formular--------------------------- */
td {
	padding: 3px 0 3px 0;
}
.input{
	width: 180px;
	margin: 3px;
	border: none;
	background-color: #eee;
}
input.formfield_error,
textarea.formfield_error {
	background-color: #B90000;
}	
span.form_error,
span.form_success {
	font-size: 18px;
	color: #B90000;
	line-height: 30px;
}
textarea {
	width: 280px;	
	border: none;
	background-color: #eee;
}
textarea:focus {
	background: #ccc;
	width: 300px;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}  
.input:focus {
	width: 200px;
	background: #CCC;
	color: #FFF;
	font-weight: bold;
}
.select {
	margin: 5px auto 0 0;
	background: #ffffff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.select:focus {
	background-color: #ccc;
}
div#announce input {
    border: 1px #666 solid;
    background-color: white;
}