@font-face {
    font-family: 'Noto Sans';
    src: url('../font/nato/notosans-bold-webfont.woff2') format('woff2'),
         url('../font/nato/notosans-bold-webfont.woff') format('woff'),
         url('../font/nato/notosans-bold-webfont.ttf') format('truetype'),
         url('../font/nato/notosans-bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Noto Sans';
    src: url('../font/nato/notosans-bolditalic-webfont.woff2') format('woff2'),
         url('../font/nato/notosans-bolditalic-webfont.woff') format('woff'),
         url('../font/nato/notosans-bolditalic-webfont.ttf') format('truetype'),
         url('../font/nato/notosans-bolditalic-webfont.svg#noto_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Noto Sans';
    src: url('../font/nato/notosans-italic-webfont.woff2') format('woff2'),
         url('../font/nato/notosans-italic-webfont.woff') format('woff'),
         url('../font/nato/notosans-italic-webfont.ttf') format('truetype'),
         url('../font/nato/notosans-italic-webfont.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Noto Sans';
    src: url('../font/nato/notosans-regular-webfont.woff2') format('woff2'),
         url('../font/nato/notosans-regular-webfont.woff') format('woff'),
         url('../font/nato/notosans-regular-webfont.ttf') format('truetype'),
         url('../font/nato/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.map_wrapper {
    background-image: url( 'images/icon/karte.png' );
    background-size: cover;
    position: relative;
    box-shadow: 0px 3px 5px #333;
    height: 400px;
    width: 100%;
}

.map_wrapper .map_trigger {
    padding: 130px 30px;
    
    height: -webkit-calc( 100% - 260px );
    height: -moz-calc( 100% - 260px );
    height: -o-calc( 100% - 260px );
    height: calc( 100% - 260px );
    
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: -o-calc( 100% - 60px );
    width: calc( 100% - 60px );
    
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .8 );
    color: #fff;
}
.map_wrapper .map_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}
.map_wrapper .map_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}

/* Button */
.btn {
  cursor: pointer;
  display: inline-block;
  transition: color .5s, background-color .5s, border .5s;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #ffffff;
}
.btn:hover {
  background-color: transparent;
  color: #ffffff;
}
*, body { 
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans', sans-serif;
}

html body div.wrapper div.wrapper_inner div.page_cms div.content div.item-page div div.moduletable div.trombinoscope_109.personlist div.person {
	margin-bottom:4% !important;
	margin-right:4% !important;
	border-bottom: 20px solid #edf2f7;
}
div.gm-style div div div div div.gm-style-iw div div div:nth-child(1) {
	display:none  !important;
}

div.content div.news div div.moduletable-newsmod.jmoddiv {
	position:relative;
}
div.content div.news div div.moduletable-newsmod.jmoddiv div.category-desc {
	float:right;
	position:absolute;
	top:10px;
	right:10px;
}
@media screen and (min-width:800px) { 
div.content div.news div div.moduletable-newsmod.jmoddiv div.category-desc img {
	max-width:100% !important;
}
}
@media screen and (min-width:600px) { 
div.content div.news div div.moduletable-newsmod.jmoddiv div.category-desc img {
	max-width:95% !important;
	float:right;
}
}
div.content div#news_2_spaltig.news div div.ansprechpartner div.custom.jmoddiv {
	background-position: 6% 50% !important;
    background-size: auto 80px !important;
}

.blog-featured {
	background-image:url(../site-elements/start_header_white.png);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
}
#blockrandom {
	background-color:transparent !important;
}
#blockrandom  html, #blockrandom body, iframe {
	background-color:transparent !important;
}
.blog-newsmod {
	position:relative;
}
.blog-newsmod img {
	position:absolute;
	top:-160px !important;
	width:90px;
	height:auto;
	right:-1px;
}
.blog .items-row {
	padding-bottom:18px;
}
.btn-group.pull-right, .mobile_menu, .items-more, .blog-newsmod .readmore.btn, .blog-newsmod .row-separator, .blog-newsmod br {
	display:none;
}
a { color:#00679c;}
img {
	border:none;
}
.rg-thumbs, .rg-view, #buttons { display:none; }
.line {
	background-color:#d9d2c8;
	clear:both;
	width:100%;
	height:1px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
div.logo img { max-width:100%; height:auto; margin:0px; padding:0px;} 
div.wrapper {
	max-width:1084px;
	margin-left:auto;
	margin-right:auto;
}
div.wrapper_inner {
	padding-left:0.9225092250922509%; /* 10 / 1084 */
	padding-right:0.9225092250922509%; /* 10 / 1084 */
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
div.header {
	padding-top:5%;
}
div.logo {
	width:29%;
	display:block;
	float:left;
	margin-bottom:-5px;
}
div.navigation {
	width:71%; 
	display:block;
	float:left;
}
div.sprechblase {
	position:absolute;
	right:30px;
	top:25px;
	z-index:300;
	width:182px;
	height:153px;
	background-image: url(../site-elements/sprechblase.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:11px;
	color:#b07e17;
	line-height:14px;
}
div.sprechblase h1 {
	color:#fff;
	font-size:20px;
	margin-top:8px;
	margin-bottom:8px;
    text-shadow:  1px  1px 1px #f6a800,
                  1px -1px 1px #f6a800,
                 -1px  1px 1px #f6a800,
                 -1px -1px 1px #f6a800;
}
div.page_cms {
	width:100%;
	background-color:#e5edf4;
	min-height:350px;
	clear:both;
	-webkit-box-shadow: 8px 4px 7px -3px rgba(82,82,82,0.29);
	-moz-box-shadow: 8px 4px 7px -3px rgba(82,82,82,0.29);
	box-shadow: 8px 4px 7px -3px rgba(82,82,82,0.29);
	position:relative;
}
div.footer {
	background-color:#005091;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	position: relative;
	margin-bottom:55px;
}
/*
.sitemap_mod {
	width:48%;
	padding-left:20px;
	border-right:1px dotted #fff;
	float:left;
	min-height:184px;
}
.sitemap_mod a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.sitemap_mod ul, .sitemap_mod li {
	list-style:none;
}
.sitemap_mod ul#level_1 {
	width:auto;
	float:left;
	margin-left:15px;
	display:block;
	min-width:155px;
	margin-bottom:20px;
	margin-top:-10px;
}
.sitemap_mod ul#level_1 li a {
	color:#ffe3aa;
	text-transform:uppercase;
	font-weight:bold;
}
.sitemap_mod ul#level_1 li ul li a {
	color:#fff;
	text-transform: none;
	font-weight:normal;
}
.sitemap_mod ul#level_1 li {
	display:block;
}

*/


.sitemap_mod {
    border-right: 1px dotted #fff;
    float: left;
    min-height: 184px;
    padding-left: 20px;
    width: 48%;
}
.sitemap_mod ul.nav.menu li img {
    display: none;
}
.sitemap_mod a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.sitemap_mod ul, .sitemap_mod li {
    list-style: outside none none;
}
.sitemap_mod ul.nav.menu li.deeper.parent, .sitemap_mod ul#level_1 {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: -10px;
    min-width: 155px;
    width: auto;
}
.sitemap_mod ul.nav.menu li a, .sitemap_mod ul#level_1 li a {
    color: #ffe3aa;
    font-weight: bold;
    text-transform: uppercase;
}
.sitemap_mod ul.nav.menu li ul li a, .sitemap_mod ul#level_1 li ul li a {
    color: #fff;
    font-weight: normal;
    text-transform: none;
}
.sitemap_mod ul.nav.menu li, .sitemap_mod ul#level_1 li {
    display: block;
}

.startseiten_galerie {
	position:relative;
	z-index:1;
	-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:35px;
	margin-right:35px;
	padding-top:6%;
	padding-bottom:3%;
}
.startseiten_galerie ul.slides img {
	-webkit-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	-moz-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
}
div.footer_mod {
	width:46%;
	float:left;
	-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:20px;
	font-size:11px;
	color:#fff;
}
div.content {
	position:relative;
	z-index:100;
	padding-bottom:20px;
}
.item-page  img, .blog img {
	max-width:100%;
	height:auto;
}
.item-page, .blog {
	width:40%;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	margin-left:5%;
	padding-bottom:20px;
	line-height:19px;
	float:left;
	min-height:400px;
	display:block;
	color:#00679c;
}
.item-page .page-header h2, .blog h2 {
	color:#00679c;
	font-size:22px;
	margin-top:25px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:28px;
}
.item-page p, .blog p {
	font-size:13px;
	margin-bottom:16px;
}

/*############################################# STARTSEITE */
div.blog-featured img.header_img {
	margin-left:-5.5%;
	margin-top:-20px;
	max-width:111%;
	height:auto;
}
div.blog-featured img {
	max-width:100%;
	height:auto;
}
div.blog-featured {
	width:38%;
	font-size:13px;
	color:#00679c;
	margin-left:7%;
	margin-top:-12%;
	padding-bottom:20px;
	/*-webkit-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	-moz-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);*/
	line-height:19px;
	float:left;
}
div.blog-featured div.items-leading {
	background-color:#fff;
	-webkit-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	-moz-box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	box-shadow: 4px 10px 15px -6px rgba(0,0,0,0.44);
	padding:5%;
	margin-top:15% !important;
}
div.blog-featured .item-title {
	color:#fabb00;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
}
div.news {
	width:44.5%;
	float:right;
	margin-right:5.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
div.news a {
	text-decoration:none;
}
div.news .custom.jmoddiv img, .moduletable-newsmod img {
	max-width:44%;
	height:auto;
}
div.news .custom.jmoddiv, .moduletable-newsmod {
	width:45%;
	height:auto;
	background-color:#edf2f7;
	-webkit-box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
	-moz-box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
	box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
	-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:10px;
	font-size:12px;
	color:#00679c;
	float:left;
	margin-left:4%;
	margin-bottom:20px;
}
div.news .custom.jmoddiv, .moduletable-newsmod{
	/*background-repeat:no-repeat;
	background-position:10px 95px;
	*/
	
	
	background-position: 6% 60%;
	background-repeat: no-repeat;
	background-size: auto 50px;
}
.moduletable-newsmod {
	background-image: url(../site-elements/news_bg.png);
}
div.news .custom.jmoddiv:nth-child(3) {
	clear: both;
}
div.news h2 {
	font-weight:normal;
	font-size:14px;
	height:160px;
	text-transform:uppercase;
}
div.news h1 {
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	height:80px;
}
.ansprechpartner .custom.jmoddiv {
	min-height:220px;
}
.moduletable-newsmod h3 {
	font-weight:normal;
	font-size:14px;
	height:160px;
	text-transform:uppercase;
	padding-bottom:0px !important;
}
div.news .mehr, div.news a:hover.mehr, .moduletable-newsmod span.title_news {
	color:#00679c;
	text-decoration:none;
	background-image:url(../site-elements/pfeil.png) !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding-left:25px;
	display:block;
	min-height:40px;
}
#news_2_spaltig {
	width:20% !important;
	margin-right:6%;
}
#news_2_spaltig .custom.jmoddiv, #news_2_spaltig .moduletable-newsmod {
	width:100%;
}
/*############################################# NAVIGATION */
div.navigation a.maximenuck img {
	display:none !important;
}
div.navigation a:hover.maximenuck img {
	display:block !important;
}

div.navigation li.current a.maximenuck img, div.navigation li.active.parent a.maximenuck img{
	display:block !important;
}
 

div.image_placeholder {
	height:47px !important;
	display:block !important;
	padding-bottom:4px !important;
}
div.navigation ul {
	float:right !important;
	padding-top:10px !important;
}
div.navigation ul li a {
	padding-left:20px !important;
	padding-bottom:10px !important;
}
div.navigation ul li {
}

div.navigation ul li a {
	font-size:14px !important;
	font-weight:bold !important;
	text-decoration:none !important;
	color:#00679c !important;
	text-transform:uppercase !important;
}
.maxiFancybackground {
    list-style : none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
	display:none !important;
}

.maxiFancybackground .maxiFancycenter {
    background:url(../site-elements/fancy_bg.png) repeat-x top left !important;
    height : 34px !important;
}

div.navigation ul ul {
 	background:url(../site-elements/submenu_layer.png) !important;
	background-repeat:repeat !important;
 	margin-left:-30px !important;
	margin-top:4px !important;
	padding-top:20px !important;
	padding-bottom:5px !important;
	min-width:100px !important;
}
div.navigation ul li ul li a {
	padding-left:10px !important;
	padding-right:10px !important;
	padding-bottom:10px !important;
	font-size:12px !important;
	font-weight:normal !important;
	text-decoration:none !important;
	color:#00679c !important;
	text-transform: none !important;
}

div.navigation ul li ul li.current.active a {
	font-weight:bold  !important;
}



.copyright { position:absolute; font-size:10px; line-height:14px; color:#fff; right:40px; top:153px; text-align:right; }
.text_footer { margin-left: -30px; width:95%; }

#userForm_rueckruf {
	-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:15px 25px 15px 0px;
}
#userForm_rueckruf {
    color: #00679c;
    font-size: 13px;
    line-height: 19px;
}
#userForm_rueckruf h2 {
	margin-bottom:16px;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
}
#userForm_rueckruf .formControlLabel {
	text-align:left !important;
	font-weight:bold;
	
}
#jcemediabox-popup-iframe {
	overflow:hidden;
}
#userForm_rueckruf select {
	outline:0 !important;
    color: #00679c;
    font-size: 13px;
}
.rsform-block.rsform-block-wann  div.formBody {
	font-weight:bold;
}
.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    padding-left: 18px;
	margin-top:3px !important;
}
#jcemediabox-popup-body {
	min-width:340px !important;
}
.formResponsive .formError, .formError {
	display:none !important;
}
.rsform-input-box, .rsform-select-box {
	width:300px !important;
    color: #00679c;
    font-size: 13px;
	border:1px solid #00679c;
}
#rsform_3_page_0 li {
	padding-top:10px !important;
}
.rsform-input-box.rsform-error {
	border:1px solid red !important;
}
fieldset { border:none; width:100%; }
@media screen and (max-width:1050px) { 
.copyright {
	top:350px !important;
}

}
@media screen and (max-width:1100px) { 
.navigation {
	clear:both;
	padding-top:15px;
	margin-bottom:-110px;
	width:97% !important;
	margin-left:2%;
}
#maximenuck {
	float: left !important;
	margin-right:-8px !important;
	margin-top:50px !important;
}
div.navigation ul {
	float:left;
	padding-top:10px;
}
.page_cms {
	padding-top:110px;
}
div.sprechblase {
	top:125px;
}
}
@media screen and (max-width:980px) { 
div.news .custom.jmoddiv img, .moduletable-newsmod img {
	max-width:37%;
	height:auto;
}
#news_2_spaltig {
	width:32% !important;
	margin-right:6%;
}
}
@media screen and (max-width:900px) { 
.ratgeber {
	clear:both;
}

}
@media screen and (max-width:780px) {
div.logo {
	margin-left:10px;
}
div.wrapper_inner {
	padding-left:0%; /* 10 / 1084 */
	padding-right:0%; /* 10 / 1084 */
}
div.page_cms {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(82,82,82,0.29);
	-moz-box-shadow: 0px 0px 0px 0px rgba(82,82,82,0.29);
	box-shadow: 0px 0px 0px 0px rgba(82,82,82,0.29);
}

div.blog-featured img.header_img {
	margin-left:-5%;
	max-width:110%;
}
div.blog-featured {
	width:42%;
	margin-left:7%;
	margin-top:-12%;
}
.item-page, .blog {
	width:49%;
}
.copyright {
	top:350px !important;
}
div.news {
	width:33%;
	float:right;
	margin-left:0%;
}
div.news .custom.jmoddiv, .moduletable-newsmod {
	width:100%;
}
div.person {
	width:42% !important;
	margin-right:20px;
}

}
@media screen and (max-width:760px) {
.navigation { display:none !important;}
.mobile_menu { display:block; clear:both;}
.toggleMenu{display:none;background:#00679c;color:#fff;padding:10px 15px;}
.responsiveMenu{list-style:none;zoom:1;background:#FFF;margin:0;padding:0;}
.responsiveMenu:before,.responsiveMenu:after{content:" ";display:table;}
.responsiveMenu:after{clear:both;}
.responsiveMenu ul{list-style:none;width:150px;}
.responsiveMenu a {color:#00679c;padding:0px;text-decoration:none;}
.responsiveMenu span.separator{color:#00679c;padding:0px;display:block;cursor:pointer;}
	.responsiveMenu span.separator.parent:hover {background-color:#FFF;}
.responsiveMenu a:hover, .responsiveMenu li.active > a{color:#00679c;}
.responsiveMenu li{position:relative;margin:0;padding:0;}
.responsiveMenu > li{float:left;}
.responsiveMenu > li > .parent{background-image:url(../site-elements/downArrow.png);background-repeat:no-repeat;background-position:right;}
.responsiveMenu > li > a{display:block;}
.responsiveMenu li:hover > a {background-color:#FFF;}
.responsiveMenu li ul{position:absolute;left:-9999px;margin:0;padding:0;}
.responsiveMenu > li.hover > ul{left:0;}
.responsiveMenu > li.hover > ul > li.hover > ul{left:100%;top:0;}
.responsiveMenu > li.hover > ul > li.hover > ul > li.hover > ul{left:100%;top:0;}
.responsiveMenu > li.hover > ul > li.hover > ul > li.hover > ul > li.hover > ul{left:100%;top:0;}
.responsiveMenu li li a{display:block;background:#FFF;position:relative;z-index:100;border-top:1px solid #D6D6D5;}
.responsiveMenu li li span.separator {display:block;background:#FFF;position:relative;z-index:100;border-top:1px solid #D6D6D5;}
	.responsiveMenu li li span.separator:hover {background-color:#FFF;}
.responsiveMenu li li li a{background:#555555;z-index:200;border-top:1px solid #D6D6D5;}
.responsiveMenu li li a.parent{background-image:url(../site-elements/upArrow.png);background-repeat:no-repeat;background-position:95% 50%;}
.responsiveMenu li a:hover, .responsiveMenu li.active > a{background-color:#FFF;}


.responsiveMenu.isMobile .active{display:block;}
.responsiveMenu.isMobile > li{float:none;border-top:1px solid #D6D6D5;}
.responsiveMenu.isMobile > li > .parent{background-position:95% 50%;}
.responsiveMenu.isMobile li li .parent{background-image:url(../site-elements/downArrow.png);background-repeat:no-repeat;background-position:95% 50%;}
.responsiveMenu.isMobile ul{display:block;width:100%;}
.responsiveMenu.isMobile > li.hover > ul{position:static;}
.responsiveMenu.isMobile > li.hover > ul > li.hover > ul{position:static;}
.responsiveMenu.isMobile > li.hover > ul > li.hover > ul > li.hover > ul{position:static;}
.responsiveMenu.isMobile > li.hover > ul > li.hover > ul > li.hover > ul > li.hover > ul{position:static;}

.responsiveMenu.isMobile li li a.parent{background-image:url(../site-elements/downArrow.png);background-repeat:no-repeat;background-position:95% 50%;}

.toggleMenu.isMobile {
	float:right;
	margin-top:-43px;
	margin-right:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration:none;
}
ul.responsiveMenu.isMobile {
	clear:both;
}
.responsiveMenu.isMobile a {
	clear:both;
	display:block;
	line-height:40px;
}
.responsiveMenu li li a {
	padding-left:90px !important;
	font-size:14px;
}
.responsiveMenu.isMobile img {
	margin-left:15px;
	margin-top:10px;
	margin-right:15px;
	margin-bottom:14px;
}
.responsiveMenu.isMobile span.image-title {

	display:block;
	text-align:left;
	position:relative;
	margin-left:90px;
	margin-top:-76px;
	padding-bottom:11px;
	
}
div.logo {
	width:97%;
	display:block;
	float:left;
	margin-bottom:-5px;
}
.page_cms {
	padding-top:0px;
}
div.sprechblase {
	top:25px;
}
}
@media screen and (max-width:700px) {
.text_footer { margin-left: 0px; width:100%; clear:both; padding-top:10px; }
.copyright {
	top:550px !important;
}
div.person {
	width:92% !important;
	margin-right:0 !important;
	padding-right:0px !important;
}
div.person img {
	max-width:100% !important;
}

}
@media screen and (max-width:600px) {
.startseiten_galerie {
	position:relative;
	z-index:1;
	-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:0px;
	margin-right:0px;
	padding-top:0%;
	padding-bottom:3%;
	width:100%;
}
.startseiten_galerie ul.slides img {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.44);
}	
.sprechblase { display:none; }
div.blog-featured img.header_img {
	margin-left:-2.8%;
	max-width:105.6%;
}
div.blog-featured {
	width:73%;
	margin-left:11%;
	margin-right:auto;
	margin-top:-7%;
	clear:both;
}
.item-page, .blog {
	width:78% !important;
}
div.news .custom.jmoddiv, .moduletable-newsmod {
	float:left;
	margin-left:11%;
	margin-right:-8%;
	margin-bottom:20px;
	margin-top:30px;
}
div.news img {
	max-width:100%;
}
div.news {
	width:50%;
	float:left;
	margin-left:5.7%;
}
div.news .custom.jmoddiv, .moduletable-newsmod {
	width:100%;
}
#news_2_spaltig {
	width:50% !important;
	margin-left:4.3% !important;
}

#jcemediabox-popup-body img {
	max-width:300px !important;
	height: auto !important:;
}
}

@media screen and (max-width:560px) {
div.sitemap_mod { display:none; }



div.news .custom.jmoddiv, .moduletable-newsmod {
	float:left;
	margin-left:11%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:30px;
}
div.footer_mod {
	width:97%;
	padding-bottom:10px;
}
.copyright {
	top:336px !important;
	right:10px;
}

}

@media screen and (max-width:420px) {
	div.logo {
		width:60%;
	}
div.news {
	width:70%;
	float:left;
	margin-left:4%;
}
#news_2_spaltig {
	width:70% !important;
	margin-left:3.3% !important;
}
#jcemediabox-popup-content,
#jcemediabox-popup-body {
	width:270px !important;
	min-width:270px !important;
}
.rsform-input-box, .rsform-select-box {
	width:220px !important;
	border:1px solid #00679c;
}

#jcemediabox-popup-content>img {
	width: 92%;
}
}

.personfield4 {
	display:none !important;
}

div.person {
	width:28%;
	margin-right:4%;
	margin-bottom:4%;
	float:left;
	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-color:#edf2f7;
	padding:20px;
	-webkit-box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
	-moz-box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
	box-shadow: 2px 3px 20px -4px rgba(0,0,0,0.48);
}
div.person img {
	margin-right:15px;
	max-width:100%;
	height:auto;
}
div.person a {
	color:#00679c;
}
div.personname {
	font-size:15px;
	font-weight:bold;
	clear:both;
}
div.personpicture {
	height:auto;
	margin-bottom:10px;
}
div.personfield1 {
	font-weight:bold;
	margin-bottom:10px;
}
div.personfield3 {
	margin-bottom:10px;
}
div.trombinoscope_109.personlist {
	padding-top:10px;
}
div.personfield4 {
	margin-bottom:50px;
}



/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	text-align: right;
	margin-bottom:30px;
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0px;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


div.maximenuck2.first ul.maximenuck2 {
	margin-left:10px !important;
}

ul.maximenuck a.maximenuck img {
	position:absolute !important;
	margin-top:-45px !important;
}
div#maximenuck.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck.maximenuckh ul.maximenuck li.level1.parent > span.separator {
    padding: 0 8px 0 8px  !important;
}
div#maximenuck ul.maximenuck li.level1.parent > a:after, div#maximenuck ul.maximenuck li.level1.parent > span.separator:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: none !important;
    height: 0;
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
}
@media screen and (min-width:1100px) { 
#maximenuck {
	float:right !important;
	margin-right:-8px !important;
	margin-top:50px !important;
}
}
.maxidrop-main2 {
	margin-top:32px !important;
}
div.maximenuck2 ul.maximenuck2 li.maximenuck.first.level2 {
	padding-top:10px !important;
}
}

