.rsform-block.rsform-block-nachricht, .rsform-block-vorname-nachname, .rsform-block-email {
  position:absolute;
  left:-99999px;
}


* {
	margin: 0;
	padding: 0;
}
div.main_large_image {
	visibility: inherit !important;
}
.btn-group.pull-right, .content .module_extra, .smartphone_menu, .submenu.mobile {
	display:none;
}
.right .module_extra {
	display:block !important;
}
body { 
	background-color:#e6e6e6; 
	font-family:'Titillium Web',arial, KlavikaBasicLight;
}
html, body {
	height: 100%;
	
}
#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}
* html #wrapper {
	height: 100%;
}
#content {
	padding: 0 0 200px 0;
}
#footer {
	position: absolute;
	bottom:0px;
	width: 100%;
	background: #1d4c7c;
	height:187px;
} 
h1, .page-header h2, h2 {
	color:#15385c;
	font-size:40px;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family:'Titillium Web',arial;
	font-weight:700;
	line-height:40px;
}
div.info {
	float:right;
	font-size:18px;
	margin-left:44px;
}
div.info img {
	margin-top:10px;
	cursor:pointer;
}
div.inner {
	max-width:1020px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
div.topmenu {
	display:block;
	width:100%;
	background-color:#1d4c7c;
	line-height:40px;
	padding-top:6px;
	color:#fff;
	text-align:right;	
	-webkit-box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	position:relative;
	z-index:2;
}
div.topmenu ul li {
	display:inline;
	list-style-type:none;
}
div.topmenu ul {
	float:right;
}

div.topmenu ul li a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	margin-left:44px;
}
div.topmenu ul li.current.active.parent a, div.topmenu ul li.current.active a, .topmenu li.active.parent a {
	font-weight:bold;
}

div.submenu {
	max-width:982px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
div.submenu ul {
	position:absolute;
	width:100%;
	margin-top:-36px;
	z-index:998;
}
div.submenu ul li {
	display: inline-block;
	list-style-type:none;
	width:11.1111111119999999999999%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-repeat:repeat-x;
	line-height:18px;
	height:57px;
	background-position:top;
}
div.submenu ul li.item-111 a, div.submenu ul li.item-133 a {
	padding-top:19px !important;
}
div.submenu ul li a {
	text-align:center;
	width:100%;
	height:57px !important;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	padding-top:10px;
}
div.submenu ul li:first-child {
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius:  7px 0 0 7px;
}
div.submenu ul li:last-child {
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius:  0 7px 7px 0;
}
div.submenu ul li:nth-child(1) {
	background-image:url(../site-elements/menu/lila.png);
	padding-left:12px;
	padding-right:12px;
}
div.submenu ul li:nth-child(2) {
	background-image:url(../site-elements/menu/rot.png);
	padding-left:18px;
	padding-right:18px;
}
div.submenu ul li:nth-child(3) {
	background-image:url(../site-elements/menu/orange.png);
}
div.submenu ul li:nth-child(4) {
	background-image:url(../site-elements/menu/gelb.png);
}
div.submenu ul li:nth-child(5) {
	background-image:url(../site-elements/menu/hell_gruen.png);
}
div.submenu ul li:nth-child(6) {
	background-image:url(../site-elements/menu/gruen.png);
}
div.submenu ul li:nth-child(7) {
	background-image:url(../site-elements/menu/cyan.png);
}
div.submenu ul li:nth-child(8) {
	background-image:url(../site-elements/menu/hell_blau.png);
}
div.submenu ul li:nth-child(9) {
	background-image:url(../site-elements/menu/blau.png);
}
div.slogan {
	float:left;
	display:block;
	padding-top:42px;
	margin-left:-10px;
	width:75.5%;
}
div.logo {
	float:left;
	display:block;
	padding-top:24px;
	width:22%;
}
div.head_inner {
	max-width:877px;
	margin-left:auto;
	margin-right:auto;
}
div.header_cms {
	background-color:#15385c;
	height:248px;
	position:relative;
	z-index:1;
	background-image:url(../site-elements/muster.jpg);
	background-position:bottom;
	display:block;
	width:100%;
}
div.leiste {
	background-image:url(../site-elements/leiste.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:3;
	display:block;
	background-color:#1d4c7c;
}

div.page {
	max-width:977px;
	margin-left:auto;
	margin-right:auto;
	padding-top:85px;
}
div.page a { color:#404040; }
div.content img {
	max-width:100%;
	height:auto;
}
div.content, .items-row {
	float:left;
	display:block;
	width:73%;
	border-top:10px solid #d9d9d9;
	padding-top:10px;
	position:relative;
}
.items-row {
	padding-bottom:50px;
}
div.content p, .content_long p {
	padding-top:16px;
	font-size:16px;
	color:#404040;
	line-height:24px;
}
.content_long {
	float:left;
	display:block;
	width:100%;
	padding-top:10px;
}
div.space {
	float:left;
	display:block;
	width:4%;
}
div.right {
	float:left;
	display:block;
	width:23%;
	border-top:10px solid #d9d9d9;
	padding-top:20px;
}
div.right img {
	max-width:100%;
	height:auto;
}
div.box {
	background-color:#d9d9d9;
	width:100%;
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:12px 20px 12px 20px;
}

div.footer_inner {
	max-width:877px;
	margin-left:auto;
	margin-right:auto;
	padding-top:17px;

}
div.footer_inner ul {
	float:left;
	min-height:167px;
}
div.footer_inner li {
	list-style-type:none;
}
div.footer_inner a {
	font-size:14px;
	color:#e6e6e6;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}
div.footer_inner ul.first {
	width:17.103762827822123%;
	background-image:url(../site-elements/steg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
div.footer_inner ul.first li:first-child, div.footer_inner ul.second li:first-child {
	padding-top:18px;
}
div.footer_inner ul.second {
	width:34.20752565564425%;
	padding-left:38px;
	padding-right:38px;
	background-image:url(../site-elements/steg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
div.footer_inner .contact {
	width:auto;
	padding-left:14.823261117445838%;
	float:left;
	color:#fff;
	font-size:14px;
	padding-top:18px;
	line-height:22px;
}
div.leiste_footer {
	background-image:url(../site-elements/leiste_footer.png);
	background-position:bottom;
	background-repeat: repeat-y;
	height:10px !important;
	line-height:0px !important;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:3;
	display:block;
	background-color:#13375d;
	clear:both;
	width:100%;
	padding:0px !important;
	margin:0px !important;
}
div.content_long div.blog {
	margin-top:-10px;
}
div.content_long div.blog .items-row {
	border-top:10px solid #d9d9d9;
	margin-bottom:40px;
	padding-top:10px;
}

.article-info-term {
	display:none;
}
.article-info.muted {
	position:absolute;
	right:0px;
	margin-top:-42px;
	color:#808080;
	font-size:14px;
}

.pagination {
	clear:both;
	margin-top:-60px;
}
.pagination li {
	display:inline-block;
}
li.pagination-start, li.pagination-prev, li.pagination-next, li.pagination-end, p.counter.pull-right {
	display:none;
}
.pagination li {
	background-color:#fff;
	line-height:35px;
	width:27px;
	text-align:center;
	margin-right:8px;
	font-size:24px;
	color:#13375d;	
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	font-weight:500;
}
.pagination a  {
	color:#13375d;
	text-decoration:none;
}

.category_description_galerie p {
	padding:0px !important;
	margin:0px !important;
	color:#404040;
}
.cat_child img, table.main_thumb_table td img {
    box-shadow:none !important;
    display: block;
	margin-left:-6px !important;
}
.cat_child {
	padding-top:10px !important;
	padding-bottom:15px !important;
}
.cat_child h3 {
	margin-left:-4px !important;
	font-weight:normal !important;
}
.cat_child h3 a {
	font-size:14px !important;
	text-decoration:none !important;
	text-align:center !important;
	padding-right:10px;
	display:block;
	color:#404040;
	line-height:22px !important;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.right {
	font-size:14px !important;
	color:#404040;
}
.right h3 {
	font-size:24px !important;
	color:#15385C;
	font-weight:600;
	margin-bottom:0px;
	white-space:nowrap;
}
.right .content {
	width:100% !important;
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
}
.right h2 {
	font-size:16px !important;
	color:#15385C;
	font-weight:600;
	margin-bottom:0px;
	line-height:18px !important;
}
div.right .title {
	font-size:16px !important;
	color:#15385C;
	font-weight:700;
	display:block;
	padding-bottom:4px;
}
div.right .create {
	color:#404040;
	font-size:12px;
	display:block;
	font-weight:100;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(../site-elements/news_line.jpg);
	padding-top:16px;
	clear:both;
}
div.right .readmore.btn a {
	display:block;
	text-indent:-9999px;
	background-image:url(../site-elements/mehr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:80px;
	float:right;
	margin-bottom:8px;
}
.info:hover .info-box {
	display:block !important;
}
.info-box {
	position:absolute;
	background-image:url(../site-elements/info_box.png);
	background-position: left top;
	background-repeat:no-repeat;
	width:170px;
	height:106px;
	text-align:left;
	right:-5px;
	top:45px;
	display:none;
	font-size:14px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:20px 8px 12px 8px;
	color:#1a4b7e;
}
.info-box  a {
	color:#1a4b7e;
	text-decoration:none;
}
.info-box img {
	margin-right:5px;
	margin-bottom:0px;
	margin-top:4px !important;
}
.info-box td {
	line-height:16px;
}

.moduletable.gallery h3 {
    background-image: url("../site-elements/news_line.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
	padding-bottom:18px;
}
.moduletable.gallery h2 {
	text-transform:none !important;
}
.box .gallery h2 {
	display:none;
}

#rsform_3_page_0 {
	padding-top:30px;
	}

.formDescription {
	display:none;
}
.formResponsive input, .formResponsive textarea {
    width: 60% !important;
}
.formResponsive .formHorizontal .formControlLabel {
    float: left !important;
    padding-top: 3px !important;
    text-align: left !important;
    width: 40% !important;
}
.formResponsive .rsform-submit-button {
	width:140px !important;
	margin-top:30px;
}

.rsform-block.rsform-block-text .formControlLabel {
	display:none;
}
.rsform-block.rsform-block-text .formControls {
	width:100% !important;
	margin-left:0px !important;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 6px !important;
}
.rsform-block.rsform-block-nachricht{
    padding-bottom: 6px !important;
}
.rsform-block.rsform-block-senden-sie-mir-den-aktuellen-prospekt-zu input {
	width:auto !important;
	float:left !important;
	margin-top:11px;
	display:block;
}
@media screen and (min-width:1030px) {
.content {
	min-height:350px;
}
}
@media screen and (max-width:1030px) {
.page {
	clear:both;
	padding-top:30px !important;
}
.slogan {
	padding-left:30px;
}
div.logo {
	position:absolute;
	right:70px;
	float:none !important;
}
div.content, .items-row {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-left:25px;
	width:60% !important;

}
.space {
	display:none;
}
.right {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:31% !important;
}
div.footer_inner ul.first {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left:25px;
	width:25%;
}
div.footer_inner ul.second {
	width:27%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left:25px;
}
.footer , #wrapper{
	overflow:hidden;
}
.pagination {
	margin-left:25px;
}
div.submenu {
	max-width:auto !important;
	position:relative;
	text-align:center;
	clear:both;
	width:95%;
	padding-right:5%;
	
	background-color:#1d4c7c;
	display:block;
	height:auto !important;
	border-top:10px solid #1d4c7c;
	border-bottom:2px solid #1d4c7c;
}

div.submenu ul {
	position: relative !important;
	width:100%;
	margin-top:0px;
	z-index:998;
	margin-left:25px !important;
}

div.submenu ul li.item-129 {
	padding-right:30px !important;
}
div.submenu ul li.item-130, div.submenu ul li.item-107, div.submenu ul li.item-108 {
	padding-right:40px !important;

}
div.submenu ul li:nth-child(2) {
	padding-left:10px !important;
}
div.submenu ul li a {
	text-align:left !important;
	background-position:top;
	display:block;
	padding-bottom:0px !important;
	padding-top:73px !important;
	margin-bottom:-10px !important;
}
div.submenu ul li {
	display:block !important;
	float:left !important;
	list-style-type:none;
	width:120px !important;
	text-align:left !important;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-repeat:repeat-x;
	line-height:18px;
	background-size:cover;
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom:0px !important;
	min-height:40px !important;
	height:auto !important;
}
div.submenu ul li:first-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius:  0 0 0 0;
}
div.submenu ul li.item-111 a, div.submenu ul li.item-133 a {
	padding-top:90px !important;
	margin-bottom:-27px !important;
}
div.submenu ul li:last-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius:  0 0 0 0;
}
.leiste {
	display:none !important;
}
.formResponsive .formHorizontal .formControlLabel {
    width: 90% !important;
}
.formResponsive input, .formResponsive textarea {
    width: 70% !important;
	clear:both !important;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0px !important;
	margin-right:20px;
}
}

@media screen and (max-width:780px) {
#content {
	padding: 0 0 40px 0;
}
#footer {
	position:  relative !important;
	height:auto !important;
} 
.footer_inner {
	padding-bottom:25px !important;
}
div.footer_inner ul.first {
	width:180px !important; 
}
div.footer_inner ul.second {
	width:180px !important;
}
.contact {
	padding-left:25px !important;
	padding-bottom:30px !important;
	width:380px !important;
	
}
.contact td {
	vertical-align:top;
	margin:0px;
	padding:0px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.contact p {
	white-space:nowrap;
	width:300px !important;
}
}

@media screen and (max-width:750px) {
.logo {
	right:90px !important;
}
.slogan {
	padding-left:3.5%;
	width:94% !important;
}
div.content, .items-row {
	width:94% !important;
	margin-left:3%;
	padding-left:0px !important;
	margin-right:3% !important;
}
.pagination {
	margin-left:3% !important;
}
div.submenu ul {
	margin-left:3% !important;
}
.space {
	display:none;
}
.right {
	margin-top:25px;
}
html body div.mm-page div#wrapper div#content div.page div div.content_spacer div.blog div.right {
	display:none;
}
.blog {
	padding-top:25px;
}
}
@media screen and (max-width:750px) {
#footer, .footer_inner {
	height:auto !important;
	position:relative !important;
}
#content {
	padding: 0 0 30px 0 !important;
}
div.footer_inner ul.first {
	width:280px !important; 
}
div.footer_inner ul.second {
	width:280px !important;
	background-image:none !important;
}
.contact {
	padding-left:25px !important;
	padding-bottom:30px !important;
	width:90% !important;
	background-image:none !important;
}
.right {
	width:280px !important;
	margin-left:-5px;
}
h1, .page-header h2, h2 {
    font-size: 20px !important;
    line-height: 20px !important;
}

}
@media screen and (max-width:650px) {
.right {
	width:94% !important;
	margin-left:3% !important;
}
.right img {
	max-width:280px !important;
	height:auto !important;
}
div.logo {
	right:120px !important;
}
div.topmenu  {
	display:none !important;
}
div.submenu {
	display:none !important;
}
div.submenu.mobile {
	display:inherit !important;
	width:100% !important;
}
div.submenu.mobile ul {

}

div.smartphone_menu {
	display:block !important;
	width:100%;
	background-color:#1d4c7c;
	line-height:46px;
	color:#fff;
	text-align:left;	
	-webkit-box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.30);
	position:relative;
	z-index:2;
	padding-left:3%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
}
@media screen and (max-width:590px) {
div.footer_inner ul.first {
	width:90% !important;
	background-image:none !important;
	padding-left:3% !important;
}
div.footer_inner ul.second {
	width:90% !important;
	background-image:none !important;
	padding-left:3% !important;
}
div.footer_inner ul {
	min-height: inherit !important;
	padding-left:3% !important;
}
.contact {
	padding-left:3% !important;
}

}
@media screen and (max-width:560px) {
div.slogan {
	display:none;
}
div.logo {
	position:relative;
	right: inherit !important;
	left:inherit !important;
	margin-left:auto;
	width:235px;
	margin-right:auto;
}
div.logo img {
	max-width:60%;
	height:auto;
	margin-left:20%;
}
div.header_cms {
    background-color: #15385c;
    background-image: url("../site-elements/muster.jpg");
    background-position: center bottom;
    display: block;
    height: auto !important;
    position: relative;
    width: 100%;
    z-index: 1;
}
.igallery_clear {
}
.cat_child {
	width:100% !important;
}
.cat_child  img {
}
div#category_description1.category_description_galerie.right{
	width:94% !important;
	margin-left:3%;
}
}

@media screen and (max-width:480px) {
.cat_child {
	width:100% !important;
}
}